|
|
|
1 | 2024-03-21T21:33:58.999Z | job assigned to worker 01HSHEXFEKZM6ZS1B54K5TERVT (queued for 43 s) |
|
2 | 2024-03-21T21:33:59.499Z | starting task 0: "setup" |
3 | 2024-03-21T21:33:59.525Z | ++ uname -s |
4 | 2024-03-21T21:33:59.525Z | + kern=SunOS |
5 | 2024-03-21T21:33:59.525Z | + case "$kern" in |
6 | 2024-03-21T21:33:59.525Z | + groupadd -g 12345 build |
7 | 2024-03-21T21:33:59.525Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-03-21T21:34:01.528Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-03-21T21:34:01.573Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-03-21T21:34:01.600Z | + home_fs=zfs |
11 | 2024-03-21T21:34:01.600Z | + [[ zfs == autofs ]] |
12 | 2024-03-21T21:34:01.600Z | + mkdir -p /home/build |
13 | 2024-03-21T21:34:01.600Z | + chown build:build /home/build /work |
14 | 2024-03-21T21:34:03.583Z | + chmod 0700 /home/build /work |
15 | 2024-03-21T21:34:03.609Z | process exited: duration 4087 ms, exit code 0 |
|
16 | 2024-03-21T21:34:03.661Z | starting task 1: "rust-toolchain" |
17 | 2024-03-21T21:34:03.688Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2024-03-21T21:34:03.688Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2024-03-21T21:34:03.861Z | info: downloading installer |
20 | 2024-03-21T21:34:04.829Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2024-03-21T21:34:04.829Z | warning: /opt/ooce/bin |
22 | 2024-03-21T21:34:04.829Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2024-03-21T21:34:04.829Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2024-03-21T21:34:04.829Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2024-03-21T21:34:04.829Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2024-03-21T21:34:04.829Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2024-03-21T21:34:04.829Z | error: cannot install while Rust is installed |
28 | 2024-03-21T21:34:04.829Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2024-03-21T21:34:04.884Z | info: profile set to 'default' |
30 | 2024-03-21T21:34:04.885Z | info: default host triple is x86_64-unknown-illumos |
31 | 2024-03-21T21:34:04.885Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2024-03-21T21:34:04.997Z | info: latest update on 2024-03-21, rust version 1.77.0 (aedd173a2 2024-03-17) |
33 | 2024-03-21T21:34:04.997Z | info: downloading component 'cargo' |
34 | 2024-03-21T21:34:05.166Z | info: downloading component 'clippy' |
35 | 2024-03-21T21:34:05.216Z | info: downloading component 'rust-docs' |
36 | 2024-03-21T21:34:05.387Z | info: downloading component 'rust-std' |
37 | 2024-03-21T21:34:05.786Z | info: downloading component 'rustc' |
38 | 2024-03-21T21:34:06.397Z | info: downloading component 'rustfmt' |
39 | 2024-03-21T21:34:06.442Z | info: installing component 'cargo' |
40 | 2024-03-21T21:34:07.531Z | info: installing component 'clippy' |
41 | 2024-03-21T21:34:07.907Z | info: installing component 'rust-docs' |
42 | 2024-03-21T21:34:10.546Z | info: installing component 'rust-std' |
43 | 2024-03-21T21:34:12.593Z | info: installing component 'rustc' |
44 | 2024-03-21T21:34:17.524Z | info: installing component 'rustfmt' |
45 | 2024-03-21T21:34:17.935Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2024-03-21T21:34:17.935Z | |
47 | 2024-03-21T21:34:18.039Z | stable-x86_64-unknown-illumos installed - rustc 1.77.0 (aedd173a2 2024-03-17) |
48 | 2024-03-21T21:34:18.039Z | |
49 | 2024-03-21T21:34:18.039Z | |
50 | 2024-03-21T21:34:18.039Z | Rust is installed now. Great! |
51 | 2024-03-21T21:34:18.039Z | |
52 | 2024-03-21T21:34:18.039Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2024-03-21T21:34:18.039Z | environment variable. This has not been done automatically. |
54 | 2024-03-21T21:34:18.039Z | |
55 | 2024-03-21T21:34:18.039Z | To configure your current shell, you need to source |
56 | 2024-03-21T21:34:18.039Z | the corresponding env file under $HOME/.cargo. |
57 | 2024-03-21T21:34:18.039Z | |
58 | 2024-03-21T21:34:18.068Z | This is usually done by running one of the following (note the leading DOT): |
59 | 2024-03-21T21:34:18.068Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
60 | 2024-03-21T21:34:18.068Z | source "$HOME/.cargo/env.fish" # For fish |
61 | 2024-03-21T21:34:18.110Z | + rustc --version |
62 | 2024-03-21T21:34:18.200Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
63 | 2024-03-21T21:34:18.228Z | process exited: duration 14543 ms, exit code 0 |
|
64 | 2024-03-21T21:34:18.279Z | starting task 2: "authentication" |
65 | 2024-03-21T21:34:18.338Z | process exited: duration 58 ms, exit code 0 |
|
66 | 2024-03-21T21:34:18.393Z | starting task 3: "clone repository" |
67 | 2024-03-21T21:34:18.420Z | + mkdir -p /work/oxidecomputer/propolis |
68 | 2024-03-21T21:34:18.420Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
69 | 2024-03-21T21:34:18.445Z | Cloning into '/work/oxidecomputer/propolis'... |
70 | 2024-03-21T21:34:19.543Z | + cd /work/oxidecomputer/propolis |
71 | 2024-03-21T21:34:19.543Z | + git fetch origin 25c33e77a1ff9d30125d175891434682b601f246 |
72 | 2024-03-21T21:34:20.044Z | From https://github.com/oxidecomputer/propolis |
73 | 2024-03-21T21:34:20.044Z | * branch 25c33e77a1ff9d30125d175891434682b601f246 -> FETCH_HEAD |
74 | 2024-03-21T21:34:20.075Z | + [[ -n '' ]] |
75 | 2024-03-21T21:34:20.075Z | + git reset --hard 25c33e77a1ff9d30125d175891434682b601f246 |
76 | 2024-03-21T21:34:20.075Z | HEAD is now at 25c33e7 Fix clippy/lint nits for rust 1.77.0 |
77 | 2024-03-21T21:34:20.075Z | process exited: duration 1683 ms, exit code 0 |
|
78 | 2024-03-21T21:34:20.128Z | starting task 4: "build" |
79 | 2024-03-21T21:34:20.154Z | + cargo --version |
80 | 2024-03-21T21:34:20.204Z | cargo 1.77.0 (3fe68eabf 2024-02-29) |
81 | 2024-03-21T21:34:20.232Z | + rustc --version |
82 | 2024-03-21T21:34:20.279Z | rustc 1.77.0 (aedd173a2 2024-03-17) |
83 | 2024-03-21T21:34:20.305Z | + banner check |
84 | 2024-03-21T21:34:20.305Z | |
85 | 2024-03-21T21:34:20.305Z | #### # # ###### #### # # |
86 | 2024-03-21T21:34:20.305Z | # # # # # # # # # |
87 | 2024-03-21T21:34:20.305Z | # ###### ##### # #### |
88 | 2024-03-21T21:34:20.305Z | # # # # # # # |
89 | 2024-03-21T21:34:20.305Z | # # # # # # # # # |
90 | 2024-03-21T21:34:20.305Z | #### # # ###### #### # # |
91 | 2024-03-21T21:34:20.305Z | |
92 | 2024-03-21T21:34:20.305Z | + ptime -m cargo check --features falcon |
93 | 2024-03-21T21:34:20.552Z | Updating crates.io index |
94 | 2024-03-21T21:34:20.621Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
95 | 2024-03-21T21:34:22.899Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
96 | 2024-03-21T21:34:23.810Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
97 | 2024-03-21T21:34:25.906Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
98 | 2024-03-21T21:34:31.109Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
99 | 2024-03-21T21:34:31.662Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
100 | 2024-03-21T21:34:32.273Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
101 | 2024-03-21T21:34:32.749Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
102 | 2024-03-21T21:34:33.274Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
103 | 2024-03-21T21:34:33.848Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-03-21T21:34:34.532Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
105 | 2024-03-21T21:34:35.147Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
106 | 2024-03-21T21:34:35.677Z | Updating git repository `https://github.com/oxidecomputer/p4` |
107 | 2024-03-21T21:34:36.341Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
108 | 2024-03-21T21:34:37.711Z | Updating git repository `https://github.com/oxidecomputer/typify` |
109 | 2024-03-21T21:34:39.748Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
110 | 2024-03-21T21:34:40.279Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
111 | 2024-03-21T21:34:40.741Z | Updating git repository `https://github.com/oxidecomputer/zone` |
112 | 2024-03-21T21:34:41.242Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
113 | 2024-03-21T21:34:42.671Z | Downloading crates ... |
114 | 2024-03-21T21:34:42.775Z | Downloaded anstyle-query v1.0.0 |
115 | 2024-03-21T21:34:42.808Z | Downloaded anstyle-parse v0.2.1 |
116 | 2024-03-21T21:34:42.808Z | Downloaded arc-swap v1.6.0 |
117 | 2024-03-21T21:34:42.808Z | Downloaded openssl-probe v0.1.5 |
118 | 2024-03-21T21:34:42.808Z | Downloaded openssl-sys v0.9.96 |
119 | 2024-03-21T21:34:42.808Z | Downloaded pest_generator v2.7.6 |
120 | 2024-03-21T21:34:42.849Z | Downloaded ctrlc v3.4.0 |
121 | 2024-03-21T21:34:42.849Z | Downloaded percent-encoding v2.3.1 |
122 | 2024-03-21T21:34:42.849Z | Downloaded rustc_version v0.1.7 |
123 | 2024-03-21T21:34:42.849Z | Downloaded want v0.3.1 |
124 | 2024-03-21T21:34:42.849Z | Downloaded http-body v0.4.5 |
125 | 2024-03-21T21:34:42.849Z | Downloaded futures-executor v0.3.30 |
126 | 2024-03-21T21:34:42.887Z | Downloaded mime v0.3.17 |
127 | 2024-03-21T21:34:42.887Z | Downloaded tokio-native-tls v0.3.1 |
128 | 2024-03-21T21:34:42.887Z | Downloaded is_ci v1.1.1 |
129 | 2024-03-21T21:34:42.887Z | Downloaded ipnetwork v0.20.0 |
130 | 2024-03-21T21:34:42.888Z | Downloaded usdt-macro v0.3.5 |
131 | 2024-03-21T21:34:42.888Z | Downloaded strum v0.26.1 |
132 | 2024-03-21T21:34:42.888Z | Downloaded libloading v0.7.4 |
133 | 2024-03-21T21:34:42.914Z | Downloaded time-core v0.1.1 |
134 | 2024-03-21T21:34:42.914Z | Downloaded strum_macros v0.25.3 |
135 | 2024-03-21T21:34:42.914Z | Downloaded supports-color v2.1.0 |
136 | 2024-03-21T21:34:42.914Z | Downloaded take_mut v0.2.2 |
137 | 2024-03-21T21:34:42.914Z | Downloaded thread-id v4.2.0 |
138 | 2024-03-21T21:34:42.914Z | Downloaded thread_local v1.1.7 |
139 | 2024-03-21T21:34:42.914Z | Downloaded ident_case v1.0.1 |
140 | 2024-03-21T21:34:42.914Z | Downloaded tower-layer v0.3.2 |
141 | 2024-03-21T21:34:42.914Z | Downloaded socket2 v0.4.9 |
142 | 2024-03-21T21:34:42.914Z | Downloaded termcolor v1.2.0 |
143 | 2024-03-21T21:34:42.914Z | Downloaded newtype_derive v0.1.6 |
144 | 2024-03-21T21:34:42.914Z | Downloaded num v0.4.1 |
145 | 2024-03-21T21:34:42.914Z | Downloaded globset v0.4.13 |
146 | 2024-03-21T21:34:42.940Z | Downloaded twox-hash v1.6.3 |
147 | 2024-03-21T21:34:42.940Z | Downloaded multer v3.0.0 |
148 | 2024-03-21T21:34:42.940Z | Downloaded newtype-uuid v1.0.1 |
149 | 2024-03-21T21:34:42.940Z | Downloaded num-complex v0.4.4 |
150 | 2024-03-21T21:34:42.940Z | Downloaded tempfile v3.8.0 |
151 | 2024-03-21T21:34:42.940Z | Downloaded tracing-attributes v0.1.26 |
152 | 2024-03-21T21:34:42.940Z | Downloaded num_enum_derive v0.5.11 |
153 | 2024-03-21T21:34:42.940Z | Downloaded sha2 v0.10.7 |
154 | 2024-03-21T21:34:42.967Z | Downloaded sha256 v1.4.0 |
155 | 2024-03-21T21:34:42.967Z | Downloaded num-integer v0.1.45 |
156 | 2024-03-21T21:34:42.967Z | Downloaded zerocopy v0.3.2 |
157 | 2024-03-21T21:34:42.967Z | Downloaded webpki-roots v0.25.2 |
158 | 2024-03-21T21:34:42.967Z | Downloaded signal-hook-registry v1.4.1 |
159 | 2024-03-21T21:34:42.967Z | Downloaded zerocopy v0.6.6 |
160 | 2024-03-21T21:34:42.967Z | Downloaded num-traits v0.2.16 |
161 | 2024-03-21T21:34:42.967Z | Downloaded trust-dns-resolver v0.22.0 |
162 | 2024-03-21T21:34:42.993Z | Downloaded unicode-normalization v0.1.22 |
163 | 2024-03-21T21:34:42.993Z | Downloaded time v0.3.27 |
164 | 2024-03-21T21:34:42.993Z | Downloaded futures-util v0.3.30 |
165 | 2024-03-21T21:34:43.021Z | Downloaded nix v0.27.1 |
166 | 2024-03-21T21:34:43.054Z | Downloaded nix v0.26.2 |
167 | 2024-03-21T21:34:43.054Z | Downloaded idna v0.4.0 |
168 | 2024-03-21T21:34:43.082Z | Downloaded idna v0.2.3 |
169 | 2024-03-21T21:34:43.082Z | Downloaded trust-dns-proto v0.22.0 |
170 | 2024-03-21T21:34:43.109Z | Downloaded syn v2.0.52 |
171 | 2024-03-21T21:34:43.109Z | Downloaded zerocopy-derive v0.6.6 |
172 | 2024-03-21T21:34:43.136Z | Downloaded zerocopy-derive v0.2.0 |
173 | 2024-03-21T21:34:43.161Z | Downloaded libc v0.2.150 |
174 | 2024-03-21T21:34:43.188Z | Downloaded ring v0.17.7 |
175 | 2024-03-21T21:34:43.268Z | Downloaded ring v0.16.20 |
176 | 2024-03-21T21:34:43.364Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
177 | 2024-03-21T21:34:43.449Z | Downloaded encoding_rs v0.8.33 |
178 | 2024-03-21T21:34:43.475Z | Downloaded tokio v1.36.0 |
179 | 2024-03-21T21:34:43.518Z | Downloaded git2 v0.18.2 |
180 | 2024-03-21T21:34:43.544Z | Downloaded libz-sys v1.1.12 |
181 | 2024-03-21T21:34:43.601Z | Downloaded curl-sys v0.4.68+curl-8.4.0 |
182 | 2024-03-21T21:34:43.859Z | Downloaded libsqlite3-sys v0.28.0 |
183 | 2024-03-21T21:34:43.939Z | Downloaded gimli v0.28.0 |
184 | 2024-03-21T21:34:43.965Z | Downloaded regex-automata v0.4.4 |
185 | 2024-03-21T21:34:43.991Z | Downloaded bstr v1.6.0 |
186 | 2024-03-21T21:34:43.991Z | Downloaded zerocopy v0.7.32 |
187 | 2024-03-21T21:34:44.017Z | Downloaded goblin v0.8.0 |
188 | 2024-03-21T21:34:44.017Z | Downloaded syn v1.0.109 |
189 | 2024-03-21T21:34:44.044Z | Downloaded vcpkg v0.2.15 |
190 | 2024-03-21T21:34:44.070Z | Downloaded hyper v0.14.27 |
191 | 2024-03-21T21:34:44.108Z | Downloaded rustls v0.22.2 |
192 | 2024-03-21T21:34:44.108Z | Downloaded rustls v0.21.7 |
193 | 2024-03-21T21:34:44.624Z | Downloaded rustix v0.38.26 |
194 | 2024-03-21T21:34:44.624Z | Downloaded regress v0.9.0 |
195 | 2024-03-21T21:34:44.624Z | Downloaded regress v0.8.0 |
196 | 2024-03-21T21:34:44.624Z | Downloaded tower-http v0.4.4 |
197 | 2024-03-21T21:34:44.625Z | Downloaded h2 v0.3.24 |
198 | 2024-03-21T21:34:44.625Z | Downloaded regex-syntax v0.8.2 |
199 | 2024-03-21T21:34:44.625Z | Downloaded regex v1.10.3 |
200 | 2024-03-21T21:34:44.625Z | Downloaded rayon v1.8.1 |
201 | 2024-03-21T21:34:44.625Z | Downloaded tracing v0.1.37 |
202 | 2024-03-21T21:34:44.625Z | Downloaded hashbrown v0.14.3 |
203 | 2024-03-21T21:34:44.625Z | Downloaded winnow v0.6.2 |
204 | 2024-03-21T21:34:44.625Z | Downloaded itertools v0.12.1 |
205 | 2024-03-21T21:34:44.625Z | Downloaded petgraph v0.6.4 |
206 | 2024-03-21T21:34:44.625Z | Downloaded num-bigint v0.4.4 |
207 | 2024-03-21T21:34:44.625Z | Downloaded tungstenite v0.20.1 |
208 | 2024-03-21T21:34:44.625Z | Downloaded tracing-core v0.1.31 |
209 | 2024-03-21T21:34:44.625Z | Downloaded tower v0.4.13 |
210 | 2024-03-21T21:34:44.626Z | Downloaded serde_with v3.6.1 |
211 | 2024-03-21T21:34:44.626Z | Downloaded serde_json v1.0.114 |
212 | 2024-03-21T21:34:44.626Z | Downloaded num_enum v0.7.0 |
213 | 2024-03-21T21:34:44.626Z | Downloaded num-rational v0.4.1 |
214 | 2024-03-21T21:34:44.626Z | Downloaded indexmap v1.9.3 |
215 | 2024-03-21T21:34:44.626Z | Downloaded toml_edit v0.22.6 |
216 | 2024-03-21T21:34:44.626Z | Downloaded toml_edit v0.19.15 |
217 | 2024-03-21T21:34:44.626Z | Downloaded snafu v0.7.5 |
218 | 2024-03-21T21:34:44.626Z | Downloaded hashbrown v0.12.3 |
219 | 2024-03-21T21:34:44.626Z | Downloaded steno v0.4.0 |
220 | 2024-03-21T21:34:44.626Z | Downloaded libm v0.2.7 |
221 | 2024-03-21T21:34:44.626Z | Downloaded itertools v0.10.5 |
222 | 2024-03-21T21:34:44.626Z | Downloaded rustls-webpki v0.102.1 |
223 | 2024-03-21T21:34:44.627Z | Downloaded rusqlite v0.31.0 |
224 | 2024-03-21T21:34:44.627Z | Downloaded reqwest v0.11.24 |
225 | 2024-03-21T21:34:44.627Z | Downloaded sha1 v0.10.6 |
226 | 2024-03-21T21:34:44.627Z | Downloaded num_enum v0.5.11 |
227 | 2024-03-21T21:34:44.627Z | Downloaded num_enum_derive v0.7.0 |
228 | 2024-03-21T21:34:44.627Z | Downloaded num_cpus v1.16.0 |
229 | 2024-03-21T21:34:44.627Z | Downloaded textwrap v0.16.0 |
230 | 2024-03-21T21:34:44.627Z | Downloaded tar v0.4.40 |
231 | 2024-03-21T21:34:44.627Z | Downloaded mio v0.8.11 |
232 | 2024-03-21T21:34:44.627Z | Downloaded num-iter v0.1.43 |
233 | 2024-03-21T21:34:44.627Z | Downloaded universal-hash v0.5.1 |
234 | 2024-03-21T21:34:44.627Z | Downloaded unicode-ident v1.0.12 |
235 | 2024-03-21T21:34:45.014Z | Downloaded smallvec v1.11.0 |
236 | 2024-03-21T21:34:45.014Z | Downloaded url v2.4.0 |
237 | 2024-03-21T21:34:45.014Z | Downloaded portable-atomic v1.4.3 |
238 | 2024-03-21T21:34:45.014Z | Downloaded native-tls v0.2.11 |
239 | 2024-03-21T21:34:45.014Z | Downloaded unicode-xid v0.2.4 |
240 | 2024-03-21T21:34:45.014Z | Downloaded unicode-width v0.1.10 |
241 | 2024-03-21T21:34:45.014Z | Downloaded ucd-trie v0.1.6 |
242 | 2024-03-21T21:34:45.014Z | Downloaded thiserror v1.0.57 |
243 | 2024-03-21T21:34:45.014Z | Downloaded iana-time-zone v0.1.57 |
244 | 2024-03-21T21:34:45.014Z | Downloaded hashlink v0.9.0 |
245 | 2024-03-21T21:34:45.014Z | Downloaded unicode-bidi v0.3.13 |
246 | 2024-03-21T21:34:45.015Z | Downloaded typenum v1.16.0 |
247 | 2024-03-21T21:34:45.015Z | Downloaded synstructure v0.12.6 |
248 | 2024-03-21T21:34:45.015Z | Downloaded spin v0.9.8 |
249 | 2024-03-21T21:34:45.015Z | Downloaded serde_yaml v0.9.25 |
250 | 2024-03-21T21:34:45.015Z | Downloaded serde v1.0.197 |
251 | 2024-03-21T21:34:45.015Z | Downloaded term v0.7.0 |
252 | 2024-03-21T21:34:45.015Z | Downloaded match_cfg v0.1.0 |
253 | 2024-03-21T21:34:45.015Z | Downloaded hostname v0.3.1 |
254 | 2024-03-21T21:34:45.015Z | Downloaded hex v0.4.3 |
255 | 2024-03-21T21:34:45.015Z | Downloaded foreign-types-shared v0.3.1 |
256 | 2024-03-21T21:34:45.015Z | Downloaded hyper-tls v0.5.0 |
257 | 2024-03-21T21:34:45.015Z | Downloaded hyper-timeout v0.4.1 |
258 | 2024-03-21T21:34:45.015Z | Downloaded heck v0.4.1 |
259 | 2024-03-21T21:34:45.015Z | Downloaded futures-task v0.3.30 |
260 | 2024-03-21T21:34:45.015Z | Downloaded futures-sink v0.3.30 |
261 | 2024-03-21T21:34:45.015Z | Downloaded futures-macro v0.3.30 |
262 | 2024-03-21T21:34:45.015Z | Downloaded form_urlencoded v1.2.1 |
263 | 2024-03-21T21:34:45.016Z | Downloaded uuid v1.7.0 |
264 | 2024-03-21T21:34:45.016Z | Downloaded unsafe-libyaml v0.2.9 |
265 | 2024-03-21T21:34:45.016Z | Downloaded tap v1.0.1 |
266 | 2024-03-21T21:34:45.016Z | Downloaded getrandom v0.2.10 |
267 | 2024-03-21T21:34:45.016Z | Downloaded socket2 v0.5.5 |
268 | 2024-03-21T21:34:45.016Z | Downloaded log v0.4.21 |
269 | 2024-03-21T21:34:45.016Z | Downloaded lock_api v0.4.10 |
270 | 2024-03-21T21:34:45.016Z | Downloaded serde_with_macros v3.6.1 |
271 | 2024-03-21T21:34:45.016Z | Downloaded try-lock v0.2.4 |
272 | 2024-03-21T21:34:45.016Z | Downloaded tower-service v0.3.2 |
273 | 2024-03-21T21:34:45.016Z | Downloaded generic-array v0.14.7 |
274 | 2024-03-21T21:34:45.016Z | Downloaded strum_macros v0.26.1 |
275 | 2024-03-21T21:34:45.016Z | Downloaded snafu-derive v0.7.5 |
276 | 2024-03-21T21:34:45.016Z | Downloaded thiserror-impl v1.0.57 |
277 | 2024-03-21T21:34:45.016Z | Downloaded utf-8 v0.7.6 |
278 | 2024-03-21T21:34:45.016Z | Downloaded foreign-types v0.5.0 |
279 | 2024-03-21T21:34:45.016Z | Downloaded rand v0.8.5 |
280 | 2024-03-21T21:34:45.016Z | Downloaded sync_wrapper v0.1.2 |
281 | 2024-03-21T21:34:45.016Z | Downloaded glob v0.3.1 |
282 | 2024-03-21T21:34:45.016Z | Downloaded getopts v0.2.21 |
283 | 2024-03-21T21:34:45.017Z | Downloaded usdt v0.5.0 |
284 | 2024-03-21T21:34:45.017Z | Downloaded zerocopy-derive v0.7.32 |
285 | 2024-03-21T21:34:45.017Z | Downloaded slog-term v2.9.1 |
286 | 2024-03-21T21:34:45.017Z | Downloaded proc-macro2 v1.0.78 |
287 | 2024-03-21T21:34:45.017Z | Downloaded xattr v1.0.1 |
288 | 2024-03-21T21:34:45.017Z | Downloaded wyz v0.5.1 |
289 | 2024-03-21T21:34:45.017Z | Downloaded lru-cache v0.1.2 |
290 | 2024-03-21T21:34:45.017Z | Downloaded structmeta-derive v0.3.0 |
291 | 2024-03-21T21:34:45.017Z | Downloaded structmeta v0.3.0 |
292 | 2024-03-21T21:34:45.017Z | Downloaded static_assertions v1.1.0 |
293 | 2024-03-21T21:34:45.017Z | Downloaded quote v1.0.35 |
294 | 2024-03-21T21:34:45.017Z | Downloaded subtle v2.5.0 |
295 | 2024-03-21T21:34:45.017Z | Downloaded strsim v0.10.0 |
296 | 2024-03-21T21:34:45.018Z | Downloaded spin v0.5.2 |
297 | 2024-03-21T21:34:45.018Z | Downloaded utf8parse v0.2.1 |
298 | 2024-03-21T21:34:45.018Z | Downloaded usdt-impl v0.5.0 |
299 | 2024-03-21T21:34:45.018Z | Downloaded usdt-impl v0.3.5 |
300 | 2024-03-21T21:34:45.018Z | Downloaded untrusted v0.9.0 |
301 | 2024-03-21T21:34:45.018Z | Downloaded untrusted v0.7.1 |
302 | 2024-03-21T21:34:45.018Z | Downloaded macaddr v1.0.1 |
303 | 2024-03-21T21:34:45.018Z | Downloaded linked-hash-map v0.5.6 |
304 | 2024-03-21T21:34:45.018Z | Downloaded jsonwebtoken v8.3.0 |
305 | 2024-03-21T21:34:45.018Z | Downloaded indicatif v0.17.6 |
306 | 2024-03-21T21:34:45.018Z | Downloaded indexmap v2.2.5 |
307 | 2024-03-21T21:34:45.018Z | Downloaded foreign-types-macros v0.2.3 |
308 | 2024-03-21T21:34:45.018Z | Downloaded fnv v1.0.7 |
309 | 2024-03-21T21:34:45.018Z | Downloaded zone v0.2.0 |
310 | 2024-03-21T21:34:45.018Z | Downloaded zeroize v1.6.0 |
311 | 2024-03-21T21:34:45.018Z | Downloaded tokio-util v0.7.8 |
312 | 2024-03-21T21:34:45.018Z | Downloaded serde_derive v1.0.197 |
313 | 2024-03-21T21:34:45.018Z | Downloaded slog-stdlog v4.1.1 |
314 | 2024-03-21T21:34:45.019Z | Downloaded slog-scope v4.4.0 |
315 | 2024-03-21T21:34:45.019Z | Downloaded slog-json v2.6.1 |
316 | 2024-03-21T21:34:45.019Z | Downloaded hyper-rustls v0.24.1 |
317 | 2024-03-21T21:34:45.019Z | Downloaded hubpack v0.1.2 |
318 | 2024-03-21T21:34:45.019Z | Downloaded httpdate v1.0.3 |
319 | 2024-03-21T21:34:45.019Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-03-21T21:34:45.019Z | Downloaded usdt-attr-macro v0.5.0 |
321 | 2024-03-21T21:34:45.019Z | Downloaded usdt v0.3.5 |
322 | 2024-03-21T21:34:45.019Z | Downloaded ipnet v2.8.0 |
323 | 2024-03-21T21:34:45.019Z | Downloaded humantime v2.1.0 |
324 | 2024-03-21T21:34:45.019Z | Downloaded rustls-pemfile v1.0.4 |
325 | 2024-03-21T21:34:45.019Z | Downloaded clap v3.2.25 |
326 | 2024-03-21T21:34:45.019Z | Downloaded usdt-attr-macro v0.3.5 |
327 | 2024-03-21T21:34:45.019Z | Downloaded lazy_static v1.4.0 |
328 | 2024-03-21T21:34:45.019Z | Downloaded kstat-rs v0.2.3 |
329 | 2024-03-21T21:34:45.019Z | Downloaded jobserver v0.1.26 |
330 | 2024-03-21T21:34:45.019Z | Downloaded itoa v1.0.9 |
331 | 2024-03-21T21:34:45.020Z | Downloaded is-terminal v0.4.9 |
332 | 2024-03-21T21:34:45.020Z | Downloaded toml v0.5.11 |
333 | 2024-03-21T21:34:45.020Z | Downloaded tinyvec v1.6.0 |
334 | 2024-03-21T21:34:45.020Z | Downloaded slog-envlogger v2.2.0 |
335 | 2024-03-21T21:34:45.048Z | Downloaded memchr v2.6.4 |
336 | 2024-03-21T21:34:45.048Z | Downloaded http v1.0.0 |
337 | 2024-03-21T21:34:45.048Z | Downloaded http v0.2.12 |
338 | 2024-03-21T21:34:45.048Z | Downloaded winnow v0.5.15 |
339 | 2024-03-21T21:34:45.048Z | Downloaded serde_derive_internals v0.26.0 |
340 | 2024-03-21T21:34:45.048Z | Downloaded sct v0.7.0 |
341 | 2024-03-21T21:34:45.048Z | Downloaded ryu v1.0.15 |
342 | 2024-03-21T21:34:45.048Z | Downloaded rustls-pemfile v2.1.1 |
343 | 2024-03-21T21:34:45.049Z | Downloaded inout v0.1.3 |
344 | 2024-03-21T21:34:45.049Z | Downloaded foreign-types-shared v0.1.1 |
345 | 2024-03-21T21:34:45.049Z | Downloaded foreign-types v0.3.2 |
346 | 2024-03-21T21:34:45.049Z | Downloaded zone_cfg_derive v0.2.0 |
347 | 2024-03-21T21:34:45.049Z | Downloaded toml v0.8.10 |
348 | 2024-03-21T21:34:45.049Z | Downloaded toml v0.7.8 |
349 | 2024-03-21T21:34:45.049Z | Downloaded serde_tokenstream v0.1.7 |
350 | 2024-03-21T21:34:45.049Z | Downloaded semver v1.0.22 |
351 | 2024-03-21T21:34:45.049Z | Downloaded proc-macro-error-attr v1.0.4 |
352 | 2024-03-21T21:34:45.049Z | Downloaded proc-macro-error v1.0.4 |
353 | 2024-03-21T21:34:45.049Z | Downloaded pretty-hex v0.2.1 |
354 | 2024-03-21T21:34:45.049Z | Downloaded ppv-lite86 v0.2.17 |
355 | 2024-03-21T21:34:45.050Z | Downloaded instant v0.1.12 |
356 | 2024-03-21T21:34:45.050Z | Downloaded toml_datetime v0.6.5 |
357 | 2024-03-21T21:34:45.050Z | Downloaded tokio-tungstenite v0.20.1 |
358 | 2024-03-21T21:34:45.050Z | Downloaded tokio-rustls v0.25.0 |
359 | 2024-03-21T21:34:45.050Z | Downloaded tokio-rustls v0.24.1 |
360 | 2024-03-21T21:34:45.050Z | Downloaded tokio-io-timeout v1.2.0 |
361 | 2024-03-21T21:34:45.050Z | Downloaded time-macros v0.2.13 |
362 | 2024-03-21T21:34:45.050Z | Downloaded slog v2.7.0 |
363 | 2024-03-21T21:34:45.050Z | Downloaded hubpack_derive v0.1.1 |
364 | 2024-03-21T21:34:45.050Z | Downloaded serde_tokenstream v0.2.0 |
365 | 2024-03-21T21:34:45.050Z | Downloaded serde_spanned v0.6.5 |
366 | 2024-03-21T21:34:45.050Z | Downloaded serde_repr v0.1.16 |
367 | 2024-03-21T21:34:45.050Z | Downloaded serde_path_to_error v0.1.15 |
368 | 2024-03-21T21:34:45.051Z | Downloaded serde_arrays v0.1.0 |
369 | 2024-03-21T21:34:45.051Z | Downloaded semver v0.1.20 |
370 | 2024-03-21T21:34:45.051Z | Downloaded scroll v0.12.0 |
371 | 2024-03-21T21:34:45.051Z | Downloaded rustls-native-certs v0.6.3 |
372 | 2024-03-21T21:34:45.051Z | Downloaded resolv-conf v0.7.0 |
373 | 2024-03-21T21:34:45.051Z | Downloaded quick-error v1.2.3 |
374 | 2024-03-21T21:34:45.051Z | Downloaded proc-macro-crate v1.3.1 |
375 | 2024-03-21T21:34:45.051Z | Downloaded pin-project-internal v1.1.3 |
376 | 2024-03-21T21:34:45.051Z | Downloaded tokio-macros v2.2.0 |
377 | 2024-03-21T21:34:45.051Z | Downloaded tinyvec_macros v0.1.1 |
378 | 2024-03-21T21:34:45.051Z | Downloaded slog-dtrace v0.3.0 |
379 | 2024-03-21T21:34:45.051Z | Downloaded slog-bunyan v2.5.0 |
380 | 2024-03-21T21:34:45.052Z | Downloaded slog-async v2.8.0 |
381 | 2024-03-21T21:34:45.052Z | Downloaded slab v0.4.9 |
382 | 2024-03-21T21:34:45.052Z | Downloaded simple_asn1 v0.6.2 |
383 | 2024-03-21T21:34:45.052Z | Downloaded miniz_oxide v0.7.1 |
384 | 2024-03-21T21:34:45.052Z | Downloaded memoffset v0.9.0 |
385 | 2024-03-21T21:34:45.052Z | Downloaded futures-core v0.3.30 |
386 | 2024-03-21T21:34:45.052Z | Downloaded secrecy v0.8.0 |
387 | 2024-03-21T21:34:45.052Z | Downloaded scopeguard v1.2.0 |
388 | 2024-03-21T21:34:45.052Z | Downloaded schemars_derive v0.8.16 |
389 | 2024-03-21T21:34:45.052Z | Downloaded rand_core v0.6.4 |
390 | 2024-03-21T21:34:45.052Z | Downloaded radium v0.7.0 |
391 | 2024-03-21T21:34:45.052Z | Downloaded memmap v0.7.0 |
392 | 2024-03-21T21:34:45.052Z | Downloaded matches v0.1.10 |
393 | 2024-03-21T21:34:45.052Z | Downloaded httparse v1.8.0 |
394 | 2024-03-21T21:34:45.052Z | Downloaded http-range-header v0.3.1 |
395 | 2024-03-21T21:34:45.052Z | Downloaded futures-channel v0.3.30 |
396 | 2024-03-21T21:34:45.053Z | Downloaded futures v0.3.30 |
397 | 2024-03-21T21:34:45.053Z | Downloaded funty v2.0.0 |
398 | 2024-03-21T21:34:45.053Z | Downloaded waitgroup v0.1.2 |
399 | 2024-03-21T21:34:45.053Z | Downloaded vergen v8.3.1 |
400 | 2024-03-21T21:34:45.053Z | Downloaded serde_urlencoded v0.7.1 |
401 | 2024-03-21T21:34:45.053Z | Downloaded scroll_derive v0.12.0 |
402 | 2024-03-21T21:34:45.053Z | Downloaded rustversion v1.0.14 |
403 | 2024-03-21T21:34:45.053Z | Downloaded rustc-demangle v0.1.23 |
404 | 2024-03-21T21:34:45.053Z | Downloaded rayon-core v1.12.1 |
405 | 2024-03-21T21:34:45.053Z | Downloaded rand_chacha v0.3.1 |
406 | 2024-03-21T21:34:45.053Z | Downloaded pretty-hex v0.4.1 |
407 | 2024-03-21T21:34:45.054Z | Downloaded pin-project-lite v0.2.13 |
408 | 2024-03-21T21:34:45.054Z | Downloaded darling_core v0.20.3 |
409 | 2024-03-21T21:34:45.054Z | Downloaded crossbeam-channel v0.5.8 |
410 | 2024-03-21T21:34:45.054Z | Downloaded const_format v0.2.31 |
411 | 2024-03-21T21:34:45.054Z | Downloaded rustc_version v0.4.0 |
412 | 2024-03-21T21:34:45.054Z | Downloaded polyval v0.6.1 |
413 | 2024-03-21T21:34:45.054Z | Downloaded plain v0.2.3 |
414 | 2024-03-21T21:34:45.054Z | Downloaded fatfs v0.3.6 |
415 | 2024-03-21T21:34:45.083Z | Downloaded env_logger v0.9.3 |
416 | 2024-03-21T21:34:45.083Z | Downloaded dirs-next v2.0.0 |
417 | 2024-03-21T21:34:45.083Z | Downloaded debug-ignore v1.0.5 |
418 | 2024-03-21T21:34:45.083Z | Downloaded data-encoding v2.4.0 |
419 | 2024-03-21T21:34:45.083Z | Downloaded curl v0.4.44 |
420 | 2024-03-21T21:34:45.083Z | Downloaded bitflags v2.4.0 |
421 | 2024-03-21T21:34:45.083Z | Downloaded futures-io v0.3.30 |
422 | 2024-03-21T21:34:45.083Z | Downloaded version_check v0.9.4 |
423 | 2024-03-21T21:34:45.085Z | Downloaded schemars v0.8.16 |
424 | 2024-03-21T21:34:45.085Z | Downloaded pin-utils v0.1.0 |
425 | 2024-03-21T21:34:45.085Z | Downloaded fastrand v2.0.0 |
426 | 2024-03-21T21:34:45.085Z | Downloaded escargot v0.5.8 |
427 | 2024-03-21T21:34:45.126Z | Downloaded dirs-sys-next v0.1.2 |
428 | 2024-03-21T21:34:45.126Z | Downloaded digest v0.10.7 |
429 | 2024-03-21T21:34:45.126Z | Downloaded deranged v0.3.8 |
430 | 2024-03-21T21:34:45.126Z | Downloaded darling_macro v0.20.3 |
431 | 2024-03-21T21:34:45.126Z | Downloaded darling v0.20.3 |
432 | 2024-03-21T21:34:45.126Z | Downloaded ctr v0.9.2 |
433 | 2024-03-21T21:34:45.126Z | Downloaded cpufeatures v0.2.12 |
434 | 2024-03-21T21:34:45.126Z | Downloaded clap_lex v0.2.4 |
435 | 2024-03-21T21:34:45.126Z | Downloaded bitvec v1.0.1 |
436 | 2024-03-21T21:34:45.177Z | Downloaded rustls-webpki v0.101.4 |
437 | 2024-03-21T21:34:45.177Z | Downloaded rustls-pki-types v1.3.1 |
438 | 2024-03-21T21:34:45.177Z | Downloaded ron v0.7.1 |
439 | 2024-03-21T21:34:45.178Z | Downloaded ringbuffer v0.15.0 |
440 | 2024-03-21T21:34:45.178Z | Downloaded pin-project v1.1.3 |
441 | 2024-03-21T21:34:45.178Z | Downloaded pest_derive v2.7.6 |
442 | 2024-03-21T21:34:45.178Z | Downloaded pest v2.7.6 |
443 | 2024-03-21T21:34:45.210Z | Downloaded os_str_bytes v6.5.1 |
444 | 2024-03-21T21:34:45.210Z | Downloaded errno v0.3.8 |
445 | 2024-03-21T21:34:45.210Z | Downloaded equivalent v1.0.1 |
446 | 2024-03-21T21:34:45.210Z | Downloaded enum-as-inner v0.5.1 |
447 | 2024-03-21T21:34:45.210Z | Downloaded either v1.9.0 |
448 | 2024-03-21T21:34:45.210Z | Downloaded dof v0.3.0 |
449 | 2024-03-21T21:34:45.210Z | Downloaded crossbeam-utils v0.8.16 |
450 | 2024-03-21T21:34:45.210Z | Downloaded crossbeam-deque v0.8.3 |
451 | 2024-03-21T21:34:45.210Z | Downloaded bit_field v0.10.2 |
452 | 2024-03-21T21:34:45.210Z | Downloaded backoff v0.4.0 |
453 | 2024-03-21T21:34:45.210Z | Downloaded ascii v1.1.0 |
454 | 2024-03-21T21:34:45.211Z | Downloaded pkg-config v0.3.27 |
455 | 2024-03-21T21:34:45.211Z | Downloaded pest_meta v2.7.6 |
456 | 2024-03-21T21:34:45.211Z | Downloaded password-hash v0.5.0 |
457 | 2024-03-21T21:34:45.211Z | Downloaded owo-colors v4.0.0 |
458 | 2024-03-21T21:34:45.211Z | Downloaded filetime v0.2.22 |
459 | 2024-03-21T21:34:45.211Z | Downloaded fallible-iterator v0.3.0 |
460 | 2024-03-21T21:34:45.211Z | Downloaded erased-serde v0.3.30 |
461 | 2024-03-21T21:34:45.211Z | Downloaded dyn-clone v1.0.13 |
462 | 2024-03-21T21:34:45.211Z | Downloaded dtrace-parser v0.2.0 |
463 | 2024-03-21T21:34:45.211Z | Downloaded dtrace-parser v0.1.14 |
464 | 2024-03-21T21:34:45.211Z | Downloaded dof v0.1.5 |
465 | 2024-03-21T21:34:45.211Z | Downloaded doc-comment v0.3.3 |
466 | 2024-03-21T21:34:45.211Z | Downloaded cstr-argument v0.1.2 |
467 | 2024-03-21T21:34:45.248Z | Downloaded crypto-common v0.1.6 |
468 | 2024-03-21T21:34:45.249Z | Downloaded crucible-workspace-hack v0.1.0 |
469 | 2024-03-21T21:34:45.249Z | Downloaded crossbeam-epoch v0.9.15 |
470 | 2024-03-21T21:34:45.249Z | Downloaded clap_derive v4.4.0 |
471 | 2024-03-21T21:34:45.249Z | Downloaded clap_derive v3.2.25 |
472 | 2024-03-21T21:34:45.249Z | Downloaded clap_builder v4.4.0 |
473 | 2024-03-21T21:34:45.249Z | Downloaded clap v4.4.0 |
474 | 2024-03-21T21:34:45.249Z | Downloaded chrono v0.4.34 |
475 | 2024-03-21T21:34:45.275Z | Downloaded cargo_metadata v0.18.1 |
476 | 2024-03-21T21:34:45.275Z | Downloaded atty v0.2.14 |
477 | 2024-03-21T21:34:45.275Z | Downloaded async-trait v0.1.77 |
478 | 2024-03-21T21:34:45.275Z | Downloaded async-recursion v0.3.2 |
479 | 2024-03-21T21:34:45.275Z | Downloaded paste v1.0.14 |
480 | 2024-03-21T21:34:45.275Z | Downloaded parse-display-derive v0.9.0 |
481 | 2024-03-21T21:34:45.275Z | Downloaded parse-display v0.9.0 |
482 | 2024-03-21T21:34:45.275Z | Downloaded parking_lot v0.12.1 |
483 | 2024-03-21T21:34:45.275Z | Downloaded openssl v0.10.60 |
484 | 2024-03-21T21:34:45.275Z | Downloaded openapiv3 v2.0.0 |
485 | 2024-03-21T21:34:45.318Z | Downloaded once_cell v1.19.0 |
486 | 2024-03-21T21:34:45.318Z | Downloaded object v0.32.0 |
487 | 2024-03-21T21:34:45.318Z | Downloaded cipher v0.4.4 |
488 | 2024-03-21T21:34:45.318Z | Downloaded cfg-if v1.0.0 |
489 | 2024-03-21T21:34:45.318Z | Downloaded cc v1.0.83 |
490 | 2024-03-21T21:34:45.345Z | Downloaded bytes v1.5.0 |
491 | 2024-03-21T21:34:45.345Z | Downloaded byteorder v1.4.3 |
492 | 2024-03-21T21:34:45.345Z | Downloaded block-buffer v0.10.4 |
493 | 2024-03-21T21:34:45.345Z | Downloaded blake2 v0.10.6 |
494 | 2024-03-21T21:34:45.345Z | Downloaded bitstruct_derive v0.1.0 |
495 | 2024-03-21T21:34:45.345Z | Downloaded base64 v0.13.1 |
496 | 2024-03-21T21:34:45.345Z | Downloaded backtrace v0.3.69 |
497 | 2024-03-21T21:34:45.345Z | Downloaded autocfg v1.1.0 |
498 | 2024-03-21T21:34:45.345Z | Downloaded atomic-waker v1.1.1 |
499 | 2024-03-21T21:34:45.345Z | Downloaded async-recursion v1.0.5 |
500 | 2024-03-21T21:34:45.345Z | Downloaded argon2 v0.5.3 |
501 | 2024-03-21T21:34:45.346Z | Downloaded pem v1.1.1 |
502 | 2024-03-21T21:34:45.346Z | Downloaded parking_lot_core v0.9.8 |
503 | 2024-03-21T21:34:45.346Z | Downloaded openssl-macros v0.1.1 |
504 | 2024-03-21T21:34:45.346Z | Downloaded octocrab v0.25.1 |
505 | 2024-03-21T21:34:45.376Z | Downloaded const_format_proc_macros v0.2.31 |
506 | 2024-03-21T21:34:45.376Z | Downloaded console v0.15.7 |
507 | 2024-03-21T21:34:45.376Z | Downloaded colorchoice v1.0.0 |
508 | 2024-03-21T21:34:45.376Z | Downloaded bitstruct v0.1.1 |
509 | 2024-03-21T21:34:45.376Z | Downloaded bitflags v1.3.2 |
510 | 2024-03-21T21:34:45.377Z | Downloaded base64ct v1.6.0 |
511 | 2024-03-21T21:34:45.377Z | Downloaded fallible-streaming-iterator v0.1.9 |
512 | 2024-03-21T21:34:45.377Z | Downloaded clap_lex v0.5.1 |
513 | 2024-03-21T21:34:45.377Z | Downloaded cargo-platform v0.1.6 |
514 | 2024-03-21T21:34:45.377Z | Downloaded bincode v1.3.3 |
515 | 2024-03-21T21:34:45.404Z | Downloaded async-stream-impl v0.3.5 |
516 | 2024-03-21T21:34:45.404Z | Downloaded async-stream v0.3.5 |
517 | 2024-03-21T21:34:45.404Z | Downloaded opaque-debug v0.3.0 |
518 | 2024-03-21T21:34:45.404Z | Downloaded omicron-workspace-hack v0.1.0 |
519 | 2024-03-21T21:34:45.404Z | Downloaded number_prefix v0.4.0 |
520 | 2024-03-21T21:34:45.405Z | Downloaded num_threads v0.1.6 |
521 | 2024-03-21T21:34:45.405Z | Downloaded fixedbitset v0.4.2 |
522 | 2024-03-21T21:34:45.405Z | Downloaded colored v2.0.4 |
523 | 2024-03-21T21:34:45.405Z | Downloaded camino v1.1.6 |
524 | 2024-03-21T21:34:45.405Z | Downloaded base64 v0.21.7 |
525 | 2024-03-21T21:34:45.405Z | Downloaded aho-corasick v1.0.4 |
526 | 2024-03-21T21:34:45.405Z | Downloaded aes v0.8.3 |
527 | 2024-03-21T21:34:45.405Z | Downloaded anyhow v1.0.75 |
528 | 2024-03-21T21:34:45.434Z | Downloaded allocator-api2 v0.2.16 |
529 | 2024-03-21T21:34:45.434Z | Downloaded ahash v0.8.10 |
530 | 2024-03-21T21:34:45.434Z | Downloaded aead v0.5.2 |
531 | 2024-03-21T21:34:45.434Z | Downloaded addr2line v0.21.0 |
532 | 2024-03-21T21:34:45.434Z | Downloaded anstyle v1.0.2 |
533 | 2024-03-21T21:34:45.434Z | Downloaded anstream v0.5.0 |
534 | 2024-03-21T21:34:45.434Z | Downloaded aes-gcm-siv v0.11.1 |
535 | 2024-03-21T21:34:45.434Z | Downloaded adler v1.0.2 |
536 | 2024-03-21T21:34:45.652Z | Compiling proc-macro2 v1.0.78 |
537 | 2024-03-21T21:34:45.652Z | Compiling unicode-ident v1.0.12 |
538 | 2024-03-21T21:34:45.652Z | Compiling libc v0.2.150 |
539 | 2024-03-21T21:34:45.678Z | Compiling version_check v0.9.4 |
540 | 2024-03-21T21:34:45.678Z | Checking cfg-if v1.0.0 |
541 | 2024-03-21T21:34:45.678Z | Compiling serde v1.0.197 |
542 | 2024-03-21T21:34:45.678Z | Compiling autocfg v1.1.0 |
543 | 2024-03-21T21:34:45.679Z | Compiling syn v1.0.109 |
544 | 2024-03-21T21:34:45.934Z | Compiling thiserror v1.0.57 |
545 | 2024-03-21T21:34:46.415Z | Checking once_cell v1.19.0 |
546 | 2024-03-21T21:34:46.475Z | Compiling ahash v0.8.10 |
547 | 2024-03-21T21:34:46.543Z | Checking itoa v1.0.9 |
548 | 2024-03-21T21:34:46.645Z | Checking memchr v2.6.4 |
549 | 2024-03-21T21:34:46.733Z | Compiling serde_json v1.0.114 |
550 | 2024-03-21T21:34:46.916Z | Checking byteorder v1.4.3 |
551 | 2024-03-21T21:34:47.031Z | Checking log v0.4.21 |
552 | 2024-03-21T21:34:47.220Z | Compiling jobserver v0.1.26 |
553 | 2024-03-21T21:34:47.266Z | Compiling quote v1.0.35 |
554 | 2024-03-21T21:34:47.293Z | Checking pin-project-lite v0.2.13 |
555 | 2024-03-21T21:34:47.365Z | Checking scopeguard v1.2.0 |
556 | 2024-03-21T21:34:47.393Z | Checking ryu v1.0.15 |
557 | 2024-03-21T21:34:47.466Z | Compiling lock_api v0.4.10 |
558 | 2024-03-21T21:34:47.492Z | Compiling cc v1.0.83 |
559 | 2024-03-21T21:34:47.518Z | Checking getrandom v0.2.10 |
560 | 2024-03-21T21:34:47.594Z | Compiling syn v2.0.52 |
561 | 2024-03-21T21:34:47.800Z | Compiling parking_lot_core v0.9.8 |
562 | 2024-03-21T21:34:47.838Z | Checking smallvec v1.11.0 |
563 | 2024-03-21T21:34:47.872Z | Compiling pkg-config v0.3.27 |
564 | 2024-03-21T21:34:47.993Z | Compiling heck v0.4.1 |
565 | 2024-03-21T21:34:48.383Z | Compiling vcpkg v0.2.15 |
566 | 2024-03-21T21:34:48.473Z | Compiling libm v0.2.7 |
567 | 2024-03-21T21:34:48.506Z | Checking allocator-api2 v0.2.16 |
568 | 2024-03-21T21:34:48.535Z | Checking parking_lot v0.12.1 |
569 | 2024-03-21T21:34:48.729Z | Checking mio v0.8.11 |
570 | 2024-03-21T21:34:48.810Z | Checking signal-hook-registry v1.4.1 |
571 | 2024-03-21T21:34:48.836Z | Checking num_cpus v1.16.0 |
572 | 2024-03-21T21:34:48.936Z | Checking socket2 v0.5.5 |
573 | 2024-03-21T21:34:49.006Z | Compiling num-traits v0.2.16 |
574 | 2024-03-21T21:34:49.547Z | Checking futures-core v0.3.30 |
575 | 2024-03-21T21:34:49.806Z | Checking bitflags v2.4.0 |
576 | 2024-03-21T21:34:49.885Z | Checking rand_core v0.6.4 |
577 | 2024-03-21T21:34:49.911Z | Compiling slab v0.4.9 |
578 | 2024-03-21T21:34:49.936Z | Checking equivalent v1.0.1 |
579 | 2024-03-21T21:34:50.027Z | Checking futures-sink v0.3.30 |
580 | 2024-03-21T21:34:50.084Z | Checking futures-io v0.3.30 |
581 | 2024-03-21T21:34:50.157Z | Checking futures-task v0.3.30 |
582 | 2024-03-21T21:34:50.184Z | Compiling typenum v1.16.0 |
583 | 2024-03-21T21:34:50.211Z | Checking futures-channel v0.3.30 |
584 | 2024-03-21T21:34:50.237Z | Checking pin-utils v0.1.0 |
585 | 2024-03-21T21:34:50.328Z | Compiling generic-array v0.14.7 |
586 | 2024-03-21T21:34:50.355Z | Checking fnv v1.0.7 |
587 | 2024-03-21T21:34:50.484Z | Checking tracing-core v0.1.31 |
588 | 2024-03-21T21:34:50.543Z | Checking iana-time-zone v0.1.57 |
589 | 2024-03-21T21:34:50.594Z | Compiling ucd-trie v0.1.6 |
590 | 2024-03-21T21:34:50.674Z | Compiling slog v2.7.0 |
591 | 2024-03-21T21:34:51.052Z | Checking subtle v2.5.0 |
592 | 2024-03-21T21:34:51.083Z | Compiling httparse v1.8.0 |
593 | 2024-03-21T21:34:51.606Z | Compiling schemars v0.8.16 |
594 | 2024-03-21T21:34:51.640Z | Compiling time-core v0.1.1 |
595 | 2024-03-21T21:34:51.640Z | Compiling openssl-sys v0.9.96 |
596 | 2024-03-21T21:34:51.680Z | Compiling ring v0.16.20 |
597 | 2024-03-21T21:34:51.680Z | Checking dyn-clone v1.0.13 |
598 | 2024-03-21T21:34:51.805Z | Checking socket2 v0.4.9 |
599 | 2024-03-21T21:34:51.911Z | Compiling rustix v0.38.26 |
600 | 2024-03-21T21:34:52.103Z | Checking percent-encoding v2.3.1 |
601 | 2024-03-21T21:34:52.171Z | Checking base64 v0.21.7 |
602 | 2024-03-21T21:34:52.287Z | Checking form_urlencoded v1.2.1 |
603 | 2024-03-21T21:34:52.454Z | Checking errno v0.3.8 |
604 | 2024-03-21T21:34:52.578Z | Checking aho-corasick v1.0.4 |
605 | 2024-03-21T21:34:52.626Z | Checking tower-service v0.3.2 |
606 | 2024-03-21T21:34:52.677Z | Checking tinyvec_macros v0.1.1 |
607 | 2024-03-21T21:34:52.740Z | Checking regex-syntax v0.8.2 |
608 | 2024-03-21T21:34:52.766Z | Checking spin v0.5.2 |
609 | 2024-03-21T21:34:52.933Z | Checking untrusted v0.7.1 |
610 | 2024-03-21T21:34:52.968Z | Checking tinyvec v1.6.0 |
611 | 2024-03-21T21:34:53.080Z | Compiling serde_derive_internals v0.26.0 |
612 | 2024-03-21T21:34:53.242Z | Checking crypto-common v0.1.6 |
613 | 2024-03-21T21:34:53.854Z | Compiling crossbeam-utils v0.8.16 |
614 | 2024-03-21T21:34:54.072Z | Compiling rustversion v1.0.14 |
615 | 2024-03-21T21:34:54.277Z | Checking try-lock v0.2.4 |
616 | 2024-03-21T21:34:54.392Z | Checking want v0.3.1 |
617 | 2024-03-21T21:34:54.616Z | Checking unicode-normalization v0.1.22 |
618 | 2024-03-21T21:34:54.706Z | Compiling time-macros v0.2.13 |
619 | 2024-03-21T21:34:55.356Z | Checking deranged v0.3.8 |
620 | 2024-03-21T21:34:55.394Z | Checking regex-automata v0.4.4 |
621 | 2024-03-21T21:34:55.421Z | Checking num_threads v0.1.6 |
622 | 2024-03-21T21:34:55.903Z | Checking unicode-bidi v0.3.13 |
623 | 2024-03-21T21:34:56.289Z | Checking cpufeatures v0.2.12 |
624 | 2024-03-21T21:34:56.368Z | Checking httpdate v1.0.3 |
625 | 2024-03-21T21:34:56.713Z | Checking is-terminal v0.4.9 |
626 | 2024-03-21T21:34:57.148Z | Checking time v0.3.27 |
627 | 2024-03-21T21:34:57.791Z | Checking block-buffer v0.10.4 |
628 | 2024-03-21T21:34:57.859Z | Compiling serde_derive v1.0.197 |
629 | 2024-03-21T21:34:57.956Z | Compiling zerocopy-derive v0.7.32 |
630 | 2024-03-21T21:34:57.986Z | Compiling thiserror-impl v1.0.57 |
631 | 2024-03-21T21:34:58.014Z | Compiling tokio-macros v2.2.0 |
632 | 2024-03-21T21:34:58.125Z | Compiling futures-macro v0.3.30 |
633 | 2024-03-21T21:34:58.379Z | Compiling schemars_derive v0.8.16 |
634 | 2024-03-21T21:34:59.575Z | Compiling tracing-attributes v0.1.26 |
635 | 2024-03-21T21:34:59.601Z | Checking regex v1.10.3 |
636 | 2024-03-21T21:34:59.760Z | Compiling zerocopy v0.7.32 |
637 | 2024-03-21T21:34:59.972Z | Checking futures-util v0.3.30 |
638 | 2024-03-21T21:35:00.579Z | Compiling pest v2.7.6 |
639 | 2024-03-21T21:35:01.003Z | Checking openssl-probe v0.1.5 |
640 | 2024-03-21T21:35:01.129Z | Compiling rustls v0.21.7 |
641 | 2024-03-21T21:35:01.336Z | Checking hashbrown v0.14.3 |
642 | 2024-03-21T21:35:01.437Z | Compiling anyhow v1.0.75 |
643 | 2024-03-21T21:35:01.861Z | Compiling async-trait v0.1.77 |
644 | 2024-03-21T21:35:02.049Z | Checking tracing v0.1.37 |
645 | 2024-03-21T21:35:02.350Z | Checking digest v0.10.7 |
646 | 2024-03-21T21:35:09.194Z | Compiling pest_meta v2.7.6 |
647 | 2024-03-21T21:35:09.394Z | Checking idna v0.4.0 |
648 | 2024-03-21T21:35:09.395Z | Checking sct v0.7.0 |
649 | 2024-03-21T21:35:09.395Z | Checking rustls-webpki v0.101.4 |
650 | 2024-03-21T21:35:09.395Z | Compiling thread-id v4.2.0 |
651 | 2024-03-21T21:35:09.395Z | Compiling pest_generator v2.7.6 |
652 | 2024-03-21T21:35:09.395Z | Checking ppv-lite86 v0.2.17 |
653 | 2024-03-21T21:35:09.466Z | Checking rand_chacha v0.3.1 |
654 | 2024-03-21T21:35:09.466Z | Compiling chrono v0.4.34 |
655 | 2024-03-21T21:35:09.466Z | Compiling pest_derive v2.7.6 |
656 | 2024-03-21T21:35:09.466Z | Checking rustls-pemfile v1.0.4 |
657 | 2024-03-21T21:35:09.466Z | Compiling uuid v1.7.0 |
658 | 2024-03-21T21:35:09.466Z | Checking rand v0.8.5 |
659 | 2024-03-21T21:35:09.466Z | Compiling regress v0.9.0 |
660 | 2024-03-21T21:35:09.466Z | Checking dirs-sys-next v0.1.2 |
661 | 2024-03-21T21:35:09.466Z | Compiling camino v1.1.6 |
662 | 2024-03-21T21:35:09.466Z | Compiling openssl v0.10.60 |
663 | 2024-03-21T21:35:09.466Z | Checking foreign-types-shared v0.1.1 |
664 | 2024-03-21T21:35:09.466Z | Compiling semver v1.0.22 |
665 | 2024-03-21T21:35:09.466Z | Checking foreign-types v0.3.2 |
666 | 2024-03-21T21:35:09.466Z | Checking dirs-next v2.0.0 |
667 | 2024-03-21T21:35:09.466Z | Compiling openssl-macros v0.1.1 |
668 | 2024-03-21T21:35:09.467Z | Checking thread_local v1.1.7 |
669 | 2024-03-21T21:35:09.467Z | Checking encoding_rs v0.8.33 |
670 | 2024-03-21T21:35:09.467Z | Checking bytes v1.5.0 |
671 | 2024-03-21T21:35:09.467Z | Checking indexmap v2.2.5 |
672 | 2024-03-21T21:35:09.467Z | Checking tokio v1.36.0 |
673 | 2024-03-21T21:35:09.467Z | Checking http v0.2.12 |
674 | 2024-03-21T21:35:09.930Z | Compiling serde_tokenstream v0.2.0 |
675 | 2024-03-21T21:35:09.960Z | Checking url v2.4.0 |
676 | 2024-03-21T21:35:10.148Z | Checking http-body v0.4.5 |
677 | 2024-03-21T21:35:10.352Z | Checking serde_urlencoded v0.7.1 |
678 | 2024-03-21T21:35:10.519Z | Checking mime v0.3.17 |
679 | 2024-03-21T21:35:10.556Z | Compiling native-tls v0.2.11 |
680 | 2024-03-21T21:35:10.694Z | Compiling slog-async v2.8.0 |
681 | 2024-03-21T21:35:10.918Z | Checking term v0.7.0 |
682 | 2024-03-21T21:35:11.087Z | Checking rustls-native-certs v0.6.3 |
683 | 2024-03-21T21:35:11.194Z | Checking futures-executor v0.3.30 |
684 | 2024-03-21T21:35:11.240Z | Checking crossbeam-channel v0.5.8 |
685 | 2024-03-21T21:35:11.384Z | Checking lazy_static v1.4.0 |
686 | 2024-03-21T21:35:11.427Z | Checking unicode-width v0.1.10 |
687 | 2024-03-21T21:35:11.506Z | Checking take_mut v0.2.2 |
688 | 2024-03-21T21:35:11.532Z | Checking futures v0.3.30 |
689 | 2024-03-21T21:35:11.573Z | Checking slog-term v2.9.1 |
690 | 2024-03-21T21:35:11.627Z | Checking openapiv3 v2.0.0 |
691 | 2024-03-21T21:35:11.669Z | Checking toml_datetime v0.6.5 |
692 | 2024-03-21T21:35:11.838Z | Checking serde_spanned v0.6.5 |
693 | 2024-03-21T21:35:12.005Z | Compiling scroll_derive v0.12.0 |
694 | 2024-03-21T21:35:12.047Z | Compiling ring v0.17.7 |
695 | 2024-03-21T21:35:12.148Z | Compiling usdt-impl v0.5.0 |
696 | 2024-03-21T21:35:12.203Z | Compiling winnow v0.5.15 |
697 | 2024-03-21T21:35:12.488Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
698 | 2024-03-21T21:35:12.951Z | Checking zeroize v1.6.0 |
699 | 2024-03-21T21:35:13.145Z | Checking ipnet v2.8.0 |
700 | 2024-03-21T21:35:13.528Z | Checking scroll v0.12.0 |
701 | 2024-03-21T21:35:13.728Z | Compiling dof v0.3.0 |
702 | 2024-03-21T21:35:13.937Z | Compiling dtrace-parser v0.2.0 |
703 | 2024-03-21T21:35:14.489Z | Compiling libz-sys v1.1.12 |
704 | 2024-03-21T21:35:15.048Z | Checking plain v0.2.3 |
705 | 2024-03-21T21:35:15.048Z | Checking tokio-util v0.7.8 |
706 | 2024-03-21T21:35:15.048Z | Checking tokio-rustls v0.24.1 |
707 | 2024-03-21T21:35:15.048Z | Compiling toml_edit v0.19.15 |
708 | 2024-03-21T21:35:15.209Z | Checking spin v0.9.8 |
709 | 2024-03-21T21:35:15.375Z | Compiling omicron-workspace-hack v0.1.0 |
710 | 2024-03-21T21:35:15.504Z | Checking tokio-native-tls v0.3.1 |
711 | 2024-03-21T21:35:15.554Z | Compiling getopts v0.2.21 |
712 | 2024-03-21T21:35:15.635Z | Checking h2 v0.3.24 |
713 | 2024-03-21T21:35:15.720Z | Checking goblin v0.8.0 |
714 | 2024-03-21T21:35:17.000Z | Compiling proc-macro-crate v1.3.1 |
715 | 2024-03-21T21:35:17.716Z | Checking sha1 v0.10.6 |
716 | 2024-03-21T21:35:18.067Z | Checking pretty-hex v0.4.1 |
717 | 2024-03-21T21:35:18.207Z | Checking sync_wrapper v0.1.2 |
718 | 2024-03-21T21:35:18.250Z | Checking untrusted v0.9.0 |
719 | 2024-03-21T21:35:18.315Z | Compiling unsafe-libyaml v0.2.9 |
720 | 2024-03-21T21:35:18.410Z | Checking match_cfg v0.1.0 |
721 | 2024-03-21T21:35:18.476Z | Checking rustls-pki-types v1.3.1 |
722 | 2024-03-21T21:35:18.590Z | Checking webpki-roots v0.25.2 |
723 | 2024-03-21T21:35:18.716Z | Checking hostname v0.3.1 |
724 | 2024-03-21T21:35:19.118Z | Compiling num-integer v0.1.45 |
725 | 2024-03-21T21:35:19.386Z | Compiling strsim v0.10.0 |
726 | 2024-03-21T21:35:19.490Z | Compiling serde_yaml v0.9.25 |
727 | 2024-03-21T21:35:19.829Z | Compiling unicode-xid v0.2.4 |
728 | 2024-03-21T21:35:19.914Z | Compiling rustls v0.22.2 |
729 | 2024-03-21T21:35:20.005Z | Compiling ident_case v1.0.1 |
730 | 2024-03-21T21:35:20.059Z | Compiling usdt-macro v0.5.0 |
731 | 2024-03-21T21:35:20.592Z | Compiling darling_core v0.20.3 |
732 | 2024-03-21T21:35:20.618Z | Compiling usdt-attr-macro v0.5.0 |
733 | 2024-03-21T21:35:20.618Z | Checking serde_path_to_error v0.1.15 |
734 | 2024-03-21T21:35:20.910Z | Checking hyper v0.14.27 |
735 | 2024-03-21T21:35:21.032Z | Checking memmap v0.7.0 |
736 | 2024-03-21T21:35:21.222Z | Compiling multer v3.0.0 |
737 | 2024-03-21T21:35:21.362Z | Checking winnow v0.6.2 |
738 | 2024-03-21T21:35:21.387Z | Compiling paste v1.0.14 |
739 | 2024-03-21T21:35:21.546Z | Checking bitflags v1.3.2 |
740 | 2024-03-21T21:35:21.626Z | Checking usdt v0.5.0 |
741 | 2024-03-21T21:35:21.851Z | Checking slog-json v2.6.1 |
742 | 2024-03-21T21:35:21.889Z | Checking http v1.0.0 |
743 | 2024-03-21T21:35:22.055Z | Compiling strum_macros v0.26.1 |
744 | 2024-03-21T21:35:22.121Z | Compiling async-stream-impl v0.3.5 |
745 | 2024-03-21T21:35:22.820Z | Compiling num-bigint v0.4.4 |
746 | 2024-03-21T21:35:23.021Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
747 | 2024-03-21T21:35:23.662Z | Checking atomic-waker v1.1.1 |
748 | 2024-03-21T21:35:23.693Z | Checking async-stream v0.3.5 |
749 | 2024-03-21T21:35:23.694Z | Checking waitgroup v0.1.2 |
750 | 2024-03-21T21:35:23.694Z | Checking slog-bunyan v2.5.0 |
751 | 2024-03-21T21:35:23.772Z | Compiling synstructure v0.12.6 |
752 | 2024-03-21T21:35:23.807Z | Checking rustls-pemfile v2.1.1 |
753 | 2024-03-21T21:35:23.833Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
754 | 2024-03-21T21:35:23.950Z | Checking toml_edit v0.22.6 |
755 | 2024-03-21T21:35:24.105Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
756 | 2024-03-21T21:35:24.714Z | Compiling darling_macro v0.20.3 |
757 | 2024-03-21T21:35:24.740Z | Checking hex v0.4.3 |
758 | 2024-03-21T21:35:25.104Z | Compiling structmeta-derive v0.3.0 |
759 | 2024-03-21T21:35:25.187Z | Compiling proc-macro-error-attr v1.0.4 |
760 | 2024-03-21T21:35:25.503Z | Checking debug-ignore v1.0.5 |
761 | 2024-03-21T21:35:25.654Z | Compiling darling v0.20.3 |
762 | 2024-03-21T21:35:25.699Z | Compiling zerocopy-derive v0.2.0 |
763 | 2024-03-21T21:35:25.765Z | Compiling serde_with_macros v3.6.1 |
764 | 2024-03-21T21:35:25.976Z | Checking strum v0.26.1 |
765 | 2024-03-21T21:35:26.081Z | Checking toml v0.8.10 |
766 | 2024-03-21T21:35:26.107Z | Compiling num_enum_derive v0.5.11 |
767 | 2024-03-21T21:35:26.304Z | Checking hyper-rustls v0.24.1 |
768 | 2024-03-21T21:35:26.640Z | Checking hyper-tls v0.5.0 |
769 | 2024-03-21T21:35:26.842Z | Checking newtype-uuid v1.0.1 |
770 | 2024-03-21T21:35:26.895Z | Checking reqwest v0.11.24 |
771 | 2024-03-21T21:35:27.289Z | Compiling proc-macro-error v1.0.4 |
772 | 2024-03-21T21:35:27.377Z | Checking static_assertions v1.1.0 |
773 | 2024-03-21T21:35:27.415Z | Compiling structmeta v0.3.0 |
774 | 2024-03-21T21:35:27.687Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
775 | 2024-03-21T21:35:27.794Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
776 | 2024-03-21T21:35:27.819Z | Compiling parse-display-derive v0.9.0 |
777 | 2024-03-21T21:35:28.253Z | Checking serde_with v3.6.1 |
778 | 2024-03-21T21:35:28.279Z | Checking num_enum v0.5.11 |
779 | 2024-03-21T21:35:28.323Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
780 | 2024-03-21T21:35:28.439Z | Compiling serde_repr v0.1.16 |
781 | 2024-03-21T21:35:28.584Z | Checking instant v0.1.12 |
782 | 2024-03-21T21:35:28.693Z | Checking backoff v0.4.0 |
783 | 2024-03-21T21:35:28.950Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
784 | 2024-03-21T21:35:29.076Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
785 | 2024-03-21T21:35:29.112Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
786 | 2024-03-21T21:35:29.256Z | Checking ipnetwork v0.20.0 |
787 | 2024-03-21T21:35:29.471Z | Checking macaddr v1.0.1 |
788 | 2024-03-21T21:35:29.500Z | Checking regress v0.8.0 |
789 | 2024-03-21T21:35:29.622Z | Compiling libgit2-sys v0.16.2+1.7.2 |
790 | 2024-03-21T21:35:29.733Z | Compiling num-rational v0.4.1 |
791 | 2024-03-21T21:35:29.804Z | Compiling num-iter v0.1.43 |
792 | 2024-03-21T21:35:29.889Z | Compiling semver v0.1.20 |
793 | 2024-03-21T21:35:30.131Z | Checking either v1.9.0 |
794 | 2024-03-21T21:35:30.394Z | Compiling rustc_version v0.1.7 |
795 | 2024-03-21T21:35:30.859Z | Checking atty v0.2.14 |
796 | 2024-03-21T21:35:30.961Z | Compiling usdt-impl v0.3.5 |
797 | 2024-03-21T21:35:31.098Z | Checking arc-swap v1.6.0 |
798 | 2024-03-21T21:35:31.385Z | Checking parse-display v0.9.0 |
799 | 2024-03-21T21:35:31.412Z | Compiling newtype_derive v0.1.6 |
800 | 2024-03-21T21:35:31.627Z | Compiling zerocopy v0.3.2 |
801 | 2024-03-21T21:35:31.721Z | Compiling cargo-platform v0.1.6 |
802 | 2024-03-21T21:35:31.936Z | Checking num-complex v0.4.4 |
803 | 2024-03-21T21:35:31.967Z | Compiling vergen v8.3.1 |
804 | 2024-03-21T21:35:32.144Z | Compiling strum_macros v0.25.3 |
805 | 2024-03-21T21:35:32.170Z | Compiling hubpack_derive v0.1.1 |
806 | 2024-03-21T21:35:32.222Z | Compiling zerocopy-derive v0.6.6 |
807 | 2024-03-21T21:35:32.286Z | Compiling memoffset v0.9.0 |
808 | 2024-03-21T21:35:32.596Z | Checking utf8parse v0.2.1 |
809 | 2024-03-21T21:35:32.717Z | Checking base64ct v1.6.0 |
810 | 2024-03-21T21:35:32.933Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
811 | 2024-03-21T21:35:32.995Z | Compiling crucible-workspace-hack v0.1.0 |
812 | 2024-03-21T21:35:33.148Z | Checking password-hash v0.5.0 |
813 | 2024-03-21T21:35:33.321Z | Checking hubpack v0.1.2 |
814 | 2024-03-21T21:35:33.353Z | Checking num v0.4.1 |
815 | 2024-03-21T21:35:33.392Z | Checking anstyle-parse v0.2.1 |
816 | 2024-03-21T21:35:33.421Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
817 | 2024-03-21T21:35:33.580Z | Compiling cargo_metadata v0.18.1 |
818 | 2024-03-21T21:35:33.606Z | Compiling dof v0.1.5 |
819 | 2024-03-21T21:35:33.632Z | Checking slog-scope v4.4.0 |
820 | 2024-03-21T21:35:33.710Z | Compiling rustc_version v0.4.0 |
821 | 2024-03-21T21:35:33.828Z | Compiling dtrace-parser v0.1.14 |
822 | 2024-03-21T21:35:33.961Z | Checking zerocopy v0.6.6 |
823 | 2024-03-21T21:35:34.224Z | Checking blake2 v0.10.6 |
824 | 2024-03-21T21:35:34.653Z | Compiling libsqlite3-sys v0.28.0 |
825 | 2024-03-21T21:35:34.683Z | Compiling crossbeam-epoch v0.9.15 |
826 | 2024-03-21T21:35:34.857Z | Compiling slog-dtrace v0.3.0 |
827 | 2024-03-21T21:35:35.089Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
828 | 2024-03-21T21:35:35.137Z | Checking colorchoice v1.0.0 |
829 | 2024-03-21T21:35:35.171Z | Checking humantime v2.1.0 |
830 | 2024-03-21T21:35:35.271Z | Checking fixedbitset v0.4.2 |
831 | 2024-03-21T21:35:35.402Z | Checking anstyle-query v1.0.0 |
832 | 2024-03-21T21:35:35.437Z | Checking anstyle v1.0.2 |
833 | 2024-03-21T21:35:35.496Z | Checking petgraph v0.6.4 |
834 | 2024-03-21T21:35:35.526Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
835 | 2024-03-21T21:35:35.731Z | Checking anstream v0.5.0 |
836 | 2024-03-21T21:35:35.822Z | Checking argon2 v0.5.3 |
837 | 2024-03-21T21:35:36.003Z | Checking slog-stdlog v4.1.1 |
838 | 2024-03-21T21:35:36.452Z | Compiling serde_tokenstream v0.1.7 |
839 | 2024-03-21T21:35:36.546Z | Compiling foreign-types-macros v0.2.3 |
840 | 2024-03-21T21:35:36.815Z | Checking inout v0.1.3 |
841 | 2024-03-21T21:35:36.928Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
842 | 2024-03-21T21:35:36.986Z | Compiling backtrace v0.3.69 |
843 | 2024-03-21T21:35:37.078Z | Compiling indexmap v1.9.3 |
844 | 2024-03-21T21:35:37.386Z | Checking termcolor v1.2.0 |
845 | 2024-03-21T21:35:37.412Z | Checking data-encoding v2.4.0 |
846 | 2024-03-21T21:35:37.552Z | Checking foreign-types-shared v0.3.1 |
847 | 2024-03-21T21:35:37.659Z | Compiling doc-comment v0.3.3 |
848 | 2024-03-21T21:35:37.691Z | Checking pretty-hex v0.2.1 |
849 | 2024-03-21T21:35:37.718Z | Checking base64 v0.13.1 |
850 | 2024-03-21T21:35:37.819Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
851 | 2024-03-21T21:35:37.868Z | Compiling radium v0.7.0 |
852 | 2024-03-21T21:35:38.082Z | Checking clap_lex v0.5.1 |
853 | 2024-03-21T21:35:38.120Z | Checking gimli v0.28.0 |
854 | 2024-03-21T21:35:38.148Z | Checking adler v1.0.2 |
855 | 2024-03-21T21:35:38.282Z | Checking miniz_oxide v0.7.1 |
856 | 2024-03-21T21:35:38.331Z | Checking clap_builder v4.4.0 |
857 | 2024-03-21T21:35:38.372Z | Checking foreign-types v0.5.0 |
858 | 2024-03-21T21:35:38.473Z | Checking steno v0.4.0 |
859 | 2024-03-21T21:35:38.513Z | Checking cipher v0.4.4 |
860 | 2024-03-21T21:35:38.820Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
861 | 2024-03-21T21:35:38.931Z | Checking slog-envlogger v2.2.0 |
862 | 2024-03-21T21:35:39.452Z | Checking itertools v0.10.5 |
863 | 2024-03-21T21:35:39.588Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
864 | 2024-03-21T21:35:39.639Z | Checking colored v2.0.4 |
865 | 2024-03-21T21:35:40.292Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
866 | 2024-03-21T21:35:40.476Z | Checking hashlink v0.9.0 |
867 | 2024-03-21T21:35:40.567Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
868 | 2024-03-21T21:35:40.614Z | Compiling clap_derive v4.4.0 |
869 | 2024-03-21T21:35:40.943Z | Compiling pin-project-internal v1.1.3 |
870 | 2024-03-21T21:35:40.982Z | Checking object v0.32.0 |
871 | 2024-03-21T21:35:41.301Z | Checking addr2line v0.21.0 |
872 | 2024-03-21T21:35:41.344Z | Checking cstr-argument v0.1.2 |
873 | 2024-03-21T21:35:41.486Z | Checking tower-layer v0.3.2 |
874 | 2024-03-21T21:35:41.514Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
875 | 2024-03-21T21:35:41.715Z | Checking fallible-streaming-iterator v0.1.9 |
876 | 2024-03-21T21:35:41.765Z | Checking rustc-demangle v0.1.23 |
877 | 2024-03-21T21:35:41.826Z | Checking os_str_bytes v6.5.1 |
878 | 2024-03-21T21:35:42.347Z | Checking fallible-iterator v0.3.0 |
879 | 2024-03-21T21:35:42.347Z | Compiling rayon-core v1.12.1 |
880 | 2024-03-21T21:35:42.347Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
881 | 2024-03-21T21:35:42.414Z | Checking hashbrown v0.12.3 |
882 | 2024-03-21T21:35:42.465Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
883 | 2024-03-21T21:35:42.495Z | Checking fastrand v2.0.0 |
884 | 2024-03-21T21:35:42.760Z | Compiling portable-atomic v1.4.3 |
885 | 2024-03-21T21:35:42.797Z | Checking tap v1.0.1 |
886 | 2024-03-21T21:35:42.931Z | Checking wyz v0.5.1 |
887 | 2024-03-21T21:35:43.273Z | Checking tempfile v3.8.0 |
888 | 2024-03-21T21:35:43.413Z | Checking pin-project v1.1.3 |
889 | 2024-03-21T21:35:43.594Z | Checking rusqlite v0.31.0 |
890 | 2024-03-21T21:35:43.621Z | Checking clap_lex v0.2.4 |
891 | 2024-03-21T21:35:43.685Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
892 | 2024-03-21T21:35:43.846Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
893 | 2024-03-21T21:35:43.876Z | Checking crossbeam-deque v0.8.3 |
894 | 2024-03-21T21:35:44.034Z | Checking pem v1.1.1 |
895 | 2024-03-21T21:35:44.093Z | Compiling usdt-attr-macro v0.3.5 |
896 | 2024-03-21T21:35:44.148Z | Compiling usdt-macro v0.3.5 |
897 | 2024-03-21T21:35:44.237Z | Compiling clap_derive v3.2.25 |
898 | 2024-03-21T21:35:44.268Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
899 | 2024-03-21T21:35:44.443Z | Checking clap v4.4.0 |
900 | 2024-03-21T21:35:44.590Z | Checking simple_asn1 v0.6.2 |
901 | 2024-03-21T21:35:44.913Z | Checking twox-hash v1.6.3 |
902 | 2024-03-21T21:35:45.042Z | Compiling num_enum_derive v0.7.0 |
903 | 2024-03-21T21:35:45.342Z | Checking tokio-io-timeout v1.2.0 |
904 | 2024-03-21T21:35:45.439Z | Compiling snafu-derive v0.7.5 |
905 | 2024-03-21T21:35:45.466Z | Checking universal-hash v0.5.1 |
906 | 2024-03-21T21:35:45.589Z | Checking nix v0.27.1 |
907 | 2024-03-21T21:35:45.590Z | Compiling curl v0.4.44 |
908 | 2024-03-21T21:35:45.637Z | Checking textwrap v0.16.0 |
909 | 2024-03-21T21:35:45.950Z | Checking funty v2.0.0 |
910 | 2024-03-21T21:35:46.031Z | Checking http-range-header v0.3.1 |
911 | 2024-03-21T21:35:46.057Z | Checking opaque-debug v0.3.0 |
912 | 2024-03-21T21:35:46.142Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
913 | 2024-03-21T21:35:46.217Z | Checking tower-http v0.4.4 |
914 | 2024-03-21T21:35:46.481Z | Checking polyval v0.6.1 |
915 | 2024-03-21T21:35:46.765Z | Checking hyper-timeout v0.4.1 |
916 | 2024-03-21T21:35:46.802Z | Checking bitvec v1.0.1 |
917 | 2024-03-21T21:35:46.841Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
918 | 2024-03-21T21:35:47.021Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
919 | 2024-03-21T21:35:47.054Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
920 | 2024-03-21T21:35:47.088Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
921 | 2024-03-21T21:35:47.373Z | Checking num_enum v0.7.0 |
922 | 2024-03-21T21:35:47.589Z | Checking usdt v0.3.5 |
923 | 2024-03-21T21:35:47.746Z | Checking jsonwebtoken v8.3.0 |
924 | 2024-03-21T21:35:47.959Z | Checking clap v3.2.25 |
925 | 2024-03-21T21:35:48.866Z | Checking tower v0.4.13 |
926 | 2024-03-21T21:35:49.231Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
927 | 2024-03-21T21:35:49.422Z | Checking aes v0.8.3 |
928 | 2024-03-21T21:35:49.638Z | Checking snafu v0.7.5 |
929 | 2024-03-21T21:35:49.921Z | Checking ctr v0.9.2 |
930 | 2024-03-21T21:35:49.973Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
931 | 2024-03-21T21:35:50.052Z | Compiling zone_cfg_derive v0.2.0 |
932 | 2024-03-21T21:35:50.145Z | Checking secrecy v0.8.0 |
933 | 2024-03-21T21:35:50.177Z | Checking console v0.15.7 |
934 | 2024-03-21T21:35:50.314Z | Checking bincode v1.3.3 |
935 | 2024-03-21T21:35:50.858Z | Checking sha2 v0.10.7 |
936 | 2024-03-21T21:35:50.858Z | Compiling async-recursion v0.3.2 |
937 | 2024-03-21T21:35:50.858Z | Checking aead v0.5.2 |
938 | 2024-03-21T21:35:50.858Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
939 | 2024-03-21T21:35:50.858Z | Checking matches v0.1.10 |
940 | 2024-03-21T21:35:50.858Z | Compiling erased-serde v0.3.30 |
941 | 2024-03-21T21:35:50.858Z | Checking number_prefix v0.4.0 |
942 | 2024-03-21T21:35:50.858Z | Checking utf-8 v0.7.6 |
943 | 2024-03-21T21:35:50.895Z | Checking aes-gcm-siv v0.11.1 |
944 | 2024-03-21T21:35:50.977Z | Checking sha256 v1.4.0 |
945 | 2024-03-21T21:35:51.010Z | Checking indicatif v0.17.6 |
946 | 2024-03-21T21:35:51.055Z | Checking idna v0.2.3 |
947 | 2024-03-21T21:35:51.081Z | Checking tungstenite v0.20.1 |
948 | 2024-03-21T21:35:51.108Z | Checking toml v0.7.8 |
949 | 2024-03-21T21:35:51.204Z | Checking octocrab v0.25.1 |
950 | 2024-03-21T21:35:51.315Z | Checking zone v0.2.0 |
951 | 2024-03-21T21:35:51.341Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
952 | 2024-03-21T21:35:51.341Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
953 | 2024-03-21T21:35:51.620Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
954 | 2024-03-21T21:35:51.652Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
955 | 2024-03-21T21:35:51.718Z | Checking rayon v1.8.1 |
956 | 2024-03-21T21:35:51.902Z | Checking env_logger v0.9.3 |
957 | 2024-03-21T21:35:51.902Z | Checking itertools v0.12.1 |
958 | 2024-03-21T21:35:51.955Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
959 | 2024-03-21T21:35:51.982Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
960 | 2024-03-21T21:35:52.125Z | Checking toml v0.5.11 |
961 | 2024-03-21T21:35:52.244Z | Compiling enum-as-inner v0.5.1 |
962 | 2024-03-21T21:35:52.297Z | Compiling bitstruct_derive v0.1.0 |
963 | 2024-03-21T21:35:52.325Z | Compiling async-recursion v1.0.5 |
964 | 2024-03-21T21:35:52.755Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
965 | 2024-03-21T21:35:52.784Z | Checking libloading v0.7.4 |
966 | 2024-03-21T21:35:52.826Z | Checking quick-error v1.2.3 |
967 | 2024-03-21T21:35:52.944Z | Checking ringbuffer v0.15.0 |
968 | 2024-03-21T21:35:53.149Z | Checking linked-hash-map v0.5.6 |
969 | 2024-03-21T21:35:53.274Z | Checking ascii v1.1.0 |
970 | 2024-03-21T21:35:53.309Z | Checking trust-dns-proto v0.22.0 |
971 | 2024-03-21T21:35:53.347Z | Checking resolv-conf v0.7.0 |
972 | 2024-03-21T21:35:53.427Z | Checking lru-cache v0.1.2 |
973 | 2024-03-21T21:35:53.495Z | Checking bitstruct v0.1.1 |
974 | 2024-03-21T21:35:53.588Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
975 | 2024-03-21T21:35:53.618Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
976 | 2024-03-21T21:35:53.649Z | Checking tokio-tungstenite v0.20.1 |
977 | 2024-03-21T21:35:53.650Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
978 | 2024-03-21T21:35:53.739Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
979 | 2024-03-21T21:35:54.017Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
980 | 2024-03-21T21:35:54.057Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
981 | 2024-03-21T21:35:54.087Z | Checking serde_arrays v0.1.0 |
982 | 2024-03-21T21:35:54.232Z | Compiling const_format_proc_macros v0.2.31 |
983 | 2024-03-21T21:35:54.347Z | Checking kstat-rs v0.2.3 |
984 | 2024-03-21T21:35:54.426Z | Compiling escargot v0.5.8 |
985 | 2024-03-21T21:35:54.688Z | Checking is_ci v1.1.1 |
986 | 2024-03-21T21:35:54.805Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
987 | 2024-03-21T21:35:54.847Z | Checking supports-color v2.1.0 |
988 | 2024-03-21T21:35:54.882Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
989 | 2024-03-21T21:35:54.917Z | Checking ron v0.7.1 |
990 | 2024-03-21T21:35:55.007Z | Checking nix v0.26.2 |
991 | 2024-03-21T21:35:55.376Z | Checking filetime v0.2.22 |
992 | 2024-03-21T21:35:55.530Z | Checking xattr v1.0.1 |
993 | 2024-03-21T21:35:55.576Z | Checking bstr v1.6.0 |
994 | 2024-03-21T21:35:55.691Z | Checking bit_field v0.10.2 |
995 | 2024-03-21T21:35:55.957Z | Checking tar v0.4.40 |
996 | 2024-03-21T21:35:56.088Z | Checking const_format v0.2.31 |
997 | 2024-03-21T21:35:56.155Z | Checking ctrlc v3.4.0 |
998 | 2024-03-21T21:35:56.323Z | Checking globset v0.4.13 |
999 | 2024-03-21T21:35:56.457Z | Checking owo-colors v4.0.0 |
1000 | 2024-03-21T21:35:56.826Z | Checking trust-dns-resolver v0.22.0 |
1001 | 2024-03-21T21:35:56.854Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1002 | 2024-03-21T21:35:57.572Z | Checking fatfs v0.3.6 |
1003 | 2024-03-21T21:35:57.831Z | Checking glob v0.3.1 |
1004 | 2024-03-21T21:35:58.663Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1005 | 2024-03-21T21:36:01.277Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1006 | 2024-03-21T21:36:01.892Z | Checking rustls-webpki v0.102.1 |
1007 | 2024-03-21T21:36:09.407Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1008 | 2024-03-21T21:36:09.407Z | Checking tokio-rustls v0.25.0 |
1009 | 2024-03-21T21:36:09.407Z | Compiling git2 v0.18.2 |
1010 | 2024-03-21T21:36:09.407Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1011 | 2024-03-21T21:36:11.880Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1012 | 2024-03-21T21:36:14.624Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1013 | 2024-03-21T21:36:14.651Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1014 | 2024-03-21T21:36:14.651Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1015 | 2024-03-21T21:36:17.014Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1016 | 2024-03-21T21:36:18.828Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1017 | 2024-03-21T21:36:24.378Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1018 | 2024-03-21T21:36:33.534Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1019 | 2024-03-21T21:36:42.066Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1020 | 2024-03-21T21:36:47.314Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1021 | 2024-03-21T21:36:57.330Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1022 | 2024-03-21T21:36:57.358Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1023 | 2024-03-21T21:37:02.975Z | Finished dev [unoptimized + debuginfo] target(s) in 2m 42s |
1024 | 2024-03-21T21:37:03.241Z | |
1025 | 2024-03-21T21:37:03.241Z | real 2:42.888915021 |
1026 | 2024-03-21T21:37:03.241Z | user 8:55.060631112 |
1027 | 2024-03-21T21:37:03.241Z | sys 2:29.306941862 |
1028 | 2024-03-21T21:37:03.241Z | trap 0.329107631 |
1029 | 2024-03-21T21:37:03.241Z | tflt 0.232502114 |
1030 | 2024-03-21T21:37:03.242Z | dflt 0.288100409 |
1031 | 2024-03-21T21:37:03.242Z | kflt 0.002518674 |
1032 | 2024-03-21T21:37:03.242Z | lock 11:46.310519740 |
1033 | 2024-03-21T21:37:03.242Z | slp 29:34.723631403 |
1034 | 2024-03-21T21:37:03.242Z | lat 48.743813855 |
1035 | 2024-03-21T21:37:03.242Z | stop 2:52.115855583 |
1036 | 2024-03-21T21:37:03.289Z | + ptime -m cargo clippy --features falcon --all-targets |
1037 | 2024-03-21T21:37:03.915Z | Downloading crates ... |
1038 | 2024-03-21T21:37:04.093Z | Downloaded float-cmp v0.9.0 |
1039 | 2024-03-21T21:37:04.128Z | Downloaded difflib v0.4.0 |
1040 | 2024-03-21T21:37:04.128Z | Downloaded mockall v0.11.4 |
1041 | 2024-03-21T21:37:04.128Z | Downloaded termtree v0.4.1 |
1042 | 2024-03-21T21:37:04.128Z | Downloaded predicates-tree v1.0.9 |
1043 | 2024-03-21T21:37:04.129Z | Downloaded similar v2.2.1 |
1044 | 2024-03-21T21:37:04.129Z | Downloaded serde_test v1.0.176 |
1045 | 2024-03-21T21:37:04.129Z | Downloaded predicates-core v1.0.6 |
1046 | 2024-03-21T21:37:04.129Z | Downloaded predicates v2.1.5 |
1047 | 2024-03-21T21:37:04.129Z | Downloaded normalize-line-endings v0.3.0 |
1048 | 2024-03-21T21:37:04.129Z | Downloaded mockall_derive v0.11.4 |
1049 | 2024-03-21T21:37:04.129Z | Downloaded fragile v2.0.0 |
1050 | 2024-03-21T21:37:04.129Z | Downloaded downcast v0.11.0 |
1051 | 2024-03-21T21:37:04.129Z | Downloaded expectorate v1.0.7 |
1052 | 2024-03-21T21:37:04.301Z | Checking tokio v1.36.0 |
1053 | 2024-03-21T21:37:04.361Z | Checking console v0.15.7 |
1054 | 2024-03-21T21:37:04.361Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1055 | 2024-03-21T21:37:04.361Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1056 | 2024-03-21T21:37:04.361Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1057 | 2024-03-21T21:37:04.413Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1058 | 2024-03-21T21:37:04.414Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1059 | 2024-03-21T21:37:04.414Z | Checking predicates-core v1.0.6 |
1060 | 2024-03-21T21:37:04.499Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1061 | 2024-03-21T21:37:04.570Z | Checking float-cmp v0.9.0 |
1062 | 2024-03-21T21:37:04.693Z | Checking unicode-segmentation v1.10.1 |
1063 | 2024-03-21T21:37:04.735Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1064 | 2024-03-21T21:37:04.735Z | Checking termtree v0.4.1 |
1065 | 2024-03-21T21:37:04.772Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1066 | 2024-03-21T21:37:04.773Z | Checking normalize-line-endings v0.3.0 |
1067 | 2024-03-21T21:37:04.824Z | Checking indicatif v0.17.6 |
1068 | 2024-03-21T21:37:04.860Z | Checking difflib v0.4.0 |
1069 | 2024-03-21T21:37:04.905Z | Checking predicates-tree v1.0.9 |
1070 | 2024-03-21T21:37:04.905Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1071 | 2024-03-21T21:37:04.982Z | Compiling mockall_derive v0.11.4 |
1072 | 2024-03-21T21:37:05.531Z | Checking predicates v2.1.5 |
1073 | 2024-03-21T21:37:05.984Z | Checking newline-converter v0.3.0 |
1074 | 2024-03-21T21:37:05.984Z | Checking fragile v2.0.0 |
1075 | 2024-03-21T21:37:05.984Z | Checking downcast v0.11.0 |
1076 | 2024-03-21T21:37:05.984Z | Checking similar v2.2.1 |
1077 | 2024-03-21T21:37:05.984Z | Checking serde_test v1.0.176 |
1078 | 2024-03-21T21:37:05.984Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
1079 | 2024-03-21T21:37:06.492Z | Checking expectorate v1.0.7 |
1080 | 2024-03-21T21:37:09.277Z | Checking mockall v0.11.4 |
1081 | 2024-03-21T21:37:10.193Z | Checking tokio-util v0.7.8 |
1082 | 2024-03-21T21:37:10.194Z | Checking tokio-rustls v0.24.1 |
1083 | 2024-03-21T21:37:10.222Z | Checking tokio-native-tls v0.3.1 |
1084 | 2024-03-21T21:37:10.222Z | Checking tokio-rustls v0.25.0 |
1085 | 2024-03-21T21:37:10.222Z | Checking backoff v0.4.0 |
1086 | 2024-03-21T21:37:10.222Z | Checking steno v0.4.0 |
1087 | 2024-03-21T21:37:10.222Z | Checking tokio-io-timeout v1.2.0 |
1088 | 2024-03-21T21:37:10.344Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1089 | 2024-03-21T21:37:10.424Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1090 | 2024-03-21T21:37:10.453Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1091 | 2024-03-21T21:37:10.480Z | Checking sha256 v1.4.0 |
1092 | 2024-03-21T21:37:10.506Z | Checking tokio-tungstenite v0.20.1 |
1093 | 2024-03-21T21:37:10.533Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1094 | 2024-03-21T21:37:10.570Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1095 | 2024-03-21T21:37:10.664Z | Checking trust-dns-proto v0.22.0 |
1096 | 2024-03-21T21:37:10.976Z | Checking h2 v0.3.24 |
1097 | 2024-03-21T21:37:10.976Z | Checking tower v0.4.13 |
1098 | 2024-03-21T21:37:11.950Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1099 | 2024-03-21T21:37:13.769Z | Checking trust-dns-resolver v0.22.0 |
1100 | 2024-03-21T21:37:15.934Z | Checking hyper v0.14.27 |
1101 | 2024-03-21T21:37:20.762Z | Checking hyper-rustls v0.24.1 |
1102 | 2024-03-21T21:37:20.763Z | Checking hyper-tls v0.5.0 |
1103 | 2024-03-21T21:37:20.791Z | Checking dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1104 | 2024-03-21T21:37:20.791Z | Checking hyper-timeout v0.4.1 |
1105 | 2024-03-21T21:37:21.061Z | Checking reqwest v0.11.24 |
1106 | 2024-03-21T21:37:21.061Z | Checking octocrab v0.25.1 |
1107 | 2024-03-21T21:37:22.371Z | Checking progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1108 | 2024-03-21T21:37:22.612Z | Checking progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1109 | 2024-03-21T21:37:22.754Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1110 | 2024-03-21T21:37:22.780Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1111 | 2024-03-21T21:37:22.780Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1112 | 2024-03-21T21:37:23.693Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1113 | 2024-03-21T21:37:23.693Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1114 | 2024-03-21T21:37:24.550Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1115 | 2024-03-21T21:37:29.087Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1116 | 2024-03-21T21:37:29.900Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1117 | 2024-03-21T21:37:29.900Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1118 | 2024-03-21T21:37:29.926Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1119 | 2024-03-21T21:37:32.384Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1120 | 2024-03-21T21:37:34.123Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1121 | 2024-03-21T21:37:39.360Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1122 | 2024-03-21T21:37:48.496Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1123 | 2024-03-21T21:37:57.361Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1124 | 2024-03-21T21:37:57.512Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1125 | 2024-03-21T21:38:02.175Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1126 | 2024-03-21T21:38:18.154Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1127 | 2024-03-21T21:38:18.154Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1128 | 2024-03-21T21:38:26.624Z | Finished dev [unoptimized + debuginfo] target(s) in 1m 23s |
1129 | 2024-03-21T21:38:26.706Z | |
1130 | 2024-03-21T21:38:26.706Z | real 1:23.458356680 |
1131 | 2024-03-21T21:38:26.706Z | user 2:44.343981449 |
1132 | 2024-03-21T21:38:26.706Z | sys 27.814378659 |
1133 | 2024-03-21T21:38:26.706Z | trap 0.063012325 |
1134 | 2024-03-21T21:38:26.706Z | tflt 0.059676752 |
1135 | 2024-03-21T21:38:26.707Z | dflt 0.174769638 |
1136 | 2024-03-21T21:38:26.707Z | kflt 0.000083133 |
1137 | 2024-03-21T21:38:26.734Z | lock 6:17.240089452 |
1138 | 2024-03-21T21:38:26.734Z | slp 7:38.401394450 |
1139 | 2024-03-21T21:38:26.734Z | lat 2.422619274 |
1140 | 2024-03-21T21:38:26.734Z | stop 5.566620453 |
1141 | 2024-03-21T21:38:26.734Z | + banner build |
1142 | 2024-03-21T21:38:26.734Z | |
1143 | 2024-03-21T21:38:26.734Z | ##### # # # # ##### |
1144 | 2024-03-21T21:38:26.734Z | # # # # # # # # |
1145 | 2024-03-21T21:38:26.734Z | ##### # # # # # # |
1146 | 2024-03-21T21:38:26.735Z | # # # # # # # # |
1147 | 2024-03-21T21:38:26.735Z | # # # # # # # # |
1148 | 2024-03-21T21:38:26.735Z | ##### #### # ###### ##### |
1149 | 2024-03-21T21:38:26.735Z | |
1150 | 2024-03-21T21:38:26.735Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1151 | 2024-03-21T21:38:27.550Z | Compiling proc-macro2 v1.0.78 |
1152 | 2024-03-21T21:38:27.550Z | Compiling unicode-ident v1.0.12 |
1153 | 2024-03-21T21:38:27.550Z | Compiling libc v0.2.150 |
1154 | 2024-03-21T21:38:27.579Z | Compiling version_check v0.9.4 |
1155 | 2024-03-21T21:38:27.579Z | Compiling cfg-if v1.0.0 |
1156 | 2024-03-21T21:38:27.579Z | Compiling autocfg v1.1.0 |
1157 | 2024-03-21T21:38:27.580Z | Compiling serde v1.0.197 |
1158 | 2024-03-21T21:38:27.580Z | Compiling syn v1.0.109 |
1159 | 2024-03-21T21:38:28.013Z | Compiling thiserror v1.0.57 |
1160 | 2024-03-21T21:38:28.098Z | Compiling once_cell v1.19.0 |
1161 | 2024-03-21T21:38:28.144Z | Compiling ahash v0.8.10 |
1162 | 2024-03-21T21:38:28.211Z | Compiling itoa v1.0.9 |
1163 | 2024-03-21T21:38:28.402Z | Compiling memchr v2.6.4 |
1164 | 2024-03-21T21:38:28.509Z | Compiling byteorder v1.4.3 |
1165 | 2024-03-21T21:38:28.661Z | Compiling log v0.4.21 |
1166 | 2024-03-21T21:38:28.804Z | Compiling quote v1.0.35 |
1167 | 2024-03-21T21:38:28.876Z | Compiling jobserver v0.1.26 |
1168 | 2024-03-21T21:38:29.038Z | Compiling pin-project-lite v0.2.13 |
1169 | 2024-03-21T21:38:29.124Z | Compiling syn v2.0.52 |
1170 | 2024-03-21T21:38:29.322Z | Compiling cc v1.0.83 |
1171 | 2024-03-21T21:38:29.395Z | Compiling getrandom v0.2.10 |
1172 | 2024-03-21T21:38:29.592Z | Compiling scopeguard v1.2.0 |
1173 | 2024-03-21T21:38:29.714Z | Compiling pkg-config v0.3.27 |
1174 | 2024-03-21T21:38:29.776Z | Compiling lock_api v0.4.10 |
1175 | 2024-03-21T21:38:29.885Z | Compiling parking_lot_core v0.9.8 |
1176 | 2024-03-21T21:38:30.085Z | Compiling smallvec v1.11.0 |
1177 | 2024-03-21T21:38:30.296Z | Compiling vcpkg v0.2.15 |
1178 | 2024-03-21T21:38:30.606Z | Compiling ryu v1.0.15 |
1179 | 2024-03-21T21:38:30.756Z | Compiling serde_json v1.0.114 |
1180 | 2024-03-21T21:38:31.084Z | Compiling heck v0.4.1 |
1181 | 2024-03-21T21:38:31.120Z | Compiling parking_lot v0.12.1 |
1182 | 2024-03-21T21:38:31.162Z | Compiling mio v0.8.11 |
1183 | 2024-03-21T21:38:31.276Z | Compiling num_cpus v1.16.0 |
1184 | 2024-03-21T21:38:31.388Z | Compiling signal-hook-registry v1.4.1 |
1185 | 2024-03-21T21:38:31.425Z | Compiling socket2 v0.5.5 |
1186 | 2024-03-21T21:38:31.713Z | Compiling libm v0.2.7 |
1187 | 2024-03-21T21:38:31.775Z | Compiling num-traits v0.2.16 |
1188 | 2024-03-21T21:38:32.106Z | Compiling allocator-api2 v0.2.16 |
1189 | 2024-03-21T21:38:32.831Z | Compiling futures-core v0.3.30 |
1190 | 2024-03-21T21:38:32.984Z | Compiling rand_core v0.6.4 |
1191 | 2024-03-21T21:38:33.042Z | Compiling slab v0.4.9 |
1192 | 2024-03-21T21:38:33.148Z | Compiling futures-sink v0.3.30 |
1193 | 2024-03-21T21:38:33.276Z | Compiling bitflags v2.4.0 |
1194 | 2024-03-21T21:38:33.381Z | Compiling futures-channel v0.3.30 |
1195 | 2024-03-21T21:38:33.413Z | Compiling pin-utils v0.1.0 |
1196 | 2024-03-21T21:38:33.732Z | Compiling futures-io v0.3.30 |
1197 | 2024-03-21T21:38:34.179Z | Compiling equivalent v1.0.1 |
1198 | 2024-03-21T21:38:34.179Z | Compiling futures-task v0.3.30 |
1199 | 2024-03-21T21:38:34.211Z | Compiling typenum v1.16.0 |
1200 | 2024-03-21T21:38:34.212Z | Compiling generic-array v0.14.7 |
1201 | 2024-03-21T21:38:34.212Z | Compiling tracing-core v0.1.31 |
1202 | 2024-03-21T21:38:34.212Z | Compiling fnv v1.0.7 |
1203 | 2024-03-21T21:38:34.212Z | Compiling ucd-trie v0.1.6 |
1204 | 2024-03-21T21:38:34.242Z | Compiling iana-time-zone v0.1.57 |
1205 | 2024-03-21T21:38:34.633Z | Compiling serde_derive_internals v0.26.0 |
1206 | 2024-03-21T21:38:34.925Z | Compiling slog v2.7.0 |
1207 | 2024-03-21T21:38:35.405Z | Compiling time-core v0.1.1 |
1208 | 2024-03-21T21:38:35.431Z | Compiling httparse v1.8.0 |
1209 | 2024-03-21T21:38:35.552Z | Compiling subtle v2.5.0 |
1210 | 2024-03-21T21:38:35.800Z | Compiling schemars v0.8.16 |
1211 | 2024-03-21T21:38:36.194Z | Compiling openssl-sys v0.9.96 |
1212 | 2024-03-21T21:38:36.566Z | Compiling ring v0.16.20 |
1213 | 2024-03-21T21:38:36.792Z | Compiling dyn-clone v1.0.13 |
1214 | 2024-03-21T21:38:37.067Z | Compiling crypto-common v0.1.6 |
1215 | 2024-03-21T21:38:37.189Z | Compiling socket2 v0.4.9 |
1216 | 2024-03-21T21:38:37.255Z | Compiling percent-encoding v2.3.1 |
1217 | 2024-03-21T21:38:37.664Z | Compiling base64 v0.21.7 |
1218 | 2024-03-21T21:38:37.701Z | Compiling form_urlencoded v1.2.1 |
1219 | 2024-03-21T21:38:37.821Z | Compiling untrusted v0.7.1 |
1220 | 2024-03-21T21:38:37.971Z | Compiling spin v0.5.2 |
1221 | 2024-03-21T21:38:38.136Z | Compiling tower-service v0.3.2 |
1222 | 2024-03-21T21:38:38.230Z | Compiling tinyvec_macros v0.1.1 |
1223 | 2024-03-21T21:38:38.307Z | Compiling tinyvec v1.6.0 |
1224 | 2024-03-21T21:38:38.472Z | Compiling crossbeam-utils v0.8.16 |
1225 | 2024-03-21T21:38:38.546Z | Compiling rustversion v1.0.14 |
1226 | 2024-03-21T21:38:38.573Z | Compiling try-lock v0.2.4 |
1227 | 2024-03-21T21:38:38.705Z | Compiling want v0.3.1 |
1228 | 2024-03-21T21:38:38.930Z | Compiling time-macros v0.2.13 |
1229 | 2024-03-21T21:38:38.970Z | Compiling aho-corasick v1.0.4 |
1230 | 2024-03-21T21:38:39.075Z | Compiling schemars_derive v0.8.16 |
1231 | 2024-03-21T21:38:39.119Z | Compiling serde_derive v1.0.197 |
1232 | 2024-03-21T21:38:39.146Z | Compiling zerocopy-derive v0.7.32 |
1233 | 2024-03-21T21:38:39.335Z | Compiling thiserror-impl v1.0.57 |
1234 | 2024-03-21T21:38:39.643Z | Compiling tokio-macros v2.2.0 |
1235 | 2024-03-21T21:38:40.995Z | Compiling zerocopy v0.7.32 |
1236 | 2024-03-21T21:38:41.361Z | Compiling futures-macro v0.3.30 |
1237 | 2024-03-21T21:38:41.557Z | Compiling tracing-attributes v0.1.26 |
1238 | 2024-03-21T21:38:42.016Z | Compiling pest v2.7.6 |
1239 | 2024-03-21T21:38:43.616Z | Compiling unicode-normalization v0.1.22 |
1240 | 2024-03-21T21:38:43.616Z | Compiling hashbrown v0.14.3 |
1241 | 2024-03-21T21:38:43.617Z | Compiling futures-util v0.3.30 |
1242 | 2024-03-21T21:38:43.883Z | Compiling pest_meta v2.7.6 |
1243 | 2024-03-21T21:38:44.298Z | Compiling deranged v0.3.8 |
1244 | 2024-03-21T21:38:44.686Z | Compiling tracing v0.1.37 |
1245 | 2024-03-21T21:38:44.686Z | Compiling num_threads v0.1.6 |
1246 | 2024-03-21T21:38:44.894Z | Compiling httpdate v1.0.3 |
1247 | 2024-03-21T21:38:45.258Z | Compiling pest_generator v2.7.6 |
1248 | 2024-03-21T21:38:45.995Z | Compiling regex-syntax v0.8.2 |
1249 | 2024-03-21T21:38:46.664Z | Compiling unicode-bidi v0.3.13 |
1250 | 2024-03-21T21:38:47.252Z | Compiling pest_derive v2.7.6 |
1251 | 2024-03-21T21:38:48.050Z | Compiling rustix v0.38.26 |
1252 | 2024-03-21T21:38:48.654Z | Compiling cpufeatures v0.2.12 |
1253 | 2024-03-21T21:38:48.825Z | Compiling regex-automata v0.4.4 |
1254 | 2024-03-21T21:38:49.098Z | Compiling time v0.3.27 |
1255 | 2024-03-21T21:38:50.453Z | Compiling bytes v1.5.0 |
1256 | 2024-03-21T21:38:51.171Z | Compiling indexmap v2.2.5 |
1257 | 2024-03-21T21:38:51.976Z | Compiling tokio v1.36.0 |
1258 | 2024-03-21T21:38:52.890Z | Compiling chrono v0.4.34 |
1259 | 2024-03-21T21:38:52.929Z | Compiling http v0.2.12 |
1260 | 2024-03-21T21:38:53.739Z | Compiling uuid v1.7.0 |
1261 | 2024-03-21T21:38:54.749Z | Compiling serde_tokenstream v0.2.0 |
1262 | 2024-03-21T21:38:55.345Z | Compiling http-body v0.4.5 |
1263 | 2024-03-21T21:38:56.894Z | Compiling block-buffer v0.10.4 |
1264 | 2024-03-21T21:38:57.079Z | Compiling errno v0.3.8 |
1265 | 2024-03-21T21:38:57.292Z | Compiling async-trait v0.1.77 |
1266 | 2024-03-21T21:38:57.583Z | Compiling rustls v0.21.7 |
1267 | 2024-03-21T21:38:57.727Z | Compiling openssl-probe v0.1.5 |
1268 | 2024-03-21T21:38:57.859Z | Compiling anyhow v1.0.75 |
1269 | 2024-03-21T21:38:58.305Z | Compiling digest v0.10.7 |
1270 | 2024-03-21T21:38:58.685Z | Compiling regex v1.10.3 |
1271 | 2024-03-21T21:38:59.537Z | Compiling tokio-util v0.7.8 |
1272 | 2024-03-21T21:39:01.392Z | Compiling h2 v0.3.24 |
1273 | 2024-03-21T21:39:01.705Z | Compiling idna v0.4.0 |
1274 | 2024-03-21T21:39:01.819Z | Compiling rustls-webpki v0.101.4 |
1275 | 2024-03-21T21:39:01.974Z | Compiling sct v0.7.0 |
1276 | 2024-03-21T21:39:03.550Z | Compiling thread-id v4.2.0 |
1277 | 2024-03-21T21:39:03.631Z | Compiling ppv-lite86 v0.2.17 |
1278 | 2024-03-21T21:39:04.290Z | Compiling rand_chacha v0.3.1 |
1279 | 2024-03-21T21:39:04.663Z | Compiling url v2.4.0 |
1280 | 2024-03-21T21:39:07.195Z | Compiling rustls-pemfile v1.0.4 |
1281 | 2024-03-21T21:39:07.613Z | Compiling hyper v0.14.27 |
1282 | 2024-03-21T21:39:12.457Z | Compiling tokio-rustls v0.24.1 |
1283 | 2024-03-21T21:39:12.550Z | Compiling rand v0.8.5 |
1284 | 2024-03-21T21:39:12.864Z | Compiling is-terminal v0.4.9 |
1285 | 2024-03-21T21:39:12.972Z | Compiling serde_urlencoded v0.7.1 |
1286 | 2024-03-21T21:39:13.536Z | Compiling regress v0.9.0 |
1287 | 2024-03-21T21:39:14.004Z | Compiling dirs-sys-next v0.1.2 |
1288 | 2024-03-21T21:39:14.732Z | Compiling foreign-types-shared v0.1.1 |
1289 | 2024-03-21T21:39:14.826Z | Compiling openssl v0.10.60 |
1290 | 2024-03-21T21:39:15.015Z | Compiling foreign-types v0.3.2 |
1291 | 2024-03-21T21:39:15.104Z | Compiling dirs-next v2.0.0 |
1292 | 2024-03-21T21:39:15.214Z | Compiling openssl-macros v0.1.1 |
1293 | 2024-03-21T21:39:15.319Z | Compiling thread_local v1.1.7 |
1294 | 2024-03-21T21:39:15.917Z | Compiling encoding_rs v0.8.33 |
1295 | 2024-03-21T21:39:16.023Z | Compiling native-tls v0.2.11 |
1296 | 2024-03-21T21:39:16.351Z | Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1297 | 2024-03-21T21:39:17.366Z | Compiling mime v0.3.17 |
1298 | 2024-03-21T21:39:18.255Z | Compiling camino v1.1.6 |
1299 | 2024-03-21T21:39:18.663Z | Compiling slog-async v2.8.0 |
1300 | 2024-03-21T21:39:18.776Z | Compiling semver v1.0.22 |
1301 | 2024-03-21T21:39:19.208Z | Compiling term v0.7.0 |
1302 | 2024-03-21T21:39:23.235Z | Compiling rustls-native-certs v0.6.3 |
1303 | 2024-03-21T21:39:23.998Z | Compiling crossbeam-channel v0.5.8 |
1304 | 2024-03-21T21:39:24.685Z | Compiling futures-executor v0.3.30 |
1305 | 2024-03-21T21:39:25.340Z | Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1306 | 2024-03-21T21:39:26.585Z | Compiling lazy_static v1.4.0 |
1307 | 2024-03-21T21:39:26.611Z | Compiling take_mut v0.2.2 |
1308 | 2024-03-21T21:39:26.611Z | Compiling unicode-width v0.1.10 |
1309 | 2024-03-21T21:39:26.612Z | Compiling futures v0.3.30 |
1310 | 2024-03-21T21:39:26.612Z | Compiling hyper-rustls v0.24.1 |
1311 | 2024-03-21T21:39:26.612Z | Compiling slog-term v2.9.1 |
1312 | 2024-03-21T21:39:27.013Z | Compiling openapiv3 v2.0.0 |
1313 | 2024-03-21T21:39:28.217Z | Compiling toml_datetime v0.6.5 |
1314 | 2024-03-21T21:39:28.344Z | Compiling serde_spanned v0.6.5 |
1315 | 2024-03-21T21:39:28.550Z | Compiling scroll_derive v0.12.0 |
1316 | 2024-03-21T21:39:28.670Z | Compiling libz-sys v1.1.12 |
1317 | 2024-03-21T21:39:28.803Z | Compiling ring v0.17.7 |
1318 | 2024-03-21T21:39:28.991Z | Compiling usdt-impl v0.5.0 |
1319 | 2024-03-21T21:39:29.604Z | Compiling winnow v0.5.15 |
1320 | 2024-03-21T21:39:29.638Z | Compiling zeroize v1.6.0 |
1321 | 2024-03-21T21:39:29.639Z | Compiling omicron-workspace-hack v0.1.0 |
1322 | 2024-03-21T21:39:29.706Z | Compiling ipnet v2.8.0 |
1323 | 2024-03-21T21:39:29.854Z | Compiling scroll v0.12.0 |
1324 | 2024-03-21T21:39:30.374Z | Compiling tokio-native-tls v0.3.1 |
1325 | 2024-03-21T21:39:30.618Z | Compiling dof v0.3.0 |
1326 | 2024-03-21T21:39:30.775Z | Compiling dtrace-parser v0.2.0 |
1327 | 2024-03-21T21:39:31.938Z | Compiling toml_edit v0.19.15 |
1328 | 2024-03-21T21:39:32.074Z | Compiling spin v0.9.8 |
1329 | 2024-03-21T21:39:32.264Z | Compiling plain v0.2.3 |
1330 | 2024-03-21T21:39:32.397Z | Compiling goblin v0.8.0 |
1331 | 2024-03-21T21:39:33.175Z | Compiling getopts v0.2.21 |
1332 | 2024-03-21T21:39:33.873Z | Compiling hyper-tls v0.5.0 |
1333 | 2024-03-21T21:39:34.223Z | Compiling proc-macro-crate v1.3.1 |
1334 | 2024-03-21T21:39:34.957Z | Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#c5ebe0a2) |
1335 | 2024-03-21T21:39:34.983Z | Compiling sha1 v0.10.6 |
1336 | 2024-03-21T21:39:35.986Z | Compiling sync_wrapper v0.1.2 |
1337 | 2024-03-21T21:39:36.096Z | Compiling webpki-roots v0.25.2 |
1338 | 2024-03-21T21:39:36.218Z | Compiling untrusted v0.9.0 |
1339 | 2024-03-21T21:39:36.381Z | Compiling match_cfg v0.1.0 |
1340 | 2024-03-21T21:39:36.471Z | Compiling pretty-hex v0.4.1 |
1341 | 2024-03-21T21:39:36.691Z | Compiling unsafe-libyaml v0.2.9 |
1342 | 2024-03-21T21:39:37.129Z | Compiling rustls-pki-types v1.3.1 |
1343 | 2024-03-21T21:39:37.988Z | Compiling serde_yaml v0.9.25 |
1344 | 2024-03-21T21:39:38.169Z | Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1345 | 2024-03-21T21:39:38.789Z | Compiling hostname v0.3.1 |
1346 | 2024-03-21T21:39:39.009Z | Compiling reqwest v0.11.24 |
1347 | 2024-03-21T21:39:42.500Z | Compiling num-integer v0.1.45 |
1348 | 2024-03-21T21:39:42.794Z | Compiling strsim v0.10.0 |
1349 | 2024-03-21T21:39:43.310Z | Compiling rustls v0.22.2 |
1350 | 2024-03-21T21:39:43.430Z | Compiling unicode-xid v0.2.4 |
1351 | 2024-03-21T21:39:43.558Z | Compiling ident_case v1.0.1 |
1352 | 2024-03-21T21:39:43.584Z | Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1353 | 2024-03-21T21:39:43.719Z | Compiling darling_core v0.20.3 |
1354 | 2024-03-21T21:39:48.086Z | Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1355 | 2024-03-21T21:39:49.346Z | Compiling usdt-macro v0.5.0 |
1356 | 2024-03-21T21:39:50.511Z | Compiling usdt-attr-macro v0.5.0 |
1357 | 2024-03-21T21:39:51.847Z | Compiling serde_path_to_error v0.1.15 |
1358 | 2024-03-21T21:39:52.141Z | Compiling memmap v0.7.0 |
1359 | 2024-03-21T21:39:52.516Z | Compiling multer v3.0.0 |
1360 | 2024-03-21T21:39:52.550Z | Compiling winnow v0.6.2 |
1361 | 2024-03-21T21:39:52.728Z | Compiling paste v1.0.14 |
1362 | 2024-03-21T21:39:52.892Z | Compiling usdt v0.5.0 |
1363 | 2024-03-21T21:39:53.246Z | Compiling darling_macro v0.20.3 |
1364 | 2024-03-21T21:39:54.260Z | Compiling slog-json v2.6.1 |
1365 | 2024-03-21T21:39:54.692Z | Compiling http v1.0.0 |
1366 | 2024-03-21T21:39:55.083Z | Compiling strum_macros v0.26.1 |
1367 | 2024-03-21T21:39:56.069Z | Compiling toml_edit v0.22.6 |
1368 | 2024-03-21T21:39:56.532Z | Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#90d3282f) |
1369 | 2024-03-21T21:39:56.709Z | Compiling async-stream-impl v0.3.5 |
1370 | 2024-03-21T21:39:57.946Z | Compiling num-bigint v0.4.4 |
1371 | 2024-03-21T21:39:58.772Z | Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1372 | 2024-03-21T21:39:58.797Z | Compiling atomic-waker v1.1.1 |
1373 | 2024-03-21T21:39:58.797Z | Compiling toml v0.8.10 |
1374 | 2024-03-21T21:39:58.829Z | Compiling waitgroup v0.1.2 |
1375 | 2024-03-21T21:39:59.002Z | Compiling strum v0.26.1 |
1376 | 2024-03-21T21:39:59.154Z | Compiling async-stream v0.3.5 |
1377 | 2024-03-21T21:39:59.415Z | Compiling slog-bunyan v2.5.0 |
1378 | 2024-03-21T21:40:01.220Z | Compiling darling v0.20.3 |
1379 | 2024-03-21T21:40:01.782Z | Compiling synstructure v0.12.6 |
1380 | 2024-03-21T21:40:02.313Z | Compiling rustls-pemfile v2.1.1 |
1381 | 2024-03-21T21:40:02.956Z | Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3e84670) |
1382 | 2024-03-21T21:40:02.987Z | Compiling hex v0.4.3 |
1383 | 2024-03-21T21:40:03.526Z | Compiling structmeta-derive v0.3.0 |
1384 | 2024-03-21T21:40:03.738Z | Compiling proc-macro-error-attr v1.0.4 |
1385 | 2024-03-21T21:40:04.050Z | Compiling debug-ignore v1.0.5 |
1386 | 2024-03-21T21:40:04.252Z | Compiling zerocopy-derive v0.2.0 |
1387 | 2024-03-21T21:40:13.333Z | Compiling serde_with_macros v3.6.1 |
1388 | 2024-03-21T21:40:13.416Z | Compiling structmeta v0.3.0 |
1389 | 2024-03-21T21:40:13.416Z | Compiling num_enum_derive v0.5.11 |
1390 | 2024-03-21T21:40:13.416Z | Compiling newtype-uuid v1.0.1 |
1391 | 2024-03-21T21:40:13.416Z | Compiling proc-macro-error v1.0.4 |
1392 | 2024-03-21T21:40:13.416Z | Compiling bitflags v1.3.2 |
1393 | 2024-03-21T21:40:13.417Z | Compiling num_enum v0.5.11 |
1394 | 2024-03-21T21:40:13.417Z | Compiling serde_with v3.6.1 |
1395 | 2024-03-21T21:40:13.417Z | Compiling parse-display-derive v0.9.0 |
1396 | 2024-03-21T21:40:13.529Z | Compiling serde_repr v0.1.16 |
1397 | 2024-03-21T21:40:13.530Z | Compiling instant v0.1.12 |
1398 | 2024-03-21T21:40:13.530Z | Compiling backoff v0.4.0 |
1399 | 2024-03-21T21:40:13.530Z | Compiling parse-display v0.9.0 |
1400 | 2024-03-21T21:40:13.530Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1401 | 2024-03-21T21:40:13.567Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1402 | 2024-03-21T21:40:13.706Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1403 | 2024-03-21T21:40:13.783Z | Compiling ipnetwork v0.20.0 |
1404 | 2024-03-21T21:40:13.861Z | Compiling macaddr v1.0.1 |
1405 | 2024-03-21T21:40:14.395Z | Compiling regress v0.8.0 |
1406 | 2024-03-21T21:40:14.395Z | Compiling libgit2-sys v0.16.2+1.7.2 |
1407 | 2024-03-21T21:40:14.395Z | Compiling num-rational v0.4.1 |
1408 | 2024-03-21T21:40:14.395Z | Compiling num-iter v0.1.43 |
1409 | 2024-03-21T21:40:14.584Z | Compiling usdt-impl v0.3.5 |
1410 | 2024-03-21T21:40:14.823Z | Compiling semver v0.1.20 |
1411 | 2024-03-21T21:40:14.861Z | Compiling either v1.9.0 |
1412 | 2024-03-21T21:40:14.888Z | Compiling static_assertions v1.1.0 |
1413 | 2024-03-21T21:40:15.148Z | Compiling rustc_version v0.1.7 |
1414 | 2024-03-21T21:40:16.029Z | Compiling atty v0.2.14 |
1415 | 2024-03-21T21:40:16.058Z | Compiling arc-swap v1.6.0 |
1416 | 2024-03-21T21:40:16.487Z | Compiling newtype_derive v0.1.6 |
1417 | 2024-03-21T21:40:16.625Z | Compiling zerocopy v0.3.2 |
1418 | 2024-03-21T21:40:16.859Z | Compiling vergen v8.3.1 |
1419 | 2024-03-21T21:40:16.933Z | Compiling strum_macros v0.25.3 |
1420 | 2024-03-21T21:40:17.052Z | Compiling num-complex v0.4.4 |
1421 | 2024-03-21T21:40:17.151Z | Compiling cargo-platform v0.1.6 |
1422 | 2024-03-21T21:40:17.179Z | Compiling zerocopy-derive v0.6.6 |
1423 | 2024-03-21T21:40:17.356Z | Compiling hubpack_derive v0.1.1 |
1424 | 2024-03-21T21:40:17.555Z | Compiling memoffset v0.9.0 |
1425 | 2024-03-21T21:40:17.814Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1426 | 2024-03-21T21:40:17.859Z | Compiling base64ct v1.6.0 |
1427 | 2024-03-21T21:40:18.243Z | Compiling crucible-workspace-hack v0.1.0 |
1428 | 2024-03-21T21:40:18.459Z | Compiling password-hash v0.5.0 |
1429 | 2024-03-21T21:40:18.560Z | Compiling hubpack v0.1.2 |
1430 | 2024-03-21T21:40:18.594Z | Compiling num v0.4.1 |
1431 | 2024-03-21T21:40:18.791Z | Compiling cargo_metadata v0.18.1 |
1432 | 2024-03-21T21:40:18.839Z | Compiling dof v0.1.5 |
1433 | 2024-03-21T21:40:18.956Z | Compiling zerocopy v0.6.6 |
1434 | 2024-03-21T21:40:19.619Z | Compiling slog-scope v4.4.0 |
1435 | 2024-03-21T21:40:19.665Z | Compiling rustc_version v0.4.0 |
1436 | 2024-03-21T21:40:19.919Z | Compiling blake2 v0.10.6 |
1437 | 2024-03-21T21:40:20.180Z | Compiling dtrace-parser v0.1.14 |
1438 | 2024-03-21T21:40:20.274Z | Compiling libsqlite3-sys v0.28.0 |
1439 | 2024-03-21T21:40:20.419Z | Compiling crossbeam-epoch v0.9.15 |
1440 | 2024-03-21T21:40:20.443Z | Compiling slog-dtrace v0.3.0 |
1441 | 2024-03-21T21:40:20.743Z | Compiling fixedbitset v0.4.2 |
1442 | 2024-03-21T21:40:20.785Z | Compiling data-encoding v2.4.0 |
1443 | 2024-03-21T21:40:20.958Z | Compiling utf8parse v0.2.1 |
1444 | 2024-03-21T21:40:21.353Z | Compiling humantime v2.1.0 |
1445 | 2024-03-21T21:40:21.445Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1446 | 2024-03-21T21:40:21.561Z | Compiling anstyle-parse v0.2.1 |
1447 | 2024-03-21T21:40:21.751Z | Compiling petgraph v0.6.4 |
1448 | 2024-03-21T21:40:23.033Z | Compiling argon2 v0.5.3 |
1449 | 2024-03-21T21:40:23.059Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1450 | 2024-03-21T21:40:23.059Z | Compiling slog-stdlog v4.1.1 |
1451 | 2024-03-21T21:40:23.537Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1452 | 2024-03-21T21:40:23.703Z | Compiling serde_tokenstream v0.1.7 |
1453 | 2024-03-21T21:40:23.987Z | Compiling foreign-types-macros v0.2.3 |
1454 | 2024-03-21T21:40:24.127Z | Compiling inout v0.1.3 |
1455 | 2024-03-21T21:40:24.158Z | Compiling backtrace v0.3.69 |
1456 | 2024-03-21T21:40:24.265Z | Compiling curl-sys v0.4.68+curl-8.4.0 |
1457 | 2024-03-21T21:40:24.332Z | Compiling indexmap v1.9.3 |
1458 | 2024-03-21T21:40:24.593Z | Compiling anstyle v1.0.2 |
1459 | 2024-03-21T21:40:24.675Z | Compiling anstyle-query v1.0.0 |
1460 | 2024-03-21T21:40:24.794Z | Compiling base64 v0.13.1 |
1461 | 2024-03-21T21:40:24.966Z | Compiling foreign-types-shared v0.3.1 |
1462 | 2024-03-21T21:40:25.013Z | Compiling gimli v0.28.0 |
1463 | 2024-03-21T21:40:25.075Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1464 | 2024-03-21T21:40:25.163Z | Compiling radium v0.7.0 |
1465 | 2024-03-21T21:40:25.392Z | Compiling termcolor v1.2.0 |
1466 | 2024-03-21T21:40:25.477Z | Compiling adler v1.0.2 |
1467 | 2024-03-21T21:40:25.606Z | Compiling pretty-hex v0.2.1 |
1468 | 2024-03-21T21:40:25.657Z | Compiling doc-comment v0.3.3 |
1469 | 2024-03-21T21:40:25.715Z | Compiling colorchoice v1.0.0 |
1470 | 2024-03-21T21:40:25.807Z | Compiling miniz_oxide v0.7.1 |
1471 | 2024-03-21T21:40:25.867Z | Compiling anstream v0.5.0 |
1472 | 2024-03-21T21:40:26.277Z | Compiling steno v0.4.0 |
1473 | 2024-03-21T21:40:26.302Z | Compiling foreign-types v0.5.0 |
1474 | 2024-03-21T21:40:26.469Z | Compiling cipher v0.4.4 |
1475 | 2024-03-21T21:40:26.615Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1476 | 2024-03-21T21:40:27.108Z | Compiling slog-envlogger v2.2.0 |
1477 | 2024-03-21T21:40:27.985Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1478 | 2024-03-21T21:40:28.557Z | Compiling itertools v0.10.5 |
1479 | 2024-03-21T21:40:28.759Z | Compiling addr2line v0.21.0 |
1480 | 2024-03-21T21:40:29.344Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1481 | 2024-03-21T21:40:29.386Z | Compiling colored v2.0.4 |
1482 | 2024-03-21T21:40:30.193Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1483 | 2024-03-21T21:40:30.383Z | Compiling hashlink v0.9.0 |
1484 | 2024-03-21T21:40:30.409Z | Compiling pin-project-internal v1.1.3 |
1485 | 2024-03-21T21:40:30.615Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1486 | 2024-03-21T21:40:30.965Z | Compiling object v0.32.0 |
1487 | 2024-03-21T21:40:31.157Z | Compiling cstr-argument v0.1.2 |
1488 | 2024-03-21T21:40:31.401Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1489 | 2024-03-21T21:40:31.449Z | Compiling os_str_bytes v6.5.1 |
1490 | 2024-03-21T21:40:31.693Z | Compiling clap_lex v0.5.1 |
1491 | 2024-03-21T21:40:31.936Z | Compiling tower-layer v0.3.2 |
1492 | 2024-03-21T21:40:32.191Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#d44d9e08) |
1493 | 2024-03-21T21:40:32.284Z | Compiling tap v1.0.1 |
1494 | 2024-03-21T21:40:32.436Z | Compiling portable-atomic v1.4.3 |
1495 | 2024-03-21T21:40:32.516Z | Compiling fastrand v2.0.0 |
1496 | 2024-03-21T21:40:32.803Z | Compiling hashbrown v0.12.3 |
1497 | 2024-03-21T21:40:33.107Z | Compiling rayon-core v1.12.1 |
1498 | 2024-03-21T21:40:33.200Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1499 | 2024-03-21T21:40:33.800Z | Compiling rustc-demangle v0.1.23 |
1500 | 2024-03-21T21:40:33.827Z | Compiling fallible-streaming-iterator v0.1.9 |
1501 | 2024-03-21T21:40:33.827Z | Compiling fallible-iterator v0.3.0 |
1502 | 2024-03-21T21:40:34.345Z | Compiling rusqlite v0.31.0 |
1503 | 2024-03-21T21:40:34.898Z | Compiling pin-project v1.1.3 |
1504 | 2024-03-21T21:40:35.009Z | Compiling tempfile v3.8.0 |
1505 | 2024-03-21T21:40:35.411Z | Compiling wyz v0.5.1 |
1506 | 2024-03-21T21:40:35.799Z | Compiling clap_builder v4.4.0 |
1507 | 2024-03-21T21:40:37.324Z | Compiling clap_lex v0.2.4 |
1508 | 2024-03-21T21:40:38.389Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1509 | 2024-03-21T21:40:38.920Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1510 | 2024-03-21T21:40:38.992Z | Compiling crossbeam-deque v0.8.3 |
1511 | 2024-03-21T21:40:39.247Z | Compiling pem v1.1.1 |
1512 | 2024-03-21T21:40:39.719Z | Compiling usdt-macro v0.3.5 |
1513 | 2024-03-21T21:40:39.759Z | Compiling usdt-attr-macro v0.3.5 |
1514 | 2024-03-21T21:40:40.573Z | Compiling twox-hash v1.6.3 |
1515 | 2024-03-21T21:40:40.607Z | Compiling clap_derive v3.2.25 |
1516 | 2024-03-21T21:40:41.072Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1517 | 2024-03-21T21:40:41.529Z | Compiling simple_asn1 v0.6.2 |
1518 | 2024-03-21T21:40:42.127Z | Compiling num_enum_derive v0.7.0 |
1519 | 2024-03-21T21:40:42.439Z | Compiling tokio-io-timeout v1.2.0 |
1520 | 2024-03-21T21:40:42.677Z | Compiling clap_derive v4.4.0 |
1521 | 2024-03-21T21:40:44.415Z | Compiling snafu-derive v0.7.5 |
1522 | 2024-03-21T21:40:44.517Z | Compiling universal-hash v0.5.1 |
1523 | 2024-03-21T21:40:44.593Z | Compiling nix v0.27.1 |
1524 | 2024-03-21T21:40:44.711Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1525 | 2024-03-21T21:40:45.031Z | Compiling matches v0.1.10 |
1526 | 2024-03-21T21:40:45.138Z | Compiling opaque-debug v0.3.0 |
1527 | 2024-03-21T21:40:45.218Z | Compiling http-range-header v0.3.1 |
1528 | 2024-03-21T21:40:45.373Z | Compiling funty v2.0.0 |
1529 | 2024-03-21T21:40:46.000Z | Compiling utf-8 v0.7.6 |
1530 | 2024-03-21T21:40:46.345Z | Compiling textwrap v0.16.0 |
1531 | 2024-03-21T21:40:46.657Z | Compiling curl v0.4.44 |
1532 | 2024-03-21T21:40:46.841Z | Compiling clap v4.4.0 |
1533 | 2024-03-21T21:40:46.962Z | Compiling clap v3.2.25 |
1534 | 2024-03-21T21:40:47.038Z | Compiling bitvec v1.0.1 |
1535 | 2024-03-21T21:40:47.616Z | Compiling tungstenite v0.20.1 |
1536 | 2024-03-21T21:40:48.516Z | Compiling tower-http v0.4.4 |
1537 | 2024-03-21T21:40:48.726Z | Compiling snafu v0.7.5 |
1538 | 2024-03-21T21:40:49.799Z | Compiling polyval v0.6.1 |
1539 | 2024-03-21T21:40:50.226Z | Compiling idna v0.2.3 |
1540 | 2024-03-21T21:40:50.332Z | Compiling num_enum v0.7.0 |
1541 | 2024-03-21T21:40:50.474Z | Compiling hyper-timeout v0.4.1 |
1542 | 2024-03-21T21:40:50.745Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#5503b472) |
1543 | 2024-03-21T21:40:51.226Z | Compiling jsonwebtoken v8.3.0 |
1544 | 2024-03-21T21:40:52.275Z | Compiling usdt v0.3.5 |
1545 | 2024-03-21T21:40:55.475Z | Compiling tower v0.4.13 |
1546 | 2024-03-21T21:40:57.046Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1547 | 2024-03-21T21:40:57.757Z | Compiling ctr v0.9.2 |
1548 | 2024-03-21T21:40:57.782Z | Compiling aes v0.8.3 |
1549 | 2024-03-21T21:40:57.782Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1550 | 2024-03-21T21:40:58.311Z | Compiling zone_cfg_derive v0.2.0 |
1551 | 2024-03-21T21:40:58.749Z | Compiling secrecy v0.8.0 |
1552 | 2024-03-21T21:40:58.922Z | Compiling console v0.15.7 |
1553 | 2024-03-21T21:40:59.544Z | Compiling sha2 v0.10.7 |
1554 | 2024-03-21T21:40:59.570Z | Compiling bincode v1.3.3 |
1555 | 2024-03-21T21:41:00.468Z | Compiling async-recursion v0.3.2 |
1556 | 2024-03-21T21:41:00.516Z | Compiling enum-as-inner v0.5.1 |
1557 | 2024-03-21T21:41:01.213Z | Compiling aead v0.5.2 |
1558 | 2024-03-21T21:41:01.364Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1559 | 2024-03-21T21:41:01.402Z | Compiling erased-serde v0.3.30 |
1560 | 2024-03-21T21:41:01.466Z | Compiling number_prefix v0.4.0 |
1561 | 2024-03-21T21:41:01.494Z | Compiling quick-error v1.2.3 |
1562 | 2024-03-21T21:41:01.617Z | Compiling linked-hash-map v0.5.6 |
1563 | 2024-03-21T21:41:01.659Z | Compiling indicatif v0.17.6 |
1564 | 2024-03-21T21:41:01.747Z | Compiling resolv-conf v0.7.0 |
1565 | 2024-03-21T21:41:01.902Z | Compiling trust-dns-proto v0.22.0 |
1566 | 2024-03-21T21:41:02.352Z | Compiling lru-cache v0.1.2 |
1567 | 2024-03-21T21:41:02.386Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1568 | 2024-03-21T21:41:02.386Z | Compiling aes-gcm-siv v0.11.1 |
1569 | 2024-03-21T21:41:02.386Z | Compiling sha256 v1.4.0 |
1570 | 2024-03-21T21:41:02.897Z | Compiling zone v0.2.0 |
1571 | 2024-03-21T21:41:03.001Z | Compiling octocrab v0.25.1 |
1572 | 2024-03-21T21:41:03.085Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1573 | 2024-03-21T21:41:03.392Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon#7910ec7d) |
1574 | 2024-03-21T21:41:05.626Z | Compiling rayon v1.8.1 |
1575 | 2024-03-21T21:41:07.042Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#b1007658) |
1576 | 2024-03-21T21:41:09.041Z | Compiling toml v0.7.8 |
1577 | 2024-03-21T21:41:09.707Z | Compiling tokio-tungstenite v0.20.1 |
1578 | 2024-03-21T21:41:10.041Z | Compiling env_logger v0.9.3 |
1579 | 2024-03-21T21:41:10.164Z | Compiling itertools v0.12.1 |
1580 | 2024-03-21T21:41:10.706Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1581 | 2024-03-21T21:41:10.792Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1582 | 2024-03-21T21:41:11.084Z | Compiling toml v0.5.11 |
1583 | 2024-03-21T21:41:12.652Z | Compiling async-recursion v1.0.5 |
1584 | 2024-03-21T21:41:13.212Z | Compiling bitstruct_derive v0.1.0 |
1585 | 2024-03-21T21:41:13.586Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1586 | 2024-03-21T21:41:13.693Z | Compiling libloading v0.7.4 |
1587 | 2024-03-21T21:41:13.720Z | Compiling ringbuffer v0.15.0 |
1588 | 2024-03-21T21:41:13.958Z | Compiling ascii v1.1.0 |
1589 | 2024-03-21T21:41:14.051Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1590 | 2024-03-21T21:41:14.265Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1591 | 2024-03-21T21:41:14.290Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1592 | 2024-03-21T21:41:14.407Z | Compiling bitstruct v0.1.1 |
1593 | 2024-03-21T21:41:14.529Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1594 | 2024-03-21T21:41:14.618Z | Compiling trust-dns-resolver v0.22.0 |
1595 | 2024-03-21T21:41:14.802Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1596 | 2024-03-21T21:41:16.117Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1597 | 2024-03-21T21:41:16.582Z | Compiling const_format_proc_macros v0.2.31 |
1598 | 2024-03-21T21:41:16.621Z | Compiling serde_arrays v0.1.0 |
1599 | 2024-03-21T21:41:16.622Z | Compiling kstat-rs v0.2.3 |
1600 | 2024-03-21T21:41:16.754Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1601 | 2024-03-21T21:41:17.098Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1602 | 2024-03-21T21:41:17.251Z | Compiling ron v0.7.1 |
1603 | 2024-03-21T21:41:17.410Z | Compiling bit_field v0.10.2 |
1604 | 2024-03-21T21:41:17.608Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1605 | 2024-03-21T21:41:19.091Z | Compiling const_format v0.2.31 |
1606 | 2024-03-21T21:41:19.135Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=dbab082dfa89da5db5ca2325c257089d2f130092#dbab082d) |
1607 | 2024-03-21T21:41:28.970Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1608 | 2024-03-21T21:41:35.673Z | Compiling rustls-webpki v0.102.1 |
1609 | 2024-03-21T21:41:41.352Z | Compiling tokio-rustls v0.25.0 |
1610 | 2024-03-21T21:41:46.692Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1611 | 2024-03-21T21:41:52.879Z | Compiling git2 v0.18.2 |
1612 | 2024-03-21T21:41:53.636Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1613 | 2024-03-21T21:41:53.636Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1614 | 2024-03-21T21:41:53.665Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1615 | 2024-03-21T21:41:57.020Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1616 | 2024-03-21T21:42:06.159Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1617 | 2024-03-21T21:42:06.159Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=952c7d60d22be5198b892bec8d92f4291b9160c2#952c7d60) |
1618 | 2024-03-21T21:42:06.160Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1619 | 2024-03-21T21:42:17.251Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1620 | 2024-03-21T21:42:27.800Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#87c9b130) |
1621 | 2024-03-21T21:42:34.591Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1622 | 2024-03-21T21:42:44.200Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1623 | 2024-03-21T21:43:38.165Z | Finished release [optimized] target(s) in 5m 11s |
1624 | 2024-03-21T21:43:38.222Z | |
1625 | 2024-03-21T21:43:38.222Z | real 5:11.497953375 |
1626 | 2024-03-21T21:43:38.222Z | user 34:32.724889725 |
1627 | 2024-03-21T21:43:38.222Z | sys 3:09.356506705 |
1628 | 2024-03-21T21:43:38.222Z | trap 1.240649630 |
1629 | 2024-03-21T21:43:38.222Z | tflt 0.880418123 |
1630 | 2024-03-21T21:43:38.222Z | dflt 1.289650114 |
1631 | 2024-03-21T21:43:38.222Z | kflt 0.005182267 |
1632 | 2024-03-21T21:43:38.249Z | lock 1:09:04.204062715 |
1633 | 2024-03-21T21:43:38.249Z | slp 1:32:43.895947760 |
1634 | 2024-03-21T21:43:38.249Z | lat 1:22.265368657 |
1635 | 2024-03-21T21:43:38.249Z | stop 1:01.720127724 |
1636 | 2024-03-21T21:43:38.249Z | + OUTDIR=/work/release |
1637 | 2024-03-21T21:43:38.249Z | + mkdir -p /work/release |
1638 | 2024-03-21T21:43:38.249Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1639 | 2024-03-21T21:43:38.249Z | + cp target/release/propolis-server /work/release/propolis-server |
1640 | 2024-03-21T21:43:38.304Z | process exited: duration 558189 ms, exit code 0 |
|
1641 | 2024-03-21T21:43:38.356Z | found 2 output files |
1642 | 2024-03-21T21:43:38.356Z | uploading: /work/release/propolis-cli (13850048 bytes) |
1643 | 2024-03-21T21:43:44.470Z | uploaded: /work/release/propolis-cli |
1644 | 2024-03-21T21:43:44.470Z | uploading: /work/release/propolis-server (50159696 bytes) |
1645 | 2024-03-21T21:44:06.039Z | uploaded: /work/release/propolis-server |