|
|
|
1 | 2025-03-10T22:57:26.202Z | job assigned to worker 01JP14CP51K95N823P9BE44MKA [factory aws, i-030df89731527f6c2] (queued for 47 s) |
|
2 | 2025-03-10T22:57:34.782Z | starting task 0: "setup" |
3 | 2025-03-10T22:57:34.787Z | ++ uname -s |
4 | 2025-03-10T22:57:34.790Z | + kern=SunOS |
5 | 2025-03-10T22:57:34.790Z | + build_user=build |
6 | 2025-03-10T22:57:34.790Z | + build_uid=12345 |
7 | 2025-03-10T22:57:34.790Z | + work_dir=/work |
8 | 2025-03-10T22:57:34.790Z | + input_dir=/input |
9 | 2025-03-10T22:57:34.790Z | + [[ 0 == 12345 ]] |
10 | 2025-03-10T22:57:34.790Z | + case "$kern" in |
11 | 2025-03-10T22:57:34.790Z | + groupadd -g 12345 build |
12 | 2025-03-10T22:57:34.793Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-10T22:57:36.800Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-10T22:57:36.943Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-10T22:57:36.947Z | + home_fs=zfs |
16 | 2025-03-10T22:57:36.947Z | + [[ zfs == autofs ]] |
17 | 2025-03-10T22:57:36.947Z | + mkdir -p /home/build |
18 | 2025-03-10T22:57:36.950Z | + chown build:build /home/build /work |
19 | 2025-03-10T22:57:38.950Z | + chmod 0700 /home/build /work |
20 | 2025-03-10T22:57:38.953Z | process exited: duration 4172 ms, exit code 0 |
|
21 | 2025-03-10T22:57:38.959Z | starting task 1: "rust-toolchain" |
22 | 2025-03-10T22:57:38.964Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-03-10T22:57:38.964Z | * rust toolchain channel = "stable" |
24 | 2025-03-10T22:57:38.964Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-10T22:57:38.964Z | * rust toolchain profile = "default" |
26 | 2025-03-10T22:57:38.964Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-10T22:57:38.965Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-10T22:57:38.968Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-10T22:57:38.968Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-03-10T22:57:39.085Z | info: downloading installer |
31 | 2025-03-10T22:57:40.258Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-10T22:57:40.258Z | warn: /opt/ooce/bin |
33 | 2025-03-10T22:57:40.258Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-10T22:57:40.258Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-10T22:57:40.258Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-10T22:57:40.258Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-10T22:57:40.258Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-10T22:57:40.258Z | error: cannot install while Rust is installed |
39 | 2025-03-10T22:57:40.258Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-10T22:57:40.281Z | info: profile set to 'default' |
41 | 2025-03-10T22:57:40.281Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-10T22:57:40.284Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-03-10T22:57:40.451Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-10T22:57:40.451Z | info: downloading component 'cargo' |
45 | 2025-03-10T22:57:41.455Z | info: downloading component 'clippy' |
46 | 2025-03-10T22:57:41.886Z | info: downloading component 'rust-docs' |
47 | 2025-03-10T22:57:43.254Z | info: downloading component 'rust-std' |
48 | 2025-03-10T22:57:45.645Z | info: downloading component 'rustc' |
49 | 2025-03-10T22:57:51.234Z | info: downloading component 'rustfmt' |
50 | 2025-03-10T22:57:51.469Z | info: installing component 'cargo' |
51 | 2025-03-10T22:57:52.294Z | info: installing component 'clippy' |
52 | 2025-03-10T22:57:52.678Z | info: installing component 'rust-docs' |
53 | 2025-03-10T22:57:54.419Z | info: installing component 'rust-std' |
54 | 2025-03-10T22:57:56.312Z | info: installing component 'rustc' |
55 | 2025-03-10T22:58:02.157Z | info: installing component 'rustfmt' |
56 | 2025-03-10T22:58:02.487Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-03-10T22:58:02.487Z | |
58 | 2025-03-10T22:58:02.846Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-10T22:58:02.847Z | |
60 | 2025-03-10T22:58:02.850Z | |
61 | 2025-03-10T22:58:02.850Z | Rust is installed now. Great! |
62 | 2025-03-10T22:58:02.850Z | |
63 | 2025-03-10T22:58:02.850Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-10T22:58:02.850Z | environment variable. This has not been done automatically. |
65 | 2025-03-10T22:58:02.850Z | |
66 | 2025-03-10T22:58:02.850Z | To configure your current shell, you need to source |
67 | 2025-03-10T22:58:02.850Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-10T22:58:02.850Z | |
69 | 2025-03-10T22:58:02.850Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-10T22:58:02.850Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-10T22:58:02.850Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-10T22:58:02.850Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-10T22:58:02.920Z | + rustup --version |
74 | 2025-03-10T22:58:02.932Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-10T22:58:02.932Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-10T22:58:02.960Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-10T22:58:02.963Z | + cargo --version |
78 | 2025-03-10T22:58:02.981Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-10T22:58:02.984Z | + rustc --version |
80 | 2025-03-10T22:58:03.008Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-10T22:58:03.011Z | process exited: duration 24049 ms, exit code 0 |
|
82 | 2025-03-10T22:58:03.017Z | starting task 2: "authentication" |
83 | 2025-03-10T22:58:03.039Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-10T22:58:03.047Z | starting task 3: "clone repository" |
85 | 2025-03-10T22:58:03.050Z | + mkdir -p /work/oxidecomputer/propolis |
86 | 2025-03-10T22:58:03.053Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
87 | 2025-03-10T22:58:03.092Z | Cloning into '/work/oxidecomputer/propolis'... |
88 | 2025-03-10T22:58:04.137Z | + cd /work/oxidecomputer/propolis |
89 | 2025-03-10T22:58:04.137Z | + git fetch origin 0410f369e043895448dd1453951470083b975d80 |
90 | 2025-03-10T22:58:04.517Z | From https://github.com/oxidecomputer/propolis |
91 | 2025-03-10T22:58:04.517Z | * branch 0410f369e043895448dd1453951470083b975d80 -> FETCH_HEAD |
92 | 2025-03-10T22:58:04.522Z | + [[ -n '' ]] |
93 | 2025-03-10T22:58:04.522Z | + git reset --hard 0410f369e043895448dd1453951470083b975d80 |
94 | 2025-03-10T22:58:04.549Z | HEAD is now at 0410f36 Add initial block TRIM/UNMAP/discard support |
95 | 2025-03-10T22:58:04.552Z | process exited: duration 1504 ms, exit code 0 |
|
96 | 2025-03-10T22:58:04.558Z | starting task 4: "build" |
97 | 2025-03-10T22:58:04.563Z | + cargo --version |
98 | 2025-03-10T22:58:04.576Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
99 | 2025-03-10T22:58:04.579Z | + rustc --version |
100 | 2025-03-10T22:58:04.604Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
101 | 2025-03-10T22:58:04.607Z | + banner check |
102 | 2025-03-10T22:58:04.610Z | |
103 | 2025-03-10T22:58:04.610Z | #### # # ###### #### # # |
104 | 2025-03-10T22:58:04.610Z | # # # # # # # # # |
105 | 2025-03-10T22:58:04.610Z | # ###### ##### # #### |
106 | 2025-03-10T22:58:04.610Z | # # # # # # # |
107 | 2025-03-10T22:58:04.610Z | # # # # # # # # # |
108 | 2025-03-10T22:58:04.610Z | #### # # ###### #### # # |
109 | 2025-03-10T22:58:04.610Z | |
110 | 2025-03-10T22:58:04.610Z | + ptime -m cargo check --features falcon |
111 | 2025-03-10T22:58:04.739Z | Updating crates.io index |
112 | 2025-03-10T22:58:04.788Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
113 | 2025-03-10T22:58:06.691Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
114 | 2025-03-10T22:58:13.517Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
115 | 2025-03-10T22:58:13.791Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
116 | 2025-03-10T22:58:14.148Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
117 | 2025-03-10T22:58:14.399Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
118 | 2025-03-10T22:58:14.704Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
119 | 2025-03-10T22:58:15.046Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
120 | 2025-03-10T22:58:15.632Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
121 | 2025-03-10T22:58:15.931Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
122 | 2025-03-10T22:58:16.233Z | Updating git repository `https://github.com/oxidecomputer/p4` |
123 | 2025-03-10T22:58:16.607Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
124 | 2025-03-10T22:58:17.440Z | Updating git repository `https://github.com/oxidecomputer/opte` |
125 | 2025-03-10T22:58:18.054Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
126 | 2025-03-10T22:58:18.593Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
127 | 2025-03-10T22:58:18.816Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
128 | 2025-03-10T22:58:19.231Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
129 | 2025-03-10T22:58:19.490Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
130 | 2025-03-10T22:58:20.459Z | Downloading crates ... |
131 | 2025-03-10T22:58:20.549Z | Downloaded atty v0.2.14 |
132 | 2025-03-10T22:58:20.552Z | Downloaded atomicwrites v0.4.4 |
133 | 2025-03-10T22:58:20.558Z | Downloaded cfg_aliases v0.1.1 |
134 | 2025-03-10T22:58:20.561Z | Downloaded cstr-argument v0.1.2 |
135 | 2025-03-10T22:58:20.564Z | Downloaded newline-converter v0.3.0 |
136 | 2025-03-10T22:58:20.568Z | Downloaded crucible-workspace-hack v0.1.0 |
137 | 2025-03-10T22:58:20.571Z | Downloaded darling_macro v0.20.9 |
138 | 2025-03-10T22:58:20.571Z | Downloaded match_cfg v0.1.0 |
139 | 2025-03-10T22:58:20.578Z | Downloaded memmap v0.7.0 |
140 | 2025-03-10T22:58:20.581Z | Downloaded convert_case v0.4.0 |
141 | 2025-03-10T22:58:20.584Z | Downloaded mime v0.3.17 |
142 | 2025-03-10T22:58:20.584Z | Downloaded managed v0.8.0 |
143 | 2025-03-10T22:58:20.587Z | Downloaded cfg_aliases v0.2.1 |
144 | 2025-03-10T22:58:20.587Z | Downloaded native-tls v0.2.11 |
145 | 2025-03-10T22:58:20.590Z | Downloaded num_threads v0.1.7 |
146 | 2025-03-10T22:58:20.593Z | Downloaded openssl-macros v0.1.1 |
147 | 2025-03-10T22:58:20.593Z | Downloaded equivalent v1.0.1 |
148 | 2025-03-10T22:58:20.593Z | Downloaded bitstruct_derive v0.1.0 |
149 | 2025-03-10T22:58:20.596Z | Downloaded bitstruct v0.1.1 |
150 | 2025-03-10T22:58:20.596Z | Downloaded async-stream-impl v0.3.5 |
151 | 2025-03-10T22:58:20.596Z | Downloaded dtrace-parser v0.1.14 |
152 | 2025-03-10T22:58:20.599Z | Downloaded newtype_derive v0.1.6 |
153 | 2025-03-10T22:58:20.599Z | Downloaded omicron-workspace-hack v0.1.0 |
154 | 2025-03-10T22:58:20.602Z | Downloaded multer v3.1.0 |
155 | 2025-03-10T22:58:20.605Z | Downloaded dtrace-parser v0.2.0 |
156 | 2025-03-10T22:58:20.605Z | Downloaded crypto-common v0.1.6 |
157 | 2025-03-10T22:58:20.605Z | Downloaded openssl-probe v0.1.5 |
158 | 2025-03-10T22:58:20.608Z | Downloaded pretty-hex v0.2.1 |
159 | 2025-03-10T22:58:20.608Z | Downloaded atomic-waker v1.1.2 |
160 | 2025-03-10T22:58:20.611Z | Downloaded opaque-debug v0.3.1 |
161 | 2025-03-10T22:58:20.611Z | Downloaded aead v0.5.2 |
162 | 2025-03-10T22:58:20.611Z | Downloaded bit_field v0.10.2 |
163 | 2025-03-10T22:58:20.614Z | Downloaded escargot v0.5.10 |
164 | 2025-03-10T22:58:20.614Z | Downloaded pretty-hex v0.4.1 |
165 | 2025-03-10T22:58:20.617Z | Downloaded bitflags v1.3.2 |
166 | 2025-03-10T22:58:20.620Z | Downloaded progenitor-client v0.9.1 |
167 | 2025-03-10T22:58:20.620Z | Downloaded num-conv v0.1.0 |
168 | 2025-03-10T22:58:20.620Z | Downloaded autocfg v1.3.0 |
169 | 2025-03-10T22:58:20.624Z | Downloaded anstyle-query v1.0.3 |
170 | 2025-03-10T22:58:20.627Z | Downloaded dof v0.1.5 |
171 | 2025-03-10T22:58:20.630Z | Downloaded radium v0.7.0 |
172 | 2025-03-10T22:58:20.633Z | Downloaded progenitor-client v0.8.0 |
173 | 2025-03-10T22:58:20.633Z | Downloaded pin-utils v0.1.0 |
174 | 2025-03-10T22:58:20.636Z | Downloaded async-recursion v1.1.1 |
175 | 2025-03-10T22:58:20.639Z | Downloaded colorchoice v1.0.1 |
176 | 2025-03-10T22:58:20.639Z | Downloaded cipher v0.4.4 |
177 | 2025-03-10T22:58:20.642Z | Downloaded deranged v0.3.11 |
178 | 2025-03-10T22:58:20.645Z | Downloaded polyval v0.6.2 |
179 | 2025-03-10T22:58:20.645Z | Downloaded clap_lex v0.7.0 |
180 | 2025-03-10T22:58:20.648Z | Downloaded byteorder v1.5.0 |
181 | 2025-03-10T22:58:20.648Z | Downloaded ppv-lite86 v0.2.17 |
182 | 2025-03-10T22:58:20.651Z | Downloaded displaydoc v0.2.5 |
183 | 2025-03-10T22:58:20.653Z | Downloaded pkg-config v0.3.30 |
184 | 2025-03-10T22:58:20.656Z | Downloaded newtype-uuid v1.1.0 |
185 | 2025-03-10T22:58:20.656Z | Downloaded dof v0.3.0 |
186 | 2025-03-10T22:58:20.659Z | Downloaded powerfmt v0.2.0 |
187 | 2025-03-10T22:58:20.659Z | Downloaded num_enum v0.5.11 |
188 | 2025-03-10T22:58:20.664Z | Downloaded parse-display v0.10.0 |
189 | 2025-03-10T22:58:20.667Z | Downloaded rustc-hash v2.0.0 |
190 | 2025-03-10T22:58:20.667Z | Downloaded num_enum v0.7.2 |
191 | 2025-03-10T22:58:20.672Z | Downloaded resolv-conf v0.7.0 |
192 | 2025-03-10T22:58:20.675Z | Downloaded try-lock v0.2.5 |
193 | 2025-03-10T22:58:20.678Z | Downloaded ringbuffer v0.15.0 |
194 | 2025-03-10T22:58:20.678Z | Downloaded rand_chacha v0.3.1 |
195 | 2025-03-10T22:58:20.681Z | Downloaded proc-macro-crate v1.3.1 |
196 | 2025-03-10T22:58:20.681Z | Downloaded proc-macro-error-attr v1.0.4 |
197 | 2025-03-10T22:58:20.683Z | Downloaded data-encoding v2.6.0 |
198 | 2025-03-10T22:58:20.684Z | Downloaded rustc_version v0.4.0 |
199 | 2025-03-10T22:58:20.687Z | Downloaded bincode v1.3.3 |
200 | 2025-03-10T22:58:20.687Z | Downloaded rand_core v0.6.4 |
201 | 2025-03-10T22:58:20.689Z | Downloaded quinn-udp v0.5.5 |
202 | 2025-03-10T22:58:20.692Z | Downloaded debug-ignore v1.0.5 |
203 | 2025-03-10T22:58:20.692Z | Downloaded ctrlc v3.4.4 |
204 | 2025-03-10T22:58:20.695Z | Downloaded embedded-io v0.4.0 |
205 | 2025-03-10T22:58:20.699Z | Downloaded aes v0.8.4 |
206 | 2025-03-10T22:58:20.702Z | Downloaded anstream v0.6.14 |
207 | 2025-03-10T22:58:20.702Z | Downloaded hubpack v0.1.2 |
208 | 2025-03-10T22:58:20.705Z | Downloaded cargo-platform v0.1.8 |
209 | 2025-03-10T22:58:20.705Z | Downloaded block-buffer v0.10.4 |
210 | 2025-03-10T22:58:20.709Z | Downloaded backoff v0.4.0 |
211 | 2025-03-10T22:58:20.712Z | Downloaded tinyvec_macros v0.1.1 |
212 | 2025-03-10T22:58:20.712Z | Downloaded num-complex v0.4.6 |
213 | 2025-03-10T22:58:20.712Z | Downloaded version_check v0.9.5 |
214 | 2025-03-10T22:58:20.715Z | Downloaded base64ct v1.6.0 |
215 | 2025-03-10T22:58:20.718Z | Downloaded argon2 v0.5.3 |
216 | 2025-03-10T22:58:20.718Z | Downloaded num-rational v0.4.2 |
217 | 2025-03-10T22:58:20.721Z | Downloaded postcard v1.0.9 |
218 | 2025-03-10T22:58:20.724Z | Downloaded console v0.15.8 |
219 | 2025-03-10T22:58:20.728Z | Downloaded pest_derive v2.7.10 |
220 | 2025-03-10T22:58:20.731Z | Downloaded password-hash v0.5.0 |
221 | 2025-03-10T22:58:20.731Z | Downloaded erased-serde v0.4.5 |
222 | 2025-03-10T22:58:20.734Z | Downloaded enum-as-inner v0.6.0 |
223 | 2025-03-10T22:58:20.737Z | Downloaded utf16_iter v1.0.5 |
224 | 2025-03-10T22:58:20.737Z | Downloaded unicode-xid v0.2.4 |
225 | 2025-03-10T22:58:20.740Z | Downloaded typify-macro v0.3.0 |
226 | 2025-03-10T22:58:20.740Z | Downloaded quote v1.0.38 |
227 | 2025-03-10T22:58:20.743Z | Downloaded zerocopy v0.3.2 |
228 | 2025-03-10T22:58:20.746Z | Downloaded usdt-impl v0.5.0 |
229 | 2025-03-10T22:58:20.746Z | Downloaded heck v0.5.0 |
230 | 2025-03-10T22:58:20.748Z | Downloaded futures-core v0.3.31 |
231 | 2025-03-10T22:58:20.749Z | Downloaded progenitor-macro v0.9.1 |
232 | 2025-03-10T22:58:20.749Z | Downloaded quick-error v1.2.3 |
233 | 2025-03-10T22:58:20.751Z | Downloaded proc-macro-error v1.0.4 |
234 | 2025-03-10T22:58:20.754Z | Downloaded usdt-attr-macro v0.5.0 |
235 | 2025-03-10T22:58:20.757Z | Downloaded http-body v1.0.1 |
236 | 2025-03-10T22:58:20.757Z | Downloaded foreign-types-shared v0.1.1 |
237 | 2025-03-10T22:58:20.757Z | Downloaded foreign-types v0.5.0 |
238 | 2025-03-10T22:58:20.757Z | Downloaded supports-color v3.0.1 |
239 | 2025-03-10T22:58:20.760Z | Downloaded either v1.13.0 |
240 | 2025-03-10T22:58:20.763Z | Downloaded hostname v0.4.0 |
241 | 2025-03-10T22:58:20.763Z | Downloaded foreign-types-shared v0.3.1 |
242 | 2025-03-10T22:58:20.763Z | Downloaded clap_derive v4.5.4 |
243 | 2025-03-10T22:58:20.766Z | Downloaded serde_derive_internals v0.29.1 |
244 | 2025-03-10T22:58:20.769Z | Downloaded float-ord v0.3.2 |
245 | 2025-03-10T22:58:20.769Z | Downloaded zerovec-derive v0.10.3 |
246 | 2025-03-10T22:58:20.772Z | Downloaded slog-async v2.8.0 |
247 | 2025-03-10T22:58:20.772Z | Downloaded rustls-pemfile v1.0.4 |
248 | 2025-03-10T22:58:20.775Z | Downloaded slog-bunyan v2.5.0 |
249 | 2025-03-10T22:58:20.778Z | Downloaded anyhow v1.0.89 |
250 | 2025-03-10T22:58:20.781Z | Downloaded hubpack_derive v0.1.1 |
251 | 2025-03-10T22:58:20.781Z | Downloaded derive_more v0.99.18 |
252 | 2025-03-10T22:58:20.786Z | Downloaded num-traits v0.2.19 |
253 | 2025-03-10T22:58:20.789Z | Downloaded blake2 v0.10.6 |
254 | 2025-03-10T22:58:20.792Z | Downloaded pest_meta v2.7.10 |
255 | 2025-03-10T22:58:20.795Z | Downloaded parking_lot v0.12.2 |
256 | 2025-03-10T22:58:20.798Z | Downloaded crossbeam-utils v0.8.19 |
257 | 2025-03-10T22:58:20.801Z | Downloaded crossbeam-epoch v0.9.18 |
258 | 2025-03-10T22:58:20.804Z | Downloaded dropshot_endpoint v0.12.0 |
259 | 2025-03-10T22:58:20.807Z | Downloaded progenitor-impl v0.9.1 |
260 | 2025-03-10T22:58:20.807Z | Downloaded proc-macro2 v1.0.92 |
261 | 2025-03-10T22:58:20.810Z | Downloaded derive-where v1.2.7 |
262 | 2025-03-10T22:58:20.813Z | Downloaded usdt-attr-macro v0.3.5 |
263 | 2025-03-10T22:58:20.816Z | Downloaded sha2 v0.10.8 |
264 | 2025-03-10T22:58:20.819Z | Downloaded terminal_size v0.3.0 |
265 | 2025-03-10T22:58:20.819Z | Downloaded supports-color v2.1.0 |
266 | 2025-03-10T22:58:20.822Z | Downloaded subtle v2.5.0 |
267 | 2025-03-10T22:58:20.822Z | Downloaded libsw v3.3.1 |
268 | 2025-03-10T22:58:20.825Z | Downloaded instant v0.1.12 |
269 | 2025-03-10T22:58:20.825Z | Downloaded take_mut v0.2.2 |
270 | 2025-03-10T22:58:20.828Z | Downloaded icu_provider_macros v1.5.0 |
271 | 2025-03-10T22:58:20.828Z | Downloaded foreign-types-macros v0.2.3 |
272 | 2025-03-10T22:58:20.828Z | Downloaded usdt-macro v0.5.0 |
273 | 2025-03-10T22:58:20.831Z | Downloaded stable_deref_trait v1.2.0 |
274 | 2025-03-10T22:58:20.831Z | Downloaded serde-big-array v0.5.1 |
275 | 2025-03-10T22:58:20.834Z | Downloaded usdt-impl v0.3.5 |
276 | 2025-03-10T22:58:20.834Z | Downloaded linked-hash-map v0.5.6 |
277 | 2025-03-10T22:58:20.837Z | Downloaded http-body-util v0.1.2 |
278 | 2025-03-10T22:58:20.837Z | Downloaded serde_spanned v0.6.7 |
279 | 2025-03-10T22:58:20.840Z | Downloaded hash32 v0.3.1 |
280 | 2025-03-10T22:58:20.840Z | Downloaded fnv v1.0.7 |
281 | 2025-03-10T22:58:20.843Z | Downloaded rustls-pki-types v1.7.0 |
282 | 2025-03-10T22:58:20.843Z | Downloaded darling_core v0.20.9 |
283 | 2025-03-10T22:58:20.848Z | Downloaded sync_wrapper v1.0.1 |
284 | 2025-03-10T22:58:20.851Z | Downloaded lock_api v0.4.12 |
285 | 2025-03-10T22:58:20.851Z | Downloaded serde_tokenstream v0.2.2 |
286 | 2025-03-10T22:58:20.853Z | Downloaded bytes v1.9.0 |
287 | 2025-03-10T22:58:20.857Z | Downloaded yoke-derive v0.7.5 |
288 | 2025-03-10T22:58:20.860Z | Downloaded serde_tokenstream v0.1.7 |
289 | 2025-03-10T22:58:20.863Z | Downloaded toml_datetime v0.6.8 |
290 | 2025-03-10T22:58:20.863Z | Downloaded synstructure v0.12.6 |
291 | 2025-03-10T22:58:20.866Z | Downloaded usdt v0.3.5 |
292 | 2025-03-10T22:58:20.866Z | Downloaded kstat-rs v0.2.4 |
293 | 2025-03-10T22:58:20.866Z | Downloaded tinystr v0.7.6 |
294 | 2025-03-10T22:58:20.869Z | Downloaded time-macros v0.2.18 |
295 | 2025-03-10T22:58:20.873Z | Downloaded prettyplease v0.2.22 |
296 | 2025-03-10T22:58:20.876Z | Downloaded xattr v1.3.1 |
297 | 2025-03-10T22:58:20.879Z | Downloaded tracing-attributes v0.1.27 |
298 | 2025-03-10T22:58:20.879Z | Downloaded term v0.7.0 |
299 | 2025-03-10T22:58:20.882Z | Downloaded zeroize v1.7.0 |
300 | 2025-03-10T22:58:20.885Z | Downloaded mio v1.0.2 |
301 | 2025-03-10T22:58:20.890Z | Downloaded tabwriter v1.4.0 |
302 | 2025-03-10T22:58:20.893Z | Downloaded synstructure v0.13.1 |
303 | 2025-03-10T22:58:20.893Z | Downloaded ident_case v1.0.1 |
304 | 2025-03-10T22:58:20.896Z | Downloaded foreign-types v0.3.2 |
305 | 2025-03-10T22:58:20.896Z | Downloaded zerofrom-derive v0.1.5 |
306 | 2025-03-10T22:58:20.896Z | Downloaded libloading v0.7.4 |
307 | 2025-03-10T22:58:20.899Z | Downloaded sigpipe v0.1.3 |
308 | 2025-03-10T22:58:20.899Z | Downloaded zone_cfg_derive v0.3.0 |
309 | 2025-03-10T22:58:20.902Z | Downloaded litemap v0.7.4 |
310 | 2025-03-10T22:58:20.905Z | Downloaded indexmap v1.9.3 |
311 | 2025-03-10T22:58:20.908Z | Downloaded base64 v0.21.7 |
312 | 2025-03-10T22:58:20.911Z | Downloaded static_assertions v1.1.0 |
313 | 2025-03-10T22:58:20.914Z | Downloaded serde_arrays v0.1.0 |
314 | 2025-03-10T22:58:20.914Z | Downloaded const_format v0.2.32 |
315 | 2025-03-10T22:58:20.917Z | Downloaded inout v0.1.3 |
316 | 2025-03-10T22:58:20.920Z | Downloaded zerocopy-derive v0.7.34 |
317 | 2025-03-10T22:58:20.923Z | Downloaded waitgroup v0.1.2 |
318 | 2025-03-10T22:58:20.926Z | Downloaded typeid v1.0.0 |
319 | 2025-03-10T22:58:20.926Z | Downloaded time-core v0.1.2 |
320 | 2025-03-10T22:58:20.926Z | Downloaded futures-macro v0.3.30 |
321 | 2025-03-10T22:58:20.929Z | Downloaded futures-task v0.3.30 |
322 | 2025-03-10T22:58:20.929Z | Downloaded form_urlencoded v1.2.1 |
323 | 2025-03-10T22:58:20.929Z | Downloaded wyz v0.5.1 |
324 | 2025-03-10T22:58:20.932Z | Downloaded slog v2.7.0 |
325 | 2025-03-10T22:58:20.935Z | Downloaded macaddr v1.0.1 |
326 | 2025-03-10T22:58:20.935Z | Downloaded serde_derive v1.0.217 |
327 | 2025-03-10T22:58:20.938Z | Downloaded openssl-sys v0.9.106 |
328 | 2025-03-10T22:58:20.941Z | Downloaded rayon-core v1.12.1 |
329 | 2025-03-10T22:58:20.945Z | Downloaded utf8parse v0.2.1 |
330 | 2025-03-10T22:58:20.948Z | Downloaded thiserror-impl v1.0.64 |
331 | 2025-03-10T22:58:20.948Z | Downloaded icu_normalizer v1.5.0 |
332 | 2025-03-10T22:58:20.951Z | Downloaded serde_urlencoded v0.7.1 |
333 | 2025-03-10T22:58:20.954Z | Downloaded write16 v1.0.0 |
334 | 2025-03-10T22:58:20.954Z | Downloaded tokio-rustls v0.24.1 |
335 | 2025-03-10T22:58:20.957Z | Downloaded semver v1.0.24 |
336 | 2025-03-10T22:58:20.960Z | Downloaded ucd-trie v0.1.6 |
337 | 2025-03-10T22:58:20.960Z | Downloaded icu_locid_transform v1.5.0 |
338 | 2025-03-10T22:58:20.963Z | Downloaded ipnet v2.9.0 |
339 | 2025-03-10T22:58:20.966Z | Downloaded globset v0.4.14 |
340 | 2025-03-10T22:58:20.966Z | Downloaded memchr v2.7.2 |
341 | 2025-03-10T22:58:20.970Z | Downloaded structmeta v0.3.0 |
342 | 2025-03-10T22:58:20.973Z | Downloaded is_ci v1.2.0 |
343 | 2025-03-10T22:58:20.973Z | Downloaded futures-sink v0.3.30 |
344 | 2025-03-10T22:58:20.973Z | Downloaded tokio-rustls v0.26.0 |
345 | 2025-03-10T22:58:20.976Z | Downloaded yoke v0.7.5 |
346 | 2025-03-10T22:58:20.979Z | Downloaded semver v0.1.20 |
347 | 2025-03-10T22:58:20.979Z | Downloaded scroll_derive v0.12.0 |
348 | 2025-03-10T22:58:20.979Z | Downloaded smf v0.2.3 |
349 | 2025-03-10T22:58:20.982Z | Downloaded ipnetwork v0.20.0 |
350 | 2025-03-10T22:58:20.982Z | Downloaded thread_local v1.1.8 |
351 | 2025-03-10T22:58:20.985Z | Downloaded thread-id v4.2.1 |
352 | 2025-03-10T22:58:20.985Z | Downloaded heck v0.4.1 |
353 | 2025-03-10T22:58:20.985Z | Downloaded thiserror-impl v2.0.11 |
354 | 2025-03-10T22:58:20.989Z | Downloaded crossbeam-channel v0.5.12 |
355 | 2025-03-10T22:58:20.992Z | Downloaded log v0.4.22 |
356 | 2025-03-10T22:58:20.995Z | Downloaded usdt v0.5.0 |
357 | 2025-03-10T22:58:20.995Z | Downloaded slab v0.4.9 |
358 | 2025-03-10T22:58:20.995Z | Downloaded fixedbitset v0.4.2 |
359 | 2025-03-10T22:58:20.998Z | Downloaded is_terminal_polyfill v1.70.0 |
360 | 2025-03-10T22:58:20.998Z | Downloaded want v0.3.1 |
361 | 2025-03-10T22:58:20.998Z | Downloaded slog-dtrace v0.3.0 |
362 | 2025-03-10T22:58:21.001Z | Downloaded universal-hash v0.5.1 |
363 | 2025-03-10T22:58:21.001Z | Downloaded socket2 v0.5.7 |
364 | 2025-03-10T22:58:21.004Z | Downloaded usdt-macro v0.3.5 |
365 | 2025-03-10T22:58:21.004Z | Downloaded cc v1.0.97 |
366 | 2025-03-10T22:58:21.007Z | Downloaded lru-cache v0.1.2 |
367 | 2025-03-10T22:58:21.007Z | Downloaded rand v0.8.5 |
368 | 2025-03-10T22:58:21.010Z | Downloaded tower-service v0.3.2 |
369 | 2025-03-10T22:58:21.013Z | Downloaded num-bigint v0.4.5 |
370 | 2025-03-10T22:58:21.016Z | Downloaded utf-8 v0.7.6 |
371 | 2025-03-10T22:58:21.019Z | Downloaded typify v0.3.0 |
372 | 2025-03-10T22:58:21.022Z | Downloaded serde_path_to_error v0.1.16 |
373 | 2025-03-10T22:58:21.025Z | Downloaded thiserror v1.0.64 |
374 | 2025-03-10T22:58:21.029Z | Downloaded strum v0.26.2 |
375 | 2025-03-10T22:58:21.032Z | Downloaded structmeta-derive v0.3.0 |
376 | 2025-03-10T22:58:21.032Z | Downloaded swrite v0.1.0 |
377 | 2025-03-10T22:58:21.035Z | Downloaded thiserror v2.0.11 |
378 | 2025-03-10T22:58:21.038Z | Downloaded is-terminal v0.4.12 |
379 | 2025-03-10T22:58:21.041Z | Downloaded untrusted v0.9.0 |
380 | 2025-03-10T22:58:21.041Z | Downloaded typify-macro v0.2.0 |
381 | 2025-03-10T22:58:21.044Z | Downloaded sha1 v0.10.6 |
382 | 2025-03-10T22:58:21.044Z | Downloaded smallvec v1.13.2 |
383 | 2025-03-10T22:58:21.047Z | Downloaded slog-term v2.9.1 |
384 | 2025-03-10T22:58:21.050Z | Downloaded slog-json v2.6.1 |
385 | 2025-03-10T22:58:21.053Z | Downloaded glob v0.3.1 |
386 | 2025-03-10T22:58:21.053Z | Downloaded tokio-native-tls v0.3.1 |
387 | 2025-03-10T22:58:21.056Z | Downloaded unicode-ident v1.0.14 |
388 | 2025-03-10T22:58:21.059Z | Downloaded generic-array v0.14.7 |
389 | 2025-03-10T22:58:21.059Z | Downloaded utf8_iter v1.0.4 |
390 | 2025-03-10T22:58:21.062Z | Downloaded jobserver v0.1.31 |
391 | 2025-03-10T22:58:21.062Z | Downloaded hyper-rustls v0.27.3 |
392 | 2025-03-10T22:58:21.065Z | Downloaded strum_macros v0.25.3 |
393 | 2025-03-10T22:58:21.067Z | Downloaded whoami v1.5.1 |
394 | 2025-03-10T22:58:21.070Z | Downloaded fastrand v2.1.0 |
395 | 2025-03-10T22:58:21.070Z | Downloaded writeable v0.5.5 |
396 | 2025-03-10T22:58:21.073Z | Downloaded uuid v1.10.0 |
397 | 2025-03-10T22:58:21.076Z | Downloaded icu_normalizer_data v1.5.0 |
398 | 2025-03-10T22:58:21.079Z | Downloaded toml v0.7.8 |
399 | 2025-03-10T22:58:21.082Z | Downloaded toml v0.8.19 |
400 | 2025-03-10T22:58:21.085Z | Downloaded zerofrom v0.1.5 |
401 | 2025-03-10T22:58:21.088Z | Downloaded rustversion v1.0.17 |
402 | 2025-03-10T22:58:21.088Z | Downloaded fallible-streaming-iterator v0.1.9 |
403 | 2025-03-10T22:58:21.091Z | Downloaded typify v0.2.0 |
404 | 2025-03-10T22:58:21.094Z | Downloaded highway v1.2.0 |
405 | 2025-03-10T22:58:21.097Z | Downloaded hashlink v0.9.1 |
406 | 2025-03-10T22:58:21.097Z | Downloaded fallible-iterator v0.3.0 |
407 | 2025-03-10T22:58:21.100Z | Downloaded tracing-core v0.1.32 |
408 | 2025-03-10T22:58:21.103Z | Downloaded serde_with_macros v3.11.0 |
409 | 2025-03-10T22:58:21.103Z | Downloaded quinn v0.11.5 |
410 | 2025-03-10T22:58:21.106Z | Downloaded hex v0.4.3 |
411 | 2025-03-10T22:58:21.109Z | Downloaded strum_macros v0.26.2 |
412 | 2025-03-10T22:58:21.112Z | Downloaded filetime v0.2.23 |
413 | 2025-03-10T22:58:21.115Z | Downloaded vergen v8.3.2 |
414 | 2025-03-10T22:58:21.118Z | Downloaded iana-time-zone v0.1.60 |
415 | 2025-03-10T22:58:21.121Z | Downloaded schemars_derive v0.8.21 |
416 | 2025-03-10T22:58:21.121Z | Downloaded icu_properties v1.5.1 |
417 | 2025-03-10T22:58:21.124Z | Downloaded hashbrown v0.12.3 |
418 | 2025-03-10T22:58:21.127Z | Downloaded tap v1.0.1 |
419 | 2025-03-10T22:58:21.130Z | Downloaded scroll v0.12.0 |
420 | 2025-03-10T22:58:21.130Z | Downloaded twox-hash v2.1.0 |
421 | 2025-03-10T22:58:21.133Z | Downloaded similar v2.5.0 |
422 | 2025-03-10T22:58:21.137Z | Downloaded icu_provider v1.5.0 |
423 | 2025-03-10T22:58:21.140Z | Downloaded serde v1.0.217 |
424 | 2025-03-10T22:58:21.143Z | Downloaded http v1.2.0 |
425 | 2025-03-10T22:58:21.147Z | Downloaded getrandom v0.2.14 |
426 | 2025-03-10T22:58:21.150Z | Downloaded tokio-tungstenite v0.21.0 |
427 | 2025-03-10T22:58:21.153Z | Downloaded tokio-rustls v0.25.0 |
428 | 2025-03-10T22:58:21.156Z | Downloaded ryu v1.0.18 |
429 | 2025-03-10T22:58:21.159Z | Downloaded fatfs v0.3.6 |
430 | 2025-03-10T22:58:21.162Z | Downloaded hickory-resolver v0.24.4 |
431 | 2025-03-10T22:58:21.166Z | Downloaded spin v0.9.8 |
432 | 2025-03-10T22:58:21.169Z | Downloaded tar v0.4.40 |
433 | 2025-03-10T22:58:21.172Z | Downloaded serde_yaml v0.9.34+deprecated |
434 | 2025-03-10T22:58:21.175Z | Downloaded toml_edit v0.19.15 |
435 | 2025-03-10T22:58:21.193Z | Downloaded sct v0.7.1 |
436 | 2025-03-10T22:58:21.196Z | Downloaded pest v2.7.10 |
437 | 2025-03-10T22:58:21.201Z | Downloaded schemars v0.8.21 |
438 | 2025-03-10T22:58:21.213Z | Downloaded url v2.5.4 |
439 | 2025-03-10T22:58:21.216Z | Downloaded expectorate v1.1.0 |
440 | 2025-03-10T22:58:21.219Z | Downloaded clap_builder v4.5.2 |
441 | 2025-03-10T22:58:21.225Z | Downloaded itertools v0.10.5 |
442 | 2025-03-10T22:58:21.232Z | Downloaded heapless v0.8.0 |
443 | 2025-03-10T22:58:21.236Z | Downloaded aho-corasick v1.1.3 |
444 | 2025-03-10T22:58:21.242Z | Downloaded icu_locid v1.5.0 |
445 | 2025-03-10T22:58:21.247Z | Downloaded tracing v0.1.40 |
446 | 2025-03-10T22:58:21.251Z | Downloaded hyper-util v0.1.9 |
447 | 2025-03-10T22:58:21.256Z | Downloaded tungstenite v0.21.0 |
448 | 2025-03-10T22:58:21.259Z | Downloaded indexmap v2.7.0 |
449 | 2025-03-10T22:58:21.263Z | Downloaded signal-hook-registry v1.4.2 |
450 | 2025-03-10T22:58:21.266Z | Downloaded base64 v0.22.1 |
451 | 2025-03-10T22:58:21.269Z | Downloaded unsafe-libyaml v0.2.11 |
452 | 2025-03-10T22:58:21.272Z | Downloaded itertools v0.13.0 |
453 | 2025-03-10T22:58:21.280Z | Downloaded libm v0.2.8 |
454 | 2025-03-10T22:58:21.288Z | Downloaded icu_collections v1.5.0 |
455 | 2025-03-10T22:58:21.295Z | Downloaded bitvec v1.0.1 |
456 | 2025-03-10T22:58:21.312Z | Downloaded unicode-segmentation v1.11.0 |
457 | 2025-03-10T22:58:21.315Z | Downloaded hyper v1.4.1 |
458 | 2025-03-10T22:58:21.320Z | Downloaded winnow v0.5.40 |
459 | 2025-03-10T22:58:21.329Z | Downloaded futures-util v0.3.30 |
460 | 2025-03-10T22:58:21.342Z | Downloaded vcpkg v0.2.15 |
461 | 2025-03-10T22:58:21.380Z | Downloaded time v0.3.36 |
462 | 2025-03-10T22:58:21.386Z | Downloaded git2 v0.19.0 |
463 | 2025-03-10T22:58:21.394Z | Downloaded toml_edit v0.22.20 |
464 | 2025-03-10T22:58:21.416Z | Downloaded steno v0.4.1 |
465 | 2025-03-10T22:58:21.419Z | Downloaded quinn-proto v0.11.8 |
466 | 2025-03-10T22:58:21.426Z | Downloaded dropshot v0.12.0 |
467 | 2025-03-10T22:58:21.446Z | Downloaded webpki-roots v0.26.3 |
468 | 2025-03-10T22:58:21.449Z | Downloaded serde_json v1.0.135 |
469 | 2025-03-10T22:58:21.455Z | Downloaded bstr v1.9.1 |
470 | 2025-03-10T22:58:21.465Z | Downloaded h2 v0.4.6 |
471 | 2025-03-10T22:58:21.472Z | Downloaded rayon v1.10.0 |
472 | 2025-03-10T22:58:21.481Z | Downloaded hashbrown v0.14.5 |
473 | 2025-03-10T22:58:21.487Z | Downloaded zerocopy v0.7.34 |
474 | 2025-03-10T22:58:21.503Z | Downloaded hickory-proto v0.24.4 |
475 | 2025-03-10T22:58:21.518Z | Downloaded goblin v0.8.2 |
476 | 2025-03-10T22:58:21.523Z | Downloaded rustls-webpki v0.101.7 |
477 | 2025-03-10T22:58:21.538Z | Downloaded serde_with v3.11.0 |
478 | 2025-03-10T22:58:21.546Z | Downloaded winnow v0.6.18 |
479 | 2025-03-10T22:58:21.555Z | Downloaded typify-impl v0.3.0 |
480 | 2025-03-10T22:58:21.570Z | Downloaded typify-impl v0.2.0 |
481 | 2025-03-10T22:58:21.583Z | Downloaded regex v1.11.1 |
482 | 2025-03-10T22:58:21.596Z | Downloaded rustls-webpki v0.102.4 |
483 | 2025-03-10T22:58:21.613Z | Downloaded rustls v0.21.12 |
484 | 2025-03-10T22:58:21.624Z | Downloaded syn v1.0.109 |
485 | 2025-03-10T22:58:21.633Z | Downloaded openssl v0.10.71 |
486 | 2025-03-10T22:58:21.642Z | Downloaded icu_properties_data v1.5.0 |
487 | 2025-03-10T22:58:21.652Z | Downloaded tokio-util v0.7.11 |
488 | 2025-03-10T22:58:21.659Z | Downloaded syn v2.0.96 |
489 | 2025-03-10T22:58:21.671Z | Downloaded regress v0.10.1 |
490 | 2025-03-10T22:58:21.683Z | Downloaded regress v0.9.1 |
491 | 2025-03-10T22:58:21.687Z | Downloaded nix v0.29.0 |
492 | 2025-03-10T22:58:21.699Z | Downloaded unicode-width v0.1.14 |
493 | 2025-03-10T22:58:21.704Z | Downloaded rustls v0.22.4 |
494 | 2025-03-10T22:58:21.717Z | Downloaded rustix v0.38.34 |
495 | 2025-03-10T22:58:21.738Z | Downloaded openapiv3 v2.0.0 |
496 | 2025-03-10T22:58:21.749Z | Downloaded regex-syntax v0.8.5 |
497 | 2025-03-10T22:58:21.757Z | Downloaded smoltcp v0.11.0 |
498 | 2025-03-10T22:58:21.769Z | Downloaded nix v0.28.0 |
499 | 2025-03-10T22:58:21.780Z | Downloaded hashbrown v0.15.2 |
500 | 2025-03-10T22:58:21.785Z | Downloaded reqwest v0.12.7 |
501 | 2025-03-10T22:58:21.792Z | Downloaded rusqlite v0.32.1 |
502 | 2025-03-10T22:58:21.799Z | Downloaded chrono v0.4.38 |
503 | 2025-03-10T22:58:21.805Z | Downloaded zerovec v0.10.4 |
504 | 2025-03-10T22:58:21.811Z | Downloaded idna v1.0.3 |
505 | 2025-03-10T22:58:21.815Z | Downloaded icu_locid_transform_data v1.5.0 |
506 | 2025-03-10T22:58:21.818Z | Downloaded httparse v1.8.0 |
507 | 2025-03-10T22:58:21.821Z | Downloaded lazy_static v1.5.0 |
508 | 2025-03-10T22:58:21.821Z | Downloaded scopeguard v1.2.0 |
509 | 2025-03-10T22:58:21.821Z | Downloaded futures-io v0.3.30 |
510 | 2025-03-10T22:58:21.824Z | Downloaded funty v2.0.0 |
511 | 2025-03-10T22:58:21.824Z | Downloaded zone v0.3.0 |
512 | 2025-03-10T22:58:21.824Z | Downloaded tinyvec v1.6.0 |
513 | 2025-03-10T22:58:21.827Z | Downloaded tempfile v3.10.1 |
514 | 2025-03-10T22:58:21.830Z | Downloaded futures v0.3.30 |
515 | 2025-03-10T22:58:21.834Z | Downloaded rustls v0.23.10 |
516 | 2025-03-10T22:58:21.850Z | Downloaded ron v0.8.1 |
517 | 2025-03-10T22:58:21.856Z | Downloaded futures-channel v0.3.30 |
518 | 2025-03-10T22:58:21.859Z | Downloaded zerocopy v0.6.6 |
519 | 2025-03-10T22:58:21.862Z | Downloaded typenum v1.17.0 |
520 | 2025-03-10T22:58:21.864Z | Downloaded humantime v2.1.0 |
521 | 2025-03-10T22:58:21.864Z | Downloaded httpdate v1.0.3 |
522 | 2025-03-10T22:58:21.867Z | Downloaded ascii v1.1.0 |
523 | 2025-03-10T22:58:21.867Z | Downloaded rustls-pemfile v2.1.3 |
524 | 2025-03-10T22:58:21.870Z | Downloaded zerocopy-derive v0.2.0 |
525 | 2025-03-10T22:58:21.877Z | Downloaded zerocopy-derive v0.6.6 |
526 | 2025-03-10T22:58:21.886Z | Downloaded allocator-api2 v0.2.18 |
527 | 2025-03-10T22:58:21.889Z | Downloaded regex-automata v0.4.9 |
528 | 2025-03-10T22:58:21.905Z | Downloaded serde_repr v0.1.19 |
529 | 2025-03-10T22:58:21.908Z | Downloaded hostname v0.3.1 |
530 | 2025-03-10T22:58:21.911Z | Downloaded tokio-macros v2.4.0 |
531 | 2025-03-10T22:58:21.911Z | Downloaded strsim v0.11.1 |
532 | 2025-03-10T22:58:21.911Z | Downloaded progenitor-impl v0.8.0 |
533 | 2025-03-10T22:58:21.914Z | Downloaded cookie v0.18.1 |
534 | 2025-03-10T22:58:21.917Z | Downloaded clap v4.5.4 |
535 | 2025-03-10T22:58:21.923Z | Downloaded bitflags v2.6.0 |
536 | 2025-03-10T22:58:21.927Z | Downloaded ahash v0.8.11 |
537 | 2025-03-10T22:58:21.930Z | Downloaded aes-gcm-siv v0.11.1 |
538 | 2025-03-10T22:58:21.933Z | Downloaded linear-map v1.2.0 |
539 | 2025-03-10T22:58:21.933Z | Downloaded itoa v1.0.11 |
540 | 2025-03-10T22:58:21.936Z | Downloaded encoding_rs v0.8.34 |
541 | 2025-03-10T22:58:21.955Z | Downloaded indent_write v2.2.0 |
542 | 2025-03-10T22:58:21.958Z | Downloaded petgraph v0.6.5 |
543 | 2025-03-10T22:58:21.972Z | Downloaded idna_adapter v1.2.0 |
544 | 2025-03-10T22:58:21.975Z | Downloaded hyper-tls v0.6.0 |
545 | 2025-03-10T22:58:21.975Z | Downloaded futures-executor v0.3.30 |
546 | 2025-03-10T22:58:21.978Z | Downloaded darling v0.20.9 |
547 | 2025-03-10T22:58:21.981Z | Downloaded camino v1.1.9 |
548 | 2025-03-10T22:58:21.981Z | Downloaded async-trait v0.1.83 |
549 | 2025-03-10T22:58:21.984Z | Downloaded num-iter v0.1.45 |
550 | 2025-03-10T22:58:21.987Z | Downloaded parking_lot_core v0.9.10 |
551 | 2025-03-10T22:58:21.987Z | Downloaded owo-colors v4.1.0 |
552 | 2025-03-10T22:58:21.990Z | Downloaded colored v2.1.0 |
553 | 2025-03-10T22:58:21.992Z | Downloaded cancel-safe-futures v0.1.5 |
554 | 2025-03-10T22:58:21.995Z | Downloaded pin-project-lite v0.2.14 |
555 | 2025-03-10T22:58:21.999Z | Downloaded num_enum_derive v0.5.11 |
556 | 2025-03-10T22:58:22.002Z | Downloaded tokio v1.40.0 |
557 | 2025-03-10T22:58:22.037Z | Downloaded cfg-if v1.0.0 |
558 | 2025-03-10T22:58:22.041Z | Downloaded libc v0.2.169 |
559 | 2025-03-10T22:58:22.061Z | Downloaded rustc_version v0.1.7 |
560 | 2025-03-10T22:58:22.064Z | Downloaded once_cell v1.19.0 |
561 | 2025-03-10T22:58:22.064Z | Downloaded const_format_proc_macros v0.2.32 |
562 | 2025-03-10T22:58:22.067Z | Downloaded progenitor-macro v0.8.0 |
563 | 2025-03-10T22:58:22.067Z | Downloaded progenitor v0.9.1 |
564 | 2025-03-10T22:58:22.070Z | Downloaded progenitor v0.8.0 |
565 | 2025-03-10T22:58:22.070Z | Downloaded num-integer v0.1.46 |
566 | 2025-03-10T22:58:22.073Z | Downloaded errno v0.3.9 |
567 | 2025-03-10T22:58:22.073Z | Downloaded embedded-io v0.6.1 |
568 | 2025-03-10T22:58:22.073Z | Downloaded dyn-clone v1.0.17 |
569 | 2025-03-10T22:58:22.076Z | Downloaded defmt-parser v0.3.4 |
570 | 2025-03-10T22:58:22.076Z | Downloaded num v0.4.3 |
571 | 2025-03-10T22:58:22.076Z | Downloaded dirs-sys-next v0.1.2 |
572 | 2025-03-10T22:58:22.079Z | Downloaded digest v0.10.7 |
573 | 2025-03-10T22:58:22.079Z | Downloaded defmt v0.3.8 |
574 | 2025-03-10T22:58:22.082Z | Downloaded cargo_metadata v0.18.1 |
575 | 2025-03-10T22:58:22.085Z | Downloaded camino-tempfile v1.1.1 |
576 | 2025-03-10T22:58:22.085Z | Downloaded defmt-macros v0.3.9 |
577 | 2025-03-10T22:58:22.087Z | Downloaded crossbeam-deque v0.8.5 |
578 | 2025-03-10T22:58:22.090Z | Downloaded pest_generator v2.7.10 |
579 | 2025-03-10T22:58:22.090Z | Downloaded percent-encoding v2.3.1 |
580 | 2025-03-10T22:58:22.094Z | Downloaded num-derive v0.4.2 |
581 | 2025-03-10T22:58:22.094Z | Downloaded dirs-next v2.0.0 |
582 | 2025-03-10T22:58:22.094Z | Downloaded ctr v0.9.2 |
583 | 2025-03-10T22:58:22.097Z | Downloaded cobs v0.2.3 |
584 | 2025-03-10T22:58:22.097Z | Downloaded anstyle-parse v0.2.4 |
585 | 2025-03-10T22:58:22.100Z | Downloaded paste v1.0.15 |
586 | 2025-03-10T22:58:22.103Z | Downloaded plain v0.2.3 |
587 | 2025-03-10T22:58:22.104Z | Downloaded parse-display-derive v0.10.0 |
588 | 2025-03-10T22:58:22.104Z | Downloaded num_enum_derive v0.7.2 |
589 | 2025-03-10T22:58:22.107Z | Downloaded cpufeatures v0.2.12 |
590 | 2025-03-10T22:58:22.107Z | Downloaded async-stream v0.3.5 |
591 | 2025-03-10T22:58:22.110Z | Downloaded anstyle v1.0.7 |
592 | 2025-03-10T22:58:22.249Z | Downloaded libz-sys v1.1.16 |
593 | 2025-03-10T22:58:22.310Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
594 | 2025-03-10T22:58:22.684Z | Downloaded ring v0.17.8 |
595 | 2025-03-10T22:58:22.804Z | Downloaded libsqlite3-sys v0.30.1 |
596 | 2025-03-10T22:58:23.241Z | Compiling proc-macro2 v1.0.92 |
597 | 2025-03-10T22:58:23.242Z | Compiling unicode-ident v1.0.14 |
598 | 2025-03-10T22:58:23.245Z | Compiling libc v0.2.169 |
599 | 2025-03-10T22:58:23.245Z | Compiling serde v1.0.217 |
600 | 2025-03-10T22:58:23.245Z | Compiling autocfg v1.3.0 |
601 | 2025-03-10T22:58:23.245Z | Compiling once_cell v1.19.0 |
602 | 2025-03-10T22:58:23.285Z | Checking cfg-if v1.0.0 |
603 | 2025-03-10T22:58:23.288Z | Compiling version_check v0.9.5 |
604 | 2025-03-10T22:58:23.449Z | Compiling serde_json v1.0.135 |
605 | 2025-03-10T22:58:23.476Z | Compiling memchr v2.7.2 |
606 | 2025-03-10T22:58:23.703Z | Compiling libm v0.2.8 |
607 | 2025-03-10T22:58:23.854Z | Compiling thiserror v1.0.64 |
608 | 2025-03-10T22:58:24.606Z | Compiling itoa v1.0.11 |
609 | 2025-03-10T22:58:24.701Z | Compiling lock_api v0.4.12 |
610 | 2025-03-10T22:58:24.805Z | Compiling parking_lot_core v0.9.10 |
611 | 2025-03-10T22:58:24.836Z | Compiling ryu v1.0.18 |
612 | 2025-03-10T22:58:24.853Z | Compiling schemars v0.8.21 |
613 | 2025-03-10T22:58:25.144Z | Compiling slab v0.4.9 |
614 | 2025-03-10T22:58:25.162Z | Compiling byteorder v1.5.0 |
615 | 2025-03-10T22:58:25.201Z | Compiling log v0.4.22 |
616 | 2025-03-10T22:58:25.276Z | Compiling num-traits v0.2.19 |
617 | 2025-03-10T22:58:25.292Z | Compiling pkg-config v0.3.30 |
618 | 2025-03-10T22:58:25.577Z | Compiling vcpkg v0.2.15 |
619 | 2025-03-10T22:58:25.730Z | Checking smallvec v1.13.2 |
620 | 2025-03-10T22:58:25.734Z | Compiling quote v1.0.38 |
621 | 2025-03-10T22:58:25.883Z | Checking getrandom v0.2.14 |
622 | 2025-03-10T22:58:25.977Z | Compiling jobserver v0.1.31 |
623 | 2025-03-10T22:58:26.145Z | Compiling syn v2.0.96 |
624 | 2025-03-10T22:58:26.337Z | Checking pin-project-lite v0.2.14 |
625 | 2025-03-10T22:58:26.377Z | Compiling cc v1.0.97 |
626 | 2025-03-10T22:58:26.471Z | Compiling ahash v0.8.11 |
627 | 2025-03-10T22:58:26.491Z | Compiling hashbrown v0.15.2 |
628 | 2025-03-10T22:58:26.627Z | Compiling equivalent v1.0.1 |
629 | 2025-03-10T22:58:26.749Z | Compiling semver v1.0.24 |
630 | 2025-03-10T22:58:26.926Z | Checking scopeguard v1.2.0 |
631 | 2025-03-10T22:58:27.283Z | Checking signal-hook-registry v1.4.2 |
632 | 2025-03-10T22:58:27.306Z | Checking socket2 v0.5.7 |
633 | 2025-03-10T22:58:27.441Z | Checking parking_lot v0.12.2 |
634 | 2025-03-10T22:58:27.532Z | Checking mio v1.0.2 |
635 | 2025-03-10T22:58:27.564Z | Compiling fnv v1.0.7 |
636 | 2025-03-10T22:58:27.711Z | Compiling httparse v1.8.0 |
637 | 2025-03-10T22:58:27.809Z | Checking iana-time-zone v0.1.60 |
638 | 2025-03-10T22:58:27.922Z | Compiling heck v0.5.0 |
639 | 2025-03-10T22:58:27.952Z | Compiling typenum v1.17.0 |
640 | 2025-03-10T22:58:28.050Z | Compiling generic-array v0.14.7 |
641 | 2025-03-10T22:58:28.090Z | Checking futures-core v0.3.31 |
642 | 2025-03-10T22:58:28.315Z | Checking dyn-clone v1.0.17 |
643 | 2025-03-10T22:58:28.480Z | Checking stable_deref_trait v1.2.0 |
644 | 2025-03-10T22:58:28.499Z | Checking futures-sink v0.3.30 |
645 | 2025-03-10T22:58:28.648Z | Checking rand_core v0.6.4 |
646 | 2025-03-10T22:58:28.715Z | Compiling slog v2.7.0 |
647 | 2025-03-10T22:58:28.955Z | Checking subtle v2.5.0 |
648 | 2025-03-10T22:58:28.979Z | Compiling allocator-api2 v0.2.18 |
649 | 2025-03-10T22:58:29.064Z | Checking futures-channel v0.3.30 |
650 | 2025-03-10T22:58:29.173Z | Compiling ring v0.17.8 |
651 | 2025-03-10T22:58:29.193Z | Compiling openssl-sys v0.9.106 |
652 | 2025-03-10T22:58:29.350Z | Compiling ucd-trie v0.1.6 |
653 | 2025-03-10T22:58:29.404Z | Checking pin-utils v0.1.0 |
654 | 2025-03-10T22:58:29.501Z | Checking futures-task v0.3.30 |
655 | 2025-03-10T22:58:29.574Z | Checking futures-io v0.3.30 |
656 | 2025-03-10T22:58:29.736Z | Compiling aho-corasick v1.1.3 |
657 | 2025-03-10T22:58:29.757Z | Compiling regex-syntax v0.8.5 |
658 | 2025-03-10T22:58:29.850Z | Compiling openssl v0.10.71 |
659 | 2025-03-10T22:58:29.901Z | Compiling rustversion v1.0.17 |
660 | 2025-03-10T22:58:30.302Z | Compiling native-tls v0.2.11 |
661 | 2025-03-10T22:58:30.586Z | Compiling rustls v0.23.10 |
662 | 2025-03-10T22:58:30.650Z | Compiling syn v1.0.109 |
663 | 2025-03-10T22:58:30.770Z | Checking spin v0.9.8 |
664 | 2025-03-10T22:58:31.168Z | Checking untrusted v0.9.0 |
665 | 2025-03-10T22:58:32.062Z | Checking tracing-core v0.1.32 |
666 | 2025-03-10T22:58:32.090Z | Checking writeable v0.5.5 |
667 | 2025-03-10T22:58:32.414Z | Checking litemap v0.7.4 |
668 | 2025-03-10T22:58:32.663Z | Compiling synstructure v0.13.1 |
669 | 2025-03-10T22:58:32.729Z | Compiling serde_derive_internals v0.29.1 |
670 | 2025-03-10T22:58:32.815Z | Compiling heck v0.4.1 |
671 | 2025-03-10T22:58:32.908Z | Compiling regex-automata v0.4.9 |
672 | 2025-03-10T22:58:33.587Z | Checking icu_locid_transform_data v1.5.0 |
673 | 2025-03-10T22:58:33.690Z | Checking percent-encoding v2.3.1 |
674 | 2025-03-10T22:58:33.762Z | Compiling time-core v0.1.2 |
675 | 2025-03-10T22:58:33.937Z | Checking rustls-pki-types v1.7.0 |
676 | 2025-03-10T22:58:33.974Z | Compiling num-conv v0.1.0 |
677 | 2025-03-10T22:58:34.258Z | Compiling anyhow v1.0.89 |
678 | 2025-03-10T22:58:34.341Z | Compiling time-macros v0.2.18 |
679 | 2025-03-10T22:58:34.531Z | Checking form_urlencoded v1.2.1 |
680 | 2025-03-10T22:58:34.548Z | Checking crypto-common v0.1.6 |
681 | 2025-03-10T22:58:35.210Z | Checking icu_properties_data v1.5.0 |
682 | 2025-03-10T22:58:35.422Z | Compiling thread-id v4.2.1 |
683 | 2025-03-10T22:58:35.537Z | Checking atomic-waker v1.1.2 |
684 | 2025-03-10T22:58:35.617Z | Checking write16 v1.0.0 |
685 | 2025-03-10T22:58:35.684Z | Checking utf16_iter v1.0.5 |
686 | 2025-03-10T22:58:35.751Z | Checking icu_normalizer_data v1.5.0 |
687 | 2025-03-10T22:58:35.857Z | Checking zeroize v1.7.0 |
688 | 2025-03-10T22:58:35.876Z | Checking utf8_iter v1.0.4 |
689 | 2025-03-10T22:58:36.082Z | Checking try-lock v0.2.5 |
690 | 2025-03-10T22:58:36.102Z | Compiling camino v1.1.9 |
691 | 2025-03-10T22:58:36.225Z | Compiling strsim v0.11.1 |
692 | 2025-03-10T22:58:36.306Z | Compiling serde_derive v1.0.217 |
693 | 2025-03-10T22:58:36.692Z | Compiling thiserror-impl v1.0.64 |
694 | 2025-03-10T22:58:36.833Z | Compiling tokio-macros v2.4.0 |
695 | 2025-03-10T22:58:36.926Z | Compiling zerocopy-derive v0.7.34 |
696 | 2025-03-10T22:58:38.222Z | Compiling schemars_derive v0.8.21 |
697 | 2025-03-10T22:58:38.789Z | Compiling zerofrom-derive v0.1.5 |
698 | 2025-03-10T22:58:39.080Z | Compiling yoke-derive v0.7.5 |
699 | 2025-03-10T22:58:39.221Z | Compiling zerovec-derive v0.10.3 |
700 | 2025-03-10T22:58:39.304Z | Compiling displaydoc v0.2.5 |
701 | 2025-03-10T22:58:39.815Z | Compiling futures-macro v0.3.30 |
702 | 2025-03-10T22:58:40.355Z | Compiling icu_provider_macros v1.5.0 |
703 | 2025-03-10T22:58:40.745Z | Compiling zerocopy v0.7.34 |
704 | 2025-03-10T22:58:41.406Z | Compiling pest v2.7.10 |
705 | 2025-03-10T22:58:41.460Z | Compiling openssl-macros v0.1.1 |
706 | 2025-03-10T22:58:41.493Z | Compiling regex v1.11.1 |
707 | 2025-03-10T22:58:41.571Z | Checking futures-util v0.3.30 |
708 | 2025-03-10T22:58:41.802Z | Checking zerofrom v0.1.5 |
709 | 2025-03-10T22:58:42.000Z | Checking yoke v0.7.5 |
710 | 2025-03-10T22:58:42.236Z | Compiling tracing-attributes v0.1.27 |
711 | 2025-03-10T22:58:42.324Z | Compiling hashbrown v0.14.5 |
712 | 2025-03-10T22:58:42.370Z | Checking zerovec v0.10.4 |
713 | 2025-03-10T22:58:43.512Z | Compiling regress v0.10.1 |
714 | 2025-03-10T22:58:43.746Z | Compiling scroll_derive v0.12.0 |
715 | 2025-03-10T22:58:43.901Z | Checking tinystr v0.7.6 |
716 | 2025-03-10T22:58:44.234Z | Compiling pest_meta v2.7.10 |
717 | 2025-03-10T22:58:44.349Z | Checking icu_locid v1.5.0 |
718 | 2025-03-10T22:58:45.171Z | Checking tracing v0.1.40 |
719 | 2025-03-10T22:58:45.209Z | Checking icu_collections v1.5.0 |
720 | 2025-03-10T22:58:45.275Z | Checking icu_provider v1.5.0 |
721 | 2025-03-10T22:58:45.475Z | Compiling pest_generator v2.7.10 |
722 | 2025-03-10T22:58:45.854Z | Checking icu_locid_transform v1.5.0 |
723 | 2025-03-10T22:58:46.133Z | Checking rustls-webpki v0.102.4 |
724 | 2025-03-10T22:58:46.877Z | Checking want v0.3.1 |
725 | 2025-03-10T22:58:46.896Z | Checking icu_properties v1.5.1 |
726 | 2025-03-10T22:58:46.917Z | Checking base64 v0.22.1 |
727 | 2025-03-10T22:58:47.071Z | Checking ppv-lite86 v0.2.17 |
728 | 2025-03-10T22:58:47.092Z | Checking bytes v1.9.0 |
729 | 2025-03-10T22:58:47.395Z | Checking chrono v0.4.38 |
730 | 2025-03-10T22:58:47.624Z | Checking bitflags v2.6.0 |
731 | 2025-03-10T22:58:47.889Z | Compiling indexmap v2.7.0 |
732 | 2025-03-10T22:58:47.928Z | Checking tokio v1.40.0 |
733 | 2025-03-10T22:58:47.948Z | Compiling serde_tokenstream v0.2.2 |
734 | 2025-03-10T22:58:48.486Z | Checking uuid v1.10.0 |
735 | 2025-03-10T22:58:49.169Z | Compiling http v1.2.0 |
736 | 2025-03-10T22:58:49.983Z | Compiling pest_derive v2.7.10 |
737 | 2025-03-10T22:58:50.064Z | Checking icu_normalizer v1.5.0 |
738 | 2025-03-10T22:58:50.310Z | Compiling openapiv3 v2.0.0 |
739 | 2025-03-10T22:58:50.827Z | Checking idna_adapter v1.2.0 |
740 | 2025-03-10T22:58:50.888Z | Checking httpdate v1.0.3 |
741 | 2025-03-10T22:58:50.912Z | Checking rand_chacha v0.3.1 |
742 | 2025-03-10T22:58:51.015Z | Checking http-body v1.0.1 |
743 | 2025-03-10T22:58:51.098Z | Checking idna v1.0.3 |
744 | 2025-03-10T22:58:51.222Z | Compiling unsafe-libyaml v0.2.11 |
745 | 2025-03-10T22:58:51.262Z | Compiling ident_case v1.0.1 |
746 | 2025-03-10T22:58:51.454Z | Checking tower-service v0.3.2 |
747 | 2025-03-10T22:58:51.577Z | Checking url v2.5.4 |
748 | 2025-03-10T22:58:51.599Z | Compiling darling_core v0.20.9 |
749 | 2025-03-10T22:58:51.602Z | Checking rand v0.8.5 |
750 | 2025-03-10T22:58:52.184Z | Compiling scroll v0.12.0 |
751 | 2025-03-10T22:58:52.377Z | Compiling usdt-impl v0.5.0 |
752 | 2025-03-10T22:58:52.489Z | Compiling serde_yaml v0.9.34+deprecated |
753 | 2025-03-10T22:58:52.812Z | Compiling typify-impl v0.2.0 |
754 | 2025-03-10T22:58:52.832Z | Checking foreign-types-shared v0.1.1 |
755 | 2025-03-10T22:58:52.866Z | Compiling plain v0.2.3 |
756 | 2025-03-10T22:58:52.953Z | Checking foreign-types v0.3.2 |
757 | 2025-03-10T22:58:53.032Z | Compiling goblin v0.8.2 |
758 | 2025-03-10T22:58:53.205Z | Checking http-body-util v0.1.2 |
759 | 2025-03-10T22:58:53.835Z | Compiling strum_macros v0.26.2 |
760 | 2025-03-10T22:58:54.517Z | Checking tokio-util v0.7.11 |
761 | 2025-03-10T22:58:55.046Z | Checking encoding_rs v0.8.34 |
762 | 2025-03-10T22:58:55.308Z | Checking h2 v0.4.6 |
763 | 2025-03-10T22:58:55.582Z | Checking mime v0.3.17 |
764 | 2025-03-10T22:58:55.687Z | Compiling pretty-hex v0.4.1 |
765 | 2025-03-10T22:58:55.916Z | Checking cpufeatures v0.2.12 |
766 | 2025-03-10T22:58:56.668Z | Compiling darling_macro v0.20.9 |
767 | 2025-03-10T22:58:57.333Z | Compiling dtrace-parser v0.2.0 |
768 | 2025-03-10T22:58:57.676Z | Compiling darling v0.20.9 |
769 | 2025-03-10T22:58:57.798Z | Checking rustls-pemfile v2.1.3 |
770 | 2025-03-10T22:58:57.818Z | Checking serde_urlencoded v0.7.1 |
771 | 2025-03-10T22:58:58.239Z | Compiling async-trait v0.1.83 |
772 | 2025-03-10T22:58:58.812Z | Compiling dof v0.3.0 |
773 | 2025-03-10T22:58:59.483Z | Checking hyper v1.4.1 |
774 | 2025-03-10T22:59:00.267Z | Checking block-buffer v0.10.4 |
775 | 2025-03-10T22:59:00.462Z | Compiling omicron-workspace-hack v0.1.0 |
776 | 2025-03-10T22:59:00.566Z | Checking openssl-probe v0.1.5 |
777 | 2025-03-10T22:59:00.735Z | Checking digest v0.10.7 |
778 | 2025-03-10T22:59:01.014Z | Compiling serde_with_macros v3.11.0 |
779 | 2025-03-10T22:59:01.412Z | Checking hyper-util v0.1.9 |
780 | 2025-03-10T22:59:01.790Z | Compiling toml_datetime v0.6.8 |
781 | 2025-03-10T22:59:02.206Z | Compiling rustls v0.22.4 |
782 | 2025-03-10T22:59:02.564Z | Checking ipnet v2.9.0 |
783 | 2025-03-10T22:59:02.976Z | Checking tokio-native-tls v0.3.1 |
784 | 2025-03-10T22:59:02.993Z | Checking webpki-roots v0.26.3 |
785 | 2025-03-10T22:59:03.042Z | Compiling crossbeam-utils v0.8.19 |
786 | 2025-03-10T22:59:03.193Z | Compiling slog-async v2.8.0 |
787 | 2025-03-10T22:59:03.213Z | Compiling paste v1.0.15 |
788 | 2025-03-10T22:59:03.384Z | Checking hyper-tls v0.6.0 |
789 | 2025-03-10T22:59:03.642Z | Compiling typify-macro v0.2.0 |
790 | 2025-03-10T22:59:03.759Z | Compiling usdt-macro v0.5.0 |
791 | 2025-03-10T22:59:03.788Z | Compiling usdt-attr-macro v0.5.0 |
792 | 2025-03-10T22:59:04.303Z | Checking sync_wrapper v1.0.1 |
793 | 2025-03-10T22:59:04.374Z | Compiling multer v3.1.0 |
794 | 2025-03-10T22:59:04.818Z | Compiling rustix v0.38.34 |
795 | 2025-03-10T22:59:05.579Z | Checking serde_spanned v0.6.7 |
796 | 2025-03-10T22:59:05.685Z | Checking futures-executor v0.3.30 |
797 | 2025-03-10T22:59:05.775Z | Compiling async-stream-impl v0.3.5 |
798 | 2025-03-10T22:59:05.916Z | Checking errno v0.3.9 |
799 | 2025-03-10T22:59:06.203Z | Checking powerfmt v0.2.0 |
800 | 2025-03-10T22:59:06.257Z | Checking tokio-rustls v0.26.0 |
801 | 2025-03-10T22:59:06.475Z | Checking deranged v0.3.11 |
802 | 2025-03-10T22:59:06.630Z | Checking hyper-rustls v0.27.3 |
803 | 2025-03-10T22:59:06.878Z | Checking futures v0.3.30 |
804 | 2025-03-10T22:59:06.928Z | Compiling typify v0.2.0 |
805 | 2025-03-10T22:59:06.946Z | Checking sha1 v0.10.6 |
806 | 2025-03-10T22:59:06.949Z | Checking reqwest v0.12.7 |
807 | 2025-03-10T22:59:07.048Z | Compiling progenitor-impl v0.8.0 |
808 | 2025-03-10T22:59:07.206Z | Checking is-terminal v0.4.12 |
809 | 2025-03-10T22:59:07.341Z | Compiling dropshot v0.12.0 |
810 | 2025-03-10T22:59:07.718Z | Checking num_threads v0.1.7 |
811 | 2025-03-10T22:59:07.941Z | Checking strum v0.26.2 |
812 | 2025-03-10T22:59:07.965Z | Checking time v0.3.36 |
813 | 2025-03-10T22:59:08.101Z | Compiling dropshot_endpoint v0.12.0 |
814 | 2025-03-10T22:59:08.566Z | Compiling structmeta-derive v0.3.0 |
815 | 2025-03-10T22:59:10.326Z | Checking serde_with v3.11.0 |
816 | 2025-03-10T22:59:10.894Z | Checking dirs-sys-next v0.1.2 |
817 | 2025-03-10T22:59:11.016Z | Compiling structmeta v0.3.0 |
818 | 2025-03-10T22:59:11.743Z | Checking winnow v0.6.18 |
819 | 2025-03-10T22:59:11.864Z | Checking match_cfg v0.1.0 |
820 | 2025-03-10T22:59:12.243Z | Checking hostname v0.3.1 |
821 | 2025-03-10T22:59:12.566Z | Compiling progenitor-macro v0.8.0 |
822 | 2025-03-10T22:59:12.675Z | Compiling parse-display-derive v0.10.0 |
823 | 2025-03-10T22:59:13.641Z | Checking dirs-next v2.0.0 |
824 | 2025-03-10T22:59:14.477Z | Checking ipnetwork v0.20.0 |
825 | 2025-03-10T22:59:14.586Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
826 | 2025-03-10T22:59:14.798Z | Checking thread_local v1.1.8 |
827 | 2025-03-10T22:59:15.451Z | Checking term v0.7.0 |
828 | 2025-03-10T22:59:15.615Z | Checking crossbeam-channel v0.5.12 |
829 | 2025-03-10T22:59:15.901Z | Checking memmap v0.7.0 |
830 | 2025-03-10T22:59:16.122Z | Checking take_mut v0.2.2 |
831 | 2025-03-10T22:59:16.217Z | Checking usdt v0.5.0 |
832 | 2025-03-10T22:59:16.270Z | Checking slog-term v2.9.1 |
833 | 2025-03-10T22:59:16.589Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
834 | 2025-03-10T22:59:16.746Z | Checking toml_edit v0.22.20 |
835 | 2025-03-10T22:59:17.269Z | Checking slog-json v2.6.1 |
836 | 2025-03-10T22:59:17.376Z | Checking progenitor-client v0.8.0 |
837 | 2025-03-10T22:59:17.768Z | Compiling winnow v0.5.40 |
838 | 2025-03-10T22:59:18.737Z | Checking debug-ignore v1.0.5 |
839 | 2025-03-10T22:59:19.330Z | Checking slog-bunyan v2.5.0 |
840 | 2025-03-10T22:59:19.395Z | Checking toml v0.8.19 |
841 | 2025-03-10T22:59:20.101Z | Checking async-stream v0.3.5 |
842 | 2025-03-10T22:59:20.607Z | Checking serde_path_to_error v0.1.16 |
843 | 2025-03-10T22:59:20.694Z | Checking waitgroup v0.1.2 |
844 | 2025-03-10T22:59:20.716Z | Checking hostname v0.4.0 |
845 | 2025-03-10T22:59:20.804Z | Checking tokio-rustls v0.25.0 |
846 | 2025-03-10T22:59:20.876Z | Compiling toml_edit v0.19.15 |
847 | 2025-03-10T22:59:21.099Z | Compiling crucible-workspace-hack v0.1.0 |
848 | 2025-03-10T22:59:21.376Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2025-03-10T22:59:21.455Z | Checking newtype-uuid v1.1.0 |
850 | 2025-03-10T22:59:21.475Z | Compiling clap_derive v4.5.4 |
851 | 2025-03-10T22:59:21.724Z | Checking utf8parse v0.2.1 |
852 | 2025-03-10T22:59:21.879Z | Checking unicode-width v0.1.14 |
853 | 2025-03-10T22:59:22.322Z | Checking anstyle-parse v0.2.4 |
854 | 2025-03-10T22:59:22.450Z | Checking hex v0.4.3 |
855 | 2025-03-10T22:59:22.847Z | Checking progenitor v0.8.0 |
856 | 2025-03-10T22:59:22.947Z | Checking instant v0.1.12 |
857 | 2025-03-10T22:59:23.077Z | Checking colorchoice v1.0.1 |
858 | 2025-03-10T22:59:23.200Z | Checking anstyle-query v1.0.3 |
859 | 2025-03-10T22:59:23.231Z | Checking lazy_static v1.5.0 |
860 | 2025-03-10T22:59:23.342Z | Checking is_terminal_polyfill v1.70.0 |
861 | 2025-03-10T22:59:23.372Z | Checking anstyle v1.0.7 |
862 | 2025-03-10T22:59:23.474Z | Compiling proc-macro-crate v1.3.1 |
863 | 2025-03-10T22:59:23.714Z | Checking anstream v0.6.14 |
864 | 2025-03-10T22:59:24.148Z | Checking backoff v0.4.0 |
865 | 2025-03-10T22:59:24.215Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
866 | 2025-03-10T22:59:24.448Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
867 | 2025-03-10T22:59:24.578Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
868 | 2025-03-10T22:59:24.609Z | Checking parse-display v0.10.0 |
869 | 2025-03-10T22:59:24.788Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
870 | 2025-03-10T22:59:24.850Z | Checking terminal_size v0.3.0 |
871 | 2025-03-10T22:59:25.027Z | Checking macaddr v1.0.1 |
872 | 2025-03-10T22:59:25.159Z | Checking regress v0.9.1 |
873 | 2025-03-10T22:59:25.582Z | Checking num-integer v0.1.46 |
874 | 2025-03-10T22:59:25.683Z | Checking clap_lex v0.7.0 |
875 | 2025-03-10T22:59:26.033Z | Compiling unicode-xid v0.2.4 |
876 | 2025-03-10T22:59:26.333Z | Checking clap_builder v4.5.2 |
877 | 2025-03-10T22:59:28.657Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
878 | 2025-03-10T22:59:29.086Z | Compiling heapless v0.8.0 |
879 | 2025-03-10T22:59:29.746Z | Checking clap v4.5.4 |
880 | 2025-03-10T22:59:29.959Z | Checking num-bigint v0.4.5 |
881 | 2025-03-10T22:59:30.267Z | Compiling num_enum_derive v0.5.11 |
882 | 2025-03-10T22:59:30.943Z | Checking hash32 v0.3.1 |
883 | 2025-03-10T22:59:31.017Z | Checking fastrand v2.1.0 |
884 | 2025-03-10T22:59:31.145Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
885 | 2025-03-10T22:59:31.234Z | Compiling smoltcp v0.11.0 |
886 | 2025-03-10T22:59:31.345Z | Checking bitflags v1.3.2 |
887 | 2025-03-10T22:59:31.445Z | Checking either v1.13.0 |
888 | 2025-03-10T22:59:31.500Z | Checking tempfile v3.10.1 |
889 | 2025-03-10T22:59:31.889Z | Compiling synstructure v0.12.6 |
890 | 2025-03-10T22:59:32.091Z | Checking num-rational v0.4.2 |
891 | 2025-03-10T22:59:32.230Z | Checking num-iter v0.1.45 |
892 | 2025-03-10T22:59:32.374Z | Checking num_enum v0.5.11 |
893 | 2025-03-10T22:59:32.401Z | Checking num-complex v0.4.6 |
894 | 2025-03-10T22:59:32.542Z | Compiling proc-macro-error-attr v1.0.4 |
895 | 2025-03-10T22:59:32.681Z | Checking managed v0.8.0 |
896 | 2025-03-10T22:59:32.714Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
897 | 2025-03-10T22:59:32.925Z | Checking cobs v0.2.3 |
898 | 2025-03-10T22:59:32.999Z | Compiling zerocopy-derive v0.2.0 |
899 | 2025-03-10T22:59:33.128Z | Checking postcard v1.0.9 |
900 | 2025-03-10T22:59:33.236Z | Checking num v0.4.3 |
901 | 2025-03-10T22:59:33.859Z | Compiling foreign-types-macros v0.2.3 |
902 | 2025-03-10T22:59:34.091Z | Compiling libz-sys v1.1.16 |
903 | 2025-03-10T22:59:34.796Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
904 | 2025-03-10T22:59:34.837Z | Compiling proc-macro-error v1.0.4 |
905 | 2025-03-10T22:59:35.083Z | Checking pretty-hex v0.2.1 |
906 | 2025-03-10T22:59:35.102Z | Checking data-encoding v2.6.0 |
907 | 2025-03-10T22:59:35.180Z | Compiling thiserror v2.0.11 |
908 | 2025-03-10T22:59:35.219Z | Checking foreign-types-shared v0.3.1 |
909 | 2025-03-10T22:59:35.659Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
910 | 2025-03-10T22:59:35.811Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
911 | 2025-03-10T22:59:36.053Z | Checking foreign-types v0.5.0 |
912 | 2025-03-10T22:59:37.101Z | Checking tabwriter v1.4.0 |
913 | 2025-03-10T22:59:37.359Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
914 | 2025-03-10T22:59:37.471Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
915 | 2025-03-10T22:59:37.493Z | Compiling thiserror-impl v2.0.11 |
916 | 2025-03-10T22:59:38.346Z | Checking cstr-argument v0.1.2 |
917 | 2025-03-10T22:59:38.368Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
918 | 2025-03-10T22:59:38.441Z | Compiling prettyplease v0.2.22 |
919 | 2025-03-10T22:59:38.813Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
920 | 2025-03-10T22:59:39.348Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
921 | 2025-03-10T22:59:39.931Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
922 | 2025-03-10T22:59:40.249Z | Checking colored v2.1.0 |
923 | 2025-03-10T22:59:40.737Z | Compiling libgit2-sys v0.17.0+1.8.1 |
924 | 2025-03-10T22:59:41.231Z | Checking float-ord v0.3.2 |
925 | 2025-03-10T22:59:41.269Z | Checking unicode-segmentation v1.11.0 |
926 | 2025-03-10T22:59:41.432Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
927 | 2025-03-10T22:59:41.497Z | Checking is_ci v1.2.0 |
928 | 2025-03-10T22:59:41.560Z | Compiling semver v0.1.20 |
929 | 2025-03-10T22:59:41.656Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
930 | 2025-03-10T22:59:41.805Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
931 | 2025-03-10T22:59:41.974Z | Checking newline-converter v0.3.0 |
932 | 2025-03-10T22:59:42.129Z | Compiling rustc_version v0.1.7 |
933 | 2025-03-10T22:59:43.527Z | Compiling zone_cfg_derive v0.3.0 |
934 | 2025-03-10T22:59:44.778Z | Checking camino-tempfile v1.1.1 |
935 | 2025-03-10T22:59:44.820Z | Checking itertools v0.10.5 |
936 | 2025-03-10T22:59:44.909Z | Checking console v0.15.8 |
937 | 2025-03-10T22:59:45.073Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
938 | 2025-03-10T22:59:45.773Z | Compiling num-derive v0.4.2 |
939 | 2025-03-10T22:59:46.798Z | Checking sigpipe v0.1.3 |
940 | 2025-03-10T22:59:46.867Z | Compiling usdt-impl v0.3.5 |
941 | 2025-03-10T22:59:46.906Z | Checking base64 v0.21.7 |
942 | 2025-03-10T22:59:47.272Z | Compiling owo-colors v4.1.0 |
943 | 2025-03-10T22:59:47.349Z | Checking similar v2.5.0 |
944 | 2025-03-10T22:59:47.727Z | Checking base64ct v1.6.0 |
945 | 2025-03-10T22:59:48.001Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
946 | 2025-03-10T22:59:48.054Z | Checking password-hash v0.5.0 |
947 | 2025-03-10T22:59:48.398Z | Checking expectorate v1.1.0 |
948 | 2025-03-10T22:59:48.489Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
949 | 2025-03-10T22:59:48.564Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
950 | 2025-03-10T22:59:48.692Z | Checking zone v0.3.0 |
951 | 2025-03-10T22:59:48.906Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
952 | 2025-03-10T22:59:48.925Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
953 | 2025-03-10T22:59:49.210Z | Compiling newtype_derive v0.1.6 |
954 | 2025-03-10T22:59:49.412Z | Checking supports-color v3.0.1 |
955 | 2025-03-10T22:59:49.563Z | Checking supports-color v2.1.0 |
956 | 2025-03-10T22:59:49.613Z | Compiling zerocopy v0.3.2 |
957 | 2025-03-10T22:59:49.741Z | Checking blake2 v0.10.6 |
958 | 2025-03-10T22:59:49.761Z | Compiling cargo-platform v0.1.8 |
959 | 2025-03-10T22:59:49.761Z | Checking smf v0.2.3 |
960 | 2025-03-10T22:59:49.797Z | Compiling hubpack_derive v0.1.1 |
961 | 2025-03-10T22:59:50.045Z | Compiling serde_repr v0.1.19 |
962 | 2025-03-10T22:59:50.130Z | Compiling zerocopy-derive v0.6.6 |
963 | 2025-03-10T22:59:50.216Z | Compiling vergen v8.3.2 |
964 | 2025-03-10T22:59:50.401Z | Checking whoami v1.5.1 |
965 | 2025-03-10T22:59:50.585Z | Checking fixedbitset v0.4.2 |
966 | 2025-03-10T22:59:50.686Z | Compiling cancel-safe-futures v0.1.5 |
967 | 2025-03-10T22:59:50.821Z | Checking petgraph v0.6.5 |
968 | 2025-03-10T22:59:51.101Z | Checking hubpack v0.1.2 |
969 | 2025-03-10T22:59:51.153Z | Checking argon2 v0.5.3 |
970 | 2025-03-10T22:59:51.412Z | Compiling cargo_metadata v0.18.1 |
971 | 2025-03-10T22:59:51.793Z | Checking zerocopy v0.6.6 |
972 | 2025-03-10T22:59:51.846Z | Compiling dof v0.1.5 |
973 | 2025-03-10T22:59:52.494Z | Compiling typify-impl v0.3.0 |
974 | 2025-03-10T22:59:53.649Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
975 | 2025-03-10T22:59:54.030Z | Compiling dtrace-parser v0.1.14 |
976 | 2025-03-10T22:59:54.033Z | Compiling rustc_version v0.4.0 |
977 | 2025-03-10T22:59:54.162Z | Checking serde-big-array v0.5.1 |
978 | 2025-03-10T22:59:54.392Z | Compiling strum_macros v0.25.3 |
979 | 2025-03-10T22:59:54.561Z | Compiling libsqlite3-sys v0.30.1 |
980 | 2025-03-10T22:59:54.821Z | Compiling slog-dtrace v0.3.0 |
981 | 2025-03-10T22:59:55.109Z | Compiling cookie v0.18.1 |
982 | 2025-03-10T22:59:55.194Z | Checking static_assertions v1.1.0 |
983 | 2025-03-10T22:59:55.289Z | Compiling rustls v0.21.12 |
984 | 2025-03-10T22:59:55.474Z | Compiling cfg_aliases v0.2.1 |
985 | 2025-03-10T22:59:55.494Z | Compiling convert_case v0.4.0 |
986 | 2025-03-10T22:59:55.583Z | Checking utf-8 v0.7.6 |
987 | 2025-03-10T22:59:55.633Z | Checking tinyvec_macros v0.1.1 |
988 | 2025-03-10T22:59:55.735Z | Checking tinyvec v1.6.0 |
989 | 2025-03-10T22:59:55.802Z | Checking tungstenite v0.21.0 |
990 | 2025-03-10T22:59:56.066Z | Compiling nix v0.29.0 |
991 | 2025-03-10T22:59:56.102Z | Compiling derive_more v0.99.18 |
992 | 2025-03-10T22:59:56.980Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
993 | 2025-03-10T22:59:56.996Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
994 | 2025-03-10T22:59:57.563Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
995 | 2025-03-10T22:59:57.587Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
996 | 2025-03-10T22:59:58.411Z | Checking atomicwrites v0.4.4 |
997 | 2025-03-10T22:59:58.430Z | Checking itertools v0.13.0 |
998 | 2025-03-10T22:59:58.577Z | Checking libsw v3.3.1 |
999 | 2025-03-10T22:59:58.777Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1000 | 2025-03-10T22:59:58.852Z | Compiling serde_tokenstream v0.1.7 |
1001 | 2025-03-10T22:59:59.377Z | Checking rustls-webpki v0.101.7 |
1002 | 2025-03-10T22:59:59.975Z | Checking sct v0.7.1 |
1003 | 2025-03-10T23:00:00.196Z | Compiling enum-as-inner v0.6.0 |
1004 | 2025-03-10T23:00:00.808Z | Compiling derive-where v1.2.7 |
1005 | 2025-03-10T23:00:01.155Z | Checking inout v0.1.3 |
1006 | 2025-03-10T23:00:01.353Z | Checking highway v1.2.0 |
1007 | 2025-03-10T23:00:01.628Z | Compiling radium v0.7.0 |
1008 | 2025-03-10T23:00:01.797Z | Checking linked-hash-map v0.5.6 |
1009 | 2025-03-10T23:00:02.069Z | Checking linear-map v1.2.0 |
1010 | 2025-03-10T23:00:02.117Z | Checking quick-error v1.2.3 |
1011 | 2025-03-10T23:00:02.274Z | Checking indent_write v2.2.0 |
1012 | 2025-03-10T23:00:02.326Z | Checking swrite v0.1.0 |
1013 | 2025-03-10T23:00:02.375Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1014 | 2025-03-10T23:00:02.453Z | Checking resolv-conf v0.7.0 |
1015 | 2025-03-10T23:00:02.522Z | Checking lru-cache v0.1.2 |
1016 | 2025-03-10T23:00:02.720Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1017 | 2025-03-10T23:00:02.804Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1018 | 2025-03-10T23:00:03.315Z | Compiling typify-macro v0.3.0 |
1019 | 2025-03-10T23:00:03.595Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1020 | 2025-03-10T23:00:04.091Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1021 | 2025-03-10T23:00:04.795Z | Checking cipher v0.4.4 |
1022 | 2025-03-10T23:00:05.085Z | Checking hickory-proto v0.24.4 |
1023 | 2025-03-10T23:00:05.584Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1024 | 2025-03-10T23:00:05.880Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1025 | 2025-03-10T23:00:06.580Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1026 | 2025-03-10T23:00:06.857Z | Checking steno v0.4.1 |
1027 | 2025-03-10T23:00:07.962Z | Checking tokio-tungstenite v0.21.0 |
1028 | 2025-03-10T23:00:08.373Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1029 | 2025-03-10T23:00:08.566Z | Checking crossbeam-epoch v0.9.18 |
1030 | 2025-03-10T23:00:08.772Z | Checking hashlink v0.9.1 |
1031 | 2025-03-10T23:00:08.833Z | Checking fallible-streaming-iterator v0.1.9 |
1032 | 2025-03-10T23:00:08.925Z | Checking fallible-iterator v0.3.0 |
1033 | 2025-03-10T23:00:09.058Z | Compiling rayon-core v1.12.1 |
1034 | 2025-03-10T23:00:09.322Z | Checking tap v1.0.1 |
1035 | 2025-03-10T23:00:09.416Z | Checking humantime v2.1.0 |
1036 | 2025-03-10T23:00:09.463Z | Checking crossbeam-deque v0.8.5 |
1037 | 2025-03-10T23:00:09.481Z | Checking rusqlite v0.32.1 |
1038 | 2025-03-10T23:00:09.500Z | Checking wyz v0.5.1 |
1039 | 2025-03-10T23:00:09.697Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1040 | 2025-03-10T23:00:09.784Z | Checking hickory-resolver v0.24.4 |
1041 | 2025-03-10T23:00:09.855Z | Checking tokio-rustls v0.24.1 |
1042 | 2025-03-10T23:00:10.853Z | Compiling usdt-macro v0.3.5 |
1043 | 2025-03-10T23:00:10.936Z | Compiling usdt-attr-macro v0.3.5 |
1044 | 2025-03-10T23:00:11.096Z | Checking rustls-pemfile v1.0.4 |
1045 | 2025-03-10T23:00:11.419Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1046 | 2025-03-10T23:00:11.460Z | Compiling num_enum_derive v0.7.2 |
1047 | 2025-03-10T23:00:11.749Z | Checking twox-hash v2.1.0 |
1048 | 2025-03-10T23:00:12.077Z | Checking universal-hash v0.5.1 |
1049 | 2025-03-10T23:00:12.231Z | Checking atty v0.2.14 |
1050 | 2025-03-10T23:00:12.252Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1051 | 2025-03-10T23:00:12.331Z | Checking funty v2.0.0 |
1052 | 2025-03-10T23:00:12.362Z | Checking opaque-debug v0.3.1 |
1053 | 2025-03-10T23:00:12.457Z | Checking polyval v0.6.2 |
1054 | 2025-03-10T23:00:12.727Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1055 | 2025-03-10T23:00:13.050Z | Checking usdt v0.3.5 |
1056 | 2025-03-10T23:00:13.125Z | Checking bitvec v1.0.1 |
1057 | 2025-03-10T23:00:13.445Z | Compiling typify v0.3.0 |
1058 | 2025-03-10T23:00:13.548Z | Checking num_enum v0.7.2 |
1059 | 2025-03-10T23:00:13.569Z | Checking aes v0.8.4 |
1060 | 2025-03-10T23:00:13.692Z | Checking toml v0.7.8 |
1061 | 2025-03-10T23:00:13.714Z | Checking ctr v0.9.2 |
1062 | 2025-03-10T23:00:13.895Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1063 | 2025-03-10T23:00:14.048Z | Checking bincode v1.3.3 |
1064 | 2025-03-10T23:00:14.320Z | Checking aead v0.5.2 |
1065 | 2025-03-10T23:00:14.399Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1066 | 2025-03-10T23:00:14.420Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1067 | 2025-03-10T23:00:14.551Z | Checking aes-gcm-siv v0.11.1 |
1068 | 2025-03-10T23:00:14.587Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1069 | 2025-03-10T23:00:14.716Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1070 | 2025-03-10T23:00:14.775Z | Checking rayon v1.10.0 |
1071 | 2025-03-10T23:00:14.798Z | Compiling progenitor-impl v0.9.1 |
1072 | 2025-03-10T23:00:14.989Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1073 | 2025-03-10T23:00:15.050Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1074 | 2025-03-10T23:00:15.154Z | Compiling bitstruct_derive v0.1.0 |
1075 | 2025-03-10T23:00:15.211Z | Compiling async-recursion v1.1.1 |
1076 | 2025-03-10T23:00:15.383Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1077 | 2025-03-10T23:00:15.544Z | Checking ascii v1.1.0 |
1078 | 2025-03-10T23:00:15.910Z | Compiling cfg_aliases v0.1.1 |
1079 | 2025-03-10T23:00:16.018Z | Checking typeid v1.0.0 |
1080 | 2025-03-10T23:00:16.148Z | Checking ringbuffer v0.15.0 |
1081 | 2025-03-10T23:00:16.385Z | Checking bitstruct v0.1.1 |
1082 | 2025-03-10T23:00:16.507Z | Checking erased-serde v0.4.5 |
1083 | 2025-03-10T23:00:16.528Z | Compiling nix v0.28.0 |
1084 | 2025-03-10T23:00:16.531Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1085 | 2025-03-10T23:00:16.592Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1086 | 2025-03-10T23:00:17.117Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1087 | 2025-03-10T23:00:17.280Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1088 | 2025-03-10T23:00:17.360Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1089 | 2025-03-10T23:00:17.494Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1090 | 2025-03-10T23:00:17.512Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1091 | 2025-03-10T23:00:17.776Z | Checking progenitor-client v0.9.1 |
1092 | 2025-03-10T23:00:18.120Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1093 | 2025-03-10T23:00:18.158Z | Checking serde_arrays v0.1.0 |
1094 | 2025-03-10T23:00:18.319Z | Checking libloading v0.7.4 |
1095 | 2025-03-10T23:00:18.486Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1096 | 2025-03-10T23:00:18.563Z | Compiling const_format_proc_macros v0.2.32 |
1097 | 2025-03-10T23:00:18.754Z | Checking kstat-rs v0.2.4 |
1098 | 2025-03-10T23:00:18.818Z | Compiling escargot v0.5.10 |
1099 | 2025-03-10T23:00:19.106Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1100 | 2025-03-10T23:00:19.317Z | Checking ron v0.8.1 |
1101 | 2025-03-10T23:00:19.361Z | Checking xattr v1.3.1 |
1102 | 2025-03-10T23:00:19.849Z | Checking filetime v0.2.23 |
1103 | 2025-03-10T23:00:20.057Z | Checking bstr v1.9.1 |
1104 | 2025-03-10T23:00:20.229Z | Compiling progenitor-macro v0.9.1 |
1105 | 2025-03-10T23:00:20.280Z | Checking const_format v0.2.32 |
1106 | 2025-03-10T23:00:20.350Z | Checking bit_field v0.10.2 |
1107 | 2025-03-10T23:00:20.499Z | Checking ctrlc v3.4.4 |
1108 | 2025-03-10T23:00:20.603Z | Checking tar v0.4.40 |
1109 | 2025-03-10T23:00:20.746Z | Checking globset v0.4.14 |
1110 | 2025-03-10T23:00:21.226Z | Checking fatfs v0.3.6 |
1111 | 2025-03-10T23:00:21.382Z | Checking glob v0.3.1 |
1112 | 2025-03-10T23:00:23.193Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1113 | 2025-03-10T23:00:23.241Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1114 | 2025-03-10T23:00:24.838Z | Compiling git2 v0.19.0 |
1115 | 2025-03-10T23:00:25.321Z | Checking progenitor v0.9.1 |
1116 | 2025-03-10T23:00:25.459Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1117 | 2025-03-10T23:00:28.494Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1118 | 2025-03-10T23:00:28.813Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1119 | 2025-03-10T23:00:28.885Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1120 | 2025-03-10T23:00:29.168Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1121 | 2025-03-10T23:00:36.724Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1122 | 2025-03-10T23:00:41.979Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1123 | 2025-03-10T23:00:50.459Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1124 | 2025-03-10T23:00:50.459Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1125 | 2025-03-10T23:00:56.931Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
1126 | 2025-03-10T23:00:57.254Z | |
1127 | 2025-03-10T23:00:57.254Z | real 2:52.576651885 |
1128 | 2025-03-10T23:00:57.254Z | user 13:34.218468763 |
1129 | 2025-03-10T23:00:57.254Z | sys 2:20.320790784 |
1130 | 2025-03-10T23:00:57.254Z | trap 0.421741803 |
1131 | 2025-03-10T23:00:57.254Z | tflt 3.602664929 |
1132 | 2025-03-10T23:00:57.257Z | dflt 2.237989661 |
1133 | 2025-03-10T23:00:57.257Z | kflt 0.015560743 |
1134 | 2025-03-10T23:00:57.257Z | lock 15:22.365428599 |
1135 | 2025-03-10T23:00:57.257Z | slp 52:02.819338710 |
1136 | 2025-03-10T23:00:57.257Z | lat 1:00.297235216 |
1137 | 2025-03-10T23:00:57.257Z | stop 3:19.401484075 |
1138 | 2025-03-10T23:00:57.257Z | + ptime -m cargo clippy --features falcon --all-targets |
1139 | 2025-03-10T23:00:57.733Z | Downloading crates ... |
1140 | 2025-03-10T23:00:57.938Z | Downloaded predicates-core v1.0.6 |
1141 | 2025-03-10T23:00:57.941Z | Downloaded serde_test v1.0.176 |
1142 | 2025-03-10T23:00:57.946Z | Downloaded slog-scope v4.4.0 |
1143 | 2025-03-10T23:00:57.949Z | Downloaded simd-adler32 v0.3.7 |
1144 | 2025-03-10T23:00:57.952Z | Downloaded mockall v0.12.1 |
1145 | 2025-03-10T23:00:57.955Z | Downloaded downcast v0.11.0 |
1146 | 2025-03-10T23:00:57.955Z | Downloaded termtree v0.4.1 |
1147 | 2025-03-10T23:00:57.955Z | Downloaded fdeflate v0.3.4 |
1148 | 2025-03-10T23:00:57.958Z | Downloaded predicates-tree v1.0.9 |
1149 | 2025-03-10T23:00:57.961Z | Downloaded predicates v3.1.0 |
1150 | 2025-03-10T23:00:57.962Z | Downloaded slog-stdlog v4.1.1 |
1151 | 2025-03-10T23:00:57.965Z | Downloaded slog-envlogger v2.2.0 |
1152 | 2025-03-10T23:00:57.974Z | Downloaded crc32fast v1.4.0 |
1153 | 2025-03-10T23:00:57.977Z | Downloaded mockall_derive v0.12.1 |
1154 | 2025-03-10T23:00:57.980Z | Downloaded bytemuck v1.16.0 |
1155 | 2025-03-10T23:00:57.983Z | Downloaded miniz_oxide v0.7.2 |
1156 | 2025-03-10T23:00:57.986Z | Downloaded png v0.17.13 |
1157 | 2025-03-10T23:00:57.989Z | Downloaded flate2 v1.0.30 |
1158 | 2025-03-10T23:00:57.992Z | Downloaded arc-swap v1.7.1 |
1159 | 2025-03-10T23:00:57.996Z | Downloaded fragile v2.0.0 |
1160 | 2025-03-10T23:00:58.510Z | Downloaded image v0.25.1 |
1161 | 2025-03-10T23:00:58.808Z | Checking log v0.4.22 |
1162 | 2025-03-10T23:00:58.811Z | Checking tokio v1.40.0 |
1163 | 2025-03-10T23:00:58.868Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1164 | 2025-03-10T23:00:58.885Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1165 | 2025-03-10T23:00:58.899Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1166 | 2025-03-10T23:00:58.902Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1167 | 2025-03-10T23:00:58.922Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1168 | 2025-03-10T23:00:58.926Z | Compiling crc32fast v1.4.0 |
1169 | 2025-03-10T23:00:59.071Z | Checking native-tls v0.2.11 |
1170 | 2025-03-10T23:00:59.088Z | Checking goblin v0.8.2 |
1171 | 2025-03-10T23:00:59.121Z | Checking rustls v0.22.4 |
1172 | 2025-03-10T23:00:59.156Z | Checking typify-impl v0.2.0 |
1173 | 2025-03-10T23:00:59.373Z | Checking tungstenite v0.21.0 |
1174 | 2025-03-10T23:00:59.387Z | Checking rustls v0.21.12 |
1175 | 2025-03-10T23:00:59.418Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1176 | 2025-03-10T23:00:59.447Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1177 | 2025-03-10T23:00:59.754Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1178 | 2025-03-10T23:00:59.974Z | Checking typify-impl v0.3.0 |
1179 | 2025-03-10T23:01:00.164Z | Checking simd-adler32 v0.3.7 |
1180 | 2025-03-10T23:01:00.417Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1181 | 2025-03-10T23:01:00.737Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1182 | 2025-03-10T23:01:01.147Z | Checking adler v1.0.2 |
1183 | 2025-03-10T23:01:01.306Z | Checking miniz_oxide v0.7.2 |
1184 | 2025-03-10T23:01:01.584Z | Checking typify v0.2.0 |
1185 | 2025-03-10T23:01:01.714Z | Checking progenitor-impl v0.8.0 |
1186 | 2025-03-10T23:01:02.278Z | Checking arc-swap v1.7.1 |
1187 | 2025-03-10T23:01:02.330Z | Checking flate2 v1.0.30 |
1188 | 2025-03-10T23:01:02.401Z | Checking fdeflate v0.3.4 |
1189 | 2025-03-10T23:01:02.459Z | Checking typify v0.3.0 |
1190 | 2025-03-10T23:01:02.581Z | Checking progenitor-impl v0.9.1 |
1191 | 2025-03-10T23:01:02.646Z | Checking slog-scope v4.4.0 |
1192 | 2025-03-10T23:01:02.842Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1193 | 2025-03-10T23:01:02.889Z | Checking slog-stdlog v4.1.1 |
1194 | 2025-03-10T23:01:02.945Z | Checking png v0.17.13 |
1195 | 2025-03-10T23:01:03.054Z | Checking predicates-core v1.0.6 |
1196 | 2025-03-10T23:01:03.232Z | Checking bytemuck v1.16.0 |
1197 | 2025-03-10T23:01:03.245Z | Checking slog-envlogger v2.2.0 |
1198 | 2025-03-10T23:01:03.464Z | Checking termtree v0.4.1 |
1199 | 2025-03-10T23:01:03.546Z | Checking predicates v3.1.0 |
1200 | 2025-03-10T23:01:03.637Z | Compiling mockall_derive v0.12.1 |
1201 | 2025-03-10T23:01:03.663Z | Checking predicates-tree v1.0.9 |
1202 | 2025-03-10T23:01:03.701Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1203 | 2025-03-10T23:01:03.815Z | Checking wait-timeout v0.2.0 |
1204 | 2025-03-10T23:01:03.856Z | Checking dof v0.3.0 |
1205 | 2025-03-10T23:01:04.013Z | Checking fragile v2.0.0 |
1206 | 2025-03-10T23:01:04.068Z | Checking image v0.25.1 |
1207 | 2025-03-10T23:01:04.080Z | Checking bit-vec v0.6.3 |
1208 | 2025-03-10T23:01:04.271Z | Checking downcast v0.11.0 |
1209 | 2025-03-10T23:01:04.389Z | Checking bit-set v0.5.3 |
1210 | 2025-03-10T23:01:04.454Z | Checking usdt-impl v0.5.0 |
1211 | 2025-03-10T23:01:04.468Z | Checking globset v0.4.14 |
1212 | 2025-03-10T23:01:04.481Z | Checking rusty-fork v0.3.0 |
1213 | 2025-03-10T23:01:04.625Z | Checking escargot v0.5.10 |
1214 | 2025-03-10T23:01:04.756Z | Checking fatfs v0.3.6 |
1215 | 2025-03-10T23:01:04.938Z | Checking rand_xorshift v0.3.0 |
1216 | 2025-03-10T23:01:04.994Z | Checking usdt v0.5.0 |
1217 | 2025-03-10T23:01:05.103Z | Checking unarray v0.1.4 |
1218 | 2025-03-10T23:01:05.189Z | Checking tokio-util v0.7.11 |
1219 | 2025-03-10T23:01:05.237Z | Checking tokio-native-tls v0.3.1 |
1220 | 2025-03-10T23:01:05.249Z | Checking tokio-rustls v0.26.0 |
1221 | 2025-03-10T23:01:05.394Z | Checking tokio-rustls v0.25.0 |
1222 | 2025-03-10T23:01:05.478Z | Checking backoff v0.4.0 |
1223 | 2025-03-10T23:01:05.599Z | Checking tokio-tungstenite v0.21.0 |
1224 | 2025-03-10T23:01:05.672Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1225 | 2025-03-10T23:01:05.738Z | Checking zone v0.3.0 |
1226 | 2025-03-10T23:01:05.741Z | Checking libsw v3.3.1 |
1227 | 2025-03-10T23:01:05.762Z | Checking cancel-safe-futures v0.1.5 |
1228 | 2025-03-10T23:01:05.776Z | Checking slog-dtrace v0.3.0 |
1229 | 2025-03-10T23:01:05.909Z | Checking h2 v0.4.6 |
1230 | 2025-03-10T23:01:05.923Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1231 | 2025-03-10T23:01:05.983Z | Checking steno v0.4.1 |
1232 | 2025-03-10T23:01:06.052Z | Checking hickory-proto v0.24.4 |
1233 | 2025-03-10T23:01:06.147Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1234 | 2025-03-10T23:01:06.150Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1235 | 2025-03-10T23:01:06.471Z | Checking tokio-rustls v0.24.1 |
1236 | 2025-03-10T23:01:06.832Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1237 | 2025-03-10T23:01:07.193Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1238 | 2025-03-10T23:01:07.223Z | Checking proptest v1.5.0 |
1239 | 2025-03-10T23:01:07.432Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1240 | 2025-03-10T23:01:07.456Z | Checking serde_test v1.0.176 |
1241 | 2025-03-10T23:01:07.719Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1242 | 2025-03-10T23:01:09.489Z | Checking hickory-resolver v0.24.4 |
1243 | 2025-03-10T23:01:09.889Z | Checking mockall v0.12.1 |
1244 | 2025-03-10T23:01:09.931Z | Checking hyper v1.4.1 |
1245 | 2025-03-10T23:01:11.186Z | Checking hyper-util v0.1.9 |
1246 | 2025-03-10T23:01:12.183Z | Checking hyper-tls v0.6.0 |
1247 | 2025-03-10T23:01:12.184Z | Checking hyper-rustls v0.27.3 |
1248 | 2025-03-10T23:01:12.187Z | Checking dropshot v0.12.0 |
1249 | 2025-03-10T23:01:12.389Z | Checking reqwest v0.12.7 |
1250 | 2025-03-10T23:01:13.412Z | Checking progenitor-client v0.8.0 |
1251 | 2025-03-10T23:01:13.412Z | Checking progenitor-client v0.9.1 |
1252 | 2025-03-10T23:01:13.623Z | Checking progenitor v0.8.0 |
1253 | 2025-03-10T23:01:13.648Z | Checking progenitor v0.9.1 |
1254 | 2025-03-10T23:01:13.752Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1255 | 2025-03-10T23:01:13.752Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1256 | 2025-03-10T23:01:13.755Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1257 | 2025-03-10T23:01:13.783Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1258 | 2025-03-10T23:01:14.461Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1259 | 2025-03-10T23:01:15.524Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1260 | 2025-03-10T23:01:17.637Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1261 | 2025-03-10T23:01:18.071Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1262 | 2025-03-10T23:01:18.767Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1263 | 2025-03-10T23:01:23.230Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1264 | 2025-03-10T23:01:23.233Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1265 | 2025-03-10T23:01:23.233Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1266 | 2025-03-10T23:01:23.233Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1267 | 2025-03-10T23:01:24.767Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1268 | 2025-03-10T23:01:25.133Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1269 | 2025-03-10T23:01:25.133Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1270 | 2025-03-10T23:01:25.158Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1271 | 2025-03-10T23:01:25.736Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1272 | 2025-03-10T23:01:25.960Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1273 | 2025-03-10T23:01:26.008Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1274 | 2025-03-10T23:01:34.389Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1275 | 2025-03-10T23:01:39.263Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1276 | 2025-03-10T23:01:39.828Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1277 | 2025-03-10T23:01:43.668Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1278 | 2025-03-10T23:01:51.876Z | warning: casting to the same type is unnecessary (`i16` -> `i16`) |
1279 | 2025-03-10T23:01:51.876Z | --> lib/propolis/src/block/file.rs:412:29 |
1280 | 2025-03-10T23:01:51.876Z | | |
1281 | 2025-03-10T23:01:51.876Z | 412 | l_type: libc::F_WRLCK as i16, |
1282 | 2025-03-10T23:01:51.876Z | | ^^^^^^^^^^^^^^^^^^^^ help: try: `libc::F_WRLCK` |
1283 | 2025-03-10T23:01:51.876Z | | |
1284 | 2025-03-10T23:01:51.876Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_cast |
1285 | 2025-03-10T23:01:51.876Z | = note: `#[warn(clippy::unnecessary_cast)]` on by default |
1286 | 2025-03-10T23:01:51.876Z | |
1287 | 2025-03-10T23:01:54.709Z | warning: `propolis` (lib) generated 1 warning (run `cargo clippy --fix --lib -p propolis` to apply 1 suggestion) |
1288 | 2025-03-10T23:01:54.712Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1289 | 2025-03-10T23:01:54.712Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1290 | 2025-03-10T23:01:55.734Z | warning: `propolis` (lib test) generated 1 warning (1 duplicate) |
1291 | 2025-03-10T23:02:02.571Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
1292 | 2025-03-10T23:02:02.736Z | |
1293 | 2025-03-10T23:02:02.736Z | real 1:05.468096734 |
1294 | 2025-03-10T23:02:02.736Z | user 2:54.587125643 |
1295 | 2025-03-10T23:02:02.736Z | sys 23.078836085 |
1296 | 2025-03-10T23:02:02.736Z | trap 0.067273550 |
1297 | 2025-03-10T23:02:02.736Z | tflt 0.014067030 |
1298 | 2025-03-10T23:02:02.736Z | dflt 0.008183952 |
1299 | 2025-03-10T23:02:02.739Z | kflt 0.000065775 |
1300 | 2025-03-10T23:02:02.739Z | lock 3:47.653596907 |
1301 | 2025-03-10T23:02:02.739Z | slp 9:31.851647335 |
1302 | 2025-03-10T23:02:02.739Z | lat 5.805136229 |
1303 | 2025-03-10T23:02:02.739Z | stop 14.696502105 |
1304 | 2025-03-10T23:02:02.739Z | + banner build |
1305 | 2025-03-10T23:02:02.739Z | |
1306 | 2025-03-10T23:02:02.739Z | ##### # # # # ##### |
1307 | 2025-03-10T23:02:02.739Z | # # # # # # # # |
1308 | 2025-03-10T23:02:02.739Z | ##### # # # # # # |
1309 | 2025-03-10T23:02:02.739Z | # # # # # # # # |
1310 | 2025-03-10T23:02:02.739Z | # # # # # # # # |
1311 | 2025-03-10T23:02:02.739Z | ##### #### # ###### ##### |
1312 | 2025-03-10T23:02:02.739Z | |
1313 | 2025-03-10T23:02:02.739Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1314 | 2025-03-10T23:02:03.480Z | Compiling proc-macro2 v1.0.92 |
1315 | 2025-03-10T23:02:03.480Z | Compiling unicode-ident v1.0.14 |
1316 | 2025-03-10T23:02:03.483Z | Compiling libc v0.2.169 |
1317 | 2025-03-10T23:02:03.483Z | Compiling serde v1.0.217 |
1318 | 2025-03-10T23:02:03.483Z | Compiling autocfg v1.3.0 |
1319 | 2025-03-10T23:02:03.483Z | Compiling once_cell v1.19.0 |
1320 | 2025-03-10T23:02:03.483Z | Compiling version_check v0.9.5 |
1321 | 2025-03-10T23:02:03.483Z | Compiling cfg-if v1.0.0 |
1322 | 2025-03-10T23:02:03.641Z | Compiling memchr v2.7.2 |
1323 | 2025-03-10T23:02:03.666Z | Compiling libm v0.2.8 |
1324 | 2025-03-10T23:02:03.872Z | Compiling thiserror v1.0.64 |
1325 | 2025-03-10T23:02:04.131Z | Compiling itoa v1.0.11 |
1326 | 2025-03-10T23:02:04.141Z | Compiling lock_api v0.4.12 |
1327 | 2025-03-10T23:02:04.181Z | Compiling parking_lot_core v0.9.10 |
1328 | 2025-03-10T23:02:04.515Z | Compiling ryu v1.0.18 |
1329 | 2025-03-10T23:02:04.643Z | Compiling serde_json v1.0.135 |
1330 | 2025-03-10T23:02:04.654Z | Compiling schemars v0.8.21 |
1331 | 2025-03-10T23:02:04.797Z | Compiling slab v0.4.9 |
1332 | 2025-03-10T23:02:04.893Z | Compiling byteorder v1.5.0 |
1333 | 2025-03-10T23:02:05.047Z | Compiling pkg-config v0.3.30 |
1334 | 2025-03-10T23:02:05.061Z | Compiling vcpkg v0.2.15 |
1335 | 2025-03-10T23:02:05.170Z | Compiling log v0.4.22 |
1336 | 2025-03-10T23:02:05.314Z | Compiling quote v1.0.38 |
1337 | 2025-03-10T23:02:05.478Z | Compiling jobserver v0.1.31 |
1338 | 2025-03-10T23:02:05.704Z | Compiling syn v2.0.96 |
1339 | 2025-03-10T23:02:05.814Z | Compiling getrandom v0.2.14 |
1340 | 2025-03-10T23:02:05.891Z | Compiling cc v1.0.97 |
1341 | 2025-03-10T23:02:06.220Z | Compiling num-traits v0.2.19 |
1342 | 2025-03-10T23:02:06.420Z | Compiling smallvec v1.13.2 |
1343 | 2025-03-10T23:02:06.470Z | Compiling pin-project-lite v0.2.14 |
1344 | 2025-03-10T23:02:06.833Z | Compiling ahash v0.8.11 |
1345 | 2025-03-10T23:02:06.864Z | Compiling hashbrown v0.15.2 |
1346 | 2025-03-10T23:02:06.932Z | Compiling equivalent v1.0.1 |
1347 | 2025-03-10T23:02:07.104Z | Compiling scopeguard v1.2.0 |
1348 | 2025-03-10T23:02:07.920Z | Compiling semver v1.0.24 |
1349 | 2025-03-10T23:02:07.931Z | Compiling parking_lot v0.12.2 |
1350 | 2025-03-10T23:02:07.992Z | Compiling socket2 v0.5.7 |
1351 | 2025-03-10T23:02:08.448Z | Compiling signal-hook-registry v1.4.2 |
1352 | 2025-03-10T23:02:08.675Z | Compiling ring v0.17.8 |
1353 | 2025-03-10T23:02:09.078Z | Compiling mio v1.0.2 |
1354 | 2025-03-10T23:02:09.605Z | Compiling httparse v1.8.0 |
1355 | 2025-03-10T23:02:09.684Z | Compiling fnv v1.0.7 |
1356 | 2025-03-10T23:02:09.755Z | Compiling typenum v1.17.0 |
1357 | 2025-03-10T23:02:09.824Z | Compiling generic-array v0.14.7 |
1358 | 2025-03-10T23:02:09.871Z | Compiling heck v0.5.0 |
1359 | 2025-03-10T23:02:09.894Z | Compiling iana-time-zone v0.1.60 |
1360 | 2025-03-10T23:02:10.052Z | Compiling futures-core v0.3.31 |
1361 | 2025-03-10T23:02:10.065Z | Compiling openssl-sys v0.9.106 |
1362 | 2025-03-10T23:02:10.324Z | Compiling dyn-clone v1.0.17 |
1363 | 2025-03-10T23:02:10.559Z | Compiling stable_deref_trait v1.2.0 |
1364 | 2025-03-10T23:02:10.583Z | Compiling futures-sink v0.3.30 |
1365 | 2025-03-10T23:02:10.656Z | Compiling rand_core v0.6.4 |
1366 | 2025-03-10T23:02:10.682Z | Compiling slog v2.7.0 |
1367 | 2025-03-10T23:02:10.737Z | Compiling subtle v2.5.0 |
1368 | 2025-03-10T23:02:10.801Z | Compiling allocator-api2 v0.2.18 |
1369 | 2025-03-10T23:02:10.994Z | Compiling futures-channel v0.3.30 |
1370 | 2025-03-10T23:02:11.104Z | Compiling pin-utils v0.1.0 |
1371 | 2025-03-10T23:02:11.107Z | Compiling futures-task v0.3.30 |
1372 | 2025-03-10T23:02:11.130Z | Compiling ucd-trie v0.1.6 |
1373 | 2025-03-10T23:02:11.186Z | Compiling futures-io v0.3.30 |
1374 | 2025-03-10T23:02:11.442Z | Compiling openssl v0.10.71 |
1375 | 2025-03-10T23:02:11.503Z | Compiling aho-corasick v1.1.3 |
1376 | 2025-03-10T23:02:11.594Z | Compiling regex-syntax v0.8.5 |
1377 | 2025-03-10T23:02:11.666Z | Compiling native-tls v0.2.11 |
1378 | 2025-03-10T23:02:11.901Z | Compiling rustls v0.23.10 |
1379 | 2025-03-10T23:02:12.011Z | Compiling rustversion v1.0.17 |
1380 | 2025-03-10T23:02:12.241Z | Compiling spin v0.9.8 |
1381 | 2025-03-10T23:02:12.255Z | Compiling syn v1.0.109 |
1382 | 2025-03-10T23:02:12.652Z | Compiling synstructure v0.13.1 |
1383 | 2025-03-10T23:02:12.802Z | Compiling serde_derive_internals v0.29.1 |
1384 | 2025-03-10T23:02:14.829Z | Compiling untrusted v0.9.0 |
1385 | 2025-03-10T23:02:15.070Z | Compiling regex-automata v0.4.9 |
1386 | 2025-03-10T23:02:15.102Z | Compiling tracing-core v0.1.32 |
1387 | 2025-03-10T23:02:16.154Z | Compiling heck v0.4.1 |
1388 | 2025-03-10T23:02:16.512Z | Compiling writeable v0.5.5 |
1389 | 2025-03-10T23:02:16.590Z | Compiling serde_derive v1.0.217 |
1390 | 2025-03-10T23:02:16.778Z | Compiling thiserror-impl v1.0.64 |
1391 | 2025-03-10T23:02:17.068Z | Compiling tokio-macros v2.4.0 |
1392 | 2025-03-10T23:02:17.135Z | Compiling zerocopy-derive v0.7.34 |
1393 | 2025-03-10T23:02:17.487Z | Compiling zerofrom-derive v0.1.5 |
1394 | 2025-03-10T23:02:18.527Z | Compiling schemars_derive v0.8.21 |
1395 | 2025-03-10T23:02:18.986Z | Compiling yoke-derive v0.7.5 |
1396 | 2025-03-10T23:02:19.254Z | Compiling zerovec-derive v0.10.3 |
1397 | 2025-03-10T23:02:20.526Z | Compiling displaydoc v0.2.5 |
1398 | 2025-03-10T23:02:21.332Z | Compiling futures-macro v0.3.30 |
1399 | 2025-03-10T23:02:21.455Z | Compiling icu_provider_macros v1.5.0 |
1400 | 2025-03-10T23:02:21.545Z | Compiling zerocopy v0.7.34 |
1401 | 2025-03-10T23:02:21.980Z | Compiling pest v2.7.10 |
1402 | 2025-03-10T23:02:22.574Z | Compiling zerofrom v0.1.5 |
1403 | 2025-03-10T23:02:22.817Z | Compiling yoke v0.7.5 |
1404 | 2025-03-10T23:02:22.881Z | Compiling openssl-macros v0.1.1 |
1405 | 2025-03-10T23:02:23.092Z | Compiling futures-util v0.3.30 |
1406 | 2025-03-10T23:02:23.166Z | Compiling hashbrown v0.14.5 |
1407 | 2025-03-10T23:02:23.181Z | Compiling zerovec v0.10.4 |
1408 | 2025-03-10T23:02:24.188Z | Compiling regex v1.11.1 |
1409 | 2025-03-10T23:02:24.334Z | Compiling regress v0.10.1 |
1410 | 2025-03-10T23:02:24.460Z | Compiling pest_meta v2.7.10 |
1411 | 2025-03-10T23:02:25.072Z | Compiling tinystr v0.7.6 |
1412 | 2025-03-10T23:02:25.497Z | Compiling tracing-attributes v0.1.27 |
1413 | 2025-03-10T23:02:26.151Z | Compiling pest_generator v2.7.10 |
1414 | 2025-03-10T23:02:27.771Z | Compiling litemap v0.7.4 |
1415 | 2025-03-10T23:02:27.870Z | Compiling pest_derive v2.7.10 |
1416 | 2025-03-10T23:02:28.214Z | Compiling icu_locid v1.5.0 |
1417 | 2025-03-10T23:02:28.433Z | Compiling bytes v1.9.0 |
1418 | 2025-03-10T23:02:28.786Z | Compiling uuid v1.10.0 |
1419 | 2025-03-10T23:02:29.102Z | Compiling indexmap v2.7.0 |
1420 | 2025-03-10T23:02:30.001Z | Compiling tokio v1.40.0 |
1421 | 2025-03-10T23:02:30.023Z | Compiling serde_tokenstream v0.2.2 |
1422 | 2025-03-10T23:02:30.276Z | Compiling chrono v0.4.38 |
1423 | 2025-03-10T23:02:31.144Z | Compiling bitflags v2.6.0 |
1424 | 2025-03-10T23:02:31.899Z | Compiling http v1.2.0 |
1425 | 2025-03-10T23:02:34.052Z | Compiling tracing v0.1.40 |
1426 | 2025-03-10T23:02:34.726Z | Compiling icu_provider v1.5.0 |
1427 | 2025-03-10T23:02:35.464Z | Compiling icu_locid_transform_data v1.5.0 |
1428 | 2025-03-10T23:02:35.487Z | Compiling percent-encoding v2.3.1 |
1429 | 2025-03-10T23:02:35.572Z | Compiling rustls-pki-types v1.7.0 |
1430 | 2025-03-10T23:02:35.946Z | Compiling num-conv v0.1.0 |
1431 | 2025-03-10T23:02:36.225Z | Compiling anyhow v1.0.89 |
1432 | 2025-03-10T23:02:36.762Z | Compiling time-core v0.1.2 |
1433 | 2025-03-10T23:02:36.775Z | Compiling form_urlencoded v1.2.1 |
1434 | 2025-03-10T23:02:36.796Z | Compiling icu_locid_transform v1.5.0 |
1435 | 2025-03-10T23:02:36.828Z | Compiling icu_collections v1.5.0 |
1436 | 2025-03-10T23:02:36.927Z | Compiling time-macros v0.2.18 |
1437 | 2025-03-10T23:02:37.284Z | Compiling crypto-common v0.1.6 |
1438 | 2025-03-10T23:02:37.296Z | Compiling scroll_derive v0.12.0 |
1439 | 2025-03-10T23:02:38.448Z | Compiling icu_properties_data v1.5.0 |
1440 | 2025-03-10T23:02:39.134Z | Compiling icu_properties v1.5.1 |
1441 | 2025-03-10T23:02:39.389Z | Compiling tokio-util v0.7.11 |
1442 | 2025-03-10T23:02:39.678Z | Compiling thread-id v4.2.1 |
1443 | 2025-03-10T23:02:39.795Z | Compiling utf16_iter v1.0.5 |
1444 | 2025-03-10T23:02:40.037Z | Compiling icu_normalizer_data v1.5.0 |
1445 | 2025-03-10T23:02:40.148Z | Compiling utf8_iter v1.0.4 |
1446 | 2025-03-10T23:02:40.438Z | Compiling atomic-waker v1.1.2 |
1447 | 2025-03-10T23:02:40.653Z | Compiling write16 v1.0.0 |
1448 | 2025-03-10T23:02:40.807Z | Compiling zeroize v1.7.0 |
1449 | 2025-03-10T23:02:41.088Z | Compiling rustls-webpki v0.102.4 |
1450 | 2025-03-10T23:02:41.156Z | Compiling http-body v1.0.1 |
1451 | 2025-03-10T23:02:41.231Z | Compiling openapiv3 v2.0.0 |
1452 | 2025-03-10T23:02:41.414Z | Compiling try-lock v0.2.5 |
1453 | 2025-03-10T23:02:41.594Z | Compiling strsim v0.11.1 |
1454 | 2025-03-10T23:02:42.058Z | Compiling want v0.3.1 |
1455 | 2025-03-10T23:02:42.215Z | Compiling h2 v0.4.6 |
1456 | 2025-03-10T23:02:42.478Z | Compiling base64 v0.22.1 |
1457 | 2025-03-10T23:02:43.511Z | Compiling icu_normalizer v1.5.0 |
1458 | 2025-03-10T23:02:43.593Z | Compiling ppv-lite86 v0.2.17 |
1459 | 2025-03-10T23:02:44.362Z | Compiling camino v1.1.9 |
1460 | 2025-03-10T23:02:45.011Z | Compiling idna_adapter v1.2.0 |
1461 | 2025-03-10T23:02:45.115Z | Compiling httpdate v1.0.3 |
1462 | 2025-03-10T23:02:45.235Z | Compiling idna v1.0.3 |
1463 | 2025-03-10T23:02:45.269Z | Compiling rand_chacha v0.3.1 |
1464 | 2025-03-10T23:02:45.890Z | Compiling usdt-impl v0.5.0 |
1465 | 2025-03-10T23:02:46.338Z | Compiling tower-service v0.3.2 |
1466 | 2025-03-10T23:02:46.348Z | Compiling unsafe-libyaml v0.2.11 |
1467 | 2025-03-10T23:02:46.480Z | Compiling ident_case v1.0.1 |
1468 | 2025-03-10T23:02:46.656Z | Compiling darling_core v0.20.9 |
1469 | 2025-03-10T23:02:46.949Z | Compiling url v2.5.4 |
1470 | 2025-03-10T23:02:47.966Z | Compiling hyper v1.4.1 |
1471 | 2025-03-10T23:02:48.731Z | Compiling serde_yaml v0.9.34+deprecated |
1472 | 2025-03-10T23:02:50.551Z | Compiling rand v0.8.5 |
1473 | 2025-03-10T23:02:51.880Z | Compiling hyper-util v0.1.9 |
1474 | 2025-03-10T23:02:51.971Z | Compiling scroll v0.12.0 |
1475 | 2025-03-10T23:02:52.041Z | Compiling typify-impl v0.2.0 |
1476 | 2025-03-10T23:02:52.507Z | Compiling plain v0.2.3 |
1477 | 2025-03-10T23:02:52.609Z | Compiling foreign-types-shared v0.1.1 |
1478 | 2025-03-10T23:02:52.664Z | Compiling goblin v0.8.2 |
1479 | 2025-03-10T23:02:52.733Z | Compiling foreign-types v0.3.2 |
1480 | 2025-03-10T23:02:52.841Z | Compiling darling_macro v0.20.9 |
1481 | 2025-03-10T23:02:54.658Z | Compiling http-body-util v0.1.2 |
1482 | 2025-03-10T23:02:55.214Z | Compiling strum_macros v0.26.2 |
1483 | 2025-03-10T23:02:55.493Z | Compiling encoding_rs v0.8.34 |
1484 | 2025-03-10T23:02:55.909Z | Compiling cpufeatures v0.2.12 |
1485 | 2025-03-10T23:02:56.132Z | Compiling mime v0.3.17 |
1486 | 2025-03-10T23:02:56.417Z | Compiling pretty-hex v0.4.1 |
1487 | 2025-03-10T23:02:56.628Z | Compiling omicron-workspace-hack v0.1.0 |
1488 | 2025-03-10T23:02:57.534Z | Compiling darling v0.20.9 |
1489 | 2025-03-10T23:02:57.795Z | Compiling rustls-pemfile v2.1.3 |
1490 | 2025-03-10T23:02:58.536Z | Compiling dof v0.3.0 |
1491 | 2025-03-10T23:02:59.278Z | Compiling serde_urlencoded v0.7.1 |
1492 | 2025-03-10T23:02:59.855Z | Compiling dtrace-parser v0.2.0 |
1493 | 2025-03-10T23:02:59.982Z | Compiling block-buffer v0.10.4 |
1494 | 2025-03-10T23:03:00.235Z | Compiling async-trait v0.1.83 |
1495 | 2025-03-10T23:03:01.356Z | Compiling openssl-probe v0.1.5 |
1496 | 2025-03-10T23:03:01.568Z | Compiling typify-macro v0.2.0 |
1497 | 2025-03-10T23:03:01.819Z | Compiling rustls v0.22.4 |
1498 | 2025-03-10T23:03:02.175Z | Compiling digest v0.10.7 |
1499 | 2025-03-10T23:03:02.621Z | Compiling serde_with_macros v3.11.0 |
1500 | 2025-03-10T23:03:05.172Z | Compiling toml_datetime v0.6.8 |
1501 | 2025-03-10T23:03:06.015Z | Compiling ipnet v2.9.0 |
1502 | 2025-03-10T23:03:07.044Z | Compiling slog-async v2.8.0 |
1503 | 2025-03-10T23:03:08.972Z | Compiling tokio-rustls v0.26.0 |
1504 | 2025-03-10T23:03:09.481Z | Compiling tokio-native-tls v0.3.1 |
1505 | 2025-03-10T23:03:09.799Z | Compiling typify v0.2.0 |
1506 | 2025-03-10T23:03:09.931Z | Compiling webpki-roots v0.26.3 |
1507 | 2025-03-10T23:03:10.151Z | Compiling multer v3.1.0 |
1508 | 2025-03-10T23:03:10.635Z | Compiling paste v1.0.15 |
1509 | 2025-03-10T23:03:11.168Z | Compiling crossbeam-utils v0.8.19 |
1510 | 2025-03-10T23:03:11.814Z | Compiling hyper-rustls v0.27.3 |
1511 | 2025-03-10T23:03:12.303Z | Compiling progenitor-impl v0.8.0 |
1512 | 2025-03-10T23:03:12.460Z | Compiling hyper-tls v0.6.0 |
1513 | 2025-03-10T23:03:13.002Z | Compiling usdt-attr-macro v0.5.0 |
1514 | 2025-03-10T23:03:13.276Z | Compiling usdt-macro v0.5.0 |
1515 | 2025-03-10T23:03:14.761Z | Compiling sync_wrapper v1.0.1 |
1516 | 2025-03-10T23:03:17.991Z | Compiling progenitor-macro v0.8.0 |
1517 | 2025-03-10T23:03:18.790Z | Compiling reqwest v0.12.7 |
1518 | 2025-03-10T23:03:20.849Z | Compiling serde_spanned v0.6.7 |
1519 | 2025-03-10T23:03:21.082Z | Compiling futures-executor v0.3.30 |
1520 | 2025-03-10T23:03:21.110Z | Compiling async-stream-impl v0.3.5 |
1521 | 2025-03-10T23:03:22.123Z | Compiling dropshot v0.12.0 |
1522 | 2025-03-10T23:03:22.534Z | Compiling powerfmt v0.2.0 |
1523 | 2025-03-10T23:03:22.576Z | Compiling futures v0.3.30 |
1524 | 2025-03-10T23:03:23.033Z | Compiling deranged v0.3.11 |
1525 | 2025-03-10T23:03:23.409Z | Compiling sha1 v0.10.6 |
1526 | 2025-03-10T23:03:25.288Z | Compiling num_threads v0.1.7 |
1527 | 2025-03-10T23:03:25.420Z | Compiling time v0.3.36 |
1528 | 2025-03-10T23:03:28.529Z | Compiling strum v0.26.2 |
1529 | 2025-03-10T23:03:28.733Z | Compiling dropshot_endpoint v0.12.0 |
1530 | 2025-03-10T23:03:29.279Z | Compiling structmeta-derive v0.3.0 |
1531 | 2025-03-10T23:03:29.547Z | Compiling rustix v0.38.34 |
1532 | 2025-03-10T23:03:31.819Z | Compiling structmeta v0.3.0 |
1533 | 2025-03-10T23:03:33.004Z | Compiling serde_with v3.11.0 |
1534 | 2025-03-10T23:03:36.706Z | Compiling errno v0.3.9 |
1535 | 2025-03-10T23:03:36.954Z | Compiling dirs-sys-next v0.1.2 |
1536 | 2025-03-10T23:03:37.935Z | Compiling match_cfg v0.1.0 |
1537 | 2025-03-10T23:03:37.996Z | Compiling winnow v0.6.18 |
1538 | 2025-03-10T23:03:39.375Z | Compiling hostname v0.3.1 |
1539 | 2025-03-10T23:03:40.813Z | Compiling dirs-next v2.0.0 |
1540 | 2025-03-10T23:03:41.204Z | Compiling parse-display-derive v0.10.0 |
1541 | 2025-03-10T23:03:43.617Z | Compiling ipnetwork v0.20.0 |
1542 | 2025-03-10T23:03:43.663Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1543 | 2025-03-10T23:03:44.538Z | Compiling thread_local v1.1.8 |
1544 | 2025-03-10T23:03:45.857Z | Compiling term v0.7.0 |
1545 | 2025-03-10T23:03:46.783Z | Compiling crossbeam-channel v0.5.12 |
1546 | 2025-03-10T23:03:47.283Z | Compiling is-terminal v0.4.12 |
1547 | 2025-03-10T23:03:47.426Z | Compiling memmap v0.7.0 |
1548 | 2025-03-10T23:03:47.619Z | Compiling take_mut v0.2.2 |
1549 | 2025-03-10T23:03:48.240Z | Compiling usdt v0.5.0 |
1550 | 2025-03-10T23:03:49.624Z | Compiling slog-term v2.9.1 |
1551 | 2025-03-10T23:03:52.202Z | Compiling toml_edit v0.22.20 |
1552 | 2025-03-10T23:03:52.270Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1553 | 2025-03-10T23:03:53.119Z | Compiling slog-json v2.6.1 |
1554 | 2025-03-10T23:03:53.439Z | Compiling progenitor-client v0.8.0 |
1555 | 2025-03-10T23:03:53.784Z | Compiling winnow v0.5.40 |
1556 | 2025-03-10T23:03:54.609Z | Compiling debug-ignore v1.0.5 |
1557 | 2025-03-10T23:03:54.774Z | Compiling tokio-rustls v0.25.0 |
1558 | 2025-03-10T23:03:55.644Z | Compiling progenitor v0.8.0 |
1559 | 2025-03-10T23:03:56.099Z | Compiling toml v0.8.19 |
1560 | 2025-03-10T23:03:56.428Z | Compiling slog-bunyan v2.5.0 |
1561 | 2025-03-10T23:03:57.182Z | Compiling toml_edit v0.19.15 |
1562 | 2025-03-10T23:03:59.890Z | Compiling async-stream v0.3.5 |
1563 | 2025-03-10T23:04:00.482Z | Compiling waitgroup v0.1.2 |
1564 | 2025-03-10T23:04:00.488Z | Compiling serde_path_to_error v0.1.16 |
1565 | 2025-03-10T23:04:00.488Z | Compiling hostname v0.4.0 |
1566 | 2025-03-10T23:04:01.445Z | Compiling crucible-workspace-hack v0.1.0 |
1567 | 2025-03-10T23:04:02.309Z | Compiling proc-macro-crate v1.3.1 |
1568 | 2025-03-10T23:04:03.097Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1569 | 2025-03-10T23:04:05.567Z | Compiling newtype-uuid v1.1.0 |
1570 | 2025-03-10T23:04:06.435Z | Compiling unicode-width v0.1.14 |
1571 | 2025-03-10T23:04:07.087Z | Compiling hex v0.4.3 |
1572 | 2025-03-10T23:04:08.102Z | Compiling clap_derive v4.5.4 |
1573 | 2025-03-10T23:04:08.973Z | Compiling instant v0.1.12 |
1574 | 2025-03-10T23:04:09.295Z | Compiling lazy_static v1.5.0 |
1575 | 2025-03-10T23:04:09.451Z | Compiling utf8parse v0.2.1 |
1576 | 2025-03-10T23:04:09.628Z | Compiling anstyle-parse v0.2.4 |
1577 | 2025-03-10T23:04:10.980Z | Compiling backoff v0.4.0 |
1578 | 2025-03-10T23:04:12.350Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1579 | 2025-03-10T23:04:12.534Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1580 | 2025-03-10T23:04:13.085Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1581 | 2025-03-10T23:04:13.133Z | Compiling parse-display v0.10.0 |
1582 | 2025-03-10T23:04:13.244Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1583 | 2025-03-10T23:04:13.475Z | Compiling regress v0.9.1 |
1584 | 2025-03-10T23:04:15.328Z | Compiling macaddr v1.0.1 |
1585 | 2025-03-10T23:04:16.131Z | Compiling num-integer v0.1.46 |
1586 | 2025-03-10T23:04:17.243Z | Compiling is_terminal_polyfill v1.70.0 |
1587 | 2025-03-10T23:04:17.383Z | Compiling colorchoice v1.0.1 |
1588 | 2025-03-10T23:04:17.598Z | Compiling unicode-xid v0.2.4 |
1589 | 2025-03-10T23:04:17.794Z | Compiling anstyle v1.0.7 |
1590 | 2025-03-10T23:04:18.326Z | Compiling anstyle-query v1.0.3 |
1591 | 2025-03-10T23:04:19.107Z | Compiling anstream v0.6.14 |
1592 | 2025-03-10T23:04:19.127Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1593 | 2025-03-10T23:04:21.302Z | Compiling terminal_size v0.3.0 |
1594 | 2025-03-10T23:04:24.843Z | Compiling heapless v0.8.0 |
1595 | 2025-03-10T23:04:24.893Z | Compiling clap_lex v0.7.0 |
1596 | 2025-03-10T23:04:25.598Z | Compiling clap_builder v4.5.2 |
1597 | 2025-03-10T23:04:27.714Z | Compiling num-bigint v0.4.5 |
1598 | 2025-03-10T23:04:27.746Z | Compiling num_enum_derive v0.5.11 |
1599 | 2025-03-10T23:04:30.013Z | Compiling hash32 v0.3.1 |
1600 | 2025-03-10T23:04:30.067Z | Compiling fastrand v2.1.0 |
1601 | 2025-03-10T23:04:30.260Z | Compiling smoltcp v0.11.0 |
1602 | 2025-03-10T23:04:30.506Z | Compiling thiserror v2.0.11 |
1603 | 2025-03-10T23:04:30.705Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1604 | 2025-03-10T23:04:30.905Z | Compiling either v1.13.0 |
1605 | 2025-03-10T23:04:31.001Z | Compiling num-rational v0.4.2 |
1606 | 2025-03-10T23:04:31.107Z | Compiling tempfile v3.10.1 |
1607 | 2025-03-10T23:04:31.138Z | Compiling clap v4.5.4 |
1608 | 2025-03-10T23:04:31.835Z | Compiling num_enum v0.5.11 |
1609 | 2025-03-10T23:04:32.332Z | Compiling synstructure v0.12.6 |
1610 | 2025-03-10T23:04:32.418Z | Compiling num-iter v0.1.45 |
1611 | 2025-03-10T23:04:32.692Z | Compiling num-complex v0.4.6 |
1612 | 2025-03-10T23:04:33.221Z | Compiling proc-macro-error-attr v1.0.4 |
1613 | 2025-03-10T23:04:33.623Z | Compiling managed v0.8.0 |
1614 | 2025-03-10T23:04:33.692Z | Compiling bitflags v1.3.2 |
1615 | 2025-03-10T23:04:33.808Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1616 | 2025-03-10T23:04:34.003Z | Compiling cobs v0.2.3 |
1617 | 2025-03-10T23:04:34.231Z | Compiling postcard v1.0.9 |
1618 | 2025-03-10T23:04:34.457Z | Compiling num v0.4.3 |
1619 | 2025-03-10T23:04:34.645Z | Compiling zerocopy-derive v0.2.0 |
1620 | 2025-03-10T23:04:36.338Z | Compiling foreign-types-macros v0.2.3 |
1621 | 2025-03-10T23:04:36.422Z | Compiling thiserror-impl v2.0.11 |
1622 | 2025-03-10T23:04:36.468Z | Compiling libz-sys v1.1.16 |
1623 | 2025-03-10T23:04:37.593Z | Compiling proc-macro-error v1.0.4 |
1624 | 2025-03-10T23:04:37.986Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1625 | 2025-03-10T23:04:38.372Z | Compiling foreign-types-shared v0.3.1 |
1626 | 2025-03-10T23:04:38.547Z | Compiling prettyplease v0.2.22 |
1627 | 2025-03-10T23:04:38.941Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1628 | 2025-03-10T23:04:39.123Z | Compiling data-encoding v2.6.0 |
1629 | 2025-03-10T23:04:39.332Z | Compiling pretty-hex v0.2.1 |
1630 | 2025-03-10T23:04:41.291Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1631 | 2025-03-10T23:04:41.749Z | Compiling foreign-types v0.5.0 |
1632 | 2025-03-10T23:04:44.764Z | Compiling tabwriter v1.4.0 |
1633 | 2025-03-10T23:04:45.194Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1634 | 2025-03-10T23:04:45.475Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1635 | 2025-03-10T23:04:46.139Z | Compiling cstr-argument v0.1.2 |
1636 | 2025-03-10T23:04:46.398Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1637 | 2025-03-10T23:04:46.870Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1638 | 2025-03-10T23:04:47.341Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1639 | 2025-03-10T23:04:48.052Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2025-03-10T23:04:48.438Z | Compiling colored v2.1.0 |
1641 | 2025-03-10T23:04:49.462Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1642 | 2025-03-10T23:04:49.831Z | Compiling usdt-impl v0.3.5 |
1643 | 2025-03-10T23:04:49.979Z | Compiling float-ord v0.3.2 |
1644 | 2025-03-10T23:04:49.996Z | Compiling unicode-segmentation v1.11.0 |
1645 | 2025-03-10T23:04:50.023Z | Compiling semver v0.1.20 |
1646 | 2025-03-10T23:04:50.149Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1647 | 2025-03-10T23:04:50.309Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1648 | 2025-03-10T23:04:50.524Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1649 | 2025-03-10T23:04:50.536Z | Compiling rustc_version v0.1.7 |
1650 | 2025-03-10T23:04:50.667Z | Compiling newline-converter v0.3.0 |
1651 | 2025-03-10T23:04:51.977Z | Compiling zone_cfg_derive v0.3.0 |
1652 | 2025-03-10T23:04:53.696Z | Compiling camino-tempfile v1.1.1 |
1653 | 2025-03-10T23:04:54.428Z | Compiling itertools v0.10.5 |
1654 | 2025-03-10T23:04:54.799Z | Compiling console v0.15.8 |
1655 | 2025-03-10T23:04:57.558Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1656 | 2025-03-10T23:04:58.155Z | Compiling num-derive v0.4.2 |
1657 | 2025-03-10T23:04:59.147Z | Compiling sigpipe v0.1.3 |
1658 | 2025-03-10T23:04:59.384Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1659 | 2025-03-10T23:04:59.651Z | Compiling base64 v0.21.7 |
1660 | 2025-03-10T23:04:59.755Z | Compiling similar v2.5.0 |
1661 | 2025-03-10T23:05:00.229Z | Compiling base64ct v1.6.0 |
1662 | 2025-03-10T23:05:00.763Z | Compiling password-hash v0.5.0 |
1663 | 2025-03-10T23:05:00.852Z | Compiling expectorate v1.1.0 |
1664 | 2025-03-10T23:05:00.917Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1665 | 2025-03-10T23:05:02.315Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1666 | 2025-03-10T23:05:02.966Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1667 | 2025-03-10T23:05:03.507Z | Compiling zone v0.3.0 |
1668 | 2025-03-10T23:05:04.235Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1669 | 2025-03-10T23:05:05.362Z | Compiling typify-impl v0.3.0 |
1670 | 2025-03-10T23:05:05.769Z | Compiling newtype_derive v0.1.6 |
1671 | 2025-03-10T23:05:06.140Z | Compiling zerocopy v0.3.2 |
1672 | 2025-03-10T23:05:06.642Z | Compiling blake2 v0.10.6 |
1673 | 2025-03-10T23:05:06.724Z | Compiling cargo-platform v0.1.8 |
1674 | 2025-03-10T23:05:07.140Z | Compiling hubpack_derive v0.1.1 |
1675 | 2025-03-10T23:05:07.176Z | Compiling smf v0.2.3 |
1676 | 2025-03-10T23:05:07.705Z | Compiling serde_repr v0.1.19 |
1677 | 2025-03-10T23:05:07.768Z | Compiling zerocopy-derive v0.6.6 |
1678 | 2025-03-10T23:05:08.073Z | Compiling vergen v8.3.2 |
1679 | 2025-03-10T23:05:08.442Z | Compiling owo-colors v4.1.0 |
1680 | 2025-03-10T23:05:08.829Z | Compiling whoami v1.5.1 |
1681 | 2025-03-10T23:05:09.033Z | Compiling fixedbitset v0.4.2 |
1682 | 2025-03-10T23:05:09.511Z | Compiling cancel-safe-futures v0.1.5 |
1683 | 2025-03-10T23:05:09.590Z | Compiling zerocopy v0.6.6 |
1684 | 2025-03-10T23:05:09.733Z | Compiling petgraph v0.6.5 |
1685 | 2025-03-10T23:05:09.985Z | Compiling hubpack v0.1.2 |
1686 | 2025-03-10T23:05:10.349Z | Compiling argon2 v0.5.3 |
1687 | 2025-03-10T23:05:10.416Z | Compiling cargo_metadata v0.18.1 |
1688 | 2025-03-10T23:05:12.772Z | Compiling dof v0.1.5 |
1689 | 2025-03-10T23:05:13.763Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1690 | 2025-03-10T23:05:13.776Z | Compiling rustc_version v0.4.0 |
1691 | 2025-03-10T23:05:14.329Z | Compiling dtrace-parser v0.1.14 |
1692 | 2025-03-10T23:05:14.851Z | Compiling typify-macro v0.3.0 |
1693 | 2025-03-10T23:05:15.279Z | Compiling serde-big-array v0.5.1 |
1694 | 2025-03-10T23:05:15.535Z | Compiling strum_macros v0.25.3 |
1695 | 2025-03-10T23:05:15.796Z | Compiling libsqlite3-sys v0.30.1 |
1696 | 2025-03-10T23:05:16.391Z | Compiling slog-dtrace v0.3.0 |
1697 | 2025-03-10T23:05:16.795Z | Compiling cookie v0.18.1 |
1698 | 2025-03-10T23:05:16.847Z | Compiling convert_case v0.4.0 |
1699 | 2025-03-10T23:05:17.132Z | Compiling static_assertions v1.1.0 |
1700 | 2025-03-10T23:05:17.245Z | Compiling cfg_aliases v0.2.1 |
1701 | 2025-03-10T23:05:17.354Z | Compiling rustls v0.21.12 |
1702 | 2025-03-10T23:05:17.392Z | Compiling tinyvec_macros v0.1.1 |
1703 | 2025-03-10T23:05:17.493Z | Compiling utf-8 v0.7.6 |
1704 | 2025-03-10T23:05:17.724Z | Compiling tungstenite v0.21.0 |
1705 | 2025-03-10T23:05:17.830Z | Compiling derive_more v0.99.18 |
1706 | 2025-03-10T23:05:18.131Z | Compiling tinyvec v1.6.0 |
1707 | 2025-03-10T23:05:18.192Z | Compiling nix v0.29.0 |
1708 | 2025-03-10T23:05:18.774Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1709 | 2025-03-10T23:05:18.855Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1710 | 2025-03-10T23:05:20.347Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1711 | 2025-03-10T23:05:21.718Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1712 | 2025-03-10T23:05:22.588Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1713 | 2025-03-10T23:05:23.452Z | Compiling atomicwrites v0.4.4 |
1714 | 2025-03-10T23:05:23.556Z | Compiling itertools v0.13.0 |
1715 | 2025-03-10T23:05:24.343Z | Compiling libsw v3.3.1 |
1716 | 2025-03-10T23:05:24.510Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1717 | 2025-03-10T23:05:24.666Z | Compiling serde_tokenstream v0.1.7 |
1718 | 2025-03-10T23:05:25.132Z | Compiling sct v0.7.1 |
1719 | 2025-03-10T23:05:25.583Z | Compiling rustls-webpki v0.101.7 |
1720 | 2025-03-10T23:05:26.852Z | Compiling inout v0.1.3 |
1721 | 2025-03-10T23:05:26.979Z | Compiling enum-as-inner v0.6.0 |
1722 | 2025-03-10T23:05:27.016Z | Compiling derive-where v1.2.7 |
1723 | 2025-03-10T23:05:27.084Z | Compiling linear-map v1.2.0 |
1724 | 2025-03-10T23:05:27.483Z | Compiling radium v0.7.0 |
1725 | 2025-03-10T23:05:27.984Z | Compiling swrite v0.1.0 |
1726 | 2025-03-10T23:05:28.106Z | Compiling quick-error v1.2.3 |
1727 | 2025-03-10T23:05:28.137Z | Compiling indent_write v2.2.0 |
1728 | 2025-03-10T23:05:28.272Z | Compiling linked-hash-map v0.5.6 |
1729 | 2025-03-10T23:05:28.283Z | Compiling highway v1.2.0 |
1730 | 2025-03-10T23:05:28.366Z | Compiling resolv-conf v0.7.0 |
1731 | 2025-03-10T23:05:28.634Z | Compiling lru-cache v0.1.2 |
1732 | 2025-03-10T23:05:28.862Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1733 | 2025-03-10T23:05:29.257Z | Compiling hickory-proto v0.24.4 |
1734 | 2025-03-10T23:05:29.601Z | Compiling cipher v0.4.4 |
1735 | 2025-03-10T23:05:29.933Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1736 | 2025-03-10T23:05:29.944Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1737 | 2025-03-10T23:05:30.335Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1738 | 2025-03-10T23:05:36.774Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1739 | 2025-03-10T23:05:39.785Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1740 | 2025-03-10T23:05:40.224Z | Compiling git2 v0.19.0 |
1741 | 2025-03-10T23:05:40.603Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1742 | 2025-03-10T23:05:44.650Z | Compiling steno v0.4.1 |
1743 | 2025-03-10T23:05:47.799Z | Compiling tokio-tungstenite v0.21.0 |
1744 | 2025-03-10T23:05:48.039Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1745 | 2025-03-10T23:05:48.864Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1746 | 2025-03-10T23:05:49.641Z | Compiling crossbeam-epoch v0.9.18 |
1747 | 2025-03-10T23:05:50.033Z | Compiling hashlink v0.9.1 |
1748 | 2025-03-10T23:05:50.329Z | Compiling fallible-streaming-iterator v0.1.9 |
1749 | 2025-03-10T23:05:50.624Z | Compiling rayon-core v1.12.1 |
1750 | 2025-03-10T23:05:50.721Z | Compiling humantime v2.1.0 |
1751 | 2025-03-10T23:05:50.758Z | Compiling fallible-iterator v0.3.0 |
1752 | 2025-03-10T23:05:50.997Z | Compiling tap v1.0.1 |
1753 | 2025-03-10T23:05:51.507Z | Compiling rusqlite v0.32.1 |
1754 | 2025-03-10T23:05:51.540Z | Compiling wyz v0.5.1 |
1755 | 2025-03-10T23:05:51.957Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1756 | 2025-03-10T23:05:54.532Z | Compiling crossbeam-deque v0.8.5 |
1757 | 2025-03-10T23:05:55.166Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1758 | 2025-03-10T23:05:56.892Z | Compiling tokio-rustls v0.24.1 |
1759 | 2025-03-10T23:05:57.094Z | Compiling hickory-resolver v0.24.4 |
1760 | 2025-03-10T23:05:57.829Z | Compiling usdt-macro v0.3.5 |
1761 | 2025-03-10T23:05:59.145Z | Compiling usdt-attr-macro v0.3.5 |
1762 | 2025-03-10T23:06:00.623Z | Compiling typify v0.3.0 |
1763 | 2025-03-10T23:06:00.760Z | Compiling rustls-pemfile v1.0.4 |
1764 | 2025-03-10T23:06:01.476Z | Compiling num_enum_derive v0.7.2 |
1765 | 2025-03-10T23:06:03.837Z | Compiling twox-hash v2.1.0 |
1766 | 2025-03-10T23:06:03.987Z | Compiling universal-hash v0.5.1 |
1767 | 2025-03-10T23:06:04.233Z | Compiling atty v0.2.14 |
1768 | 2025-03-10T23:06:04.283Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1769 | 2025-03-10T23:06:04.402Z | Compiling funty v2.0.0 |
1770 | 2025-03-10T23:06:04.680Z | Compiling opaque-debug v0.3.1 |
1771 | 2025-03-10T23:06:04.776Z | Compiling polyval v0.6.2 |
1772 | 2025-03-10T23:06:05.291Z | Compiling num_enum v0.7.2 |
1773 | 2025-03-10T23:06:05.492Z | Compiling bitvec v1.0.1 |
1774 | 2025-03-10T23:06:07.284Z | Compiling progenitor-impl v0.9.1 |
1775 | 2025-03-10T23:06:10.677Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1776 | 2025-03-10T23:06:12.972Z | Compiling usdt v0.3.5 |
1777 | 2025-03-10T23:06:13.429Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1778 | 2025-03-10T23:06:15.547Z | Compiling toml v0.7.8 |
1779 | 2025-03-10T23:06:16.429Z | Compiling ctr v0.9.2 |
1780 | 2025-03-10T23:06:16.792Z | Compiling aes v0.8.4 |
1781 | 2025-03-10T23:06:19.249Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1782 | 2025-03-10T23:06:19.669Z | Compiling aead v0.5.2 |
1783 | 2025-03-10T23:06:19.682Z | Compiling bincode v1.3.3 |
1784 | 2025-03-10T23:06:20.004Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1785 | 2025-03-10T23:06:20.203Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1786 | 2025-03-10T23:06:20.558Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1787 | 2025-03-10T23:06:20.645Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1788 | 2025-03-10T23:06:20.680Z | Compiling aes-gcm-siv v0.11.1 |
1789 | 2025-03-10T23:06:20.967Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1790 | 2025-03-10T23:06:20.981Z | Compiling rayon v1.10.0 |
1791 | 2025-03-10T23:06:21.504Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1792 | 2025-03-10T23:06:26.251Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1793 | 2025-03-10T23:06:28.670Z | Compiling progenitor-macro v0.9.1 |
1794 | 2025-03-10T23:06:31.403Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1795 | 2025-03-10T23:06:31.775Z | Compiling progenitor-client v0.9.1 |
1796 | 2025-03-10T23:06:32.703Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1797 | 2025-03-10T23:06:33.249Z | Compiling bitstruct_derive v0.1.0 |
1798 | 2025-03-10T23:06:34.613Z | Compiling async-recursion v1.1.1 |
1799 | 2025-03-10T23:06:36.109Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1800 | 2025-03-10T23:06:36.275Z | Compiling ascii v1.1.0 |
1801 | 2025-03-10T23:06:37.001Z | Compiling typeid v1.0.0 |
1802 | 2025-03-10T23:06:37.185Z | Compiling ringbuffer v0.15.0 |
1803 | 2025-03-10T23:06:39.191Z | Compiling progenitor v0.9.1 |
1804 | 2025-03-10T23:06:39.415Z | Compiling erased-serde v0.4.5 |
1805 | 2025-03-10T23:06:40.820Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1806 | 2025-03-10T23:06:41.491Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1807 | 2025-03-10T23:06:41.867Z | Compiling bitstruct v0.1.1 |
1808 | 2025-03-10T23:06:42.006Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1809 | 2025-03-10T23:06:42.678Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1810 | 2025-03-10T23:06:43.082Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1811 | 2025-03-10T23:06:43.527Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1812 | 2025-03-10T23:06:44.037Z | Compiling const_format_proc_macros v0.2.32 |
1813 | 2025-03-10T23:06:45.890Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1814 | 2025-03-10T23:06:47.083Z | Compiling serde_arrays v0.1.0 |
1815 | 2025-03-10T23:06:47.294Z | Compiling kstat-rs v0.2.4 |
1816 | 2025-03-10T23:06:48.165Z | Compiling libloading v0.7.4 |
1817 | 2025-03-10T23:06:48.583Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1818 | 2025-03-10T23:06:49.543Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1819 | 2025-03-10T23:06:59.329Z | Compiling const_format v0.2.32 |
1820 | 2025-03-10T23:06:59.649Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1821 | 2025-03-10T23:07:00.566Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1822 | 2025-03-10T23:07:01.247Z | Compiling ron v0.8.1 |
1823 | 2025-03-10T23:07:02.160Z | Compiling bit_field v0.10.2 |
1824 | 2025-03-10T23:07:06.926Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1825 | 2025-03-10T23:07:06.929Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1826 | 2025-03-10T23:07:09.295Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1827 | 2025-03-10T23:08:06.048Z | Finished `release` profile [optimized] target(s) in 6m 03s |
1828 | 2025-03-10T23:08:06.198Z | |
1829 | 2025-03-10T23:08:06.199Z | real 6:03.397254839 |
1830 | 2025-03-10T23:08:06.199Z | user 43:28.495854333 |
1831 | 2025-03-10T23:08:06.199Z | sys 2:42.925080058 |
1832 | 2025-03-10T23:08:06.199Z | trap 1.253200484 |
1833 | 2025-03-10T23:08:06.203Z | tflt 1.525319395 |
1834 | 2025-03-10T23:08:06.203Z | dflt 0.994675207 |
1835 | 2025-03-10T23:08:06.203Z | kflt 0.000049864 |
1836 | 2025-03-10T23:08:06.203Z | lock 1:35:37.970385339 |
1837 | 2025-03-10T23:08:06.203Z | slp 2:37:45.940388605 |
1838 | 2025-03-10T23:08:06.203Z | lat 2:05.645751713 |
1839 | 2025-03-10T23:08:06.203Z | stop 2:16.653276865 |
1840 | 2025-03-10T23:08:06.203Z | + OUTDIR=/work/release |
1841 | 2025-03-10T23:08:06.203Z | + mkdir -p /work/release |
1842 | 2025-03-10T23:08:06.203Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1843 | 2025-03-10T23:08:06.226Z | + cp target/release/propolis-server /work/release/propolis-server |
1844 | 2025-03-10T23:08:06.297Z | process exited: duration 601679 ms, exit code 0 |
|
1845 | 2025-03-10T23:08:06.313Z | found 2 output files |
1846 | 2025-03-10T23:08:06.313Z | uploading: /work/release/propolis-cli (22330200 bytes) |
1847 | 2025-03-10T23:08:07.630Z | uploaded: /work/release/propolis-cli |
1848 | 2025-03-10T23:08:07.633Z | uploading: /work/release/propolis-server (61060720 bytes) |
1849 | 2025-03-10T23:08:09.664Z | uploaded: /work/release/propolis-server |