|
|
|
1 | 2025-02-25T23:48:40.576Z | job assigned to worker 01JMZR546YY28MNXSMTBSJTK77 [factory aws, i-0329842a8a6b3bdf1] (queued for 15 m 51 s) |
|
2 | 2025-02-25T23:48:48.891Z | starting task 0: "setup" |
3 | 2025-02-25T23:48:48.898Z | ++ uname -s |
4 | 2025-02-25T23:48:48.901Z | + kern=SunOS |
5 | 2025-02-25T23:48:48.901Z | + build_user=build |
6 | 2025-02-25T23:48:48.901Z | + build_uid=12345 |
7 | 2025-02-25T23:48:48.901Z | + work_dir=/work |
8 | 2025-02-25T23:48:48.901Z | + input_dir=/input |
9 | 2025-02-25T23:48:48.901Z | + [[ 0 == 12345 ]] |
10 | 2025-02-25T23:48:48.901Z | + case "$kern" in |
11 | 2025-02-25T23:48:48.901Z | + groupadd -g 12345 build |
12 | 2025-02-25T23:48:48.904Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-25T23:48:50.911Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-25T23:48:51.038Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-25T23:48:51.041Z | + home_fs=zfs |
16 | 2025-02-25T23:48:51.041Z | + [[ zfs == autofs ]] |
17 | 2025-02-25T23:48:51.041Z | + mkdir -p /home/build |
18 | 2025-02-25T23:48:51.044Z | + chown build:build /home/build /work |
19 | 2025-02-25T23:48:53.045Z | + chmod 0700 /home/build /work |
20 | 2025-02-25T23:48:53.047Z | process exited: duration 4156 ms, exit code 0 |
|
21 | 2025-02-25T23:48:53.053Z | starting task 1: "rust-toolchain" |
22 | 2025-02-25T23:48:53.059Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-02-25T23:48:53.059Z | * rust toolchain channel = "stable" |
24 | 2025-02-25T23:48:53.059Z | * rust toolchain profile = "default" |
25 | 2025-02-25T23:48:53.059Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-25T23:48:53.059Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-25T23:48:53.059Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-25T23:48:53.062Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-25T23:48:53.062Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-02-25T23:48:53.176Z | info: downloading installer |
31 | 2025-02-25T23:48:54.686Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-25T23:48:54.686Z | warning: /opt/ooce/bin |
33 | 2025-02-25T23:48:54.686Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-25T23:48:54.686Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-25T23:48:54.686Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-25T23:48:54.686Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-25T23:48:54.686Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-25T23:48:54.686Z | error: cannot install while Rust is installed |
39 | 2025-02-25T23:48:54.686Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-25T23:48:54.698Z | info: profile set to 'default' |
41 | 2025-02-25T23:48:54.698Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-25T23:48:54.702Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-02-25T23:48:54.840Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-25T23:48:54.840Z | info: downloading component 'cargo' |
45 | 2025-02-25T23:48:55.586Z | info: downloading component 'clippy' |
46 | 2025-02-25T23:48:55.873Z | info: downloading component 'rust-docs' |
47 | 2025-02-25T23:48:57.002Z | info: downloading component 'rust-std' |
48 | 2025-02-25T23:48:58.661Z | info: downloading component 'rustc' |
49 | 2025-02-25T23:49:04.384Z | info: downloading component 'rustfmt' |
50 | 2025-02-25T23:49:04.596Z | info: installing component 'cargo' |
51 | 2025-02-25T23:49:05.411Z | info: installing component 'clippy' |
52 | 2025-02-25T23:49:05.794Z | info: installing component 'rust-docs' |
53 | 2025-02-25T23:49:07.474Z | info: installing component 'rust-std' |
54 | 2025-02-25T23:49:09.376Z | info: installing component 'rustc' |
55 | 2025-02-25T23:49:15.162Z | info: installing component 'rustfmt' |
56 | 2025-02-25T23:49:15.499Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-02-25T23:49:15.499Z | |
58 | 2025-02-25T23:49:15.877Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-25T23:49:15.877Z | |
60 | 2025-02-25T23:49:15.880Z | |
61 | 2025-02-25T23:49:15.880Z | Rust is installed now. Great! |
62 | 2025-02-25T23:49:15.880Z | |
63 | 2025-02-25T23:49:15.880Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-25T23:49:15.880Z | environment variable. This has not been done automatically. |
65 | 2025-02-25T23:49:15.880Z | |
66 | 2025-02-25T23:49:15.880Z | To configure your current shell, you need to source |
67 | 2025-02-25T23:49:15.880Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-25T23:49:15.880Z | |
69 | 2025-02-25T23:49:15.881Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-25T23:49:15.881Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-25T23:49:15.881Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-25T23:49:15.958Z | + rustup --version |
73 | 2025-02-25T23:49:15.966Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-25T23:49:15.966Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-25T23:49:16.046Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-25T23:49:16.049Z | + cargo --version |
77 | 2025-02-25T23:49:16.105Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-25T23:49:16.108Z | + rustc --version |
79 | 2025-02-25T23:49:16.171Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-25T23:49:16.174Z | process exited: duration 23121 ms, exit code 0 |
|
81 | 2025-02-25T23:49:16.180Z | starting task 2: "authentication" |
82 | 2025-02-25T23:49:16.202Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-25T23:49:16.207Z | starting task 3: "clone repository" |
84 | 2025-02-25T23:49:16.212Z | + mkdir -p /work/oxidecomputer/propolis |
85 | 2025-02-25T23:49:16.214Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
86 | 2025-02-25T23:49:16.256Z | Cloning into '/work/oxidecomputer/propolis'... |
87 | 2025-02-25T23:49:17.299Z | + cd /work/oxidecomputer/propolis |
88 | 2025-02-25T23:49:17.299Z | + git fetch origin ca88843a08bd7246f1133377942a5076361b8a1e |
89 | 2025-02-25T23:49:17.641Z | From https://github.com/oxidecomputer/propolis |
90 | 2025-02-25T23:49:17.641Z | * branch ca88843a08bd7246f1133377942a5076361b8a1e -> FETCH_HEAD |
91 | 2025-02-25T23:49:17.648Z | + [[ -n gjcolombo/phd-vcr-smoke-test ]] |
92 | 2025-02-25T23:49:17.651Z | ++ git branch --show-current |
93 | 2025-02-25T23:49:17.660Z | + current=master |
94 | 2025-02-25T23:49:17.660Z | + [[ master != gjcolombo/phd-vcr-smoke-test ]] |
95 | 2025-02-25T23:49:17.661Z | + git branch -f gjcolombo/phd-vcr-smoke-test ca88843a08bd7246f1133377942a5076361b8a1e |
96 | 2025-02-25T23:49:17.661Z | + git checkout -f gjcolombo/phd-vcr-smoke-test |
97 | 2025-02-25T23:49:17.700Z | Switched to branch 'gjcolombo/phd-vcr-smoke-test' |
98 | 2025-02-25T23:49:17.703Z | + git reset --hard ca88843a08bd7246f1133377942a5076361b8a1e |
99 | 2025-02-25T23:49:17.748Z | HEAD is now at ca88843 phd: put less Crucible state into the inner struct |
100 | 2025-02-25T23:49:17.751Z | process exited: duration 1541 ms, exit code 0 |
|
101 | 2025-02-25T23:49:17.756Z | starting task 4: "build" |
102 | 2025-02-25T23:49:17.762Z | + cargo --version |
103 | 2025-02-25T23:49:17.815Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
104 | 2025-02-25T23:49:17.818Z | + rustc --version |
105 | 2025-02-25T23:49:17.881Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
106 | 2025-02-25T23:49:17.884Z | + banner check |
107 | 2025-02-25T23:49:17.887Z | |
108 | 2025-02-25T23:49:17.887Z | #### # # ###### #### # # |
109 | 2025-02-25T23:49:17.887Z | # # # # # # # # # |
110 | 2025-02-25T23:49:17.887Z | # ###### ##### # #### |
111 | 2025-02-25T23:49:17.887Z | # # # # # # # |
112 | 2025-02-25T23:49:17.887Z | # # # # # # # # # |
113 | 2025-02-25T23:49:17.887Z | #### # # ###### #### # # |
114 | 2025-02-25T23:49:17.890Z | |
115 | 2025-02-25T23:49:17.890Z | + ptime -m cargo check --features falcon |
116 | 2025-02-25T23:49:18.056Z | Updating crates.io index |
117 | 2025-02-25T23:49:18.060Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
118 | 2025-02-25T23:49:19.892Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
119 | 2025-02-25T23:49:27.148Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
120 | 2025-02-25T23:49:27.497Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
121 | 2025-02-25T23:49:27.759Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
122 | 2025-02-25T23:49:28.015Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
123 | 2025-02-25T23:49:28.642Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-25T23:49:28.725Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
125 | 2025-02-25T23:49:29.226Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
126 | 2025-02-25T23:49:29.499Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
127 | 2025-02-25T23:49:29.778Z | Updating git repository `https://github.com/oxidecomputer/p4` |
128 | 2025-02-25T23:49:30.260Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
129 | 2025-02-25T23:49:31.023Z | Updating git repository `https://github.com/oxidecomputer/opte` |
130 | 2025-02-25T23:49:31.634Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
131 | 2025-02-25T23:49:32.252Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
132 | 2025-02-25T23:49:32.544Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
133 | 2025-02-25T23:49:32.915Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2025-02-25T23:49:33.188Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2025-02-25T23:49:34.348Z | Downloading crates ... |
136 | 2025-02-25T23:49:34.506Z | Downloaded aes v0.8.4 |
137 | 2025-02-25T23:49:34.511Z | Downloaded match_cfg v0.1.0 |
138 | 2025-02-25T23:49:34.515Z | Downloaded escargot v0.5.10 |
139 | 2025-02-25T23:49:34.517Z | Downloaded managed v0.8.0 |
140 | 2025-02-25T23:49:34.520Z | Downloaded mime v0.3.17 |
141 | 2025-02-25T23:49:34.520Z | Downloaded memmap v0.7.0 |
142 | 2025-02-25T23:49:34.522Z | Downloaded async-stream v0.3.5 |
143 | 2025-02-25T23:49:34.523Z | Downloaded allocator-api2 v0.2.18 |
144 | 2025-02-25T23:49:34.526Z | Downloaded mio v1.0.2 |
145 | 2025-02-25T23:49:34.531Z | Downloaded async-recursion v1.1.1 |
146 | 2025-02-25T23:49:34.535Z | Downloaded multer v3.1.0 |
147 | 2025-02-25T23:49:34.537Z | Downloaded memchr v2.7.2 |
148 | 2025-02-25T23:49:34.543Z | Downloaded num-integer v0.1.46 |
149 | 2025-02-25T23:49:34.546Z | Downloaded num-complex v0.4.6 |
150 | 2025-02-25T23:49:34.546Z | Downloaded num-derive v0.4.2 |
151 | 2025-02-25T23:49:34.548Z | Downloaded num-rational v0.4.2 |
152 | 2025-02-25T23:49:34.551Z | Downloaded num-iter v0.1.45 |
153 | 2025-02-25T23:49:34.551Z | Downloaded num-conv v0.1.0 |
154 | 2025-02-25T23:49:34.554Z | Downloaded num-traits v0.2.19 |
155 | 2025-02-25T23:49:34.556Z | Downloaded omicron-workspace-hack v0.1.0 |
156 | 2025-02-25T23:49:34.556Z | Downloaded num_enum v0.5.11 |
157 | 2025-02-25T23:49:34.560Z | Downloaded opaque-debug v0.3.1 |
158 | 2025-02-25T23:49:34.562Z | Downloaded once_cell v1.19.0 |
159 | 2025-02-25T23:49:34.565Z | Downloaded native-tls v0.2.11 |
160 | 2025-02-25T23:49:34.567Z | Downloaded num_threads v0.1.7 |
161 | 2025-02-25T23:49:34.567Z | Downloaded num_enum_derive v0.7.2 |
162 | 2025-02-25T23:49:34.567Z | Downloaded num_enum_derive v0.5.11 |
163 | 2025-02-25T23:49:34.570Z | Downloaded num_enum v0.7.2 |
164 | 2025-02-25T23:49:34.573Z | Downloaded aes-gcm-siv v0.11.1 |
165 | 2025-02-25T23:49:34.575Z | Downloaded aead v0.5.2 |
166 | 2025-02-25T23:49:34.578Z | Downloaded async-stream-impl v0.3.5 |
167 | 2025-02-25T23:49:34.581Z | Downloaded autocfg v1.3.0 |
168 | 2025-02-25T23:49:34.583Z | Downloaded atty v0.2.14 |
169 | 2025-02-25T23:49:34.583Z | Downloaded atomic-waker v1.1.2 |
170 | 2025-02-25T23:49:34.587Z | Downloaded block-buffer v0.10.4 |
171 | 2025-02-25T23:49:34.589Z | Downloaded blake2 v0.10.6 |
172 | 2025-02-25T23:49:34.593Z | Downloaded bit_field v0.10.2 |
173 | 2025-02-25T23:49:34.595Z | Downloaded atomicwrites v0.4.4 |
174 | 2025-02-25T23:49:34.595Z | Downloaded cfg_aliases v0.1.1 |
175 | 2025-02-25T23:49:34.595Z | Downloaded bitstruct v0.1.1 |
176 | 2025-02-25T23:49:34.598Z | Downloaded backoff v0.4.0 |
177 | 2025-02-25T23:49:34.601Z | Downloaded openssl-macros v0.1.1 |
178 | 2025-02-25T23:49:34.601Z | Downloaded bitstruct_derive v0.1.0 |
179 | 2025-02-25T23:49:34.606Z | Downloaded openssl-probe v0.1.5 |
180 | 2025-02-25T23:49:34.608Z | Downloaded darling_macro v0.20.9 |
181 | 2025-02-25T23:49:34.611Z | Downloaded cfg_aliases v0.2.1 |
182 | 2025-02-25T23:49:34.611Z | Downloaded bitflags v1.3.2 |
183 | 2025-02-25T23:49:34.614Z | Downloaded pretty-hex v0.2.1 |
184 | 2025-02-25T23:49:34.616Z | Downloaded dtrace-parser v0.1.14 |
185 | 2025-02-25T23:49:34.616Z | Downloaded cstr-argument v0.1.2 |
186 | 2025-02-25T23:49:34.619Z | Downloaded parking_lot v0.12.2 |
187 | 2025-02-25T23:49:34.622Z | Downloaded crucible-workspace-hack v0.1.0 |
188 | 2025-02-25T23:49:34.625Z | Downloaded owo-colors v4.1.0 |
189 | 2025-02-25T23:49:34.628Z | Downloaded equivalent v1.0.1 |
190 | 2025-02-25T23:49:34.628Z | Downloaded parse-display-derive v0.10.0 |
191 | 2025-02-25T23:49:34.631Z | Downloaded progenitor-macro v0.8.0 |
192 | 2025-02-25T23:49:34.631Z | Downloaded proc-macro-error-attr v1.0.4 |
193 | 2025-02-25T23:49:34.631Z | Downloaded plain v0.2.3 |
194 | 2025-02-25T23:49:34.634Z | Downloaded cargo-platform v0.1.8 |
195 | 2025-02-25T23:49:34.634Z | Downloaded pkg-config v0.3.30 |
196 | 2025-02-25T23:49:34.637Z | Downloaded ppv-lite86 v0.2.17 |
197 | 2025-02-25T23:49:34.639Z | Downloaded powerfmt v0.2.0 |
198 | 2025-02-25T23:49:34.639Z | Downloaded convert_case v0.4.0 |
199 | 2025-02-25T23:49:34.639Z | Downloaded clap_lex v0.7.0 |
200 | 2025-02-25T23:49:34.642Z | Downloaded pin-project-lite v0.2.14 |
201 | 2025-02-25T23:49:34.647Z | Downloaded progenitor-client v0.8.0 |
202 | 2025-02-25T23:49:34.650Z | Downloaded pretty-hex v0.4.1 |
203 | 2025-02-25T23:49:34.653Z | Downloaded progenitor-client v0.9.1 |
204 | 2025-02-25T23:49:34.653Z | Downloaded newtype_derive v0.1.6 |
205 | 2025-02-25T23:49:34.656Z | Downloaded anstyle-parse v0.2.4 |
206 | 2025-02-25T23:49:34.656Z | Downloaded newline-converter v0.3.0 |
207 | 2025-02-25T23:49:34.659Z | Downloaded dtrace-parser v0.2.0 |
208 | 2025-02-25T23:49:34.659Z | Downloaded postcard v1.0.9 |
209 | 2025-02-25T23:49:34.663Z | Downloaded try-lock v0.2.5 |
210 | 2025-02-25T23:49:34.663Z | Downloaded digest v0.10.7 |
211 | 2025-02-25T23:49:34.666Z | Downloaded deranged v0.3.11 |
212 | 2025-02-25T23:49:34.666Z | Downloaded displaydoc v0.2.5 |
213 | 2025-02-25T23:49:34.670Z | Downloaded defmt v0.3.8 |
214 | 2025-02-25T23:49:34.674Z | Downloaded usdt-attr-macro v0.5.0 |
215 | 2025-02-25T23:49:34.678Z | Downloaded errno v0.3.9 |
216 | 2025-02-25T23:49:34.678Z | Downloaded enum-as-inner v0.6.0 |
217 | 2025-02-25T23:49:34.678Z | Downloaded either v1.13.0 |
218 | 2025-02-25T23:49:34.681Z | Downloaded radium v0.7.0 |
219 | 2025-02-25T23:49:34.681Z | Downloaded rand_chacha v0.3.1 |
220 | 2025-02-25T23:49:34.684Z | Downloaded quinn-udp v0.5.5 |
221 | 2025-02-25T23:49:34.684Z | Downloaded cancel-safe-futures v0.1.5 |
222 | 2025-02-25T23:49:34.687Z | Downloaded rand_core v0.6.4 |
223 | 2025-02-25T23:49:34.690Z | Downloaded newtype-uuid v1.1.0 |
224 | 2025-02-25T23:49:34.693Z | Downloaded dirs-sys-next v0.1.2 |
225 | 2025-02-25T23:49:34.693Z | Downloaded colorchoice v1.0.1 |
226 | 2025-02-25T23:49:34.696Z | Downloaded cipher v0.4.4 |
227 | 2025-02-25T23:49:34.696Z | Downloaded data-encoding v2.6.0 |
228 | 2025-02-25T23:49:34.699Z | Downloaded ascii v1.1.0 |
229 | 2025-02-25T23:49:34.700Z | Downloaded byteorder v1.5.0 |
230 | 2025-02-25T23:49:34.703Z | Downloaded argon2 v0.5.3 |
231 | 2025-02-25T23:49:34.705Z | Downloaded sync_wrapper v1.0.1 |
232 | 2025-02-25T23:49:34.705Z | Downloaded progenitor-impl v0.9.1 |
233 | 2025-02-25T23:49:34.708Z | Downloaded progenitor v0.8.0 |
234 | 2025-02-25T23:49:34.708Z | Downloaded resolv-conf v0.7.0 |
235 | 2025-02-25T23:49:34.711Z | Downloaded anstyle v1.0.7 |
236 | 2025-02-25T23:49:34.714Z | Downloaded const_format_proc_macros v0.2.32 |
237 | 2025-02-25T23:49:34.716Z | Downloaded rustc-hash v2.0.0 |
238 | 2025-02-25T23:49:34.716Z | Downloaded usdt-macro v0.5.0 |
239 | 2025-02-25T23:49:34.720Z | Downloaded erased-serde v0.4.5 |
240 | 2025-02-25T23:49:34.723Z | Downloaded dof v0.3.0 |
241 | 2025-02-25T23:49:34.723Z | Downloaded foreign-types v0.3.2 |
242 | 2025-02-25T23:49:34.723Z | Downloaded wyz v0.5.1 |
243 | 2025-02-25T23:49:34.725Z | Downloaded libsw v3.3.1 |
244 | 2025-02-25T23:49:34.730Z | Downloaded float-ord v0.3.2 |
245 | 2025-02-25T23:49:34.730Z | Downloaded slog-json v2.6.1 |
246 | 2025-02-25T23:49:34.733Z | Downloaded hubpack_derive v0.1.1 |
247 | 2025-02-25T23:49:34.733Z | Downloaded generic-array v0.14.7 |
248 | 2025-02-25T23:49:34.733Z | Downloaded bitflags v2.6.0 |
249 | 2025-02-25T23:49:34.737Z | Downloaded hostname v0.4.0 |
250 | 2025-02-25T23:49:34.741Z | Downloaded hostname v0.3.1 |
251 | 2025-02-25T23:49:34.745Z | Downloaded quote v1.0.38 |
252 | 2025-02-25T23:49:34.745Z | Downloaded crossbeam-epoch v0.9.18 |
253 | 2025-02-25T23:49:34.748Z | Downloaded prettyplease v0.2.22 |
254 | 2025-02-25T23:49:34.751Z | Downloaded tinyvec_macros v0.1.1 |
255 | 2025-02-25T23:49:34.751Z | Downloaded strum v0.26.2 |
256 | 2025-02-25T23:49:34.754Z | Downloaded indent_write v2.2.0 |
257 | 2025-02-25T23:49:34.754Z | Downloaded thiserror v1.0.64 |
258 | 2025-02-25T23:49:34.759Z | Downloaded zone_cfg_derive v0.3.0 |
259 | 2025-02-25T23:49:34.761Z | Downloaded structmeta v0.3.0 |
260 | 2025-02-25T23:49:34.761Z | Downloaded fallible-iterator v0.3.0 |
261 | 2025-02-25T23:49:34.764Z | Downloaded ahash v0.8.11 |
262 | 2025-02-25T23:49:34.766Z | Downloaded untrusted v0.9.0 |
263 | 2025-02-25T23:49:34.769Z | Downloaded rustc_version v0.4.0 |
264 | 2025-02-25T23:49:34.771Z | Downloaded rustc_version v0.1.7 |
265 | 2025-02-25T23:49:34.771Z | Downloaded derive-where v1.2.7 |
266 | 2025-02-25T23:49:34.775Z | Downloaded is_ci v1.2.0 |
267 | 2025-02-25T23:49:34.778Z | Downloaded is-terminal v0.4.12 |
268 | 2025-02-25T23:49:34.778Z | Downloaded foreign-types-macros v0.2.3 |
269 | 2025-02-25T23:49:34.780Z | Downloaded foreign-types v0.5.0 |
270 | 2025-02-25T23:49:34.780Z | Downloaded sigpipe v0.1.3 |
271 | 2025-02-25T23:49:34.780Z | Downloaded usdt-impl v0.5.0 |
272 | 2025-02-25T23:49:34.786Z | Downloaded futures-channel v0.3.30 |
273 | 2025-02-25T23:49:34.790Z | Downloaded scopeguard v1.2.0 |
274 | 2025-02-25T23:49:34.790Z | Downloaded hubpack v0.1.2 |
275 | 2025-02-25T23:49:34.790Z | Downloaded httpdate v1.0.3 |
276 | 2025-02-25T23:49:34.790Z | Downloaded progenitor-impl v0.8.0 |
277 | 2025-02-25T23:49:34.792Z | Downloaded http-body-util v0.1.2 |
278 | 2025-02-25T23:49:34.795Z | Downloaded hashlink v0.9.1 |
279 | 2025-02-25T23:49:34.795Z | Downloaded take_mut v0.2.2 |
280 | 2025-02-25T23:49:34.797Z | Downloaded macaddr v1.0.1 |
281 | 2025-02-25T23:49:34.800Z | Downloaded tap v1.0.1 |
282 | 2025-02-25T23:49:34.800Z | Downloaded structmeta-derive v0.3.0 |
283 | 2025-02-25T23:49:34.800Z | Downloaded strsim v0.11.1 |
284 | 2025-02-25T23:49:34.802Z | Downloaded want v0.3.1 |
285 | 2025-02-25T23:49:34.805Z | Downloaded slog-term v2.9.1 |
286 | 2025-02-25T23:49:34.808Z | Downloaded serde-big-array v0.5.1 |
287 | 2025-02-25T23:49:34.808Z | Downloaded darling_core v0.20.9 |
288 | 2025-02-25T23:49:34.812Z | Downloaded utf8parse v0.2.1 |
289 | 2025-02-25T23:49:34.815Z | Downloaded utf8_iter v1.0.4 |
290 | 2025-02-25T23:49:34.815Z | Downloaded utf-8 v0.7.6 |
291 | 2025-02-25T23:49:34.818Z | Downloaded tinystr v0.7.6 |
292 | 2025-02-25T23:49:34.821Z | Downloaded signal-hook-registry v1.4.2 |
293 | 2025-02-25T23:49:34.821Z | Downloaded ryu v1.0.18 |
294 | 2025-02-25T23:49:34.824Z | Downloaded ipnetwork v0.20.0 |
295 | 2025-02-25T23:49:34.826Z | Downloaded http-body v1.0.1 |
296 | 2025-02-25T23:49:34.829Z | Downloaded zerocopy v0.6.6 |
297 | 2025-02-25T23:49:34.832Z | Downloaded linked-hash-map v0.5.6 |
298 | 2025-02-25T23:49:34.832Z | Downloaded instant v0.1.12 |
299 | 2025-02-25T23:49:34.834Z | Downloaded futures-macro v0.3.30 |
300 | 2025-02-25T23:49:34.835Z | Downloaded static_assertions v1.1.0 |
301 | 2025-02-25T23:49:34.837Z | Downloaded httparse v1.8.0 |
302 | 2025-02-25T23:49:34.840Z | Downloaded const_format v0.2.32 |
303 | 2025-02-25T23:49:34.844Z | Downloaded foreign-types-shared v0.3.1 |
304 | 2025-02-25T23:49:34.847Z | Downloaded base64 v0.21.7 |
305 | 2025-02-25T23:49:34.849Z | Downloaded term v0.7.0 |
306 | 2025-02-25T23:49:34.852Z | Downloaded swrite v0.1.0 |
307 | 2025-02-25T23:49:34.855Z | Downloaded thiserror-impl v1.0.64 |
308 | 2025-02-25T23:49:34.857Z | Downloaded scroll v0.12.0 |
309 | 2025-02-25T23:49:34.857Z | Downloaded hyper-rustls v0.27.3 |
310 | 2025-02-25T23:49:34.860Z | Downloaded serde_arrays v0.1.0 |
311 | 2025-02-25T23:49:34.863Z | Downloaded rayon-core v1.12.1 |
312 | 2025-02-25T23:49:34.865Z | Downloaded lazy_static v1.5.0 |
313 | 2025-02-25T23:49:34.868Z | Downloaded utf16_iter v1.0.5 |
314 | 2025-02-25T23:49:34.868Z | Downloaded twox-hash v2.1.0 |
315 | 2025-02-25T23:49:34.871Z | Downloaded fastrand v2.1.0 |
316 | 2025-02-25T23:49:34.873Z | Downloaded similar v2.5.0 |
317 | 2025-02-25T23:49:34.877Z | Downloaded time-core v0.1.2 |
318 | 2025-02-25T23:49:34.880Z | Downloaded lock_api v0.4.12 |
319 | 2025-02-25T23:49:34.880Z | Downloaded yoke-derive v0.7.5 |
320 | 2025-02-25T23:49:34.883Z | Downloaded crossbeam-channel v0.5.12 |
321 | 2025-02-25T23:49:34.886Z | Downloaded tokio-macros v2.4.0 |
322 | 2025-02-25T23:49:34.889Z | Downloaded sha1 v0.10.6 |
323 | 2025-02-25T23:49:34.889Z | Downloaded schemars v0.8.21 |
324 | 2025-02-25T23:49:34.901Z | Downloaded is_terminal_polyfill v1.70.0 |
325 | 2025-02-25T23:49:34.904Z | Downloaded rand v0.8.5 |
326 | 2025-02-25T23:49:34.906Z | Downloaded supports-color v2.1.0 |
327 | 2025-02-25T23:49:34.910Z | Downloaded waitgroup v0.1.2 |
328 | 2025-02-25T23:49:34.910Z | Downloaded ident_case v1.0.1 |
329 | 2025-02-25T23:49:34.914Z | Downloaded quinn v0.11.5 |
330 | 2025-02-25T23:49:34.916Z | Downloaded iana-time-zone v0.1.60 |
331 | 2025-02-25T23:49:34.916Z | Downloaded tracing-core v0.1.32 |
332 | 2025-02-25T23:49:34.919Z | Downloaded whoami v1.5.1 |
333 | 2025-02-25T23:49:34.922Z | Downloaded thiserror v2.0.11 |
334 | 2025-02-25T23:49:34.926Z | Downloaded icu_provider_macros v1.5.0 |
335 | 2025-02-25T23:49:34.930Z | Downloaded zerofrom v0.1.5 |
336 | 2025-02-25T23:49:34.930Z | Downloaded stable_deref_trait v1.2.0 |
337 | 2025-02-25T23:49:34.930Z | Downloaded smf v0.2.3 |
338 | 2025-02-25T23:49:34.932Z | Downloaded futures-task v0.3.30 |
339 | 2025-02-25T23:49:34.932Z | Downloaded futures-sink v0.3.30 |
340 | 2025-02-25T23:49:34.932Z | Downloaded filetime v0.2.23 |
341 | 2025-02-25T23:49:34.937Z | Downloaded zone v0.3.0 |
342 | 2025-02-25T23:49:34.937Z | Downloaded version_check v0.9.5 |
343 | 2025-02-25T23:49:34.939Z | Downloaded serde_with_macros v3.11.0 |
344 | 2025-02-25T23:49:34.939Z | Downloaded serde_spanned v0.6.7 |
345 | 2025-02-25T23:49:34.939Z | Downloaded write16 v1.0.0 |
346 | 2025-02-25T23:49:34.942Z | Downloaded serde_repr v0.1.19 |
347 | 2025-02-25T23:49:34.942Z | Downloaded tar v0.4.40 |
348 | 2025-02-25T23:49:34.945Z | Downloaded zeroize v1.7.0 |
349 | 2025-02-25T23:49:34.947Z | Downloaded heck v0.5.0 |
350 | 2025-02-25T23:49:34.948Z | Downloaded serde_tokenstream v0.2.2 |
351 | 2025-02-25T23:49:34.950Z | Downloaded tokio-tungstenite v0.21.0 |
352 | 2025-02-25T23:49:34.953Z | Downloaded tokio-rustls v0.25.0 |
353 | 2025-02-25T23:49:34.955Z | Downloaded heck v0.4.1 |
354 | 2025-02-25T23:49:34.955Z | Downloaded strum_macros v0.25.3 |
355 | 2025-02-25T23:49:34.958Z | Downloaded jobserver v0.1.31 |
356 | 2025-02-25T23:49:34.960Z | Downloaded zerocopy v0.3.2 |
357 | 2025-02-25T23:49:34.960Z | Downloaded semver v1.0.24 |
358 | 2025-02-25T23:49:34.963Z | Downloaded icu_locid v1.5.0 |
359 | 2025-02-25T23:49:34.967Z | Downloaded unsafe-libyaml v0.2.11 |
360 | 2025-02-25T23:49:34.970Z | Downloaded spin v0.9.8 |
361 | 2025-02-25T23:49:34.973Z | Downloaded heapless v0.8.0 |
362 | 2025-02-25T23:49:34.977Z | Downloaded subtle v2.5.0 |
363 | 2025-02-25T23:49:34.980Z | Downloaded slog-async v2.8.0 |
364 | 2025-02-25T23:49:34.980Z | Downloaded num-bigint v0.4.5 |
365 | 2025-02-25T23:49:34.984Z | Downloaded typify-macro v0.2.0 |
366 | 2025-02-25T23:49:34.987Z | Downloaded semver v0.1.20 |
367 | 2025-02-25T23:49:34.987Z | Downloaded inout v0.1.3 |
368 | 2025-02-25T23:49:34.990Z | Downloaded synstructure v0.12.6 |
369 | 2025-02-25T23:49:34.990Z | Downloaded fatfs v0.3.6 |
370 | 2025-02-25T23:49:34.993Z | Downloaded slog-bunyan v2.5.0 |
371 | 2025-02-25T23:49:34.993Z | Downloaded icu_normalizer v1.5.0 |
372 | 2025-02-25T23:49:34.997Z | Downloaded universal-hash v0.5.1 |
373 | 2025-02-25T23:49:34.999Z | Downloaded tokio-rustls v0.26.0 |
374 | 2025-02-25T23:49:35.004Z | Downloaded unicode-ident v1.0.14 |
375 | 2025-02-25T23:49:35.004Z | Downloaded thread_local v1.1.8 |
376 | 2025-02-25T23:49:35.007Z | Downloaded thiserror-impl v2.0.11 |
377 | 2025-02-25T23:49:35.007Z | Downloaded url v2.5.4 |
378 | 2025-02-25T23:49:35.011Z | Downloaded rustls-pemfile v2.1.3 |
379 | 2025-02-25T23:49:35.014Z | Downloaded rustls-pki-types v1.7.0 |
380 | 2025-02-25T23:49:35.014Z | Downloaded hyper-util v0.1.9 |
381 | 2025-02-25T23:49:35.017Z | Downloaded hickory-resolver v0.24.4 |
382 | 2025-02-25T23:49:35.022Z | Downloaded sct v0.7.1 |
383 | 2025-02-25T23:49:35.025Z | Downloaded serde_derive_internals v0.29.1 |
384 | 2025-02-25T23:49:35.028Z | Downloaded slog v2.7.0 |
385 | 2025-02-25T23:49:35.031Z | Downloaded icu_properties v1.5.1 |
386 | 2025-02-25T23:49:35.033Z | Downloaded zerofrom-derive v0.1.5 |
387 | 2025-02-25T23:49:35.034Z | Downloaded xattr v1.3.1 |
388 | 2025-02-25T23:49:35.038Z | Downloaded tracing-attributes v0.1.27 |
389 | 2025-02-25T23:49:35.041Z | Downloaded yoke v0.7.5 |
390 | 2025-02-25T23:49:35.041Z | Downloaded vergen v8.3.2 |
391 | 2025-02-25T23:49:35.043Z | Downloaded expectorate v1.1.0 |
392 | 2025-02-25T23:49:35.046Z | Downloaded socket2 v0.5.7 |
393 | 2025-02-25T23:49:35.049Z | Downloaded tungstenite v0.21.0 |
394 | 2025-02-25T23:49:35.051Z | Downloaded ipnet v2.9.0 |
395 | 2025-02-25T23:49:35.054Z | Downloaded globset v0.4.14 |
396 | 2025-02-25T23:49:35.054Z | Downloaded writeable v0.5.5 |
397 | 2025-02-25T23:49:35.057Z | Downloaded hex v0.4.3 |
398 | 2025-02-25T23:49:35.059Z | Downloaded ucd-trie v0.1.6 |
399 | 2025-02-25T23:49:35.059Z | Downloaded toml v0.7.8 |
400 | 2025-02-25T23:49:35.063Z | Downloaded zerocopy-derive v0.7.34 |
401 | 2025-02-25T23:49:35.067Z | Downloaded thread-id v4.2.1 |
402 | 2025-02-25T23:49:35.070Z | Downloaded serde_path_to_error v0.1.16 |
403 | 2025-02-25T23:49:35.073Z | Downloaded zerovec-derive v0.10.3 |
404 | 2025-02-25T23:49:35.073Z | Downloaded typify v0.2.0 |
405 | 2025-02-25T23:49:35.076Z | Downloaded time-macros v0.2.18 |
406 | 2025-02-25T23:49:35.080Z | Downloaded sha2 v0.10.8 |
407 | 2025-02-25T23:49:35.082Z | Downloaded steno v0.4.1 |
408 | 2025-02-25T23:49:35.085Z | Downloaded log v0.4.22 |
409 | 2025-02-25T23:49:35.088Z | Downloaded icu_normalizer_data v1.5.0 |
410 | 2025-02-25T23:49:35.091Z | Downloaded tower-service v0.3.2 |
411 | 2025-02-25T23:49:35.091Z | Downloaded clap_builder v4.5.2 |
412 | 2025-02-25T23:49:35.096Z | Downloaded tracing v0.1.40 |
413 | 2025-02-25T23:49:35.100Z | Downloaded pest v2.7.10 |
414 | 2025-02-25T23:49:35.106Z | Downloaded hashbrown v0.12.3 |
415 | 2025-02-25T23:49:35.110Z | Downloaded libloading v0.7.4 |
416 | 2025-02-25T23:49:35.112Z | Downloaded icu_locid_transform v1.5.0 |
417 | 2025-02-25T23:49:35.115Z | Downloaded indexmap v2.7.0 |
418 | 2025-02-25T23:49:35.118Z | Downloaded serde v1.0.217 |
419 | 2025-02-25T23:49:35.122Z | Downloaded http v1.2.0 |
420 | 2025-02-25T23:49:35.128Z | Downloaded toml v0.8.19 |
421 | 2025-02-25T23:49:35.131Z | Downloaded aho-corasick v1.1.3 |
422 | 2025-02-25T23:49:35.137Z | Downloaded icu_collections v1.5.0 |
423 | 2025-02-25T23:49:35.141Z | Downloaded zerocopy v0.7.34 |
424 | 2025-02-25T23:49:35.157Z | Downloaded toml_edit v0.19.15 |
425 | 2025-02-25T23:49:35.174Z | Downloaded toml_edit v0.22.20 |
426 | 2025-02-25T23:49:35.200Z | Downloaded itertools v0.10.5 |
427 | 2025-02-25T23:49:35.204Z | Downloaded rayon v1.10.0 |
428 | 2025-02-25T23:49:35.210Z | Downloaded time v0.3.36 |
429 | 2025-02-25T23:49:35.218Z | Downloaded hashbrown v0.15.2 |
430 | 2025-02-25T23:49:35.223Z | Downloaded hashbrown v0.14.5 |
431 | 2025-02-25T23:49:35.228Z | Downloaded tokio-util v0.7.11 |
432 | 2025-02-25T23:49:35.234Z | Downloaded idna v1.0.3 |
433 | 2025-02-25T23:49:35.237Z | Downloaded itertools v0.13.0 |
434 | 2025-02-25T23:49:35.245Z | Downloaded h2 v0.4.6 |
435 | 2025-02-25T23:49:35.252Z | Downloaded serde_with v3.11.0 |
436 | 2025-02-25T23:49:35.261Z | Downloaded openssl v0.10.71 |
437 | 2025-02-25T23:49:35.271Z | Downloaded git2 v0.19.0 |
438 | 2025-02-25T23:49:35.278Z | Downloaded rustls-webpki v0.101.7 |
439 | 2025-02-25T23:49:35.293Z | Downloaded syn v1.0.109 |
440 | 2025-02-25T23:49:35.303Z | Downloaded webpki-roots v0.26.3 |
441 | 2025-02-25T23:49:35.306Z | Downloaded unicode-width v0.1.14 |
442 | 2025-02-25T23:49:35.312Z | Downloaded dropshot v0.12.0 |
443 | 2025-02-25T23:49:35.331Z | Downloaded rustls v0.21.12 |
444 | 2025-02-25T23:49:35.342Z | Downloaded icu_properties_data v1.5.0 |
445 | 2025-02-25T23:49:35.351Z | Downloaded syn v2.0.96 |
446 | 2025-02-25T23:49:35.362Z | Downloaded regress v0.9.1 |
447 | 2025-02-25T23:49:35.370Z | Downloaded nix v0.29.0 |
448 | 2025-02-25T23:49:35.383Z | Downloaded smoltcp v0.11.0 |
449 | 2025-02-25T23:49:35.394Z | Downloaded rustix v0.38.34 |
450 | 2025-02-25T23:49:35.415Z | Downloaded hickory-proto v0.24.4 |
451 | 2025-02-25T23:49:35.430Z | Downloaded rustls v0.23.10 |
452 | 2025-02-25T23:49:35.444Z | Downloaded regress v0.10.1 |
453 | 2025-02-25T23:49:35.451Z | Downloaded regex-syntax v0.8.5 |
454 | 2025-02-25T23:49:35.458Z | Downloaded bstr v1.9.1 |
455 | 2025-02-25T23:49:35.469Z | Downloaded typify-impl v0.2.0 |
456 | 2025-02-25T23:49:35.482Z | Downloaded rustls v0.22.4 |
457 | 2025-02-25T23:49:35.495Z | Downloaded typify-impl v0.3.0 |
458 | 2025-02-25T23:49:35.507Z | Downloaded nix v0.28.0 |
459 | 2025-02-25T23:49:35.518Z | Downloaded zerocopy-derive v0.2.0 |
460 | 2025-02-25T23:49:35.525Z | Downloaded zerocopy-derive v0.6.6 |
461 | 2025-02-25T23:49:35.533Z | Downloaded regex v1.11.1 |
462 | 2025-02-25T23:49:35.544Z | Downloaded goblin v0.8.2 |
463 | 2025-02-25T23:49:35.552Z | Downloaded vcpkg v0.2.15 |
464 | 2025-02-25T23:49:35.585Z | Downloaded winnow v0.6.18 |
465 | 2025-02-25T23:49:35.594Z | Downloaded regex-automata v0.4.9 |
466 | 2025-02-25T23:49:35.608Z | Downloaded serde_json v1.0.135 |
467 | 2025-02-25T23:49:35.614Z | Downloaded petgraph v0.6.5 |
468 | 2025-02-25T23:49:35.630Z | Downloaded rustls-webpki v0.102.4 |
469 | 2025-02-25T23:49:35.645Z | Downloaded chrono v0.4.38 |
470 | 2025-02-25T23:49:35.652Z | Downloaded bitvec v1.0.1 |
471 | 2025-02-25T23:49:35.666Z | Downloaded quinn-proto v0.11.8 |
472 | 2025-02-25T23:49:35.674Z | Downloaded reqwest v0.12.7 |
473 | 2025-02-25T23:49:35.679Z | Downloaded hyper v1.4.1 |
474 | 2025-02-25T23:49:35.685Z | Downloaded futures-util v0.3.30 |
475 | 2025-02-25T23:49:35.696Z | Downloaded tokio v1.40.0 |
476 | 2025-02-25T23:49:35.729Z | Downloaded winnow v0.5.40 |
477 | 2025-02-25T23:49:35.738Z | Downloaded libc v0.2.169 |
478 | 2025-02-25T23:49:35.761Z | Downloaded unicode-segmentation v1.11.0 |
479 | 2025-02-25T23:49:35.764Z | Downloaded zerovec v0.10.4 |
480 | 2025-02-25T23:49:35.767Z | Downloaded libm v0.2.8 |
481 | 2025-02-25T23:49:35.775Z | Downloaded rusqlite v0.32.1 |
482 | 2025-02-25T23:49:35.781Z | Downloaded openapiv3 v2.0.0 |
483 | 2025-02-25T23:49:35.792Z | Downloaded glob v0.3.1 |
484 | 2025-02-25T23:49:35.795Z | Downloaded serde_derive v1.0.217 |
485 | 2025-02-25T23:49:35.798Z | Downloaded uuid v1.10.0 |
486 | 2025-02-25T23:49:35.798Z | Downloaded tinyvec v1.6.0 |
487 | 2025-02-25T23:49:35.801Z | Downloaded scroll_derive v0.12.0 |
488 | 2025-02-25T23:49:35.805Z | Downloaded supports-color v3.0.1 |
489 | 2025-02-25T23:49:35.805Z | Downloaded rustls-pemfile v1.0.4 |
490 | 2025-02-25T23:49:35.808Z | Downloaded lru-cache v0.1.2 |
491 | 2025-02-25T23:49:35.808Z | Downloaded kstat-rs v0.2.4 |
492 | 2025-02-25T23:49:35.808Z | Downloaded itoa v1.0.11 |
493 | 2025-02-25T23:49:35.808Z | Downloaded tempfile v3.10.1 |
494 | 2025-02-25T23:49:35.811Z | Downloaded typify v0.3.0 |
495 | 2025-02-25T23:49:35.815Z | Downloaded ron v0.8.1 |
496 | 2025-02-25T23:49:35.820Z | Downloaded litemap v0.7.4 |
497 | 2025-02-25T23:49:35.825Z | Downloaded base64 v0.22.1 |
498 | 2025-02-25T23:49:35.825Z | Downloaded synstructure v0.13.1 |
499 | 2025-02-25T23:49:35.828Z | Downloaded fallible-streaming-iterator v0.1.9 |
500 | 2025-02-25T23:49:35.829Z | Downloaded smallvec v1.13.2 |
501 | 2025-02-25T23:49:35.829Z | Downloaded serde_yaml v0.9.34+deprecated |
502 | 2025-02-25T23:49:35.831Z | Downloaded indexmap v1.9.3 |
503 | 2025-02-25T23:49:35.834Z | Downloaded icu_provider v1.5.0 |
504 | 2025-02-25T23:49:35.838Z | Downloaded icu_locid_transform_data v1.5.0 |
505 | 2025-02-25T23:49:35.838Z | Downloaded hash32 v0.3.1 |
506 | 2025-02-25T23:49:35.842Z | Downloaded getrandom v0.2.14 |
507 | 2025-02-25T23:49:35.842Z | Downloaded foreign-types-shared v0.1.1 |
508 | 2025-02-25T23:49:35.849Z | Downloaded fnv v1.0.7 |
509 | 2025-02-25T23:49:35.849Z | Downloaded tabwriter v1.4.0 |
510 | 2025-02-25T23:49:35.849Z | Downloaded rustversion v1.0.17 |
511 | 2025-02-25T23:49:35.849Z | Downloaded futures v0.3.30 |
512 | 2025-02-25T23:49:35.854Z | Downloaded typenum v1.17.0 |
513 | 2025-02-25T23:49:35.854Z | Downloaded cc v1.0.97 |
514 | 2025-02-25T23:49:35.857Z | Downloaded bytes v1.9.0 |
515 | 2025-02-25T23:49:35.860Z | Downloaded slab v0.4.9 |
516 | 2025-02-25T23:49:35.863Z | Downloaded futures-executor v0.3.30 |
517 | 2025-02-25T23:49:35.863Z | Downloaded linear-map v1.2.0 |
518 | 2025-02-25T23:49:35.863Z | Downloaded futures-io v0.3.30 |
519 | 2025-02-25T23:49:35.867Z | Downloaded futures-core v0.3.31 |
520 | 2025-02-25T23:49:35.867Z | Downloaded funty v2.0.0 |
521 | 2025-02-25T23:49:35.867Z | Downloaded form_urlencoded v1.2.1 |
522 | 2025-02-25T23:49:35.867Z | Downloaded typeid v1.0.0 |
523 | 2025-02-25T23:49:35.869Z | Downloaded idna_adapter v1.2.0 |
524 | 2025-02-25T23:49:35.869Z | Downloaded tokio-native-tls v0.3.1 |
525 | 2025-02-25T23:49:35.869Z | Downloaded encoding_rs v0.8.34 |
526 | 2025-02-25T23:49:35.889Z | Downloaded tokio-rustls v0.24.1 |
527 | 2025-02-25T23:49:35.892Z | Downloaded openssl-sys v0.9.106 |
528 | 2025-02-25T23:49:35.895Z | Downloaded derive_more v0.99.18 |
529 | 2025-02-25T23:49:35.904Z | Downloaded highway v1.2.0 |
530 | 2025-02-25T23:49:35.910Z | Downloaded slog-dtrace v0.3.0 |
531 | 2025-02-25T23:49:35.910Z | Downloaded serde_urlencoded v0.7.1 |
532 | 2025-02-25T23:49:35.910Z | Downloaded hyper-tls v0.6.0 |
533 | 2025-02-25T23:49:35.910Z | Downloaded humantime v2.1.0 |
534 | 2025-02-25T23:49:35.910Z | Downloaded serde_tokenstream v0.1.7 |
535 | 2025-02-25T23:49:35.917Z | Downloaded cookie v0.18.1 |
536 | 2025-02-25T23:49:35.917Z | Downloaded usdt v0.5.0 |
537 | 2025-02-25T23:49:35.917Z | Downloaded usdt v0.3.5 |
538 | 2025-02-25T23:49:35.917Z | Downloaded darling v0.20.9 |
539 | 2025-02-25T23:49:35.920Z | Downloaded toml_datetime v0.6.8 |
540 | 2025-02-25T23:49:35.920Z | Downloaded terminal_size v0.3.0 |
541 | 2025-02-25T23:49:35.920Z | Downloaded dropshot_endpoint v0.12.0 |
542 | 2025-02-25T23:49:35.923Z | Downloaded crossbeam-utils v0.8.19 |
543 | 2025-02-25T23:49:35.927Z | Downloaded anyhow v1.0.89 |
544 | 2025-02-25T23:49:35.930Z | Downloaded proc-macro2 v1.0.92 |
545 | 2025-02-25T23:49:35.932Z | Downloaded strum_macros v0.26.2 |
546 | 2025-02-25T23:49:35.932Z | Downloaded proc-macro-error v1.0.4 |
547 | 2025-02-25T23:49:35.935Z | Downloaded num v0.4.3 |
548 | 2025-02-25T23:49:35.938Z | Downloaded clap v4.5.4 |
549 | 2025-02-25T23:49:35.945Z | Downloaded fixedbitset v0.4.2 |
550 | 2025-02-25T23:49:35.948Z | Downloaded polyval v0.6.2 |
551 | 2025-02-25T23:49:35.948Z | Downloaded schemars_derive v0.8.21 |
552 | 2025-02-25T23:49:35.951Z | Downloaded usdt-impl v0.3.5 |
553 | 2025-02-25T23:49:35.951Z | Downloaded unicode-xid v0.2.4 |
554 | 2025-02-25T23:49:35.954Z | Downloaded typify-macro v0.3.0 |
555 | 2025-02-25T23:49:35.954Z | Downloaded usdt-macro v0.3.5 |
556 | 2025-02-25T23:49:35.954Z | Downloaded usdt-attr-macro v0.3.5 |
557 | 2025-02-25T23:49:35.954Z | Downloaded ringbuffer v0.15.0 |
558 | 2025-02-25T23:49:35.958Z | Downloaded console v0.15.8 |
559 | 2025-02-25T23:49:35.958Z | Downloaded anstream v0.6.14 |
560 | 2025-02-25T23:49:35.960Z | Downloaded clap_derive v4.5.4 |
561 | 2025-02-25T23:49:35.963Z | Downloaded camino-tempfile v1.1.1 |
562 | 2025-02-25T23:49:35.963Z | Downloaded camino v1.1.9 |
563 | 2025-02-25T23:49:35.968Z | Downloaded base64ct v1.6.0 |
564 | 2025-02-25T23:49:35.972Z | Downloaded async-trait v0.1.83 |
565 | 2025-02-25T23:49:35.972Z | Downloaded quick-error v1.2.3 |
566 | 2025-02-25T23:49:35.977Z | Downloaded progenitor-macro v0.9.1 |
567 | 2025-02-25T23:49:35.977Z | Downloaded progenitor v0.9.1 |
568 | 2025-02-25T23:49:35.977Z | Downloaded proc-macro-crate v1.3.1 |
569 | 2025-02-25T23:49:35.977Z | Downloaded dyn-clone v1.0.17 |
570 | 2025-02-25T23:49:35.982Z | Downloaded embedded-io v0.6.1 |
571 | 2025-02-25T23:49:35.982Z | Downloaded dof v0.1.5 |
572 | 2025-02-25T23:49:35.982Z | Downloaded ctrlc v3.4.4 |
573 | 2025-02-25T23:49:35.985Z | Downloaded cpufeatures v0.2.12 |
574 | 2025-02-25T23:49:35.985Z | Downloaded embedded-io v0.4.0 |
575 | 2025-02-25T23:49:35.985Z | Downloaded debug-ignore v1.0.5 |
576 | 2025-02-25T23:49:35.985Z | Downloaded crypto-common v0.1.6 |
577 | 2025-02-25T23:49:35.988Z | Downloaded anstyle-query v1.0.3 |
578 | 2025-02-25T23:49:35.988Z | Downloaded dirs-next v2.0.0 |
579 | 2025-02-25T23:49:35.988Z | Downloaded defmt-macros v0.3.9 |
580 | 2025-02-25T23:49:35.991Z | Downloaded cargo_metadata v0.18.1 |
581 | 2025-02-25T23:49:35.994Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
582 | 2025-02-25T23:49:36.047Z | Downloaded bincode v1.3.3 |
583 | 2025-02-25T23:49:36.050Z | Downloaded pest_meta v2.7.10 |
584 | 2025-02-25T23:49:36.053Z | Downloaded pest_derive v2.7.10 |
585 | 2025-02-25T23:49:36.055Z | Downloaded password-hash v0.5.0 |
586 | 2025-02-25T23:49:36.055Z | Downloaded parking_lot_core v0.9.10 |
587 | 2025-02-25T23:49:36.058Z | Downloaded defmt-parser v0.3.4 |
588 | 2025-02-25T23:49:36.058Z | Downloaded ctr v0.9.2 |
589 | 2025-02-25T23:49:36.060Z | Downloaded crossbeam-deque v0.8.5 |
590 | 2025-02-25T23:49:36.063Z | Downloaded colored v2.1.0 |
591 | 2025-02-25T23:49:36.063Z | Downloaded cfg-if v1.0.0 |
592 | 2025-02-25T23:49:36.066Z | Downloaded pest_generator v2.7.10 |
593 | 2025-02-25T23:49:36.066Z | Downloaded pin-utils v0.1.0 |
594 | 2025-02-25T23:49:36.066Z | Downloaded percent-encoding v2.3.1 |
595 | 2025-02-25T23:49:36.068Z | Downloaded paste v1.0.15 |
596 | 2025-02-25T23:49:36.071Z | Downloaded cobs v0.2.3 |
597 | 2025-02-25T23:49:36.071Z | Downloaded parse-display v0.10.0 |
598 | 2025-02-25T23:49:36.166Z | Downloaded ring v0.17.8 |
599 | 2025-02-25T23:49:36.353Z | Downloaded libz-sys v1.1.16 |
600 | 2025-02-25T23:49:36.478Z | Downloaded libsqlite3-sys v0.30.1 |
601 | 2025-02-25T23:49:36.917Z | Compiling proc-macro2 v1.0.92 |
602 | 2025-02-25T23:49:36.917Z | Compiling unicode-ident v1.0.14 |
603 | 2025-02-25T23:49:36.920Z | Compiling libc v0.2.169 |
604 | 2025-02-25T23:49:36.920Z | Compiling serde v1.0.217 |
605 | 2025-02-25T23:49:36.920Z | Compiling autocfg v1.3.0 |
606 | 2025-02-25T23:49:36.920Z | Compiling once_cell v1.19.0 |
607 | 2025-02-25T23:49:36.920Z | Checking cfg-if v1.0.0 |
608 | 2025-02-25T23:49:36.960Z | Compiling version_check v0.9.5 |
609 | 2025-02-25T23:49:37.072Z | Compiling serde_json v1.0.135 |
610 | 2025-02-25T23:49:37.146Z | Compiling memchr v2.7.2 |
611 | 2025-02-25T23:49:37.422Z | Compiling thiserror v1.0.64 |
612 | 2025-02-25T23:49:37.548Z | Compiling libm v0.2.8 |
613 | 2025-02-25T23:49:37.648Z | Compiling itoa v1.0.11 |
614 | 2025-02-25T23:49:38.085Z | Compiling lock_api v0.4.12 |
615 | 2025-02-25T23:49:38.102Z | Compiling parking_lot_core v0.9.10 |
616 | 2025-02-25T23:49:38.375Z | Compiling ryu v1.0.18 |
617 | 2025-02-25T23:49:38.557Z | Compiling schemars v0.8.21 |
618 | 2025-02-25T23:49:38.581Z | Compiling slab v0.4.9 |
619 | 2025-02-25T23:49:38.618Z | Compiling byteorder v1.5.0 |
620 | 2025-02-25T23:49:38.688Z | Compiling log v0.4.22 |
621 | 2025-02-25T23:49:38.820Z | Compiling quote v1.0.38 |
622 | 2025-02-25T23:49:38.948Z | Checking getrandom v0.2.14 |
623 | 2025-02-25T23:49:38.969Z | Compiling jobserver v0.1.31 |
624 | 2025-02-25T23:49:39.054Z | Compiling num-traits v0.2.19 |
625 | 2025-02-25T23:49:39.073Z | Compiling pkg-config v0.3.30 |
626 | 2025-02-25T23:49:39.200Z | Compiling syn v2.0.96 |
627 | 2025-02-25T23:49:39.351Z | Compiling cc v1.0.97 |
628 | 2025-02-25T23:49:39.376Z | Checking smallvec v1.13.2 |
629 | 2025-02-25T23:49:39.422Z | Compiling vcpkg v0.2.15 |
630 | 2025-02-25T23:49:39.682Z | Checking pin-project-lite v0.2.14 |
631 | 2025-02-25T23:49:39.824Z | Compiling ahash v0.8.11 |
632 | 2025-02-25T23:49:39.950Z | Compiling hashbrown v0.15.2 |
633 | 2025-02-25T23:49:40.144Z | Compiling equivalent v1.0.1 |
634 | 2025-02-25T23:49:40.265Z | Checking scopeguard v1.2.0 |
635 | 2025-02-25T23:49:40.302Z | Compiling semver v1.0.24 |
636 | 2025-02-25T23:49:40.808Z | Checking socket2 v0.5.7 |
637 | 2025-02-25T23:49:40.912Z | Checking mio v1.0.2 |
638 | 2025-02-25T23:49:41.059Z | Checking signal-hook-registry v1.4.2 |
639 | 2025-02-25T23:49:41.140Z | Checking parking_lot v0.12.2 |
640 | 2025-02-25T23:49:41.269Z | Compiling fnv v1.0.7 |
641 | 2025-02-25T23:49:41.322Z | Compiling httparse v1.8.0 |
642 | 2025-02-25T23:49:41.479Z | Checking iana-time-zone v0.1.60 |
643 | 2025-02-25T23:49:41.497Z | Compiling heck v0.5.0 |
644 | 2025-02-25T23:49:41.607Z | Compiling typenum v1.17.0 |
645 | 2025-02-25T23:49:41.645Z | Compiling generic-array v0.14.7 |
646 | 2025-02-25T23:49:41.662Z | Checking futures-core v0.3.31 |
647 | 2025-02-25T23:49:41.900Z | Checking dyn-clone v1.0.17 |
648 | 2025-02-25T23:49:41.979Z | Checking stable_deref_trait v1.2.0 |
649 | 2025-02-25T23:49:42.188Z | Checking futures-sink v0.3.30 |
650 | 2025-02-25T23:49:42.208Z | Checking rand_core v0.6.4 |
651 | 2025-02-25T23:49:42.210Z | Compiling ring v0.17.8 |
652 | 2025-02-25T23:49:42.248Z | Compiling openssl-sys v0.9.106 |
653 | 2025-02-25T23:49:42.501Z | Compiling slog v2.7.0 |
654 | 2025-02-25T23:49:42.609Z | Checking subtle v2.5.0 |
655 | 2025-02-25T23:49:42.728Z | Compiling allocator-api2 v0.2.18 |
656 | 2025-02-25T23:49:42.896Z | Checking futures-channel v0.3.30 |
657 | 2025-02-25T23:49:43.100Z | Checking futures-io v0.3.30 |
658 | 2025-02-25T23:49:43.119Z | Checking futures-task v0.3.30 |
659 | 2025-02-25T23:49:43.258Z | Checking pin-utils v0.1.0 |
660 | 2025-02-25T23:49:43.287Z | Compiling ucd-trie v0.1.6 |
661 | 2025-02-25T23:49:43.349Z | Compiling aho-corasick v1.1.3 |
662 | 2025-02-25T23:49:43.385Z | Compiling regex-syntax v0.8.5 |
663 | 2025-02-25T23:49:43.421Z | Compiling openssl v0.10.71 |
664 | 2025-02-25T23:49:43.622Z | Compiling rustversion v1.0.17 |
665 | 2025-02-25T23:49:43.685Z | Compiling rustls v0.23.10 |
666 | 2025-02-25T23:49:43.897Z | Compiling native-tls v0.2.11 |
667 | 2025-02-25T23:49:44.017Z | Compiling syn v1.0.109 |
668 | 2025-02-25T23:49:44.262Z | Checking spin v0.9.8 |
669 | 2025-02-25T23:49:44.474Z | Checking untrusted v0.9.0 |
670 | 2025-02-25T23:49:44.619Z | Checking tracing-core v0.1.32 |
671 | 2025-02-25T23:49:45.208Z | Checking writeable v0.5.5 |
672 | 2025-02-25T23:49:45.453Z | Compiling heck v0.4.1 |
673 | 2025-02-25T23:49:45.509Z | Checking litemap v0.7.4 |
674 | 2025-02-25T23:49:45.853Z | Checking icu_locid_transform_data v1.5.0 |
675 | 2025-02-25T23:49:45.964Z | Compiling time-core v0.1.2 |
676 | 2025-02-25T23:49:46.158Z | Compiling num-conv v0.1.0 |
677 | 2025-02-25T23:49:46.247Z | Compiling synstructure v0.13.1 |
678 | 2025-02-25T23:49:46.418Z | Compiling serde_derive_internals v0.29.1 |
679 | 2025-02-25T23:49:46.539Z | Compiling anyhow v1.0.89 |
680 | 2025-02-25T23:49:46.960Z | Compiling regex-automata v0.4.9 |
681 | 2025-02-25T23:49:47.095Z | Checking rustls-pki-types v1.7.0 |
682 | 2025-02-25T23:49:47.383Z | Checking percent-encoding v2.3.1 |
683 | 2025-02-25T23:49:47.578Z | Checking form_urlencoded v1.2.1 |
684 | 2025-02-25T23:49:47.804Z | Checking crypto-common v0.1.6 |
685 | 2025-02-25T23:49:47.898Z | Compiling time-macros v0.2.18 |
686 | 2025-02-25T23:49:48.572Z | Checking icu_properties_data v1.5.0 |
687 | 2025-02-25T23:49:48.811Z | Compiling thread-id v4.2.1 |
688 | 2025-02-25T23:49:48.936Z | Checking atomic-waker v1.1.2 |
689 | 2025-02-25T23:49:49.087Z | Checking utf16_iter v1.0.5 |
690 | 2025-02-25T23:49:49.174Z | Checking zeroize v1.7.0 |
691 | 2025-02-25T23:49:49.265Z | Checking icu_normalizer_data v1.5.0 |
692 | 2025-02-25T23:49:49.373Z | Checking write16 v1.0.0 |
693 | 2025-02-25T23:49:49.412Z | Checking utf8_iter v1.0.4 |
694 | 2025-02-25T23:49:49.513Z | Checking try-lock v0.2.5 |
695 | 2025-02-25T23:49:49.611Z | Compiling strsim v0.11.1 |
696 | 2025-02-25T23:49:49.668Z | Compiling camino v1.1.9 |
697 | 2025-02-25T23:49:50.197Z | Checking want v0.3.1 |
698 | 2025-02-25T23:49:50.216Z | Compiling serde_derive v1.0.217 |
699 | 2025-02-25T23:49:50.277Z | Compiling thiserror-impl v1.0.64 |
700 | 2025-02-25T23:49:50.390Z | Compiling tokio-macros v2.4.0 |
701 | 2025-02-25T23:49:50.576Z | Compiling zerocopy-derive v0.7.34 |
702 | 2025-02-25T23:49:50.727Z | Compiling schemars_derive v0.8.21 |
703 | 2025-02-25T23:49:51.869Z | Compiling zerofrom-derive v0.1.5 |
704 | 2025-02-25T23:49:52.436Z | Compiling yoke-derive v0.7.5 |
705 | 2025-02-25T23:49:52.789Z | Compiling zerovec-derive v0.10.3 |
706 | 2025-02-25T23:49:52.827Z | Compiling displaydoc v0.2.5 |
707 | 2025-02-25T23:49:53.564Z | Compiling futures-macro v0.3.30 |
708 | 2025-02-25T23:49:53.798Z | Compiling icu_provider_macros v1.5.0 |
709 | 2025-02-25T23:49:54.303Z | Compiling zerocopy v0.7.34 |
710 | 2025-02-25T23:49:54.842Z | Compiling pest v2.7.10 |
711 | 2025-02-25T23:49:54.878Z | Compiling openssl-macros v0.1.1 |
712 | 2025-02-25T23:49:54.906Z | Checking zerofrom v0.1.5 |
713 | 2025-02-25T23:49:55.123Z | Checking yoke v0.7.5 |
714 | 2025-02-25T23:49:55.141Z | Compiling regex v1.11.1 |
715 | 2025-02-25T23:49:55.272Z | Checking futures-util v0.3.30 |
716 | 2025-02-25T23:49:55.476Z | Checking zerovec v0.10.4 |
717 | 2025-02-25T23:49:55.515Z | Compiling tracing-attributes v0.1.27 |
718 | 2025-02-25T23:49:55.898Z | Compiling hashbrown v0.14.5 |
719 | 2025-02-25T23:49:55.998Z | Compiling scroll_derive v0.12.0 |
720 | 2025-02-25T23:49:57.064Z | Compiling regress v0.10.1 |
721 | 2025-02-25T23:49:57.108Z | Checking tinystr v0.7.6 |
722 | 2025-02-25T23:49:57.365Z | Compiling pest_meta v2.7.10 |
723 | 2025-02-25T23:49:57.445Z | Checking icu_locid v1.5.0 |
724 | 2025-02-25T23:49:57.705Z | Checking icu_collections v1.5.0 |
725 | 2025-02-25T23:49:58.424Z | Checking rustls-webpki v0.102.4 |
726 | 2025-02-25T23:49:58.442Z | Checking tracing v0.1.40 |
727 | 2025-02-25T23:49:58.445Z | Checking icu_provider v1.5.0 |
728 | 2025-02-25T23:49:58.773Z | Compiling pest_generator v2.7.10 |
729 | 2025-02-25T23:49:59.084Z | Checking icu_locid_transform v1.5.0 |
730 | 2025-02-25T23:49:59.196Z | Checking base64 v0.22.1 |
731 | 2025-02-25T23:49:59.694Z | Checking httpdate v1.0.3 |
732 | 2025-02-25T23:49:59.848Z | Checking ppv-lite86 v0.2.17 |
733 | 2025-02-25T23:50:00.122Z | Checking icu_properties v1.5.1 |
734 | 2025-02-25T23:50:00.411Z | Checking tower-service v0.3.2 |
735 | 2025-02-25T23:50:00.473Z | Compiling unsafe-libyaml v0.2.11 |
736 | 2025-02-25T23:50:00.510Z | Checking rand_chacha v0.3.1 |
737 | 2025-02-25T23:50:00.547Z | Compiling ident_case v1.0.1 |
738 | 2025-02-25T23:50:00.744Z | Compiling darling_core v0.20.9 |
739 | 2025-02-25T23:50:00.863Z | Checking rand v0.8.5 |
740 | 2025-02-25T23:50:00.894Z | Compiling pest_derive v2.7.10 |
741 | 2025-02-25T23:50:01.461Z | Compiling scroll v0.12.0 |
742 | 2025-02-25T23:50:01.480Z | Checking bytes v1.9.0 |
743 | 2025-02-25T23:50:01.806Z | Checking chrono v0.4.38 |
744 | 2025-02-25T23:50:01.927Z | Checking uuid v1.10.0 |
745 | 2025-02-25T23:50:02.344Z | Compiling indexmap v2.7.0 |
746 | 2025-02-25T23:50:02.481Z | Checking tokio v1.40.0 |
747 | 2025-02-25T23:50:03.280Z | Compiling serde_tokenstream v0.2.2 |
748 | 2025-02-25T23:50:03.351Z | Checking bitflags v2.6.0 |
749 | 2025-02-25T23:50:04.055Z | Compiling http v1.2.0 |
750 | 2025-02-25T23:50:04.421Z | Compiling openapiv3 v2.0.0 |
751 | 2025-02-25T23:50:04.923Z | Checking icu_normalizer v1.5.0 |
752 | 2025-02-25T23:50:05.425Z | Compiling serde_yaml v0.9.34+deprecated |
753 | 2025-02-25T23:50:05.702Z | Checking idna_adapter v1.2.0 |
754 | 2025-02-25T23:50:05.722Z | Checking http-body v1.0.1 |
755 | 2025-02-25T23:50:05.926Z | Checking idna v1.0.3 |
756 | 2025-02-25T23:50:06.107Z | Compiling usdt-impl v0.5.0 |
757 | 2025-02-25T23:50:06.372Z | Checking foreign-types-shared v0.1.1 |
758 | 2025-02-25T23:50:06.394Z | Checking url v2.5.4 |
759 | 2025-02-25T23:50:06.500Z | Compiling plain v0.2.3 |
760 | 2025-02-25T23:50:06.642Z | Compiling goblin v0.8.2 |
761 | 2025-02-25T23:50:06.663Z | Checking foreign-types v0.3.2 |
762 | 2025-02-25T23:50:06.749Z | Compiling darling_macro v0.20.9 |
763 | 2025-02-25T23:50:06.826Z | Checking http-body-util v0.1.2 |
764 | 2025-02-25T23:50:07.273Z | Compiling strum_macros v0.26.2 |
765 | 2025-02-25T23:50:07.771Z | Compiling typify-impl v0.2.0 |
766 | 2025-02-25T23:50:08.544Z | Checking encoding_rs v0.8.34 |
767 | 2025-02-25T23:50:08.615Z | Checking cpufeatures v0.2.12 |
768 | 2025-02-25T23:50:08.680Z | Compiling pretty-hex v0.4.1 |
769 | 2025-02-25T23:50:08.885Z | Checking mime v0.3.17 |
770 | 2025-02-25T23:50:09.164Z | Checking tokio-util v0.7.11 |
771 | 2025-02-25T23:50:09.820Z | Compiling darling v0.20.9 |
772 | 2025-02-25T23:50:09.938Z | Compiling dtrace-parser v0.2.0 |
773 | 2025-02-25T23:50:09.942Z | Checking h2 v0.4.6 |
774 | 2025-02-25T23:50:10.812Z | Checking serde_urlencoded v0.7.1 |
775 | 2025-02-25T23:50:11.190Z | Checking rustls-pemfile v2.1.3 |
776 | 2025-02-25T23:50:11.445Z | Compiling async-trait v0.1.83 |
777 | 2025-02-25T23:50:11.482Z | Checking block-buffer v0.10.4 |
778 | 2025-02-25T23:50:11.690Z | Compiling omicron-workspace-hack v0.1.0 |
779 | 2025-02-25T23:50:12.267Z | Compiling dof v0.3.0 |
780 | 2025-02-25T23:50:13.492Z | Checking openssl-probe v0.1.5 |
781 | 2025-02-25T23:50:13.714Z | Checking digest v0.10.7 |
782 | 2025-02-25T23:50:14.067Z | Checking hyper v1.4.1 |
783 | 2025-02-25T23:50:14.087Z | Compiling serde_with_macros v3.11.0 |
784 | 2025-02-25T23:50:14.825Z | Compiling toml_datetime v0.6.8 |
785 | 2025-02-25T23:50:15.466Z | Compiling rustls v0.22.4 |
786 | 2025-02-25T23:50:15.510Z | Checking ipnet v2.9.0 |
787 | 2025-02-25T23:50:16.035Z | Checking tokio-native-tls v0.3.1 |
788 | 2025-02-25T23:50:16.048Z | Checking hyper-util v0.1.9 |
789 | 2025-02-25T23:50:16.221Z | Checking webpki-roots v0.26.3 |
790 | 2025-02-25T23:50:16.412Z | Compiling crossbeam-utils v0.8.19 |
791 | 2025-02-25T23:50:16.482Z | Compiling slog-async v2.8.0 |
792 | 2025-02-25T23:50:16.559Z | Compiling paste v1.0.15 |
793 | 2025-02-25T23:50:17.164Z | Compiling usdt-attr-macro v0.5.0 |
794 | 2025-02-25T23:50:17.383Z | Compiling usdt-macro v0.5.0 |
795 | 2025-02-25T23:50:17.617Z | Checking hyper-tls v0.6.0 |
796 | 2025-02-25T23:50:17.913Z | Checking sync_wrapper v1.0.1 |
797 | 2025-02-25T23:50:18.026Z | Compiling multer v3.1.0 |
798 | 2025-02-25T23:50:18.232Z | Compiling rustix v0.38.34 |
799 | 2025-02-25T23:50:19.010Z | Checking serde_spanned v0.6.7 |
800 | 2025-02-25T23:50:19.012Z | Checking futures-executor v0.3.30 |
801 | 2025-02-25T23:50:19.182Z | Compiling typify-macro v0.2.0 |
802 | 2025-02-25T23:50:19.206Z | Compiling async-stream-impl v0.3.5 |
803 | 2025-02-25T23:50:19.270Z | Checking errno v0.3.9 |
804 | 2025-02-25T23:50:19.501Z | Checking tokio-rustls v0.26.0 |
805 | 2025-02-25T23:50:19.588Z | Checking powerfmt v0.2.0 |
806 | 2025-02-25T23:50:19.841Z | Checking futures v0.3.30 |
807 | 2025-02-25T23:50:19.860Z | Checking deranged v0.3.11 |
808 | 2025-02-25T23:50:19.887Z | Checking hyper-rustls v0.27.3 |
809 | 2025-02-25T23:50:20.216Z | Checking reqwest v0.12.7 |
810 | 2025-02-25T23:50:20.418Z | Checking sha1 v0.10.6 |
811 | 2025-02-25T23:50:20.472Z | Checking is-terminal v0.4.12 |
812 | 2025-02-25T23:50:20.879Z | Compiling dropshot v0.12.0 |
813 | 2025-02-25T23:50:21.144Z | Checking num_threads v0.1.7 |
814 | 2025-02-25T23:50:21.540Z | Checking time v0.3.36 |
815 | 2025-02-25T23:50:21.579Z | Checking strum v0.26.2 |
816 | 2025-02-25T23:50:21.597Z | Compiling dropshot_endpoint v0.12.0 |
817 | 2025-02-25T23:50:21.920Z | Compiling structmeta-derive v0.3.0 |
818 | 2025-02-25T23:50:22.479Z | Compiling typify v0.2.0 |
819 | 2025-02-25T23:50:22.633Z | Compiling progenitor-impl v0.8.0 |
820 | 2025-02-25T23:50:23.769Z | Checking serde_with v3.11.0 |
821 | 2025-02-25T23:50:24.501Z | Compiling structmeta v0.3.0 |
822 | 2025-02-25T23:50:24.537Z | Checking dirs-sys-next v0.1.2 |
823 | 2025-02-25T23:50:24.885Z | Checking winnow v0.6.18 |
824 | 2025-02-25T23:50:25.559Z | Checking match_cfg v0.1.0 |
825 | 2025-02-25T23:50:26.054Z | Checking hostname v0.3.1 |
826 | 2025-02-25T23:50:26.681Z | Compiling parse-display-derive v0.10.0 |
827 | 2025-02-25T23:50:27.080Z | Checking dirs-next v2.0.0 |
828 | 2025-02-25T23:50:27.845Z | Checking ipnetwork v0.20.0 |
829 | 2025-02-25T23:50:28.039Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2025-02-25T23:50:28.200Z | Checking thread_local v1.1.8 |
831 | 2025-02-25T23:50:28.344Z | Compiling progenitor-macro v0.8.0 |
832 | 2025-02-25T23:50:28.900Z | Checking term v0.7.0 |
833 | 2025-02-25T23:50:29.078Z | Checking crossbeam-channel v0.5.12 |
834 | 2025-02-25T23:50:29.331Z | Checking memmap v0.7.0 |
835 | 2025-02-25T23:50:29.390Z | Checking take_mut v0.2.2 |
836 | 2025-02-25T23:50:29.566Z | Checking usdt v0.5.0 |
837 | 2025-02-25T23:50:29.810Z | Checking slog-term v2.9.1 |
838 | 2025-02-25T23:50:30.251Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
839 | 2025-02-25T23:50:30.310Z | Checking toml_edit v0.22.20 |
840 | 2025-02-25T23:50:31.056Z | Checking slog-json v2.6.1 |
841 | 2025-02-25T23:50:31.078Z | Checking progenitor-client v0.8.0 |
842 | 2025-02-25T23:50:31.598Z | Checking debug-ignore v1.0.5 |
843 | 2025-02-25T23:50:31.753Z | Compiling winnow v0.5.40 |
844 | 2025-02-25T23:50:32.764Z | Checking slog-bunyan v2.5.0 |
845 | 2025-02-25T23:50:32.873Z | Checking toml v0.8.19 |
846 | 2025-02-25T23:50:33.596Z | Checking async-stream v0.3.5 |
847 | 2025-02-25T23:50:34.045Z | Checking serde_path_to_error v0.1.16 |
848 | 2025-02-25T23:50:34.158Z | Checking waitgroup v0.1.2 |
849 | 2025-02-25T23:50:34.206Z | Checking hostname v0.4.0 |
850 | 2025-02-25T23:50:34.348Z | Compiling crucible-workspace-hack v0.1.0 |
851 | 2025-02-25T23:50:34.670Z | Checking tokio-rustls v0.25.0 |
852 | 2025-02-25T23:50:34.881Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
853 | 2025-02-25T23:50:35.117Z | Compiling toml_edit v0.19.15 |
854 | 2025-02-25T23:50:35.117Z | Checking newtype-uuid v1.1.0 |
855 | 2025-02-25T23:50:35.304Z | Compiling clap_derive v4.5.4 |
856 | 2025-02-25T23:50:35.304Z | Checking utf8parse v0.2.1 |
857 | 2025-02-25T23:50:35.452Z | Checking unicode-width v0.1.14 |
858 | 2025-02-25T23:50:35.838Z | Checking anstyle-parse v0.2.4 |
859 | 2025-02-25T23:50:35.993Z | Checking hex v0.4.3 |
860 | 2025-02-25T23:50:36.435Z | Checking instant v0.1.12 |
861 | 2025-02-25T23:50:36.566Z | Checking lazy_static v1.5.0 |
862 | 2025-02-25T23:50:36.835Z | Checking anstyle-query v1.0.3 |
863 | 2025-02-25T23:50:36.964Z | Checking anstyle v1.0.7 |
864 | 2025-02-25T23:50:37.188Z | Checking is_terminal_polyfill v1.70.0 |
865 | 2025-02-25T23:50:37.310Z | Checking colorchoice v1.0.1 |
866 | 2025-02-25T23:50:37.443Z | Checking anstream v0.6.14 |
867 | 2025-02-25T23:50:37.834Z | Compiling proc-macro-crate v1.3.1 |
868 | 2025-02-25T23:50:38.563Z | Checking backoff v0.4.0 |
869 | 2025-02-25T23:50:38.581Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
870 | 2025-02-25T23:50:38.714Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
871 | 2025-02-25T23:50:38.736Z | Checking parse-display v0.10.0 |
872 | 2025-02-25T23:50:38.823Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
873 | 2025-02-25T23:50:38.927Z | Checking terminal_size v0.3.0 |
874 | 2025-02-25T23:50:38.949Z | Checking progenitor v0.8.0 |
875 | 2025-02-25T23:50:38.987Z | Checking macaddr v1.0.1 |
876 | 2025-02-25T23:50:39.094Z | Checking regress v0.9.1 |
877 | 2025-02-25T23:50:39.134Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
878 | 2025-02-25T23:50:39.709Z | Checking num-integer v0.1.46 |
879 | 2025-02-25T23:50:40.096Z | Checking clap_lex v0.7.0 |
880 | 2025-02-25T23:50:40.163Z | Compiling unicode-xid v0.2.4 |
881 | 2025-02-25T23:50:40.379Z | Checking clap_builder v4.5.2 |
882 | 2025-02-25T23:50:42.487Z | Compiling heapless v0.8.0 |
883 | 2025-02-25T23:50:43.381Z | Checking clap v4.5.4 |
884 | 2025-02-25T23:50:43.763Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
885 | 2025-02-25T23:50:43.803Z | Checking num-bigint v0.4.5 |
886 | 2025-02-25T23:50:43.806Z | Compiling num_enum_derive v0.5.11 |
887 | 2025-02-25T23:50:44.458Z | Checking hash32 v0.3.1 |
888 | 2025-02-25T23:50:44.661Z | Checking fastrand v2.1.0 |
889 | 2025-02-25T23:50:44.850Z | Compiling smoltcp v0.11.0 |
890 | 2025-02-25T23:50:44.909Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
891 | 2025-02-25T23:50:44.974Z | Checking bitflags v1.3.2 |
892 | 2025-02-25T23:50:45.302Z | Checking either v1.13.0 |
893 | 2025-02-25T23:50:45.528Z | Checking tempfile v3.10.1 |
894 | 2025-02-25T23:50:45.693Z | Compiling synstructure v0.12.6 |
895 | 2025-02-25T23:50:45.887Z | Checking num-rational v0.4.2 |
896 | 2025-02-25T23:50:45.907Z | Checking num_enum v0.5.11 |
897 | 2025-02-25T23:50:46.040Z | Checking num-iter v0.1.45 |
898 | 2025-02-25T23:50:46.230Z | Checking num-complex v0.4.6 |
899 | 2025-02-25T23:50:46.458Z | Compiling proc-macro-error-attr v1.0.4 |
900 | 2025-02-25T23:50:46.500Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
901 | 2025-02-25T23:50:46.700Z | Checking cobs v0.2.3 |
902 | 2025-02-25T23:50:46.829Z | Checking managed v0.8.0 |
903 | 2025-02-25T23:50:46.882Z | Compiling zerocopy-derive v0.2.0 |
904 | 2025-02-25T23:50:46.924Z | Checking postcard v1.0.9 |
905 | 2025-02-25T23:50:47.073Z | Checking num v0.4.3 |
906 | 2025-02-25T23:50:47.648Z | Compiling foreign-types-macros v0.2.3 |
907 | 2025-02-25T23:50:47.875Z | Compiling libz-sys v1.1.16 |
908 | 2025-02-25T23:50:48.610Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
909 | 2025-02-25T23:50:48.631Z | Compiling proc-macro-error v1.0.4 |
910 | 2025-02-25T23:50:48.970Z | Compiling thiserror v2.0.11 |
911 | 2025-02-25T23:50:49.047Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
912 | 2025-02-25T23:50:49.067Z | Checking foreign-types-shared v0.3.1 |
913 | 2025-02-25T23:50:49.197Z | Checking data-encoding v2.6.0 |
914 | 2025-02-25T23:50:49.594Z | Checking pretty-hex v0.2.1 |
915 | 2025-02-25T23:50:49.966Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
916 | 2025-02-25T23:50:50.181Z | Checking foreign-types v0.5.0 |
917 | 2025-02-25T23:50:51.246Z | Checking tabwriter v1.4.0 |
918 | 2025-02-25T23:50:51.455Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
919 | 2025-02-25T23:50:51.493Z | Compiling thiserror-impl v2.0.11 |
920 | 2025-02-25T23:50:51.615Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
921 | 2025-02-25T23:50:52.635Z | Checking cstr-argument v0.1.2 |
922 | 2025-02-25T23:50:52.724Z | Compiling prettyplease v0.2.22 |
923 | 2025-02-25T23:50:52.845Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
924 | 2025-02-25T23:50:53.265Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
925 | 2025-02-25T23:50:53.946Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
926 | 2025-02-25T23:50:54.150Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
927 | 2025-02-25T23:50:54.530Z | Checking colored v2.1.0 |
928 | 2025-02-25T23:50:55.085Z | Compiling libgit2-sys v0.17.0+1.8.1 |
929 | 2025-02-25T23:50:55.511Z | Checking unicode-segmentation v1.11.0 |
930 | 2025-02-25T23:50:55.611Z | Compiling semver v0.1.20 |
931 | 2025-02-25T23:50:55.815Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
932 | 2025-02-25T23:50:56.094Z | Checking float-ord v0.3.2 |
933 | 2025-02-25T23:50:56.150Z | Checking is_ci v1.2.0 |
934 | 2025-02-25T23:50:56.170Z | Checking newline-converter v0.3.0 |
935 | 2025-02-25T23:50:56.247Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
936 | 2025-02-25T23:50:56.289Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
937 | 2025-02-25T23:50:56.309Z | Compiling rustc_version v0.1.7 |
938 | 2025-02-25T23:50:57.857Z | Compiling zone_cfg_derive v0.3.0 |
939 | 2025-02-25T23:50:58.979Z | Checking camino-tempfile v1.1.1 |
940 | 2025-02-25T23:50:59.007Z | Checking itertools v0.10.5 |
941 | 2025-02-25T23:50:59.251Z | Checking console v0.15.8 |
942 | 2025-02-25T23:50:59.406Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
943 | 2025-02-25T23:50:59.947Z | Compiling num-derive v0.4.2 |
944 | 2025-02-25T23:51:00.954Z | Checking sigpipe v0.1.3 |
945 | 2025-02-25T23:51:00.995Z | Compiling usdt-impl v0.3.5 |
946 | 2025-02-25T23:51:01.074Z | Checking similar v2.5.0 |
947 | 2025-02-25T23:51:01.430Z | Checking base64 v0.21.7 |
948 | 2025-02-25T23:51:01.858Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
949 | 2025-02-25T23:51:02.043Z | Compiling owo-colors v4.1.0 |
950 | 2025-02-25T23:51:02.120Z | Checking base64ct v1.6.0 |
951 | 2025-02-25T23:51:02.233Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
952 | 2025-02-25T23:51:02.516Z | Checking password-hash v0.5.0 |
953 | 2025-02-25T23:51:02.655Z | Checking expectorate v1.1.0 |
954 | 2025-02-25T23:51:02.962Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
955 | 2025-02-25T23:51:02.981Z | Checking zone v0.3.0 |
956 | 2025-02-25T23:51:03.304Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
957 | 2025-02-25T23:51:03.516Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
958 | 2025-02-25T23:51:03.562Z | Compiling newtype_derive v0.1.6 |
959 | 2025-02-25T23:51:03.592Z | Checking supports-color v3.0.1 |
960 | 2025-02-25T23:51:03.698Z | Checking supports-color v2.1.0 |
961 | 2025-02-25T23:51:03.838Z | Compiling zerocopy v0.3.2 |
962 | 2025-02-25T23:51:03.886Z | Checking blake2 v0.10.6 |
963 | 2025-02-25T23:51:03.926Z | Compiling cargo-platform v0.1.8 |
964 | 2025-02-25T23:51:03.975Z | Compiling hubpack_derive v0.1.1 |
965 | 2025-02-25T23:51:04.195Z | Checking smf v0.2.3 |
966 | 2025-02-25T23:51:04.295Z | Compiling serde_repr v0.1.19 |
967 | 2025-02-25T23:51:04.338Z | Compiling zerocopy-derive v0.6.6 |
968 | 2025-02-25T23:51:04.386Z | Compiling vergen v8.3.2 |
969 | 2025-02-25T23:51:04.670Z | Checking fixedbitset v0.4.2 |
970 | 2025-02-25T23:51:04.877Z | Compiling cancel-safe-futures v0.1.5 |
971 | 2025-02-25T23:51:04.897Z | Checking whoami v1.5.1 |
972 | 2025-02-25T23:51:04.904Z | Checking petgraph v0.6.5 |
973 | 2025-02-25T23:51:05.318Z | Checking hubpack v0.1.2 |
974 | 2025-02-25T23:51:05.377Z | Checking argon2 v0.5.3 |
975 | 2025-02-25T23:51:05.637Z | Compiling dof v0.1.5 |
976 | 2025-02-25T23:51:06.063Z | Checking zerocopy v0.6.6 |
977 | 2025-02-25T23:51:06.089Z | Compiling cargo_metadata v0.18.1 |
978 | 2025-02-25T23:51:06.748Z | Compiling typify-impl v0.3.0 |
979 | 2025-02-25T23:51:07.705Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
980 | 2025-02-25T23:51:07.818Z | Compiling rustc_version v0.4.0 |
981 | 2025-02-25T23:51:08.285Z | Compiling dtrace-parser v0.1.14 |
982 | 2025-02-25T23:51:08.365Z | Checking serde-big-array v0.5.1 |
983 | 2025-02-25T23:51:08.601Z | Compiling strum_macros v0.25.3 |
984 | 2025-02-25T23:51:08.834Z | Compiling libsqlite3-sys v0.30.1 |
985 | 2025-02-25T23:51:08.925Z | Compiling slog-dtrace v0.3.0 |
986 | 2025-02-25T23:51:09.281Z | Compiling cookie v0.18.1 |
987 | 2025-02-25T23:51:09.370Z | Compiling convert_case v0.4.0 |
988 | 2025-02-25T23:51:09.638Z | Compiling cfg_aliases v0.2.1 |
989 | 2025-02-25T23:51:09.684Z | Checking static_assertions v1.1.0 |
990 | 2025-02-25T23:51:09.758Z | Compiling rustls v0.21.12 |
991 | 2025-02-25T23:51:09.870Z | Checking tinyvec_macros v0.1.1 |
992 | 2025-02-25T23:51:09.972Z | Checking utf-8 v0.7.6 |
993 | 2025-02-25T23:51:10.020Z | Compiling derive_more v0.99.18 |
994 | 2025-02-25T23:51:10.129Z | Checking tinyvec v1.6.0 |
995 | 2025-02-25T23:51:10.175Z | Checking tungstenite v0.21.0 |
996 | 2025-02-25T23:51:10.418Z | Compiling nix v0.29.0 |
997 | 2025-02-25T23:51:11.342Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
998 | 2025-02-25T23:51:11.393Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
999 | 2025-02-25T23:51:11.867Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1000 | 2025-02-25T23:51:11.914Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1001 | 2025-02-25T23:51:12.783Z | Checking atomicwrites v0.4.4 |
1002 | 2025-02-25T23:51:12.829Z | Checking itertools v0.13.0 |
1003 | 2025-02-25T23:51:12.989Z | Checking libsw v3.3.1 |
1004 | 2025-02-25T23:51:13.120Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1005 | 2025-02-25T23:51:13.239Z | Compiling serde_tokenstream v0.1.7 |
1006 | 2025-02-25T23:51:13.735Z | Checking rustls-webpki v0.101.7 |
1007 | 2025-02-25T23:51:14.456Z | Checking sct v0.7.1 |
1008 | 2025-02-25T23:51:14.661Z | Compiling derive-where v1.2.7 |
1009 | 2025-02-25T23:51:15.290Z | Compiling enum-as-inner v0.6.0 |
1010 | 2025-02-25T23:51:15.537Z | Checking inout v0.1.3 |
1011 | 2025-02-25T23:51:15.740Z | Compiling radium v0.7.0 |
1012 | 2025-02-25T23:51:16.296Z | Checking linked-hash-map v0.5.6 |
1013 | 2025-02-25T23:51:16.372Z | Checking highway v1.2.0 |
1014 | 2025-02-25T23:51:16.559Z | Checking indent_write v2.2.0 |
1015 | 2025-02-25T23:51:16.562Z | Checking quick-error v1.2.3 |
1016 | 2025-02-25T23:51:16.719Z | Checking swrite v0.1.0 |
1017 | 2025-02-25T23:51:16.764Z | Checking linear-map v1.2.0 |
1018 | 2025-02-25T23:51:16.805Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1019 | 2025-02-25T23:51:16.859Z | Checking resolv-conf v0.7.0 |
1020 | 2025-02-25T23:51:17.067Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1021 | 2025-02-25T23:51:17.222Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1022 | 2025-02-25T23:51:17.430Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1023 | 2025-02-25T23:51:17.677Z | Compiling typify-macro v0.3.0 |
1024 | 2025-02-25T23:51:18.189Z | Checking lru-cache v0.1.2 |
1025 | 2025-02-25T23:51:18.388Z | Checking hickory-proto v0.24.4 |
1026 | 2025-02-25T23:51:19.403Z | Checking cipher v0.4.4 |
1027 | 2025-02-25T23:51:19.545Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1028 | 2025-02-25T23:51:20.106Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1029 | 2025-02-25T23:51:20.278Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1030 | 2025-02-25T23:51:21.329Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1031 | 2025-02-25T23:51:21.651Z | Checking steno v0.4.1 |
1032 | 2025-02-25T23:51:22.299Z | Checking tokio-tungstenite v0.21.0 |
1033 | 2025-02-25T23:51:22.575Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1034 | 2025-02-25T23:51:22.725Z | Checking crossbeam-epoch v0.9.18 |
1035 | 2025-02-25T23:51:23.149Z | Checking hashlink v0.9.1 |
1036 | 2025-02-25T23:51:23.245Z | Checking fallible-streaming-iterator v0.1.9 |
1037 | 2025-02-25T23:51:23.342Z | Compiling rayon-core v1.12.1 |
1038 | 2025-02-25T23:51:23.458Z | Checking humantime v2.1.0 |
1039 | 2025-02-25T23:51:23.669Z | Checking fallible-iterator v0.3.0 |
1040 | 2025-02-25T23:51:23.684Z | Checking tap v1.0.1 |
1041 | 2025-02-25T23:51:23.726Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1042 | 2025-02-25T23:51:23.748Z | Checking crossbeam-deque v0.8.5 |
1043 | 2025-02-25T23:51:23.851Z | Checking wyz v0.5.1 |
1044 | 2025-02-25T23:51:24.064Z | Checking tokio-rustls v0.24.1 |
1045 | 2025-02-25T23:51:24.241Z | Checking rusqlite v0.32.1 |
1046 | 2025-02-25T23:51:24.403Z | Checking hickory-resolver v0.24.4 |
1047 | 2025-02-25T23:51:25.025Z | Compiling usdt-attr-macro v0.3.5 |
1048 | 2025-02-25T23:51:25.707Z | Compiling usdt-macro v0.3.5 |
1049 | 2025-02-25T23:51:25.740Z | Checking rustls-pemfile v1.0.4 |
1050 | 2025-02-25T23:51:25.877Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1051 | 2025-02-25T23:51:26.095Z | Compiling num_enum_derive v0.7.2 |
1052 | 2025-02-25T23:51:26.202Z | Checking twox-hash v2.1.0 |
1053 | 2025-02-25T23:51:26.366Z | Checking universal-hash v0.5.1 |
1054 | 2025-02-25T23:51:26.563Z | Checking atty v0.2.14 |
1055 | 2025-02-25T23:51:26.701Z | Checking opaque-debug v0.3.1 |
1056 | 2025-02-25T23:51:26.772Z | Checking funty v2.0.0 |
1057 | 2025-02-25T23:51:26.808Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1058 | 2025-02-25T23:51:26.921Z | Checking polyval v0.6.2 |
1059 | 2025-02-25T23:51:27.224Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1060 | 2025-02-25T23:51:27.265Z | Checking usdt v0.3.5 |
1061 | 2025-02-25T23:51:27.594Z | Checking bitvec v1.0.1 |
1062 | 2025-02-25T23:51:28.031Z | Compiling typify v0.3.0 |
1063 | 2025-02-25T23:51:28.138Z | Checking ctr v0.9.2 |
1064 | 2025-02-25T23:51:28.161Z | Checking aes v0.8.4 |
1065 | 2025-02-25T23:51:28.234Z | Checking num_enum v0.7.2 |
1066 | 2025-02-25T23:51:28.411Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1067 | 2025-02-25T23:51:28.427Z | Checking bincode v1.3.3 |
1068 | 2025-02-25T23:51:28.587Z | Checking toml v0.7.8 |
1069 | 2025-02-25T23:51:28.839Z | Checking aead v0.5.2 |
1070 | 2025-02-25T23:51:28.952Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1071 | 2025-02-25T23:51:29.052Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1072 | 2025-02-25T23:51:29.129Z | Checking aes-gcm-siv v0.11.1 |
1073 | 2025-02-25T23:51:29.191Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1074 | 2025-02-25T23:51:29.286Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1075 | 2025-02-25T23:51:29.343Z | Checking rayon v1.10.0 |
1076 | 2025-02-25T23:51:29.368Z | Compiling progenitor-impl v0.9.1 |
1077 | 2025-02-25T23:51:29.515Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1078 | 2025-02-25T23:51:29.683Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1079 | 2025-02-25T23:51:29.779Z | Compiling bitstruct_derive v0.1.0 |
1080 | 2025-02-25T23:51:29.903Z | Compiling async-recursion v1.1.1 |
1081 | 2025-02-25T23:51:30.010Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1082 | 2025-02-25T23:51:30.161Z | Compiling cfg_aliases v0.1.1 |
1083 | 2025-02-25T23:51:30.277Z | Checking typeid v1.0.0 |
1084 | 2025-02-25T23:51:30.421Z | Checking ascii v1.1.0 |
1085 | 2025-02-25T23:51:30.811Z | Checking ringbuffer v0.15.0 |
1086 | 2025-02-25T23:51:31.015Z | Checking bitstruct v0.1.1 |
1087 | 2025-02-25T23:51:31.145Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1088 | 2025-02-25T23:51:31.162Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1089 | 2025-02-25T23:51:31.214Z | Checking erased-serde v0.4.5 |
1090 | 2025-02-25T23:51:31.221Z | Compiling nix v0.28.0 |
1091 | 2025-02-25T23:51:31.731Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1092 | 2025-02-25T23:51:31.993Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1093 | 2025-02-25T23:51:32.013Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1094 | 2025-02-25T23:51:32.104Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1095 | 2025-02-25T23:51:32.215Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1096 | 2025-02-25T23:51:32.371Z | Checking progenitor-client v0.9.1 |
1097 | 2025-02-25T23:51:32.755Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1098 | 2025-02-25T23:51:32.794Z | Checking serde_arrays v0.1.0 |
1099 | 2025-02-25T23:51:32.978Z | Checking libloading v0.7.4 |
1100 | 2025-02-25T23:51:33.129Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1101 | 2025-02-25T23:51:33.210Z | Compiling const_format_proc_macros v0.2.32 |
1102 | 2025-02-25T23:51:33.467Z | Checking kstat-rs v0.2.4 |
1103 | 2025-02-25T23:51:33.486Z | Compiling escargot v0.5.10 |
1104 | 2025-02-25T23:51:33.791Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1105 | 2025-02-25T23:51:33.948Z | Checking ron v0.8.1 |
1106 | 2025-02-25T23:51:33.967Z | Checking xattr v1.3.1 |
1107 | 2025-02-25T23:51:34.493Z | Checking filetime v0.2.23 |
1108 | 2025-02-25T23:51:34.719Z | Checking bstr v1.9.1 |
1109 | 2025-02-25T23:51:34.786Z | Compiling progenitor-macro v0.9.1 |
1110 | 2025-02-25T23:51:34.956Z | Checking bit_field v0.10.2 |
1111 | 2025-02-25T23:51:35.007Z | Checking const_format v0.2.32 |
1112 | 2025-02-25T23:51:35.047Z | Checking ctrlc v3.4.4 |
1113 | 2025-02-25T23:51:35.214Z | Checking tar v0.4.40 |
1114 | 2025-02-25T23:51:35.426Z | Checking globset v0.4.14 |
1115 | 2025-02-25T23:51:35.892Z | Checking fatfs v0.3.6 |
1116 | 2025-02-25T23:51:35.943Z | Checking glob v0.3.1 |
1117 | 2025-02-25T23:51:37.192Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1118 | 2025-02-25T23:51:37.821Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1119 | 2025-02-25T23:51:39.286Z | Compiling git2 v0.19.0 |
1120 | 2025-02-25T23:51:40.015Z | Checking progenitor v0.9.1 |
1121 | 2025-02-25T23:51:40.158Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1122 | 2025-02-25T23:51:43.113Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1123 | 2025-02-25T23:51:43.339Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1124 | 2025-02-25T23:51:43.357Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1125 | 2025-02-25T23:51:43.887Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1126 | 2025-02-25T23:51:52.295Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1127 | 2025-02-25T23:51:56.750Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1128 | 2025-02-25T23:52:05.045Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1129 | 2025-02-25T23:52:05.048Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1130 | 2025-02-25T23:52:11.372Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s |
1131 | 2025-02-25T23:52:11.699Z | |
1132 | 2025-02-25T23:52:11.702Z | real 2:53.761480133 |
1133 | 2025-02-25T23:52:11.702Z | user 13:46.130666333 |
1134 | 2025-02-25T23:52:11.702Z | sys 2:23.750613107 |
1135 | 2025-02-25T23:52:11.702Z | trap 0.457956847 |
1136 | 2025-02-25T23:52:11.702Z | tflt 0.727266688 |
1137 | 2025-02-25T23:52:11.702Z | dflt 0.234557841 |
1138 | 2025-02-25T23:52:11.702Z | kflt 0.006187524 |
1139 | 2025-02-25T23:52:11.702Z | lock 15:43.826773810 |
1140 | 2025-02-25T23:52:11.703Z | slp 52:15.401834684 |
1141 | 2025-02-25T23:52:11.703Z | lat 1:04.404403788 |
1142 | 2025-02-25T23:52:11.703Z | stop 3:20.433613868 |
1143 | 2025-02-25T23:52:11.703Z | + ptime -m cargo clippy --features falcon --all-targets |
1144 | 2025-02-25T23:52:12.203Z | Downloading crates ... |
1145 | 2025-02-25T23:52:12.411Z | Downloaded serde_test v1.0.176 |
1146 | 2025-02-25T23:52:12.414Z | Downloaded mockall v0.12.1 |
1147 | 2025-02-25T23:52:12.418Z | Downloaded termtree v0.4.1 |
1148 | 2025-02-25T23:52:12.422Z | Downloaded flate2 v1.0.30 |
1149 | 2025-02-25T23:52:12.426Z | Downloaded slog-stdlog v4.1.1 |
1150 | 2025-02-25T23:52:12.429Z | Downloaded simd-adler32 v0.3.7 |
1151 | 2025-02-25T23:52:12.429Z | Downloaded predicates-tree v1.0.9 |
1152 | 2025-02-25T23:52:12.432Z | Downloaded slog-scope v4.4.0 |
1153 | 2025-02-25T23:52:12.432Z | Downloaded fragile v2.0.0 |
1154 | 2025-02-25T23:52:12.436Z | Downloaded crc32fast v1.4.0 |
1155 | 2025-02-25T23:52:12.436Z | Downloaded predicates-core v1.0.6 |
1156 | 2025-02-25T23:52:12.440Z | Downloaded slog-envlogger v2.2.0 |
1157 | 2025-02-25T23:52:12.444Z | Downloaded bytemuck v1.16.0 |
1158 | 2025-02-25T23:52:12.444Z | Downloaded mockall_derive v0.12.1 |
1159 | 2025-02-25T23:52:12.447Z | Downloaded miniz_oxide v0.7.2 |
1160 | 2025-02-25T23:52:12.448Z | Downloaded fdeflate v0.3.4 |
1161 | 2025-02-25T23:52:12.451Z | Downloaded png v0.17.13 |
1162 | 2025-02-25T23:52:12.454Z | Downloaded arc-swap v1.7.1 |
1163 | 2025-02-25T23:52:12.462Z | Downloaded predicates v3.1.0 |
1164 | 2025-02-25T23:52:12.490Z | Downloaded downcast v0.11.0 |
1165 | 2025-02-25T23:52:12.990Z | Downloaded image v0.25.1 |
1166 | 2025-02-25T23:52:13.289Z | Checking log v0.4.22 |
1167 | 2025-02-25T23:52:13.292Z | Checking tokio v1.40.0 |
1168 | 2025-02-25T23:52:13.334Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1169 | 2025-02-25T23:52:13.350Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1170 | 2025-02-25T23:52:13.362Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1171 | 2025-02-25T23:52:13.368Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1172 | 2025-02-25T23:52:13.391Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1173 | 2025-02-25T23:52:13.395Z | Checking simd-adler32 v0.3.7 |
1174 | 2025-02-25T23:52:13.541Z | Checking native-tls v0.2.11 |
1175 | 2025-02-25T23:52:13.541Z | Checking goblin v0.8.2 |
1176 | 2025-02-25T23:52:13.565Z | Checking rustls v0.22.4 |
1177 | 2025-02-25T23:52:13.592Z | Checking typify-impl v0.2.0 |
1178 | 2025-02-25T23:52:13.626Z | Checking tungstenite v0.21.0 |
1179 | 2025-02-25T23:52:13.826Z | Checking rustls v0.21.12 |
1180 | 2025-02-25T23:52:13.840Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1181 | 2025-02-25T23:52:13.876Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1182 | 2025-02-25T23:52:14.162Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1183 | 2025-02-25T23:52:14.393Z | Checking typify-impl v0.3.0 |
1184 | 2025-02-25T23:52:14.449Z | Compiling crc32fast v1.4.0 |
1185 | 2025-02-25T23:52:15.018Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1186 | 2025-02-25T23:52:15.260Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1187 | 2025-02-25T23:52:15.699Z | Checking adler v1.0.2 |
1188 | 2025-02-25T23:52:15.857Z | Checking miniz_oxide v0.7.2 |
1189 | 2025-02-25T23:52:16.006Z | Checking typify v0.2.0 |
1190 | 2025-02-25T23:52:16.131Z | Checking progenitor-impl v0.8.0 |
1191 | 2025-02-25T23:52:16.722Z | Checking arc-swap v1.7.1 |
1192 | 2025-02-25T23:52:16.838Z | Checking flate2 v1.0.30 |
1193 | 2025-02-25T23:52:16.926Z | Checking fdeflate v0.3.4 |
1194 | 2025-02-25T23:52:17.022Z | Checking typify v0.3.0 |
1195 | 2025-02-25T23:52:17.100Z | Checking slog-scope v4.4.0 |
1196 | 2025-02-25T23:52:17.147Z | Checking progenitor-impl v0.9.1 |
1197 | 2025-02-25T23:52:17.297Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1198 | 2025-02-25T23:52:17.413Z | Checking slog-stdlog v4.1.1 |
1199 | 2025-02-25T23:52:17.426Z | Checking png v0.17.13 |
1200 | 2025-02-25T23:52:17.579Z | Checking bytemuck v1.16.0 |
1201 | 2025-02-25T23:52:17.685Z | Checking predicates-core v1.0.6 |
1202 | 2025-02-25T23:52:17.873Z | Checking slog-envlogger v2.2.0 |
1203 | 2025-02-25T23:52:17.994Z | Checking termtree v0.4.1 |
1204 | 2025-02-25T23:52:18.046Z | Checking predicates v3.1.0 |
1205 | 2025-02-25T23:52:18.086Z | Compiling mockall_derive v0.12.1 |
1206 | 2025-02-25T23:52:18.156Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1207 | 2025-02-25T23:52:18.183Z | Checking predicates-tree v1.0.9 |
1208 | 2025-02-25T23:52:18.341Z | Checking wait-timeout v0.2.0 |
1209 | 2025-02-25T23:52:18.512Z | Checking dof v0.3.0 |
1210 | 2025-02-25T23:52:18.526Z | Checking fragile v2.0.0 |
1211 | 2025-02-25T23:52:18.566Z | Checking image v0.25.1 |
1212 | 2025-02-25T23:52:18.569Z | Checking bit-vec v0.6.3 |
1213 | 2025-02-25T23:52:18.782Z | Checking downcast v0.11.0 |
1214 | 2025-02-25T23:52:18.901Z | Checking bit-set v0.5.3 |
1215 | 2025-02-25T23:52:18.961Z | Checking globset v0.4.14 |
1216 | 2025-02-25T23:52:19.068Z | Checking usdt-impl v0.5.0 |
1217 | 2025-02-25T23:52:19.104Z | Checking rusty-fork v0.3.0 |
1218 | 2025-02-25T23:52:19.137Z | Checking escargot v0.5.10 |
1219 | 2025-02-25T23:52:19.391Z | Checking fatfs v0.3.6 |
1220 | 2025-02-25T23:52:19.434Z | Checking rand_xorshift v0.3.0 |
1221 | 2025-02-25T23:52:19.582Z | Checking usdt v0.5.0 |
1222 | 2025-02-25T23:52:19.597Z | Checking unarray v0.1.4 |
1223 | 2025-02-25T23:52:19.754Z | Checking proptest v1.5.0 |
1224 | 2025-02-25T23:52:19.813Z | Checking tokio-util v0.7.11 |
1225 | 2025-02-25T23:52:19.816Z | Checking tokio-rustls v0.26.0 |
1226 | 2025-02-25T23:52:19.856Z | Checking tokio-native-tls v0.3.1 |
1227 | 2025-02-25T23:52:20.107Z | Checking tokio-rustls v0.25.0 |
1228 | 2025-02-25T23:52:20.175Z | Checking backoff v0.4.0 |
1229 | 2025-02-25T23:52:20.188Z | Checking tokio-tungstenite v0.21.0 |
1230 | 2025-02-25T23:52:20.330Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1231 | 2025-02-25T23:52:20.353Z | Checking zone v0.3.0 |
1232 | 2025-02-25T23:52:20.439Z | Checking libsw v3.3.1 |
1233 | 2025-02-25T23:52:20.453Z | Checking cancel-safe-futures v0.1.5 |
1234 | 2025-02-25T23:52:20.584Z | Checking h2 v0.4.6 |
1235 | 2025-02-25T23:52:20.606Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1236 | 2025-02-25T23:52:20.668Z | Checking slog-dtrace v0.3.0 |
1237 | 2025-02-25T23:52:20.698Z | Checking hickory-proto v0.24.4 |
1238 | 2025-02-25T23:52:20.871Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1239 | 2025-02-25T23:52:21.069Z | Checking steno v0.4.1 |
1240 | 2025-02-25T23:52:21.093Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1241 | 2025-02-25T23:52:22.163Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1242 | 2025-02-25T23:52:22.189Z | Checking tokio-rustls v0.24.1 |
1243 | 2025-02-25T23:52:22.457Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1244 | 2025-02-25T23:52:22.511Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1245 | 2025-02-25T23:52:22.791Z | Checking serde_test v1.0.176 |
1246 | 2025-02-25T23:52:22.795Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1247 | 2025-02-25T23:52:24.112Z | Checking hickory-resolver v0.24.4 |
1248 | 2025-02-25T23:52:24.577Z | Checking mockall v0.12.1 |
1249 | 2025-02-25T23:52:24.698Z | Checking hyper v1.4.1 |
1250 | 2025-02-25T23:52:26.062Z | Checking hyper-util v0.1.9 |
1251 | 2025-02-25T23:52:27.100Z | Checking hyper-rustls v0.27.3 |
1252 | 2025-02-25T23:52:27.100Z | Checking hyper-tls v0.6.0 |
1253 | 2025-02-25T23:52:27.108Z | Checking dropshot v0.12.0 |
1254 | 2025-02-25T23:52:27.266Z | Checking reqwest v0.12.7 |
1255 | 2025-02-25T23:52:28.285Z | Checking progenitor-client v0.8.0 |
1256 | 2025-02-25T23:52:28.285Z | Checking progenitor-client v0.9.1 |
1257 | 2025-02-25T23:52:28.496Z | Checking progenitor v0.8.0 |
1258 | 2025-02-25T23:52:28.521Z | Checking progenitor v0.9.1 |
1259 | 2025-02-25T23:52:28.631Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1260 | 2025-02-25T23:52:28.634Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1261 | 2025-02-25T23:52:28.634Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1262 | 2025-02-25T23:52:28.660Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1263 | 2025-02-25T23:52:29.385Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1264 | 2025-02-25T23:52:30.368Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1265 | 2025-02-25T23:52:32.037Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1266 | 2025-02-25T23:52:32.969Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1267 | 2025-02-25T23:52:33.676Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1268 | 2025-02-25T23:52:37.801Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1269 | 2025-02-25T23:52:37.801Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1270 | 2025-02-25T23:52:37.804Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1271 | 2025-02-25T23:52:37.804Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1272 | 2025-02-25T23:52:40.274Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1273 | 2025-02-25T23:52:40.326Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1274 | 2025-02-25T23:52:40.326Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1275 | 2025-02-25T23:52:40.326Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1276 | 2025-02-25T23:52:40.361Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1277 | 2025-02-25T23:52:40.606Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1278 | 2025-02-25T23:52:40.668Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1279 | 2025-02-25T23:52:49.117Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1280 | 2025-02-25T23:52:54.188Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1281 | 2025-02-25T23:52:54.764Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1282 | 2025-02-25T23:52:58.664Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1283 | 2025-02-25T23:53:09.725Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1284 | 2025-02-25T23:53:09.728Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1285 | 2025-02-25T23:53:17.814Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
1286 | 2025-02-25T23:53:17.973Z | |
1287 | 2025-02-25T23:53:17.974Z | real 1:06.269291458 |
1288 | 2025-02-25T23:53:17.974Z | user 2:58.541012667 |
1289 | 2025-02-25T23:53:17.974Z | sys 23.080811803 |
1290 | 2025-02-25T23:53:17.975Z | trap 0.068919024 |
1291 | 2025-02-25T23:53:17.975Z | tflt 0.024584755 |
1292 | 2025-02-25T23:53:17.975Z | dflt 0.018575888 |
1293 | 2025-02-25T23:53:17.975Z | kflt 0.000084804 |
1294 | 2025-02-25T23:53:17.978Z | lock 3:52.679495193 |
1295 | 2025-02-25T23:53:17.978Z | slp 9:46.366585121 |
1296 | 2025-02-25T23:53:17.978Z | lat 5.137511242 |
1297 | 2025-02-25T23:53:17.978Z | stop 13.462715755 |
1298 | 2025-02-25T23:53:17.978Z | + banner build |
1299 | 2025-02-25T23:53:17.978Z | |
1300 | 2025-02-25T23:53:17.978Z | ##### # # # # ##### |
1301 | 2025-02-25T23:53:17.978Z | # # # # # # # # |
1302 | 2025-02-25T23:53:17.978Z | ##### # # # # # # |
1303 | 2025-02-25T23:53:17.978Z | # # # # # # # # |
1304 | 2025-02-25T23:53:17.978Z | # # # # # # # # |
1305 | 2025-02-25T23:53:17.978Z | ##### #### # ###### ##### |
1306 | 2025-02-25T23:53:17.978Z | |
1307 | 2025-02-25T23:53:17.978Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1308 | 2025-02-25T23:53:18.755Z | Compiling proc-macro2 v1.0.92 |
1309 | 2025-02-25T23:53:18.755Z | Compiling unicode-ident v1.0.14 |
1310 | 2025-02-25T23:53:18.755Z | Compiling libc v0.2.169 |
1311 | 2025-02-25T23:53:18.758Z | Compiling serde v1.0.217 |
1312 | 2025-02-25T23:53:18.758Z | Compiling autocfg v1.3.0 |
1313 | 2025-02-25T23:53:18.758Z | Compiling once_cell v1.19.0 |
1314 | 2025-02-25T23:53:18.758Z | Compiling version_check v0.9.5 |
1315 | 2025-02-25T23:53:18.758Z | Compiling cfg-if v1.0.0 |
1316 | 2025-02-25T23:53:18.916Z | Compiling memchr v2.7.2 |
1317 | 2025-02-25T23:53:18.944Z | Compiling libm v0.2.8 |
1318 | 2025-02-25T23:53:19.136Z | Compiling thiserror v1.0.64 |
1319 | 2025-02-25T23:53:19.394Z | Compiling itoa v1.0.11 |
1320 | 2025-02-25T23:53:19.406Z | Compiling lock_api v0.4.12 |
1321 | 2025-02-25T23:53:19.646Z | Compiling parking_lot_core v0.9.10 |
1322 | 2025-02-25T23:53:19.770Z | Compiling ryu v1.0.18 |
1323 | 2025-02-25T23:53:19.831Z | Compiling serde_json v1.0.135 |
1324 | 2025-02-25T23:53:20.046Z | Compiling schemars v0.8.21 |
1325 | 2025-02-25T23:53:20.089Z | Compiling slab v0.4.9 |
1326 | 2025-02-25T23:53:20.148Z | Compiling byteorder v1.5.0 |
1327 | 2025-02-25T23:53:20.207Z | Compiling pkg-config v0.3.30 |
1328 | 2025-02-25T23:53:20.442Z | Compiling quote v1.0.38 |
1329 | 2025-02-25T23:53:20.490Z | Compiling log v0.4.22 |
1330 | 2025-02-25T23:53:20.609Z | Compiling jobserver v0.1.31 |
1331 | 2025-02-25T23:53:20.767Z | Compiling getrandom v0.2.14 |
1332 | 2025-02-25T23:53:20.837Z | Compiling syn v2.0.96 |
1333 | 2025-02-25T23:53:20.980Z | Compiling vcpkg v0.2.15 |
1334 | 2025-02-25T23:53:21.023Z | Compiling cc v1.0.97 |
1335 | 2025-02-25T23:53:21.461Z | Compiling num-traits v0.2.19 |
1336 | 2025-02-25T23:53:21.605Z | Compiling smallvec v1.13.2 |
1337 | 2025-02-25T23:53:21.850Z | Compiling pin-project-lite v0.2.14 |
1338 | 2025-02-25T23:53:22.083Z | Compiling ahash v0.8.11 |
1339 | 2025-02-25T23:53:22.288Z | Compiling hashbrown v0.15.2 |
1340 | 2025-02-25T23:53:22.322Z | Compiling equivalent v1.0.1 |
1341 | 2025-02-25T23:53:22.483Z | Compiling scopeguard v1.2.0 |
1342 | 2025-02-25T23:53:23.096Z | Compiling semver v1.0.24 |
1343 | 2025-02-25T23:53:23.363Z | Compiling signal-hook-registry v1.4.2 |
1344 | 2025-02-25T23:53:23.602Z | Compiling parking_lot v0.12.2 |
1345 | 2025-02-25T23:53:23.789Z | Compiling socket2 v0.5.7 |
1346 | 2025-02-25T23:53:23.824Z | Compiling ring v0.17.8 |
1347 | 2025-02-25T23:53:24.277Z | Compiling mio v1.0.2 |
1348 | 2025-02-25T23:53:24.699Z | Compiling httparse v1.8.0 |
1349 | 2025-02-25T23:53:24.783Z | Compiling fnv v1.0.7 |
1350 | 2025-02-25T23:53:24.857Z | Compiling typenum v1.17.0 |
1351 | 2025-02-25T23:53:24.918Z | Compiling generic-array v0.14.7 |
1352 | 2025-02-25T23:53:25.170Z | Compiling iana-time-zone v0.1.60 |
1353 | 2025-02-25T23:53:25.279Z | Compiling heck v0.5.0 |
1354 | 2025-02-25T23:53:25.366Z | Compiling futures-core v0.3.31 |
1355 | 2025-02-25T23:53:25.451Z | Compiling openssl-sys v0.9.106 |
1356 | 2025-02-25T23:53:25.743Z | Compiling stable_deref_trait v1.2.0 |
1357 | 2025-02-25T23:53:25.836Z | Compiling dyn-clone v1.0.17 |
1358 | 2025-02-25T23:53:25.871Z | Compiling futures-sink v0.3.30 |
1359 | 2025-02-25T23:53:25.929Z | Compiling rand_core v0.6.4 |
1360 | 2025-02-25T23:53:26.022Z | Compiling slog v2.7.0 |
1361 | 2025-02-25T23:53:26.064Z | Compiling subtle v2.5.0 |
1362 | 2025-02-25T23:53:26.093Z | Compiling allocator-api2 v0.2.18 |
1363 | 2025-02-25T23:53:26.332Z | Compiling futures-channel v0.3.30 |
1364 | 2025-02-25T23:53:26.373Z | Compiling futures-task v0.3.30 |
1365 | 2025-02-25T23:53:26.385Z | Compiling futures-io v0.3.30 |
1366 | 2025-02-25T23:53:26.497Z | Compiling pin-utils v0.1.0 |
1367 | 2025-02-25T23:53:26.526Z | Compiling ucd-trie v0.1.6 |
1368 | 2025-02-25T23:53:26.701Z | Compiling openssl v0.10.71 |
1369 | 2025-02-25T23:53:26.793Z | Compiling aho-corasick v1.1.3 |
1370 | 2025-02-25T23:53:26.942Z | Compiling regex-syntax v0.8.5 |
1371 | 2025-02-25T23:53:26.979Z | Compiling rustls v0.23.10 |
1372 | 2025-02-25T23:53:27.166Z | Compiling rustversion v1.0.17 |
1373 | 2025-02-25T23:53:27.387Z | Compiling native-tls v0.2.11 |
1374 | 2025-02-25T23:53:27.717Z | Compiling spin v0.9.8 |
1375 | 2025-02-25T23:53:27.759Z | Compiling syn v1.0.109 |
1376 | 2025-02-25T23:53:27.917Z | Compiling synstructure v0.13.1 |
1377 | 2025-02-25T23:53:28.312Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2025-02-25T23:53:30.248Z | Compiling untrusted v0.9.0 |
1379 | 2025-02-25T23:53:30.437Z | Compiling regex-automata v0.4.9 |
1380 | 2025-02-25T23:53:30.441Z | Compiling tracing-core v0.1.32 |
1381 | 2025-02-25T23:53:31.667Z | Compiling writeable v0.5.5 |
1382 | 2025-02-25T23:53:31.906Z | Compiling serde_derive v1.0.217 |
1383 | 2025-02-25T23:53:32.183Z | Compiling thiserror-impl v1.0.64 |
1384 | 2025-02-25T23:53:32.493Z | Compiling tokio-macros v2.4.0 |
1385 | 2025-02-25T23:53:32.574Z | Compiling zerocopy-derive v0.7.34 |
1386 | 2025-02-25T23:53:32.682Z | Compiling zerofrom-derive v0.1.5 |
1387 | 2025-02-25T23:53:33.956Z | Compiling schemars_derive v0.8.21 |
1388 | 2025-02-25T23:53:34.388Z | Compiling yoke-derive v0.7.5 |
1389 | 2025-02-25T23:53:34.695Z | Compiling zerovec-derive v0.10.3 |
1390 | 2025-02-25T23:53:35.559Z | Compiling displaydoc v0.2.5 |
1391 | 2025-02-25T23:53:36.809Z | Compiling futures-macro v0.3.30 |
1392 | 2025-02-25T23:53:36.914Z | Compiling icu_provider_macros v1.5.0 |
1393 | 2025-02-25T23:53:36.968Z | Compiling zerocopy v0.7.34 |
1394 | 2025-02-25T23:53:37.062Z | Compiling pest v2.7.10 |
1395 | 2025-02-25T23:53:37.990Z | Compiling zerofrom v0.1.5 |
1396 | 2025-02-25T23:53:38.248Z | Compiling yoke v0.7.5 |
1397 | 2025-02-25T23:53:38.367Z | Compiling openssl-macros v0.1.1 |
1398 | 2025-02-25T23:53:38.571Z | Compiling hashbrown v0.14.5 |
1399 | 2025-02-25T23:53:38.605Z | Compiling futures-util v0.3.30 |
1400 | 2025-02-25T23:53:39.169Z | Compiling zerovec v0.10.4 |
1401 | 2025-02-25T23:53:39.510Z | Compiling pest_meta v2.7.10 |
1402 | 2025-02-25T23:53:39.727Z | Compiling regress v0.10.1 |
1403 | 2025-02-25T23:53:39.819Z | Compiling regex v1.11.1 |
1404 | 2025-02-25T23:53:40.745Z | Compiling tracing-attributes v0.1.27 |
1405 | 2025-02-25T23:53:42.274Z | Compiling pest_generator v2.7.10 |
1406 | 2025-02-25T23:53:43.106Z | Compiling tinystr v0.7.6 |
1407 | 2025-02-25T23:53:43.491Z | Compiling heck v0.4.1 |
1408 | 2025-02-25T23:53:43.775Z | Compiling bytes v1.9.0 |
1409 | 2025-02-25T23:53:44.021Z | Compiling indexmap v2.7.0 |
1410 | 2025-02-25T23:53:44.179Z | Compiling serde_tokenstream v0.2.2 |
1411 | 2025-02-25T23:53:44.456Z | Compiling uuid v1.10.0 |
1412 | 2025-02-25T23:53:44.703Z | Compiling tokio v1.40.0 |
1413 | 2025-02-25T23:53:44.963Z | Compiling chrono v0.4.38 |
1414 | 2025-02-25T23:53:45.935Z | Compiling bitflags v2.6.0 |
1415 | 2025-02-25T23:53:46.229Z | Compiling http v1.2.0 |
1416 | 2025-02-25T23:53:47.828Z | Compiling pest_derive v2.7.10 |
1417 | 2025-02-25T23:53:48.723Z | Compiling litemap v0.7.4 |
1418 | 2025-02-25T23:53:48.766Z | Compiling tracing v0.1.40 |
1419 | 2025-02-25T23:53:49.153Z | Compiling icu_locid v1.5.0 |
1420 | 2025-02-25T23:53:49.771Z | Compiling rustls-pki-types v1.7.0 |
1421 | 2025-02-25T23:53:50.474Z | Compiling icu_provider v1.5.0 |
1422 | 2025-02-25T23:53:50.998Z | Compiling icu_locid_transform_data v1.5.0 |
1423 | 2025-02-25T23:53:51.049Z | Compiling num-conv v0.1.0 |
1424 | 2025-02-25T23:53:51.103Z | Compiling time-core v0.1.2 |
1425 | 2025-02-25T23:53:51.117Z | Compiling anyhow v1.0.89 |
1426 | 2025-02-25T23:53:51.283Z | Compiling percent-encoding v2.3.1 |
1427 | 2025-02-25T23:53:51.313Z | Compiling time-macros v0.2.18 |
1428 | 2025-02-25T23:53:51.706Z | Compiling form_urlencoded v1.2.1 |
1429 | 2025-02-25T23:53:51.756Z | Compiling icu_locid_transform v1.5.0 |
1430 | 2025-02-25T23:53:52.616Z | Compiling icu_collections v1.5.0 |
1431 | 2025-02-25T23:53:52.730Z | Compiling crypto-common v0.1.6 |
1432 | 2025-02-25T23:53:52.986Z | Compiling scroll_derive v0.12.0 |
1433 | 2025-02-25T23:53:54.431Z | Compiling icu_properties_data v1.5.0 |
1434 | 2025-02-25T23:53:55.081Z | Compiling icu_properties v1.5.1 |
1435 | 2025-02-25T23:53:55.204Z | Compiling tokio-util v0.7.11 |
1436 | 2025-02-25T23:53:56.397Z | Compiling thread-id v4.2.1 |
1437 | 2025-02-25T23:53:56.410Z | Compiling utf16_iter v1.0.5 |
1438 | 2025-02-25T23:53:56.524Z | Compiling write16 v1.0.0 |
1439 | 2025-02-25T23:53:56.734Z | Compiling utf8_iter v1.0.4 |
1440 | 2025-02-25T23:53:56.806Z | Compiling atomic-waker v1.1.2 |
1441 | 2025-02-25T23:53:56.910Z | Compiling icu_normalizer_data v1.5.0 |
1442 | 2025-02-25T23:53:56.979Z | Compiling zeroize v1.7.0 |
1443 | 2025-02-25T23:53:57.060Z | Compiling rustls-webpki v0.102.4 |
1444 | 2025-02-25T23:53:57.210Z | Compiling http-body v1.0.1 |
1445 | 2025-02-25T23:53:57.210Z | Compiling openapiv3 v2.0.0 |
1446 | 2025-02-25T23:53:57.330Z | Compiling strsim v0.11.1 |
1447 | 2025-02-25T23:53:57.364Z | Compiling try-lock v0.2.5 |
1448 | 2025-02-25T23:53:57.515Z | Compiling want v0.3.1 |
1449 | 2025-02-25T23:53:57.825Z | Compiling h2 v0.4.6 |
1450 | 2025-02-25T23:53:58.066Z | Compiling base64 v0.22.1 |
1451 | 2025-02-25T23:53:58.111Z | Compiling camino v1.1.9 |
1452 | 2025-02-25T23:53:58.682Z | Compiling httpdate v1.0.3 |
1453 | 2025-02-25T23:53:59.118Z | Compiling icu_normalizer v1.5.0 |
1454 | 2025-02-25T23:53:59.443Z | Compiling ppv-lite86 v0.2.17 |
1455 | 2025-02-25T23:54:00.212Z | Compiling idna_adapter v1.2.0 |
1456 | 2025-02-25T23:54:00.450Z | Compiling idna v1.0.3 |
1457 | 2025-02-25T23:54:01.050Z | Compiling rand_chacha v0.3.1 |
1458 | 2025-02-25T23:54:01.269Z | Compiling usdt-impl v0.5.0 |
1459 | 2025-02-25T23:54:01.700Z | Compiling tower-service v0.3.2 |
1460 | 2025-02-25T23:54:01.839Z | Compiling ident_case v1.0.1 |
1461 | 2025-02-25T23:54:02.037Z | Compiling unsafe-libyaml v0.2.11 |
1462 | 2025-02-25T23:54:02.240Z | Compiling darling_core v0.20.9 |
1463 | 2025-02-25T23:54:02.760Z | Compiling rand v0.8.5 |
1464 | 2025-02-25T23:54:03.637Z | Compiling hyper v1.4.1 |
1465 | 2025-02-25T23:54:04.280Z | Compiling serde_yaml v0.9.34+deprecated |
1466 | 2025-02-25T23:54:04.509Z | Compiling url v2.5.4 |
1467 | 2025-02-25T23:54:05.772Z | Compiling scroll v0.12.0 |
1468 | 2025-02-25T23:54:06.306Z | Compiling typify-impl v0.2.0 |
1469 | 2025-02-25T23:54:07.528Z | Compiling hyper-util v0.1.9 |
1470 | 2025-02-25T23:54:07.684Z | Compiling plain v0.2.3 |
1471 | 2025-02-25T23:54:07.854Z | Compiling foreign-types-shared v0.1.1 |
1472 | 2025-02-25T23:54:07.985Z | Compiling foreign-types v0.3.2 |
1473 | 2025-02-25T23:54:08.087Z | Compiling goblin v0.8.2 |
1474 | 2025-02-25T23:54:09.525Z | Compiling darling_macro v0.20.9 |
1475 | 2025-02-25T23:54:10.587Z | Compiling http-body-util v0.1.2 |
1476 | 2025-02-25T23:54:11.159Z | Compiling strum_macros v0.26.2 |
1477 | 2025-02-25T23:54:11.666Z | Compiling encoding_rs v0.8.34 |
1478 | 2025-02-25T23:54:11.736Z | Compiling pretty-hex v0.4.1 |
1479 | 2025-02-25T23:54:12.075Z | Compiling omicron-workspace-hack v0.1.0 |
1480 | 2025-02-25T23:54:12.179Z | Compiling mime v0.3.17 |
1481 | 2025-02-25T23:54:12.434Z | Compiling cpufeatures v0.2.12 |
1482 | 2025-02-25T23:54:13.254Z | Compiling darling v0.20.9 |
1483 | 2025-02-25T23:54:13.520Z | Compiling rustls-pemfile v2.1.3 |
1484 | 2025-02-25T23:54:14.267Z | Compiling dof v0.3.0 |
1485 | 2025-02-25T23:54:15.323Z | Compiling serde_urlencoded v0.7.1 |
1486 | 2025-02-25T23:54:15.708Z | Compiling dtrace-parser v0.2.0 |
1487 | 2025-02-25T23:54:15.932Z | Compiling block-buffer v0.10.4 |
1488 | 2025-02-25T23:54:16.036Z | Compiling typify-macro v0.2.0 |
1489 | 2025-02-25T23:54:16.178Z | Compiling async-trait v0.1.83 |
1490 | 2025-02-25T23:54:16.311Z | Compiling rustls v0.22.4 |
1491 | 2025-02-25T23:54:16.680Z | Compiling openssl-probe v0.1.5 |
1492 | 2025-02-25T23:54:18.333Z | Compiling digest v0.10.7 |
1493 | 2025-02-25T23:54:18.468Z | Compiling serde_with_macros v3.11.0 |
1494 | 2025-02-25T23:54:20.702Z | Compiling toml_datetime v0.6.8 |
1495 | 2025-02-25T23:54:21.135Z | Compiling ipnet v2.9.0 |
1496 | 2025-02-25T23:54:24.055Z | Compiling slog-async v2.8.0 |
1497 | 2025-02-25T23:54:24.585Z | Compiling tokio-native-tls v0.3.1 |
1498 | 2025-02-25T23:54:24.883Z | Compiling typify v0.2.0 |
1499 | 2025-02-25T23:54:25.009Z | Compiling tokio-rustls v0.26.0 |
1500 | 2025-02-25T23:54:25.511Z | Compiling webpki-roots v0.26.3 |
1501 | 2025-02-25T23:54:25.730Z | Compiling multer v3.1.0 |
1502 | 2025-02-25T23:54:26.026Z | Compiling crossbeam-utils v0.8.19 |
1503 | 2025-02-25T23:54:26.111Z | Compiling paste v1.0.15 |
1504 | 2025-02-25T23:54:26.603Z | Compiling hyper-rustls v0.27.3 |
1505 | 2025-02-25T23:54:26.711Z | Compiling progenitor-impl v0.8.0 |
1506 | 2025-02-25T23:54:27.986Z | Compiling hyper-tls v0.6.0 |
1507 | 2025-02-25T23:54:28.405Z | Compiling usdt-macro v0.5.0 |
1508 | 2025-02-25T23:54:28.453Z | Compiling usdt-attr-macro v0.5.0 |
1509 | 2025-02-25T23:54:30.077Z | Compiling sync_wrapper v1.0.1 |
1510 | 2025-02-25T23:54:32.398Z | Compiling progenitor-macro v0.8.0 |
1511 | 2025-02-25T23:54:33.592Z | Compiling reqwest v0.12.7 |
1512 | 2025-02-25T23:54:35.556Z | Compiling futures-executor v0.3.30 |
1513 | 2025-02-25T23:54:36.462Z | Compiling serde_spanned v0.6.7 |
1514 | 2025-02-25T23:54:36.959Z | Compiling async-stream-impl v0.3.5 |
1515 | 2025-02-25T23:54:37.531Z | Compiling dropshot v0.12.0 |
1516 | 2025-02-25T23:54:38.089Z | Compiling powerfmt v0.2.0 |
1517 | 2025-02-25T23:54:38.248Z | Compiling futures v0.3.30 |
1518 | 2025-02-25T23:54:38.590Z | Compiling deranged v0.3.11 |
1519 | 2025-02-25T23:54:39.611Z | Compiling sha1 v0.10.6 |
1520 | 2025-02-25T23:54:41.017Z | Compiling num_threads v0.1.7 |
1521 | 2025-02-25T23:54:41.335Z | Compiling time v0.3.36 |
1522 | 2025-02-25T23:54:43.406Z | Compiling strum v0.26.2 |
1523 | 2025-02-25T23:54:44.194Z | Compiling dropshot_endpoint v0.12.0 |
1524 | 2025-02-25T23:54:44.503Z | Compiling structmeta-derive v0.3.0 |
1525 | 2025-02-25T23:54:45.641Z | Compiling rustix v0.38.34 |
1526 | 2025-02-25T23:54:46.985Z | Compiling structmeta v0.3.0 |
1527 | 2025-02-25T23:54:48.487Z | Compiling serde_with v3.11.0 |
1528 | 2025-02-25T23:54:52.099Z | Compiling dirs-sys-next v0.1.2 |
1529 | 2025-02-25T23:54:52.406Z | Compiling errno v0.3.9 |
1530 | 2025-02-25T23:54:53.126Z | Compiling winnow v0.6.18 |
1531 | 2025-02-25T23:54:53.308Z | Compiling match_cfg v0.1.0 |
1532 | 2025-02-25T23:54:57.015Z | Compiling hostname v0.3.1 |
1533 | 2025-02-25T23:54:57.266Z | Compiling dirs-next v2.0.0 |
1534 | 2025-02-25T23:54:57.473Z | Compiling parse-display-derive v0.10.0 |
1535 | 2025-02-25T23:54:59.108Z | Compiling ipnetwork v0.20.0 |
1536 | 2025-02-25T23:54:59.776Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1537 | 2025-02-25T23:55:00.677Z | Compiling thread_local v1.1.8 |
1538 | 2025-02-25T23:55:02.058Z | Compiling term v0.7.0 |
1539 | 2025-02-25T23:55:02.594Z | Compiling crossbeam-channel v0.5.12 |
1540 | 2025-02-25T23:55:03.062Z | Compiling memmap v0.7.0 |
1541 | 2025-02-25T23:55:03.434Z | Compiling is-terminal v0.4.12 |
1542 | 2025-02-25T23:55:03.458Z | Compiling take_mut v0.2.2 |
1543 | 2025-02-25T23:55:04.088Z | Compiling slog-term v2.9.1 |
1544 | 2025-02-25T23:55:06.274Z | Compiling usdt v0.5.0 |
1545 | 2025-02-25T23:55:07.602Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1546 | 2025-02-25T23:55:08.016Z | Compiling toml_edit v0.22.20 |
1547 | 2025-02-25T23:55:08.469Z | Compiling slog-json v2.6.1 |
1548 | 2025-02-25T23:55:08.910Z | Compiling progenitor-client v0.8.0 |
1549 | 2025-02-25T23:55:09.994Z | Compiling winnow v0.5.40 |
1550 | 2025-02-25T23:55:10.178Z | Compiling debug-ignore v1.0.5 |
1551 | 2025-02-25T23:55:11.534Z | Compiling tokio-rustls v0.25.0 |
1552 | 2025-02-25T23:55:11.970Z | Compiling toml v0.8.19 |
1553 | 2025-02-25T23:55:12.298Z | Compiling progenitor v0.8.0 |
1554 | 2025-02-25T23:55:12.509Z | Compiling slog-bunyan v2.5.0 |
1555 | 2025-02-25T23:55:13.394Z | Compiling toml_edit v0.19.15 |
1556 | 2025-02-25T23:55:15.401Z | Compiling async-stream v0.3.5 |
1557 | 2025-02-25T23:55:15.731Z | Compiling waitgroup v0.1.2 |
1558 | 2025-02-25T23:55:15.972Z | Compiling serde_path_to_error v0.1.16 |
1559 | 2025-02-25T23:55:16.018Z | Compiling hostname v0.4.0 |
1560 | 2025-02-25T23:55:16.559Z | Compiling crucible-workspace-hack v0.1.0 |
1561 | 2025-02-25T23:55:18.125Z | Compiling proc-macro-crate v1.3.1 |
1562 | 2025-02-25T23:55:18.877Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1563 | 2025-02-25T23:55:21.426Z | Compiling newtype-uuid v1.1.0 |
1564 | 2025-02-25T23:55:21.778Z | Compiling unicode-width v0.1.14 |
1565 | 2025-02-25T23:55:22.887Z | Compiling hex v0.4.3 |
1566 | 2025-02-25T23:55:23.939Z | Compiling clap_derive v4.5.4 |
1567 | 2025-02-25T23:55:25.201Z | Compiling instant v0.1.12 |
1568 | 2025-02-25T23:55:25.361Z | Compiling utf8parse v0.2.1 |
1569 | 2025-02-25T23:55:25.548Z | Compiling lazy_static v1.5.0 |
1570 | 2025-02-25T23:55:25.844Z | Compiling anstyle-parse v0.2.4 |
1571 | 2025-02-25T23:55:26.814Z | Compiling backoff v0.4.0 |
1572 | 2025-02-25T23:55:28.232Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1573 | 2025-02-25T23:55:28.481Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1574 | 2025-02-25T23:55:29.011Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1575 | 2025-02-25T23:55:29.181Z | Compiling parse-display v0.10.0 |
1576 | 2025-02-25T23:55:29.200Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1577 | 2025-02-25T23:55:29.425Z | Compiling regress v0.9.1 |
1578 | 2025-02-25T23:55:31.382Z | Compiling macaddr v1.0.1 |
1579 | 2025-02-25T23:55:32.181Z | Compiling num-integer v0.1.46 |
1580 | 2025-02-25T23:55:33.280Z | Compiling colorchoice v1.0.1 |
1581 | 2025-02-25T23:55:33.472Z | Compiling is_terminal_polyfill v1.70.0 |
1582 | 2025-02-25T23:55:33.613Z | Compiling anstyle-query v1.0.3 |
1583 | 2025-02-25T23:55:34.050Z | Compiling anstyle v1.0.7 |
1584 | 2025-02-25T23:55:34.564Z | Compiling unicode-xid v0.2.4 |
1585 | 2025-02-25T23:55:34.753Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1586 | 2025-02-25T23:55:35.015Z | Compiling anstream v0.6.14 |
1587 | 2025-02-25T23:55:37.710Z | Compiling terminal_size v0.3.0 |
1588 | 2025-02-25T23:55:37.982Z | Compiling heapless v0.8.0 |
1589 | 2025-02-25T23:55:38.580Z | Compiling clap_lex v0.7.0 |
1590 | 2025-02-25T23:55:41.659Z | Compiling clap_builder v4.5.2 |
1591 | 2025-02-25T23:55:44.088Z | Compiling num-bigint v0.4.5 |
1592 | 2025-02-25T23:55:44.110Z | Compiling num_enum_derive v0.5.11 |
1593 | 2025-02-25T23:55:46.500Z | Compiling hash32 v0.3.1 |
1594 | 2025-02-25T23:55:46.561Z | Compiling smoltcp v0.11.0 |
1595 | 2025-02-25T23:55:46.805Z | Compiling either v1.13.0 |
1596 | 2025-02-25T23:55:46.809Z | Compiling fastrand v2.1.0 |
1597 | 2025-02-25T23:55:46.949Z | Compiling thiserror v2.0.11 |
1598 | 2025-02-25T23:55:47.184Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1599 | 2025-02-25T23:55:47.518Z | Compiling tempfile v3.10.1 |
1600 | 2025-02-25T23:55:47.540Z | Compiling num-rational v0.4.2 |
1601 | 2025-02-25T23:55:48.303Z | Compiling clap v4.5.4 |
1602 | 2025-02-25T23:55:48.418Z | Compiling num_enum v0.5.11 |
1603 | 2025-02-25T23:55:48.721Z | Compiling synstructure v0.12.6 |
1604 | 2025-02-25T23:55:51.142Z | Compiling num-iter v0.1.45 |
1605 | 2025-02-25T23:55:51.142Z | Compiling num-complex v0.4.6 |
1606 | 2025-02-25T23:55:51.142Z | Compiling proc-macro-error-attr v1.0.4 |
1607 | 2025-02-25T23:55:51.142Z | Compiling bitflags v1.3.2 |
1608 | 2025-02-25T23:55:51.142Z | Compiling cobs v0.2.3 |
1609 | 2025-02-25T23:55:51.142Z | Compiling managed v0.8.0 |
1610 | 2025-02-25T23:55:51.142Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1611 | 2025-02-25T23:55:51.147Z | Compiling postcard v1.0.9 |
1612 | 2025-02-25T23:55:51.147Z | Compiling num v0.4.3 |
1613 | 2025-02-25T23:55:51.147Z | Compiling zerocopy-derive v0.2.0 |
1614 | 2025-02-25T23:55:52.759Z | Compiling thiserror-impl v2.0.11 |
1615 | 2025-02-25T23:55:52.855Z | Compiling foreign-types-macros v0.2.3 |
1616 | 2025-02-25T23:55:52.971Z | Compiling libz-sys v1.1.16 |
1617 | 2025-02-25T23:55:57.521Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1618 | 2025-02-25T23:55:57.521Z | Compiling proc-macro-error v1.0.4 |
1619 | 2025-02-25T23:55:57.521Z | Compiling data-encoding v2.6.0 |
1620 | 2025-02-25T23:55:57.521Z | Compiling pretty-hex v0.2.1 |
1621 | 2025-02-25T23:55:57.521Z | Compiling foreign-types-shared v0.3.1 |
1622 | 2025-02-25T23:55:57.522Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1623 | 2025-02-25T23:55:57.522Z | Compiling prettyplease v0.2.22 |
1624 | 2025-02-25T23:55:57.522Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1625 | 2025-02-25T23:55:57.522Z | Compiling foreign-types v0.5.0 |
1626 | 2025-02-25T23:56:01.130Z | Compiling tabwriter v1.4.0 |
1627 | 2025-02-25T23:56:01.643Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1628 | 2025-02-25T23:56:01.721Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1629 | 2025-02-25T23:56:02.374Z | Compiling cstr-argument v0.1.2 |
1630 | 2025-02-25T23:56:02.558Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1631 | 2025-02-25T23:56:03.327Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1632 | 2025-02-25T23:56:03.518Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2025-02-25T23:56:04.536Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1634 | 2025-02-25T23:56:05.221Z | Compiling colored v2.1.0 |
1635 | 2025-02-25T23:56:06.226Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1636 | 2025-02-25T23:56:06.407Z | Compiling usdt-impl v0.3.5 |
1637 | 2025-02-25T23:56:06.444Z | Compiling semver v0.1.20 |
1638 | 2025-02-25T23:56:06.498Z | Compiling float-ord v0.3.2 |
1639 | 2025-02-25T23:56:06.524Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1640 | 2025-02-25T23:56:06.604Z | Compiling unicode-segmentation v1.11.0 |
1641 | 2025-02-25T23:56:07.042Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1642 | 2025-02-25T23:56:07.042Z | Compiling rustc_version v0.1.7 |
1643 | 2025-02-25T23:56:07.388Z | Compiling newline-converter v0.3.0 |
1644 | 2025-02-25T23:56:07.586Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1645 | 2025-02-25T23:56:08.225Z | Compiling zone_cfg_derive v0.3.0 |
1646 | 2025-02-25T23:56:10.133Z | Compiling camino-tempfile v1.1.1 |
1647 | 2025-02-25T23:56:10.883Z | Compiling itertools v0.10.5 |
1648 | 2025-02-25T23:56:11.105Z | Compiling console v0.15.8 |
1649 | 2025-02-25T23:56:13.880Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1650 | 2025-02-25T23:56:14.667Z | Compiling num-derive v0.4.2 |
1651 | 2025-02-25T23:56:15.623Z | Compiling sigpipe v0.1.3 |
1652 | 2025-02-25T23:56:15.757Z | Compiling base64 v0.21.7 |
1653 | 2025-02-25T23:56:16.133Z | Compiling similar v2.5.0 |
1654 | 2025-02-25T23:56:16.848Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1655 | 2025-02-25T23:56:17.165Z | Compiling base64ct v1.6.0 |
1656 | 2025-02-25T23:56:17.200Z | Compiling expectorate v1.1.0 |
1657 | 2025-02-25T23:56:17.460Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1658 | 2025-02-25T23:56:18.537Z | Compiling password-hash v0.5.0 |
1659 | 2025-02-25T23:56:18.902Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1660 | 2025-02-25T23:56:20.254Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1661 | 2025-02-25T23:56:20.615Z | Compiling zone v0.3.0 |
1662 | 2025-02-25T23:56:20.816Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1663 | 2025-02-25T23:56:22.021Z | Compiling typify-impl v0.3.0 |
1664 | 2025-02-25T23:56:22.072Z | Compiling newtype_derive v0.1.6 |
1665 | 2025-02-25T23:56:22.486Z | Compiling zerocopy v0.3.2 |
1666 | 2025-02-25T23:56:22.943Z | Compiling blake2 v0.10.6 |
1667 | 2025-02-25T23:56:23.352Z | Compiling cargo-platform v0.1.8 |
1668 | 2025-02-25T23:56:23.800Z | Compiling hubpack_derive v0.1.1 |
1669 | 2025-02-25T23:56:23.817Z | Compiling smf v0.2.3 |
1670 | 2025-02-25T23:56:24.030Z | Compiling zerocopy-derive v0.6.6 |
1671 | 2025-02-25T23:56:24.259Z | Compiling serde_repr v0.1.19 |
1672 | 2025-02-25T23:56:24.779Z | Compiling vergen v8.3.2 |
1673 | 2025-02-25T23:56:25.136Z | Compiling cancel-safe-futures v0.1.5 |
1674 | 2025-02-25T23:56:25.370Z | Compiling fixedbitset v0.4.2 |
1675 | 2025-02-25T23:56:25.563Z | Compiling owo-colors v4.1.0 |
1676 | 2025-02-25T23:56:25.933Z | Compiling whoami v1.5.1 |
1677 | 2025-02-25T23:56:25.965Z | Compiling zerocopy v0.6.6 |
1678 | 2025-02-25T23:56:26.144Z | Compiling petgraph v0.6.5 |
1679 | 2025-02-25T23:56:26.750Z | Compiling hubpack v0.1.2 |
1680 | 2025-02-25T23:56:26.789Z | Compiling cargo_metadata v0.18.1 |
1681 | 2025-02-25T23:56:27.199Z | Compiling argon2 v0.5.3 |
1682 | 2025-02-25T23:56:29.524Z | Compiling dof v0.1.5 |
1683 | 2025-02-25T23:56:30.540Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1684 | 2025-02-25T23:56:30.616Z | Compiling dtrace-parser v0.1.14 |
1685 | 2025-02-25T23:56:31.555Z | Compiling typify-macro v0.3.0 |
1686 | 2025-02-25T23:56:32.044Z | Compiling rustc_version v0.4.0 |
1687 | 2025-02-25T23:56:32.436Z | Compiling strum_macros v0.25.3 |
1688 | 2025-02-25T23:56:32.521Z | Compiling serde-big-array v0.5.1 |
1689 | 2025-02-25T23:56:32.574Z | Compiling libsqlite3-sys v0.30.1 |
1690 | 2025-02-25T23:56:32.769Z | Compiling cookie v0.18.1 |
1691 | 2025-02-25T23:56:33.122Z | Compiling slog-dtrace v0.3.0 |
1692 | 2025-02-25T23:56:33.159Z | Compiling utf-8 v0.7.6 |
1693 | 2025-02-25T23:56:33.516Z | Compiling static_assertions v1.1.0 |
1694 | 2025-02-25T23:56:33.618Z | Compiling convert_case v0.4.0 |
1695 | 2025-02-25T23:56:34.074Z | Compiling tinyvec_macros v0.1.1 |
1696 | 2025-02-25T23:56:34.142Z | Compiling rustls v0.21.12 |
1697 | 2025-02-25T23:56:34.177Z | Compiling cfg_aliases v0.2.1 |
1698 | 2025-02-25T23:56:34.209Z | Compiling derive_more v0.99.18 |
1699 | 2025-02-25T23:56:34.275Z | Compiling nix v0.29.0 |
1700 | 2025-02-25T23:56:34.515Z | Compiling tinyvec v1.6.0 |
1701 | 2025-02-25T23:56:35.083Z | Compiling tungstenite v0.21.0 |
1702 | 2025-02-25T23:56:35.170Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1703 | 2025-02-25T23:56:35.736Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1704 | 2025-02-25T23:56:36.842Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1705 | 2025-02-25T23:56:38.115Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1706 | 2025-02-25T23:56:39.331Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1707 | 2025-02-25T23:56:39.793Z | Compiling atomicwrites v0.4.4 |
1708 | 2025-02-25T23:56:40.329Z | Compiling itertools v0.13.0 |
1709 | 2025-02-25T23:56:40.681Z | Compiling libsw v3.3.1 |
1710 | 2025-02-25T23:56:41.013Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1711 | 2025-02-25T23:56:41.361Z | Compiling enum-as-inner v0.6.0 |
1712 | 2025-02-25T23:56:42.460Z | Compiling serde_tokenstream v0.1.7 |
1713 | 2025-02-25T23:56:42.946Z | Compiling sct v0.7.1 |
1714 | 2025-02-25T23:56:43.389Z | Compiling rustls-webpki v0.101.7 |
1715 | 2025-02-25T23:56:43.467Z | Compiling inout v0.1.3 |
1716 | 2025-02-25T23:56:43.675Z | Compiling derive-where v1.2.7 |
1717 | 2025-02-25T23:56:43.743Z | Compiling linked-hash-map v0.5.6 |
1718 | 2025-02-25T23:56:43.743Z | Compiling indent_write v2.2.0 |
1719 | 2025-02-25T23:56:43.989Z | Compiling swrite v0.1.0 |
1720 | 2025-02-25T23:56:44.110Z | Compiling quick-error v1.2.3 |
1721 | 2025-02-25T23:56:44.137Z | Compiling radium v0.7.0 |
1722 | 2025-02-25T23:56:44.271Z | Compiling highway v1.2.0 |
1723 | 2025-02-25T23:56:44.650Z | Compiling linear-map v1.2.0 |
1724 | 2025-02-25T23:56:45.032Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1725 | 2025-02-25T23:56:45.202Z | Compiling resolv-conf v0.7.0 |
1726 | 2025-02-25T23:56:46.672Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1727 | 2025-02-25T23:56:46.684Z | Compiling lru-cache v0.1.2 |
1728 | 2025-02-25T23:56:46.876Z | Compiling cipher v0.4.4 |
1729 | 2025-02-25T23:56:46.901Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1730 | 2025-02-25T23:56:47.029Z | Compiling hickory-proto v0.24.4 |
1731 | 2025-02-25T23:56:47.336Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1732 | 2025-02-25T23:56:53.576Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1733 | 2025-02-25T23:56:56.355Z | Compiling git2 v0.19.0 |
1734 | 2025-02-25T23:56:57.014Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1735 | 2025-02-25T23:56:57.672Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1736 | 2025-02-25T23:57:03.329Z | Compiling steno v0.4.1 |
1737 | 2025-02-25T23:57:03.719Z | Compiling tokio-tungstenite v0.21.0 |
1738 | 2025-02-25T23:57:04.205Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1739 | 2025-02-25T23:57:06.068Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1740 | 2025-02-25T23:57:06.175Z | Compiling crossbeam-epoch v0.9.18 |
1741 | 2025-02-25T23:57:06.713Z | Compiling hashlink v0.9.1 |
1742 | 2025-02-25T23:57:07.205Z | Compiling fallible-iterator v0.3.0 |
1743 | 2025-02-25T23:57:07.423Z | Compiling tap v1.0.1 |
1744 | 2025-02-25T23:57:07.623Z | Compiling fallible-streaming-iterator v0.1.9 |
1745 | 2025-02-25T23:57:07.901Z | Compiling humantime v2.1.0 |
1746 | 2025-02-25T23:57:07.924Z | Compiling rayon-core v1.12.1 |
1747 | 2025-02-25T23:57:08.326Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1748 | 2025-02-25T23:57:08.730Z | Compiling rusqlite v0.32.1 |
1749 | 2025-02-25T23:57:10.265Z | Compiling wyz v0.5.1 |
1750 | 2025-02-25T23:57:10.715Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1751 | 2025-02-25T23:57:11.337Z | Compiling crossbeam-deque v0.8.5 |
1752 | 2025-02-25T23:57:13.287Z | Compiling hickory-resolver v0.24.4 |
1753 | 2025-02-25T23:57:13.481Z | Compiling tokio-rustls v0.24.1 |
1754 | 2025-02-25T23:57:14.432Z | Compiling usdt-attr-macro v0.3.5 |
1755 | 2025-02-25T23:57:15.896Z | Compiling usdt-macro v0.3.5 |
1756 | 2025-02-25T23:57:17.239Z | Compiling typify v0.3.0 |
1757 | 2025-02-25T23:57:17.379Z | Compiling rustls-pemfile v1.0.4 |
1758 | 2025-02-25T23:57:18.091Z | Compiling num_enum_derive v0.7.2 |
1759 | 2025-02-25T23:57:20.486Z | Compiling twox-hash v2.1.0 |
1760 | 2025-02-25T23:57:21.465Z | Compiling universal-hash v0.5.1 |
1761 | 2025-02-25T23:57:21.708Z | Compiling atty v0.2.14 |
1762 | 2025-02-25T23:57:21.876Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1763 | 2025-02-25T23:57:21.894Z | Compiling opaque-debug v0.3.1 |
1764 | 2025-02-25T23:57:22.002Z | Compiling funty v2.0.0 |
1765 | 2025-02-25T23:57:22.271Z | Compiling polyval v0.6.2 |
1766 | 2025-02-25T23:57:23.170Z | Compiling bitvec v1.0.1 |
1767 | 2025-02-25T23:57:24.695Z | Compiling num_enum v0.7.2 |
1768 | 2025-02-25T23:57:24.892Z | Compiling progenitor-impl v0.9.1 |
1769 | 2025-02-25T23:57:28.405Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1770 | 2025-02-25T23:57:30.759Z | Compiling usdt v0.3.5 |
1771 | 2025-02-25T23:57:31.200Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1772 | 2025-02-25T23:57:32.543Z | Compiling toml v0.7.8 |
1773 | 2025-02-25T23:57:33.628Z | Compiling aes v0.8.4 |
1774 | 2025-02-25T23:57:36.074Z | Compiling ctr v0.9.2 |
1775 | 2025-02-25T23:57:36.267Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1776 | 2025-02-25T23:57:36.437Z | Compiling aead v0.5.2 |
1777 | 2025-02-25T23:57:36.690Z | Compiling bincode v1.3.3 |
1778 | 2025-02-25T23:57:36.773Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1779 | 2025-02-25T23:57:36.965Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1780 | 2025-02-25T23:57:37.439Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1781 | 2025-02-25T23:57:37.622Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1782 | 2025-02-25T23:57:37.686Z | Compiling aes-gcm-siv v0.11.1 |
1783 | 2025-02-25T23:57:37.789Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1784 | 2025-02-25T23:57:37.974Z | Compiling rayon v1.10.0 |
1785 | 2025-02-25T23:57:38.310Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1786 | 2025-02-25T23:57:40.662Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1787 | 2025-02-25T23:57:47.529Z | Compiling progenitor-macro v0.9.1 |
1788 | 2025-02-25T23:57:49.271Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1789 | 2025-02-25T23:57:49.652Z | Compiling progenitor-client v0.9.1 |
1790 | 2025-02-25T23:57:50.561Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1791 | 2025-02-25T23:57:51.076Z | Compiling bitstruct_derive v0.1.0 |
1792 | 2025-02-25T23:57:52.447Z | Compiling async-recursion v1.1.1 |
1793 | 2025-02-25T23:57:53.908Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1794 | 2025-02-25T23:57:54.063Z | Compiling ringbuffer v0.15.0 |
1795 | 2025-02-25T23:57:54.707Z | Compiling ascii v1.1.0 |
1796 | 2025-02-25T23:57:55.434Z | Compiling typeid v1.0.0 |
1797 | 2025-02-25T23:57:55.628Z | Compiling erased-serde v0.4.5 |
1798 | 2025-02-25T23:57:57.166Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1799 | 2025-02-25T23:57:58.286Z | Compiling progenitor v0.9.1 |
1800 | 2025-02-25T23:57:59.085Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1801 | 2025-02-25T23:57:59.205Z | Compiling bitstruct v0.1.1 |
1802 | 2025-02-25T23:57:59.344Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1803 | 2025-02-25T23:57:59.458Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1804 | 2025-02-25T23:57:59.871Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1805 | 2025-02-25T23:58:00.329Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1806 | 2025-02-25T23:58:01.421Z | Compiling const_format_proc_macros v0.2.32 |
1807 | 2025-02-25T23:58:03.246Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1808 | 2025-02-25T23:58:04.408Z | Compiling serde_arrays v0.1.0 |
1809 | 2025-02-25T23:58:04.620Z | Compiling kstat-rs v0.2.4 |
1810 | 2025-02-25T23:58:05.489Z | Compiling libloading v0.7.4 |
1811 | 2025-02-25T23:58:05.928Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1812 | 2025-02-25T23:58:06.443Z | Compiling const_format v0.2.32 |
1813 | 2025-02-25T23:58:07.660Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1814 | 2025-02-25T23:58:17.105Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1815 | 2025-02-25T23:58:17.695Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1816 | 2025-02-25T23:58:18.373Z | Compiling ron v0.8.1 |
1817 | 2025-02-25T23:58:18.807Z | Compiling bit_field v0.10.2 |
1818 | 2025-02-25T23:58:19.091Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1819 | 2025-02-25T23:58:21.446Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1820 | 2025-02-25T23:58:36.515Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1821 | 2025-02-25T23:59:24.470Z | Finished `release` profile [optimized] target(s) in 6m 06s |
1822 | 2025-02-25T23:59:24.624Z | |
1823 | 2025-02-25T23:59:24.624Z | real 6:06.623517295 |
1824 | 2025-02-25T23:59:24.624Z | user 43:52.912270785 |
1825 | 2025-02-25T23:59:24.624Z | sys 2:43.100483144 |
1826 | 2025-02-25T23:59:24.624Z | trap 1.275463352 |
1827 | 2025-02-25T23:59:24.624Z | tflt 1.559019444 |
1828 | 2025-02-25T23:59:24.624Z | dflt 1.153586416 |
1829 | 2025-02-25T23:59:24.627Z | kflt 0.000085354 |
1830 | 2025-02-25T23:59:24.627Z | lock 1:34:42.485971566 |
1831 | 2025-02-25T23:59:24.627Z | slp 2:36:24.078451002 |
1832 | 2025-02-25T23:59:24.627Z | lat 2:04.326260270 |
1833 | 2025-02-25T23:59:24.627Z | stop 2:14.492533439 |
1834 | 2025-02-25T23:59:24.627Z | + OUTDIR=/work/release |
1835 | 2025-02-25T23:59:24.627Z | + mkdir -p /work/release |
1836 | 2025-02-25T23:59:24.628Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1837 | 2025-02-25T23:59:24.652Z | + cp target/release/propolis-server /work/release/propolis-server |
1838 | 2025-02-25T23:59:24.722Z | process exited: duration 606972 ms, exit code 0 |
|
1839 | 2025-02-25T23:59:24.734Z | found 2 output files |
1840 | 2025-02-25T23:59:24.734Z | uploading: /work/release/propolis-cli (22330200 bytes) |
1841 | 2025-02-25T23:59:25.971Z | uploaded: /work/release/propolis-cli |
1842 | 2025-02-25T23:59:25.971Z | uploading: /work/release/propolis-server (61083152 bytes) |
1843 | 2025-02-25T23:59:27.561Z | uploaded: /work/release/propolis-server |