|
|
|
1 | 2024-12-11T04:16:56.420Z | job assigned to worker 01JESYWVD9T8D6YSMZWZ9N7QRY [factory aws, i-0b9482f6ad86abb76] (queued for 1 m 2 s) |
|
2 | 2024-12-11T04:17:04.216Z | starting task 0: "setup" |
3 | 2024-12-11T04:17:04.226Z | ++ uname -s |
4 | 2024-12-11T04:17:04.229Z | + kern=SunOS |
5 | 2024-12-11T04:17:04.229Z | + case "$kern" in |
6 | 2024-12-11T04:17:04.229Z | + groupadd -g 12345 build |
7 | 2024-12-11T04:17:04.232Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-11T04:17:06.237Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-11T04:17:06.343Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-11T04:17:06.345Z | + home_fs=zfs |
11 | 2024-12-11T04:17:06.345Z | + [[ zfs == autofs ]] |
12 | 2024-12-11T04:17:06.345Z | + mkdir -p /home/build |
13 | 2024-12-11T04:17:06.347Z | + chown build:build /home/build /work |
14 | 2024-12-11T04:17:08.349Z | + chmod 0700 /home/build /work |
15 | 2024-12-11T04:17:08.352Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-12-11T04:17:08.357Z | starting task 1: "rust-toolchain" |
17 | 2024-12-11T04:17:08.362Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-11T04:17:08.362Z | ' stable |
19 | 2024-12-11T04:17:08.365Z | * toolchain channel = "stable" |
20 | 2024-12-11T04:17:08.365Z | * toolchain profile = "default" |
21 | 2024-12-11T04:17:08.365Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-11T04:17:08.365Z | ' default |
23 | 2024-12-11T04:17:08.365Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-11T04:17:08.365Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-11T04:17:08.478Z | info: downloading installer |
26 | 2024-12-11T04:17:09.951Z | info: profile set to 'default' |
27 | 2024-12-11T04:17:09.951Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-11T04:17:09.954Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-11T04:17:10.128Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-11T04:17:10.128Z | info: downloading component 'cargo' |
31 | 2024-12-11T04:17:10.875Z | info: downloading component 'clippy' |
32 | 2024-12-11T04:17:11.163Z | info: downloading component 'rust-docs' |
33 | 2024-12-11T04:17:12.202Z | info: downloading component 'rust-std' |
34 | 2024-12-11T04:17:13.702Z | info: downloading component 'rustc' |
35 | 2024-12-11T04:17:19.394Z | info: downloading component 'rustfmt' |
36 | 2024-12-11T04:17:19.616Z | info: installing component 'cargo' |
37 | 2024-12-11T04:17:20.449Z | info: installing component 'clippy' |
38 | 2024-12-11T04:17:20.825Z | info: installing component 'rust-docs' |
39 | 2024-12-11T04:17:22.536Z | info: installing component 'rust-std' |
40 | 2024-12-11T04:17:24.220Z | info: installing component 'rustc' |
41 | 2024-12-11T04:17:30.045Z | info: installing component 'rustfmt' |
42 | 2024-12-11T04:17:30.384Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-11T04:17:30.384Z | |
44 | 2024-12-11T04:17:30.748Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-11T04:17:30.748Z | |
46 | 2024-12-11T04:17:30.751Z | |
47 | 2024-12-11T04:17:30.751Z | Rust is installed now. Great! |
48 | 2024-12-11T04:17:30.751Z | |
49 | 2024-12-11T04:17:30.751Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-11T04:17:30.751Z | environment variable. This has not been done automatically. |
51 | 2024-12-11T04:17:30.751Z | |
52 | 2024-12-11T04:17:30.751Z | To configure your current shell, you need to source |
53 | 2024-12-11T04:17:30.751Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-11T04:17:30.751Z | |
55 | 2024-12-11T04:17:30.751Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-11T04:17:30.751Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-11T04:17:30.751Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-11T04:17:30.827Z | + rustc --version |
59 | 2024-12-11T04:17:30.901Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-11T04:17:30.906Z | process exited: duration 22550 ms, exit code 0 |
|
61 | 2024-12-11T04:17:30.912Z | starting task 2: "authentication" |
62 | 2024-12-11T04:17:30.934Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-11T04:17:30.939Z | starting task 3: "clone repository" |
64 | 2024-12-11T04:17:30.944Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-11T04:17:30.946Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-11T04:17:31.245Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-11T04:17:32.007Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-11T04:17:32.010Z | + git fetch origin 8c8c05726385430561deac06b456006fe403a0fb |
69 | 2024-12-11T04:17:32.284Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-11T04:17:32.285Z | * branch 8c8c05726385430561deac06b456006fe403a0fb -> FETCH_HEAD |
71 | 2024-12-11T04:17:32.293Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-11T04:17:32.295Z | ++ git branch --show-current |
73 | 2024-12-11T04:17:32.297Z | + current=main |
74 | 2024-12-11T04:17:32.298Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-11T04:17:32.298Z | + git branch -f renovate/serde-monorepo 8c8c05726385430561deac06b456006fe403a0fb |
76 | 2024-12-11T04:17:32.300Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-11T04:17:32.315Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-11T04:17:32.318Z | + git reset --hard 8c8c05726385430561deac06b456006fe403a0fb |
79 | 2024-12-11T04:17:32.330Z | HEAD is now at 8c8c057 Update Rust crate serde to 1.0.216 |
80 | 2024-12-11T04:17:32.333Z | process exited: duration 1392 ms, exit code 0 |
|
81 | 2024-12-11T04:17:32.340Z | starting task 4: "build" |
82 | 2024-12-11T04:17:32.345Z | + set -e |
83 | 2024-12-11T04:17:32.345Z | + cargo --version |
84 | 2024-12-11T04:17:32.348Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-12-11T04:17:32.508Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-12-11T04:17:32.508Z | info: downloading component 'cargo' |
87 | 2024-12-11T04:17:33.352Z | info: downloading component 'clippy' |
88 | 2024-12-11T04:17:33.669Z | info: downloading component 'rust-docs' |
89 | 2024-12-11T04:17:34.841Z | info: downloading component 'rust-std' |
90 | 2024-12-11T04:17:36.671Z | info: downloading component 'rustc' |
91 | 2024-12-11T04:17:43.245Z | info: downloading component 'rustfmt' |
92 | 2024-12-11T04:17:43.491Z | info: installing component 'cargo' |
93 | 2024-12-11T04:17:44.304Z | info: installing component 'clippy' |
94 | 2024-12-11T04:17:44.663Z | info: installing component 'rust-docs' |
95 | 2024-12-11T04:17:46.203Z | info: installing component 'rust-std' |
96 | 2024-12-11T04:17:47.845Z | info: installing component 'rustc' |
97 | 2024-12-11T04:17:53.713Z | info: installing component 'rustfmt' |
98 | 2024-12-11T04:17:54.177Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-12-11T04:17:54.182Z | + rustc --version |
100 | 2024-12-11T04:17:54.259Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-12-11T04:17:54.264Z | + cargo install cargo-nextest |
102 | 2024-12-11T04:17:54.358Z | Updating crates.io index |
103 | 2024-12-11T04:17:54.427Z | Downloading crates ... |
104 | 2024-12-11T04:17:54.532Z | Downloaded cargo-nextest v0.9.85 |
105 | 2024-12-11T04:17:54.578Z | Installing cargo-nextest v0.9.85 |
106 | 2024-12-11T04:17:54.672Z | Updating crates.io index |
107 | 2024-12-11T04:17:55.844Z | Locking 349 packages to latest compatible versions |
108 | 2024-12-11T04:17:55.847Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-12-11T04:17:55.847Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-12-11T04:17:55.847Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-12-11T04:17:55.861Z | Adding cargo_metadata v0.18.1 (latest: v0.19.1) |
112 | 2024-12-11T04:17:55.864Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-12-11T04:17:55.866Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-12-11T04:17:55.866Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-12-11T04:17:55.866Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-12-11T04:17:55.866Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-12-11T04:17:55.866Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-12-11T04:17:55.866Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-12-11T04:17:55.869Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-11T04:17:55.872Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
121 | 2024-12-11T04:17:55.875Z | Adding object v0.32.2 (latest: v0.36.5) |
122 | 2024-12-11T04:17:55.875Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
123 | 2024-12-11T04:17:55.875Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
124 | 2024-12-11T04:17:55.882Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
125 | 2024-12-11T04:17:55.886Z | Adding target-lexicon v0.12.16 (latest: v0.13.0) |
126 | 2024-12-11T04:17:55.889Z | Adding thiserror v1.0.69 (latest: v2.0.6) |
127 | 2024-12-11T04:17:55.889Z | Adding thiserror-impl v1.0.69 (latest: v2.0.6) |
128 | 2024-12-11T04:17:55.889Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-11T04:17:55.891Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-12-11T04:17:55.891Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-12-11T04:17:55.891Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-12-11T04:17:55.894Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-12-11T04:17:55.894Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-12-11T04:17:55.895Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-12-11T04:17:55.895Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-12-11T04:17:55.895Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-12-11T04:17:55.895Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
138 | 2024-12-11T04:17:55.895Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
139 | 2024-12-11T04:17:55.895Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
140 | 2024-12-11T04:17:55.895Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
141 | 2024-12-11T04:17:55.895Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
142 | 2024-12-11T04:17:55.895Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
143 | 2024-12-11T04:17:55.895Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-12-11T04:17:55.895Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
145 | 2024-12-11T04:17:55.895Z | Adding writeable v0.5.5 (latest: v0.6.0) |
146 | 2024-12-11T04:17:55.895Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
147 | 2024-12-11T04:17:55.895Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
148 | 2024-12-11T04:17:55.895Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
149 | 2024-12-11T04:17:55.896Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
150 | 2024-12-11T04:17:55.898Z | Downloading crates ... |
151 | 2024-12-11T04:17:55.987Z | Downloaded addr2line v0.21.0 |
152 | 2024-12-11T04:17:56.000Z | Downloaded anstyle v1.0.10 |
153 | 2024-12-11T04:17:56.000Z | Downloaded anstyle-query v1.1.2 |
154 | 2024-12-11T04:17:56.000Z | Downloaded anstream v0.6.18 |
155 | 2024-12-11T04:17:56.015Z | Downloaded adler2 v2.0.0 |
156 | 2024-12-11T04:17:56.015Z | Downloaded ahash v0.8.11 |
157 | 2024-12-11T04:17:56.020Z | Downloaded atomicwrites v0.4.4 |
158 | 2024-12-11T04:17:56.021Z | Downloaded adler v1.0.2 |
159 | 2024-12-11T04:17:56.021Z | Downloaded autocfg v1.4.0 |
160 | 2024-12-11T04:17:56.021Z | Downloaded icu_normalizer v1.5.0 |
161 | 2024-12-11T04:17:56.031Z | Downloaded anstyle-parse v0.2.6 |
162 | 2024-12-11T04:17:56.039Z | Downloaded vcpkg v0.2.15 |
163 | 2024-12-11T04:17:56.065Z | Downloaded base64 v0.22.1 |
164 | 2024-12-11T04:17:56.070Z | Downloaded shared_child v1.0.1 |
165 | 2024-12-11T04:17:56.074Z | Downloaded bytes v1.9.0 |
166 | 2024-12-11T04:17:56.078Z | Downloaded smol_str v0.3.2 |
167 | 2024-12-11T04:17:56.082Z | Downloaded slab v0.4.9 |
168 | 2024-12-11T04:17:56.082Z | Downloaded iana-time-zone v0.1.61 |
169 | 2024-12-11T04:17:56.085Z | Downloaded signature v2.2.0 |
170 | 2024-12-11T04:17:56.085Z | Downloaded spki v0.7.3 |
171 | 2024-12-11T04:17:56.091Z | Downloaded spin v0.9.8 |
172 | 2024-12-11T04:17:56.091Z | Downloaded smallvec v1.13.2 |
173 | 2024-12-11T04:17:56.095Z | Downloaded sha2 v0.10.8 |
174 | 2024-12-11T04:17:56.095Z | Downloaded signal-hook-registry v1.4.2 |
175 | 2024-12-11T04:17:56.099Z | Downloaded shell-words v1.1.0 |
176 | 2024-12-11T04:17:56.099Z | Downloaded cfg_aliases v0.2.1 |
177 | 2024-12-11T04:17:56.099Z | Downloaded cargo_metadata v0.19.1 |
178 | 2024-12-11T04:17:56.099Z | Downloaded shlex v1.3.0 |
179 | 2024-12-11T04:17:56.106Z | Downloaded block-buffer v0.10.4 |
180 | 2024-12-11T04:17:56.106Z | Downloaded bitflags v2.6.0 |
181 | 2024-12-11T04:17:56.111Z | Downloaded base64ct v1.6.0 |
182 | 2024-12-11T04:17:56.111Z | Downloaded socket2 v0.5.8 |
183 | 2024-12-11T04:17:56.113Z | Downloaded camino-tempfile v1.1.1 |
184 | 2024-12-11T04:17:56.118Z | Downloaded cargo-platform v0.1.9 |
185 | 2024-12-11T04:17:56.118Z | Downloaded sharded-slab v0.1.7 |
186 | 2024-12-11T04:17:56.126Z | Downloaded byteorder v1.5.0 |
187 | 2024-12-11T04:17:56.127Z | Downloaded tinyvec_macros v0.1.1 |
188 | 2024-12-11T04:17:56.138Z | Downloaded target-spec-miette v0.4.0 |
189 | 2024-12-11T04:17:56.138Z | Downloaded sync_wrapper v1.0.2 |
190 | 2024-12-11T04:17:56.138Z | Downloaded swrite v0.1.0 |
191 | 2024-12-11T04:17:56.138Z | Downloaded supports-unicode v3.0.0 |
192 | 2024-12-11T04:17:56.138Z | Downloaded foreign-types-shared v0.1.1 |
193 | 2024-12-11T04:17:56.138Z | Downloaded borsh v1.5.3 |
194 | 2024-12-11T04:17:56.144Z | Downloaded try-lock v0.2.5 |
195 | 2024-12-11T04:17:56.144Z | Downloaded equivalent v1.0.1 |
196 | 2024-12-11T04:17:56.144Z | Downloaded write16 v1.0.0 |
197 | 2024-12-11T04:17:56.144Z | Downloaded zerofrom v0.1.5 |
198 | 2024-12-11T04:17:56.144Z | Downloaded want v0.3.1 |
199 | 2024-12-11T04:17:56.144Z | Downloaded http-body v1.0.1 |
200 | 2024-12-11T04:17:56.149Z | Downloaded vte_generate_state_changes v0.1.2 |
201 | 2024-12-11T04:17:56.149Z | Downloaded urlencoding v2.1.3 |
202 | 2024-12-11T04:17:56.149Z | Downloaded guppy-workspace-hack v0.1.0 |
203 | 2024-12-11T04:17:56.149Z | Downloaded tower-service v0.3.3 |
204 | 2024-12-11T04:17:56.149Z | Downloaded cpufeatures v0.2.16 |
205 | 2024-12-11T04:17:56.150Z | Downloaded colorchoice v1.0.3 |
206 | 2024-12-11T04:17:56.153Z | Downloaded cfg-if v1.0.0 |
207 | 2024-12-11T04:17:56.153Z | Downloaded cargo_metadata v0.18.1 |
208 | 2024-12-11T04:17:56.153Z | Downloaded clap_lex v0.7.4 |
209 | 2024-12-11T04:17:56.157Z | Downloaded foreign-types v0.3.2 |
210 | 2024-12-11T04:17:56.157Z | Downloaded backtrace v0.3.71 |
211 | 2024-12-11T04:17:56.162Z | Downloaded tracing-error v0.2.1 |
212 | 2024-12-11T04:17:56.166Z | Downloaded is_ci v1.2.0 |
213 | 2024-12-11T04:17:56.166Z | Downloaded nextest-workspace-hack v0.1.0 |
214 | 2024-12-11T04:17:56.166Z | Downloaded synstructure v0.13.1 |
215 | 2024-12-11T04:17:56.171Z | Downloaded nested v0.1.1 |
216 | 2024-12-11T04:17:56.171Z | Downloaded supports-hyperlinks v3.1.0 |
217 | 2024-12-11T04:17:56.171Z | Downloaded supports-color v3.0.2 |
218 | 2024-12-11T04:17:56.171Z | Downloaded subtle v2.6.1 |
219 | 2024-12-11T04:17:56.177Z | Downloaded strsim v0.11.1 |
220 | 2024-12-11T04:17:56.177Z | Downloaded display-error-chain v0.2.2 |
221 | 2024-12-11T04:17:56.180Z | Downloaded thiserror-impl v2.0.6 |
222 | 2024-12-11T04:17:56.180Z | Downloaded crypto-common v0.1.6 |
223 | 2024-12-11T04:17:56.180Z | Downloaded thiserror-impl v1.0.69 |
224 | 2024-12-11T04:17:56.180Z | Downloaded thiserror v1.0.69 |
225 | 2024-12-11T04:17:56.186Z | Downloaded utf8parse v0.2.2 |
226 | 2024-12-11T04:17:56.189Z | Downloaded tracing-log v0.2.0 |
227 | 2024-12-11T04:17:56.192Z | Downloaded filetime v0.2.25 |
228 | 2024-12-11T04:17:56.192Z | Downloaded futures-sink v0.3.31 |
229 | 2024-12-11T04:17:56.194Z | Downloaded untrusted v0.9.0 |
230 | 2024-12-11T04:17:56.194Z | Downloaded zerovec-derive v0.10.3 |
231 | 2024-12-11T04:17:56.197Z | Downloaded errno v0.3.10 |
232 | 2024-12-11T04:17:56.200Z | Downloaded version_check v0.9.5 |
233 | 2024-12-11T04:17:56.200Z | Downloaded unicase v2.8.0 |
234 | 2024-12-11T04:17:56.202Z | Downloaded terminal_size v0.4.1 |
235 | 2024-12-11T04:17:56.203Z | Downloaded zstd-safe v7.2.1 |
236 | 2024-12-11T04:17:56.205Z | Downloaded xattr v1.3.1 |
237 | 2024-12-11T04:17:56.205Z | Downloaded heck v0.5.0 |
238 | 2024-12-11T04:17:56.207Z | Downloaded futures-task v0.3.31 |
239 | 2024-12-11T04:17:56.210Z | Downloaded futures-macro v0.3.31 |
240 | 2024-12-11T04:17:56.210Z | Downloaded clap_derive v4.5.18 |
241 | 2024-12-11T04:17:56.217Z | Downloaded yoke-derive v0.7.5 |
242 | 2024-12-11T04:17:56.219Z | Downloaded mukti-metadata v0.3.0 |
243 | 2024-12-11T04:17:56.219Z | Downloaded humantime v2.1.0 |
244 | 2024-12-11T04:17:56.219Z | Downloaded cfg-expr v0.17.2 |
245 | 2024-12-11T04:17:56.219Z | Downloaded unicode-linebreak v0.1.5 |
246 | 2024-12-11T04:17:56.222Z | Downloaded pathdiff v0.2.3 |
247 | 2024-12-11T04:17:56.222Z | Downloaded humantime-serde v1.1.1 |
248 | 2024-12-11T04:17:56.224Z | Downloaded http-body-util v0.1.2 |
249 | 2024-12-11T04:17:56.224Z | Downloaded home v0.5.9 |
250 | 2024-12-11T04:17:56.226Z | Downloaded writeable v0.5.5 |
251 | 2024-12-11T04:17:56.228Z | Downloaded newtype-uuid v1.1.3 |
252 | 2024-12-11T04:17:56.231Z | Downloaded jobserver v0.1.32 |
253 | 2024-12-11T04:17:56.233Z | Downloaded pin-utils v0.1.0 |
254 | 2024-12-11T04:17:56.233Z | Downloaded pkg-config v0.3.31 |
255 | 2024-12-11T04:17:56.236Z | Downloaded icu_provider_macros v1.5.0 |
256 | 2024-12-11T04:17:56.236Z | Downloaded openssl-probe v0.1.5 |
257 | 2024-12-11T04:17:56.238Z | Downloaded rustc-hash v2.1.0 |
258 | 2024-12-11T04:17:56.238Z | Downloaded crc32fast v1.4.2 |
259 | 2024-12-11T04:17:56.241Z | Downloaded os_pipe v1.2.1 |
260 | 2024-12-11T04:17:56.251Z | Downloaded lazy_static v1.5.0 |
261 | 2024-12-11T04:17:56.251Z | Downloaded tempfile v3.14.0 |
262 | 2024-12-11T04:17:56.261Z | Downloaded generic-array v0.14.7 |
263 | 2024-12-11T04:17:56.261Z | Downloaded thread_local v1.1.8 |
264 | 2024-12-11T04:17:56.262Z | Downloaded target-spec v3.2.2 |
265 | 2024-12-11T04:17:56.262Z | Downloaded duct v0.13.7 |
266 | 2024-12-11T04:17:56.262Z | Downloaded displaydoc v0.2.5 |
267 | 2024-12-11T04:17:56.265Z | Downloaded icu_locid_transform v1.5.0 |
268 | 2024-12-11T04:17:56.266Z | Downloaded yoke v0.7.5 |
269 | 2024-12-11T04:17:56.266Z | Downloaded utf8_iter v1.0.4 |
270 | 2024-12-11T04:17:56.267Z | Downloaded console v0.15.8 |
271 | 2024-12-11T04:17:56.267Z | Downloaded zipsign-api v0.1.2 |
272 | 2024-12-11T04:17:56.271Z | Downloaded zstd v0.13.2 |
273 | 2024-12-11T04:17:56.271Z | Downloaded openssl-macros v0.1.1 |
274 | 2024-12-11T04:17:56.271Z | Downloaded thiserror v2.0.6 |
275 | 2024-12-11T04:17:56.276Z | Downloaded indenter v0.3.3 |
276 | 2024-12-11T04:17:56.281Z | Downloaded eyre v0.6.12 |
277 | 2024-12-11T04:17:56.288Z | Downloaded httparse v1.9.5 |
278 | 2024-12-11T04:17:56.289Z | Downloaded is_terminal_polyfill v1.70.1 |
279 | 2024-12-11T04:17:56.289Z | Downloaded pkcs8 v0.10.2 |
280 | 2024-12-11T04:17:56.296Z | Downloaded quick-junit v0.5.1 |
281 | 2024-12-11T04:17:56.296Z | Downloaded nextest-filtering v0.12.0 |
282 | 2024-12-11T04:17:56.296Z | Downloaded ppv-lite86 v0.2.20 |
283 | 2024-12-11T04:17:56.300Z | Downloaded number_prefix v0.4.0 |
284 | 2024-12-11T04:17:56.301Z | Downloaded ipnet v2.10.1 |
285 | 2024-12-11T04:17:56.301Z | Downloaded textwrap v0.16.1 |
286 | 2024-12-11T04:17:56.301Z | Downloaded tokio-rustls v0.26.1 |
287 | 2024-12-11T04:17:56.305Z | Downloaded serde_urlencoded v0.7.1 |
288 | 2024-12-11T04:17:56.306Z | Downloaded itoa v1.0.14 |
289 | 2024-12-11T04:17:56.306Z | Downloaded percent-encoding v2.3.1 |
290 | 2024-12-11T04:17:56.309Z | Downloaded rustc-demangle v0.1.24 |
291 | 2024-12-11T04:17:56.309Z | Downloaded tinyvec v1.8.0 |
292 | 2024-12-11T04:17:56.314Z | Downloaded future-queue v0.3.0 |
293 | 2024-12-11T04:17:56.314Z | Downloaded unicode-ident v1.0.14 |
294 | 2024-12-11T04:17:56.316Z | Downloaded futures v0.3.31 |
295 | 2024-12-11T04:17:56.320Z | Downloaded rand_core v0.6.4 |
296 | 2024-12-11T04:17:56.324Z | Downloaded rand_chacha v0.3.1 |
297 | 2024-12-11T04:17:56.324Z | Downloaded tar v0.4.43 |
298 | 2024-12-11T04:17:56.330Z | Downloaded nextest-metadata v0.12.1 |
299 | 2024-12-11T04:17:56.330Z | Downloaded icu_normalizer_data v1.5.0 |
300 | 2024-12-11T04:17:56.335Z | Downloaded mime v0.3.17 |
301 | 2024-12-11T04:17:56.335Z | Downloaded vte v0.11.1 |
302 | 2024-12-11T04:17:56.335Z | Downloaded uuid v1.11.0 |
303 | 2024-12-11T04:17:56.340Z | Downloaded serde_spanned v0.6.8 |
304 | 2024-12-11T04:17:56.340Z | Downloaded serde_ignored v0.1.10 |
305 | 2024-12-11T04:17:56.344Z | Downloaded miette-derive v7.4.0 |
306 | 2024-12-11T04:17:56.344Z | Downloaded serde_path_to_error v0.1.16 |
307 | 2024-12-11T04:17:56.344Z | Downloaded hyper-rustls v0.27.3 |
308 | 2024-12-11T04:17:56.348Z | Downloaded once_cell v1.20.2 |
309 | 2024-12-11T04:17:56.352Z | Downloaded self-replace v1.5.0 |
310 | 2024-12-11T04:17:56.353Z | Downloaded toml v0.8.19 |
311 | 2024-12-11T04:17:56.358Z | Downloaded pin-project-lite v0.2.15 |
312 | 2024-12-11T04:17:56.361Z | Downloaded semver v1.0.23 |
313 | 2024-12-11T04:17:56.365Z | Downloaded owo-colors v3.5.0 |
314 | 2024-12-11T04:17:56.365Z | Downloaded typenum v1.17.0 |
315 | 2024-12-11T04:17:56.369Z | Downloaded icu_locid_transform_data v1.5.0 |
316 | 2024-12-11T04:17:56.372Z | Downloaded icu_locid v1.5.0 |
317 | 2024-12-11T04:17:56.376Z | Downloaded native-tls v0.2.12 |
318 | 2024-12-11T04:17:56.381Z | Downloaded tracing-core v0.1.33 |
319 | 2024-12-11T04:17:56.381Z | Downloaded const-oid v0.9.6 |
320 | 2024-12-11T04:17:56.386Z | Downloaded owo-colors v4.1.0 |
321 | 2024-12-11T04:17:56.386Z | Downloaded hyper-util v0.1.10 |
322 | 2024-12-11T04:17:56.391Z | Downloaded litemap v0.7.4 |
323 | 2024-12-11T04:17:56.393Z | Downloaded pin-project-internal v1.1.7 |
324 | 2024-12-11T04:17:56.396Z | Downloaded rustls-pki-types v1.10.0 |
325 | 2024-12-11T04:17:56.404Z | Downloaded proc-macro2 v1.0.92 |
326 | 2024-12-11T04:17:56.404Z | Downloaded quote v1.0.37 |
327 | 2024-12-11T04:17:56.409Z | Downloaded quinn-udp v0.5.8 |
328 | 2024-12-11T04:17:56.409Z | Downloaded url v2.5.4 |
329 | 2024-12-11T04:17:56.412Z | Downloaded ron v0.8.1 |
330 | 2024-12-11T04:17:56.415Z | Downloaded tracing v0.1.41 |
331 | 2024-12-11T04:17:56.421Z | Downloaded self_update v0.41.0 |
332 | 2024-12-11T04:17:56.425Z | Downloaded indicatif v0.17.9 |
333 | 2024-12-11T04:17:56.430Z | Downloaded num-traits v0.2.19 |
334 | 2024-12-11T04:17:56.432Z | Downloaded miniz_oxide v0.7.4 |
335 | 2024-12-11T04:17:56.432Z | Downloaded toml_edit v0.22.22 |
336 | 2024-12-11T04:17:56.460Z | Downloaded ryu v1.0.18 |
337 | 2024-12-11T04:17:56.467Z | Downloaded icu_provider v1.5.0 |
338 | 2024-12-11T04:17:56.467Z | Downloaded icu_properties v1.5.1 |
339 | 2024-12-11T04:17:56.467Z | Downloaded cc v1.2.3 |
340 | 2024-12-11T04:17:56.470Z | Downloaded serde v1.0.216 |
341 | 2024-12-11T04:17:56.470Z | Downloaded quinn v0.11.6 |
342 | 2024-12-11T04:17:56.473Z | Downloaded serde_derive v1.0.216 |
343 | 2024-12-11T04:17:56.476Z | Downloaded rand v0.8.5 |
344 | 2024-12-11T04:17:56.482Z | Downloaded http v1.2.0 |
345 | 2024-12-11T04:17:56.487Z | Downloaded openssl-sys v0.9.104 |
346 | 2024-12-11T04:17:56.491Z | Downloaded pin-project v1.1.7 |
347 | 2024-12-11T04:17:56.506Z | Downloaded zerovec v0.10.4 |
348 | 2024-12-11T04:17:56.511Z | Downloaded miette v7.4.0 |
349 | 2024-12-11T04:17:56.515Z | Downloaded indexmap v2.7.0 |
350 | 2024-12-11T04:17:56.522Z | Downloaded unicode-normalization v0.1.24 |
351 | 2024-12-11T04:17:56.526Z | Downloaded flate2 v1.0.35 |
352 | 2024-12-11T04:17:56.545Z | Downloaded bstr v1.11.0 |
353 | 2024-12-11T04:17:56.556Z | Downloaded minimal-lexical v0.2.1 |
354 | 2024-12-11T04:17:56.557Z | Downloaded idna v1.0.3 |
355 | 2024-12-11T04:17:56.557Z | Downloaded portable-atomic v1.10.0 |
356 | 2024-12-11T04:17:56.566Z | Downloaded mio v1.0.3 |
357 | 2024-12-11T04:17:56.566Z | Downloaded hashbrown v0.15.2 |
358 | 2024-12-11T04:17:56.574Z | Downloaded clap_builder v4.5.23 |
359 | 2024-12-11T04:17:56.581Z | Downloaded nom v7.1.3 |
360 | 2024-12-11T04:17:56.589Z | Downloaded tracing-subscriber v0.3.19 |
361 | 2024-12-11T04:17:56.595Z | Downloaded hyper v1.5.1 |
362 | 2024-12-11T04:17:56.605Z | Downloaded quick-xml v0.37.1 |
363 | 2024-12-11T04:17:56.610Z | Downloaded guppy v0.17.10 |
364 | 2024-12-11T04:17:56.614Z | Downloaded webpki-roots v0.26.7 |
365 | 2024-12-11T04:17:56.618Z | Downloaded reqwest v0.12.9 |
366 | 2024-12-11T04:17:56.624Z | Downloaded icu_properties_data v1.5.0 |
367 | 2024-12-11T04:17:56.634Z | Downloaded itertools v0.13.0 |
368 | 2024-12-11T04:17:56.641Z | Downloaded unicode-width v0.1.14 |
369 | 2024-12-11T04:17:56.647Z | Downloaded unicode-width v0.2.0 |
370 | 2024-12-11T04:17:56.654Z | Downloaded object v0.32.2 |
371 | 2024-12-11T04:17:56.665Z | Downloaded color-spantrace v0.2.1 |
372 | 2024-12-11T04:17:56.669Z | Downloaded syn v2.0.90 |
373 | 2024-12-11T04:17:56.681Z | Downloaded chrono v0.4.39 |
374 | 2024-12-11T04:17:56.690Z | Downloaded serde_json v1.0.133 |
375 | 2024-12-11T04:17:56.700Z | Downloaded rustls-webpki v0.102.8 |
376 | 2024-12-11T04:17:56.714Z | Downloaded quinn-proto v0.11.9 |
377 | 2024-12-11T04:17:56.720Z | Downloaded gimli v0.28.1 |
378 | 2024-12-11T04:17:56.729Z | Downloaded rustix v0.38.42 |
379 | 2024-12-11T04:17:56.752Z | Downloaded quick-xml v0.23.1 |
380 | 2024-12-11T04:17:56.758Z | Downloaded nextest-runner v0.68.0 |
381 | 2024-12-11T04:17:56.768Z | Downloaded regex v1.11.1 |
382 | 2024-12-11T04:17:56.781Z | Downloaded openssl v0.10.68 |
383 | 2024-12-11T04:17:56.790Z | Downloaded curve25519-dalek v4.1.3 |
384 | 2024-12-11T04:17:56.799Z | Downloaded rustls v0.23.19 |
385 | 2024-12-11T04:17:56.813Z | Downloaded futures-util v0.3.31 |
386 | 2024-12-11T04:17:56.823Z | Downloaded nix v0.29.0 |
387 | 2024-12-11T04:17:56.834Z | Downloaded regex-syntax v0.8.5 |
388 | 2024-12-11T04:17:56.842Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
389 | 2024-12-11T04:17:56.861Z | Downloaded zerocopy v0.7.35 |
390 | 2024-12-11T04:17:56.880Z | Downloaded winnow v0.6.20 |
391 | 2024-12-11T04:17:56.888Z | Downloaded memchr v2.7.4 |
392 | 2024-12-11T04:17:56.894Z | Downloaded der v0.7.9 |
393 | 2024-12-11T04:17:56.901Z | Downloaded icu_collections v1.5.0 |
394 | 2024-12-11T04:17:56.906Z | Downloaded petgraph v0.6.5 |
395 | 2024-12-11T04:17:56.918Z | Downloaded ed25519-dalek v2.1.1 |
396 | 2024-12-11T04:17:56.924Z | Downloaded rustls-pemfile v2.2.0 |
397 | 2024-12-11T04:17:56.935Z | Downloaded miniz_oxide v0.8.0 |
398 | 2024-12-11T04:17:56.935Z | Downloaded log v0.4.22 |
399 | 2024-12-11T04:17:56.935Z | Downloaded config v0.14.1 |
400 | 2024-12-11T04:17:56.935Z | Downloaded hyper-tls v0.6.0 |
401 | 2024-12-11T04:17:56.935Z | Downloaded libc v0.2.168 |
402 | 2024-12-11T04:17:56.957Z | Downloaded xxhash-rust v0.8.12 |
403 | 2024-12-11T04:17:56.961Z | Downloaded hex v0.4.3 |
404 | 2024-12-11T04:17:56.961Z | Downloaded color-eyre v0.6.3 |
405 | 2024-12-11T04:17:56.967Z | Downloaded tokio v1.42.0 |
406 | 2024-12-11T04:17:57.016Z | Downloaded regex-automata v0.4.9 |
407 | 2024-12-11T04:17:57.031Z | Downloaded clap v4.5.23 |
408 | 2024-12-11T04:17:57.039Z | Downloaded zerocopy-derive v0.7.35 |
409 | 2024-12-11T04:17:57.039Z | Downloaded utf16_iter v1.0.5 |
410 | 2024-12-11T04:17:57.039Z | Downloaded tracing-attributes v0.1.28 |
411 | 2024-12-11T04:17:57.039Z | Downloaded target-lexicon v0.12.16 |
412 | 2024-12-11T04:17:57.039Z | Downloaded globset v0.4.15 |
413 | 2024-12-11T04:17:57.039Z | Downloaded getrandom v0.2.15 |
414 | 2024-12-11T04:17:57.043Z | Downloaded futures-channel v0.3.31 |
415 | 2024-12-11T04:17:57.043Z | Downloaded fixedbitset v0.4.2 |
416 | 2024-12-11T04:17:57.043Z | Downloaded dialoguer v0.11.0 |
417 | 2024-12-11T04:17:57.047Z | Downloaded rustc_version v0.4.1 |
418 | 2024-12-11T04:17:57.047Z | Downloaded idna_adapter v1.2.0 |
419 | 2024-12-11T04:17:57.048Z | Downloaded form_urlencoded v1.2.1 |
420 | 2024-12-11T04:17:57.048Z | Downloaded zeroize v1.8.1 |
421 | 2024-12-11T04:17:57.062Z | Downloaded zerofrom-derive v0.1.5 |
422 | 2024-12-11T04:17:57.062Z | Downloaded futures-io v0.3.31 |
423 | 2024-12-11T04:17:57.062Z | Downloaded fnv v1.0.7 |
424 | 2024-12-11T04:17:57.062Z | Downloaded toml_datetime v0.6.8 |
425 | 2024-12-11T04:17:57.062Z | Downloaded tokio-native-tls v0.3.1 |
426 | 2024-12-11T04:17:57.062Z | Downloaded tokio-macros v2.4.0 |
427 | 2024-12-11T04:17:57.062Z | Downloaded tinystr v0.7.6 |
428 | 2024-12-11T04:17:57.063Z | Downloaded futures-executor v0.3.31 |
429 | 2024-12-11T04:17:57.063Z | Downloaded futures-core v0.3.31 |
430 | 2024-12-11T04:17:57.068Z | Downloaded fastrand v2.3.0 |
431 | 2024-12-11T04:17:57.068Z | Downloaded enable-ansi-support v0.2.1 |
432 | 2024-12-11T04:17:57.068Z | Downloaded either v1.13.0 |
433 | 2024-12-11T04:17:57.069Z | Downloaded ed25519 v2.2.3 |
434 | 2024-12-11T04:17:57.069Z | Downloaded debug-ignore v1.0.5 |
435 | 2024-12-11T04:17:57.069Z | Downloaded digest v0.10.7 |
436 | 2024-12-11T04:17:57.069Z | Downloaded curve25519-dalek-derive v0.1.1 |
437 | 2024-12-11T04:17:57.069Z | Downloaded camino v1.1.9 |
438 | 2024-12-11T04:17:57.077Z | Downloaded strip-ansi-escapes v0.2.0 |
439 | 2024-12-11T04:17:57.077Z | Downloaded static_assertions v1.1.0 |
440 | 2024-12-11T04:17:57.077Z | Downloaded stable_deref_trait v1.2.0 |
441 | 2024-12-11T04:17:57.077Z | Downloaded async-scoped v0.9.0 |
442 | 2024-12-11T04:17:57.077Z | Downloaded aho-corasick v1.1.3 |
443 | 2024-12-11T04:17:57.086Z | Downloaded base64 v0.21.7 |
444 | 2024-12-11T04:17:57.086Z | Downloaded backtrace-ext v0.2.1 |
445 | 2024-12-11T04:17:57.157Z | Downloaded recursion v0.5.2 |
446 | 2024-12-11T04:17:57.335Z | Downloaded ring v0.17.8 |
447 | 2024-12-11T04:17:57.621Z | Compiling proc-macro2 v1.0.92 |
448 | 2024-12-11T04:17:57.621Z | Compiling unicode-ident v1.0.14 |
449 | 2024-12-11T04:17:57.629Z | Compiling libc v0.2.168 |
450 | 2024-12-11T04:17:57.629Z | Compiling cfg-if v1.0.0 |
451 | 2024-12-11T04:17:57.629Z | Compiling memchr v2.7.4 |
452 | 2024-12-11T04:17:57.629Z | Compiling serde v1.0.216 |
453 | 2024-12-11T04:17:57.629Z | Compiling shlex v1.3.0 |
454 | 2024-12-11T04:17:57.797Z | Compiling once_cell v1.20.2 |
455 | 2024-12-11T04:17:58.035Z | Compiling autocfg v1.4.0 |
456 | 2024-12-11T04:17:58.211Z | Compiling itoa v1.0.14 |
457 | 2024-12-11T04:17:58.375Z | Compiling pin-project-lite v0.2.15 |
458 | 2024-12-11T04:17:58.467Z | Compiling rustix v0.38.42 |
459 | 2024-12-11T04:17:58.712Z | Compiling bitflags v2.6.0 |
460 | 2024-12-11T04:17:59.170Z | Compiling smallvec v1.13.2 |
461 | 2024-12-11T04:17:59.391Z | Compiling stable_deref_trait v1.2.0 |
462 | 2024-12-11T04:17:59.494Z | Compiling slab v0.4.9 |
463 | 2024-12-11T04:17:59.525Z | Compiling futures-core v0.3.31 |
464 | 2024-12-11T04:17:59.540Z | Compiling version_check v0.9.5 |
465 | 2024-12-11T04:17:59.603Z | Compiling futures-sink v0.3.31 |
466 | 2024-12-11T04:17:59.758Z | Compiling ryu v1.0.18 |
467 | 2024-12-11T04:17:59.776Z | Compiling serde_json v1.0.133 |
468 | 2024-12-11T04:17:59.977Z | Compiling futures-channel v0.3.31 |
469 | 2024-12-11T04:18:00.162Z | Compiling futures-io v0.3.31 |
470 | 2024-12-11T04:18:00.232Z | Compiling jobserver v0.1.32 |
471 | 2024-12-11T04:18:00.258Z | Compiling futures-task v0.3.31 |
472 | 2024-12-11T04:18:00.346Z | Compiling pin-utils v0.1.0 |
473 | 2024-12-11T04:18:00.361Z | Compiling bytes v1.9.0 |
474 | 2024-12-11T04:18:00.452Z | Compiling tracing-core v0.1.33 |
475 | 2024-12-11T04:18:00.467Z | Compiling camino v1.1.9 |
476 | 2024-12-11T04:18:00.517Z | Compiling writeable v0.5.5 |
477 | 2024-12-11T04:18:00.547Z | Compiling litemap v0.7.4 |
478 | 2024-12-11T04:18:01.002Z | Compiling quote v1.0.37 |
479 | 2024-12-11T04:18:01.064Z | Compiling cc v1.2.3 |
480 | 2024-12-11T04:18:01.080Z | Compiling getrandom v0.2.15 |
481 | 2024-12-11T04:18:01.348Z | Compiling errno v0.3.10 |
482 | 2024-12-11T04:18:01.386Z | Compiling syn v2.0.90 |
483 | 2024-12-11T04:18:01.604Z | Compiling fnv v1.0.7 |
484 | 2024-12-11T04:18:01.658Z | Compiling lazy_static v1.5.0 |
485 | 2024-12-11T04:18:01.675Z | Compiling log v0.4.22 |
486 | 2024-12-11T04:18:01.748Z | Compiling mio v1.0.3 |
487 | 2024-12-11T04:18:01.805Z | Compiling socket2 v0.5.8 |
488 | 2024-12-11T04:18:02.241Z | Compiling signal-hook-registry v1.4.2 |
489 | 2024-12-11T04:18:02.322Z | Compiling target-lexicon v0.12.16 |
490 | 2024-12-11T04:18:03.037Z | Compiling equivalent v1.0.1 |
491 | 2024-12-11T04:18:03.157Z | Compiling thiserror v1.0.69 |
492 | 2024-12-11T04:18:03.279Z | Compiling semver v1.0.23 |
493 | 2024-12-11T04:18:03.505Z | Compiling hashbrown v0.15.2 |
494 | 2024-12-11T04:18:03.523Z | Compiling icu_locid_transform_data v1.5.0 |
495 | 2024-12-11T04:18:03.619Z | Compiling unicode-width v0.1.14 |
496 | 2024-12-11T04:18:03.763Z | Compiling rustls-pki-types v1.10.0 |
497 | 2024-12-11T04:18:03.924Z | Compiling http v1.2.0 |
498 | 2024-12-11T04:18:04.147Z | Compiling guppy-workspace-hack v0.1.0 |
499 | 2024-12-11T04:18:04.183Z | Compiling gimli v0.28.1 |
500 | 2024-12-11T04:18:04.489Z | Compiling untrusted v0.9.0 |
501 | 2024-12-11T04:18:04.711Z | Compiling httparse v1.9.5 |
502 | 2024-12-11T04:18:04.905Z | Compiling ring v0.17.8 |
503 | 2024-12-11T04:18:05.050Z | Compiling backtrace v0.3.71 |
504 | 2024-12-11T04:18:05.392Z | Compiling typenum v1.17.0 |
505 | 2024-12-11T04:18:05.592Z | Compiling utf8parse v0.2.2 |
506 | 2024-12-11T04:18:05.735Z | Compiling icu_properties_data v1.5.0 |
507 | 2024-12-11T04:18:05.774Z | Compiling spin v0.9.8 |
508 | 2024-12-11T04:18:05.996Z | Compiling byteorder v1.5.0 |
509 | 2024-12-11T04:18:06.026Z | Compiling adler v1.0.2 |
510 | 2024-12-11T04:18:06.298Z | Compiling miniz_oxide v0.7.4 |
511 | 2024-12-11T04:18:06.393Z | Compiling http-body v1.0.1 |
512 | 2024-12-11T04:18:06.514Z | Compiling generic-array v0.14.7 |
513 | 2024-12-11T04:18:06.633Z | Compiling object v0.32.2 |
514 | 2024-12-11T04:18:06.868Z | Compiling rustc-demangle v0.1.24 |
515 | 2024-12-11T04:18:07.571Z | Compiling try-lock v0.2.5 |
516 | 2024-12-11T04:18:07.730Z | Compiling icu_normalizer_data v1.5.0 |
517 | 2024-12-11T04:18:07.775Z | Compiling zeroize v1.8.1 |
518 | 2024-12-11T04:18:07.824Z | Compiling fastrand v2.3.0 |
519 | 2024-12-11T04:18:08.125Z | Compiling target-spec v3.2.2 |
520 | 2024-12-11T04:18:08.459Z | Compiling write16 v1.0.0 |
521 | 2024-12-11T04:18:08.580Z | Compiling thiserror v2.0.6 |
522 | 2024-12-11T04:18:08.646Z | Compiling rustls v0.23.19 |
523 | 2024-12-11T04:18:08.660Z | Compiling utf16_iter v1.0.5 |
524 | 2024-12-11T04:18:08.888Z | Compiling addr2line v0.21.0 |
525 | 2024-12-11T04:18:08.976Z | Compiling utf8_iter v1.0.4 |
526 | 2024-12-11T04:18:09.059Z | Compiling pkg-config v0.3.31 |
527 | 2024-12-11T04:18:09.172Z | Compiling synstructure v0.13.1 |
528 | 2024-12-11T04:18:09.659Z | Compiling tempfile v3.14.0 |
529 | 2024-12-11T04:18:09.705Z | Compiling want v0.3.1 |
530 | 2024-12-11T04:18:09.997Z | Compiling cfg-expr v0.17.2 |
531 | 2024-12-11T04:18:10.255Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
532 | 2024-12-11T04:18:10.985Z | Compiling terminal_size v0.4.1 |
533 | 2024-12-11T04:18:11.204Z | Compiling aho-corasick v1.1.3 |
534 | 2024-12-11T04:18:11.518Z | Compiling regex-syntax v0.8.5 |
535 | 2024-12-11T04:18:11.689Z | Compiling subtle v2.6.1 |
536 | 2024-12-11T04:18:11.954Z | Compiling percent-encoding v2.3.1 |
537 | 2024-12-11T04:18:12.168Z | Compiling owo-colors v4.1.0 |
538 | 2024-12-11T04:18:12.198Z | Compiling form_urlencoded v1.2.1 |
539 | 2024-12-11T04:18:12.686Z | Compiling ahash v0.8.11 |
540 | 2024-12-11T04:18:13.029Z | Compiling num-traits v0.2.19 |
541 | 2024-12-11T04:18:13.338Z | Compiling nextest-workspace-hack v0.1.0 |
542 | 2024-12-11T04:18:13.639Z | Compiling unicode-width v0.2.0 |
543 | 2024-12-11T04:18:13.655Z | Compiling unicode-linebreak v0.1.5 |
544 | 2024-12-11T04:18:14.197Z | Compiling portable-atomic v1.10.0 |
545 | 2024-12-11T04:18:14.523Z | Compiling serde_derive v1.0.216 |
546 | 2024-12-11T04:18:14.948Z | Compiling zerofrom-derive v0.1.5 |
547 | 2024-12-11T04:18:15.156Z | Compiling yoke-derive v0.7.5 |
548 | 2024-12-11T04:18:18.081Z | Compiling zerovec-derive v0.10.3 |
549 | 2024-12-11T04:18:18.497Z | Compiling zerofrom v0.1.5 |
550 | 2024-12-11T04:18:18.740Z | Compiling yoke v0.7.5 |
551 | 2024-12-11T04:18:19.166Z | Compiling displaydoc v0.2.5 |
552 | 2024-12-11T04:18:20.725Z | Compiling zerovec v0.10.4 |
553 | 2024-12-11T04:18:20.807Z | Compiling futures-macro v0.3.31 |
554 | 2024-12-11T04:18:22.688Z | Compiling futures-util v0.3.31 |
555 | 2024-12-11T04:18:23.651Z | Compiling tinystr v0.7.6 |
556 | 2024-12-11T04:18:24.125Z | Compiling icu_locid v1.5.0 |
557 | 2024-12-11T04:18:25.389Z | Compiling icu_provider_macros v1.5.0 |
558 | 2024-12-11T04:18:25.426Z | Compiling tracing-attributes v0.1.28 |
559 | 2024-12-11T04:18:26.545Z | Compiling icu_provider v1.5.0 |
560 | 2024-12-11T04:18:27.602Z | Compiling tokio-macros v2.4.0 |
561 | 2024-12-11T04:18:28.827Z | Compiling tracing v0.1.41 |
562 | 2024-12-11T04:18:29.087Z | Compiling indexmap v2.7.0 |
563 | 2024-12-11T04:18:29.224Z | Compiling tokio v1.42.0 |
564 | 2024-12-11T04:18:29.528Z | Compiling icu_locid_transform v1.5.0 |
565 | 2024-12-11T04:18:29.786Z | Compiling icu_collections v1.5.0 |
566 | 2024-12-11T04:18:30.188Z | Compiling zerocopy-derive v0.7.35 |
567 | 2024-12-11T04:18:30.885Z | Compiling thiserror-impl v1.0.69 |
568 | 2024-12-11T04:18:31.486Z | Compiling icu_properties v1.5.1 |
569 | 2024-12-11T04:18:32.363Z | Compiling zerocopy v0.7.35 |
570 | 2024-12-11T04:18:34.197Z | Compiling thiserror-impl v2.0.6 |
571 | 2024-12-11T04:18:35.204Z | Compiling cargo-platform v0.1.9 |
572 | 2024-12-11T04:18:35.757Z | Compiling icu_normalizer v1.5.0 |
573 | 2024-12-11T04:18:36.363Z | Compiling regex-automata v0.4.9 |
574 | 2024-12-11T04:18:37.515Z | Compiling rustls-webpki v0.102.8 |
575 | 2024-12-11T04:18:38.123Z | Compiling idna_adapter v1.2.0 |
576 | 2024-12-11T04:18:38.334Z | Compiling hyper v1.5.1 |
577 | 2024-12-11T04:18:41.838Z | Compiling winnow v0.6.20 |
578 | 2024-12-11T04:18:42.046Z | Compiling tower-service v0.3.3 |
579 | 2024-12-11T04:18:42.178Z | Compiling either v1.13.0 |
580 | 2024-12-11T04:18:42.307Z | Compiling is_ci v1.2.0 |
581 | 2024-12-11T04:18:42.611Z | Compiling supports-color v3.0.2 |
582 | 2024-12-11T04:18:42.630Z | Compiling hyper-util v0.1.10 |
583 | 2024-12-11T04:18:43.028Z | Compiling idna v1.0.3 |
584 | 2024-12-11T04:18:46.312Z | Compiling pathdiff v0.2.3 |
585 | 2024-12-11T04:18:46.505Z | Compiling toml_datetime v0.6.8 |
586 | 2024-12-11T04:18:47.052Z | Compiling serde_spanned v0.6.8 |
587 | 2024-12-11T04:18:47.275Z | Compiling backtrace-ext v0.2.1 |
588 | 2024-12-11T04:18:47.300Z | Compiling miette-derive v7.4.0 |
589 | 2024-12-11T04:18:47.791Z | Compiling tokio-rustls v0.26.1 |
590 | 2024-12-11T04:18:48.273Z | Compiling textwrap v0.16.1 |
591 | 2024-12-11T04:18:48.845Z | Compiling webpki-roots v0.26.7 |
592 | 2024-12-11T04:18:49.033Z | Compiling console v0.15.8 |
593 | 2024-12-11T04:18:50.258Z | Compiling tracing-log v0.2.0 |
594 | 2024-12-11T04:18:51.036Z | Compiling sharded-slab v0.1.7 |
595 | 2024-12-11T04:18:51.448Z | Compiling vte_generate_state_changes v0.1.2 |
596 | 2024-12-11T04:18:51.491Z | Compiling thread_local v1.1.8 |
597 | 2024-12-11T04:18:52.242Z | Compiling supports-hyperlinks v3.1.0 |
598 | 2024-12-11T04:18:52.262Z | Compiling supports-unicode v3.0.0 |
599 | 2024-12-11T04:18:52.530Z | Compiling cfg_aliases v0.2.1 |
600 | 2024-12-11T04:18:52.587Z | Compiling adler2 v2.0.0 |
601 | 2024-12-11T04:18:52.632Z | Compiling zstd-safe v7.2.1 |
602 | 2024-12-11T04:18:52.702Z | Compiling fixedbitset v0.4.2 |
603 | 2024-12-11T04:18:52.726Z | Compiling newtype-uuid v1.1.3 |
604 | 2024-12-11T04:18:52.836Z | Compiling miniz_oxide v0.8.0 |
605 | 2024-12-11T04:18:53.044Z | Compiling petgraph v0.6.5 |
606 | 2024-12-11T04:18:53.085Z | Compiling nix v0.29.0 |
607 | 2024-12-11T04:18:53.376Z | Compiling tracing-subscriber v0.3.19 |
608 | 2024-12-11T04:18:53.969Z | Compiling miette v7.4.0 |
609 | 2024-12-11T04:18:56.112Z | Compiling vte v0.11.1 |
610 | 2024-12-11T04:18:56.161Z | Compiling hyper-rustls v0.27.3 |
611 | 2024-12-11T04:19:00.096Z | Compiling toml_edit v0.22.22 |
612 | 2024-12-11T04:19:00.180Z | Compiling url v2.5.4 |
613 | 2024-12-11T04:19:00.281Z | Compiling itertools v0.13.0 |
614 | 2024-12-11T04:19:01.355Z | Compiling regex v1.11.1 |
615 | 2024-12-11T04:19:04.180Z | Compiling cargo_metadata v0.19.1 |
616 | 2024-12-11T04:19:04.877Z | Compiling ppv-lite86 v0.2.20 |
617 | 2024-12-11T04:19:05.145Z | Compiling http-body-util v0.1.2 |
618 | 2024-12-11T04:19:05.757Z | Compiling futures-executor v0.3.31 |
619 | 2024-12-11T04:19:05.835Z | Compiling smol_str v0.3.2 |
620 | 2024-12-11T04:19:05.867Z | Compiling serde_urlencoded v0.7.1 |
621 | 2024-12-11T04:19:06.473Z | Compiling pin-project-internal v1.1.7 |
622 | 2024-12-11T04:19:06.503Z | Compiling block-buffer v0.10.4 |
623 | 2024-12-11T04:19:06.756Z | Compiling crypto-common v0.1.6 |
624 | 2024-12-11T04:19:06.983Z | Compiling anstyle-parse v0.2.6 |
625 | 2024-12-11T04:19:06.987Z | Compiling rustls-pemfile v2.2.0 |
626 | 2024-12-11T04:19:07.331Z | Compiling xattr v1.3.1 |
627 | 2024-12-11T04:19:07.348Z | Compiling uuid v1.11.0 |
628 | 2024-12-11T04:19:07.453Z | Compiling rand_core v0.6.4 |
629 | 2024-12-11T04:19:07.649Z | Compiling filetime v0.2.25 |
630 | 2024-12-11T04:19:07.925Z | Compiling sync_wrapper v1.0.2 |
631 | 2024-12-11T04:19:08.000Z | Compiling bstr v1.11.0 |
632 | 2024-12-11T04:19:08.084Z | Compiling crc32fast v1.4.2 |
633 | 2024-12-11T04:19:08.457Z | Compiling ipnet v2.10.1 |
634 | 2024-12-11T04:19:08.597Z | Compiling eyre v0.6.12 |
635 | 2024-12-11T04:19:09.146Z | Compiling base64 v0.22.1 |
636 | 2024-12-11T04:19:09.357Z | Compiling tinyvec_macros v0.1.1 |
637 | 2024-12-11T04:19:09.457Z | Compiling number_prefix v0.4.0 |
638 | 2024-12-11T04:19:09.554Z | Compiling colorchoice v1.0.3 |
639 | 2024-12-11T04:19:09.671Z | Compiling iana-time-zone v0.1.61 |
640 | 2024-12-11T04:19:09.720Z | Compiling nested v0.1.1 |
641 | 2024-12-11T04:19:10.098Z | Compiling self_update v0.41.0 |
642 | 2024-12-11T04:19:10.263Z | Compiling mime v0.3.17 |
643 | 2024-12-11T04:19:10.375Z | Compiling static_assertions v1.1.0 |
644 | 2024-12-11T04:19:10.480Z | Compiling anstyle-query v1.1.2 |
645 | 2024-12-11T04:19:10.506Z | Compiling minimal-lexical v0.2.1 |
646 | 2024-12-11T04:19:10.631Z | Compiling indenter v0.3.3 |
647 | 2024-12-11T04:19:10.821Z | Compiling anstyle v1.0.10 |
648 | 2024-12-11T04:19:11.160Z | Compiling is_terminal_polyfill v1.70.1 |
649 | 2024-12-11T04:19:11.298Z | Compiling debug-ignore v1.0.5 |
650 | 2024-12-11T04:19:11.378Z | Compiling anstream v0.6.18 |
651 | 2024-12-11T04:19:11.381Z | Compiling nom v7.1.3 |
652 | 2024-12-11T04:19:11.442Z | Compiling guppy v0.17.10 |
653 | 2024-12-11T04:19:11.544Z | Compiling reqwest v0.12.9 |
654 | 2024-12-11T04:19:12.482Z | Compiling chrono v0.4.39 |
655 | 2024-12-11T04:19:15.865Z | Compiling indicatif v0.17.9 |
656 | 2024-12-11T04:19:17.405Z | Compiling tinyvec v1.8.0 |
657 | 2024-12-11T04:19:18.504Z | Compiling pin-project v1.1.7 |
658 | 2024-12-11T04:19:19.097Z | Compiling globset v0.4.15 |
659 | 2024-12-11T04:19:19.131Z | Compiling flate2 v1.0.35 |
660 | 2024-12-11T04:19:20.499Z | Compiling tar v0.4.43 |
661 | 2024-12-11T04:19:20.981Z | Compiling rand_chacha v0.3.1 |
662 | 2024-12-11T04:19:22.799Z | Compiling digest v0.10.7 |
663 | 2024-12-11T04:19:23.251Z | Compiling nextest-metadata v0.12.1 |
664 | 2024-12-11T04:19:23.381Z | Compiling futures v0.3.31 |
665 | 2024-12-11T04:19:23.502Z | Compiling toml v0.8.19 |
666 | 2024-12-11T04:19:23.666Z | Compiling strip-ansi-escapes v0.2.0 |
667 | 2024-12-11T04:19:24.406Z | Compiling tracing-error v0.2.1 |
668 | 2024-12-11T04:19:25.791Z | Compiling self-replace v1.5.0 |
669 | 2024-12-11T04:19:26.374Z | Compiling shared_child v1.0.1 |
670 | 2024-12-11T04:19:26.794Z | Compiling os_pipe v1.2.1 |
671 | 2024-12-11T04:19:27.042Z | Compiling quick-xml v0.37.1 |
672 | 2024-12-11T04:19:27.078Z | Compiling quick-xml v0.23.1 |
673 | 2024-12-11T04:19:28.105Z | Compiling cpufeatures v0.2.16 |
674 | 2024-12-11T04:19:28.211Z | Compiling humantime v2.1.0 |
675 | 2024-12-11T04:19:28.365Z | Compiling urlencoding v2.1.3 |
676 | 2024-12-11T04:19:28.834Z | Compiling unicase v2.8.0 |
677 | 2024-12-11T04:19:29.066Z | Compiling strsim v0.11.1 |
678 | 2024-12-11T04:19:29.405Z | Compiling shell-words v1.1.0 |
679 | 2024-12-11T04:19:29.596Z | Compiling owo-colors v3.5.0 |
680 | 2024-12-11T04:19:29.864Z | Compiling heck v0.5.0 |
681 | 2024-12-11T04:19:30.308Z | Compiling recursion v0.5.2 |
682 | 2024-12-11T04:19:30.530Z | Compiling clap_lex v0.7.4 |
683 | 2024-12-11T04:19:30.856Z | Compiling clap_builder v4.5.23 |
684 | 2024-12-11T04:19:31.076Z | Compiling nextest-filtering v0.12.0 |
685 | 2024-12-11T04:19:31.282Z | Compiling clap_derive v4.5.18 |
686 | 2024-12-11T04:19:32.510Z | Compiling color-spantrace v0.2.1 |
687 | 2024-12-11T04:19:33.552Z | Compiling humantime-serde v1.1.1 |
688 | 2024-12-11T04:19:33.812Z | Compiling quick-junit v0.5.1 |
689 | 2024-12-11T04:19:36.299Z | Compiling sha2 v0.10.8 |
690 | 2024-12-11T04:19:36.348Z | Compiling duct v0.13.7 |
691 | 2024-12-11T04:19:37.214Z | Compiling cargo-nextest v0.9.85 |
692 | 2024-12-11T04:19:39.569Z | Compiling config v0.14.1 |
693 | 2024-12-11T04:19:40.233Z | Compiling async-scoped v0.9.0 |
694 | 2024-12-11T04:19:40.274Z | Compiling rand v0.8.5 |
695 | 2024-12-11T04:19:40.534Z | Compiling unicode-normalization v0.1.24 |
696 | 2024-12-11T04:19:41.758Z | Compiling zstd v0.13.2 |
697 | 2024-12-11T04:19:41.908Z | Compiling target-spec-miette v0.4.0 |
698 | 2024-12-11T04:19:42.215Z | Compiling cargo_metadata v0.18.1 |
699 | 2024-12-11T04:19:42.676Z | Compiling mukti-metadata v0.3.0 |
700 | 2024-12-11T04:19:42.691Z | Compiling camino-tempfile v1.1.1 |
701 | 2024-12-11T04:19:43.458Z | Compiling future-queue v0.3.0 |
702 | 2024-12-11T04:19:43.799Z | Compiling serde_path_to_error v0.1.16 |
703 | 2024-12-11T04:19:43.936Z | Compiling serde_ignored v0.1.10 |
704 | 2024-12-11T04:19:44.390Z | Compiling atomicwrites v0.4.4 |
705 | 2024-12-11T04:19:44.878Z | Compiling xxhash-rust v0.8.12 |
706 | 2024-12-11T04:19:44.917Z | Compiling display-error-chain v0.2.2 |
707 | 2024-12-11T04:19:45.157Z | Compiling home v0.5.9 |
708 | 2024-12-11T04:19:45.173Z | Compiling hex v0.4.3 |
709 | 2024-12-11T04:19:45.477Z | Compiling swrite v0.1.0 |
710 | 2024-12-11T04:19:45.542Z | Compiling color-eyre v0.6.3 |
711 | 2024-12-11T04:19:45.635Z | Compiling clap v4.5.23 |
712 | 2024-12-11T04:19:45.756Z | Compiling dialoguer v0.11.0 |
713 | 2024-12-11T04:19:45.872Z | Compiling nextest-runner v0.68.0 |
714 | 2024-12-11T04:19:47.208Z | Compiling enable-ansi-support v0.2.1 |
715 | 2024-12-11T04:20:27.629Z | Finished `release` profile [optimized] target(s) in 2m 33s |
716 | 2024-12-11T04:20:27.862Z | Installing /home/build/.cargo/bin/cargo-nextest |
717 | 2024-12-11T04:20:27.865Z | Installed package `cargo-nextest v0.9.85` (executable `cargo-nextest`) |
718 | 2024-12-11T04:20:27.971Z | + pushd bgp |
719 | 2024-12-11T04:20:27.973Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
720 | 2024-12-11T04:20:27.974Z | + cargo nextest run |
721 | 2024-12-11T04:20:28.284Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
722 | 2024-12-11T04:20:28.534Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
723 | 2024-12-11T04:20:28.763Z | From https://www.github.com/oxidecomputer/oxnet |
724 | 2024-12-11T04:20:28.763Z | * [new branch] ci -> origin/ci |
725 | 2024-12-11T04:20:28.766Z | * [new branch] main -> origin/main |
726 | 2024-12-11T04:20:28.766Z | * [new ref] -> origin/HEAD |
727 | 2024-12-11T04:20:28.776Z | Updating crates.io index |
728 | 2024-12-11T04:20:28.821Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
729 | 2024-12-11T04:20:29.615Z | From https://github.com/oxidecomputer/falcon |
730 | 2024-12-11T04:20:29.615Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
731 | 2024-12-11T04:20:29.723Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
732 | 2024-12-11T04:20:30.946Z | From https://github.com/oxidecomputer/dendrite |
733 | 2024-12-11T04:20:30.946Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
734 | 2024-12-11T04:20:30.989Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
735 | 2024-12-11T04:20:31.413Z | From https://github.com/oxidecomputer/ispf |
736 | 2024-12-11T04:20:31.413Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
737 | 2024-12-11T04:20:31.437Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
738 | 2024-12-11T04:20:31.922Z | From https://github.com/oxidecomputer/netadm-sys |
739 | 2024-12-11T04:20:31.923Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
740 | 2024-12-11T04:20:31.935Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
741 | 2024-12-11T04:20:36.213Z | From https://github.com/oxidecomputer/omicron |
742 | 2024-12-11T04:20:36.213Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
743 | 2024-12-11T04:20:36.245Z | * [new tag] dogfood -> dogfood |
744 | 2024-12-11T04:20:36.250Z | * [new tag] v5 -> v5 |
745 | 2024-12-11T04:20:36.250Z | * [new tag] v6 -> v6 |
746 | 2024-12-11T04:20:36.250Z | * [new tag] v7 -> v7 |
747 | 2024-12-11T04:20:36.250Z | * [new tag] v8 -> v8 |
748 | 2024-12-11T04:20:36.250Z | * [new tag] v9 -> v9 |
749 | 2024-12-11T04:20:36.628Z | Updating git repository `https://github.com/oxidecomputer/opte` |
750 | 2024-12-11T04:20:37.614Z | From https://github.com/oxidecomputer/opte |
751 | 2024-12-11T04:20:37.614Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
752 | 2024-12-11T04:20:37.661Z | Updating git repository `https://github.com/illumos/smf-rs` |
753 | 2024-12-11T04:20:38.076Z | From https://github.com/illumos/smf-rs |
754 | 2024-12-11T04:20:38.076Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
755 | 2024-12-11T04:20:38.129Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
756 | 2024-12-11T04:20:38.640Z | From https://github.com/oxidecomputer/maghemite |
757 | 2024-12-11T04:20:38.640Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
758 | 2024-12-11T04:20:38.658Z | * [new tag] rift -> rift |
759 | 2024-12-11T04:20:38.660Z | * [new tag] srp -> srp |
760 | 2024-12-11T04:20:38.660Z | * [new tag] tie-spf -> tie-spf |
761 | 2024-12-11T04:20:38.694Z | Updating git repository `https://github.com/oxidecomputer/zone` |
762 | 2024-12-11T04:20:39.135Z | From https://github.com/oxidecomputer/zone |
763 | 2024-12-11T04:20:39.135Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
764 | 2024-12-11T04:20:39.167Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
765 | 2024-12-11T04:20:39.985Z | From https://github.com/oxidecomputer/propolis |
766 | 2024-12-11T04:20:39.985Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
767 | 2024-12-11T04:20:40.157Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
768 | 2024-12-11T04:20:40.552Z | From https://github.com/oxidecomputer/dlpi-sys |
769 | 2024-12-11T04:20:40.552Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
770 | 2024-12-11T04:20:40.562Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
771 | 2024-12-11T04:20:40.977Z | From https://github.com/jmesmon/rust-libzfs |
772 | 2024-12-11T04:20:40.977Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
773 | 2024-12-11T04:20:40.994Z | * [new tag] v0.4.0 -> v0.4.0 |
774 | 2024-12-11T04:20:41.009Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
775 | 2024-12-11T04:20:41.373Z | From https://github.com/oxidecomputer/rusty-doors |
776 | 2024-12-11T04:20:41.373Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
777 | 2024-12-11T04:20:41.408Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
778 | 2024-12-11T04:20:41.871Z | From https://github.com/oxidecomputer/maghemite |
779 | 2024-12-11T04:20:41.871Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
780 | 2024-12-11T04:20:41.926Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
781 | 2024-12-11T04:20:42.360Z | From https://github.com/oxidecomputer/serde_human_bytes |
782 | 2024-12-11T04:20:42.360Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
783 | 2024-12-11T04:20:42.381Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
784 | 2024-12-11T04:20:42.794Z | From https://github.com/oxidecomputer/slog-error-chain |
785 | 2024-12-11T04:20:42.794Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
786 | 2024-12-11T04:20:42.826Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
787 | 2024-12-11T04:20:43.259Z | From https://github.com/oxidecomputer/poptrie |
788 | 2024-12-11T04:20:43.259Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
789 | 2024-12-11T04:20:43.285Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
790 | 2024-12-11T04:20:43.706Z | From https://github.com/illumos/libscf-sys |
791 | 2024-12-11T04:20:43.706Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
792 | 2024-12-11T04:20:43.752Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
793 | 2024-12-11T04:20:44.652Z | From https://github.com/oxidecomputer/progenitor |
794 | 2024-12-11T04:20:44.652Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
795 | 2024-12-11T04:20:44.674Z | * [new tag] v0.1.1 -> v0.1.1 |
796 | 2024-12-11T04:20:44.677Z | * [new tag] v0.2.0 -> v0.2.0 |
797 | 2024-12-11T04:20:44.677Z | * [new tag] v0.3.0 -> v0.3.0 |
798 | 2024-12-11T04:20:44.677Z | * [new tag] v0.4.0 -> v0.4.0 |
799 | 2024-12-11T04:20:44.677Z | * [new tag] v0.5.0 -> v0.5.0 |
800 | 2024-12-11T04:20:44.677Z | * [new tag] v0.6.0 -> v0.6.0 |
801 | 2024-12-11T04:20:44.677Z | * [new tag] v0.7.0 -> v0.7.0 |
802 | 2024-12-11T04:20:44.820Z | Updating git repository `https://github.com/oxidecomputer/typify` |
803 | 2024-12-11T04:20:45.639Z | From https://github.com/oxidecomputer/typify |
804 | 2024-12-11T04:20:45.639Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
805 | 2024-12-11T04:20:45.642Z | * [new tag] v0.2.0 -> v0.2.0 |
806 | 2024-12-11T04:20:45.660Z | * [new tag] v0.0.10 -> v0.0.10 |
807 | 2024-12-11T04:20:45.660Z | * [new tag] v0.0.11 -> v0.0.11 |
808 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.12 -> v0.0.12 |
809 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.13 -> v0.0.13 |
810 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.14 -> v0.0.14 |
811 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.15 -> v0.0.15 |
812 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.16 -> v0.0.16 |
813 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.4 -> v0.0.4 |
814 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.5 -> v0.0.5 |
815 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.7 -> v0.0.7 |
816 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.8 -> v0.0.8 |
817 | 2024-12-11T04:20:45.663Z | * [new tag] v0.0.9 -> v0.0.9 |
818 | 2024-12-11T04:20:45.664Z | * [new tag] v0.1.0 -> v0.1.0 |
819 | 2024-12-11T04:20:45.801Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
820 | 2024-12-11T04:20:47.642Z | From https://github.com/oxidecomputer/crucible |
821 | 2024-12-11T04:20:47.642Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
822 | 2024-12-11T04:20:47.701Z | Updating git repository `https://github.com/oxidecomputer/opte` |
823 | 2024-12-11T04:20:48.121Z | From https://github.com/oxidecomputer/opte |
824 | 2024-12-11T04:20:48.121Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
825 | 2024-12-11T04:20:48.177Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
826 | 2024-12-11T04:20:48.924Z | From https://github.com/oxidecomputer/management-gateway-service |
827 | 2024-12-11T04:20:48.924Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
828 | 2024-12-11T04:20:49.377Z | Downloading crates ... |
829 | 2024-12-11T04:20:49.502Z | Downloaded futures-macro v0.3.30 |
830 | 2024-12-11T04:20:49.510Z | Downloaded hostname v0.4.0 |
831 | 2024-12-11T04:20:49.539Z | Downloaded anstream v0.6.15 |
832 | 2024-12-11T04:20:49.550Z | Downloaded allocator-api2 v0.2.18 |
833 | 2024-12-11T04:20:49.554Z | Downloaded arrayvec v0.7.6 |
834 | 2024-12-11T04:20:49.558Z | Downloaded anyhow v1.0.94 |
835 | 2024-12-11T04:20:49.562Z | Downloaded backoff v0.4.0 |
836 | 2024-12-11T04:20:49.565Z | Downloaded async-stream v0.3.5 |
837 | 2024-12-11T04:20:49.567Z | Downloaded anstyle-query v1.1.1 |
838 | 2024-12-11T04:20:49.570Z | Downloaded anstyle-parse v0.2.5 |
839 | 2024-12-11T04:20:49.572Z | Downloaded argon2 v0.5.3 |
840 | 2024-12-11T04:20:49.575Z | Downloaded httparse v1.9.4 |
841 | 2024-12-11T04:20:49.578Z | Downloaded rustc-hash v2.0.0 |
842 | 2024-12-11T04:20:49.580Z | Downloaded arrayref v0.3.9 |
843 | 2024-12-11T04:20:49.580Z | Downloaded arc-swap v1.7.1 |
844 | 2024-12-11T04:20:49.584Z | Downloaded ron v0.7.1 |
845 | 2024-12-11T04:20:49.603Z | Downloaded rustc_version v0.1.7 |
846 | 2024-12-11T04:20:49.609Z | Downloaded ciborium-ll v0.2.2 |
847 | 2024-12-11T04:20:49.612Z | Downloaded same-file v1.0.6 |
848 | 2024-12-11T04:20:49.615Z | Downloaded rustls-pemfile v1.0.4 |
849 | 2024-12-11T04:20:49.618Z | Downloaded colorchoice v1.0.2 |
850 | 2024-12-11T04:20:49.618Z | Downloaded chrono v0.4.38 |
851 | 2024-12-11T04:20:49.626Z | Downloaded rustls-pki-types v1.8.0 |
852 | 2024-12-11T04:20:49.629Z | Downloaded crucible-workspace-hack v0.1.0 |
853 | 2024-12-11T04:20:49.631Z | Downloaded crossbeam-deque v0.8.5 |
854 | 2024-12-11T04:20:49.633Z | Downloaded cobs v0.2.3 |
855 | 2024-12-11T04:20:49.636Z | Downloaded const-random-macro v0.1.16 |
856 | 2024-12-11T04:20:49.636Z | Downloaded const-random v0.1.18 |
857 | 2024-12-11T04:20:49.638Z | Downloaded rustls-pemfile v2.1.3 |
858 | 2024-12-11T04:20:49.642Z | Downloaded data-encoding v2.6.0 |
859 | 2024-12-11T04:20:49.642Z | Downloaded cpufeatures v0.2.14 |
860 | 2024-12-11T04:20:49.644Z | Downloaded convert_case v0.4.0 |
861 | 2024-12-11T04:20:49.644Z | Downloaded constant_time_eq v0.3.1 |
862 | 2024-12-11T04:20:49.647Z | Downloaded colored v2.1.0 |
863 | 2024-12-11T04:20:49.650Z | Downloaded defmt-macros v0.3.9 |
864 | 2024-12-11T04:20:49.653Z | Downloaded deranged v0.3.11 |
865 | 2024-12-11T04:20:49.656Z | Downloaded rustls v0.22.4 |
866 | 2024-12-11T04:20:49.672Z | Downloaded serde-big-array v0.5.1 |
867 | 2024-12-11T04:20:49.674Z | Downloaded rustversion v1.0.17 |
868 | 2024-12-11T04:20:49.677Z | Downloaded rustls-webpki v0.101.7 |
869 | 2024-12-11T04:20:49.694Z | Downloaded no-std-compat v0.4.1 |
870 | 2024-12-11T04:20:49.697Z | Downloaded serde_spanned v0.6.7 |
871 | 2024-12-11T04:20:49.699Z | Downloaded serde_repr v0.1.19 |
872 | 2024-12-11T04:20:49.701Z | Downloaded sct v0.7.1 |
873 | 2024-12-11T04:20:49.705Z | Downloaded strum v0.26.3 |
874 | 2024-12-11T04:20:49.708Z | Downloaded rustix v0.38.37 |
875 | 2024-12-11T04:20:49.733Z | Downloaded time-core v0.1.2 |
876 | 2024-12-11T04:20:49.735Z | Downloaded serde_with_macros v3.9.0 |
877 | 2024-12-11T04:20:49.738Z | Downloaded semver v0.1.20 |
878 | 2024-12-11T04:20:49.738Z | Downloaded take_mut v0.2.2 |
879 | 2024-12-11T04:20:49.740Z | Downloaded sync_wrapper v0.1.2 |
880 | 2024-12-11T04:20:49.741Z | Downloaded sync_wrapper v1.0.1 |
881 | 2024-12-11T04:20:49.743Z | Downloaded serde_derive_internals v0.29.1 |
882 | 2024-12-11T04:20:49.745Z | Downloaded hash32 v0.3.1 |
883 | 2024-12-11T04:20:49.745Z | Downloaded futures-executor v0.3.30 |
884 | 2024-12-11T04:20:49.747Z | Downloaded structmeta v0.3.0 |
885 | 2024-12-11T04:20:49.750Z | Downloaded slog-json v2.6.1 |
886 | 2024-12-11T04:20:49.753Z | Downloaded slog-envlogger v2.2.0 |
887 | 2024-12-11T04:20:49.755Z | Downloaded http-body v0.4.6 |
888 | 2024-12-11T04:20:49.758Z | Downloaded linear-map v1.2.0 |
889 | 2024-12-11T04:20:49.758Z | Downloaded thread-id v4.2.2 |
890 | 2024-12-11T04:20:49.760Z | Downloaded spin v0.5.2 |
891 | 2024-12-11T04:20:49.760Z | Downloaded slog-stdlog v4.1.1 |
892 | 2024-12-11T04:20:49.763Z | Downloaded ident_case v1.0.1 |
893 | 2024-12-11T04:20:49.766Z | Downloaded indent_write v2.2.0 |
894 | 2024-12-11T04:20:49.766Z | Downloaded usdt-attr-macro v0.5.0 |
895 | 2024-12-11T04:20:49.766Z | Downloaded topological-sort v0.2.2 |
896 | 2024-12-11T04:20:49.768Z | Downloaded tiny-keccak v2.0.2 |
897 | 2024-12-11T04:20:49.771Z | Downloaded structmeta-derive v0.3.0 |
898 | 2024-12-11T04:20:49.773Z | Downloaded embedded-io v0.4.0 |
899 | 2024-12-11T04:20:49.775Z | Downloaded defmt-parser v0.3.4 |
900 | 2024-12-11T04:20:49.777Z | Downloaded defmt v0.3.8 |
901 | 2024-12-11T04:20:49.781Z | Downloaded slog-scope v4.4.0 |
902 | 2024-12-11T04:20:49.783Z | Downloaded diff v0.1.13 |
903 | 2024-12-11T04:20:49.786Z | Downloaded omicron-workspace-hack v0.1.0 |
904 | 2024-12-11T04:20:49.786Z | Downloaded num_threads v0.1.7 |
905 | 2024-12-11T04:20:49.788Z | Downloaded typify-macro v0.2.0 |
906 | 2024-12-11T04:20:49.788Z | Downloaded tabwriter v1.4.0 |
907 | 2024-12-11T04:20:49.791Z | Downloaded futures v0.3.30 |
908 | 2024-12-11T04:20:49.795Z | Downloaded num-conv v0.1.0 |
909 | 2024-12-11T04:20:49.797Z | Downloaded slog-bunyan v2.5.0 |
910 | 2024-12-11T04:20:49.797Z | Downloaded highway v1.2.0 |
911 | 2024-12-11T04:20:49.801Z | Downloaded newtype-uuid v1.1.0 |
912 | 2024-12-11T04:20:49.803Z | Downloaded quick-error v1.2.3 |
913 | 2024-12-11T04:20:49.803Z | Downloaded atomic-waker v1.1.2 |
914 | 2024-12-11T04:20:49.806Z | Downloaded async-trait v0.1.83 |
915 | 2024-12-11T04:20:49.808Z | Downloaded zone_cfg_derive v0.3.0 |
916 | 2024-12-11T04:20:49.811Z | Downloaded instant v0.1.13 |
917 | 2024-12-11T04:20:49.813Z | Downloaded pretty-hex v0.2.1 |
918 | 2024-12-11T04:20:49.813Z | Downloaded usdt v0.5.0 |
919 | 2024-12-11T04:20:49.817Z | Downloaded waitgroup v0.1.2 |
920 | 2024-12-11T04:20:49.817Z | Downloaded usdt-impl v0.5.0 |
921 | 2024-12-11T04:20:49.819Z | Downloaded terminal_size v0.4.0 |
922 | 2024-12-11T04:20:49.819Z | Downloaded typify v0.2.0 |
923 | 2024-12-11T04:20:49.823Z | Downloaded tokio-rustls v0.25.0 |
924 | 2024-12-11T04:20:49.826Z | Downloaded term v0.7.0 |
925 | 2024-12-11T04:20:49.828Z | Downloaded tokio-tungstenite v0.21.0 |
926 | 2024-12-11T04:20:49.831Z | Downloaded powerfmt v0.2.0 |
927 | 2024-12-11T04:20:49.834Z | Downloaded newline-converter v0.3.0 |
928 | 2024-12-11T04:20:49.834Z | Downloaded num v0.4.3 |
929 | 2024-12-11T04:20:49.836Z | Downloaded zone v0.1.8 |
930 | 2024-12-11T04:20:49.839Z | Downloaded time-macros v0.2.18 |
931 | 2024-12-11T04:20:49.839Z | Downloaded slog-term v2.9.1 |
932 | 2024-12-11T04:20:49.842Z | Downloaded untrusted v0.7.1 |
933 | 2024-12-11T04:20:49.844Z | Downloaded libsw v3.3.1 |
934 | 2024-12-11T04:20:49.847Z | Downloaded hyper-tls v0.5.0 |
935 | 2024-12-11T04:20:49.847Z | Downloaded quinn-udp v0.5.5 |
936 | 2024-12-11T04:20:49.849Z | Downloaded tracing-attributes v0.1.27 |
937 | 2024-12-11T04:20:49.852Z | Downloaded hubpack_derive v0.1.1 |
938 | 2024-12-11T04:20:49.854Z | Downloaded num_enum_derive v0.7.3 |
939 | 2024-12-11T04:20:49.854Z | Downloaded num_enum v0.7.3 |
940 | 2024-12-11T04:20:49.859Z | Downloaded hubpack v0.1.2 |
941 | 2024-12-11T04:20:49.862Z | Downloaded httpdate v1.0.3 |
942 | 2024-12-11T04:20:49.864Z | Downloaded progenitor-client v0.8.0 |
943 | 2024-12-11T04:20:49.864Z | Downloaded resolv-conf v0.7.0 |
944 | 2024-12-11T04:20:49.867Z | Downloaded walkdir v2.5.0 |
945 | 2024-12-11T04:20:49.869Z | Downloaded tokio-rustls v0.24.1 |
946 | 2024-12-11T04:20:49.871Z | Downloaded toml v0.7.8 |
947 | 2024-12-11T04:20:49.874Z | Downloaded unicode-ident v1.0.13 |
948 | 2024-12-11T04:20:49.877Z | Downloaded postcard v1.0.10 |
949 | 2024-12-11T04:20:49.880Z | Downloaded xz2 v0.1.7 |
950 | 2024-12-11T04:20:49.883Z | Downloaded password-hash v0.5.0 |
951 | 2024-12-11T04:20:49.885Z | Downloaded tokio-rustls v0.26.0 |
952 | 2024-12-11T04:20:49.888Z | Downloaded managed v0.8.0 |
953 | 2024-12-11T04:20:49.890Z | Downloaded macaddr v1.0.1 |
954 | 2024-12-11T04:20:49.890Z | Downloaded thin-vec v0.2.13 |
955 | 2024-12-11T04:20:49.893Z | Downloaded num_enum v0.5.11 |
956 | 2024-12-11T04:20:49.898Z | Downloaded parse-display-derive v0.10.0 |
957 | 2024-12-11T04:20:49.900Z | Downloaded tungstenite v0.21.0 |
958 | 2024-12-11T04:20:49.903Z | Downloaded num-complex v0.4.6 |
959 | 2024-12-11T04:20:49.906Z | Downloaded crossbeam-channel v0.5.13 |
960 | 2024-12-11T04:20:49.910Z | Downloaded pest_generator v2.7.13 |
961 | 2024-12-11T04:20:49.912Z | Downloaded proc-macro-crate v3.2.0 |
962 | 2024-12-11T04:20:49.915Z | Downloaded num-derive v0.3.3 |
963 | 2024-12-11T04:20:49.917Z | Downloaded plain v0.2.3 |
964 | 2024-12-11T04:20:49.917Z | Downloaded memmap v0.7.0 |
965 | 2024-12-11T04:20:49.920Z | Downloaded parking_lot v0.12.3 |
966 | 2024-12-11T04:20:49.922Z | Downloaded hyper-rustls v0.24.2 |
967 | 2024-12-11T04:20:49.924Z | Downloaded itoa v1.0.11 |
968 | 2024-12-11T04:20:49.926Z | Downloaded omicron-zone-package v0.11.1 |
969 | 2024-12-11T04:20:49.929Z | Downloaded pest_derive v2.7.13 |
970 | 2024-12-11T04:20:49.931Z | Downloaded is-terminal v0.4.13 |
971 | 2024-12-11T04:20:49.934Z | Downloaded linked-hash-map v0.5.6 |
972 | 2024-12-11T04:20:49.936Z | Downloaded parking_lot_core v0.8.6 |
973 | 2024-12-11T04:20:49.939Z | Downloaded unsafe-libyaml v0.2.11 |
974 | 2024-12-11T04:20:49.941Z | Downloaded progenitor-macro v0.8.0 |
975 | 2024-12-11T04:20:49.941Z | Downloaded progenitor v0.8.0 |
976 | 2024-12-11T04:20:49.944Z | Downloaded proc-macro-error-attr v1.0.4 |
977 | 2024-12-11T04:20:49.948Z | Downloaded proc-macro-crate v1.3.1 |
978 | 2024-12-11T04:20:49.948Z | Downloaded url v2.5.2 |
979 | 2024-12-11T04:20:49.950Z | Downloaded multer v3.1.0 |
980 | 2024-12-11T04:20:49.952Z | Downloaded steno v0.4.1 |
981 | 2024-12-11T04:20:49.958Z | Downloaded bytes v1.7.2 |
982 | 2024-12-11T04:20:49.962Z | Downloaded rhai_codegen v2.2.0 |
983 | 2024-12-11T04:20:49.971Z | Downloaded unicode-segmentation v1.12.0 |
984 | 2024-12-11T04:20:49.975Z | Downloaded pretty_assertions v1.4.1 |
985 | 2024-12-11T04:20:49.978Z | Downloaded toml_edit v0.22.21 |
986 | 2024-12-11T04:20:50.010Z | Downloaded lock_api v0.4.12 |
987 | 2024-12-11T04:20:50.012Z | Downloaded tokio-util v0.7.12 |
988 | 2024-12-11T04:20:50.018Z | Downloaded pin-project-lite v0.2.14 |
989 | 2024-12-11T04:20:50.023Z | Downloaded parking_lot v0.11.2 |
990 | 2024-12-11T04:20:50.025Z | Downloaded progenitor-impl v0.8.0 |
991 | 2024-12-11T04:20:50.028Z | Downloaded rustls v0.23.13 |
992 | 2024-12-11T04:20:50.040Z | Downloaded time v0.3.36 |
993 | 2024-12-11T04:20:50.048Z | Downloaded yansi v1.0.1 |
994 | 2024-12-11T04:20:50.052Z | Downloaded pest_meta v2.7.13 |
995 | 2024-12-11T04:20:50.054Z | Downloaded pest v2.7.13 |
996 | 2024-12-11T04:20:50.061Z | Downloaded quinn v0.11.5 |
997 | 2024-12-11T04:20:50.064Z | Downloaded rayon-core v1.12.1 |
998 | 2024-12-11T04:20:50.069Z | Downloaded winnow v0.6.18 |
999 | 2024-12-11T04:20:50.079Z | Downloaded hickory-resolver v0.24.1 |
1000 | 2024-12-11T04:20:50.084Z | Downloaded hashbrown v0.12.3 |
1001 | 2024-12-11T04:20:50.089Z | Downloaded reqwest v0.11.27 |
1002 | 2024-12-11T04:20:50.098Z | Downloaded webpki-roots v0.26.6 |
1003 | 2024-12-11T04:20:50.102Z | Downloaded zerocopy v0.6.6 |
1004 | 2024-12-11T04:20:50.105Z | Downloaded syn v1.0.109 |
1005 | 2024-12-11T04:20:50.116Z | Downloaded proc-macro2 v1.0.86 |
1006 | 2024-12-11T04:20:50.119Z | Downloaded syn v2.0.87 |
1007 | 2024-12-11T04:20:50.132Z | Downloaded prettyplease v0.2.22 |
1008 | 2024-12-11T04:20:50.135Z | Downloaded expectorate v1.1.0 |
1009 | 2024-12-11T04:20:50.137Z | Downloaded parking_lot_core v0.9.10 |
1010 | 2024-12-11T04:20:50.140Z | Downloaded openssl-sys v0.9.103 |
1011 | 2024-12-11T04:20:50.145Z | Downloaded indicatif v0.17.8 |
1012 | 2024-12-11T04:20:50.149Z | Downloaded smoltcp v0.11.0 |
1013 | 2024-12-11T04:20:50.163Z | Downloaded indexmap v2.5.0 |
1014 | 2024-12-11T04:20:50.168Z | Downloaded openapiv3 v2.0.0 |
1015 | 2024-12-11T04:20:50.180Z | Downloaded mio v1.0.2 |
1016 | 2024-12-11T04:20:50.187Z | Downloaded typify-impl v0.2.0 |
1017 | 2024-12-11T04:20:50.200Z | Downloaded libm v0.2.8 |
1018 | 2024-12-11T04:20:50.208Z | Downloaded sled v0.34.7 |
1019 | 2024-12-11T04:20:50.218Z | Downloaded futures-util v0.3.30 |
1020 | 2024-12-11T04:20:50.230Z | Downloaded hashbrown v0.14.5 |
1021 | 2024-12-11T04:20:50.236Z | Downloaded flate2 v1.0.33 |
1022 | 2024-12-11T04:20:50.241Z | Downloaded heapless v0.8.0 |
1023 | 2024-12-11T04:20:50.245Z | Downloaded webpki-roots v0.25.4 |
1024 | 2024-12-11T04:20:50.249Z | Downloaded itertools v0.10.5 |
1025 | 2024-12-11T04:20:50.255Z | Downloaded h2 v0.4.6 |
1026 | 2024-12-11T04:20:50.262Z | Downloaded regex-automata v0.4.7 |
1027 | 2024-12-11T04:20:50.279Z | Downloaded portable-atomic v1.8.0 |
1028 | 2024-12-11T04:20:50.285Z | Downloaded h2 v0.3.26 |
1029 | 2024-12-11T04:20:50.292Z | Downloaded itertools v0.12.1 |
1030 | 2024-12-11T04:20:50.299Z | Downloaded blake3 v1.5.4 |
1031 | 2024-12-11T04:20:50.306Z | Downloaded http v0.2.12 |
1032 | 2024-12-11T04:20:50.310Z | Downloaded hyper v0.14.30 |
1033 | 2024-12-11T04:20:50.318Z | Downloaded cc v1.1.21 |
1034 | 2024-12-11T04:20:50.321Z | Downloaded winnow v0.5.40 |
1035 | 2024-12-11T04:20:50.330Z | Downloaded quinn-proto v0.11.8 |
1036 | 2024-12-11T04:20:50.336Z | Downloaded goblin v0.8.2 |
1037 | 2024-12-11T04:20:50.343Z | Downloaded indexmap v1.9.3 |
1038 | 2024-12-11T04:20:50.347Z | Downloaded base64 v0.13.1 |
1039 | 2024-12-11T04:20:50.349Z | Downloaded serde_with v3.9.0 |
1040 | 2024-12-11T04:20:50.358Z | Downloaded blake2 v0.10.6 |
1041 | 2024-12-11T04:20:50.360Z | Downloaded toml_edit v0.19.15 |
1042 | 2024-12-11T04:20:50.376Z | Downloaded proc-macro-error v1.0.4 |
1043 | 2024-12-11T04:20:50.380Z | Downloaded tracing v0.1.40 |
1044 | 2024-12-11T04:20:50.384Z | Downloaded half v2.4.1 |
1045 | 2024-12-11T04:20:50.386Z | Downloaded tracing-core v0.1.32 |
1046 | 2024-12-11T04:20:50.390Z | Downloaded memmap2 v0.9.5 |
1047 | 2024-12-11T04:20:50.392Z | Downloaded unicode-bidi v0.3.15 |
1048 | 2024-12-11T04:20:50.395Z | Downloaded parse-display v0.10.0 |
1049 | 2024-12-11T04:20:50.395Z | Downloaded num-rational v0.4.2 |
1050 | 2024-12-11T04:20:50.399Z | Downloaded ipnet v2.10.0 |
1051 | 2024-12-11T04:20:50.402Z | Downloaded dropshot_endpoint v0.12.0 |
1052 | 2024-12-11T04:20:50.402Z | Downloaded lru-cache v0.1.2 |
1053 | 2024-12-11T04:20:50.402Z | Downloaded whoami v1.5.2 |
1054 | 2024-12-11T04:20:50.404Z | Downloaded ucd-trie v0.1.6 |
1055 | 2024-12-11T04:20:50.408Z | Downloaded tar v0.4.41 |
1056 | 2024-12-11T04:20:50.410Z | Downloaded regex v1.10.6 |
1057 | 2024-12-11T04:20:50.422Z | Downloaded idna v0.4.0 |
1058 | 2024-12-11T04:20:50.428Z | Downloaded idna v0.5.0 |
1059 | 2024-12-11T04:20:50.435Z | Downloaded smf v0.2.3 |
1060 | 2024-12-11T04:20:50.441Z | Downloaded zone v0.3.0 |
1061 | 2024-12-11T04:20:50.441Z | Downloaded num-iter v0.1.45 |
1062 | 2024-12-11T04:20:50.441Z | Downloaded num-integer v0.1.46 |
1063 | 2024-12-11T04:20:50.444Z | Downloaded num-derive v0.4.2 |
1064 | 2024-12-11T04:20:50.444Z | Downloaded ipnetwork v0.20.0 |
1065 | 2024-12-11T04:20:50.444Z | Downloaded num_enum_derive v0.5.11 |
1066 | 2024-12-11T04:20:50.444Z | Downloaded enum-as-inner v0.6.1 |
1067 | 2024-12-11T04:20:50.446Z | Downloaded pretty-hex v0.4.1 |
1068 | 2024-12-11T04:20:50.447Z | Downloaded match_cfg v0.1.0 |
1069 | 2024-12-11T04:20:50.447Z | Downloaded cancel-safe-futures v0.1.5 |
1070 | 2024-12-11T04:20:50.449Z | Downloaded openssl v0.10.66 |
1071 | 2024-12-11T04:20:50.458Z | Downloaded dropshot v0.12.0 |
1072 | 2024-12-11T04:20:50.478Z | Downloaded regress v0.10.1 |
1073 | 2024-12-11T04:20:50.486Z | Downloaded rhai v1.20.0 |
1074 | 2024-12-11T04:20:50.498Z | Downloaded tempfile v3.12.0 |
1075 | 2024-12-11T04:20:50.501Z | Downloaded strum_macros v0.26.4 |
1076 | 2024-12-11T04:20:51.506Z | Downloaded paste v1.0.15 |
1077 | 2024-12-11T04:20:51.510Z | Downloaded regress v0.9.1 |
1078 | 2024-12-11T04:20:51.510Z | Downloaded regex-syntax v0.8.4 |
1079 | 2024-12-11T04:20:51.510Z | Downloaded hickory-proto v0.24.1 |
1080 | 2024-12-11T04:20:51.510Z | Downloaded bitflags v1.3.2 |
1081 | 2024-12-11T04:20:51.510Z | Downloaded utf-8 v0.7.6 |
1082 | 2024-12-11T04:20:51.510Z | Downloaded usdt-macro v0.5.0 |
1083 | 2024-12-11T04:20:51.510Z | Downloaded smartstring v1.0.1 |
1084 | 2024-12-11T04:20:51.510Z | Downloaded slog v2.7.0 |
1085 | 2024-12-11T04:20:51.510Z | Downloaded similar v2.6.0 |
1086 | 2024-12-11T04:20:51.510Z | Downloaded serde_yaml v0.9.34+deprecated |
1087 | 2024-12-11T04:20:51.510Z | Downloaded darling_core v0.20.10 |
1088 | 2024-12-11T04:20:51.510Z | Downloaded crossbeam-utils v0.8.20 |
1089 | 2024-12-11T04:20:51.510Z | Downloaded derive_more v0.99.18 |
1090 | 2024-12-11T04:20:51.510Z | Downloaded strum_macros v0.25.3 |
1091 | 2024-12-11T04:20:51.510Z | Downloaded slog-async v2.8.0 |
1092 | 2024-12-11T04:20:51.510Z | Downloaded schemars v0.8.21 |
1093 | 2024-12-11T04:20:51.510Z | Downloaded hostname v0.3.1 |
1094 | 2024-12-11T04:20:51.510Z | Downloaded heck v0.4.1 |
1095 | 2024-12-11T04:20:51.510Z | Downloaded heck v0.3.3 |
1096 | 2024-12-11T04:20:51.510Z | Downloaded embedded-io v0.6.1 |
1097 | 2024-12-11T04:20:51.510Z | Downloaded dof v0.3.0 |
1098 | 2024-12-11T04:20:51.510Z | Downloaded slog-dtrace v0.3.0 |
1099 | 2024-12-11T04:20:51.510Z | Downloaded futures-core v0.3.30 |
1100 | 2024-12-11T04:20:51.510Z | Downloaded errno v0.3.9 |
1101 | 2024-12-11T04:20:51.510Z | Downloaded dyn-clone v1.0.17 |
1102 | 2024-12-11T04:20:51.510Z | Downloaded autocfg v1.3.0 |
1103 | 2024-12-11T04:20:51.510Z | Downloaded futures-task v0.3.30 |
1104 | 2024-12-11T04:20:51.510Z | Downloaded futures-sink v0.3.30 |
1105 | 2024-12-11T04:20:51.510Z | Downloaded zerocopy-derive v0.6.6 |
1106 | 2024-12-11T04:20:51.510Z | Downloaded futures-io v0.3.30 |
1107 | 2024-12-11T04:20:51.510Z | Downloaded futures-channel v0.3.30 |
1108 | 2024-12-11T04:20:51.510Z | Downloaded foreign-types v0.5.0 |
1109 | 2024-12-11T04:20:51.510Z | Downloaded fastrand v2.1.1 |
1110 | 2024-12-11T04:20:51.510Z | Downloaded dirs-next v2.0.0 |
1111 | 2024-12-11T04:20:51.511Z | Downloaded derive-where v1.2.7 |
1112 | 2024-12-11T04:20:51.511Z | Downloaded darling v0.20.10 |
1113 | 2024-12-11T04:20:51.511Z | Downloaded crossbeam-epoch v0.9.18 |
1114 | 2024-12-11T04:20:51.511Z | Downloaded cookie v0.18.1 |
1115 | 2024-12-11T04:20:51.511Z | Downloaded scroll v0.12.0 |
1116 | 2024-12-11T04:20:51.511Z | Downloaded schemars_derive v0.8.21 |
1117 | 2024-12-11T04:20:51.511Z | Downloaded fxhash v0.2.1 |
1118 | 2024-12-11T04:20:51.511Z | Downloaded dtrace-parser v0.2.0 |
1119 | 2024-12-11T04:20:51.511Z | Downloaded async-stream-impl v0.3.5 |
1120 | 2024-12-11T04:20:51.511Z | Downloaded newtype_derive v0.1.6 |
1121 | 2024-12-11T04:20:51.511Z | Downloaded zone_cfg_derive v0.1.2 |
1122 | 2024-12-11T04:20:51.511Z | Downloaded sigpipe v0.1.3 |
1123 | 2024-12-11T04:20:51.511Z | Downloaded sha1 v0.10.6 |
1124 | 2024-12-11T04:20:51.511Z | Downloaded serde_tokenstream v0.2.2 |
1125 | 2024-12-11T04:20:51.511Z | Downloaded scopeguard v1.2.0 |
1126 | 2024-12-11T04:20:51.511Z | Downloaded foreign-types-macros v0.2.3 |
1127 | 2024-12-11T04:20:51.511Z | Downloaded float-ord v0.3.2 |
1128 | 2024-12-11T04:20:51.511Z | Downloaded cstr-argument v0.1.2 |
1129 | 2024-12-11T04:20:51.511Z | Downloaded rustls v0.21.12 |
1130 | 2024-12-11T04:20:51.511Z | Downloaded scroll_derive v0.12.0 |
1131 | 2024-12-11T04:20:51.511Z | Downloaded foreign-types-shared v0.3.1 |
1132 | 2024-12-11T04:20:51.511Z | Downloaded dirs-sys-next v0.1.2 |
1133 | 2024-12-11T04:20:51.511Z | Downloaded darling_macro v0.20.10 |
1134 | 2024-12-11T04:20:51.511Z | Downloaded crunchy v0.2.2 |
1135 | 2024-12-11T04:20:51.511Z | Downloaded crc8 v0.1.1 |
1136 | 2024-12-11T04:20:51.511Z | Downloaded ciborium-io v0.2.2 |
1137 | 2024-12-11T04:20:51.511Z | Downloaded ciborium v0.2.2 |
1138 | 2024-12-11T04:20:51.511Z | Downloaded lzma-sys v0.1.20 |
1139 | 2024-12-11T04:20:51.511Z | Downloaded libc v0.2.167 |
1140 | 2024-12-11T04:20:51.511Z | Downloaded encoding_rs v0.8.34 |
1141 | 2024-12-11T04:20:51.511Z | Downloaded ring v0.16.20 |
1142 | 2024-12-11T04:20:52.101Z | Compiling proc-macro2 v1.0.86 |
1143 | 2024-12-11T04:20:52.101Z | Compiling unicode-ident v1.0.13 |
1144 | 2024-12-11T04:20:52.104Z | Compiling libc v0.2.167 |
1145 | 2024-12-11T04:20:52.104Z | Compiling cfg-if v1.0.0 |
1146 | 2024-12-11T04:20:52.104Z | Compiling serde v1.0.216 |
1147 | 2024-12-11T04:20:52.104Z | Compiling version_check v0.9.5 |
1148 | 2024-12-11T04:20:52.104Z | Compiling autocfg v1.3.0 |
1149 | 2024-12-11T04:20:52.124Z | Compiling byteorder v1.5.0 |
1150 | 2024-12-11T04:20:52.206Z | Compiling memchr v2.7.4 |
1151 | 2024-12-11T04:20:52.277Z | Compiling once_cell v1.20.2 |
1152 | 2024-12-11T04:20:52.616Z | Compiling itoa v1.0.11 |
1153 | 2024-12-11T04:20:52.672Z | Compiling ryu v1.0.18 |
1154 | 2024-12-11T04:20:52.716Z | Compiling allocator-api2 v0.2.18 |
1155 | 2024-12-11T04:20:52.823Z | Compiling libm v0.2.8 |
1156 | 2024-12-11T04:20:52.849Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-12-11T04:20:52.915Z | Compiling lock_api v0.4.12 |
1158 | 2024-12-11T04:20:52.953Z | Compiling parking_lot_core v0.9.10 |
1159 | 2024-12-11T04:20:53.022Z | Compiling scopeguard v1.2.0 |
1160 | 2024-12-11T04:20:53.177Z | Compiling equivalent v1.0.1 |
1161 | 2024-12-11T04:20:53.271Z | Compiling thiserror v1.0.69 |
1162 | 2024-12-11T04:20:53.419Z | Compiling portable-atomic v1.8.0 |
1163 | 2024-12-11T04:20:53.560Z | Compiling ahash v0.8.11 |
1164 | 2024-12-11T04:20:53.843Z | Compiling shlex v1.3.0 |
1165 | 2024-12-11T04:20:53.924Z | Compiling quote v1.0.37 |
1166 | 2024-12-11T04:20:54.207Z | Compiling cc v1.1.21 |
1167 | 2024-12-11T04:20:54.219Z | Compiling log v0.4.22 |
1168 | 2024-12-11T04:20:54.334Z | Compiling syn v2.0.87 |
1169 | 2024-12-11T04:20:54.474Z | Compiling getrandom v0.2.15 |
1170 | 2024-12-11T04:20:54.616Z | Compiling socket2 v0.5.8 |
1171 | 2024-12-11T04:20:54.652Z | Compiling mio v1.0.2 |
1172 | 2024-12-11T04:20:54.756Z | Compiling signal-hook-registry v1.4.2 |
1173 | 2024-12-11T04:20:54.825Z | Compiling futures-core v0.3.30 |
1174 | 2024-12-11T04:20:55.085Z | Compiling iana-time-zone v0.1.61 |
1175 | 2024-12-11T04:20:55.287Z | Compiling fnv v1.0.7 |
1176 | 2024-12-11T04:20:55.431Z | Compiling schemars v0.8.21 |
1177 | 2024-12-11T04:20:55.716Z | Compiling futures-sink v0.3.30 |
1178 | 2024-12-11T04:20:55.792Z | Compiling dyn-clone v1.0.17 |
1179 | 2024-12-11T04:20:55.823Z | Compiling slab v0.4.9 |
1180 | 2024-12-11T04:20:55.844Z | Compiling serde_json v1.0.133 |
1181 | 2024-12-11T04:20:55.861Z | Compiling num-traits v0.2.19 |
1182 | 2024-12-11T04:20:56.012Z | Compiling bitflags v2.6.0 |
1183 | 2024-12-11T04:20:56.083Z | Compiling futures-channel v0.3.30 |
1184 | 2024-12-11T04:20:56.147Z | Compiling futures-io v0.3.30 |
1185 | 2024-12-11T04:20:56.211Z | Compiling futures-task v0.3.30 |
1186 | 2024-12-11T04:20:56.497Z | Compiling pin-utils v0.1.0 |
1187 | 2024-12-11T04:20:56.500Z | Compiling heck v0.5.0 |
1188 | 2024-12-11T04:20:56.517Z | Compiling crunchy v0.2.2 |
1189 | 2024-12-11T04:20:56.599Z | Compiling subtle v2.6.1 |
1190 | 2024-12-11T04:20:56.842Z | Compiling tiny-keccak v2.0.2 |
1191 | 2024-12-11T04:20:57.087Z | Compiling rustls-pki-types v1.8.0 |
1192 | 2024-12-11T04:20:57.120Z | Compiling spin v0.9.8 |
1193 | 2024-12-11T04:20:57.281Z | Compiling atomic-waker v1.1.2 |
1194 | 2024-12-11T04:20:57.357Z | Compiling ring v0.17.8 |
1195 | 2024-12-11T04:20:57.369Z | Compiling httparse v1.9.4 |
1196 | 2024-12-11T04:20:57.458Z | Compiling untrusted v0.9.0 |
1197 | 2024-12-11T04:20:57.634Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-11T04:20:57.699Z | Compiling const-random-macro v0.1.16 |
1199 | 2024-12-11T04:20:58.029Z | Compiling vcpkg v0.2.15 |
1200 | 2024-12-11T04:20:58.464Z | Compiling const-random v0.1.18 |
1201 | 2024-12-11T04:20:58.520Z | Compiling try-lock v0.2.5 |
1202 | 2024-12-11T04:20:58.544Z | Compiling zeroize v1.8.1 |
1203 | 2024-12-11T04:20:58.656Z | Compiling want v0.3.1 |
1204 | 2024-12-11T04:20:58.899Z | Compiling slog v2.7.0 |
1205 | 2024-12-11T04:20:58.920Z | Compiling httpdate v1.0.3 |
1206 | 2024-12-11T04:20:58.970Z | Compiling openssl v0.10.66 |
1207 | 2024-12-11T04:20:59.028Z | Compiling foreign-types-shared v0.1.1 |
1208 | 2024-12-11T04:20:59.130Z | Compiling foreign-types v0.3.2 |
1209 | 2024-12-11T04:20:59.149Z | Compiling tower-service v0.3.3 |
1210 | 2024-12-11T04:20:59.221Z | Compiling percent-encoding v2.3.1 |
1211 | 2024-12-11T04:20:59.270Z | Compiling tinyvec_macros v0.1.1 |
1212 | 2024-12-11T04:20:59.354Z | Compiling native-tls v0.2.12 |
1213 | 2024-12-11T04:20:59.421Z | Compiling rustls v0.23.13 |
1214 | 2024-12-11T04:20:59.463Z | Compiling form_urlencoded v1.2.1 |
1215 | 2024-12-11T04:20:59.637Z | Compiling tinyvec v1.8.0 |
1216 | 2024-12-11T04:20:59.707Z | Compiling openssl-probe v0.1.5 |
1217 | 2024-12-11T04:20:59.743Z | Compiling semver v1.0.23 |
1218 | 2024-12-11T04:20:59.786Z | Compiling openssl-sys v0.9.103 |
1219 | 2024-12-11T04:20:59.821Z | Compiling unicode-bidi v0.3.15 |
1220 | 2024-12-11T04:21:00.101Z | Compiling tracing-core v0.1.32 |
1221 | 2024-12-11T04:21:00.326Z | Compiling ucd-trie v0.1.6 |
1222 | 2024-12-11T04:21:00.377Z | Compiling typenum v1.17.0 |
1223 | 2024-12-11T04:21:01.059Z | Compiling unicode-normalization v0.1.24 |
1224 | 2024-12-11T04:21:01.110Z | Compiling rand_core v0.6.4 |
1225 | 2024-12-11T04:21:01.558Z | Compiling aho-corasick v1.1.3 |
1226 | 2024-12-11T04:21:01.573Z | Compiling generic-array v0.14.7 |
1227 | 2024-12-11T04:21:01.576Z | Compiling encoding_rs v0.8.34 |
1228 | 2024-12-11T04:21:01.671Z | Compiling regex-syntax v0.8.4 |
1229 | 2024-12-11T04:21:01.914Z | Compiling serde_derive_internals v0.29.1 |
1230 | 2024-12-11T04:21:02.264Z | Compiling idna v0.5.0 |
1231 | 2024-12-11T04:21:02.464Z | Compiling mime v0.3.17 |
1232 | 2024-12-11T04:21:03.197Z | Compiling base64 v0.22.1 |
1233 | 2024-12-11T04:21:04.108Z | Compiling rustls-webpki v0.102.8 |
1234 | 2024-12-11T04:21:04.202Z | Compiling rustls-pemfile v2.1.3 |
1235 | 2024-12-11T04:21:04.328Z | Compiling url v2.5.2 |
1236 | 2024-12-11T04:21:05.646Z | Compiling regex-automata v0.4.7 |
1237 | 2024-12-11T04:21:06.295Z | Compiling webpki-roots v0.26.6 |
1238 | 2024-12-11T04:21:06.511Z | Compiling powerfmt v0.2.0 |
1239 | 2024-12-11T04:21:06.534Z | Compiling ipnet v2.10.0 |
1240 | 2024-12-11T04:21:06.626Z | Compiling winnow v0.6.18 |
1241 | 2024-12-11T04:21:06.780Z | Compiling time-core v0.1.2 |
1242 | 2024-12-11T04:21:06.928Z | Compiling strsim v0.11.1 |
1243 | 2024-12-11T04:21:06.959Z | Compiling num-conv v0.1.0 |
1244 | 2024-12-11T04:21:07.248Z | Compiling plain v0.2.3 |
1245 | 2024-12-11T04:21:07.403Z | Compiling time-macros v0.2.18 |
1246 | 2024-12-11T04:21:07.452Z | Compiling serde_derive v1.0.216 |
1247 | 2024-12-11T04:21:08.000Z | Compiling zerocopy-derive v0.7.35 |
1248 | 2024-12-11T04:21:08.092Z | Compiling tokio-macros v2.4.0 |
1249 | 2024-12-11T04:21:08.505Z | Compiling thiserror-impl v1.0.69 |
1250 | 2024-12-11T04:21:09.638Z | Compiling schemars_derive v0.8.21 |
1251 | 2024-12-11T04:21:09.798Z | Compiling futures-macro v0.3.30 |
1252 | 2024-12-11T04:21:10.229Z | Compiling zerocopy v0.7.35 |
1253 | 2024-12-11T04:21:10.515Z | Compiling openssl-macros v0.1.1 |
1254 | 2024-12-11T04:21:10.715Z | Compiling tracing-attributes v0.1.27 |
1255 | 2024-12-11T04:21:11.414Z | Compiling scroll_derive v0.12.0 |
1256 | 2024-12-11T04:21:11.854Z | Compiling futures-util v0.3.30 |
1257 | 2024-12-11T04:21:12.317Z | Compiling hashbrown v0.14.5 |
1258 | 2024-12-11T04:21:12.770Z | Compiling pest v2.7.13 |
1259 | 2024-12-11T04:21:12.979Z | Compiling scroll v0.12.0 |
1260 | 2024-12-11T04:21:13.608Z | Compiling regress v0.10.1 |
1261 | 2024-12-11T04:21:13.719Z | Compiling goblin v0.8.2 |
1262 | 2024-12-11T04:21:13.977Z | Compiling ppv-lite86 v0.2.20 |
1263 | 2024-12-11T04:21:14.133Z | Compiling tracing v0.1.40 |
1264 | 2024-12-11T04:21:14.640Z | Compiling regex v1.10.6 |
1265 | 2024-12-11T04:21:14.887Z | Compiling deranged v0.3.11 |
1266 | 2024-12-11T04:21:15.860Z | Compiling pest_meta v2.7.13 |
1267 | 2024-12-11T04:21:16.794Z | Compiling num_threads v0.1.7 |
1268 | 2024-12-11T04:21:16.923Z | Compiling anyhow v1.0.94 |
1269 | 2024-12-11T04:21:17.024Z | Compiling pretty-hex v0.4.1 |
1270 | 2024-12-11T04:21:17.223Z | Compiling pest_generator v2.7.13 |
1271 | 2024-12-11T04:21:17.340Z | Compiling rand_chacha v0.3.1 |
1272 | 2024-12-11T04:21:17.878Z | Compiling sync_wrapper v1.0.1 |
1273 | 2024-12-11T04:21:18.024Z | Compiling usdt-impl v0.5.0 |
1274 | 2024-12-11T04:21:18.544Z | Compiling rand v0.8.5 |
1275 | 2024-12-11T04:21:18.697Z | Compiling block-buffer v0.10.4 |
1276 | 2024-12-11T04:21:18.919Z | Compiling crypto-common v0.1.6 |
1277 | 2024-12-11T04:21:19.056Z | Compiling thread-id v4.2.2 |
1278 | 2024-12-11T04:21:19.102Z | Compiling rustversion v1.0.17 |
1279 | 2024-12-11T04:21:19.163Z | Compiling syn v1.0.109 |
1280 | 2024-12-11T04:21:19.266Z | Compiling omicron-workspace-hack v0.1.0 |
1281 | 2024-12-11T04:21:19.606Z | Compiling unsafe-libyaml v0.2.11 |
1282 | 2024-12-11T04:21:20.092Z | Compiling pest_derive v2.7.13 |
1283 | 2024-12-11T04:21:20.369Z | Compiling smallvec v1.13.2 |
1284 | 2024-12-11T04:21:20.796Z | Compiling ident_case v1.0.1 |
1285 | 2024-12-11T04:21:20.974Z | Compiling match_cfg v0.1.0 |
1286 | 2024-12-11T04:21:21.059Z | Compiling hostname v0.3.1 |
1287 | 2024-12-11T04:21:21.070Z | Compiling dtrace-parser v0.2.0 |
1288 | 2024-12-11T04:21:21.099Z | Compiling darling_core v0.20.10 |
1289 | 2024-12-11T04:21:21.465Z | Compiling dirs-sys-next v0.1.2 |
1290 | 2024-12-11T04:21:22.024Z | Compiling bytes v1.7.2 |
1291 | 2024-12-11T04:21:22.124Z | Compiling uuid v1.11.0 |
1292 | 2024-12-11T04:21:23.074Z | Compiling indexmap v2.5.0 |
1293 | 2024-12-11T04:21:23.749Z | Compiling http v1.2.0 |
1294 | 2024-12-11T04:21:25.133Z | Compiling parking_lot v0.12.3 |
1295 | 2024-12-11T04:21:25.389Z | Compiling serde_tokenstream v0.2.2 |
1296 | 2024-12-11T04:21:25.953Z | Compiling tokio v1.42.0 |
1297 | 2024-12-11T04:21:26.221Z | Compiling http-body v1.0.1 |
1298 | 2024-12-11T04:21:26.465Z | Compiling chrono v0.4.38 |
1299 | 2024-12-11T04:21:26.654Z | Compiling toml_datetime v0.6.8 |
1300 | 2024-12-11T04:21:27.338Z | Compiling http-body-util v0.1.2 |
1301 | 2024-12-11T04:21:27.900Z | Compiling serde_urlencoded v0.7.1 |
1302 | 2024-12-11T04:21:28.315Z | Compiling openapiv3 v2.0.0 |
1303 | 2024-12-11T04:21:28.490Z | Compiling serde_spanned v0.6.7 |
1304 | 2024-12-11T04:21:28.758Z | Compiling dof v0.3.0 |
1305 | 2024-12-11T04:21:31.561Z | Compiling serde_yaml v0.9.34+deprecated |
1306 | 2024-12-11T04:21:31.772Z | Compiling errno v0.3.9 |
1307 | 2024-12-11T04:21:32.013Z | Compiling rustls v0.22.4 |
1308 | 2024-12-11T04:21:32.328Z | Compiling paste v1.0.15 |
1309 | 2024-12-11T04:21:32.835Z | Compiling typify-impl v0.2.0 |
1310 | 2024-12-11T04:21:32.999Z | Compiling camino v1.1.9 |
1311 | 2024-12-11T04:21:33.124Z | Compiling cpufeatures v0.2.14 |
1312 | 2024-12-11T04:21:33.224Z | Compiling usdt-macro v0.5.0 |
1313 | 2024-12-11T04:21:33.570Z | Compiling usdt-attr-macro v0.5.0 |
1314 | 2024-12-11T04:21:33.742Z | Compiling darling_macro v0.20.10 |
1315 | 2024-12-11T04:21:35.255Z | Compiling dirs-next v2.0.0 |
1316 | 2024-12-11T04:21:35.408Z | Compiling tokio-util v0.7.12 |
1317 | 2024-12-11T04:21:35.424Z | Compiling futures-executor v0.3.30 |
1318 | 2024-12-11T04:21:35.514Z | Compiling async-trait v0.1.83 |
1319 | 2024-12-11T04:21:35.847Z | Compiling memmap v0.7.0 |
1320 | 2024-12-11T04:21:35.899Z | Compiling instant v0.1.13 |
1321 | 2024-12-11T04:21:36.046Z | Compiling slog-async v2.8.0 |
1322 | 2024-12-11T04:21:36.088Z | Compiling futures v0.3.30 |
1323 | 2024-12-11T04:21:36.193Z | Compiling term v0.7.0 |
1324 | 2024-12-11T04:21:36.566Z | Compiling h2 v0.4.6 |
1325 | 2024-12-11T04:21:36.972Z | Compiling darling v0.20.10 |
1326 | 2024-12-11T04:21:39.325Z | Compiling is-terminal v0.4.13 |
1327 | 2024-12-11T04:21:39.446Z | Compiling multer v3.1.0 |
1328 | 2024-12-11T04:21:39.772Z | Compiling take_mut v0.2.2 |
1329 | 2024-12-11T04:21:39.973Z | Compiling serde_with_macros v3.9.0 |
1330 | 2024-12-11T04:21:42.847Z | Compiling hyper v1.5.1 |
1331 | 2024-12-11T04:21:45.214Z | Compiling ipnetwork v0.20.0 |
1332 | 2024-12-11T04:21:45.808Z | Compiling hyper-util v0.1.10 |
1333 | 2024-12-11T04:21:46.376Z | Compiling tokio-native-tls v0.3.1 |
1334 | 2024-12-11T04:21:46.661Z | Compiling tokio-rustls v0.26.0 |
1335 | 2024-12-11T04:21:47.143Z | Compiling strum_macros v0.26.4 |
1336 | 2024-12-11T04:21:47.841Z | Compiling structmeta-derive v0.3.0 |
1337 | 2024-12-11T04:21:48.966Z | Compiling async-stream-impl v0.3.5 |
1338 | 2024-12-11T04:21:49.817Z | Compiling dropshot v0.12.0 |
1339 | 2024-12-11T04:21:50.180Z | Compiling crossbeam-utils v0.8.20 |
1340 | 2024-12-11T04:21:50.444Z | Compiling debug-ignore v1.0.5 |
1341 | 2024-12-11T04:21:50.580Z | Compiling async-stream v0.3.5 |
1342 | 2024-12-11T04:21:50.652Z | Compiling structmeta v0.3.0 |
1343 | 2024-12-11T04:21:50.867Z | Compiling hyper-tls v0.6.0 |
1344 | 2024-12-11T04:21:50.926Z | Compiling hyper-rustls v0.27.3 |
1345 | 2024-12-11T04:21:51.068Z | Compiling serde_with v3.9.0 |
1346 | 2024-12-11T04:21:51.919Z | Compiling strum v0.26.3 |
1347 | 2024-12-11T04:21:52.637Z | Compiling dropshot_endpoint v0.12.0 |
1348 | 2024-12-11T04:21:53.142Z | Compiling serde_path_to_error v0.1.16 |
1349 | 2024-12-11T04:21:54.172Z | Compiling waitgroup v0.1.2 |
1350 | 2024-12-11T04:21:54.427Z | Compiling hostname v0.4.0 |
1351 | 2024-12-11T04:21:54.707Z | Compiling reqwest v0.12.9 |
1352 | 2024-12-11T04:21:55.252Z | Compiling parse-display-derive v0.10.0 |
1353 | 2024-12-11T04:21:56.685Z | Compiling hex v0.4.3 |
1354 | 2024-12-11T04:21:57.052Z | Compiling digest v0.10.7 |
1355 | 2024-12-11T04:21:57.236Z | Compiling time v0.3.36 |
1356 | 2024-12-11T04:21:57.314Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1357 | 2024-12-11T04:21:57.383Z | Compiling rustix v0.38.37 |
1358 | 2024-12-11T04:21:57.449Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1359 | 2024-12-11T04:21:57.608Z | Compiling progenitor-client v0.8.0 |
1360 | 2024-12-11T04:21:58.253Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1361 | 2024-12-11T04:21:58.262Z | Compiling macaddr v1.0.1 |
1362 | 2024-12-11T04:21:58.436Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1363 | 2024-12-11T04:21:59.378Z | Compiling utf8parse v0.2.2 |
1364 | 2024-12-11T04:21:59.544Z | Compiling typify-macro v0.2.0 |
1365 | 2024-12-11T04:21:59.943Z | Compiling parse-display v0.10.0 |
1366 | 2024-12-11T04:21:59.958Z | Compiling anstyle-parse v0.2.5 |
1367 | 2024-12-11T04:22:00.887Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1368 | 2024-12-11T04:22:01.817Z | Compiling thread_local v1.1.8 |
1369 | 2024-12-11T04:22:02.308Z | Compiling is_terminal_polyfill v1.70.1 |
1370 | 2024-12-11T04:22:02.438Z | Compiling anstyle-query v1.1.1 |
1371 | 2024-12-11T04:22:02.453Z | Compiling anstyle v1.0.10 |
1372 | 2024-12-11T04:22:02.480Z | Compiling colorchoice v1.0.2 |
1373 | 2024-12-11T04:22:02.585Z | Compiling lazy_static v1.5.0 |
1374 | 2024-12-11T04:22:02.640Z | Compiling unicode-width v0.1.14 |
1375 | 2024-12-11T04:22:02.936Z | Compiling anstream v0.6.15 |
1376 | 2024-12-11T04:22:03.164Z | Compiling usdt v0.5.0 |
1377 | 2024-12-11T04:22:03.425Z | Compiling slog-json v2.6.1 |
1378 | 2024-12-11T04:22:03.663Z | Compiling crossbeam-channel v0.5.13 |
1379 | 2024-12-11T04:22:03.836Z | Compiling toml_edit v0.22.21 |
1380 | 2024-12-11T04:22:03.851Z | Compiling clap_lex v0.7.4 |
1381 | 2024-12-11T04:22:03.875Z | Compiling slog-bunyan v2.5.0 |
1382 | 2024-12-11T04:22:04.101Z | Compiling slog-term v2.9.1 |
1383 | 2024-12-11T04:22:04.438Z | Compiling sha1 v0.10.6 |
1384 | 2024-12-11T04:22:04.750Z | Compiling typify v0.2.0 |
1385 | 2024-12-11T04:22:04.887Z | Compiling progenitor-impl v0.8.0 |
1386 | 2024-12-11T04:22:05.514Z | Compiling tokio-rustls v0.25.0 |
1387 | 2024-12-11T04:22:05.955Z | Compiling newtype-uuid v1.1.0 |
1388 | 2024-12-11T04:22:06.275Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1389 | 2024-12-11T04:22:06.466Z | Compiling winnow v0.5.40 |
1390 | 2024-12-11T04:22:06.681Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1391 | 2024-12-11T04:22:07.003Z | Compiling backoff v0.4.0 |
1392 | 2024-12-11T04:22:07.406Z | Compiling toml v0.8.19 |
1393 | 2024-12-11T04:22:10.532Z | Compiling toml_edit v0.19.15 |
1394 | 2024-12-11T04:22:13.359Z | Compiling regress v0.9.1 |
1395 | 2024-12-11T04:22:14.427Z | Compiling clap_derive v4.5.18 |
1396 | 2024-12-11T04:22:15.954Z | Compiling progenitor-macro v0.8.0 |
1397 | 2024-12-11T04:22:16.189Z | Compiling heapless v0.8.0 |
1398 | 2024-12-11T04:22:16.812Z | Compiling proc-macro-crate v1.3.1 |
1399 | 2024-12-11T04:22:17.674Z | Compiling hash32 v0.3.1 |
1400 | 2024-12-11T04:22:17.923Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1401 | 2024-12-11T04:22:17.954Z | Compiling stable_deref_trait v1.2.0 |
1402 | 2024-12-11T04:22:18.050Z | Compiling smoltcp v0.11.0 |
1403 | 2024-12-11T04:22:18.752Z | Compiling num_enum_derive v0.5.11 |
1404 | 2024-12-11T04:22:19.231Z | Compiling terminal_size v0.4.0 |
1405 | 2024-12-11T04:22:19.468Z | Compiling foreign-types-macros v0.2.3 |
1406 | 2024-12-11T04:22:19.472Z | Compiling proc-macro-error-attr v1.0.4 |
1407 | 2024-12-11T04:22:21.092Z | Compiling heck v0.4.1 |
1408 | 2024-12-11T04:22:21.149Z | Compiling foreign-types-shared v0.3.1 |
1409 | 2024-12-11T04:22:21.208Z | Compiling managed v0.8.0 |
1410 | 2024-12-11T04:22:21.260Z | Compiling cobs v0.2.3 |
1411 | 2024-12-11T04:22:21.532Z | Compiling either v1.13.0 |
1412 | 2024-12-11T04:22:21.586Z | Compiling bitflags v1.3.2 |
1413 | 2024-12-11T04:22:21.689Z | Compiling postcard v1.0.10 |
1414 | 2024-12-11T04:22:21.967Z | Compiling foreign-types v0.5.0 |
1415 | 2024-12-11T04:22:22.068Z | Compiling num_enum v0.5.11 |
1416 | 2024-12-11T04:22:22.293Z | Compiling clap_builder v4.5.23 |
1417 | 2024-12-11T04:22:22.617Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1418 | 2024-12-11T04:22:23.966Z | Compiling num-integer v0.1.46 |
1419 | 2024-12-11T04:22:24.774Z | Compiling cstr-argument v0.1.2 |
1420 | 2024-12-11T04:22:24.863Z | Compiling proc-macro-error v1.0.4 |
1421 | 2024-12-11T04:22:25.049Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1422 | 2024-12-11T04:22:25.209Z | Compiling pretty-hex v0.2.1 |
1423 | 2024-12-11T04:22:25.388Z | Compiling fastrand v2.1.1 |
1424 | 2024-12-11T04:22:25.399Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1425 | 2024-12-11T04:22:25.559Z | Compiling float-ord v0.3.2 |
1426 | 2024-12-11T04:22:25.735Z | Compiling tempfile v3.12.0 |
1427 | 2024-12-11T04:22:26.011Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1428 | 2024-12-11T04:22:26.243Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1429 | 2024-12-11T04:22:26.665Z | Compiling clap v4.5.23 |
1430 | 2024-12-11T04:22:26.757Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1431 | 2024-12-11T04:22:26.893Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1432 | 2024-12-11T04:22:27.480Z | Compiling tabwriter v1.4.0 |
1433 | 2024-12-11T04:22:27.931Z | Compiling colored v2.1.0 |
1434 | 2024-12-11T04:22:28.107Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1435 | 2024-12-11T04:22:28.512Z | Compiling crucible-workspace-hack v0.1.0 |
1436 | 2024-12-11T04:22:28.845Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1437 | 2024-12-11T04:22:29.683Z | Compiling num-rational v0.4.2 |
1438 | 2024-12-11T04:22:29.935Z | Compiling num-iter v0.1.45 |
1439 | 2024-12-11T04:22:30.137Z | Compiling num-complex v0.4.6 |
1440 | 2024-12-11T04:22:30.399Z | Compiling unicode-segmentation v1.12.0 |
1441 | 2024-12-11T04:22:30.863Z | Compiling prettyplease v0.2.22 |
1442 | 2024-12-11T04:22:31.193Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1443 | 2024-12-11T04:22:31.252Z | Compiling semver v0.1.20 |
1444 | 2024-12-11T04:22:31.331Z | Compiling num v0.4.3 |
1445 | 2024-12-11T04:22:31.430Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1446 | 2024-12-11T04:22:31.569Z | Compiling rustc_version v0.1.7 |
1447 | 2024-12-11T04:22:31.589Z | Compiling newline-converter v0.3.0 |
1448 | 2024-12-11T04:22:31.777Z | Compiling zone_cfg_derive v0.3.0 |
1449 | 2024-12-11T04:22:31.976Z | Compiling progenitor v0.8.0 |
1450 | 2024-12-11T04:22:32.164Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1451 | 2024-12-11T04:22:33.693Z | Compiling camino-tempfile v1.1.1 |
1452 | 2024-12-11T04:22:33.856Z | Compiling itertools v0.10.5 |
1453 | 2024-12-11T04:22:34.147Z | Compiling console v0.15.8 |
1454 | 2024-12-11T04:22:34.288Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1455 | 2024-12-11T04:22:35.601Z | Compiling num-derive v0.4.2 |
1456 | 2024-12-11T04:22:35.882Z | Compiling sigpipe v0.1.3 |
1457 | 2024-12-11T04:22:35.997Z | Compiling static_assertions v1.1.0 |
1458 | 2024-12-11T04:22:36.093Z | Compiling base64ct v1.6.0 |
1459 | 2024-12-11T04:22:36.095Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1460 | 2024-12-11T04:22:36.439Z | Compiling similar v2.6.0 |
1461 | 2024-12-11T04:22:36.698Z | Compiling zone v0.3.0 |
1462 | 2024-12-11T04:22:36.740Z | Compiling password-hash v0.5.0 |
1463 | 2024-12-11T04:22:36.994Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1464 | 2024-12-11T04:22:37.809Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1465 | 2024-12-11T04:22:37.918Z | Compiling expectorate v1.1.0 |
1466 | 2024-12-11T04:22:38.059Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1467 | 2024-12-11T04:22:38.860Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1468 | 2024-12-11T04:22:39.022Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1469 | 2024-12-11T04:22:39.345Z | Compiling newtype_derive v0.1.6 |
1470 | 2024-12-11T04:22:39.679Z | Compiling blake2 v0.10.6 |
1471 | 2024-12-11T04:22:40.481Z | Compiling hubpack_derive v0.1.1 |
1472 | 2024-12-11T04:22:40.990Z | Compiling smf v0.2.3 |
1473 | 2024-12-11T04:22:41.007Z | Compiling zerocopy-derive v0.6.6 |
1474 | 2024-12-11T04:22:41.687Z | Compiling whoami v1.5.2 |
1475 | 2024-12-11T04:22:42.502Z | Compiling owo-colors v4.1.0 |
1476 | 2024-12-11T04:22:42.590Z | Compiling cancel-safe-futures v0.1.5 |
1477 | 2024-12-11T04:22:42.759Z | Compiling fixedbitset v0.4.2 |
1478 | 2024-12-11T04:22:42.937Z | Compiling hubpack v0.1.2 |
1479 | 2024-12-11T04:22:42.974Z | Compiling argon2 v0.5.3 |
1480 | 2024-12-11T04:22:43.135Z | Compiling zerocopy v0.6.6 |
1481 | 2024-12-11T04:22:43.258Z | Compiling petgraph v0.6.5 |
1482 | 2024-12-11T04:22:44.030Z | Compiling strum_macros v0.25.3 |
1483 | 2024-12-11T04:22:44.527Z | Compiling serde-big-array v0.5.1 |
1484 | 2024-12-11T04:22:44.759Z | Compiling serde_repr v0.1.19 |
1485 | 2024-12-11T04:22:46.421Z | Compiling cookie v0.18.1 |
1486 | 2024-12-11T04:22:46.770Z | Compiling convert_case v0.4.0 |
1487 | 2024-12-11T04:22:47.573Z | Compiling derive_more v0.99.18 |
1488 | 2024-12-11T04:22:47.803Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1489 | 2024-12-11T04:22:47.880Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-12-11T04:22:48.884Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1491 | 2024-12-11T04:22:50.684Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1492 | 2024-12-11T04:22:51.739Z | Compiling atomicwrites v0.4.4 |
1493 | 2024-12-11T04:22:52.155Z | Compiling itertools v0.13.0 |
1494 | 2024-12-11T04:22:55.377Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1495 | 2024-12-11T04:22:55.400Z | Compiling libsw v3.3.1 |
1496 | 2024-12-11T04:22:55.481Z | Compiling enum-as-inner v0.6.1 |
1497 | 2024-12-11T04:22:55.602Z | Compiling derive-where v1.2.7 |
1498 | 2024-12-11T04:22:55.677Z | Compiling idna v0.4.0 |
1499 | 2024-12-11T04:22:55.723Z | Compiling swrite v0.1.0 |
1500 | 2024-12-11T04:22:55.850Z | Compiling quick-error v1.2.3 |
1501 | 2024-12-11T04:22:55.998Z | Compiling indent_write v2.2.0 |
1502 | 2024-12-11T04:22:56.204Z | Compiling highway v1.2.0 |
1503 | 2024-12-11T04:22:56.689Z | Compiling data-encoding v2.6.0 |
1504 | 2024-12-11T04:22:57.088Z | Compiling linear-map v1.2.0 |
1505 | 2024-12-11T04:22:57.479Z | Compiling linked-hash-map v0.5.6 |
1506 | 2024-12-11T04:22:57.619Z | Compiling hickory-proto v0.24.1 |
1507 | 2024-12-11T04:22:57.886Z | Compiling lru-cache v0.1.2 |
1508 | 2024-12-11T04:22:58.953Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1509 | 2024-12-11T04:22:59.589Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1510 | 2024-12-11T04:22:59.711Z | Compiling resolv-conf v0.7.0 |
1511 | 2024-12-11T04:23:00.799Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1512 | 2024-12-11T04:23:01.908Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1513 | 2024-12-11T04:23:03.285Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1514 | 2024-12-11T04:23:03.312Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-12-11T04:23:03.802Z | Compiling steno v0.4.1 |
1516 | 2024-12-11T04:23:06.582Z | Compiling slog-dtrace v0.3.0 |
1517 | 2024-12-11T04:23:06.903Z | Compiling humantime v2.1.0 |
1518 | 2024-12-11T04:23:06.954Z | Compiling parking_lot_core v0.8.6 |
1519 | 2024-12-11T04:23:07.492Z | Compiling hickory-resolver v0.24.1 |
1520 | 2024-12-11T04:23:07.504Z | Compiling num-derive v0.3.3 |
1521 | 2024-12-11T04:23:07.518Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1522 | 2024-12-11T04:23:08.764Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-12-11T04:23:09.833Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1524 | 2024-12-11T04:23:10.202Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1525 | 2024-12-11T04:23:10.387Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2024-12-11T04:23:11.114Z | Compiling smartstring v1.0.1 |
1527 | 2024-12-11T04:23:11.379Z | Compiling half v2.4.1 |
1528 | 2024-12-11T04:23:11.479Z | Compiling ciborium-io v0.2.2 |
1529 | 2024-12-11T04:23:11.943Z | Compiling ciborium-ll v0.2.2 |
1530 | 2024-12-11T04:23:12.064Z | Compiling parking_lot v0.11.2 |
1531 | 2024-12-11T04:23:12.344Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1532 | 2024-12-11T04:23:12.357Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1533 | 2024-12-11T04:23:13.299Z | Compiling proc-macro-crate v3.2.0 |
1534 | 2024-12-11T04:23:13.426Z | Compiling crossbeam-epoch v0.9.18 |
1535 | 2024-12-11T04:23:14.112Z | Compiling fxhash v0.2.1 |
1536 | 2024-12-11T04:23:14.291Z | Compiling crc32fast v1.4.2 |
1537 | 2024-12-11T04:23:14.304Z | Compiling spin v0.5.2 |
1538 | 2024-12-11T04:23:14.333Z | Compiling ciborium v0.2.2 |
1539 | 2024-12-11T04:23:14.508Z | Compiling num_enum_derive v0.7.3 |
1540 | 2024-12-11T04:23:14.530Z | Compiling sled v0.34.7 |
1541 | 2024-12-11T04:23:14.635Z | Compiling no-std-compat v0.4.1 |
1542 | 2024-12-11T04:23:15.411Z | Compiling thin-vec v0.2.13 |
1543 | 2024-12-11T04:23:16.038Z | Compiling rhai_codegen v2.2.0 |
1544 | 2024-12-11T04:23:16.061Z | Compiling minimal-lexical v0.2.1 |
1545 | 2024-12-11T04:23:16.161Z | Compiling yansi v1.0.1 |
1546 | 2024-12-11T04:23:16.630Z | Compiling nom v7.1.3 |
1547 | 2024-12-11T04:23:17.009Z | Compiling diff v0.1.13 |
1548 | 2024-12-11T04:23:17.198Z | Compiling num_enum v0.7.3 |
1549 | 2024-12-11T04:23:17.364Z | Compiling pretty_assertions v1.4.1 |
1550 | 2024-12-11T04:23:18.764Z | Compiling rhai v1.20.0 |
1551 | 2024-12-11T04:23:25.174Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1552 | 2024-12-11T04:23:25.356Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1553 | 2024-12-11T04:23:32.697Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1554 | 2024-12-11T04:23:34.091Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1555 | 2024-12-11T04:23:35.507Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1556 | 2024-12-11T04:23:38.250Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1557 | 2024-12-11T04:24:17.194Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 25s |
1558 | 2024-12-11T04:24:17.365Z | ------------ |
1559 | 2024-12-11T04:24:17.365Z | Nextest run ID b8d87332-7e55-41d2-b2bc-3f763c2709f7 with nextest profile: default |
1560 | 2024-12-11T04:24:17.365Z | Starting 11 tests across 1 binary |
1561 | 2024-12-11T04:24:17.403Z | PASS [ 0.027s] bgp messages::tests::header_round_trip |
1562 | 2024-12-11T04:24:17.403Z | PASS [ 0.023s] bgp messages::tests::open_round_trip |
1563 | 2024-12-11T04:24:17.403Z | PASS [ 0.018s] bgp messages::tests::update_round_trip |
1564 | 2024-12-11T04:24:17.403Z | PASS [ 0.021s] bgp messages::tests::prefix_within |
1565 | 2024-12-11T04:24:17.416Z | PASS [ 0.037s] bgp policy::test::open_add_4byte_as |
1566 | 2024-12-11T04:24:17.429Z | PASS [ 0.042s] bgp policy::test::shape_update_prefixes |
1567 | 2024-12-11T04:24:17.431Z | PASS [ 0.046s] bgp policy::test::open_require_4byte_as |
1568 | 2024-12-11T04:24:17.433Z | PASS [ 0.039s] bgp policy::test::update_shape_community |
1569 | 2024-12-11T04:24:17.435Z | PASS [ 0.044s] bgp policy::test::update_drop_on_no_export |
1570 | 2024-12-11T04:24:30.498Z | PASS [ 13.103s] bgp test::test_basic_peering |
1571 | 2024-12-11T04:24:32.504Z | PASS [ 15.106s] bgp test::test_basic_update |
1572 | 2024-12-11T04:24:32.506Z | ------------ |
1573 | 2024-12-11T04:24:32.506Z | Summary [ 15.141s] 11 tests run: 11 passed, 0 skipped |
1574 | 2024-12-11T04:24:32.522Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1575 | 2024-12-11T04:24:32.527Z | process exited: duration 420228 ms, exit code 0 |
|
1576 | 2024-12-11T04:24:32.537Z | found 4 output files |
1577 | 2024-12-11T04:24:32.537Z | uploading: /work/r1.basic_peering.log (7873 bytes) |
1578 | 2024-12-11T04:24:33.549Z | uploaded: /work/r1.basic_peering.log |
1579 | 2024-12-11T04:24:33.553Z | uploading: /work/r1.basic_update.log (4962 bytes) |
1580 | 2024-12-11T04:24:34.560Z | uploaded: /work/r1.basic_update.log |
1581 | 2024-12-11T04:24:34.562Z | uploading: /work/r2.basic_peering.log (9268 bytes) |
1582 | 2024-12-11T04:24:35.568Z | uploaded: /work/r2.basic_peering.log |
1583 | 2024-12-11T04:24:35.568Z | uploading: /work/r2.basic_update.log (11221 bytes) |
1584 | 2024-12-11T04:24:36.575Z | uploaded: /work/r2.basic_update.log |