|
|
|
1 | 2024-12-16T04:15:49.553Z | job assigned to worker 01JF6TTBBM7JC713E4TKWPVYMA [factory aws, i-0f05514c65610e305] (queued for 59 s) |
|
2 | 2024-12-16T04:15:57.925Z | starting task 0: "setup" |
3 | 2024-12-16T04:15:57.933Z | ++ uname -s |
4 | 2024-12-16T04:15:57.936Z | + kern=SunOS |
5 | 2024-12-16T04:15:57.936Z | + case "$kern" in |
6 | 2024-12-16T04:15:57.936Z | + groupadd -g 12345 build |
7 | 2024-12-16T04:15:57.938Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-16T04:15:59.944Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-16T04:16:00.025Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-16T04:16:00.029Z | + home_fs=zfs |
11 | 2024-12-16T04:16:00.029Z | + [[ zfs == autofs ]] |
12 | 2024-12-16T04:16:00.029Z | + mkdir -p /home/build |
13 | 2024-12-16T04:16:00.031Z | + chown build:build /home/build /work |
14 | 2024-12-16T04:16:02.032Z | + chmod 0700 /home/build /work |
15 | 2024-12-16T04:16:02.035Z | process exited: duration 4110 ms, exit code 0 |
|
16 | 2024-12-16T04:16:02.041Z | starting task 1: "rust-toolchain" |
17 | 2024-12-16T04:16:02.046Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-16T04:16:02.046Z | ' stable |
19 | 2024-12-16T04:16:02.046Z | * toolchain channel = "stable" |
20 | 2024-12-16T04:16:02.049Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-16T04:16:02.049Z | * toolchain profile = "default" |
22 | 2024-12-16T04:16:02.049Z | ' default |
23 | 2024-12-16T04:16:02.049Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-16T04:16:02.049Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-16T04:16:02.169Z | info: downloading installer |
26 | 2024-12-16T04:16:03.652Z | info: profile set to 'default' |
27 | 2024-12-16T04:16:03.652Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-16T04:16:03.652Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-16T04:16:03.794Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-16T04:16:03.794Z | info: downloading component 'cargo' |
31 | 2024-12-16T04:16:04.536Z | info: downloading component 'clippy' |
32 | 2024-12-16T04:16:04.820Z | info: downloading component 'rust-docs' |
33 | 2024-12-16T04:16:05.861Z | info: downloading component 'rust-std' |
34 | 2024-12-16T04:16:07.349Z | info: downloading component 'rustc' |
35 | 2024-12-16T04:16:13.005Z | info: downloading component 'rustfmt' |
36 | 2024-12-16T04:16:13.246Z | info: installing component 'cargo' |
37 | 2024-12-16T04:16:14.046Z | info: installing component 'clippy' |
38 | 2024-12-16T04:16:14.422Z | info: installing component 'rust-docs' |
39 | 2024-12-16T04:16:16.145Z | info: installing component 'rust-std' |
40 | 2024-12-16T04:16:17.746Z | info: installing component 'rustc' |
41 | 2024-12-16T04:16:23.424Z | info: installing component 'rustfmt' |
42 | 2024-12-16T04:16:23.774Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-16T04:16:23.774Z | |
44 | 2024-12-16T04:16:24.140Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-16T04:16:24.140Z | |
46 | 2024-12-16T04:16:24.142Z | |
47 | 2024-12-16T04:16:24.142Z | Rust is installed now. Great! |
48 | 2024-12-16T04:16:24.142Z | |
49 | 2024-12-16T04:16:24.142Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-16T04:16:24.142Z | environment variable. This has not been done automatically. |
51 | 2024-12-16T04:16:24.142Z | |
52 | 2024-12-16T04:16:24.142Z | To configure your current shell, you need to source |
53 | 2024-12-16T04:16:24.142Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-16T04:16:24.143Z | |
55 | 2024-12-16T04:16:24.143Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-16T04:16:24.143Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-16T04:16:24.143Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-16T04:16:24.208Z | + rustc --version |
59 | 2024-12-16T04:16:24.277Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-16T04:16:24.280Z | process exited: duration 22236 ms, exit code 0 |
|
61 | 2024-12-16T04:16:24.286Z | starting task 2: "authentication" |
62 | 2024-12-16T04:16:24.307Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-16T04:16:24.312Z | starting task 3: "clone repository" |
64 | 2024-12-16T04:16:24.318Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-16T04:16:24.321Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-16T04:16:24.590Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-16T04:16:25.208Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-16T04:16:25.208Z | + git fetch origin 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
69 | 2024-12-16T04:16:25.476Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-16T04:16:25.476Z | * branch 6d55df19805d43f00c0ab8b47f9100d38d06ee39 -> FETCH_HEAD |
71 | 2024-12-16T04:16:25.484Z | + [[ -n renovate/colored-2.x-lockfile ]] |
72 | 2024-12-16T04:16:25.486Z | ++ git branch --show-current |
73 | 2024-12-16T04:16:25.488Z | + current=main |
74 | 2024-12-16T04:16:25.488Z | + [[ main != renovate/colored-2.x-lockfile ]] |
75 | 2024-12-16T04:16:25.489Z | + git branch -f renovate/colored-2.x-lockfile 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
76 | 2024-12-16T04:16:25.492Z | + git checkout -f renovate/colored-2.x-lockfile |
77 | 2024-12-16T04:16:25.506Z | Switched to branch 'renovate/colored-2.x-lockfile' |
78 | 2024-12-16T04:16:25.509Z | + git reset --hard 6d55df19805d43f00c0ab8b47f9100d38d06ee39 |
79 | 2024-12-16T04:16:25.513Z | HEAD is now at 6d55df1 Update Rust crate colored to v2.2.0 |
80 | 2024-12-16T04:16:25.515Z | process exited: duration 1201 ms, exit code 0 |
|
81 | 2024-12-16T04:16:25.520Z | starting task 4: "build" |
82 | 2024-12-16T04:16:25.527Z | + set -o errexit |
83 | 2024-12-16T04:16:25.527Z | + set -o pipefail |
84 | 2024-12-16T04:16:25.527Z | + cargo --version |
85 | 2024-12-16T04:16:25.530Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
86 | 2024-12-16T04:16:25.697Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
87 | 2024-12-16T04:16:25.697Z | info: downloading component 'cargo' |
88 | 2024-12-16T04:16:26.577Z | info: downloading component 'clippy' |
89 | 2024-12-16T04:16:26.907Z | info: downloading component 'rust-docs' |
90 | 2024-12-16T04:16:28.132Z | info: downloading component 'rust-std' |
91 | 2024-12-16T04:16:30.034Z | info: downloading component 'rustc' |
92 | 2024-12-16T04:16:36.892Z | info: downloading component 'rustfmt' |
93 | 2024-12-16T04:16:37.146Z | info: installing component 'cargo' |
94 | 2024-12-16T04:16:37.932Z | info: installing component 'clippy' |
95 | 2024-12-16T04:16:38.289Z | info: installing component 'rust-docs' |
96 | 2024-12-16T04:16:39.804Z | info: installing component 'rust-std' |
97 | 2024-12-16T04:16:41.569Z | info: installing component 'rustc' |
98 | 2024-12-16T04:16:47.167Z | info: installing component 'rustfmt' |
99 | 2024-12-16T04:16:47.580Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
100 | 2024-12-16T04:16:47.583Z | + rustc --version |
101 | 2024-12-16T04:16:47.654Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
102 | 2024-12-16T04:16:47.658Z | + cargo install cargo-nextest |
103 | 2024-12-16T04:16:47.746Z | Updating crates.io index |
104 | 2024-12-16T04:16:47.864Z | Downloading crates ... |
105 | 2024-12-16T04:16:47.929Z | Downloaded cargo-nextest v0.9.86 |
106 | 2024-12-16T04:16:47.968Z | Installing cargo-nextest v0.9.86 |
107 | 2024-12-16T04:16:48.045Z | Updating crates.io index |
108 | 2024-12-16T04:16:49.239Z | Locking 361 packages to latest compatible versions |
109 | 2024-12-16T04:16:49.246Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
110 | 2024-12-16T04:16:49.246Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
111 | 2024-12-16T04:16:49.246Z | Adding base64 v0.21.7 (latest: v0.22.1) |
112 | 2024-12-16T04:16:49.270Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-12-16T04:16:49.274Z | Adding encode_unicode v0.3.6 (latest: v1.0.0) |
114 | 2024-12-16T04:16:49.274Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
115 | 2024-12-16T04:16:49.274Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
116 | 2024-12-16T04:16:49.274Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
117 | 2024-12-16T04:16:49.274Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
118 | 2024-12-16T04:16:49.274Z | Adding gimli v0.28.1 (latest: v0.31.1) |
119 | 2024-12-16T04:16:49.277Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-16T04:16:49.277Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
121 | 2024-12-16T04:16:49.281Z | Adding object v0.32.2 (latest: v0.36.5) |
122 | 2024-12-16T04:16:49.281Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
123 | 2024-12-16T04:16:49.281Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
124 | 2024-12-16T04:16:49.287Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
125 | 2024-12-16T04:16:49.290Z | Adding target-lexicon v0.12.16 (latest: v0.13.0) |
126 | 2024-12-16T04:16:49.294Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
127 | 2024-12-16T04:16:49.294Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
128 | 2024-12-16T04:16:49.294Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-16T04:16:49.298Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
130 | 2024-12-16T04:16:49.298Z | Adding vte v0.11.1 (latest: v0.13.0) |
131 | 2024-12-16T04:16:49.298Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-12-16T04:16:49.298Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-12-16T04:16:49.298Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-12-16T04:16:49.298Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-12-16T04:16:49.298Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-12-16T04:16:49.298Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
137 | 2024-12-16T04:16:49.298Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
138 | 2024-12-16T04:16:49.298Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
139 | 2024-12-16T04:16:49.298Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
140 | 2024-12-16T04:16:49.298Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
141 | 2024-12-16T04:16:49.298Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
142 | 2024-12-16T04:16:49.298Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
143 | 2024-12-16T04:16:49.298Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
144 | 2024-12-16T04:16:49.298Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
145 | 2024-12-16T04:16:49.298Z | Adding writeable v0.5.5 (latest: v0.6.0) |
146 | 2024-12-16T04:16:49.298Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
147 | 2024-12-16T04:16:49.298Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
148 | 2024-12-16T04:16:49.298Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
149 | 2024-12-16T04:16:49.298Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
150 | 2024-12-16T04:16:49.299Z | Downloading crates ... |
151 | 2024-12-16T04:16:49.368Z | Downloaded adler2 v2.0.0 |
152 | 2024-12-16T04:16:49.371Z | Downloaded addr2line v0.21.0 |
153 | 2024-12-16T04:16:49.375Z | Downloaded atomicwrites v0.4.4 |
154 | 2024-12-16T04:16:49.384Z | Downloaded foreign-types-shared v0.1.1 |
155 | 2024-12-16T04:16:49.387Z | Downloaded cfg_aliases v0.2.1 |
156 | 2024-12-16T04:16:49.393Z | Downloaded http-body v1.0.1 |
157 | 2024-12-16T04:16:49.397Z | Downloaded equivalent v1.0.1 |
158 | 2024-12-16T04:16:49.401Z | Downloaded foreign-types v0.3.2 |
159 | 2024-12-16T04:16:49.405Z | Downloaded anstyle-query v1.1.2 |
160 | 2024-12-16T04:16:49.408Z | Downloaded anstyle v1.0.10 |
161 | 2024-12-16T04:16:49.410Z | Downloaded serde_spanned v0.6.8 |
162 | 2024-12-16T04:16:49.413Z | Downloaded sha2 v0.10.8 |
163 | 2024-12-16T04:16:49.417Z | Downloaded tinyvec_macros v0.1.1 |
164 | 2024-12-16T04:16:49.417Z | Downloaded target-spec-miette v0.4.0 |
165 | 2024-12-16T04:16:49.421Z | Downloaded iana-time-zone v0.1.61 |
166 | 2024-12-16T04:16:49.421Z | Downloaded vte_generate_state_changes v0.1.2 |
167 | 2024-12-16T04:16:49.421Z | Downloaded guppy-workspace-hack v0.1.0 |
168 | 2024-12-16T04:16:49.424Z | Downloaded tower-service v0.3.3 |
169 | 2024-12-16T04:16:49.424Z | Downloaded serde_ignored v0.1.10 |
170 | 2024-12-16T04:16:49.424Z | Downloaded try-lock v0.2.5 |
171 | 2024-12-16T04:16:49.427Z | Downloaded adler v1.0.2 |
172 | 2024-12-16T04:16:49.427Z | Downloaded sync_wrapper v1.0.2 |
173 | 2024-12-16T04:16:49.430Z | Downloaded fnv v1.0.7 |
174 | 2024-12-16T04:16:49.433Z | Downloaded write16 v1.0.0 |
175 | 2024-12-16T04:16:49.437Z | Downloaded want v0.3.1 |
176 | 2024-12-16T04:16:49.437Z | Downloaded cfg-if v1.0.0 |
177 | 2024-12-16T04:16:49.437Z | Downloaded cargo-platform v0.1.9 |
178 | 2024-12-16T04:16:49.437Z | Downloaded camino-tempfile v1.1.1 |
179 | 2024-12-16T04:16:49.440Z | Downloaded backtrace-ext v0.2.1 |
180 | 2024-12-16T04:16:49.440Z | Downloaded anstyle-parse v0.2.6 |
181 | 2024-12-16T04:16:49.442Z | Downloaded swrite v0.1.0 |
182 | 2024-12-16T04:16:49.444Z | Downloaded futures-task v0.3.31 |
183 | 2024-12-16T04:16:49.444Z | Downloaded futures-sink v0.3.31 |
184 | 2024-12-16T04:16:49.447Z | Downloaded urlencoding v2.1.3 |
185 | 2024-12-16T04:16:49.449Z | Downloaded form_urlencoded v1.2.1 |
186 | 2024-12-16T04:16:49.451Z | Downloaded slab v0.4.9 |
187 | 2024-12-16T04:16:49.451Z | Downloaded futures-io v0.3.31 |
188 | 2024-12-16T04:16:49.454Z | Downloaded enable-ansi-support v0.2.1 |
189 | 2024-12-16T04:16:49.454Z | Downloaded signal-hook-mio v0.2.4 |
190 | 2024-12-16T04:16:49.456Z | Downloaded block-buffer v0.10.4 |
191 | 2024-12-16T04:16:49.458Z | Downloaded shell-words v1.1.0 |
192 | 2024-12-16T04:16:49.458Z | Downloaded shared_child v1.0.1 |
193 | 2024-12-16T04:16:49.461Z | Downloaded zerofrom v0.1.5 |
194 | 2024-12-16T04:16:49.461Z | Downloaded thiserror-impl v1.0.69 |
195 | 2024-12-16T04:16:49.464Z | Downloaded signature v2.2.0 |
196 | 2024-12-16T04:16:49.466Z | Downloaded thiserror v1.0.69 |
197 | 2024-12-16T04:16:49.470Z | Downloaded supports-unicode v3.0.0 |
198 | 2024-12-16T04:16:49.474Z | Downloaded stable_deref_trait v1.2.0 |
199 | 2024-12-16T04:16:49.474Z | Downloaded signal-hook-registry v1.4.2 |
200 | 2024-12-16T04:16:49.477Z | Downloaded tracing-error v0.2.1 |
201 | 2024-12-16T04:16:49.477Z | Downloaded http-body-util v0.1.2 |
202 | 2024-12-16T04:16:49.480Z | Downloaded zerovec-derive v0.10.3 |
203 | 2024-12-16T04:16:49.480Z | Downloaded zeroize v1.8.1 |
204 | 2024-12-16T04:16:49.485Z | Downloaded thread_local v1.1.8 |
205 | 2024-12-16T04:16:49.485Z | Downloaded thiserror-impl v2.0.7 |
206 | 2024-12-16T04:16:49.489Z | Downloaded hyper-tls v0.6.0 |
207 | 2024-12-16T04:16:49.489Z | Downloaded strip-ansi-escapes v0.2.0 |
208 | 2024-12-16T04:16:49.489Z | Downloaded future-queue v0.3.0 |
209 | 2024-12-16T04:16:49.491Z | Downloaded debug-ignore v1.0.5 |
210 | 2024-12-16T04:16:49.494Z | Downloaded xxhash-rust v0.8.12 |
211 | 2024-12-16T04:16:49.496Z | Downloaded xattr v1.3.1 |
212 | 2024-12-16T04:16:49.498Z | Downloaded smallvec v1.13.2 |
213 | 2024-12-16T04:16:49.501Z | Downloaded shlex v1.3.0 |
214 | 2024-12-16T04:16:49.501Z | Downloaded home v0.5.9 |
215 | 2024-12-16T04:16:49.504Z | Downloaded yoke-derive v0.7.5 |
216 | 2024-12-16T04:16:49.504Z | Downloaded tokio-native-tls v0.3.1 |
217 | 2024-12-16T04:16:49.508Z | Downloaded supports-hyperlinks v3.1.0 |
218 | 2024-12-16T04:16:49.508Z | Downloaded base64ct v1.6.0 |
219 | 2024-12-16T04:16:49.510Z | Downloaded autocfg v1.4.0 |
220 | 2024-12-16T04:16:49.513Z | Downloaded unicase v2.8.0 |
221 | 2024-12-16T04:16:49.513Z | Downloaded untrusted v0.9.0 |
222 | 2024-12-16T04:16:49.516Z | Downloaded httparse v1.9.5 |
223 | 2024-12-16T04:16:49.519Z | Downloaded cpufeatures v0.2.16 |
224 | 2024-12-16T04:16:49.519Z | Downloaded tinystr v0.7.6 |
225 | 2024-12-16T04:16:49.521Z | Downloaded zipsign-api v0.1.2 |
226 | 2024-12-16T04:16:49.524Z | Downloaded crc32fast v1.4.2 |
227 | 2024-12-16T04:16:49.526Z | Downloaded zerofrom-derive v0.1.5 |
228 | 2024-12-16T04:16:49.526Z | Downloaded hyper-rustls v0.27.3 |
229 | 2024-12-16T04:16:49.529Z | Downloaded cargo_metadata v0.19.1 |
230 | 2024-12-16T04:16:49.531Z | Downloaded nested v0.1.1 |
231 | 2024-12-16T04:16:49.534Z | Downloaded tracing-log v0.2.0 |
232 | 2024-12-16T04:16:49.534Z | Downloaded dialoguer v0.11.0 |
233 | 2024-12-16T04:16:49.536Z | Downloaded tokio-rustls v0.26.1 |
234 | 2024-12-16T04:16:49.540Z | Downloaded globset v0.4.15 |
235 | 2024-12-16T04:16:49.543Z | Downloaded yoke v0.7.5 |
236 | 2024-12-16T04:16:49.543Z | Downloaded utf8_iter v1.0.4 |
237 | 2024-12-16T04:16:49.545Z | Downloaded getrandom v0.2.15 |
238 | 2024-12-16T04:16:49.548Z | Downloaded writeable v0.5.5 |
239 | 2024-12-16T04:16:49.550Z | Downloaded tracing-attributes v0.1.28 |
240 | 2024-12-16T04:16:49.552Z | Downloaded spki v0.7.3 |
241 | 2024-12-16T04:16:49.556Z | Downloaded spin v0.9.8 |
242 | 2024-12-16T04:16:49.556Z | Downloaded number_prefix v0.4.0 |
243 | 2024-12-16T04:16:49.558Z | Downloaded zstd v0.13.2 |
244 | 2024-12-16T04:16:49.561Z | Downloaded openssl-macros v0.1.1 |
245 | 2024-12-16T04:16:49.561Z | Downloaded ahash v0.8.11 |
246 | 2024-12-16T04:16:49.563Z | Downloaded mukti-metadata v0.3.0 |
247 | 2024-12-16T04:16:49.566Z | Downloaded openssl-probe v0.1.5 |
248 | 2024-12-16T04:16:49.566Z | Downloaded icu_provider_macros v1.5.0 |
249 | 2024-12-16T04:16:49.569Z | Downloaded idna_adapter v1.2.0 |
250 | 2024-12-16T04:16:49.569Z | Downloaded mime v0.3.17 |
251 | 2024-12-16T04:16:49.571Z | Downloaded utf8parse v0.2.2 |
252 | 2024-12-16T04:16:49.571Z | Downloaded toml_datetime v0.6.8 |
253 | 2024-12-16T04:16:49.574Z | Downloaded smol_str v0.3.2 |
254 | 2024-12-16T04:16:49.574Z | Downloaded bitflags v2.6.0 |
255 | 2024-12-16T04:16:49.577Z | Downloaded tokio-stream v0.1.17 |
256 | 2024-12-16T04:16:49.582Z | Downloaded rand_chacha v0.3.1 |
257 | 2024-12-16T04:16:49.584Z | Downloaded rand_core v0.6.4 |
258 | 2024-12-16T04:16:49.588Z | Downloaded pin-utils v0.1.0 |
259 | 2024-12-16T04:16:49.588Z | Downloaded thiserror v2.0.7 |
260 | 2024-12-16T04:16:49.591Z | Downloaded nextest-workspace-hack v0.1.0 |
261 | 2024-12-16T04:16:49.594Z | Downloaded newtype-uuid v1.1.3 |
262 | 2024-12-16T04:16:49.594Z | Downloaded futures v0.3.31 |
263 | 2024-12-16T04:16:49.599Z | Downloaded itoa v1.0.14 |
264 | 2024-12-16T04:16:49.601Z | Downloaded typenum v1.17.0 |
265 | 2024-12-16T04:16:49.604Z | Downloaded zerocopy-derive v0.7.35 |
266 | 2024-12-16T04:16:49.607Z | Downloaded is_terminal_polyfill v1.70.1 |
267 | 2024-12-16T04:16:49.611Z | Downloaded is_ci v1.2.0 |
268 | 2024-12-16T04:16:49.611Z | Downloaded unicode-ident v1.0.14 |
269 | 2024-12-16T04:16:49.613Z | Downloaded clap v4.5.23 |
270 | 2024-12-16T04:16:49.623Z | Downloaded indenter v0.3.3 |
271 | 2024-12-16T04:16:49.627Z | Downloaded lazy_static v1.5.0 |
272 | 2024-12-16T04:16:49.627Z | Downloaded rustc_version v0.4.1 |
273 | 2024-12-16T04:16:49.630Z | Downloaded rustc-hash v2.1.0 |
274 | 2024-12-16T04:16:49.630Z | Downloaded uuid v1.11.0 |
275 | 2024-12-16T04:16:49.633Z | Downloaded jobserver v0.1.32 |
276 | 2024-12-16T04:16:49.636Z | Downloaded ipnet v2.10.1 |
277 | 2024-12-16T04:16:49.636Z | Downloaded tempfile v3.14.0 |
278 | 2024-12-16T04:16:49.640Z | Downloaded derive-where v1.2.7 |
279 | 2024-12-16T04:16:49.643Z | Downloaded pkcs8 v0.10.2 |
280 | 2024-12-16T04:16:49.646Z | Downloaded pin-project-lite v0.2.15 |
281 | 2024-12-16T04:16:49.650Z | Downloaded percent-encoding v2.3.1 |
282 | 2024-12-16T04:16:49.654Z | Downloaded pathdiff v0.2.3 |
283 | 2024-12-16T04:16:49.654Z | Downloaded zstd-safe v7.2.1 |
284 | 2024-12-16T04:16:49.654Z | Downloaded self-replace v1.5.0 |
285 | 2024-12-16T04:16:49.660Z | Downloaded scopeguard v1.2.0 |
286 | 2024-12-16T04:16:49.660Z | Downloaded miette-derive v7.4.0 |
287 | 2024-12-16T04:16:49.660Z | Downloaded tracing-core v0.1.33 |
288 | 2024-12-16T04:16:49.664Z | Downloaded nextest-metadata v0.12.1 |
289 | 2024-12-16T04:16:49.664Z | Downloaded sharded-slab v0.1.7 |
290 | 2024-12-16T04:16:49.669Z | Downloaded hyper-util v0.1.10 |
291 | 2024-12-16T04:16:49.673Z | Downloaded rustc-demangle v0.1.24 |
292 | 2024-12-16T04:16:49.674Z | Downloaded toml v0.8.19 |
293 | 2024-12-16T04:16:49.678Z | Downloaded rustls-pemfile v2.2.0 |
294 | 2024-12-16T04:16:49.678Z | Downloaded bytes v1.9.0 |
295 | 2024-12-16T04:16:49.681Z | Downloaded tar v0.4.43 |
296 | 2024-12-16T04:16:49.685Z | Downloaded socket2 v0.5.8 |
297 | 2024-12-16T04:16:49.692Z | Downloaded native-tls v0.2.12 |
298 | 2024-12-16T04:16:49.692Z | Downloaded semver v1.0.24 |
299 | 2024-12-16T04:16:49.696Z | Downloaded tinyvec v1.8.0 |
300 | 2024-12-16T04:16:49.696Z | Downloaded indent_write v2.2.0 |
301 | 2024-12-16T04:16:49.696Z | Downloaded base64 v0.21.7 |
302 | 2024-12-16T04:16:49.702Z | Downloaded backtrace v0.3.71 |
303 | 2024-12-16T04:16:49.707Z | Downloaded pin-project-internal v1.1.7 |
304 | 2024-12-16T04:16:49.712Z | Downloaded parking_lot v0.12.3 |
305 | 2024-12-16T04:16:49.713Z | Downloaded parking_lot_core v0.9.10 |
306 | 2024-12-16T04:16:49.723Z | Downloaded pkg-config v0.3.31 |
307 | 2024-12-16T04:16:49.723Z | Downloaded nextest-filtering v0.12.0 |
308 | 2024-12-16T04:16:49.724Z | Downloaded ed25519-dalek v2.1.1 |
309 | 2024-12-16T04:16:49.730Z | Downloaded lock_api v0.4.12 |
310 | 2024-12-16T04:16:49.730Z | Downloaded der v0.7.9 |
311 | 2024-12-16T04:16:49.730Z | Downloaded icu_locid_transform v1.5.0 |
312 | 2024-12-16T04:16:49.731Z | Downloaded litemap v0.7.4 |
313 | 2024-12-16T04:16:49.739Z | Downloaded quinn-udp v0.5.8 |
314 | 2024-12-16T04:16:49.740Z | Downloaded quick-junit v0.5.1 |
315 | 2024-12-16T04:16:49.740Z | Downloaded icu_normalizer v1.5.0 |
316 | 2024-12-16T04:16:49.744Z | Downloaded self_update v0.41.0 |
317 | 2024-12-16T04:16:49.745Z | Downloaded icu_properties v1.5.1 |
318 | 2024-12-16T04:16:49.754Z | Downloaded icu_locid v1.5.0 |
319 | 2024-12-16T04:16:49.754Z | Downloaded tracing v0.1.41 |
320 | 2024-12-16T04:16:49.762Z | Downloaded once_cell v1.20.2 |
321 | 2024-12-16T04:16:49.762Z | Downloaded ryu v1.0.18 |
322 | 2024-12-16T04:16:49.762Z | Downloaded pin-project v1.1.7 |
323 | 2024-12-16T04:16:49.771Z | Downloaded icu_locid_transform_data v1.5.0 |
324 | 2024-12-16T04:16:49.776Z | Downloaded openssl-sys v0.9.104 |
325 | 2024-12-16T04:16:49.786Z | Downloaded icu_provider v1.5.0 |
326 | 2024-12-16T04:16:49.786Z | Downloaded proc-macro2 v1.0.92 |
327 | 2024-12-16T04:16:49.796Z | Downloaded num-traits v0.2.19 |
328 | 2024-12-16T04:16:49.796Z | Downloaded miniz_oxide v0.8.0 |
329 | 2024-12-16T04:16:49.797Z | Downloaded miniz_oxide v0.7.4 |
330 | 2024-12-16T04:16:49.803Z | Downloaded rustls-pki-types v1.10.1 |
331 | 2024-12-16T04:16:49.803Z | Downloaded quinn v0.11.6 |
332 | 2024-12-16T04:16:49.803Z | Downloaded serde_derive v1.0.216 |
333 | 2024-12-16T04:16:49.803Z | Downloaded toml_edit v0.22.22 |
334 | 2024-12-16T04:16:49.826Z | Downloaded icu_normalizer_data v1.5.0 |
335 | 2024-12-16T04:16:49.830Z | Downloaded icu_collections v1.5.0 |
336 | 2024-12-16T04:16:49.836Z | Downloaded indicatif v0.17.9 |
337 | 2024-12-16T04:16:49.840Z | Downloaded indexmap v2.7.0 |
338 | 2024-12-16T04:16:49.844Z | Downloaded flate2 v1.0.35 |
339 | 2024-12-16T04:16:49.852Z | Downloaded mio v1.0.3 |
340 | 2024-12-16T04:16:49.858Z | Downloaded http v1.2.0 |
341 | 2024-12-16T04:16:49.858Z | Downloaded rand v0.8.5 |
342 | 2024-12-16T04:16:49.862Z | Downloaded zerovec v0.10.4 |
343 | 2024-12-16T04:16:49.864Z | Downloaded memchr v2.7.4 |
344 | 2024-12-16T04:16:49.870Z | Downloaded serde_json v1.0.133 |
345 | 2024-12-16T04:16:49.878Z | Downloaded zerocopy v0.7.35 |
346 | 2024-12-16T04:16:49.893Z | Downloaded unicode-normalization v0.1.24 |
347 | 2024-12-16T04:16:49.897Z | Downloaded winnow v0.6.20 |
348 | 2024-12-16T04:16:49.905Z | Downloaded idna v1.0.3 |
349 | 2024-12-16T04:16:49.908Z | Downloaded clap_builder v4.5.23 |
350 | 2024-12-16T04:16:49.916Z | Downloaded miette v7.4.0 |
351 | 2024-12-16T04:16:49.920Z | Downloaded hyper v1.5.1 |
352 | 2024-12-16T04:16:49.927Z | Downloaded nom v7.1.3 |
353 | 2024-12-16T04:16:49.933Z | Downloaded futures-util v0.3.31 |
354 | 2024-12-16T04:16:49.945Z | Downloaded aho-corasick v1.1.3 |
355 | 2024-12-16T04:16:49.950Z | Downloaded itertools v0.13.0 |
356 | 2024-12-16T04:16:49.957Z | Downloaded tracing-subscriber v0.3.19 |
357 | 2024-12-16T04:16:49.965Z | Downloaded color-spantrace v0.2.1 |
358 | 2024-12-16T04:16:49.968Z | Downloaded quick-xml v0.23.1 |
359 | 2024-12-16T04:16:49.975Z | Downloaded rustls-webpki v0.102.8 |
360 | 2024-12-16T04:16:49.994Z | Downloaded quick-xml v0.37.1 |
361 | 2024-12-16T04:16:50.000Z | Downloaded chrono v0.4.39 |
362 | 2024-12-16T04:16:50.007Z | Downloaded portable-atomic v1.10.0 |
363 | 2024-12-16T04:16:50.015Z | Downloaded vcpkg v0.2.15 |
364 | 2024-12-16T04:16:50.054Z | Downloaded webpki-roots v0.26.7 |
365 | 2024-12-16T04:16:50.058Z | Downloaded icu_properties_data v1.5.0 |
366 | 2024-12-16T04:16:50.069Z | Downloaded quinn-proto v0.11.9 |
367 | 2024-12-16T04:16:50.075Z | Downloaded syn v2.0.90 |
368 | 2024-12-16T04:16:50.089Z | Downloaded gimli v0.28.1 |
369 | 2024-12-16T04:16:50.096Z | Downloaded unicode-width v0.1.14 |
370 | 2024-12-16T04:16:50.102Z | Downloaded object v0.32.2 |
371 | 2024-12-16T04:16:50.113Z | Downloaded curve25519-dalek v4.1.3 |
372 | 2024-12-16T04:16:50.123Z | Downloaded nextest-runner v0.69.0 |
373 | 2024-12-16T04:16:50.134Z | Downloaded nix v0.29.0 |
374 | 2024-12-16T04:16:50.146Z | Downloaded rustls v0.23.20 |
375 | 2024-12-16T04:16:50.165Z | Downloaded bstr v1.11.1 |
376 | 2024-12-16T04:16:50.171Z | Downloaded regex-syntax v0.8.5 |
377 | 2024-12-16T04:16:50.179Z | Downloaded rustix v0.38.42 |
378 | 2024-12-16T04:16:50.201Z | Downloaded openssl v0.10.68 |
379 | 2024-12-16T04:16:50.211Z | Downloaded regex v1.11.1 |
380 | 2024-12-16T04:16:50.224Z | Downloaded unicode-width v0.2.0 |
381 | 2024-12-16T04:16:50.234Z | Downloaded reqwest v0.12.9 |
382 | 2024-12-16T04:16:50.245Z | Downloaded crossterm v0.28.1 |
383 | 2024-12-16T04:16:50.251Z | Downloaded guppy v0.17.10 |
384 | 2024-12-16T04:16:50.258Z | Downloaded minimal-lexical v0.2.1 |
385 | 2024-12-16T04:16:50.266Z | Downloaded hashbrown v0.15.2 |
386 | 2024-12-16T04:16:50.271Z | Downloaded ron v0.8.1 |
387 | 2024-12-16T04:16:50.278Z | Downloaded serde v1.0.216 |
388 | 2024-12-16T04:16:50.285Z | Downloaded url v2.5.4 |
389 | 2024-12-16T04:16:50.289Z | Downloaded quote v1.0.37 |
390 | 2024-12-16T04:16:50.289Z | Downloaded color-eyre v0.6.3 |
391 | 2024-12-16T04:16:50.296Z | Downloaded cc v1.2.4 |
392 | 2024-12-16T04:16:50.302Z | Downloaded owo-colors v4.1.0 |
393 | 2024-12-16T04:16:50.308Z | Downloaded regex-automata v0.4.9 |
394 | 2024-12-16T04:16:50.318Z | Downloaded owo-colors v3.5.0 |
395 | 2024-12-16T04:16:50.324Z | Downloaded libc v0.2.168 |
396 | 2024-12-16T04:16:50.353Z | Downloaded log v0.4.22 |
397 | 2024-12-16T04:16:50.362Z | Downloaded base64 v0.22.1 |
398 | 2024-12-16T04:16:50.363Z | Downloaded petgraph v0.6.5 |
399 | 2024-12-16T04:16:50.374Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
400 | 2024-12-16T04:16:50.386Z | Downloaded tokio v1.42.0 |
401 | 2024-12-16T04:16:50.422Z | Downloaded ppv-lite86 v0.2.20 |
402 | 2024-12-16T04:16:50.427Z | Downloaded os_pipe v1.2.1 |
403 | 2024-12-16T04:16:50.427Z | Downloaded borsh v1.5.3 |
404 | 2024-12-16T04:16:50.431Z | Downloaded textwrap v0.16.1 |
405 | 2024-12-16T04:16:50.432Z | Downloaded vte v0.11.1 |
406 | 2024-12-16T04:16:50.432Z | Downloaded eyre v0.6.12 |
407 | 2024-12-16T04:16:50.437Z | Downloaded duct v0.13.7 |
408 | 2024-12-16T04:16:50.438Z | Downloaded const-oid v0.9.6 |
409 | 2024-12-16T04:16:50.442Z | Downloaded config v0.14.1 |
410 | 2024-12-16T04:16:50.443Z | Downloaded cfg-expr v0.17.2 |
411 | 2024-12-16T04:16:50.448Z | Downloaded byteorder v1.5.0 |
412 | 2024-12-16T04:16:50.448Z | Downloaded camino v1.1.9 |
413 | 2024-12-16T04:16:50.453Z | Downloaded unicode-linebreak v0.1.5 |
414 | 2024-12-16T04:16:50.454Z | Downloaded tokio-macros v2.4.0 |
415 | 2024-12-16T04:16:50.454Z | Downloaded target-lexicon v0.12.16 |
416 | 2024-12-16T04:16:50.454Z | Downloaded fixedbitset v0.4.2 |
417 | 2024-12-16T04:16:50.455Z | Downloaded displaydoc v0.2.5 |
418 | 2024-12-16T04:16:50.460Z | Downloaded anstream v0.6.18 |
419 | 2024-12-16T04:16:50.460Z | Downloaded futures-channel v0.3.31 |
420 | 2024-12-16T04:16:50.460Z | Downloaded digest v0.10.7 |
421 | 2024-12-16T04:16:50.466Z | Downloaded console v0.15.8 |
422 | 2024-12-16T04:16:50.466Z | Downloaded supports-color v3.0.2 |
423 | 2024-12-16T04:16:50.466Z | Downloaded subtle v2.6.1 |
424 | 2024-12-16T04:16:50.472Z | Downloaded terminal_size v0.4.1 |
425 | 2024-12-16T04:16:50.473Z | Downloaded target-spec v3.2.2 |
426 | 2024-12-16T04:16:50.473Z | Downloaded synstructure v0.13.1 |
427 | 2024-12-16T04:16:50.473Z | Downloaded clap_derive v4.5.18 |
428 | 2024-12-16T04:16:50.473Z | Downloaded signal-hook v0.3.17 |
429 | 2024-12-16T04:16:50.478Z | Downloaded heck v0.5.0 |
430 | 2024-12-16T04:16:50.478Z | Downloaded futures-executor v0.3.31 |
431 | 2024-12-16T04:16:50.478Z | Downloaded filetime v0.2.25 |
432 | 2024-12-16T04:16:50.478Z | Downloaded ed25519 v2.2.3 |
433 | 2024-12-16T04:16:50.484Z | Downloaded version_check v0.9.5 |
434 | 2024-12-16T04:16:50.484Z | Downloaded utf16_iter v1.0.5 |
435 | 2024-12-16T04:16:50.485Z | Downloaded strsim v0.11.1 |
436 | 2024-12-16T04:16:50.485Z | Downloaded static_assertions v1.1.0 |
437 | 2024-12-16T04:16:50.485Z | Downloaded clap_lex v0.7.4 |
438 | 2024-12-16T04:16:50.485Z | Downloaded errno v0.3.10 |
439 | 2024-12-16T04:16:50.492Z | Downloaded humantime-serde v1.1.1 |
440 | 2024-12-16T04:16:50.492Z | Downloaded recursion v0.5.2 |
441 | 2024-12-16T04:16:50.496Z | Downloaded generic-array v0.14.7 |
442 | 2024-12-16T04:16:50.496Z | Downloaded fastrand v2.3.0 |
443 | 2024-12-16T04:16:50.501Z | Downloaded curve25519-dalek-derive v0.1.1 |
444 | 2024-12-16T04:16:50.501Z | Downloaded crypto-common v0.1.6 |
445 | 2024-12-16T04:16:50.501Z | Downloaded async-scoped v0.9.0 |
446 | 2024-12-16T04:16:50.501Z | Downloaded humantime v2.1.0 |
447 | 2024-12-16T04:16:50.502Z | Downloaded either v1.13.0 |
448 | 2024-12-16T04:16:50.507Z | Downloaded hex v0.4.3 |
449 | 2024-12-16T04:16:50.507Z | Downloaded futures-macro v0.3.31 |
450 | 2024-12-16T04:16:50.507Z | Downloaded futures-core v0.3.31 |
451 | 2024-12-16T04:16:50.507Z | Downloaded colorchoice v1.0.3 |
452 | 2024-12-16T04:16:50.507Z | Downloaded serde_urlencoded v0.7.1 |
453 | 2024-12-16T04:16:50.513Z | Downloaded serde_path_to_error v0.1.16 |
454 | 2024-12-16T04:16:50.691Z | Downloaded ring v0.17.8 |
455 | 2024-12-16T04:16:50.985Z | Compiling proc-macro2 v1.0.92 |
456 | 2024-12-16T04:16:50.985Z | Compiling unicode-ident v1.0.14 |
457 | 2024-12-16T04:16:50.991Z | Compiling libc v0.2.168 |
458 | 2024-12-16T04:16:50.991Z | Compiling cfg-if v1.0.0 |
459 | 2024-12-16T04:16:50.991Z | Compiling memchr v2.7.4 |
460 | 2024-12-16T04:16:50.991Z | Compiling serde v1.0.216 |
461 | 2024-12-16T04:16:50.991Z | Compiling shlex v1.3.0 |
462 | 2024-12-16T04:16:51.176Z | Compiling once_cell v1.20.2 |
463 | 2024-12-16T04:16:51.192Z | Compiling autocfg v1.4.0 |
464 | 2024-12-16T04:16:51.415Z | Compiling log v0.4.22 |
465 | 2024-12-16T04:16:51.599Z | Compiling itoa v1.0.14 |
466 | 2024-12-16T04:16:51.772Z | Compiling pin-project-lite v0.2.15 |
467 | 2024-12-16T04:16:51.850Z | Compiling smallvec v1.13.2 |
468 | 2024-12-16T04:16:51.866Z | Compiling rustix v0.38.42 |
469 | 2024-12-16T04:16:51.938Z | Compiling bitflags v2.6.0 |
470 | 2024-12-16T04:16:52.233Z | Compiling futures-core v0.3.31 |
471 | 2024-12-16T04:16:52.392Z | Compiling stable_deref_trait v1.2.0 |
472 | 2024-12-16T04:16:52.416Z | Compiling slab v0.4.9 |
473 | 2024-12-16T04:16:52.466Z | Compiling futures-sink v0.3.31 |
474 | 2024-12-16T04:16:52.580Z | Compiling version_check v0.9.5 |
475 | 2024-12-16T04:16:53.014Z | Compiling bytes v1.9.0 |
476 | 2024-12-16T04:16:53.091Z | Compiling futures-channel v0.3.31 |
477 | 2024-12-16T04:16:53.476Z | Compiling futures-io v0.3.31 |
478 | 2024-12-16T04:16:53.514Z | Compiling pin-utils v0.1.0 |
479 | 2024-12-16T04:16:53.587Z | Compiling serde_json v1.0.133 |
480 | 2024-12-16T04:16:53.605Z | Compiling futures-task v0.3.31 |
481 | 2024-12-16T04:16:53.807Z | Compiling ryu v1.0.18 |
482 | 2024-12-16T04:16:53.851Z | Compiling tracing-core v0.1.33 |
483 | 2024-12-16T04:16:53.868Z | Compiling writeable v0.5.5 |
484 | 2024-12-16T04:16:53.933Z | Compiling litemap v0.7.4 |
485 | 2024-12-16T04:16:54.305Z | Compiling jobserver v0.1.32 |
486 | 2024-12-16T04:16:54.354Z | Compiling camino v1.1.9 |
487 | 2024-12-16T04:16:54.370Z | Compiling lazy_static v1.5.0 |
488 | 2024-12-16T04:16:54.510Z | Compiling fnv v1.0.7 |
489 | 2024-12-16T04:16:54.639Z | Compiling quote v1.0.37 |
490 | 2024-12-16T04:16:54.713Z | Compiling cc v1.2.4 |
491 | 2024-12-16T04:16:54.907Z | Compiling getrandom v0.2.15 |
492 | 2024-12-16T04:16:54.979Z | Compiling errno v0.3.10 |
493 | 2024-12-16T04:16:55.049Z | Compiling syn v2.0.90 |
494 | 2024-12-16T04:16:55.271Z | Compiling signal-hook-registry v1.4.2 |
495 | 2024-12-16T04:16:55.289Z | Compiling mio v1.0.3 |
496 | 2024-12-16T04:16:55.305Z | Compiling socket2 v0.5.8 |
497 | 2024-12-16T04:16:55.478Z | Compiling rustls-pki-types v1.10.1 |
498 | 2024-12-16T04:16:56.348Z | Compiling equivalent v1.0.1 |
499 | 2024-12-16T04:16:56.462Z | Compiling unicode-width v0.1.14 |
500 | 2024-12-16T04:16:56.797Z | Compiling icu_locid_transform_data v1.5.0 |
501 | 2024-12-16T04:16:56.903Z | Compiling target-lexicon v0.12.16 |
502 | 2024-12-16T04:16:56.974Z | Compiling hashbrown v0.15.2 |
503 | 2024-12-16T04:16:57.017Z | Compiling http v1.2.0 |
504 | 2024-12-16T04:16:57.033Z | Compiling byteorder v1.5.0 |
505 | 2024-12-16T04:16:57.325Z | Compiling thiserror v1.0.69 |
506 | 2024-12-16T04:16:57.408Z | Compiling utf8parse v0.2.2 |
507 | 2024-12-16T04:16:57.559Z | Compiling typenum v1.17.0 |
508 | 2024-12-16T04:16:57.876Z | Compiling guppy-workspace-hack v0.1.0 |
509 | 2024-12-16T04:16:57.892Z | Compiling untrusted v0.9.0 |
510 | 2024-12-16T04:16:58.083Z | Compiling semver v1.0.24 |
511 | 2024-12-16T04:16:58.185Z | Compiling httparse v1.9.5 |
512 | 2024-12-16T04:16:58.423Z | Compiling adler v1.0.2 |
513 | 2024-12-16T04:16:58.499Z | Compiling spin v0.9.8 |
514 | 2024-12-16T04:16:58.527Z | Compiling ring v0.17.8 |
515 | 2024-12-16T04:16:58.568Z | Compiling backtrace v0.3.71 |
516 | 2024-12-16T04:16:58.705Z | Compiling icu_properties_data v1.5.0 |
517 | 2024-12-16T04:16:58.707Z | Compiling gimli v0.28.1 |
518 | 2024-12-16T04:16:58.901Z | Compiling http-body v1.0.1 |
519 | 2024-12-16T04:16:59.025Z | Compiling miniz_oxide v0.7.4 |
520 | 2024-12-16T04:16:59.494Z | Compiling generic-array v0.14.7 |
521 | 2024-12-16T04:16:59.816Z | Compiling object v0.32.2 |
522 | 2024-12-16T04:16:59.985Z | Compiling try-lock v0.2.5 |
523 | 2024-12-16T04:17:00.148Z | Compiling pkg-config v0.3.31 |
524 | 2024-12-16T04:17:00.316Z | Compiling write16 v1.0.0 |
525 | 2024-12-16T04:17:00.330Z | Compiling zeroize v1.8.1 |
526 | 2024-12-16T04:17:00.446Z | Compiling fastrand v2.3.0 |
527 | 2024-12-16T04:17:00.669Z | Compiling thiserror v2.0.7 |
528 | 2024-12-16T04:17:01.104Z | Compiling target-spec v3.2.2 |
529 | 2024-12-16T04:17:01.215Z | Compiling rustls v0.23.20 |
530 | 2024-12-16T04:17:01.325Z | Compiling rustc-demangle v0.1.24 |
531 | 2024-12-16T04:17:01.480Z | Compiling icu_normalizer_data v1.5.0 |
532 | 2024-12-16T04:17:01.504Z | Compiling utf16_iter v1.0.5 |
533 | 2024-12-16T04:17:01.561Z | Compiling utf8_iter v1.0.4 |
534 | 2024-12-16T04:17:01.600Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
535 | 2024-12-16T04:17:01.792Z | Compiling tempfile v3.14.0 |
536 | 2024-12-16T04:17:02.030Z | Compiling want v0.3.1 |
537 | 2024-12-16T04:17:02.320Z | Compiling cfg-expr v0.17.2 |
538 | 2024-12-16T04:17:02.337Z | Compiling synstructure v0.13.1 |
539 | 2024-12-16T04:17:03.450Z | Compiling addr2line v0.21.0 |
540 | 2024-12-16T04:17:04.141Z | Compiling terminal_size v0.4.1 |
541 | 2024-12-16T04:17:04.280Z | Compiling aho-corasick v1.1.3 |
542 | 2024-12-16T04:17:04.351Z | Compiling subtle v2.6.1 |
543 | 2024-12-16T04:17:04.625Z | Compiling owo-colors v4.1.0 |
544 | 2024-12-16T04:17:04.690Z | Compiling percent-encoding v2.3.1 |
545 | 2024-12-16T04:17:04.932Z | Compiling regex-syntax v0.8.5 |
546 | 2024-12-16T04:17:05.128Z | Compiling form_urlencoded v1.2.1 |
547 | 2024-12-16T04:17:05.587Z | Compiling ahash v0.8.11 |
548 | 2024-12-16T04:17:05.958Z | Compiling num-traits v0.2.19 |
549 | 2024-12-16T04:17:06.230Z | Compiling lock_api v0.4.12 |
550 | 2024-12-16T04:17:06.267Z | Compiling unicode-linebreak v0.1.5 |
551 | 2024-12-16T04:17:06.708Z | Compiling tower-service v0.3.3 |
552 | 2024-12-16T04:17:06.825Z | Compiling portable-atomic v1.10.0 |
553 | 2024-12-16T04:17:07.357Z | Compiling serde_derive v1.0.216 |
554 | 2024-12-16T04:17:07.484Z | Compiling zerofrom-derive v0.1.5 |
555 | 2024-12-16T04:17:07.631Z | Compiling yoke-derive v0.7.5 |
556 | 2024-12-16T04:17:10.859Z | Compiling zerovec-derive v0.10.3 |
557 | 2024-12-16T04:17:11.085Z | Compiling zerofrom v0.1.5 |
558 | 2024-12-16T04:17:11.332Z | Compiling yoke v0.7.5 |
559 | 2024-12-16T04:17:11.725Z | Compiling displaydoc v0.2.5 |
560 | 2024-12-16T04:17:13.302Z | Compiling futures-macro v0.3.31 |
561 | 2024-12-16T04:17:13.357Z | Compiling zerovec v0.10.4 |
562 | 2024-12-16T04:17:15.115Z | Compiling futures-util v0.3.31 |
563 | 2024-12-16T04:17:16.253Z | Compiling tinystr v0.7.6 |
564 | 2024-12-16T04:17:16.653Z | Compiling icu_locid v1.5.0 |
565 | 2024-12-16T04:17:17.428Z | Compiling tokio-macros v2.4.0 |
566 | 2024-12-16T04:17:17.620Z | Compiling icu_provider_macros v1.5.0 |
567 | 2024-12-16T04:17:18.761Z | Compiling icu_provider v1.5.0 |
568 | 2024-12-16T04:17:18.908Z | Compiling tokio v1.42.0 |
569 | 2024-12-16T04:17:21.067Z | Compiling tracing-attributes v0.1.28 |
570 | 2024-12-16T04:17:21.517Z | Compiling indexmap v2.7.0 |
571 | 2024-12-16T04:17:22.077Z | Compiling icu_locid_transform v1.5.0 |
572 | 2024-12-16T04:17:22.556Z | Compiling icu_collections v1.5.0 |
573 | 2024-12-16T04:17:23.229Z | Compiling zerocopy-derive v0.7.35 |
574 | 2024-12-16T04:17:23.872Z | Compiling icu_properties v1.5.1 |
575 | 2024-12-16T04:17:24.340Z | Compiling tracing v0.1.41 |
576 | 2024-12-16T04:17:25.175Z | Compiling thiserror-impl v1.0.69 |
577 | 2024-12-16T04:17:25.366Z | Compiling zerocopy v0.7.35 |
578 | 2024-12-16T04:17:27.046Z | Compiling thiserror-impl v2.0.7 |
579 | 2024-12-16T04:17:27.993Z | Compiling icu_normalizer v1.5.0 |
580 | 2024-12-16T04:17:28.295Z | Compiling rustls-webpki v0.102.8 |
581 | 2024-12-16T04:17:28.485Z | Compiling hyper v1.5.1 |
582 | 2024-12-16T04:17:30.385Z | Compiling idna_adapter v1.2.0 |
583 | 2024-12-16T04:17:32.688Z | Compiling regex-automata v0.4.9 |
584 | 2024-12-16T04:17:32.905Z | Compiling unicode-width v0.2.0 |
585 | 2024-12-16T04:17:33.193Z | Compiling nextest-workspace-hack v0.1.0 |
586 | 2024-12-16T04:17:33.469Z | Compiling is_ci v1.2.0 |
587 | 2024-12-16T04:17:33.508Z | Compiling signal-hook v0.3.17 |
588 | 2024-12-16T04:17:33.752Z | Compiling winnow v0.6.20 |
589 | 2024-12-16T04:17:33.836Z | Compiling parking_lot_core v0.9.10 |
590 | 2024-12-16T04:17:34.284Z | Compiling either v1.13.0 |
591 | 2024-12-16T04:17:34.761Z | Compiling supports-color v3.0.2 |
592 | 2024-12-16T04:17:35.187Z | Compiling idna v1.0.3 |
593 | 2024-12-16T04:17:36.854Z | Compiling tokio-rustls v0.26.1 |
594 | 2024-12-16T04:17:37.338Z | Compiling hyper-util v0.1.10 |
595 | 2024-12-16T04:17:38.001Z | Compiling pathdiff v0.2.3 |
596 | 2024-12-16T04:17:38.017Z | Compiling toml_datetime v0.6.8 |
597 | 2024-12-16T04:17:38.187Z | Compiling serde_spanned v0.6.8 |
598 | 2024-12-16T04:17:38.433Z | Compiling cargo-platform v0.1.9 |
599 | 2024-12-16T04:17:38.778Z | Compiling miette-derive v7.4.0 |
600 | 2024-12-16T04:17:39.451Z | Compiling backtrace-ext v0.2.1 |
601 | 2024-12-16T04:17:39.906Z | Compiling textwrap v0.16.1 |
602 | 2024-12-16T04:17:41.602Z | Compiling console v0.15.8 |
603 | 2024-12-16T04:17:42.870Z | Compiling webpki-roots v0.26.7 |
604 | 2024-12-16T04:17:43.039Z | Compiling vte_generate_state_changes v0.1.2 |
605 | 2024-12-16T04:17:43.090Z | Compiling tracing-log v0.2.0 |
606 | 2024-12-16T04:17:43.687Z | Compiling sharded-slab v0.1.7 |
607 | 2024-12-16T04:17:43.819Z | Compiling thread_local v1.1.8 |
608 | 2024-12-16T04:17:44.056Z | Compiling cfg_aliases v0.2.1 |
609 | 2024-12-16T04:17:44.158Z | Compiling newtype-uuid v1.1.3 |
610 | 2024-12-16T04:17:44.481Z | Compiling zstd-safe v7.2.1 |
611 | 2024-12-16T04:17:44.667Z | Compiling adler2 v2.0.0 |
612 | 2024-12-16T04:17:44.836Z | Compiling supports-unicode v3.0.0 |
613 | 2024-12-16T04:17:44.929Z | Compiling scopeguard v1.2.0 |
614 | 2024-12-16T04:17:45.062Z | Compiling fixedbitset v0.4.2 |
615 | 2024-12-16T04:17:45.101Z | Compiling supports-hyperlinks v3.1.0 |
616 | 2024-12-16T04:17:45.225Z | Compiling tracing-subscriber v0.3.19 |
617 | 2024-12-16T04:17:45.461Z | Compiling petgraph v0.6.5 |
618 | 2024-12-16T04:17:45.721Z | Compiling miette v7.4.0 |
619 | 2024-12-16T04:17:45.737Z | Compiling miniz_oxide v0.8.0 |
620 | 2024-12-16T04:17:48.464Z | Compiling nix v0.29.0 |
621 | 2024-12-16T04:17:48.899Z | Compiling vte v0.11.1 |
622 | 2024-12-16T04:17:49.344Z | Compiling hyper-rustls v0.27.3 |
623 | 2024-12-16T04:17:51.049Z | Compiling cargo_metadata v0.19.1 |
624 | 2024-12-16T04:17:52.584Z | Compiling toml_edit v0.22.22 |
625 | 2024-12-16T04:17:52.640Z | Compiling regex v1.11.1 |
626 | 2024-12-16T04:17:52.894Z | Compiling url v2.5.4 |
627 | 2024-12-16T04:17:57.186Z | Compiling itertools v0.13.0 |
628 | 2024-12-16T04:17:58.272Z | Compiling ppv-lite86 v0.2.20 |
629 | 2024-12-16T04:17:58.878Z | Compiling futures-executor v0.3.31 |
630 | 2024-12-16T04:17:59.180Z | Compiling http-body-util v0.1.2 |
631 | 2024-12-16T04:17:59.750Z | Compiling smol_str v0.3.2 |
632 | 2024-12-16T04:18:00.041Z | Compiling serde_urlencoded v0.7.1 |
633 | 2024-12-16T04:18:00.411Z | Compiling pin-project-internal v1.1.7 |
634 | 2024-12-16T04:18:00.638Z | Compiling crypto-common v0.1.6 |
635 | 2024-12-16T04:18:00.870Z | Compiling block-buffer v0.10.4 |
636 | 2024-12-16T04:18:00.872Z | Compiling xattr v1.3.1 |
637 | 2024-12-16T04:18:01.117Z | Compiling anstyle-parse v0.2.6 |
638 | 2024-12-16T04:18:01.190Z | Compiling rustls-pemfile v2.2.0 |
639 | 2024-12-16T04:18:01.463Z | Compiling uuid v1.11.0 |
640 | 2024-12-16T04:18:01.645Z | Compiling rand_core v0.6.4 |
641 | 2024-12-16T04:18:02.135Z | Compiling filetime v0.2.25 |
642 | 2024-12-16T04:18:02.494Z | Compiling sync_wrapper v1.0.2 |
643 | 2024-12-16T04:18:02.530Z | Compiling bstr v1.11.1 |
644 | 2024-12-16T04:18:02.575Z | Compiling crc32fast v1.4.2 |
645 | 2024-12-16T04:18:02.638Z | Compiling tinyvec_macros v0.1.1 |
646 | 2024-12-16T04:18:02.731Z | Compiling base64 v0.22.1 |
647 | 2024-12-16T04:18:03.037Z | Compiling static_assertions v1.1.0 |
648 | 2024-12-16T04:18:03.141Z | Compiling ipnet v2.10.1 |
649 | 2024-12-16T04:18:03.219Z | Compiling anstyle v1.0.10 |
650 | 2024-12-16T04:18:03.752Z | Compiling anstyle-query v1.1.2 |
651 | 2024-12-16T04:18:03.771Z | Compiling eyre v0.6.12 |
652 | 2024-12-16T04:18:03.839Z | Compiling colorchoice v1.0.3 |
653 | 2024-12-16T04:18:03.903Z | Compiling debug-ignore v1.0.5 |
654 | 2024-12-16T04:18:04.003Z | Compiling nested v0.1.1 |
655 | 2024-12-16T04:18:04.050Z | Compiling minimal-lexical v0.2.1 |
656 | 2024-12-16T04:18:04.066Z | Compiling iana-time-zone v0.1.61 |
657 | 2024-12-16T04:18:04.287Z | Compiling is_terminal_polyfill v1.70.1 |
658 | 2024-12-16T04:18:04.342Z | Compiling mime v0.3.17 |
659 | 2024-12-16T04:18:04.408Z | Compiling number_prefix v0.4.0 |
660 | 2024-12-16T04:18:04.651Z | Compiling self_update v0.41.0 |
661 | 2024-12-16T04:18:04.677Z | Compiling indicatif v0.17.9 |
662 | 2024-12-16T04:18:04.775Z | Compiling reqwest v0.12.9 |
663 | 2024-12-16T04:18:05.026Z | Compiling nom v7.1.3 |
664 | 2024-12-16T04:18:05.429Z | Compiling anstream v0.6.18 |
665 | 2024-12-16T04:18:06.472Z | Compiling guppy v0.17.10 |
666 | 2024-12-16T04:18:06.575Z | Compiling chrono v0.4.39 |
667 | 2024-12-16T04:18:09.387Z | Compiling globset v0.4.15 |
668 | 2024-12-16T04:18:09.659Z | Compiling pin-project v1.1.7 |
669 | 2024-12-16T04:18:09.795Z | Compiling flate2 v1.0.35 |
670 | 2024-12-16T04:18:11.098Z | Compiling tinyvec v1.8.0 |
671 | 2024-12-16T04:18:11.930Z | Compiling tar v0.4.43 |
672 | 2024-12-16T04:18:13.134Z | Compiling rand_chacha v0.3.1 |
673 | 2024-12-16T04:18:14.624Z | Compiling digest v0.10.7 |
674 | 2024-12-16T04:18:14.877Z | Compiling nextest-metadata v0.12.1 |
675 | 2024-12-16T04:18:15.037Z | Compiling futures v0.3.31 |
676 | 2024-12-16T04:18:15.054Z | Compiling parking_lot v0.12.3 |
677 | 2024-12-16T04:18:15.072Z | Compiling signal-hook-mio v0.2.4 |
678 | 2024-12-16T04:18:15.161Z | Compiling toml v0.8.19 |
679 | 2024-12-16T04:18:15.249Z | Compiling strip-ansi-escapes v0.2.0 |
680 | 2024-12-16T04:18:16.014Z | Compiling tracing-error v0.2.1 |
681 | 2024-12-16T04:18:17.134Z | Compiling self-replace v1.5.0 |
682 | 2024-12-16T04:18:17.309Z | Compiling shared_child v1.0.1 |
683 | 2024-12-16T04:18:17.701Z | Compiling os_pipe v1.2.1 |
684 | 2024-12-16T04:18:17.956Z | Compiling quick-xml v0.37.1 |
685 | 2024-12-16T04:18:17.974Z | Compiling quick-xml v0.23.1 |
686 | 2024-12-16T04:18:18.080Z | Compiling shell-words v1.1.0 |
687 | 2024-12-16T04:18:18.354Z | Compiling heck v0.5.0 |
688 | 2024-12-16T04:18:18.510Z | Compiling owo-colors v3.5.0 |
689 | 2024-12-16T04:18:18.795Z | Compiling indenter v0.3.3 |
690 | 2024-12-16T04:18:18.980Z | Compiling strsim v0.11.1 |
691 | 2024-12-16T04:18:20.421Z | Compiling recursion v0.5.2 |
692 | 2024-12-16T04:18:20.637Z | Compiling urlencoding v2.1.3 |
693 | 2024-12-16T04:18:20.953Z | Compiling clap_lex v0.7.4 |
694 | 2024-12-16T04:18:21.073Z | Compiling humantime v2.1.0 |
695 | 2024-12-16T04:18:21.449Z | Compiling cpufeatures v0.2.16 |
696 | 2024-12-16T04:18:21.527Z | Compiling unicase v2.8.0 |
697 | 2024-12-16T04:18:21.555Z | Compiling sha2 v0.10.8 |
698 | 2024-12-16T04:18:21.704Z | Compiling humantime-serde v1.1.1 |
699 | 2024-12-16T04:18:21.896Z | Compiling clap_builder v4.5.23 |
700 | 2024-12-16T04:18:22.050Z | Compiling color-spantrace v0.2.1 |
701 | 2024-12-16T04:18:22.756Z | Compiling nextest-filtering v0.12.0 |
702 | 2024-12-16T04:18:23.026Z | Compiling quick-junit v0.5.1 |
703 | 2024-12-16T04:18:25.463Z | Compiling clap_derive v4.5.18 |
704 | 2024-12-16T04:18:25.908Z | Compiling duct v0.13.7 |
705 | 2024-12-16T04:18:28.311Z | Compiling cargo-nextest v0.9.86 |
706 | 2024-12-16T04:18:28.851Z | Compiling config v0.14.1 |
707 | 2024-12-16T04:18:30.197Z | Compiling crossterm v0.28.1 |
708 | 2024-12-16T04:18:31.727Z | Compiling async-scoped v0.9.0 |
709 | 2024-12-16T04:18:32.037Z | Compiling rand v0.8.5 |
710 | 2024-12-16T04:18:32.281Z | Compiling unicode-normalization v0.1.24 |
711 | 2024-12-16T04:18:33.587Z | Compiling zstd v0.13.2 |
712 | 2024-12-16T04:18:33.984Z | Compiling target-spec-miette v0.4.0 |
713 | 2024-12-16T04:18:34.503Z | Compiling mukti-metadata v0.3.0 |
714 | 2024-12-16T04:18:34.746Z | Compiling tokio-stream v0.1.17 |
715 | 2024-12-16T04:18:35.568Z | Compiling camino-tempfile v1.1.1 |
716 | 2024-12-16T04:18:35.913Z | Compiling future-queue v0.3.0 |
717 | 2024-12-16T04:18:36.319Z | Compiling serde_path_to_error v0.1.16 |
718 | 2024-12-16T04:18:36.358Z | Compiling serde_ignored v0.1.10 |
719 | 2024-12-16T04:18:36.799Z | Compiling derive-where v1.2.7 |
720 | 2024-12-16T04:18:37.232Z | Compiling atomicwrites v0.4.4 |
721 | 2024-12-16T04:18:37.359Z | Compiling indent_write v2.2.0 |
722 | 2024-12-16T04:18:37.584Z | Compiling xxhash-rust v0.8.12 |
723 | 2024-12-16T04:18:37.761Z | Compiling hex v0.4.3 |
724 | 2024-12-16T04:18:37.861Z | Compiling swrite v0.1.0 |
725 | 2024-12-16T04:18:37.988Z | Compiling home v0.5.9 |
726 | 2024-12-16T04:18:38.295Z | Compiling clap v4.5.23 |
727 | 2024-12-16T04:18:38.437Z | Compiling color-eyre v0.6.3 |
728 | 2024-12-16T04:18:38.452Z | Compiling dialoguer v0.11.0 |
729 | 2024-12-16T04:18:39.097Z | Compiling enable-ansi-support v0.2.1 |
730 | 2024-12-16T04:18:40.106Z | Compiling nextest-runner v0.69.0 |
731 | 2024-12-16T04:19:21.100Z | Finished `release` profile [optimized] target(s) in 2m 33s |
732 | 2024-12-16T04:19:21.324Z | Installing /home/build/.cargo/bin/cargo-nextest |
733 | 2024-12-16T04:19:21.326Z | Installed package `cargo-nextest v0.9.86` (executable `cargo-nextest`) |
734 | 2024-12-16T04:19:21.429Z | + banner bfd |
735 | 2024-12-16T04:19:21.534Z | |
736 | 2024-12-16T04:19:21.534Z | ##### ###### ##### |
737 | 2024-12-16T04:19:21.535Z | # # # # # |
738 | 2024-12-16T04:19:21.535Z | ##### ##### # # |
739 | 2024-12-16T04:19:21.535Z | # # # # # |
740 | 2024-12-16T04:19:21.535Z | # # # # # |
741 | 2024-12-16T04:19:21.535Z | ##### # ##### |
742 | 2024-12-16T04:19:21.535Z | |
743 | 2024-12-16T04:19:21.537Z | + cargo nextest run -p bfd --nocapture |
744 | 2024-12-16T04:19:21.820Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
745 | 2024-12-16T04:19:22.087Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
746 | 2024-12-16T04:19:22.319Z | From https://www.github.com/oxidecomputer/oxnet |
747 | 2024-12-16T04:19:22.319Z | * [new branch] ci -> origin/ci |
748 | 2024-12-16T04:19:22.322Z | * [new branch] main -> origin/main |
749 | 2024-12-16T04:19:22.322Z | * [new ref] -> origin/HEAD |
750 | 2024-12-16T04:19:22.331Z | Updating crates.io index |
751 | 2024-12-16T04:19:22.404Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
752 | 2024-12-16T04:19:23.172Z | From https://github.com/oxidecomputer/falcon |
753 | 2024-12-16T04:19:23.172Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
754 | 2024-12-16T04:19:23.277Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
755 | 2024-12-16T04:19:24.362Z | From https://github.com/oxidecomputer/dendrite |
756 | 2024-12-16T04:19:24.362Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
757 | 2024-12-16T04:19:24.413Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
758 | 2024-12-16T04:19:24.782Z | From https://github.com/oxidecomputer/ispf |
759 | 2024-12-16T04:19:24.782Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
760 | 2024-12-16T04:19:24.791Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
761 | 2024-12-16T04:19:25.249Z | From https://github.com/oxidecomputer/netadm-sys |
762 | 2024-12-16T04:19:25.249Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
763 | 2024-12-16T04:19:25.261Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
764 | 2024-12-16T04:19:28.690Z | From https://github.com/oxidecomputer/omicron |
765 | 2024-12-16T04:19:28.690Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
766 | 2024-12-16T04:19:28.720Z | * [new tag] dogfood -> dogfood |
767 | 2024-12-16T04:19:28.722Z | * [new tag] v5 -> v5 |
768 | 2024-12-16T04:19:28.722Z | * [new tag] v6 -> v6 |
769 | 2024-12-16T04:19:28.722Z | * [new tag] v7 -> v7 |
770 | 2024-12-16T04:19:28.722Z | * [new tag] v8 -> v8 |
771 | 2024-12-16T04:19:28.722Z | * [new tag] v9 -> v9 |
772 | 2024-12-16T04:19:29.081Z | Updating git repository `https://github.com/oxidecomputer/opte` |
773 | 2024-12-16T04:19:30.022Z | From https://github.com/oxidecomputer/opte |
774 | 2024-12-16T04:19:30.022Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
775 | 2024-12-16T04:19:30.067Z | Updating git repository `https://github.com/illumos/smf-rs` |
776 | 2024-12-16T04:19:30.439Z | From https://github.com/illumos/smf-rs |
777 | 2024-12-16T04:19:30.439Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
778 | 2024-12-16T04:19:30.504Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
779 | 2024-12-16T04:19:31.000Z | From https://github.com/oxidecomputer/maghemite |
780 | 2024-12-16T04:19:31.000Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
781 | 2024-12-16T04:19:31.017Z | * [new tag] rift -> rift |
782 | 2024-12-16T04:19:31.020Z | * [new tag] srp -> srp |
783 | 2024-12-16T04:19:31.020Z | * [new tag] tie-spf -> tie-spf |
784 | 2024-12-16T04:19:31.053Z | Updating git repository `https://github.com/oxidecomputer/zone` |
785 | 2024-12-16T04:19:31.410Z | From https://github.com/oxidecomputer/zone |
786 | 2024-12-16T04:19:31.410Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
787 | 2024-12-16T04:19:31.432Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
788 | 2024-12-16T04:19:32.164Z | From https://github.com/oxidecomputer/propolis |
789 | 2024-12-16T04:19:32.164Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
790 | 2024-12-16T04:19:32.249Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
791 | 2024-12-16T04:19:32.757Z | From https://github.com/oxidecomputer/dlpi-sys |
792 | 2024-12-16T04:19:32.757Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
793 | 2024-12-16T04:19:32.767Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
794 | 2024-12-16T04:19:33.229Z | From https://github.com/jmesmon/rust-libzfs |
795 | 2024-12-16T04:19:33.229Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
796 | 2024-12-16T04:19:33.245Z | * [new tag] v0.4.0 -> v0.4.0 |
797 | 2024-12-16T04:19:33.263Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
798 | 2024-12-16T04:19:33.719Z | From https://github.com/oxidecomputer/rusty-doors |
799 | 2024-12-16T04:19:33.719Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
800 | 2024-12-16T04:19:33.732Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
801 | 2024-12-16T04:19:34.239Z | From https://github.com/oxidecomputer/maghemite |
802 | 2024-12-16T04:19:34.239Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
803 | 2024-12-16T04:19:34.296Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
804 | 2024-12-16T04:19:34.674Z | From https://github.com/oxidecomputer/serde_human_bytes |
805 | 2024-12-16T04:19:34.675Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
806 | 2024-12-16T04:19:34.685Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
807 | 2024-12-16T04:19:35.085Z | From https://github.com/oxidecomputer/slog-error-chain |
808 | 2024-12-16T04:19:35.085Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
809 | 2024-12-16T04:19:35.122Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
810 | 2024-12-16T04:19:35.530Z | From https://github.com/oxidecomputer/poptrie |
811 | 2024-12-16T04:19:35.530Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
812 | 2024-12-16T04:19:35.569Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
813 | 2024-12-16T04:19:35.995Z | From https://github.com/illumos/libscf-sys |
814 | 2024-12-16T04:19:35.995Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
815 | 2024-12-16T04:19:36.004Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
816 | 2024-12-16T04:19:36.985Z | From https://github.com/oxidecomputer/progenitor |
817 | 2024-12-16T04:19:36.985Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
818 | 2024-12-16T04:19:37.005Z | * [new tag] v0.1.1 -> v0.1.1 |
819 | 2024-12-16T04:19:37.008Z | * [new tag] v0.2.0 -> v0.2.0 |
820 | 2024-12-16T04:19:37.008Z | * [new tag] v0.3.0 -> v0.3.0 |
821 | 2024-12-16T04:19:37.008Z | * [new tag] v0.4.0 -> v0.4.0 |
822 | 2024-12-16T04:19:37.008Z | * [new tag] v0.5.0 -> v0.5.0 |
823 | 2024-12-16T04:19:37.009Z | * [new tag] v0.6.0 -> v0.6.0 |
824 | 2024-12-16T04:19:37.009Z | * [new tag] v0.7.0 -> v0.7.0 |
825 | 2024-12-16T04:19:37.211Z | Updating git repository `https://github.com/oxidecomputer/typify` |
826 | 2024-12-16T04:19:37.935Z | From https://github.com/oxidecomputer/typify |
827 | 2024-12-16T04:19:37.935Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
828 | 2024-12-16T04:19:37.937Z | * [new tag] v0.2.0 -> v0.2.0 |
829 | 2024-12-16T04:19:37.955Z | * [new tag] v0.0.10 -> v0.0.10 |
830 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.11 -> v0.0.11 |
831 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.12 -> v0.0.12 |
832 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.13 -> v0.0.13 |
833 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.14 -> v0.0.14 |
834 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.15 -> v0.0.15 |
835 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.16 -> v0.0.16 |
836 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.4 -> v0.0.4 |
837 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.5 -> v0.0.5 |
838 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.7 -> v0.0.7 |
839 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.8 -> v0.0.8 |
840 | 2024-12-16T04:19:37.957Z | * [new tag] v0.0.9 -> v0.0.9 |
841 | 2024-12-16T04:19:37.957Z | * [new tag] v0.1.0 -> v0.1.0 |
842 | 2024-12-16T04:19:38.087Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
843 | 2024-12-16T04:19:39.074Z | From https://github.com/oxidecomputer/crucible |
844 | 2024-12-16T04:19:39.074Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
845 | 2024-12-16T04:19:39.138Z | Updating git repository `https://github.com/oxidecomputer/opte` |
846 | 2024-12-16T04:19:39.573Z | From https://github.com/oxidecomputer/opte |
847 | 2024-12-16T04:19:39.573Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
848 | 2024-12-16T04:19:39.627Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
849 | 2024-12-16T04:19:40.257Z | From https://github.com/oxidecomputer/management-gateway-service |
850 | 2024-12-16T04:19:40.257Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
851 | 2024-12-16T04:19:40.826Z | Downloading crates ... |
852 | 2024-12-16T04:19:40.988Z | Downloaded autocfg v1.3.0 |
853 | 2024-12-16T04:19:40.992Z | Downloaded anstyle-parse v0.2.5 |
854 | 2024-12-16T04:19:40.996Z | Downloaded fxhash v0.2.1 |
855 | 2024-12-16T04:19:40.999Z | Downloaded crunchy v0.2.2 |
856 | 2024-12-16T04:19:41.002Z | Downloaded crucible-workspace-hack v0.1.0 |
857 | 2024-12-16T04:19:41.004Z | Downloaded ciborium-io v0.2.2 |
858 | 2024-12-16T04:19:41.007Z | Downloaded darling_macro v0.20.10 |
859 | 2024-12-16T04:19:41.007Z | Downloaded cstr-argument v0.1.2 |
860 | 2024-12-16T04:19:41.009Z | Downloaded async-stream-impl v0.3.5 |
861 | 2024-12-16T04:19:41.009Z | Downloaded crc8 v0.1.1 |
862 | 2024-12-16T04:19:41.012Z | Downloaded scroll_derive v0.12.0 |
863 | 2024-12-16T04:19:41.015Z | Downloaded foreign-types-shared v0.3.1 |
864 | 2024-12-16T04:19:41.015Z | Downloaded rustls-pemfile v1.0.4 |
865 | 2024-12-16T04:19:41.017Z | Downloaded schemars v0.8.21 |
866 | 2024-12-16T04:19:41.030Z | Downloaded sync_wrapper v0.1.2 |
867 | 2024-12-16T04:19:41.032Z | Downloaded httpdate v1.0.3 |
868 | 2024-12-16T04:19:41.034Z | Downloaded usdt-attr-macro v0.5.0 |
869 | 2024-12-16T04:19:41.034Z | Downloaded atomic-waker v1.1.2 |
870 | 2024-12-16T04:19:41.036Z | Downloaded arrayref v0.3.9 |
871 | 2024-12-16T04:19:41.036Z | Downloaded anstyle-query v1.1.1 |
872 | 2024-12-16T04:19:41.039Z | Downloaded futures-sink v0.3.30 |
873 | 2024-12-16T04:19:41.039Z | Downloaded heck v0.4.1 |
874 | 2024-12-16T04:19:41.041Z | Downloaded serde-big-array v0.5.1 |
875 | 2024-12-16T04:19:41.043Z | Downloaded futures-task v0.3.30 |
876 | 2024-12-16T04:19:41.043Z | Downloaded defmt-macros v0.3.9 |
877 | 2024-12-16T04:19:41.046Z | Downloaded fastrand v2.1.1 |
878 | 2024-12-16T04:19:41.049Z | Downloaded dof v0.3.0 |
879 | 2024-12-16T04:19:41.049Z | Downloaded defmt-parser v0.3.4 |
880 | 2024-12-16T04:19:41.051Z | Downloaded ciborium-ll v0.2.2 |
881 | 2024-12-16T04:19:41.054Z | Downloaded http-body v0.4.6 |
882 | 2024-12-16T04:19:41.054Z | Downloaded time-core v0.1.2 |
883 | 2024-12-16T04:19:41.056Z | Downloaded foreign-types-macros v0.2.3 |
884 | 2024-12-16T04:19:41.057Z | Downloaded dirs-sys-next v0.1.2 |
885 | 2024-12-16T04:19:41.057Z | Downloaded convert_case v0.4.0 |
886 | 2024-12-16T04:19:41.059Z | Downloaded deranged v0.3.11 |
887 | 2024-12-16T04:19:41.059Z | Downloaded waitgroup v0.1.2 |
888 | 2024-12-16T04:19:41.062Z | Downloaded hostname v0.3.1 |
889 | 2024-12-16T04:19:41.064Z | Downloaded float-ord v0.3.2 |
890 | 2024-12-16T04:19:41.064Z | Downloaded usdt-macro v0.5.0 |
891 | 2024-12-16T04:19:41.064Z | Downloaded colorchoice v1.0.2 |
892 | 2024-12-16T04:19:41.066Z | Downloaded sigpipe v0.1.3 |
893 | 2024-12-16T04:19:41.069Z | Downloaded scroll v0.12.0 |
894 | 2024-12-16T04:19:41.069Z | Downloaded schemars_derive v0.8.21 |
895 | 2024-12-16T04:19:41.071Z | Downloaded dirs-next v2.0.0 |
896 | 2024-12-16T04:19:41.074Z | Downloaded same-file v1.0.6 |
897 | 2024-12-16T04:19:41.074Z | Downloaded bitflags v1.3.2 |
898 | 2024-12-16T04:19:41.076Z | Downloaded spin v0.5.2 |
899 | 2024-12-16T04:19:41.078Z | Downloaded errno v0.3.9 |
900 | 2024-12-16T04:19:41.080Z | Downloaded embedded-io v0.6.1 |
901 | 2024-12-16T04:19:41.080Z | Downloaded utf-8 v0.7.6 |
902 | 2024-12-16T04:19:41.083Z | Downloaded async-trait v0.1.83 |
903 | 2024-12-16T04:19:41.085Z | Downloaded argon2 v0.5.3 |
904 | 2024-12-16T04:19:41.088Z | Downloaded dyn-clone v1.0.17 |
905 | 2024-12-16T04:19:41.090Z | Downloaded num_threads v0.1.7 |
906 | 2024-12-16T04:19:41.090Z | Downloaded topological-sort v0.2.2 |
907 | 2024-12-16T04:19:41.093Z | Downloaded thread-id v4.2.2 |
908 | 2024-12-16T04:19:41.093Z | Downloaded hash32 v0.3.1 |
909 | 2024-12-16T04:19:41.095Z | Downloaded slog-json v2.6.1 |
910 | 2024-12-16T04:19:41.097Z | Downloaded usdt-impl v0.5.0 |
911 | 2024-12-16T04:19:41.099Z | Downloaded darling v0.20.10 |
912 | 2024-12-16T04:19:41.102Z | Downloaded smf v0.2.3 |
913 | 2024-12-16T04:19:41.105Z | Downloaded futures-channel v0.3.30 |
914 | 2024-12-16T04:19:41.107Z | Downloaded slog-dtrace v0.3.0 |
915 | 2024-12-16T04:19:41.107Z | Downloaded untrusted v0.7.1 |
916 | 2024-12-16T04:19:41.110Z | Downloaded hostname v0.4.0 |
917 | 2024-12-16T04:19:41.112Z | Downloaded ciborium v0.2.2 |
918 | 2024-12-16T04:19:41.115Z | Downloaded slog-scope v4.4.0 |
919 | 2024-12-16T04:19:41.115Z | Downloaded allocator-api2 v0.2.18 |
920 | 2024-12-16T04:19:41.117Z | Downloaded slog-async v2.8.0 |
921 | 2024-12-16T04:19:41.120Z | Downloaded serde_tokenstream v0.2.2 |
922 | 2024-12-16T04:19:41.122Z | Downloaded highway v1.2.0 |
923 | 2024-12-16T04:19:41.125Z | Downloaded cancel-safe-futures v0.1.5 |
924 | 2024-12-16T04:19:41.127Z | Downloaded zone_cfg_derive v0.3.0 |
925 | 2024-12-16T04:19:41.127Z | Downloaded rustc_version v0.1.7 |
926 | 2024-12-16T04:19:41.130Z | Downloaded usdt v0.5.0 |
927 | 2024-12-16T04:19:41.130Z | Downloaded structmeta v0.3.0 |
928 | 2024-12-16T04:19:41.130Z | Downloaded slog-stdlog v4.1.1 |
929 | 2024-12-16T04:19:41.133Z | Downloaded hubpack_derive v0.1.1 |
930 | 2024-12-16T04:19:41.133Z | Downloaded blake2 v0.10.6 |
931 | 2024-12-16T04:19:41.135Z | Downloaded typify-macro v0.2.0 |
932 | 2024-12-16T04:19:41.139Z | Downloaded rustls-pemfile v2.1.3 |
933 | 2024-12-16T04:19:41.141Z | Downloaded omicron-workspace-hack v0.1.0 |
934 | 2024-12-16T04:19:41.141Z | Downloaded half v2.4.1 |
935 | 2024-12-16T04:19:41.143Z | Downloaded num-derive v0.3.3 |
936 | 2024-12-16T04:19:41.143Z | Downloaded pretty-hex v0.4.1 |
937 | 2024-12-16T04:19:41.145Z | Downloaded futures v0.3.30 |
938 | 2024-12-16T04:19:41.150Z | Downloaded num-conv v0.1.0 |
939 | 2024-12-16T04:19:41.153Z | Downloaded walkdir v2.5.0 |
940 | 2024-12-16T04:19:41.153Z | Downloaded pretty-hex v0.2.1 |
941 | 2024-12-16T04:19:41.155Z | Downloaded match_cfg v0.1.0 |
942 | 2024-12-16T04:19:41.155Z | Downloaded crossbeam-epoch v0.9.18 |
943 | 2024-12-16T04:19:41.157Z | Downloaded tokio-tungstenite v0.21.0 |
944 | 2024-12-16T04:19:41.159Z | Downloaded zone_cfg_derive v0.1.2 |
945 | 2024-12-16T04:19:41.161Z | Downloaded crossbeam-utils v0.8.20 |
946 | 2024-12-16T04:19:41.163Z | Downloaded strum_macros v0.25.3 |
947 | 2024-12-16T04:19:41.166Z | Downloaded typify v0.2.0 |
948 | 2024-12-16T04:19:41.168Z | Downloaded thin-vec v0.2.13 |
949 | 2024-12-16T04:19:41.170Z | Downloaded arc-swap v1.7.1 |
950 | 2024-12-16T04:19:41.173Z | Downloaded num-derive v0.4.2 |
951 | 2024-12-16T04:19:41.175Z | Downloaded itoa v1.0.11 |
952 | 2024-12-16T04:19:41.177Z | Downloaded quinn-udp v0.5.5 |
953 | 2024-12-16T04:19:41.180Z | Downloaded serde_spanned v0.6.7 |
954 | 2024-12-16T04:19:41.180Z | Downloaded zone v0.1.8 |
955 | 2024-12-16T04:19:41.180Z | Downloaded xz2 v0.1.7 |
956 | 2024-12-16T04:19:41.182Z | Downloaded tiny-keccak v2.0.2 |
957 | 2024-12-16T04:19:41.185Z | Downloaded dropshot_endpoint v0.12.0 |
958 | 2024-12-16T04:19:41.187Z | Downloaded paste v1.0.15 |
959 | 2024-12-16T04:19:41.189Z | Downloaded zone v0.3.0 |
960 | 2024-12-16T04:19:41.192Z | Downloaded num_enum v0.5.11 |
961 | 2024-12-16T04:19:41.195Z | Downloaded newtype_derive v0.1.6 |
962 | 2024-12-16T04:19:41.197Z | Downloaded memmap2 v0.9.5 |
963 | 2024-12-16T04:19:41.199Z | Downloaded instant v0.1.13 |
964 | 2024-12-16T04:19:41.199Z | Downloaded ident_case v1.0.1 |
965 | 2024-12-16T04:19:41.202Z | Downloaded progenitor-client v0.8.0 |
966 | 2024-12-16T04:19:41.202Z | Downloaded similar v2.6.0 |
967 | 2024-12-16T04:19:41.206Z | Downloaded newtype-uuid v1.1.0 |
968 | 2024-12-16T04:19:41.208Z | Downloaded serde_repr v0.1.19 |
969 | 2024-12-16T04:19:41.210Z | Downloaded resolv-conf v0.7.0 |
970 | 2024-12-16T04:19:41.212Z | Downloaded derive_more v0.99.18 |
971 | 2024-12-16T04:19:41.216Z | Downloaded tempfile v3.12.0 |
972 | 2024-12-16T04:19:41.218Z | Downloaded proc-macro-crate v1.3.1 |
973 | 2024-12-16T04:19:41.221Z | Downloaded zerocopy v0.6.6 |
974 | 2024-12-16T04:19:41.224Z | Downloaded tokio-rustls v0.26.0 |
975 | 2024-12-16T04:19:41.224Z | Downloaded linear-map v1.2.0 |
976 | 2024-12-16T04:19:41.227Z | Downloaded num_enum_derive v0.7.3 |
977 | 2024-12-16T04:19:41.227Z | Downloaded num-integer v0.1.46 |
978 | 2024-12-16T04:19:41.229Z | Downloaded postcard v1.0.10 |
979 | 2024-12-16T04:19:41.232Z | Downloaded lru-cache v0.1.2 |
980 | 2024-12-16T04:19:41.232Z | Downloaded managed v0.8.0 |
981 | 2024-12-16T04:19:41.232Z | Downloaded macaddr v1.0.1 |
982 | 2024-12-16T04:19:41.235Z | Downloaded hyper-tls v0.5.0 |
983 | 2024-12-16T04:19:41.235Z | Downloaded smartstring v1.0.1 |
984 | 2024-12-16T04:19:41.238Z | Downloaded ucd-trie v0.1.6 |
985 | 2024-12-16T04:19:41.240Z | Downloaded num_enum_derive v0.5.11 |
986 | 2024-12-16T04:19:41.240Z | Downloaded num_enum v0.7.3 |
987 | 2024-12-16T04:19:41.245Z | Downloaded proc-macro-error-attr v1.0.4 |
988 | 2024-12-16T04:19:41.247Z | Downloaded password-hash v0.5.0 |
989 | 2024-12-16T04:19:41.247Z | Downloaded pest_derive v2.7.13 |
990 | 2024-12-16T04:19:41.250Z | Downloaded serde_yaml v0.9.34+deprecated |
991 | 2024-12-16T04:19:41.253Z | Downloaded newline-converter v0.3.0 |
992 | 2024-12-16T04:19:41.255Z | Downloaded heapless v0.8.0 |
993 | 2024-12-16T04:19:41.258Z | Downloaded rustc-hash v2.0.0 |
994 | 2024-12-16T04:19:41.260Z | Downloaded toml v0.7.8 |
995 | 2024-12-16T04:19:41.263Z | Downloaded pin-project-lite v0.2.14 |
996 | 2024-12-16T04:19:41.266Z | Downloaded num-complex v0.4.6 |
997 | 2024-12-16T04:19:41.268Z | Downloaded num v0.4.3 |
998 | 2024-12-16T04:19:41.270Z | Downloaded progenitor v0.8.0 |
999 | 2024-12-16T04:19:41.270Z | Downloaded proc-macro-error v1.0.4 |
1000 | 2024-12-16T04:19:41.273Z | Downloaded quick-error v1.2.3 |
1001 | 2024-12-16T04:19:41.275Z | Downloaded parse-display v0.10.0 |
1002 | 2024-12-16T04:19:41.277Z | Downloaded multer v3.1.0 |
1003 | 2024-12-16T04:19:41.279Z | Downloaded serde_with_macros v3.9.0 |
1004 | 2024-12-16T04:19:41.281Z | Downloaded unicode-bidi v0.3.15 |
1005 | 2024-12-16T04:19:41.284Z | Downloaded plain v0.2.3 |
1006 | 2024-12-16T04:19:41.284Z | Downloaded slog v2.7.0 |
1007 | 2024-12-16T04:19:41.287Z | Downloaded tokio-rustls v0.24.1 |
1008 | 2024-12-16T04:19:41.289Z | Downloaded ipnetwork v0.20.0 |
1009 | 2024-12-16T04:19:41.292Z | Downloaded hickory-resolver v0.24.1 |
1010 | 2024-12-16T04:19:41.294Z | Downloaded tungstenite v0.21.0 |
1011 | 2024-12-16T04:19:41.297Z | Downloaded unicode-ident v1.0.13 |
1012 | 2024-12-16T04:19:41.300Z | Downloaded ipnet v2.10.0 |
1013 | 2024-12-16T04:19:41.302Z | Downloaded omicron-zone-package v0.11.1 |
1014 | 2024-12-16T04:19:41.305Z | Downloaded linked-hash-map v0.5.6 |
1015 | 2024-12-16T04:19:41.307Z | Downloaded hyper-rustls v0.24.2 |
1016 | 2024-12-16T04:19:41.310Z | Downloaded rayon-core v1.12.1 |
1017 | 2024-12-16T04:19:41.312Z | Downloaded parking_lot v0.11.2 |
1018 | 2024-12-16T04:19:41.314Z | Downloaded serde v1.0.215 |
1019 | 2024-12-16T04:19:41.317Z | Downloaded progenitor-impl v0.8.0 |
1020 | 2024-12-16T04:19:41.319Z | Downloaded url v2.5.2 |
1021 | 2024-12-16T04:19:41.322Z | Downloaded tracing-core v0.1.32 |
1022 | 2024-12-16T04:19:41.324Z | Downloaded indexmap v2.5.0 |
1023 | 2024-12-16T04:19:41.328Z | Downloaded parking_lot_core v0.8.6 |
1024 | 2024-12-16T04:19:41.330Z | Downloaded unsafe-libyaml v0.2.11 |
1025 | 2024-12-16T04:19:41.333Z | Downloaded no-std-compat v0.4.1 |
1026 | 2024-12-16T04:19:41.336Z | Downloaded serde_derive v1.0.215 |
1027 | 2024-12-16T04:19:41.338Z | Downloaded proc-macro2 v1.0.86 |
1028 | 2024-12-16T04:19:41.340Z | Downloaded ron v0.7.1 |
1029 | 2024-12-16T04:19:41.344Z | Downloaded yansi v1.0.1 |
1030 | 2024-12-16T04:19:41.347Z | Downloaded quinn v0.11.5 |
1031 | 2024-12-16T04:19:41.350Z | Downloaded steno v0.4.1 |
1032 | 2024-12-16T04:19:41.354Z | Downloaded hashbrown v0.12.3 |
1033 | 2024-12-16T04:19:41.358Z | Downloaded pest_meta v2.7.13 |
1034 | 2024-12-16T04:19:41.360Z | Downloaded toml_edit v0.19.15 |
1035 | 2024-12-16T04:19:41.375Z | Downloaded indicatif v0.17.8 |
1036 | 2024-12-16T04:19:41.379Z | Downloaded indexmap v1.9.3 |
1037 | 2024-12-16T04:19:41.382Z | Downloaded prettyplease v0.2.22 |
1038 | 2024-12-16T04:19:41.385Z | Downloaded toml_edit v0.22.21 |
1039 | 2024-12-16T04:19:41.406Z | Downloaded mio v1.0.2 |
1040 | 2024-12-16T04:19:41.411Z | Downloaded unicode-segmentation v1.12.0 |
1041 | 2024-12-16T04:19:41.414Z | Downloaded pretty_assertions v1.4.1 |
1042 | 2024-12-16T04:19:41.417Z | Downloaded time v0.3.36 |
1043 | 2024-12-16T04:19:41.423Z | Downloaded libm v0.2.8 |
1044 | 2024-12-16T04:19:41.430Z | Downloaded pest v2.7.13 |
1045 | 2024-12-16T04:19:41.435Z | Downloaded h2 v0.4.6 |
1046 | 2024-12-16T04:19:41.441Z | Downloaded winnow v0.5.40 |
1047 | 2024-12-16T04:19:41.450Z | Downloaded serde_with v3.9.0 |
1048 | 2024-12-16T04:19:41.458Z | Downloaded goblin v0.8.2 |
1049 | 2024-12-16T04:19:41.464Z | Downloaded itertools v0.10.5 |
1050 | 2024-12-16T04:19:41.469Z | Downloaded winnow v0.6.18 |
1051 | 2024-12-16T04:19:41.478Z | Downloaded h2 v0.3.26 |
1052 | 2024-12-16T04:19:41.485Z | Downloaded blake3 v1.5.4 |
1053 | 2024-12-16T04:19:41.491Z | Downloaded itertools v0.12.1 |
1054 | 2024-12-16T04:19:41.498Z | Downloaded reqwest v0.11.27 |
1055 | 2024-12-16T04:19:41.505Z | Downloaded rustls-webpki v0.101.7 |
1056 | 2024-12-16T04:19:41.519Z | Downloaded portable-atomic v1.8.0 |
1057 | 2024-12-16T04:19:41.525Z | Downloaded hyper v0.14.30 |
1058 | 2024-12-16T04:19:41.532Z | Downloaded chrono v0.4.38 |
1059 | 2024-12-16T04:19:41.539Z | Downloaded quinn-proto v0.11.8 |
1060 | 2024-12-16T04:19:41.545Z | Downloaded webpki-roots v0.26.6 |
1061 | 2024-12-16T04:19:41.548Z | Downloaded webpki-roots v0.25.4 |
1062 | 2024-12-16T04:19:41.552Z | Downloaded syn v1.0.109 |
1063 | 2024-12-16T04:19:41.562Z | Downloaded syn v2.0.87 |
1064 | 2024-12-16T04:19:41.572Z | Downloaded futures-util v0.3.30 |
1065 | 2024-12-16T04:19:41.583Z | Downloaded tokio-util v0.7.12 |
1066 | 2024-12-16T04:19:41.589Z | Downloaded regex v1.10.6 |
1067 | 2024-12-16T04:19:41.601Z | Downloaded rustls v0.23.13 |
1068 | 2024-12-16T04:19:41.612Z | Downloaded idna v0.5.0 |
1069 | 2024-12-16T04:19:41.618Z | Downloaded rustix v0.38.37 |
1070 | 2024-12-16T04:19:41.639Z | Downloaded rustls v0.21.12 |
1071 | 2024-12-16T04:19:41.649Z | Downloaded idna v0.4.0 |
1072 | 2024-12-16T04:19:41.655Z | Downloaded openssl v0.10.66 |
1073 | 2024-12-16T04:19:41.664Z | Downloaded rhai v1.20.0 |
1074 | 2024-12-16T04:19:41.674Z | Downloaded regress v0.9.1 |
1075 | 2024-12-16T04:19:41.682Z | Downloaded regex-syntax v0.8.4 |
1076 | 2024-12-16T04:19:41.691Z | Downloaded regress v0.10.1 |
1077 | 2024-12-16T04:19:41.697Z | Downloaded openapiv3 v2.0.0 |
1078 | 2024-12-16T04:19:41.707Z | Downloaded typify-impl v0.2.0 |
1079 | 2024-12-16T04:19:41.721Z | Downloaded hickory-proto v0.24.1 |
1080 | 2024-12-16T04:19:41.734Z | Downloaded sled v0.34.7 |
1081 | 2024-12-16T04:19:41.743Z | Downloaded smoltcp v0.11.0 |
1082 | 2024-12-16T04:19:41.754Z | Downloaded rustls v0.22.4 |
1083 | 2024-12-16T04:19:41.766Z | Downloaded dropshot v0.12.0 |
1084 | 2024-12-16T04:19:41.784Z | Downloaded hashbrown v0.14.5 |
1085 | 2024-12-16T04:19:41.789Z | Downloaded zerocopy-derive v0.6.6 |
1086 | 2024-12-16T04:19:41.797Z | Downloaded openssl-sys v0.9.103 |
1087 | 2024-12-16T04:19:41.802Z | Downloaded flate2 v1.0.33 |
1088 | 2024-12-16T04:19:41.806Z | Downloaded http v0.2.12 |
1089 | 2024-12-16T04:19:41.810Z | Downloaded tracing v0.1.40 |
1090 | 2024-12-16T04:19:41.813Z | Downloaded regex-automata v0.4.7 |
1091 | 2024-12-16T04:19:41.829Z | Downloaded num-rational v0.4.2 |
1092 | 2024-12-16T04:19:41.833Z | Downloaded rhai_codegen v2.2.0 |
1093 | 2024-12-16T04:19:41.837Z | Downloaded expectorate v1.1.0 |
1094 | 2024-12-16T04:19:41.839Z | Downloaded crossbeam-channel v0.5.13 |
1095 | 2024-12-16T04:19:41.842Z | Downloaded cc v1.1.21 |
1096 | 2024-12-16T04:19:41.846Z | Downloaded slog-term v2.9.1 |
1097 | 2024-12-16T04:19:41.848Z | Downloaded tar v0.4.41 |
1098 | 2024-12-16T04:19:41.851Z | Downloaded progenitor-macro v0.8.0 |
1099 | 2024-12-16T04:19:41.851Z | Downloaded proc-macro-crate v3.2.0 |
1100 | 2024-12-16T04:19:41.853Z | Downloaded memmap v0.7.0 |
1101 | 2024-12-16T04:19:41.853Z | Downloaded powerfmt v0.2.0 |
1102 | 2024-12-16T04:19:41.856Z | Downloaded pest_generator v2.7.13 |
1103 | 2024-12-16T04:19:41.856Z | Downloaded parse-display-derive v0.10.0 |
1104 | 2024-12-16T04:19:41.859Z | Downloaded darling_core v0.20.10 |
1105 | 2024-12-16T04:19:41.861Z | Downloaded bytes v1.7.2 |
1106 | 2024-12-16T04:19:41.865Z | Downloaded whoami v1.5.2 |
1107 | 2024-12-16T04:19:41.867Z | Downloaded lzma-sys v0.1.20 |
1108 | 2024-12-16T04:19:41.893Z | Downloaded libc v0.2.167 |
1109 | 2024-12-16T04:19:41.916Z | Downloaded tabwriter v1.4.0 |
1110 | 2024-12-16T04:19:41.918Z | Downloaded slog-envlogger v2.2.0 |
1111 | 2024-12-16T04:19:41.920Z | Downloaded num-iter v0.1.45 |
1112 | 2024-12-16T04:19:41.920Z | Downloaded serde_derive_internals v0.29.1 |
1113 | 2024-12-16T04:19:41.923Z | Downloaded tokio-rustls v0.25.0 |
1114 | 2024-12-16T04:19:41.925Z | Downloaded structmeta-derive v0.3.0 |
1115 | 2024-12-16T04:19:41.925Z | Downloaded httparse v1.9.4 |
1116 | 2024-12-16T04:19:41.928Z | Downloaded time-macros v0.2.18 |
1117 | 2024-12-16T04:19:41.928Z | Downloaded strum_macros v0.26.4 |
1118 | 2024-12-16T04:19:41.931Z | Downloaded cookie v0.18.1 |
1119 | 2024-12-16T04:19:41.933Z | Downloaded base64 v0.13.1 |
1120 | 2024-12-16T04:19:41.936Z | Downloaded semver v1.0.23 |
1121 | 2024-12-16T04:19:41.938Z | Downloaded take_mut v0.2.2 |
1122 | 2024-12-16T04:19:41.938Z | Downloaded libsw v3.3.1 |
1123 | 2024-12-16T04:19:41.940Z | Downloaded is-terminal v0.4.13 |
1124 | 2024-12-16T04:19:41.940Z | Downloaded hubpack v0.1.2 |
1125 | 2024-12-16T04:19:41.940Z | Downloaded term v0.7.0 |
1126 | 2024-12-16T04:19:41.943Z | Downloaded diff v0.1.13 |
1127 | 2024-12-16T04:19:41.946Z | Downloaded colored v2.2.0 |
1128 | 2024-12-16T04:19:41.948Z | Downloaded tracing-attributes v0.1.27 |
1129 | 2024-12-16T04:19:41.951Z | Downloaded rustls-pki-types v1.8.0 |
1130 | 2024-12-16T04:19:41.953Z | Downloaded sct v0.7.1 |
1131 | 2024-12-16T04:19:41.955Z | Downloaded anyhow v1.0.94 |
1132 | 2024-12-16T04:19:41.958Z | Downloaded cobs v0.2.3 |
1133 | 2024-12-16T04:19:41.961Z | Downloaded terminal_size v0.4.0 |
1134 | 2024-12-16T04:19:41.961Z | Downloaded semver v0.1.20 |
1135 | 2024-12-16T04:19:41.963Z | Downloaded slog-bunyan v2.5.0 |
1136 | 2024-12-16T04:19:41.963Z | Downloaded sha1 v0.10.6 |
1137 | 2024-12-16T04:19:41.966Z | Downloaded defmt v0.3.8 |
1138 | 2024-12-16T04:19:41.968Z | Downloaded async-stream v0.3.5 |
1139 | 2024-12-16T04:19:41.968Z | Downloaded arrayvec v0.7.6 |
1140 | 2024-12-16T04:19:41.971Z | Downloaded data-encoding v2.6.0 |
1141 | 2024-12-16T04:19:41.971Z | Downloaded rustversion v1.0.17 |
1142 | 2024-12-16T04:19:41.973Z | Downloaded encoding_rs v0.8.34 |
1143 | 2024-12-16T04:19:41.992Z | Downloaded heck v0.3.3 |
1144 | 2024-12-16T04:19:41.994Z | Downloaded futures-executor v0.3.30 |
1145 | 2024-12-16T04:19:41.995Z | Downloaded foreign-types v0.5.0 |
1146 | 2024-12-16T04:19:41.998Z | Downloaded cpufeatures v0.2.14 |
1147 | 2024-12-16T04:19:41.998Z | Downloaded constant_time_eq v0.3.1 |
1148 | 2024-12-16T04:19:41.998Z | Downloaded embedded-io v0.4.0 |
1149 | 2024-12-16T04:19:42.000Z | Downloaded crossbeam-deque v0.8.5 |
1150 | 2024-12-16T04:19:42.000Z | Downloaded const-random-macro v0.1.16 |
1151 | 2024-12-16T04:19:42.003Z | Downloaded enum-as-inner v0.6.1 |
1152 | 2024-12-16T04:19:42.003Z | Downloaded anstream v0.6.15 |
1153 | 2024-12-16T04:19:42.005Z | Downloaded futures-macro v0.3.30 |
1154 | 2024-12-16T04:19:42.005Z | Downloaded futures-io v0.3.30 |
1155 | 2024-12-16T04:19:42.005Z | Downloaded futures-core v0.3.30 |
1156 | 2024-12-16T04:19:42.008Z | Downloaded dtrace-parser v0.2.0 |
1157 | 2024-12-16T04:19:42.008Z | Downloaded sync_wrapper v1.0.1 |
1158 | 2024-12-16T04:19:42.008Z | Downloaded strum v0.26.3 |
1159 | 2024-12-16T04:19:42.011Z | Downloaded backoff v0.4.0 |
1160 | 2024-12-16T04:19:42.011Z | Downloaded const-random v0.1.18 |
1161 | 2024-12-16T04:19:42.247Z | Downloaded ring v0.16.20 |
1162 | 2024-12-16T04:19:43.195Z | Compiling proc-macro2 v1.0.86 |
1163 | 2024-12-16T04:19:43.196Z | Compiling unicode-ident v1.0.13 |
1164 | 2024-12-16T04:19:43.198Z | Compiling libc v0.2.167 |
1165 | 2024-12-16T04:19:43.198Z | Compiling cfg-if v1.0.0 |
1166 | 2024-12-16T04:19:43.199Z | Compiling serde v1.0.215 |
1167 | 2024-12-16T04:19:43.199Z | Compiling version_check v0.9.5 |
1168 | 2024-12-16T04:19:43.217Z | Compiling autocfg v1.3.0 |
1169 | 2024-12-16T04:19:43.220Z | Compiling once_cell v1.20.2 |
1170 | 2024-12-16T04:19:43.287Z | Compiling memchr v2.7.4 |
1171 | 2024-12-16T04:19:43.369Z | Compiling byteorder v1.5.0 |
1172 | 2024-12-16T04:19:43.647Z | Compiling itoa v1.0.11 |
1173 | 2024-12-16T04:19:43.810Z | Compiling libm v0.2.8 |
1174 | 2024-12-16T04:19:43.819Z | Compiling ryu v1.0.18 |
1175 | 2024-12-16T04:19:43.836Z | Compiling allocator-api2 v0.2.18 |
1176 | 2024-12-16T04:19:43.865Z | Compiling ahash v0.8.11 |
1177 | 2024-12-16T04:19:43.961Z | Compiling serde_json v1.0.133 |
1178 | 2024-12-16T04:19:44.160Z | Compiling pin-project-lite v0.2.14 |
1179 | 2024-12-16T04:19:44.261Z | Compiling equivalent v1.0.1 |
1180 | 2024-12-16T04:19:44.274Z | Compiling lock_api v0.4.12 |
1181 | 2024-12-16T04:19:44.305Z | Compiling smallvec v1.13.2 |
1182 | 2024-12-16T04:19:44.355Z | Compiling thiserror v1.0.69 |
1183 | 2024-12-16T04:19:44.604Z | Compiling scopeguard v1.2.0 |
1184 | 2024-12-16T04:19:44.729Z | Compiling parking_lot_core v0.9.10 |
1185 | 2024-12-16T04:19:44.739Z | Compiling iana-time-zone v0.1.61 |
1186 | 2024-12-16T04:19:44.913Z | Compiling quote v1.0.37 |
1187 | 2024-12-16T04:19:45.170Z | Compiling futures-core v0.3.30 |
1188 | 2024-12-16T04:19:45.264Z | Compiling fnv v1.0.7 |
1189 | 2024-12-16T04:19:45.289Z | Compiling schemars v0.8.21 |
1190 | 2024-12-16T04:19:45.367Z | Compiling syn v2.0.87 |
1191 | 2024-12-16T04:19:45.427Z | Compiling getrandom v0.2.15 |
1192 | 2024-12-16T04:19:45.636Z | Compiling signal-hook-registry v1.4.2 |
1193 | 2024-12-16T04:19:45.650Z | Compiling mio v1.0.2 |
1194 | 2024-12-16T04:19:45.670Z | Compiling socket2 v0.5.8 |
1195 | 2024-12-16T04:19:45.759Z | Compiling log v0.4.22 |
1196 | 2024-12-16T04:19:45.823Z | Compiling dyn-clone v1.0.17 |
1197 | 2024-12-16T04:19:46.060Z | Compiling parking_lot v0.12.3 |
1198 | 2024-12-16T04:19:46.171Z | Compiling shlex v1.3.0 |
1199 | 2024-12-16T04:19:46.206Z | Compiling slab v0.4.9 |
1200 | 2024-12-16T04:19:46.224Z | Compiling futures-sink v0.3.30 |
1201 | 2024-12-16T04:19:46.367Z | Compiling num-traits v0.2.19 |
1202 | 2024-12-16T04:19:46.540Z | Compiling cc v1.1.21 |
1203 | 2024-12-16T04:19:46.692Z | Compiling futures-channel v0.3.30 |
1204 | 2024-12-16T04:19:46.820Z | Compiling futures-io v0.3.30 |
1205 | 2024-12-16T04:19:46.919Z | Compiling futures-task v0.3.30 |
1206 | 2024-12-16T04:19:46.968Z | Compiling pin-utils v0.1.0 |
1207 | 2024-12-16T04:19:47.070Z | Compiling tracing-core v0.1.32 |
1208 | 2024-12-16T04:19:47.107Z | Compiling heck v0.5.0 |
1209 | 2024-12-16T04:19:47.127Z | Compiling bitflags v2.6.0 |
1210 | 2024-12-16T04:19:47.240Z | Compiling subtle v2.6.1 |
1211 | 2024-12-16T04:19:47.477Z | Compiling httparse v1.9.4 |
1212 | 2024-12-16T04:19:47.604Z | Compiling atomic-waker v1.1.2 |
1213 | 2024-12-16T04:19:47.723Z | Compiling spin v0.9.8 |
1214 | 2024-12-16T04:19:47.776Z | Compiling rustls-pki-types v1.8.0 |
1215 | 2024-12-16T04:19:47.980Z | Compiling try-lock v0.2.5 |
1216 | 2024-12-16T04:19:48.107Z | Compiling want v0.3.1 |
1217 | 2024-12-16T04:19:48.422Z | Compiling pkg-config v0.3.31 |
1218 | 2024-12-16T04:19:48.705Z | Compiling httpdate v1.0.3 |
1219 | 2024-12-16T04:19:48.733Z | Compiling slog v2.7.0 |
1220 | 2024-12-16T04:19:49.003Z | Compiling untrusted v0.9.0 |
1221 | 2024-12-16T04:19:49.157Z | Compiling vcpkg v0.2.15 |
1222 | 2024-12-16T04:19:49.160Z | Compiling tower-service v0.3.3 |
1223 | 2024-12-16T04:19:49.222Z | Compiling zeroize v1.8.1 |
1224 | 2024-12-16T04:19:49.274Z | Compiling percent-encoding v2.3.1 |
1225 | 2024-12-16T04:19:49.543Z | Compiling tinyvec_macros v0.1.1 |
1226 | 2024-12-16T04:19:49.598Z | Compiling ring v0.17.8 |
1227 | 2024-12-16T04:19:49.626Z | Compiling tinyvec v1.8.0 |
1228 | 2024-12-16T04:19:49.657Z | Compiling form_urlencoded v1.2.1 |
1229 | 2024-12-16T04:19:49.668Z | Compiling foreign-types-shared v0.1.1 |
1230 | 2024-12-16T04:19:49.695Z | Compiling openssl v0.10.66 |
1231 | 2024-12-16T04:19:49.758Z | Compiling semver v1.0.23 |
1232 | 2024-12-16T04:19:49.983Z | Compiling foreign-types v0.3.2 |
1233 | 2024-12-16T04:19:50.068Z | Compiling unicode-bidi v0.3.15 |
1234 | 2024-12-16T04:19:50.109Z | Compiling native-tls v0.2.12 |
1235 | 2024-12-16T04:19:50.161Z | Compiling rustls v0.23.13 |
1236 | 2024-12-16T04:19:50.336Z | Compiling ucd-trie v0.1.6 |
1237 | 2024-12-16T04:19:50.461Z | Compiling openssl-probe v0.1.5 |
1238 | 2024-12-16T04:19:50.472Z | Compiling typenum v1.17.0 |
1239 | 2024-12-16T04:19:50.828Z | Compiling openssl-sys v0.9.103 |
1240 | 2024-12-16T04:19:50.860Z | Compiling aho-corasick v1.1.3 |
1241 | 2024-12-16T04:19:51.076Z | Compiling generic-array v0.14.7 |
1242 | 2024-12-16T04:19:51.170Z | Compiling unicode-normalization v0.1.24 |
1243 | 2024-12-16T04:19:51.397Z | Compiling encoding_rs v0.8.34 |
1244 | 2024-12-16T04:19:51.587Z | Compiling base64 v0.22.1 |
1245 | 2024-12-16T04:19:51.722Z | Compiling regex-syntax v0.8.4 |
1246 | 2024-12-16T04:19:52.309Z | Compiling idna v0.5.0 |
1247 | 2024-12-16T04:19:52.365Z | Compiling mime v0.3.17 |
1248 | 2024-12-16T04:19:53.112Z | Compiling serde_derive_internals v0.29.1 |
1249 | 2024-12-16T04:19:53.555Z | Compiling url v2.5.2 |
1250 | 2024-12-16T04:19:54.249Z | Compiling rustls-pemfile v2.1.3 |
1251 | 2024-12-16T04:19:55.371Z | Compiling regex-automata v0.4.7 |
1252 | 2024-12-16T04:19:55.704Z | Compiling rustls-webpki v0.102.8 |
1253 | 2024-12-16T04:19:56.290Z | Compiling webpki-roots v0.26.6 |
1254 | 2024-12-16T04:19:56.306Z | Compiling rand_core v0.6.4 |
1255 | 2024-12-16T04:19:56.499Z | Compiling ipnet v2.10.0 |
1256 | 2024-12-16T04:19:57.499Z | Compiling time-core v0.1.2 |
1257 | 2024-12-16T04:19:57.671Z | Compiling powerfmt v0.2.0 |
1258 | 2024-12-16T04:19:57.704Z | Compiling num-conv v0.1.0 |
1259 | 2024-12-16T04:19:57.964Z | Compiling strsim v0.11.1 |
1260 | 2024-12-16T04:19:57.983Z | Compiling serde_derive v1.0.215 |
1261 | 2024-12-16T04:19:57.997Z | Compiling zerocopy-derive v0.7.35 |
1262 | 2024-12-16T04:19:58.059Z | Compiling thiserror-impl v1.0.69 |
1263 | 2024-12-16T04:19:58.163Z | Compiling tokio-macros v2.4.0 |
1264 | 2024-12-16T04:19:59.061Z | Compiling schemars_derive v0.8.21 |
1265 | 2024-12-16T04:19:59.434Z | Compiling futures-macro v0.3.30 |
1266 | 2024-12-16T04:19:59.756Z | Compiling openssl-macros v0.1.1 |
1267 | 2024-12-16T04:20:00.098Z | Compiling zerocopy v0.7.35 |
1268 | 2024-12-16T04:20:01.257Z | Compiling tracing-attributes v0.1.27 |
1269 | 2024-12-16T04:20:01.399Z | Compiling futures-util v0.3.30 |
1270 | 2024-12-16T04:20:02.110Z | Compiling pest v2.7.13 |
1271 | 2024-12-16T04:20:02.203Z | Compiling hashbrown v0.14.5 |
1272 | 2024-12-16T04:20:03.676Z | Compiling regress v0.10.1 |
1273 | 2024-12-16T04:20:04.621Z | Compiling tracing v0.1.40 |
1274 | 2024-12-16T04:20:05.056Z | Compiling pest_meta v2.7.13 |
1275 | 2024-12-16T04:20:05.229Z | Compiling scroll_derive v0.12.0 |
1276 | 2024-12-16T04:20:06.343Z | Compiling winnow v0.6.18 |
1277 | 2024-12-16T04:20:07.418Z | Compiling scroll v0.12.0 |
1278 | 2024-12-16T04:20:07.755Z | Compiling pest_generator v2.7.13 |
1279 | 2024-12-16T04:20:07.979Z | Compiling regex v1.10.6 |
1280 | 2024-12-16T04:20:09.149Z | Compiling time-macros v0.2.18 |
1281 | 2024-12-16T04:20:09.196Z | Compiling deranged v0.3.11 |
1282 | 2024-12-16T04:20:09.533Z | Compiling num_threads v0.1.7 |
1283 | 2024-12-16T04:20:09.654Z | Compiling anyhow v1.0.94 |
1284 | 2024-12-16T04:20:10.041Z | Compiling plain v0.2.3 |
1285 | 2024-12-16T04:20:10.185Z | Compiling goblin v0.8.2 |
1286 | 2024-12-16T04:20:10.199Z | Compiling pest_derive v2.7.13 |
1287 | 2024-12-16T04:20:10.566Z | Compiling ppv-lite86 v0.2.20 |
1288 | 2024-12-16T04:20:10.654Z | Compiling sync_wrapper v1.0.1 |
1289 | 2024-12-16T04:20:10.789Z | Compiling usdt-impl v0.5.0 |
1290 | 2024-12-16T04:20:11.141Z | Compiling pretty-hex v0.4.1 |
1291 | 2024-12-16T04:20:11.182Z | Compiling dtrace-parser v0.2.0 |
1292 | 2024-12-16T04:20:11.336Z | Compiling rand_chacha v0.3.1 |
1293 | 2024-12-16T04:20:11.361Z | Compiling block-buffer v0.10.4 |
1294 | 2024-12-16T04:20:11.565Z | Compiling crypto-common v0.1.6 |
1295 | 2024-12-16T04:20:11.729Z | Compiling bytes v1.7.2 |
1296 | 2024-12-16T04:20:12.120Z | Compiling indexmap v2.5.0 |
1297 | 2024-12-16T04:20:12.287Z | Compiling uuid v1.11.0 |
1298 | 2024-12-16T04:20:12.628Z | Compiling tokio v1.42.0 |
1299 | 2024-12-16T04:20:12.741Z | Compiling http v1.2.0 |
1300 | 2024-12-16T04:20:13.133Z | Compiling serde_tokenstream v0.2.2 |
1301 | 2024-12-16T04:20:13.209Z | Compiling chrono v0.4.38 |
1302 | 2024-12-16T04:20:13.686Z | Compiling toml_datetime v0.6.8 |
1303 | 2024-12-16T04:20:14.252Z | Compiling serde_urlencoded v0.7.1 |
1304 | 2024-12-16T04:20:14.628Z | Compiling http-body v1.0.1 |
1305 | 2024-12-16T04:20:14.789Z | Compiling openapiv3 v2.0.0 |
1306 | 2024-12-16T04:20:14.872Z | Compiling http-body-util v0.1.2 |
1307 | 2024-12-16T04:20:15.313Z | Compiling serde_spanned v0.6.7 |
1308 | 2024-12-16T04:20:15.385Z | Compiling thread-id v4.2.2 |
1309 | 2024-12-16T04:20:15.541Z | Compiling rustversion v1.0.17 |
1310 | 2024-12-16T04:20:15.595Z | Compiling omicron-workspace-hack v0.1.0 |
1311 | 2024-12-16T04:20:16.194Z | Compiling dof v0.3.0 |
1312 | 2024-12-16T04:20:17.306Z | Compiling syn v1.0.109 |
1313 | 2024-12-16T04:20:17.806Z | Compiling typify-impl v0.2.0 |
1314 | 2024-12-16T04:20:17.920Z | Compiling rand v0.8.5 |
1315 | 2024-12-16T04:20:19.232Z | Compiling unsafe-libyaml v0.2.11 |
1316 | 2024-12-16T04:20:21.051Z | Compiling serde_yaml v0.9.34+deprecated |
1317 | 2024-12-16T04:20:21.116Z | Compiling match_cfg v0.1.0 |
1318 | 2024-12-16T04:20:21.203Z | Compiling ident_case v1.0.1 |
1319 | 2024-12-16T04:20:21.379Z | Compiling darling_core v0.20.10 |
1320 | 2024-12-16T04:20:22.273Z | Compiling tokio-util v0.7.12 |
1321 | 2024-12-16T04:20:22.377Z | Compiling tokio-native-tls v0.3.1 |
1322 | 2024-12-16T04:20:22.632Z | Compiling tokio-rustls v0.26.0 |
1323 | 2024-12-16T04:20:23.116Z | Compiling hostname v0.3.1 |
1324 | 2024-12-16T04:20:23.387Z | Compiling h2 v0.4.6 |
1325 | 2024-12-16T04:20:23.718Z | Compiling dirs-sys-next v0.1.2 |
1326 | 2024-12-16T04:20:24.483Z | Compiling errno v0.3.9 |
1327 | 2024-12-16T04:20:24.695Z | Compiling thread_local v1.1.8 |
1328 | 2024-12-16T04:20:24.712Z | Compiling cpufeatures v0.2.14 |
1329 | 2024-12-16T04:20:24.802Z | Compiling paste v1.0.15 |
1330 | 2024-12-16T04:20:25.320Z | Compiling camino v1.1.9 |
1331 | 2024-12-16T04:20:25.396Z | Compiling dirs-next v2.0.0 |
1332 | 2024-12-16T04:20:25.591Z | Compiling usdt-macro v0.5.0 |
1333 | 2024-12-16T04:20:25.968Z | Compiling usdt-attr-macro v0.5.0 |
1334 | 2024-12-16T04:20:27.444Z | Compiling darling_macro v0.20.10 |
1335 | 2024-12-16T04:20:27.709Z | Compiling futures-executor v0.3.30 |
1336 | 2024-12-16T04:20:28.177Z | Compiling hyper v1.5.1 |
1337 | 2024-12-16T04:20:28.360Z | Compiling async-trait v0.1.83 |
1338 | 2024-12-16T04:20:28.419Z | Compiling memmap v0.7.0 |
1339 | 2024-12-16T04:20:28.819Z | Compiling rustls v0.22.4 |
1340 | 2024-12-16T04:20:29.121Z | Compiling slog-async v2.8.0 |
1341 | 2024-12-16T04:20:29.691Z | Compiling darling v0.20.10 |
1342 | 2024-12-16T04:20:29.797Z | Compiling futures v0.3.30 |
1343 | 2024-12-16T04:20:30.855Z | Compiling hyper-util v0.1.10 |
1344 | 2024-12-16T04:20:30.995Z | Compiling term v0.7.0 |
1345 | 2024-12-16T04:20:31.705Z | Compiling is-terminal v0.4.13 |
1346 | 2024-12-16T04:20:31.826Z | Compiling multer v3.1.0 |
1347 | 2024-12-16T04:20:32.103Z | Compiling instant v0.1.13 |
1348 | 2024-12-16T04:20:32.154Z | Compiling take_mut v0.2.2 |
1349 | 2024-12-16T04:20:32.300Z | Compiling serde_with_macros v3.9.0 |
1350 | 2024-12-16T04:20:32.557Z | Compiling strum_macros v0.26.4 |
1351 | 2024-12-16T04:20:32.864Z | Compiling ipnetwork v0.20.0 |
1352 | 2024-12-16T04:20:32.928Z | Compiling structmeta-derive v0.3.0 |
1353 | 2024-12-16T04:20:33.854Z | Compiling async-stream-impl v0.3.5 |
1354 | 2024-12-16T04:20:33.941Z | Compiling dropshot v0.12.0 |
1355 | 2024-12-16T04:20:34.100Z | Compiling debug-ignore v1.0.5 |
1356 | 2024-12-16T04:20:34.234Z | Compiling crossbeam-utils v0.8.20 |
1357 | 2024-12-16T04:20:34.333Z | Compiling hyper-rustls v0.27.3 |
1358 | 2024-12-16T04:20:34.798Z | Compiling hyper-tls v0.6.0 |
1359 | 2024-12-16T04:20:35.031Z | Compiling serde_with v3.9.0 |
1360 | 2024-12-16T04:20:35.194Z | Compiling async-stream v0.3.5 |
1361 | 2024-12-16T04:20:35.594Z | Compiling dropshot_endpoint v0.12.0 |
1362 | 2024-12-16T04:20:35.642Z | Compiling structmeta v0.3.0 |
1363 | 2024-12-16T04:20:36.026Z | Compiling serde_path_to_error v0.1.16 |
1364 | 2024-12-16T04:20:36.281Z | Compiling waitgroup v0.1.2 |
1365 | 2024-12-16T04:20:36.520Z | Compiling hostname v0.4.0 |
1366 | 2024-12-16T04:20:36.777Z | Compiling tokio-rustls v0.25.0 |
1367 | 2024-12-16T04:20:36.945Z | Compiling parse-display-derive v0.10.0 |
1368 | 2024-12-16T04:20:37.184Z | Compiling reqwest v0.12.9 |
1369 | 2024-12-16T04:20:37.249Z | Compiling strum v0.26.3 |
1370 | 2024-12-16T04:20:38.832Z | Compiling time v0.3.36 |
1371 | 2024-12-16T04:20:38.899Z | Compiling digest v0.10.7 |
1372 | 2024-12-16T04:20:39.294Z | Compiling hex v0.4.3 |
1373 | 2024-12-16T04:20:39.817Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1374 | 2024-12-16T04:20:39.925Z | Compiling rustix v0.38.37 |
1375 | 2024-12-16T04:20:40.699Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1376 | 2024-12-16T04:20:40.758Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1377 | 2024-12-16T04:20:40.873Z | Compiling progenitor-client v0.8.0 |
1378 | 2024-12-16T04:20:40.906Z | Compiling backoff v0.4.0 |
1379 | 2024-12-16T04:20:41.280Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1380 | 2024-12-16T04:20:41.338Z | Compiling macaddr v1.0.1 |
1381 | 2024-12-16T04:20:41.497Z | Compiling parse-display v0.10.0 |
1382 | 2024-12-16T04:20:41.798Z | Compiling regress v0.9.1 |
1383 | 2024-12-16T04:20:42.079Z | Compiling utf8parse v0.2.2 |
1384 | 2024-12-16T04:20:42.228Z | Compiling anstyle-parse v0.2.5 |
1385 | 2024-12-16T04:20:42.558Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1386 | 2024-12-16T04:20:43.453Z | Compiling typify-macro v0.2.0 |
1387 | 2024-12-16T04:20:44.599Z | Compiling unicode-width v0.1.14 |
1388 | 2024-12-16T04:20:44.881Z | Compiling lazy_static v1.5.0 |
1389 | 2024-12-16T04:20:45.003Z | Compiling is_terminal_polyfill v1.70.1 |
1390 | 2024-12-16T04:20:45.122Z | Compiling anstyle-query v1.1.1 |
1391 | 2024-12-16T04:20:45.125Z | Compiling anstyle v1.0.10 |
1392 | 2024-12-16T04:20:45.343Z | Compiling colorchoice v1.0.2 |
1393 | 2024-12-16T04:20:45.501Z | Compiling anstream v0.6.15 |
1394 | 2024-12-16T04:20:45.513Z | Compiling usdt v0.5.0 |
1395 | 2024-12-16T04:20:45.596Z | Compiling slog-json v2.6.1 |
1396 | 2024-12-16T04:20:45.981Z | Compiling crossbeam-channel v0.5.13 |
1397 | 2024-12-16T04:20:46.112Z | Compiling toml_edit v0.22.21 |
1398 | 2024-12-16T04:20:46.337Z | Compiling clap_lex v0.7.4 |
1399 | 2024-12-16T04:20:47.145Z | Compiling slog-bunyan v2.5.0 |
1400 | 2024-12-16T04:20:47.351Z | Compiling slog-term v2.9.1 |
1401 | 2024-12-16T04:20:47.375Z | Compiling sha1 v0.10.6 |
1402 | 2024-12-16T04:20:47.764Z | Compiling newtype-uuid v1.1.0 |
1403 | 2024-12-16T04:20:48.065Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1404 | 2024-12-16T04:20:48.369Z | Compiling typify v0.2.0 |
1405 | 2024-12-16T04:20:48.430Z | Compiling winnow v0.5.40 |
1406 | 2024-12-16T04:20:48.500Z | Compiling progenitor-impl v0.8.0 |
1407 | 2024-12-16T04:20:48.776Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1408 | 2024-12-16T04:20:49.105Z | Compiling clap_derive v4.5.18 |
1409 | 2024-12-16T04:20:49.969Z | Compiling toml v0.8.19 |
1410 | 2024-12-16T04:20:52.316Z | Compiling toml_edit v0.19.15 |
1411 | 2024-12-16T04:20:53.879Z | Compiling heapless v0.8.0 |
1412 | 2024-12-16T04:20:55.846Z | Compiling proc-macro-crate v1.3.1 |
1413 | 2024-12-16T04:20:56.781Z | Compiling hash32 v0.3.1 |
1414 | 2024-12-16T04:20:56.980Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1415 | 2024-12-16T04:20:57.024Z | Compiling smoltcp v0.11.0 |
1416 | 2024-12-16T04:20:57.289Z | Compiling stable_deref_trait v1.2.0 |
1417 | 2024-12-16T04:20:57.458Z | Compiling terminal_size v0.4.0 |
1418 | 2024-12-16T04:20:57.691Z | Compiling foreign-types-macros v0.2.3 |
1419 | 2024-12-16T04:20:58.456Z | Compiling proc-macro-error-attr v1.0.4 |
1420 | 2024-12-16T04:20:58.469Z | Compiling num_enum_derive v0.5.11 |
1421 | 2024-12-16T04:20:58.786Z | Compiling cobs v0.2.3 |
1422 | 2024-12-16T04:20:59.044Z | Compiling bitflags v1.3.2 |
1423 | 2024-12-16T04:20:59.085Z | Compiling managed v0.8.0 |
1424 | 2024-12-16T04:20:59.231Z | Compiling progenitor-macro v0.8.0 |
1425 | 2024-12-16T04:20:59.267Z | Compiling either v1.13.0 |
1426 | 2024-12-16T04:20:59.511Z | Compiling foreign-types-shared v0.3.1 |
1427 | 2024-12-16T04:20:59.619Z | Compiling heck v0.4.1 |
1428 | 2024-12-16T04:20:59.674Z | Compiling foreign-types v0.5.0 |
1429 | 2024-12-16T04:20:59.777Z | Compiling postcard v1.0.10 |
1430 | 2024-12-16T04:21:00.103Z | Compiling clap_builder v4.5.23 |
1431 | 2024-12-16T04:21:00.812Z | Compiling num_enum v0.5.11 |
1432 | 2024-12-16T04:21:01.051Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1433 | 2024-12-16T04:21:01.317Z | Compiling num-integer v0.1.46 |
1434 | 2024-12-16T04:21:01.959Z | Compiling cstr-argument v0.1.2 |
1435 | 2024-12-16T04:21:02.081Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1436 | 2024-12-16T04:21:02.230Z | Compiling proc-macro-error v1.0.4 |
1437 | 2024-12-16T04:21:02.415Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1438 | 2024-12-16T04:21:02.549Z | Compiling fastrand v2.1.1 |
1439 | 2024-12-16T04:21:02.571Z | Compiling float-ord v0.3.2 |
1440 | 2024-12-16T04:21:02.721Z | Compiling pretty-hex v0.2.1 |
1441 | 2024-12-16T04:21:02.899Z | Compiling tempfile v3.12.0 |
1442 | 2024-12-16T04:21:03.155Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1443 | 2024-12-16T04:21:03.886Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1444 | 2024-12-16T04:21:04.285Z | Compiling clap v4.5.23 |
1445 | 2024-12-16T04:21:04.529Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1446 | 2024-12-16T04:21:04.543Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1447 | 2024-12-16T04:21:05.189Z | Compiling tabwriter v1.4.0 |
1448 | 2024-12-16T04:21:05.418Z | Compiling colored v2.2.0 |
1449 | 2024-12-16T04:21:05.642Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1450 | 2024-12-16T04:21:05.685Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1451 | 2024-12-16T04:21:05.997Z | Compiling crucible-workspace-hack v0.1.0 |
1452 | 2024-12-16T04:21:06.634Z | Compiling num-rational v0.4.2 |
1453 | 2024-12-16T04:21:06.822Z | Compiling num-iter v0.1.45 |
1454 | 2024-12-16T04:21:07.202Z | Compiling num-complex v0.4.6 |
1455 | 2024-12-16T04:21:07.248Z | Compiling unicode-segmentation v1.12.0 |
1456 | 2024-12-16T04:21:07.427Z | Compiling semver v0.1.20 |
1457 | 2024-12-16T04:21:07.811Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1458 | 2024-12-16T04:21:07.998Z | Compiling prettyplease v0.2.22 |
1459 | 2024-12-16T04:21:08.170Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1460 | 2024-12-16T04:21:08.173Z | Compiling newline-converter v0.3.0 |
1461 | 2024-12-16T04:21:08.315Z | Compiling num v0.4.3 |
1462 | 2024-12-16T04:21:08.325Z | Compiling rustc_version v0.1.7 |
1463 | 2024-12-16T04:21:08.527Z | Compiling zone_cfg_derive v0.3.0 |
1464 | 2024-12-16T04:21:09.902Z | Compiling camino-tempfile v1.1.1 |
1465 | 2024-12-16T04:21:11.418Z | Compiling itertools v0.10.5 |
1466 | 2024-12-16T04:21:11.421Z | Compiling console v0.15.8 |
1467 | 2024-12-16T04:21:11.490Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1468 | 2024-12-16T04:21:12.188Z | Compiling num-derive v0.4.2 |
1469 | 2024-12-16T04:21:12.256Z | Compiling sigpipe v0.1.3 |
1470 | 2024-12-16T04:21:12.313Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1471 | 2024-12-16T04:21:12.365Z | Compiling base64ct v1.6.0 |
1472 | 2024-12-16T04:21:12.623Z | Compiling similar v2.6.0 |
1473 | 2024-12-16T04:21:12.984Z | Compiling password-hash v0.5.0 |
1474 | 2024-12-16T04:21:13.266Z | Compiling zone v0.3.0 |
1475 | 2024-12-16T04:21:13.363Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1476 | 2024-12-16T04:21:13.942Z | Compiling expectorate v1.1.0 |
1477 | 2024-12-16T04:21:14.142Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1478 | 2024-12-16T04:21:14.496Z | Compiling progenitor v0.8.0 |
1479 | 2024-12-16T04:21:14.664Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1480 | 2024-12-16T04:21:14.706Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1481 | 2024-12-16T04:21:14.801Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1482 | 2024-12-16T04:21:15.379Z | Compiling newtype_derive v0.1.6 |
1483 | 2024-12-16T04:21:15.718Z | Compiling blake2 v0.10.6 |
1484 | 2024-12-16T04:21:15.821Z | Compiling hubpack_derive v0.1.1 |
1485 | 2024-12-16T04:21:16.426Z | Compiling smf v0.2.3 |
1486 | 2024-12-16T04:21:16.781Z | Compiling zerocopy-derive v0.6.6 |
1487 | 2024-12-16T04:21:17.512Z | Compiling whoami v1.5.2 |
1488 | 2024-12-16T04:21:17.633Z | Compiling fixedbitset v0.4.2 |
1489 | 2024-12-16T04:21:18.116Z | Compiling cancel-safe-futures v0.1.5 |
1490 | 2024-12-16T04:21:18.144Z | Compiling owo-colors v4.1.0 |
1491 | 2024-12-16T04:21:18.256Z | Compiling petgraph v0.6.5 |
1492 | 2024-12-16T04:21:18.270Z | Compiling hubpack v0.1.2 |
1493 | 2024-12-16T04:21:18.486Z | Compiling argon2 v0.5.3 |
1494 | 2024-12-16T04:21:18.732Z | Compiling strum_macros v0.25.3 |
1495 | 2024-12-16T04:21:18.795Z | Compiling zerocopy v0.6.6 |
1496 | 2024-12-16T04:21:19.632Z | Compiling serde-big-array v0.5.1 |
1497 | 2024-12-16T04:21:19.852Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1498 | 2024-12-16T04:21:19.896Z | Compiling serde_repr v0.1.19 |
1499 | 2024-12-16T04:21:22.263Z | Compiling cookie v0.18.1 |
1500 | 2024-12-16T04:21:22.543Z | Compiling convert_case v0.4.0 |
1501 | 2024-12-16T04:21:22.590Z | Compiling static_assertions v1.1.0 |
1502 | 2024-12-16T04:21:22.686Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1503 | 2024-12-16T04:21:23.305Z | Compiling derive_more v0.99.18 |
1504 | 2024-12-16T04:21:23.316Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1505 | 2024-12-16T04:21:24.037Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1506 | 2024-12-16T04:21:26.538Z | Compiling atomicwrites v0.4.4 |
1507 | 2024-12-16T04:21:26.645Z | Compiling itertools v0.13.0 |
1508 | 2024-12-16T04:21:26.657Z | Compiling libsw v3.3.1 |
1509 | 2024-12-16T04:21:26.919Z | Compiling derive-where v1.2.7 |
1510 | 2024-12-16T04:21:26.967Z | Compiling enum-as-inner v0.6.1 |
1511 | 2024-12-16T04:21:28.174Z | Compiling idna v0.4.0 |
1512 | 2024-12-16T04:21:29.898Z | Compiling swrite v0.1.0 |
1513 | 2024-12-16T04:21:29.942Z | Compiling data-encoding v2.6.0 |
1514 | 2024-12-16T04:21:30.019Z | Compiling indent_write v2.2.0 |
1515 | 2024-12-16T04:21:30.072Z | Compiling quick-error v1.2.3 |
1516 | 2024-12-16T04:21:30.090Z | Compiling highway v1.2.0 |
1517 | 2024-12-16T04:21:30.101Z | Compiling linked-hash-map v0.5.6 |
1518 | 2024-12-16T04:21:30.214Z | Compiling linear-map v1.2.0 |
1519 | 2024-12-16T04:21:30.248Z | Compiling resolv-conf v0.7.0 |
1520 | 2024-12-16T04:21:30.265Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1521 | 2024-12-16T04:21:30.511Z | Compiling lru-cache v0.1.2 |
1522 | 2024-12-16T04:21:30.590Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1523 | 2024-12-16T04:21:30.694Z | Compiling hickory-proto v0.24.1 |
1524 | 2024-12-16T04:21:30.997Z | Compiling steno v0.4.1 |
1525 | 2024-12-16T04:21:32.430Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1526 | 2024-12-16T04:21:37.305Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1527 | 2024-12-16T04:21:40.198Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1528 | 2024-12-16T04:21:41.057Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1529 | 2024-12-16T04:21:41.162Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1530 | 2024-12-16T04:21:41.180Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-12-16T04:21:42.259Z | Compiling slog-dtrace v0.3.0 |
1532 | 2024-12-16T04:21:42.594Z | Compiling parking_lot_core v0.8.6 |
1533 | 2024-12-16T04:21:43.052Z | Compiling humantime v2.1.0 |
1534 | 2024-12-16T04:21:43.508Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1535 | 2024-12-16T04:21:43.612Z | Compiling hickory-resolver v0.24.1 |
1536 | 2024-12-16T04:21:45.108Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1537 | 2024-12-16T04:21:45.734Z | Compiling num-derive v0.3.3 |
1538 | 2024-12-16T04:21:46.212Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-12-16T04:21:46.491Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1540 | 2024-12-16T04:21:46.710Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1541 | 2024-12-16T04:21:47.430Z | Compiling half v2.4.1 |
1542 | 2024-12-16T04:21:47.885Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1543 | 2024-12-16T04:21:48.002Z | Compiling ciborium-io v0.2.2 |
1544 | 2024-12-16T04:21:48.106Z | Compiling ciborium-ll v0.2.2 |
1545 | 2024-12-16T04:21:48.118Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1546 | 2024-12-16T04:21:48.128Z | Compiling parking_lot v0.11.2 |
1547 | 2024-12-16T04:21:48.558Z | Compiling proc-macro-crate v3.2.0 |
1548 | 2024-12-16T04:21:49.117Z | Compiling crossbeam-epoch v0.9.18 |
1549 | 2024-12-16T04:21:49.208Z | Compiling fxhash v0.2.1 |
1550 | 2024-12-16T04:21:49.416Z | Compiling crc32fast v1.4.2 |
1551 | 2024-12-16T04:21:49.665Z | Compiling num_enum_derive v0.7.3 |
1552 | 2024-12-16T04:21:49.761Z | Compiling sled v0.34.7 |
1553 | 2024-12-16T04:21:49.953Z | Compiling ciborium v0.2.2 |
1554 | 2024-12-16T04:21:50.425Z | Compiling yansi v1.0.1 |
1555 | 2024-12-16T04:21:51.289Z | Compiling diff v0.1.13 |
1556 | 2024-12-16T04:21:51.618Z | Compiling pretty_assertions v1.4.1 |
1557 | 2024-12-16T04:21:52.211Z | Compiling num_enum v0.7.3 |
1558 | 2024-12-16T04:21:58.872Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1559 | 2024-12-16T04:21:58.872Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1560 | 2024-12-16T04:22:05.027Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1561 | 2024-12-16T04:22:06.191Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1562 | 2024-12-16T04:22:07.549Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1563 | 2024-12-16T04:22:09.670Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1564 | 2024-12-16T04:22:30.167Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 47s |
1565 | 2024-12-16T04:22:30.364Z | ──────────── |
1566 | 2024-12-16T04:22:30.364Z | Nextest run ID cea62ee8-ab61-487b-8d39-d934b98411b7 with nextest profile: default |
1567 | 2024-12-16T04:22:30.364Z | Starting 2 tests across 1 binary |
1568 | 2024-12-16T04:22:30.368Z | START bfd test::test_new_daemon |
1569 | 2024-12-16T04:22:30.376Z | |
1570 | 2024-12-16T04:22:30.376Z | running 1 test |
1571 | 2024-12-16T04:22:30.445Z | {"msg":"send: sending on a closed channel","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok |
1572 | 2024-12-16T04:22:30.445Z | |
1573 | 2024-12-16T04:22:30.445Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s |
1574 | 2024-12-16T04:22:30.445Z | |
1575 | 2024-12-16T04:22:30.452Z | PASS [ 0.086s] bfd test::test_new_daemon |
1576 | 2024-12-16T04:22:30.454Z | START bfd test::test_protocol_basics |
1577 | 2024-12-16T04:22:30.465Z | ,"time":"2024-12-16T04:22:29.069269199Z" |
1578 | 2024-12-16T04:22:30.466Z | running 1 test |
1579 | 2024-12-16T04:22:30.536Z | {{"msg":""msg":"[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 384135113, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1409640964, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":,"v":00,"name,":""slog-rsname"":"slog-rs","level",":level":1010,"time":"2024-12-16T04:22:29.160271954Z","time":"2024-12-16T04:22:29.160271854Z",","hostname"hostname"::""w-01JF6TTBBM7JC713E4TKWPVYMAw-01JF6TTBBM7JC713E4TKWPVYMA"","pid",":pid":32313231} |
1580 | 2024-12-16T04:22:30.536Z | } |
1581 | 2024-12-16T04:22:30.536Z | {"{msg":"transition -> Init",""v"msg:":0","transition -> Init"name":","slog-rsv"":,"0level":,"name"30:"slog-rs","level":30,"time":"2024-12-16T04:22:29.160637528Z","hostname":",w-01JF6TTBBM7JC713E4TKWPVYMA"","timepid":"":32312024-12-16T04:22:29.160639438Z","hostname,"":"peer":"w-01JF6TTBBM7JC713E4TKWPVYMA"203.0.113.20",,""pid":state":"3231Down"} |
1582 | 2024-12-16T04:22:30.536Z | ,"peer":"203.0.113.10","state":"Down"} |
1583 | 2024-12-16T04:22:31.533Z | {"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1409640964, your_discriminator: 384135113, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-16T04:22:30.157073286Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231} |
1584 | 2024-12-16T04:22:31.533Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-12-16T04:22:30.157146619Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231,"peer":"203.0.113.20","state":"Init"} |
1585 | 2024-12-16T04:22:31.536Z | {"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 384135113, your_discriminator: 1409640964, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-16T04:22:30.160085884Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231} |
1586 | 2024-12-16T04:22:31.536Z | {"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-12-16T04:22:30.160130649Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231,"peer":"203.0.113.10","state":"Init"} |
1587 | 2024-12-16T04:22:36.534Z | {"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1409640964, your_discriminator: 384135113, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-16T04:22:35.157117532Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231} |
1588 | 2024-12-16T04:22:36.537Z | {"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 384135113, your_discriminator: 1409640964, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-12-16T04:22:35.160256158Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231} |
1589 | 2024-12-16T04:22:40.537Z | {"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2024-12-16T04:22:39.160226669Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231,"}time |
1590 | 2024-12-16T04:22:40.537Z | ":"2024-12-16T04:22:39.160253936Z","hostname":"w-01JF6TTBBM7JC713E4TKWPVYMA","pid":3231} |
1591 | 2024-12-16T04:22:40.540Z | test test::test_protocol_basics ... ok |
1592 | 2024-12-16T04:22:40.540Z | |
1593 | 2024-12-16T04:22:40.540Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s |
1594 | 2024-12-16T04:22:40.541Z | |
1595 | 2024-12-16T04:22:40.546Z | PASS [ 10.093s] bfd test::test_protocol_basics |
1596 | 2024-12-16T04:22:40.549Z | ──────────── |
1597 | 2024-12-16T04:22:40.549Z | Summary [ 10.181s] 2 tests run: 2 passed, 0 skipped |
1598 | 2024-12-16T04:22:40.564Z | process exited: duration 374997 ms, exit code 0 |
|
1599 | 2024-12-16T04:22:40.570Z | found 0 output files |