|
|
|
1 | 2024-04-08T14:05:36.550Z | job assigned to worker 01HTZ0DMDYGJK0MYPY1DDWADP3 (queued for 35 s) |
|
2 | 2024-04-08T14:05:36.922Z | starting task 0: "setup" |
3 | 2024-04-08T14:05:36.946Z | ++ uname -s |
4 | 2024-04-08T14:05:36.946Z | + kern=SunOS |
5 | 2024-04-08T14:05:36.946Z | + case "$kern" in |
6 | 2024-04-08T14:05:36.946Z | + groupadd -g 12345 build |
7 | 2024-04-08T14:05:36.946Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-04-08T14:05:38.951Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-04-08T14:05:38.996Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-04-08T14:05:39.020Z | + home_fs=zfs |
11 | 2024-04-08T14:05:39.020Z | + [[ zfs == autofs ]] |
12 | 2024-04-08T14:05:39.021Z | + mkdir -p /home/build |
13 | 2024-04-08T14:05:39.021Z | + chown build:build /home/build /work |
14 | 2024-04-08T14:05:41.005Z | + chmod 0700 /home/build /work |
15 | 2024-04-08T14:05:41.030Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-04-08T14:05:41.081Z | starting task 1: "rust-toolchain" |
17 | 2024-04-08T14:05:41.107Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-04-08T14:05:41.107Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-04-08T14:05:41.259Z | info: downloading installer |
20 | 2024-04-08T14:05:42.012Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-04-08T14:05:42.012Z | warning: /opt/ooce/bin |
22 | 2024-04-08T14:05:42.012Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-04-08T14:05:42.013Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-04-08T14:05:42.013Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-04-08T14:05:42.013Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-04-08T14:05:42.013Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-04-08T14:05:42.013Z | error: cannot install while Rust is installed |
28 | 2024-04-08T14:05:42.013Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-04-08T14:05:42.055Z | info: profile set to 'default' |
30 | 2024-04-08T14:05:42.055Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-04-08T14:05:42.079Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-04-08T14:05:42.146Z | info: latest update on 2024-03-28, rust version 1.77.1 (7cf61ebde 2024-03-27) |
33 | 2024-04-08T14:05:42.146Z | info: downloading component 'cargo' |
34 | 2024-04-08T14:05:42.277Z | info: downloading component 'clippy' |
35 | 2024-04-08T14:05:42.325Z | info: downloading component 'rust-docs' |
36 | 2024-04-08T14:05:42.549Z | info: downloading component 'rust-std' |
37 | 2024-04-08T14:05:42.903Z | info: downloading component 'rustc' |
38 | 2024-04-08T14:05:45.143Z | info: downloading component 'rustfmt' |
39 | 2024-04-08T14:05:45.266Z | info: installing component 'cargo' |
40 | 2024-04-08T14:05:46.306Z | info: installing component 'clippy' |
41 | 2024-04-08T14:05:46.724Z | info: installing component 'rust-docs' |
42 | 2024-04-08T14:05:49.106Z | info: installing component 'rust-std' |
43 | 2024-04-08T14:05:51.095Z | info: installing component 'rustc' |
44 | 2024-04-08T14:05:55.616Z | info: installing component 'rustfmt' |
45 | 2024-04-08T14:05:55.984Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-04-08T14:05:55.984Z | |
47 | 2024-04-08T14:05:56.094Z | stable-x86_64-unknown-illumos installed - rustc 1.77.1 (7cf61ebde 2024-03-27) |
48 | 2024-04-08T14:05:56.094Z | |
49 | 2024-04-08T14:05:56.118Z | |
50 | 2024-04-08T14:05:56.118Z | Rust is installed now. Great! |
51 | 2024-04-08T14:05:56.118Z | |
52 | 2024-04-08T14:05:56.118Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-04-08T14:05:56.118Z | environment variable. This has not been done automatically. |
54 | 2024-04-08T14:05:56.118Z | |
55 | 2024-04-08T14:05:56.118Z | To configure your current shell, you need to source |
56 | 2024-04-08T14:05:56.118Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-04-08T14:05:56.119Z | |
58 | 2024-04-08T14:05:56.119Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-04-08T14:05:56.119Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-04-08T14:05:56.119Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-04-08T14:05:56.170Z | + rustc --version |
62 | 2024-04-08T14:05:56.287Z | rustc 1.77.1 (7cf61ebde 2024-03-27) |
63 | 2024-04-08T14:05:56.311Z | process exited: duration 15213 ms, exit code 0 |
|
64 | 2024-04-08T14:05:56.359Z | starting task 2: "authentication" |
65 | 2024-04-08T14:05:56.418Z | process exited: duration 58 ms, exit code 0 |
|
66 | 2024-04-08T14:05:56.467Z | starting task 3: "clone repository" |
67 | 2024-04-08T14:05:56.491Z | + mkdir -p /work/oxidecomputer/propolis |
68 | 2024-04-08T14:05:56.491Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
69 | 2024-04-08T14:05:56.515Z | Cloning into '/work/oxidecomputer/propolis'... |
70 | 2024-04-08T14:05:58.127Z | + cd /work/oxidecomputer/propolis |
71 | 2024-04-08T14:05:58.127Z | + git fetch origin 10e973ec56656e2f68acbb1aa92d1b9ff3507d08 |
72 | 2024-04-08T14:05:58.719Z | From https://github.com/oxidecomputer/propolis |
73 | 2024-04-08T14:05:58.719Z | * branch 10e973ec56656e2f68acbb1aa92d1b9ff3507d08 -> FETCH_HEAD |
74 | 2024-04-08T14:05:58.743Z | + [[ -n '' ]] |
75 | 2024-04-08T14:05:58.743Z | + git reset --hard 10e973ec56656e2f68acbb1aa92d1b9ff3507d08 |
76 | 2024-04-08T14:05:58.767Z | HEAD is now at 10e973e Rework storage for Accessors |
77 | 2024-04-08T14:05:58.767Z | process exited: duration 2291 ms, exit code 0 |
|
78 | 2024-04-08T14:05:58.818Z | starting task 4: "build" |
79 | 2024-04-08T14:05:58.842Z | + cargo --version |
80 | 2024-04-08T14:05:58.913Z | cargo 1.77.1 (e52e36006 2024-03-26) |
81 | 2024-04-08T14:05:58.937Z | + rustc --version |
82 | 2024-04-08T14:05:59.009Z | rustc 1.77.1 (7cf61ebde 2024-03-27) |
83 | 2024-04-08T14:05:59.033Z | + banner check |
84 | 2024-04-08T14:05:59.033Z | |
85 | 2024-04-08T14:05:59.033Z | #### # # ###### #### # # |
86 | 2024-04-08T14:05:59.033Z | # # # # # # # # # |
87 | 2024-04-08T14:05:59.033Z | # ###### ##### # #### |
88 | 2024-04-08T14:05:59.033Z | # # # # # # # |
89 | 2024-04-08T14:05:59.033Z | # # # # # # # # # |
90 | 2024-04-08T14:05:59.033Z | #### # # ###### #### # # |
91 | 2024-04-08T14:05:59.033Z | |
92 | 2024-04-08T14:05:59.033Z | + ptime -m cargo check --features falcon |
93 | 2024-04-08T14:05:59.246Z | Updating crates.io index |
94 | 2024-04-08T14:05:59.312Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
95 | 2024-04-08T14:06:01.701Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
96 | 2024-04-08T14:06:03.051Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
97 | 2024-04-08T14:06:05.850Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
98 | 2024-04-08T14:06:13.313Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
99 | 2024-04-08T14:06:14.287Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-04-08T14:06:14.956Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-04-08T14:06:15.610Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-04-08T14:06:16.331Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-04-08T14:06:17.197Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-04-08T14:06:17.980Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
105 | 2024-04-08T14:06:18.637Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
106 | 2024-04-08T14:06:19.501Z | Updating git repository `https://github.com/oxidecomputer/p4` |
107 | 2024-04-08T14:06:20.584Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
108 | 2024-04-08T14:06:22.365Z | Updating git repository `https://github.com/oxidecomputer/typify` |
109 | 2024-04-08T14:06:24.657Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
110 | 2024-04-08T14:06:25.459Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
111 | 2024-04-08T14:06:26.109Z | Updating git repository `https://github.com/oxidecomputer/zone` |
112 | 2024-04-08T14:06:26.875Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
113 | 2024-04-08T14:06:28.661Z | Downloading crates ... |
114 | 2024-04-08T14:06:28.765Z | Downloaded atty v0.2.14 |
115 | 2024-04-08T14:06:29.370Z | Downloaded backoff v0.4.0 |
116 | 2024-04-08T14:06:29.370Z | Downloaded omicron-workspace-hack v0.1.0 |
117 | 2024-04-08T14:06:29.370Z | Downloaded openssl-macros v0.1.1 |
118 | 2024-04-08T14:06:29.370Z | Downloaded num_threads v0.1.6 |
119 | 2024-04-08T14:06:29.370Z | Downloaded colorchoice v1.0.0 |
120 | 2024-04-08T14:06:29.370Z | Downloaded number_prefix v0.4.0 |
121 | 2024-04-08T14:06:29.370Z | Downloaded once_cell v1.19.0 |
122 | 2024-04-08T14:06:29.370Z | Downloaded either v1.9.0 |
123 | 2024-04-08T14:06:29.370Z | Downloaded dyn-clone v1.0.13 |
124 | 2024-04-08T14:06:29.370Z | Downloaded openssl-probe v0.1.5 |
125 | 2024-04-08T14:06:29.371Z | Downloaded opaque-debug v0.3.0 |
126 | 2024-04-08T14:06:29.371Z | Downloaded foreign-types-shared v0.1.1 |
127 | 2024-04-08T14:06:29.371Z | Downloaded funty v2.0.0 |
128 | 2024-04-08T14:06:29.371Z | Downloaded foreign-types v0.3.2 |
129 | 2024-04-08T14:06:29.371Z | Downloaded futures-executor v0.3.30 |
130 | 2024-04-08T14:06:29.371Z | Downloaded match_cfg v0.1.0 |
131 | 2024-04-08T14:06:29.371Z | Downloaded tinyvec_macros v0.1.1 |
132 | 2024-04-08T14:06:29.371Z | Downloaded vergen v8.3.1 |
133 | 2024-04-08T14:06:29.371Z | Downloaded want v0.3.1 |
134 | 2024-04-08T14:06:29.371Z | Downloaded macaddr v1.0.1 |
135 | 2024-04-08T14:06:29.371Z | Downloaded usdt-attr-macro v0.3.5 |
136 | 2024-04-08T14:06:29.371Z | Downloaded tokio-native-tls v0.3.1 |
137 | 2024-04-08T14:06:29.371Z | Downloaded is_ci v1.1.1 |
138 | 2024-04-08T14:06:29.371Z | Downloaded instant v0.1.12 |
139 | 2024-04-08T14:06:29.371Z | Downloaded parking_lot_core v0.9.8 |
140 | 2024-04-08T14:06:29.371Z | Downloaded waitgroup v0.1.2 |
141 | 2024-04-08T14:06:29.371Z | Downloaded utf-8 v0.7.6 |
142 | 2024-04-08T14:06:29.371Z | Downloaded hubpack_derive v0.1.1 |
143 | 2024-04-08T14:06:29.371Z | Downloaded strum v0.26.1 |
144 | 2024-04-08T14:06:29.371Z | Downloaded tokio-io-timeout v1.2.0 |
145 | 2024-04-08T14:06:29.371Z | Downloaded is-terminal v0.4.9 |
146 | 2024-04-08T14:06:29.371Z | Downloaded ipnetwork v0.20.0 |
147 | 2024-04-08T14:06:29.372Z | Downloaded sha2 v0.10.7 |
148 | 2024-04-08T14:06:29.372Z | Downloaded num v0.4.1 |
149 | 2024-04-08T14:06:29.372Z | Downloaded structmeta-derive v0.3.0 |
150 | 2024-04-08T14:06:29.372Z | Downloaded slog-stdlog v4.1.1 |
151 | 2024-04-08T14:06:29.372Z | Downloaded num-integer v0.1.45 |
152 | 2024-04-08T14:06:29.372Z | Downloaded slog-json v2.6.1 |
153 | 2024-04-08T14:06:29.372Z | Downloaded time-core v0.1.1 |
154 | 2024-04-08T14:06:29.372Z | Downloaded getrandom v0.2.10 |
155 | 2024-04-08T14:06:29.372Z | Downloaded futures-io v0.3.30 |
156 | 2024-04-08T14:06:29.372Z | Downloaded thread_local v1.1.7 |
157 | 2024-04-08T14:06:29.372Z | Downloaded itoa v1.0.9 |
158 | 2024-04-08T14:06:29.372Z | Downloaded xattr v1.0.1 |
159 | 2024-04-08T14:06:29.372Z | Downloaded proc-macro-error-attr v1.0.4 |
160 | 2024-04-08T14:06:29.372Z | Downloaded synstructure v0.12.6 |
161 | 2024-04-08T14:06:29.372Z | Downloaded take_mut v0.2.2 |
162 | 2024-04-08T14:06:29.372Z | Downloaded hyper-timeout v0.4.1 |
163 | 2024-04-08T14:06:29.372Z | Downloaded spin v0.5.2 |
164 | 2024-04-08T14:06:29.372Z | Downloaded try-lock v0.2.4 |
165 | 2024-04-08T14:06:29.372Z | Downloaded tower-service v0.3.2 |
166 | 2024-04-08T14:06:29.372Z | Downloaded serde_spanned v0.6.5 |
167 | 2024-04-08T14:06:29.372Z | Downloaded termcolor v1.2.0 |
168 | 2024-04-08T14:06:29.372Z | Downloaded polyval v0.6.1 |
169 | 2024-04-08T14:06:29.372Z | Downloaded term v0.7.0 |
170 | 2024-04-08T14:06:29.372Z | Downloaded newtype_derive v0.1.6 |
171 | 2024-04-08T14:06:29.373Z | Downloaded strum_macros v0.26.1 |
172 | 2024-04-08T14:06:29.373Z | Downloaded iana-time-zone v0.1.57 |
173 | 2024-04-08T14:06:29.373Z | Downloaded tracing-attributes v0.1.26 |
174 | 2024-04-08T14:06:29.373Z | Downloaded zerocopy v0.6.6 |
175 | 2024-04-08T14:06:29.373Z | Downloaded untrusted v0.7.1 |
176 | 2024-04-08T14:06:29.373Z | Downloaded newtype-uuid v1.0.1 |
177 | 2024-04-08T14:06:29.373Z | Downloaded num-iter v0.1.43 |
178 | 2024-04-08T14:06:29.373Z | Downloaded num_cpus v1.16.0 |
179 | 2024-04-08T14:06:29.373Z | Downloaded generic-array v0.14.7 |
180 | 2024-04-08T14:06:29.373Z | Downloaded hostname v0.3.1 |
181 | 2024-04-08T14:06:29.373Z | Downloaded proc-macro-error v1.0.4 |
182 | 2024-04-08T14:06:29.373Z | Downloaded chrono v0.4.34 |
183 | 2024-04-08T14:06:29.373Z | Downloaded toml_datetime v0.6.5 |
184 | 2024-04-08T14:06:29.373Z | Downloaded unicode-ident v1.0.12 |
185 | 2024-04-08T14:06:29.373Z | Downloaded num-traits v0.2.16 |
186 | 2024-04-08T14:06:29.373Z | Downloaded tokio-tungstenite v0.20.1 |
187 | 2024-04-08T14:06:29.373Z | Downloaded jsonwebtoken v8.3.0 |
188 | 2024-04-08T14:06:29.373Z | Downloaded supports-color v2.1.0 |
189 | 2024-04-08T14:06:29.373Z | Downloaded ron v0.7.1 |
190 | 2024-04-08T14:06:29.373Z | Downloaded trust-dns-resolver v0.22.0 |
191 | 2024-04-08T14:06:29.373Z | Downloaded memoffset v0.9.0 |
192 | 2024-04-08T14:06:29.373Z | Downloaded kstat-rs v0.2.3 |
193 | 2024-04-08T14:06:29.373Z | Downloaded ryu v1.0.15 |
194 | 2024-04-08T14:06:29.373Z | Downloaded toml_edit v0.22.6 |
195 | 2024-04-08T14:06:29.374Z | Downloaded http v0.2.12 |
196 | 2024-04-08T14:06:29.374Z | Downloaded bstr v1.6.0 |
197 | 2024-04-08T14:06:29.374Z | Downloaded toml v0.8.10 |
198 | 2024-04-08T14:06:29.374Z | Downloaded memchr v2.6.4 |
199 | 2024-04-08T14:06:29.374Z | Downloaded nix v0.26.2 |
200 | 2024-04-08T14:06:29.374Z | Downloaded trust-dns-proto v0.22.0 |
201 | 2024-04-08T14:06:29.374Z | Downloaded http v1.0.0 |
202 | 2024-04-08T14:06:29.374Z | Downloaded zerocopy-derive v0.6.6 |
203 | 2024-04-08T14:06:29.374Z | Downloaded time v0.3.27 |
204 | 2024-04-08T14:06:29.374Z | Downloaded winnow v0.5.15 |
205 | 2024-04-08T14:06:29.374Z | Downloaded futures-util v0.3.30 |
206 | 2024-04-08T14:06:29.374Z | Downloaded winnow v0.6.2 |
207 | 2024-04-08T14:06:29.374Z | Downloaded rustls-webpki v0.102.1 |
208 | 2024-04-08T14:06:29.374Z | Downloaded syn v1.0.109 |
209 | 2024-04-08T14:06:29.374Z | Downloaded rustls v0.21.7 |
210 | 2024-04-08T14:06:29.374Z | Downloaded rustls v0.22.2 |
211 | 2024-04-08T14:06:29.374Z | Downloaded libz-sys v1.1.12 |
212 | 2024-04-08T14:06:29.400Z | Downloaded regex-automata v0.4.4 |
213 | 2024-04-08T14:06:29.400Z | Downloaded libc v0.2.153 |
214 | 2024-04-08T14:06:29.400Z | Downloaded libsqlite3-sys v0.28.0 |
215 | 2024-04-08T14:06:29.452Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
216 | 2024-04-08T14:06:29.700Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
217 | 2024-04-08T14:06:29.765Z | Downloaded rustix v0.38.26 |
218 | 2024-04-08T14:06:29.790Z | Downloaded regex-syntax v0.8.2 |
219 | 2024-04-08T14:06:29.815Z | Downloaded regress v0.9.0 |
220 | 2024-04-08T14:06:29.815Z | Downloaded openapiv3 v2.0.0 |
221 | 2024-04-08T14:06:29.839Z | Downloaded regex v1.10.3 |
222 | 2024-04-08T14:06:29.839Z | Downloaded webpki-roots v0.25.2 |
223 | 2024-04-08T14:06:29.864Z | Downloaded regress v0.8.0 |
224 | 2024-04-08T14:06:29.864Z | Downloaded openssl v0.10.60 |
225 | 2024-04-08T14:06:29.864Z | Downloaded rayon v1.10.0 |
226 | 2024-04-08T14:06:29.889Z | Downloaded serde_json v1.0.114 |
227 | 2024-04-08T14:06:29.889Z | Downloaded ring v0.17.7 |
228 | 2024-04-08T14:06:29.959Z | Downloaded ring v0.16.20 |
229 | 2024-04-08T14:06:30.049Z | Downloaded reqwest v0.11.24 |
230 | 2024-04-08T14:06:30.073Z | Downloaded petgraph v0.6.4 |
231 | 2024-04-08T14:06:30.098Z | Downloaded encoding_rs v0.8.33 |
232 | 2024-04-08T14:06:30.121Z | Downloaded rustls-webpki v0.101.4 |
233 | 2024-04-08T14:06:30.122Z | Downloaded rusqlite v0.31.0 |
234 | 2024-04-08T14:06:30.122Z | Downloaded portable-atomic v1.4.3 |
235 | 2024-04-08T14:06:30.145Z | Downloaded octocrab v0.25.1 |
236 | 2024-04-08T14:06:30.145Z | Downloaded tokio v1.36.0 |
237 | 2024-04-08T14:06:30.184Z | Downloaded serde_with v3.6.1 |
238 | 2024-04-08T14:06:30.208Z | Downloaded object v0.32.0 |
239 | 2024-04-08T14:06:30.208Z | Downloaded zerocopy-derive v0.2.0 |
240 | 2024-04-08T14:06:30.232Z | Downloaded idna v0.2.3 |
241 | 2024-04-08T14:06:30.232Z | Downloaded pest v2.7.6 |
242 | 2024-04-08T14:06:30.232Z | Downloaded syn v2.0.52 |
243 | 2024-04-08T14:06:30.256Z | Downloaded idna v0.4.0 |
244 | 2024-04-08T14:06:30.256Z | Downloaded nix v0.28.0 |
245 | 2024-04-08T14:06:30.280Z | Downloaded gimli v0.28.0 |
246 | 2024-04-08T14:06:30.280Z | Downloaded serde v1.0.197 |
247 | 2024-04-08T14:06:30.280Z | Downloaded rand v0.8.5 |
248 | 2024-04-08T14:06:30.280Z | Downloaded tower v0.4.13 |
249 | 2024-04-08T14:06:30.304Z | Downloaded miniz_oxide v0.7.1 |
250 | 2024-04-08T14:06:30.304Z | Downloaded unicode-normalization v0.1.22 |
251 | 2024-04-08T14:06:30.304Z | Downloaded tower-http v0.4.4 |
252 | 2024-04-08T14:06:30.304Z | Downloaded hashbrown v0.14.3 |
253 | 2024-04-08T14:06:30.328Z | Downloaded h2 v0.3.24 |
254 | 2024-04-08T14:06:30.329Z | Downloaded goblin v0.8.0 |
255 | 2024-04-08T14:06:30.329Z | Downloaded itertools v0.12.1 |
256 | 2024-04-08T14:06:30.353Z | Downloaded zerocopy v0.7.32 |
257 | 2024-04-08T14:06:30.353Z | Downloaded hyper v0.14.27 |
258 | 2024-04-08T14:06:30.376Z | Downloaded git2 v0.18.2 |
259 | 2024-04-08T14:06:30.376Z | Downloaded vcpkg v0.2.15 |
260 | 2024-04-08T14:06:30.413Z | Downloaded schemars v0.8.16 |
261 | 2024-04-08T14:06:30.436Z | Downloaded rayon-core v1.12.1 |
262 | 2024-04-08T14:06:30.436Z | Downloaded native-tls v0.2.11 |
263 | 2024-04-08T14:06:30.437Z | Downloaded mio v0.8.11 |
264 | 2024-04-08T14:06:30.460Z | Downloaded url v2.4.0 |
265 | 2024-04-08T14:06:30.460Z | Downloaded tempfile v3.8.0 |
266 | 2024-04-08T14:06:30.460Z | Downloaded hex v0.4.3 |
267 | 2024-04-08T14:06:30.461Z | Downloaded hashbrown v0.12.3 |
268 | 2024-04-08T14:06:30.461Z | Downloaded serde_derive v1.0.197 |
269 | 2024-04-08T14:06:30.461Z | Downloaded toml_edit v0.19.15 |
270 | 2024-04-08T14:06:30.485Z | Downloaded proc-macro2 v1.0.78 |
271 | 2024-04-08T14:06:30.485Z | Downloaded num_enum v0.5.11 |
272 | 2024-04-08T14:06:30.485Z | Downloaded untrusted v0.9.0 |
273 | 2024-04-08T14:06:30.485Z | Downloaded tungstenite v0.20.1 |
274 | 2024-04-08T14:06:30.485Z | Downloaded tracing v0.1.37 |
275 | 2024-04-08T14:06:30.509Z | Downloaded tokio-util v0.7.8 |
276 | 2024-04-08T14:06:30.509Z | Downloaded indexmap v2.2.5 |
277 | 2024-04-08T14:06:30.509Z | Downloaded hyper-rustls v0.24.1 |
278 | 2024-04-08T14:06:30.509Z | Downloaded sct v0.7.0 |
279 | 2024-04-08T14:06:30.509Z | Downloaded tokio-rustls v0.25.0 |
280 | 2024-04-08T14:06:30.509Z | Downloaded scroll v0.12.0 |
281 | 2024-04-08T14:06:30.509Z | Downloaded num-rational v0.4.1 |
282 | 2024-04-08T14:06:30.533Z | Downloaded heck v0.4.1 |
283 | 2024-04-08T14:06:30.533Z | Downloaded tracing-core v0.1.31 |
284 | 2024-04-08T14:06:30.533Z | Downloaded subtle v2.5.0 |
285 | 2024-04-08T14:06:30.533Z | Downloaded unsafe-libyaml v0.2.9 |
286 | 2024-04-08T14:06:30.533Z | Downloaded spin v0.9.8 |
287 | 2024-04-08T14:06:30.533Z | Downloaded ringbuffer v0.15.0 |
288 | 2024-04-08T14:06:30.533Z | Downloaded unicode-bidi v0.3.13 |
289 | 2024-04-08T14:06:30.533Z | Downloaded ucd-trie v0.1.6 |
290 | 2024-04-08T14:06:30.533Z | Downloaded multer v3.0.0 |
291 | 2024-04-08T14:06:30.533Z | Downloaded tar v0.4.40 |
292 | 2024-04-08T14:06:30.557Z | Downloaded serde_yaml v0.9.25 |
293 | 2024-04-08T14:06:30.557Z | Downloaded hyper-tls v0.5.0 |
294 | 2024-04-08T14:06:30.558Z | Downloaded futures-task v0.3.30 |
295 | 2024-04-08T14:06:30.558Z | Downloaded unicode-xid v0.2.4 |
296 | 2024-04-08T14:06:30.558Z | Downloaded steno v0.4.0 |
297 | 2024-04-08T14:06:30.558Z | Downloaded itertools v0.10.5 |
298 | 2024-04-08T14:06:30.558Z | Downloaded rustc-demangle v0.1.23 |
299 | 2024-04-08T14:06:30.558Z | Downloaded clap v3.2.25 |
300 | 2024-04-08T14:06:30.582Z | Downloaded pin-project-lite v0.2.13 |
301 | 2024-04-08T14:06:30.582Z | Downloaded rustc_version v0.1.7 |
302 | 2024-04-08T14:06:30.582Z | Downloaded memmap v0.7.0 |
303 | 2024-04-08T14:06:30.582Z | Downloaded mime v0.3.17 |
304 | 2024-04-08T14:06:30.582Z | Downloaded jobserver v0.1.26 |
305 | 2024-04-08T14:06:30.582Z | Downloaded futures-macro v0.3.30 |
306 | 2024-04-08T14:06:30.582Z | Downloaded semver v1.0.22 |
307 | 2024-04-08T14:06:30.606Z | Downloaded rustls-native-certs v0.6.3 |
308 | 2024-04-08T14:06:30.606Z | Downloaded hashlink v0.9.0 |
309 | 2024-04-08T14:06:30.606Z | Downloaded toml v0.7.8 |
310 | 2024-04-08T14:06:30.606Z | Downloaded toml v0.5.11 |
311 | 2024-04-08T14:06:30.606Z | Downloaded universal-hash v0.5.1 |
312 | 2024-04-08T14:06:30.606Z | Downloaded unicode-width v0.1.10 |
313 | 2024-04-08T14:06:30.606Z | Downloaded globset v0.4.13 |
314 | 2024-04-08T14:06:30.606Z | Downloaded indexmap v1.9.3 |
315 | 2024-04-08T14:06:30.606Z | Downloaded num-bigint v0.4.4 |
316 | 2024-04-08T14:06:30.607Z | Downloaded serde_derive_internals v0.26.0 |
317 | 2024-04-08T14:06:30.630Z | Downloaded rustls-pemfile v2.1.1 |
318 | 2024-04-08T14:06:30.631Z | Downloaded quote v1.0.35 |
319 | 2024-04-08T14:06:30.631Z | Downloaded pin-project-internal v1.1.3 |
320 | 2024-04-08T14:06:30.631Z | Downloaded strum_macros v0.25.3 |
321 | 2024-04-08T14:06:30.631Z | Downloaded scopeguard v1.2.0 |
322 | 2024-04-08T14:06:30.631Z | Downloaded http-body v0.4.5 |
323 | 2024-04-08T14:06:30.631Z | Downloaded typenum v1.16.0 |
324 | 2024-04-08T14:06:30.631Z | Downloaded serde_tokenstream v0.2.0 |
325 | 2024-04-08T14:06:30.631Z | Downloaded serde_repr v0.1.16 |
326 | 2024-04-08T14:06:30.631Z | Downloaded quick-error v1.2.3 |
327 | 2024-04-08T14:06:30.631Z | Downloaded tap v1.0.1 |
328 | 2024-04-08T14:06:30.631Z | Downloaded httparse v1.8.0 |
329 | 2024-04-08T14:06:30.658Z | Downloaded textwrap v0.16.0 |
330 | 2024-04-08T14:06:30.658Z | Downloaded serde_path_to_error v0.1.15 |
331 | 2024-04-08T14:06:30.658Z | Downloaded rustversion v1.0.14 |
332 | 2024-04-08T14:06:30.658Z | Downloaded resolv-conf v0.7.0 |
333 | 2024-04-08T14:06:30.658Z | Downloaded rand_chacha v0.3.1 |
334 | 2024-04-08T14:06:30.658Z | Downloaded num_enum v0.7.0 |
335 | 2024-04-08T14:06:30.658Z | Downloaded serde_arrays v0.1.0 |
336 | 2024-04-08T14:06:30.658Z | Downloaded ppv-lite86 v0.2.17 |
337 | 2024-04-08T14:06:30.658Z | Downloaded rustls-pemfile v1.0.4 |
338 | 2024-04-08T14:06:30.658Z | Downloaded tower-layer v0.3.2 |
339 | 2024-04-08T14:06:30.658Z | Downloaded thiserror-impl v1.0.57 |
340 | 2024-04-08T14:06:30.659Z | Downloaded ident_case v1.0.1 |
341 | 2024-04-08T14:06:30.659Z | Downloaded serde_with_macros v3.6.1 |
342 | 2024-04-08T14:06:30.683Z | Downloaded pin-project v1.1.3 |
343 | 2024-04-08T14:06:30.683Z | Downloaded pest_meta v2.7.6 |
344 | 2024-04-08T14:06:30.683Z | Downloaded libm v0.2.7 |
345 | 2024-04-08T14:06:30.683Z | Downloaded openssl-sys v0.9.96 |
346 | 2024-04-08T14:06:30.707Z | Downloaded hubpack v0.1.2 |
347 | 2024-04-08T14:06:30.707Z | Downloaded httpdate v1.0.3 |
348 | 2024-04-08T14:06:30.707Z | Downloaded http-range-header v0.3.1 |
349 | 2024-04-08T14:06:30.707Z | Downloaded wyz v0.5.1 |
350 | 2024-04-08T14:06:30.707Z | Downloaded sync_wrapper v0.1.2 |
351 | 2024-04-08T14:06:30.707Z | Downloaded futures-sink v0.3.30 |
352 | 2024-04-08T14:06:30.708Z | Downloaded rustc_version v0.4.0 |
353 | 2024-04-08T14:06:30.708Z | Downloaded twox-hash v1.6.3 |
354 | 2024-04-08T14:06:30.708Z | Downloaded schemars_derive v0.8.16 |
355 | 2024-04-08T14:06:30.708Z | Downloaded pin-utils v0.1.0 |
356 | 2024-04-08T14:06:30.708Z | Downloaded zerocopy v0.3.2 |
357 | 2024-04-08T14:06:30.708Z | Downloaded thread-id v4.2.0 |
358 | 2024-04-08T14:06:30.708Z | Downloaded secrecy v0.8.0 |
359 | 2024-04-08T14:06:30.708Z | Downloaded serde_urlencoded v0.7.1 |
360 | 2024-04-08T14:06:30.708Z | Downloaded serde_tokenstream v0.1.7 |
361 | 2024-04-08T14:06:30.708Z | Downloaded semver v0.1.20 |
362 | 2024-04-08T14:06:30.732Z | Downloaded rustls-pki-types v1.3.1 |
363 | 2024-04-08T14:06:30.732Z | Downloaded thiserror v1.0.57 |
364 | 2024-04-08T14:06:30.732Z | Downloaded slog v2.7.0 |
365 | 2024-04-08T14:06:30.732Z | Downloaded indicatif v0.17.6 |
366 | 2024-04-08T14:06:30.732Z | Downloaded rand_core v0.6.4 |
367 | 2024-04-08T14:06:30.733Z | Downloaded plain v0.2.3 |
368 | 2024-04-08T14:06:30.733Z | Downloaded zone_cfg_derive v0.2.0 |
369 | 2024-04-08T14:06:30.733Z | Downloaded proc-macro-crate v1.3.1 |
370 | 2024-04-08T14:06:30.733Z | Downloaded pkg-config v0.3.27 |
371 | 2024-04-08T14:06:30.733Z | Downloaded num-complex v0.4.4 |
372 | 2024-04-08T14:06:30.733Z | Downloaded slog-async v2.8.0 |
373 | 2024-04-08T14:06:30.733Z | Downloaded slab v0.4.9 |
374 | 2024-04-08T14:06:30.733Z | Downloaded tinyvec v1.6.0 |
375 | 2024-04-08T14:06:30.757Z | Downloaded slog-envlogger v2.2.0 |
376 | 2024-04-08T14:06:30.757Z | Downloaded signal-hook-registry v1.4.1 |
377 | 2024-04-08T14:06:30.757Z | Downloaded pretty-hex v0.2.1 |
378 | 2024-04-08T14:06:30.757Z | Downloaded structmeta v0.3.0 |
379 | 2024-04-08T14:06:30.757Z | Downloaded strsim v0.10.0 |
380 | 2024-04-08T14:06:30.757Z | Downloaded slog-scope v4.4.0 |
381 | 2024-04-08T14:06:30.757Z | Downloaded slog-dtrace v0.3.0 |
382 | 2024-04-08T14:06:30.757Z | Downloaded slog-bunyan v2.5.0 |
383 | 2024-04-08T14:06:30.757Z | Downloaded simple_asn1 v0.6.2 |
384 | 2024-04-08T14:06:30.757Z | Downloaded sha256 v1.4.0 |
385 | 2024-04-08T14:06:30.757Z | Downloaded sha1 v0.10.6 |
386 | 2024-04-08T14:06:30.757Z | Downloaded snafu v0.7.5 |
387 | 2024-04-08T14:06:30.757Z | Downloaded lazy_static v1.4.0 |
388 | 2024-04-08T14:06:30.758Z | Downloaded humantime v2.1.0 |
389 | 2024-04-08T14:06:30.782Z | Downloaded glob v0.3.1 |
390 | 2024-04-08T14:06:30.782Z | Downloaded getopts v0.2.21 |
391 | 2024-04-08T14:06:30.782Z | Downloaded static_assertions v1.1.0 |
392 | 2024-04-08T14:06:30.782Z | Downloaded ipnet v2.8.0 |
393 | 2024-04-08T14:06:30.782Z | Downloaded utf8parse v0.2.1 |
394 | 2024-04-08T14:06:30.782Z | Downloaded tokio-rustls v0.24.1 |
395 | 2024-04-08T14:06:30.782Z | Downloaded zone v0.2.0 |
396 | 2024-04-08T14:06:30.782Z | Downloaded radium v0.7.0 |
397 | 2024-04-08T14:06:30.782Z | Downloaded parking_lot v0.12.1 |
398 | 2024-04-08T14:06:30.782Z | Downloaded inout v0.1.3 |
399 | 2024-04-08T14:06:30.783Z | Downloaded socket2 v0.5.5 |
400 | 2024-04-08T14:06:30.783Z | Downloaded socket2 v0.4.9 |
401 | 2024-04-08T14:06:30.783Z | Downloaded smallvec v1.11.0 |
402 | 2024-04-08T14:06:30.783Z | Downloaded log v0.4.21 |
403 | 2024-04-08T14:06:30.783Z | Downloaded pest_derive v2.7.6 |
404 | 2024-04-08T14:06:30.807Z | Downloaded password-hash v0.5.0 |
405 | 2024-04-08T14:06:30.807Z | Downloaded usdt-macro v0.3.5 |
406 | 2024-04-08T14:06:30.807Z | Downloaded usdt-impl v0.5.0 |
407 | 2024-04-08T14:06:30.807Z | Downloaded usdt v0.3.5 |
408 | 2024-04-08T14:06:30.807Z | Downloaded scroll_derive v0.12.0 |
409 | 2024-04-08T14:06:30.807Z | Downloaded usdt-impl v0.3.5 |
410 | 2024-04-08T14:06:30.807Z | Downloaded usdt v0.5.0 |
411 | 2024-04-08T14:06:30.807Z | Downloaded tokio-macros v2.2.0 |
412 | 2024-04-08T14:06:30.807Z | Downloaded time-macros v0.2.13 |
413 | 2024-04-08T14:06:30.807Z | Downloaded pretty-hex v0.4.1 |
414 | 2024-04-08T14:06:30.807Z | Downloaded snafu-derive v0.7.5 |
415 | 2024-04-08T14:06:30.807Z | Downloaded percent-encoding v2.3.1 |
416 | 2024-04-08T14:06:30.808Z | Downloaded owo-colors v4.0.0 |
417 | 2024-04-08T14:06:30.808Z | Downloaded usdt-macro v0.5.0 |
418 | 2024-04-08T14:06:30.808Z | Downloaded usdt-attr-macro v0.5.0 |
419 | 2024-04-08T14:06:30.808Z | Downloaded lock_api v0.4.10 |
420 | 2024-04-08T14:06:30.808Z | Downloaded futures v0.3.30 |
421 | 2024-04-08T14:06:30.832Z | Downloaded slog-term v2.9.1 |
422 | 2024-04-08T14:06:30.832Z | Downloaded linked-hash-map v0.5.6 |
423 | 2024-04-08T14:06:30.832Z | Downloaded libloading v0.7.4 |
424 | 2024-04-08T14:06:30.832Z | Downloaded futures-core v0.3.30 |
425 | 2024-04-08T14:06:30.832Z | Downloaded const_format v0.2.31 |
426 | 2024-04-08T14:06:30.832Z | Downloaded lru-cache v0.1.2 |
427 | 2024-04-08T14:06:30.832Z | Downloaded foreign-types-macros v0.2.3 |
428 | 2024-04-08T14:06:30.832Z | Downloaded foreign-types v0.5.0 |
429 | 2024-04-08T14:06:30.832Z | Downloaded filetime v0.2.22 |
430 | 2024-04-08T14:06:30.832Z | Downloaded uuid v1.7.0 |
431 | 2024-04-08T14:06:30.832Z | Downloaded pest_generator v2.7.6 |
432 | 2024-04-08T14:06:30.832Z | Downloaded curl v0.4.44 |
433 | 2024-04-08T14:06:30.857Z | Downloaded matches v0.1.10 |
434 | 2024-04-08T14:06:30.857Z | Downloaded foreign-types-shared v0.3.1 |
435 | 2024-04-08T14:06:30.857Z | Downloaded zeroize v1.6.0 |
436 | 2024-04-08T14:06:30.857Z | Downloaded os_str_bytes v6.5.1 |
437 | 2024-04-08T14:06:30.857Z | Downloaded darling_core v0.20.3 |
438 | 2024-04-08T14:06:30.857Z | Downloaded crossbeam-channel v0.5.8 |
439 | 2024-04-08T14:06:30.857Z | Downloaded futures-channel v0.3.30 |
440 | 2024-04-08T14:06:30.857Z | Downloaded form_urlencoded v1.2.1 |
441 | 2024-04-08T14:06:30.857Z | Downloaded zerocopy-derive v0.7.32 |
442 | 2024-04-08T14:06:30.882Z | Downloaded version_check v0.9.4 |
443 | 2024-04-08T14:06:30.882Z | Downloaded parse-display-derive v0.9.0 |
444 | 2024-04-08T14:06:30.882Z | Downloaded paste v1.0.14 |
445 | 2024-04-08T14:06:30.882Z | Downloaded parse-display v0.9.0 |
446 | 2024-04-08T14:06:30.882Z | Downloaded fixedbitset v0.4.2 |
447 | 2024-04-08T14:06:30.882Z | Downloaded pem v1.1.1 |
448 | 2024-04-08T14:06:30.882Z | Downloaded crossbeam-epoch v0.9.15 |
449 | 2024-04-08T14:06:30.882Z | Downloaded fnv v1.0.7 |
450 | 2024-04-08T14:06:30.882Z | Downloaded erased-serde v0.3.30 |
451 | 2024-04-08T14:06:30.882Z | Downloaded clap_derive v4.4.0 |
452 | 2024-04-08T14:06:30.882Z | Downloaded bytes v1.5.0 |
453 | 2024-04-08T14:06:30.882Z | Downloaded fastrand v2.0.0 |
454 | 2024-04-08T14:06:30.882Z | Downloaded fallible-streaming-iterator v0.1.9 |
455 | 2024-04-08T14:06:30.906Z | Downloaded fallible-iterator v0.3.0 |
456 | 2024-04-08T14:06:30.906Z | Downloaded escargot v0.5.8 |
457 | 2024-04-08T14:06:30.907Z | Downloaded errno v0.3.8 |
458 | 2024-04-08T14:06:30.907Z | Downloaded env_logger v0.9.3 |
459 | 2024-04-08T14:06:30.907Z | Downloaded dof v0.1.5 |
460 | 2024-04-08T14:06:30.907Z | Downloaded dirs-sys-next v0.1.2 |
461 | 2024-04-08T14:06:30.907Z | Downloaded dirs-next v2.0.0 |
462 | 2024-04-08T14:06:30.907Z | Downloaded digest v0.10.7 |
463 | 2024-04-08T14:06:30.907Z | Downloaded ctrlc v3.4.0 |
464 | 2024-04-08T14:06:30.907Z | Downloaded ctr v0.9.2 |
465 | 2024-04-08T14:06:30.907Z | Downloaded crossbeam-utils v0.8.16 |
466 | 2024-04-08T14:06:30.907Z | Downloaded cpufeatures v0.2.12 |
467 | 2024-04-08T14:06:30.907Z | Downloaded const_format_proc_macros v0.2.31 |
468 | 2024-04-08T14:06:30.907Z | Downloaded clap_derive v3.2.25 |
469 | 2024-04-08T14:06:30.931Z | Downloaded cfg-if v1.0.0 |
470 | 2024-04-08T14:06:30.932Z | Downloaded cargo-platform v0.1.6 |
471 | 2024-04-08T14:06:30.932Z | Downloaded block-buffer v0.10.4 |
472 | 2024-04-08T14:06:30.932Z | Downloaded bitflags v1.3.2 |
473 | 2024-04-08T14:06:30.932Z | Downloaded dtrace-parser v0.1.14 |
474 | 2024-04-08T14:06:30.932Z | Downloaded dof v0.3.0 |
475 | 2024-04-08T14:06:30.932Z | Downloaded doc-comment v0.3.3 |
476 | 2024-04-08T14:06:30.932Z | Downloaded darling_macro v0.20.3 |
477 | 2024-04-08T14:06:30.932Z | Downloaded crucible-workspace-hack v0.1.0 |
478 | 2024-04-08T14:06:30.932Z | Downloaded clap_lex v0.2.4 |
479 | 2024-04-08T14:06:30.932Z | Downloaded num_enum_derive v0.7.0 |
480 | 2024-04-08T14:06:30.932Z | Downloaded fatfs v0.3.6 |
481 | 2024-04-08T14:06:30.932Z | Downloaded equivalent v1.0.1 |
482 | 2024-04-08T14:06:30.932Z | Downloaded deranged v0.3.8 |
483 | 2024-04-08T14:06:30.932Z | Downloaded debug-ignore v1.0.5 |
484 | 2024-04-08T14:06:30.932Z | Downloaded data-encoding v2.4.0 |
485 | 2024-04-08T14:06:30.932Z | Downloaded cstr-argument v0.1.2 |
486 | 2024-04-08T14:06:30.932Z | Downloaded crypto-common v0.1.6 |
487 | 2024-04-08T14:06:30.932Z | Downloaded crossbeam-deque v0.8.3 |
488 | 2024-04-08T14:06:30.957Z | Downloaded console v0.15.7 |
489 | 2024-04-08T14:06:30.957Z | Downloaded colored v2.0.4 |
490 | 2024-04-08T14:06:30.957Z | Downloaded clap_builder v4.4.0 |
491 | 2024-04-08T14:06:30.957Z | Downloaded cargo_metadata v0.18.1 |
492 | 2024-04-08T14:06:30.957Z | Downloaded base64 v0.21.7 |
493 | 2024-04-08T14:06:30.957Z | Downloaded num_enum_derive v0.5.11 |
494 | 2024-04-08T14:06:30.957Z | Downloaded enum-as-inner v0.5.1 |
495 | 2024-04-08T14:06:30.957Z | Downloaded dtrace-parser v0.2.0 |
496 | 2024-04-08T14:06:30.957Z | Downloaded darling v0.20.3 |
497 | 2024-04-08T14:06:30.981Z | Downloaded clap_lex v0.5.1 |
498 | 2024-04-08T14:06:30.981Z | Downloaded cipher v0.4.4 |
499 | 2024-04-08T14:06:30.981Z | Downloaded camino v1.1.6 |
500 | 2024-04-08T14:06:30.982Z | Downloaded blake2 v0.10.6 |
501 | 2024-04-08T14:06:30.982Z | Downloaded bitflags v2.4.0 |
502 | 2024-04-08T14:06:30.982Z | Downloaded cfg_aliases v0.1.1 |
503 | 2024-04-08T14:06:30.982Z | Downloaded cc v1.0.83 |
504 | 2024-04-08T14:06:30.982Z | Downloaded byteorder v1.4.3 |
505 | 2024-04-08T14:06:30.982Z | Downloaded bitstruct v0.1.1 |
506 | 2024-04-08T14:06:30.982Z | Downloaded base64 v0.13.1 |
507 | 2024-04-08T14:06:30.982Z | Downloaded clap v4.4.0 |
508 | 2024-04-08T14:06:31.006Z | Downloaded bitvec v1.0.1 |
509 | 2024-04-08T14:06:31.030Z | Downloaded bitstruct_derive v0.1.0 |
510 | 2024-04-08T14:06:31.030Z | Downloaded bit_field v0.10.2 |
511 | 2024-04-08T14:06:31.030Z | Downloaded bincode v1.3.3 |
512 | 2024-04-08T14:06:31.030Z | Downloaded base64ct v1.6.0 |
513 | 2024-04-08T14:06:31.030Z | Downloaded base64 v0.22.0 |
514 | 2024-04-08T14:06:31.030Z | Downloaded backtrace v0.3.69 |
515 | 2024-04-08T14:06:31.030Z | Downloaded arc-swap v1.6.0 |
516 | 2024-04-08T14:06:31.030Z | Downloaded aho-corasick v1.0.4 |
517 | 2024-04-08T14:06:31.055Z | Downloaded aes v0.8.3 |
518 | 2024-04-08T14:06:31.055Z | Downloaded autocfg v1.1.0 |
519 | 2024-04-08T14:06:31.055Z | Downloaded atomic-waker v1.1.1 |
520 | 2024-04-08T14:06:31.055Z | Downloaded async-trait v0.1.79 |
521 | 2024-04-08T14:06:31.055Z | Downloaded async-stream v0.3.5 |
522 | 2024-04-08T14:06:31.055Z | Downloaded async-recursion v1.1.0 |
523 | 2024-04-08T14:06:31.055Z | Downloaded async-recursion v0.3.2 |
524 | 2024-04-08T14:06:31.055Z | Downloaded ascii v1.1.0 |
525 | 2024-04-08T14:06:31.055Z | Downloaded argon2 v0.5.3 |
526 | 2024-04-08T14:06:31.080Z | Downloaded anyhow v1.0.75 |
527 | 2024-04-08T14:06:31.080Z | Downloaded anstyle-query v1.0.0 |
528 | 2024-04-08T14:06:31.080Z | Downloaded anstyle-parse v0.2.1 |
529 | 2024-04-08T14:06:31.080Z | Downloaded anstyle v1.0.2 |
530 | 2024-04-08T14:06:31.080Z | Downloaded allocator-api2 v0.2.16 |
531 | 2024-04-08T14:06:31.080Z | Downloaded ahash v0.8.10 |
532 | 2024-04-08T14:06:31.080Z | Downloaded aes-gcm-siv v0.11.1 |
533 | 2024-04-08T14:06:31.080Z | Downloaded aead v0.5.2 |
534 | 2024-04-08T14:06:31.080Z | Downloaded addr2line v0.21.0 |
535 | 2024-04-08T14:06:31.080Z | Downloaded async-stream-impl v0.3.5 |
536 | 2024-04-08T14:06:31.080Z | Downloaded anstream v0.5.0 |
537 | 2024-04-08T14:06:31.080Z | Downloaded adler v1.0.2 |
538 | 2024-04-08T14:06:31.288Z | Compiling proc-macro2 v1.0.78 |
539 | 2024-04-08T14:06:31.289Z | Compiling unicode-ident v1.0.12 |
540 | 2024-04-08T14:06:31.289Z | Compiling libc v0.2.153 |
541 | 2024-04-08T14:06:31.313Z | Compiling version_check v0.9.4 |
542 | 2024-04-08T14:06:31.313Z | Checking cfg-if v1.0.0 |
543 | 2024-04-08T14:06:31.313Z | Compiling serde v1.0.197 |
544 | 2024-04-08T14:06:31.313Z | Compiling autocfg v1.1.0 |
545 | 2024-04-08T14:06:31.313Z | Compiling syn v1.0.109 |
546 | 2024-04-08T14:06:31.514Z | Compiling thiserror v1.0.57 |
547 | 2024-04-08T14:06:31.955Z | Compiling ahash v0.8.10 |
548 | 2024-04-08T14:06:32.002Z | Checking once_cell v1.19.0 |
549 | 2024-04-08T14:06:32.090Z | Checking itoa v1.0.9 |
550 | 2024-04-08T14:06:32.182Z | Compiling serde_json v1.0.114 |
551 | 2024-04-08T14:06:32.256Z | Checking memchr v2.6.4 |
552 | 2024-04-08T14:06:32.355Z | Checking byteorder v1.4.3 |
553 | 2024-04-08T14:06:32.509Z | Checking log v0.4.21 |
554 | 2024-04-08T14:06:32.673Z | Checking pin-project-lite v0.2.13 |
555 | 2024-04-08T14:06:32.737Z | Compiling quote v1.0.35 |
556 | 2024-04-08T14:06:32.761Z | Compiling jobserver v0.1.26 |
557 | 2024-04-08T14:06:32.785Z | Checking scopeguard v1.2.0 |
558 | 2024-04-08T14:06:32.886Z | Checking ryu v1.0.15 |
559 | 2024-04-08T14:06:32.915Z | Compiling lock_api v0.4.10 |
560 | 2024-04-08T14:06:32.965Z | Checking smallvec v1.11.0 |
561 | 2024-04-08T14:06:32.989Z | Compiling cc v1.0.83 |
562 | 2024-04-08T14:06:33.101Z | Compiling syn v2.0.52 |
563 | 2024-04-08T14:06:33.467Z | Checking getrandom v0.2.10 |
564 | 2024-04-08T14:06:33.570Z | Compiling pkg-config v0.3.27 |
565 | 2024-04-08T14:06:33.646Z | Compiling parking_lot_core v0.9.8 |
566 | 2024-04-08T14:06:33.768Z | Compiling heck v0.4.1 |
567 | 2024-04-08T14:06:34.204Z | Checking allocator-api2 v0.2.16 |
568 | 2024-04-08T14:06:34.259Z | Compiling vcpkg v0.2.15 |
569 | 2024-04-08T14:06:34.352Z | Compiling libm v0.2.7 |
570 | 2024-04-08T14:06:34.432Z | Checking parking_lot v0.12.1 |
571 | 2024-04-08T14:06:34.548Z | Checking mio v0.8.11 |
572 | 2024-04-08T14:06:34.731Z | Checking signal-hook-registry v1.4.1 |
573 | 2024-04-08T14:06:34.759Z | Checking num_cpus v1.16.0 |
574 | 2024-04-08T14:06:34.798Z | Checking socket2 v0.5.5 |
575 | 2024-04-08T14:06:34.889Z | Compiling num-traits v0.2.16 |
576 | 2024-04-08T14:06:35.384Z | Checking futures-core v0.3.30 |
577 | 2024-04-08T14:06:35.564Z | Checking bitflags v2.4.0 |
578 | 2024-04-08T14:06:35.664Z | Checking rand_core v0.6.4 |
579 | 2024-04-08T14:06:35.718Z | Compiling slab v0.4.9 |
580 | 2024-04-08T14:06:35.742Z | Checking equivalent v1.0.1 |
581 | 2024-04-08T14:06:35.815Z | Checking futures-sink v0.3.30 |
582 | 2024-04-08T14:06:35.847Z | Compiling typenum v1.16.0 |
583 | 2024-04-08T14:06:35.917Z | Checking pin-utils v0.1.0 |
584 | 2024-04-08T14:06:35.941Z | Checking futures-task v0.3.30 |
585 | 2024-04-08T14:06:35.977Z | Checking futures-channel v0.3.30 |
586 | 2024-04-08T14:06:36.001Z | Checking futures-io v0.3.30 |
587 | 2024-04-08T14:06:36.138Z | Compiling generic-array v0.14.7 |
588 | 2024-04-08T14:06:36.168Z | Checking fnv v1.0.7 |
589 | 2024-04-08T14:06:36.303Z | Checking tracing-core v0.1.31 |
590 | 2024-04-08T14:06:36.390Z | Checking iana-time-zone v0.1.57 |
591 | 2024-04-08T14:06:36.437Z | Compiling ucd-trie v0.1.6 |
592 | 2024-04-08T14:06:36.528Z | Compiling slog v2.7.0 |
593 | 2024-04-08T14:06:36.862Z | Compiling time-core v0.1.1 |
594 | 2024-04-08T14:06:36.886Z | Compiling httparse v1.8.0 |
595 | 2024-04-08T14:06:36.997Z | Compiling schemars v0.8.16 |
596 | 2024-04-08T14:06:37.021Z | Checking subtle v2.5.0 |
597 | 2024-04-08T14:06:37.267Z | Compiling openssl-sys v0.9.96 |
598 | 2024-04-08T14:06:37.341Z | Compiling ring v0.16.20 |
599 | 2024-04-08T14:06:37.423Z | Checking dyn-clone v1.0.13 |
600 | 2024-04-08T14:06:37.537Z | Checking socket2 v0.4.9 |
601 | 2024-04-08T14:06:37.583Z | Compiling rustix v0.38.26 |
602 | 2024-04-08T14:06:37.790Z | Checking percent-encoding v2.3.1 |
603 | 2024-04-08T14:06:37.901Z | Checking errno v0.3.8 |
604 | 2024-04-08T14:06:37.974Z | Checking form_urlencoded v1.2.1 |
605 | 2024-04-08T14:06:38.054Z | Checking aho-corasick v1.0.4 |
606 | 2024-04-08T14:06:38.193Z | Checking untrusted v0.7.1 |
607 | 2024-04-08T14:06:38.242Z | Checking spin v0.5.2 |
608 | 2024-04-08T14:06:38.336Z | Checking tinyvec_macros v0.1.1 |
609 | 2024-04-08T14:06:38.360Z | Checking tower-service v0.3.2 |
610 | 2024-04-08T14:06:38.442Z | Checking regex-syntax v0.8.2 |
611 | 2024-04-08T14:06:38.467Z | Checking tinyvec v1.6.0 |
612 | 2024-04-08T14:06:38.721Z | Compiling serde_derive_internals v0.26.0 |
613 | 2024-04-08T14:06:38.774Z | Checking crypto-common v0.1.6 |
614 | 2024-04-08T14:06:39.326Z | Compiling crossbeam-utils v0.8.16 |
615 | 2024-04-08T14:06:39.474Z | Checking try-lock v0.2.4 |
616 | 2024-04-08T14:06:39.588Z | Compiling rustversion v1.0.14 |
617 | 2024-04-08T14:06:39.727Z | Checking base64 v0.21.7 |
618 | 2024-04-08T14:06:40.129Z | Checking want v0.3.1 |
619 | 2024-04-08T14:06:40.153Z | Checking unicode-normalization v0.1.22 |
620 | 2024-04-08T14:06:40.276Z | Compiling time-macros v0.2.13 |
621 | 2024-04-08T14:06:40.781Z | Checking regex-automata v0.4.4 |
622 | 2024-04-08T14:06:40.827Z | Checking cpufeatures v0.2.12 |
623 | 2024-04-08T14:06:40.862Z | Checking num_threads v0.1.6 |
624 | 2024-04-08T14:06:40.910Z | Checking httpdate v1.0.3 |
625 | 2024-04-08T14:06:41.100Z | Checking deranged v0.3.8 |
626 | 2024-04-08T14:06:41.125Z | Checking unicode-bidi v0.3.13 |
627 | 2024-04-08T14:06:42.097Z | Checking is-terminal v0.4.9 |
628 | 2024-04-08T14:06:42.592Z | Checking time v0.3.27 |
629 | 2024-04-08T14:06:42.813Z | Checking block-buffer v0.10.4 |
630 | 2024-04-08T14:06:42.973Z | Checking openssl-probe v0.1.5 |
631 | 2024-04-08T14:06:43.052Z | Compiling serde_derive v1.0.197 |
632 | 2024-04-08T14:06:43.124Z | Compiling zerocopy-derive v0.7.32 |
633 | 2024-04-08T14:06:43.210Z | Compiling thiserror-impl v1.0.57 |
634 | 2024-04-08T14:06:43.347Z | Compiling tokio-macros v2.2.0 |
635 | 2024-04-08T14:06:43.371Z | Compiling futures-macro v0.3.30 |
636 | 2024-04-08T14:06:43.513Z | Compiling schemars_derive v0.8.16 |
637 | 2024-04-08T14:06:44.538Z | Compiling tracing-attributes v0.1.26 |
638 | 2024-04-08T14:06:44.623Z | Checking regex v1.10.3 |
639 | 2024-04-08T14:06:44.789Z | Compiling zerocopy v0.7.32 |
640 | 2024-04-08T14:06:45.125Z | Checking futures-util v0.3.30 |
641 | 2024-04-08T14:06:45.672Z | Compiling pest v2.7.6 |
642 | 2024-04-08T14:06:45.925Z | Compiling async-trait v0.1.79 |
643 | 2024-04-08T14:06:46.356Z | Compiling rustls v0.21.7 |
644 | 2024-04-08T14:06:46.384Z | Checking hashbrown v0.14.3 |
645 | 2024-04-08T14:06:46.630Z | Compiling anyhow v1.0.75 |
646 | 2024-04-08T14:06:47.197Z | Checking tracing v0.1.37 |
647 | 2024-04-08T14:06:47.304Z | Checking digest v0.10.7 |
648 | 2024-04-08T14:06:47.473Z | Compiling pest_meta v2.7.6 |
649 | 2024-04-08T14:06:47.550Z | Checking idna v0.4.0 |
650 | 2024-04-08T14:06:47.594Z | Checking sct v0.7.0 |
651 | 2024-04-08T14:06:47.754Z | Checking rustls-webpki v0.101.4 |
652 | 2024-04-08T14:06:48.399Z | Compiling thread-id v4.2.0 |
653 | 2024-04-08T14:06:48.495Z | Compiling pest_generator v2.7.6 |
654 | 2024-04-08T14:06:48.770Z | Checking ppv-lite86 v0.2.17 |
655 | 2024-04-08T14:06:49.459Z | Checking rand_chacha v0.3.1 |
656 | 2024-04-08T14:06:49.761Z | Compiling chrono v0.4.34 |
657 | 2024-04-08T14:06:50.638Z | Compiling pest_derive v2.7.6 |
658 | 2024-04-08T14:06:51.396Z | Checking rustls-pemfile v1.0.4 |
659 | 2024-04-08T14:06:51.584Z | Compiling uuid v1.7.0 |
660 | 2024-04-08T14:06:52.080Z | Checking rand v0.8.5 |
661 | 2024-04-08T14:06:52.104Z | Compiling regress v0.9.0 |
662 | 2024-04-08T14:06:52.148Z | Checking dirs-sys-next v0.1.2 |
663 | 2024-04-08T14:06:52.172Z | Compiling camino v1.1.6 |
664 | 2024-04-08T14:06:52.318Z | Checking foreign-types-shared v0.1.1 |
665 | 2024-04-08T14:06:52.412Z | Compiling semver v1.0.22 |
666 | 2024-04-08T14:06:52.437Z | Compiling openssl v0.10.60 |
667 | 2024-04-08T14:06:52.584Z | Checking bytes v1.5.0 |
668 | 2024-04-08T14:06:52.844Z | Checking indexmap v2.2.5 |
669 | 2024-04-08T14:06:53.304Z | Checking tokio v1.36.0 |
670 | 2024-04-08T14:06:53.404Z | Checking http v0.2.12 |
671 | 2024-04-08T14:06:53.918Z | Compiling serde_tokenstream v0.2.0 |
672 | 2024-04-08T14:06:53.995Z | Checking url v2.4.0 |
673 | 2024-04-08T14:06:54.310Z | Checking serde_urlencoded v0.7.1 |
674 | 2024-04-08T14:06:54.465Z | Checking http-body v0.4.5 |
675 | 2024-04-08T14:06:54.733Z | Checking foreign-types v0.3.2 |
676 | 2024-04-08T14:06:54.757Z | Checking dirs-next v2.0.0 |
677 | 2024-04-08T14:06:54.781Z | Compiling openssl-macros v0.1.1 |
678 | 2024-04-08T14:06:54.816Z | Checking thread_local v1.1.7 |
679 | 2024-04-08T14:06:54.871Z | Checking encoding_rs v0.8.33 |
680 | 2024-04-08T14:06:54.907Z | Compiling slog-async v2.8.0 |
681 | 2024-04-08T14:06:55.050Z | Checking mime v0.3.17 |
682 | 2024-04-08T14:06:55.313Z | Compiling native-tls v0.2.11 |
683 | 2024-04-08T14:06:55.711Z | Checking term v0.7.0 |
684 | 2024-04-08T14:06:55.736Z | Checking rustls-native-certs v0.6.3 |
685 | 2024-04-08T14:06:55.760Z | Checking futures-executor v0.3.30 |
686 | 2024-04-08T14:06:55.853Z | Checking crossbeam-channel v0.5.8 |
687 | 2024-04-08T14:06:55.948Z | Checking take_mut v0.2.2 |
688 | 2024-04-08T14:06:55.972Z | Checking unicode-width v0.1.10 |
689 | 2024-04-08T14:06:56.085Z | Checking lazy_static v1.4.0 |
690 | 2024-04-08T14:06:56.114Z | Checking slog-term v2.9.1 |
691 | 2024-04-08T14:06:56.138Z | Checking futures v0.3.30 |
692 | 2024-04-08T14:06:56.212Z | Checking openapiv3 v2.0.0 |
693 | 2024-04-08T14:06:56.237Z | Checking toml_datetime v0.6.5 |
694 | 2024-04-08T14:06:56.470Z | Checking serde_spanned v0.6.5 |
695 | 2024-04-08T14:06:56.628Z | Compiling scroll_derive v0.12.0 |
696 | 2024-04-08T14:06:56.652Z | Compiling ring v0.17.7 |
697 | 2024-04-08T14:06:56.695Z | Compiling usdt-impl v0.5.0 |
698 | 2024-04-08T14:06:56.822Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
699 | 2024-04-08T14:06:57.025Z | Checking ipnet v2.8.0 |
700 | 2024-04-08T14:06:57.398Z | Checking zeroize v1.6.0 |
701 | 2024-04-08T14:06:57.596Z | Compiling winnow v0.5.15 |
702 | 2024-04-08T14:06:57.824Z | Checking scroll v0.12.0 |
703 | 2024-04-08T14:06:58.035Z | Compiling dof v0.3.0 |
704 | 2024-04-08T14:06:58.278Z | Compiling dtrace-parser v0.2.0 |
705 | 2024-04-08T14:06:58.818Z | Compiling libz-sys v1.1.12 |
706 | 2024-04-08T14:06:58.880Z | Checking tokio-util v0.7.8 |
707 | 2024-04-08T14:06:58.927Z | Checking tokio-rustls v0.24.1 |
708 | 2024-04-08T14:06:59.211Z | Compiling omicron-workspace-hack v0.1.0 |
709 | 2024-04-08T14:06:59.325Z | Checking spin v0.9.8 |
710 | 2024-04-08T14:06:59.621Z | Checking plain v0.2.3 |
711 | 2024-04-08T14:06:59.645Z | Checking h2 v0.3.24 |
712 | 2024-04-08T14:06:59.757Z | Checking goblin v0.8.0 |
713 | 2024-04-08T14:06:59.813Z | Compiling getopts v0.2.21 |
714 | 2024-04-08T14:06:59.974Z | Checking tokio-native-tls v0.3.1 |
715 | 2024-04-08T14:07:00.188Z | Compiling toml_edit v0.19.15 |
716 | 2024-04-08T14:07:01.626Z | Checking sha1 v0.10.6 |
717 | 2024-04-08T14:07:02.100Z | Compiling proc-macro-crate v1.3.1 |
718 | 2024-04-08T14:07:02.172Z | Checking sync_wrapper v0.1.2 |
719 | 2024-04-08T14:07:02.280Z | Checking rustls-pki-types v1.3.1 |
720 | 2024-04-08T14:07:02.600Z | Checking pretty-hex v0.4.1 |
721 | 2024-04-08T14:07:02.681Z | Checking match_cfg v0.1.0 |
722 | 2024-04-08T14:07:02.749Z | Checking untrusted v0.9.0 |
723 | 2024-04-08T14:07:02.773Z | Checking webpki-roots v0.25.2 |
724 | 2024-04-08T14:07:02.798Z | Compiling unsafe-libyaml v0.2.9 |
725 | 2024-04-08T14:07:02.890Z | Checking hostname v0.3.1 |
726 | 2024-04-08T14:07:03.295Z | Compiling num-integer v0.1.45 |
727 | 2024-04-08T14:07:03.455Z | Compiling ident_case v1.0.1 |
728 | 2024-04-08T14:07:03.588Z | Compiling rustls v0.22.2 |
729 | 2024-04-08T14:07:03.630Z | Compiling unicode-xid v0.2.4 |
730 | 2024-04-08T14:07:03.778Z | Compiling strsim v0.10.0 |
731 | 2024-04-08T14:07:03.881Z | Compiling serde_yaml v0.9.25 |
732 | 2024-04-08T14:07:03.928Z | Compiling usdt-attr-macro v0.5.0 |
733 | 2024-04-08T14:07:04.177Z | Compiling darling_core v0.20.3 |
734 | 2024-04-08T14:07:04.302Z | Compiling usdt-macro v0.5.0 |
735 | 2024-04-08T14:07:04.416Z | Checking hyper v0.14.27 |
736 | 2024-04-08T14:07:04.961Z | Checking serde_path_to_error v0.1.15 |
737 | 2024-04-08T14:07:05.074Z | Compiling strum_macros v0.26.1 |
738 | 2024-04-08T14:07:05.114Z | Checking memmap v0.7.0 |
739 | 2024-04-08T14:07:05.277Z | Compiling multer v3.0.0 |
740 | 2024-04-08T14:07:05.380Z | Checking winnow v0.6.2 |
741 | 2024-04-08T14:07:05.463Z | Compiling paste v1.0.14 |
742 | 2024-04-08T14:07:05.583Z | Checking bitflags v1.3.2 |
743 | 2024-04-08T14:07:05.737Z | Checking usdt v0.5.0 |
744 | 2024-04-08T14:07:05.952Z | Checking slog-json v2.6.1 |
745 | 2024-04-08T14:07:06.174Z | Checking http v1.0.0 |
746 | 2024-04-08T14:07:06.339Z | Compiling async-stream-impl v0.3.5 |
747 | 2024-04-08T14:07:06.838Z | Compiling num-bigint v0.4.4 |
748 | 2024-04-08T14:07:07.224Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
749 | 2024-04-08T14:07:07.249Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
750 | 2024-04-08T14:07:07.273Z | Checking atomic-waker v1.1.1 |
751 | 2024-04-08T14:07:07.392Z | Checking waitgroup v0.1.2 |
752 | 2024-04-08T14:07:07.417Z | Checking async-stream v0.3.5 |
753 | 2024-04-08T14:07:07.618Z | Checking slog-bunyan v2.5.0 |
754 | 2024-04-08T14:07:07.653Z | Checking toml_edit v0.22.6 |
755 | 2024-04-08T14:07:07.881Z | Compiling synstructure v0.12.6 |
756 | 2024-04-08T14:07:07.913Z | Checking rustls-pemfile v2.1.1 |
757 | 2024-04-08T14:07:08.209Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
758 | 2024-04-08T14:07:08.364Z | Compiling darling_macro v0.20.3 |
759 | 2024-04-08T14:07:08.664Z | Checking strum v0.26.1 |
760 | 2024-04-08T14:07:08.723Z | Checking hex v0.4.3 |
761 | 2024-04-08T14:07:08.806Z | Compiling structmeta-derive v0.3.0 |
762 | 2024-04-08T14:07:09.094Z | Compiling proc-macro-error-attr v1.0.4 |
763 | 2024-04-08T14:07:09.142Z | Checking debug-ignore v1.0.5 |
764 | 2024-04-08T14:07:09.226Z | Compiling darling v0.20.3 |
765 | 2024-04-08T14:07:09.262Z | Checking hyper-rustls v0.24.1 |
766 | 2024-04-08T14:07:09.287Z | Checking hyper-tls v0.5.0 |
767 | 2024-04-08T14:07:09.334Z | Compiling serde_with_macros v3.6.1 |
768 | 2024-04-08T14:07:09.466Z | Compiling zerocopy-derive v0.2.0 |
769 | 2024-04-08T14:07:09.586Z | Checking reqwest v0.11.24 |
770 | 2024-04-08T14:07:09.611Z | Checking toml v0.8.10 |
771 | 2024-04-08T14:07:09.872Z | Compiling num_enum_derive v0.5.11 |
772 | 2024-04-08T14:07:10.301Z | Checking newtype-uuid v1.0.1 |
773 | 2024-04-08T14:07:10.828Z | Compiling proc-macro-error v1.0.4 |
774 | 2024-04-08T14:07:10.866Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
775 | 2024-04-08T14:07:10.966Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
776 | 2024-04-08T14:07:11.004Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
777 | 2024-04-08T14:07:11.028Z | Compiling structmeta v0.3.0 |
778 | 2024-04-08T14:07:11.247Z | Checking static_assertions v1.1.0 |
779 | 2024-04-08T14:07:11.370Z | Compiling parse-display-derive v0.9.0 |
780 | 2024-04-08T14:07:11.442Z | Compiling serde_repr v0.1.16 |
781 | 2024-04-08T14:07:11.614Z | Checking serde_with v3.6.1 |
782 | 2024-04-08T14:07:11.860Z | Checking num_enum v0.5.11 |
783 | 2024-04-08T14:07:11.983Z | Checking instant v0.1.12 |
784 | 2024-04-08T14:07:12.096Z | Checking backoff v0.4.0 |
785 | 2024-04-08T14:07:12.401Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
786 | 2024-04-08T14:07:12.426Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
787 | 2024-04-08T14:07:12.467Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
788 | 2024-04-08T14:07:12.542Z | Checking ipnetwork v0.20.0 |
789 | 2024-04-08T14:07:12.566Z | Checking macaddr v1.0.1 |
790 | 2024-04-08T14:07:12.599Z | Checking regress v0.8.0 |
791 | 2024-04-08T14:07:12.827Z | Compiling libgit2-sys v0.16.2+1.7.2 |
792 | 2024-04-08T14:07:12.851Z | Compiling num-iter v0.1.43 |
793 | 2024-04-08T14:07:13.179Z | Compiling num-rational v0.4.1 |
794 | 2024-04-08T14:07:13.222Z | Checking either v1.9.0 |
795 | 2024-04-08T14:07:13.470Z | Compiling semver v0.1.20 |
796 | 2024-04-08T14:07:13.769Z | Compiling rustc_version v0.1.7 |
797 | 2024-04-08T14:07:14.325Z | Checking atty v0.2.14 |
798 | 2024-04-08T14:07:14.350Z | Compiling usdt-impl v0.3.5 |
799 | 2024-04-08T14:07:14.374Z | Checking arc-swap v1.6.0 |
800 | 2024-04-08T14:07:14.675Z | Checking parse-display v0.9.0 |
801 | 2024-04-08T14:07:14.845Z | Compiling newtype_derive v0.1.6 |
802 | 2024-04-08T14:07:14.869Z | Compiling zerocopy v0.3.2 |
803 | 2024-04-08T14:07:14.968Z | Compiling cargo-platform v0.1.6 |
804 | 2024-04-08T14:07:15.012Z | Checking num-complex v0.4.4 |
805 | 2024-04-08T14:07:15.036Z | Compiling vergen v8.3.1 |
806 | 2024-04-08T14:07:15.156Z | Compiling hubpack_derive v0.1.1 |
807 | 2024-04-08T14:07:15.333Z | Compiling zerocopy-derive v0.6.6 |
808 | 2024-04-08T14:07:15.373Z | Compiling memoffset v0.9.0 |
809 | 2024-04-08T14:07:15.681Z | Compiling crucible-workspace-hack v0.1.0 |
810 | 2024-04-08T14:07:15.705Z | Checking utf8parse v0.2.1 |
811 | 2024-04-08T14:07:15.729Z | Checking base64ct v1.6.0 |
812 | 2024-04-08T14:07:15.839Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
813 | 2024-04-08T14:07:16.006Z | Checking hubpack v0.1.2 |
814 | 2024-04-08T14:07:16.064Z | Checking anstyle-parse v0.2.1 |
815 | 2024-04-08T14:07:16.106Z | Checking password-hash v0.5.0 |
816 | 2024-04-08T14:07:16.208Z | Checking num v0.4.1 |
817 | 2024-04-08T14:07:16.233Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
818 | 2024-04-08T14:07:16.282Z | Compiling cargo_metadata v0.18.1 |
819 | 2024-04-08T14:07:16.325Z | Compiling dof v0.1.5 |
820 | 2024-04-08T14:07:16.373Z | Checking slog-scope v4.4.0 |
821 | 2024-04-08T14:07:16.419Z | Compiling rustc_version v0.4.0 |
822 | 2024-04-08T14:07:16.465Z | Compiling dtrace-parser v0.1.14 |
823 | 2024-04-08T14:07:16.535Z | Checking blake2 v0.10.6 |
824 | 2024-04-08T14:07:16.898Z | Compiling strum_macros v0.25.3 |
825 | 2024-04-08T14:07:16.960Z | Compiling libsqlite3-sys v0.28.0 |
826 | 2024-04-08T14:07:17.014Z | Checking zerocopy v0.6.6 |
827 | 2024-04-08T14:07:17.368Z | Compiling crossbeam-epoch v0.9.15 |
828 | 2024-04-08T14:07:17.401Z | Compiling slog-dtrace v0.3.0 |
829 | 2024-04-08T14:07:17.614Z | Checking anstyle v1.0.2 |
830 | 2024-04-08T14:07:17.733Z | Checking colorchoice v1.0.0 |
831 | 2024-04-08T14:07:17.779Z | Compiling cfg_aliases v0.1.1 |
832 | 2024-04-08T14:07:17.844Z | Checking anstyle-query v1.0.0 |
833 | 2024-04-08T14:07:17.869Z | Checking humantime v2.1.0 |
834 | 2024-04-08T14:07:17.893Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
835 | 2024-04-08T14:07:17.954Z | Checking fixedbitset v0.4.2 |
836 | 2024-04-08T14:07:18.201Z | Checking anstream v0.5.0 |
837 | 2024-04-08T14:07:18.255Z | Compiling nix v0.28.0 |
838 | 2024-04-08T14:07:18.279Z | Checking petgraph v0.6.4 |
839 | 2024-04-08T14:07:18.528Z | Checking argon2 v0.5.3 |
840 | 2024-04-08T14:07:18.886Z | Checking slog-stdlog v4.1.1 |
841 | 2024-04-08T14:07:19.090Z | Compiling serde_tokenstream v0.1.7 |
842 | 2024-04-08T14:07:19.114Z | Compiling foreign-types-macros v0.2.3 |
843 | 2024-04-08T14:07:19.446Z | Checking inout v0.1.3 |
844 | 2024-04-08T14:07:19.502Z | Compiling backtrace v0.3.69 |
845 | 2024-04-08T14:07:19.619Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
846 | 2024-04-08T14:07:19.695Z | Compiling indexmap v1.9.3 |
847 | 2024-04-08T14:07:19.904Z | Checking pretty-hex v0.2.1 |
848 | 2024-04-08T14:07:19.928Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
849 | 2024-04-08T14:07:20.002Z | Compiling doc-comment v0.3.3 |
850 | 2024-04-08T14:07:20.048Z | Checking foreign-types-shared v0.3.1 |
851 | 2024-04-08T14:07:20.136Z | Checking clap_lex v0.5.1 |
852 | 2024-04-08T14:07:20.160Z | Compiling radium v0.7.0 |
853 | 2024-04-08T14:07:20.227Z | Checking adler v1.0.2 |
854 | 2024-04-08T14:07:20.345Z | Checking data-encoding v2.4.0 |
855 | 2024-04-08T14:07:20.369Z | Checking termcolor v1.2.0 |
856 | 2024-04-08T14:07:20.461Z | Checking gimli v0.28.0 |
857 | 2024-04-08T14:07:20.552Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
858 | 2024-04-08T14:07:20.689Z | Checking base64 v0.13.1 |
859 | 2024-04-08T14:07:20.871Z | Checking miniz_oxide v0.7.1 |
860 | 2024-04-08T14:07:20.899Z | Checking steno v0.4.0 |
861 | 2024-04-08T14:07:20.923Z | Checking clap_builder v4.4.0 |
862 | 2024-04-08T14:07:21.039Z | Checking foreign-types v0.5.0 |
863 | 2024-04-08T14:07:21.117Z | Checking cipher v0.4.4 |
864 | 2024-04-08T14:07:21.412Z | Checking slog-envlogger v2.2.0 |
865 | 2024-04-08T14:07:21.508Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
866 | 2024-04-08T14:07:22.083Z | Checking itertools v0.10.5 |
867 | 2024-04-08T14:07:22.119Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
868 | 2024-04-08T14:07:22.699Z | Checking colored v2.0.4 |
869 | 2024-04-08T14:07:23.034Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
870 | 2024-04-08T14:07:23.322Z | Checking hashlink v0.9.0 |
871 | 2024-04-08T14:07:23.371Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
872 | 2024-04-08T14:07:23.404Z | Compiling clap_derive v4.4.0 |
873 | 2024-04-08T14:07:23.439Z | Checking addr2line v0.21.0 |
874 | 2024-04-08T14:07:23.464Z | Compiling pin-project-internal v1.1.3 |
875 | 2024-04-08T14:07:23.829Z | Checking cstr-argument v0.1.2 |
876 | 2024-04-08T14:07:23.853Z | Checking object v0.32.0 |
877 | 2024-04-08T14:07:23.931Z | Checking os_str_bytes v6.5.1 |
878 | 2024-04-08T14:07:23.984Z | Checking fastrand v2.0.0 |
879 | 2024-04-08T14:07:24.128Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
880 | 2024-04-08T14:07:24.214Z | Checking tower-layer v0.3.2 |
881 | 2024-04-08T14:07:24.275Z | Compiling portable-atomic v1.4.3 |
882 | 2024-04-08T14:07:24.412Z | Checking tap v1.0.1 |
883 | 2024-04-08T14:07:24.437Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
884 | 2024-04-08T14:07:24.557Z | Checking hashbrown v0.12.3 |
885 | 2024-04-08T14:07:24.727Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
886 | 2024-04-08T14:07:24.993Z | Checking fallible-streaming-iterator v0.1.9 |
887 | 2024-04-08T14:07:25.017Z | Compiling rayon-core v1.12.1 |
888 | 2024-04-08T14:07:25.184Z | Checking fallible-iterator v0.3.0 |
889 | 2024-04-08T14:07:25.304Z | Checking rustc-demangle v0.1.23 |
890 | 2024-04-08T14:07:25.701Z | Checking rusqlite v0.31.0 |
891 | 2024-04-08T14:07:25.725Z | Checking pin-project v1.1.3 |
892 | 2024-04-08T14:07:25.835Z | Checking wyz v0.5.1 |
893 | 2024-04-08T14:07:25.883Z | Checking tempfile v3.8.0 |
894 | 2024-04-08T14:07:25.907Z | Checking clap_lex v0.2.4 |
895 | 2024-04-08T14:07:26.081Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
896 | 2024-04-08T14:07:26.108Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
897 | 2024-04-08T14:07:26.179Z | Checking crossbeam-deque v0.8.3 |
898 | 2024-04-08T14:07:26.340Z | Checking pem v1.1.1 |
899 | 2024-04-08T14:07:26.450Z | Compiling usdt-macro v0.3.5 |
900 | 2024-04-08T14:07:26.532Z | Compiling usdt-attr-macro v0.3.5 |
901 | 2024-04-08T14:07:26.567Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
902 | 2024-04-08T14:07:26.782Z | Compiling clap_derive v3.2.25 |
903 | 2024-04-08T14:07:26.907Z | Checking clap v4.4.0 |
904 | 2024-04-08T14:07:26.965Z | Checking twox-hash v1.6.3 |
905 | 2024-04-08T14:07:27.010Z | Checking simple_asn1 v0.6.2 |
906 | 2024-04-08T14:07:27.323Z | Compiling num_enum_derive v0.7.0 |
907 | 2024-04-08T14:07:27.515Z | Checking tokio-io-timeout v1.2.0 |
908 | 2024-04-08T14:07:27.596Z | Compiling snafu-derive v0.7.5 |
909 | 2024-04-08T14:07:27.775Z | Checking universal-hash v0.5.1 |
910 | 2024-04-08T14:07:27.799Z | Checking textwrap v0.16.0 |
911 | 2024-04-08T14:07:27.823Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
912 | 2024-04-08T14:07:27.946Z | Checking funty v2.0.0 |
913 | 2024-04-08T14:07:28.157Z | Checking base64 v0.22.0 |
914 | 2024-04-08T14:07:28.238Z | Compiling curl v0.4.44 |
915 | 2024-04-08T14:07:28.593Z | Checking http-range-header v0.3.1 |
916 | 2024-04-08T14:07:28.632Z | Checking opaque-debug v0.3.0 |
917 | 2024-04-08T14:07:28.732Z | Checking polyval v0.6.1 |
918 | 2024-04-08T14:07:28.795Z | Checking tower-http v0.4.4 |
919 | 2024-04-08T14:07:28.819Z | Checking bitvec v1.0.1 |
920 | 2024-04-08T14:07:28.910Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
921 | 2024-04-08T14:07:29.015Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
922 | 2024-04-08T14:07:29.099Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
923 | 2024-04-08T14:07:29.434Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
924 | 2024-04-08T14:07:29.617Z | Checking num_enum v0.7.0 |
925 | 2024-04-08T14:07:29.685Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
926 | 2024-04-08T14:07:29.742Z | Checking usdt v0.3.5 |
927 | 2024-04-08T14:07:29.795Z | Checking hyper-timeout v0.4.1 |
928 | 2024-04-08T14:07:30.021Z | Checking jsonwebtoken v8.3.0 |
929 | 2024-04-08T14:07:30.370Z | Checking clap v3.2.25 |
930 | 2024-04-08T14:07:30.848Z | Checking tower v0.4.13 |
931 | 2024-04-08T14:07:31.583Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
932 | 2024-04-08T14:07:31.676Z | Checking snafu v0.7.5 |
933 | 2024-04-08T14:07:31.736Z | Checking ctr v0.9.2 |
934 | 2024-04-08T14:07:31.829Z | Checking aes v0.8.3 |
935 | 2024-04-08T14:07:31.957Z | Compiling zone_cfg_derive v0.2.0 |
936 | 2024-04-08T14:07:31.981Z | Checking secrecy v0.8.0 |
937 | 2024-04-08T14:07:32.022Z | Checking console v0.15.7 |
938 | 2024-04-08T14:07:32.134Z | Checking bincode v1.3.3 |
939 | 2024-04-08T14:07:32.478Z | Checking sha2 v0.10.7 |
940 | 2024-04-08T14:07:32.502Z | Compiling async-recursion v0.3.2 |
941 | 2024-04-08T14:07:32.636Z | Checking aead v0.5.2 |
942 | 2024-04-08T14:07:32.751Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
943 | 2024-04-08T14:07:32.824Z | Checking utf-8 v0.7.6 |
944 | 2024-04-08T14:07:32.848Z | Checking number_prefix v0.4.0 |
945 | 2024-04-08T14:07:32.884Z | Compiling erased-serde v0.3.30 |
946 | 2024-04-08T14:07:32.908Z | Checking matches v0.1.10 |
947 | 2024-04-08T14:07:32.988Z | Checking sha256 v1.4.0 |
948 | 2024-04-08T14:07:33.012Z | Checking idna v0.2.3 |
949 | 2024-04-08T14:07:33.012Z | Checking tungstenite v0.20.1 |
950 | 2024-04-08T14:07:33.049Z | Checking indicatif v0.17.6 |
951 | 2024-04-08T14:07:33.160Z | Checking zone v0.2.0 |
952 | 2024-04-08T14:07:33.210Z | Checking aes-gcm-siv v0.11.1 |
953 | 2024-04-08T14:07:33.302Z | Checking toml v0.7.8 |
954 | 2024-04-08T14:07:33.397Z | Checking octocrab v0.25.1 |
955 | 2024-04-08T14:07:33.422Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
956 | 2024-04-08T14:07:33.472Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
957 | 2024-04-08T14:07:33.660Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
958 | 2024-04-08T14:07:33.684Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
959 | 2024-04-08T14:07:33.714Z | Checking rayon v1.10.0 |
960 | 2024-04-08T14:07:33.892Z | Checking env_logger v0.9.3 |
961 | 2024-04-08T14:07:33.921Z | Checking itertools v0.12.1 |
962 | 2024-04-08T14:07:33.945Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
963 | 2024-04-08T14:07:33.969Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
964 | 2024-04-08T14:07:34.026Z | Checking toml v0.5.11 |
965 | 2024-04-08T14:07:34.225Z | Compiling enum-as-inner v0.5.1 |
966 | 2024-04-08T14:07:34.258Z | Compiling bitstruct_derive v0.1.0 |
967 | 2024-04-08T14:07:34.315Z | Compiling async-recursion v1.1.0 |
968 | 2024-04-08T14:07:34.507Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
969 | 2024-04-08T14:07:34.621Z | Checking libloading v0.7.4 |
970 | 2024-04-08T14:07:34.822Z | Checking linked-hash-map v0.5.6 |
971 | 2024-04-08T14:07:35.085Z | Checking ascii v1.1.0 |
972 | 2024-04-08T14:07:35.109Z | Checking quick-error v1.2.3 |
973 | 2024-04-08T14:07:35.167Z | Checking ringbuffer v0.15.0 |
974 | 2024-04-08T14:07:35.234Z | Checking resolv-conf v0.7.0 |
975 | 2024-04-08T14:07:35.347Z | Checking bitstruct v0.1.1 |
976 | 2024-04-08T14:07:35.411Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
977 | 2024-04-08T14:07:35.452Z | Checking trust-dns-proto v0.22.0 |
978 | 2024-04-08T14:07:35.497Z | Checking lru-cache v0.1.2 |
979 | 2024-04-08T14:07:35.528Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
980 | 2024-04-08T14:07:35.574Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
981 | 2024-04-08T14:07:35.665Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
982 | 2024-04-08T14:07:35.692Z | Checking tokio-tungstenite v0.20.1 |
983 | 2024-04-08T14:07:35.950Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
984 | 2024-04-08T14:07:35.975Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
985 | 2024-04-08T14:07:36.095Z | Checking serde_arrays v0.1.0 |
986 | 2024-04-08T14:07:36.173Z | Compiling const_format_proc_macros v0.2.31 |
987 | 2024-04-08T14:07:36.235Z | Checking kstat-rs v0.2.3 |
988 | 2024-04-08T14:07:36.278Z | Checking is_ci v1.1.1 |
989 | 2024-04-08T14:07:36.396Z | Compiling escargot v0.5.8 |
990 | 2024-04-08T14:07:36.517Z | Checking supports-color v2.1.0 |
991 | 2024-04-08T14:07:36.679Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
992 | 2024-04-08T14:07:36.702Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
993 | 2024-04-08T14:07:36.789Z | Checking ron v0.7.1 |
994 | 2024-04-08T14:07:36.864Z | Checking nix v0.26.2 |
995 | 2024-04-08T14:07:37.280Z | Checking xattr v1.0.1 |
996 | 2024-04-08T14:07:37.397Z | Checking filetime v0.2.22 |
997 | 2024-04-08T14:07:37.431Z | Checking bstr v1.6.0 |
998 | 2024-04-08T14:07:37.563Z | Checking bit_field v0.10.2 |
999 | 2024-04-08T14:07:37.777Z | Checking tar v0.4.40 |
1000 | 2024-04-08T14:07:37.802Z | Checking const_format v0.2.31 |
1001 | 2024-04-08T14:07:37.904Z | Checking ctrlc v3.4.0 |
1002 | 2024-04-08T14:07:38.048Z | Checking globset v0.4.13 |
1003 | 2024-04-08T14:07:38.429Z | Checking owo-colors v4.0.0 |
1004 | 2024-04-08T14:07:38.474Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1005 | 2024-04-08T14:07:38.517Z | Checking trust-dns-resolver v0.22.0 |
1006 | 2024-04-08T14:07:38.981Z | Checking fatfs v0.3.6 |
1007 | 2024-04-08T14:07:39.355Z | Checking glob v0.3.1 |
1008 | 2024-04-08T14:07:40.159Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1009 | 2024-04-08T14:07:42.431Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1010 | 2024-04-08T14:07:43.460Z | Checking rustls-webpki v0.102.1 |
1011 | 2024-04-08T14:07:45.698Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1012 | 2024-04-08T14:07:46.884Z | Checking tokio-rustls v0.25.0 |
1013 | 2024-04-08T14:07:47.200Z | Compiling git2 v0.18.2 |
1014 | 2024-04-08T14:07:49.937Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1015 | 2024-04-08T14:07:52.684Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1016 | 2024-04-08T14:07:55.348Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1017 | 2024-04-08T14:07:55.348Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1018 | 2024-04-08T14:07:55.373Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1019 | 2024-04-08T14:07:57.501Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1020 | 2024-04-08T14:07:59.784Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1021 | 2024-04-08T14:08:04.499Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1022 | 2024-04-08T14:08:13.290Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1023 | 2024-04-08T14:08:21.442Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1024 | 2024-04-08T14:08:26.310Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1025 | 2024-04-08T14:08:35.601Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1026 | 2024-04-08T14:08:35.601Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1027 | 2024-04-08T14:08:40.744Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 41s |
1028 | 2024-04-08T14:08:40.993Z | |
1029 | 2024-04-08T14:08:40.993Z | real 2:41.917904673 |
1030 | 2024-04-08T14:08:40.993Z | user 8:16.699489679 |
1031 | 2024-04-08T14:08:40.993Z | sys 2:24.010888149 |
1032 | 2024-04-08T14:08:40.993Z | trap 0.276964287 |
1033 | 2024-04-08T14:08:40.993Z | tflt 0.252071934 |
1034 | 2024-04-08T14:08:40.993Z | dflt 0.265053948 |
1035 | 2024-04-08T14:08:40.993Z | kflt 0.002253932 |
1036 | 2024-04-08T14:08:40.993Z | lock 10:52.468902539 |
1037 | 2024-04-08T14:08:40.994Z | slp 27:58.710393552 |
1038 | 2024-04-08T14:08:40.994Z | lat 49.523238282 |
1039 | 2024-04-08T14:08:40.994Z | stop 2:40.665822619 |
1040 | 2024-04-08T14:08:41.018Z | + ptime -m cargo clippy --features falcon --all-targets |
1041 | 2024-04-08T14:08:41.602Z | Downloading crates ... |
1042 | 2024-04-08T14:08:41.758Z | Downloaded downcast v0.11.0 |
1043 | 2024-04-08T14:08:41.783Z | Downloaded float-cmp v0.9.0 |
1044 | 2024-04-08T14:08:41.783Z | Downloaded predicates-tree v1.0.9 |
1045 | 2024-04-08T14:08:41.784Z | Downloaded termtree v0.4.1 |
1046 | 2024-04-08T14:08:41.784Z | Downloaded similar v2.2.1 |
1047 | 2024-04-08T14:08:41.784Z | Downloaded serde_test v1.0.176 |
1048 | 2024-04-08T14:08:41.784Z | Downloaded predicates v2.1.5 |
1049 | 2024-04-08T14:08:41.784Z | Downloaded expectorate v1.0.7 |
1050 | 2024-04-08T14:08:41.784Z | Downloaded predicates-core v1.0.6 |
1051 | 2024-04-08T14:08:41.784Z | Downloaded normalize-line-endings v0.3.0 |
1052 | 2024-04-08T14:08:41.784Z | Downloaded mockall v0.11.4 |
1053 | 2024-04-08T14:08:41.784Z | Downloaded mockall_derive v0.11.4 |
1054 | 2024-04-08T14:08:41.784Z | Downloaded fragile v2.0.0 |
1055 | 2024-04-08T14:08:41.809Z | Downloaded difflib v0.4.0 |
1056 | 2024-04-08T14:08:41.946Z | Checking tokio v1.36.0 |
1057 | 2024-04-08T14:08:41.970Z | Checking console v0.15.7 |
1058 | 2024-04-08T14:08:41.970Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1059 | 2024-04-08T14:08:41.970Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1060 | 2024-04-08T14:08:41.994Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1061 | 2024-04-08T14:08:42.018Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1062 | 2024-04-08T14:08:42.018Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1063 | 2024-04-08T14:08:42.019Z | Checking predicates-core v1.0.6 |
1064 | 2024-04-08T14:08:42.153Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1065 | 2024-04-08T14:08:42.177Z | Checking float-cmp v0.9.0 |
1066 | 2024-04-08T14:08:42.283Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1067 | 2024-04-08T14:08:42.309Z | Checking difflib v0.4.0 |
1068 | 2024-04-08T14:08:42.333Z | Checking unicode-segmentation v1.10.1 |
1069 | 2024-04-08T14:08:42.360Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1070 | 2024-04-08T14:08:42.360Z | Checking normalize-line-endings v0.3.0 |
1071 | 2024-04-08T14:08:42.404Z | Checking indicatif v0.17.6 |
1072 | 2024-04-08T14:08:42.429Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1073 | 2024-04-08T14:08:42.453Z | Checking termtree v0.4.1 |
1074 | 2024-04-08T14:08:42.574Z | Checking predicates v2.1.5 |
1075 | 2024-04-08T14:08:42.601Z | Checking predicates-tree v1.0.9 |
1076 | 2024-04-08T14:08:42.707Z | Compiling mockall_derive v0.11.4 |
1077 | 2024-04-08T14:08:42.731Z | Checking downcast v0.11.0 |
1078 | 2024-04-08T14:08:42.796Z | Checking newline-converter v0.3.0 |
1079 | 2024-04-08T14:08:42.861Z | Checking fragile v2.0.0 |
1080 | 2024-04-08T14:08:42.910Z | Checking similar v2.2.1 |
1081 | 2024-04-08T14:08:42.943Z | Checking serde_test v1.0.176 |
1082 | 2024-04-08T14:08:42.968Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1083 | 2024-04-08T14:08:43.483Z | Checking expectorate v1.0.7 |
1084 | 2024-04-08T14:08:46.735Z | Checking mockall v0.11.4 |
1085 | 2024-04-08T14:08:47.401Z | Checking tokio-util v0.7.8 |
1086 | 2024-04-08T14:08:47.401Z | Checking tokio-rustls v0.24.1 |
1087 | 2024-04-08T14:08:47.401Z | Checking tokio-native-tls v0.3.1 |
1088 | 2024-04-08T14:08:47.425Z | Checking tokio-rustls v0.25.0 |
1089 | 2024-04-08T14:08:47.425Z | Checking backoff v0.4.0 |
1090 | 2024-04-08T14:08:47.425Z | Checking steno v0.4.0 |
1091 | 2024-04-08T14:08:47.425Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1092 | 2024-04-08T14:08:47.513Z | Checking tokio-io-timeout v1.2.0 |
1093 | 2024-04-08T14:08:47.597Z | Checking sha256 v1.4.0 |
1094 | 2024-04-08T14:08:47.670Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1095 | 2024-04-08T14:08:47.694Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1096 | 2024-04-08T14:08:47.719Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1097 | 2024-04-08T14:08:47.745Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1098 | 2024-04-08T14:08:47.746Z | Checking tokio-tungstenite v0.20.1 |
1099 | 2024-04-08T14:08:47.821Z | Checking trust-dns-proto v0.22.0 |
1100 | 2024-04-08T14:08:48.183Z | Checking h2 v0.3.24 |
1101 | 2024-04-08T14:08:48.183Z | Checking tower v0.4.13 |
1102 | 2024-04-08T14:08:48.983Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1103 | 2024-04-08T14:08:50.769Z | Checking trust-dns-resolver v0.22.0 |
1104 | 2024-04-08T14:08:52.560Z | Checking hyper v0.14.27 |
1105 | 2024-04-08T14:08:56.946Z | Checking hyper-rustls v0.24.1 |
1106 | 2024-04-08T14:08:56.947Z | Checking hyper-tls v0.5.0 |
1107 | 2024-04-08T14:08:56.947Z | Checking dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1108 | 2024-04-08T14:08:56.947Z | Checking hyper-timeout v0.4.1 |
1109 | 2024-04-08T14:08:57.222Z | Checking reqwest v0.11.24 |
1110 | 2024-04-08T14:08:57.222Z | Checking octocrab v0.25.1 |
1111 | 2024-04-08T14:08:58.418Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1112 | 2024-04-08T14:08:58.654Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1113 | 2024-04-08T14:08:58.807Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1114 | 2024-04-08T14:08:58.807Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1115 | 2024-04-08T14:08:58.832Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1116 | 2024-04-08T14:08:59.679Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1117 | 2024-04-08T14:08:59.679Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1118 | 2024-04-08T14:09:04.614Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1119 | 2024-04-08T14:09:05.384Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1120 | 2024-04-08T14:09:05.490Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1121 | 2024-04-08T14:09:05.490Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1122 | 2024-04-08T14:09:05.514Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1123 | 2024-04-08T14:09:07.763Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1124 | 2024-04-08T14:09:09.125Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1125 | 2024-04-08T14:09:14.155Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1126 | 2024-04-08T14:09:22.840Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1127 | 2024-04-08T14:09:30.784Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1128 | 2024-04-08T14:09:31.308Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1129 | 2024-04-08T14:09:35.637Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1130 | 2024-04-08T14:09:50.043Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1131 | 2024-04-08T14:09:50.044Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1132 | 2024-04-08T14:09:58.194Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 17s |
1133 | 2024-04-08T14:09:58.269Z | |
1134 | 2024-04-08T14:09:58.269Z | real 1:17.266741612 |
1135 | 2024-04-08T14:09:58.269Z | user 2:30.745275337 |
1136 | 2024-04-08T14:09:58.269Z | sys 26.957843085 |
1137 | 2024-04-08T14:09:58.270Z | trap 0.045719493 |
1138 | 2024-04-08T14:09:58.270Z | tflt 0.119565971 |
1139 | 2024-04-08T14:09:58.270Z | dflt 0.191250630 |
1140 | 2024-04-08T14:09:58.270Z | kflt 0.000208829 |
1141 | 2024-04-08T14:09:58.270Z | lock 5:46.359848694 |
1142 | 2024-04-08T14:09:58.270Z | slp 7:09.535023187 |
1143 | 2024-04-08T14:09:58.270Z | lat 1.832255243 |
1144 | 2024-04-08T14:09:58.270Z | stop 4.802960317 |
1145 | 2024-04-08T14:09:58.294Z | + banner build |
1146 | 2024-04-08T14:09:58.295Z | |
1147 | 2024-04-08T14:09:58.295Z | ##### # # # # ##### |
1148 | 2024-04-08T14:09:58.295Z | # # # # # # # # |
1149 | 2024-04-08T14:09:58.295Z | ##### # # # # # # |
1150 | 2024-04-08T14:09:58.295Z | # # # # # # # # |
1151 | 2024-04-08T14:09:58.295Z | # # # # # # # # |
1152 | 2024-04-08T14:09:58.295Z | ##### #### # ###### ##### |
1153 | 2024-04-08T14:09:58.295Z | |
1154 | 2024-04-08T14:09:58.295Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1155 | 2024-04-08T14:09:59.090Z | Compiling proc-macro2 v1.0.78 |
1156 | 2024-04-08T14:09:59.091Z | Compiling unicode-ident v1.0.12 |
1157 | 2024-04-08T14:09:59.091Z | Compiling libc v0.2.153 |
1158 | 2024-04-08T14:09:59.115Z | Compiling version_check v0.9.4 |
1159 | 2024-04-08T14:09:59.115Z | Compiling cfg-if v1.0.0 |
1160 | 2024-04-08T14:09:59.115Z | Compiling autocfg v1.1.0 |
1161 | 2024-04-08T14:09:59.115Z | Compiling serde v1.0.197 |
1162 | 2024-04-08T14:09:59.115Z | Compiling syn v1.0.109 |
1163 | 2024-04-08T14:09:59.271Z | Compiling thiserror v1.0.57 |
1164 | 2024-04-08T14:09:59.642Z | Compiling once_cell v1.19.0 |
1165 | 2024-04-08T14:09:59.681Z | Compiling ahash v0.8.10 |
1166 | 2024-04-08T14:09:59.730Z | Compiling memchr v2.6.4 |
1167 | 2024-04-08T14:10:00.019Z | Compiling itoa v1.0.9 |
1168 | 2024-04-08T14:10:00.043Z | Compiling byteorder v1.4.3 |
1169 | 2024-04-08T14:10:00.164Z | Compiling log v0.4.21 |
1170 | 2024-04-08T14:10:00.433Z | Compiling quote v1.0.35 |
1171 | 2024-04-08T14:10:00.457Z | Compiling jobserver v0.1.26 |
1172 | 2024-04-08T14:10:00.496Z | Compiling pin-project-lite v0.2.13 |
1173 | 2024-04-08T14:10:00.609Z | Compiling scopeguard v1.2.0 |
1174 | 2024-04-08T14:10:00.706Z | Compiling syn v2.0.52 |
1175 | 2024-04-08T14:10:00.914Z | Compiling cc v1.0.83 |
1176 | 2024-04-08T14:10:00.938Z | Compiling getrandom v0.2.10 |
1177 | 2024-04-08T14:10:00.976Z | Compiling pkg-config v0.3.27 |
1178 | 2024-04-08T14:10:01.199Z | Compiling lock_api v0.4.10 |
1179 | 2024-04-08T14:10:01.264Z | Compiling parking_lot_core v0.9.8 |
1180 | 2024-04-08T14:10:01.518Z | Compiling smallvec v1.11.0 |
1181 | 2024-04-08T14:10:01.670Z | Compiling vcpkg v0.2.15 |
1182 | 2024-04-08T14:10:01.845Z | Compiling ryu v1.0.15 |
1183 | 2024-04-08T14:10:02.114Z | Compiling heck v0.4.1 |
1184 | 2024-04-08T14:10:02.336Z | Compiling serde_json v1.0.114 |
1185 | 2024-04-08T14:10:02.383Z | Compiling parking_lot v0.12.1 |
1186 | 2024-04-08T14:10:02.459Z | Compiling num_cpus v1.16.0 |
1187 | 2024-04-08T14:10:02.590Z | Compiling socket2 v0.5.5 |
1188 | 2024-04-08T14:10:02.715Z | Compiling mio v0.8.11 |
1189 | 2024-04-08T14:10:02.756Z | Compiling signal-hook-registry v1.4.1 |
1190 | 2024-04-08T14:10:03.106Z | Compiling libm v0.2.7 |
1191 | 2024-04-08T14:10:03.216Z | Compiling num-traits v0.2.16 |
1192 | 2024-04-08T14:10:03.528Z | Compiling allocator-api2 v0.2.16 |
1193 | 2024-04-08T14:10:04.249Z | Compiling futures-core v0.3.30 |
1194 | 2024-04-08T14:10:04.358Z | Compiling rand_core v0.6.4 |
1195 | 2024-04-08T14:10:04.433Z | Compiling slab v0.4.9 |
1196 | 2024-04-08T14:10:04.464Z | Compiling futures-sink v0.3.30 |
1197 | 2024-04-08T14:10:04.602Z | Compiling bitflags v2.4.0 |
1198 | 2024-04-08T14:10:04.749Z | Compiling futures-channel v0.3.30 |
1199 | 2024-04-08T14:10:04.794Z | Compiling futures-io v0.3.30 |
1200 | 2024-04-08T14:10:04.833Z | Compiling equivalent v1.0.1 |
1201 | 2024-04-08T14:10:05.078Z | Compiling pin-utils v0.1.0 |
1202 | 2024-04-08T14:10:05.104Z | Compiling futures-task v0.3.30 |
1203 | 2024-04-08T14:10:05.157Z | Compiling typenum v1.16.0 |
1204 | 2024-04-08T14:10:05.186Z | Compiling generic-array v0.14.7 |
1205 | 2024-04-08T14:10:05.313Z | Compiling tracing-core v0.1.31 |
1206 | 2024-04-08T14:10:05.359Z | Compiling fnv v1.0.7 |
1207 | 2024-04-08T14:10:05.480Z | Compiling iana-time-zone v0.1.57 |
1208 | 2024-04-08T14:10:05.545Z | Compiling ucd-trie v0.1.6 |
1209 | 2024-04-08T14:10:05.947Z | Compiling serde_derive_internals v0.26.0 |
1210 | 2024-04-08T14:10:06.298Z | Compiling slog v2.7.0 |
1211 | 2024-04-08T14:10:06.776Z | Compiling time-core v0.1.1 |
1212 | 2024-04-08T14:10:06.801Z | Compiling httparse v1.8.0 |
1213 | 2024-04-08T14:10:06.916Z | Compiling schemars v0.8.16 |
1214 | 2024-04-08T14:10:07.194Z | Compiling subtle v2.5.0 |
1215 | 2024-04-08T14:10:07.469Z | Compiling ring v0.16.20 |
1216 | 2024-04-08T14:10:07.823Z | Compiling openssl-sys v0.9.96 |
1217 | 2024-04-08T14:10:08.250Z | Compiling crypto-common v0.1.6 |
1218 | 2024-04-08T14:10:08.299Z | Compiling dyn-clone v1.0.13 |
1219 | 2024-04-08T14:10:08.491Z | Compiling socket2 v0.4.9 |
1220 | 2024-04-08T14:10:08.722Z | Compiling percent-encoding v2.3.1 |
1221 | 2024-04-08T14:10:08.813Z | Compiling tinyvec_macros v0.1.1 |
1222 | 2024-04-08T14:10:08.893Z | Compiling form_urlencoded v1.2.1 |
1223 | 2024-04-08T14:10:09.264Z | Compiling untrusted v0.7.1 |
1224 | 2024-04-08T14:10:09.349Z | Compiling spin v0.5.2 |
1225 | 2024-04-08T14:10:09.414Z | Compiling tower-service v0.3.2 |
1226 | 2024-04-08T14:10:09.438Z | Compiling tinyvec v1.6.0 |
1227 | 2024-04-08T14:10:09.518Z | Compiling base64 v0.21.7 |
1228 | 2024-04-08T14:10:09.564Z | Compiling try-lock v0.2.4 |
1229 | 2024-04-08T14:10:09.703Z | Compiling crossbeam-utils v0.8.16 |
1230 | 2024-04-08T14:10:09.855Z | Compiling rustversion v1.0.14 |
1231 | 2024-04-08T14:10:10.110Z | Compiling want v0.3.1 |
1232 | 2024-04-08T14:10:10.273Z | Compiling schemars_derive v0.8.16 |
1233 | 2024-04-08T14:10:10.339Z | Compiling time-macros v0.2.13 |
1234 | 2024-04-08T14:10:10.375Z | Compiling aho-corasick v1.0.4 |
1235 | 2024-04-08T14:10:10.401Z | Compiling serde_derive v1.0.197 |
1236 | 2024-04-08T14:10:10.426Z | Compiling zerocopy-derive v0.7.32 |
1237 | 2024-04-08T14:10:10.454Z | Compiling thiserror-impl v1.0.57 |
1238 | 2024-04-08T14:10:10.721Z | Compiling tokio-macros v2.2.0 |
1239 | 2024-04-08T14:10:12.039Z | Compiling futures-macro v0.3.30 |
1240 | 2024-04-08T14:10:12.087Z | Compiling zerocopy v0.7.32 |
1241 | 2024-04-08T14:10:12.709Z | Compiling tracing-attributes v0.1.26 |
1242 | 2024-04-08T14:10:12.916Z | Compiling pest v2.7.6 |
1243 | 2024-04-08T14:10:13.212Z | Compiling unicode-normalization v0.1.22 |
1244 | 2024-04-08T14:10:13.750Z | Compiling futures-util v0.3.30 |
1245 | 2024-04-08T14:10:13.830Z | Compiling hashbrown v0.14.3 |
1246 | 2024-04-08T14:10:14.944Z | Compiling pest_meta v2.7.6 |
1247 | 2024-04-08T14:10:15.374Z | Compiling deranged v0.3.8 |
1248 | 2024-04-08T14:10:15.470Z | Compiling httpdate v1.0.3 |
1249 | 2024-04-08T14:10:15.535Z | Compiling tracing v0.1.37 |
1250 | 2024-04-08T14:10:16.096Z | Compiling pest_generator v2.7.6 |
1251 | 2024-04-08T14:10:16.976Z | Compiling cpufeatures v0.2.12 |
1252 | 2024-04-08T14:10:17.067Z | Compiling regex-syntax v0.8.2 |
1253 | 2024-04-08T14:10:17.494Z | Compiling rustix v0.38.26 |
1254 | 2024-04-08T14:10:18.052Z | Compiling num_threads v0.1.6 |
1255 | 2024-04-08T14:10:18.153Z | Compiling pest_derive v2.7.6 |
1256 | 2024-04-08T14:10:18.201Z | Compiling unicode-bidi v0.3.13 |
1257 | 2024-04-08T14:10:19.098Z | Compiling time v0.3.27 |
1258 | 2024-04-08T14:10:20.232Z | Compiling regex-automata v0.4.4 |
1259 | 2024-04-08T14:10:21.092Z | Compiling bytes v1.5.0 |
1260 | 2024-04-08T14:10:21.660Z | Compiling indexmap v2.2.5 |
1261 | 2024-04-08T14:10:22.584Z | Compiling tokio v1.36.0 |
1262 | 2024-04-08T14:10:23.034Z | Compiling chrono v0.4.34 |
1263 | 2024-04-08T14:10:23.539Z | Compiling http v0.2.12 |
1264 | 2024-04-08T14:10:24.032Z | Compiling uuid v1.7.0 |
1265 | 2024-04-08T14:10:24.957Z | Compiling serde_tokenstream v0.2.0 |
1266 | 2024-04-08T14:10:26.450Z | Compiling http-body v0.4.5 |
1267 | 2024-04-08T14:10:27.951Z | Compiling block-buffer v0.10.4 |
1268 | 2024-04-08T14:10:28.158Z | Compiling errno v0.3.8 |
1269 | 2024-04-08T14:10:28.372Z | Compiling anyhow v1.0.75 |
1270 | 2024-04-08T14:10:28.811Z | Compiling rustls v0.21.7 |
1271 | 2024-04-08T14:10:28.836Z | Compiling openssl-probe v0.1.5 |
1272 | 2024-04-08T14:10:29.098Z | Compiling async-trait v0.1.79 |
1273 | 2024-04-08T14:10:29.518Z | Compiling tokio-util v0.7.8 |
1274 | 2024-04-08T14:10:29.717Z | Compiling digest v0.10.7 |
1275 | 2024-04-08T14:10:30.141Z | Compiling regex v1.10.3 |
1276 | 2024-04-08T14:10:31.006Z | Compiling h2 v0.3.24 |
1277 | 2024-04-08T14:10:32.028Z | Compiling idna v0.4.0 |
1278 | 2024-04-08T14:10:32.529Z | Compiling rustls-webpki v0.101.4 |
1279 | 2024-04-08T14:10:32.736Z | Compiling sct v0.7.0 |
1280 | 2024-04-08T14:10:33.967Z | Compiling thread-id v4.2.0 |
1281 | 2024-04-08T14:10:34.057Z | Compiling ppv-lite86 v0.2.17 |
1282 | 2024-04-08T14:10:34.669Z | Compiling rand_chacha v0.3.1 |
1283 | 2024-04-08T14:10:34.706Z | Compiling url v2.4.0 |
1284 | 2024-04-08T14:10:37.661Z | Compiling hyper v0.14.27 |
1285 | 2024-04-08T14:10:38.234Z | Compiling rustls-pemfile v1.0.4 |
1286 | 2024-04-08T14:10:42.611Z | Compiling tokio-rustls v0.24.1 |
1287 | 2024-04-08T14:10:42.947Z | Compiling rand v0.8.5 |
1288 | 2024-04-08T14:10:43.200Z | Compiling is-terminal v0.4.9 |
1289 | 2024-04-08T14:10:43.302Z | Compiling serde_urlencoded v0.7.1 |
1290 | 2024-04-08T14:10:43.767Z | Compiling regress v0.9.0 |
1291 | 2024-04-08T14:10:44.306Z | Compiling dirs-sys-next v0.1.2 |
1292 | 2024-04-08T14:10:44.601Z | Compiling openssl v0.10.60 |
1293 | 2024-04-08T14:10:44.974Z | Compiling foreign-types-shared v0.1.1 |
1294 | 2024-04-08T14:10:45.071Z | Compiling foreign-types v0.3.2 |
1295 | 2024-04-08T14:10:45.170Z | Compiling dirs-next v2.0.0 |
1296 | 2024-04-08T14:10:45.239Z | Compiling openssl-macros v0.1.1 |
1297 | 2024-04-08T14:10:45.392Z | Compiling thread_local v1.1.7 |
1298 | 2024-04-08T14:10:45.939Z | Compiling encoding_rs v0.8.33 |
1299 | 2024-04-08T14:10:46.072Z | Compiling native-tls v0.2.11 |
1300 | 2024-04-08T14:10:46.395Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1301 | 2024-04-08T14:10:47.302Z | Compiling camino v1.1.6 |
1302 | 2024-04-08T14:10:47.814Z | Compiling slog-async v2.8.0 |
1303 | 2024-04-08T14:10:47.875Z | Compiling mime v0.3.17 |
1304 | 2024-04-08T14:10:48.250Z | Compiling semver v1.0.22 |
1305 | 2024-04-08T14:10:48.786Z | Compiling term v0.7.0 |
1306 | 2024-04-08T14:10:52.567Z | Compiling rustls-native-certs v0.6.3 |
1307 | 2024-04-08T14:10:53.279Z | Compiling crossbeam-channel v0.5.8 |
1308 | 2024-04-08T14:10:53.507Z | Compiling futures-executor v0.3.30 |
1309 | 2024-04-08T14:10:54.535Z | Compiling take_mut v0.2.2 |
1310 | 2024-04-08T14:10:54.631Z | Compiling lazy_static v1.4.0 |
1311 | 2024-04-08T14:10:54.670Z | Compiling unicode-width v0.1.10 |
1312 | 2024-04-08T14:10:54.818Z | Compiling futures v0.3.30 |
1313 | 2024-04-08T14:10:54.970Z | Compiling hyper-rustls v0.24.1 |
1314 | 2024-04-08T14:10:55.060Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1315 | 2024-04-08T14:10:55.794Z | Compiling slog-term v2.9.1 |
1316 | 2024-04-08T14:10:56.721Z | Compiling openapiv3 v2.0.0 |
1317 | 2024-04-08T14:10:57.305Z | Compiling serde_spanned v0.6.5 |
1318 | 2024-04-08T14:10:57.342Z | Compiling toml_datetime v0.6.5 |
1319 | 2024-04-08T14:10:57.515Z | Compiling scroll_derive v0.12.0 |
1320 | 2024-04-08T14:10:57.900Z | Compiling libz-sys v1.1.12 |
1321 | 2024-04-08T14:10:57.925Z | Compiling ring v0.17.7 |
1322 | 2024-04-08T14:10:58.111Z | Compiling usdt-impl v0.5.0 |
1323 | 2024-04-08T14:10:58.441Z | Compiling omicron-workspace-hack v0.1.0 |
1324 | 2024-04-08T14:10:58.466Z | Compiling zeroize v1.6.0 |
1325 | 2024-04-08T14:10:58.624Z | Compiling winnow v0.5.15 |
1326 | 2024-04-08T14:10:58.747Z | Compiling ipnet v2.8.0 |
1327 | 2024-04-08T14:10:58.777Z | Compiling scroll v0.12.0 |
1328 | 2024-04-08T14:10:59.290Z | Compiling tokio-native-tls v0.3.1 |
1329 | 2024-04-08T14:10:59.527Z | Compiling dof v0.3.0 |
1330 | 2024-04-08T14:10:59.968Z | Compiling dtrace-parser v0.2.0 |
1331 | 2024-04-08T14:11:01.238Z | Compiling toml_edit v0.19.15 |
1332 | 2024-04-08T14:11:01.405Z | Compiling plain v0.2.3 |
1333 | 2024-04-08T14:11:01.535Z | Compiling spin v0.9.8 |
1334 | 2024-04-08T14:11:01.968Z | Compiling goblin v0.8.0 |
1335 | 2024-04-08T14:11:02.064Z | Compiling getopts v0.2.21 |
1336 | 2024-04-08T14:11:02.719Z | Compiling hyper-tls v0.5.0 |
1337 | 2024-04-08T14:11:03.467Z | Compiling proc-macro-crate v1.3.1 |
1338 | 2024-04-08T14:11:03.575Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1339 | 2024-04-08T14:11:03.684Z | Compiling sha1 v0.10.6 |
1340 | 2024-04-08T14:11:04.653Z | Compiling sync_wrapper v0.1.2 |
1341 | 2024-04-08T14:11:04.756Z | Compiling rustls-pki-types v1.3.1 |
1342 | 2024-04-08T14:11:05.802Z | Compiling unsafe-libyaml v0.2.9 |
1343 | 2024-04-08T14:11:06.127Z | Compiling webpki-roots v0.25.2 |
1344 | 2024-04-08T14:11:06.248Z | Compiling untrusted v0.9.0 |
1345 | 2024-04-08T14:11:06.416Z | Compiling match_cfg v0.1.0 |
1346 | 2024-04-08T14:11:06.507Z | Compiling pretty-hex v0.4.1 |
1347 | 2024-04-08T14:11:07.048Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1348 | 2024-04-08T14:11:07.077Z | Compiling serde_yaml v0.9.25 |
1349 | 2024-04-08T14:11:07.399Z | Compiling hostname v0.3.1 |
1350 | 2024-04-08T14:11:07.606Z | Compiling reqwest v0.11.24 |
1351 | 2024-04-08T14:11:10.034Z | Compiling num-integer v0.1.45 |
1352 | 2024-04-08T14:11:10.306Z | Compiling rustls v0.22.2 |
1353 | 2024-04-08T14:11:10.567Z | Compiling ident_case v1.0.1 |
1354 | 2024-04-08T14:11:10.709Z | Compiling unicode-xid v0.2.4 |
1355 | 2024-04-08T14:11:10.839Z | Compiling strsim v0.10.0 |
1356 | 2024-04-08T14:11:11.360Z | Compiling darling_core v0.20.3 |
1357 | 2024-04-08T14:11:12.240Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1358 | 2024-04-08T14:11:12.903Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1359 | 2024-04-08T14:11:15.457Z | Compiling usdt-attr-macro v0.5.0 |
1360 | 2024-04-08T14:11:16.617Z | Compiling usdt-macro v0.5.0 |
1361 | 2024-04-08T14:11:17.688Z | Compiling strum_macros v0.26.1 |
1362 | 2024-04-08T14:11:17.712Z | Compiling serde_path_to_error v0.1.15 |
1363 | 2024-04-08T14:11:18.482Z | Compiling memmap v0.7.0 |
1364 | 2024-04-08T14:11:18.814Z | Compiling multer v3.0.0 |
1365 | 2024-04-08T14:11:18.997Z | Compiling paste v1.0.14 |
1366 | 2024-04-08T14:11:19.116Z | Compiling winnow v0.6.2 |
1367 | 2024-04-08T14:11:19.490Z | Compiling usdt v0.5.0 |
1368 | 2024-04-08T14:11:20.680Z | Compiling darling_macro v0.20.3 |
1369 | 2024-04-08T14:11:21.591Z | Compiling slog-json v2.6.1 |
1370 | 2024-04-08T14:11:21.997Z | Compiling toml_edit v0.22.6 |
1371 | 2024-04-08T14:11:22.141Z | Compiling http v1.0.0 |
1372 | 2024-04-08T14:11:22.271Z | Compiling async-stream-impl v0.3.5 |
1373 | 2024-04-08T14:11:23.414Z | Compiling num-bigint v0.4.4 |
1374 | 2024-04-08T14:11:23.625Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1375 | 2024-04-08T14:11:23.794Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1376 | 2024-04-08T14:11:23.826Z | Compiling atomic-waker v1.1.1 |
1377 | 2024-04-08T14:11:23.990Z | Compiling waitgroup v0.1.2 |
1378 | 2024-04-08T14:11:24.508Z | Compiling toml v0.8.10 |
1379 | 2024-04-08T14:11:25.886Z | Compiling async-stream v0.3.5 |
1380 | 2024-04-08T14:11:26.197Z | Compiling slog-bunyan v2.5.0 |
1381 | 2024-04-08T14:11:26.568Z | Compiling darling v0.20.3 |
1382 | 2024-04-08T14:11:26.662Z | Compiling strum v0.26.1 |
1383 | 2024-04-08T14:11:27.692Z | Compiling synstructure v0.12.6 |
1384 | 2024-04-08T14:11:27.789Z | Compiling rustls-pemfile v2.1.1 |
1385 | 2024-04-08T14:11:28.397Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1386 | 2024-04-08T14:11:28.823Z | Compiling hex v0.4.3 |
1387 | 2024-04-08T14:11:29.088Z | Compiling structmeta-derive v0.3.0 |
1388 | 2024-04-08T14:11:29.346Z | Compiling proc-macro-error-attr v1.0.4 |
1389 | 2024-04-08T14:11:29.638Z | Compiling debug-ignore v1.0.5 |
1390 | 2024-04-08T14:11:29.811Z | Compiling zerocopy-derive v0.2.0 |
1391 | 2024-04-08T14:11:30.126Z | Compiling serde_with_macros v3.6.1 |
1392 | 2024-04-08T14:11:31.293Z | Compiling structmeta v0.3.0 |
1393 | 2024-04-08T14:11:31.586Z | Compiling num_enum_derive v0.5.11 |
1394 | 2024-04-08T14:11:32.363Z | Compiling newtype-uuid v1.0.1 |
1395 | 2024-04-08T14:11:32.639Z | Compiling proc-macro-error v1.0.4 |
1396 | 2024-04-08T14:11:32.935Z | Compiling bitflags v1.3.2 |
1397 | 2024-04-08T14:11:33.535Z | Compiling num_enum v0.5.11 |
1398 | 2024-04-08T14:11:33.808Z | Compiling serde_with v3.6.1 |
1399 | 2024-04-08T14:11:34.242Z | Compiling parse-display-derive v0.9.0 |
1400 | 2024-04-08T14:11:36.336Z | Compiling serde_repr v0.1.16 |
1401 | 2024-04-08T14:11:37.057Z | Compiling instant v0.1.12 |
1402 | 2024-04-08T14:11:37.186Z | Compiling backoff v0.4.0 |
1403 | 2024-04-08T14:11:37.462Z | Compiling parse-display v0.9.0 |
1404 | 2024-04-08T14:11:37.893Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1405 | 2024-04-08T14:11:38.179Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1406 | 2024-04-08T14:11:38.271Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1407 | 2024-04-08T14:11:38.480Z | Compiling ipnetwork v0.20.0 |
1408 | 2024-04-08T14:11:38.523Z | Compiling macaddr v1.0.1 |
1409 | 2024-04-08T14:11:38.873Z | Compiling regress v0.8.0 |
1410 | 2024-04-08T14:11:38.987Z | Compiling libgit2-sys v0.16.2+1.7.2 |
1411 | 2024-04-08T14:11:39.048Z | Compiling num-iter v0.1.43 |
1412 | 2024-04-08T14:11:39.334Z | Compiling num-rational v0.4.1 |
1413 | 2024-04-08T14:11:39.608Z | Compiling usdt-impl v0.3.5 |
1414 | 2024-04-08T14:11:39.635Z | Compiling static_assertions v1.1.0 |
1415 | 2024-04-08T14:11:39.722Z | Compiling semver v0.1.20 |
1416 | 2024-04-08T14:11:40.171Z | Compiling either v1.9.0 |
1417 | 2024-04-08T14:11:40.737Z | Compiling rustc_version v0.1.7 |
1418 | 2024-04-08T14:11:41.375Z | Compiling atty v0.2.14 |
1419 | 2024-04-08T14:11:41.411Z | Compiling arc-swap v1.6.0 |
1420 | 2024-04-08T14:11:42.027Z | Compiling newtype_derive v0.1.6 |
1421 | 2024-04-08T14:11:42.220Z | Compiling zerocopy v0.3.2 |
1422 | 2024-04-08T14:11:42.470Z | Compiling vergen v8.3.1 |
1423 | 2024-04-08T14:11:42.682Z | Compiling num-complex v0.4.4 |
1424 | 2024-04-08T14:11:42.764Z | Compiling cargo-platform v0.1.6 |
1425 | 2024-04-08T14:11:43.008Z | Compiling zerocopy-derive v0.6.6 |
1426 | 2024-04-08T14:11:43.164Z | Compiling hubpack_derive v0.1.1 |
1427 | 2024-04-08T14:11:43.192Z | Compiling memoffset v0.9.0 |
1428 | 2024-04-08T14:11:43.496Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1429 | 2024-04-08T14:11:43.755Z | Compiling base64ct v1.6.0 |
1430 | 2024-04-08T14:11:43.848Z | Compiling crucible-workspace-hack v0.1.0 |
1431 | 2024-04-08T14:11:43.990Z | Compiling hubpack v0.1.2 |
1432 | 2024-04-08T14:11:44.116Z | Compiling num v0.4.1 |
1433 | 2024-04-08T14:11:44.200Z | Compiling password-hash v0.5.0 |
1434 | 2024-04-08T14:11:44.225Z | Compiling cargo_metadata v0.18.1 |
1435 | 2024-04-08T14:11:44.287Z | Compiling dof v0.1.5 |
1436 | 2024-04-08T14:11:44.449Z | Compiling slog-scope v4.4.0 |
1437 | 2024-04-08T14:11:44.721Z | Compiling zerocopy v0.6.6 |
1438 | 2024-04-08T14:11:44.835Z | Compiling rustc_version v0.4.0 |
1439 | 2024-04-08T14:11:45.031Z | Compiling blake2 v0.10.6 |
1440 | 2024-04-08T14:11:45.235Z | Compiling strum_macros v0.25.3 |
1441 | 2024-04-08T14:11:45.334Z | Compiling dtrace-parser v0.1.14 |
1442 | 2024-04-08T14:11:45.423Z | Compiling libsqlite3-sys v0.28.0 |
1443 | 2024-04-08T14:11:45.859Z | Compiling crossbeam-epoch v0.9.15 |
1444 | 2024-04-08T14:11:45.991Z | Compiling slog-dtrace v0.3.0 |
1445 | 2024-04-08T14:11:46.022Z | Compiling cfg_aliases v0.1.1 |
1446 | 2024-04-08T14:11:46.259Z | Compiling utf8parse v0.2.1 |
1447 | 2024-04-08T14:11:46.396Z | Compiling data-encoding v2.4.0 |
1448 | 2024-04-08T14:11:46.590Z | Compiling fixedbitset v0.4.2 |
1449 | 2024-04-08T14:11:46.778Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1450 | 2024-04-08T14:11:46.803Z | Compiling humantime v2.1.0 |
1451 | 2024-04-08T14:11:47.076Z | Compiling petgraph v0.6.4 |
1452 | 2024-04-08T14:11:47.274Z | Compiling anstyle-parse v0.2.1 |
1453 | 2024-04-08T14:11:47.624Z | Compiling nix v0.28.0 |
1454 | 2024-04-08T14:11:47.659Z | Compiling argon2 v0.5.3 |
1455 | 2024-04-08T14:11:47.759Z | Compiling slog-stdlog v4.1.1 |
1456 | 2024-04-08T14:11:48.322Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1457 | 2024-04-08T14:11:48.541Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1458 | 2024-04-08T14:11:48.832Z | Compiling serde_tokenstream v0.1.7 |
1459 | 2024-04-08T14:11:48.875Z | Compiling foreign-types-macros v0.2.3 |
1460 | 2024-04-08T14:11:49.042Z | Compiling inout v0.1.3 |
1461 | 2024-04-08T14:11:49.222Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
1462 | 2024-04-08T14:11:49.248Z | Compiling backtrace v0.3.69 |
1463 | 2024-04-08T14:11:49.641Z | Compiling indexmap v1.9.3 |
1464 | 2024-04-08T14:11:49.745Z | Compiling termcolor v1.2.0 |
1465 | 2024-04-08T14:11:49.862Z | Compiling foreign-types-shared v0.3.1 |
1466 | 2024-04-08T14:11:49.950Z | Compiling anstyle-query v1.0.0 |
1467 | 2024-04-08T14:11:49.975Z | Compiling pretty-hex v0.2.1 |
1468 | 2024-04-08T14:11:49.975Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1469 | 2024-04-08T14:11:50.080Z | Compiling base64 v0.13.1 |
1470 | 2024-04-08T14:11:50.143Z | Compiling doc-comment v0.3.3 |
1471 | 2024-04-08T14:11:50.268Z | Compiling adler v1.0.2 |
1472 | 2024-04-08T14:11:50.505Z | Compiling colorchoice v1.0.0 |
1473 | 2024-04-08T14:11:50.575Z | Compiling anstyle v1.0.2 |
1474 | 2024-04-08T14:11:50.601Z | Compiling radium v0.7.0 |
1475 | 2024-04-08T14:11:50.645Z | Compiling gimli v0.28.0 |
1476 | 2024-04-08T14:11:50.749Z | Compiling miniz_oxide v0.7.1 |
1477 | 2024-04-08T14:11:50.816Z | Compiling steno v0.4.0 |
1478 | 2024-04-08T14:11:51.006Z | Compiling anstream v0.5.0 |
1479 | 2024-04-08T14:11:51.052Z | Compiling foreign-types v0.5.0 |
1480 | 2024-04-08T14:11:51.197Z | Compiling cipher v0.4.4 |
1481 | 2024-04-08T14:11:51.899Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1482 | 2024-04-08T14:11:52.165Z | Compiling slog-envlogger v2.2.0 |
1483 | 2024-04-08T14:11:52.398Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1484 | 2024-04-08T14:11:53.404Z | Compiling itertools v0.10.5 |
1485 | 2024-04-08T14:11:54.079Z | Compiling addr2line v0.21.0 |
1486 | 2024-04-08T14:11:54.145Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1487 | 2024-04-08T14:11:54.374Z | Compiling colored v2.0.4 |
1488 | 2024-04-08T14:11:55.071Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1489 | 2024-04-08T14:11:55.330Z | Compiling hashlink v0.9.0 |
1490 | 2024-04-08T14:11:55.462Z | Compiling pin-project-internal v1.1.3 |
1491 | 2024-04-08T14:11:55.490Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1492 | 2024-04-08T14:11:55.855Z | Compiling object v0.32.0 |
1493 | 2024-04-08T14:11:55.939Z | Compiling cstr-argument v0.1.2 |
1494 | 2024-04-08T14:11:56.144Z | Compiling tap v1.0.1 |
1495 | 2024-04-08T14:11:56.242Z | Compiling clap_lex v0.5.1 |
1496 | 2024-04-08T14:11:56.313Z | Compiling rayon-core v1.12.1 |
1497 | 2024-04-08T14:11:56.592Z | Compiling portable-atomic v1.4.3 |
1498 | 2024-04-08T14:11:56.814Z | Compiling fallible-iterator v0.3.0 |
1499 | 2024-04-08T14:11:57.311Z | Compiling fastrand v2.0.0 |
1500 | 2024-04-08T14:11:57.443Z | Compiling rustc-demangle v0.1.23 |
1501 | 2024-04-08T14:11:57.732Z | Compiling tower-layer v0.3.2 |
1502 | 2024-04-08T14:11:57.897Z | Compiling os_str_bytes v6.5.1 |
1503 | 2024-04-08T14:11:58.011Z | Compiling hashbrown v0.12.3 |
1504 | 2024-04-08T14:11:58.400Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1505 | 2024-04-08T14:11:58.685Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1506 | 2024-04-08T14:11:58.711Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1507 | 2024-04-08T14:11:58.976Z | Compiling fallible-streaming-iterator v0.1.9 |
1508 | 2024-04-08T14:11:59.099Z | Compiling clap_lex v0.2.4 |
1509 | 2024-04-08T14:11:59.208Z | Compiling rusqlite v0.31.0 |
1510 | 2024-04-08T14:11:59.377Z | Compiling pin-project v1.1.3 |
1511 | 2024-04-08T14:11:59.491Z | Compiling tempfile v3.8.0 |
1512 | 2024-04-08T14:11:59.991Z | Compiling clap_builder v4.4.0 |
1513 | 2024-04-08T14:12:01.823Z | Compiling wyz v0.5.1 |
1514 | 2024-04-08T14:12:02.330Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1515 | 2024-04-08T14:12:03.089Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1516 | 2024-04-08T14:12:03.399Z | Compiling crossbeam-deque v0.8.3 |
1517 | 2024-04-08T14:12:04.120Z | Compiling pem v1.1.1 |
1518 | 2024-04-08T14:12:04.156Z | Compiling usdt-macro v0.3.5 |
1519 | 2024-04-08T14:12:04.182Z | Compiling usdt-attr-macro v0.3.5 |
1520 | 2024-04-08T14:12:05.232Z | Compiling twox-hash v1.6.3 |
1521 | 2024-04-08T14:12:05.343Z | Compiling clap_derive v3.2.25 |
1522 | 2024-04-08T14:12:05.435Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1523 | 2024-04-08T14:12:05.991Z | Compiling simple_asn1 v0.6.2 |
1524 | 2024-04-08T14:12:06.584Z | Compiling num_enum_derive v0.7.0 |
1525 | 2024-04-08T14:12:07.229Z | Compiling tokio-io-timeout v1.2.0 |
1526 | 2024-04-08T14:12:07.478Z | Compiling clap_derive v4.4.0 |
1527 | 2024-04-08T14:12:08.552Z | Compiling snafu-derive v0.7.5 |
1528 | 2024-04-08T14:12:08.737Z | Compiling universal-hash v0.5.1 |
1529 | 2024-04-08T14:12:08.762Z | Compiling curl v0.4.44 |
1530 | 2024-04-08T14:12:08.920Z | Compiling funty v2.0.0 |
1531 | 2024-04-08T14:12:09.085Z | Compiling matches v0.1.10 |
1532 | 2024-04-08T14:12:09.168Z | Compiling textwrap v0.16.0 |
1533 | 2024-04-08T14:12:09.327Z | Compiling http-range-header v0.3.1 |
1534 | 2024-04-08T14:12:09.384Z | Compiling utf-8 v0.7.6 |
1535 | 2024-04-08T14:12:09.981Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1536 | 2024-04-08T14:12:10.283Z | Compiling base64 v0.22.0 |
1537 | 2024-04-08T14:12:10.903Z | Compiling opaque-debug v0.3.0 |
1538 | 2024-04-08T14:12:10.986Z | Compiling polyval v0.6.1 |
1539 | 2024-04-08T14:12:11.012Z | Compiling clap v4.4.0 |
1540 | 2024-04-08T14:12:11.090Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1541 | 2024-04-08T14:12:11.155Z | Compiling bitvec v1.0.1 |
1542 | 2024-04-08T14:12:11.186Z | Compiling tungstenite v0.20.1 |
1543 | 2024-04-08T14:12:11.389Z | Compiling tower-http v0.4.4 |
1544 | 2024-04-08T14:12:12.429Z | Compiling snafu v0.7.5 |
1545 | 2024-04-08T14:12:13.097Z | Compiling clap v3.2.25 |
1546 | 2024-04-08T14:12:13.434Z | Compiling idna v0.2.3 |
1547 | 2024-04-08T14:12:14.494Z | Compiling num_enum v0.7.0 |
1548 | 2024-04-08T14:12:14.643Z | Compiling hyper-timeout v0.4.1 |
1549 | 2024-04-08T14:12:14.885Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1550 | 2024-04-08T14:12:14.960Z | Compiling jsonwebtoken v8.3.0 |
1551 | 2024-04-08T14:12:15.495Z | Compiling usdt v0.3.5 |
1552 | 2024-04-08T14:12:18.993Z | Compiling tower v0.4.13 |
1553 | 2024-04-08T14:12:19.594Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1554 | 2024-04-08T14:12:20.377Z | Compiling aes v0.8.3 |
1555 | 2024-04-08T14:12:20.895Z | Compiling ctr v0.9.2 |
1556 | 2024-04-08T14:12:21.188Z | Compiling zone_cfg_derive v0.2.0 |
1557 | 2024-04-08T14:12:21.427Z | Compiling secrecy v0.8.0 |
1558 | 2024-04-08T14:12:21.427Z | Compiling console v0.15.7 |
1559 | 2024-04-08T14:12:21.615Z | Compiling sha2 v0.10.7 |
1560 | 2024-04-08T14:12:22.233Z | Compiling bincode v1.3.3 |
1561 | 2024-04-08T14:12:22.357Z | Compiling async-recursion v0.3.2 |
1562 | 2024-04-08T14:12:23.074Z | Compiling enum-as-inner v0.5.1 |
1563 | 2024-04-08T14:12:23.099Z | Compiling aead v0.5.2 |
1564 | 2024-04-08T14:12:23.259Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1565 | 2024-04-08T14:12:23.373Z | Compiling number_prefix v0.4.0 |
1566 | 2024-04-08T14:12:23.581Z | Compiling linked-hash-map v0.5.6 |
1567 | 2024-04-08T14:12:23.607Z | Compiling quick-error v1.2.3 |
1568 | 2024-04-08T14:12:23.632Z | Compiling erased-serde v0.3.30 |
1569 | 2024-04-08T14:12:23.723Z | Compiling resolv-conf v0.7.0 |
1570 | 2024-04-08T14:12:23.942Z | Compiling lru-cache v0.1.2 |
1571 | 2024-04-08T14:12:23.991Z | Compiling trust-dns-proto v0.22.0 |
1572 | 2024-04-08T14:12:24.090Z | Compiling indicatif v0.17.6 |
1573 | 2024-04-08T14:12:24.115Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1574 | 2024-04-08T14:12:24.142Z | Compiling aes-gcm-siv v0.11.1 |
1575 | 2024-04-08T14:12:24.354Z | Compiling zone v0.2.0 |
1576 | 2024-04-08T14:12:24.979Z | Compiling sha256 v1.4.0 |
1577 | 2024-04-08T14:12:25.116Z | Compiling octocrab v0.25.1 |
1578 | 2024-04-08T14:12:25.494Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1579 | 2024-04-08T14:12:25.796Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1580 | 2024-04-08T14:12:27.111Z | Compiling rayon v1.10.0 |
1581 | 2024-04-08T14:12:29.256Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
1582 | 2024-04-08T14:12:31.170Z | Compiling toml v0.7.8 |
1583 | 2024-04-08T14:12:31.196Z | Compiling tokio-tungstenite v0.20.1 |
1584 | 2024-04-08T14:12:31.632Z | Compiling env_logger v0.9.3 |
1585 | 2024-04-08T14:12:31.695Z | Compiling itertools v0.12.1 |
1586 | 2024-04-08T14:12:33.178Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1587 | 2024-04-08T14:12:33.607Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1588 | 2024-04-08T14:12:34.737Z | Compiling toml v0.5.11 |
1589 | 2024-04-08T14:12:35.263Z | Compiling async-recursion v1.1.0 |
1590 | 2024-04-08T14:12:35.421Z | Compiling bitstruct_derive v0.1.0 |
1591 | 2024-04-08T14:12:35.455Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1592 | 2024-04-08T14:12:35.588Z | Compiling libloading v0.7.4 |
1593 | 2024-04-08T14:12:35.812Z | Compiling ascii v1.1.0 |
1594 | 2024-04-08T14:12:35.955Z | Compiling ringbuffer v0.15.0 |
1595 | 2024-04-08T14:12:36.444Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1596 | 2024-04-08T14:12:36.501Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1597 | 2024-04-08T14:12:36.618Z | Compiling bitstruct v0.1.1 |
1598 | 2024-04-08T14:12:36.655Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1599 | 2024-04-08T14:12:36.717Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1600 | 2024-04-08T14:12:36.742Z | Compiling trust-dns-resolver v0.22.0 |
1601 | 2024-04-08T14:12:37.065Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1602 | 2024-04-08T14:12:37.192Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1603 | 2024-04-08T14:12:38.107Z | Compiling const_format_proc_macros v0.2.31 |
1604 | 2024-04-08T14:12:38.151Z | Compiling serde_arrays v0.1.0 |
1605 | 2024-04-08T14:12:38.295Z | Compiling kstat-rs v0.2.3 |
1606 | 2024-04-08T14:12:38.420Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1607 | 2024-04-08T14:12:38.719Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1608 | 2024-04-08T14:12:38.945Z | Compiling ron v0.7.1 |
1609 | 2024-04-08T14:12:39.054Z | Compiling bit_field v0.10.2 |
1610 | 2024-04-08T14:12:39.261Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1611 | 2024-04-08T14:12:39.770Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1612 | 2024-04-08T14:12:40.366Z | Compiling const_format v0.2.31 |
1613 | 2024-04-08T14:12:49.733Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1614 | 2024-04-08T14:12:56.706Z | Compiling rustls-webpki v0.102.1 |
1615 | 2024-04-08T14:13:01.297Z | Compiling tokio-rustls v0.25.0 |
1616 | 2024-04-08T14:13:05.923Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1617 | 2024-04-08T14:13:12.051Z | Compiling git2 v0.18.2 |
1618 | 2024-04-08T14:13:12.503Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1619 | 2024-04-08T14:13:12.503Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1620 | 2024-04-08T14:13:12.530Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1621 | 2024-04-08T14:13:15.218Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1622 | 2024-04-08T14:13:18.565Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1623 | 2024-04-08T14:13:21.232Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=4661c23b248da18862012cf55af21b17b79a468e#4661c23b) |
1624 | 2024-04-08T14:13:23.409Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1625 | 2024-04-08T14:13:33.701Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1626 | 2024-04-08T14:13:43.106Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1627 | 2024-04-08T14:13:48.996Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1628 | 2024-04-08T14:13:57.814Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1629 | 2024-04-08T14:14:49.297Z | Finished release [optimized] target(s) in 4m 50s |
1630 | 2024-04-08T14:14:49.372Z | |
1631 | 2024-04-08T14:14:49.372Z | real 4:51.072756301 |
1632 | 2024-04-08T14:14:49.397Z | user 32:18.813578543 |
1633 | 2024-04-08T14:14:49.398Z | sys 3:04.399837027 |
1634 | 2024-04-08T14:14:49.398Z | trap 0.948779334 |
1635 | 2024-04-08T14:14:49.398Z | tflt 0.857987163 |
1636 | 2024-04-08T14:14:49.398Z | dflt 1.294987706 |
1637 | 2024-04-08T14:14:49.398Z | kflt 0.000324276 |
1638 | 2024-04-08T14:14:49.398Z | lock 1:05:26.171840987 |
1639 | 2024-04-08T14:14:49.398Z | slp 1:27:05.566889336 |
1640 | 2024-04-08T14:14:49.398Z | lat 1:18.231584233 |
1641 | 2024-04-08T14:14:49.398Z | stop 1:01.623841622 |
1642 | 2024-04-08T14:14:49.398Z | + OUTDIR=/work/release |
1643 | 2024-04-08T14:14:49.398Z | + mkdir -p /work/release |
1644 | 2024-04-08T14:14:49.398Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1645 | 2024-04-08T14:14:49.398Z | + cp target/release/propolis-server /work/release/propolis-server |
1646 | 2024-04-08T14:14:49.454Z | process exited: duration 530644 ms, exit code 0 |
|
1647 | 2024-04-08T14:14:49.535Z | found 2 output files |
1648 | 2024-04-08T14:14:49.535Z | uploading: /work/release/propolis-cli (13850728 bytes) |
1649 | 2024-04-08T14:14:54.734Z | uploaded: /work/release/propolis-cli |
1650 | 2024-04-08T14:14:54.761Z | uploading: /work/release/propolis-server (50086456 bytes) |
1651 | 2024-04-08T14:15:07.663Z | uploaded: /work/release/propolis-server |