|
|
|
1 | 2024-12-28T04:14:22.328Z | job assigned to worker 01JG5QG12MGPG2MHZDXVS6319Q [factory aws, i-04e3337232a68c8ac] (queued for 1 m 0 s) |
|
2 | 2024-12-28T04:14:31.110Z | starting task 0: "setup" |
3 | 2024-12-28T04:14:31.122Z | ++ uname -s |
4 | 2024-12-28T04:14:31.124Z | + kern=SunOS |
5 | 2024-12-28T04:14:31.125Z | + case "$kern" in |
6 | 2024-12-28T04:14:31.125Z | + groupadd -g 12345 build |
7 | 2024-12-28T04:14:31.127Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-28T04:14:33.135Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-28T04:14:33.281Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-28T04:14:33.283Z | + home_fs=zfs |
11 | 2024-12-28T04:14:33.284Z | + [[ zfs == autofs ]] |
12 | 2024-12-28T04:14:33.284Z | + mkdir -p /home/build |
13 | 2024-12-28T04:14:33.286Z | + chown build:build /home/build /work |
14 | 2024-12-28T04:14:35.288Z | + chmod 0700 /home/build /work |
15 | 2024-12-28T04:14:35.290Z | process exited: duration 4180 ms, exit code 0 |
|
16 | 2024-12-28T04:14:35.296Z | starting task 1: "rust-toolchain" |
17 | 2024-12-28T04:14:35.302Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-28T04:14:35.302Z | ' stable |
19 | 2024-12-28T04:14:35.302Z | * toolchain channel = "stable" |
20 | 2024-12-28T04:14:35.304Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-28T04:14:35.305Z | * toolchain profile = "default" |
22 | 2024-12-28T04:14:35.305Z | ' default |
23 | 2024-12-28T04:14:35.305Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-28T04:14:35.305Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-12-28T04:14:35.424Z | info: downloading installer |
26 | 2024-12-28T04:14:36.917Z | info: profile set to 'default' |
27 | 2024-12-28T04:14:36.917Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-28T04:14:36.920Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-12-28T04:14:37.070Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-12-28T04:14:37.070Z | info: downloading component 'cargo' |
31 | 2024-12-28T04:14:37.929Z | info: downloading component 'clippy' |
32 | 2024-12-28T04:14:38.256Z | info: downloading component 'rust-docs' |
33 | 2024-12-28T04:14:39.457Z | info: downloading component 'rust-std' |
34 | 2024-12-28T04:14:41.189Z | info: downloading component 'rustc' |
35 | 2024-12-28T04:14:47.737Z | info: downloading component 'rustfmt' |
36 | 2024-12-28T04:14:47.988Z | info: installing component 'cargo' |
37 | 2024-12-28T04:14:48.813Z | info: installing component 'clippy' |
38 | 2024-12-28T04:14:49.189Z | info: installing component 'rust-docs' |
39 | 2024-12-28T04:14:50.895Z | info: installing component 'rust-std' |
40 | 2024-12-28T04:14:52.569Z | info: installing component 'rustc' |
41 | 2024-12-28T04:14:58.300Z | info: installing component 'rustfmt' |
42 | 2024-12-28T04:14:58.633Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-12-28T04:14:58.633Z | |
44 | 2024-12-28T04:14:59.002Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-12-28T04:14:59.002Z | |
46 | 2024-12-28T04:14:59.005Z | |
47 | 2024-12-28T04:14:59.005Z | Rust is installed now. Great! |
48 | 2024-12-28T04:14:59.005Z | |
49 | 2024-12-28T04:14:59.005Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-28T04:14:59.005Z | environment variable. This has not been done automatically. |
51 | 2024-12-28T04:14:59.005Z | |
52 | 2024-12-28T04:14:59.005Z | To configure your current shell, you need to source |
53 | 2024-12-28T04:14:59.005Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-28T04:14:59.005Z | |
55 | 2024-12-28T04:14:59.005Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-28T04:14:59.005Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-28T04:14:59.005Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-28T04:14:59.078Z | + rustc --version |
59 | 2024-12-28T04:14:59.147Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-12-28T04:14:59.150Z | process exited: duration 23852 ms, exit code 0 |
|
61 | 2024-12-28T04:14:59.157Z | starting task 2: "authentication" |
62 | 2024-12-28T04:14:59.176Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-28T04:14:59.182Z | starting task 3: "clone repository" |
64 | 2024-12-28T04:14:59.187Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-12-28T04:14:59.190Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-12-28T04:14:59.945Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-12-28T04:15:00.829Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-12-28T04:15:00.829Z | + git fetch origin 09bbcb2812149526743d90a59ad50fe551b7223f |
69 | 2024-12-28T04:15:01.093Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-12-28T04:15:01.093Z | * branch 09bbcb2812149526743d90a59ad50fe551b7223f -> FETCH_HEAD |
71 | 2024-12-28T04:15:01.100Z | + [[ -n renovate/serde-monorepo ]] |
72 | 2024-12-28T04:15:01.102Z | ++ git branch --show-current |
73 | 2024-12-28T04:15:01.105Z | + current=main |
74 | 2024-12-28T04:15:01.105Z | + [[ main != renovate/serde-monorepo ]] |
75 | 2024-12-28T04:15:01.105Z | + git branch -f renovate/serde-monorepo 09bbcb2812149526743d90a59ad50fe551b7223f |
76 | 2024-12-28T04:15:01.107Z | + git checkout -f renovate/serde-monorepo |
77 | 2024-12-28T04:15:01.122Z | Switched to branch 'renovate/serde-monorepo' |
78 | 2024-12-28T04:15:01.124Z | + git reset --hard 09bbcb2812149526743d90a59ad50fe551b7223f |
79 | 2024-12-28T04:15:01.137Z | HEAD is now at 09bbcb2 Update Rust crate serde to 1.0.217 |
80 | 2024-12-28T04:15:01.139Z | process exited: duration 1955 ms, exit code 0 |
|
81 | 2024-12-28T04:15:01.147Z | starting task 4: "build" |
82 | 2024-12-28T04:15:01.150Z | + set -e |
83 | 2024-12-28T04:15:01.150Z | + cargo --version |
84 | 2024-12-28T04:15:01.155Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-12-28T04:15:01.298Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-12-28T04:15:01.298Z | info: downloading component 'cargo' |
87 | 2024-12-28T04:15:02.011Z | info: downloading component 'clippy' |
88 | 2024-12-28T04:15:02.274Z | info: downloading component 'rust-docs' |
89 | 2024-12-28T04:15:03.277Z | info: downloading component 'rust-std' |
90 | 2024-12-28T04:15:04.811Z | info: downloading component 'rustc' |
91 | 2024-12-28T04:15:10.318Z | info: downloading component 'rustfmt' |
92 | 2024-12-28T04:15:10.531Z | info: installing component 'cargo' |
93 | 2024-12-28T04:15:11.339Z | info: installing component 'clippy' |
94 | 2024-12-28T04:15:11.698Z | info: installing component 'rust-docs' |
95 | 2024-12-28T04:15:13.231Z | info: installing component 'rust-std' |
96 | 2024-12-28T04:15:14.976Z | info: installing component 'rustc' |
97 | 2024-12-28T04:15:20.741Z | info: installing component 'rustfmt' |
98 | 2024-12-28T04:15:21.147Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-12-28T04:15:21.153Z | + rustc --version |
100 | 2024-12-28T04:15:21.227Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-12-28T04:15:21.240Z | + cargo install cargo-nextest |
102 | 2024-12-28T04:15:21.314Z | Updating crates.io index |
103 | 2024-12-28T04:15:21.410Z | Downloading crates ... |
104 | 2024-12-28T04:15:21.486Z | Downloaded cargo-nextest v0.9.87 |
105 | 2024-12-28T04:15:21.527Z | Installing cargo-nextest v0.9.87 |
106 | 2024-12-28T04:15:21.616Z | Updating crates.io index |
107 | 2024-12-28T04:15:22.757Z | Locking 363 packages to latest compatible versions |
108 | 2024-12-28T04:15:22.767Z | Adding addr2line v0.21.0 (latest: v0.24.2) |
109 | 2024-12-28T04:15:22.767Z | Adding backtrace v0.3.71 (latest: v0.3.74) |
110 | 2024-12-28T04:15:22.767Z | Adding base64 v0.21.7 (latest: v0.22.1) |
111 | 2024-12-28T04:15:22.767Z | Adding config v0.14.1 (latest: v0.15.4) |
112 | 2024-12-28T04:15:22.767Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
113 | 2024-12-28T04:15:22.767Z | Adding fixedbitset v0.4.2 (latest: v0.5.7) |
114 | 2024-12-28T04:15:22.767Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
115 | 2024-12-28T04:15:22.767Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
116 | 2024-12-28T04:15:22.767Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
117 | 2024-12-28T04:15:22.767Z | Adding gimli v0.28.1 (latest: v0.31.1) |
118 | 2024-12-28T04:15:22.767Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
119 | 2024-12-28T04:15:22.767Z | Adding miniz_oxide v0.7.4 (latest: v0.8.2) |
120 | 2024-12-28T04:15:22.791Z | Adding object v0.32.2 (latest: v0.36.7) |
121 | 2024-12-28T04:15:22.791Z | Adding owo-colors v3.5.0 (latest: v4.1.0) |
122 | 2024-12-28T04:15:22.791Z | Adding quick-xml v0.23.1 (latest: v0.37.1) |
123 | 2024-12-28T04:15:22.824Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
124 | 2024-12-28T04:15:22.824Z | Adding target-lexicon v0.12.16 (latest: v0.13.1) |
125 | 2024-12-28T04:15:22.824Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
126 | 2024-12-28T04:15:22.824Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
127 | 2024-12-28T04:15:22.824Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
128 | 2024-12-28T04:15:22.824Z | Adding unicode-width v0.1.14 (latest: v0.2.0) |
129 | 2024-12-28T04:15:22.824Z | Adding vte v0.11.1 (latest: v0.13.0) |
130 | 2024-12-28T04:15:22.824Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-28T04:15:22.824Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-28T04:15:22.824Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-28T04:15:22.824Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-28T04:15:22.825Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-28T04:15:22.825Z | Adding windows-sys v0.42.0 (latest: v0.59.0) |
136 | 2024-12-28T04:15:22.825Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-12-28T04:15:22.825Z | Adding windows_aarch64_gnullvm v0.42.2 (latest: v0.52.6) |
138 | 2024-12-28T04:15:22.825Z | Adding windows_aarch64_msvc v0.42.2 (latest: v0.52.6) |
139 | 2024-12-28T04:15:22.825Z | Adding windows_i686_gnu v0.42.2 (latest: v0.52.6) |
140 | 2024-12-28T04:15:22.825Z | Adding windows_i686_msvc v0.42.2 (latest: v0.52.6) |
141 | 2024-12-28T04:15:22.825Z | Adding windows_x86_64_gnu v0.42.2 (latest: v0.52.6) |
142 | 2024-12-28T04:15:22.825Z | Adding windows_x86_64_gnullvm v0.42.2 (latest: v0.52.6) |
143 | 2024-12-28T04:15:22.825Z | Adding windows_x86_64_msvc v0.42.2 (latest: v0.52.6) |
144 | 2024-12-28T04:15:22.826Z | Adding writeable v0.5.5 (latest: v0.6.0) |
145 | 2024-12-28T04:15:22.826Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
146 | 2024-12-28T04:15:22.826Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
147 | 2024-12-28T04:15:22.826Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
148 | 2024-12-28T04:15:22.826Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
149 | 2024-12-28T04:15:22.826Z | Downloading crates ... |
150 | 2024-12-28T04:15:22.867Z | Downloaded adler2 v2.0.0 |
151 | 2024-12-28T04:15:22.875Z | Downloaded backtrace-ext v0.2.1 |
152 | 2024-12-28T04:15:22.875Z | Downloaded autocfg v1.4.0 |
153 | 2024-12-28T04:15:22.875Z | Downloaded async-scoped v0.9.0 |
154 | 2024-12-28T04:15:22.875Z | Downloaded atomicwrites v0.4.4 |
155 | 2024-12-28T04:15:22.875Z | Downloaded adler v1.0.2 |
156 | 2024-12-28T04:15:22.909Z | Downloaded foreign-types v0.3.2 |
157 | 2024-12-28T04:15:22.909Z | Downloaded cfg_aliases v0.2.1 |
158 | 2024-12-28T04:15:22.909Z | Downloaded signature v2.2.0 |
159 | 2024-12-28T04:15:22.909Z | Downloaded serde_path_to_error v0.1.16 |
160 | 2024-12-28T04:15:22.934Z | Downloaded sharded-slab v0.1.7 |
161 | 2024-12-28T04:15:22.934Z | Downloaded swrite v0.1.0 |
162 | 2024-12-28T04:15:22.934Z | Downloaded http-body v1.0.1 |
163 | 2024-12-28T04:15:22.934Z | Downloaded tinyvec_macros v0.1.1 |
164 | 2024-12-28T04:15:22.934Z | Downloaded foreign-types-shared v0.1.1 |
165 | 2024-12-28T04:15:22.934Z | Downloaded guppy-workspace-hack v0.1.0 |
166 | 2024-12-28T04:15:22.934Z | Downloaded humantime-serde v1.1.1 |
167 | 2024-12-28T04:15:22.934Z | Downloaded zerofrom v0.1.5 |
168 | 2024-12-28T04:15:22.934Z | Downloaded write16 v1.0.0 |
169 | 2024-12-28T04:15:22.934Z | Downloaded urlencoding v2.1.3 |
170 | 2024-12-28T04:15:22.934Z | Downloaded enable-ansi-support v0.2.1 |
171 | 2024-12-28T04:15:22.934Z | Downloaded tower-service v0.3.3 |
172 | 2024-12-28T04:15:22.934Z | Downloaded equivalent v1.0.1 |
173 | 2024-12-28T04:15:22.935Z | Downloaded cpufeatures v0.2.16 |
174 | 2024-12-28T04:15:22.935Z | Downloaded sync_wrapper v1.0.2 |
175 | 2024-12-28T04:15:22.935Z | Downloaded vte_generate_state_changes v0.1.2 |
176 | 2024-12-28T04:15:22.935Z | Downloaded anstyle-query v1.1.2 |
177 | 2024-12-28T04:15:22.935Z | Downloaded cfg-if v1.0.0 |
178 | 2024-12-28T04:15:22.956Z | Downloaded target-spec-miette v0.4.4 |
179 | 2024-12-28T04:15:22.956Z | Downloaded want v0.3.1 |
180 | 2024-12-28T04:15:22.956Z | Downloaded sha2 v0.10.8 |
181 | 2024-12-28T04:15:22.956Z | Downloaded serde_urlencoded v0.7.1 |
182 | 2024-12-28T04:15:22.956Z | Downloaded form_urlencoded v1.2.1 |
183 | 2024-12-28T04:15:22.956Z | Downloaded try-lock v0.2.5 |
184 | 2024-12-28T04:15:22.957Z | Downloaded strip-ansi-escapes v0.2.0 |
185 | 2024-12-28T04:15:22.957Z | Downloaded shared_child v1.0.1 |
186 | 2024-12-28T04:15:22.957Z | Downloaded errno v0.3.10 |
187 | 2024-12-28T04:15:22.957Z | Downloaded either v1.13.0 |
188 | 2024-12-28T04:15:22.957Z | Downloaded fnv v1.0.7 |
189 | 2024-12-28T04:15:22.957Z | Downloaded signal-hook-mio v0.2.4 |
190 | 2024-12-28T04:15:22.957Z | Downloaded tinystr v0.7.6 |
191 | 2024-12-28T04:15:22.957Z | Downloaded terminal_size v0.4.1 |
192 | 2024-12-28T04:15:22.957Z | Downloaded synstructure v0.13.1 |
193 | 2024-12-28T04:15:22.978Z | Downloaded humantime v2.1.0 |
194 | 2024-12-28T04:15:22.978Z | Downloaded static_assertions v1.1.0 |
195 | 2024-12-28T04:15:22.978Z | Downloaded utf8parse v0.2.2 |
196 | 2024-12-28T04:15:22.978Z | Downloaded supports-hyperlinks v3.1.0 |
197 | 2024-12-28T04:15:22.978Z | Downloaded spki v0.7.3 |
198 | 2024-12-28T04:15:22.978Z | Downloaded fastrand v2.3.0 |
199 | 2024-12-28T04:15:22.978Z | Downloaded futures-sink v0.3.31 |
200 | 2024-12-28T04:15:22.978Z | Downloaded unicode-linebreak v0.1.5 |
201 | 2024-12-28T04:15:22.978Z | Downloaded tokio-native-tls v0.3.1 |
202 | 2024-12-28T04:15:22.997Z | Downloaded subtle v2.6.1 |
203 | 2024-12-28T04:15:22.997Z | Downloaded generic-array v0.14.7 |
204 | 2024-12-28T04:15:22.997Z | Downloaded utf16_iter v1.0.5 |
205 | 2024-12-28T04:15:22.997Z | Downloaded thiserror-impl v2.0.9 |
206 | 2024-12-28T04:15:22.997Z | Downloaded thiserror v1.0.69 |
207 | 2024-12-28T04:15:22.997Z | Downloaded zeroize v1.8.1 |
208 | 2024-12-28T04:15:22.997Z | Downloaded nested v0.1.1 |
209 | 2024-12-28T04:15:22.997Z | Downloaded hyper-tls v0.6.0 |
210 | 2024-12-28T04:15:22.997Z | Downloaded filetime v0.2.25 |
211 | 2024-12-28T04:15:22.997Z | Downloaded ed25519 v2.2.3 |
212 | 2024-12-28T04:15:23.021Z | Downloaded zerofrom-derive v0.1.5 |
213 | 2024-12-28T04:15:23.021Z | Downloaded writeable v0.5.5 |
214 | 2024-12-28T04:15:23.021Z | Downloaded camino v1.1.9 |
215 | 2024-12-28T04:15:23.021Z | Downloaded pathdiff v0.2.3 |
216 | 2024-12-28T04:15:23.021Z | Downloaded cargo_metadata v0.19.1 |
217 | 2024-12-28T04:15:23.021Z | Downloaded base64ct v1.6.0 |
218 | 2024-12-28T04:15:23.021Z | Downloaded nextest-workspace-hack v0.1.0 |
219 | 2024-12-28T04:15:23.021Z | Downloaded iana-time-zone v0.1.61 |
220 | 2024-12-28T04:15:23.021Z | Downloaded toml_datetime v0.6.8 |
221 | 2024-12-28T04:15:23.021Z | Downloaded signal-hook-registry v1.4.2 |
222 | 2024-12-28T04:15:23.021Z | Downloaded shell-words v1.1.0 |
223 | 2024-12-28T04:15:23.021Z | Downloaded xxhash-rust v0.8.14 |
224 | 2024-12-28T04:15:23.022Z | Downloaded untrusted v0.9.0 |
225 | 2024-12-28T04:15:23.031Z | Downloaded httparse v1.9.5 |
226 | 2024-12-28T04:15:23.031Z | Downloaded spin v0.9.8 |
227 | 2024-12-28T04:15:23.031Z | Downloaded tokio-stream v0.1.17 |
228 | 2024-12-28T04:15:23.031Z | Downloaded is_ci v1.2.0 |
229 | 2024-12-28T04:15:23.031Z | Downloaded tracing-error v0.2.1 |
230 | 2024-12-28T04:15:23.031Z | Downloaded tokio-rustls v0.26.1 |
231 | 2024-12-28T04:15:23.031Z | Downloaded console v0.15.10 |
232 | 2024-12-28T04:15:23.041Z | Downloaded serde_ignored v0.1.10 |
233 | 2024-12-28T04:15:23.041Z | Downloaded crc32fast v1.4.2 |
234 | 2024-12-28T04:15:23.041Z | Downloaded target-lexicon v0.12.16 |
235 | 2024-12-28T04:15:23.041Z | Downloaded tokio-macros v2.4.0 |
236 | 2024-12-28T04:15:23.056Z | Downloaded target-spec v3.3.1 |
237 | 2024-12-28T04:15:23.056Z | Downloaded openssl-probe v0.1.5 |
238 | 2024-12-28T04:15:23.056Z | Downloaded openssl-macros v0.1.1 |
239 | 2024-12-28T04:15:23.056Z | Downloaded number_prefix v0.4.0 |
240 | 2024-12-28T04:15:23.056Z | Downloaded zerovec-derive v0.10.3 |
241 | 2024-12-28T04:15:23.056Z | Downloaded camino-tempfile v1.1.1 |
242 | 2024-12-28T04:15:23.056Z | Downloaded ahash v0.8.11 |
243 | 2024-12-28T04:15:23.065Z | Downloaded zstd-safe v7.2.1 |
244 | 2024-12-28T04:15:23.065Z | Downloaded idna_adapter v1.2.0 |
245 | 2024-12-28T04:15:23.065Z | Downloaded tracing-attributes v0.1.28 |
246 | 2024-12-28T04:15:23.065Z | Downloaded icu_provider_macros v1.5.0 |
247 | 2024-12-28T04:15:23.066Z | Downloaded clap_derive v4.5.18 |
248 | 2024-12-28T04:15:23.066Z | Downloaded indenter v0.3.3 |
249 | 2024-12-28T04:15:23.066Z | Downloaded globset v0.4.15 |
250 | 2024-12-28T04:15:23.066Z | Downloaded futures v0.3.31 |
251 | 2024-12-28T04:15:23.072Z | Downloaded mukti-metadata v0.3.0 |
252 | 2024-12-28T04:15:23.072Z | Downloaded duct v0.13.7 |
253 | 2024-12-28T04:15:23.073Z | Downloaded rand_chacha v0.3.1 |
254 | 2024-12-28T04:15:23.089Z | Downloaded unicase v2.8.1 |
255 | 2024-12-28T04:15:23.089Z | Downloaded signal-hook v0.3.17 |
256 | 2024-12-28T04:15:23.089Z | Downloaded rand_core v0.6.4 |
257 | 2024-12-28T04:15:23.090Z | Downloaded smallvec v1.13.2 |
258 | 2024-12-28T04:15:23.090Z | Downloaded eyre v0.6.12 |
259 | 2024-12-28T04:15:23.104Z | Downloaded vte v0.11.1 |
260 | 2024-12-28T04:15:23.104Z | Downloaded yoke v0.7.5 |
261 | 2024-12-28T04:15:23.104Z | Downloaded textwrap v0.16.1 |
262 | 2024-12-28T04:15:23.104Z | Downloaded percent-encoding v2.3.1 |
263 | 2024-12-28T04:15:23.104Z | Downloaded ppv-lite86 v0.2.20 |
264 | 2024-12-28T04:15:23.104Z | Downloaded thiserror v2.0.9 |
265 | 2024-12-28T04:15:23.120Z | Downloaded unicode-ident v1.0.14 |
266 | 2024-12-28T04:15:23.120Z | Downloaded miette-derive v7.4.0 |
267 | 2024-12-28T04:15:23.120Z | Downloaded nextest-metadata v0.12.1 |
268 | 2024-12-28T04:15:23.120Z | Downloaded typenum v1.17.0 |
269 | 2024-12-28T04:15:23.120Z | Downloaded zerocopy-derive v0.7.35 |
270 | 2024-12-28T04:15:23.120Z | Downloaded lazy_static v1.5.0 |
271 | 2024-12-28T04:15:23.130Z | Downloaded self-replace v1.5.0 |
272 | 2024-12-28T04:15:23.130Z | Downloaded itoa v1.0.14 |
273 | 2024-12-28T04:15:23.130Z | Downloaded rustc_version v0.4.1 |
274 | 2024-12-28T04:15:23.130Z | Downloaded ipnet v2.10.1 |
275 | 2024-12-28T04:15:23.130Z | Downloaded zstd v0.13.2 |
276 | 2024-12-28T04:15:23.130Z | Downloaded rustc-hash v2.1.0 |
277 | 2024-12-28T04:15:23.130Z | Downloaded pin-project-lite v0.2.15 |
278 | 2024-12-28T04:15:23.162Z | Downloaded scopeguard v1.2.0 |
279 | 2024-12-28T04:15:23.162Z | Downloaded indent_write v2.2.0 |
280 | 2024-12-28T04:15:23.162Z | Downloaded quinn-udp v0.5.9 |
281 | 2024-12-28T04:15:23.163Z | Downloaded newtype-uuid v1.1.3 |
282 | 2024-12-28T04:15:23.163Z | Downloaded mime v0.3.17 |
283 | 2024-12-28T04:15:23.182Z | Downloaded tar v0.4.43 |
284 | 2024-12-28T04:15:23.182Z | Downloaded socket2 v0.5.8 |
285 | 2024-12-28T04:15:23.182Z | Downloaded config v0.14.1 |
286 | 2024-12-28T04:15:23.182Z | Downloaded bytes v1.9.0 |
287 | 2024-12-28T04:15:23.182Z | Downloaded tracing-core v0.1.33 |
288 | 2024-12-28T04:15:23.182Z | Downloaded pin-utils v0.1.0 |
289 | 2024-12-28T04:15:23.182Z | Downloaded pkg-config v0.3.31 |
290 | 2024-12-28T04:15:23.182Z | Downloaded uuid v1.11.0 |
291 | 2024-12-28T04:15:23.182Z | Downloaded quote v1.0.38 |
292 | 2024-12-28T04:15:23.182Z | Downloaded hyper-rustls v0.27.5 |
293 | 2024-12-28T04:15:23.182Z | Downloaded parking_lot_core v0.9.10 |
294 | 2024-12-28T04:15:23.182Z | Downloaded lock_api v0.4.12 |
295 | 2024-12-28T04:15:23.183Z | Downloaded litemap v0.7.4 |
296 | 2024-12-28T04:15:23.205Z | Downloaded jobserver v0.1.32 |
297 | 2024-12-28T04:15:23.205Z | Downloaded semver v1.0.24 |
298 | 2024-12-28T04:15:23.205Z | Downloaded pin-project-internal v1.1.7 |
299 | 2024-12-28T04:15:23.205Z | Downloaded quick-junit v0.5.1 |
300 | 2024-12-28T04:15:23.205Z | Downloaded owo-colors v4.1.0 |
301 | 2024-12-28T04:15:23.205Z | Downloaded base64 v0.21.7 |
302 | 2024-12-28T04:15:23.216Z | Downloaded nextest-filtering v0.12.0 |
303 | 2024-12-28T04:15:23.216Z | Downloaded url v2.5.4 |
304 | 2024-12-28T04:15:23.216Z | Downloaded toml v0.8.19 |
305 | 2024-12-28T04:15:23.216Z | Downloaded hyper-util v0.1.10 |
306 | 2024-12-28T04:15:23.216Z | Downloaded rustc-demangle v0.1.24 |
307 | 2024-12-28T04:15:23.216Z | Downloaded icu_locid_transform v1.5.0 |
308 | 2024-12-28T04:15:23.217Z | Downloaded pkcs8 v0.10.2 |
309 | 2024-12-28T04:15:23.222Z | Downloaded owo-colors v3.5.0 |
310 | 2024-12-28T04:15:23.222Z | Downloaded icu_normalizer v1.5.0 |
311 | 2024-12-28T04:15:23.222Z | Downloaded parking_lot v0.12.3 |
312 | 2024-12-28T04:15:23.240Z | Downloaded icu_provider v1.5.0 |
313 | 2024-12-28T04:15:23.240Z | Downloaded self_update v0.41.0 |
314 | 2024-12-28T04:15:23.241Z | Downloaded log v0.4.22 |
315 | 2024-12-28T04:15:23.241Z | Downloaded ryu v1.0.18 |
316 | 2024-12-28T04:15:23.241Z | Downloaded icu_locid_transform_data v1.5.0 |
317 | 2024-12-28T04:15:23.241Z | Downloaded icu_locid v1.5.0 |
318 | 2024-12-28T04:15:23.250Z | Downloaded icu_normalizer_data v1.5.0 |
319 | 2024-12-28T04:15:23.250Z | Downloaded toml_edit v0.22.22 |
320 | 2024-12-28T04:15:23.267Z | Downloaded miniz_oxide v0.8.2 |
321 | 2024-12-28T04:15:23.273Z | Downloaded openssl-sys v0.9.104 |
322 | 2024-12-28T04:15:23.277Z | Downloaded icu_properties v1.5.1 |
323 | 2024-12-28T04:15:23.282Z | Downloaded pin-project v1.1.7 |
324 | 2024-12-28T04:15:23.294Z | Downloaded serde_derive v1.0.217 |
325 | 2024-12-28T04:15:23.300Z | Downloaded flate2 v1.0.35 |
326 | 2024-12-28T04:15:23.300Z | Downloaded num-traits v0.2.19 |
327 | 2024-12-28T04:15:23.303Z | Downloaded ron v0.8.1 |
328 | 2024-12-28T04:15:23.306Z | Downloaded serde v1.0.217 |
329 | 2024-12-28T04:15:23.309Z | Downloaded indexmap v2.7.0 |
330 | 2024-12-28T04:15:23.314Z | Downloaded http v1.2.0 |
331 | 2024-12-28T04:15:23.319Z | Downloaded tracing v0.1.41 |
332 | 2024-12-28T04:15:23.321Z | Downloaded memchr v2.7.4 |
333 | 2024-12-28T04:15:23.326Z | Downloaded tower v0.5.2 |
334 | 2024-12-28T04:15:23.338Z | Downloaded rand v0.8.5 |
335 | 2024-12-28T04:15:23.340Z | Downloaded unicode-normalization v0.1.24 |
336 | 2024-12-28T04:15:23.343Z | Downloaded guppy v0.17.11 |
337 | 2024-12-28T04:15:23.351Z | Downloaded mio v1.0.3 |
338 | 2024-12-28T04:15:23.357Z | Downloaded zerovec v0.10.4 |
339 | 2024-12-28T04:15:23.364Z | Downloaded quinn v0.11.6 |
340 | 2024-12-28T04:15:23.373Z | Downloaded zerocopy v0.7.35 |
341 | 2024-12-28T04:15:23.387Z | Downloaded miette v7.4.0 |
342 | 2024-12-28T04:15:23.392Z | Downloaded serde_json v1.0.134 |
343 | 2024-12-28T04:15:23.409Z | Downloaded nom v7.1.3 |
344 | 2024-12-28T04:15:23.409Z | Downloaded hyper v1.5.2 |
345 | 2024-12-28T04:15:23.416Z | Downloaded idna v1.0.3 |
346 | 2024-12-28T04:15:23.416Z | Downloaded color-spantrace v0.2.1 |
347 | 2024-12-28T04:15:23.416Z | Downloaded itertools v0.13.0 |
348 | 2024-12-28T04:15:23.425Z | Downloaded tracing-subscriber v0.3.19 |
349 | 2024-12-28T04:15:23.430Z | Downloaded aho-corasick v1.1.3 |
350 | 2024-12-28T04:15:23.436Z | Downloaded futures-util v0.3.31 |
351 | 2024-12-28T04:15:23.449Z | Downloaded quick-xml v0.23.1 |
352 | 2024-12-28T04:15:23.455Z | Downloaded portable-atomic v1.10.0 |
353 | 2024-12-28T04:15:23.463Z | Downloaded rustls-webpki v0.102.8 |
354 | 2024-12-28T04:15:23.482Z | Downloaded quick-xml v0.37.1 |
355 | 2024-12-28T04:15:23.489Z | Downloaded quinn-proto v0.11.9 |
356 | 2024-12-28T04:15:23.513Z | Downloaded reqwest v0.12.11 |
357 | 2024-12-28T04:15:23.535Z | Downloaded webpki-roots v0.26.7 |
358 | 2024-12-28T04:15:23.535Z | Downloaded icu_properties_data v1.5.0 |
359 | 2024-12-28T04:15:23.535Z | Downloaded unicode-width v0.2.0 |
360 | 2024-12-28T04:15:23.536Z | Downloaded openssl v0.10.68 |
361 | 2024-12-28T04:15:23.569Z | Downloaded nextest-runner v0.70.0 |
362 | 2024-12-28T04:15:23.569Z | Downloaded unicode-width v0.1.14 |
363 | 2024-12-28T04:15:23.569Z | Downloaded object v0.32.2 |
364 | 2024-12-28T04:15:23.599Z | Downloaded rustls v0.23.20 |
365 | 2024-12-28T04:15:23.599Z | Downloaded nix v0.29.0 |
366 | 2024-12-28T04:15:23.617Z | Downloaded bstr v1.11.1 |
367 | 2024-12-28T04:15:23.617Z | Downloaded regex-syntax v0.8.5 |
368 | 2024-12-28T04:15:23.618Z | Downloaded rustix v0.38.42 |
369 | 2024-12-28T04:15:23.632Z | Downloaded regex v1.11.1 |
370 | 2024-12-28T04:15:23.647Z | Downloaded syn v2.0.92 |
371 | 2024-12-28T04:15:23.660Z | Downloaded curve25519-dalek v4.1.3 |
372 | 2024-12-28T04:15:23.661Z | Downloaded gimli v0.28.1 |
373 | 2024-12-28T04:15:23.669Z | Downloaded vcpkg v0.2.15 |
374 | 2024-12-28T04:15:23.696Z | Downloaded chrono v0.4.39 |
375 | 2024-12-28T04:15:23.707Z | Downloaded clap_builder v4.5.23 |
376 | 2024-12-28T04:15:23.716Z | Downloaded winnow v0.6.20 |
377 | 2024-12-28T04:15:23.716Z | Downloaded hashbrown v0.15.2 |
378 | 2024-12-28T04:15:23.751Z | Downloaded crossterm v0.28.1 |
379 | 2024-12-28T04:15:23.751Z | Downloaded minimal-lexical v0.2.1 |
380 | 2024-12-28T04:15:23.762Z | Downloaded indicatif v0.17.9 |
381 | 2024-12-28T04:15:23.762Z | Downloaded cc v1.2.6 |
382 | 2024-12-28T04:15:23.762Z | Downloaded rustls-pki-types v1.10.1 |
383 | 2024-12-28T04:15:23.762Z | Downloaded color-eyre v0.6.3 |
384 | 2024-12-28T04:15:23.763Z | Downloaded regex-automata v0.4.9 |
385 | 2024-12-28T04:15:23.772Z | Downloaded icu_collections v1.5.0 |
386 | 2024-12-28T04:15:23.772Z | Downloaded backtrace v0.3.71 |
387 | 2024-12-28T04:15:23.783Z | Downloaded proc-macro2 v1.0.92 |
388 | 2024-12-28T04:15:23.783Z | Downloaded miniz_oxide v0.7.4 |
389 | 2024-12-28T04:15:23.784Z | Downloaded petgraph v0.6.5 |
390 | 2024-12-28T04:15:23.807Z | Downloaded zstd-sys v2.0.13+zstd.1.5.6 |
391 | 2024-12-28T04:15:23.826Z | Downloaded der v0.7.9 |
392 | 2024-12-28T04:15:23.826Z | Downloaded native-tls v0.2.12 |
393 | 2024-12-28T04:15:23.826Z | Downloaded ed25519-dalek v2.1.1 |
394 | 2024-12-28T04:15:23.834Z | Downloaded libc v0.2.169 |
395 | 2024-12-28T04:15:23.851Z | Downloaded tokio v1.42.0 |
396 | 2024-12-28T04:15:23.892Z | Downloaded cfg-expr v0.17.2 |
397 | 2024-12-28T04:15:23.918Z | Downloaded base64 v0.22.1 |
398 | 2024-12-28T04:15:23.918Z | Downloaded os_pipe v1.2.1 |
399 | 2024-12-28T04:15:23.919Z | Downloaded borsh v1.5.3 |
400 | 2024-12-28T04:15:23.919Z | Downloaded is_terminal_polyfill v1.70.1 |
401 | 2024-12-28T04:15:23.919Z | Downloaded rustls-pemfile v2.2.0 |
402 | 2024-12-28T04:15:23.919Z | Downloaded once_cell v1.20.2 |
403 | 2024-12-28T04:15:23.919Z | Downloaded tinyvec v1.8.1 |
404 | 2024-12-28T04:15:23.919Z | Downloaded tempfile v3.14.0 |
405 | 2024-12-28T04:15:23.919Z | Downloaded bitflags v2.6.0 |
406 | 2024-12-28T04:15:23.919Z | Downloaded clap v4.5.23 |
407 | 2024-12-28T04:15:23.936Z | Downloaded derive-where v1.2.7 |
408 | 2024-12-28T04:15:23.936Z | Downloaded getrandom v0.2.15 |
409 | 2024-12-28T04:15:23.936Z | Downloaded dialoguer v0.11.0 |
410 | 2024-12-28T04:15:23.936Z | Downloaded const-oid v0.9.6 |
411 | 2024-12-28T04:15:23.936Z | Downloaded futures-channel v0.3.31 |
412 | 2024-12-28T04:15:23.936Z | Downloaded thiserror-impl v1.0.69 |
413 | 2024-12-28T04:15:23.936Z | Downloaded yoke-derive v0.7.5 |
414 | 2024-12-28T04:15:23.936Z | Downloaded thread_local v1.1.8 |
415 | 2024-12-28T04:15:23.936Z | Downloaded anstream v0.6.18 |
416 | 2024-12-28T04:15:23.937Z | Downloaded addr2line v0.21.0 |
417 | 2024-12-28T04:15:23.950Z | Downloaded clap_lex v0.7.4 |
418 | 2024-12-28T04:15:23.951Z | Downloaded zipsign-api v0.1.2 |
419 | 2024-12-28T04:15:23.951Z | Downloaded xattr v1.3.1 |
420 | 2024-12-28T04:15:23.951Z | Downloaded utf8_iter v1.0.4 |
421 | 2024-12-28T04:15:23.951Z | Downloaded tower-layer v0.3.3 |
422 | 2024-12-28T04:15:23.951Z | Downloaded version_check v0.9.5 |
423 | 2024-12-28T04:15:23.951Z | Downloaded tracing-log v0.2.0 |
424 | 2024-12-28T04:15:23.952Z | Downloaded fixedbitset v0.4.2 |
425 | 2024-12-28T04:15:23.952Z | Downloaded home v0.5.11 |
426 | 2024-12-28T04:15:23.952Z | Downloaded hex v0.4.3 |
427 | 2024-12-28T04:15:23.952Z | Downloaded futures-io v0.3.31 |
428 | 2024-12-28T04:15:23.952Z | Downloaded future-queue v0.3.0 |
429 | 2024-12-28T04:15:23.959Z | Downloaded smol_str v0.3.2 |
430 | 2024-12-28T04:15:23.960Z | Downloaded slab v0.4.9 |
431 | 2024-12-28T04:15:23.960Z | Downloaded http-body-util v0.1.2 |
432 | 2024-12-28T04:15:23.960Z | Downloaded supports-unicode v3.0.0 |
433 | 2024-12-28T04:15:23.960Z | Downloaded supports-color v3.0.2 |
434 | 2024-12-28T04:15:23.960Z | Downloaded strsim v0.11.1 |
435 | 2024-12-28T04:15:23.960Z | Downloaded stable_deref_trait v1.2.0 |
436 | 2024-12-28T04:15:23.960Z | Downloaded futures-task v0.3.31 |
437 | 2024-12-28T04:15:23.960Z | Downloaded shlex v1.3.0 |
438 | 2024-12-28T04:15:23.960Z | Downloaded crypto-common v0.1.6 |
439 | 2024-12-28T04:15:23.961Z | Downloaded anstyle-parse v0.2.6 |
440 | 2024-12-28T04:15:23.973Z | Downloaded displaydoc v0.2.5 |
441 | 2024-12-28T04:15:23.974Z | Downloaded recursion v0.5.2 |
442 | 2024-12-28T04:15:23.983Z | Downloaded curve25519-dalek-derive v0.1.1 |
443 | 2024-12-28T04:15:23.984Z | Downloaded digest v0.10.7 |
444 | 2024-12-28T04:15:23.984Z | Downloaded byteorder v1.5.0 |
445 | 2024-12-28T04:15:23.984Z | Downloaded serde_spanned v0.6.8 |
446 | 2024-12-28T04:15:23.984Z | Downloaded heck v0.5.0 |
447 | 2024-12-28T04:15:23.984Z | Downloaded futures-macro v0.3.31 |
448 | 2024-12-28T04:15:23.984Z | Downloaded futures-executor v0.3.31 |
449 | 2024-12-28T04:15:23.984Z | Downloaded futures-core v0.3.31 |
450 | 2024-12-28T04:15:23.984Z | Downloaded debug-ignore v1.0.5 |
451 | 2024-12-28T04:15:23.995Z | Downloaded anstyle v1.0.10 |
452 | 2024-12-28T04:15:23.995Z | Downloaded colorchoice v1.0.3 |
453 | 2024-12-28T04:15:23.995Z | Downloaded cargo-platform v0.1.9 |
454 | 2024-12-28T04:15:23.996Z | Downloaded block-buffer v0.10.4 |
455 | 2024-12-28T04:15:24.163Z | Downloaded ring v0.17.8 |
456 | 2024-12-28T04:15:24.460Z | Compiling proc-macro2 v1.0.92 |
457 | 2024-12-28T04:15:24.460Z | Compiling unicode-ident v1.0.14 |
458 | 2024-12-28T04:15:24.464Z | Compiling libc v0.2.169 |
459 | 2024-12-28T04:15:24.465Z | Compiling cfg-if v1.0.0 |
460 | 2024-12-28T04:15:24.465Z | Compiling memchr v2.7.4 |
461 | 2024-12-28T04:15:24.465Z | Compiling serde v1.0.217 |
462 | 2024-12-28T04:15:24.480Z | Compiling once_cell v1.20.2 |
463 | 2024-12-28T04:15:24.737Z | Compiling autocfg v1.4.0 |
464 | 2024-12-28T04:15:24.767Z | Compiling shlex v1.3.0 |
465 | 2024-12-28T04:15:25.112Z | Compiling log v0.4.22 |
466 | 2024-12-28T04:15:25.465Z | Compiling pin-project-lite v0.2.15 |
467 | 2024-12-28T04:15:25.507Z | Compiling itoa v1.0.14 |
468 | 2024-12-28T04:15:25.562Z | Compiling smallvec v1.13.2 |
469 | 2024-12-28T04:15:25.678Z | Compiling bitflags v2.6.0 |
470 | 2024-12-28T04:15:25.926Z | Compiling rustix v0.38.42 |
471 | 2024-12-28T04:15:26.104Z | Compiling futures-core v0.3.31 |
472 | 2024-12-28T04:15:26.231Z | Compiling slab v0.4.9 |
473 | 2024-12-28T04:15:26.339Z | Compiling stable_deref_trait v1.2.0 |
474 | 2024-12-28T04:15:26.359Z | Compiling futures-sink v0.3.31 |
475 | 2024-12-28T04:15:26.437Z | Compiling bytes v1.9.0 |
476 | 2024-12-28T04:15:26.509Z | Compiling futures-channel v0.3.31 |
477 | 2024-12-28T04:15:26.644Z | Compiling pin-utils v0.1.0 |
478 | 2024-12-28T04:15:26.741Z | Compiling futures-task v0.3.31 |
479 | 2024-12-28T04:15:26.948Z | Compiling futures-io v0.3.31 |
480 | 2024-12-28T04:15:26.988Z | Compiling version_check v0.9.5 |
481 | 2024-12-28T04:15:27.051Z | Compiling jobserver v0.1.32 |
482 | 2024-12-28T04:15:27.072Z | Compiling ryu v1.0.18 |
483 | 2024-12-28T04:15:27.112Z | Compiling serde_json v1.0.134 |
484 | 2024-12-28T04:15:27.279Z | Compiling tracing-core v0.1.33 |
485 | 2024-12-28T04:15:27.463Z | Compiling quote v1.0.38 |
486 | 2024-12-28T04:15:27.619Z | Compiling cc v1.2.6 |
487 | 2024-12-28T04:15:27.664Z | Compiling getrandom v0.2.15 |
488 | 2024-12-28T04:15:27.839Z | Compiling syn v2.0.92 |
489 | 2024-12-28T04:15:28.013Z | Compiling errno v0.3.10 |
490 | 2024-12-28T04:15:28.084Z | Compiling signal-hook-registry v1.4.2 |
491 | 2024-12-28T04:15:28.087Z | Compiling mio v1.0.3 |
492 | 2024-12-28T04:15:28.257Z | Compiling socket2 v0.5.8 |
493 | 2024-12-28T04:15:28.330Z | Compiling writeable v0.5.5 |
494 | 2024-12-28T04:15:29.453Z | Compiling litemap v0.7.4 |
495 | 2024-12-28T04:15:29.620Z | Compiling fnv v1.0.7 |
496 | 2024-12-28T04:15:29.702Z | Compiling camino v1.1.9 |
497 | 2024-12-28T04:15:29.760Z | Compiling icu_locid_transform_data v1.5.0 |
498 | 2024-12-28T04:15:29.797Z | Compiling target-lexicon v0.12.16 |
499 | 2024-12-28T04:15:29.854Z | Compiling hashbrown v0.15.2 |
500 | 2024-12-28T04:15:29.911Z | Compiling rustls-pki-types v1.10.1 |
501 | 2024-12-28T04:15:29.943Z | Compiling equivalent v1.0.1 |
502 | 2024-12-28T04:15:30.054Z | Compiling http v1.2.0 |
503 | 2024-12-28T04:15:30.346Z | Compiling guppy-workspace-hack v0.1.0 |
504 | 2024-12-28T04:15:30.646Z | Compiling httparse v1.9.5 |
505 | 2024-12-28T04:15:30.760Z | Compiling spin v0.9.8 |
506 | 2024-12-28T04:15:30.967Z | Compiling byteorder v1.5.0 |
507 | 2024-12-28T04:15:31.321Z | Compiling adler v1.0.2 |
508 | 2024-12-28T04:15:31.344Z | Compiling gimli v0.28.1 |
509 | 2024-12-28T04:15:31.358Z | Compiling icu_properties_data v1.5.0 |
510 | 2024-12-28T04:15:31.395Z | Compiling ring v0.17.8 |
511 | 2024-12-28T04:15:31.605Z | Compiling backtrace v0.3.71 |
512 | 2024-12-28T04:15:31.651Z | Compiling thiserror v1.0.69 |
513 | 2024-12-28T04:15:31.784Z | Compiling semver v1.0.24 |
514 | 2024-12-28T04:15:32.095Z | Compiling utf8parse v0.2.2 |
515 | 2024-12-28T04:15:32.226Z | Compiling untrusted v0.9.0 |
516 | 2024-12-28T04:15:32.241Z | Compiling typenum v1.17.0 |
517 | 2024-12-28T04:15:32.431Z | Compiling http-body v1.0.1 |
518 | 2024-12-28T04:15:32.616Z | Compiling miniz_oxide v0.7.4 |
519 | 2024-12-28T04:15:32.838Z | Compiling generic-array v0.14.7 |
520 | 2024-12-28T04:15:33.094Z | Compiling object v0.32.2 |
521 | 2024-12-28T04:15:33.231Z | Compiling rustc-demangle v0.1.24 |
522 | 2024-12-28T04:15:33.855Z | Compiling thiserror v2.0.9 |
523 | 2024-12-28T04:15:33.985Z | Compiling icu_normalizer_data v1.5.0 |
524 | 2024-12-28T04:15:34.091Z | Compiling utf8_iter v1.0.4 |
525 | 2024-12-28T04:15:34.369Z | Compiling fastrand v2.3.0 |
526 | 2024-12-28T04:15:34.398Z | Compiling utf16_iter v1.0.5 |
527 | 2024-12-28T04:15:34.603Z | Compiling target-spec v3.3.1 |
528 | 2024-12-28T04:15:34.618Z | Compiling zeroize v1.8.1 |
529 | 2024-12-28T04:15:34.958Z | Compiling try-lock v0.2.5 |
530 | 2024-12-28T04:15:34.961Z | Compiling pkg-config v0.3.31 |
531 | 2024-12-28T04:15:35.049Z | Compiling write16 v1.0.0 |
532 | 2024-12-28T04:15:35.111Z | Compiling unicode-width v0.2.0 |
533 | 2024-12-28T04:15:35.173Z | Compiling rustls v0.23.20 |
534 | 2024-12-28T04:15:35.376Z | Compiling synstructure v0.13.1 |
535 | 2024-12-28T04:15:35.459Z | Compiling want v0.3.1 |
536 | 2024-12-28T04:15:35.670Z | Compiling addr2line v0.21.0 |
537 | 2024-12-28T04:15:35.711Z | Compiling tempfile v3.14.0 |
538 | 2024-12-28T04:15:36.207Z | Compiling zstd-sys v2.0.13+zstd.1.5.6 |
539 | 2024-12-28T04:15:36.700Z | Compiling cfg-expr v0.17.2 |
540 | 2024-12-28T04:15:37.467Z | Compiling terminal_size v0.4.1 |
541 | 2024-12-28T04:15:37.512Z | Compiling aho-corasick v1.1.3 |
542 | 2024-12-28T04:15:37.683Z | Compiling tower-service v0.3.3 |
543 | 2024-12-28T04:15:37.805Z | Compiling percent-encoding v2.3.1 |
544 | 2024-12-28T04:15:38.071Z | Compiling subtle v2.6.1 |
545 | 2024-12-28T04:15:38.228Z | Compiling owo-colors v4.1.0 |
546 | 2024-12-28T04:15:38.270Z | Compiling regex-syntax v0.8.5 |
547 | 2024-12-28T04:15:38.551Z | Compiling form_urlencoded v1.2.1 |
548 | 2024-12-28T04:15:39.039Z | Compiling ahash v0.8.11 |
549 | 2024-12-28T04:15:39.353Z | Compiling lock_api v0.4.12 |
550 | 2024-12-28T04:15:39.496Z | Compiling num-traits v0.2.19 |
551 | 2024-12-28T04:15:39.667Z | Compiling either v1.13.0 |
552 | 2024-12-28T04:15:39.817Z | Compiling signal-hook v0.3.17 |
553 | 2024-12-28T04:15:40.122Z | Compiling portable-atomic v1.10.0 |
554 | 2024-12-28T04:15:40.314Z | Compiling serde_derive v1.0.217 |
555 | 2024-12-28T04:15:41.009Z | Compiling zerofrom-derive v0.1.5 |
556 | 2024-12-28T04:15:41.068Z | Compiling yoke-derive v0.7.5 |
557 | 2024-12-28T04:15:44.239Z | Compiling zerovec-derive v0.10.3 |
558 | 2024-12-28T04:15:44.533Z | Compiling zerofrom v0.1.5 |
559 | 2024-12-28T04:15:44.777Z | Compiling yoke v0.7.5 |
560 | 2024-12-28T04:15:45.136Z | Compiling futures-macro v0.3.31 |
561 | 2024-12-28T04:15:46.790Z | Compiling zerovec v0.10.4 |
562 | 2024-12-28T04:15:46.991Z | Compiling displaydoc v0.2.5 |
563 | 2024-12-28T04:15:48.403Z | Compiling futures-util v0.3.31 |
564 | 2024-12-28T04:15:49.670Z | Compiling tinystr v0.7.6 |
565 | 2024-12-28T04:15:50.130Z | Compiling tokio-macros v2.4.0 |
566 | 2024-12-28T04:15:51.013Z | Compiling icu_locid v1.5.0 |
567 | 2024-12-28T04:15:51.278Z | Compiling icu_provider_macros v1.5.0 |
568 | 2024-12-28T04:15:51.629Z | Compiling tokio v1.42.0 |
569 | 2024-12-28T04:15:52.453Z | Compiling icu_provider v1.5.0 |
570 | 2024-12-28T04:15:54.500Z | Compiling tracing-attributes v0.1.28 |
571 | 2024-12-28T04:15:54.571Z | Compiling indexmap v2.7.0 |
572 | 2024-12-28T04:15:55.237Z | Compiling icu_locid_transform v1.5.0 |
573 | 2024-12-28T04:15:56.309Z | Compiling icu_collections v1.5.0 |
574 | 2024-12-28T04:15:56.430Z | Compiling zerocopy-derive v0.7.35 |
575 | 2024-12-28T04:15:57.975Z | Compiling tracing v0.1.41 |
576 | 2024-12-28T04:15:58.273Z | Compiling icu_properties v1.5.1 |
577 | 2024-12-28T04:15:58.544Z | Compiling zerocopy v0.7.35 |
578 | 2024-12-28T04:15:59.004Z | Compiling thiserror-impl v1.0.69 |
579 | 2024-12-28T04:16:00.221Z | Compiling thiserror-impl v2.0.9 |
580 | 2024-12-28T04:16:01.177Z | Compiling rustls-webpki v0.102.8 |
581 | 2024-12-28T04:16:01.549Z | Compiling hyper v1.5.2 |
582 | 2024-12-28T04:16:02.156Z | Compiling icu_normalizer v1.5.0 |
583 | 2024-12-28T04:16:03.570Z | Compiling idna_adapter v1.2.0 |
584 | 2024-12-28T04:16:05.743Z | Compiling regex-automata v0.4.9 |
585 | 2024-12-28T04:16:06.425Z | Compiling parking_lot_core v0.9.10 |
586 | 2024-12-28T04:16:06.876Z | Compiling unicode-linebreak v0.1.5 |
587 | 2024-12-28T04:16:07.411Z | Compiling unicode-width v0.1.14 |
588 | 2024-12-28T04:16:07.508Z | Compiling nextest-workspace-hack v0.1.0 |
589 | 2024-12-28T04:16:07.819Z | Compiling winnow v0.6.20 |
590 | 2024-12-28T04:16:07.995Z | Compiling lazy_static v1.5.0 |
591 | 2024-12-28T04:16:08.131Z | Compiling is_ci v1.2.0 |
592 | 2024-12-28T04:16:08.437Z | Compiling supports-color v3.0.2 |
593 | 2024-12-28T04:16:08.821Z | Compiling sharded-slab v0.1.7 |
594 | 2024-12-28T04:16:09.945Z | Compiling textwrap v0.16.1 |
595 | 2024-12-28T04:16:10.368Z | Compiling tokio-rustls v0.26.1 |
596 | 2024-12-28T04:16:10.919Z | Compiling idna v1.0.3 |
597 | 2024-12-28T04:16:12.221Z | Compiling hyper-util v0.1.10 |
598 | 2024-12-28T04:16:12.252Z | Compiling pathdiff v0.2.3 |
599 | 2024-12-28T04:16:12.427Z | Compiling serde_spanned v0.6.8 |
600 | 2024-12-28T04:16:12.625Z | Compiling cargo-platform v0.1.9 |
601 | 2024-12-28T04:16:13.083Z | Compiling toml_datetime v0.6.8 |
602 | 2024-12-28T04:16:13.769Z | Compiling backtrace-ext v0.2.1 |
603 | 2024-12-28T04:16:13.786Z | Compiling miette-derive v7.4.0 |
604 | 2024-12-28T04:16:16.612Z | Compiling console v0.15.10 |
605 | 2024-12-28T04:16:16.688Z | Compiling webpki-roots v0.26.7 |
606 | 2024-12-28T04:16:16.906Z | Compiling vte_generate_state_changes v0.1.2 |
607 | 2024-12-28T04:16:17.522Z | Compiling tracing-log v0.2.0 |
608 | 2024-12-28T04:16:17.539Z | Compiling sync_wrapper v1.0.2 |
609 | 2024-12-28T04:16:17.666Z | Compiling thread_local v1.1.8 |
610 | 2024-12-28T04:16:17.682Z | Compiling tower-layer v0.3.3 |
611 | 2024-12-28T04:16:18.038Z | Compiling fixedbitset v0.4.2 |
612 | 2024-12-28T04:16:18.224Z | Compiling scopeguard v1.2.0 |
613 | 2024-12-28T04:16:18.365Z | Compiling adler2 v2.0.0 |
614 | 2024-12-28T04:16:18.628Z | Compiling supports-unicode v3.0.0 |
615 | 2024-12-28T04:16:18.697Z | Compiling cfg_aliases v0.2.1 |
616 | 2024-12-28T04:16:18.795Z | Compiling supports-hyperlinks v3.1.0 |
617 | 2024-12-28T04:16:18.907Z | Compiling newtype-uuid v1.1.3 |
618 | 2024-12-28T04:16:18.953Z | Compiling zstd-safe v7.2.1 |
619 | 2024-12-28T04:16:19.209Z | Compiling miette v7.4.0 |
620 | 2024-12-28T04:16:19.251Z | Compiling nix v0.29.0 |
621 | 2024-12-28T04:16:19.306Z | Compiling miniz_oxide v0.8.2 |
622 | 2024-12-28T04:16:20.125Z | Compiling petgraph v0.6.5 |
623 | 2024-12-28T04:16:20.146Z | Compiling tower v0.5.2 |
624 | 2024-12-28T04:16:21.200Z | Compiling tracing-subscriber v0.3.19 |
625 | 2024-12-28T04:16:22.521Z | Compiling vte v0.11.1 |
626 | 2024-12-28T04:16:23.109Z | Compiling hyper-rustls v0.27.5 |
627 | 2024-12-28T04:16:26.123Z | Compiling toml_edit v0.22.22 |
628 | 2024-12-28T04:16:26.583Z | Compiling cargo_metadata v0.19.1 |
629 | 2024-12-28T04:16:26.965Z | Compiling url v2.5.4 |
630 | 2024-12-28T04:16:29.875Z | Compiling regex v1.11.1 |
631 | 2024-12-28T04:16:29.932Z | Compiling ppv-lite86 v0.2.20 |
632 | 2024-12-28T04:16:30.776Z | Compiling futures-executor v0.3.31 |
633 | 2024-12-28T04:16:31.949Z | Compiling http-body-util v0.1.2 |
634 | 2024-12-28T04:16:32.375Z | Compiling smol_str v0.3.2 |
635 | 2024-12-28T04:16:32.504Z | Compiling serde_urlencoded v0.7.1 |
636 | 2024-12-28T04:16:32.973Z | Compiling pin-project-internal v1.1.7 |
637 | 2024-12-28T04:16:33.065Z | Compiling itertools v0.13.0 |
638 | 2024-12-28T04:16:33.559Z | Compiling block-buffer v0.10.4 |
639 | 2024-12-28T04:16:33.794Z | Compiling crypto-common v0.1.6 |
640 | 2024-12-28T04:16:34.011Z | Compiling anstyle-parse v0.2.6 |
641 | 2024-12-28T04:16:34.414Z | Compiling xattr v1.3.1 |
642 | 2024-12-28T04:16:34.718Z | Compiling rustls-pemfile v2.2.0 |
643 | 2024-12-28T04:16:35.143Z | Compiling rand_core v0.6.4 |
644 | 2024-12-28T04:16:35.632Z | Compiling uuid v1.11.0 |
645 | 2024-12-28T04:16:35.711Z | Compiling filetime v0.2.25 |
646 | 2024-12-28T04:16:35.776Z | Compiling bstr v1.11.1 |
647 | 2024-12-28T04:16:36.065Z | Compiling crc32fast v1.4.2 |
648 | 2024-12-28T04:16:36.546Z | Compiling mime v0.3.17 |
649 | 2024-12-28T04:16:36.785Z | Compiling debug-ignore v1.0.5 |
650 | 2024-12-28T04:16:36.922Z | Compiling self_update v0.41.0 |
651 | 2024-12-28T04:16:36.939Z | Compiling iana-time-zone v0.1.61 |
652 | 2024-12-28T04:16:37.254Z | Compiling minimal-lexical v0.2.1 |
653 | 2024-12-28T04:16:37.318Z | Compiling nested v0.1.1 |
654 | 2024-12-28T04:16:37.621Z | Compiling number_prefix v0.4.0 |
655 | 2024-12-28T04:16:37.660Z | Compiling eyre v0.6.12 |
656 | 2024-12-28T04:16:37.663Z | Compiling anstyle-query v1.1.2 |
657 | 2024-12-28T04:16:37.819Z | Compiling ipnet v2.10.1 |
658 | 2024-12-28T04:16:37.843Z | Compiling static_assertions v1.1.0 |
659 | 2024-12-28T04:16:37.868Z | Compiling is_terminal_polyfill v1.70.1 |
660 | 2024-12-28T04:16:37.939Z | Compiling base64 v0.22.1 |
661 | 2024-12-28T04:16:37.997Z | Compiling colorchoice v1.0.3 |
662 | 2024-12-28T04:16:38.167Z | Compiling anstyle v1.0.10 |
663 | 2024-12-28T04:16:38.196Z | Compiling tinyvec_macros v0.1.1 |
664 | 2024-12-28T04:16:38.288Z | Compiling tinyvec v1.8.1 |
665 | 2024-12-28T04:16:38.706Z | Compiling anstream v0.6.18 |
666 | 2024-12-28T04:16:39.023Z | Compiling reqwest v0.12.11 |
667 | 2024-12-28T04:16:39.710Z | Compiling guppy v0.17.11 |
668 | 2024-12-28T04:16:39.806Z | Compiling indicatif v0.17.9 |
669 | 2024-12-28T04:16:40.052Z | Compiling nom v7.1.3 |
670 | 2024-12-28T04:16:40.929Z | Compiling chrono v0.4.39 |
671 | 2024-12-28T04:16:42.960Z | Compiling globset v0.4.15 |
672 | 2024-12-28T04:16:44.422Z | Compiling flate2 v1.0.35 |
673 | 2024-12-28T04:16:46.041Z | Compiling tar v0.4.43 |
674 | 2024-12-28T04:16:47.011Z | Compiling pin-project v1.1.7 |
675 | 2024-12-28T04:16:47.149Z | Compiling rand_chacha v0.3.1 |
676 | 2024-12-28T04:16:48.883Z | Compiling digest v0.10.7 |
677 | 2024-12-28T04:16:49.025Z | Compiling nextest-metadata v0.12.1 |
678 | 2024-12-28T04:16:49.051Z | Compiling futures v0.3.31 |
679 | 2024-12-28T04:16:49.159Z | Compiling toml v0.8.19 |
680 | 2024-12-28T04:16:49.178Z | Compiling parking_lot v0.12.3 |
681 | 2024-12-28T04:16:49.326Z | Compiling signal-hook-mio v0.2.4 |
682 | 2024-12-28T04:16:49.512Z | Compiling strip-ansi-escapes v0.2.0 |
683 | 2024-12-28T04:16:50.258Z | Compiling tracing-error v0.2.1 |
684 | 2024-12-28T04:16:51.260Z | Compiling self-replace v1.5.0 |
685 | 2024-12-28T04:16:51.599Z | Compiling os_pipe v1.2.1 |
686 | 2024-12-28T04:16:51.844Z | Compiling shared_child v1.0.1 |
687 | 2024-12-28T04:16:51.865Z | Compiling quick-xml v0.23.1 |
688 | 2024-12-28T04:16:51.973Z | Compiling quick-xml v0.37.1 |
689 | 2024-12-28T04:16:52.155Z | Compiling unicase v2.8.1 |
690 | 2024-12-28T04:16:52.500Z | Compiling owo-colors v3.5.0 |
691 | 2024-12-28T04:16:52.704Z | Compiling humantime v2.1.0 |
692 | 2024-12-28T04:16:53.559Z | Compiling cpufeatures v0.2.16 |
693 | 2024-12-28T04:16:53.660Z | Compiling strsim v0.11.1 |
694 | 2024-12-28T04:16:54.338Z | Compiling recursion v0.5.2 |
695 | 2024-12-28T04:16:54.571Z | Compiling indenter v0.3.3 |
696 | 2024-12-28T04:16:54.776Z | Compiling clap_lex v0.7.4 |
697 | 2024-12-28T04:16:55.410Z | Compiling shell-words v1.1.0 |
698 | 2024-12-28T04:16:55.523Z | Compiling urlencoding v2.1.3 |
699 | 2024-12-28T04:16:55.574Z | Compiling heck v0.5.0 |
700 | 2024-12-28T04:16:55.600Z | Compiling clap_builder v4.5.23 |
701 | 2024-12-28T04:16:56.011Z | Compiling clap_derive v4.5.18 |
702 | 2024-12-28T04:16:56.855Z | Compiling color-spantrace v0.2.1 |
703 | 2024-12-28T04:16:57.132Z | Compiling nextest-filtering v0.12.0 |
704 | 2024-12-28T04:16:57.840Z | Compiling sha2 v0.10.8 |
705 | 2024-12-28T04:17:00.844Z | Compiling quick-junit v0.5.1 |
706 | 2024-12-28T04:17:01.025Z | Compiling humantime-serde v1.1.1 |
707 | 2024-12-28T04:17:01.274Z | Compiling duct v0.13.7 |
708 | 2024-12-28T04:17:02.679Z | Compiling cargo-nextest v0.9.87 |
709 | 2024-12-28T04:17:03.311Z | Compiling config v0.14.1 |
710 | 2024-12-28T04:17:05.329Z | Compiling crossterm v0.28.1 |
711 | 2024-12-28T04:17:05.656Z | Compiling async-scoped v0.9.0 |
712 | 2024-12-28T04:17:05.972Z | Compiling rand v0.8.5 |
713 | 2024-12-28T04:17:06.105Z | Compiling zstd v0.13.2 |
714 | 2024-12-28T04:17:07.040Z | Compiling unicode-normalization v0.1.24 |
715 | 2024-12-28T04:17:07.913Z | Compiling target-spec-miette v0.4.4 |
716 | 2024-12-28T04:17:08.366Z | Compiling mukti-metadata v0.3.0 |
717 | 2024-12-28T04:17:08.728Z | Compiling tokio-stream v0.1.17 |
718 | 2024-12-28T04:17:09.432Z | Compiling camino-tempfile v1.1.1 |
719 | 2024-12-28T04:17:09.934Z | Compiling future-queue v0.3.0 |
720 | 2024-12-28T04:17:10.191Z | Compiling serde_ignored v0.1.10 |
721 | 2024-12-28T04:17:10.400Z | Compiling serde_path_to_error v0.1.16 |
722 | 2024-12-28T04:17:10.643Z | Compiling derive-where v1.2.7 |
723 | 2024-12-28T04:17:11.186Z | Compiling atomicwrites v0.4.4 |
724 | 2024-12-28T04:17:11.445Z | Compiling home v0.5.11 |
725 | 2024-12-28T04:17:11.723Z | Compiling indent_write v2.2.0 |
726 | 2024-12-28T04:17:11.747Z | Compiling xxhash-rust v0.8.14 |
727 | 2024-12-28T04:17:11.943Z | Compiling swrite v0.1.0 |
728 | 2024-12-28T04:17:12.018Z | Compiling hex v0.4.3 |
729 | 2024-12-28T04:17:12.097Z | Compiling clap v4.5.23 |
730 | 2024-12-28T04:17:12.213Z | Compiling color-eyre v0.6.3 |
731 | 2024-12-28T04:17:12.700Z | Compiling dialoguer v0.11.0 |
732 | 2024-12-28T04:17:13.231Z | Compiling enable-ansi-support v0.2.1 |
733 | 2024-12-28T04:17:13.956Z | Compiling nextest-runner v0.70.0 |
734 | 2024-12-28T04:17:55.719Z | Finished `release` profile [optimized] target(s) in 2m 34s |
735 | 2024-12-28T04:17:55.946Z | Installing /home/build/.cargo/bin/cargo-nextest |
736 | 2024-12-28T04:17:55.949Z | Installed package `cargo-nextest v0.9.87` (executable `cargo-nextest`) |
737 | 2024-12-28T04:17:56.052Z | + pushd bgp |
738 | 2024-12-28T04:17:56.055Z | /work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite |
739 | 2024-12-28T04:17:56.055Z | + cargo nextest run |
740 | 2024-12-28T04:17:56.335Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
741 | 2024-12-28T04:17:56.551Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
742 | 2024-12-28T04:17:56.776Z | From https://www.github.com/oxidecomputer/oxnet |
743 | 2024-12-28T04:17:56.776Z | * [new branch] ci -> origin/ci |
744 | 2024-12-28T04:17:56.778Z | * [new branch] dependabot/cargo/serde-1.0.216 -> origin/dependabot/cargo/serde-1.0.216 |
745 | 2024-12-28T04:17:56.778Z | * [new branch] dependabot/cargo/serde_json-1.0.134 -> origin/dependabot/cargo/serde_json-1.0.134 |
746 | 2024-12-28T04:17:56.778Z | * [new branch] main -> origin/main |
747 | 2024-12-28T04:17:56.778Z | * [new ref] -> origin/HEAD |
748 | 2024-12-28T04:17:56.788Z | Updating crates.io index |
749 | 2024-12-28T04:17:56.791Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
750 | 2024-12-28T04:17:57.463Z | From https://github.com/oxidecomputer/falcon |
751 | 2024-12-28T04:17:57.463Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
752 | 2024-12-28T04:17:57.638Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
753 | 2024-12-28T04:17:58.897Z | From https://github.com/oxidecomputer/dendrite |
754 | 2024-12-28T04:17:58.898Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
755 | 2024-12-28T04:17:58.950Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
756 | 2024-12-28T04:17:59.352Z | From https://github.com/oxidecomputer/ispf |
757 | 2024-12-28T04:17:59.352Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
758 | 2024-12-28T04:17:59.361Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
759 | 2024-12-28T04:17:59.788Z | From https://github.com/oxidecomputer/netadm-sys |
760 | 2024-12-28T04:17:59.788Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
761 | 2024-12-28T04:17:59.801Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
762 | 2024-12-28T04:18:04.045Z | From https://github.com/oxidecomputer/omicron |
763 | 2024-12-28T04:18:04.046Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
764 | 2024-12-28T04:18:04.076Z | * [new tag] dogfood -> dogfood |
765 | 2024-12-28T04:18:04.079Z | * [new tag] v5 -> v5 |
766 | 2024-12-28T04:18:04.079Z | * [new tag] v6 -> v6 |
767 | 2024-12-28T04:18:04.079Z | * [new tag] v7 -> v7 |
768 | 2024-12-28T04:18:04.079Z | * [new tag] v8 -> v8 |
769 | 2024-12-28T04:18:04.079Z | * [new tag] v9 -> v9 |
770 | 2024-12-28T04:18:04.437Z | Updating git repository `https://github.com/oxidecomputer/opte` |
771 | 2024-12-28T04:18:05.054Z | From https://github.com/oxidecomputer/opte |
772 | 2024-12-28T04:18:05.054Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
773 | 2024-12-28T04:18:05.102Z | Updating git repository `https://github.com/illumos/smf-rs` |
774 | 2024-12-28T04:18:05.539Z | From https://github.com/illumos/smf-rs |
775 | 2024-12-28T04:18:05.539Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
776 | 2024-12-28T04:18:05.606Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
777 | 2024-12-28T04:18:06.143Z | From https://github.com/oxidecomputer/maghemite |
778 | 2024-12-28T04:18:06.143Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
779 | 2024-12-28T04:18:06.159Z | * [new tag] rift -> rift |
780 | 2024-12-28T04:18:06.162Z | * [new tag] srp -> srp |
781 | 2024-12-28T04:18:06.162Z | * [new tag] tie-spf -> tie-spf |
782 | 2024-12-28T04:18:06.209Z | Updating git repository `https://github.com/oxidecomputer/zone` |
783 | 2024-12-28T04:18:06.612Z | From https://github.com/oxidecomputer/zone |
784 | 2024-12-28T04:18:06.612Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
785 | 2024-12-28T04:18:06.623Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
786 | 2024-12-28T04:18:07.402Z | From https://github.com/oxidecomputer/propolis |
787 | 2024-12-28T04:18:07.402Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
788 | 2024-12-28T04:18:07.485Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
789 | 2024-12-28T04:18:07.883Z | From https://github.com/oxidecomputer/dlpi-sys |
790 | 2024-12-28T04:18:07.883Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
791 | 2024-12-28T04:18:07.907Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
792 | 2024-12-28T04:18:08.290Z | From https://github.com/jmesmon/rust-libzfs |
793 | 2024-12-28T04:18:08.290Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
794 | 2024-12-28T04:18:08.306Z | * [new tag] v0.4.0 -> v0.4.0 |
795 | 2024-12-28T04:18:08.320Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
796 | 2024-12-28T04:18:08.790Z | From https://github.com/oxidecomputer/rusty-doors |
797 | 2024-12-28T04:18:08.790Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
798 | 2024-12-28T04:18:08.803Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
799 | 2024-12-28T04:18:09.248Z | From https://github.com/oxidecomputer/maghemite |
800 | 2024-12-28T04:18:09.248Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
801 | 2024-12-28T04:18:09.293Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
802 | 2024-12-28T04:18:09.728Z | From https://github.com/oxidecomputer/serde_human_bytes |
803 | 2024-12-28T04:18:09.728Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
804 | 2024-12-28T04:18:09.750Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
805 | 2024-12-28T04:18:10.132Z | From https://github.com/oxidecomputer/slog-error-chain |
806 | 2024-12-28T04:18:10.132Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
807 | 2024-12-28T04:18:10.167Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
808 | 2024-12-28T04:18:10.534Z | From https://github.com/oxidecomputer/poptrie |
809 | 2024-12-28T04:18:10.534Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
810 | 2024-12-28T04:18:10.556Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
811 | 2024-12-28T04:18:10.949Z | From https://github.com/illumos/libscf-sys |
812 | 2024-12-28T04:18:10.949Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
813 | 2024-12-28T04:18:10.974Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
814 | 2024-12-28T04:18:11.851Z | From https://github.com/oxidecomputer/progenitor |
815 | 2024-12-28T04:18:11.851Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
816 | 2024-12-28T04:18:11.873Z | * [new tag] v0.1.1 -> v0.1.1 |
817 | 2024-12-28T04:18:11.876Z | * [new tag] v0.2.0 -> v0.2.0 |
818 | 2024-12-28T04:18:11.876Z | * [new tag] v0.3.0 -> v0.3.0 |
819 | 2024-12-28T04:18:11.876Z | * [new tag] v0.4.0 -> v0.4.0 |
820 | 2024-12-28T04:18:11.876Z | * [new tag] v0.5.0 -> v0.5.0 |
821 | 2024-12-28T04:18:11.877Z | * [new tag] v0.6.0 -> v0.6.0 |
822 | 2024-12-28T04:18:11.877Z | * [new tag] v0.7.0 -> v0.7.0 |
823 | 2024-12-28T04:18:11.974Z | Updating git repository `https://github.com/oxidecomputer/typify` |
824 | 2024-12-28T04:18:12.844Z | From https://github.com/oxidecomputer/typify |
825 | 2024-12-28T04:18:12.844Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
826 | 2024-12-28T04:18:12.847Z | * [new tag] v0.2.0 -> v0.2.0 |
827 | 2024-12-28T04:18:12.865Z | * [new tag] v0.0.10 -> v0.0.10 |
828 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.11 -> v0.0.11 |
829 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.12 -> v0.0.12 |
830 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.13 -> v0.0.13 |
831 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.14 -> v0.0.14 |
832 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.15 -> v0.0.15 |
833 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.16 -> v0.0.16 |
834 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.4 -> v0.0.4 |
835 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.5 -> v0.0.5 |
836 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.7 -> v0.0.7 |
837 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.8 -> v0.0.8 |
838 | 2024-12-28T04:18:12.868Z | * [new tag] v0.0.9 -> v0.0.9 |
839 | 2024-12-28T04:18:12.868Z | * [new tag] v0.1.0 -> v0.1.0 |
840 | 2024-12-28T04:18:13.033Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
841 | 2024-12-28T04:18:13.997Z | From https://github.com/oxidecomputer/crucible |
842 | 2024-12-28T04:18:13.997Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
843 | 2024-12-28T04:18:14.062Z | Updating git repository `https://github.com/oxidecomputer/opte` |
844 | 2024-12-28T04:18:14.517Z | From https://github.com/oxidecomputer/opte |
845 | 2024-12-28T04:18:14.517Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
846 | 2024-12-28T04:18:14.565Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
847 | 2024-12-28T04:18:15.231Z | From https://github.com/oxidecomputer/management-gateway-service |
848 | 2024-12-28T04:18:15.231Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
849 | 2024-12-28T04:18:15.894Z | Downloading crates ... |
850 | 2024-12-28T04:18:16.017Z | Downloaded arrayref v0.3.9 |
851 | 2024-12-28T04:18:16.020Z | Downloaded anstyle-parse v0.2.5 |
852 | 2024-12-28T04:18:16.023Z | Downloaded anstream v0.6.15 |
853 | 2024-12-28T04:18:16.026Z | Downloaded anstyle-query v1.1.1 |
854 | 2024-12-28T04:18:16.028Z | Downloaded float-ord v0.3.2 |
855 | 2024-12-28T04:18:16.028Z | Downloaded darling_macro v0.20.10 |
856 | 2024-12-28T04:18:16.030Z | Downloaded crucible-workspace-hack v0.1.0 |
857 | 2024-12-28T04:18:16.033Z | Downloaded httparse v1.9.4 |
858 | 2024-12-28T04:18:16.036Z | Downloaded crunchy v0.2.2 |
859 | 2024-12-28T04:18:16.039Z | Downloaded const-random v0.1.18 |
860 | 2024-12-28T04:18:16.039Z | Downloaded ciborium-io v0.2.2 |
861 | 2024-12-28T04:18:16.041Z | Downloaded async-stream-impl v0.3.5 |
862 | 2024-12-28T04:18:16.049Z | Downloaded scroll_derive v0.12.0 |
863 | 2024-12-28T04:18:16.057Z | Downloaded time-core v0.1.2 |
864 | 2024-12-28T04:18:16.059Z | Downloaded strum v0.26.3 |
865 | 2024-12-28T04:18:16.059Z | Downloaded foreign-types-shared v0.3.1 |
866 | 2024-12-28T04:18:16.063Z | Downloaded dtrace-parser v0.2.0 |
867 | 2024-12-28T04:18:16.065Z | Downloaded sync_wrapper v1.0.1 |
868 | 2024-12-28T04:18:16.067Z | Downloaded serde-big-array v0.5.1 |
869 | 2024-12-28T04:18:16.069Z | Downloaded usdt-attr-macro v0.5.0 |
870 | 2024-12-28T04:18:16.069Z | Downloaded fxhash v0.2.1 |
871 | 2024-12-28T04:18:16.069Z | Downloaded crc8 v0.1.1 |
872 | 2024-12-28T04:18:16.072Z | Downloaded foreign-types v0.5.0 |
873 | 2024-12-28T04:18:16.076Z | Downloaded sigpipe v0.1.3 |
874 | 2024-12-28T04:18:16.076Z | Downloaded take_mut v0.2.2 |
875 | 2024-12-28T04:18:16.078Z | Downloaded futures-task v0.3.30 |
876 | 2024-12-28T04:18:16.082Z | Downloaded usdt-macro v0.5.0 |
877 | 2024-12-28T04:18:16.082Z | Downloaded futures-sink v0.3.30 |
878 | 2024-12-28T04:18:16.086Z | Downloaded dirs-sys-next v0.1.2 |
879 | 2024-12-28T04:18:16.086Z | Downloaded sync_wrapper v0.1.2 |
880 | 2024-12-28T04:18:16.086Z | Downloaded dirs-next v2.0.0 |
881 | 2024-12-28T04:18:16.089Z | Downloaded waitgroup v0.1.2 |
882 | 2024-12-28T04:18:16.091Z | Downloaded hash32 v0.3.1 |
883 | 2024-12-28T04:18:16.091Z | Downloaded slog-json v2.6.1 |
884 | 2024-12-28T04:18:16.095Z | Downloaded schemars_derive v0.8.21 |
885 | 2024-12-28T04:18:16.097Z | Downloaded rustls-pemfile v1.0.4 |
886 | 2024-12-28T04:18:16.097Z | Downloaded slog-scope v4.4.0 |
887 | 2024-12-28T04:18:16.101Z | Downloaded slog-stdlog v4.1.1 |
888 | 2024-12-28T04:18:16.101Z | Downloaded futures-executor v0.3.30 |
889 | 2024-12-28T04:18:16.104Z | Downloaded fastrand v2.1.1 |
890 | 2024-12-28T04:18:16.104Z | Downloaded slog-bunyan v2.5.0 |
891 | 2024-12-28T04:18:16.104Z | Downloaded autocfg v1.3.0 |
892 | 2024-12-28T04:18:16.107Z | Downloaded data-encoding v2.6.0 |
893 | 2024-12-28T04:18:16.109Z | Downloaded atomic-waker v1.1.2 |
894 | 2024-12-28T04:18:16.109Z | Downloaded hostname v0.3.1 |
895 | 2024-12-28T04:18:16.111Z | Downloaded slog-dtrace v0.3.0 |
896 | 2024-12-28T04:18:16.115Z | Downloaded sha1 v0.10.6 |
897 | 2024-12-28T04:18:16.115Z | Downloaded serde_spanned v0.6.7 |
898 | 2024-12-28T04:18:16.121Z | Downloaded cpufeatures v0.2.14 |
899 | 2024-12-28T04:18:16.121Z | Downloaded thread-id v4.2.2 |
900 | 2024-12-28T04:18:16.123Z | Downloaded usdt-impl v0.5.0 |
901 | 2024-12-28T04:18:16.123Z | Downloaded usdt v0.5.0 |
902 | 2024-12-28T04:18:16.123Z | Downloaded tiny-keccak v2.0.2 |
903 | 2024-12-28T04:18:16.128Z | Downloaded tabwriter v1.4.0 |
904 | 2024-12-28T04:18:16.128Z | Downloaded ciborium-ll v0.2.2 |
905 | 2024-12-28T04:18:16.128Z | Downloaded utf-8 v0.7.6 |
906 | 2024-12-28T04:18:16.131Z | Downloaded foreign-types-macros v0.2.3 |
907 | 2024-12-28T04:18:16.131Z | Downloaded slog-envlogger v2.2.0 |
908 | 2024-12-28T04:18:16.131Z | Downloaded slog-async v2.8.0 |
909 | 2024-12-28T04:18:16.133Z | Downloaded heck v0.4.1 |
910 | 2024-12-28T04:18:16.139Z | Downloaded topological-sort v0.2.2 |
911 | 2024-12-28T04:18:16.139Z | Downloaded hubpack_derive v0.1.1 |
912 | 2024-12-28T04:18:16.139Z | Downloaded enum-as-inner v0.6.1 |
913 | 2024-12-28T04:18:16.139Z | Downloaded semver v0.1.20 |
914 | 2024-12-28T04:18:16.139Z | Downloaded errno v0.3.9 |
915 | 2024-12-28T04:18:16.142Z | Downloaded colored v2.1.0 |
916 | 2024-12-28T04:18:16.145Z | Downloaded untrusted v0.7.1 |
917 | 2024-12-28T04:18:16.145Z | Downloaded hostname v0.4.0 |
918 | 2024-12-28T04:18:16.148Z | Downloaded cstr-argument v0.1.2 |
919 | 2024-12-28T04:18:16.148Z | Downloaded serde_with_macros v3.9.0 |
920 | 2024-12-28T04:18:16.150Z | Downloaded structmeta v0.3.0 |
921 | 2024-12-28T04:18:16.150Z | Downloaded serde_repr v0.1.19 |
922 | 2024-12-28T04:18:16.153Z | Downloaded serde_derive_internals v0.29.1 |
923 | 2024-12-28T04:18:16.153Z | Downloaded defmt v0.3.8 |
924 | 2024-12-28T04:18:16.156Z | Downloaded semver v1.0.23 |
925 | 2024-12-28T04:18:16.159Z | Downloaded sct v0.7.1 |
926 | 2024-12-28T04:18:16.162Z | Downloaded cancel-safe-futures v0.1.5 |
927 | 2024-12-28T04:18:16.165Z | Downloaded http-body v0.4.6 |
928 | 2024-12-28T04:18:16.167Z | Downloaded pretty-hex v0.4.1 |
929 | 2024-12-28T04:18:16.170Z | Downloaded darling v0.20.10 |
930 | 2024-12-28T04:18:16.173Z | Downloaded num_threads v0.1.7 |
931 | 2024-12-28T04:18:16.177Z | Downloaded typify-macro v0.2.0 |
932 | 2024-12-28T04:18:16.178Z | Downloaded terminal_size v0.4.0 |
933 | 2024-12-28T04:18:16.180Z | Downloaded embedded-io v0.6.1 |
934 | 2024-12-28T04:18:16.180Z | Downloaded console v0.15.8 |
935 | 2024-12-28T04:18:16.180Z | Downloaded tracing-attributes v0.1.27 |
936 | 2024-12-28T04:18:16.183Z | Downloaded tokio-rustls v0.25.0 |
937 | 2024-12-28T04:18:16.187Z | Downloaded dof v0.3.0 |
938 | 2024-12-28T04:18:16.190Z | Downloaded typify v0.2.0 |
939 | 2024-12-28T04:18:16.190Z | Downloaded strum_macros v0.26.4 |
940 | 2024-12-28T04:18:16.192Z | Downloaded tempfile v3.12.0 |
941 | 2024-12-28T04:18:16.195Z | Downloaded xz2 v0.1.7 |
942 | 2024-12-28T04:18:16.197Z | Downloaded tokio-tungstenite v0.21.0 |
943 | 2024-12-28T04:18:16.200Z | Downloaded time-macros v0.2.18 |
944 | 2024-12-28T04:18:16.200Z | Downloaded ron v0.7.1 |
945 | 2024-12-28T04:18:16.205Z | Downloaded instant v0.1.13 |
946 | 2024-12-28T04:18:16.208Z | Downloaded rustls-pki-types v1.8.0 |
947 | 2024-12-28T04:18:16.210Z | Downloaded backoff v0.4.0 |
948 | 2024-12-28T04:18:16.210Z | Downloaded newtype_derive v0.1.6 |
949 | 2024-12-28T04:18:16.213Z | Downloaded highway v1.2.0 |
950 | 2024-12-28T04:18:16.213Z | Downloaded match_cfg v0.1.0 |
951 | 2024-12-28T04:18:16.217Z | Downloaded crossbeam-epoch v0.9.18 |
952 | 2024-12-28T04:18:16.220Z | Downloaded ident_case v1.0.1 |
953 | 2024-12-28T04:18:16.220Z | Downloaded hyper-tls v0.5.0 |
954 | 2024-12-28T04:18:16.220Z | Downloaded spin v0.5.2 |
955 | 2024-12-28T04:18:16.223Z | Downloaded parse-display-derive v0.10.0 |
956 | 2024-12-28T04:18:16.223Z | Downloaded newtype-uuid v1.1.0 |
957 | 2024-12-28T04:18:16.223Z | Downloaded half v2.4.1 |
958 | 2024-12-28T04:18:16.225Z | Downloaded num-derive v0.4.2 |
959 | 2024-12-28T04:18:16.227Z | Downloaded futures v0.3.30 |
960 | 2024-12-28T04:18:16.231Z | Downloaded progenitor-client v0.8.0 |
961 | 2024-12-28T04:18:16.234Z | Downloaded resolv-conf v0.7.0 |
962 | 2024-12-28T04:18:16.237Z | Downloaded num-integer v0.1.46 |
963 | 2024-12-28T04:18:16.237Z | Downloaded num-iter v0.1.45 |
964 | 2024-12-28T04:18:16.241Z | Downloaded tokio-rustls v0.24.1 |
965 | 2024-12-28T04:18:16.241Z | Downloaded newline-converter v0.3.0 |
966 | 2024-12-28T04:18:16.245Z | Downloaded tinyvec v1.8.0 |
967 | 2024-12-28T04:18:16.245Z | Downloaded zone_cfg_derive v0.3.0 |
968 | 2024-12-28T04:18:16.249Z | Downloaded zone_cfg_derive v0.1.2 |
969 | 2024-12-28T04:18:16.249Z | Downloaded term v0.7.0 |
970 | 2024-12-28T04:18:16.252Z | Downloaded toml v0.7.8 |
971 | 2024-12-28T04:18:16.252Z | Downloaded progenitor v0.8.0 |
972 | 2024-12-28T04:18:16.252Z | Downloaded powerfmt v0.2.0 |
973 | 2024-12-28T04:18:16.255Z | Downloaded ucd-trie v0.1.6 |
974 | 2024-12-28T04:18:16.255Z | Downloaded omicron-workspace-hack v0.1.0 |
975 | 2024-12-28T04:18:16.257Z | Downloaded tar v0.4.41 |
976 | 2024-12-28T04:18:16.261Z | Downloaded rustversion v1.0.17 |
977 | 2024-12-28T04:18:16.264Z | Downloaded derive_more v0.99.18 |
978 | 2024-12-28T04:18:16.267Z | Downloaded quinn-udp v0.5.5 |
979 | 2024-12-28T04:18:16.267Z | Downloaded slog v2.7.0 |
980 | 2024-12-28T04:18:16.270Z | Downloaded ipnetwork v0.20.0 |
981 | 2024-12-28T04:18:16.273Z | Downloaded memmap v0.7.0 |
982 | 2024-12-28T04:18:16.273Z | Downloaded linked-hash-map v0.5.6 |
983 | 2024-12-28T04:18:16.277Z | Downloaded quote v1.0.37 |
984 | 2024-12-28T04:18:16.277Z | Downloaded num-conv v0.1.0 |
985 | 2024-12-28T04:18:16.279Z | Downloaded is-terminal v0.4.13 |
986 | 2024-12-28T04:18:16.279Z | Downloaded plain v0.2.3 |
987 | 2024-12-28T04:18:16.279Z | Downloaded arc-swap v1.7.1 |
988 | 2024-12-28T04:18:16.283Z | Downloaded paste v1.0.15 |
989 | 2024-12-28T04:18:16.286Z | Downloaded whoami v1.5.2 |
990 | 2024-12-28T04:18:16.289Z | Downloaded parse-display v0.10.0 |
991 | 2024-12-28T04:18:16.289Z | Downloaded unsafe-libyaml v0.2.11 |
992 | 2024-12-28T04:18:16.291Z | Downloaded tracing-core v0.1.32 |
993 | 2024-12-28T04:18:16.293Z | Downloaded tungstenite v0.21.0 |
994 | 2024-12-28T04:18:16.297Z | Downloaded itoa v1.0.11 |
995 | 2024-12-28T04:18:16.300Z | Downloaded progenitor-macro v0.8.0 |
996 | 2024-12-28T04:18:16.300Z | Downloaded num_enum v0.5.11 |
997 | 2024-12-28T04:18:16.303Z | Downloaded proc-macro-crate v3.2.0 |
998 | 2024-12-28T04:18:16.306Z | Downloaded libsw v3.3.1 |
999 | 2024-12-28T04:18:16.308Z | Downloaded proc-macro-crate v1.3.1 |
1000 | 2024-12-28T04:18:16.308Z | Downloaded no-std-compat v0.4.1 |
1001 | 2024-12-28T04:18:16.310Z | Downloaded multer v3.1.0 |
1002 | 2024-12-28T04:18:16.313Z | Downloaded num v0.4.3 |
1003 | 2024-12-28T04:18:16.313Z | Downloaded base64 v0.13.1 |
1004 | 2024-12-28T04:18:16.316Z | Downloaded proc-macro-error-attr v1.0.4 |
1005 | 2024-12-28T04:18:16.318Z | Downloaded hubpack v0.1.2 |
1006 | 2024-12-28T04:18:16.318Z | Downloaded zone v0.3.0 |
1007 | 2024-12-28T04:18:16.318Z | Downloaded zone v0.1.8 |
1008 | 2024-12-28T04:18:16.320Z | Downloaded walkdir v2.5.0 |
1009 | 2024-12-28T04:18:16.320Z | Downloaded rhai_codegen v2.2.0 |
1010 | 2024-12-28T04:18:16.327Z | Downloaded num_enum_derive v0.5.11 |
1011 | 2024-12-28T04:18:16.331Z | Downloaded postcard v1.0.10 |
1012 | 2024-12-28T04:18:16.333Z | Downloaded unicode-bidi v0.3.15 |
1013 | 2024-12-28T04:18:16.333Z | Downloaded num_enum_derive v0.7.3 |
1014 | 2024-12-28T04:18:16.336Z | Downloaded managed v0.8.0 |
1015 | 2024-12-28T04:18:16.336Z | Downloaded proc-macro-error v1.0.4 |
1016 | 2024-12-28T04:18:16.339Z | Downloaded tracing v0.1.40 |
1017 | 2024-12-28T04:18:16.344Z | Downloaded pest_generator v2.7.13 |
1018 | 2024-12-28T04:18:16.346Z | Downloaded pin-project-lite v0.2.14 |
1019 | 2024-12-28T04:18:16.348Z | Downloaded openssl-sys v0.9.103 |
1020 | 2024-12-28T04:18:16.355Z | Downloaded password-hash v0.5.0 |
1021 | 2024-12-28T04:18:16.357Z | Downloaded zerocopy v0.6.6 |
1022 | 2024-12-28T04:18:16.357Z | Downloaded miniz_oxide v0.8.0 |
1023 | 2024-12-28T04:18:16.360Z | Downloaded parking_lot_core v0.8.6 |
1024 | 2024-12-28T04:18:16.362Z | Downloaded cc v1.1.21 |
1025 | 2024-12-28T04:18:16.365Z | Downloaded parking_lot v0.11.2 |
1026 | 2024-12-28T04:18:16.368Z | Downloaded num-complex v0.4.6 |
1027 | 2024-12-28T04:18:16.371Z | Downloaded toml_edit v0.19.15 |
1028 | 2024-12-28T04:18:16.383Z | Downloaded indexmap v1.9.3 |
1029 | 2024-12-28T04:18:16.386Z | Downloaded url v2.5.2 |
1030 | 2024-12-28T04:18:16.389Z | Downloaded steno v0.4.1 |
1031 | 2024-12-28T04:18:16.394Z | Downloaded hyper-rustls v0.24.2 |
1032 | 2024-12-28T04:18:16.397Z | Downloaded hyper-rustls v0.27.3 |
1033 | 2024-12-28T04:18:16.399Z | Downloaded httpdate v1.0.3 |
1034 | 2024-12-28T04:18:16.399Z | Downloaded darling_core v0.20.10 |
1035 | 2024-12-28T04:18:16.402Z | Downloaded unicode-segmentation v1.12.0 |
1036 | 2024-12-28T04:18:16.405Z | Downloaded hashbrown v0.12.3 |
1037 | 2024-12-28T04:18:16.419Z | Downloaded bytes v1.7.2 |
1038 | 2024-12-28T04:18:16.423Z | Downloaded linear-map v1.2.0 |
1039 | 2024-12-28T04:18:16.423Z | Downloaded progenitor-impl v0.8.0 |
1040 | 2024-12-28T04:18:16.423Z | Downloaded pretty_assertions v1.4.1 |
1041 | 2024-12-28T04:18:16.423Z | Downloaded toml_edit v0.22.21 |
1042 | 2024-12-28T04:18:16.438Z | Downloaded rayon-core v1.12.1 |
1043 | 2024-12-28T04:18:16.442Z | Downloaded heapless v0.8.0 |
1044 | 2024-12-28T04:18:16.445Z | Downloaded indexmap v2.5.0 |
1045 | 2024-12-28T04:18:16.449Z | Downloaded tokio-util v0.7.12 |
1046 | 2024-12-28T04:18:16.456Z | Downloaded serde_with v3.9.0 |
1047 | 2024-12-28T04:18:16.463Z | Downloaded omicron-zone-package v0.11.1 |
1048 | 2024-12-28T04:18:16.466Z | Downloaded proc-macro2 v1.0.86 |
1049 | 2024-12-28T04:18:16.469Z | Downloaded mio v1.0.2 |
1050 | 2024-12-28T04:18:16.474Z | Downloaded libm v0.2.8 |
1051 | 2024-12-28T04:18:16.481Z | Downloaded rustls-webpki v0.101.7 |
1052 | 2024-12-28T04:18:16.494Z | Downloaded yansi v1.0.1 |
1053 | 2024-12-28T04:18:16.497Z | Downloaded serde_json v1.0.133 |
1054 | 2024-12-28T04:18:16.503Z | Downloaded hickory-resolver v0.24.1 |
1055 | 2024-12-28T04:18:16.507Z | Downloaded itertools v0.10.5 |
1056 | 2024-12-28T04:18:16.513Z | Downloaded quinn v0.11.5 |
1057 | 2024-12-28T04:18:16.516Z | Downloaded http v0.2.12 |
1058 | 2024-12-28T04:18:16.520Z | Downloaded pest v2.7.13 |
1059 | 2024-12-28T04:18:16.524Z | Downloaded hyper v1.5.1 |
1060 | 2024-12-28T04:18:16.530Z | Downloaded flate2 v1.0.33 |
1061 | 2024-12-28T04:18:16.535Z | Downloaded portable-atomic v1.8.0 |
1062 | 2024-12-28T04:18:16.541Z | Downloaded reqwest v0.12.9 |
1063 | 2024-12-28T04:18:16.549Z | Downloaded hashbrown v0.14.5 |
1064 | 2024-12-28T04:18:16.554Z | Downloaded h2 v0.3.26 |
1065 | 2024-12-28T04:18:16.560Z | Downloaded time v0.3.36 |
1066 | 2024-12-28T04:18:16.567Z | Downloaded expectorate v1.1.0 |
1067 | 2024-12-28T04:18:16.569Z | Downloaded prettyplease v0.2.22 |
1068 | 2024-12-28T04:18:16.572Z | Downloaded crossbeam-channel v0.5.13 |
1069 | 2024-12-28T04:18:16.576Z | Downloaded indicatif v0.17.8 |
1070 | 2024-12-28T04:18:16.579Z | Downloaded itertools v0.12.1 |
1071 | 2024-12-28T04:18:16.586Z | Downloaded syn v1.0.109 |
1072 | 2024-12-28T04:18:16.596Z | Downloaded winnow v0.6.18 |
1073 | 2024-12-28T04:18:16.604Z | Downloaded reqwest v0.11.27 |
1074 | 2024-12-28T04:18:16.612Z | Downloaded rustls v0.21.12 |
1075 | 2024-12-28T04:18:16.622Z | Downloaded winnow v0.5.40 |
1076 | 2024-12-28T04:18:16.630Z | Downloaded openssl v0.10.66 |
1077 | 2024-12-28T04:18:16.638Z | Downloaded quinn-proto v0.11.8 |
1078 | 2024-12-28T04:18:16.645Z | Downloaded idna v0.5.0 |
1079 | 2024-12-28T04:18:16.651Z | Downloaded rhai v1.20.0 |
1080 | 2024-12-28T04:18:16.662Z | Downloaded hyper v0.14.30 |
1081 | 2024-12-28T04:18:16.669Z | Downloaded regex-syntax v0.8.4 |
1082 | 2024-12-28T04:18:16.676Z | Downloaded openapiv3 v2.0.0 |
1083 | 2024-12-28T04:18:16.687Z | Downloaded rustix v0.38.37 |
1084 | 2024-12-28T04:18:16.707Z | Downloaded smoltcp v0.11.0 |
1085 | 2024-12-28T04:18:16.719Z | Downloaded webpki-roots v0.25.4 |
1086 | 2024-12-28T04:18:16.723Z | Downloaded typify-impl v0.2.0 |
1087 | 2024-12-28T04:18:16.735Z | Downloaded regex v1.10.6 |
1088 | 2024-12-28T04:18:16.747Z | Downloaded idna v0.4.0 |
1089 | 2024-12-28T04:18:16.752Z | Downloaded webpki-roots v0.26.6 |
1090 | 2024-12-28T04:18:16.755Z | Downloaded sled v0.34.7 |
1091 | 2024-12-28T04:18:16.774Z | Downloaded dropshot v0.12.0 |
1092 | 2024-12-28T04:18:16.788Z | Downloaded rustls v0.23.13 |
1093 | 2024-12-28T04:18:16.804Z | Downloaded regress v0.10.1 |
1094 | 2024-12-28T04:18:16.807Z | Downloaded regress v0.9.1 |
1095 | 2024-12-28T04:18:16.810Z | Downloaded hickory-proto v0.24.1 |
1096 | 2024-12-28T04:18:16.825Z | Downloaded rustls v0.22.4 |
1097 | 2024-12-28T04:18:16.834Z | Downloaded chrono v0.4.38 |
1098 | 2024-12-28T04:18:16.841Z | Downloaded goblin v0.8.2 |
1099 | 2024-12-28T04:18:16.846Z | Downloaded syn v2.0.87 |
1100 | 2024-12-28T04:18:16.857Z | Downloaded h2 v0.4.6 |
1101 | 2024-12-28T04:18:16.862Z | Downloaded blake3 v1.5.4 |
1102 | 2024-12-28T04:18:16.869Z | Downloaded futures-util v0.3.30 |
1103 | 2024-12-28T04:18:16.879Z | Downloaded pest_meta v2.7.13 |
1104 | 2024-12-28T04:18:16.882Z | Downloaded memmap2 v0.9.5 |
1105 | 2024-12-28T04:18:16.884Z | Downloaded tokio-rustls v0.26.0 |
1106 | 2024-12-28T04:18:16.886Z | Downloaded similar v2.6.0 |
1107 | 2024-12-28T04:18:16.889Z | Downloaded num_enum v0.7.3 |
1108 | 2024-12-28T04:18:16.893Z | Downloaded blake2 v0.10.6 |
1109 | 2024-12-28T04:18:16.895Z | Downloaded pest_derive v2.7.13 |
1110 | 2024-12-28T04:18:16.897Z | Downloaded zerocopy-derive v0.6.6 |
1111 | 2024-12-28T04:18:16.906Z | Downloaded num-rational v0.4.2 |
1112 | 2024-12-28T04:18:16.910Z | Downloaded ipnet v2.10.0 |
1113 | 2024-12-28T04:18:16.910Z | Downloaded lru-cache v0.1.2 |
1114 | 2024-12-28T04:18:16.913Z | Downloaded num-derive v0.3.3 |
1115 | 2024-12-28T04:18:16.913Z | Downloaded macaddr v1.0.1 |
1116 | 2024-12-28T04:18:16.913Z | Downloaded serde_yaml v0.9.34+deprecated |
1117 | 2024-12-28T04:18:16.916Z | Downloaded schemars v0.8.21 |
1118 | 2024-12-28T04:18:16.925Z | Downloaded regex-automata v0.4.7 |
1119 | 2024-12-28T04:18:16.940Z | Downloaded thin-vec v0.2.13 |
1120 | 2024-12-28T04:18:16.942Z | Downloaded dropshot_endpoint v0.12.0 |
1121 | 2024-12-28T04:18:16.945Z | Downloaded allocator-api2 v0.2.18 |
1122 | 2024-12-28T04:18:16.947Z | Downloaded unicode-ident v1.0.13 |
1123 | 2024-12-28T04:18:16.950Z | Downloaded crossbeam-utils v0.8.20 |
1124 | 2024-12-28T04:18:16.953Z | Downloaded cookie v0.18.1 |
1125 | 2024-12-28T04:18:16.956Z | Downloaded quick-error v1.2.3 |
1126 | 2024-12-28T04:18:16.956Z | Downloaded diff v0.1.13 |
1127 | 2024-12-28T04:18:16.959Z | Downloaded smartstring v1.0.1 |
1128 | 2024-12-28T04:18:16.959Z | Downloaded rustls-pemfile v2.1.3 |
1129 | 2024-12-28T04:18:16.962Z | Downloaded strum_macros v0.25.3 |
1130 | 2024-12-28T04:18:16.965Z | Downloaded anyhow v1.0.94 |
1131 | 2024-12-28T04:18:16.967Z | Downloaded bitflags v1.3.2 |
1132 | 2024-12-28T04:18:16.970Z | Downloaded libc v0.2.167 |
1133 | 2024-12-28T04:18:16.990Z | Downloaded lzma-sys v0.1.20 |
1134 | 2024-12-28T04:18:17.017Z | Downloaded pretty-hex v0.2.1 |
1135 | 2024-12-28T04:18:17.019Z | Downloaded slog-term v2.9.1 |
1136 | 2024-12-28T04:18:17.021Z | Downloaded ciborium v0.2.2 |
1137 | 2024-12-28T04:18:17.023Z | Downloaded futures-channel v0.3.30 |
1138 | 2024-12-28T04:18:17.025Z | Downloaded async-trait v0.1.83 |
1139 | 2024-12-28T04:18:17.028Z | Downloaded arrayvec v0.7.6 |
1140 | 2024-12-28T04:18:17.030Z | Downloaded scroll v0.12.0 |
1141 | 2024-12-28T04:18:17.030Z | Downloaded constant_time_eq v0.3.1 |
1142 | 2024-12-28T04:18:17.032Z | Downloaded argon2 v0.5.3 |
1143 | 2024-12-28T04:18:17.032Z | Downloaded smf v0.2.3 |
1144 | 2024-12-28T04:18:17.035Z | Downloaded async-stream v0.3.5 |
1145 | 2024-12-28T04:18:17.037Z | Downloaded rustc_version v0.1.7 |
1146 | 2024-12-28T04:18:17.037Z | Downloaded heck v0.3.3 |
1147 | 2024-12-28T04:18:17.037Z | Downloaded futures-macro v0.3.30 |
1148 | 2024-12-28T04:18:17.039Z | Downloaded futures-io v0.3.30 |
1149 | 2024-12-28T04:18:17.039Z | Downloaded embedded-io v0.4.0 |
1150 | 2024-12-28T04:18:17.042Z | Downloaded defmt-macros v0.3.9 |
1151 | 2024-12-28T04:18:17.044Z | Downloaded structmeta-derive v0.3.0 |
1152 | 2024-12-28T04:18:17.044Z | Downloaded defmt-parser v0.3.4 |
1153 | 2024-12-28T04:18:17.047Z | Downloaded crossbeam-deque v0.8.5 |
1154 | 2024-12-28T04:18:17.047Z | Downloaded const-random-macro v0.1.16 |
1155 | 2024-12-28T04:18:17.049Z | Downloaded cobs v0.2.3 |
1156 | 2024-12-28T04:18:17.049Z | Downloaded deranged v0.3.11 |
1157 | 2024-12-28T04:18:17.052Z | Downloaded serde_tokenstream v0.2.2 |
1158 | 2024-12-28T04:18:17.052Z | Downloaded same-file v1.0.6 |
1159 | 2024-12-28T04:18:17.052Z | Downloaded dyn-clone v1.0.17 |
1160 | 2024-12-28T04:18:17.054Z | Downloaded rustc-hash v2.0.0 |
1161 | 2024-12-28T04:18:17.054Z | Downloaded colorchoice v1.0.2 |
1162 | 2024-12-28T04:18:17.056Z | Downloaded futures-core v0.3.30 |
1163 | 2024-12-28T04:18:17.056Z | Downloaded convert_case v0.4.0 |
1164 | 2024-12-28T04:18:17.065Z | Downloaded encoding_rs v0.8.34 |
1165 | 2024-12-28T04:18:17.266Z | Downloaded ring v0.16.20 |
1166 | 2024-12-28T04:18:18.245Z | Compiling proc-macro2 v1.0.86 |
1167 | 2024-12-28T04:18:18.245Z | Compiling unicode-ident v1.0.13 |
1168 | 2024-12-28T04:18:18.245Z | Compiling libc v0.2.167 |
1169 | 2024-12-28T04:18:18.245Z | Compiling cfg-if v1.0.0 |
1170 | 2024-12-28T04:18:18.248Z | Compiling serde v1.0.217 |
1171 | 2024-12-28T04:18:18.248Z | Compiling version_check v0.9.5 |
1172 | 2024-12-28T04:18:18.248Z | Compiling autocfg v1.3.0 |
1173 | 2024-12-28T04:18:18.248Z | Compiling byteorder v1.5.0 |
1174 | 2024-12-28T04:18:18.327Z | Compiling memchr v2.7.4 |
1175 | 2024-12-28T04:18:18.436Z | Compiling once_cell v1.20.2 |
1176 | 2024-12-28T04:18:18.747Z | Compiling itoa v1.0.11 |
1177 | 2024-12-28T04:18:18.818Z | Compiling ryu v1.0.18 |
1178 | 2024-12-28T04:18:18.829Z | Compiling allocator-api2 v0.2.18 |
1179 | 2024-12-28T04:18:18.913Z | Compiling libm v0.2.8 |
1180 | 2024-12-28T04:18:18.941Z | Compiling pin-project-lite v0.2.14 |
1181 | 2024-12-28T04:18:19.038Z | Compiling lock_api v0.4.12 |
1182 | 2024-12-28T04:18:19.068Z | Compiling scopeguard v1.2.0 |
1183 | 2024-12-28T04:18:19.148Z | Compiling parking_lot_core v0.9.10 |
1184 | 2024-12-28T04:18:19.199Z | Compiling equivalent v1.0.1 |
1185 | 2024-12-28T04:18:19.293Z | Compiling thiserror v1.0.69 |
1186 | 2024-12-28T04:18:19.652Z | Compiling portable-atomic v1.8.0 |
1187 | 2024-12-28T04:18:19.667Z | Compiling ahash v0.8.11 |
1188 | 2024-12-28T04:18:19.972Z | Compiling quote v1.0.37 |
1189 | 2024-12-28T04:18:20.107Z | Compiling shlex v1.3.0 |
1190 | 2024-12-28T04:18:20.293Z | Compiling log v0.4.22 |
1191 | 2024-12-28T04:18:20.323Z | Compiling futures-core v0.3.30 |
1192 | 2024-12-28T04:18:20.535Z | Compiling syn v2.0.87 |
1193 | 2024-12-28T04:18:20.575Z | Compiling getrandom v0.2.15 |
1194 | 2024-12-28T04:18:20.653Z | Compiling mio v1.0.2 |
1195 | 2024-12-28T04:18:20.706Z | Compiling socket2 v0.5.8 |
1196 | 2024-12-28T04:18:20.793Z | Compiling signal-hook-registry v1.4.2 |
1197 | 2024-12-28T04:18:20.887Z | Compiling cc v1.1.21 |
1198 | 2024-12-28T04:18:20.911Z | Compiling iana-time-zone v0.1.61 |
1199 | 2024-12-28T04:18:21.319Z | Compiling fnv v1.0.7 |
1200 | 2024-12-28T04:18:21.439Z | Compiling schemars v0.8.21 |
1201 | 2024-12-28T04:18:21.480Z | Compiling dyn-clone v1.0.17 |
1202 | 2024-12-28T04:18:21.750Z | Compiling futures-sink v0.3.30 |
1203 | 2024-12-28T04:18:21.841Z | Compiling slab v0.4.9 |
1204 | 2024-12-28T04:18:21.853Z | Compiling serde_json v1.0.133 |
1205 | 2024-12-28T04:18:21.862Z | Compiling num-traits v0.2.19 |
1206 | 2024-12-28T04:18:21.903Z | Compiling bitflags v2.6.0 |
1207 | 2024-12-28T04:18:22.066Z | Compiling futures-channel v0.3.30 |
1208 | 2024-12-28T04:18:22.130Z | Compiling futures-task v0.3.30 |
1209 | 2024-12-28T04:18:22.348Z | Compiling futures-io v0.3.30 |
1210 | 2024-12-28T04:18:22.424Z | Compiling pin-utils v0.1.0 |
1211 | 2024-12-28T04:18:22.475Z | Compiling crunchy v0.2.2 |
1212 | 2024-12-28T04:18:22.505Z | Compiling heck v0.5.0 |
1213 | 2024-12-28T04:18:22.544Z | Compiling tiny-keccak v2.0.2 |
1214 | 2024-12-28T04:18:22.700Z | Compiling subtle v2.6.1 |
1215 | 2024-12-28T04:18:22.947Z | Compiling rustls-pki-types v1.8.0 |
1216 | 2024-12-28T04:18:23.105Z | Compiling spin v0.9.8 |
1217 | 2024-12-28T04:18:23.267Z | Compiling atomic-waker v1.1.2 |
1218 | 2024-12-28T04:18:23.345Z | Compiling untrusted v0.9.0 |
1219 | 2024-12-28T04:18:23.436Z | Compiling httparse v1.9.4 |
1220 | 2024-12-28T04:18:23.504Z | Compiling vcpkg v0.2.15 |
1221 | 2024-12-28T04:18:23.534Z | Compiling const-random-macro v0.1.16 |
1222 | 2024-12-28T04:18:23.876Z | Compiling pkg-config v0.3.31 |
1223 | 2024-12-28T04:18:23.970Z | Compiling ring v0.17.8 |
1224 | 2024-12-28T04:18:24.294Z | Compiling const-random v0.1.18 |
1225 | 2024-12-28T04:18:24.376Z | Compiling try-lock v0.2.5 |
1226 | 2024-12-28T04:18:24.400Z | Compiling zeroize v1.8.1 |
1227 | 2024-12-28T04:18:24.510Z | Compiling want v0.3.1 |
1228 | 2024-12-28T04:18:24.764Z | Compiling httpdate v1.0.3 |
1229 | 2024-12-28T04:18:24.844Z | Compiling slog v2.7.0 |
1230 | 2024-12-28T04:18:25.008Z | Compiling foreign-types-shared v0.1.1 |
1231 | 2024-12-28T04:18:25.045Z | Compiling openssl v0.10.66 |
1232 | 2024-12-28T04:18:25.101Z | Compiling foreign-types v0.3.2 |
1233 | 2024-12-28T04:18:25.141Z | Compiling tower-service v0.3.3 |
1234 | 2024-12-28T04:18:25.159Z | Compiling openssl-sys v0.9.103 |
1235 | 2024-12-28T04:18:25.180Z | Compiling native-tls v0.2.12 |
1236 | 2024-12-28T04:18:25.252Z | Compiling rustls v0.23.13 |
1237 | 2024-12-28T04:18:25.273Z | Compiling percent-encoding v2.3.1 |
1238 | 2024-12-28T04:18:25.457Z | Compiling tinyvec_macros v0.1.1 |
1239 | 2024-12-28T04:18:25.525Z | Compiling tinyvec v1.8.0 |
1240 | 2024-12-28T04:18:25.538Z | Compiling form_urlencoded v1.2.1 |
1241 | 2024-12-28T04:18:25.554Z | Compiling semver v1.0.23 |
1242 | 2024-12-28T04:18:25.660Z | Compiling openssl-probe v0.1.5 |
1243 | 2024-12-28T04:18:25.857Z | Compiling unicode-bidi v0.3.15 |
1244 | 2024-12-28T04:18:26.059Z | Compiling tracing-core v0.1.32 |
1245 | 2024-12-28T04:18:26.071Z | Compiling typenum v1.17.0 |
1246 | 2024-12-28T04:18:26.285Z | Compiling ucd-trie v0.1.6 |
1247 | 2024-12-28T04:18:27.017Z | Compiling unicode-normalization v0.1.24 |
1248 | 2024-12-28T04:18:27.029Z | Compiling rand_core v0.6.4 |
1249 | 2024-12-28T04:18:27.210Z | Compiling aho-corasick v1.1.3 |
1250 | 2024-12-28T04:18:27.472Z | Compiling generic-array v0.14.7 |
1251 | 2024-12-28T04:18:27.540Z | Compiling serde_derive_internals v0.29.1 |
1252 | 2024-12-28T04:18:27.583Z | Compiling encoding_rs v0.8.34 |
1253 | 2024-12-28T04:18:27.746Z | Compiling base64 v0.22.1 |
1254 | 2024-12-28T04:18:27.801Z | Compiling mime v0.3.17 |
1255 | 2024-12-28T04:18:28.181Z | Compiling idna v0.5.0 |
1256 | 2024-12-28T04:18:28.477Z | Compiling regex-syntax v0.8.4 |
1257 | 2024-12-28T04:18:28.537Z | Compiling rustls-pemfile v2.1.3 |
1258 | 2024-12-28T04:18:29.045Z | Compiling url v2.5.2 |
1259 | 2024-12-28T04:18:29.809Z | Compiling rustls-webpki v0.102.8 |
1260 | 2024-12-28T04:18:31.181Z | Compiling webpki-roots v0.26.6 |
1261 | 2024-12-28T04:18:31.390Z | Compiling num-conv v0.1.0 |
1262 | 2024-12-28T04:18:31.544Z | Compiling powerfmt v0.2.0 |
1263 | 2024-12-28T04:18:31.670Z | Compiling time-core v0.1.2 |
1264 | 2024-12-28T04:18:31.834Z | Compiling strsim v0.11.1 |
1265 | 2024-12-28T04:18:31.954Z | Compiling plain v0.2.3 |
1266 | 2024-12-28T04:18:32.007Z | Compiling winnow v0.6.18 |
1267 | 2024-12-28T04:18:32.092Z | Compiling regex-automata v0.4.7 |
1268 | 2024-12-28T04:18:32.248Z | Compiling ipnet v2.10.0 |
1269 | 2024-12-28T04:18:32.594Z | Compiling time-macros v0.2.18 |
1270 | 2024-12-28T04:18:32.937Z | Compiling deranged v0.3.11 |
1271 | 2024-12-28T04:18:33.080Z | Compiling serde_derive v1.0.217 |
1272 | 2024-12-28T04:18:33.730Z | Compiling zerocopy-derive v0.7.35 |
1273 | 2024-12-28T04:18:33.952Z | Compiling tokio-macros v2.4.0 |
1274 | 2024-12-28T04:18:34.983Z | Compiling thiserror-impl v1.0.69 |
1275 | 2024-12-28T04:18:35.575Z | Compiling schemars_derive v0.8.21 |
1276 | 2024-12-28T04:18:35.616Z | Compiling futures-macro v0.3.30 |
1277 | 2024-12-28T04:18:35.833Z | Compiling zerocopy v0.7.35 |
1278 | 2024-12-28T04:18:35.995Z | Compiling openssl-macros v0.1.1 |
1279 | 2024-12-28T04:18:36.229Z | Compiling tracing-attributes v0.1.27 |
1280 | 2024-12-28T04:18:36.832Z | Compiling scroll_derive v0.12.0 |
1281 | 2024-12-28T04:18:37.575Z | Compiling futures-util v0.3.30 |
1282 | 2024-12-28T04:18:37.960Z | Compiling hashbrown v0.14.5 |
1283 | 2024-12-28T04:18:38.316Z | Compiling pest v2.7.13 |
1284 | 2024-12-28T04:18:38.609Z | Compiling scroll v0.12.0 |
1285 | 2024-12-28T04:18:39.153Z | Compiling goblin v0.8.2 |
1286 | 2024-12-28T04:18:39.408Z | Compiling regress v0.10.1 |
1287 | 2024-12-28T04:18:39.550Z | Compiling tracing v0.1.40 |
1288 | 2024-12-28T04:18:40.028Z | Compiling ppv-lite86 v0.2.20 |
1289 | 2024-12-28T04:18:40.189Z | Compiling regex v1.10.6 |
1290 | 2024-12-28T04:18:40.906Z | Compiling pest_meta v2.7.13 |
1291 | 2024-12-28T04:18:41.508Z | Compiling anyhow v1.0.94 |
1292 | 2024-12-28T04:18:42.122Z | Compiling pest_generator v2.7.13 |
1293 | 2024-12-28T04:18:42.735Z | Compiling num_threads v0.1.7 |
1294 | 2024-12-28T04:18:42.855Z | Compiling pretty-hex v0.4.1 |
1295 | 2024-12-28T04:18:43.258Z | Compiling rand_chacha v0.3.1 |
1296 | 2024-12-28T04:18:43.402Z | Compiling sync_wrapper v1.0.1 |
1297 | 2024-12-28T04:18:43.544Z | Compiling usdt-impl v0.5.0 |
1298 | 2024-12-28T04:18:43.855Z | Compiling rand v0.8.5 |
1299 | 2024-12-28T04:18:44.042Z | Compiling block-buffer v0.10.4 |
1300 | 2024-12-28T04:18:44.246Z | Compiling crypto-common v0.1.6 |
1301 | 2024-12-28T04:18:44.419Z | Compiling thread-id v4.2.2 |
1302 | 2024-12-28T04:18:44.523Z | Compiling syn v1.0.109 |
1303 | 2024-12-28T04:18:44.569Z | Compiling omicron-workspace-hack v0.1.0 |
1304 | 2024-12-28T04:18:44.885Z | Compiling rustversion v1.0.17 |
1305 | 2024-12-28T04:18:45.005Z | Compiling unsafe-libyaml v0.2.11 |
1306 | 2024-12-28T04:18:45.057Z | Compiling pest_derive v2.7.13 |
1307 | 2024-12-28T04:18:45.598Z | Compiling match_cfg v0.1.0 |
1308 | 2024-12-28T04:18:45.676Z | Compiling ident_case v1.0.1 |
1309 | 2024-12-28T04:18:45.841Z | Compiling smallvec v1.13.2 |
1310 | 2024-12-28T04:18:45.983Z | Compiling dtrace-parser v0.2.0 |
1311 | 2024-12-28T04:18:46.746Z | Compiling darling_core v0.20.10 |
1312 | 2024-12-28T04:18:46.831Z | Compiling bytes v1.7.2 |
1313 | 2024-12-28T04:18:46.933Z | Compiling uuid v1.11.0 |
1314 | 2024-12-28T04:18:48.248Z | Compiling indexmap v2.5.0 |
1315 | 2024-12-28T04:18:48.329Z | Compiling http v1.2.0 |
1316 | 2024-12-28T04:18:49.904Z | Compiling http-body v1.0.1 |
1317 | 2024-12-28T04:18:50.146Z | Compiling parking_lot v0.12.3 |
1318 | 2024-12-28T04:18:50.402Z | Compiling serde_tokenstream v0.2.2 |
1319 | 2024-12-28T04:18:50.964Z | Compiling tokio v1.42.0 |
1320 | 2024-12-28T04:18:51.134Z | Compiling chrono v0.4.38 |
1321 | 2024-12-28T04:18:51.438Z | Compiling toml_datetime v0.6.8 |
1322 | 2024-12-28T04:18:52.015Z | Compiling http-body-util v0.1.2 |
1323 | 2024-12-28T04:18:52.958Z | Compiling serde_urlencoded v0.7.1 |
1324 | 2024-12-28T04:18:53.371Z | Compiling openapiv3 v2.0.0 |
1325 | 2024-12-28T04:18:53.373Z | Compiling serde_spanned v0.6.7 |
1326 | 2024-12-28T04:18:55.331Z | Compiling dof v0.3.0 |
1327 | 2024-12-28T04:18:55.342Z | Compiling serde_yaml v0.9.34+deprecated |
1328 | 2024-12-28T04:18:56.447Z | Compiling typify-impl v0.2.0 |
1329 | 2024-12-28T04:18:57.947Z | Compiling hostname v0.3.1 |
1330 | 2024-12-28T04:18:57.961Z | Compiling errno v0.3.9 |
1331 | 2024-12-28T04:18:57.984Z | Compiling dirs-sys-next v0.1.2 |
1332 | 2024-12-28T04:18:58.183Z | Compiling paste v1.0.15 |
1333 | 2024-12-28T04:18:58.204Z | Compiling camino v1.1.9 |
1334 | 2024-12-28T04:18:58.682Z | Compiling cpufeatures v0.2.14 |
1335 | 2024-12-28T04:18:58.769Z | Compiling rustls v0.22.4 |
1336 | 2024-12-28T04:18:58.834Z | Compiling dirs-next v2.0.0 |
1337 | 2024-12-28T04:18:58.847Z | Compiling darling_macro v0.20.10 |
1338 | 2024-12-28T04:18:59.013Z | Compiling futures-executor v0.3.30 |
1339 | 2024-12-28T04:18:59.655Z | Compiling async-trait v0.1.83 |
1340 | 2024-12-28T04:18:59.933Z | Compiling tokio-util v0.7.12 |
1341 | 2024-12-28T04:18:59.947Z | Compiling usdt-macro v0.5.0 |
1342 | 2024-12-28T04:19:00.085Z | Compiling usdt-attr-macro v0.5.0 |
1343 | 2024-12-28T04:19:00.285Z | Compiling memmap v0.7.0 |
1344 | 2024-12-28T04:19:00.661Z | Compiling instant v0.1.13 |
1345 | 2024-12-28T04:19:00.797Z | Compiling slog-async v2.8.0 |
1346 | 2024-12-28T04:19:01.262Z | Compiling h2 v0.4.6 |
1347 | 2024-12-28T04:19:01.461Z | Compiling darling v0.20.10 |
1348 | 2024-12-28T04:19:02.007Z | Compiling futures v0.3.30 |
1349 | 2024-12-28T04:19:02.111Z | Compiling term v0.7.0 |
1350 | 2024-12-28T04:19:04.537Z | Compiling is-terminal v0.4.13 |
1351 | 2024-12-28T04:19:04.671Z | Compiling multer v3.1.0 |
1352 | 2024-12-28T04:19:05.732Z | Compiling take_mut v0.2.2 |
1353 | 2024-12-28T04:19:05.883Z | Compiling tokio-native-tls v0.3.1 |
1354 | 2024-12-28T04:19:06.161Z | Compiling hyper v1.5.1 |
1355 | 2024-12-28T04:19:08.550Z | Compiling serde_with_macros v3.9.0 |
1356 | 2024-12-28T04:19:09.551Z | Compiling hyper-util v0.1.10 |
1357 | 2024-12-28T04:19:10.945Z | Compiling tokio-rustls v0.26.0 |
1358 | 2024-12-28T04:19:11.050Z | Compiling ipnetwork v0.20.0 |
1359 | 2024-12-28T04:19:11.324Z | Compiling strum_macros v0.26.4 |
1360 | 2024-12-28T04:19:12.158Z | Compiling async-stream-impl v0.3.5 |
1361 | 2024-12-28T04:19:12.623Z | Compiling structmeta-derive v0.3.0 |
1362 | 2024-12-28T04:19:13.536Z | Compiling dropshot v0.12.0 |
1363 | 2024-12-28T04:19:13.866Z | Compiling crossbeam-utils v0.8.20 |
1364 | 2024-12-28T04:19:14.334Z | Compiling debug-ignore v1.0.5 |
1365 | 2024-12-28T04:19:14.471Z | Compiling async-stream v0.3.5 |
1366 | 2024-12-28T04:19:14.482Z | Compiling hyper-tls v0.6.0 |
1367 | 2024-12-28T04:19:14.831Z | Compiling hyper-rustls v0.27.3 |
1368 | 2024-12-28T04:19:14.972Z | Compiling serde_with v3.9.0 |
1369 | 2024-12-28T04:19:15.409Z | Compiling structmeta v0.3.0 |
1370 | 2024-12-28T04:19:15.976Z | Compiling strum v0.26.3 |
1371 | 2024-12-28T04:19:16.911Z | Compiling dropshot_endpoint v0.12.0 |
1372 | 2024-12-28T04:19:17.063Z | Compiling serde_path_to_error v0.1.16 |
1373 | 2024-12-28T04:19:17.963Z | Compiling waitgroup v0.1.2 |
1374 | 2024-12-28T04:19:18.212Z | Compiling hostname v0.4.0 |
1375 | 2024-12-28T04:19:18.497Z | Compiling parse-display-derive v0.10.0 |
1376 | 2024-12-28T04:19:18.861Z | Compiling reqwest v0.12.9 |
1377 | 2024-12-28T04:19:20.621Z | Compiling hex v0.4.3 |
1378 | 2024-12-28T04:19:21.158Z | Compiling digest v0.10.7 |
1379 | 2024-12-28T04:19:21.268Z | Compiling time v0.3.36 |
1380 | 2024-12-28T04:19:21.523Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1381 | 2024-12-28T04:19:21.535Z | Compiling rustix v0.38.37 |
1382 | 2024-12-28T04:19:21.679Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1383 | 2024-12-28T04:19:21.833Z | Compiling progenitor-client v0.8.0 |
1384 | 2024-12-28T04:19:22.147Z | Compiling typify-macro v0.2.0 |
1385 | 2024-12-28T04:19:22.315Z | Compiling macaddr v1.0.1 |
1386 | 2024-12-28T04:19:22.354Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1387 | 2024-12-28T04:19:22.532Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1388 | 2024-12-28T04:19:23.096Z | Compiling parse-display v0.10.0 |
1389 | 2024-12-28T04:19:23.345Z | Compiling utf8parse v0.2.2 |
1390 | 2024-12-28T04:19:23.910Z | Compiling anstyle-parse v0.2.5 |
1391 | 2024-12-28T04:19:24.367Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1392 | 2024-12-28T04:19:25.342Z | Compiling thread_local v1.1.8 |
1393 | 2024-12-28T04:19:26.015Z | Compiling anstyle-query v1.1.1 |
1394 | 2024-12-28T04:19:26.026Z | Compiling lazy_static v1.5.0 |
1395 | 2024-12-28T04:19:26.140Z | Compiling anstyle v1.0.10 |
1396 | 2024-12-28T04:19:26.163Z | Compiling is_terminal_polyfill v1.70.1 |
1397 | 2024-12-28T04:19:26.276Z | Compiling colorchoice v1.0.2 |
1398 | 2024-12-28T04:19:26.297Z | Compiling unicode-width v0.1.14 |
1399 | 2024-12-28T04:19:26.597Z | Compiling anstream v0.6.15 |
1400 | 2024-12-28T04:19:26.803Z | Compiling usdt v0.5.0 |
1401 | 2024-12-28T04:19:27.149Z | Compiling slog-json v2.6.1 |
1402 | 2024-12-28T04:19:27.161Z | Compiling typify v0.2.0 |
1403 | 2024-12-28T04:19:27.285Z | Compiling progenitor-impl v0.8.0 |
1404 | 2024-12-28T04:19:27.397Z | Compiling crossbeam-channel v0.5.13 |
1405 | 2024-12-28T04:19:27.409Z | Compiling toml_edit v0.22.21 |
1406 | 2024-12-28T04:19:27.518Z | Compiling clap_lex v0.7.4 |
1407 | 2024-12-28T04:19:28.107Z | Compiling slog-bunyan v2.5.0 |
1408 | 2024-12-28T04:19:28.598Z | Compiling slog-term v2.9.1 |
1409 | 2024-12-28T04:19:29.841Z | Compiling sha1 v0.10.6 |
1410 | 2024-12-28T04:19:30.061Z | Compiling tokio-rustls v0.25.0 |
1411 | 2024-12-28T04:19:30.280Z | Compiling newtype-uuid v1.1.0 |
1412 | 2024-12-28T04:19:30.484Z | Compiling winnow v0.5.40 |
1413 | 2024-12-28T04:19:30.580Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1414 | 2024-12-28T04:19:30.943Z | Compiling toml v0.8.19 |
1415 | 2024-12-28T04:19:34.834Z | Compiling toml_edit v0.19.15 |
1416 | 2024-12-28T04:19:36.762Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1417 | 2024-12-28T04:19:37.112Z | Compiling backoff v0.4.0 |
1418 | 2024-12-28T04:19:37.199Z | Compiling regress v0.9.1 |
1419 | 2024-12-28T04:19:37.492Z | Compiling clap_derive v4.5.18 |
1420 | 2024-12-28T04:19:38.213Z | Compiling progenitor-macro v0.8.0 |
1421 | 2024-12-28T04:19:38.427Z | Compiling heapless v0.8.0 |
1422 | 2024-12-28T04:19:39.246Z | Compiling proc-macro-crate v1.3.1 |
1423 | 2024-12-28T04:19:40.949Z | Compiling hash32 v0.3.1 |
1424 | 2024-12-28T04:19:41.171Z | Compiling smoltcp v0.11.0 |
1425 | 2024-12-28T04:19:41.279Z | Compiling stable_deref_trait v1.2.0 |
1426 | 2024-12-28T04:19:41.378Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1427 | 2024-12-28T04:19:41.824Z | Compiling num_enum_derive v0.5.11 |
1428 | 2024-12-28T04:19:42.070Z | Compiling terminal_size v0.4.0 |
1429 | 2024-12-28T04:19:42.787Z | Compiling foreign-types-macros v0.2.3 |
1430 | 2024-12-28T04:19:42.847Z | Compiling proc-macro-error-attr v1.0.4 |
1431 | 2024-12-28T04:19:43.179Z | Compiling foreign-types-shared v0.3.1 |
1432 | 2024-12-28T04:19:43.285Z | Compiling bitflags v1.3.2 |
1433 | 2024-12-28T04:19:43.381Z | Compiling either v1.13.0 |
1434 | 2024-12-28T04:19:44.207Z | Compiling managed v0.8.0 |
1435 | 2024-12-28T04:19:44.404Z | Compiling heck v0.4.1 |
1436 | 2024-12-28T04:19:44.726Z | Compiling cobs v0.2.3 |
1437 | 2024-12-28T04:19:45.028Z | Compiling postcard v1.0.10 |
1438 | 2024-12-28T04:19:45.137Z | Compiling num_enum v0.5.11 |
1439 | 2024-12-28T04:19:45.293Z | Compiling foreign-types v0.5.0 |
1440 | 2024-12-28T04:19:45.459Z | Compiling clap_builder v4.5.23 |
1441 | 2024-12-28T04:19:45.704Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1442 | 2024-12-28T04:19:47.107Z | Compiling num-integer v0.1.46 |
1443 | 2024-12-28T04:19:47.770Z | Compiling cstr-argument v0.1.2 |
1444 | 2024-12-28T04:19:47.887Z | Compiling proc-macro-error v1.0.4 |
1445 | 2024-12-28T04:19:48.039Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1446 | 2024-12-28T04:19:48.218Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1447 | 2024-12-28T04:19:48.362Z | Compiling pretty-hex v0.2.1 |
1448 | 2024-12-28T04:19:48.372Z | Compiling fastrand v2.1.1 |
1449 | 2024-12-28T04:19:48.535Z | Compiling float-ord v0.3.2 |
1450 | 2024-12-28T04:19:48.691Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1451 | 2024-12-28T04:19:48.981Z | Compiling tempfile v3.12.0 |
1452 | 2024-12-28T04:19:49.161Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1453 | 2024-12-28T04:19:49.226Z | Compiling clap v4.5.23 |
1454 | 2024-12-28T04:19:49.458Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1455 | 2024-12-28T04:19:49.998Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1456 | 2024-12-28T04:19:50.314Z | Compiling tabwriter v1.4.0 |
1457 | 2024-12-28T04:19:50.921Z | Compiling colored v2.1.0 |
1458 | 2024-12-28T04:19:51.017Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1459 | 2024-12-28T04:19:51.499Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1460 | 2024-12-28T04:19:51.816Z | Compiling crucible-workspace-hack v0.1.0 |
1461 | 2024-12-28T04:19:52.606Z | Compiling num-rational v0.4.2 |
1462 | 2024-12-28T04:19:52.700Z | Compiling num-iter v0.1.45 |
1463 | 2024-12-28T04:19:53.121Z | Compiling num-complex v0.4.6 |
1464 | 2024-12-28T04:19:53.348Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1465 | 2024-12-28T04:19:53.525Z | Compiling progenitor v0.8.0 |
1466 | 2024-12-28T04:19:53.668Z | Compiling prettyplease v0.2.22 |
1467 | 2024-12-28T04:19:53.701Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1468 | 2024-12-28T04:19:53.728Z | Compiling semver v0.1.20 |
1469 | 2024-12-28T04:19:53.976Z | Compiling unicode-segmentation v1.12.0 |
1470 | 2024-12-28T04:19:54.211Z | Compiling num v0.4.3 |
1471 | 2024-12-28T04:19:54.304Z | Compiling rustc_version v0.1.7 |
1472 | 2024-12-28T04:19:54.333Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1473 | 2024-12-28T04:19:54.764Z | Compiling newline-converter v0.3.0 |
1474 | 2024-12-28T04:19:54.963Z | Compiling zone_cfg_derive v0.3.0 |
1475 | 2024-12-28T04:19:56.466Z | Compiling camino-tempfile v1.1.1 |
1476 | 2024-12-28T04:19:56.899Z | Compiling itertools v0.10.5 |
1477 | 2024-12-28T04:19:56.935Z | Compiling console v0.15.8 |
1478 | 2024-12-28T04:19:56.952Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1479 | 2024-12-28T04:19:58.281Z | Compiling num-derive v0.4.2 |
1480 | 2024-12-28T04:19:58.506Z | Compiling sigpipe v0.1.3 |
1481 | 2024-12-28T04:19:58.615Z | Compiling base64ct v1.6.0 |
1482 | 2024-12-28T04:19:58.753Z | Compiling similar v2.6.0 |
1483 | 2024-12-28T04:19:59.237Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1484 | 2024-12-28T04:19:59.249Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1485 | 2024-12-28T04:19:59.562Z | Compiling static_assertions v1.1.0 |
1486 | 2024-12-28T04:19:59.661Z | Compiling zone v0.3.0 |
1487 | 2024-12-28T04:19:59.911Z | Compiling expectorate v1.1.0 |
1488 | 2024-12-28T04:20:00.093Z | Compiling password-hash v0.5.0 |
1489 | 2024-12-28T04:20:00.539Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1490 | 2024-12-28T04:20:00.663Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1491 | 2024-12-28T04:20:01.542Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1492 | 2024-12-28T04:20:01.926Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1493 | 2024-12-28T04:20:02.122Z | Compiling newtype_derive v0.1.6 |
1494 | 2024-12-28T04:20:02.418Z | Compiling blake2 v0.10.6 |
1495 | 2024-12-28T04:20:02.542Z | Compiling hubpack_derive v0.1.1 |
1496 | 2024-12-28T04:20:03.147Z | Compiling smf v0.2.3 |
1497 | 2024-12-28T04:20:03.531Z | Compiling zerocopy-derive v0.6.6 |
1498 | 2024-12-28T04:20:04.275Z | Compiling fixedbitset v0.4.2 |
1499 | 2024-12-28T04:20:04.805Z | Compiling owo-colors v4.1.0 |
1500 | 2024-12-28T04:20:04.819Z | Compiling whoami v1.5.2 |
1501 | 2024-12-28T04:20:04.886Z | Compiling cancel-safe-futures v0.1.5 |
1502 | 2024-12-28T04:20:05.237Z | Compiling petgraph v0.6.5 |
1503 | 2024-12-28T04:20:05.279Z | Compiling hubpack v0.1.2 |
1504 | 2024-12-28T04:20:05.538Z | Compiling argon2 v0.5.3 |
1505 | 2024-12-28T04:20:05.661Z | Compiling zerocopy v0.6.6 |
1506 | 2024-12-28T04:20:06.545Z | Compiling strum_macros v0.25.3 |
1507 | 2024-12-28T04:20:07.014Z | Compiling serde-big-array v0.5.1 |
1508 | 2024-12-28T04:20:07.236Z | Compiling serde_repr v0.1.19 |
1509 | 2024-12-28T04:20:08.521Z | Compiling cookie v0.18.1 |
1510 | 2024-12-28T04:20:08.849Z | Compiling convert_case v0.4.0 |
1511 | 2024-12-28T04:20:09.268Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1512 | 2024-12-28T04:20:09.657Z | Compiling derive_more v0.99.18 |
1513 | 2024-12-28T04:20:10.349Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1514 | 2024-12-28T04:20:10.672Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1515 | 2024-12-28T04:20:13.009Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1516 | 2024-12-28T04:20:13.702Z | Compiling atomicwrites v0.4.4 |
1517 | 2024-12-28T04:20:14.089Z | Compiling itertools v0.13.0 |
1518 | 2024-12-28T04:20:16.518Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1519 | 2024-12-28T04:20:17.330Z | Compiling libsw v3.3.1 |
1520 | 2024-12-28T04:20:17.386Z | Compiling derive-where v1.2.7 |
1521 | 2024-12-28T04:20:17.426Z | Compiling enum-as-inner v0.6.1 |
1522 | 2024-12-28T04:20:17.442Z | Compiling idna v0.4.0 |
1523 | 2024-12-28T04:20:17.645Z | Compiling indent_write v2.2.0 |
1524 | 2024-12-28T04:20:17.846Z | Compiling linked-hash-map v0.5.6 |
1525 | 2024-12-28T04:20:18.203Z | Compiling linear-map v1.2.0 |
1526 | 2024-12-28T04:20:18.561Z | Compiling swrite v0.1.0 |
1527 | 2024-12-28T04:20:18.589Z | Compiling highway v1.2.0 |
1528 | 2024-12-28T04:20:18.682Z | Compiling quick-error v1.2.3 |
1529 | 2024-12-28T04:20:18.832Z | Compiling data-encoding v2.6.0 |
1530 | 2024-12-28T04:20:19.377Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1531 | 2024-12-28T04:20:19.432Z | Compiling resolv-conf v0.7.0 |
1532 | 2024-12-28T04:20:20.671Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1533 | 2024-12-28T04:20:21.622Z | Compiling hickory-proto v0.24.1 |
1534 | 2024-12-28T04:20:21.624Z | Compiling lru-cache v0.1.2 |
1535 | 2024-12-28T04:20:23.395Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1536 | 2024-12-28T04:20:23.842Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1537 | 2024-12-28T04:20:24.511Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1538 | 2024-12-28T04:20:24.683Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1539 | 2024-12-28T04:20:25.642Z | Compiling steno v0.4.1 |
1540 | 2024-12-28T04:20:29.050Z | Compiling slog-dtrace v0.3.0 |
1541 | 2024-12-28T04:20:29.202Z | Compiling parking_lot_core v0.8.6 |
1542 | 2024-12-28T04:20:29.349Z | Compiling humantime v2.1.0 |
1543 | 2024-12-28T04:20:29.639Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1544 | 2024-12-28T04:20:30.878Z | Compiling hickory-resolver v0.24.1 |
1545 | 2024-12-28T04:20:30.897Z | Compiling num-derive v0.3.3 |
1546 | 2024-12-28T04:20:31.253Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1547 | 2024-12-28T04:20:32.110Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1548 | 2024-12-28T04:20:32.410Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1549 | 2024-12-28T04:20:33.033Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1550 | 2024-12-28T04:20:33.091Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1551 | 2024-12-28T04:20:33.136Z | Compiling smartstring v1.0.1 |
1552 | 2024-12-28T04:20:33.306Z | Compiling half v2.4.1 |
1553 | 2024-12-28T04:20:33.484Z | Compiling ciborium-io v0.2.2 |
1554 | 2024-12-28T04:20:33.860Z | Compiling ciborium-ll v0.2.2 |
1555 | 2024-12-28T04:20:34.066Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1556 | 2024-12-28T04:20:34.245Z | Compiling parking_lot v0.11.2 |
1557 | 2024-12-28T04:20:35.962Z | Compiling proc-macro-crate v3.2.0 |
1558 | 2024-12-28T04:20:35.973Z | Compiling crossbeam-epoch v0.9.18 |
1559 | 2024-12-28T04:20:35.973Z | Compiling fxhash v0.2.1 |
1560 | 2024-12-28T04:20:35.973Z | Compiling crc32fast v1.4.2 |
1561 | 2024-12-28T04:20:35.973Z | Compiling spin v0.5.2 |
1562 | 2024-12-28T04:20:36.133Z | Compiling no-std-compat v0.4.1 |
1563 | 2024-12-28T04:20:36.173Z | Compiling sled v0.34.7 |
1564 | 2024-12-28T04:20:36.201Z | Compiling num_enum_derive v0.7.3 |
1565 | 2024-12-28T04:20:36.239Z | Compiling ciborium v0.2.2 |
1566 | 2024-12-28T04:20:37.423Z | Compiling thin-vec v0.2.13 |
1567 | 2024-12-28T04:20:37.934Z | Compiling rhai_codegen v2.2.0 |
1568 | 2024-12-28T04:20:38.027Z | Compiling minimal-lexical v0.2.1 |
1569 | 2024-12-28T04:20:38.602Z | Compiling nom v7.1.3 |
1570 | 2024-12-28T04:20:38.852Z | Compiling num_enum v0.7.3 |
1571 | 2024-12-28T04:20:39.010Z | Compiling diff v0.1.13 |
1572 | 2024-12-28T04:20:39.012Z | Compiling yansi v1.0.1 |
1573 | 2024-12-28T04:20:39.576Z | Compiling pretty_assertions v1.4.1 |
1574 | 2024-12-28T04:20:40.828Z | Compiling rhai v1.20.0 |
1575 | 2024-12-28T04:20:45.320Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1576 | 2024-12-28T04:20:45.488Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1577 | 2024-12-28T04:20:52.379Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1578 | 2024-12-28T04:20:53.644Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1579 | 2024-12-28T04:20:55.123Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1580 | 2024-12-28T04:20:57.567Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1581 | 2024-12-28T04:21:34.609Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 17s |
1582 | 2024-12-28T04:21:34.806Z | ──────────── |
1583 | 2024-12-28T04:21:34.806Z | Nextest run ID 02a55cde-2360-48b2-89f4-61230d8602f6 with nextest profile: default |
1584 | 2024-12-28T04:21:34.806Z | Starting 11 tests across 1 binary |
1585 | 2024-12-28T04:21:34.829Z | PASS [ 0.016s] bgp messages::tests::header_round_trip |
1586 | 2024-12-28T04:21:34.837Z | PASS [ 0.030s] bgp messages::tests::open_round_trip |
1587 | 2024-12-28T04:21:34.841Z | PASS [ 0.033s] bgp messages::tests::update_round_trip |
1588 | 2024-12-28T04:21:34.845Z | PASS [ 0.038s] bgp messages::tests::prefix_within |
1589 | 2024-12-28T04:21:34.860Z | PASS [ 0.053s] bgp policy::test::shape_update_prefixes |
1590 | 2024-12-28T04:21:34.862Z | PASS [ 0.053s] bgp policy::test::open_add_4byte_as |
1591 | 2024-12-28T04:21:34.864Z | PASS [ 0.056s] bgp policy::test::update_drop_on_no_export |
1592 | 2024-12-28T04:21:34.867Z | PASS [ 0.060s] bgp policy::test::open_require_4byte_as |
1593 | 2024-12-28T04:21:34.870Z | PASS [ 0.041s] bgp policy::test::update_shape_community |
1594 | 2024-12-28T04:21:47.944Z | PASS [ 13.106s] bgp test::test_basic_peering |
1595 | 2024-12-28T04:21:49.951Z | PASS [ 15.106s] bgp test::test_basic_update |
1596 | 2024-12-28T04:21:49.953Z | ──────────── |
1597 | 2024-12-28T04:21:49.953Z | Summary [ 15.142s] 11 tests run: 11 passed, 0 skipped |
1598 | 2024-12-28T04:21:49.968Z | + cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/ |
1599 | 2024-12-28T04:21:49.971Z | process exited: duration 408812 ms, exit code 0 |
|
1600 | 2024-12-28T04:21:49.982Z | found 4 output files |
1601 | 2024-12-28T04:21:49.982Z | uploading: /work/r1.basic_peering.log (7872 bytes) |
1602 | 2024-12-28T04:21:50.994Z | uploaded: /work/r1.basic_peering.log |
1603 | 2024-12-28T04:21:50.994Z | uploading: /work/r1.basic_update.log (5504 bytes) |
1604 | 2024-12-28T04:21:52.005Z | uploaded: /work/r1.basic_update.log |
1605 | 2024-12-28T04:21:52.005Z | uploading: /work/r2.basic_peering.log (9266 bytes) |
1606 | 2024-12-28T04:21:53.015Z | uploaded: /work/r2.basic_peering.log |
1607 | 2024-12-28T04:21:53.015Z | uploading: /work/r2.basic_update.log (8373 bytes) |
1608 | 2024-12-28T04:21:54.025Z | uploaded: /work/r2.basic_update.log |