|
|
|
1 | 2023-11-28T21:42:21.917Z | job assigned to worker 01HGBY10W111GPM6XY1A6BAASR (queued for 1 m 47 s) |
|
2 | 2023-11-28T21:42:22.560Z | starting task 0: "setup" |
3 | 2023-11-28T21:42:22.888Z | ++ uname -s |
4 | 2023-11-28T21:42:22.891Z | + kern=SunOS |
5 | 2023-11-28T21:42:22.892Z | + case "$kern" in |
6 | 2023-11-28T21:42:22.892Z | + groupadd -g 12345 build |
7 | 2023-11-28T21:42:22.895Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-11-28T21:42:24.910Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-11-28T21:42:25.127Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-11-28T21:42:25.131Z | + home_fs=zfs |
11 | 2023-11-28T21:42:25.131Z | + [[ zfs == autofs ]] |
12 | 2023-11-28T21:42:25.131Z | + mkdir -p /home/build |
13 | 2023-11-28T21:42:25.138Z | + chown build:build /home/build /work |
14 | 2023-11-28T21:42:27.356Z | + chmod 0700 /home/build /work |
15 | 2023-11-28T21:42:39.945Z | process exited: duration 4580 ms, exit code 0 |
|
16 | 2023-11-28T21:42:41.127Z | starting task 1: "rust-toolchain" |
17 | 2023-11-28T21:42:41.558Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-11-28T21:42:41.558Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-11-28T21:42:41.558Z | info: downloading installer |
20 | 2023-11-28T21:42:43.782Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-11-28T21:42:43.782Z | warning: /opt/ooce/bin |
22 | 2023-11-28T21:42:43.782Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-11-28T21:42:43.782Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-11-28T21:42:43.782Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-11-28T21:42:43.782Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-11-28T21:42:43.782Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-11-28T21:42:43.782Z | error: cannot install while Rust is installed |
28 | 2023-11-28T21:42:43.782Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-11-28T21:42:44.472Z | info: profile set to 'default' |
30 | 2023-11-28T21:42:44.472Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-11-28T21:42:44.485Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-11-28T21:42:44.665Z | info: latest update on 2023-11-16, rust version 1.74.0 (79e9716c9 2023-11-13) |
33 | 2023-11-28T21:42:44.665Z | info: downloading component 'cargo' |
34 | 2023-11-28T21:42:45.550Z | info: downloading component 'clippy' |
35 | 2023-11-28T21:42:45.829Z | info: downloading component 'rust-docs' |
36 | 2023-11-28T21:42:46.921Z | info: downloading component 'rust-std' |
37 | 2023-11-28T21:42:48.765Z | info: downloading component 'rustc' |
38 | 2023-11-28T21:42:53.394Z | info: downloading component 'rustfmt' |
39 | 2023-11-28T21:42:53.658Z | info: installing component 'cargo' |
40 | 2023-11-28T21:42:55.702Z | info: installing component 'clippy' |
41 | 2023-11-28T21:42:56.587Z | info: installing component 'rust-docs' |
42 | 2023-11-28T21:42:59.647Z | info: installing component 'rust-std' |
43 | 2023-11-28T21:43:03.563Z | info: installing component 'rustc' |
44 | 2023-11-28T21:43:14.469Z | info: installing component 'rustfmt' |
45 | 2023-11-28T21:43:14.941Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-11-28T21:43:14.941Z | |
47 | 2023-11-28T21:43:15.071Z | stable-x86_64-unknown-illumos installed - rustc 1.74.0 (79e9716c9 2023-11-13) |
48 | 2023-11-28T21:43:15.071Z | |
49 | 2023-11-28T21:43:15.088Z | |
50 | 2023-11-28T21:43:15.088Z | Rust is installed now. Great! |
51 | 2023-11-28T21:43:15.088Z | |
52 | 2023-11-28T21:43:15.088Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-11-28T21:43:15.088Z | environment variable. This has not been done automatically. |
54 | 2023-11-28T21:43:15.088Z | |
55 | 2023-11-28T21:43:15.088Z | To configure your current shell, run: |
56 | 2023-11-28T21:43:15.088Z | source "$HOME/.cargo/env" |
57 | 2023-11-28T21:43:15.161Z | + rustc --version |
58 | 2023-11-28T21:43:15.270Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
59 | 2023-11-28T21:43:15.275Z | process exited: duration 34684 ms, exit code 0 |
|
60 | 2023-11-28T21:43:15.281Z | starting task 2: "authentication" |
61 | 2023-11-28T21:43:15.315Z | process exited: duration 33 ms, exit code 0 |
|
62 | 2023-11-28T21:43:15.323Z | starting task 3: "clone repository" |
63 | 2023-11-28T21:43:15.328Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-11-28T21:43:15.331Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-11-28T21:43:15.410Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-11-28T21:43:17.136Z | + cd /work/oxidecomputer/propolis |
67 | 2023-11-28T21:43:17.136Z | + [[ -n p9fs-direct-reads ]] |
68 | 2023-11-28T21:43:17.139Z | + git fetch origin p9fs-direct-reads |
69 | 2023-11-28T21:43:17.505Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-11-28T21:43:17.505Z | * branch p9fs-direct-reads -> FETCH_HEAD |
71 | 2023-11-28T21:43:17.517Z | + git checkout -B p9fs-direct-reads remotes/origin/p9fs-direct-reads |
72 | 2023-11-28T21:43:17.539Z | Switched to a new branch 'p9fs-direct-reads' |
73 | 2023-11-28T21:43:17.543Z | branch 'p9fs-direct-reads' set up to track 'origin/p9fs-direct-reads'. |
74 | 2023-11-28T21:43:17.543Z | + git reset --hard 8633ba6b6cfce274f6a7b957f63a488644923492 |
75 | 2023-11-28T21:43:17.550Z | HEAD is now at 8633ba6 review feedback |
76 | 2023-11-28T21:43:17.553Z | process exited: duration 2231 ms, exit code 0 |
|
77 | 2023-11-28T21:43:17.558Z | starting task 4: "build" |
78 | 2023-11-28T21:43:17.566Z | + cargo --version |
79 | 2023-11-28T21:43:17.662Z | cargo 1.74.0 (ecb9851af 2023-10-18) |
80 | 2023-11-28T21:43:17.666Z | + rustc --version |
81 | 2023-11-28T21:43:17.769Z | rustc 1.74.0 (79e9716c9 2023-11-13) |
82 | 2023-11-28T21:43:17.774Z | + banner check |
83 | 2023-11-28T21:43:17.873Z | |
84 | 2023-11-28T21:43:17.873Z | #### # # ###### #### # # |
85 | 2023-11-28T21:43:17.873Z | # # # # # # # # # |
86 | 2023-11-28T21:43:17.873Z | # ###### ##### # #### |
87 | 2023-11-28T21:43:17.873Z | # # # # # # # |
88 | 2023-11-28T21:43:17.873Z | # # # # # # # # # |
89 | 2023-11-28T21:43:17.873Z | #### # # ###### #### # # |
90 | 2023-11-28T21:43:17.873Z | |
91 | 2023-11-28T21:43:17.877Z | + ptime -m cargo check --features falcon |
92 | 2023-11-28T21:43:18.150Z | Updating crates.io index |
93 | 2023-11-28T21:43:18.153Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
94 | 2023-11-28T21:43:20.305Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
95 | 2023-11-28T21:43:20.756Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
96 | 2023-11-28T21:43:21.105Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
97 | 2023-11-28T21:43:30.936Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
98 | 2023-11-28T21:43:31.274Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
99 | 2023-11-28T21:43:31.703Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
100 | 2023-11-28T21:43:32.019Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
101 | 2023-11-28T21:43:32.995Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2023-11-28T21:43:34.895Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
103 | 2023-11-28T21:43:35.221Z | Updating git repository `https://github.com/oxidecomputer/p4` |
104 | 2023-11-28T21:43:36.033Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
105 | 2023-11-28T21:43:36.880Z | Updating git repository `https://github.com/oxidecomputer/typify` |
106 | 2023-11-28T21:43:38.908Z | Downloading crates ... |
107 | 2023-11-28T21:43:39.140Z | Downloaded async-stream-impl v0.3.5 |
108 | 2023-11-28T21:43:39.145Z | Downloaded bitstruct_derive v0.1.0 |
109 | 2023-11-28T21:43:39.145Z | Downloaded ahash v0.8.3 |
110 | 2023-11-28T21:43:39.145Z | Downloaded serde_path_to_error v0.1.14 |
111 | 2023-11-28T21:43:39.145Z | Downloaded proc-macro2 v1.0.69 |
112 | 2023-11-28T21:43:39.145Z | Downloaded byteorder v1.4.3 |
113 | 2023-11-28T21:43:39.148Z | Downloaded fnv v1.0.7 |
114 | 2023-11-28T21:43:39.148Z | Downloaded debug-ignore v1.0.5 |
115 | 2023-11-28T21:43:39.152Z | Downloaded serde_spanned v0.6.4 |
116 | 2023-11-28T21:43:39.155Z | Downloaded async-recursion v0.3.2 |
117 | 2023-11-28T21:43:39.158Z | Downloaded ascii v1.1.0 |
118 | 2023-11-28T21:43:39.164Z | Downloaded anyhow v1.0.75 |
119 | 2023-11-28T21:43:39.171Z | Downloaded async-recursion v1.0.5 |
120 | 2023-11-28T21:43:39.177Z | Downloaded argon2 v0.5.2 |
121 | 2023-11-28T21:43:39.182Z | Downloaded atty v0.2.14 |
122 | 2023-11-28T21:43:39.185Z | Downloaded generic-array v0.14.7 |
123 | 2023-11-28T21:43:39.188Z | Downloaded darling_macro v0.20.3 |
124 | 2023-11-28T21:43:39.191Z | Downloaded cpufeatures v0.2.9 |
125 | 2023-11-28T21:43:39.195Z | Downloaded async-stream v0.3.5 |
126 | 2023-11-28T21:43:39.198Z | Downloaded autocfg v1.1.0 |
127 | 2023-11-28T21:43:39.202Z | Downloaded async-trait v0.1.74 |
128 | 2023-11-28T21:43:39.209Z | Downloaded anstyle-query v1.0.0 |
129 | 2023-11-28T21:43:39.212Z | Downloaded anstyle v1.0.2 |
130 | 2023-11-28T21:43:39.228Z | Downloaded time-core v0.1.1 |
131 | 2023-11-28T21:43:39.228Z | Downloaded ctr v0.9.2 |
132 | 2023-11-28T21:43:39.228Z | Downloaded schemars_derive v0.8.15 |
133 | 2023-11-28T21:43:39.228Z | Downloaded proc-macro-crate v1.3.1 |
134 | 2023-11-28T21:43:39.236Z | Downloaded darling v0.20.3 |
135 | 2023-11-28T21:43:39.240Z | Downloaded futures-sink v0.3.29 |
136 | 2023-11-28T21:43:39.240Z | Downloaded getopts v0.2.21 |
137 | 2023-11-28T21:43:39.246Z | Downloaded bitflags v1.3.2 |
138 | 2023-11-28T21:43:39.250Z | Downloaded bincode v1.3.3 |
139 | 2023-11-28T21:43:39.256Z | Downloaded dof v0.1.5 |
140 | 2023-11-28T21:43:39.263Z | Downloaded backoff v0.4.0 |
141 | 2023-11-28T21:43:39.271Z | Downloaded ctrlc v3.4.0 |
142 | 2023-11-28T21:43:39.271Z | Downloaded tap v1.0.1 |
143 | 2023-11-28T21:43:39.275Z | Downloaded siphasher v0.3.11 |
144 | 2023-11-28T21:43:39.275Z | Downloaded crucible-workspace-hack v0.1.0 |
145 | 2023-11-28T21:43:39.275Z | Downloaded dirs-sys-next v0.1.2 |
146 | 2023-11-28T21:43:39.278Z | Downloaded digest v0.10.7 |
147 | 2023-11-28T21:43:39.282Z | Downloaded synstructure v0.12.6 |
148 | 2023-11-28T21:43:39.297Z | Downloaded omicron-workspace-hack v0.1.0 |
149 | 2023-11-28T21:43:39.301Z | Downloaded termcolor v1.2.0 |
150 | 2023-11-28T21:43:39.305Z | Downloaded serde_arrays v0.1.0 |
151 | 2023-11-28T21:43:39.309Z | Downloaded tower-service v0.3.2 |
152 | 2023-11-28T21:43:39.312Z | Downloaded number_prefix v0.4.0 |
153 | 2023-11-28T21:43:39.316Z | Downloaded serde_derive_internals v0.26.0 |
154 | 2023-11-28T21:43:39.320Z | Downloaded rustversion v1.0.14 |
155 | 2023-11-28T21:43:39.324Z | Downloaded thread_local v1.1.7 |
156 | 2023-11-28T21:43:39.328Z | Downloaded subtle v2.5.0 |
157 | 2023-11-28T21:43:39.331Z | Downloaded slog-async v2.8.0 |
158 | 2023-11-28T21:43:39.336Z | Downloaded rustls-pemfile v1.0.4 |
159 | 2023-11-28T21:43:39.343Z | Downloaded foreign-types v0.3.2 |
160 | 2023-11-28T21:43:39.354Z | Downloaded clap_lex v0.2.4 |
161 | 2023-11-28T21:43:39.354Z | Downloaded num_cpus v1.16.0 |
162 | 2023-11-28T21:43:39.357Z | Downloaded toml_edit v0.19.15 |
163 | 2023-11-28T21:43:39.388Z | Downloaded quote v1.0.33 |
164 | 2023-11-28T21:43:39.396Z | Downloaded opaque-debug v0.3.0 |
165 | 2023-11-28T21:43:39.400Z | Downloaded pretty-hex v0.2.1 |
166 | 2023-11-28T21:43:39.405Z | Downloaded match_cfg v0.1.0 |
167 | 2023-11-28T21:43:39.409Z | Downloaded ident_case v1.0.1 |
168 | 2023-11-28T21:43:39.409Z | Downloaded serde_urlencoded v0.7.1 |
169 | 2023-11-28T21:43:39.409Z | Downloaded base64 v0.21.5 |
170 | 2023-11-28T21:43:39.419Z | Downloaded os_str_bytes v6.5.1 |
171 | 2023-11-28T21:43:39.423Z | Downloaded instant v0.1.12 |
172 | 2023-11-28T21:43:39.429Z | Downloaded toml_datetime v0.6.5 |
173 | 2023-11-28T21:43:39.432Z | Downloaded cipher v0.4.4 |
174 | 2023-11-28T21:43:39.437Z | Downloaded mime v0.3.17 |
175 | 2023-11-28T21:43:39.445Z | Downloaded version_check v0.9.4 |
176 | 2023-11-28T21:43:39.445Z | Downloaded postgres-protocol v0.6.6 |
177 | 2023-11-28T21:43:39.449Z | Downloaded num_threads v0.1.6 |
178 | 2023-11-28T21:43:39.449Z | Downloaded tinyvec_macros v0.1.1 |
179 | 2023-11-28T21:43:39.449Z | Downloaded foreign-types-shared v0.1.1 |
180 | 2023-11-28T21:43:39.449Z | Downloaded pest_derive v2.7.2 |
181 | 2023-11-28T21:43:39.453Z | Downloaded rand_chacha v0.3.1 |
182 | 2023-11-28T21:43:39.457Z | Downloaded heck v0.4.1 |
183 | 2023-11-28T21:43:39.463Z | Downloaded form_urlencoded v1.2.0 |
184 | 2023-11-28T21:43:39.463Z | Downloaded want v0.3.1 |
185 | 2023-11-28T21:43:39.467Z | Downloaded spin v0.9.8 |
186 | 2023-11-28T21:43:39.472Z | Downloaded slab v0.4.9 |
187 | 2023-11-28T21:43:39.472Z | Downloaded num_enum_derive v0.7.0 |
188 | 2023-11-28T21:43:39.476Z | Downloaded slog-dtrace v0.2.3 |
189 | 2023-11-28T21:43:39.479Z | Downloaded libloading v0.7.4 |
190 | 2023-11-28T21:43:39.484Z | Downloaded toml v0.7.8 |
191 | 2023-11-28T21:43:39.488Z | Downloaded usdt-impl v0.3.5 |
192 | 2023-11-28T21:43:39.492Z | Downloaded humantime v2.1.0 |
193 | 2023-11-28T21:43:39.496Z | Downloaded linked-hash-map v0.5.6 |
194 | 2023-11-28T21:43:39.496Z | Downloaded postgres-types v0.2.6 |
195 | 2023-11-28T21:43:39.501Z | Downloaded parse-display-derive v0.8.2 |
196 | 2023-11-28T21:43:39.505Z | Downloaded parking_lot_core v0.9.8 |
197 | 2023-11-28T21:43:39.509Z | Downloaded polyval v0.6.1 |
198 | 2023-11-28T21:43:39.513Z | Downloaded untrusted v0.7.1 |
199 | 2023-11-28T21:43:39.513Z | Downloaded num-integer v0.1.45 |
200 | 2023-11-28T21:43:39.520Z | Downloaded time-macros v0.2.13 |
201 | 2023-11-28T21:43:39.530Z | Downloaded num_enum v0.7.0 |
202 | 2023-11-28T21:43:39.944Z | Downloaded try-lock v0.2.4 |
203 | 2023-11-28T21:43:39.944Z | Downloaded iana-time-zone v0.1.57 |
204 | 2023-11-28T21:43:39.944Z | Downloaded inout v0.1.3 |
205 | 2023-11-28T21:43:39.944Z | Downloaded memoffset v0.7.1 |
206 | 2023-11-28T21:43:39.944Z | Downloaded ipnetwork v0.20.0 |
207 | 2023-11-28T21:43:39.944Z | Downloaded indexmap v1.9.3 |
208 | 2023-11-28T21:43:39.944Z | Downloaded phf v0.11.2 |
209 | 2023-11-28T21:43:39.944Z | Downloaded itoa v1.0.9 |
210 | 2023-11-28T21:43:39.944Z | Downloaded ucd-trie v0.1.6 |
211 | 2023-11-28T21:43:39.944Z | Downloaded tokio-postgres v0.7.10 |
212 | 2023-11-28T21:43:39.944Z | Downloaded hostname v0.3.1 |
213 | 2023-11-28T21:43:39.944Z | Downloaded toml v0.5.11 |
214 | 2023-11-28T21:43:39.945Z | Downloaded tracing-attributes v0.1.26 |
215 | 2023-11-28T21:43:39.945Z | Downloaded wyz v0.5.1 |
216 | 2023-11-28T21:43:39.945Z | Downloaded md-5 v0.10.5 |
217 | 2023-11-28T21:43:39.945Z | Downloaded percent-encoding v2.3.0 |
218 | 2023-11-28T21:43:39.945Z | Downloaded tokio-rustls v0.24.1 |
219 | 2023-11-28T21:43:39.945Z | Downloaded base64 v0.13.1 |
220 | 2023-11-28T21:43:39.945Z | Downloaded trust-dns-resolver v0.22.0 |
221 | 2023-11-28T21:43:39.945Z | Downloaded twox-hash v1.6.3 |
222 | 2023-11-28T21:43:39.945Z | Downloaded parking_lot v0.12.1 |
223 | 2023-11-28T21:43:39.945Z | Downloaded unicode-width v0.1.10 |
224 | 2023-11-28T21:43:39.945Z | Downloaded hashlink v0.8.3 |
225 | 2023-11-28T21:43:39.945Z | Downloaded socket2 v0.4.9 |
226 | 2023-11-28T21:43:39.945Z | Downloaded zeroize v1.6.0 |
227 | 2023-11-28T21:43:39.945Z | Downloaded num-rational v0.4.1 |
228 | 2023-11-28T21:43:39.945Z | Downloaded log v0.4.20 |
229 | 2023-11-28T21:43:39.945Z | Downloaded indexmap v2.1.0 |
230 | 2023-11-28T21:43:39.946Z | Downloaded ron v0.7.1 |
231 | 2023-11-28T21:43:39.946Z | Downloaded unicode-ident v1.0.12 |
232 | 2023-11-28T21:43:39.946Z | Downloaded unicode-bidi v0.3.13 |
233 | 2023-11-28T21:43:39.946Z | Downloaded indicatif v0.17.6 |
234 | 2023-11-28T21:43:39.946Z | Downloaded unsafe-libyaml v0.2.9 |
235 | 2023-11-28T21:43:39.946Z | Downloaded tracing v0.1.37 |
236 | 2023-11-28T21:43:39.946Z | Downloaded tungstenite v0.20.1 |
237 | 2023-11-28T21:43:39.946Z | Downloaded url v2.4.0 |
238 | 2023-11-28T21:43:39.946Z | Downloaded http v0.2.11 |
239 | 2023-11-28T21:43:39.946Z | Downloaded libm v0.2.7 |
240 | 2023-11-28T21:43:39.946Z | Downloaded mio v0.8.9 |
241 | 2023-11-28T21:43:39.946Z | Downloaded num-bigint v0.4.4 |
242 | 2023-11-28T21:43:39.946Z | Downloaded hashbrown v0.13.2 |
243 | 2023-11-28T21:43:39.946Z | Downloaded portable-atomic v1.4.3 |
244 | 2023-11-28T21:43:39.946Z | Downloaded hashbrown v0.12.3 |
245 | 2023-11-28T21:43:39.946Z | Downloaded serde_json v1.0.108 |
246 | 2023-11-28T21:43:39.946Z | Downloaded unicode-normalization v0.1.22 |
247 | 2023-11-28T21:43:39.946Z | Downloaded itertools v0.12.0 |
248 | 2023-11-28T21:43:39.946Z | Downloaded hashbrown v0.14.2 |
249 | 2023-11-28T21:43:39.946Z | Downloaded winnow v0.5.15 |
250 | 2023-11-28T21:43:39.946Z | Downloaded hyper v0.14.27 |
251 | 2023-11-28T21:43:39.946Z | Downloaded h2 v0.3.21 |
252 | 2023-11-28T21:43:39.946Z | Downloaded git2 v0.17.2 |
253 | 2023-11-28T21:43:39.946Z | Downloaded bitvec v1.0.1 |
254 | 2023-11-28T21:43:39.946Z | Downloaded webpki-roots v0.25.2 |
255 | 2023-11-28T21:43:39.946Z | Downloaded vcpkg v0.2.15 |
256 | 2023-11-28T21:43:39.984Z | Downloaded regex v1.10.2 |
257 | 2023-11-28T21:43:40.009Z | Downloaded idna v0.2.3 |
258 | 2023-11-28T21:43:40.021Z | Downloaded trust-dns-proto v0.22.0 |
259 | 2023-11-28T21:43:40.043Z | Downloaded openapiv3 v2.0.0-rc.1 |
260 | 2023-11-28T21:43:40.066Z | Downloaded rustls v0.21.7 |
261 | 2023-11-28T21:43:40.087Z | Downloaded syn v2.0.29 |
262 | 2023-11-28T21:43:40.105Z | Downloaded openssl v0.10.56 |
263 | 2023-11-28T21:43:40.122Z | Downloaded zerocopy-derive v0.2.0 |
264 | 2023-11-28T21:43:40.138Z | Downloaded tokio v1.34.0 |
265 | 2023-11-28T21:43:40.277Z | Downloaded libc v0.2.150 |
266 | 2023-11-28T21:43:40.284Z | Downloaded encoding_rs v0.8.33 |
267 | 2023-11-28T21:43:40.292Z | Downloaded regex-automata v0.4.3 |
268 | 2023-11-28T21:43:40.324Z | Downloaded regex-syntax v0.7.4 |
269 | 2023-11-28T21:43:40.341Z | Downloaded nix v0.26.2 |
270 | 2023-11-28T21:43:40.363Z | Downloaded regex-syntax v0.8.2 |
271 | 2023-11-28T21:43:40.373Z | Downloaded bstr v1.6.0 |
272 | 2023-11-28T21:43:40.392Z | Downloaded idna v0.4.0 |
273 | 2023-11-28T21:43:40.405Z | Downloaded rustix v0.38.9 |
274 | 2023-11-28T21:43:40.443Z | Downloaded regress v0.7.1 |
275 | 2023-11-28T21:43:40.455Z | Downloaded syn v1.0.109 |
276 | 2023-11-28T21:43:40.474Z | Downloaded chrono v0.4.31 |
277 | 2023-11-28T21:43:40.487Z | Downloaded rustls-webpki v0.101.4 |
278 | 2023-11-28T21:43:40.513Z | Downloaded clap_builder v4.4.0 |
279 | 2023-11-28T21:43:40.525Z | Downloaded futures-util v0.3.29 |
280 | 2023-11-28T21:43:40.546Z | Downloaded rusqlite v0.29.0 |
281 | 2023-11-28T21:43:40.556Z | Downloaded clap v3.2.25 |
282 | 2023-11-28T21:43:40.578Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
283 | 2023-11-28T21:43:40.679Z | Downloaded pest v2.7.2 |
284 | 2023-11-28T21:43:40.687Z | Downloaded memchr v2.6.4 |
285 | 2023-11-28T21:43:40.696Z | Downloaded time v0.3.27 |
286 | 2023-11-28T21:43:40.708Z | Downloaded openssl-sys v0.9.91 |
287 | 2023-11-28T21:43:40.716Z | Downloaded libsqlite3-sys v0.26.0 |
288 | 2023-11-28T21:43:40.854Z | Downloaded structmeta v0.2.0 |
289 | 2023-11-28T21:43:40.859Z | Downloaded serde_with v2.3.3 |
290 | 2023-11-28T21:43:40.874Z | Downloaded reqwest v0.11.22 |
291 | 2023-11-28T21:43:40.888Z | Downloaded aho-corasick v1.0.4 |
292 | 2023-11-28T21:43:40.900Z | Downloaded rand v0.8.5 |
293 | 2023-11-28T21:43:40.900Z | Downloaded toml_edit v0.21.0 |
294 | 2023-11-28T21:43:40.926Z | Downloaded pest_meta v2.7.2 |
295 | 2023-11-28T21:43:40.929Z | Downloaded slog v2.7.0 |
296 | 2023-11-28T21:43:40.934Z | Downloaded hmac v0.12.1 |
297 | 2023-11-28T21:43:40.937Z | Downloaded serde_derive v1.0.192 |
298 | 2023-11-28T21:43:40.941Z | Downloaded num-traits v0.2.16 |
299 | 2023-11-28T21:43:40.946Z | Downloaded num-complex v0.4.4 |
300 | 2023-11-28T21:43:40.948Z | Downloaded typenum v1.16.0 |
301 | 2023-11-28T21:43:40.952Z | Downloaded cc v1.0.83 |
302 | 2023-11-28T21:43:40.957Z | Downloaded uuid v1.6.1 |
303 | 2023-11-28T21:43:40.964Z | Downloaded tinyvec v1.6.0 |
304 | 2023-11-28T21:43:40.969Z | Downloaded crossbeam-channel v0.5.8 |
305 | 2023-11-28T21:43:40.976Z | Downloaded libz-sys v1.1.12 |
306 | 2023-11-28T21:43:41.091Z | Downloaded http-body v0.4.5 |
307 | 2023-11-28T21:43:41.094Z | Downloaded jobserver v0.1.26 |
308 | 2023-11-28T21:43:41.097Z | Downloaded hex v0.4.3 |
309 | 2023-11-28T21:43:41.099Z | Downloaded getrandom v0.2.10 |
310 | 2023-11-28T21:43:41.103Z | Downloaded lock_api v0.4.10 |
311 | 2023-11-28T21:43:41.106Z | Downloaded whoami v1.4.1 |
312 | 2023-11-28T21:43:41.109Z | Downloaded hyper-tls v0.5.0 |
313 | 2023-11-28T21:43:41.113Z | Downloaded hyper-rustls v0.24.1 |
314 | 2023-11-28T21:43:41.117Z | Downloaded httparse v1.8.0 |
315 | 2023-11-28T21:43:41.117Z | Downloaded once_cell v1.18.0 |
316 | 2023-11-28T21:43:41.121Z | Downloaded toml v0.8.8 |
317 | 2023-11-28T21:43:41.126Z | Downloaded aes v0.8.3 |
318 | 2023-11-28T21:43:41.132Z | Downloaded zerocopy v0.3.0 |
319 | 2023-11-28T21:43:41.134Z | Downloaded phf_shared v0.11.2 |
320 | 2023-11-28T21:43:41.137Z | Downloaded pin-utils v0.1.0 |
321 | 2023-11-28T21:43:41.137Z | Downloaded password-hash v0.5.0 |
322 | 2023-11-28T21:43:41.140Z | Downloaded tokio-util v0.7.8 |
323 | 2023-11-28T21:43:41.149Z | Downloaded bytes v1.5.0 |
324 | 2023-11-28T21:43:41.156Z | Downloaded camino v1.1.6 |
325 | 2023-11-28T21:43:41.159Z | Downloaded macaddr v1.0.1 |
326 | 2023-11-28T21:43:41.162Z | Downloaded globset v0.4.13 |
327 | 2023-11-28T21:43:41.165Z | Downloaded glob v0.3.1 |
328 | 2023-11-28T21:43:41.168Z | Downloaded pest_generator v2.7.2 |
329 | 2023-11-28T21:43:41.168Z | Downloaded is-terminal v0.4.9 |
330 | 2023-11-28T21:43:41.171Z | Downloaded ipnet v2.8.0 |
331 | 2023-11-28T21:43:41.174Z | Downloaded usdt v0.3.5 |
332 | 2023-11-28T21:43:41.174Z | Downloaded utf8parse v0.2.1 |
333 | 2023-11-28T21:43:41.176Z | Downloaded num v0.4.1 |
334 | 2023-11-28T21:43:41.181Z | Downloaded slog-term v2.9.0 |
335 | 2023-11-28T21:43:41.181Z | Downloaded tokio-native-tls v0.3.1 |
336 | 2023-11-28T21:43:41.185Z | Downloaded strsim v0.10.0 |
337 | 2023-11-28T21:43:41.188Z | Downloaded pkg-config v0.3.27 |
338 | 2023-11-28T21:43:41.188Z | Downloaded lru-cache v0.1.2 |
339 | 2023-11-28T21:43:41.190Z | Downloaded structmeta-derive v0.2.0 |
340 | 2023-11-28T21:43:41.193Z | Downloaded semver v1.0.20 |
341 | 2023-11-28T21:43:41.195Z | Downloaded lazy_static v1.4.0 |
342 | 2023-11-28T21:43:41.198Z | Downloaded num_enum v0.5.11 |
343 | 2023-11-28T21:43:41.204Z | Downloaded ring v0.16.20 |
344 | 2023-11-28T21:43:41.356Z | Downloaded serde v1.0.192 |
345 | 2023-11-28T21:43:41.362Z | Downloaded proc-macro-error v1.0.4 |
346 | 2023-11-28T21:43:41.367Z | Downloaded blake2 v0.10.6 |
347 | 2023-11-28T21:43:41.371Z | Downloaded httpdate v1.0.3 |
348 | 2023-11-28T21:43:41.374Z | Downloaded usdt-macro v0.3.5 |
349 | 2023-11-28T21:43:41.374Z | Downloaded spin v0.5.2 |
350 | 2023-11-28T21:43:41.377Z | Downloaded slog-envlogger v2.2.0 |
351 | 2023-11-28T21:43:41.381Z | Downloaded clap v4.4.0 |
352 | 2023-11-28T21:43:41.391Z | Downloaded darling_core v0.20.3 |
353 | 2023-11-28T21:43:41.398Z | Downloaded paste v1.0.14 |
354 | 2023-11-28T21:43:41.405Z | Downloaded thread-id v4.2.0 |
355 | 2023-11-28T21:43:41.410Z | Downloaded ppv-lite86 v0.2.17 |
356 | 2023-11-28T21:43:41.410Z | Downloaded vergen v8.2.4 |
357 | 2023-11-28T21:43:41.413Z | Downloaded quick-error v1.2.3 |
358 | 2023-11-28T21:43:41.421Z | Downloaded futures-executor v0.3.29 |
359 | 2023-11-28T21:43:41.421Z | Downloaded textwrap v0.16.0 |
360 | 2023-11-28T21:43:41.421Z | Downloaded serde_tokenstream v0.2.0 |
361 | 2023-11-28T21:43:41.425Z | Downloaded futures-io v0.3.29 |
362 | 2023-11-28T21:43:41.429Z | Downloaded dirs-next v2.0.0 |
363 | 2023-11-28T21:43:41.429Z | Downloaded console v0.15.7 |
364 | 2023-11-28T21:43:41.433Z | Downloaded rand_core v0.6.4 |
365 | 2023-11-28T21:43:41.443Z | Downloaded const_format_proc_macros v0.2.31 |
366 | 2023-11-28T21:43:41.455Z | Downloaded sha2 v0.10.7 |
367 | 2023-11-28T21:43:41.455Z | Downloaded schemars v0.8.15 |
368 | 2023-11-28T21:43:41.461Z | Downloaded funty v2.0.0 |
369 | 2023-11-28T21:43:41.468Z | Downloaded sha1 v0.10.6 |
370 | 2023-11-28T21:43:41.472Z | Downloaded num-iter v0.1.43 |
371 | 2023-11-28T21:43:41.472Z | Downloaded tokio-macros v2.2.0 |
372 | 2023-11-28T21:43:41.472Z | Downloaded openssl-probe v0.1.5 |
373 | 2023-11-28T21:43:41.472Z | Downloaded strum v0.25.0 |
374 | 2023-11-28T21:43:41.472Z | Downloaded proc-macro-error-attr v1.0.4 |
375 | 2023-11-28T21:43:41.476Z | Downloaded fastrand v2.0.0 |
376 | 2023-11-28T21:43:41.476Z | Downloaded const_format v0.2.31 |
377 | 2023-11-28T21:43:41.481Z | Downloaded resolv-conf v0.7.0 |
378 | 2023-11-28T21:43:41.484Z | Downloaded signal-hook-registry v1.4.1 |
379 | 2023-11-28T21:43:41.487Z | Downloaded multer v2.1.0 |
380 | 2023-11-28T21:43:41.492Z | Downloaded usdt-attr-macro v0.3.5 |
381 | 2023-11-28T21:43:41.492Z | Downloaded fallible-streaming-iterator v0.1.9 |
382 | 2023-11-28T21:43:41.494Z | Downloaded colored v2.0.4 |
383 | 2023-11-28T21:43:41.494Z | Downloaded pin-project-lite v0.2.13 |
384 | 2023-11-28T21:43:41.502Z | Downloaded tempfile v3.8.0 |
385 | 2023-11-28T21:43:41.512Z | Downloaded smallvec v1.11.0 |
386 | 2023-11-28T21:43:41.520Z | Downloaded serde_repr v0.1.16 |
387 | 2023-11-28T21:43:41.520Z | Downloaded futures-core v0.3.29 |
388 | 2023-11-28T21:43:41.520Z | Downloaded futures-channel v0.3.29 |
389 | 2023-11-28T21:43:41.520Z | Downloaded enum-as-inner v0.5.1 |
390 | 2023-11-28T21:43:41.520Z | Downloaded scopeguard v1.2.0 |
391 | 2023-11-28T21:43:41.526Z | Downloaded ryu v1.0.15 |
392 | 2023-11-28T21:43:41.533Z | Downloaded matches v0.1.10 |
393 | 2023-11-28T21:43:41.533Z | Downloaded tracing-core v0.1.31 |
394 | 2023-11-28T21:43:41.538Z | Downloaded take_mut v0.2.2 |
395 | 2023-11-28T21:43:41.538Z | Downloaded stringprep v0.1.3 |
396 | 2023-11-28T21:43:41.538Z | Downloaded colorchoice v1.0.0 |
397 | 2023-11-28T21:43:41.538Z | Downloaded tokio-tungstenite v0.20.1 |
398 | 2023-11-28T21:43:41.541Z | Downloaded term v0.7.0 |
399 | 2023-11-28T21:43:41.545Z | Downloaded serde_with_macros v2.3.3 |
400 | 2023-11-28T21:43:41.548Z | Downloaded ringbuffer v0.15.0 |
401 | 2023-11-28T21:43:41.550Z | Downloaded env_logger v0.9.3 |
402 | 2023-11-28T21:43:41.554Z | Downloaded either v1.9.0 |
403 | 2023-11-28T21:43:41.557Z | Downloaded futures v0.3.29 |
404 | 2023-11-28T21:43:41.564Z | Downloaded deranged v0.3.8 |
405 | 2023-11-28T21:43:41.567Z | Downloaded native-tls v0.2.11 |
406 | 2023-11-28T21:43:41.570Z | Downloaded strum_macros v0.25.2 |
407 | 2023-11-28T21:43:41.573Z | Downloaded thiserror v1.0.47 |
408 | 2023-11-28T21:43:41.579Z | Downloaded waitgroup v0.1.2 |
409 | 2023-11-28T21:43:41.582Z | Downloaded universal-hash v0.5.1 |
410 | 2023-11-28T21:43:41.582Z | Downloaded unicode-xid v0.2.4 |
411 | 2023-11-28T21:43:41.584Z | Downloaded parse-display v0.8.2 |
412 | 2023-11-28T21:43:41.587Z | Downloaded num_enum_derive v0.5.11 |
413 | 2023-11-28T21:43:41.587Z | Downloaded erased-serde v0.3.30 |
414 | 2023-11-28T21:43:41.590Z | Downloaded equivalent v1.0.1 |
415 | 2023-11-28T21:43:41.593Z | Downloaded dtrace-parser v0.1.14 |
416 | 2023-11-28T21:43:41.593Z | Downloaded crossbeam-utils v0.8.16 |
417 | 2023-11-28T21:43:41.597Z | Downloaded clap_lex v0.5.1 |
418 | 2023-11-28T21:43:41.600Z | Downloaded serde_tokenstream v0.1.7 |
419 | 2023-11-28T21:43:41.604Z | Downloaded block-buffer v0.10.4 |
420 | 2023-11-28T21:43:41.606Z | Downloaded static_assertions v1.1.0 |
421 | 2023-11-28T21:43:41.609Z | Downloaded bitflags v2.4.0 |
422 | 2023-11-28T21:43:41.612Z | Downloaded utf-8 v0.7.6 |
423 | 2023-11-28T21:43:41.614Z | Downloaded arc-swap v1.6.0 |
424 | 2023-11-28T21:43:41.620Z | Downloaded allocator-api2 v0.2.16 |
425 | 2023-11-28T21:43:41.625Z | Downloaded openssl-macros v0.1.1 |
426 | 2023-11-28T21:43:41.628Z | Downloaded socket2 v0.5.5 |
427 | 2023-11-28T21:43:41.631Z | Downloaded serde_yaml v0.9.25 |
428 | 2023-11-28T21:43:41.635Z | Downloaded fatfs v0.3.6 |
429 | 2023-11-28T21:43:41.639Z | Downloaded fallible-iterator v0.2.0 |
430 | 2023-11-28T21:43:41.642Z | Downloaded clap_derive v3.2.25 |
431 | 2023-11-28T21:43:41.645Z | Downloaded radium v0.7.0 |
432 | 2023-11-28T21:43:41.648Z | Downloaded dyn-clone v1.0.13 |
433 | 2023-11-28T21:43:41.650Z | Downloaded data-encoding v2.4.0 |
434 | 2023-11-28T21:43:41.650Z | Downloaded anstyle-parse v0.2.1 |
435 | 2023-11-28T21:43:41.653Z | Downloaded aes-gcm-siv v0.11.1 |
436 | 2023-11-28T21:43:41.656Z | Downloaded slog-stdlog v4.1.1 |
437 | 2023-11-28T21:43:41.659Z | Downloaded slog-scope v4.4.0 |
438 | 2023-11-28T21:43:41.662Z | Downloaded slog-json v2.6.1 |
439 | 2023-11-28T21:43:41.665Z | Downloaded slog-bunyan v2.4.0 |
440 | 2023-11-28T21:43:41.665Z | Downloaded base64ct v1.6.0 |
441 | 2023-11-28T21:43:41.668Z | Downloaded atomic-waker v1.1.1 |
442 | 2023-11-28T21:43:41.671Z | Downloaded thiserror-impl v1.0.47 |
443 | 2023-11-28T21:43:41.673Z | Downloaded rustc_version v0.4.0 |
444 | 2023-11-28T21:43:41.673Z | Downloaded futures-macro v0.3.29 |
445 | 2023-11-28T21:43:41.676Z | Downloaded sct v0.7.0 |
446 | 2023-11-28T21:43:41.681Z | Downloaded crypto-common v0.1.6 |
447 | 2023-11-28T21:43:41.683Z | Downloaded clap_derive v4.4.0 |
448 | 2023-11-28T21:43:41.687Z | Downloaded cfg-if v1.0.0 |
449 | 2023-11-28T21:43:41.690Z | Downloaded bit_field v0.10.2 |
450 | 2023-11-28T21:43:41.690Z | Downloaded anstream v0.5.0 |
451 | 2023-11-28T21:43:41.693Z | Downloaded futures-task v0.3.29 |
452 | 2023-11-28T21:43:41.697Z | Downloaded errno v0.3.2 |
453 | 2023-11-28T21:43:41.697Z | Downloaded aead v0.5.2 |
454 | 2023-11-28T21:43:41.701Z | Downloaded bitstruct v0.1.1 |
455 | 2023-11-28T21:43:41.933Z | Compiling proc-macro2 v1.0.69 |
456 | 2023-11-28T21:43:41.934Z | Compiling unicode-ident v1.0.12 |
457 | 2023-11-28T21:43:41.938Z | Compiling libc v0.2.150 |
458 | 2023-11-28T21:43:41.938Z | Checking cfg-if v1.0.0 |
459 | 2023-11-28T21:43:41.938Z | Compiling version_check v0.9.4 |
460 | 2023-11-28T21:43:41.950Z | Compiling autocfg v1.1.0 |
461 | 2023-11-28T21:43:41.958Z | Compiling serde v1.0.192 |
462 | 2023-11-28T21:43:41.958Z | Compiling syn v1.0.109 |
463 | 2023-11-28T21:43:42.184Z | Checking once_cell v1.18.0 |
464 | 2023-11-28T21:43:42.693Z | Compiling thiserror v1.0.47 |
465 | 2023-11-28T21:43:43.121Z | Checking itoa v1.0.9 |
466 | 2023-11-28T21:43:43.571Z | Compiling serde_json v1.0.108 |
467 | 2023-11-28T21:43:44.442Z | Checking memchr v2.6.4 |
468 | 2023-11-28T21:43:44.613Z | Compiling ahash v0.8.3 |
469 | 2023-11-28T21:43:44.637Z | Checking pin-project-lite v0.2.13 |
470 | 2023-11-28T21:43:44.652Z | Checking log v0.4.20 |
471 | 2023-11-28T21:43:44.674Z | Compiling libm v0.2.7 |
472 | 2023-11-28T21:43:44.772Z | Compiling num-traits v0.2.16 |
473 | 2023-11-28T21:43:45.082Z | Compiling typenum v1.16.0 |
474 | 2023-11-28T21:43:45.295Z | Compiling pkg-config v0.3.27 |
475 | 2023-11-28T21:43:45.813Z | Compiling quote v1.0.33 |
476 | 2023-11-28T21:43:45.897Z | Compiling jobserver v0.1.26 |
477 | 2023-11-28T21:43:46.396Z | Compiling syn v2.0.29 |
478 | 2023-11-28T21:43:46.665Z | Checking getrandom v0.2.10 |
479 | 2023-11-28T21:43:46.811Z | Compiling cc v1.0.83 |
480 | 2023-11-28T21:43:46.904Z | Compiling generic-array v0.14.7 |
481 | 2023-11-28T21:43:46.978Z | Checking ryu v1.0.15 |
482 | 2023-11-28T21:43:47.073Z | Checking rand_core v0.6.4 |
483 | 2023-11-28T21:43:47.209Z | Compiling vcpkg v0.2.15 |
484 | 2023-11-28T21:43:47.508Z | Compiling lock_api v0.4.10 |
485 | 2023-11-28T21:43:47.571Z | Checking smallvec v1.11.0 |
486 | 2023-11-28T21:43:48.048Z | Compiling parking_lot_core v0.9.8 |
487 | 2023-11-28T21:43:48.301Z | Compiling futures-core v0.3.29 |
488 | 2023-11-28T21:43:48.776Z | Checking scopeguard v1.2.0 |
489 | 2023-11-28T21:43:49.541Z | Checking parking_lot v0.12.1 |
490 | 2023-11-28T21:43:49.695Z | Checking socket2 v0.5.5 |
491 | 2023-11-28T21:43:50.003Z | Checking num_cpus v1.16.0 |
492 | 2023-11-28T21:43:50.067Z | Checking mio v0.8.9 |
493 | 2023-11-28T21:43:50.136Z | Checking signal-hook-registry v1.4.1 |
494 | 2023-11-28T21:43:50.260Z | Compiling heck v0.4.1 |
495 | 2023-11-28T21:43:50.487Z | Compiling slab v0.4.9 |
496 | 2023-11-28T21:43:50.855Z | Checking futures-sink v0.3.29 |
497 | 2023-11-28T21:43:50.937Z | Compiling futures-channel v0.3.29 |
498 | 2023-11-28T21:43:51.051Z | Checking pin-utils v0.1.0 |
499 | 2023-11-28T21:43:51.068Z | Compiling futures-task v0.3.29 |
500 | 2023-11-28T21:43:51.259Z | Compiling futures-util v0.3.29 |
501 | 2023-11-28T21:43:51.432Z | Compiling hashbrown v0.14.2 |
502 | 2023-11-28T21:43:51.509Z | Compiling equivalent v1.0.1 |
503 | 2023-11-28T21:43:51.529Z | Checking crypto-common v0.1.6 |
504 | 2023-11-28T21:43:51.766Z | Checking subtle v2.5.0 |
505 | 2023-11-28T21:43:51.876Z | Checking futures-io v0.3.29 |
506 | 2023-11-28T21:43:52.099Z | Checking iana-time-zone v0.1.57 |
507 | 2023-11-28T21:43:52.102Z | Checking fnv v1.0.7 |
508 | 2023-11-28T21:43:52.137Z | Checking bitflags v1.3.2 |
509 | 2023-11-28T21:43:52.141Z | Checking tinyvec_macros v0.1.1 |
510 | 2023-11-28T21:43:52.212Z | Compiling unicode-xid v0.2.4 |
511 | 2023-11-28T21:43:52.258Z | Compiling slog v2.7.0 |
512 | 2023-11-28T21:43:52.289Z | Checking allocator-api2 v0.2.16 |
513 | 2023-11-28T21:43:52.341Z | Checking tinyvec v1.6.0 |
514 | 2023-11-28T21:43:52.463Z | Checking block-buffer v0.10.4 |
515 | 2023-11-28T21:43:52.738Z | Compiling indexmap v1.9.3 |
516 | 2023-11-28T21:43:53.122Z | Checking tracing-core v0.1.31 |
517 | 2023-11-28T21:43:53.280Z | Checking byteorder v1.4.3 |
518 | 2023-11-28T21:43:53.932Z | Checking digest v0.10.7 |
519 | 2023-11-28T21:43:54.073Z | Compiling ring v0.16.20 |
520 | 2023-11-28T21:43:54.194Z | Checking unicode-bidi v0.3.13 |
521 | 2023-11-28T21:43:54.251Z | Compiling httparse v1.8.0 |
522 | 2023-11-28T21:43:54.488Z | Checking percent-encoding v2.3.0 |
523 | 2023-11-28T21:43:54.596Z | Checking unicode-normalization v0.1.22 |
524 | 2023-11-28T21:43:54.782Z | Checking cpufeatures v0.2.9 |
525 | 2023-11-28T21:43:54.903Z | Compiling ucd-trie v0.1.6 |
526 | 2023-11-28T21:43:54.928Z | Compiling schemars v0.8.15 |
527 | 2023-11-28T21:43:55.186Z | Checking hashbrown v0.12.3 |
528 | 2023-11-28T21:43:55.520Z | Compiling time-core v0.1.1 |
529 | 2023-11-28T21:43:55.725Z | Checking aho-corasick v1.0.4 |
530 | 2023-11-28T21:43:55.762Z | Checking regex-syntax v0.8.2 |
531 | 2023-11-28T21:43:56.058Z | Checking dyn-clone v1.0.13 |
532 | 2023-11-28T21:43:56.348Z | Checking ppv-lite86 v0.2.17 |
533 | 2023-11-28T21:43:57.553Z | Compiling serde_derive_internals v0.26.0 |
534 | 2023-11-28T21:43:57.933Z | Compiling synstructure v0.12.6 |
535 | 2023-11-28T21:43:58.156Z | Checking rand_chacha v0.3.1 |
536 | 2023-11-28T21:43:58.666Z | Checking form_urlencoded v1.2.0 |
537 | 2023-11-28T21:43:58.931Z | Checking spin v0.5.2 |
538 | 2023-11-28T21:43:59.212Z | Checking base64 v0.21.5 |
539 | 2023-11-28T21:43:59.390Z | Checking untrusted v0.7.1 |
540 | 2023-11-28T21:43:59.897Z | Checking rand v0.8.5 |
541 | 2023-11-28T21:44:00.281Z | Compiling openssl-sys v0.9.91 |
542 | 2023-11-28T21:44:00.558Z | Compiling rustversion v1.0.14 |
543 | 2023-11-28T21:44:00.935Z | Checking regex-automata v0.4.3 |
544 | 2023-11-28T21:44:02.079Z | Compiling async-trait v0.1.74 |
545 | 2023-11-28T21:44:02.123Z | Checking try-lock v0.2.4 |
546 | 2023-11-28T21:44:02.294Z | Compiling rustls v0.21.7 |
547 | 2023-11-28T21:44:02.383Z | Checking want v0.3.1 |
548 | 2023-11-28T21:44:02.653Z | Compiling hashbrown v0.13.2 |
549 | 2023-11-28T21:44:03.025Z | Compiling time-macros v0.2.13 |
550 | 2023-11-28T21:44:04.525Z | Compiling chrono v0.4.31 |
551 | 2023-11-28T21:44:04.732Z | Checking socket2 v0.4.9 |
552 | 2023-11-28T21:44:05.159Z | Checking atty v0.2.14 |
553 | 2023-11-28T21:44:05.312Z | Compiling usdt-impl v0.3.5 |
554 | 2023-11-28T21:44:05.615Z | Checking num_threads v0.1.6 |
555 | 2023-11-28T21:44:05.917Z | Compiling crossbeam-utils v0.8.16 |
556 | 2023-11-28T21:44:06.042Z | Checking rustls-webpki v0.101.4 |
557 | 2023-11-28T21:44:06.510Z | Checking sct v0.7.0 |
558 | 2023-11-28T21:44:06.649Z | Checking regex v1.10.2 |
559 | 2023-11-28T21:44:06.682Z | Compiling serde_derive v1.0.192 |
560 | 2023-11-28T21:44:06.700Z | Compiling thiserror-impl v1.0.47 |
561 | 2023-11-28T21:44:06.769Z | Compiling tokio-macros v2.2.0 |
562 | 2023-11-28T21:44:06.786Z | Compiling schemars_derive v0.8.15 |
563 | 2023-11-28T21:44:07.258Z | Compiling futures-macro v0.3.29 |
564 | 2023-11-28T21:44:07.674Z | Compiling tracing-attributes v0.1.26 |
565 | 2023-11-28T21:44:08.117Z | Compiling zerocopy-derive v0.2.0 |
566 | 2023-11-28T21:44:08.472Z | Checking deranged v0.3.8 |
567 | 2023-11-28T21:44:09.434Z | Checking httpdate v1.0.3 |
568 | 2023-11-28T21:44:09.786Z | Compiling uuid v1.6.1 |
569 | 2023-11-28T21:44:10.731Z | Checking tower-service v0.3.2 |
570 | 2023-11-28T21:44:11.143Z | Compiling zerocopy v0.3.0 |
571 | 2023-11-28T21:44:11.279Z | Checking time v0.3.27 |
572 | 2023-11-28T21:44:11.840Z | Compiling pest v2.7.2 |
573 | 2023-11-28T21:44:12.625Z | Compiling regress v0.7.1 |
574 | 2023-11-28T21:44:13.473Z | Checking tracing v0.1.37 |
575 | 2023-11-28T21:44:13.907Z | Checking idna v0.4.0 |
576 | 2023-11-28T21:44:14.333Z | Checking dirs-sys-next v0.1.2 |
577 | 2023-11-28T21:44:14.569Z | Checking foreign-types-shared v0.1.1 |
578 | 2023-11-28T21:44:14.699Z | Compiling openssl v0.10.56 |
579 | 2023-11-28T21:44:15.382Z | Checking lazy_static v1.4.0 |
580 | 2023-11-28T21:44:15.401Z | Compiling anyhow v1.0.75 |
581 | 2023-11-28T21:44:15.555Z | Checking url v2.4.0 |
582 | 2023-11-28T21:44:16.007Z | Compiling pest_meta v2.7.2 |
583 | 2023-11-28T21:44:16.319Z | Checking foreign-types v0.3.2 |
584 | 2023-11-28T21:44:16.427Z | Checking dirs-next v2.0.0 |
585 | 2023-11-28T21:44:16.466Z | Compiling dof v0.1.5 |
586 | 2023-11-28T21:44:16.594Z | Compiling openssl-macros v0.1.1 |
587 | 2023-11-28T21:44:17.789Z | Compiling thread-id v4.2.0 |
588 | 2023-11-28T21:44:17.934Z | Checking thread_local v1.1.7 |
589 | 2023-11-28T21:44:17.954Z | Checking encoding_rs v0.8.33 |
590 | 2023-11-28T21:44:18.339Z | Compiling pest_generator v2.7.2 |
591 | 2023-11-28T21:44:19.479Z | Compiling slog-async v2.8.0 |
592 | 2023-11-28T21:44:20.267Z | Checking mime v0.3.17 |
593 | 2023-11-28T21:44:21.071Z | Compiling native-tls v0.2.11 |
594 | 2023-11-28T21:44:21.856Z | Checking crossbeam-channel v0.5.8 |
595 | 2023-11-28T21:44:23.122Z | Checking term v0.7.0 |
596 | 2023-11-28T21:44:23.184Z | Compiling pest_derive v2.7.2 |
597 | 2023-11-28T21:44:23.946Z | Checking rustls-pemfile v1.0.4 |
598 | 2023-11-28T21:44:24.213Z | Compiling winnow v0.5.15 |
599 | 2023-11-28T21:44:24.552Z | Compiling dtrace-parser v0.1.14 |
600 | 2023-11-28T21:44:24.824Z | Checking take_mut v0.2.2 |
601 | 2023-11-28T21:44:25.016Z | Checking unicode-width v0.1.10 |
602 | 2023-11-28T21:44:25.161Z | Checking openssl-probe v0.1.5 |
603 | 2023-11-28T21:44:25.242Z | Compiling toml_datetime v0.6.5 |
604 | 2023-11-28T21:44:26.272Z | Checking slog-term v2.9.0 |
605 | 2023-11-28T21:44:28.388Z | Checking bytes v1.5.0 |
606 | 2023-11-28T21:44:29.710Z | Checking tokio v1.34.0 |
607 | 2023-11-28T21:44:30.389Z | Compiling indexmap v2.1.0 |
608 | 2023-11-28T21:44:31.285Z | Checking http v0.2.11 |
609 | 2023-11-28T21:44:32.509Z | Compiling serde_tokenstream v0.2.0 |
610 | 2023-11-28T21:44:33.591Z | Checking http-body v0.4.5 |
611 | 2023-11-28T21:44:34.212Z | Compiling serde_tokenstream v0.1.7 |
612 | 2023-11-28T21:44:34.329Z | Checking serde_urlencoded v0.7.1 |
613 | 2023-11-28T21:44:35.003Z | Checking openapiv3 v2.0.0-rc.1 |
614 | 2023-11-28T21:44:35.328Z | Compiling toml_edit v0.19.15 |
615 | 2023-11-28T21:44:36.577Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
616 | 2023-11-28T21:44:36.895Z | Checking ipnet v2.8.0 |
617 | 2023-11-28T21:44:37.661Z | Compiling usdt-attr-macro v0.3.5 |
618 | 2023-11-28T21:44:38.021Z | Compiling usdt-macro v0.3.5 |
619 | 2023-11-28T21:44:40.143Z | Compiling proc-macro-crate v1.3.1 |
620 | 2023-11-28T21:44:40.217Z | Checking serde_spanned v0.6.4 |
621 | 2023-11-28T21:44:40.830Z | Checking futures-executor v0.3.29 |
622 | 2023-11-28T21:44:40.869Z | Checking sha1 v0.10.6 |
623 | 2023-11-28T21:44:41.105Z | Checking tokio-util v0.7.8 |
624 | 2023-11-28T21:44:41.152Z | Checking tokio-rustls v0.24.1 |
625 | 2023-11-28T21:44:41.277Z | Checking tokio-native-tls v0.3.1 |
626 | 2023-11-28T21:44:41.579Z | Compiling omicron-workspace-hack v0.1.0 |
627 | 2023-11-28T21:44:41.632Z | Checking match_cfg v0.1.0 |
628 | 2023-11-28T21:44:42.360Z | Compiling getopts v0.2.21 |
629 | 2023-11-28T21:44:42.564Z | Checking h2 v0.3.21 |
630 | 2023-11-28T21:44:44.015Z | Checking hostname v0.3.1 |
631 | 2023-11-28T21:44:44.175Z | Checking futures v0.3.29 |
632 | 2023-11-28T21:44:44.312Z | Checking usdt v0.3.5 |
633 | 2023-11-28T21:44:44.592Z | Checking fallible-iterator v0.2.0 |
634 | 2023-11-28T21:44:45.614Z | Checking webpki-roots v0.25.2 |
635 | 2023-11-28T21:44:45.850Z | Compiling unsafe-libyaml v0.2.9 |
636 | 2023-11-28T21:44:46.036Z | Compiling strsim v0.10.0 |
637 | 2023-11-28T21:44:46.773Z | Compiling ident_case v1.0.1 |
638 | 2023-11-28T21:44:47.045Z | Compiling darling_core v0.20.3 |
639 | 2023-11-28T21:44:47.741Z | Compiling libz-sys v1.1.12 |
640 | 2023-11-28T21:44:48.106Z | Compiling serde_yaml v0.9.25 |
641 | 2023-11-28T21:44:48.731Z | Compiling num-integer v0.1.45 |
642 | 2023-11-28T21:44:48.944Z | Compiling multer v2.1.0 |
643 | 2023-11-28T21:44:49.414Z | Compiling paste v1.0.14 |
644 | 2023-11-28T21:44:49.495Z | Compiling camino v1.1.6 |
645 | 2023-11-28T21:44:49.676Z | Checking hyper v0.14.27 |
646 | 2023-11-28T21:44:50.619Z | Checking toml_edit v0.21.0 |
647 | 2023-11-28T21:44:50.834Z | Checking slog-json v2.6.1 |
648 | 2023-11-28T21:44:51.196Z | Compiling strum_macros v0.25.2 |
649 | 2023-11-28T21:44:52.663Z | Compiling async-stream-impl v0.3.5 |
650 | 2023-11-28T21:44:53.069Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
651 | 2023-11-28T21:44:53.595Z | Checking spin v0.9.8 |
652 | 2023-11-28T21:44:53.826Z | Compiling rustix v0.38.9 |
653 | 2023-11-28T21:44:54.378Z | Checking bitflags v2.4.0 |
654 | 2023-11-28T21:44:54.739Z | Checking atomic-waker v1.1.1 |
655 | 2023-11-28T21:44:54.777Z | Checking toml v0.8.8 |
656 | 2023-11-28T21:44:54.910Z | Checking async-stream v0.3.5 |
657 | 2023-11-28T21:44:54.925Z | Checking waitgroup v0.1.2 |
658 | 2023-11-28T21:44:55.192Z | Checking slog-bunyan v2.4.0 |
659 | 2023-11-28T21:44:55.968Z | Compiling darling_macro v0.20.3 |
660 | 2023-11-28T21:44:56.216Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
661 | 2023-11-28T21:44:56.578Z | Checking serde_path_to_error v0.1.14 |
662 | 2023-11-28T21:44:56.971Z | Compiling structmeta-derive v0.2.0 |
663 | 2023-11-28T21:44:57.327Z | Checking hyper-rustls v0.24.1 |
664 | 2023-11-28T21:44:57.646Z | Checking hyper-tls v0.5.0 |
665 | 2023-11-28T21:44:57.649Z | Checking strum v0.25.0 |
666 | 2023-11-28T21:44:57.747Z | Checking stringprep v0.1.3 |
667 | 2023-11-28T21:44:57.767Z | Compiling darling v0.20.3 |
668 | 2023-11-28T21:44:57.808Z | Checking sha2 v0.10.7 |
669 | 2023-11-28T21:44:57.848Z | Checking md-5 v0.10.5 |
670 | 2023-11-28T21:44:57.920Z | Checking hmac v0.12.1 |
671 | 2023-11-28T21:44:58.088Z | Checking reqwest v0.11.22 |
672 | 2023-11-28T21:44:58.140Z | Compiling libgit2-sys v0.15.2+1.6.4 |
673 | 2023-11-28T21:44:58.157Z | Checking errno v0.3.2 |
674 | 2023-11-28T21:44:58.231Z | Compiling num-bigint v0.4.4 |
675 | 2023-11-28T21:44:58.357Z | Compiling semver v1.0.20 |
676 | 2023-11-28T21:44:59.000Z | Checking debug-ignore v1.0.5 |
677 | 2023-11-28T21:44:59.186Z | Checking siphasher v0.3.11 |
678 | 2023-11-28T21:44:59.632Z | Checking phf_shared v0.11.2 |
679 | 2023-11-28T21:44:59.830Z | Checking postgres-protocol v0.6.6 |
680 | 2023-11-28T21:45:00.204Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
681 | 2023-11-28T21:45:01.193Z | Checking progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
682 | 2023-11-28T21:45:01.201Z | Compiling serde_with_macros v2.3.3 |
683 | 2023-11-28T21:45:01.251Z | Compiling num_enum_derive v0.5.11 |
684 | 2023-11-28T21:45:01.615Z | Compiling structmeta v0.2.0 |
685 | 2023-11-28T21:45:01.683Z | Compiling num-iter v0.1.43 |
686 | 2023-11-28T21:45:02.288Z | Compiling num-rational v0.4.1 |
687 | 2023-11-28T21:45:02.660Z | Compiling regex-syntax v0.7.4 |
688 | 2023-11-28T21:45:03.434Z | Checking postgres-types v0.2.6 |
689 | 2023-11-28T21:45:03.613Z | Checking phf v0.11.2 |
690 | 2023-11-28T21:45:05.237Z | Checking serde_with v2.3.3 |
691 | 2023-11-28T21:45:05.420Z | Checking num_enum v0.5.11 |
692 | 2023-11-28T21:45:06.041Z | Checking hex v0.4.3 |
693 | 2023-11-28T21:45:06.061Z | Compiling vergen v8.2.4 |
694 | 2023-11-28T21:45:06.061Z | Compiling memoffset v0.7.1 |
695 | 2023-11-28T21:45:06.069Z | Compiling proc-macro-error-attr v1.0.4 |
696 | 2023-11-28T21:45:06.190Z | Checking instant v0.1.12 |
697 | 2023-11-28T21:45:06.339Z | Checking whoami v1.4.1 |
698 | 2023-11-28T21:45:06.452Z | Checking utf8parse v0.2.1 |
699 | 2023-11-28T21:45:06.726Z | Compiling crucible-workspace-hack v0.1.0 |
700 | 2023-11-28T21:45:06.829Z | Checking tokio-postgres v0.7.10 |
701 | 2023-11-28T21:45:06.964Z | Checking anstyle-parse v0.2.1 |
702 | 2023-11-28T21:45:07.445Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
703 | 2023-11-28T21:45:07.609Z | Checking backoff v0.4.0 |
704 | 2023-11-28T21:45:07.678Z | Compiling rustc_version v0.4.0 |
705 | 2023-11-28T21:45:07.933Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
706 | 2023-11-28T21:45:08.108Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
707 | 2023-11-28T21:45:09.067Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
708 | 2023-11-28T21:45:09.548Z | Checking ipnetwork v0.20.0 |
709 | 2023-11-28T21:45:10.512Z | Checking num-complex v0.4.4 |
710 | 2023-11-28T21:45:10.932Z | Checking macaddr v1.0.1 |
711 | 2023-11-28T21:45:11.066Z | Compiling libsqlite3-sys v0.26.0 |
712 | 2023-11-28T21:45:11.367Z | Compiling proc-macro-error v1.0.4 |
713 | 2023-11-28T21:45:11.616Z | Compiling slog-dtrace v0.2.3 |
714 | 2023-11-28T21:45:11.691Z | Checking anstyle v1.0.2 |
715 | 2023-11-28T21:45:11.871Z | Checking arc-swap v1.6.0 |
716 | 2023-11-28T21:45:11.903Z | Checking anstyle-query v1.0.0 |
717 | 2023-11-28T21:45:11.923Z | Checking base64ct v1.6.0 |
718 | 2023-11-28T21:45:12.077Z | Checking static_assertions v1.1.0 |
719 | 2023-11-28T21:45:12.209Z | Checking colorchoice v1.0.0 |
720 | 2023-11-28T21:45:12.382Z | Checking anstream v0.5.0 |
721 | 2023-11-28T21:45:12.418Z | Checking num v0.4.1 |
722 | 2023-11-28T21:45:12.612Z | Checking slog-scope v4.4.0 |
723 | 2023-11-28T21:45:12.707Z | Checking blake2 v0.10.6 |
724 | 2023-11-28T21:45:12.770Z | Checking password-hash v0.5.0 |
725 | 2023-11-28T21:45:12.892Z | Checking inout v0.1.3 |
726 | 2023-11-28T21:45:12.917Z | Checking termcolor v1.2.0 |
727 | 2023-11-28T21:45:13.151Z | Checking clap_lex v0.5.1 |
728 | 2023-11-28T21:45:13.173Z | Compiling parse-display-derive v0.8.2 |
729 | 2023-11-28T21:45:13.377Z | Compiling radium v0.7.0 |
730 | 2023-11-28T21:45:13.501Z | Checking argon2 v0.5.2 |
731 | 2023-11-28T21:45:13.543Z | Checking cipher v0.4.4 |
732 | 2023-11-28T21:45:13.558Z | Checking clap_builder v4.4.0 |
733 | 2023-11-28T21:45:14.112Z | Checking slog-stdlog v4.1.1 |
734 | 2023-11-28T21:45:14.163Z | Checking nix v0.26.2 |
735 | 2023-11-28T21:45:14.880Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
736 | 2023-11-28T21:45:14.992Z | Compiling serde_repr v0.1.16 |
737 | 2023-11-28T21:45:15.466Z | Compiling clap_derive v4.4.0 |
738 | 2023-11-28T21:45:15.470Z | Checking hashlink v0.8.3 |
739 | 2023-11-28T21:45:16.407Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
740 | 2023-11-28T21:45:16.975Z | Checking tap v1.0.1 |
741 | 2023-11-28T21:45:16.985Z | Checking os_str_bytes v6.5.1 |
742 | 2023-11-28T21:45:17.258Z | Checking fastrand v2.0.0 |
743 | 2023-11-28T21:45:17.557Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
744 | 2023-11-28T21:45:17.779Z | Checking fallible-streaming-iterator v0.1.9 |
745 | 2023-11-28T21:45:18.067Z | Compiling portable-atomic v1.4.3 |
746 | 2023-11-28T21:45:18.139Z | Checking rusqlite v0.29.0 |
747 | 2023-11-28T21:45:18.157Z | Checking tempfile v3.8.0 |
748 | 2023-11-28T21:45:18.664Z | Checking clap_lex v0.2.4 |
749 | 2023-11-28T21:45:18.670Z | Checking wyz v0.5.1 |
750 | 2023-11-28T21:45:19.069Z | Compiling clap_derive v3.2.25 |
751 | 2023-11-28T21:45:19.246Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
752 | 2023-11-28T21:45:19.296Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
753 | 2023-11-28T21:45:19.641Z | Checking slog-envlogger v2.2.0 |
754 | 2023-11-28T21:45:19.944Z | Checking twox-hash v1.6.3 |
755 | 2023-11-28T21:45:19.968Z | Checking parse-display v0.8.2 |
756 | 2023-11-28T21:45:20.197Z | Checking is-terminal v0.4.9 |
757 | 2023-11-28T21:45:20.335Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
758 | 2023-11-28T21:45:20.338Z | Compiling num_enum_derive v0.7.0 |
759 | 2023-11-28T21:45:20.401Z | Checking universal-hash v0.5.1 |
760 | 2023-11-28T21:45:20.554Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
761 | 2023-11-28T21:45:20.678Z | Checking textwrap v0.16.0 |
762 | 2023-11-28T21:45:20.702Z | Checking funty v2.0.0 |
763 | 2023-11-28T21:45:21.102Z | Checking opaque-debug v0.3.0 |
764 | 2023-11-28T21:45:21.197Z | Checking colored v2.0.4 |
765 | 2023-11-28T21:45:21.218Z | Checking polyval v0.6.1 |
766 | 2023-11-28T21:45:22.188Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
767 | 2023-11-28T21:45:22.247Z | Checking aes v0.8.3 |
768 | 2023-11-28T21:45:22.516Z | Checking bitvec v1.0.1 |
769 | 2023-11-28T21:45:23.147Z | Checking clap v4.4.0 |
770 | 2023-11-28T21:45:23.291Z | Checking ctr v0.9.2 |
771 | 2023-11-28T21:45:23.409Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
772 | 2023-11-28T21:45:23.637Z | Checking bincode v1.3.3 |
773 | 2023-11-28T21:45:23.705Z | Checking console v0.15.7 |
774 | 2023-11-28T21:45:24.198Z | Compiling async-recursion v0.3.2 |
775 | 2023-11-28T21:45:24.599Z | Checking aead v0.5.2 |
776 | 2023-11-28T21:45:24.724Z | Checking num_enum v0.7.0 |
777 | 2023-11-28T21:45:24.882Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
778 | 2023-11-28T21:45:24.905Z | Checking zeroize v1.6.0 |
779 | 2023-11-28T21:45:24.937Z | Compiling erased-serde v0.3.30 |
780 | 2023-11-28T21:45:25.009Z | Checking humantime v2.1.0 |
781 | 2023-11-28T21:45:25.217Z | Checking pretty-hex v0.2.1 |
782 | 2023-11-28T21:45:25.430Z | Checking data-encoding v2.4.0 |
783 | 2023-11-28T21:45:25.433Z | Checking either v1.9.0 |
784 | 2023-11-28T21:45:25.433Z | Checking number_prefix v0.4.0 |
785 | 2023-11-28T21:45:25.723Z | Checking indicatif v0.17.6 |
786 | 2023-11-28T21:45:25.873Z | Checking env_logger v0.9.3 |
787 | 2023-11-28T21:45:25.893Z | Checking itertools v0.12.0 |
788 | 2023-11-28T21:45:25.896Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
789 | 2023-11-28T21:45:26.270Z | Checking aes-gcm-siv v0.11.1 |
790 | 2023-11-28T21:45:26.549Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
791 | 2023-11-28T21:45:26.626Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
792 | 2023-11-28T21:45:26.648Z | Checking toml v0.5.11 |
793 | 2023-11-28T21:45:26.767Z | Compiling bitstruct_derive v0.1.0 |
794 | 2023-11-28T21:45:26.809Z | Checking clap v3.2.25 |
795 | 2023-11-28T21:45:27.150Z | Compiling async-recursion v1.0.5 |
796 | 2023-11-28T21:45:27.212Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
797 | 2023-11-28T21:45:27.399Z | Checking libloading v0.7.4 |
798 | 2023-11-28T21:45:27.729Z | Checking ascii v1.1.0 |
799 | 2023-11-28T21:45:28.353Z | Checking ringbuffer v0.15.0 |
800 | 2023-11-28T21:45:28.896Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
801 | 2023-11-28T21:45:28.935Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
802 | 2023-11-28T21:45:29.093Z | Checking bitstruct v0.1.1 |
803 | 2023-11-28T21:45:29.124Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
804 | 2023-11-28T21:45:29.228Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
805 | 2023-11-28T21:45:29.507Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
806 | 2023-11-28T21:45:30.358Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
807 | 2023-11-28T21:45:30.366Z | Checking serde_arrays v0.1.0 |
808 | 2023-11-28T21:45:30.367Z | Checking matches v0.1.10 |
809 | 2023-11-28T21:45:30.464Z | Checking utf-8 v0.7.6 |
810 | 2023-11-28T21:45:30.531Z | Checking idna v0.2.3 |
811 | 2023-11-28T21:45:30.554Z | Compiling enum-as-inner v0.5.1 |
812 | 2023-11-28T21:45:30.795Z | Checking tungstenite v0.20.1 |
813 | 2023-11-28T21:45:31.010Z | Checking quick-error v1.2.3 |
814 | 2023-11-28T21:45:31.199Z | Checking linked-hash-map v0.5.6 |
815 | 2023-11-28T21:45:31.726Z | Checking lru-cache v0.1.2 |
816 | 2023-11-28T21:45:31.940Z | Checking resolv-conf v0.7.0 |
817 | 2023-11-28T21:45:32.013Z | Compiling const_format_proc_macros v0.2.31 |
818 | 2023-11-28T21:45:32.223Z | Checking base64 v0.13.1 |
819 | 2023-11-28T21:45:32.513Z | Checking tokio-tungstenite v0.20.1 |
820 | 2023-11-28T21:45:33.330Z | Checking trust-dns-proto v0.22.0 |
821 | 2023-11-28T21:45:33.330Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
822 | 2023-11-28T21:45:33.330Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
823 | 2023-11-28T21:45:34.429Z | Checking ron v0.7.1 |
824 | 2023-11-28T21:45:34.429Z | Checking bstr v1.6.0 |
825 | 2023-11-28T21:45:34.429Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
826 | 2023-11-28T21:45:36.240Z | Checking bit_field v0.10.2 |
827 | 2023-11-28T21:45:36.240Z | Checking toml v0.7.8 |
828 | 2023-11-28T21:45:36.240Z | Checking globset v0.4.13 |
829 | 2023-11-28T21:45:36.378Z | Checking ctrlc v3.4.0 |
830 | 2023-11-28T21:45:36.378Z | Checking fatfs v0.3.6 |
831 | 2023-11-28T21:45:36.378Z | Checking glob v0.3.1 |
832 | 2023-11-28T21:45:36.378Z | Checking const_format v0.2.31 |
833 | 2023-11-28T21:45:39.141Z | Checking trust-dns-resolver v0.22.0 |
834 | 2023-11-28T21:45:59.866Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
835 | 2023-11-28T21:46:00.581Z | Checking progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
836 | 2023-11-28T21:46:00.581Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
837 | 2023-11-28T21:46:01.001Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
838 | 2023-11-28T21:46:01.001Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
839 | 2023-11-28T21:46:01.001Z | Compiling git2 v0.17.2 |
840 | 2023-11-28T21:46:01.001Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
841 | 2023-11-28T21:46:01.007Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
842 | 2023-11-28T21:46:01.007Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
843 | 2023-11-28T21:46:01.008Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
844 | 2023-11-28T21:46:01.008Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
845 | 2023-11-28T21:46:01.008Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
846 | 2023-11-28T21:46:01.500Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
847 | 2023-11-28T21:46:09.346Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
848 | 2023-11-28T21:46:21.171Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
849 | 2023-11-28T21:46:21.487Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
850 | 2023-11-28T21:46:21.497Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
851 | 2023-11-28T21:46:22.027Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
852 | 2023-11-28T21:46:22.084Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
853 | 2023-11-28T21:46:28.618Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 10s |
854 | 2023-11-28T21:46:28.882Z | |
855 | 2023-11-28T21:46:28.882Z | real 3:10.967124779 |
856 | 2023-11-28T21:46:28.882Z | user 14:23.799658222 |
857 | 2023-11-28T21:46:28.882Z | sys 2:33.354171315 |
858 | 2023-11-28T21:46:28.882Z | trap 0.629881271 |
859 | 2023-11-28T21:46:28.885Z | tflt 2.572479503 |
860 | 2023-11-28T21:46:28.885Z | dflt 5.589345359 |
861 | 2023-11-28T21:46:28.885Z | kflt 0.025483302 |
862 | 2023-11-28T21:46:28.885Z | lock 19:50.676756501 |
863 | 2023-11-28T21:46:28.885Z | slp 42:42.232873508 |
864 | 2023-11-28T21:46:28.885Z | lat 51.931885800 |
865 | 2023-11-28T21:46:28.885Z | stop 2:06.460391977 |
866 | 2023-11-28T21:46:28.885Z | + banner build |
867 | 2023-11-28T21:46:28.885Z | |
868 | 2023-11-28T21:46:28.885Z | ##### # # # # ##### |
869 | 2023-11-28T21:46:28.885Z | # # # # # # # # |
870 | 2023-11-28T21:46:28.885Z | ##### # # # # # # |
871 | 2023-11-28T21:46:28.885Z | # # # # # # # # |
872 | 2023-11-28T21:46:28.885Z | # # # # # # # # |
873 | 2023-11-28T21:46:28.885Z | ##### #### # ###### ##### |
874 | 2023-11-28T21:46:28.885Z | |
875 | 2023-11-28T21:46:28.886Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
876 | 2023-11-28T21:46:29.562Z | Compiling proc-macro2 v1.0.69 |
877 | 2023-11-28T21:46:29.571Z | Compiling unicode-ident v1.0.12 |
878 | 2023-11-28T21:46:29.571Z | Compiling libc v0.2.150 |
879 | 2023-11-28T21:46:29.571Z | Compiling cfg-if v1.0.0 |
880 | 2023-11-28T21:46:29.571Z | Compiling version_check v0.9.4 |
881 | 2023-11-28T21:46:29.572Z | Compiling autocfg v1.1.0 |
882 | 2023-11-28T21:46:29.573Z | Compiling serde v1.0.192 |
883 | 2023-11-28T21:46:29.573Z | Compiling syn v1.0.109 |
884 | 2023-11-28T21:46:29.714Z | Compiling once_cell v1.18.0 |
885 | 2023-11-28T21:46:30.452Z | Compiling thiserror v1.0.47 |
886 | 2023-11-28T21:46:30.614Z | Compiling itoa v1.0.9 |
887 | 2023-11-28T21:46:30.650Z | Compiling serde_json v1.0.108 |
888 | 2023-11-28T21:46:30.922Z | Compiling memchr v2.6.4 |
889 | 2023-11-28T21:46:31.164Z | Compiling pin-project-lite v0.2.13 |
890 | 2023-11-28T21:46:31.224Z | Compiling ahash v0.8.3 |
891 | 2023-11-28T21:46:31.239Z | Compiling typenum v1.16.0 |
892 | 2023-11-28T21:46:31.303Z | Compiling pkg-config v0.3.27 |
893 | 2023-11-28T21:46:31.311Z | Compiling libm v0.2.7 |
894 | 2023-11-28T21:46:31.816Z | Compiling quote v1.0.33 |
895 | 2023-11-28T21:46:32.090Z | Compiling jobserver v0.1.26 |
896 | 2023-11-28T21:46:32.392Z | Compiling num-traits v0.2.16 |
897 | 2023-11-28T21:46:32.861Z | Compiling syn v2.0.29 |
898 | 2023-11-28T21:46:32.937Z | Compiling getrandom v0.2.10 |
899 | 2023-11-28T21:46:32.948Z | Compiling cc v1.0.83 |
900 | 2023-11-28T21:46:33.172Z | Compiling generic-array v0.14.7 |
901 | 2023-11-28T21:46:33.315Z | Compiling rand_core v0.6.4 |
902 | 2023-11-28T21:46:33.686Z | Compiling vcpkg v0.2.15 |
903 | 2023-11-28T21:46:35.124Z | Compiling lock_api v0.4.10 |
904 | 2023-11-28T21:46:35.667Z | Compiling parking_lot_core v0.9.8 |
905 | 2023-11-28T21:46:36.345Z | Compiling log v0.4.20 |
906 | 2023-11-28T21:46:36.415Z | Compiling smallvec v1.11.0 |
907 | 2023-11-28T21:46:37.357Z | Compiling scopeguard v1.2.0 |
908 | 2023-11-28T21:46:37.830Z | Compiling ryu v1.0.15 |
909 | 2023-11-28T21:46:37.843Z | Compiling futures-core v0.3.29 |
910 | 2023-11-28T21:46:38.396Z | Compiling socket2 v0.5.5 |
911 | 2023-11-28T21:46:38.703Z | Compiling parking_lot v0.12.1 |
912 | 2023-11-28T21:46:38.938Z | Compiling num_cpus v1.16.0 |
913 | 2023-11-28T21:46:39.115Z | Compiling signal-hook-registry v1.4.1 |
914 | 2023-11-28T21:46:39.448Z | Compiling mio v0.8.9 |
915 | 2023-11-28T21:46:39.673Z | Compiling crypto-common v0.1.6 |
916 | 2023-11-28T21:46:40.411Z | Compiling heck v0.4.1 |
917 | 2023-11-28T21:46:40.962Z | Compiling slab v0.4.9 |
918 | 2023-11-28T21:46:41.038Z | Compiling futures-channel v0.3.29 |
919 | 2023-11-28T21:46:41.521Z | Compiling futures-task v0.3.29 |
920 | 2023-11-28T21:46:41.532Z | Compiling futures-sink v0.3.29 |
921 | 2023-11-28T21:46:41.744Z | Compiling pin-utils v0.1.0 |
922 | 2023-11-28T21:46:41.759Z | Compiling hashbrown v0.14.2 |
923 | 2023-11-28T21:46:41.835Z | Compiling equivalent v1.0.1 |
924 | 2023-11-28T21:46:41.854Z | Compiling futures-util v0.3.29 |
925 | 2023-11-28T21:46:42.645Z | Compiling subtle v2.5.0 |
926 | 2023-11-28T21:46:42.694Z | Compiling futures-io v0.3.29 |
927 | 2023-11-28T21:46:42.878Z | Compiling iana-time-zone v0.1.57 |
928 | 2023-11-28T21:46:43.135Z | Compiling slog v2.7.0 |
929 | 2023-11-28T21:46:43.164Z | Compiling unicode-xid v0.2.4 |
930 | 2023-11-28T21:46:43.398Z | Compiling tinyvec_macros v0.1.1 |
931 | 2023-11-28T21:46:43.492Z | Compiling fnv v1.0.7 |
932 | 2023-11-28T21:46:43.505Z | Compiling tinyvec v1.6.0 |
933 | 2023-11-28T21:46:43.659Z | Compiling serde_derive_internals v0.26.0 |
934 | 2023-11-28T21:46:43.876Z | Compiling block-buffer v0.10.4 |
935 | 2023-11-28T21:46:43.981Z | Compiling indexmap v1.9.3 |
936 | 2023-11-28T21:46:43.997Z | Compiling tracing-core v0.1.31 |
937 | 2023-11-28T21:46:44.187Z | Compiling bitflags v1.3.2 |
938 | 2023-11-28T21:46:44.722Z | Compiling digest v0.10.7 |
939 | 2023-11-28T21:46:46.365Z | Compiling unicode-normalization v0.1.22 |
940 | 2023-11-28T21:46:46.436Z | Compiling ring v0.16.20 |
941 | 2023-11-28T21:46:47.682Z | Compiling cpufeatures v0.2.9 |
942 | 2023-11-28T21:46:47.809Z | Compiling unicode-bidi v0.3.13 |
943 | 2023-11-28T21:46:48.227Z | Compiling allocator-api2 v0.2.16 |
944 | 2023-11-28T21:46:48.495Z | Compiling ucd-trie v0.1.6 |
945 | 2023-11-28T21:46:49.632Z | Compiling schemars v0.8.15 |
946 | 2023-11-28T21:46:49.641Z | Compiling byteorder v1.4.3 |
947 | 2023-11-28T21:46:49.642Z | Compiling percent-encoding v2.3.0 |
948 | 2023-11-28T21:46:49.653Z | Compiling time-core v0.1.1 |
949 | 2023-11-28T21:46:49.868Z | Compiling httparse v1.8.0 |
950 | 2023-11-28T21:46:50.114Z | Compiling hashbrown v0.12.3 |
951 | 2023-11-28T21:46:52.085Z | Compiling synstructure v0.12.6 |
952 | 2023-11-28T21:46:52.564Z | Compiling ppv-lite86 v0.2.17 |
953 | 2023-11-28T21:46:52.785Z | Compiling dyn-clone v1.0.13 |
954 | 2023-11-28T21:46:53.760Z | Compiling serde_derive v1.0.192 |
955 | 2023-11-28T21:46:54.261Z | Compiling thiserror-impl v1.0.47 |
956 | 2023-11-28T21:46:54.264Z | Compiling tokio-macros v2.2.0 |
957 | 2023-11-28T21:46:54.264Z | Compiling futures-macro v0.3.29 |
958 | 2023-11-28T21:46:54.264Z | Compiling schemars_derive v0.8.15 |
959 | 2023-11-28T21:46:54.545Z | Compiling tracing-attributes v0.1.26 |
960 | 2023-11-28T21:46:54.900Z | Compiling zerocopy-derive v0.2.0 |
961 | 2023-11-28T21:46:56.559Z | Compiling rand_chacha v0.3.1 |
962 | 2023-11-28T21:46:57.950Z | Compiling form_urlencoded v1.2.0 |
963 | 2023-11-28T21:46:59.032Z | Compiling pest v2.7.2 |
964 | 2023-11-28T21:46:59.298Z | Compiling untrusted v0.7.1 |
965 | 2023-11-28T21:46:59.308Z | Compiling base64 v0.21.5 |
966 | 2023-11-28T21:46:59.428Z | Compiling spin v0.5.2 |
967 | 2023-11-28T21:46:59.640Z | Compiling rand v0.8.5 |
968 | 2023-11-28T21:47:00.228Z | Compiling tracing v0.1.37 |
969 | 2023-11-28T21:47:00.497Z | Compiling openssl-sys v0.9.91 |
970 | 2023-11-28T21:47:02.022Z | Compiling aho-corasick v1.0.4 |
971 | 2023-11-28T21:47:02.022Z | Compiling rustversion v1.0.14 |
972 | 2023-11-28T21:47:02.142Z | Compiling regex-syntax v0.8.2 |
973 | 2023-11-28T21:47:03.334Z | Compiling pest_meta v2.7.2 |
974 | 2023-11-28T21:47:03.616Z | Compiling usdt-impl v0.3.5 |
975 | 2023-11-28T21:47:04.781Z | Compiling async-trait v0.1.74 |
976 | 2023-11-28T21:47:05.552Z | Compiling pest_generator v2.7.2 |
977 | 2023-11-28T21:47:06.795Z | Compiling try-lock v0.2.4 |
978 | 2023-11-28T21:47:06.991Z | Compiling rustls v0.21.7 |
979 | 2023-11-28T21:47:08.645Z | Compiling regex-automata v0.4.3 |
980 | 2023-11-28T21:47:08.976Z | Compiling want v0.3.1 |
981 | 2023-11-28T21:47:09.403Z | Compiling chrono v0.4.31 |
982 | 2023-11-28T21:47:09.746Z | Compiling pest_derive v2.7.2 |
983 | 2023-11-28T21:47:13.024Z | Compiling hashbrown v0.13.2 |
984 | 2023-11-28T21:47:13.552Z | Compiling rustls-webpki v0.101.4 |
985 | 2023-11-28T21:47:13.714Z | Compiling sct v0.7.0 |
986 | 2023-11-28T21:47:14.535Z | Compiling time-macros v0.2.13 |
987 | 2023-11-28T21:47:14.915Z | Compiling socket2 v0.4.9 |
988 | 2023-11-28T21:47:17.740Z | Compiling bytes v1.5.0 |
989 | 2023-11-28T21:47:19.708Z | Compiling tokio v1.34.0 |
990 | 2023-11-28T21:47:20.944Z | Compiling indexmap v2.1.0 |
991 | 2023-11-28T21:47:22.512Z | Compiling http v0.2.11 |
992 | 2023-11-28T21:47:23.137Z | Compiling uuid v1.6.1 |
993 | 2023-11-28T21:47:23.383Z | Compiling serde_tokenstream v0.2.0 |
994 | 2023-11-28T21:47:26.658Z | Compiling http-body v0.4.5 |
995 | 2023-11-28T21:47:27.395Z | Compiling regex v1.10.2 |
996 | 2023-11-28T21:47:28.967Z | Compiling atty v0.2.14 |
997 | 2023-11-28T21:47:29.164Z | Compiling httpdate v1.0.3 |
998 | 2023-11-28T21:47:30.691Z | Compiling crossbeam-utils v0.8.16 |
999 | 2023-11-28T21:47:31.482Z | Compiling deranged v0.3.8 |
1000 | 2023-11-28T21:47:31.863Z | Compiling num_threads v0.1.6 |
1001 | 2023-11-28T21:47:32.938Z | Compiling tower-service v0.3.2 |
1002 | 2023-11-28T21:47:33.114Z | Compiling tokio-util v0.7.8 |
1003 | 2023-11-28T21:47:33.607Z | Compiling zerocopy v0.3.0 |
1004 | 2023-11-28T21:47:34.502Z | Compiling regress v0.7.1 |
1005 | 2023-11-28T21:47:35.021Z | Compiling h2 v0.3.21 |
1006 | 2023-11-28T21:47:36.730Z | Compiling time v0.3.27 |
1007 | 2023-11-28T21:47:42.634Z | Compiling idna v0.4.0 |
1008 | 2023-11-28T21:47:42.925Z | Compiling dirs-sys-next v0.1.2 |
1009 | 2023-11-28T21:47:44.749Z | Compiling hyper v0.14.27 |
1010 | 2023-11-28T21:47:45.624Z | Compiling openssl v0.10.56 |
1011 | 2023-11-28T21:47:46.318Z | Compiling foreign-types-shared v0.1.1 |
1012 | 2023-11-28T21:47:46.466Z | Compiling lazy_static v1.4.0 |
1013 | 2023-11-28T21:47:46.640Z | Compiling anyhow v1.0.75 |
1014 | 2023-11-28T21:47:47.568Z | Compiling foreign-types v0.3.2 |
1015 | 2023-11-28T21:47:47.717Z | Compiling url v2.4.0 |
1016 | 2023-11-28T21:47:48.548Z | Compiling dirs-next v2.0.0 |
1017 | 2023-11-28T21:47:48.905Z | Compiling tokio-rustls v0.24.1 |
1018 | 2023-11-28T21:47:49.616Z | Compiling typify-impl v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1019 | 2023-11-28T21:47:56.725Z | Compiling dof v0.1.5 |
1020 | 2023-11-28T21:47:57.812Z | Compiling dtrace-parser v0.1.14 |
1021 | 2023-11-28T21:48:00.516Z | Compiling openssl-macros v0.1.1 |
1022 | 2023-11-28T21:48:01.830Z | Compiling thread-id v4.2.0 |
1023 | 2023-11-28T21:48:01.973Z | Compiling thread_local v1.1.7 |
1024 | 2023-11-28T21:48:03.305Z | Compiling encoding_rs v0.8.33 |
1025 | 2023-11-28T21:48:04.503Z | Compiling native-tls v0.2.11 |
1026 | 2023-11-28T21:48:07.225Z | Compiling mime v0.3.17 |
1027 | 2023-11-28T21:48:08.970Z | Compiling slog-async v2.8.0 |
1028 | 2023-11-28T21:48:09.100Z | Compiling typify-macro v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1029 | 2023-11-28T21:48:15.812Z | Compiling crossbeam-channel v0.5.8 |
1030 | 2023-11-28T21:48:15.923Z | Compiling term v0.7.0 |
1031 | 2023-11-28T21:48:16.706Z | Compiling serde_tokenstream v0.1.7 |
1032 | 2023-11-28T21:48:17.548Z | Compiling serde_urlencoded v0.7.1 |
1033 | 2023-11-28T21:48:18.522Z | Compiling rustls-pemfile v1.0.4 |
1034 | 2023-11-28T21:48:19.749Z | Compiling openssl-probe v0.1.5 |
1035 | 2023-11-28T21:48:20.123Z | Compiling take_mut v0.2.2 |
1036 | 2023-11-28T21:48:20.335Z | Compiling unicode-width v0.1.10 |
1037 | 2023-11-28T21:48:20.570Z | Compiling toml_datetime v0.6.5 |
1038 | 2023-11-28T21:48:20.578Z | Compiling winnow v0.5.15 |
1039 | 2023-11-28T21:48:31.448Z | Compiling slog-term v2.9.0 |
1040 | 2023-11-28T21:48:31.448Z | Compiling openapiv3 v2.0.0-rc.1 |
1041 | 2023-11-28T21:48:31.448Z | Compiling toml_edit v0.19.15 |
1042 | 2023-11-28T21:48:31.448Z | Compiling ipnet v2.8.0 |
1043 | 2023-11-28T21:48:31.449Z | Compiling omicron-workspace-hack v0.1.0 |
1044 | 2023-11-28T21:48:31.449Z | Compiling tokio-native-tls v0.3.1 |
1045 | 2023-11-28T21:48:31.449Z | Compiling usdt-macro v0.3.5 |
1046 | 2023-11-28T21:48:31.622Z | Compiling proc-macro-crate v1.3.1 |
1047 | 2023-11-28T21:48:32.320Z | Compiling usdt-attr-macro v0.3.5 |
1048 | 2023-11-28T21:48:33.528Z | Compiling serde_spanned v0.6.4 |
1049 | 2023-11-28T21:48:33.916Z | Compiling futures-executor v0.3.29 |
1050 | 2023-11-28T21:48:34.239Z | Compiling sha1 v0.10.6 |
1051 | 2023-11-28T21:48:38.214Z | Compiling match_cfg v0.1.0 |
1052 | 2023-11-28T21:48:38.376Z | Compiling hostname v0.3.1 |
1053 | 2023-11-28T21:48:38.726Z | Compiling usdt v0.3.5 |
1054 | 2023-11-28T21:48:39.465Z | Compiling getopts v0.2.21 |
1055 | 2023-11-28T21:48:40.901Z | Compiling futures v0.3.29 |
1056 | 2023-11-28T21:48:41.052Z | Compiling hyper-tls v0.5.0 |
1057 | 2023-11-28T21:48:41.701Z | Compiling typify v0.0.14 (https://github.com/oxidecomputer/typify#c9d6453f) |
1058 | 2023-11-28T21:48:41.973Z | Compiling hyper-rustls v0.24.1 |
1059 | 2023-11-28T21:48:44.057Z | Compiling fallible-iterator v0.2.0 |
1060 | 2023-11-28T21:48:44.478Z | Compiling strsim v0.10.0 |
1061 | 2023-11-28T21:48:45.340Z | Compiling unsafe-libyaml v0.2.9 |
1062 | 2023-11-28T21:48:45.503Z | Compiling webpki-roots v0.25.2 |
1063 | 2023-11-28T21:48:45.705Z | Compiling ident_case v1.0.1 |
1064 | 2023-11-28T21:48:45.936Z | Compiling darling_core v0.20.3 |
1065 | 2023-11-28T21:48:47.639Z | Compiling serde_yaml v0.9.25 |
1066 | 2023-11-28T21:48:48.256Z | Compiling reqwest v0.11.22 |
1067 | 2023-11-28T21:48:50.896Z | Compiling progenitor-impl v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1068 | 2023-11-28T21:48:54.342Z | Compiling libz-sys v1.1.12 |
1069 | 2023-11-28T21:48:55.107Z | Compiling num-integer v0.1.45 |
1070 | 2023-11-28T21:48:55.282Z | Compiling multer v2.1.0 |
1071 | 2023-11-28T21:48:55.343Z | Compiling camino v1.1.6 |
1072 | 2023-11-28T21:48:55.794Z | Compiling paste v1.0.14 |
1073 | 2023-11-28T21:48:56.403Z | Compiling darling_macro v0.20.3 |
1074 | 2023-11-28T21:48:58.275Z | Compiling progenitor-client v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1075 | 2023-11-28T21:48:58.669Z | Compiling toml_edit v0.21.0 |
1076 | 2023-11-28T21:49:00.718Z | Compiling slog-json v2.6.1 |
1077 | 2023-11-28T21:49:01.509Z | Compiling strum_macros v0.25.2 |
1078 | 2023-11-28T21:49:01.945Z | Compiling progenitor-macro v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1079 | 2023-11-28T21:49:08.053Z | Compiling async-stream-impl v0.3.5 |
1080 | 2023-11-28T21:49:10.293Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
1081 | 2023-11-28T21:49:10.857Z | Compiling bitflags v2.4.0 |
1082 | 2023-11-28T21:49:11.743Z | Compiling rustix v0.38.9 |
1083 | 2023-11-28T21:49:12.863Z | Compiling atomic-waker v1.1.1 |
1084 | 2023-11-28T21:49:13.145Z | Compiling spin v0.9.8 |
1085 | 2023-11-28T21:49:18.291Z | Compiling waitgroup v0.1.2 |
1086 | 2023-11-28T21:49:18.861Z | Compiling async-stream v0.3.5 |
1087 | 2023-11-28T21:49:19.332Z | Compiling strum v0.25.0 |
1088 | 2023-11-28T21:49:19.592Z | Compiling toml v0.8.8 |
1089 | 2023-11-28T21:49:28.720Z | Compiling slog-bunyan v2.4.0 |
1090 | 2023-11-28T21:49:28.778Z | Compiling progenitor v0.4.0 (https://github.com/oxidecomputer/progenitor?branch=main#9339b576) |
1091 | 2023-11-28T21:49:29.079Z | Compiling darling v0.20.3 |
1092 | 2023-11-28T21:49:32.968Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#1e187aff) |
1093 | 2023-11-28T21:49:34.416Z | Compiling serde_path_to_error v0.1.14 |
1094 | 2023-11-28T21:49:35.707Z | Compiling structmeta-derive v0.2.0 |
1095 | 2023-11-28T21:49:36.310Z | Compiling stringprep v0.1.3 |
1096 | 2023-11-28T21:49:40.270Z | Compiling sha2 v0.10.7 |
1097 | 2023-11-28T21:49:40.833Z | Compiling md-5 v0.10.5 |
1098 | 2023-11-28T21:49:41.212Z | Compiling hmac v0.12.1 |
1099 | 2023-11-28T21:49:41.540Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1100 | 2023-11-28T21:49:41.913Z | Compiling errno v0.3.2 |
1101 | 2023-11-28T21:49:42.251Z | Compiling num-bigint v0.4.4 |
1102 | 2023-11-28T21:49:42.769Z | Compiling siphasher v0.3.11 |
1103 | 2023-11-28T21:49:43.587Z | Compiling debug-ignore v1.0.5 |
1104 | 2023-11-28T21:49:43.794Z | Compiling semver v1.0.20 |
1105 | 2023-11-28T21:49:46.478Z | Compiling phf_shared v0.11.2 |
1106 | 2023-11-28T21:49:52.438Z | Compiling postgres-protocol v0.6.6 |
1107 | 2023-11-28T21:49:55.691Z | Compiling structmeta v0.2.0 |
1108 | 2023-11-28T21:49:56.550Z | Compiling serde_with_macros v2.3.3 |
1109 | 2023-11-28T21:49:57.265Z | Compiling num_enum_derive v0.5.11 |
1110 | 2023-11-28T21:49:57.436Z | Compiling num-iter v0.1.43 |
1111 | 2023-11-28T21:49:57.588Z | Compiling num-rational v0.4.1 |
1112 | 2023-11-28T21:49:57.973Z | Compiling regex-syntax v0.7.4 |
1113 | 2023-11-28T21:49:59.179Z | Compiling postgres-types v0.2.6 |
1114 | 2023-11-28T21:50:00.691Z | Compiling serde_with v2.3.3 |
1115 | 2023-11-28T21:50:01.396Z | Compiling num_enum v0.5.11 |
1116 | 2023-11-28T21:50:01.614Z | Compiling phf v0.11.2 |
1117 | 2023-11-28T21:50:04.605Z | Compiling hex v0.4.3 |
1118 | 2023-11-28T21:50:04.752Z | Compiling vergen v8.2.4 |
1119 | 2023-11-28T21:50:04.975Z | Compiling proc-macro-error-attr v1.0.4 |
1120 | 2023-11-28T21:50:05.297Z | Compiling instant v0.1.12 |
1121 | 2023-11-28T21:50:05.922Z | Compiling crucible-workspace-hack v0.1.0 |
1122 | 2023-11-28T21:50:06.011Z | Compiling whoami v1.4.1 |
1123 | 2023-11-28T21:50:06.048Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1124 | 2023-11-28T21:50:06.352Z | Compiling backoff v0.4.0 |
1125 | 2023-11-28T21:50:06.895Z | Compiling tokio-postgres v0.7.10 |
1126 | 2023-11-28T21:50:08.456Z | Compiling parse-display-derive v0.8.2 |
1127 | 2023-11-28T21:50:08.693Z | Compiling rustc_version v0.4.0 |
1128 | 2023-11-28T21:50:12.646Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1129 | 2023-11-28T21:50:13.850Z | Compiling ipnetwork v0.20.0 |
1130 | 2023-11-28T21:50:13.961Z | Compiling macaddr v1.0.1 |
1131 | 2023-11-28T21:50:15.135Z | Compiling num-complex v0.4.4 |
1132 | 2023-11-28T21:50:15.344Z | Compiling parse-display v0.8.2 |
1133 | 2023-11-28T21:50:15.348Z | Compiling libsqlite3-sys v0.26.0 |
1134 | 2023-11-28T21:50:15.641Z | Compiling memoffset v0.7.1 |
1135 | 2023-11-28T21:50:16.171Z | Compiling slog-dtrace v0.2.3 |
1136 | 2023-11-28T21:50:16.209Z | Compiling proc-macro-error v1.0.4 |
1137 | 2023-11-28T21:50:16.752Z | Compiling utf8parse v0.2.1 |
1138 | 2023-11-28T21:50:16.828Z | Compiling arc-swap v1.6.0 |
1139 | 2023-11-28T21:50:16.831Z | Compiling base64ct v1.6.0 |
1140 | 2023-11-28T21:50:17.574Z | Compiling slog-scope v4.4.0 |
1141 | 2023-11-28T21:50:18.005Z | Compiling password-hash v0.5.0 |
1142 | 2023-11-28T21:50:18.127Z | Compiling num v0.4.1 |
1143 | 2023-11-28T21:50:18.279Z | Compiling anstyle-parse v0.2.1 |
1144 | 2023-11-28T21:50:18.936Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1145 | 2023-11-28T21:50:19.283Z | Compiling blake2 v0.10.6 |
1146 | 2023-11-28T21:50:20.297Z | Compiling inout v0.1.3 |
1147 | 2023-11-28T21:50:20.383Z | Compiling anstyle v1.0.2 |
1148 | 2023-11-28T21:50:20.645Z | Compiling anstyle-query v1.0.0 |
1149 | 2023-11-28T21:50:20.793Z | Compiling radium v0.7.0 |
1150 | 2023-11-28T21:50:20.835Z | Compiling termcolor v1.2.0 |
1151 | 2023-11-28T21:50:21.327Z | Compiling static_assertions v1.1.0 |
1152 | 2023-11-28T21:50:21.455Z | Compiling colorchoice v1.0.0 |
1153 | 2023-11-28T21:50:21.554Z | Compiling cipher v0.4.4 |
1154 | 2023-11-28T21:50:21.704Z | Compiling anstream v0.5.0 |
1155 | 2023-11-28T21:50:22.274Z | Compiling argon2 v0.5.2 |
1156 | 2023-11-28T21:50:22.989Z | Compiling slog-stdlog v4.1.1 |
1157 | 2023-11-28T21:50:23.366Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1158 | 2023-11-28T21:50:24.182Z | Compiling serde_repr v0.1.16 |
1159 | 2023-11-28T21:50:24.420Z | Compiling hashlink v0.8.3 |
1160 | 2023-11-28T21:50:24.490Z | Compiling tap v1.0.1 |
1161 | 2023-11-28T21:50:24.752Z | Compiling fastrand v2.0.0 |
1162 | 2023-11-28T21:50:25.209Z | Compiling os_str_bytes v6.5.1 |
1163 | 2023-11-28T21:50:25.619Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1164 | 2023-11-28T21:50:25.868Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1165 | 2023-11-28T21:50:26.139Z | Compiling data-encoding v2.4.0 |
1166 | 2023-11-28T21:50:26.158Z | Compiling portable-atomic v1.4.3 |
1167 | 2023-11-28T21:50:26.191Z | Compiling fallible-streaming-iterator v0.1.9 |
1168 | 2023-11-28T21:50:26.391Z | Compiling clap_lex v0.5.1 |
1169 | 2023-11-28T21:50:26.590Z | Compiling rusqlite v0.29.0 |
1170 | 2023-11-28T21:50:26.930Z | Compiling clap_builder v4.4.0 |
1171 | 2023-11-28T21:50:27.683Z | Compiling clap_lex v0.2.4 |
1172 | 2023-11-28T21:50:27.753Z | Compiling tempfile v3.8.0 |
1173 | 2023-11-28T21:50:29.372Z | Compiling wyz v0.5.1 |
1174 | 2023-11-28T21:50:29.815Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1175 | 2023-11-28T21:50:30.165Z | Compiling slog-envlogger v2.2.0 |
1176 | 2023-11-28T21:50:30.825Z | Compiling clap_derive v3.2.25 |
1177 | 2023-11-28T21:50:31.023Z | Compiling nix v0.26.2 |
1178 | 2023-11-28T21:50:34.896Z | Compiling twox-hash v1.6.3 |
1179 | 2023-11-28T21:50:35.027Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1180 | 2023-11-28T21:50:35.686Z | Compiling is-terminal v0.4.9 |
1181 | 2023-11-28T21:50:35.856Z | Compiling num_enum_derive v0.7.0 |
1182 | 2023-11-28T21:50:36.655Z | Compiling clap_derive v4.4.0 |
1183 | 2023-11-28T21:50:36.908Z | Compiling universal-hash v0.5.1 |
1184 | 2023-11-28T21:50:37.245Z | Compiling funty v2.0.0 |
1185 | 2023-11-28T21:50:38.818Z | Compiling opaque-debug v0.3.0 |
1186 | 2023-11-28T21:50:38.946Z | Compiling textwrap v0.16.0 |
1187 | 2023-11-28T21:50:39.685Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1188 | 2023-11-28T21:50:40.246Z | Compiling clap v3.2.25 |
1189 | 2023-11-28T21:50:40.329Z | Compiling num_enum v0.7.0 |
1190 | 2023-11-28T21:50:40.570Z | Compiling bitvec v1.0.1 |
1191 | 2023-11-28T21:50:42.156Z | Compiling polyval v0.6.1 |
1192 | 2023-11-28T21:50:42.978Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1193 | 2023-11-28T21:50:43.479Z | Compiling colored v2.0.4 |
1194 | 2023-11-28T21:50:44.641Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1195 | 2023-11-28T21:50:44.979Z | Compiling clap v4.4.0 |
1196 | 2023-11-28T21:50:48.559Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1197 | 2023-11-28T21:50:49.451Z | Compiling ctr v0.9.2 |
1198 | 2023-11-28T21:50:49.701Z | Compiling aes v0.8.3 |
1199 | 2023-11-28T21:50:49.986Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1200 | 2023-11-28T21:50:52.650Z | Compiling console v0.15.7 |
1201 | 2023-11-28T21:50:54.084Z | Compiling bincode v1.3.3 |
1202 | 2023-11-28T21:50:55.928Z | Compiling async-recursion v0.3.2 |
1203 | 2023-11-28T21:50:57.686Z | Compiling aead v0.5.2 |
1204 | 2023-11-28T21:50:58.110Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1205 | 2023-11-28T21:50:58.165Z | Compiling either v1.9.0 |
1206 | 2023-11-28T21:50:58.547Z | Compiling erased-serde v0.3.30 |
1207 | 2023-11-28T21:50:58.652Z | Compiling zeroize v1.6.0 |
1208 | 2023-11-28T21:50:58.675Z | Compiling pretty-hex v0.2.1 |
1209 | 2023-11-28T21:50:59.015Z | Compiling humantime v2.1.0 |
1210 | 2023-11-28T21:50:59.086Z | Compiling number_prefix v0.4.0 |
1211 | 2023-11-28T21:50:59.414Z | Compiling indicatif v0.17.6 |
1212 | 2023-11-28T21:50:59.449Z | Compiling env_logger v0.9.3 |
1213 | 2023-11-28T21:51:00.533Z | Compiling aes-gcm-siv v0.11.1 |
1214 | 2023-11-28T21:51:00.957Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1215 | 2023-11-28T21:51:01.631Z | Compiling itertools v0.12.0 |
1216 | 2023-11-28T21:51:07.135Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1217 | 2023-11-28T21:51:07.779Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1218 | 2023-11-28T21:51:09.824Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1219 | 2023-11-28T21:51:12.822Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1220 | 2023-11-28T21:51:13.580Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1221 | 2023-11-28T21:51:14.115Z | Compiling toml v0.5.11 |
1222 | 2023-11-28T21:51:14.575Z | Compiling bitstruct_derive v0.1.0 |
1223 | 2023-11-28T21:51:16.838Z | Compiling async-recursion v1.0.5 |
1224 | 2023-11-28T21:51:18.312Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1225 | 2023-11-28T21:51:18.892Z | Compiling libloading v0.7.4 |
1226 | 2023-11-28T21:51:18.896Z | Compiling ascii v1.1.0 |
1227 | 2023-11-28T21:51:19.227Z | Compiling ringbuffer v0.15.0 |
1228 | 2023-11-28T21:51:19.957Z | Compiling matches v0.1.10 |
1229 | 2023-11-28T21:51:20.083Z | Compiling utf-8 v0.7.6 |
1230 | 2023-11-28T21:51:20.280Z | Compiling idna v0.2.3 |
1231 | 2023-11-28T21:51:20.695Z | Compiling tungstenite v0.20.1 |
1232 | 2023-11-28T21:51:22.442Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1233 | 2023-11-28T21:51:23.836Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1234 | 2023-11-28T21:51:26.279Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1235 | 2023-11-28T21:51:26.533Z | Compiling bitstruct v0.1.1 |
1236 | 2023-11-28T21:51:26.649Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1237 | 2023-11-28T21:51:27.634Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1238 | 2023-11-28T21:51:29.679Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1239 | 2023-11-28T21:51:31.411Z | Compiling serde_arrays v0.1.0 |
1240 | 2023-11-28T21:51:31.476Z | Compiling enum-as-inner v0.5.1 |
1241 | 2023-11-28T21:51:31.531Z | Compiling quick-error v1.2.3 |
1242 | 2023-11-28T21:51:31.626Z | Compiling linked-hash-map v0.5.6 |
1243 | 2023-11-28T21:51:31.724Z | Compiling resolv-conf v0.7.0 |
1244 | 2023-11-28T21:51:31.735Z | Compiling tokio-tungstenite v0.20.1 |
1245 | 2023-11-28T21:51:32.267Z | Compiling lru-cache v0.1.2 |
1246 | 2023-11-28T21:51:32.575Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1247 | 2023-11-28T21:51:32.647Z | Compiling const_format_proc_macros v0.2.31 |
1248 | 2023-11-28T21:51:33.227Z | Compiling trust-dns-proto v0.22.0 |
1249 | 2023-11-28T21:51:34.895Z | Compiling base64 v0.13.1 |
1250 | 2023-11-28T21:51:35.265Z | Compiling toml v0.7.8 |
1251 | 2023-11-28T21:51:36.121Z | Compiling const_format v0.2.31 |
1252 | 2023-11-28T21:51:36.320Z | Compiling ron v0.7.1 |
1253 | 2023-11-28T21:51:37.935Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1254 | 2023-11-28T21:51:44.495Z | Compiling trust-dns-resolver v0.22.0 |
1255 | 2023-11-28T21:51:45.945Z | Compiling bit_field v0.10.2 |
1256 | 2023-11-28T21:51:46.148Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1257 | 2023-11-28T21:52:05.436Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#745eac2d) |
1258 | 2023-11-28T21:52:14.194Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1259 | 2023-11-28T21:52:33.272Z | Compiling git2 v0.17.2 |
1260 | 2023-11-28T21:52:39.200Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1261 | 2023-11-28T21:52:41.008Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=945f040d259ca8013d3fb26f510453da7cd7b1a6#945f040d) |
1262 | 2023-11-28T21:52:53.009Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1263 | 2023-11-28T21:53:17.385Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1264 | 2023-11-28T21:53:18.374Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1265 | 2023-11-28T21:53:19.213Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1266 | 2023-11-28T21:54:43.191Z | Finished release [optimized] target(s) in 8m 14s |
1267 | 2023-11-28T21:54:43.250Z | |
1268 | 2023-11-28T21:54:43.250Z | real 8:14.386699310 |
1269 | 2023-11-28T21:54:43.250Z | user 56:06.289513574 |
1270 | 2023-11-28T21:54:43.253Z | sys 3:45.302579093 |
1271 | 2023-11-28T21:54:43.253Z | trap 2.305903765 |
1272 | 2023-11-28T21:54:43.253Z | tflt 1.110139069 |
1273 | 2023-11-28T21:54:43.256Z | dflt 3.045123178 |
1274 | 2023-11-28T21:54:43.256Z | kflt 0.000523515 |
1275 | 2023-11-28T21:54:43.256Z | lock 2:06:05.098808062 |
1276 | 2023-11-28T21:54:43.256Z | slp 2:29:19.972305690 |
1277 | 2023-11-28T21:54:43.256Z | lat 1:49.039707012 |
1278 | 2023-11-28T21:54:43.256Z | stop 43.398104447 |
1279 | 2023-11-28T21:54:43.256Z | + OUTDIR=/work/release |
1280 | 2023-11-28T21:54:43.256Z | + mkdir -p /work/release |
1281 | 2023-11-28T21:54:43.259Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1282 | 2023-11-28T21:54:43.285Z | + cp target/release/propolis-server /work/release/propolis-server |
1283 | 2023-11-28T21:54:43.361Z | process exited: duration 685863 ms, exit code 0 |
|
1284 | 2023-11-28T21:54:43.375Z | found 2 output files |
1285 | 2023-11-28T21:54:43.375Z | uploading: /work/release/propolis-cli (20801592 bytes) |
1286 | 2023-11-28T21:54:51.294Z | uploaded: /work/release/propolis-cli |
1287 | 2023-11-28T21:54:51.299Z | uploading: /work/release/propolis-server (55559160 bytes) |
1288 | 2023-11-28T21:55:07.562Z | uploaded: /work/release/propolis-server |