|
|
|
1 | 2025-02-20T18:54:19.887Z | job assigned to worker 01JMJBA5ZX6X08EMGXVEMYBDV1 [factory aws, i-059631169790f24ee] (queued for 1 m 0 s) |
|
2 | 2025-02-20T18:54:28.544Z | starting task 0: "setup" |
3 | 2025-02-20T18:54:28.551Z | ++ uname -s |
4 | 2025-02-20T18:54:28.554Z | + kern=SunOS |
5 | 2025-02-20T18:54:28.554Z | + build_user=build |
6 | 2025-02-20T18:54:28.554Z | + build_uid=12345 |
7 | 2025-02-20T18:54:28.554Z | + work_dir=/work |
8 | 2025-02-20T18:54:28.554Z | + input_dir=/input |
9 | 2025-02-20T18:54:28.554Z | + [[ 0 == 12345 ]] |
10 | 2025-02-20T18:54:28.554Z | + case "$kern" in |
11 | 2025-02-20T18:54:28.554Z | + groupadd -g 12345 build |
12 | 2025-02-20T18:54:28.557Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-20T18:54:30.591Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-20T18:54:30.758Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-20T18:54:30.774Z | + home_fs=zfs |
16 | 2025-02-20T18:54:30.774Z | + [[ zfs == autofs ]] |
17 | 2025-02-20T18:54:30.774Z | + mkdir -p /home/build |
18 | 2025-02-20T18:54:30.774Z | + chown build:build /home/build /work |
19 | 2025-02-20T18:54:32.756Z | + chmod 0700 /home/build /work |
20 | 2025-02-20T18:54:32.758Z | process exited: duration 4214 ms, exit code 0 |
|
21 | 2025-02-20T18:54:32.764Z | starting task 1: "rust-toolchain" |
22 | 2025-02-20T18:54:32.769Z | + printf ' * rust toolchain channel = "%s"\n' stable |
23 | 2025-02-20T18:54:32.769Z | * rust toolchain channel = "stable" |
24 | 2025-02-20T18:54:32.769Z | * rust toolchain profile = "default" |
25 | 2025-02-20T18:54:32.769Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-20T18:54:32.769Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-20T18:54:32.769Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-20T18:54:32.772Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-20T18:54:32.772Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
30 | 2025-02-20T18:54:32.928Z | info: downloading installer |
31 | 2025-02-20T18:54:34.359Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-20T18:54:34.359Z | warning: /opt/ooce/bin |
33 | 2025-02-20T18:54:34.359Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-20T18:54:34.359Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-20T18:54:34.359Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-20T18:54:34.359Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-20T18:54:34.359Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-20T18:54:34.359Z | error: cannot install while Rust is installed |
39 | 2025-02-20T18:54:34.359Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-20T18:54:34.370Z | info: profile set to 'default' |
41 | 2025-02-20T18:54:34.371Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-20T18:54:34.374Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
43 | 2025-02-20T18:54:34.560Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-20T18:54:34.560Z | info: downloading component 'cargo' |
45 | 2025-02-20T18:54:35.640Z | info: downloading component 'clippy' |
46 | 2025-02-20T18:54:36.064Z | info: downloading component 'rust-docs' |
47 | 2025-02-20T18:54:37.701Z | info: downloading component 'rust-std' |
48 | 2025-02-20T18:54:40.115Z | info: downloading component 'rustc' |
49 | 2025-02-20T18:54:48.390Z | info: downloading component 'rustfmt' |
50 | 2025-02-20T18:54:48.699Z | info: installing component 'cargo' |
51 | 2025-02-20T18:54:49.518Z | info: installing component 'clippy' |
52 | 2025-02-20T18:54:49.900Z | info: installing component 'rust-docs' |
53 | 2025-02-20T18:54:51.638Z | info: installing component 'rust-std' |
54 | 2025-02-20T18:54:53.520Z | info: installing component 'rustc' |
55 | 2025-02-20T18:54:59.592Z | info: installing component 'rustfmt' |
56 | 2025-02-20T18:54:59.927Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
57 | 2025-02-20T18:54:59.927Z | |
58 | 2025-02-20T18:55:00.298Z | stable-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-20T18:55:00.298Z | |
60 | 2025-02-20T18:55:00.302Z | |
61 | 2025-02-20T18:55:00.302Z | Rust is installed now. Great! |
62 | 2025-02-20T18:55:00.302Z | |
63 | 2025-02-20T18:55:00.302Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-20T18:55:00.302Z | environment variable. This has not been done automatically. |
65 | 2025-02-20T18:55:00.302Z | |
66 | 2025-02-20T18:55:00.302Z | To configure your current shell, you need to source |
67 | 2025-02-20T18:55:00.303Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-20T18:55:00.303Z | |
69 | 2025-02-20T18:55:00.303Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-20T18:55:00.303Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-20T18:55:00.303Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-20T18:55:00.387Z | + rustup --version |
73 | 2025-02-20T18:55:00.397Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-20T18:55:00.400Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-20T18:55:00.522Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-20T18:55:00.528Z | + cargo --version |
77 | 2025-02-20T18:55:00.598Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-20T18:55:00.601Z | + rustc --version |
79 | 2025-02-20T18:55:00.669Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-20T18:55:00.673Z | process exited: duration 27908 ms, exit code 0 |
|
81 | 2025-02-20T18:55:00.678Z | starting task 2: "authentication" |
82 | 2025-02-20T18:55:00.700Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-20T18:55:00.705Z | starting task 3: "clone repository" |
84 | 2025-02-20T18:55:00.710Z | + mkdir -p /work/oxidecomputer/propolis |
85 | 2025-02-20T18:55:00.713Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
86 | 2025-02-20T18:55:00.753Z | Cloning into '/work/oxidecomputer/propolis'... |
87 | 2025-02-20T18:55:01.970Z | + cd /work/oxidecomputer/propolis |
88 | 2025-02-20T18:55:01.970Z | + git fetch origin 2e170f2d06bfd52d5a5de357075f0a388907afc7 |
89 | 2025-02-20T18:55:02.198Z | From https://github.com/oxidecomputer/propolis |
90 | 2025-02-20T18:55:02.198Z | * branch 2e170f2d06bfd52d5a5de357075f0a388907afc7 -> FETCH_HEAD |
91 | 2025-02-20T18:55:02.206Z | + [[ -n rust-1.85-clippy ]] |
92 | 2025-02-20T18:55:02.209Z | ++ git branch --show-current |
93 | 2025-02-20T18:55:02.212Z | + current=master |
94 | 2025-02-20T18:55:02.212Z | + [[ master != rust-1.85-clippy ]] |
95 | 2025-02-20T18:55:02.212Z | + git branch -f rust-1.85-clippy 2e170f2d06bfd52d5a5de357075f0a388907afc7 |
96 | 2025-02-20T18:55:02.215Z | + git checkout -f rust-1.85-clippy |
97 | 2025-02-20T18:55:02.238Z | Switched to branch 'rust-1.85-clippy' |
98 | 2025-02-20T18:55:02.241Z | + git reset --hard 2e170f2d06bfd52d5a5de357075f0a388907afc7 |
99 | 2025-02-20T18:55:02.262Z | HEAD is now at 2e170f2 and a few lints that are in 1.85 but not 1.86 beta?? |
100 | 2025-02-20T18:55:02.264Z | process exited: duration 1557 ms, exit code 0 |
|
101 | 2025-02-20T18:55:02.270Z | starting task 4: "build" |
102 | 2025-02-20T18:55:02.275Z | + cargo --version |
103 | 2025-02-20T18:55:02.328Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
104 | 2025-02-20T18:55:02.330Z | + rustc --version |
105 | 2025-02-20T18:55:02.396Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
106 | 2025-02-20T18:55:02.399Z | + banner check |
107 | 2025-02-20T18:55:02.402Z | |
108 | 2025-02-20T18:55:02.402Z | #### # # ###### #### # # |
109 | 2025-02-20T18:55:02.402Z | # # # # # # # # # |
110 | 2025-02-20T18:55:02.402Z | # ###### ##### # #### |
111 | 2025-02-20T18:55:02.403Z | # # # # # # # |
112 | 2025-02-20T18:55:02.403Z | # # # # # # # # # |
113 | 2025-02-20T18:55:02.403Z | #### # # ###### #### # # |
114 | 2025-02-20T18:55:02.405Z | |
115 | 2025-02-20T18:55:02.405Z | + ptime -m cargo check --features falcon |
116 | 2025-02-20T18:55:02.571Z | Updating crates.io index |
117 | 2025-02-20T18:55:02.633Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
118 | 2025-02-20T18:55:04.460Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
119 | 2025-02-20T18:55:11.289Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
120 | 2025-02-20T18:55:11.536Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
121 | 2025-02-20T18:55:11.768Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
122 | 2025-02-20T18:55:12.062Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
123 | 2025-02-20T18:55:12.420Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-20T18:55:12.701Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
125 | 2025-02-20T18:55:13.270Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
126 | 2025-02-20T18:55:13.534Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
127 | 2025-02-20T18:55:13.810Z | Updating git repository `https://github.com/oxidecomputer/p4` |
128 | 2025-02-20T18:55:14.156Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
129 | 2025-02-20T18:55:15.020Z | Updating git repository `https://github.com/oxidecomputer/opte` |
130 | 2025-02-20T18:55:15.653Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
131 | 2025-02-20T18:55:16.210Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
132 | 2025-02-20T18:55:16.496Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
133 | 2025-02-20T18:55:16.795Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
134 | 2025-02-20T18:55:17.089Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
135 | 2025-02-20T18:55:18.019Z | Downloading crates ... |
136 | 2025-02-20T18:55:18.093Z | Downloaded anstyle-parse v0.2.4 |
137 | 2025-02-20T18:55:18.097Z | Downloaded aead v0.5.2 |
138 | 2025-02-20T18:55:18.101Z | Downloaded cfg_aliases v0.2.1 |
139 | 2025-02-20T18:55:18.104Z | Downloaded atomicwrites v0.4.4 |
140 | 2025-02-20T18:55:18.104Z | Downloaded anstyle v1.0.7 |
141 | 2025-02-20T18:55:18.107Z | Downloaded aes-gcm-siv v0.11.1 |
142 | 2025-02-20T18:55:18.110Z | Downloaded async-stream-impl v0.3.5 |
143 | 2025-02-20T18:55:18.112Z | Downloaded num-conv v0.1.0 |
144 | 2025-02-20T18:55:18.115Z | Downloaded cfg_aliases v0.1.1 |
145 | 2025-02-20T18:55:18.118Z | Downloaded crucible-workspace-hack v0.1.0 |
146 | 2025-02-20T18:55:18.121Z | Downloaded bitstruct_derive v0.1.0 |
147 | 2025-02-20T18:55:18.126Z | Downloaded num-complex v0.4.6 |
148 | 2025-02-20T18:55:18.129Z | Downloaded darling_macro v0.20.9 |
149 | 2025-02-20T18:55:18.132Z | Downloaded cstr-argument v0.1.2 |
150 | 2025-02-20T18:55:18.137Z | Downloaded equivalent v1.0.1 |
151 | 2025-02-20T18:55:18.140Z | Downloaded dtrace-parser v0.1.14 |
152 | 2025-02-20T18:55:18.142Z | Downloaded atty v0.2.14 |
153 | 2025-02-20T18:55:18.146Z | Downloaded pretty-hex v0.2.1 |
154 | 2025-02-20T18:55:18.146Z | Downloaded bitstruct v0.1.1 |
155 | 2025-02-20T18:55:18.150Z | Downloaded progenitor-client v0.9.1 |
156 | 2025-02-20T18:55:18.150Z | Downloaded cipher v0.4.4 |
157 | 2025-02-20T18:55:18.152Z | Downloaded async-recursion v1.1.1 |
158 | 2025-02-20T18:55:18.155Z | Downloaded cargo-platform v0.1.8 |
159 | 2025-02-20T18:55:18.155Z | Downloaded openssl-probe v0.1.5 |
160 | 2025-02-20T18:55:18.158Z | Downloaded clap_lex v0.7.0 |
161 | 2025-02-20T18:55:18.158Z | Downloaded camino-tempfile v1.1.1 |
162 | 2025-02-20T18:55:18.161Z | Downloaded pretty-hex v0.4.1 |
163 | 2025-02-20T18:55:18.163Z | Downloaded cfg-if v1.0.0 |
164 | 2025-02-20T18:55:18.163Z | Downloaded atomic-waker v1.1.2 |
165 | 2025-02-20T18:55:18.166Z | Downloaded embedded-io v0.4.0 |
166 | 2025-02-20T18:55:18.166Z | Downloaded progenitor-client v0.8.0 |
167 | 2025-02-20T18:55:18.168Z | Downloaded num-integer v0.1.46 |
168 | 2025-02-20T18:55:18.171Z | Downloaded bitflags v1.3.2 |
169 | 2025-02-20T18:55:18.174Z | Downloaded num-iter v0.1.45 |
170 | 2025-02-20T18:55:18.174Z | Downloaded ctrlc v3.4.4 |
171 | 2025-02-20T18:55:18.177Z | Downloaded opaque-debug v0.3.1 |
172 | 2025-02-20T18:55:18.177Z | Downloaded escargot v0.5.10 |
173 | 2025-02-20T18:55:18.179Z | Downloaded defmt-parser v0.3.4 |
174 | 2025-02-20T18:55:18.182Z | Downloaded defmt v0.3.8 |
175 | 2025-02-20T18:55:18.184Z | Downloaded either v1.13.0 |
176 | 2025-02-20T18:55:18.187Z | Downloaded dirs-sys-next v0.1.2 |
177 | 2025-02-20T18:55:18.190Z | Downloaded deranged v0.3.11 |
178 | 2025-02-20T18:55:18.190Z | Downloaded openssl-macros v0.1.1 |
179 | 2025-02-20T18:55:18.192Z | Downloaded omicron-workspace-hack v0.1.0 |
180 | 2025-02-20T18:55:18.192Z | Downloaded cpufeatures v0.2.12 |
181 | 2025-02-20T18:55:18.195Z | Downloaded resolv-conf v0.7.0 |
182 | 2025-02-20T18:55:18.198Z | Downloaded usdt-attr-macro v0.5.0 |
183 | 2025-02-20T18:55:18.198Z | Downloaded proc-macro-error-attr v1.0.4 |
184 | 2025-02-20T18:55:18.198Z | Downloaded parse-display-derive v0.10.0 |
185 | 2025-02-20T18:55:18.200Z | Downloaded rand_chacha v0.3.1 |
186 | 2025-02-20T18:55:18.200Z | Downloaded foreign-types-shared v0.1.1 |
187 | 2025-02-20T18:55:18.203Z | Downloaded console v0.15.8 |
188 | 2025-02-20T18:55:18.206Z | Downloaded rustls-pemfile v1.0.4 |
189 | 2025-02-20T18:55:18.208Z | Downloaded radium v0.7.0 |
190 | 2025-02-20T18:55:18.211Z | Downloaded num_enum v0.7.2 |
191 | 2025-02-20T18:55:18.214Z | Downloaded num_threads v0.1.7 |
192 | 2025-02-20T18:55:18.216Z | Downloaded base64ct v1.6.0 |
193 | 2025-02-20T18:55:18.219Z | Downloaded scopeguard v1.2.0 |
194 | 2025-02-20T18:55:18.222Z | Downloaded backoff v0.4.0 |
195 | 2025-02-20T18:55:18.225Z | Downloaded rustversion v1.0.17 |
196 | 2025-02-20T18:55:18.227Z | Downloaded defmt-macros v0.3.9 |
197 | 2025-02-20T18:55:18.229Z | Downloaded proc-macro-crate v1.3.1 |
198 | 2025-02-20T18:55:18.230Z | Downloaded enum-as-inner v0.6.0 |
199 | 2025-02-20T18:55:18.232Z | Downloaded is_ci v1.2.0 |
200 | 2025-02-20T18:55:18.235Z | Downloaded darling v0.20.9 |
201 | 2025-02-20T18:55:18.237Z | Downloaded schemars_derive v0.8.21 |
202 | 2025-02-20T18:55:18.240Z | Downloaded is-terminal v0.4.12 |
203 | 2025-02-20T18:55:18.243Z | Downloaded rustc_version v0.1.7 |
204 | 2025-02-20T18:55:18.243Z | Downloaded newline-converter v0.3.0 |
205 | 2025-02-20T18:55:18.243Z | Downloaded progenitor v0.9.1 |
206 | 2025-02-20T18:55:18.246Z | Downloaded num_enum_derive v0.7.2 |
207 | 2025-02-20T18:55:18.248Z | Downloaded quinn-udp v0.5.5 |
208 | 2025-02-20T18:55:18.248Z | Downloaded blake2 v0.10.6 |
209 | 2025-02-20T18:55:18.251Z | Downloaded float-ord v0.3.2 |
210 | 2025-02-20T18:55:18.255Z | Downloaded bitflags v2.6.0 |
211 | 2025-02-20T18:55:18.258Z | Downloaded rand_core v0.6.4 |
212 | 2025-02-20T18:55:18.261Z | Downloaded derive-where v1.2.7 |
213 | 2025-02-20T18:55:18.264Z | Downloaded try-lock v0.2.5 |
214 | 2025-02-20T18:55:18.264Z | Downloaded pest_generator v2.7.10 |
215 | 2025-02-20T18:55:18.267Z | Downloaded rustc-hash v2.0.0 |
216 | 2025-02-20T18:55:18.267Z | Downloaded futures-task v0.3.30 |
217 | 2025-02-20T18:55:18.269Z | Downloaded parking_lot_core v0.9.10 |
218 | 2025-02-20T18:55:18.272Z | Downloaded want v0.3.1 |
219 | 2025-02-20T18:55:18.272Z | Downloaded futures-sink v0.3.30 |
220 | 2025-02-20T18:55:18.275Z | Downloaded crossbeam-utils v0.8.19 |
221 | 2025-02-20T18:55:18.277Z | Downloaded instant v0.1.12 |
222 | 2025-02-20T18:55:18.278Z | Downloaded ppv-lite86 v0.2.17 |
223 | 2025-02-20T18:55:18.281Z | Downloaded hash32 v0.3.1 |
224 | 2025-02-20T18:55:18.281Z | Downloaded humantime v2.1.0 |
225 | 2025-02-20T18:55:18.284Z | Downloaded zerocopy v0.3.2 |
226 | 2025-02-20T18:55:18.287Z | Downloaded rustls-pki-types v1.7.0 |
227 | 2025-02-20T18:55:18.287Z | Downloaded linked-hash-map v0.5.6 |
228 | 2025-02-20T18:55:18.289Z | Downloaded linear-map v1.2.0 |
229 | 2025-02-20T18:55:18.292Z | Downloaded strum_macros v0.25.3 |
230 | 2025-02-20T18:55:18.294Z | Downloaded serde_repr v0.1.19 |
231 | 2025-02-20T18:55:18.301Z | Downloaded take_mut v0.2.2 |
232 | 2025-02-20T18:55:18.301Z | Downloaded sigpipe v0.1.3 |
233 | 2025-02-20T18:55:18.303Z | Downloaded zone_cfg_derive v0.3.0 |
234 | 2025-02-20T18:55:18.303Z | Downloaded serde-big-array v0.5.1 |
235 | 2025-02-20T18:55:18.303Z | Downloaded num-traits v0.2.19 |
236 | 2025-02-20T18:55:18.303Z | Downloaded serde_path_to_error v0.1.16 |
237 | 2025-02-20T18:55:18.306Z | Downloaded rustls-pemfile v2.1.3 |
238 | 2025-02-20T18:55:18.309Z | Downloaded scroll v0.12.0 |
239 | 2025-02-20T18:55:18.309Z | Downloaded postcard v1.0.9 |
240 | 2025-02-20T18:55:18.312Z | Downloaded usdt-impl v0.3.5 |
241 | 2025-02-20T18:55:18.314Z | Downloaded pin-project-lite v0.2.14 |
242 | 2025-02-20T18:55:18.319Z | Downloaded foreign-types v0.3.2 |
243 | 2025-02-20T18:55:18.321Z | Downloaded pest_derive v2.7.10 |
244 | 2025-02-20T18:55:18.321Z | Downloaded unicode-xid v0.2.4 |
245 | 2025-02-20T18:55:18.324Z | Downloaded proc-macro-error v1.0.4 |
246 | 2025-02-20T18:55:18.327Z | Downloaded scroll_derive v0.12.0 |
247 | 2025-02-20T18:55:18.329Z | Downloaded newtype_derive v0.1.6 |
248 | 2025-02-20T18:55:18.329Z | Downloaded swrite v0.1.0 |
249 | 2025-02-20T18:55:18.332Z | Downloaded owo-colors v4.1.0 |
250 | 2025-02-20T18:55:18.335Z | Downloaded http-body v1.0.1 |
251 | 2025-02-20T18:55:18.335Z | Downloaded funty v2.0.0 |
252 | 2025-02-20T18:55:18.337Z | Downloaded dropshot_endpoint v0.12.0 |
253 | 2025-02-20T18:55:18.342Z | Downloaded form_urlencoded v1.2.1 |
254 | 2025-02-20T18:55:18.342Z | Downloaded once_cell v1.19.0 |
255 | 2025-02-20T18:55:18.344Z | Downloaded newtype-uuid v1.1.0 |
256 | 2025-02-20T18:55:18.344Z | Downloaded lock_api v0.4.12 |
257 | 2025-02-20T18:55:18.347Z | Downloaded tap v1.0.1 |
258 | 2025-02-20T18:55:18.347Z | Downloaded tabwriter v1.4.0 |
259 | 2025-02-20T18:55:18.349Z | Downloaded synstructure v0.12.6 |
260 | 2025-02-20T18:55:18.350Z | Downloaded darling_core v0.20.9 |
261 | 2025-02-20T18:55:18.354Z | Downloaded tokio-rustls v0.24.1 |
262 | 2025-02-20T18:55:18.357Z | Downloaded tokio-rustls v0.26.0 |
263 | 2025-02-20T18:55:18.359Z | Downloaded slog-json v2.6.1 |
264 | 2025-02-20T18:55:18.362Z | Downloaded tokio-rustls v0.25.0 |
265 | 2025-02-20T18:55:18.365Z | Downloaded futures-io v0.3.30 |
266 | 2025-02-20T18:55:18.365Z | Downloaded fallible-iterator v0.3.0 |
267 | 2025-02-20T18:55:18.367Z | Downloaded supports-color v3.0.1 |
268 | 2025-02-20T18:55:18.370Z | Downloaded match_cfg v0.1.0 |
269 | 2025-02-20T18:55:18.370Z | Downloaded waitgroup v0.1.2 |
270 | 2025-02-20T18:55:18.370Z | Downloaded indent_write v2.2.0 |
271 | 2025-02-20T18:55:18.372Z | Downloaded whoami v1.5.1 |
272 | 2025-02-20T18:55:18.375Z | Downloaded wyz v0.5.1 |
273 | 2025-02-20T18:55:18.375Z | Downloaded typify-macro v0.3.0 |
274 | 2025-02-20T18:55:18.377Z | Downloaded glob v0.3.1 |
275 | 2025-02-20T18:55:18.377Z | Downloaded ipnetwork v0.20.0 |
276 | 2025-02-20T18:55:18.381Z | Downloaded typify-macro v0.2.0 |
277 | 2025-02-20T18:55:18.381Z | Downloaded hostname v0.4.0 |
278 | 2025-02-20T18:55:18.383Z | Downloaded slog-async v2.8.0 |
279 | 2025-02-20T18:55:18.386Z | Downloaded ident_case v1.0.1 |
280 | 2025-02-20T18:55:18.386Z | Downloaded mime v0.3.17 |
281 | 2025-02-20T18:55:18.388Z | Downloaded futures-channel v0.3.30 |
282 | 2025-02-20T18:55:18.391Z | Downloaded unsafe-libyaml v0.2.11 |
283 | 2025-02-20T18:55:18.395Z | Downloaded itoa v1.0.11 |
284 | 2025-02-20T18:55:18.397Z | Downloaded progenitor-impl v0.9.1 |
285 | 2025-02-20T18:55:18.397Z | Downloaded semver v1.0.24 |
286 | 2025-02-20T18:55:18.400Z | Downloaded clap v4.5.4 |
287 | 2025-02-20T18:55:18.408Z | Downloaded tinyvec_macros v0.1.1 |
288 | 2025-02-20T18:55:18.411Z | Downloaded const_format v0.2.32 |
289 | 2025-02-20T18:55:18.414Z | Downloaded version_check v0.9.5 |
290 | 2025-02-20T18:55:18.416Z | Downloaded fastrand v2.1.0 |
291 | 2025-02-20T18:55:18.419Z | Downloaded base64 v0.21.7 |
292 | 2025-02-20T18:55:18.421Z | Downloaded is_terminal_polyfill v1.70.0 |
293 | 2025-02-20T18:55:18.425Z | Downloaded heck v0.5.0 |
294 | 2025-02-20T18:55:18.425Z | Downloaded schemars v0.8.21 |
295 | 2025-02-20T18:55:18.436Z | Downloaded usdt-macro v0.5.0 |
296 | 2025-02-20T18:55:18.438Z | Downloaded sync_wrapper v1.0.1 |
297 | 2025-02-20T18:55:18.438Z | Downloaded zone v0.3.0 |
298 | 2025-02-20T18:55:18.441Z | Downloaded slog-bunyan v2.5.0 |
299 | 2025-02-20T18:55:18.441Z | Downloaded usdt-macro v0.3.5 |
300 | 2025-02-20T18:55:18.441Z | Downloaded kstat-rs v0.2.4 |
301 | 2025-02-20T18:55:18.444Z | Downloaded generic-array v0.14.7 |
302 | 2025-02-20T18:55:18.446Z | Downloaded serde_arrays v0.1.0 |
303 | 2025-02-20T18:55:18.446Z | Downloaded inout v0.1.3 |
304 | 2025-02-20T18:55:18.446Z | Downloaded heck v0.4.1 |
305 | 2025-02-20T18:55:18.450Z | Downloaded semver v0.1.20 |
306 | 2025-02-20T18:55:18.450Z | Downloaded tracing-attributes v0.1.27 |
307 | 2025-02-20T18:55:18.452Z | Downloaded thiserror-impl v2.0.11 |
308 | 2025-02-20T18:55:18.455Z | Downloaded xattr v1.3.1 |
309 | 2025-02-20T18:55:18.455Z | Downloaded thiserror-impl v1.0.64 |
310 | 2025-02-20T18:55:18.458Z | Downloaded tar v0.4.40 |
311 | 2025-02-20T18:55:18.460Z | Downloaded getrandom v0.2.14 |
312 | 2025-02-20T18:55:18.463Z | Downloaded tracing-core v0.1.32 |
313 | 2025-02-20T18:55:18.466Z | Downloaded tower-service v0.3.2 |
314 | 2025-02-20T18:55:18.469Z | Downloaded hex v0.4.3 |
315 | 2025-02-20T18:55:18.469Z | Downloaded zeroize v1.7.0 |
316 | 2025-02-20T18:55:18.472Z | Downloaded usdt v0.3.5 |
317 | 2025-02-20T18:55:18.472Z | Downloaded proc-macro2 v1.0.92 |
318 | 2025-02-20T18:55:18.481Z | Downloaded foreign-types-shared v0.3.1 |
319 | 2025-02-20T18:55:18.481Z | Downloaded thread_local v1.1.8 |
320 | 2025-02-20T18:55:18.485Z | Downloaded futures-macro v0.3.30 |
321 | 2025-02-20T18:55:18.485Z | Downloaded futures-core v0.3.31 |
322 | 2025-02-20T18:55:18.485Z | Downloaded zerocopy-derive v0.7.34 |
323 | 2025-02-20T18:55:18.485Z | Downloaded serde_tokenstream v0.2.2 |
324 | 2025-02-20T18:55:18.485Z | Downloaded serde_tokenstream v0.1.7 |
325 | 2025-02-20T18:55:18.487Z | Downloaded foreign-types-macros v0.2.3 |
326 | 2025-02-20T18:55:18.490Z | Downloaded foreign-types v0.5.0 |
327 | 2025-02-20T18:55:18.490Z | Downloaded time-macros v0.2.18 |
328 | 2025-02-20T18:55:18.495Z | Downloaded tempfile v3.10.1 |
329 | 2025-02-20T18:55:18.497Z | Downloaded prettyplease v0.2.22 |
330 | 2025-02-20T18:55:18.497Z | Downloaded lru-cache v0.1.2 |
331 | 2025-02-20T18:55:18.501Z | Downloaded sct v0.7.1 |
332 | 2025-02-20T18:55:18.503Z | Downloaded heapless v0.8.0 |
333 | 2025-02-20T18:55:18.506Z | Downloaded serde_derive v1.0.217 |
334 | 2025-02-20T18:55:18.508Z | Downloaded sha1 v0.10.6 |
335 | 2025-02-20T18:55:18.511Z | Downloaded tokio-native-tls v0.3.1 |
336 | 2025-02-20T18:55:18.514Z | Downloaded structmeta v0.3.0 |
337 | 2025-02-20T18:55:18.514Z | Downloaded smallvec v1.13.2 |
338 | 2025-02-20T18:55:18.516Z | Downloaded tungstenite v0.21.0 |
339 | 2025-02-20T18:55:18.519Z | Downloaded toml_datetime v0.6.8 |
340 | 2025-02-20T18:55:18.521Z | Downloaded usdt-impl v0.5.0 |
341 | 2025-02-20T18:55:18.524Z | Downloaded vergen v8.3.2 |
342 | 2025-02-20T18:55:18.527Z | Downloaded aes v0.8.4 |
343 | 2025-02-20T18:55:18.530Z | Downloaded fixedbitset v0.4.2 |
344 | 2025-02-20T18:55:18.530Z | Downloaded hashlink v0.9.1 |
345 | 2025-02-20T18:55:18.532Z | Downloaded managed v0.8.0 |
346 | 2025-02-20T18:55:18.535Z | Downloaded slog v2.7.0 |
347 | 2025-02-20T18:55:18.537Z | Downloaded similar v2.5.0 |
348 | 2025-02-20T18:55:18.541Z | Downloaded typenum v1.17.0 |
349 | 2025-02-20T18:55:18.543Z | Downloaded ryu v1.0.18 |
350 | 2025-02-20T18:55:18.550Z | Downloaded stable_deref_trait v1.2.0 |
351 | 2025-02-20T18:55:18.550Z | Downloaded hyper-util v0.1.9 |
352 | 2025-02-20T18:55:18.554Z | Downloaded hyper-tls v0.6.0 |
353 | 2025-02-20T18:55:18.554Z | Downloaded http-body-util v0.1.2 |
354 | 2025-02-20T18:55:18.556Z | Downloaded hubpack v0.1.2 |
355 | 2025-02-20T18:55:18.556Z | Downloaded typify v0.2.0 |
356 | 2025-02-20T18:55:18.559Z | Downloaded thiserror v1.0.64 |
357 | 2025-02-20T18:55:18.563Z | Downloaded strsim v0.11.1 |
358 | 2025-02-20T18:55:18.566Z | Downloaded ucd-trie v0.1.6 |
359 | 2025-02-20T18:55:18.569Z | Downloaded httpdate v1.0.3 |
360 | 2025-02-20T18:55:18.569Z | Downloaded filetime v0.2.23 |
361 | 2025-02-20T18:55:18.572Z | Downloaded static_assertions v1.1.0 |
362 | 2025-02-20T18:55:18.572Z | Downloaded multer v3.1.0 |
363 | 2025-02-20T18:55:18.574Z | Downloaded sha2 v0.10.8 |
364 | 2025-02-20T18:55:18.579Z | Downloaded hostname v0.3.1 |
365 | 2025-02-20T18:55:18.582Z | Downloaded unicode-segmentation v1.11.0 |
366 | 2025-02-20T18:55:18.582Z | Downloaded smf v0.2.3 |
367 | 2025-02-20T18:55:18.582Z | Downloaded signal-hook-registry v1.4.2 |
368 | 2025-02-20T18:55:18.585Z | Downloaded serde_urlencoded v0.7.1 |
369 | 2025-02-20T18:55:18.587Z | Downloaded fnv v1.0.7 |
370 | 2025-02-20T18:55:18.587Z | Downloaded terminal_size v0.3.0 |
371 | 2025-02-20T18:55:18.587Z | Downloaded tokio-macros v2.4.0 |
372 | 2025-02-20T18:55:18.590Z | Downloaded num-bigint v0.4.5 |
373 | 2025-02-20T18:55:18.593Z | Downloaded tokio-tungstenite v0.21.0 |
374 | 2025-02-20T18:55:18.595Z | Downloaded lazy_static v1.5.0 |
375 | 2025-02-20T18:55:18.598Z | Downloaded url v2.5.0 |
376 | 2025-02-20T18:55:18.600Z | Downloaded indexmap v1.9.3 |
377 | 2025-02-20T18:55:18.603Z | Downloaded serde_with_macros v3.11.0 |
378 | 2025-02-20T18:55:18.606Z | Downloaded toml v0.8.19 |
379 | 2025-02-20T18:55:18.609Z | Downloaded rand v0.8.5 |
380 | 2025-02-20T18:55:18.612Z | Downloaded hyper-rustls v0.27.3 |
381 | 2025-02-20T18:55:18.615Z | Downloaded term v0.7.0 |
382 | 2025-02-20T18:55:18.618Z | Downloaded httparse v1.8.0 |
383 | 2025-02-20T18:55:18.621Z | Downloaded toml v0.7.8 |
384 | 2025-02-20T18:55:18.624Z | Downloaded unicode-bidi v0.3.15 |
385 | 2025-02-20T18:55:18.626Z | Downloaded twox-hash v2.1.0 |
386 | 2025-02-20T18:55:18.629Z | Downloaded expectorate v1.1.0 |
387 | 2025-02-20T18:55:18.632Z | Downloaded aho-corasick v1.1.3 |
388 | 2025-02-20T18:55:18.636Z | Downloaded socket2 v0.5.7 |
389 | 2025-02-20T18:55:18.639Z | Downloaded clap_builder v4.5.2 |
390 | 2025-02-20T18:55:18.645Z | Downloaded memchr v2.7.2 |
391 | 2025-02-20T18:55:18.651Z | Downloaded indexmap v2.7.0 |
392 | 2025-02-20T18:55:18.654Z | Downloaded serde_yaml v0.9.34+deprecated |
393 | 2025-02-20T18:55:18.658Z | Downloaded quinn v0.11.5 |
394 | 2025-02-20T18:55:18.661Z | Downloaded log v0.4.22 |
395 | 2025-02-20T18:55:18.665Z | Downloaded fatfs v0.3.6 |
396 | 2025-02-20T18:55:18.668Z | Downloaded hickory-resolver v0.24.1 |
397 | 2025-02-20T18:55:18.671Z | Downloaded libloading v0.7.4 |
398 | 2025-02-20T18:55:18.673Z | Downloaded typify v0.3.0 |
399 | 2025-02-20T18:55:18.677Z | Downloaded pest v2.7.10 |
400 | 2025-02-20T18:55:18.682Z | Downloaded toml_edit v0.19.15 |
401 | 2025-02-20T18:55:18.699Z | Downloaded uuid v1.10.0 |
402 | 2025-02-20T18:55:18.702Z | Downloaded mio v1.0.2 |
403 | 2025-02-20T18:55:18.707Z | Downloaded http v1.2.0 |
404 | 2025-02-20T18:55:18.711Z | Downloaded serde_json v1.0.135 |
405 | 2025-02-20T18:55:18.718Z | Downloaded zerocopy v0.6.6 |
406 | 2025-02-20T18:55:18.720Z | Downloaded tracing v0.1.40 |
407 | 2025-02-20T18:55:18.725Z | Downloaded itertools v0.13.0 |
408 | 2025-02-20T18:55:18.732Z | Downloaded unicode-normalization v0.1.23 |
409 | 2025-02-20T18:55:18.735Z | Downloaded spin v0.9.8 |
410 | 2025-02-20T18:55:18.739Z | Downloaded serde v1.0.217 |
411 | 2025-02-20T18:55:18.742Z | Downloaded tokio-util v0.7.11 |
412 | 2025-02-20T18:55:18.748Z | Downloaded itertools v0.10.5 |
413 | 2025-02-20T18:55:18.754Z | Downloaded chrono v0.4.38 |
414 | 2025-02-20T18:55:18.761Z | Downloaded winnow v0.6.18 |
415 | 2025-02-20T18:55:18.771Z | Downloaded libm v0.2.8 |
416 | 2025-02-20T18:55:18.779Z | Downloaded rusqlite v0.32.1 |
417 | 2025-02-20T18:55:18.785Z | Downloaded bitvec v1.0.1 |
418 | 2025-02-20T18:55:18.800Z | Downloaded hashbrown v0.12.3 |
419 | 2025-02-20T18:55:18.804Z | Downloaded h2 v0.4.6 |
420 | 2025-02-20T18:55:18.811Z | Downloaded rustls-webpki v0.101.7 |
421 | 2025-02-20T18:55:18.826Z | Downloaded reqwest v0.12.7 |
422 | 2025-02-20T18:55:18.835Z | Downloaded webpki-roots v0.26.3 |
423 | 2025-02-20T18:55:18.838Z | Downloaded time v0.3.36 |
424 | 2025-02-20T18:55:18.843Z | Downloaded vcpkg v0.2.15 |
425 | 2025-02-20T18:55:18.881Z | Downloaded serde_with v3.11.0 |
426 | 2025-02-20T18:55:18.888Z | Downloaded quinn-proto v0.11.8 |
427 | 2025-02-20T18:55:18.896Z | Downloaded dropshot v0.12.0 |
428 | 2025-02-20T18:55:18.915Z | Downloaded hashbrown v0.14.5 |
429 | 2025-02-20T18:55:18.919Z | Downloaded winnow v0.5.40 |
430 | 2025-02-20T18:55:18.928Z | Downloaded syn v1.0.109 |
431 | 2025-02-20T18:55:18.938Z | Downloaded nix v0.28.0 |
432 | 2025-02-20T18:55:18.949Z | Downloaded hyper v1.4.1 |
433 | 2025-02-20T18:55:18.955Z | Downloaded goblin v0.8.2 |
434 | 2025-02-20T18:55:18.961Z | Downloaded smoltcp v0.11.0 |
435 | 2025-02-20T18:55:18.973Z | Downloaded hickory-proto v0.24.1 |
436 | 2025-02-20T18:55:18.988Z | Downloaded zerocopy v0.7.34 |
437 | 2025-02-20T18:55:19.004Z | Downloaded bstr v1.9.1 |
438 | 2025-02-20T18:55:19.012Z | Downloaded regex v1.11.1 |
439 | 2025-02-20T18:55:19.024Z | Downloaded nix v0.29.0 |
440 | 2025-02-20T18:55:19.036Z | Downloaded rustls-webpki v0.102.4 |
441 | 2025-02-20T18:55:19.054Z | Downloaded typify-impl v0.3.0 |
442 | 2025-02-20T18:55:19.066Z | Downloaded openssl v0.10.66 |
443 | 2025-02-20T18:55:19.075Z | Downloaded idna v0.5.0 |
444 | 2025-02-20T18:55:19.081Z | Downloaded idna v0.4.0 |
445 | 2025-02-20T18:55:19.087Z | Downloaded git2 v0.19.0 |
446 | 2025-02-20T18:55:19.097Z | Downloaded rustls v0.21.12 |
447 | 2025-02-20T18:55:19.107Z | Downloaded typify-impl v0.2.0 |
448 | 2025-02-20T18:55:19.120Z | Downloaded zerocopy-derive v0.6.6 |
449 | 2025-02-20T18:55:19.129Z | Downloaded unicode-width v0.1.14 |
450 | 2025-02-20T18:55:19.134Z | Downloaded regress v0.10.1 |
451 | 2025-02-20T18:55:19.142Z | Downloaded regress v0.9.1 |
452 | 2025-02-20T18:55:19.150Z | Downloaded regex-syntax v0.8.5 |
453 | 2025-02-20T18:55:19.158Z | Downloaded futures-util v0.3.30 |
454 | 2025-02-20T18:55:19.169Z | Downloaded rustls v0.22.4 |
455 | 2025-02-20T18:55:19.181Z | Downloaded syn v2.0.96 |
456 | 2025-02-20T18:55:19.192Z | Downloaded rustix v0.38.34 |
457 | 2025-02-20T18:55:19.212Z | Downloaded openapiv3 v2.0.0 |
458 | 2025-02-20T18:55:19.224Z | Downloaded rayon v1.10.0 |
459 | 2025-02-20T18:55:19.232Z | Downloaded hashbrown v0.15.2 |
460 | 2025-02-20T18:55:19.237Z | Downloaded toml_edit v0.22.20 |
461 | 2025-02-20T18:55:19.257Z | Downloaded rustls v0.23.10 |
462 | 2025-02-20T18:55:19.272Z | Downloaded steno v0.4.1 |
463 | 2025-02-20T18:55:19.276Z | Downloaded rayon-core v1.12.1 |
464 | 2025-02-20T18:55:19.279Z | Downloaded macaddr v1.0.1 |
465 | 2025-02-20T18:55:19.282Z | Downloaded thiserror v2.0.11 |
466 | 2025-02-20T18:55:19.286Z | Downloaded slog-term v2.9.1 |
467 | 2025-02-20T18:55:19.288Z | Downloaded tokio v1.40.0 |
468 | 2025-02-20T18:55:19.324Z | Downloaded jobserver v0.1.31 |
469 | 2025-02-20T18:55:19.327Z | Downloaded tinyvec v1.6.0 |
470 | 2025-02-20T18:55:19.329Z | Downloaded serde_spanned v0.6.7 |
471 | 2025-02-20T18:55:19.335Z | Downloaded utf8parse v0.2.1 |
472 | 2025-02-20T18:55:19.335Z | Downloaded utf-8 v0.7.6 |
473 | 2025-02-20T18:55:19.335Z | Downloaded universal-hash v0.5.1 |
474 | 2025-02-20T18:55:19.338Z | Downloaded highway v1.2.0 |
475 | 2025-02-20T18:55:19.338Z | Downloaded futures v0.3.30 |
476 | 2025-02-20T18:55:19.340Z | Downloaded typeid v1.0.0 |
477 | 2025-02-20T18:55:19.340Z | Downloaded zerocopy-derive v0.2.0 |
478 | 2025-02-20T18:55:19.347Z | Downloaded structmeta-derive v0.3.0 |
479 | 2025-02-20T18:55:19.349Z | Downloaded memmap v0.7.0 |
480 | 2025-02-20T18:55:19.352Z | Downloaded native-tls v0.2.11 |
481 | 2025-02-20T18:55:19.356Z | Downloaded iana-time-zone v0.1.60 |
482 | 2025-02-20T18:55:19.356Z | Downloaded globset v0.4.14 |
483 | 2025-02-20T18:55:19.359Z | Downloaded unicode-ident v1.0.14 |
484 | 2025-02-20T18:55:19.359Z | Downloaded ron v0.8.1 |
485 | 2025-02-20T18:55:19.363Z | Downloaded openssl-sys v0.9.103 |
486 | 2025-02-20T18:55:19.368Z | Downloaded slab v0.4.9 |
487 | 2025-02-20T18:55:19.371Z | Downloaded crossbeam-channel v0.5.12 |
488 | 2025-02-20T18:55:19.374Z | Downloaded time-core v0.1.2 |
489 | 2025-02-20T18:55:19.378Z | Downloaded strum v0.26.2 |
490 | 2025-02-20T18:55:19.378Z | Downloaded untrusted v0.9.0 |
491 | 2025-02-20T18:55:19.378Z | Downloaded ipnet v2.9.0 |
492 | 2025-02-20T18:55:19.380Z | Downloaded regex-automata v0.4.9 |
493 | 2025-02-20T18:55:19.394Z | Downloaded pest_meta v2.7.10 |
494 | 2025-02-20T18:55:19.397Z | Downloaded petgraph v0.6.5 |
495 | 2025-02-20T18:55:19.412Z | Downloaded encoding_rs v0.8.34 |
496 | 2025-02-20T18:55:19.432Z | Downloaded parking_lot v0.12.2 |
497 | 2025-02-20T18:55:19.435Z | Downloaded libsw v3.3.1 |
498 | 2025-02-20T18:55:19.438Z | Downloaded futures-executor v0.3.30 |
499 | 2025-02-20T18:55:19.438Z | Downloaded progenitor-impl v0.8.0 |
500 | 2025-02-20T18:55:19.443Z | Downloaded supports-color v2.1.0 |
501 | 2025-02-20T18:55:19.444Z | Downloaded subtle v2.5.0 |
502 | 2025-02-20T18:55:19.444Z | Downloaded slog-dtrace v0.3.0 |
503 | 2025-02-20T18:55:19.447Z | Downloaded cc v1.0.97 |
504 | 2025-02-20T18:55:19.447Z | Downloaded base64 v0.22.1 |
505 | 2025-02-20T18:55:19.449Z | Downloaded derive_more v0.99.18 |
506 | 2025-02-20T18:55:19.452Z | Downloaded bytes v1.9.0 |
507 | 2025-02-20T18:55:19.455Z | Downloaded thread-id v4.2.1 |
508 | 2025-02-20T18:55:19.458Z | Downloaded libc v0.2.169 |
509 | 2025-02-20T18:55:19.480Z | Downloaded strum_macros v0.26.2 |
510 | 2025-02-20T18:55:19.483Z | Downloaded serde_derive_internals v0.29.1 |
511 | 2025-02-20T18:55:19.486Z | Downloaded rustc_version v0.4.0 |
512 | 2025-02-20T18:55:19.486Z | Downloaded password-hash v0.5.0 |
513 | 2025-02-20T18:55:19.486Z | Downloaded quote v1.0.38 |
514 | 2025-02-20T18:55:19.488Z | Downloaded crossbeam-epoch v0.9.18 |
515 | 2025-02-20T18:55:19.491Z | Downloaded cookie v0.18.1 |
516 | 2025-02-20T18:55:19.493Z | Downloaded progenitor v0.8.0 |
517 | 2025-02-20T18:55:19.496Z | Downloaded plain v0.2.3 |
518 | 2025-02-20T18:55:19.496Z | Downloaded pin-utils v0.1.0 |
519 | 2025-02-20T18:55:19.496Z | Downloaded argon2 v0.5.3 |
520 | 2025-02-20T18:55:19.498Z | Downloaded anyhow v1.0.89 |
521 | 2025-02-20T18:55:19.501Z | Downloaded bincode v1.3.3 |
522 | 2025-02-20T18:55:19.503Z | Downloaded quick-error v1.2.3 |
523 | 2025-02-20T18:55:19.506Z | Downloaded powerfmt v0.2.0 |
524 | 2025-02-20T18:55:19.506Z | Downloaded paste v1.0.15 |
525 | 2025-02-20T18:55:19.508Z | Downloaded hubpack_derive v0.1.1 |
526 | 2025-02-20T18:55:19.509Z | Downloaded fallible-streaming-iterator v0.1.9 |
527 | 2025-02-20T18:55:19.511Z | Downloaded usdt v0.5.0 |
528 | 2025-02-20T18:55:19.511Z | Downloaded pkg-config v0.3.30 |
529 | 2025-02-20T18:55:19.511Z | Downloaded erased-serde v0.4.5 |
530 | 2025-02-20T18:55:19.514Z | Downloaded const_format_proc_macros v0.2.32 |
531 | 2025-02-20T18:55:19.516Z | Downloaded ahash v0.8.11 |
532 | 2025-02-20T18:55:19.519Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
533 | 2025-02-20T18:55:19.570Z | Downloaded num-rational v0.4.2 |
534 | 2025-02-20T18:55:19.572Z | Downloaded allocator-api2 v0.2.18 |
535 | 2025-02-20T18:55:20.577Z | Downloaded async-trait v0.1.83 |
536 | 2025-02-20T18:55:20.580Z | Downloaded dtrace-parser v0.2.0 |
537 | 2025-02-20T18:55:20.580Z | Downloaded cargo_metadata v0.18.1 |
538 | 2025-02-20T18:55:20.580Z | Downloaded cancel-safe-futures v0.1.5 |
539 | 2025-02-20T18:55:20.580Z | Downloaded ascii v1.1.0 |
540 | 2025-02-20T18:55:20.580Z | Downloaded embedded-io v0.6.1 |
541 | 2025-02-20T18:55:20.580Z | Downloaded data-encoding v2.6.0 |
542 | 2025-02-20T18:55:20.580Z | Downloaded clap_derive v4.5.4 |
543 | 2025-02-20T18:55:20.580Z | Downloaded camino v1.1.9 |
544 | 2025-02-20T18:55:20.580Z | Downloaded async-stream v0.3.5 |
545 | 2025-02-20T18:55:20.580Z | Downloaded polyval v0.6.2 |
546 | 2025-02-20T18:55:20.580Z | Downloaded parse-display v0.10.0 |
547 | 2025-02-20T18:55:20.580Z | Downloaded byteorder v1.5.0 |
548 | 2025-02-20T18:55:20.580Z | Downloaded block-buffer v0.10.4 |
549 | 2025-02-20T18:55:20.580Z | Downloaded percent-encoding v2.3.1 |
550 | 2025-02-20T18:55:20.580Z | Downloaded usdt-attr-macro v0.3.5 |
551 | 2025-02-20T18:55:20.580Z | Downloaded ringbuffer v0.15.0 |
552 | 2025-02-20T18:55:20.580Z | Downloaded progenitor-macro v0.9.1 |
553 | 2025-02-20T18:55:20.580Z | Downloaded progenitor-macro v0.8.0 |
554 | 2025-02-20T18:55:20.580Z | Downloaded num_enum_derive v0.5.11 |
555 | 2025-02-20T18:55:20.580Z | Downloaded num_enum v0.5.11 |
556 | 2025-02-20T18:55:20.581Z | Downloaded dyn-clone v1.0.17 |
557 | 2025-02-20T18:55:20.581Z | Downloaded dof v0.3.0 |
558 | 2025-02-20T18:55:20.581Z | Downloaded dof v0.1.5 |
559 | 2025-02-20T18:55:20.581Z | Downloaded debug-ignore v1.0.5 |
560 | 2025-02-20T18:55:20.581Z | Downloaded crossbeam-deque v0.8.5 |
561 | 2025-02-20T18:55:20.581Z | Downloaded anstream v0.6.14 |
562 | 2025-02-20T18:55:20.581Z | Downloaded crypto-common v0.1.6 |
563 | 2025-02-20T18:55:20.581Z | Downloaded convert_case v0.4.0 |
564 | 2025-02-20T18:55:20.581Z | Downloaded ctr v0.9.2 |
565 | 2025-02-20T18:55:20.581Z | Downloaded errno v0.3.9 |
566 | 2025-02-20T18:55:20.581Z | Downloaded dirs-next v2.0.0 |
567 | 2025-02-20T18:55:20.581Z | Downloaded num-derive v0.4.2 |
568 | 2025-02-20T18:55:20.581Z | Downloaded num v0.4.3 |
569 | 2025-02-20T18:55:20.581Z | Downloaded digest v0.10.7 |
570 | 2025-02-20T18:55:20.581Z | Downloaded autocfg v1.3.0 |
571 | 2025-02-20T18:55:20.581Z | Downloaded colored v2.1.0 |
572 | 2025-02-20T18:55:20.581Z | Downloaded colorchoice v1.0.1 |
573 | 2025-02-20T18:55:20.581Z | Downloaded cobs v0.2.3 |
574 | 2025-02-20T18:55:20.581Z | Downloaded bit_field v0.10.2 |
575 | 2025-02-20T18:55:20.581Z | Downloaded anstyle-query v1.0.3 |
576 | 2025-02-20T18:55:20.581Z | Downloaded libz-sys v1.1.16 |
577 | 2025-02-20T18:55:20.581Z | Downloaded ring v0.17.8 |
578 | 2025-02-20T18:55:20.581Z | Downloaded libsqlite3-sys v0.30.1 |
579 | 2025-02-20T18:55:20.871Z | Compiling proc-macro2 v1.0.92 |
580 | 2025-02-20T18:55:20.874Z | Compiling unicode-ident v1.0.14 |
581 | 2025-02-20T18:55:20.874Z | Compiling libc v0.2.169 |
582 | 2025-02-20T18:55:20.874Z | Compiling serde v1.0.217 |
583 | 2025-02-20T18:55:20.874Z | Compiling autocfg v1.3.0 |
584 | 2025-02-20T18:55:20.874Z | Compiling once_cell v1.19.0 |
585 | 2025-02-20T18:55:20.915Z | Checking cfg-if v1.0.0 |
586 | 2025-02-20T18:55:20.918Z | Compiling version_check v0.9.5 |
587 | 2025-02-20T18:55:21.083Z | Compiling serde_json v1.0.135 |
588 | 2025-02-20T18:55:21.108Z | Compiling memchr v2.7.2 |
589 | 2025-02-20T18:55:21.340Z | Compiling thiserror v1.0.64 |
590 | 2025-02-20T18:55:21.527Z | Compiling libm v0.2.8 |
591 | 2025-02-20T18:55:21.683Z | Compiling itoa v1.0.11 |
592 | 2025-02-20T18:55:21.959Z | Compiling lock_api v0.4.12 |
593 | 2025-02-20T18:55:22.001Z | Compiling parking_lot_core v0.9.10 |
594 | 2025-02-20T18:55:22.252Z | Compiling ryu v1.0.18 |
595 | 2025-02-20T18:55:22.496Z | Compiling schemars v0.8.21 |
596 | 2025-02-20T18:55:22.532Z | Compiling slab v0.4.9 |
597 | 2025-02-20T18:55:22.567Z | Compiling byteorder v1.5.0 |
598 | 2025-02-20T18:55:22.592Z | Compiling log v0.4.22 |
599 | 2025-02-20T18:55:22.780Z | Compiling quote v1.0.38 |
600 | 2025-02-20T18:55:22.807Z | Checking getrandom v0.2.14 |
601 | 2025-02-20T18:55:22.928Z | Compiling num-traits v0.2.19 |
602 | 2025-02-20T18:55:22.990Z | Compiling pkg-config v0.3.30 |
603 | 2025-02-20T18:55:23.403Z | Compiling jobserver v0.1.31 |
604 | 2025-02-20T18:55:23.427Z | Compiling syn v2.0.96 |
605 | 2025-02-20T18:55:23.427Z | Compiling vcpkg v0.2.15 |
606 | 2025-02-20T18:55:23.442Z | Compiling cc v1.0.97 |
607 | 2025-02-20T18:55:23.769Z | Checking pin-project-lite v0.2.14 |
608 | 2025-02-20T18:55:23.789Z | Compiling ahash v0.8.11 |
609 | 2025-02-20T18:55:23.844Z | Checking smallvec v1.13.2 |
610 | 2025-02-20T18:55:23.904Z | Compiling equivalent v1.0.1 |
611 | 2025-02-20T18:55:24.028Z | Compiling hashbrown v0.15.2 |
612 | 2025-02-20T18:55:24.183Z | Checking scopeguard v1.2.0 |
613 | 2025-02-20T18:55:24.230Z | Compiling semver v1.0.24 |
614 | 2025-02-20T18:55:24.755Z | Checking mio v1.0.2 |
615 | 2025-02-20T18:55:24.847Z | Checking signal-hook-registry v1.4.2 |
616 | 2025-02-20T18:55:24.914Z | Checking parking_lot v0.12.2 |
617 | 2025-02-20T18:55:25.118Z | Checking socket2 v0.5.7 |
618 | 2025-02-20T18:55:25.135Z | Compiling fnv v1.0.7 |
619 | 2025-02-20T18:55:25.291Z | Compiling httparse v1.8.0 |
620 | 2025-02-20T18:55:25.347Z | Compiling typenum v1.17.0 |
621 | 2025-02-20T18:55:25.475Z | Checking iana-time-zone v0.1.60 |
622 | 2025-02-20T18:55:25.588Z | Compiling heck v0.5.0 |
623 | 2025-02-20T18:55:25.615Z | Compiling generic-array v0.14.7 |
624 | 2025-02-20T18:55:25.636Z | Checking futures-core v0.3.31 |
625 | 2025-02-20T18:55:25.945Z | Checking dyn-clone v1.0.17 |
626 | 2025-02-20T18:55:26.098Z | Checking futures-sink v0.3.30 |
627 | 2025-02-20T18:55:26.195Z | Checking rand_core v0.6.4 |
628 | 2025-02-20T18:55:26.252Z | Compiling allocator-api2 v0.2.18 |
629 | 2025-02-20T18:55:26.283Z | Compiling ring v0.17.8 |
630 | 2025-02-20T18:55:26.482Z | Compiling openssl-sys v0.9.103 |
631 | 2025-02-20T18:55:26.503Z | Compiling slog v2.7.0 |
632 | 2025-02-20T18:55:26.524Z | Checking subtle v2.5.0 |
633 | 2025-02-20T18:55:26.768Z | Checking futures-channel v0.3.30 |
634 | 2025-02-20T18:55:26.939Z | Checking pin-utils v0.1.0 |
635 | 2025-02-20T18:55:27.042Z | Checking futures-io v0.3.30 |
636 | 2025-02-20T18:55:27.092Z | Compiling ucd-trie v0.1.6 |
637 | 2025-02-20T18:55:27.111Z | Checking futures-task v0.3.30 |
638 | 2025-02-20T18:55:27.220Z | Compiling aho-corasick v1.1.3 |
639 | 2025-02-20T18:55:27.371Z | Compiling regex-syntax v0.8.5 |
640 | 2025-02-20T18:55:27.428Z | Compiling openssl v0.10.66 |
641 | 2025-02-20T18:55:27.616Z | Compiling rustversion v1.0.17 |
642 | 2025-02-20T18:55:27.634Z | Checking spin v0.9.8 |
643 | 2025-02-20T18:55:27.873Z | Compiling syn v1.0.109 |
644 | 2025-02-20T18:55:27.921Z | Compiling rustls v0.23.10 |
645 | 2025-02-20T18:55:28.261Z | Compiling native-tls v0.2.11 |
646 | 2025-02-20T18:55:28.451Z | Checking untrusted v0.9.0 |
647 | 2025-02-20T18:55:28.670Z | Checking tracing-core v0.1.32 |
648 | 2025-02-20T18:55:29.317Z | Compiling heck v0.4.1 |
649 | 2025-02-20T18:55:29.669Z | Compiling serde_derive_internals v0.29.1 |
650 | 2025-02-20T18:55:29.779Z | Checking rustls-pki-types v1.7.0 |
651 | 2025-02-20T18:55:30.201Z | Compiling time-core v0.1.2 |
652 | 2025-02-20T18:55:30.423Z | Compiling anyhow v1.0.89 |
653 | 2025-02-20T18:55:30.489Z | Checking percent-encoding v2.3.1 |
654 | 2025-02-20T18:55:30.714Z | Compiling num-conv v0.1.0 |
655 | 2025-02-20T18:55:31.008Z | Compiling regex-automata v0.4.9 |
656 | 2025-02-20T18:55:31.047Z | Compiling time-macros v0.2.18 |
657 | 2025-02-20T18:55:31.399Z | Checking form_urlencoded v1.2.1 |
658 | 2025-02-20T18:55:31.567Z | Checking crypto-common v0.1.6 |
659 | 2025-02-20T18:55:32.307Z | Checking tinyvec_macros v0.1.1 |
660 | 2025-02-20T18:55:32.405Z | Checking tinyvec v1.6.0 |
661 | 2025-02-20T18:55:32.615Z | Compiling thread-id v4.2.1 |
662 | 2025-02-20T18:55:32.736Z | Checking atomic-waker v1.1.2 |
663 | 2025-02-20T18:55:32.892Z | Checking zeroize v1.7.0 |
664 | 2025-02-20T18:55:33.139Z | Compiling camino v1.1.9 |
665 | 2025-02-20T18:55:33.607Z | Checking unicode-normalization v0.1.23 |
666 | 2025-02-20T18:55:33.639Z | Compiling serde_derive v1.0.217 |
667 | 2025-02-20T18:55:33.727Z | Compiling thiserror-impl v1.0.64 |
668 | 2025-02-20T18:55:33.758Z | Compiling tokio-macros v2.4.0 |
669 | 2025-02-20T18:55:34.548Z | Compiling zerocopy-derive v0.7.34 |
670 | 2025-02-20T18:55:34.834Z | Compiling schemars_derive v0.8.21 |
671 | 2025-02-20T18:55:35.277Z | Compiling futures-macro v0.3.30 |
672 | 2025-02-20T18:55:36.423Z | Compiling pest v2.7.10 |
673 | 2025-02-20T18:55:36.501Z | Compiling zerocopy v0.7.34 |
674 | 2025-02-20T18:55:37.054Z | Checking futures-util v0.3.30 |
675 | 2025-02-20T18:55:37.550Z | Compiling openssl-macros v0.1.1 |
676 | 2025-02-20T18:55:37.642Z | Compiling regex v1.11.1 |
677 | 2025-02-20T18:55:37.846Z | Compiling tracing-attributes v0.1.27 |
678 | 2025-02-20T18:55:38.299Z | Compiling hashbrown v0.14.5 |
679 | 2025-02-20T18:55:38.542Z | Compiling scroll_derive v0.12.0 |
680 | 2025-02-20T18:55:38.568Z | Checking rustls-webpki v0.102.4 |
681 | 2025-02-20T18:55:39.246Z | Compiling pest_meta v2.7.10 |
682 | 2025-02-20T18:55:39.321Z | Checking try-lock v0.2.5 |
683 | 2025-02-20T18:55:39.465Z | Compiling regress v0.10.1 |
684 | 2025-02-20T18:55:39.490Z | Compiling strsim v0.11.1 |
685 | 2025-02-20T18:55:39.776Z | Checking unicode-bidi v0.3.15 |
686 | 2025-02-20T18:55:39.958Z | Checking want v0.3.1 |
687 | 2025-02-20T18:55:40.138Z | Checking base64 v0.22.1 |
688 | 2025-02-20T18:55:40.166Z | Checking ppv-lite86 v0.2.17 |
689 | 2025-02-20T18:55:40.379Z | Checking httpdate v1.0.3 |
690 | 2025-02-20T18:55:40.627Z | Compiling pest_generator v2.7.10 |
691 | 2025-02-20T18:55:40.657Z | Checking idna v0.5.0 |
692 | 2025-02-20T18:55:40.834Z | Checking tracing v0.1.40 |
693 | 2025-02-20T18:55:41.167Z | Checking rand_chacha v0.3.1 |
694 | 2025-02-20T18:55:41.547Z | Checking tower-service v0.3.2 |
695 | 2025-02-20T18:55:41.568Z | Compiling ident_case v1.0.1 |
696 | 2025-02-20T18:55:41.687Z | Compiling unsafe-libyaml v0.2.11 |
697 | 2025-02-20T18:55:41.757Z | Compiling darling_core v0.20.9 |
698 | 2025-02-20T18:55:41.973Z | Checking url v2.5.0 |
699 | 2025-02-20T18:55:42.295Z | Checking rand v0.8.5 |
700 | 2025-02-20T18:55:42.778Z | Compiling pest_derive v2.7.10 |
701 | 2025-02-20T18:55:42.797Z | Compiling scroll v0.12.0 |
702 | 2025-02-20T18:55:43.217Z | Compiling usdt-impl v0.5.0 |
703 | 2025-02-20T18:55:43.361Z | Checking foreign-types-shared v0.1.1 |
704 | 2025-02-20T18:55:43.488Z | Compiling plain v0.2.3 |
705 | 2025-02-20T18:55:43.531Z | Checking foreign-types v0.3.2 |
706 | 2025-02-20T18:55:43.635Z | Compiling goblin v0.8.2 |
707 | 2025-02-20T18:55:43.656Z | Compiling strum_macros v0.26.2 |
708 | 2025-02-20T18:55:43.975Z | Checking encoding_rs v0.8.34 |
709 | 2025-02-20T18:55:45.248Z | Checking bytes v1.9.0 |
710 | 2025-02-20T18:55:46.323Z | Compiling indexmap v2.7.0 |
711 | 2025-02-20T18:55:47.062Z | Checking tokio v1.40.0 |
712 | 2025-02-20T18:55:47.083Z | Checking chrono v0.4.38 |
713 | 2025-02-20T18:55:47.258Z | Compiling serde_tokenstream v0.2.2 |
714 | 2025-02-20T18:55:47.637Z | Checking uuid v1.10.0 |
715 | 2025-02-20T18:55:47.664Z | Checking bitflags v2.6.0 |
716 | 2025-02-20T18:55:48.332Z | Compiling http v1.2.0 |
717 | 2025-02-20T18:55:48.683Z | Compiling openapiv3 v2.0.0 |
718 | 2025-02-20T18:55:49.354Z | Compiling serde_yaml v0.9.34+deprecated |
719 | 2025-02-20T18:55:49.707Z | Checking http-body v1.0.1 |
720 | 2025-02-20T18:55:50.308Z | Checking http-body-util v0.1.2 |
721 | 2025-02-20T18:55:50.659Z | Compiling darling_macro v0.20.9 |
722 | 2025-02-20T18:55:50.797Z | Checking cpufeatures v0.2.12 |
723 | 2025-02-20T18:55:50.910Z | Compiling pretty-hex v0.4.1 |
724 | 2025-02-20T18:55:51.154Z | Checking mime v0.3.17 |
725 | 2025-02-20T18:55:51.195Z | Compiling dof v0.3.0 |
726 | 2025-02-20T18:55:51.683Z | Compiling darling v0.20.9 |
727 | 2025-02-20T18:55:51.919Z | Checking serde_urlencoded v0.7.1 |
728 | 2025-02-20T18:55:52.359Z | Compiling typify-impl v0.2.0 |
729 | 2025-02-20T18:55:52.583Z | Compiling dtrace-parser v0.2.0 |
730 | 2025-02-20T18:55:52.625Z | Checking rustls-pemfile v2.1.3 |
731 | 2025-02-20T18:55:52.895Z | Compiling async-trait v0.1.83 |
732 | 2025-02-20T18:55:53.332Z | Checking block-buffer v0.10.4 |
733 | 2025-02-20T18:55:53.554Z | Checking openssl-probe v0.1.5 |
734 | 2025-02-20T18:55:53.684Z | Checking tokio-util v0.7.11 |
735 | 2025-02-20T18:55:53.732Z | Compiling omicron-workspace-hack v0.1.0 |
736 | 2025-02-20T18:55:54.162Z | Checking digest v0.10.7 |
737 | 2025-02-20T18:55:54.513Z | Checking h2 v0.4.6 |
738 | 2025-02-20T18:55:54.536Z | Compiling serde_with_macros v3.11.0 |
739 | 2025-02-20T18:55:54.978Z | Compiling toml_datetime v0.6.8 |
740 | 2025-02-20T18:55:55.739Z | Compiling rustls v0.22.4 |
741 | 2025-02-20T18:55:56.088Z | Checking ipnet v2.9.0 |
742 | 2025-02-20T18:55:56.540Z | Checking webpki-roots v0.26.3 |
743 | 2025-02-20T18:55:56.764Z | Compiling slog-async v2.8.0 |
744 | 2025-02-20T18:55:57.045Z | Compiling crossbeam-utils v0.8.19 |
745 | 2025-02-20T18:55:57.337Z | Compiling paste v1.0.15 |
746 | 2025-02-20T18:55:57.425Z | Checking tokio-native-tls v0.3.1 |
747 | 2025-02-20T18:55:57.683Z | Compiling usdt-macro v0.5.0 |
748 | 2025-02-20T18:55:57.714Z | Compiling usdt-attr-macro v0.5.0 |
749 | 2025-02-20T18:55:58.554Z | Checking sync_wrapper v1.0.1 |
750 | 2025-02-20T18:55:58.592Z | Compiling multer v3.1.0 |
751 | 2025-02-20T18:55:58.728Z | Checking hyper v1.4.1 |
752 | 2025-02-20T18:55:59.025Z | Compiling rustix v0.38.34 |
753 | 2025-02-20T18:55:59.722Z | Checking serde_spanned v0.6.7 |
754 | 2025-02-20T18:55:59.823Z | Checking futures-executor v0.3.30 |
755 | 2025-02-20T18:55:59.894Z | Checking tokio-rustls v0.26.0 |
756 | 2025-02-20T18:55:59.929Z | Compiling async-stream-impl v0.3.5 |
757 | 2025-02-20T18:55:59.977Z | Checking errno v0.3.9 |
758 | 2025-02-20T18:56:00.061Z | Checking powerfmt v0.2.0 |
759 | 2025-02-20T18:56:00.266Z | Checking futures v0.3.30 |
760 | 2025-02-20T18:56:00.318Z | Checking deranged v0.3.11 |
761 | 2025-02-20T18:56:00.367Z | Checking sha1 v0.10.6 |
762 | 2025-02-20T18:56:00.709Z | Checking hyper-util v0.1.9 |
763 | 2025-02-20T18:56:01.221Z | Checking is-terminal v0.4.12 |
764 | 2025-02-20T18:56:01.244Z | Compiling dropshot v0.12.0 |
765 | 2025-02-20T18:56:01.326Z | Checking num_threads v0.1.7 |
766 | 2025-02-20T18:56:01.541Z | Compiling dropshot_endpoint v0.12.0 |
767 | 2025-02-20T18:56:01.647Z | Checking strum v0.26.2 |
768 | 2025-02-20T18:56:01.713Z | Checking time v0.3.36 |
769 | 2025-02-20T18:56:02.027Z | Compiling structmeta-derive v0.3.0 |
770 | 2025-02-20T18:56:02.382Z | Checking hyper-tls v0.6.0 |
771 | 2025-02-20T18:56:02.434Z | Checking hyper-rustls v0.27.3 |
772 | 2025-02-20T18:56:02.741Z | Checking serde_with v3.11.0 |
773 | 2025-02-20T18:56:02.761Z | Checking reqwest v0.12.7 |
774 | 2025-02-20T18:56:03.632Z | Compiling typify-macro v0.2.0 |
775 | 2025-02-20T18:56:04.434Z | Checking dirs-sys-next v0.1.2 |
776 | 2025-02-20T18:56:04.492Z | Compiling structmeta v0.3.0 |
777 | 2025-02-20T18:56:04.752Z | Checking match_cfg v0.1.0 |
778 | 2025-02-20T18:56:05.031Z | Checking winnow v0.6.18 |
779 | 2025-02-20T18:56:05.657Z | Checking hostname v0.3.1 |
780 | 2025-02-20T18:56:05.793Z | Compiling parse-display-derive v0.10.0 |
781 | 2025-02-20T18:56:05.816Z | Checking dirs-next v2.0.0 |
782 | 2025-02-20T18:56:06.742Z | Checking ipnetwork v0.20.0 |
783 | 2025-02-20T18:56:07.104Z | Compiling typify v0.2.0 |
784 | 2025-02-20T18:56:07.145Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
785 | 2025-02-20T18:56:07.251Z | Compiling progenitor-impl v0.8.0 |
786 | 2025-02-20T18:56:07.812Z | Checking thread_local v1.1.8 |
787 | 2025-02-20T18:56:08.708Z | Checking term v0.7.0 |
788 | 2025-02-20T18:56:08.816Z | Checking crossbeam-channel v0.5.12 |
789 | 2025-02-20T18:56:09.154Z | Checking memmap v0.7.0 |
790 | 2025-02-20T18:56:09.258Z | Checking take_mut v0.2.2 |
791 | 2025-02-20T18:56:09.378Z | Checking usdt v0.5.0 |
792 | 2025-02-20T18:56:09.421Z | Checking slog-term v2.9.1 |
793 | 2025-02-20T18:56:09.852Z | Checking toml_edit v0.22.20 |
794 | 2025-02-20T18:56:10.275Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
795 | 2025-02-20T18:56:10.805Z | Checking progenitor-client v0.8.0 |
796 | 2025-02-20T18:56:11.108Z | Checking slog-json v2.6.1 |
797 | 2025-02-20T18:56:11.613Z | Checking debug-ignore v1.0.5 |
798 | 2025-02-20T18:56:11.780Z | Compiling winnow v0.5.40 |
799 | 2025-02-20T18:56:12.638Z | Checking toml v0.8.19 |
800 | 2025-02-20T18:56:12.833Z | Checking slog-bunyan v2.5.0 |
801 | 2025-02-20T18:56:12.971Z | Compiling progenitor-macro v0.8.0 |
802 | 2025-02-20T18:56:13.357Z | Checking async-stream v0.3.5 |
803 | 2025-02-20T18:56:13.820Z | Checking serde_path_to_error v0.1.16 |
804 | 2025-02-20T18:56:13.841Z | Checking waitgroup v0.1.2 |
805 | 2025-02-20T18:56:14.304Z | Checking hostname v0.4.0 |
806 | 2025-02-20T18:56:14.427Z | Compiling crucible-workspace-hack v0.1.0 |
807 | 2025-02-20T18:56:14.636Z | Checking tokio-rustls v0.25.0 |
808 | 2025-02-20T18:56:14.778Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
809 | 2025-02-20T18:56:14.826Z | Checking newtype-uuid v1.1.0 |
810 | 2025-02-20T18:56:14.899Z | Compiling toml_edit v0.19.15 |
811 | 2025-02-20T18:56:15.070Z | Compiling clap_derive v4.5.4 |
812 | 2025-02-20T18:56:15.094Z | Checking unicode-width v0.1.14 |
813 | 2025-02-20T18:56:15.119Z | Checking utf8parse v0.2.1 |
814 | 2025-02-20T18:56:15.707Z | Checking anstyle-parse v0.2.4 |
815 | 2025-02-20T18:56:15.953Z | Checking hex v0.4.3 |
816 | 2025-02-20T18:56:16.457Z | Checking instant v0.1.12 |
817 | 2025-02-20T18:56:16.746Z | Checking lazy_static v1.5.0 |
818 | 2025-02-20T18:56:16.891Z | Checking anstyle v1.0.7 |
819 | 2025-02-20T18:56:17.240Z | Checking colorchoice v1.0.1 |
820 | 2025-02-20T18:56:17.278Z | Checking is_terminal_polyfill v1.70.0 |
821 | 2025-02-20T18:56:17.403Z | Checking anstyle-query v1.0.3 |
822 | 2025-02-20T18:56:17.537Z | Compiling proc-macro-crate v1.3.1 |
823 | 2025-02-20T18:56:18.316Z | Checking anstream v0.6.14 |
824 | 2025-02-20T18:56:18.505Z | Checking backoff v0.4.0 |
825 | 2025-02-20T18:56:18.681Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
826 | 2025-02-20T18:56:18.799Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
827 | 2025-02-20T18:56:18.821Z | Checking parse-display v0.10.0 |
828 | 2025-02-20T18:56:18.841Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
829 | 2025-02-20T18:56:18.996Z | Checking terminal_size v0.3.0 |
830 | 2025-02-20T18:56:19.053Z | Checking macaddr v1.0.1 |
831 | 2025-02-20T18:56:19.182Z | Checking regress v0.9.1 |
832 | 2025-02-20T18:56:19.810Z | Checking num-integer v0.1.46 |
833 | 2025-02-20T18:56:19.948Z | Compiling unicode-xid v0.2.4 |
834 | 2025-02-20T18:56:20.310Z | Checking clap_lex v0.7.0 |
835 | 2025-02-20T18:56:20.610Z | Checking clap_builder v4.5.2 |
836 | 2025-02-20T18:56:22.693Z | Compiling heapless v0.8.0 |
837 | 2025-02-20T18:56:23.529Z | Checking clap v4.5.4 |
838 | 2025-02-20T18:56:23.724Z | Checking progenitor v0.8.0 |
839 | 2025-02-20T18:56:23.887Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
840 | 2025-02-20T18:56:24.082Z | Checking num-bigint v0.4.5 |
841 | 2025-02-20T18:56:24.197Z | Compiling num_enum_derive v0.5.11 |
842 | 2025-02-20T18:56:24.748Z | Checking hash32 v0.3.1 |
843 | 2025-02-20T18:56:24.966Z | Checking fastrand v2.1.0 |
844 | 2025-02-20T18:56:25.072Z | Checking bitflags v1.3.2 |
845 | 2025-02-20T18:56:25.112Z | Checking either v1.13.0 |
846 | 2025-02-20T18:56:25.185Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
847 | 2025-02-20T18:56:25.309Z | Compiling smoltcp v0.11.0 |
848 | 2025-02-20T18:56:25.513Z | Checking stable_deref_trait v1.2.0 |
849 | 2025-02-20T18:56:25.671Z | Checking tempfile v3.10.1 |
850 | 2025-02-20T18:56:26.009Z | Checking num-iter v0.1.45 |
851 | 2025-02-20T18:56:26.169Z | Compiling synstructure v0.12.6 |
852 | 2025-02-20T18:56:26.250Z | Checking num-rational v0.4.2 |
853 | 2025-02-20T18:56:26.337Z | Checking num_enum v0.5.11 |
854 | 2025-02-20T18:56:26.377Z | Checking num-complex v0.4.6 |
855 | 2025-02-20T18:56:26.507Z | Compiling proc-macro-error-attr v1.0.4 |
856 | 2025-02-20T18:56:26.882Z | Checking managed v0.8.0 |
857 | 2025-02-20T18:56:26.955Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
858 | 2025-02-20T18:56:26.987Z | Checking cobs v0.2.3 |
859 | 2025-02-20T18:56:27.199Z | Checking postcard v1.0.9 |
860 | 2025-02-20T18:56:27.290Z | Checking num v0.4.3 |
861 | 2025-02-20T18:56:27.425Z | Compiling zerocopy-derive v0.2.0 |
862 | 2025-02-20T18:56:27.976Z | Compiling foreign-types-macros v0.2.3 |
863 | 2025-02-20T18:56:28.189Z | Compiling libz-sys v1.1.16 |
864 | 2025-02-20T18:56:28.580Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
865 | 2025-02-20T18:56:29.123Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
866 | 2025-02-20T18:56:29.147Z | Compiling proc-macro-error v1.0.4 |
867 | 2025-02-20T18:56:29.273Z | Checking foreign-types-shared v0.3.1 |
868 | 2025-02-20T18:56:29.331Z | Checking pretty-hex v0.2.1 |
869 | 2025-02-20T18:56:29.522Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
870 | 2025-02-20T18:56:29.542Z | Checking data-encoding v2.6.0 |
871 | 2025-02-20T18:56:30.004Z | Compiling thiserror v2.0.11 |
872 | 2025-02-20T18:56:30.101Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
873 | 2025-02-20T18:56:30.669Z | Checking foreign-types v0.5.0 |
874 | 2025-02-20T18:56:31.519Z | Checking tabwriter v1.4.0 |
875 | 2025-02-20T18:56:31.805Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
876 | 2025-02-20T18:56:32.039Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
877 | 2025-02-20T18:56:32.057Z | Compiling thiserror-impl v2.0.11 |
878 | 2025-02-20T18:56:33.012Z | Checking cstr-argument v0.1.2 |
879 | 2025-02-20T18:56:33.296Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
880 | 2025-02-20T18:56:33.375Z | Compiling prettyplease v0.2.22 |
881 | 2025-02-20T18:56:33.792Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
882 | 2025-02-20T18:56:34.398Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
883 | 2025-02-20T18:56:34.903Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
884 | 2025-02-20T18:56:35.149Z | Checking colored v2.1.0 |
885 | 2025-02-20T18:56:36.381Z | Compiling libgit2-sys v0.17.0+1.8.1 |
886 | 2025-02-20T18:56:36.759Z | Checking float-ord v0.3.2 |
887 | 2025-02-20T18:56:36.882Z | Checking is_ci v1.2.0 |
888 | 2025-02-20T18:56:36.921Z | Compiling semver v0.1.20 |
889 | 2025-02-20T18:56:37.036Z | Checking unicode-segmentation v1.11.0 |
890 | 2025-02-20T18:56:37.179Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
891 | 2025-02-20T18:56:37.426Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
892 | 2025-02-20T18:56:37.446Z | Compiling rustc_version v0.1.7 |
893 | 2025-02-20T18:56:37.701Z | Checking newline-converter v0.3.0 |
894 | 2025-02-20T18:56:38.009Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
895 | 2025-02-20T18:56:39.030Z | Compiling zone_cfg_derive v0.3.0 |
896 | 2025-02-20T18:56:39.556Z | Checking camino-tempfile v1.1.1 |
897 | 2025-02-20T18:56:39.796Z | Checking itertools v0.10.5 |
898 | 2025-02-20T18:56:40.349Z | Checking console v0.15.8 |
899 | 2025-02-20T18:56:40.413Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
900 | 2025-02-20T18:56:41.119Z | Compiling num-derive v0.4.2 |
901 | 2025-02-20T18:56:41.917Z | Checking sigpipe v0.1.3 |
902 | 2025-02-20T18:56:42.043Z | Compiling usdt-impl v0.3.5 |
903 | 2025-02-20T18:56:42.242Z | Checking base64 v0.21.7 |
904 | 2025-02-20T18:56:42.475Z | Checking base64ct v1.6.0 |
905 | 2025-02-20T18:56:42.715Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
906 | 2025-02-20T18:56:42.909Z | Compiling owo-colors v4.1.0 |
907 | 2025-02-20T18:56:43.134Z | Checking similar v2.5.0 |
908 | 2025-02-20T18:56:43.292Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
909 | 2025-02-20T18:56:43.769Z | Checking password-hash v0.5.0 |
910 | 2025-02-20T18:56:43.822Z | Checking expectorate v1.1.0 |
911 | 2025-02-20T18:56:44.140Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
912 | 2025-02-20T18:56:44.143Z | Checking zone v0.3.0 |
913 | 2025-02-20T18:56:44.199Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
914 | 2025-02-20T18:56:44.371Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
915 | 2025-02-20T18:56:44.391Z | Compiling newtype_derive v0.1.6 |
916 | 2025-02-20T18:56:44.452Z | Checking supports-color v3.0.1 |
917 | 2025-02-20T18:56:44.654Z | Checking supports-color v2.1.0 |
918 | 2025-02-20T18:56:44.859Z | Compiling zerocopy v0.3.2 |
919 | 2025-02-20T18:56:44.905Z | Checking blake2 v0.10.6 |
920 | 2025-02-20T18:56:44.947Z | Compiling cargo-platform v0.1.8 |
921 | 2025-02-20T18:56:45.313Z | Compiling hubpack_derive v0.1.1 |
922 | 2025-02-20T18:56:45.335Z | Checking smf v0.2.3 |
923 | 2025-02-20T18:56:45.371Z | Compiling zerocopy-derive v0.6.6 |
924 | 2025-02-20T18:56:45.418Z | Compiling serde_repr v0.1.19 |
925 | 2025-02-20T18:56:45.481Z | Compiling vergen v8.3.2 |
926 | 2025-02-20T18:56:45.788Z | Compiling cancel-safe-futures v0.1.5 |
927 | 2025-02-20T18:56:45.867Z | Checking fixedbitset v0.4.2 |
928 | 2025-02-20T18:56:46.131Z | Checking whoami v1.5.1 |
929 | 2025-02-20T18:56:46.252Z | Checking hubpack v0.1.2 |
930 | 2025-02-20T18:56:46.361Z | Checking petgraph v0.6.5 |
931 | 2025-02-20T18:56:46.549Z | Checking argon2 v0.5.3 |
932 | 2025-02-20T18:56:46.568Z | Compiling dof v0.1.5 |
933 | 2025-02-20T18:56:47.099Z | Checking zerocopy v0.6.6 |
934 | 2025-02-20T18:56:47.186Z | Compiling cargo_metadata v0.18.1 |
935 | 2025-02-20T18:56:47.277Z | Compiling typify-impl v0.3.0 |
936 | 2025-02-20T18:56:49.175Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
937 | 2025-02-20T18:56:49.399Z | Compiling rustc_version v0.4.0 |
938 | 2025-02-20T18:56:49.739Z | Checking serde-big-array v0.5.1 |
939 | 2025-02-20T18:56:49.957Z | Compiling dtrace-parser v0.1.14 |
940 | 2025-02-20T18:56:49.976Z | Compiling strum_macros v0.25.3 |
941 | 2025-02-20T18:56:49.978Z | Compiling libsqlite3-sys v0.30.1 |
942 | 2025-02-20T18:56:49.978Z | Compiling cookie v0.18.1 |
943 | 2025-02-20T18:56:50.436Z | Compiling slog-dtrace v0.3.0 |
944 | 2025-02-20T18:56:50.652Z | Compiling rustls v0.21.12 |
945 | 2025-02-20T18:56:50.820Z | Checking static_assertions v1.1.0 |
946 | 2025-02-20T18:56:51.011Z | Compiling cfg_aliases v0.2.1 |
947 | 2025-02-20T18:56:51.128Z | Checking utf-8 v0.7.6 |
948 | 2025-02-20T18:56:51.214Z | Compiling convert_case v0.4.0 |
949 | 2025-02-20T18:56:51.329Z | Checking tungstenite v0.21.0 |
950 | 2025-02-20T18:56:51.370Z | Compiling nix v0.29.0 |
951 | 2025-02-20T18:56:51.862Z | Compiling derive_more v0.99.18 |
952 | 2025-02-20T18:56:52.241Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
953 | 2025-02-20T18:56:52.312Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
954 | 2025-02-20T18:56:52.852Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
955 | 2025-02-20T18:56:53.324Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
956 | 2025-02-20T18:56:53.540Z | Checking atomicwrites v0.4.4 |
957 | 2025-02-20T18:56:53.740Z | Checking itertools v0.13.0 |
958 | 2025-02-20T18:56:53.757Z | Checking libsw v3.3.1 |
959 | 2025-02-20T18:56:53.972Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
960 | 2025-02-20T18:56:54.032Z | Compiling serde_tokenstream v0.1.7 |
961 | 2025-02-20T18:56:54.486Z | Checking idna v0.4.0 |
962 | 2025-02-20T18:56:54.548Z | Checking rustls-webpki v0.101.7 |
963 | 2025-02-20T18:56:55.392Z | Checking sct v0.7.1 |
964 | 2025-02-20T18:56:55.622Z | Compiling enum-as-inner v0.6.0 |
965 | 2025-02-20T18:56:56.171Z | Compiling derive-where v1.2.7 |
966 | 2025-02-20T18:56:56.732Z | Checking inout v0.1.3 |
967 | 2025-02-20T18:56:56.949Z | Checking linear-map v1.2.0 |
968 | 2025-02-20T18:56:57.282Z | Checking indent_write v2.2.0 |
969 | 2025-02-20T18:56:57.302Z | Compiling radium v0.7.0 |
970 | 2025-02-20T18:56:57.502Z | Checking swrite v0.1.0 |
971 | 2025-02-20T18:56:57.628Z | Checking highway v1.2.0 |
972 | 2025-02-20T18:56:58.168Z | Checking linked-hash-map v0.5.6 |
973 | 2025-02-20T18:56:58.182Z | Checking quick-error v1.2.3 |
974 | 2025-02-20T18:56:58.182Z | Checking lru-cache v0.1.2 |
975 | 2025-02-20T18:56:58.188Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
976 | 2025-02-20T18:56:58.221Z | Checking resolv-conf v0.7.0 |
977 | 2025-02-20T18:56:58.307Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
978 | 2025-02-20T18:56:58.615Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
979 | 2025-02-20T18:56:58.646Z | Compiling typify-macro v0.3.0 |
980 | 2025-02-20T18:56:59.061Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
981 | 2025-02-20T18:56:59.646Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
982 | 2025-02-20T18:57:00.462Z | Checking cipher v0.4.4 |
983 | 2025-02-20T18:57:00.606Z | Checking hickory-proto v0.24.1 |
984 | 2025-02-20T18:57:01.229Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
985 | 2025-02-20T18:57:01.945Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
986 | 2025-02-20T18:57:02.652Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
987 | 2025-02-20T18:57:03.023Z | Checking steno v0.4.1 |
988 | 2025-02-20T18:57:03.512Z | Checking tokio-tungstenite v0.21.0 |
989 | 2025-02-20T18:57:04.100Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
990 | 2025-02-20T18:57:04.197Z | Checking crossbeam-epoch v0.9.18 |
991 | 2025-02-20T18:57:04.408Z | Checking hashlink v0.9.1 |
992 | 2025-02-20T18:57:04.612Z | Checking fallible-streaming-iterator v0.1.9 |
993 | 2025-02-20T18:57:04.786Z | Checking fallible-iterator v0.3.0 |
994 | 2025-02-20T18:57:04.806Z | Checking humantime v2.1.0 |
995 | 2025-02-20T18:57:04.941Z | Compiling rayon-core v1.12.1 |
996 | 2025-02-20T18:57:05.039Z | Checking tap v1.0.1 |
997 | 2025-02-20T18:57:05.151Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
998 | 2025-02-20T18:57:05.219Z | Checking wyz v0.5.1 |
999 | 2025-02-20T18:57:05.312Z | Checking rusqlite v0.32.1 |
1000 | 2025-02-20T18:57:05.334Z | Checking crossbeam-deque v0.8.5 |
1001 | 2025-02-20T18:57:05.578Z | Checking hickory-resolver v0.24.1 |
1002 | 2025-02-20T18:57:06.166Z | Checking tokio-rustls v0.24.1 |
1003 | 2025-02-20T18:57:06.779Z | Compiling usdt-attr-macro v0.3.5 |
1004 | 2025-02-20T18:57:06.864Z | Compiling usdt-macro v0.3.5 |
1005 | 2025-02-20T18:57:07.020Z | Checking rustls-pemfile v1.0.4 |
1006 | 2025-02-20T18:57:07.441Z | Compiling num_enum_derive v0.7.2 |
1007 | 2025-02-20T18:57:07.682Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1008 | 2025-02-20T18:57:08.003Z | Checking twox-hash v2.1.0 |
1009 | 2025-02-20T18:57:08.181Z | Checking universal-hash v0.5.1 |
1010 | 2025-02-20T18:57:08.200Z | Checking atty v0.2.14 |
1011 | 2025-02-20T18:57:08.340Z | Checking opaque-debug v0.3.1 |
1012 | 2025-02-20T18:57:08.362Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1013 | 2025-02-20T18:57:08.434Z | Checking funty v2.0.0 |
1014 | 2025-02-20T18:57:08.615Z | Checking polyval v0.6.2 |
1015 | 2025-02-20T18:57:08.895Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1016 | 2025-02-20T18:57:08.914Z | Checking usdt v0.3.5 |
1017 | 2025-02-20T18:57:09.235Z | Checking bitvec v1.0.1 |
1018 | 2025-02-20T18:57:09.580Z | Checking num_enum v0.7.2 |
1019 | 2025-02-20T18:57:09.693Z | Compiling typify v0.3.0 |
1020 | 2025-02-20T18:57:09.747Z | Checking ctr v0.9.2 |
1021 | 2025-02-20T18:57:09.767Z | Checking aes v0.8.4 |
1022 | 2025-02-20T18:57:09.822Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1023 | 2025-02-20T18:57:10.029Z | Checking bincode v1.3.3 |
1024 | 2025-02-20T18:57:10.051Z | Checking toml v0.7.8 |
1025 | 2025-02-20T18:57:10.246Z | Checking aead v0.5.2 |
1026 | 2025-02-20T18:57:10.509Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1027 | 2025-02-20T18:57:10.608Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1028 | 2025-02-20T18:57:10.738Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1029 | 2025-02-20T18:57:10.767Z | Checking aes-gcm-siv v0.11.1 |
1030 | 2025-02-20T18:57:10.788Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1031 | 2025-02-20T18:57:10.950Z | Compiling progenitor-impl v0.9.1 |
1032 | 2025-02-20T18:57:11.014Z | Checking rayon v1.10.0 |
1033 | 2025-02-20T18:57:11.106Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1034 | 2025-02-20T18:57:11.224Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1035 | 2025-02-20T18:57:11.360Z | Compiling bitstruct_derive v0.1.0 |
1036 | 2025-02-20T18:57:11.407Z | Compiling async-recursion v1.1.1 |
1037 | 2025-02-20T18:57:11.605Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1038 | 2025-02-20T18:57:11.772Z | Checking typeid v1.0.0 |
1039 | 2025-02-20T18:57:11.929Z | Checking ascii v1.1.0 |
1040 | 2025-02-20T18:57:12.303Z | Compiling cfg_aliases v0.1.1 |
1041 | 2025-02-20T18:57:12.420Z | Checking ringbuffer v0.15.0 |
1042 | 2025-02-20T18:57:12.703Z | Compiling nix v0.28.0 |
1043 | 2025-02-20T18:57:12.724Z | Checking bitstruct v0.1.1 |
1044 | 2025-02-20T18:57:12.746Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1045 | 2025-02-20T18:57:12.774Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1046 | 2025-02-20T18:57:12.851Z | Checking erased-serde v0.4.5 |
1047 | 2025-02-20T18:57:13.353Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1048 | 2025-02-20T18:57:13.533Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1049 | 2025-02-20T18:57:13.675Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1050 | 2025-02-20T18:57:13.762Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1051 | 2025-02-20T18:57:13.782Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1052 | 2025-02-20T18:57:14.040Z | Checking progenitor-client v0.9.1 |
1053 | 2025-02-20T18:57:14.369Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1054 | 2025-02-20T18:57:14.450Z | Checking serde_arrays v0.1.0 |
1055 | 2025-02-20T18:57:14.606Z | Checking libloading v0.7.4 |
1056 | 2025-02-20T18:57:14.761Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1057 | 2025-02-20T18:57:14.875Z | Compiling const_format_proc_macros v0.2.32 |
1058 | 2025-02-20T18:57:15.089Z | Checking kstat-rs v0.2.4 |
1059 | 2025-02-20T18:57:15.093Z | Compiling escargot v0.5.10 |
1060 | 2025-02-20T18:57:15.466Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1061 | 2025-02-20T18:57:15.626Z | Checking ron v0.8.1 |
1062 | 2025-02-20T18:57:15.668Z | Checking xattr v1.3.1 |
1063 | 2025-02-20T18:57:16.206Z | Checking filetime v0.2.23 |
1064 | 2025-02-20T18:57:16.365Z | Compiling progenitor-macro v0.9.1 |
1065 | 2025-02-20T18:57:16.401Z | Checking bstr v1.9.1 |
1066 | 2025-02-20T18:57:16.687Z | Checking const_format v0.2.32 |
1067 | 2025-02-20T18:57:16.753Z | Checking bit_field v0.10.2 |
1068 | 2025-02-20T18:57:16.790Z | Checking ctrlc v3.4.4 |
1069 | 2025-02-20T18:57:16.959Z | Checking tar v0.4.40 |
1070 | 2025-02-20T18:57:17.120Z | Checking globset v0.4.14 |
1071 | 2025-02-20T18:57:17.558Z | Checking fatfs v0.3.6 |
1072 | 2025-02-20T18:57:17.736Z | Checking glob v0.3.1 |
1073 | 2025-02-20T18:57:18.714Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1074 | 2025-02-20T18:57:19.491Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1075 | 2025-02-20T18:57:21.121Z | Compiling git2 v0.19.0 |
1076 | 2025-02-20T18:57:21.799Z | Checking progenitor v0.9.1 |
1077 | 2025-02-20T18:57:21.929Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1078 | 2025-02-20T18:57:24.820Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1079 | 2025-02-20T18:57:25.045Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1080 | 2025-02-20T18:57:25.200Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1081 | 2025-02-20T18:57:25.630Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1082 | 2025-02-20T18:57:33.497Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1083 | 2025-02-20T18:57:38.835Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1084 | 2025-02-20T18:57:47.472Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1085 | 2025-02-20T18:57:47.472Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1086 | 2025-02-20T18:57:54.002Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 51s |
1087 | 2025-02-20T18:57:54.323Z | |
1088 | 2025-02-20T18:57:54.323Z | real 2:51.865611489 |
1089 | 2025-02-20T18:57:54.323Z | user 13:31.662073611 |
1090 | 2025-02-20T18:57:54.323Z | sys 2:20.234739014 |
1091 | 2025-02-20T18:57:54.323Z | trap 0.436102771 |
1092 | 2025-02-20T18:57:54.323Z | tflt 0.648993769 |
1093 | 2025-02-20T18:57:54.326Z | dflt 0.258849685 |
1094 | 2025-02-20T18:57:54.326Z | kflt 0.008102281 |
1095 | 2025-02-20T18:57:54.326Z | lock 15:28.024076555 |
1096 | 2025-02-20T18:57:54.326Z | slp 51:17.832294949 |
1097 | 2025-02-20T18:57:54.326Z | lat 1:01.115722269 |
1098 | 2025-02-20T18:57:54.326Z | stop 3:14.806220431 |
1099 | 2025-02-20T18:57:54.326Z | + ptime -m cargo clippy --features falcon --all-targets |
1100 | 2025-02-20T18:57:54.852Z | Downloading crates ... |
1101 | 2025-02-20T18:57:55.035Z | Downloaded downcast v0.11.0 |
1102 | 2025-02-20T18:57:55.046Z | Downloaded serde_test v1.0.176 |
1103 | 2025-02-20T18:57:55.050Z | Downloaded arc-swap v1.7.1 |
1104 | 2025-02-20T18:57:55.052Z | Downloaded termtree v0.4.1 |
1105 | 2025-02-20T18:57:55.055Z | Downloaded predicates-tree v1.0.9 |
1106 | 2025-02-20T18:57:55.055Z | Downloaded predicates-core v1.0.6 |
1107 | 2025-02-20T18:57:55.064Z | Downloaded slog-envlogger v2.2.0 |
1108 | 2025-02-20T18:57:55.067Z | Downloaded predicates v3.1.0 |
1109 | 2025-02-20T18:57:55.069Z | Downloaded fragile v2.0.0 |
1110 | 2025-02-20T18:57:55.072Z | Downloaded slog-scope v4.4.0 |
1111 | 2025-02-20T18:57:55.074Z | Downloaded slog-stdlog v4.1.1 |
1112 | 2025-02-20T18:57:55.074Z | Downloaded simd-adler32 v0.3.7 |
1113 | 2025-02-20T18:57:55.077Z | Downloaded mockall v0.12.1 |
1114 | 2025-02-20T18:57:55.077Z | Downloaded fdeflate v0.3.4 |
1115 | 2025-02-20T18:57:55.080Z | Downloaded crc32fast v1.4.0 |
1116 | 2025-02-20T18:57:55.082Z | Downloaded miniz_oxide v0.7.2 |
1117 | 2025-02-20T18:57:55.085Z | Downloaded mockall_derive v0.12.1 |
1118 | 2025-02-20T18:57:55.089Z | Downloaded bytemuck v1.16.0 |
1119 | 2025-02-20T18:57:55.092Z | Downloaded flate2 v1.0.30 |
1120 | 2025-02-20T18:57:55.097Z | Downloaded png v0.17.13 |
1121 | 2025-02-20T18:57:55.641Z | Downloaded image v0.25.1 |
1122 | 2025-02-20T18:57:55.939Z | Checking log v0.4.22 |
1123 | 2025-02-20T18:57:55.963Z | Checking tokio v1.40.0 |
1124 | 2025-02-20T18:57:55.981Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1125 | 2025-02-20T18:57:55.997Z | Checking rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1126 | 2025-02-20T18:57:56.011Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1127 | 2025-02-20T18:57:56.013Z | Checking nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1128 | 2025-02-20T18:57:56.034Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1129 | 2025-02-20T18:57:56.038Z | Compiling crc32fast v1.4.0 |
1130 | 2025-02-20T18:57:56.188Z | Checking native-tls v0.2.11 |
1131 | 2025-02-20T18:57:56.200Z | Checking goblin v0.8.2 |
1132 | 2025-02-20T18:57:56.214Z | Checking rustls v0.22.4 |
1133 | 2025-02-20T18:57:56.233Z | Checking typify-impl v0.2.0 |
1134 | 2025-02-20T18:57:56.480Z | Checking tungstenite v0.21.0 |
1135 | 2025-02-20T18:57:56.496Z | Checking rustls v0.21.12 |
1136 | 2025-02-20T18:57:56.516Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1137 | 2025-02-20T18:57:56.533Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1138 | 2025-02-20T18:57:56.864Z | Checking nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1139 | 2025-02-20T18:57:57.076Z | Checking typify-impl v0.3.0 |
1140 | 2025-02-20T18:57:57.266Z | Checking simd-adler32 v0.3.7 |
1141 | 2025-02-20T18:57:57.522Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1142 | 2025-02-20T18:57:57.848Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1143 | 2025-02-20T18:57:58.263Z | Checking adler v1.0.2 |
1144 | 2025-02-20T18:57:58.420Z | Checking miniz_oxide v0.7.2 |
1145 | 2025-02-20T18:57:58.706Z | Checking typify v0.2.0 |
1146 | 2025-02-20T18:57:58.835Z | Checking progenitor-impl v0.8.0 |
1147 | 2025-02-20T18:57:59.424Z | Checking arc-swap v1.7.1 |
1148 | 2025-02-20T18:57:59.474Z | Checking flate2 v1.0.30 |
1149 | 2025-02-20T18:57:59.601Z | Checking fdeflate v0.3.4 |
1150 | 2025-02-20T18:57:59.626Z | Checking typify v0.3.0 |
1151 | 2025-02-20T18:57:59.753Z | Checking progenitor-impl v0.9.1 |
1152 | 2025-02-20T18:57:59.819Z | Checking slog-scope v4.4.0 |
1153 | 2025-02-20T18:58:00.008Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1154 | 2025-02-20T18:58:00.089Z | Checking slog-stdlog v4.1.1 |
1155 | 2025-02-20T18:58:00.101Z | Checking png v0.17.13 |
1156 | 2025-02-20T18:58:00.258Z | Checking predicates-core v1.0.6 |
1157 | 2025-02-20T18:58:00.415Z | Checking bytemuck v1.16.0 |
1158 | 2025-02-20T18:58:00.450Z | Checking slog-envlogger v2.2.0 |
1159 | 2025-02-20T18:58:00.674Z | Checking termtree v0.4.1 |
1160 | 2025-02-20T18:58:00.778Z | Checking predicates v3.1.0 |
1161 | 2025-02-20T18:58:00.849Z | Compiling mockall_derive v0.12.1 |
1162 | 2025-02-20T18:58:00.865Z | Checking cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1163 | 2025-02-20T18:58:00.877Z | Checking predicates-tree v1.0.9 |
1164 | 2025-02-20T18:58:01.030Z | Checking dof v0.3.0 |
1165 | 2025-02-20T18:58:01.041Z | Checking wait-timeout v0.2.0 |
1166 | 2025-02-20T18:58:01.220Z | Checking downcast v0.11.0 |
1167 | 2025-02-20T18:58:01.312Z | Checking bit-vec v0.6.3 |
1168 | 2025-02-20T18:58:01.325Z | Checking image v0.25.1 |
1169 | 2025-02-20T18:58:01.409Z | Checking fragile v2.0.0 |
1170 | 2025-02-20T18:58:01.627Z | Checking bit-set v0.5.3 |
1171 | 2025-02-20T18:58:01.640Z | Checking usdt-impl v0.5.0 |
1172 | 2025-02-20T18:58:01.668Z | Checking globset v0.4.14 |
1173 | 2025-02-20T18:58:01.744Z | Checking rusty-fork v0.3.0 |
1174 | 2025-02-20T18:58:01.864Z | Checking escargot v0.5.10 |
1175 | 2025-02-20T18:58:02.037Z | Checking fatfs v0.3.6 |
1176 | 2025-02-20T18:58:02.132Z | Checking rand_xorshift v0.3.0 |
1177 | 2025-02-20T18:58:02.166Z | Checking usdt v0.5.0 |
1178 | 2025-02-20T18:58:02.304Z | Checking unarray v0.1.4 |
1179 | 2025-02-20T18:58:02.413Z | Checking slog-dtrace v0.3.0 |
1180 | 2025-02-20T18:58:02.465Z | Checking proptest v1.5.0 |
1181 | 2025-02-20T18:58:02.545Z | Checking tokio-util v0.7.11 |
1182 | 2025-02-20T18:58:02.618Z | Checking tokio-rustls v0.26.0 |
1183 | 2025-02-20T18:58:02.800Z | Checking tokio-native-tls v0.3.1 |
1184 | 2025-02-20T18:58:02.868Z | Checking tokio-rustls v0.25.0 |
1185 | 2025-02-20T18:58:02.994Z | Checking backoff v0.4.0 |
1186 | 2025-02-20T18:58:03.008Z | Checking tokio-tungstenite v0.21.0 |
1187 | 2025-02-20T18:58:03.048Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1188 | 2025-02-20T18:58:03.095Z | Checking zone v0.3.0 |
1189 | 2025-02-20T18:58:03.195Z | Checking libsw v3.3.1 |
1190 | 2025-02-20T18:58:03.272Z | Checking cancel-safe-futures v0.1.5 |
1191 | 2025-02-20T18:58:03.290Z | Checking h2 v0.4.6 |
1192 | 2025-02-20T18:58:03.306Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1193 | 2025-02-20T18:58:03.445Z | Checking hickory-proto v0.24.1 |
1194 | 2025-02-20T18:58:03.456Z | Checking steno v0.4.1 |
1195 | 2025-02-20T18:58:03.691Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1196 | 2025-02-20T18:58:03.831Z | Checking rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1197 | 2025-02-20T18:58:04.899Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1198 | 2025-02-20T18:58:04.943Z | Checking tokio-rustls v0.24.1 |
1199 | 2025-02-20T18:58:05.190Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1200 | 2025-02-20T18:58:05.310Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1201 | 2025-02-20T18:58:05.569Z | Checking serde_test v1.0.176 |
1202 | 2025-02-20T18:58:05.604Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1203 | 2025-02-20T18:58:06.966Z | Checking hickory-resolver v0.24.1 |
1204 | 2025-02-20T18:58:07.345Z | Checking mockall v0.12.1 |
1205 | 2025-02-20T18:58:07.580Z | Checking hyper v1.4.1 |
1206 | 2025-02-20T18:58:08.887Z | Checking hyper-util v0.1.9 |
1207 | 2025-02-20T18:58:09.900Z | Checking hyper-rustls v0.27.3 |
1208 | 2025-02-20T18:58:09.903Z | Checking hyper-tls v0.6.0 |
1209 | 2025-02-20T18:58:09.903Z | Checking dropshot v0.12.0 |
1210 | 2025-02-20T18:58:10.131Z | Checking reqwest v0.12.7 |
1211 | 2025-02-20T18:58:11.225Z | Checking progenitor-client v0.8.0 |
1212 | 2025-02-20T18:58:11.225Z | Checking progenitor-client v0.9.1 |
1213 | 2025-02-20T18:58:11.429Z | Checking progenitor v0.8.0 |
1214 | 2025-02-20T18:58:11.455Z | Checking progenitor v0.9.1 |
1215 | 2025-02-20T18:58:11.549Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1216 | 2025-02-20T18:58:11.549Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1217 | 2025-02-20T18:58:11.552Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1218 | 2025-02-20T18:58:11.580Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1219 | 2025-02-20T18:58:12.307Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1220 | 2025-02-20T18:58:13.457Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1221 | 2025-02-20T18:58:14.974Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1222 | 2025-02-20T18:58:16.130Z | Checking propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1223 | 2025-02-20T18:58:16.784Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1224 | 2025-02-20T18:58:20.930Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1225 | 2025-02-20T18:58:20.930Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1226 | 2025-02-20T18:58:20.933Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1227 | 2025-02-20T18:58:20.933Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1228 | 2025-02-20T18:58:22.550Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1229 | 2025-02-20T18:58:22.881Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1230 | 2025-02-20T18:58:22.883Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1231 | 2025-02-20T18:58:22.931Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1232 | 2025-02-20T18:58:23.503Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1233 | 2025-02-20T18:58:23.728Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1234 | 2025-02-20T18:58:23.833Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1235 | 2025-02-20T18:58:32.987Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1236 | 2025-02-20T18:58:37.614Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1237 | 2025-02-20T18:58:38.199Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1238 | 2025-02-20T18:58:42.236Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1239 | 2025-02-20T18:58:53.391Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1240 | 2025-02-20T18:58:53.391Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1241 | 2025-02-20T18:59:01.638Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
1242 | 2025-02-20T18:59:01.810Z | |
1243 | 2025-02-20T18:59:01.810Z | real 1:07.477757343 |
1244 | 2025-02-20T18:59:01.810Z | user 3:00.576528558 |
1245 | 2025-02-20T18:59:01.810Z | sys 23.051183401 |
1246 | 2025-02-20T18:59:01.810Z | trap 0.066669551 |
1247 | 2025-02-20T18:59:01.810Z | tflt 0.040232638 |
1248 | 2025-02-20T18:59:01.810Z | dflt 0.008620173 |
1249 | 2025-02-20T18:59:01.810Z | kflt 0.000050558 |
1250 | 2025-02-20T18:59:01.810Z | lock 3:56.825622631 |
1251 | 2025-02-20T18:59:01.810Z | slp 9:53.178715490 |
1252 | 2025-02-20T18:59:01.810Z | lat 5.030056827 |
1253 | 2025-02-20T18:59:01.811Z | stop 13.518937093 |
1254 | 2025-02-20T18:59:01.814Z | + banner build |
1255 | 2025-02-20T18:59:01.814Z | |
1256 | 2025-02-20T18:59:01.814Z | ##### # # # # ##### |
1257 | 2025-02-20T18:59:01.814Z | # # # # # # # # |
1258 | 2025-02-20T18:59:01.814Z | ##### # # # # # # |
1259 | 2025-02-20T18:59:01.814Z | # # # # # # # # |
1260 | 2025-02-20T18:59:01.814Z | # # # # # # # # |
1261 | 2025-02-20T18:59:01.814Z | ##### #### # ###### ##### |
1262 | 2025-02-20T18:59:01.814Z | |
1263 | 2025-02-20T18:59:01.814Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1264 | 2025-02-20T18:59:02.639Z | Compiling proc-macro2 v1.0.92 |
1265 | 2025-02-20T18:59:02.639Z | Compiling unicode-ident v1.0.14 |
1266 | 2025-02-20T18:59:02.641Z | Compiling libc v0.2.169 |
1267 | 2025-02-20T18:59:02.641Z | Compiling serde v1.0.217 |
1268 | 2025-02-20T18:59:02.641Z | Compiling autocfg v1.3.0 |
1269 | 2025-02-20T18:59:02.641Z | Compiling once_cell v1.19.0 |
1270 | 2025-02-20T18:59:02.641Z | Compiling version_check v0.9.5 |
1271 | 2025-02-20T18:59:02.641Z | Compiling cfg-if v1.0.0 |
1272 | 2025-02-20T18:59:02.814Z | Compiling memchr v2.7.2 |
1273 | 2025-02-20T18:59:02.830Z | Compiling libm v0.2.8 |
1274 | 2025-02-20T18:59:03.141Z | Compiling thiserror v1.0.64 |
1275 | 2025-02-20T18:59:03.268Z | Compiling itoa v1.0.11 |
1276 | 2025-02-20T18:59:03.281Z | Compiling lock_api v0.4.12 |
1277 | 2025-02-20T18:59:03.292Z | Compiling parking_lot_core v0.9.10 |
1278 | 2025-02-20T18:59:03.697Z | Compiling ryu v1.0.18 |
1279 | 2025-02-20T18:59:03.753Z | Compiling serde_json v1.0.135 |
1280 | 2025-02-20T18:59:03.904Z | Compiling schemars v0.8.21 |
1281 | 2025-02-20T18:59:03.976Z | Compiling slab v0.4.9 |
1282 | 2025-02-20T18:59:04.052Z | Compiling pkg-config v0.3.30 |
1283 | 2025-02-20T18:59:04.179Z | Compiling byteorder v1.5.0 |
1284 | 2025-02-20T18:59:04.322Z | Compiling vcpkg v0.2.15 |
1285 | 2025-02-20T18:59:04.379Z | Compiling log v0.4.22 |
1286 | 2025-02-20T18:59:04.610Z | Compiling quote v1.0.38 |
1287 | 2025-02-20T18:59:04.622Z | Compiling jobserver v0.1.31 |
1288 | 2025-02-20T18:59:04.715Z | Compiling getrandom v0.2.14 |
1289 | 2025-02-20T18:59:05.072Z | Compiling syn v2.0.96 |
1290 | 2025-02-20T18:59:05.142Z | Compiling cc v1.0.97 |
1291 | 2025-02-20T18:59:05.280Z | Compiling num-traits v0.2.19 |
1292 | 2025-02-20T18:59:05.609Z | Compiling pin-project-lite v0.2.14 |
1293 | 2025-02-20T18:59:05.900Z | Compiling ahash v0.8.11 |
1294 | 2025-02-20T18:59:05.919Z | Compiling hashbrown v0.15.2 |
1295 | 2025-02-20T18:59:06.080Z | Compiling smallvec v1.13.2 |
1296 | 2025-02-20T18:59:06.144Z | Compiling equivalent v1.0.1 |
1297 | 2025-02-20T18:59:06.332Z | Compiling scopeguard v1.2.0 |
1298 | 2025-02-20T18:59:07.054Z | Compiling semver v1.0.24 |
1299 | 2025-02-20T18:59:07.201Z | Compiling parking_lot v0.12.2 |
1300 | 2025-02-20T18:59:07.280Z | Compiling socket2 v0.5.7 |
1301 | 2025-02-20T18:59:07.586Z | Compiling signal-hook-registry v1.4.2 |
1302 | 2025-02-20T18:59:07.957Z | Compiling ring v0.17.8 |
1303 | 2025-02-20T18:59:08.347Z | Compiling mio v1.0.2 |
1304 | 2025-02-20T18:59:08.780Z | Compiling httparse v1.8.0 |
1305 | 2025-02-20T18:59:08.980Z | Compiling fnv v1.0.7 |
1306 | 2025-02-20T18:59:09.014Z | Compiling typenum v1.17.0 |
1307 | 2025-02-20T18:59:09.051Z | Compiling generic-array v0.14.7 |
1308 | 2025-02-20T18:59:09.120Z | Compiling heck v0.5.0 |
1309 | 2025-02-20T18:59:09.193Z | Compiling iana-time-zone v0.1.60 |
1310 | 2025-02-20T18:59:09.291Z | Compiling futures-core v0.3.31 |
1311 | 2025-02-20T18:59:09.318Z | Compiling openssl-sys v0.9.103 |
1312 | 2025-02-20T18:59:09.585Z | Compiling dyn-clone v1.0.17 |
1313 | 2025-02-20T18:59:09.780Z | Compiling futures-sink v0.3.30 |
1314 | 2025-02-20T18:59:09.906Z | Compiling rand_core v0.6.4 |
1315 | 2025-02-20T18:59:09.941Z | Compiling slog v2.7.0 |
1316 | 2025-02-20T18:59:09.965Z | Compiling subtle v2.5.0 |
1317 | 2025-02-20T18:59:10.100Z | Compiling allocator-api2 v0.2.18 |
1318 | 2025-02-20T18:59:10.228Z | Compiling futures-channel v0.3.30 |
1319 | 2025-02-20T18:59:10.349Z | Compiling futures-task v0.3.30 |
1320 | 2025-02-20T18:59:10.386Z | Compiling futures-io v0.3.30 |
1321 | 2025-02-20T18:59:10.386Z | Compiling pin-utils v0.1.0 |
1322 | 2025-02-20T18:59:10.453Z | Compiling ucd-trie v0.1.6 |
1323 | 2025-02-20T18:59:10.652Z | Compiling openssl v0.10.66 |
1324 | 2025-02-20T18:59:10.829Z | Compiling aho-corasick v1.1.3 |
1325 | 2025-02-20T18:59:10.887Z | Compiling regex-syntax v0.8.5 |
1326 | 2025-02-20T18:59:11.001Z | Compiling rustls v0.23.10 |
1327 | 2025-02-20T18:59:11.129Z | Compiling native-tls v0.2.11 |
1328 | 2025-02-20T18:59:11.311Z | Compiling rustversion v1.0.17 |
1329 | 2025-02-20T18:59:11.540Z | Compiling spin v0.9.8 |
1330 | 2025-02-20T18:59:11.552Z | Compiling syn v1.0.109 |
1331 | 2025-02-20T18:59:11.807Z | Compiling serde_derive_internals v0.29.1 |
1332 | 2025-02-20T18:59:13.668Z | Compiling untrusted v0.9.0 |
1333 | 2025-02-20T18:59:14.139Z | Compiling tracing-core v0.1.32 |
1334 | 2025-02-20T18:59:14.381Z | Compiling heck v0.4.1 |
1335 | 2025-02-20T18:59:14.665Z | Compiling regex-automata v0.4.9 |
1336 | 2025-02-20T18:59:15.645Z | Compiling serde_derive v1.0.217 |
1337 | 2025-02-20T18:59:16.028Z | Compiling thiserror-impl v1.0.64 |
1338 | 2025-02-20T18:59:16.249Z | Compiling tokio-macros v2.4.0 |
1339 | 2025-02-20T18:59:16.251Z | Compiling zerocopy-derive v0.7.34 |
1340 | 2025-02-20T18:59:16.520Z | Compiling schemars_derive v0.8.21 |
1341 | 2025-02-20T18:59:17.802Z | Compiling futures-macro v0.3.30 |
1342 | 2025-02-20T18:59:18.171Z | Compiling zerocopy v0.7.34 |
1343 | 2025-02-20T18:59:19.190Z | Compiling pest v2.7.10 |
1344 | 2025-02-20T18:59:19.512Z | Compiling futures-util v0.3.30 |
1345 | 2025-02-20T18:59:19.912Z | Compiling hashbrown v0.14.5 |
1346 | 2025-02-20T18:59:20.448Z | Compiling openssl-macros v0.1.1 |
1347 | 2025-02-20T18:59:21.096Z | Compiling regress v0.10.1 |
1348 | 2025-02-20T18:59:21.116Z | Compiling regex v1.11.1 |
1349 | 2025-02-20T18:59:21.264Z | Compiling tracing-attributes v0.1.27 |
1350 | 2025-02-20T18:59:21.989Z | Compiling pest_meta v2.7.10 |
1351 | 2025-02-20T18:59:22.120Z | Compiling anyhow v1.0.89 |
1352 | 2025-02-20T18:59:23.411Z | Compiling pest_generator v2.7.10 |
1353 | 2025-02-20T18:59:24.119Z | Compiling tracing v0.1.40 |
1354 | 2025-02-20T18:59:24.797Z | Compiling time-core v0.1.2 |
1355 | 2025-02-20T18:59:24.990Z | Compiling rustls-pki-types v1.7.0 |
1356 | 2025-02-20T18:59:25.022Z | Compiling num-conv v0.1.0 |
1357 | 2025-02-20T18:59:25.354Z | Compiling percent-encoding v2.3.1 |
1358 | 2025-02-20T18:59:25.371Z | Compiling pest_derive v2.7.10 |
1359 | 2025-02-20T18:59:25.489Z | Compiling time-macros v0.2.18 |
1360 | 2025-02-20T18:59:25.841Z | Compiling form_urlencoded v1.2.1 |
1361 | 2025-02-20T18:59:26.028Z | Compiling crypto-common v0.1.6 |
1362 | 2025-02-20T18:59:26.233Z | Compiling scroll_derive v0.12.0 |
1363 | 2025-02-20T18:59:26.368Z | Compiling tinyvec_macros v0.1.1 |
1364 | 2025-02-20T18:59:26.471Z | Compiling tinyvec v1.6.0 |
1365 | 2025-02-20T18:59:27.721Z | Compiling thread-id v4.2.1 |
1366 | 2025-02-20T18:59:28.113Z | Compiling bytes v1.9.0 |
1367 | 2025-02-20T18:59:28.306Z | Compiling indexmap v2.7.0 |
1368 | 2025-02-20T18:59:28.635Z | Compiling uuid v1.10.0 |
1369 | 2025-02-20T18:59:29.272Z | Compiling tokio v1.40.0 |
1370 | 2025-02-20T18:59:29.641Z | Compiling chrono v0.4.38 |
1371 | 2025-02-20T18:59:29.917Z | Compiling serde_tokenstream v0.2.2 |
1372 | 2025-02-20T18:59:30.600Z | Compiling bitflags v2.6.0 |
1373 | 2025-02-20T18:59:31.411Z | Compiling http v1.2.0 |
1374 | 2025-02-20T18:59:33.468Z | Compiling zeroize v1.7.0 |
1375 | 2025-02-20T18:59:33.845Z | Compiling atomic-waker v1.1.2 |
1376 | 2025-02-20T18:59:34.055Z | Compiling http-body v1.0.1 |
1377 | 2025-02-20T18:59:34.060Z | Compiling openapiv3 v2.0.0 |
1378 | 2025-02-20T18:59:34.327Z | Compiling unicode-normalization v0.1.23 |
1379 | 2025-02-20T18:59:35.706Z | Compiling rustls-webpki v0.102.4 |
1380 | 2025-02-20T18:59:35.864Z | Compiling try-lock v0.2.5 |
1381 | 2025-02-20T18:59:36.040Z | Compiling strsim v0.11.1 |
1382 | 2025-02-20T18:59:36.385Z | Compiling unicode-bidi v0.3.15 |
1383 | 2025-02-20T18:59:36.653Z | Compiling want v0.3.1 |
1384 | 2025-02-20T18:59:37.073Z | Compiling base64 v0.22.1 |
1385 | 2025-02-20T18:59:37.885Z | Compiling httpdate v1.0.3 |
1386 | 2025-02-20T18:59:38.046Z | Compiling tokio-util v0.7.11 |
1387 | 2025-02-20T18:59:38.202Z | Compiling camino v1.1.9 |
1388 | 2025-02-20T18:59:38.640Z | Compiling ppv-lite86 v0.2.17 |
1389 | 2025-02-20T18:59:38.819Z | Compiling idna v0.5.0 |
1390 | 2025-02-20T18:59:39.140Z | Compiling h2 v0.4.6 |
1391 | 2025-02-20T18:59:39.363Z | Compiling rand_chacha v0.3.1 |
1392 | 2025-02-20T18:59:39.933Z | Compiling usdt-impl v0.5.0 |
1393 | 2025-02-20T18:59:40.384Z | Compiling unsafe-libyaml v0.2.11 |
1394 | 2025-02-20T18:59:40.963Z | Compiling tower-service v0.3.2 |
1395 | 2025-02-20T18:59:41.109Z | Compiling ident_case v1.0.1 |
1396 | 2025-02-20T18:59:41.147Z | Compiling url v2.5.0 |
1397 | 2025-02-20T18:59:41.303Z | Compiling darling_core v0.20.9 |
1398 | 2025-02-20T18:59:42.056Z | Compiling serde_yaml v0.9.34+deprecated |
1399 | 2025-02-20T18:59:42.810Z | Compiling rand v0.8.5 |
1400 | 2025-02-20T18:59:43.291Z | Compiling typify-impl v0.2.0 |
1401 | 2025-02-20T18:59:44.384Z | Compiling scroll v0.12.0 |
1402 | 2025-02-20T18:59:44.921Z | Compiling hyper v1.4.1 |
1403 | 2025-02-20T18:59:45.272Z | Compiling foreign-types-shared v0.1.1 |
1404 | 2025-02-20T18:59:45.555Z | Compiling plain v0.2.3 |
1405 | 2025-02-20T18:59:45.728Z | Compiling goblin v0.8.2 |
1406 | 2025-02-20T18:59:46.593Z | Compiling darling_macro v0.20.9 |
1407 | 2025-02-20T18:59:46.698Z | Compiling foreign-types v0.3.2 |
1408 | 2025-02-20T18:59:47.649Z | Compiling http-body-util v0.1.2 |
1409 | 2025-02-20T18:59:48.102Z | Compiling hyper-util v0.1.9 |
1410 | 2025-02-20T18:59:48.178Z | Compiling strum_macros v0.26.2 |
1411 | 2025-02-20T18:59:52.291Z | Compiling encoding_rs v0.8.34 |
1412 | 2025-02-20T18:59:52.308Z | Compiling omicron-workspace-hack v0.1.0 |
1413 | 2025-02-20T18:59:52.662Z | Compiling mime v0.3.17 |
1414 | 2025-02-20T18:59:53.205Z | Compiling typify-macro v0.2.0 |
1415 | 2025-02-20T18:59:53.458Z | Compiling cpufeatures v0.2.12 |
1416 | 2025-02-20T18:59:53.567Z | Compiling pretty-hex v0.4.1 |
1417 | 2025-02-20T18:59:53.790Z | Compiling dof v0.3.0 |
1418 | 2025-02-20T18:59:54.163Z | Compiling darling v0.20.9 |
1419 | 2025-02-20T18:59:54.288Z | Compiling rustls-pemfile v2.1.3 |
1420 | 2025-02-20T18:59:55.000Z | Compiling serde_urlencoded v0.7.1 |
1421 | 2025-02-20T18:59:55.112Z | Compiling dtrace-parser v0.2.0 |
1422 | 2025-02-20T18:59:55.234Z | Compiling block-buffer v0.10.4 |
1423 | 2025-02-20T18:59:55.493Z | Compiling async-trait v0.1.83 |
1424 | 2025-02-20T18:59:56.617Z | Compiling rustls v0.22.4 |
1425 | 2025-02-20T18:59:56.687Z | Compiling openssl-probe v0.1.5 |
1426 | 2025-02-20T18:59:57.009Z | Compiling digest v0.10.7 |
1427 | 2025-02-20T18:59:57.469Z | Compiling serde_with_macros v3.11.0 |
1428 | 2025-02-20T18:59:58.019Z | Compiling toml_datetime v0.6.8 |
1429 | 2025-02-20T19:00:03.530Z | Compiling ipnet v2.9.0 |
1430 | 2025-02-20T19:00:04.057Z | Compiling slog-async v2.8.0 |
1431 | 2025-02-20T19:00:04.590Z | Compiling tokio-rustls v0.26.0 |
1432 | 2025-02-20T19:00:06.592Z | Compiling tokio-native-tls v0.3.1 |
1433 | 2025-02-20T19:00:06.913Z | Compiling typify v0.2.0 |
1434 | 2025-02-20T19:00:07.049Z | Compiling webpki-roots v0.26.3 |
1435 | 2025-02-20T19:00:07.274Z | Compiling multer v3.1.0 |
1436 | 2025-02-20T19:00:07.871Z | Compiling crossbeam-utils v0.8.19 |
1437 | 2025-02-20T19:00:08.258Z | Compiling paste v1.0.15 |
1438 | 2025-02-20T19:00:08.876Z | Compiling hyper-rustls v0.27.3 |
1439 | 2025-02-20T19:00:08.913Z | Compiling progenitor-impl v0.8.0 |
1440 | 2025-02-20T19:00:09.023Z | Compiling hyper-tls v0.6.0 |
1441 | 2025-02-20T19:00:09.428Z | Compiling usdt-attr-macro v0.5.0 |
1442 | 2025-02-20T19:00:11.126Z | Compiling usdt-macro v0.5.0 |
1443 | 2025-02-20T19:00:12.594Z | Compiling sync_wrapper v1.0.1 |
1444 | 2025-02-20T19:00:13.150Z | Compiling reqwest v0.12.7 |
1445 | 2025-02-20T19:00:14.797Z | Compiling progenitor-macro v0.8.0 |
1446 | 2025-02-20T19:00:16.077Z | Compiling serde_spanned v0.6.7 |
1447 | 2025-02-20T19:00:16.080Z | Compiling futures-executor v0.3.30 |
1448 | 2025-02-20T19:00:16.327Z | Compiling async-stream-impl v0.3.5 |
1449 | 2025-02-20T19:00:17.133Z | Compiling dropshot v0.12.0 |
1450 | 2025-02-20T19:00:17.145Z | Compiling powerfmt v0.2.0 |
1451 | 2025-02-20T19:00:17.601Z | Compiling deranged v0.3.11 |
1452 | 2025-02-20T19:00:17.652Z | Compiling futures v0.3.30 |
1453 | 2025-02-20T19:00:17.773Z | Compiling sha1 v0.10.6 |
1454 | 2025-02-20T19:00:19.415Z | Compiling num_threads v0.1.7 |
1455 | 2025-02-20T19:00:19.552Z | Compiling time v0.3.36 |
1456 | 2025-02-20T19:00:19.552Z | Compiling strum v0.26.2 |
1457 | 2025-02-20T19:00:19.808Z | Compiling dropshot_endpoint v0.12.0 |
1458 | 2025-02-20T19:00:20.625Z | Compiling structmeta-derive v0.3.0 |
1459 | 2025-02-20T19:00:23.372Z | Compiling rustix v0.38.34 |
1460 | 2025-02-20T19:00:24.222Z | Compiling structmeta v0.3.0 |
1461 | 2025-02-20T19:00:25.026Z | Compiling serde_with v3.11.0 |
1462 | 2025-02-20T19:00:28.991Z | Compiling errno v0.3.9 |
1463 | 2025-02-20T19:00:29.268Z | Compiling dirs-sys-next v0.1.2 |
1464 | 2025-02-20T19:00:30.260Z | Compiling match_cfg v0.1.0 |
1465 | 2025-02-20T19:00:31.154Z | Compiling winnow v0.6.18 |
1466 | 2025-02-20T19:00:33.557Z | Compiling hostname v0.3.1 |
1467 | 2025-02-20T19:00:33.834Z | Compiling dirs-next v2.0.0 |
1468 | 2025-02-20T19:00:34.208Z | Compiling parse-display-derive v0.10.0 |
1469 | 2025-02-20T19:00:37.026Z | Compiling ipnetwork v0.20.0 |
1470 | 2025-02-20T19:00:37.391Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1471 | 2025-02-20T19:00:37.892Z | Compiling thread_local v1.1.8 |
1472 | 2025-02-20T19:00:39.021Z | Compiling term v0.7.0 |
1473 | 2025-02-20T19:00:40.696Z | Compiling crossbeam-channel v0.5.12 |
1474 | 2025-02-20T19:00:40.799Z | Compiling memmap v0.7.0 |
1475 | 2025-02-20T19:00:41.237Z | Compiling is-terminal v0.4.12 |
1476 | 2025-02-20T19:00:41.338Z | Compiling take_mut v0.2.2 |
1477 | 2025-02-20T19:00:43.107Z | Compiling slog-term v2.9.1 |
1478 | 2025-02-20T19:00:44.658Z | Compiling usdt v0.5.0 |
1479 | 2025-02-20T19:00:45.729Z | Compiling toml_edit v0.22.20 |
1480 | 2025-02-20T19:00:46.028Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1481 | 2025-02-20T19:00:46.917Z | Compiling slog-json v2.6.1 |
1482 | 2025-02-20T19:00:47.377Z | Compiling progenitor-client v0.8.0 |
1483 | 2025-02-20T19:00:48.173Z | Compiling winnow v0.5.40 |
1484 | 2025-02-20T19:00:48.227Z | Compiling debug-ignore v1.0.5 |
1485 | 2025-02-20T19:00:48.822Z | Compiling progenitor v0.8.0 |
1486 | 2025-02-20T19:00:50.154Z | Compiling tokio-rustls v0.25.0 |
1487 | 2025-02-20T19:00:50.620Z | Compiling toml v0.8.19 |
1488 | 2025-02-20T19:00:51.462Z | Compiling toml_edit v0.19.15 |
1489 | 2025-02-20T19:00:51.656Z | Compiling slog-bunyan v2.5.0 |
1490 | 2025-02-20T19:00:53.706Z | Compiling async-stream v0.3.5 |
1491 | 2025-02-20T19:00:54.098Z | Compiling waitgroup v0.1.2 |
1492 | 2025-02-20T19:00:54.607Z | Compiling serde_path_to_error v0.1.16 |
1493 | 2025-02-20T19:00:54.705Z | Compiling hostname v0.4.0 |
1494 | 2025-02-20T19:00:55.595Z | Compiling crucible-workspace-hack v0.1.0 |
1495 | 2025-02-20T19:00:57.008Z | Compiling proc-macro-crate v1.3.1 |
1496 | 2025-02-20T19:00:57.778Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1497 | 2025-02-20T19:01:00.137Z | Compiling newtype-uuid v1.1.0 |
1498 | 2025-02-20T19:01:00.647Z | Compiling unicode-width v0.1.14 |
1499 | 2025-02-20T19:01:01.747Z | Compiling hex v0.4.3 |
1500 | 2025-02-20T19:01:02.906Z | Compiling clap_derive v4.5.4 |
1501 | 2025-02-20T19:01:03.683Z | Compiling instant v0.1.12 |
1502 | 2025-02-20T19:01:04.015Z | Compiling utf8parse v0.2.1 |
1503 | 2025-02-20T19:01:04.197Z | Compiling lazy_static v1.5.0 |
1504 | 2025-02-20T19:01:04.363Z | Compiling anstyle-parse v0.2.4 |
1505 | 2025-02-20T19:01:04.802Z | Compiling backoff v0.4.0 |
1506 | 2025-02-20T19:01:07.312Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1507 | 2025-02-20T19:01:07.503Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1508 | 2025-02-20T19:01:07.622Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1509 | 2025-02-20T19:01:08.059Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1510 | 2025-02-20T19:01:08.107Z | Compiling parse-display v0.10.0 |
1511 | 2025-02-20T19:01:08.303Z | Compiling regress v0.9.1 |
1512 | 2025-02-20T19:01:09.982Z | Compiling macaddr v1.0.1 |
1513 | 2025-02-20T19:01:11.206Z | Compiling num-integer v0.1.46 |
1514 | 2025-02-20T19:01:12.625Z | Compiling anstyle v1.0.7 |
1515 | 2025-02-20T19:01:13.187Z | Compiling colorchoice v1.0.1 |
1516 | 2025-02-20T19:01:13.384Z | Compiling unicode-xid v0.2.4 |
1517 | 2025-02-20T19:01:13.587Z | Compiling anstyle-query v1.0.3 |
1518 | 2025-02-20T19:01:13.747Z | Compiling is_terminal_polyfill v1.70.0 |
1519 | 2025-02-20T19:01:13.854Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1520 | 2025-02-20T19:01:13.894Z | Compiling anstream v0.6.14 |
1521 | 2025-02-20T19:01:16.861Z | Compiling terminal_size v0.3.0 |
1522 | 2025-02-20T19:01:17.787Z | Compiling heapless v0.8.0 |
1523 | 2025-02-20T19:01:20.246Z | Compiling clap_lex v0.7.0 |
1524 | 2025-02-20T19:01:20.849Z | Compiling clap_builder v4.5.2 |
1525 | 2025-02-20T19:01:22.876Z | Compiling num-bigint v0.4.5 |
1526 | 2025-02-20T19:01:22.927Z | Compiling num_enum_derive v0.5.11 |
1527 | 2025-02-20T19:01:25.449Z | Compiling hash32 v0.3.1 |
1528 | 2025-02-20T19:01:25.723Z | Compiling smoltcp v0.11.0 |
1529 | 2025-02-20T19:01:25.739Z | Compiling fastrand v2.1.0 |
1530 | 2025-02-20T19:01:25.851Z | Compiling thiserror v2.0.11 |
1531 | 2025-02-20T19:01:26.034Z | Compiling stable_deref_trait v1.2.0 |
1532 | 2025-02-20T19:01:26.376Z | Compiling either v1.13.0 |
1533 | 2025-02-20T19:01:26.388Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1534 | 2025-02-20T19:01:26.743Z | Compiling tempfile v3.10.1 |
1535 | 2025-02-20T19:01:26.790Z | Compiling num-rational v0.4.2 |
1536 | 2025-02-20T19:01:26.836Z | Compiling clap v4.5.4 |
1537 | 2025-02-20T19:01:27.508Z | Compiling num_enum v0.5.11 |
1538 | 2025-02-20T19:01:27.702Z | Compiling synstructure v0.12.6 |
1539 | 2025-02-20T19:01:27.939Z | Compiling num-iter v0.1.45 |
1540 | 2025-02-20T19:01:28.316Z | Compiling num-complex v0.4.6 |
1541 | 2025-02-20T19:01:28.833Z | Compiling proc-macro-error-attr v1.0.4 |
1542 | 2025-02-20T19:01:29.227Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1543 | 2025-02-20T19:01:29.532Z | Compiling cobs v0.2.3 |
1544 | 2025-02-20T19:01:29.616Z | Compiling bitflags v1.3.2 |
1545 | 2025-02-20T19:01:29.629Z | Compiling managed v0.8.0 |
1546 | 2025-02-20T19:01:29.734Z | Compiling postcard v1.0.9 |
1547 | 2025-02-20T19:01:30.016Z | Compiling num v0.4.3 |
1548 | 2025-02-20T19:01:30.215Z | Compiling zerocopy-derive v0.2.0 |
1549 | 2025-02-20T19:01:31.870Z | Compiling foreign-types-macros v0.2.3 |
1550 | 2025-02-20T19:01:31.953Z | Compiling thiserror-impl v2.0.11 |
1551 | 2025-02-20T19:01:32.061Z | Compiling libz-sys v1.1.16 |
1552 | 2025-02-20T19:01:33.216Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1553 | 2025-02-20T19:01:33.267Z | Compiling proc-macro-error v1.0.4 |
1554 | 2025-02-20T19:01:33.693Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1555 | 2025-02-20T19:01:34.116Z | Compiling pretty-hex v0.2.1 |
1556 | 2025-02-20T19:01:34.566Z | Compiling data-encoding v2.6.0 |
1557 | 2025-02-20T19:01:34.874Z | Compiling prettyplease v0.2.22 |
1558 | 2025-02-20T19:01:35.261Z | Compiling foreign-types-shared v0.3.1 |
1559 | 2025-02-20T19:01:35.438Z | Compiling foreign-types v0.5.0 |
1560 | 2025-02-20T19:01:36.404Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1561 | 2025-02-20T19:01:40.564Z | Compiling tabwriter v1.4.0 |
1562 | 2025-02-20T19:01:41.025Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1563 | 2025-02-20T19:01:41.035Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1564 | 2025-02-20T19:01:41.971Z | Compiling cstr-argument v0.1.2 |
1565 | 2025-02-20T19:01:42.145Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1566 | 2025-02-20T19:01:42.167Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1567 | 2025-02-20T19:01:43.161Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1568 | 2025-02-20T19:01:44.272Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1569 | 2025-02-20T19:01:44.700Z | Compiling colored v2.1.0 |
1570 | 2025-02-20T19:01:45.499Z | Compiling libgit2-sys v0.17.0+1.8.1 |
1571 | 2025-02-20T19:01:45.837Z | Compiling usdt-impl v0.3.5 |
1572 | 2025-02-20T19:01:46.099Z | Compiling float-ord v0.3.2 |
1573 | 2025-02-20T19:01:46.168Z | Compiling unicode-segmentation v1.11.0 |
1574 | 2025-02-20T19:01:46.211Z | Compiling semver v0.1.20 |
1575 | 2025-02-20T19:01:46.263Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1576 | 2025-02-20T19:01:46.414Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1577 | 2025-02-20T19:01:46.680Z | Compiling rustc_version v0.1.7 |
1578 | 2025-02-20T19:01:46.692Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1579 | 2025-02-20T19:01:47.034Z | Compiling newline-converter v0.3.0 |
1580 | 2025-02-20T19:01:47.954Z | Compiling zone_cfg_derive v0.3.0 |
1581 | 2025-02-20T19:01:49.744Z | Compiling camino-tempfile v1.1.1 |
1582 | 2025-02-20T19:01:50.460Z | Compiling itertools v0.10.5 |
1583 | 2025-02-20T19:01:51.058Z | Compiling console v0.15.8 |
1584 | 2025-02-20T19:01:53.763Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1585 | 2025-02-20T19:01:54.548Z | Compiling num-derive v0.4.2 |
1586 | 2025-02-20T19:01:55.624Z | Compiling sigpipe v0.1.3 |
1587 | 2025-02-20T19:01:55.781Z | Compiling base64ct v1.6.0 |
1588 | 2025-02-20T19:01:56.158Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1589 | 2025-02-20T19:01:56.448Z | Compiling base64 v0.21.7 |
1590 | 2025-02-20T19:01:56.519Z | Compiling similar v2.5.0 |
1591 | 2025-02-20T19:01:56.693Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1592 | 2025-02-20T19:01:57.387Z | Compiling password-hash v0.5.0 |
1593 | 2025-02-20T19:01:58.741Z | Compiling expectorate v1.1.0 |
1594 | 2025-02-20T19:01:59.015Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1595 | 2025-02-20T19:01:59.541Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1596 | 2025-02-20T19:02:00.058Z | Compiling zone v0.3.0 |
1597 | 2025-02-20T19:02:00.428Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1598 | 2025-02-20T19:02:02.210Z | Compiling typify-impl v0.3.0 |
1599 | 2025-02-20T19:02:02.687Z | Compiling newtype_derive v0.1.6 |
1600 | 2025-02-20T19:02:03.081Z | Compiling zerocopy v0.3.2 |
1601 | 2025-02-20T19:02:03.277Z | Compiling blake2 v0.10.6 |
1602 | 2025-02-20T19:02:03.567Z | Compiling cargo-platform v0.1.8 |
1603 | 2025-02-20T19:02:03.711Z | Compiling hubpack_derive v0.1.1 |
1604 | 2025-02-20T19:02:03.982Z | Compiling smf v0.2.3 |
1605 | 2025-02-20T19:02:03.996Z | Compiling zerocopy-derive v0.6.6 |
1606 | 2025-02-20T19:02:04.464Z | Compiling serde_repr v0.1.19 |
1607 | 2025-02-20T19:02:04.674Z | Compiling vergen v8.3.2 |
1608 | 2025-02-20T19:02:05.072Z | Compiling whoami v1.5.1 |
1609 | 2025-02-20T19:02:05.588Z | Compiling owo-colors v4.1.0 |
1610 | 2025-02-20T19:02:05.884Z | Compiling cancel-safe-futures v0.1.5 |
1611 | 2025-02-20T19:02:05.978Z | Compiling fixedbitset v0.4.2 |
1612 | 2025-02-20T19:02:06.087Z | Compiling zerocopy v0.6.6 |
1613 | 2025-02-20T19:02:06.301Z | Compiling petgraph v0.6.5 |
1614 | 2025-02-20T19:02:06.793Z | Compiling hubpack v0.1.2 |
1615 | 2025-02-20T19:02:06.808Z | Compiling cargo_metadata v0.18.1 |
1616 | 2025-02-20T19:02:07.269Z | Compiling argon2 v0.5.3 |
1617 | 2025-02-20T19:02:09.568Z | Compiling dof v0.1.5 |
1618 | 2025-02-20T19:02:10.449Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1619 | 2025-02-20T19:02:10.535Z | Compiling rustc_version v0.4.0 |
1620 | 2025-02-20T19:02:11.086Z | Compiling serde-big-array v0.5.1 |
1621 | 2025-02-20T19:02:11.368Z | Compiling dtrace-parser v0.1.14 |
1622 | 2025-02-20T19:02:12.036Z | Compiling typify-macro v0.3.0 |
1623 | 2025-02-20T19:02:12.135Z | Compiling strum_macros v0.25.3 |
1624 | 2025-02-20T19:02:12.840Z | Compiling libsqlite3-sys v0.30.1 |
1625 | 2025-02-20T19:02:13.066Z | Compiling cookie v0.18.1 |
1626 | 2025-02-20T19:02:13.370Z | Compiling slog-dtrace v0.3.0 |
1627 | 2025-02-20T19:02:13.437Z | Compiling static_assertions v1.1.0 |
1628 | 2025-02-20T19:02:13.548Z | Compiling utf-8 v0.7.6 |
1629 | 2025-02-20T19:02:13.919Z | Compiling cfg_aliases v0.2.1 |
1630 | 2025-02-20T19:02:14.029Z | Compiling convert_case v0.4.0 |
1631 | 2025-02-20T19:02:14.145Z | Compiling rustls v0.21.12 |
1632 | 2025-02-20T19:02:14.459Z | Compiling nix v0.29.0 |
1633 | 2025-02-20T19:02:14.607Z | Compiling tungstenite v0.21.0 |
1634 | 2025-02-20T19:02:14.649Z | Compiling derive_more v0.99.18 |
1635 | 2025-02-20T19:02:15.412Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1636 | 2025-02-20T19:02:15.428Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1637 | 2025-02-20T19:02:16.774Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1638 | 2025-02-20T19:02:18.298Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1639 | 2025-02-20T19:02:19.206Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1640 | 2025-02-20T19:02:20.102Z | Compiling atomicwrites v0.4.4 |
1641 | 2025-02-20T19:02:20.485Z | Compiling itertools v0.13.0 |
1642 | 2025-02-20T19:02:20.984Z | Compiling libsw v3.3.1 |
1643 | 2025-02-20T19:02:21.113Z | Compiling idna v0.4.0 |
1644 | 2025-02-20T19:02:21.319Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1645 | 2025-02-20T19:02:23.786Z | Compiling serde_tokenstream v0.1.7 |
1646 | 2025-02-20T19:02:23.789Z | Compiling rustls-webpki v0.101.7 |
1647 | 2025-02-20T19:02:24.141Z | Compiling sct v0.7.1 |
1648 | 2025-02-20T19:02:24.283Z | Compiling inout v0.1.3 |
1649 | 2025-02-20T19:02:24.533Z | Compiling derive-where v1.2.7 |
1650 | 2025-02-20T19:02:24.595Z | Compiling enum-as-inner v0.6.0 |
1651 | 2025-02-20T19:02:24.980Z | Compiling swrite v0.1.0 |
1652 | 2025-02-20T19:02:25.105Z | Compiling linked-hash-map v0.5.6 |
1653 | 2025-02-20T19:02:25.135Z | Compiling highway v1.2.0 |
1654 | 2025-02-20T19:02:25.500Z | Compiling linear-map v1.2.0 |
1655 | 2025-02-20T19:02:25.730Z | Compiling quick-error v1.2.3 |
1656 | 2025-02-20T19:02:25.889Z | Compiling radium v0.7.0 |
1657 | 2025-02-20T19:02:25.909Z | Compiling indent_write v2.2.0 |
1658 | 2025-02-20T19:02:26.146Z | Compiling resolv-conf v0.7.0 |
1659 | 2025-02-20T19:02:26.432Z | Compiling hickory-proto v0.24.1 |
1660 | 2025-02-20T19:02:26.555Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1661 | 2025-02-20T19:02:27.532Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1662 | 2025-02-20T19:02:27.599Z | Compiling lru-cache v0.1.2 |
1663 | 2025-02-20T19:02:27.676Z | Compiling cipher v0.4.4 |
1664 | 2025-02-20T19:02:27.824Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1665 | 2025-02-20T19:02:28.162Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1666 | 2025-02-20T19:02:34.499Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1667 | 2025-02-20T19:02:35.867Z | Compiling git2 v0.19.0 |
1668 | 2025-02-20T19:02:37.727Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1669 | 2025-02-20T19:02:37.909Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1670 | 2025-02-20T19:02:43.575Z | Compiling steno v0.4.1 |
1671 | 2025-02-20T19:02:44.051Z | Compiling tokio-tungstenite v0.21.0 |
1672 | 2025-02-20T19:02:44.300Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1673 | 2025-02-20T19:02:45.862Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1674 | 2025-02-20T19:02:46.567Z | Compiling crossbeam-epoch v0.9.18 |
1675 | 2025-02-20T19:02:47.561Z | Compiling hashlink v0.9.1 |
1676 | 2025-02-20T19:02:47.931Z | Compiling humantime v2.1.0 |
1677 | 2025-02-20T19:02:48.297Z | Compiling fallible-iterator v0.3.0 |
1678 | 2025-02-20T19:02:48.773Z | Compiling fallible-streaming-iterator v0.1.9 |
1679 | 2025-02-20T19:02:49.046Z | Compiling tap v1.0.1 |
1680 | 2025-02-20T19:02:49.060Z | Compiling rayon-core v1.12.1 |
1681 | 2025-02-20T19:02:49.247Z | Compiling wyz v0.5.1 |
1682 | 2025-02-20T19:02:49.461Z | Compiling rusqlite v0.32.1 |
1683 | 2025-02-20T19:02:49.695Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1684 | 2025-02-20T19:02:53.120Z | Compiling crossbeam-deque v0.8.5 |
1685 | 2025-02-20T19:02:53.532Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1686 | 2025-02-20T19:02:55.277Z | Compiling tokio-rustls v0.24.1 |
1687 | 2025-02-20T19:02:55.410Z | Compiling hickory-resolver v0.24.1 |
1688 | 2025-02-20T19:02:56.232Z | Compiling usdt-attr-macro v0.3.5 |
1689 | 2025-02-20T19:02:57.744Z | Compiling usdt-macro v0.3.5 |
1690 | 2025-02-20T19:02:59.110Z | Compiling typify v0.3.0 |
1691 | 2025-02-20T19:02:59.256Z | Compiling rustls-pemfile v1.0.4 |
1692 | 2025-02-20T19:03:00.013Z | Compiling num_enum_derive v0.7.2 |
1693 | 2025-02-20T19:03:01.196Z | Compiling twox-hash v2.1.0 |
1694 | 2025-02-20T19:03:02.180Z | Compiling universal-hash v0.5.1 |
1695 | 2025-02-20T19:03:02.424Z | Compiling atty v0.2.14 |
1696 | 2025-02-20T19:03:02.476Z | Compiling funty v2.0.0 |
1697 | 2025-02-20T19:03:02.594Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1698 | 2025-02-20T19:03:02.996Z | Compiling opaque-debug v0.3.1 |
1699 | 2025-02-20T19:03:03.111Z | Compiling polyval v0.6.2 |
1700 | 2025-02-20T19:03:03.653Z | Compiling bitvec v1.0.1 |
1701 | 2025-02-20T19:03:05.197Z | Compiling num_enum v0.7.2 |
1702 | 2025-02-20T19:03:05.556Z | Compiling progenitor-impl v0.9.1 |
1703 | 2025-02-20T19:03:09.204Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1704 | 2025-02-20T19:03:11.434Z | Compiling usdt v0.3.5 |
1705 | 2025-02-20T19:03:11.900Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1706 | 2025-02-20T19:03:14.186Z | Compiling toml v0.7.8 |
1707 | 2025-02-20T19:03:15.079Z | Compiling ctr v0.9.2 |
1708 | 2025-02-20T19:03:15.451Z | Compiling aes v0.8.4 |
1709 | 2025-02-20T19:03:17.923Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1710 | 2025-02-20T19:03:18.363Z | Compiling bincode v1.3.3 |
1711 | 2025-02-20T19:03:18.504Z | Compiling aead v0.5.2 |
1712 | 2025-02-20T19:03:18.844Z | Compiling nvpair_sys v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair/sys) |
1713 | 2025-02-20T19:03:19.041Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1714 | 2025-02-20T19:03:19.287Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
1715 | 2025-02-20T19:03:19.364Z | Compiling nvpair v0.0.0 (/work/oxidecomputer/propolis/crates/nvpair) |
1716 | 2025-02-20T19:03:19.526Z | Compiling aes-gcm-siv v0.11.1 |
1717 | 2025-02-20T19:03:19.721Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1718 | 2025-02-20T19:03:19.816Z | Compiling rayon v1.10.0 |
1719 | 2025-02-20T19:03:20.278Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1720 | 2025-02-20T19:03:25.416Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1721 | 2025-02-20T19:03:27.790Z | Compiling progenitor-macro v0.9.1 |
1722 | 2025-02-20T19:03:30.344Z | Compiling rgb_frame v0.0.0 (/work/oxidecomputer/propolis/crates/rgb-frame) |
1723 | 2025-02-20T19:03:30.757Z | Compiling progenitor-client v0.9.1 |
1724 | 2025-02-20T19:03:31.695Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1725 | 2025-02-20T19:03:32.222Z | Compiling bitstruct_derive v0.1.0 |
1726 | 2025-02-20T19:03:33.622Z | Compiling async-recursion v1.1.1 |
1727 | 2025-02-20T19:03:35.160Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1728 | 2025-02-20T19:03:35.323Z | Compiling ringbuffer v0.15.0 |
1729 | 2025-02-20T19:03:35.995Z | Compiling ascii v1.1.0 |
1730 | 2025-02-20T19:03:36.720Z | Compiling typeid v1.0.0 |
1731 | 2025-02-20T19:03:36.906Z | Compiling erased-serde v0.4.5 |
1732 | 2025-02-20T19:03:38.395Z | Compiling rfb v0.0.0 (/work/oxidecomputer/propolis/crates/rfb) |
1733 | 2025-02-20T19:03:38.548Z | Compiling progenitor v0.9.1 |
1734 | 2025-02-20T19:03:39.871Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1735 | 2025-02-20T19:03:40.229Z | Compiling bitstruct v0.1.1 |
1736 | 2025-02-20T19:03:40.242Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1737 | 2025-02-20T19:03:40.366Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1738 | 2025-02-20T19:03:40.829Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1739 | 2025-02-20T19:03:41.300Z | Compiling cpuid_utils v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-utils) |
1740 | 2025-02-20T19:03:42.477Z | Compiling const_format_proc_macros v0.2.32 |
1741 | 2025-02-20T19:03:44.353Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1742 | 2025-02-20T19:03:45.532Z | Compiling serde_arrays v0.1.0 |
1743 | 2025-02-20T19:03:45.742Z | Compiling kstat-rs v0.2.4 |
1744 | 2025-02-20T19:03:46.629Z | Compiling libloading v0.7.4 |
1745 | 2025-02-20T19:03:47.073Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#888f6a1e) |
1746 | 2025-02-20T19:03:47.492Z | Compiling const_format v0.2.32 |
1747 | 2025-02-20T19:03:48.734Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1748 | 2025-02-20T19:03:58.798Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1749 | 2025-02-20T19:04:00.246Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1750 | 2025-02-20T19:04:00.438Z | Compiling ron v0.8.1 |
1751 | 2025-02-20T19:04:00.740Z | Compiling bit_field v0.10.2 |
1752 | 2025-02-20T19:04:00.947Z | Compiling propolis-config-toml v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-config-toml) |
1753 | 2025-02-20T19:04:05.897Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1754 | 2025-02-20T19:04:16.631Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1755 | 2025-02-20T19:05:07.966Z | Finished `release` profile [optimized] target(s) in 6m 06s |
1756 | 2025-02-20T19:05:08.115Z | |
1757 | 2025-02-20T19:05:08.115Z | real 6:06.252594652 |
1758 | 2025-02-20T19:05:08.115Z | user 43:44.761016689 |
1759 | 2025-02-20T19:05:08.115Z | sys 2:40.495810345 |
1760 | 2025-02-20T19:05:08.115Z | trap 1.288568580 |
1761 | 2025-02-20T19:05:08.129Z | tflt 1.480324412 |
1762 | 2025-02-20T19:05:08.129Z | dflt 0.949545351 |
1763 | 2025-02-20T19:05:08.130Z | kflt 0.000089099 |
1764 | 2025-02-20T19:05:08.130Z | lock 1:35:01.257452057 |
1765 | 2025-02-20T19:05:08.130Z | slp 2:35:52.298851141 |
1766 | 2025-02-20T19:05:08.130Z | lat 2:09.341972482 |
1767 | 2025-02-20T19:05:08.130Z | stop 2:15.114840415 |
1768 | 2025-02-20T19:05:08.130Z | + OUTDIR=/work/release |
1769 | 2025-02-20T19:05:08.130Z | + mkdir -p /work/release |
1770 | 2025-02-20T19:05:08.130Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1771 | 2025-02-20T19:05:08.134Z | + cp target/release/propolis-server /work/release/propolis-server |
1772 | 2025-02-20T19:05:08.207Z | process exited: duration 605922 ms, exit code 0 |
|
1773 | 2025-02-20T19:05:08.235Z | found 2 output files |
1774 | 2025-02-20T19:05:08.235Z | uploading: /work/release/propolis-cli (21518168 bytes) |
1775 | 2025-02-20T19:05:09.678Z | uploaded: /work/release/propolis-cli |
1776 | 2025-02-20T19:05:09.681Z | uploading: /work/release/propolis-server (60565952 bytes) |
1777 | 2025-02-20T19:05:11.871Z | uploaded: /work/release/propolis-server |