|
|
|
1 | 2025-03-07T03:16:01.210Z | job assigned to worker 01JNQ9K988H7FHDCWW21S5MBPT [factory aws, i-0a591bb4274835596] (queued for 51 s) |
|
2 | 2025-03-07T03:16:09.192Z | starting task 0: "setup" |
3 | 2025-03-07T03:16:09.197Z | ++ uname -s |
4 | 2025-03-07T03:16:09.200Z | + kern=SunOS |
5 | 2025-03-07T03:16:09.200Z | + build_user=build |
6 | 2025-03-07T03:16:09.200Z | + build_uid=12345 |
7 | 2025-03-07T03:16:09.201Z | + work_dir=/work |
8 | 2025-03-07T03:16:09.201Z | + input_dir=/input |
9 | 2025-03-07T03:16:09.201Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T03:16:09.201Z | + case "$kern" in |
11 | 2025-03-07T03:16:09.201Z | + groupadd -g 12345 build |
12 | 2025-03-07T03:16:09.204Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T03:16:11.210Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T03:16:11.324Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T03:16:11.327Z | + home_fs=zfs |
16 | 2025-03-07T03:16:11.327Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T03:16:11.327Z | + mkdir -p /home/build |
18 | 2025-03-07T03:16:11.330Z | + chown build:build /home/build /work |
19 | 2025-03-07T03:16:13.331Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T03:16:13.334Z | process exited: duration 4143 ms, exit code 0 |
|
21 | 2025-03-07T03:16:13.341Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T03:16:13.346Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-07T03:16:13.346Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-07T03:16:13.346Z | * rust toolchain channel = "stable" |
25 | 2025-03-07T03:16:13.346Z | * rust toolchain profile = "default" |
26 | 2025-03-07T03:16:13.350Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T03:16:13.350Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T03:16:13.350Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T03:16:13.350Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-07T03:16:13.467Z | info: downloading installer |
31 | 2025-03-07T03:16:14.654Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T03:16:14.654Z | warn: /opt/ooce/bin |
33 | 2025-03-07T03:16:14.654Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T03:16:14.654Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T03:16:14.654Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T03:16:14.654Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T03:16:14.654Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T03:16:14.654Z | error: cannot install while Rust is installed |
39 | 2025-03-07T03:16:14.654Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T03:16:14.670Z | info: profile set to 'default' |
41 | 2025-03-07T03:16:14.670Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T03:16:14.673Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-07T03:16:14.849Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T03:16:14.849Z | info: downloading component 'cargo' |
45 | 2025-03-07T03:16:15.758Z | info: downloading component 'clippy' |
46 | 2025-03-07T03:16:16.198Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T03:16:17.605Z | info: downloading component 'rust-std' |
48 | 2025-03-07T03:16:19.310Z | info: downloading component 'rustc' |
49 | 2025-03-07T03:16:26.247Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T03:16:26.535Z | info: installing component 'cargo' |
51 | 2025-03-07T03:16:27.360Z | info: installing component 'clippy' |
52 | 2025-03-07T03:16:27.743Z | info: installing component 'rust-docs' |
53 | 2025-03-07T03:16:29.487Z | info: installing component 'rust-std' |
54 | 2025-03-07T03:16:31.358Z | info: installing component 'rustc' |
55 | 2025-03-07T03:16:37.204Z | info: installing component 'rustfmt' |
56 | 2025-03-07T03:16:37.532Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-07T03:16:37.532Z | |
58 | 2025-03-07T03:16:37.904Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T03:16:37.904Z | |
60 | 2025-03-07T03:16:37.908Z | |
61 | 2025-03-07T03:16:37.908Z | Rust is installed now. Great! |
62 | 2025-03-07T03:16:37.908Z | |
63 | 2025-03-07T03:16:37.908Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T03:16:37.908Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T03:16:37.908Z | |
66 | 2025-03-07T03:16:37.908Z | To configure your current shell, you need to source |
67 | 2025-03-07T03:16:37.908Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T03:16:37.908Z | |
69 | 2025-03-07T03:16:37.908Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T03:16:37.908Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T03:16:37.908Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T03:16:37.908Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T03:16:37.983Z | + rustup --version |
74 | 2025-03-07T03:16:37.995Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T03:16:37.995Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T03:16:38.023Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T03:16:38.026Z | + cargo --version |
78 | 2025-03-07T03:16:38.044Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T03:16:38.047Z | + rustc --version |
80 | 2025-03-07T03:16:38.071Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T03:16:38.075Z | process exited: duration 24731 ms, exit code 0 |
|
82 | 2025-03-07T03:16:38.081Z | starting task 2: "authentication" |
83 | 2025-03-07T03:16:38.104Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-07T03:16:38.112Z | starting task 3: "clone repository" |
85 | 2025-03-07T03:16:38.116Z | + mkdir -p /work/oxidecomputer/propolis |
86 | 2025-03-07T03:16:38.119Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
87 | 2025-03-07T03:16:38.157Z | Cloning into '/work/oxidecomputer/propolis'... |
88 | 2025-03-07T03:16:39.314Z | + cd /work/oxidecomputer/propolis |
89 | 2025-03-07T03:16:39.317Z | + git fetch origin 8affc6504ee4fc6663dd72e2339724d41b44c969 |
90 | 2025-03-07T03:16:39.571Z | From https://github.com/oxidecomputer/propolis |
91 | 2025-03-07T03:16:39.571Z | * branch 8affc6504ee4fc6663dd72e2339724d41b44c969 -> FETCH_HEAD |
92 | 2025-03-07T03:16:39.580Z | + [[ -n ixi/412 ]] |
93 | 2025-03-07T03:16:39.583Z | ++ git branch --show-current |
94 | 2025-03-07T03:16:39.586Z | + current=master |
95 | 2025-03-07T03:16:39.586Z | + [[ master != ixi/412 ]] |
96 | 2025-03-07T03:16:39.586Z | + git branch -f ixi/412 8affc6504ee4fc6663dd72e2339724d41b44c969 |
97 | 2025-03-07T03:16:39.589Z | + git checkout -f ixi/412 |
98 | 2025-03-07T03:16:39.613Z | Switched to branch 'ixi/412' |
99 | 2025-03-07T03:16:39.616Z | + git reset --hard 8affc6504ee4fc6663dd72e2339724d41b44c969 |
100 | 2025-03-07T03:16:39.639Z | HEAD is now at 8affc65 add an --omicron-build flag to cargo xtask phd also |
101 | 2025-03-07T03:16:39.642Z | process exited: duration 1529 ms, exit code 0 |
|
102 | 2025-03-07T03:16:39.650Z | starting task 4: "build" |
103 | 2025-03-07T03:16:39.654Z | + cargo --version |
104 | 2025-03-07T03:16:39.666Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
105 | 2025-03-07T03:16:39.669Z | + rustc --version |
106 | 2025-03-07T03:16:39.694Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
107 | 2025-03-07T03:16:39.697Z | + banner check |
108 | 2025-03-07T03:16:39.700Z | |
109 | 2025-03-07T03:16:39.700Z | #### # # ###### #### # # |
110 | 2025-03-07T03:16:39.700Z | # # # # # # # # # |
111 | 2025-03-07T03:16:39.700Z | # ###### ##### # #### |
112 | 2025-03-07T03:16:39.701Z | # # # # # # # |
113 | 2025-03-07T03:16:39.701Z | # # # # # # # # # |
114 | 2025-03-07T03:16:39.701Z | #### # # ###### #### # # |
115 | 2025-03-07T03:16:39.701Z | |
116 | 2025-03-07T03:16:39.701Z | + ptime -m cargo check --features falcon |
117 | 2025-03-07T03:16:39.825Z | Updating crates.io index |
118 | 2025-03-07T03:16:39.918Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
119 | 2025-03-07T03:16:41.681Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
120 | 2025-03-07T03:16:48.596Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
121 | 2025-03-07T03:16:48.876Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
122 | 2025-03-07T03:16:49.143Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
123 | 2025-03-07T03:16:49.433Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
124 | 2025-03-07T03:16:49.850Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
125 | 2025-03-07T03:16:50.094Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
126 | 2025-03-07T03:16:50.622Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
127 | 2025-03-07T03:16:50.876Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
128 | 2025-03-07T03:16:51.233Z | Updating git repository `https://github.com/oxidecomputer/p4` |
129 | 2025-03-07T03:16:51.799Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
130 | 2025-03-07T03:16:52.579Z | Updating git repository `https://github.com/oxidecomputer/opte` |
131 | 2025-03-07T03:16:53.183Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
132 | 2025-03-07T03:16:53.776Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
133 | 2025-03-07T03:16:54.018Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
134 | 2025-03-07T03:16:54.519Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
135 | 2025-03-07T03:16:54.766Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
136 | 2025-03-07T03:16:55.929Z | Downloading crates ... |
137 | 2025-03-07T03:16:55.992Z | Downloaded aead v0.5.2 |
138 | 2025-03-07T03:16:55.999Z | Downloaded base64ct v1.6.0 |
139 | 2025-03-07T03:16:56.002Z | Downloaded argon2 v0.5.3 |
140 | 2025-03-07T03:16:56.007Z | Downloaded bitstruct_derive v0.1.0 |
141 | 2025-03-07T03:16:56.015Z | Downloaded cfg_aliases v0.1.1 |
142 | 2025-03-07T03:16:56.018Z | Downloaded cfg_aliases v0.2.1 |
143 | 2025-03-07T03:16:56.018Z | Downloaded bitstruct v0.1.1 |
144 | 2025-03-07T03:16:56.022Z | Downloaded newline-converter v0.3.0 |
145 | 2025-03-07T03:16:56.025Z | Downloaded atomicwrites v0.4.4 |
146 | 2025-03-07T03:16:56.029Z | Downloaded equivalent v1.0.1 |
147 | 2025-03-07T03:16:56.032Z | Downloaded crucible-workspace-hack v0.1.0 |
148 | 2025-03-07T03:16:56.032Z | Downloaded escargot v0.5.10 |
149 | 2025-03-07T03:16:56.035Z | Downloaded darling_macro v0.20.9 |
150 | 2025-03-07T03:16:56.035Z | Downloaded atty v0.2.14 |
151 | 2025-03-07T03:16:56.035Z | Downloaded clap_lex v0.7.0 |
152 | 2025-03-07T03:16:56.039Z | Downloaded num_enum v0.5.11 |
153 | 2025-03-07T03:16:56.043Z | Downloaded num_enum_derive v0.5.11 |
154 | 2025-03-07T03:16:56.043Z | Downloaded multer v3.1.0 |
155 | 2025-03-07T03:16:56.046Z | Downloaded pretty-hex v0.2.1 |
156 | 2025-03-07T03:16:56.046Z | Downloaded num-complex v0.4.6 |
157 | 2025-03-07T03:16:56.049Z | Downloaded dtrace-parser v0.2.0 |
158 | 2025-03-07T03:16:56.049Z | Downloaded dtrace-parser v0.1.14 |
159 | 2025-03-07T03:16:56.053Z | Downloaded cstr-argument v0.1.2 |
160 | 2025-03-07T03:16:56.053Z | Downloaded colored v2.1.0 |
161 | 2025-03-07T03:16:56.056Z | Downloaded openssl-probe v0.1.5 |
162 | 2025-03-07T03:16:56.056Z | Downloaded autocfg v1.3.0 |
163 | 2025-03-07T03:16:56.056Z | Downloaded bitflags v1.3.2 |
164 | 2025-03-07T03:16:56.059Z | Downloaded num_enum v0.7.2 |
165 | 2025-03-07T03:16:56.063Z | Downloaded num-traits v0.2.19 |
166 | 2025-03-07T03:16:56.067Z | Downloaded progenitor v0.8.0 |
167 | 2025-03-07T03:16:56.070Z | Downloaded ppv-lite86 v0.2.17 |
168 | 2025-03-07T03:16:56.070Z | Downloaded powerfmt v0.2.0 |
169 | 2025-03-07T03:16:56.073Z | Downloaded dirs-next v2.0.0 |
170 | 2025-03-07T03:16:56.073Z | Downloaded data-encoding v2.6.0 |
171 | 2025-03-07T03:16:56.076Z | Downloaded quick-error v1.2.3 |
172 | 2025-03-07T03:16:56.076Z | Downloaded crypto-common v0.1.6 |
173 | 2025-03-07T03:16:56.076Z | Downloaded rustc_version v0.4.0 |
174 | 2025-03-07T03:16:56.079Z | Downloaded errno v0.3.9 |
175 | 2025-03-07T03:16:56.079Z | Downloaded dyn-clone v1.0.17 |
176 | 2025-03-07T03:16:56.083Z | Downloaded num_enum_derive v0.7.2 |
177 | 2025-03-07T03:16:56.083Z | Downloaded either v1.13.0 |
178 | 2025-03-07T03:16:56.087Z | Downloaded pest_generator v2.7.10 |
179 | 2025-03-07T03:16:56.087Z | Downloaded proc-macro-crate v1.3.1 |
180 | 2025-03-07T03:16:56.087Z | Downloaded defmt v0.3.8 |
181 | 2025-03-07T03:16:56.090Z | Downloaded rustc-hash v2.0.0 |
182 | 2025-03-07T03:16:56.093Z | Downloaded native-tls v0.2.11 |
183 | 2025-03-07T03:16:56.093Z | Downloaded paste v1.0.15 |
184 | 2025-03-07T03:16:56.096Z | Downloaded resolv-conf v0.7.0 |
185 | 2025-03-07T03:16:56.099Z | Downloaded rustls-pemfile v1.0.4 |
186 | 2025-03-07T03:16:56.102Z | Downloaded defmt-parser v0.3.4 |
187 | 2025-03-07T03:16:56.103Z | Downloaded convert_case v0.4.0 |
188 | 2025-03-07T03:16:56.103Z | Downloaded radium v0.7.0 |
189 | 2025-03-07T03:16:56.106Z | Downloaded clap_derive v4.5.4 |
190 | 2025-03-07T03:16:56.106Z | Downloaded pin-project-lite v0.2.14 |
191 | 2025-03-07T03:16:56.110Z | Downloaded managed v0.8.0 |
192 | 2025-03-07T03:16:56.113Z | Downloaded erased-serde v0.4.5 |
193 | 2025-03-07T03:16:56.117Z | Downloaded progenitor-client v0.9.1 |
194 | 2025-03-07T03:16:56.117Z | Downloaded cancel-safe-futures v0.1.5 |
195 | 2025-03-07T03:16:56.120Z | Downloaded bincode v1.3.3 |
196 | 2025-03-07T03:16:56.123Z | Downloaded backoff v0.4.0 |
197 | 2025-03-07T03:16:56.123Z | Downloaded icu_provider_macros v1.5.0 |
198 | 2025-03-07T03:16:56.126Z | Downloaded float-ord v0.3.2 |
199 | 2025-03-07T03:16:56.126Z | Downloaded typify-macro v0.2.0 |
200 | 2025-03-07T03:16:56.126Z | Downloaded camino v1.1.9 |
201 | 2025-03-07T03:16:56.129Z | Downloaded ringbuffer v0.15.0 |
202 | 2025-03-07T03:16:56.132Z | Downloaded quote v1.0.38 |
203 | 2025-03-07T03:16:56.135Z | Downloaded embedded-io v0.4.0 |
204 | 2025-03-07T03:16:56.135Z | Downloaded aes-gcm-siv v0.11.1 |
205 | 2025-03-07T03:16:56.139Z | Downloaded num-conv v0.1.0 |
206 | 2025-03-07T03:16:56.139Z | Downloaded openssl-macros v0.1.1 |
207 | 2025-03-07T03:16:56.139Z | Downloaded newtype_derive v0.1.6 |
208 | 2025-03-07T03:16:56.142Z | Downloaded const_format_proc_macros v0.2.32 |
209 | 2025-03-07T03:16:56.142Z | Downloaded displaydoc v0.2.5 |
210 | 2025-03-07T03:16:56.145Z | Downloaded progenitor-client v0.8.0 |
211 | 2025-03-07T03:16:56.148Z | Downloaded darling v0.20.9 |
212 | 2025-03-07T03:16:56.151Z | Downloaded unicode-xid v0.2.4 |
213 | 2025-03-07T03:16:56.154Z | Downloaded usdt-impl v0.5.0 |
214 | 2025-03-07T03:16:56.154Z | Downloaded usdt v0.3.5 |
215 | 2025-03-07T03:16:56.154Z | Downloaded ascii v1.1.0 |
216 | 2025-03-07T03:16:56.157Z | Downloaded password-hash v0.5.0 |
217 | 2025-03-07T03:16:56.160Z | Downloaded dropshot_endpoint v0.12.0 |
218 | 2025-03-07T03:16:56.164Z | Downloaded filetime v0.2.23 |
219 | 2025-03-07T03:16:56.164Z | Downloaded hex v0.4.3 |
220 | 2025-03-07T03:16:56.167Z | Downloaded fixedbitset v0.4.2 |
221 | 2025-03-07T03:16:56.167Z | Downloaded zerocopy v0.3.2 |
222 | 2025-03-07T03:16:56.167Z | Downloaded quinn-udp v0.5.5 |
223 | 2025-03-07T03:16:56.170Z | Downloaded parking_lot v0.12.2 |
224 | 2025-03-07T03:16:56.173Z | Downloaded proc-macro-error-attr v1.0.4 |
225 | 2025-03-07T03:16:56.173Z | Downloaded pin-utils v0.1.0 |
226 | 2025-03-07T03:16:56.176Z | Downloaded rayon-core v1.12.1 |
227 | 2025-03-07T03:16:56.179Z | Downloaded typify v0.2.0 |
228 | 2025-03-07T03:16:56.183Z | Downloaded sigpipe v0.1.3 |
229 | 2025-03-07T03:16:56.183Z | Downloaded swrite v0.1.0 |
230 | 2025-03-07T03:16:56.183Z | Downloaded derive-where v1.2.7 |
231 | 2025-03-07T03:16:56.186Z | Downloaded rand_core v0.6.4 |
232 | 2025-03-07T03:16:56.189Z | Downloaded pkg-config v0.3.30 |
233 | 2025-03-07T03:16:56.192Z | Downloaded lru-cache v0.1.2 |
234 | 2025-03-07T03:16:56.192Z | Downloaded polyval v0.6.2 |
235 | 2025-03-07T03:16:56.192Z | Downloaded parse-display v0.10.0 |
236 | 2025-03-07T03:16:56.195Z | Downloaded ident_case v1.0.1 |
237 | 2025-03-07T03:16:56.195Z | Downloaded num-derive v0.4.2 |
238 | 2025-03-07T03:16:56.198Z | Downloaded semver v0.1.20 |
239 | 2025-03-07T03:16:56.198Z | Downloaded rustc_version v0.1.7 |
240 | 2025-03-07T03:16:56.198Z | Downloaded num-integer v0.1.46 |
241 | 2025-03-07T03:16:56.202Z | Downloaded thread-id v4.2.1 |
242 | 2025-03-07T03:16:56.202Z | Downloaded rand_chacha v0.3.1 |
243 | 2025-03-07T03:16:56.205Z | Downloaded newtype-uuid v1.1.0 |
244 | 2025-03-07T03:16:56.205Z | Downloaded serde-big-array v0.5.1 |
245 | 2025-03-07T03:16:56.205Z | Downloaded slab v0.4.9 |
246 | 2025-03-07T03:16:56.208Z | Downloaded serde_repr v0.1.19 |
247 | 2025-03-07T03:16:56.211Z | Downloaded progenitor-impl v0.9.1 |
248 | 2025-03-07T03:16:56.211Z | Downloaded universal-hash v0.5.1 |
249 | 2025-03-07T03:16:56.214Z | Downloaded proc-macro-error v1.0.4 |
250 | 2025-03-07T03:16:56.217Z | Downloaded highway v1.2.0 |
251 | 2025-03-07T03:16:56.217Z | Downloaded waitgroup v0.1.2 |
252 | 2025-03-07T03:16:56.221Z | Downloaded time-core v0.1.2 |
253 | 2025-03-07T03:16:56.221Z | Downloaded usdt-macro v0.3.5 |
254 | 2025-03-07T03:16:56.221Z | Downloaded parking_lot_core v0.9.10 |
255 | 2025-03-07T03:16:56.224Z | Downloaded blake2 v0.10.6 |
256 | 2025-03-07T03:16:56.227Z | Downloaded futures-core v0.3.31 |
257 | 2025-03-07T03:16:56.227Z | Downloaded futures-macro v0.3.30 |
258 | 2025-03-07T03:16:56.230Z | Downloaded version_check v0.9.5 |
259 | 2025-03-07T03:16:56.230Z | Downloaded form_urlencoded v1.2.1 |
260 | 2025-03-07T03:16:56.230Z | Downloaded zerovec-derive v0.10.3 |
261 | 2025-03-07T03:16:56.233Z | Downloaded whoami v1.5.1 |
262 | 2025-03-07T03:16:56.236Z | Downloaded memmap v0.7.0 |
263 | 2025-03-07T03:16:56.236Z | Downloaded zone v0.3.0 |
264 | 2025-03-07T03:16:56.236Z | Downloaded wyz v0.5.1 |
265 | 2025-03-07T03:16:56.239Z | Downloaded fnv v1.0.7 |
266 | 2025-03-07T03:16:56.239Z | Downloaded iana-time-zone v0.1.60 |
267 | 2025-03-07T03:16:56.243Z | Downloaded futures-io v0.3.30 |
268 | 2025-03-07T03:16:56.243Z | Downloaded tokio-native-tls v0.3.1 |
269 | 2025-03-07T03:16:56.246Z | Downloaded sha2 v0.10.8 |
270 | 2025-03-07T03:16:56.249Z | Downloaded futures-sink v0.3.30 |
271 | 2025-03-07T03:16:56.249Z | Downloaded cc v1.0.97 |
272 | 2025-03-07T03:16:56.252Z | Downloaded synstructure v0.12.6 |
273 | 2025-03-07T03:16:56.252Z | Downloaded tower-service v0.3.2 |
274 | 2025-03-07T03:16:56.255Z | Downloaded instant v0.1.12 |
275 | 2025-03-07T03:16:56.256Z | Downloaded lock_api v0.4.12 |
276 | 2025-03-07T03:16:56.259Z | Downloaded rustls-pki-types v1.7.0 |
277 | 2025-03-07T03:16:56.259Z | Downloaded yoke v0.7.5 |
278 | 2025-03-07T03:16:56.261Z | Downloaded synstructure v0.13.1 |
279 | 2025-03-07T03:16:56.261Z | Downloaded usdt-attr-macro v0.5.0 |
280 | 2025-03-07T03:16:56.265Z | Downloaded typeid v1.0.0 |
281 | 2025-03-07T03:16:56.265Z | Downloaded rand v0.8.5 |
282 | 2025-03-07T03:16:56.268Z | Downloaded thiserror-impl v2.0.11 |
283 | 2025-03-07T03:16:56.271Z | Downloaded serde_spanned v0.6.7 |
284 | 2025-03-07T03:16:56.271Z | Downloaded zone_cfg_derive v0.3.0 |
285 | 2025-03-07T03:16:56.271Z | Downloaded usdt-macro v0.5.0 |
286 | 2025-03-07T03:16:56.274Z | Downloaded tracing-attributes v0.1.27 |
287 | 2025-03-07T03:16:56.277Z | Downloaded glob v0.3.1 |
288 | 2025-03-07T03:16:56.277Z | Downloaded generic-array v0.14.7 |
289 | 2025-03-07T03:16:56.277Z | Downloaded futures-channel v0.3.30 |
290 | 2025-03-07T03:16:56.280Z | Downloaded funty v2.0.0 |
291 | 2025-03-07T03:16:56.280Z | Downloaded icu_provider v1.5.0 |
292 | 2025-03-07T03:16:56.283Z | Downloaded tinystr v0.7.6 |
293 | 2025-03-07T03:16:56.286Z | Downloaded time-macros v0.2.18 |
294 | 2025-03-07T03:16:56.290Z | Downloaded tokio-rustls v0.24.1 |
295 | 2025-03-07T03:16:56.290Z | Downloaded match_cfg v0.1.0 |
296 | 2025-03-07T03:16:56.293Z | Downloaded base64 v0.21.7 |
297 | 2025-03-07T03:16:56.296Z | Downloaded base64 v0.22.1 |
298 | 2025-03-07T03:16:56.299Z | Downloaded httpdate v1.0.3 |
299 | 2025-03-07T03:16:56.302Z | Downloaded smallvec v1.13.2 |
300 | 2025-03-07T03:16:56.302Z | Downloaded hostname v0.3.1 |
301 | 2025-03-07T03:16:56.305Z | Downloaded inout v0.1.3 |
302 | 2025-03-07T03:16:56.305Z | Downloaded hyper-rustls v0.27.3 |
303 | 2025-03-07T03:16:56.308Z | Downloaded once_cell v1.19.0 |
304 | 2025-03-07T03:16:56.312Z | Downloaded foreign-types v0.3.2 |
305 | 2025-03-07T03:16:56.312Z | Downloaded slog-json v2.6.1 |
306 | 2025-03-07T03:16:56.316Z | Downloaded want v0.3.1 |
307 | 2025-03-07T03:16:56.316Z | Downloaded hubpack v0.1.2 |
308 | 2025-03-07T03:16:56.316Z | Downloaded serde_arrays v0.1.0 |
309 | 2025-03-07T03:16:56.319Z | Downloaded tokio-macros v2.4.0 |
310 | 2025-03-07T03:16:56.319Z | Downloaded stable_deref_trait v1.2.0 |
311 | 2025-03-07T03:16:56.319Z | Downloaded writeable v0.5.5 |
312 | 2025-03-07T03:16:56.322Z | Downloaded utf-8 v0.7.6 |
313 | 2025-03-07T03:16:56.322Z | Downloaded linked-hash-map v0.5.6 |
314 | 2025-03-07T03:16:56.325Z | Downloaded progenitor-impl v0.8.0 |
315 | 2025-03-07T03:16:56.325Z | Downloaded pest_meta v2.7.10 |
316 | 2025-03-07T03:16:56.328Z | Downloaded icu_normalizer v1.5.0 |
317 | 2025-03-07T03:16:56.331Z | Downloaded proc-macro2 v1.0.92 |
318 | 2025-03-07T03:16:56.334Z | Downloaded is_terminal_polyfill v1.70.0 |
319 | 2025-03-07T03:16:56.339Z | Downloaded zeroize v1.7.0 |
320 | 2025-03-07T03:16:56.339Z | Downloaded zerofrom-derive v0.1.5 |
321 | 2025-03-07T03:16:56.339Z | Downloaded icu_normalizer_data v1.5.0 |
322 | 2025-03-07T03:16:56.342Z | Downloaded uuid v1.10.0 |
323 | 2025-03-07T03:16:56.342Z | Downloaded itoa v1.0.11 |
324 | 2025-03-07T03:16:56.345Z | Downloaded scroll_derive v0.12.0 |
325 | 2025-03-07T03:16:56.345Z | Downloaded toml_datetime v0.6.8 |
326 | 2025-03-07T03:16:56.348Z | Downloaded tracing-core v0.1.32 |
327 | 2025-03-07T03:16:56.348Z | Downloaded hostname v0.4.0 |
328 | 2025-03-07T03:16:56.352Z | Downloaded macaddr v1.0.1 |
329 | 2025-03-07T03:16:56.352Z | Downloaded heck v0.5.0 |
330 | 2025-03-07T03:16:56.355Z | Downloaded heck v0.4.1 |
331 | 2025-03-07T03:16:56.355Z | Downloaded tinyvec_macros v0.1.1 |
332 | 2025-03-07T03:16:56.355Z | Downloaded linear-map v1.2.0 |
333 | 2025-03-07T03:16:56.358Z | Downloaded lazy_static v1.5.0 |
334 | 2025-03-07T03:16:56.358Z | Downloaded foreign-types-shared v0.3.1 |
335 | 2025-03-07T03:16:56.361Z | Downloaded zerofrom v0.1.5 |
336 | 2025-03-07T03:16:56.361Z | Downloaded tokio-rustls v0.25.0 |
337 | 2025-03-07T03:16:56.361Z | Downloaded untrusted v0.9.0 |
338 | 2025-03-07T03:16:56.364Z | Downloaded terminal_size v0.3.0 |
339 | 2025-03-07T03:16:56.364Z | Downloaded libsw v3.3.1 |
340 | 2025-03-07T03:16:56.368Z | Downloaded subtle v2.5.0 |
341 | 2025-03-07T03:16:56.368Z | Downloaded indent_write v2.2.0 |
342 | 2025-03-07T03:16:56.371Z | Downloaded prettyplease v0.2.22 |
343 | 2025-03-07T03:16:56.374Z | Downloaded spin v0.9.8 |
344 | 2025-03-07T03:16:56.375Z | Downloaded strum v0.26.2 |
345 | 2025-03-07T03:16:56.378Z | Downloaded foreign-types-shared v0.1.1 |
346 | 2025-03-07T03:16:56.378Z | Downloaded slog-term v2.9.1 |
347 | 2025-03-07T03:16:56.378Z | Downloaded strsim v0.11.1 |
348 | 2025-03-07T03:16:56.381Z | Downloaded quinn v0.11.5 |
349 | 2025-03-07T03:16:56.384Z | Downloaded socket2 v0.5.7 |
350 | 2025-03-07T03:16:56.384Z | Downloaded aes v0.8.4 |
351 | 2025-03-07T03:16:56.387Z | Downloaded write16 v1.0.0 |
352 | 2025-03-07T03:16:56.391Z | Downloaded utf8parse v0.2.1 |
353 | 2025-03-07T03:16:56.391Z | Downloaded utf8_iter v1.0.4 |
354 | 2025-03-07T03:16:56.391Z | Downloaded pest v2.7.10 |
355 | 2025-03-07T03:16:56.395Z | Downloaded serde_path_to_error v0.1.16 |
356 | 2025-03-07T03:16:56.399Z | Downloaded scroll v0.12.0 |
357 | 2025-03-07T03:16:56.399Z | Downloaded term v0.7.0 |
358 | 2025-03-07T03:16:56.402Z | Downloaded libloading v0.7.4 |
359 | 2025-03-07T03:16:56.405Z | Downloaded is-terminal v0.4.12 |
360 | 2025-03-07T03:16:56.405Z | Downloaded take_mut v0.2.2 |
361 | 2025-03-07T03:16:56.408Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2025-03-07T03:16:56.408Z | Downloaded globset v0.4.14 |
363 | 2025-03-07T03:16:56.411Z | Downloaded serde_derive_internals v0.29.1 |
364 | 2025-03-07T03:16:56.411Z | Downloaded slog-async v2.8.0 |
365 | 2025-03-07T03:16:56.414Z | Downloaded strum_macros v0.25.3 |
366 | 2025-03-07T03:16:56.414Z | Downloaded foreign-types-macros v0.2.3 |
367 | 2025-03-07T03:16:56.414Z | Downloaded icu_locid_transform v1.5.0 |
368 | 2025-03-07T03:16:56.417Z | Downloaded typify-macro v0.3.0 |
369 | 2025-03-07T03:16:56.417Z | Downloaded zerocopy v0.6.6 |
370 | 2025-03-07T03:16:56.421Z | Downloaded http-body v1.0.1 |
371 | 2025-03-07T03:16:56.421Z | Downloaded hash32 v0.3.1 |
372 | 2025-03-07T03:16:56.424Z | Downloaded mime v0.3.17 |
373 | 2025-03-07T03:16:56.424Z | Downloaded foreign-types v0.5.0 |
374 | 2025-03-07T03:16:56.424Z | Downloaded openssl-sys v0.9.106 |
375 | 2025-03-07T03:16:56.428Z | Downloaded structmeta v0.3.0 |
376 | 2025-03-07T03:16:56.432Z | Downloaded usdt v0.5.0 |
377 | 2025-03-07T03:16:56.432Z | Downloaded slog-dtrace v0.3.0 |
378 | 2025-03-07T03:16:56.435Z | Downloaded thiserror v1.0.64 |
379 | 2025-03-07T03:16:56.438Z | Downloaded try-lock v0.2.5 |
380 | 2025-03-07T03:16:56.438Z | Downloaded sync_wrapper v1.0.1 |
381 | 2025-03-07T03:16:56.441Z | Downloaded is_ci v1.2.0 |
382 | 2025-03-07T03:16:56.441Z | Downloaded kstat-rs v0.2.4 |
383 | 2025-03-07T03:16:56.441Z | Downloaded tempfile v3.10.1 |
384 | 2025-03-07T03:16:56.444Z | Downloaded serde_urlencoded v0.7.1 |
385 | 2025-03-07T03:16:56.444Z | Downloaded ipnetwork v0.20.0 |
386 | 2025-03-07T03:16:56.447Z | Downloaded tap v1.0.1 |
387 | 2025-03-07T03:16:56.447Z | Downloaded icu_locid v1.5.0 |
388 | 2025-03-07T03:16:56.451Z | Downloaded thiserror-impl v1.0.64 |
389 | 2025-03-07T03:16:56.454Z | Downloaded tabwriter v1.4.0 |
390 | 2025-03-07T03:16:56.454Z | Downloaded strum_macros v0.26.2 |
391 | 2025-03-07T03:16:56.457Z | Downloaded memchr v2.7.2 |
392 | 2025-03-07T03:16:56.460Z | Downloaded http-body-util v0.1.2 |
393 | 2025-03-07T03:16:56.463Z | Downloaded zerocopy-derive v0.7.34 |
394 | 2025-03-07T03:16:56.466Z | Downloaded hyper-tls v0.6.0 |
395 | 2025-03-07T03:16:56.470Z | Downloaded rustversion v1.0.17 |
396 | 2025-03-07T03:16:56.470Z | Downloaded tokio-tungstenite v0.21.0 |
397 | 2025-03-07T03:16:56.473Z | Downloaded slog v2.7.0 |
398 | 2025-03-07T03:16:56.476Z | Downloaded tinyvec v1.6.0 |
399 | 2025-03-07T03:16:56.480Z | Downloaded typify v0.3.0 |
400 | 2025-03-07T03:16:56.483Z | Downloaded toml v0.8.19 |
401 | 2025-03-07T03:16:56.486Z | Downloaded unicode-ident v1.0.14 |
402 | 2025-03-07T03:16:56.489Z | Downloaded toml v0.7.8 |
403 | 2025-03-07T03:16:56.492Z | Downloaded ucd-trie v0.1.6 |
404 | 2025-03-07T03:16:56.492Z | Downloaded serde_with_macros v3.11.0 |
405 | 2025-03-07T03:16:56.495Z | Downloaded jobserver v0.1.31 |
406 | 2025-03-07T03:16:56.495Z | Downloaded thiserror v2.0.11 |
407 | 2025-03-07T03:16:56.500Z | Downloaded slog-bunyan v2.5.0 |
408 | 2025-03-07T03:16:56.503Z | Downloaded itertools v0.10.5 |
409 | 2025-03-07T03:16:56.507Z | Downloaded toml_edit v0.19.15 |
410 | 2025-03-07T03:16:56.522Z | Downloaded schemars v0.8.21 |
411 | 2025-03-07T03:16:56.532Z | Downloaded ryu v1.0.18 |
412 | 2025-03-07T03:16:56.535Z | Downloaded aho-corasick v1.1.3 |
413 | 2025-03-07T03:16:56.540Z | Downloaded tungstenite v0.21.0 |
414 | 2025-03-07T03:16:56.544Z | Downloaded clap_builder v4.5.2 |
415 | 2025-03-07T03:16:56.550Z | Downloaded zerovec v0.10.4 |
416 | 2025-03-07T03:16:56.555Z | Downloaded rustls-webpki v0.101.7 |
417 | 2025-03-07T03:16:56.568Z | Downloaded indexmap v1.9.3 |
418 | 2025-03-07T03:16:56.572Z | Downloaded chrono v0.4.38 |
419 | 2025-03-07T03:16:56.578Z | Downloaded tokio-rustls v0.26.0 |
420 | 2025-03-07T03:16:56.581Z | Downloaded twox-hash v2.1.0 |
421 | 2025-03-07T03:16:56.591Z | Downloaded hashbrown v0.15.2 |
422 | 2025-03-07T03:16:56.591Z | Downloaded hashbrown v0.14.5 |
423 | 2025-03-07T03:16:56.597Z | Downloaded winnow v0.5.40 |
424 | 2025-03-07T03:16:56.600Z | Downloaded serde_json v1.0.135 |
425 | 2025-03-07T03:16:56.606Z | Downloaded icu_collections v1.5.0 |
426 | 2025-03-07T03:16:56.612Z | Downloaded icu_properties_data v1.5.0 |
427 | 2025-03-07T03:16:56.622Z | Downloaded goblin v0.8.2 |
428 | 2025-03-07T03:16:56.627Z | Downloaded webpki-roots v0.26.3 |
429 | 2025-03-07T03:16:56.631Z | Downloaded bitvec v1.0.1 |
430 | 2025-03-07T03:16:56.644Z | Downloaded hyper-util v0.1.9 |
431 | 2025-03-07T03:16:56.648Z | Downloaded dropshot v0.12.0 |
432 | 2025-03-07T03:16:56.666Z | Downloaded indexmap v2.7.0 |
433 | 2025-03-07T03:16:56.670Z | Downloaded idna v1.0.3 |
434 | 2025-03-07T03:16:56.674Z | Downloaded quinn-proto v0.11.8 |
435 | 2025-03-07T03:16:56.680Z | Downloaded itertools v0.13.0 |
436 | 2025-03-07T03:16:56.686Z | Downloaded http v1.2.0 |
437 | 2025-03-07T03:16:56.690Z | Downloaded toml_edit v0.22.20 |
438 | 2025-03-07T03:16:56.710Z | Downloaded time v0.3.36 |
439 | 2025-03-07T03:16:56.716Z | Downloaded hickory-proto v0.24.4 |
440 | 2025-03-07T03:16:56.730Z | Downloaded bstr v1.9.1 |
441 | 2025-03-07T03:16:56.740Z | Downloaded smoltcp v0.11.0 |
442 | 2025-03-07T03:16:56.750Z | Downloaded rayon v1.10.0 |
443 | 2025-03-07T03:16:56.759Z | Downloaded hashbrown v0.12.3 |
444 | 2025-03-07T03:16:56.762Z | Downloaded tokio-util v0.7.11 |
445 | 2025-03-07T03:16:56.768Z | Downloaded unicode-width v0.1.14 |
446 | 2025-03-07T03:16:56.774Z | Downloaded tracing v0.1.40 |
447 | 2025-03-07T03:16:56.778Z | Downloaded winnow v0.6.18 |
448 | 2025-03-07T03:16:56.786Z | Downloaded zerocopy v0.7.34 |
449 | 2025-03-07T03:16:56.800Z | Downloaded serde_with v3.11.0 |
450 | 2025-03-07T03:16:56.808Z | Downloaded hyper v1.4.1 |
451 | 2025-03-07T03:16:56.814Z | Downloaded zerocopy-derive v0.6.6 |
452 | 2025-03-07T03:16:56.823Z | Downloaded rustls v0.21.12 |
453 | 2025-03-07T03:16:56.832Z | Downloaded git2 v0.19.0 |
454 | 2025-03-07T03:16:56.840Z | Downloaded h2 v0.4.6 |
455 | 2025-03-07T03:16:56.847Z | Downloaded nix v0.29.0 |
456 | 2025-03-07T03:16:56.857Z | Downloaded rustls-webpki v0.102.4 |
457 | 2025-03-07T03:16:56.873Z | Downloaded nix v0.28.0 |
458 | 2025-03-07T03:16:56.883Z | Downloaded syn v1.0.109 |
459 | 2025-03-07T03:16:56.892Z | Downloaded regex v1.11.1 |
460 | 2025-03-07T03:16:56.904Z | Downloaded vcpkg v0.2.15 |
461 | 2025-03-07T03:16:56.940Z | Downloaded openssl v0.10.71 |
462 | 2025-03-07T03:16:56.948Z | Downloaded syn v2.0.96 |
463 | 2025-03-07T03:16:56.959Z | Downloaded regress v0.9.1 |
464 | 2025-03-07T03:16:56.966Z | Downloaded libc v0.2.169 |
465 | 2025-03-07T03:16:56.989Z | Downloaded rustls v0.22.4 |
466 | 2025-03-07T03:16:57.001Z | Downloaded regress v0.10.1 |
467 | 2025-03-07T03:16:57.008Z | Downloaded reqwest v0.12.7 |
468 | 2025-03-07T03:16:57.015Z | Downloaded futures-util v0.3.30 |
469 | 2025-03-07T03:16:57.026Z | Downloaded rustix v0.38.34 |
470 | 2025-03-07T03:16:57.046Z | Downloaded regex-syntax v0.8.5 |
471 | 2025-03-07T03:16:57.053Z | Downloaded openapiv3 v2.0.0 |
472 | 2025-03-07T03:16:57.063Z | Downloaded steno v0.4.1 |
473 | 2025-03-07T03:16:57.067Z | Downloaded fatfs v0.3.6 |
474 | 2025-03-07T03:16:57.070Z | Downloaded url v2.5.4 |
475 | 2025-03-07T03:16:57.073Z | Downloaded unicode-segmentation v1.11.0 |
476 | 2025-03-07T03:16:57.076Z | Downloaded rustls v0.23.10 |
477 | 2025-03-07T03:16:57.090Z | Downloaded rusqlite v0.32.1 |
478 | 2025-03-07T03:16:57.095Z | Downloaded httparse v1.8.0 |
479 | 2025-03-07T03:16:57.098Z | Downloaded vergen v8.3.2 |
480 | 2025-03-07T03:16:57.101Z | Downloaded tar v0.4.40 |
481 | 2025-03-07T03:16:57.104Z | Downloaded libm v0.2.8 |
482 | 2025-03-07T03:16:57.109Z | Downloaded heapless v0.8.0 |
483 | 2025-03-07T03:16:57.112Z | Downloaded serde v1.0.217 |
484 | 2025-03-07T03:16:57.115Z | Downloaded fallible-streaming-iterator v0.1.9 |
485 | 2025-03-07T03:16:57.119Z | Downloaded schemars_derive v0.8.21 |
486 | 2025-03-07T03:16:57.119Z | Downloaded scopeguard v1.2.0 |
487 | 2025-03-07T03:16:57.119Z | Downloaded serde_derive v1.0.217 |
488 | 2025-03-07T03:16:57.122Z | Downloaded hickory-resolver v0.24.4 |
489 | 2025-03-07T03:16:57.125Z | Downloaded typify-impl v0.3.0 |
490 | 2025-03-07T03:16:57.137Z | Downloaded fastrand v2.1.0 |
491 | 2025-03-07T03:16:57.141Z | Downloaded zerocopy-derive v0.2.0 |
492 | 2025-03-07T03:16:57.146Z | Downloaded fallible-iterator v0.3.0 |
493 | 2025-03-07T03:16:57.149Z | Downloaded expectorate v1.1.0 |
494 | 2025-03-07T03:16:57.149Z | Downloaded utf16_iter v1.0.5 |
495 | 2025-03-07T03:16:57.152Z | Downloaded usdt-attr-macro v0.3.5 |
496 | 2025-03-07T03:16:57.152Z | Downloaded hashlink v0.9.1 |
497 | 2025-03-07T03:16:57.155Z | Downloaded num-bigint v0.4.5 |
498 | 2025-03-07T03:16:57.158Z | Downloaded humantime v2.1.0 |
499 | 2025-03-07T03:16:57.158Z | Downloaded futures-task v0.3.30 |
500 | 2025-03-07T03:16:57.161Z | Downloaded unsafe-libyaml v0.2.11 |
501 | 2025-03-07T03:16:57.164Z | Downloaded typify-impl v0.2.0 |
502 | 2025-03-07T03:16:57.175Z | Downloaded regex-automata v0.4.9 |
503 | 2025-03-07T03:16:57.190Z | Downloaded supports-color v2.1.0 |
504 | 2025-03-07T03:16:57.193Z | Downloaded encoding_rs v0.8.34 |
505 | 2025-03-07T03:16:57.210Z | Downloaded ron v0.8.1 |
506 | 2025-03-07T03:16:57.215Z | Downloaded similar v2.5.0 |
507 | 2025-03-07T03:16:57.219Z | Downloaded structmeta-derive v0.3.0 |
508 | 2025-03-07T03:16:57.223Z | Downloaded typenum v1.17.0 |
509 | 2025-03-07T03:16:57.223Z | Downloaded ipnet v2.9.0 |
510 | 2025-03-07T03:16:57.226Z | Downloaded serde_yaml v0.9.34+deprecated |
511 | 2025-03-07T03:16:57.229Z | Downloaded icu_properties v1.5.1 |
512 | 2025-03-07T03:16:57.232Z | Downloaded petgraph v0.6.5 |
513 | 2025-03-07T03:16:57.245Z | Downloaded crossbeam-channel v0.5.12 |
514 | 2025-03-07T03:16:57.248Z | Downloaded const_format v0.2.32 |
515 | 2025-03-07T03:16:57.252Z | Downloaded icu_locid_transform_data v1.5.0 |
516 | 2025-03-07T03:16:57.256Z | Downloaded futures v0.3.30 |
517 | 2025-03-07T03:16:57.259Z | Downloaded static_assertions v1.1.0 |
518 | 2025-03-07T03:16:57.262Z | Downloaded smf v0.2.3 |
519 | 2025-03-07T03:16:57.262Z | Downloaded log v0.4.22 |
520 | 2025-03-07T03:16:57.265Z | Downloaded supports-color v3.0.1 |
521 | 2025-03-07T03:16:57.265Z | Downloaded darling_core v0.20.9 |
522 | 2025-03-07T03:16:57.268Z | Downloaded hubpack_derive v0.1.1 |
523 | 2025-03-07T03:16:57.272Z | Downloaded serde_tokenstream v0.1.7 |
524 | 2025-03-07T03:16:57.272Z | Downloaded tokio v1.40.0 |
525 | 2025-03-07T03:16:57.305Z | Downloaded idna_adapter v1.2.0 |
526 | 2025-03-07T03:16:57.308Z | Downloaded rustls-pemfile v2.1.3 |
527 | 2025-03-07T03:16:57.309Z | Downloaded pest_derive v2.7.10 |
528 | 2025-03-07T03:16:57.312Z | Downloaded owo-colors v4.1.0 |
529 | 2025-03-07T03:16:57.315Z | Downloaded futures-executor v0.3.30 |
530 | 2025-03-07T03:16:57.315Z | Downloaded semver v1.0.24 |
531 | 2025-03-07T03:16:57.318Z | Downloaded sct v0.7.1 |
532 | 2025-03-07T03:16:57.321Z | Downloaded litemap v0.7.4 |
533 | 2025-03-07T03:16:57.321Z | Downloaded getrandom v0.2.14 |
534 | 2025-03-07T03:16:57.324Z | Downloaded bytes v1.9.0 |
535 | 2025-03-07T03:16:57.328Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
536 | 2025-03-07T03:16:57.379Z | Downloaded mio v1.0.2 |
537 | 2025-03-07T03:16:57.384Z | Downloaded crossbeam-epoch v0.9.18 |
538 | 2025-03-07T03:16:57.387Z | Downloaded usdt-impl v0.3.5 |
539 | 2025-03-07T03:16:57.390Z | Downloaded signal-hook-registry v1.4.2 |
540 | 2025-03-07T03:16:57.390Z | Downloaded thread_local v1.1.8 |
541 | 2025-03-07T03:16:57.390Z | Downloaded sha1 v0.10.6 |
542 | 2025-03-07T03:16:57.394Z | Downloaded allocator-api2 v0.2.18 |
543 | 2025-03-07T03:16:57.394Z | Downloaded dof v0.1.5 |
544 | 2025-03-07T03:16:57.396Z | Downloaded clap v4.5.4 |
545 | 2025-03-07T03:16:57.402Z | Downloaded anyhow v1.0.89 |
546 | 2025-03-07T03:16:57.405Z | Downloaded ahash v0.8.11 |
547 | 2025-03-07T03:16:57.408Z | Downloaded cookie v0.18.1 |
548 | 2025-03-07T03:16:57.411Z | Downloaded bitflags v2.6.0 |
549 | 2025-03-07T03:16:57.414Z | Downloaded crossbeam-utils v0.8.19 |
550 | 2025-03-07T03:16:57.417Z | Downloaded progenitor-macro v0.9.1 |
551 | 2025-03-07T03:16:57.417Z | Downloaded percent-encoding v2.3.1 |
552 | 2025-03-07T03:16:57.417Z | Downloaded derive_more v0.99.18 |
553 | 2025-03-07T03:16:57.420Z | Downloaded yoke-derive v0.7.5 |
554 | 2025-03-07T03:16:57.424Z | Downloaded xattr v1.3.1 |
555 | 2025-03-07T03:16:57.424Z | Downloaded ctrlc v3.4.4 |
556 | 2025-03-07T03:16:57.428Z | Downloaded opaque-debug v0.3.1 |
557 | 2025-03-07T03:16:57.428Z | Downloaded omicron-workspace-hack v0.1.0 |
558 | 2025-03-07T03:16:57.428Z | Downloaded anstream v0.6.14 |
559 | 2025-03-07T03:16:57.428Z | Downloaded console v0.15.8 |
560 | 2025-03-07T03:16:57.431Z | Downloaded postcard v1.0.9 |
561 | 2025-03-07T03:16:57.434Z | Downloaded async-trait v0.1.83 |
562 | 2025-03-07T03:16:57.437Z | Downloaded debug-ignore v1.0.5 |
563 | 2025-03-07T03:16:57.437Z | Downloaded cpufeatures v0.2.12 |
564 | 2025-03-07T03:16:57.440Z | Downloaded dof v0.3.0 |
565 | 2025-03-07T03:16:57.440Z | Downloaded dirs-sys-next v0.1.2 |
566 | 2025-03-07T03:16:57.440Z | Downloaded ctr v0.9.2 |
567 | 2025-03-07T03:16:57.443Z | Downloaded parse-display-derive v0.10.0 |
568 | 2025-03-07T03:16:57.443Z | Downloaded embedded-io v0.6.1 |
569 | 2025-03-07T03:16:57.443Z | Downloaded digest v0.10.7 |
570 | 2025-03-07T03:16:57.446Z | Downloaded deranged v0.3.11 |
571 | 2025-03-07T03:16:57.446Z | Downloaded defmt-macros v0.3.9 |
572 | 2025-03-07T03:16:57.449Z | Downloaded camino-tempfile v1.1.1 |
573 | 2025-03-07T03:16:57.453Z | Downloaded cargo-platform v0.1.8 |
574 | 2025-03-07T03:16:57.453Z | Downloaded num-rational v0.4.2 |
575 | 2025-03-07T03:16:57.453Z | Downloaded crossbeam-deque v0.8.5 |
576 | 2025-03-07T03:16:57.456Z | Downloaded async-recursion v1.1.1 |
577 | 2025-03-07T03:16:57.459Z | Downloaded progenitor-macro v0.8.0 |
578 | 2025-03-07T03:16:57.459Z | Downloaded progenitor v0.9.1 |
579 | 2025-03-07T03:16:57.459Z | Downloaded plain v0.2.3 |
580 | 2025-03-07T03:16:57.459Z | Downloaded num v0.4.3 |
581 | 2025-03-07T03:16:57.462Z | Downloaded pretty-hex v0.4.1 |
582 | 2025-03-07T03:16:57.462Z | Downloaded num_threads v0.1.7 |
583 | 2025-03-07T03:16:57.462Z | Downloaded enum-as-inner v0.6.0 |
584 | 2025-03-07T03:16:57.465Z | Downloaded cobs v0.2.3 |
585 | 2025-03-07T03:16:57.465Z | Downloaded cipher v0.4.4 |
586 | 2025-03-07T03:16:57.465Z | Downloaded anstyle v1.0.7 |
587 | 2025-03-07T03:16:57.468Z | Downloaded byteorder v1.5.0 |
588 | 2025-03-07T03:16:57.468Z | Downloaded bit_field v0.10.2 |
589 | 2025-03-07T03:16:57.472Z | Downloaded anstyle-query v1.0.3 |
590 | 2025-03-07T03:16:57.472Z | Downloaded num-iter v0.1.45 |
591 | 2025-03-07T03:16:57.472Z | Downloaded cargo_metadata v0.18.1 |
592 | 2025-03-07T03:16:57.475Z | Downloaded atomic-waker v1.1.2 |
593 | 2025-03-07T03:16:57.475Z | Downloaded cfg-if v1.0.0 |
594 | 2025-03-07T03:16:57.475Z | Downloaded block-buffer v0.10.4 |
595 | 2025-03-07T03:16:57.479Z | Downloaded anstyle-parse v0.2.4 |
596 | 2025-03-07T03:16:57.479Z | Downloaded colorchoice v1.0.1 |
597 | 2025-03-07T03:16:57.479Z | Downloaded async-stream-impl v0.3.5 |
598 | 2025-03-07T03:16:57.483Z | Downloaded async-stream v0.3.5 |
599 | 2025-03-07T03:16:57.922Z | Downloaded libz-sys v1.1.16 |
600 | 2025-03-07T03:16:57.983Z | Downloaded ring v0.17.8 |
601 | 2025-03-07T03:16:58.118Z | Downloaded libsqlite3-sys v0.30.1 |
602 | 2025-03-07T03:16:58.558Z | Compiling proc-macro2 v1.0.92 |
603 | 2025-03-07T03:16:58.558Z | Compiling unicode-ident v1.0.14 |
604 | 2025-03-07T03:16:58.558Z | Compiling libc v0.2.169 |
605 | 2025-03-07T03:16:58.562Z | Compiling serde v1.0.217 |
606 | 2025-03-07T03:16:58.562Z | Compiling autocfg v1.3.0 |
607 | 2025-03-07T03:16:58.562Z | Compiling once_cell v1.19.0 |
608 | 2025-03-07T03:16:58.602Z | Checking cfg-if v1.0.0 |
609 | 2025-03-07T03:16:58.623Z | Compiling version_check v0.9.5 |
610 | 2025-03-07T03:16:58.739Z | Compiling serde_json v1.0.135 |
611 | 2025-03-07T03:16:58.799Z | Compiling memchr v2.7.2 |
612 | 2025-03-07T03:16:59.099Z | Compiling thiserror v1.0.64 |
613 | 2025-03-07T03:16:59.314Z | Compiling libm v0.2.8 |
614 | 2025-03-07T03:16:59.422Z | Compiling itoa v1.0.11 |
615 | 2025-03-07T03:16:59.659Z | Compiling lock_api v0.4.12 |
616 | 2025-03-07T03:16:59.748Z | Compiling parking_lot_core v0.9.10 |
617 | 2025-03-07T03:17:00.059Z | Compiling ryu v1.0.18 |
618 | 2025-03-07T03:17:00.246Z | Compiling schemars v0.8.21 |
619 | 2025-03-07T03:17:00.294Z | Compiling slab v0.4.9 |
620 | 2025-03-07T03:17:00.366Z | Compiling byteorder v1.5.0 |
621 | 2025-03-07T03:17:00.420Z | Compiling log v0.4.22 |
622 | 2025-03-07T03:17:00.509Z | Compiling num-traits v0.2.19 |
623 | 2025-03-07T03:17:00.602Z | Compiling quote v1.0.38 |
624 | 2025-03-07T03:17:00.663Z | Checking getrandom v0.2.14 |
625 | 2025-03-07T03:17:00.751Z | Compiling pkg-config v0.3.30 |
626 | 2025-03-07T03:17:00.846Z | Compiling jobserver v0.1.31 |
627 | 2025-03-07T03:17:00.986Z | Compiling syn v2.0.96 |
628 | 2025-03-07T03:17:01.076Z | Compiling vcpkg v0.2.15 |
629 | 2025-03-07T03:17:01.143Z | Checking smallvec v1.13.2 |
630 | 2025-03-07T03:17:01.258Z | Compiling cc v1.0.97 |
631 | 2025-03-07T03:17:01.493Z | Checking pin-project-lite v0.2.14 |
632 | 2025-03-07T03:17:01.567Z | Compiling ahash v0.8.11 |
633 | 2025-03-07T03:17:01.621Z | Compiling equivalent v1.0.1 |
634 | 2025-03-07T03:17:01.739Z | Compiling hashbrown v0.15.2 |
635 | 2025-03-07T03:17:01.862Z | Compiling semver v1.0.24 |
636 | 2025-03-07T03:17:02.036Z | Checking scopeguard v1.2.0 |
637 | 2025-03-07T03:17:02.449Z | Checking mio v1.0.2 |
638 | 2025-03-07T03:17:02.549Z | Checking socket2 v0.5.7 |
639 | 2025-03-07T03:17:02.773Z | Checking parking_lot v0.12.2 |
640 | 2025-03-07T03:17:02.808Z | Checking signal-hook-registry v1.4.2 |
641 | 2025-03-07T03:17:03.021Z | Compiling fnv v1.0.7 |
642 | 2025-03-07T03:17:03.040Z | Compiling httparse v1.8.0 |
643 | 2025-03-07T03:17:03.117Z | Checking iana-time-zone v0.1.60 |
644 | 2025-03-07T03:17:03.172Z | Compiling heck v0.5.0 |
645 | 2025-03-07T03:17:03.208Z | Compiling typenum v1.17.0 |
646 | 2025-03-07T03:17:03.280Z | Compiling generic-array v0.14.7 |
647 | 2025-03-07T03:17:03.522Z | Checking futures-core v0.3.31 |
648 | 2025-03-07T03:17:03.622Z | Checking dyn-clone v1.0.17 |
649 | 2025-03-07T03:17:03.715Z | Checking stable_deref_trait v1.2.0 |
650 | 2025-03-07T03:17:03.864Z | Checking futures-sink v0.3.30 |
651 | 2025-03-07T03:17:03.893Z | Checking rand_core v0.6.4 |
652 | 2025-03-07T03:17:04.027Z | Compiling ring v0.17.8 |
653 | 2025-03-07T03:17:04.052Z | Compiling openssl-sys v0.9.106 |
654 | 2025-03-07T03:17:04.225Z | Compiling slog v2.7.0 |
655 | 2025-03-07T03:17:04.243Z | Compiling allocator-api2 v0.2.18 |
656 | 2025-03-07T03:17:04.359Z | Checking subtle v2.5.0 |
657 | 2025-03-07T03:17:04.608Z | Checking futures-channel v0.3.30 |
658 | 2025-03-07T03:17:04.806Z | Checking futures-task v0.3.30 |
659 | 2025-03-07T03:17:04.826Z | Checking futures-io v0.3.30 |
660 | 2025-03-07T03:17:04.948Z | Compiling ucd-trie v0.1.6 |
661 | 2025-03-07T03:17:04.975Z | Checking pin-utils v0.1.0 |
662 | 2025-03-07T03:17:05.027Z | Compiling aho-corasick v1.1.3 |
663 | 2025-03-07T03:17:05.082Z | Compiling regex-syntax v0.8.5 |
664 | 2025-03-07T03:17:05.172Z | Compiling openssl v0.10.71 |
665 | 2025-03-07T03:17:05.306Z | Compiling rustversion v1.0.17 |
666 | 2025-03-07T03:17:05.347Z | Checking spin v0.9.8 |
667 | 2025-03-07T03:17:05.578Z | Compiling rustls v0.23.10 |
668 | 2025-03-07T03:17:05.634Z | Compiling native-tls v0.2.11 |
669 | 2025-03-07T03:17:05.886Z | Compiling syn v1.0.109 |
670 | 2025-03-07T03:17:06.149Z | Checking untrusted v0.9.0 |
671 | 2025-03-07T03:17:06.326Z | Checking tracing-core v0.1.32 |
672 | 2025-03-07T03:17:06.934Z | Checking litemap v0.7.4 |
673 | 2025-03-07T03:17:07.115Z | Compiling heck v0.4.1 |
674 | 2025-03-07T03:17:07.263Z | Checking writeable v0.5.5 |
675 | 2025-03-07T03:17:07.559Z | Compiling num-conv v0.1.0 |
676 | 2025-03-07T03:17:07.843Z | Compiling synstructure v0.13.1 |
677 | 2025-03-07T03:17:07.920Z | Compiling serde_derive_internals v0.29.1 |
678 | 2025-03-07T03:17:08.074Z | Checking icu_locid_transform_data v1.5.0 |
679 | 2025-03-07T03:17:08.180Z | Checking rustls-pki-types v1.7.0 |
680 | 2025-03-07T03:17:08.550Z | Compiling regex-automata v0.4.9 |
681 | 2025-03-07T03:17:08.597Z | Compiling time-core v0.1.2 |
682 | 2025-03-07T03:17:08.760Z | Compiling anyhow v1.0.89 |
683 | 2025-03-07T03:17:08.981Z | Checking percent-encoding v2.3.1 |
684 | 2025-03-07T03:17:09.205Z | Checking form_urlencoded v1.2.1 |
685 | 2025-03-07T03:17:09.423Z | Compiling time-macros v0.2.18 |
686 | 2025-03-07T03:17:09.737Z | Checking crypto-common v0.1.6 |
687 | 2025-03-07T03:17:10.237Z | Checking icu_properties_data v1.5.0 |
688 | 2025-03-07T03:17:10.474Z | Compiling thread-id v4.2.1 |
689 | 2025-03-07T03:17:10.605Z | Checking utf8_iter v1.0.4 |
690 | 2025-03-07T03:17:10.736Z | Checking write16 v1.0.0 |
691 | 2025-03-07T03:17:10.819Z | Checking atomic-waker v1.1.2 |
692 | 2025-03-07T03:17:10.867Z | Checking utf16_iter v1.0.5 |
693 | 2025-03-07T03:17:10.957Z | Checking icu_normalizer_data v1.5.0 |
694 | 2025-03-07T03:17:11.037Z | Checking zeroize v1.7.0 |
695 | 2025-03-07T03:17:11.061Z | Compiling camino v1.1.9 |
696 | 2025-03-07T03:17:11.287Z | Compiling strsim v0.11.1 |
697 | 2025-03-07T03:17:11.625Z | Compiling serde_derive v1.0.217 |
698 | 2025-03-07T03:17:11.655Z | Compiling thiserror-impl v1.0.64 |
699 | 2025-03-07T03:17:11.885Z | Compiling tokio-macros v2.4.0 |
700 | 2025-03-07T03:17:12.053Z | Compiling zerocopy-derive v0.7.34 |
701 | 2025-03-07T03:17:12.199Z | Compiling zerofrom-derive v0.1.5 |
702 | 2025-03-07T03:17:13.332Z | Compiling schemars_derive v0.8.21 |
703 | 2025-03-07T03:17:13.913Z | Compiling yoke-derive v0.7.5 |
704 | 2025-03-07T03:17:14.210Z | Compiling zerovec-derive v0.10.3 |
705 | 2025-03-07T03:17:14.601Z | Compiling displaydoc v0.2.5 |
706 | 2025-03-07T03:17:15.258Z | Compiling futures-macro v0.3.30 |
707 | 2025-03-07T03:17:15.422Z | Compiling icu_provider_macros v1.5.0 |
708 | 2025-03-07T03:17:16.020Z | Compiling zerocopy v0.7.34 |
709 | 2025-03-07T03:17:16.271Z | Compiling pest v2.7.10 |
710 | 2025-03-07T03:17:16.291Z | Checking zerofrom v0.1.5 |
711 | 2025-03-07T03:17:16.476Z | Compiling openssl-macros v0.1.1 |
712 | 2025-03-07T03:17:16.497Z | Checking yoke v0.7.5 |
713 | 2025-03-07T03:17:16.516Z | Compiling regex v1.11.1 |
714 | 2025-03-07T03:17:16.841Z | Checking zerovec v0.10.4 |
715 | 2025-03-07T03:17:16.944Z | Checking futures-util v0.3.30 |
716 | 2025-03-07T03:17:17.313Z | Compiling tracing-attributes v0.1.27 |
717 | 2025-03-07T03:17:17.392Z | Compiling scroll_derive v0.12.0 |
718 | 2025-03-07T03:17:17.718Z | Compiling hashbrown v0.14.5 |
719 | 2025-03-07T03:17:18.812Z | Compiling regress v0.10.1 |
720 | 2025-03-07T03:17:18.832Z | Compiling pest_meta v2.7.10 |
721 | 2025-03-07T03:17:18.835Z | Checking tinystr v0.7.6 |
722 | 2025-03-07T03:17:19.059Z | Checking icu_collections v1.5.0 |
723 | 2025-03-07T03:17:19.240Z | Checking icu_locid v1.5.0 |
724 | 2025-03-07T03:17:19.707Z | Checking rustls-webpki v0.102.4 |
725 | 2025-03-07T03:17:20.208Z | Compiling pest_generator v2.7.10 |
726 | 2025-03-07T03:17:20.231Z | Checking tracing v0.1.40 |
727 | 2025-03-07T03:17:20.480Z | Checking icu_provider v1.5.0 |
728 | 2025-03-07T03:17:20.565Z | Checking try-lock v0.2.5 |
729 | 2025-03-07T03:17:20.717Z | Checking want v0.3.1 |
730 | 2025-03-07T03:17:20.982Z | Checking httpdate v1.0.3 |
731 | 2025-03-07T03:17:21.073Z | Checking icu_locid_transform v1.5.0 |
732 | 2025-03-07T03:17:21.244Z | Checking ppv-lite86 v0.2.17 |
733 | 2025-03-07T03:17:21.384Z | Checking base64 v0.22.1 |
734 | 2025-03-07T03:17:21.872Z | Checking rand_chacha v0.3.1 |
735 | 2025-03-07T03:17:21.894Z | Compiling unsafe-libyaml v0.2.11 |
736 | 2025-03-07T03:17:21.997Z | Checking icu_properties v1.5.1 |
737 | 2025-03-07T03:17:22.238Z | Checking tower-service v0.3.2 |
738 | 2025-03-07T03:17:22.326Z | Compiling ident_case v1.0.1 |
739 | 2025-03-07T03:17:22.363Z | Checking rand v0.8.5 |
740 | 2025-03-07T03:17:22.399Z | Compiling pest_derive v2.7.10 |
741 | 2025-03-07T03:17:22.512Z | Compiling darling_core v0.20.9 |
742 | 2025-03-07T03:17:22.826Z | Checking bytes v1.9.0 |
743 | 2025-03-07T03:17:23.308Z | Checking chrono v0.4.38 |
744 | 2025-03-07T03:17:23.327Z | Checking uuid v1.10.0 |
745 | 2025-03-07T03:17:23.720Z | Compiling indexmap v2.7.0 |
746 | 2025-03-07T03:17:23.880Z | Checking tokio v1.40.0 |
747 | 2025-03-07T03:17:24.717Z | Compiling serde_tokenstream v0.2.2 |
748 | 2025-03-07T03:17:24.758Z | Checking bitflags v2.6.0 |
749 | 2025-03-07T03:17:25.714Z | Compiling http v1.2.0 |
750 | 2025-03-07T03:17:25.858Z | Checking icu_normalizer v1.5.0 |
751 | 2025-03-07T03:17:26.434Z | Compiling openapiv3 v2.0.0 |
752 | 2025-03-07T03:17:26.662Z | Checking idna_adapter v1.2.0 |
753 | 2025-03-07T03:17:26.775Z | Compiling serde_yaml v0.9.34+deprecated |
754 | 2025-03-07T03:17:26.864Z | Checking idna v1.0.3 |
755 | 2025-03-07T03:17:27.038Z | Checking http-body v1.0.1 |
756 | 2025-03-07T03:17:27.658Z | Checking url v2.5.4 |
757 | 2025-03-07T03:17:27.679Z | Compiling scroll v0.12.0 |
758 | 2025-03-07T03:17:27.739Z | Compiling usdt-impl v0.5.0 |
759 | 2025-03-07T03:17:28.155Z | Compiling plain v0.2.3 |
760 | 2025-03-07T03:17:28.194Z | Checking foreign-types-shared v0.1.1 |
761 | 2025-03-07T03:17:28.318Z | Checking foreign-types v0.3.2 |
762 | 2025-03-07T03:17:28.346Z | Compiling goblin v0.8.2 |
763 | 2025-03-07T03:17:28.414Z | Compiling darling_macro v0.20.9 |
764 | 2025-03-07T03:17:28.447Z | Checking http-body-util v0.1.2 |
765 | 2025-03-07T03:17:28.690Z | Compiling strum_macros v0.26.2 |
766 | 2025-03-07T03:17:29.408Z | Compiling typify-impl v0.2.0 |
767 | 2025-03-07T03:17:30.004Z | Checking encoding_rs v0.8.34 |
768 | 2025-03-07T03:17:30.191Z | Checking cpufeatures v0.2.12 |
769 | 2025-03-07T03:17:30.430Z | Compiling pretty-hex v0.4.1 |
770 | 2025-03-07T03:17:30.450Z | Checking tokio-util v0.7.11 |
771 | 2025-03-07T03:17:30.656Z | Checking mime v0.3.17 |
772 | 2025-03-07T03:17:31.252Z | Checking h2 v0.4.6 |
773 | 2025-03-07T03:17:31.491Z | Compiling darling v0.20.9 |
774 | 2025-03-07T03:17:31.611Z | Compiling dtrace-parser v0.2.0 |
775 | 2025-03-07T03:17:32.199Z | Checking serde_urlencoded v0.7.1 |
776 | 2025-03-07T03:17:32.577Z | Checking rustls-pemfile v2.1.3 |
777 | 2025-03-07T03:17:32.829Z | Compiling async-trait v0.1.83 |
778 | 2025-03-07T03:17:33.163Z | Checking block-buffer v0.10.4 |
779 | 2025-03-07T03:17:33.357Z | Checking openssl-probe v0.1.5 |
780 | 2025-03-07T03:17:33.524Z | Compiling omicron-workspace-hack v0.1.0 |
781 | 2025-03-07T03:17:33.877Z | Compiling dof v0.3.0 |
782 | 2025-03-07T03:17:35.368Z | Checking digest v0.10.7 |
783 | 2025-03-07T03:17:35.422Z | Checking hyper v1.4.1 |
784 | 2025-03-07T03:17:35.727Z | Compiling serde_with_macros v3.11.0 |
785 | 2025-03-07T03:17:36.440Z | Compiling toml_datetime v0.6.8 |
786 | 2025-03-07T03:17:36.917Z | Compiling rustls v0.22.4 |
787 | 2025-03-07T03:17:37.284Z | Checking ipnet v2.9.0 |
788 | 2025-03-07T03:17:37.307Z | Checking hyper-util v0.1.9 |
789 | 2025-03-07T03:17:37.752Z | Checking tokio-native-tls v0.3.1 |
790 | 2025-03-07T03:17:38.018Z | Checking webpki-roots v0.26.3 |
791 | 2025-03-07T03:17:38.041Z | Compiling slog-async v2.8.0 |
792 | 2025-03-07T03:17:38.147Z | Compiling paste v1.0.15 |
793 | 2025-03-07T03:17:38.233Z | Compiling crossbeam-utils v0.8.19 |
794 | 2025-03-07T03:17:38.788Z | Compiling usdt-macro v0.5.0 |
795 | 2025-03-07T03:17:38.871Z | Checking hyper-tls v0.6.0 |
796 | 2025-03-07T03:17:39.021Z | Compiling usdt-attr-macro v0.5.0 |
797 | 2025-03-07T03:17:39.348Z | Checking sync_wrapper v1.0.1 |
798 | 2025-03-07T03:17:39.474Z | Compiling multer v3.1.0 |
799 | 2025-03-07T03:17:39.509Z | Compiling rustix v0.38.34 |
800 | 2025-03-07T03:17:40.346Z | Checking serde_spanned v0.6.7 |
801 | 2025-03-07T03:17:40.369Z | Compiling typify-macro v0.2.0 |
802 | 2025-03-07T03:17:40.564Z | Checking futures-executor v0.3.30 |
803 | 2025-03-07T03:17:40.583Z | Compiling async-stream-impl v0.3.5 |
804 | 2025-03-07T03:17:40.949Z | Checking errno v0.3.9 |
805 | 2025-03-07T03:17:40.977Z | Checking powerfmt v0.2.0 |
806 | 2025-03-07T03:17:41.244Z | Checking deranged v0.3.11 |
807 | 2025-03-07T03:17:41.342Z | Checking tokio-rustls v0.26.0 |
808 | 2025-03-07T03:17:41.735Z | Checking hyper-rustls v0.27.3 |
809 | 2025-03-07T03:17:41.835Z | Checking futures v0.3.30 |
810 | 2025-03-07T03:17:41.911Z | Checking sha1 v0.10.6 |
811 | 2025-03-07T03:17:42.057Z | Checking reqwest v0.12.7 |
812 | 2025-03-07T03:17:42.197Z | Checking is-terminal v0.4.12 |
813 | 2025-03-07T03:17:42.334Z | Compiling dropshot v0.12.0 |
814 | 2025-03-07T03:17:42.609Z | Checking num_threads v0.1.7 |
815 | 2025-03-07T03:17:42.951Z | Checking time v0.3.36 |
816 | 2025-03-07T03:17:43.062Z | Checking strum v0.26.2 |
817 | 2025-03-07T03:17:43.225Z | Compiling dropshot_endpoint v0.12.0 |
818 | 2025-03-07T03:17:43.624Z | Compiling typify v0.2.0 |
819 | 2025-03-07T03:17:43.698Z | Compiling structmeta-derive v0.3.0 |
820 | 2025-03-07T03:17:43.754Z | Compiling progenitor-impl v0.8.0 |
821 | 2025-03-07T03:17:45.250Z | Checking serde_with v3.11.0 |
822 | 2025-03-07T03:17:45.822Z | Checking dirs-sys-next v0.1.2 |
823 | 2025-03-07T03:17:46.215Z | Compiling structmeta v0.3.0 |
824 | 2025-03-07T03:17:46.639Z | Checking winnow v0.6.18 |
825 | 2025-03-07T03:17:47.126Z | Checking match_cfg v0.1.0 |
826 | 2025-03-07T03:17:48.207Z | Checking hostname v0.3.1 |
827 | 2025-03-07T03:17:48.351Z | Compiling parse-display-derive v0.10.0 |
828 | 2025-03-07T03:17:48.477Z | Checking dirs-next v2.0.0 |
829 | 2025-03-07T03:17:49.406Z | Compiling progenitor-macro v0.8.0 |
830 | 2025-03-07T03:17:50.413Z | Checking ipnetwork v0.20.0 |
831 | 2025-03-07T03:17:50.416Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
832 | 2025-03-07T03:17:50.416Z | Checking thread_local v1.1.8 |
833 | 2025-03-07T03:17:50.481Z | Checking term v0.7.0 |
834 | 2025-03-07T03:17:50.569Z | Checking crossbeam-channel v0.5.12 |
835 | 2025-03-07T03:17:50.662Z | Checking memmap v0.7.0 |
836 | 2025-03-07T03:17:50.881Z | Checking take_mut v0.2.2 |
837 | 2025-03-07T03:17:51.046Z | Checking slog-term v2.9.1 |
838 | 2025-03-07T03:17:51.539Z | Checking usdt v0.5.0 |
839 | 2025-03-07T03:17:51.800Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
840 | 2025-03-07T03:17:51.854Z | Checking toml_edit v0.22.20 |
841 | 2025-03-07T03:17:52.612Z | Checking slog-json v2.6.1 |
842 | 2025-03-07T03:17:52.742Z | Checking progenitor-client v0.8.0 |
843 | 2025-03-07T03:17:53.067Z | Compiling winnow v0.5.40 |
844 | 2025-03-07T03:17:53.541Z | Checking debug-ignore v1.0.5 |
845 | 2025-03-07T03:17:54.074Z | Checking slog-bunyan v2.5.0 |
846 | 2025-03-07T03:17:54.541Z | Checking toml v0.8.19 |
847 | 2025-03-07T03:17:55.264Z | Checking async-stream v0.3.5 |
848 | 2025-03-07T03:17:55.626Z | Checking serde_path_to_error v0.1.16 |
849 | 2025-03-07T03:17:55.714Z | Checking waitgroup v0.1.2 |
850 | 2025-03-07T03:17:55.725Z | Checking hostname v0.4.0 |
851 | 2025-03-07T03:17:55.837Z | Compiling crucible-workspace-hack v0.1.0 |
852 | 2025-03-07T03:17:56.185Z | Checking tokio-rustls v0.25.0 |
853 | 2025-03-07T03:17:56.220Z | Compiling toml_edit v0.19.15 |
854 | 2025-03-07T03:17:56.403Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
855 | 2025-03-07T03:17:56.428Z | Checking newtype-uuid v1.1.0 |
856 | 2025-03-07T03:17:56.501Z | Compiling clap_derive v4.5.4 |
857 | 2025-03-07T03:17:56.741Z | Checking unicode-width v0.1.14 |
858 | 2025-03-07T03:17:56.804Z | Checking utf8parse v0.2.1 |
859 | 2025-03-07T03:17:57.238Z | Checking anstyle-parse v0.2.4 |
860 | 2025-03-07T03:17:57.521Z | Checking hex v0.4.3 |
861 | 2025-03-07T03:17:57.987Z | Checking instant v0.1.12 |
862 | 2025-03-07T03:17:58.267Z | Checking anstyle v1.0.7 |
863 | 2025-03-07T03:17:58.616Z | Checking lazy_static v1.5.0 |
864 | 2025-03-07T03:17:58.768Z | Compiling proc-macro-crate v1.3.1 |
865 | 2025-03-07T03:17:58.785Z | Checking colorchoice v1.0.1 |
866 | 2025-03-07T03:17:58.979Z | Checking anstyle-query v1.0.3 |
867 | 2025-03-07T03:17:59.126Z | Checking is_terminal_polyfill v1.70.0 |
868 | 2025-03-07T03:17:59.255Z | Checking anstream v0.6.14 |
869 | 2025-03-07T03:17:59.654Z | Checking backoff v0.4.0 |
870 | 2025-03-07T03:17:59.929Z | Checking progenitor v0.8.0 |
871 | 2025-03-07T03:17:59.949Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
872 | 2025-03-07T03:17:59.973Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
873 | 2025-03-07T03:18:00.104Z | Checking parse-display v0.10.0 |
874 | 2025-03-07T03:18:00.123Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
875 | 2025-03-07T03:18:00.195Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
876 | 2025-03-07T03:18:00.216Z | Checking terminal_size v0.3.0 |
877 | 2025-03-07T03:18:00.355Z | Checking macaddr v1.0.1 |
878 | 2025-03-07T03:18:00.387Z | Checking regress v0.9.1 |
879 | 2025-03-07T03:18:00.679Z | Checking num-integer v0.1.46 |
880 | 2025-03-07T03:18:01.169Z | Checking clap_lex v0.7.0 |
881 | 2025-03-07T03:18:01.234Z | Compiling unicode-xid v0.2.4 |
882 | 2025-03-07T03:18:01.491Z | Checking clap_builder v4.5.2 |
883 | 2025-03-07T03:18:03.790Z | Compiling heapless v0.8.0 |
884 | 2025-03-07T03:18:04.494Z | Checking clap v4.5.4 |
885 | 2025-03-07T03:18:04.556Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
886 | 2025-03-07T03:18:05.483Z | Compiling num_enum_derive v0.5.11 |
887 | 2025-03-07T03:18:05.696Z | Checking num-bigint v0.4.5 |
888 | 2025-03-07T03:18:06.000Z | Checking hash32 v0.3.1 |
889 | 2025-03-07T03:18:06.202Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
890 | 2025-03-07T03:18:06.440Z | Checking either v1.13.0 |
891 | 2025-03-07T03:18:06.481Z | Checking bitflags v1.3.2 |
892 | 2025-03-07T03:18:06.585Z | Checking fastrand v2.1.0 |
893 | 2025-03-07T03:18:06.602Z | Compiling smoltcp v0.11.0 |
894 | 2025-03-07T03:18:06.923Z | Checking tempfile v3.10.1 |
895 | 2025-03-07T03:18:07.275Z | Compiling synstructure v0.12.6 |
896 | 2025-03-07T03:18:07.589Z | Checking num_enum v0.5.11 |
897 | 2025-03-07T03:18:07.632Z | Checking num-iter v0.1.45 |
898 | 2025-03-07T03:18:07.757Z | Checking num-complex v0.4.6 |
899 | 2025-03-07T03:18:07.783Z | Checking num-rational v0.4.2 |
900 | 2025-03-07T03:18:07.858Z | Compiling proc-macro-error-attr v1.0.4 |
901 | 2025-03-07T03:18:07.929Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
902 | 2025-03-07T03:18:08.240Z | Checking managed v0.8.0 |
903 | 2025-03-07T03:18:08.302Z | Checking cobs v0.2.3 |
904 | 2025-03-07T03:18:08.437Z | Compiling zerocopy-derive v0.2.0 |
905 | 2025-03-07T03:18:08.490Z | Checking postcard v1.0.9 |
906 | 2025-03-07T03:18:08.605Z | Checking num v0.4.3 |
907 | 2025-03-07T03:18:09.296Z | Compiling foreign-types-macros v0.2.3 |
908 | 2025-03-07T03:18:09.436Z | Compiling libz-sys v1.1.16 |
909 | 2025-03-07T03:18:10.164Z | Compiling proc-macro-error v1.0.4 |
910 | 2025-03-07T03:18:10.168Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
911 | 2025-03-07T03:18:10.584Z | Checking data-encoding v2.6.0 |
912 | 2025-03-07T03:18:10.605Z | Checking pretty-hex v0.2.1 |
913 | 2025-03-07T03:18:10.789Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
914 | 2025-03-07T03:18:10.944Z | Checking foreign-types-shared v0.3.1 |
915 | 2025-03-07T03:18:10.976Z | Compiling thiserror v2.0.11 |
916 | 2025-03-07T03:18:11.141Z | Checking foreign-types v0.5.0 |
917 | 2025-03-07T03:18:11.431Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
918 | 2025-03-07T03:18:12.679Z | Checking tabwriter v1.4.0 |
919 | 2025-03-07T03:18:12.933Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
920 | 2025-03-07T03:18:12.936Z | Compiling thiserror-impl v2.0.11 |
921 | 2025-03-07T03:18:13.126Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
922 | 2025-03-07T03:18:14.016Z | Checking cstr-argument v0.1.2 |
923 | 2025-03-07T03:18:14.130Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
924 | 2025-03-07T03:18:14.226Z | Compiling prettyplease v0.2.22 |
925 | 2025-03-07T03:18:14.529Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
926 | 2025-03-07T03:18:15.205Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
927 | 2025-03-07T03:18:15.507Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
928 | 2025-03-07T03:18:15.787Z | Checking colored v2.1.0 |
929 | 2025-03-07T03:18:16.378Z | Compiling libgit2-sys v0.17.0+1.8.1 |
930 | 2025-03-07T03:18:16.852Z | Checking unicode-segmentation v1.11.0 |
931 | 2025-03-07T03:18:16.913Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
932 | 2025-03-07T03:18:17.173Z | Compiling semver v0.1.20 |
933 | 2025-03-07T03:18:17.297Z | Checking float-ord v0.3.2 |
934 | 2025-03-07T03:18:17.326Z | Checking is_ci v1.2.0 |
935 | 2025-03-07T03:18:17.461Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
936 | 2025-03-07T03:18:17.510Z | Checking newline-converter v0.3.0 |
937 | 2025-03-07T03:18:17.670Z | Compiling rustc_version v0.1.7 |
938 | 2025-03-07T03:18:17.688Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
939 | 2025-03-07T03:18:19.323Z | Compiling zone_cfg_derive v0.3.0 |
940 | 2025-03-07T03:18:20.435Z | Checking camino-tempfile v1.1.1 |
941 | 2025-03-07T03:18:20.455Z | Checking itertools v0.10.5 |
942 | 2025-03-07T03:18:20.631Z | Checking console v0.15.8 |
943 | 2025-03-07T03:18:20.679Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
944 | 2025-03-07T03:18:21.348Z | Compiling num-derive v0.4.2 |
945 | 2025-03-07T03:18:22.330Z | Checking sigpipe v0.1.3 |
946 | 2025-03-07T03:18:22.406Z | Compiling usdt-impl v0.3.5 |
947 | 2025-03-07T03:18:22.818Z | Checking similar v2.5.0 |
948 | 2025-03-07T03:18:22.835Z | Checking base64ct v1.6.0 |
949 | 2025-03-07T03:18:23.285Z | Compiling owo-colors v4.1.0 |
950 | 2025-03-07T03:18:23.484Z | Checking base64 v0.21.7 |
951 | 2025-03-07T03:18:23.618Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
952 | 2025-03-07T03:18:23.621Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
953 | 2025-03-07T03:18:24.033Z | Checking expectorate v1.1.0 |
954 | 2025-03-07T03:18:24.052Z | Checking password-hash v0.5.0 |
955 | 2025-03-07T03:18:24.217Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
956 | 2025-03-07T03:18:24.333Z | Checking zone v0.3.0 |
957 | 2025-03-07T03:18:24.500Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
958 | 2025-03-07T03:18:24.572Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
959 | 2025-03-07T03:18:24.817Z | Compiling newtype_derive v0.1.6 |
960 | 2025-03-07T03:18:24.854Z | Checking supports-color v2.1.0 |
961 | 2025-03-07T03:18:25.058Z | Checking supports-color v3.0.1 |
962 | 2025-03-07T03:18:25.177Z | Compiling zerocopy v0.3.2 |
963 | 2025-03-07T03:18:25.243Z | Checking blake2 v0.10.6 |
964 | 2025-03-07T03:18:25.263Z | Compiling cargo-platform v0.1.8 |
965 | 2025-03-07T03:18:25.300Z | Compiling hubpack_derive v0.1.1 |
966 | 2025-03-07T03:18:25.552Z | Checking smf v0.2.3 |
967 | 2025-03-07T03:18:25.654Z | Compiling serde_repr v0.1.19 |
968 | 2025-03-07T03:18:25.657Z | Compiling zerocopy-derive v0.6.6 |
969 | 2025-03-07T03:18:25.693Z | Compiling vergen v8.3.2 |
970 | 2025-03-07T03:18:25.974Z | Checking whoami v1.5.1 |
971 | 2025-03-07T03:18:26.056Z | Compiling cancel-safe-futures v0.1.5 |
972 | 2025-03-07T03:18:26.264Z | Checking fixedbitset v0.4.2 |
973 | 2025-03-07T03:18:26.470Z | Checking hubpack v0.1.2 |
974 | 2025-03-07T03:18:26.536Z | Checking petgraph v0.6.5 |
975 | 2025-03-07T03:18:26.768Z | Checking argon2 v0.5.3 |
976 | 2025-03-07T03:18:26.791Z | Compiling dof v0.1.5 |
977 | 2025-03-07T03:18:27.325Z | Compiling cargo_metadata v0.18.1 |
978 | 2025-03-07T03:18:27.393Z | Checking zerocopy v0.6.6 |
979 | 2025-03-07T03:18:28.227Z | Compiling typify-impl v0.3.0 |
980 | 2025-03-07T03:18:29.086Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
981 | 2025-03-07T03:18:29.504Z | Compiling rustc_version v0.4.0 |
982 | 2025-03-07T03:18:29.670Z | Compiling dtrace-parser v0.1.14 |
983 | 2025-03-07T03:18:29.912Z | Checking serde-big-array v0.5.1 |
984 | 2025-03-07T03:18:30.063Z | Compiling strum_macros v0.25.3 |
985 | 2025-03-07T03:18:30.111Z | Compiling libsqlite3-sys v0.30.1 |
986 | 2025-03-07T03:18:30.552Z | Compiling cookie v0.18.1 |
987 | 2025-03-07T03:18:30.641Z | Compiling slog-dtrace v0.3.0 |
988 | 2025-03-07T03:18:30.920Z | Checking utf-8 v0.7.6 |
989 | 2025-03-07T03:18:30.955Z | Compiling rustls v0.21.12 |
990 | 2025-03-07T03:18:31.026Z | Compiling cfg_aliases v0.2.1 |
991 | 2025-03-07T03:18:31.105Z | Checking tinyvec_macros v0.1.1 |
992 | 2025-03-07T03:18:31.144Z | Checking static_assertions v1.1.0 |
993 | 2025-03-07T03:18:31.208Z | Compiling convert_case v0.4.0 |
994 | 2025-03-07T03:18:31.252Z | Checking tinyvec v1.6.0 |
995 | 2025-03-07T03:18:31.312Z | Checking tungstenite v0.21.0 |
996 | 2025-03-07T03:18:31.786Z | Compiling nix v0.29.0 |
997 | 2025-03-07T03:18:31.877Z | Compiling derive_more v0.99.18 |
998 | 2025-03-07T03:18:32.599Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
999 | 2025-03-07T03:18:32.663Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1000 | 2025-03-07T03:18:33.126Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1001 | 2025-03-07T03:18:33.156Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1002 | 2025-03-07T03:18:34.012Z | Checking atomicwrites v0.4.4 |
1003 | 2025-03-07T03:18:34.067Z | Checking itertools v0.13.0 |
1004 | 2025-03-07T03:18:34.220Z | Checking libsw v3.3.1 |
1005 | 2025-03-07T03:18:34.452Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1006 | 2025-03-07T03:18:34.495Z | Compiling serde_tokenstream v0.1.7 |
1007 | 2025-03-07T03:18:34.955Z | Checking rustls-webpki v0.101.7 |
1008 | 2025-03-07T03:18:35.648Z | Checking sct v0.7.1 |
1009 | 2025-03-07T03:18:35.814Z | Compiling derive-where v1.2.7 |
1010 | 2025-03-07T03:18:36.528Z | Compiling enum-as-inner v0.6.0 |
1011 | 2025-03-07T03:18:37.379Z | Checking inout v0.1.3 |
1012 | 2025-03-07T03:18:37.542Z | Checking highway v1.2.0 |
1013 | 2025-03-07T03:18:37.582Z | Checking linked-hash-map v0.5.6 |
1014 | 2025-03-07T03:18:37.917Z | Compiling radium v0.7.0 |
1015 | 2025-03-07T03:18:37.936Z | Checking linear-map v1.2.0 |
1016 | 2025-03-07T03:18:37.960Z | Checking quick-error v1.2.3 |
1017 | 2025-03-07T03:18:38.116Z | Checking swrite v0.1.0 |
1018 | 2025-03-07T03:18:38.234Z | Checking indent_write v2.2.0 |
1019 | 2025-03-07T03:18:38.255Z | Checking resolv-conf v0.7.0 |
1020 | 2025-03-07T03:18:38.411Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1021 | 2025-03-07T03:18:38.474Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1022 | 2025-03-07T03:18:38.591Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1023 | 2025-03-07T03:18:38.595Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2025-03-07T03:18:39.341Z | Compiling typify-macro v0.3.0 |
1025 | 2025-03-07T03:18:39.838Z | Checking lru-cache v0.1.2 |
1026 | 2025-03-07T03:18:40.038Z | Checking cipher v0.4.4 |
1027 | 2025-03-07T03:18:40.412Z | Checking hickory-proto v0.24.4 |
1028 | 2025-03-07T03:18:40.572Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1029 | 2025-03-07T03:18:41.247Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1030 | 2025-03-07T03:18:41.360Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1031 | 2025-03-07T03:18:42.804Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1032 | 2025-03-07T03:18:42.945Z | Checking steno v0.4.1 |
1033 | 2025-03-07T03:18:43.853Z | Checking tokio-tungstenite v0.21.0 |
1034 | 2025-03-07T03:18:44.111Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1035 | 2025-03-07T03:18:44.145Z | Checking crossbeam-epoch v0.9.18 |
1036 | 2025-03-07T03:18:44.516Z | Checking hashlink v0.9.1 |
1037 | 2025-03-07T03:18:44.563Z | Checking fallible-streaming-iterator v0.1.9 |
1038 | 2025-03-07T03:18:44.770Z | Checking humantime v2.1.0 |
1039 | 2025-03-07T03:18:44.790Z | Compiling rayon-core v1.12.1 |
1040 | 2025-03-07T03:18:45.047Z | Checking fallible-iterator v0.3.0 |
1041 | 2025-03-07T03:18:45.068Z | Checking tap v1.0.1 |
1042 | 2025-03-07T03:18:45.165Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1043 | 2025-03-07T03:18:45.190Z | Checking crossbeam-deque v0.8.5 |
1044 | 2025-03-07T03:18:45.228Z | Checking wyz v0.5.1 |
1045 | 2025-03-07T03:18:45.516Z | Checking hickory-resolver v0.24.4 |
1046 | 2025-03-07T03:18:45.561Z | Checking tokio-rustls v0.24.1 |
1047 | 2025-03-07T03:18:45.602Z | Checking rusqlite v0.32.1 |
1048 | 2025-03-07T03:18:46.734Z | Compiling usdt-macro v0.3.5 |
1049 | 2025-03-07T03:18:46.849Z | Compiling usdt-attr-macro v0.3.5 |
1050 | 2025-03-07T03:18:47.001Z | Checking rustls-pemfile v1.0.4 |
1051 | 2025-03-07T03:18:47.031Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1052 | 2025-03-07T03:18:47.330Z | Compiling num_enum_derive v0.7.2 |
1053 | 2025-03-07T03:18:47.366Z | Checking twox-hash v2.1.0 |
1054 | 2025-03-07T03:18:47.899Z | Checking universal-hash v0.5.1 |
1055 | 2025-03-07T03:18:47.919Z | Checking atty v0.2.14 |
1056 | 2025-03-07T03:18:48.053Z | Checking opaque-debug v0.3.1 |
1057 | 2025-03-07T03:18:48.089Z | Checking funty v2.0.0 |
1058 | 2025-03-07T03:18:48.149Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1059 | 2025-03-07T03:18:48.188Z | Checking polyval v0.6.2 |
1060 | 2025-03-07T03:18:48.535Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1061 | 2025-03-07T03:18:48.668Z | Checking usdt v0.3.5 |
1062 | 2025-03-07T03:18:49.001Z | Checking bitvec v1.0.1 |
1063 | 2025-03-07T03:18:49.312Z | Compiling typify v0.3.0 |
1064 | 2025-03-07T03:18:49.452Z | Checking aes v0.8.4 |
1065 | 2025-03-07T03:18:49.533Z | Checking ctr v0.9.2 |
1066 | 2025-03-07T03:18:49.536Z | Checking num_enum v0.7.2 |
1067 | 2025-03-07T03:18:49.715Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1068 | 2025-03-07T03:18:49.804Z | Checking bincode v1.3.3 |
1069 | 2025-03-07T03:18:50.122Z | Checking aead v0.5.2 |
1070 | 2025-03-07T03:18:50.144Z | Checking toml v0.7.8 |
1071 | 2025-03-07T03:18:50.229Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1072 | 2025-03-07T03:18:50.341Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1073 | 2025-03-07T03:18:50.410Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1074 | 2025-03-07T03:18:50.507Z | Checking aes-gcm-siv v0.11.1 |
1075 | 2025-03-07T03:18:50.611Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1076 | 2025-03-07T03:18:50.710Z | Checking rayon v1.10.0 |
1077 | 2025-03-07T03:18:50.797Z | Compiling progenitor-impl v0.9.1 |
1078 | 2025-03-07T03:18:50.892Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1079 | 2025-03-07T03:18:50.960Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1080 | 2025-03-07T03:18:51.012Z | Compiling bitstruct_derive v0.1.0 |
1081 | 2025-03-07T03:18:51.135Z | Compiling async-recursion v1.1.1 |
1082 | 2025-03-07T03:18:51.333Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1083 | 2025-03-07T03:18:51.497Z | Checking typeid v1.0.0 |
1084 | 2025-03-07T03:18:51.635Z | Compiling cfg_aliases v0.1.1 |
1085 | 2025-03-07T03:18:51.752Z | Checking ascii v1.1.0 |
1086 | 2025-03-07T03:18:52.137Z | Checking ringbuffer v0.15.0 |
1087 | 2025-03-07T03:18:52.320Z | Checking bitstruct v0.1.1 |
1088 | 2025-03-07T03:18:52.453Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1089 | 2025-03-07T03:18:52.505Z | Compiling nix v0.28.0 |
1090 | 2025-03-07T03:18:52.547Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1091 | 2025-03-07T03:18:52.578Z | Checking erased-serde v0.4.5 |
1092 | 2025-03-07T03:18:53.190Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1093 | 2025-03-07T03:18:53.273Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1094 | 2025-03-07T03:18:53.323Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1095 | 2025-03-07T03:18:53.503Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1096 | 2025-03-07T03:18:53.548Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1097 | 2025-03-07T03:18:53.796Z | Checking progenitor-client v0.9.1 |
1098 | 2025-03-07T03:18:54.114Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1099 | 2025-03-07T03:18:54.196Z | Checking serde_arrays v0.1.0 |
1100 | 2025-03-07T03:18:54.352Z | Checking libloading v0.7.4 |
1101 | 2025-03-07T03:18:54.494Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1102 | 2025-03-07T03:18:54.586Z | Compiling const_format_proc_macros v0.2.32 |
1103 | 2025-03-07T03:18:54.837Z | Checking kstat-rs v0.2.4 |
1104 | 2025-03-07T03:18:54.858Z | Compiling escargot v0.5.10 |
1105 | 2025-03-07T03:18:55.189Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1106 | 2025-03-07T03:18:55.327Z | Checking ron v0.8.1 |
1107 | 2025-03-07T03:18:55.345Z | Checking xattr v1.3.1 |
1108 | 2025-03-07T03:18:55.852Z | Checking filetime v0.2.23 |
1109 | 2025-03-07T03:18:56.042Z | Compiling progenitor-macro v0.9.1 |
1110 | 2025-03-07T03:18:56.074Z | Checking bstr v1.9.1 |
1111 | 2025-03-07T03:18:56.290Z | Checking const_format v0.2.32 |
1112 | 2025-03-07T03:18:56.350Z | Checking bit_field v0.10.2 |
1113 | 2025-03-07T03:18:56.443Z | Checking ctrlc v3.4.4 |
1114 | 2025-03-07T03:18:56.562Z | Checking tar v0.4.40 |
1115 | 2025-03-07T03:18:56.786Z | Checking globset v0.4.14 |
1116 | 2025-03-07T03:18:57.285Z | Checking fatfs v0.3.6 |
1117 | 2025-03-07T03:18:57.303Z | Checking glob v0.3.1 |
1118 | 2025-03-07T03:18:58.602Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1119 | 2025-03-07T03:18:59.294Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1120 | 2025-03-07T03:19:00.658Z | Compiling git2 v0.19.0 |
1121 | 2025-03-07T03:19:01.332Z | Checking progenitor v0.9.1 |
1122 | 2025-03-07T03:19:01.476Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1123 | 2025-03-07T03:19:04.472Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1124 | 2025-03-07T03:19:04.605Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1125 | 2025-03-07T03:19:04.744Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1126 | 2025-03-07T03:19:05.192Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1127 | 2025-03-07T03:19:13.232Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1128 | 2025-03-07T03:19:18.415Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1129 | 2025-03-07T03:19:26.882Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1130 | 2025-03-07T03:19:26.886Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1131 | 2025-03-07T03:19:33.312Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 53s |
1132 | 2025-03-07T03:19:33.635Z | |
1133 | 2025-03-07T03:19:33.635Z | real 2:53.866203329 |
1134 | 2025-03-07T03:19:33.635Z | user 13:43.330060693 |
1135 | 2025-03-07T03:19:33.635Z | sys 2:23.214876240 |
1136 | 2025-03-07T03:19:33.635Z | trap 0.455275401 |
1137 | 2025-03-07T03:19:33.635Z | tflt 0.691426729 |
1138 | 2025-03-07T03:19:33.638Z | dflt 0.271995795 |
1139 | 2025-03-07T03:19:33.638Z | kflt 0.007340241 |
1140 | 2025-03-07T03:19:33.639Z | lock 15:40.968408196 |
1141 | 2025-03-07T03:19:33.639Z | slp 52:10.126153381 |
1142 | 2025-03-07T03:19:33.639Z | lat 1:05.339672924 |
1143 | 2025-03-07T03:19:33.639Z | stop 3:18.314984019 |
1144 | 2025-03-07T03:19:33.639Z | + ptime -m cargo clippy --features falcon --all-targets |
1145 | 2025-03-07T03:19:34.111Z | Downloading crates ... |
1146 | 2025-03-07T03:19:34.318Z | Downloaded arc-swap v1.7.1 |
1147 | 2025-03-07T03:19:34.325Z | Downloaded downcast v0.11.0 |
1148 | 2025-03-07T03:19:34.328Z | Downloaded predicates-tree v1.0.9 |
1149 | 2025-03-07T03:19:34.328Z | Downloaded termtree v0.4.1 |
1150 | 2025-03-07T03:19:34.331Z | Downloaded predicates v3.1.0 |
1151 | 2025-03-07T03:19:34.331Z | Downloaded predicates-core v1.0.6 |
1152 | 2025-03-07T03:19:34.334Z | Downloaded slog-envlogger v2.2.0 |
1153 | 2025-03-07T03:19:34.334Z | Downloaded simd-adler32 v0.3.7 |
1154 | 2025-03-07T03:19:34.338Z | Downloaded slog-scope v4.4.0 |
1155 | 2025-03-07T03:19:34.338Z | Downloaded fragile v2.0.0 |
1156 | 2025-03-07T03:19:34.341Z | Downloaded slog-stdlog v4.1.1 |
1157 | 2025-03-07T03:19:34.341Z | Downloaded serde_test v1.0.176 |
1158 | 2025-03-07T03:19:34.344Z | Downloaded fdeflate v0.3.4 |
1159 | 2025-03-07T03:19:34.344Z | Downloaded mockall v0.12.1 |
1160 | 2025-03-07T03:19:34.347Z | Downloaded mockall_derive v0.12.1 |
1161 | 2025-03-07T03:19:34.350Z | Downloaded bytemuck v1.16.0 |
1162 | 2025-03-07T03:19:34.353Z | Downloaded crc32fast v1.4.0 |
1163 | 2025-03-07T03:19:34.356Z | Downloaded miniz_oxide v0.7.2 |
1164 | 2025-03-07T03:19:34.359Z | Downloaded png v0.17.13 |
1165 | 2025-03-07T03:19:34.362Z | Downloaded flate2 v1.0.30 |
1166 | 2025-03-07T03:19:34.885Z | Downloaded image v0.25.1 |
1167 | 2025-03-07T03:19:35.184Z | Checking log v0.4.22 |
1168 | 2025-03-07T03:19:35.210Z | Checking tokio v1.40.0 |
1169 | 2025-03-07T03:19:35.228Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1170 | 2025-03-07T03:19:35.245Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1171 | 2025-03-07T03:19:35.257Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1172 | 2025-03-07T03:19:35.260Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1173 | 2025-03-07T03:19:35.279Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1174 | 2025-03-07T03:19:35.282Z | Checking simd-adler32 v0.3.7 |
1175 | 2025-03-07T03:19:35.439Z | Compiling crc32fast v1.4.0 |
1176 | 2025-03-07T03:19:35.450Z | Checking native-tls v0.2.11 |
1177 | 2025-03-07T03:19:35.466Z | Checking goblin v0.8.2 |
1178 | 2025-03-07T03:19:35.493Z | Checking rustls v0.22.4 |
1179 | 2025-03-07T03:19:35.540Z | Checking typify-impl v0.2.0 |
1180 | 2025-03-07T03:19:35.702Z | Checking tungstenite v0.21.0 |
1181 | 2025-03-07T03:19:35.738Z | Checking rustls v0.21.12 |
1182 | 2025-03-07T03:19:35.774Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1183 | 2025-03-07T03:19:35.932Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1184 | 2025-03-07T03:19:36.271Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1185 | 2025-03-07T03:19:36.489Z | Checking typify-impl v0.3.0 |
1186 | 2025-03-07T03:19:36.503Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1187 | 2025-03-07T03:19:36.812Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1188 | 2025-03-07T03:19:37.248Z | Checking adler v1.0.2 |
1189 | 2025-03-07T03:19:37.416Z | Checking miniz_oxide v0.7.2 |
1190 | 2025-03-07T03:19:37.969Z | Checking typify v0.2.0 |
1191 | 2025-03-07T03:19:38.095Z | Checking progenitor-impl v0.8.0 |
1192 | 2025-03-07T03:19:38.434Z | Checking arc-swap v1.7.1 |
1193 | 2025-03-07T03:19:38.715Z | Checking flate2 v1.0.30 |
1194 | 2025-03-07T03:19:38.762Z | Checking fdeflate v0.3.4 |
1195 | 2025-03-07T03:19:38.817Z | Checking slog-scope v4.4.0 |
1196 | 2025-03-07T03:19:39.012Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1197 | 2025-03-07T03:19:39.160Z | Checking typify v0.3.0 |
1198 | 2025-03-07T03:19:39.247Z | Checking slog-stdlog v4.1.1 |
1199 | 2025-03-07T03:19:39.301Z | Checking progenitor-impl v0.9.1 |
1200 | 2025-03-07T03:19:39.318Z | Checking png v0.17.13 |
1201 | 2025-03-07T03:19:39.390Z | Checking predicates-core v1.0.6 |
1202 | 2025-03-07T03:19:39.404Z | Checking bytemuck v1.16.0 |
1203 | 2025-03-07T03:19:39.570Z | Checking slog-envlogger v2.2.0 |
1204 | 2025-03-07T03:19:39.778Z | Checking termtree v0.4.1 |
1205 | 2025-03-07T03:19:39.798Z | Checking predicates v3.1.0 |
1206 | 2025-03-07T03:19:39.989Z | Checking predicates-tree v1.0.9 |
1207 | 2025-03-07T03:19:40.017Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1208 | 2025-03-07T03:19:40.020Z | Compiling mockall_derive v0.12.1 |
1209 | 2025-03-07T03:19:40.130Z | Checking wait-timeout v0.2.0 |
1210 | 2025-03-07T03:19:40.270Z | Checking dof v0.3.0 |
1211 | 2025-03-07T03:19:40.296Z | Checking bit-vec v0.6.3 |
1212 | 2025-03-07T03:19:40.309Z | Checking fragile v2.0.0 |
1213 | 2025-03-07T03:19:40.453Z | Checking image v0.25.1 |
1214 | 2025-03-07T03:19:40.570Z | Checking downcast v0.11.0 |
1215 | 2025-03-07T03:19:40.615Z | Checking bit-set v0.5.3 |
1216 | 2025-03-07T03:19:40.764Z | Checking rusty-fork v0.3.0 |
1217 | 2025-03-07T03:19:40.842Z | Checking usdt-impl v0.5.0 |
1218 | 2025-03-07T03:19:40.857Z | Checking globset v0.4.14 |
1219 | 2025-03-07T03:19:41.048Z | Checking escargot v0.5.10 |
1220 | 2025-03-07T03:19:41.203Z | Checking fatfs v0.3.6 |
1221 | 2025-03-07T03:19:41.317Z | Checking rand_xorshift v0.3.0 |
1222 | 2025-03-07T03:19:41.372Z | Checking usdt v0.5.0 |
1223 | 2025-03-07T03:19:41.497Z | Checking unarray v0.1.4 |
1224 | 2025-03-07T03:19:41.634Z | Checking slog-dtrace v0.3.0 |
1225 | 2025-03-07T03:19:41.647Z | Checking proptest v1.5.0 |
1226 | 2025-03-07T03:19:41.668Z | Checking serde_test v1.0.176 |
1227 | 2025-03-07T03:19:41.708Z | Checking tokio-util v0.7.11 |
1228 | 2025-03-07T03:19:42.028Z | Checking tokio-rustls v0.26.0 |
1229 | 2025-03-07T03:19:42.076Z | Checking tokio-native-tls v0.3.1 |
1230 | 2025-03-07T03:19:42.164Z | Checking tokio-rustls v0.25.0 |
1231 | 2025-03-07T03:19:42.201Z | Checking backoff v0.4.0 |
1232 | 2025-03-07T03:19:42.317Z | Checking tokio-tungstenite v0.21.0 |
1233 | 2025-03-07T03:19:42.401Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1234 | 2025-03-07T03:19:42.415Z | Checking zone v0.3.0 |
1235 | 2025-03-07T03:19:42.480Z | Checking libsw v3.3.1 |
1236 | 2025-03-07T03:19:42.494Z | Checking h2 v0.4.6 |
1237 | 2025-03-07T03:19:42.513Z | Checking cancel-safe-futures v0.1.5 |
1238 | 2025-03-07T03:19:42.672Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1239 | 2025-03-07T03:19:42.718Z | Checking hickory-proto v0.24.4 |
1240 | 2025-03-07T03:19:42.766Z | Checking steno v0.4.1 |
1241 | 2025-03-07T03:19:42.924Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1242 | 2025-03-07T03:19:43.137Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1243 | 2025-03-07T03:19:44.235Z | Checking tokio-rustls v0.24.1 |
1244 | 2025-03-07T03:19:44.253Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1245 | 2025-03-07T03:19:44.537Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1246 | 2025-03-07T03:19:44.596Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1247 | 2025-03-07T03:19:44.941Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1248 | 2025-03-07T03:19:46.178Z | Checking hickory-resolver v0.24.4 |
1249 | 2025-03-07T03:19:46.477Z | Checking mockall v0.12.1 |
1250 | 2025-03-07T03:19:46.536Z | Checking hyper v1.4.1 |
1251 | 2025-03-07T03:19:48.012Z | Checking hyper-util v0.1.9 |
1252 | 2025-03-07T03:19:48.984Z | Checking hyper-rustls v0.27.3 |
1253 | 2025-03-07T03:19:48.984Z | Checking hyper-tls v0.6.0 |
1254 | 2025-03-07T03:19:48.988Z | Checking dropshot v0.12.0 |
1255 | 2025-03-07T03:19:49.189Z | Checking reqwest v0.12.7 |
1256 | 2025-03-07T03:19:50.215Z | Checking progenitor-client v0.8.0 |
1257 | 2025-03-07T03:19:50.215Z | Checking progenitor-client v0.9.1 |
1258 | 2025-03-07T03:19:50.428Z | Checking progenitor v0.8.0 |
1259 | 2025-03-07T03:19:50.454Z | Checking progenitor v0.9.1 |
1260 | 2025-03-07T03:19:50.566Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1261 | 2025-03-07T03:19:50.569Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1262 | 2025-03-07T03:19:50.569Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1263 | 2025-03-07T03:19:50.598Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1264 | 2025-03-07T03:19:51.411Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1265 | 2025-03-07T03:19:52.521Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1266 | 2025-03-07T03:19:54.179Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1267 | 2025-03-07T03:19:55.168Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1268 | 2025-03-07T03:19:55.856Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1269 | 2025-03-07T03:19:59.877Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1270 | 2025-03-07T03:19:59.877Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1271 | 2025-03-07T03:19:59.880Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1272 | 2025-03-07T03:19:59.880Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1273 | 2025-03-07T03:20:01.462Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1274 | 2025-03-07T03:20:01.803Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1275 | 2025-03-07T03:20:01.803Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1276 | 2025-03-07T03:20:01.863Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1277 | 2025-03-07T03:20:02.429Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1278 | 2025-03-07T03:20:02.654Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1279 | 2025-03-07T03:20:02.760Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1280 | 2025-03-07T03:20:11.049Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1281 | 2025-03-07T03:20:15.987Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1282 | 2025-03-07T03:20:16.555Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1283 | 2025-03-07T03:20:20.442Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1284 | 2025-03-07T03:20:31.440Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1285 | 2025-03-07T03:20:31.440Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1286 | 2025-03-07T03:20:39.587Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
1287 | 2025-03-07T03:20:39.754Z | |
1288 | 2025-03-07T03:20:39.754Z | real 1:06.104805743 |
1289 | 2025-03-07T03:20:39.754Z | user 2:57.816131139 |
1290 | 2025-03-07T03:20:39.754Z | sys 23.073757836 |
1291 | 2025-03-07T03:20:39.754Z | trap 0.070193865 |
1292 | 2025-03-07T03:20:39.754Z | tflt 0.049966242 |
1293 | 2025-03-07T03:20:39.757Z | dflt 0.014648918 |
1294 | 2025-03-07T03:20:39.757Z | kflt 0.000021637 |
1295 | 2025-03-07T03:20:39.757Z | lock 3:52.096016333 |
1296 | 2025-03-07T03:20:39.757Z | slp 9:45.109659195 |
1297 | 2025-03-07T03:20:39.757Z | lat 5.462249007 |
1298 | 2025-03-07T03:20:39.757Z | stop 12.073424954 |
1299 | 2025-03-07T03:20:39.757Z | + banner build |
1300 | 2025-03-07T03:20:39.757Z | |
1301 | 2025-03-07T03:20:39.758Z | ##### # # # # ##### |
1302 | 2025-03-07T03:20:39.758Z | # # # # # # # # |
1303 | 2025-03-07T03:20:39.758Z | ##### # # # # # # |
1304 | 2025-03-07T03:20:39.758Z | # # # # # # # # |
1305 | 2025-03-07T03:20:39.758Z | # # # # # # # # |
1306 | 2025-03-07T03:20:39.758Z | ##### #### # ###### ##### |
1307 | 2025-03-07T03:20:39.758Z | |
1308 | 2025-03-07T03:20:39.758Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1309 | 2025-03-07T03:20:40.500Z | Compiling proc-macro2 v1.0.92 |
1310 | 2025-03-07T03:20:40.500Z | Compiling unicode-ident v1.0.14 |
1311 | 2025-03-07T03:20:40.503Z | Compiling libc v0.2.169 |
1312 | 2025-03-07T03:20:40.503Z | Compiling serde v1.0.217 |
1313 | 2025-03-07T03:20:40.503Z | Compiling autocfg v1.3.0 |
1314 | 2025-03-07T03:20:40.503Z | Compiling once_cell v1.19.0 |
1315 | 2025-03-07T03:20:40.503Z | Compiling version_check v0.9.5 |
1316 | 2025-03-07T03:20:40.503Z | Compiling cfg-if v1.0.0 |
1317 | 2025-03-07T03:20:40.661Z | Compiling memchr v2.7.2 |
1318 | 2025-03-07T03:20:40.695Z | Compiling libm v0.2.8 |
1319 | 2025-03-07T03:20:40.991Z | Compiling thiserror v1.0.64 |
1320 | 2025-03-07T03:20:41.078Z | Compiling itoa v1.0.11 |
1321 | 2025-03-07T03:20:41.118Z | Compiling lock_api v0.4.12 |
1322 | 2025-03-07T03:20:41.355Z | Compiling parking_lot_core v0.9.10 |
1323 | 2025-03-07T03:20:41.481Z | Compiling ryu v1.0.18 |
1324 | 2025-03-07T03:20:41.519Z | Compiling serde_json v1.0.135 |
1325 | 2025-03-07T03:20:41.773Z | Compiling schemars v0.8.21 |
1326 | 2025-03-07T03:20:41.791Z | Compiling slab v0.4.9 |
1327 | 2025-03-07T03:20:41.918Z | Compiling pkg-config v0.3.30 |
1328 | 2025-03-07T03:20:41.929Z | Compiling byteorder v1.5.0 |
1329 | 2025-03-07T03:20:42.190Z | Compiling quote v1.0.38 |
1330 | 2025-03-07T03:20:42.193Z | Compiling vcpkg v0.2.15 |
1331 | 2025-03-07T03:20:42.363Z | Compiling jobserver v0.1.31 |
1332 | 2025-03-07T03:20:42.503Z | Compiling log v0.4.22 |
1333 | 2025-03-07T03:20:42.691Z | Compiling syn v2.0.96 |
1334 | 2025-03-07T03:20:42.761Z | Compiling cc v1.0.97 |
1335 | 2025-03-07T03:20:42.842Z | Compiling getrandom v0.2.14 |
1336 | 2025-03-07T03:20:43.293Z | Compiling num-traits v0.2.19 |
1337 | 2025-03-07T03:20:43.467Z | Compiling smallvec v1.13.2 |
1338 | 2025-03-07T03:20:43.560Z | Compiling pin-project-lite v0.2.14 |
1339 | 2025-03-07T03:20:43.886Z | Compiling ahash v0.8.11 |
1340 | 2025-03-07T03:20:43.905Z | Compiling equivalent v1.0.1 |
1341 | 2025-03-07T03:20:43.978Z | Compiling hashbrown v0.15.2 |
1342 | 2025-03-07T03:20:44.129Z | Compiling scopeguard v1.2.0 |
1343 | 2025-03-07T03:20:44.992Z | Compiling semver v1.0.24 |
1344 | 2025-03-07T03:20:45.043Z | Compiling parking_lot v0.12.2 |
1345 | 2025-03-07T03:20:45.056Z | Compiling socket2 v0.5.7 |
1346 | 2025-03-07T03:20:45.511Z | Compiling signal-hook-registry v1.4.2 |
1347 | 2025-03-07T03:20:45.572Z | Compiling ring v0.17.8 |
1348 | 2025-03-07T03:20:46.249Z | Compiling mio v1.0.2 |
1349 | 2025-03-07T03:20:46.586Z | Compiling fnv v1.0.7 |
1350 | 2025-03-07T03:20:46.631Z | Compiling httparse v1.8.0 |
1351 | 2025-03-07T03:20:46.720Z | Compiling typenum v1.17.0 |
1352 | 2025-03-07T03:20:46.724Z | Compiling generic-array v0.14.7 |
1353 | 2025-03-07T03:20:46.885Z | Compiling heck v0.5.0 |
1354 | 2025-03-07T03:20:46.991Z | Compiling iana-time-zone v0.1.60 |
1355 | 2025-03-07T03:20:47.065Z | Compiling futures-core v0.3.31 |
1356 | 2025-03-07T03:20:47.099Z | Compiling openssl-sys v0.9.106 |
1357 | 2025-03-07T03:20:47.369Z | Compiling stable_deref_trait v1.2.0 |
1358 | 2025-03-07T03:20:47.489Z | Compiling dyn-clone v1.0.17 |
1359 | 2025-03-07T03:20:47.626Z | Compiling futures-sink v0.3.30 |
1360 | 2025-03-07T03:20:47.705Z | Compiling rand_core v0.6.4 |
1361 | 2025-03-07T03:20:47.751Z | Compiling slog v2.7.0 |
1362 | 2025-03-07T03:20:47.765Z | Compiling subtle v2.5.0 |
1363 | 2025-03-07T03:20:47.778Z | Compiling allocator-api2 v0.2.18 |
1364 | 2025-03-07T03:20:48.027Z | Compiling futures-channel v0.3.30 |
1365 | 2025-03-07T03:20:48.132Z | Compiling futures-task v0.3.30 |
1366 | 2025-03-07T03:20:48.154Z | Compiling futures-io v0.3.30 |
1367 | 2025-03-07T03:20:48.167Z | Compiling ucd-trie v0.1.6 |
1368 | 2025-03-07T03:20:48.254Z | Compiling pin-utils v0.1.0 |
1369 | 2025-03-07T03:20:48.471Z | Compiling openssl v0.10.71 |
1370 | 2025-03-07T03:20:48.497Z | Compiling aho-corasick v1.1.3 |
1371 | 2025-03-07T03:20:48.564Z | Compiling regex-syntax v0.8.5 |
1372 | 2025-03-07T03:20:48.751Z | Compiling native-tls v0.2.11 |
1373 | 2025-03-07T03:20:48.927Z | Compiling rustversion v1.0.17 |
1374 | 2025-03-07T03:20:49.162Z | Compiling rustls v0.23.10 |
1375 | 2025-03-07T03:20:49.475Z | Compiling spin v0.9.8 |
1376 | 2025-03-07T03:20:49.621Z | Compiling synstructure v0.13.1 |
1377 | 2025-03-07T03:20:49.731Z | Compiling serde_derive_internals v0.29.1 |
1378 | 2025-03-07T03:20:50.766Z | Compiling syn v1.0.109 |
1379 | 2025-03-07T03:20:51.789Z | Compiling untrusted v0.9.0 |
1380 | 2025-03-07T03:20:51.975Z | Compiling tracing-core v0.1.32 |
1381 | 2025-03-07T03:20:52.611Z | Compiling regex-automata v0.4.9 |
1382 | 2025-03-07T03:20:53.447Z | Compiling litemap v0.7.4 |
1383 | 2025-03-07T03:20:53.647Z | Compiling serde_derive v1.0.217 |
1384 | 2025-03-07T03:20:53.818Z | Compiling thiserror-impl v1.0.64 |
1385 | 2025-03-07T03:20:53.891Z | Compiling tokio-macros v2.4.0 |
1386 | 2025-03-07T03:20:53.967Z | Compiling zerocopy-derive v0.7.34 |
1387 | 2025-03-07T03:20:54.079Z | Compiling zerofrom-derive v0.1.5 |
1388 | 2025-03-07T03:20:55.422Z | Compiling schemars_derive v0.8.21 |
1389 | 2025-03-07T03:20:55.822Z | Compiling yoke-derive v0.7.5 |
1390 | 2025-03-07T03:20:56.274Z | Compiling zerovec-derive v0.10.3 |
1391 | 2025-03-07T03:20:57.165Z | Compiling displaydoc v0.2.5 |
1392 | 2025-03-07T03:20:58.236Z | Compiling futures-macro v0.3.30 |
1393 | 2025-03-07T03:20:58.438Z | Compiling icu_provider_macros v1.5.0 |
1394 | 2025-03-07T03:20:58.652Z | Compiling zerocopy v0.7.34 |
1395 | 2025-03-07T03:20:58.925Z | Compiling pest v2.7.10 |
1396 | 2025-03-07T03:20:59.511Z | Compiling zerofrom v0.1.5 |
1397 | 2025-03-07T03:20:59.749Z | Compiling yoke v0.7.5 |
1398 | 2025-03-07T03:20:59.935Z | Compiling futures-util v0.3.30 |
1399 | 2025-03-07T03:21:00.021Z | Compiling openssl-macros v0.1.1 |
1400 | 2025-03-07T03:21:00.089Z | Compiling zerovec v0.10.4 |
1401 | 2025-03-07T03:21:00.817Z | Compiling hashbrown v0.14.5 |
1402 | 2025-03-07T03:21:01.252Z | Compiling regex v1.11.1 |
1403 | 2025-03-07T03:21:01.670Z | Compiling pest_meta v2.7.10 |
1404 | 2025-03-07T03:21:01.958Z | Compiling regress v0.10.1 |
1405 | 2025-03-07T03:21:02.135Z | Compiling tinystr v0.7.6 |
1406 | 2025-03-07T03:21:02.564Z | Compiling tracing-attributes v0.1.27 |
1407 | 2025-03-07T03:21:03.055Z | Compiling pest_generator v2.7.10 |
1408 | 2025-03-07T03:21:04.662Z | Compiling writeable v0.5.5 |
1409 | 2025-03-07T03:21:05.124Z | Compiling pest_derive v2.7.10 |
1410 | 2025-03-07T03:21:05.555Z | Compiling bytes v1.9.0 |
1411 | 2025-03-07T03:21:05.957Z | Compiling indexmap v2.7.0 |
1412 | 2025-03-07T03:21:06.044Z | Compiling uuid v1.10.0 |
1413 | 2025-03-07T03:21:06.467Z | Compiling chrono v0.4.38 |
1414 | 2025-03-07T03:21:06.735Z | Compiling tokio v1.40.0 |
1415 | 2025-03-07T03:21:07.306Z | Compiling serde_tokenstream v0.2.2 |
1416 | 2025-03-07T03:21:07.815Z | Compiling bitflags v2.6.0 |
1417 | 2025-03-07T03:21:08.103Z | Compiling http v1.2.0 |
1418 | 2025-03-07T03:21:09.587Z | Compiling heck v0.4.1 |
1419 | 2025-03-07T03:21:10.060Z | Compiling tracing v0.1.40 |
1420 | 2025-03-07T03:21:10.726Z | Compiling icu_locid v1.5.0 |
1421 | 2025-03-07T03:21:11.649Z | Compiling rustls-pki-types v1.7.0 |
1422 | 2025-03-07T03:21:11.820Z | Compiling percent-encoding v2.3.1 |
1423 | 2025-03-07T03:21:12.315Z | Compiling icu_provider v1.5.0 |
1424 | 2025-03-07T03:21:12.836Z | Compiling icu_locid_transform_data v1.5.0 |
1425 | 2025-03-07T03:21:12.858Z | Compiling anyhow v1.0.89 |
1426 | 2025-03-07T03:21:12.931Z | Compiling time-core v0.1.2 |
1427 | 2025-03-07T03:21:12.949Z | Compiling num-conv v0.1.0 |
1428 | 2025-03-07T03:21:13.112Z | Compiling icu_locid_transform v1.5.0 |
1429 | 2025-03-07T03:21:13.226Z | Compiling time-macros v0.2.18 |
1430 | 2025-03-07T03:21:13.431Z | Compiling form_urlencoded v1.2.1 |
1431 | 2025-03-07T03:21:14.422Z | Compiling icu_collections v1.5.0 |
1432 | 2025-03-07T03:21:14.446Z | Compiling crypto-common v0.1.6 |
1433 | 2025-03-07T03:21:14.703Z | Compiling scroll_derive v0.12.0 |
1434 | 2025-03-07T03:21:16.442Z | Compiling icu_properties_data v1.5.0 |
1435 | 2025-03-07T03:21:16.701Z | Compiling icu_properties v1.5.1 |
1436 | 2025-03-07T03:21:17.039Z | Compiling tokio-util v0.7.11 |
1437 | 2025-03-07T03:21:17.837Z | Compiling thread-id v4.2.1 |
1438 | 2025-03-07T03:21:17.958Z | Compiling utf8_iter v1.0.4 |
1439 | 2025-03-07T03:21:18.241Z | Compiling icu_normalizer_data v1.5.0 |
1440 | 2025-03-07T03:21:18.351Z | Compiling atomic-waker v1.1.2 |
1441 | 2025-03-07T03:21:18.365Z | Compiling utf16_iter v1.0.5 |
1442 | 2025-03-07T03:21:18.483Z | Compiling zeroize v1.7.0 |
1443 | 2025-03-07T03:21:18.549Z | Compiling write16 v1.0.0 |
1444 | 2025-03-07T03:21:18.583Z | Compiling rustls-webpki v0.102.4 |
1445 | 2025-03-07T03:21:18.698Z | Compiling http-body v1.0.1 |
1446 | 2025-03-07T03:21:18.839Z | Compiling openapiv3 v2.0.0 |
1447 | 2025-03-07T03:21:18.918Z | Compiling strsim v0.11.1 |
1448 | 2025-03-07T03:21:18.956Z | Compiling try-lock v0.2.5 |
1449 | 2025-03-07T03:21:19.133Z | Compiling want v0.3.1 |
1450 | 2025-03-07T03:21:19.426Z | Compiling h2 v0.4.6 |
1451 | 2025-03-07T03:21:19.676Z | Compiling httpdate v1.0.3 |
1452 | 2025-03-07T03:21:20.051Z | Compiling ppv-lite86 v0.2.17 |
1453 | 2025-03-07T03:21:20.467Z | Compiling icu_normalizer v1.5.0 |
1454 | 2025-03-07T03:21:20.802Z | Compiling base64 v0.22.1 |
1455 | 2025-03-07T03:21:22.010Z | Compiling idna_adapter v1.2.0 |
1456 | 2025-03-07T03:21:22.260Z | Compiling camino v1.1.9 |
1457 | 2025-03-07T03:21:22.761Z | Compiling idna v1.0.3 |
1458 | 2025-03-07T03:21:22.791Z | Compiling rand_chacha v0.3.1 |
1459 | 2025-03-07T03:21:22.875Z | Compiling usdt-impl v0.5.0 |
1460 | 2025-03-07T03:21:23.323Z | Compiling ident_case v1.0.1 |
1461 | 2025-03-07T03:21:23.508Z | Compiling unsafe-libyaml v0.2.11 |
1462 | 2025-03-07T03:21:23.858Z | Compiling tower-service v0.3.2 |
1463 | 2025-03-07T03:21:24.005Z | Compiling darling_core v0.20.9 |
1464 | 2025-03-07T03:21:24.478Z | Compiling url v2.5.4 |
1465 | 2025-03-07T03:21:25.175Z | Compiling hyper v1.4.1 |
1466 | 2025-03-07T03:21:25.792Z | Compiling serde_yaml v0.9.34+deprecated |
1467 | 2025-03-07T03:21:28.070Z | Compiling rand v0.8.5 |
1468 | 2025-03-07T03:21:29.024Z | Compiling hyper-util v0.1.9 |
1469 | 2025-03-07T03:21:29.204Z | Compiling scroll v0.12.0 |
1470 | 2025-03-07T03:21:29.608Z | Compiling typify-impl v0.2.0 |
1471 | 2025-03-07T03:21:29.875Z | Compiling plain v0.2.3 |
1472 | 2025-03-07T03:21:29.993Z | Compiling foreign-types-shared v0.1.1 |
1473 | 2025-03-07T03:21:30.043Z | Compiling goblin v0.8.2 |
1474 | 2025-03-07T03:21:30.117Z | Compiling foreign-types v0.3.2 |
1475 | 2025-03-07T03:21:30.221Z | Compiling darling_macro v0.20.9 |
1476 | 2025-03-07T03:21:31.319Z | Compiling http-body-util v0.1.2 |
1477 | 2025-03-07T03:21:31.846Z | Compiling strum_macros v0.26.2 |
1478 | 2025-03-07T03:21:32.864Z | Compiling encoding_rs v0.8.34 |
1479 | 2025-03-07T03:21:32.975Z | Compiling cpufeatures v0.2.12 |
1480 | 2025-03-07T03:21:33.081Z | Compiling pretty-hex v0.4.1 |
1481 | 2025-03-07T03:21:33.307Z | Compiling omicron-workspace-hack v0.1.0 |
1482 | 2025-03-07T03:21:33.666Z | Compiling mime v0.3.17 |
1483 | 2025-03-07T03:21:34.703Z | Compiling darling v0.20.9 |
1484 | 2025-03-07T03:21:34.986Z | Compiling rustls-pemfile v2.1.3 |
1485 | 2025-03-07T03:21:35.699Z | Compiling dof v0.3.0 |
1486 | 2025-03-07T03:21:35.948Z | Compiling serde_urlencoded v0.7.1 |
1487 | 2025-03-07T03:21:36.467Z | Compiling dtrace-parser v0.2.0 |
1488 | 2025-03-07T03:21:37.176Z | Compiling block-buffer v0.10.4 |
1489 | 2025-03-07T03:21:37.439Z | Compiling async-trait v0.1.83 |
1490 | 2025-03-07T03:21:38.156Z | Compiling rustls v0.22.4 |
1491 | 2025-03-07T03:21:38.533Z | Compiling openssl-probe v0.1.5 |
1492 | 2025-03-07T03:21:39.014Z | Compiling digest v0.10.7 |
1493 | 2025-03-07T03:21:39.373Z | Compiling typify-macro v0.2.0 |
1494 | 2025-03-07T03:21:39.533Z | Compiling serde_with_macros v3.11.0 |
1495 | 2025-03-07T03:21:42.838Z | Compiling toml_datetime v0.6.8 |
1496 | 2025-03-07T03:21:44.048Z | Compiling ipnet v2.9.0 |
1497 | 2025-03-07T03:21:44.650Z | Compiling slog-async v2.8.0 |
1498 | 2025-03-07T03:21:47.049Z | Compiling tokio-rustls v0.26.0 |
1499 | 2025-03-07T03:21:47.555Z | Compiling typify v0.2.0 |
1500 | 2025-03-07T03:21:47.691Z | Compiling tokio-native-tls v0.3.1 |
1501 | 2025-03-07T03:21:47.995Z | Compiling webpki-roots v0.26.3 |
1502 | 2025-03-07T03:21:48.214Z | Compiling multer v3.1.0 |
1503 | 2025-03-07T03:21:48.597Z | Compiling paste v1.0.15 |
1504 | 2025-03-07T03:21:49.089Z | Compiling crossbeam-utils v0.8.19 |
1505 | 2025-03-07T03:21:49.197Z | Compiling hyper-rustls v0.27.3 |
1506 | 2025-03-07T03:21:49.477Z | Compiling hyper-tls v0.6.0 |
1507 | 2025-03-07T03:21:49.717Z | Compiling progenitor-impl v0.8.0 |
1508 | 2025-03-07T03:21:50.236Z | Compiling usdt-attr-macro v0.5.0 |
1509 | 2025-03-07T03:21:50.313Z | Compiling usdt-macro v0.5.0 |
1510 | 2025-03-07T03:21:51.858Z | Compiling sync_wrapper v1.0.1 |
1511 | 2025-03-07T03:21:55.327Z | Compiling progenitor-macro v0.8.0 |
1512 | 2025-03-07T03:21:55.954Z | Compiling reqwest v0.12.7 |
1513 | 2025-03-07T03:21:57.580Z | Compiling serde_spanned v0.6.7 |
1514 | 2025-03-07T03:21:58.200Z | Compiling futures-executor v0.3.30 |
1515 | 2025-03-07T03:21:58.526Z | Compiling async-stream-impl v0.3.5 |
1516 | 2025-03-07T03:21:59.233Z | Compiling dropshot v0.12.0 |
1517 | 2025-03-07T03:21:59.804Z | Compiling powerfmt v0.2.0 |
1518 | 2025-03-07T03:21:59.819Z | Compiling futures v0.3.30 |
1519 | 2025-03-07T03:22:00.296Z | Compiling deranged v0.3.11 |
1520 | 2025-03-07T03:22:00.640Z | Compiling sha1 v0.10.6 |
1521 | 2025-03-07T03:22:02.354Z | Compiling num_threads v0.1.7 |
1522 | 2025-03-07T03:22:02.665Z | Compiling time v0.3.36 |
1523 | 2025-03-07T03:22:05.852Z | Compiling strum v0.26.2 |
1524 | 2025-03-07T03:22:06.049Z | Compiling dropshot_endpoint v0.12.0 |
1525 | 2025-03-07T03:22:06.326Z | Compiling structmeta-derive v0.3.0 |
1526 | 2025-03-07T03:22:06.488Z | Compiling rustix v0.38.34 |
1527 | 2025-03-07T03:22:08.829Z | Compiling structmeta v0.3.0 |
1528 | 2025-03-07T03:22:10.460Z | Compiling serde_with v3.11.0 |
1529 | 2025-03-07T03:22:13.523Z | Compiling dirs-sys-next v0.1.2 |
1530 | 2025-03-07T03:22:14.486Z | Compiling errno v0.3.9 |
1531 | 2025-03-07T03:22:14.841Z | Compiling match_cfg v0.1.0 |
1532 | 2025-03-07T03:22:15.101Z | Compiling winnow v0.6.18 |
1533 | 2025-03-07T03:22:16.679Z | Compiling hostname v0.3.1 |
1534 | 2025-03-07T03:22:17.542Z | Compiling dirs-next v2.0.0 |
1535 | 2025-03-07T03:22:17.709Z | Compiling parse-display-derive v0.10.0 |
1536 | 2025-03-07T03:22:20.625Z | Compiling ipnetwork v0.20.0 |
1537 | 2025-03-07T03:22:21.312Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1538 | 2025-03-07T03:22:21.376Z | Compiling thread_local v1.1.8 |
1539 | 2025-03-07T03:22:22.921Z | Compiling term v0.7.0 |
1540 | 2025-03-07T03:22:23.581Z | Compiling crossbeam-channel v0.5.12 |
1541 | 2025-03-07T03:22:23.872Z | Compiling memmap v0.7.0 |
1542 | 2025-03-07T03:22:24.270Z | Compiling is-terminal v0.4.12 |
1543 | 2025-03-07T03:22:24.370Z | Compiling take_mut v0.2.2 |
1544 | 2025-03-07T03:22:25.044Z | Compiling slog-term v2.9.1 |
1545 | 2025-03-07T03:22:27.174Z | Compiling usdt v0.5.0 |
1546 | 2025-03-07T03:22:28.520Z | Compiling toml_edit v0.22.20 |
1547 | 2025-03-07T03:22:28.885Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1548 | 2025-03-07T03:22:29.740Z | Compiling slog-json v2.6.1 |
1549 | 2025-03-07T03:22:30.186Z | Compiling progenitor-client v0.8.0 |
1550 | 2025-03-07T03:22:31.196Z | Compiling winnow v0.5.40 |
1551 | 2025-03-07T03:22:31.942Z | Compiling debug-ignore v1.0.5 |
1552 | 2025-03-07T03:22:32.566Z | Compiling toml v0.8.19 |
1553 | 2025-03-07T03:22:33.477Z | Compiling tokio-rustls v0.25.0 |
1554 | 2025-03-07T03:22:34.488Z | Compiling toml_edit v0.19.15 |
1555 | 2025-03-07T03:22:34.579Z | Compiling progenitor v0.8.0 |
1556 | 2025-03-07T03:22:34.791Z | Compiling slog-bunyan v2.5.0 |
1557 | 2025-03-07T03:22:37.703Z | Compiling async-stream v0.3.5 |
1558 | 2025-03-07T03:22:38.069Z | Compiling waitgroup v0.1.2 |
1559 | 2025-03-07T03:22:38.323Z | Compiling serde_path_to_error v0.1.16 |
1560 | 2025-03-07T03:22:38.326Z | Compiling hostname v0.4.0 |
1561 | 2025-03-07T03:22:38.873Z | Compiling crucible-workspace-hack v0.1.0 |
1562 | 2025-03-07T03:22:39.834Z | Compiling proc-macro-crate v1.3.1 |
1563 | 2025-03-07T03:22:40.581Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1564 | 2025-03-07T03:22:43.227Z | Compiling newtype-uuid v1.1.0 |
1565 | 2025-03-07T03:22:44.048Z | Compiling unicode-width v0.1.14 |
1566 | 2025-03-07T03:22:45.901Z | Compiling hex v0.4.3 |
1567 | 2025-03-07T03:22:46.036Z | Compiling clap_derive v4.5.4 |
1568 | 2025-03-07T03:22:46.637Z | Compiling instant v0.1.12 |
1569 | 2025-03-07T03:22:46.963Z | Compiling lazy_static v1.5.0 |
1570 | 2025-03-07T03:22:47.129Z | Compiling utf8parse v0.2.1 |
1571 | 2025-03-07T03:22:47.305Z | Compiling anstyle-parse v0.2.4 |
1572 | 2025-03-07T03:22:47.735Z | Compiling backoff v0.4.0 |
1573 | 2025-03-07T03:22:48.759Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1574 | 2025-03-07T03:22:49.703Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1575 | 2025-03-07T03:22:49.792Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1576 | 2025-03-07T03:22:50.261Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1577 | 2025-03-07T03:22:50.274Z | Compiling parse-display v0.10.0 |
1578 | 2025-03-07T03:22:50.492Z | Compiling regress v0.9.1 |
1579 | 2025-03-07T03:22:52.446Z | Compiling macaddr v1.0.1 |
1580 | 2025-03-07T03:22:53.215Z | Compiling num-integer v0.1.46 |
1581 | 2025-03-07T03:22:54.328Z | Compiling is_terminal_polyfill v1.70.0 |
1582 | 2025-03-07T03:22:54.471Z | Compiling anstyle v1.0.7 |
1583 | 2025-03-07T03:22:55.301Z | Compiling colorchoice v1.0.1 |
1584 | 2025-03-07T03:22:55.483Z | Compiling anstyle-query v1.0.3 |
1585 | 2025-03-07T03:22:55.643Z | Compiling unicode-xid v0.2.4 |
1586 | 2025-03-07T03:22:55.830Z | Compiling anstream v0.6.14 |
1587 | 2025-03-07T03:22:56.643Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1588 | 2025-03-07T03:22:58.555Z | Compiling terminal_size v0.3.0 |
1589 | 2025-03-07T03:23:00.989Z | Compiling clap_lex v0.7.0 |
1590 | 2025-03-07T03:23:01.682Z | Compiling heapless v0.8.0 |
1591 | 2025-03-07T03:23:02.685Z | Compiling clap_builder v4.5.2 |
1592 | 2025-03-07T03:23:04.689Z | Compiling num-bigint v0.4.5 |
1593 | 2025-03-07T03:23:04.692Z | Compiling num_enum_derive v0.5.11 |
1594 | 2025-03-07T03:23:07.149Z | Compiling hash32 v0.3.1 |
1595 | 2025-03-07T03:23:07.415Z | Compiling fastrand v2.1.0 |
1596 | 2025-03-07T03:23:07.527Z | Compiling smoltcp v0.11.0 |
1597 | 2025-03-07T03:23:07.637Z | Compiling either v1.13.0 |
1598 | 2025-03-07T03:23:08.047Z | Compiling thiserror v2.0.11 |
1599 | 2025-03-07T03:23:08.060Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1600 | 2025-03-07T03:23:08.185Z | Compiling tempfile v3.10.1 |
1601 | 2025-03-07T03:23:08.380Z | Compiling num-rational v0.4.2 |
1602 | 2025-03-07T03:23:08.475Z | Compiling clap v4.5.4 |
1603 | 2025-03-07T03:23:09.183Z | Compiling num_enum v0.5.11 |
1604 | 2025-03-07T03:23:09.689Z | Compiling synstructure v0.12.6 |
1605 | 2025-03-07T03:23:09.749Z | Compiling num-iter v0.1.45 |
1606 | 2025-03-07T03:23:09.923Z | Compiling num-complex v0.4.6 |
1607 | 2025-03-07T03:23:10.385Z | Compiling proc-macro-error-attr v1.0.4 |
1608 | 2025-03-07T03:23:10.947Z | Compiling cobs v0.2.3 |
1609 | 2025-03-07T03:23:11.027Z | Compiling managed v0.8.0 |
1610 | 2025-03-07T03:23:11.221Z | Compiling bitflags v1.3.2 |
1611 | 2025-03-07T03:23:11.335Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1612 | 2025-03-07T03:23:11.710Z | Compiling postcard v1.0.9 |
1613 | 2025-03-07T03:23:11.727Z | Compiling zerocopy-derive v0.2.0 |
1614 | 2025-03-07T03:23:12.436Z | Compiling num v0.4.3 |
1615 | 2025-03-07T03:23:13.452Z | Compiling foreign-types-macros v0.2.3 |
1616 | 2025-03-07T03:23:13.645Z | Compiling thiserror-impl v2.0.11 |
1617 | 2025-03-07T03:23:13.787Z | Compiling libz-sys v1.1.16 |
1618 | 2025-03-07T03:23:14.777Z | Compiling proc-macro-error v1.0.4 |
1619 | 2025-03-07T03:23:14.903Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1620 | 2025-03-07T03:23:15.608Z | Compiling prettyplease v0.2.22 |
1621 | 2025-03-07T03:23:16.090Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1622 | 2025-03-07T03:23:16.955Z | Compiling pretty-hex v0.2.1 |
1623 | 2025-03-07T03:23:17.204Z | Compiling data-encoding v2.6.0 |
1624 | 2025-03-07T03:23:17.257Z | Compiling foreign-types-shared v0.3.1 |
1625 | 2025-03-07T03:23:17.401Z | Compiling foreign-types v0.5.0 |
1626 | 2025-03-07T03:23:17.877Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1627 | 2025-03-07T03:23:21.904Z | Compiling tabwriter v1.4.0 |
1628 | 2025-03-07T03:23:22.351Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1629 | 2025-03-07T03:23:22.441Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1630 | 2025-03-07T03:23:23.514Z | Compiling cstr-argument v0.1.2 |
1631 | 2025-03-07T03:23:23.673Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1632 | 2025-03-07T03:23:23.904Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2025-03-07T03:23:24.713Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1634 | 2025-03-07T03:23:25.065Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1635 | 2025-03-07T03:23:25.706Z | Compiling colored v2.1.0 |
1636 | 2025-03-07T03:23:26.849Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1637 | 2025-03-07T03:23:26.966Z | Compiling usdt-impl v0.3.5 |
1638 | 2025-03-07T03:23:27.151Z | Compiling unicode-segmentation v1.11.0 |
1639 | 2025-03-07T03:23:27.287Z | Compiling semver v0.1.20 |
1640 | 2025-03-07T03:23:27.394Z | Compiling float-ord v0.3.2 |
1641 | 2025-03-07T03:23:27.397Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1642 | 2025-03-07T03:23:27.729Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1643 | 2025-03-07T03:23:27.756Z | Compiling rustc_version v0.1.7 |
1644 | 2025-03-07T03:23:27.787Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1645 | 2025-03-07T03:23:28.123Z | Compiling newline-converter v0.3.0 |
1646 | 2025-03-07T03:23:29.041Z | Compiling zone_cfg_derive v0.3.0 |
1647 | 2025-03-07T03:23:30.768Z | Compiling camino-tempfile v1.1.1 |
1648 | 2025-03-07T03:23:31.483Z | Compiling itertools v0.10.5 |
1649 | 2025-03-07T03:23:32.115Z | Compiling console v0.15.8 |
1650 | 2025-03-07T03:23:34.820Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1651 | 2025-03-07T03:23:35.493Z | Compiling num-derive v0.4.2 |
1652 | 2025-03-07T03:23:36.436Z | Compiling sigpipe v0.1.3 |
1653 | 2025-03-07T03:23:36.573Z | Compiling base64ct v1.6.0 |
1654 | 2025-03-07T03:23:36.817Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1655 | 2025-03-07T03:23:37.237Z | Compiling similar v2.5.0 |
1656 | 2025-03-07T03:23:37.582Z | Compiling base64 v0.21.7 |
1657 | 2025-03-07T03:23:37.691Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1658 | 2025-03-07T03:23:38.673Z | Compiling expectorate v1.1.0 |
1659 | 2025-03-07T03:23:39.101Z | Compiling password-hash v0.5.0 |
1660 | 2025-03-07T03:23:39.439Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1661 | 2025-03-07T03:23:41.253Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1662 | 2025-03-07T03:23:41.474Z | Compiling zone v0.3.0 |
1663 | 2025-03-07T03:23:41.789Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1664 | 2025-03-07T03:23:42.537Z | Compiling typify-impl v0.3.0 |
1665 | 2025-03-07T03:23:43.319Z | Compiling newtype_derive v0.1.6 |
1666 | 2025-03-07T03:23:43.736Z | Compiling zerocopy v0.3.2 |
1667 | 2025-03-07T03:23:44.177Z | Compiling blake2 v0.10.6 |
1668 | 2025-03-07T03:23:44.264Z | Compiling cargo-platform v0.1.8 |
1669 | 2025-03-07T03:23:44.681Z | Compiling hubpack_derive v0.1.1 |
1670 | 2025-03-07T03:23:44.712Z | Compiling smf v0.2.3 |
1671 | 2025-03-07T03:23:45.288Z | Compiling serde_repr v0.1.19 |
1672 | 2025-03-07T03:23:45.313Z | Compiling zerocopy-derive v0.6.6 |
1673 | 2025-03-07T03:23:45.612Z | Compiling vergen v8.3.2 |
1674 | 2025-03-07T03:23:45.993Z | Compiling whoami v1.5.1 |
1675 | 2025-03-07T03:23:46.403Z | Compiling fixedbitset v0.4.2 |
1676 | 2025-03-07T03:23:46.842Z | Compiling cancel-safe-futures v0.1.5 |
1677 | 2025-03-07T03:23:47.142Z | Compiling owo-colors v4.1.0 |
1678 | 2025-03-07T03:23:47.188Z | Compiling zerocopy v0.6.6 |
1679 | 2025-03-07T03:23:47.259Z | Compiling petgraph v0.6.5 |
1680 | 2025-03-07T03:23:47.574Z | Compiling hubpack v0.1.2 |
1681 | 2025-03-07T03:23:47.889Z | Compiling argon2 v0.5.3 |
1682 | 2025-03-07T03:23:48.028Z | Compiling cargo_metadata v0.18.1 |
1683 | 2025-03-07T03:23:50.152Z | Compiling dof v0.1.5 |
1684 | 2025-03-07T03:23:51.161Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1685 | 2025-03-07T03:23:51.290Z | Compiling strum_macros v0.25.3 |
1686 | 2025-03-07T03:23:51.839Z | Compiling typify-macro v0.3.0 |
1687 | 2025-03-07T03:23:52.918Z | Compiling rustc_version v0.4.0 |
1688 | 2025-03-07T03:23:53.483Z | Compiling dtrace-parser v0.1.14 |
1689 | 2025-03-07T03:23:53.733Z | Compiling serde-big-array v0.5.1 |
1690 | 2025-03-07T03:23:54.004Z | Compiling libsqlite3-sys v0.30.1 |
1691 | 2025-03-07T03:23:54.568Z | Compiling cookie v0.18.1 |
1692 | 2025-03-07T03:23:54.655Z | Compiling slog-dtrace v0.3.0 |
1693 | 2025-03-07T03:23:54.826Z | Compiling utf-8 v0.7.6 |
1694 | 2025-03-07T03:23:54.910Z | Compiling static_assertions v1.1.0 |
1695 | 2025-03-07T03:23:54.936Z | Compiling convert_case v0.4.0 |
1696 | 2025-03-07T03:23:55.034Z | Compiling cfg_aliases v0.2.1 |
1697 | 2025-03-07T03:23:55.138Z | Compiling tinyvec_macros v0.1.1 |
1698 | 2025-03-07T03:23:55.152Z | Compiling rustls v0.21.12 |
1699 | 2025-03-07T03:23:55.178Z | Compiling nix v0.29.0 |
1700 | 2025-03-07T03:23:55.242Z | Compiling tinyvec v1.6.0 |
1701 | 2025-03-07T03:23:55.557Z | Compiling derive_more v0.99.18 |
1702 | 2025-03-07T03:23:55.601Z | Compiling tungstenite v0.21.0 |
1703 | 2025-03-07T03:23:55.641Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1704 | 2025-03-07T03:23:56.074Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1705 | 2025-03-07T03:23:57.387Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1706 | 2025-03-07T03:23:58.980Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1707 | 2025-03-07T03:24:00.184Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1708 | 2025-03-07T03:24:01.190Z | Compiling atomicwrites v0.4.4 |
1709 | 2025-03-07T03:24:01.332Z | Compiling itertools v0.13.0 |
1710 | 2025-03-07T03:24:01.688Z | Compiling libsw v3.3.1 |
1711 | 2025-03-07T03:24:01.812Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1712 | 2025-03-07T03:24:02.014Z | Compiling enum-as-inner v0.6.0 |
1713 | 2025-03-07T03:24:03.169Z | Compiling serde_tokenstream v0.1.7 |
1714 | 2025-03-07T03:24:03.597Z | Compiling sct v0.7.1 |
1715 | 2025-03-07T03:24:03.660Z | Compiling rustls-webpki v0.101.7 |
1716 | 2025-03-07T03:24:04.029Z | Compiling inout v0.1.3 |
1717 | 2025-03-07T03:24:04.265Z | Compiling derive-where v1.2.7 |
1718 | 2025-03-07T03:24:04.327Z | Compiling linear-map v1.2.0 |
1719 | 2025-03-07T03:24:04.732Z | Compiling quick-error v1.2.3 |
1720 | 2025-03-07T03:24:04.777Z | Compiling linked-hash-map v0.5.6 |
1721 | 2025-03-07T03:24:04.878Z | Compiling radium v0.7.0 |
1722 | 2025-03-07T03:24:05.150Z | Compiling indent_write v2.2.0 |
1723 | 2025-03-07T03:24:05.374Z | Compiling highway v1.2.0 |
1724 | 2025-03-07T03:24:05.393Z | Compiling swrite v0.1.0 |
1725 | 2025-03-07T03:24:05.555Z | Compiling lru-cache v0.1.2 |
1726 | 2025-03-07T03:24:05.760Z | Compiling resolv-conf v0.7.0 |
1727 | 2025-03-07T03:24:06.045Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1728 | 2025-03-07T03:24:07.120Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1729 | 2025-03-07T03:24:07.307Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1730 | 2025-03-07T03:24:07.424Z | Compiling cipher v0.4.4 |
1731 | 2025-03-07T03:24:07.563Z | Compiling hickory-proto v0.24.4 |
1732 | 2025-03-07T03:24:07.881Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1733 | 2025-03-07T03:24:14.059Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1734 | 2025-03-07T03:24:17.317Z | Compiling git2 v0.19.0 |
1735 | 2025-03-07T03:24:17.380Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1736 | 2025-03-07T03:24:18.379Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1737 | 2025-03-07T03:24:22.072Z | Compiling steno v0.4.1 |
1738 | 2025-03-07T03:24:24.515Z | Compiling tokio-tungstenite v0.21.0 |
1739 | 2025-03-07T03:24:25.795Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1740 | 2025-03-07T03:24:27.009Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1741 | 2025-03-07T03:24:27.353Z | Compiling crossbeam-epoch v0.9.18 |
1742 | 2025-03-07T03:24:27.716Z | Compiling hashlink v0.9.1 |
1743 | 2025-03-07T03:24:28.243Z | Compiling tap v1.0.1 |
1744 | 2025-03-07T03:24:28.427Z | Compiling fallible-streaming-iterator v0.1.9 |
1745 | 2025-03-07T03:24:28.454Z | Compiling fallible-iterator v0.3.0 |
1746 | 2025-03-07T03:24:28.704Z | Compiling rayon-core v1.12.1 |
1747 | 2025-03-07T03:24:29.100Z | Compiling humantime v2.1.0 |
1748 | 2025-03-07T03:24:29.156Z | Compiling rusqlite v0.32.1 |
1749 | 2025-03-07T03:24:29.908Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1750 | 2025-03-07T03:24:31.367Z | Compiling wyz v0.5.1 |
1751 | 2025-03-07T03:24:31.821Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1752 | 2025-03-07T03:24:33.429Z | Compiling crossbeam-deque v0.8.5 |
1753 | 2025-03-07T03:24:34.700Z | Compiling hickory-resolver v0.24.4 |
1754 | 2025-03-07T03:24:35.013Z | Compiling tokio-rustls v0.24.1 |
1755 | 2025-03-07T03:24:35.971Z | Compiling usdt-attr-macro v0.3.5 |
1756 | 2025-03-07T03:24:37.454Z | Compiling usdt-macro v0.3.5 |
1757 | 2025-03-07T03:24:38.795Z | Compiling typify v0.3.0 |
1758 | 2025-03-07T03:24:38.949Z | Compiling rustls-pemfile v1.0.4 |
1759 | 2025-03-07T03:24:39.668Z | Compiling num_enum_derive v0.7.2 |
1760 | 2025-03-07T03:24:41.062Z | Compiling twox-hash v2.1.0 |
1761 | 2025-03-07T03:24:41.776Z | Compiling universal-hash v0.5.1 |
1762 | 2025-03-07T03:24:41.998Z | Compiling atty v0.2.14 |
1763 | 2025-03-07T03:24:42.002Z | Compiling funty v2.0.0 |
1764 | 2025-03-07T03:24:42.021Z | Compiling opaque-debug v0.3.1 |
1765 | 2025-03-07T03:24:42.137Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1766 | 2025-03-07T03:24:42.156Z | Compiling polyval v0.6.2 |
1767 | 2025-03-07T03:24:42.658Z | Compiling num_enum v0.7.2 |
1768 | 2025-03-07T03:24:42.860Z | Compiling progenitor-impl v0.9.1 |
1769 | 2025-03-07T03:24:44.810Z | Compiling bitvec v1.0.1 |
1770 | 2025-03-07T03:24:48.665Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1771 | 2025-03-07T03:24:50.149Z | Compiling usdt v0.3.5 |
1772 | 2025-03-07T03:24:50.742Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1773 | 2025-03-07T03:24:53.231Z | Compiling toml v0.7.8 |
1774 | 2025-03-07T03:24:53.850Z | Compiling ctr v0.9.2 |
1775 | 2025-03-07T03:24:54.208Z | Compiling aes v0.8.4 |
1776 | 2025-03-07T03:24:56.704Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1777 | 2025-03-07T03:24:57.075Z | Compiling aead v0.5.2 |
1778 | 2025-03-07T03:24:57.117Z | Compiling bincode v1.3.3 |
1779 | 2025-03-07T03:24:57.415Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1780 | 2025-03-07T03:24:57.616Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1781 | 2025-03-07T03:24:58.078Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1782 | 2025-03-07T03:24:58.137Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1783 | 2025-03-07T03:24:58.208Z | Compiling aes-gcm-siv v0.11.1 |
1784 | 2025-03-07T03:24:58.467Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1785 | 2025-03-07T03:24:58.500Z | Compiling rayon v1.10.0 |
1786 | 2025-03-07T03:25:03.802Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1787 | 2025-03-07T03:25:07.981Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1788 | 2025-03-07T03:25:08.688Z | Compiling progenitor-macro v0.9.1 |
1789 | 2025-03-07T03:25:10.440Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1790 | 2025-03-07T03:25:10.818Z | Compiling progenitor-client v0.9.1 |
1791 | 2025-03-07T03:25:11.761Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1792 | 2025-03-07T03:25:12.280Z | Compiling bitstruct_derive v0.1.0 |
1793 | 2025-03-07T03:25:13.634Z | Compiling async-recursion v1.1.1 |
1794 | 2025-03-07T03:25:15.099Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1795 | 2025-03-07T03:25:15.260Z | Compiling ascii v1.1.0 |
1796 | 2025-03-07T03:25:15.985Z | Compiling ringbuffer v0.15.0 |
1797 | 2025-03-07T03:25:16.621Z | Compiling typeid v1.0.0 |
1798 | 2025-03-07T03:25:16.809Z | Compiling erased-serde v0.4.5 |
1799 | 2025-03-07T03:25:18.331Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1800 | 2025-03-07T03:25:19.280Z | Compiling progenitor v0.9.1 |
1801 | 2025-03-07T03:25:19.503Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1802 | 2025-03-07T03:25:19.944Z | Compiling bitstruct v0.1.1 |
1803 | 2025-03-07T03:25:20.089Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1804 | 2025-03-07T03:25:20.123Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1805 | 2025-03-07T03:25:20.527Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1806 | 2025-03-07T03:25:20.987Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1807 | 2025-03-07T03:25:22.209Z | Compiling const_format_proc_macros v0.2.32 |
1808 | 2025-03-07T03:25:24.068Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1809 | 2025-03-07T03:25:25.257Z | Compiling serde_arrays v0.1.0 |
1810 | 2025-03-07T03:25:25.466Z | Compiling kstat-rs v0.2.4 |
1811 | 2025-03-07T03:25:26.347Z | Compiling libloading v0.7.4 |
1812 | 2025-03-07T03:25:26.767Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1813 | 2025-03-07T03:25:27.041Z | Compiling const_format v0.2.32 |
1814 | 2025-03-07T03:25:28.291Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1815 | 2025-03-07T03:25:36.009Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1816 | 2025-03-07T03:25:37.385Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1817 | 2025-03-07T03:25:37.765Z | Compiling ron v0.8.1 |
1818 | 2025-03-07T03:25:38.068Z | Compiling bit_field v0.10.2 |
1819 | 2025-03-07T03:25:43.494Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1820 | 2025-03-07T03:25:45.688Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1821 | 2025-03-07T03:25:46.581Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1822 | 2025-03-07T03:26:43.782Z | Finished `release` profile [optimized] target(s) in 6m 03s |
1823 | 2025-03-07T03:26:43.934Z | |
1824 | 2025-03-07T03:26:43.934Z | real 6:04.108568933 |
1825 | 2025-03-07T03:26:43.934Z | user 43:35.283972867 |
1826 | 2025-03-07T03:26:43.934Z | sys 2:42.997802599 |
1827 | 2025-03-07T03:26:43.934Z | trap 1.242665658 |
1828 | 2025-03-07T03:26:43.934Z | tflt 1.637718401 |
1829 | 2025-03-07T03:26:43.934Z | dflt 0.994139976 |
1830 | 2025-03-07T03:26:43.934Z | kflt 0.000064044 |
1831 | 2025-03-07T03:26:43.934Z | lock 1:35:25.575393143 |
1832 | 2025-03-07T03:26:43.937Z | slp 2:37:28.144538717 |
1833 | 2025-03-07T03:26:43.937Z | lat 2:11.613615432 |
1834 | 2025-03-07T03:26:43.937Z | stop 2:21.033266864 |
1835 | 2025-03-07T03:26:43.937Z | + OUTDIR=/work/release |
1836 | 2025-03-07T03:26:43.937Z | + mkdir -p /work/release |
1837 | 2025-03-07T03:26:43.937Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1838 | 2025-03-07T03:26:43.963Z | + cp target/release/propolis-server /work/release/propolis-server |
1839 | 2025-03-07T03:26:44.035Z | process exited: duration 604322 ms, exit code 0 |
|
1840 | 2025-03-07T03:26:44.050Z | found 2 output files |
1841 | 2025-03-07T03:26:44.050Z | uploading: /work/release/propolis-cli (22330200 bytes) |
1842 | 2025-03-07T03:26:45.388Z | uploaded: /work/release/propolis-cli |
1843 | 2025-03-07T03:26:45.392Z | uploading: /work/release/propolis-server (61065088 bytes) |
1844 | 2025-03-07T03:26:47.346Z | uploaded: /work/release/propolis-server |