|
|
|
1 | 2024-07-22T23:31:06.820Z | job assigned to worker 01J3ECGEYQYDT8JZ4K52J46814 (queued for 39 s) |
|
2 | 2024-07-22T23:31:07.073Z | starting task 0: "setup" |
3 | 2024-07-22T23:31:07.096Z | ++ uname -s |
4 | 2024-07-22T23:31:07.096Z | + kern=SunOS |
5 | 2024-07-22T23:31:07.096Z | + case "$kern" in |
6 | 2024-07-22T23:31:07.096Z | + groupadd -g 12345 build |
7 | 2024-07-22T23:31:07.096Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-22T23:31:09.106Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-22T23:31:09.160Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-22T23:31:09.183Z | + home_fs=zfs |
11 | 2024-07-22T23:31:09.183Z | + [[ zfs == autofs ]] |
12 | 2024-07-22T23:31:09.183Z | + mkdir -p /home/build |
13 | 2024-07-22T23:31:09.183Z | + chown build:build /home/build /work |
14 | 2024-07-22T23:31:11.169Z | + chmod 0700 /home/build /work |
15 | 2024-07-22T23:31:11.193Z | process exited: duration 4100 ms, exit code 0 |
|
16 | 2024-07-22T23:31:11.241Z | starting task 1: "rust-toolchain" |
17 | 2024-07-22T23:31:11.265Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-22T23:31:11.265Z | ' stable |
19 | 2024-07-22T23:31:11.265Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-22T23:31:11.265Z | ' default |
21 | 2024-07-22T23:31:11.265Z | * toolchain channel = "stable" |
22 | 2024-07-22T23:31:11.265Z | * toolchain profile = "default" |
23 | 2024-07-22T23:31:11.265Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-22T23:31:11.265Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-07-22T23:31:11.447Z | info: downloading installer |
26 | 2024-07-22T23:31:11.969Z | info: profile set to 'default' |
27 | 2024-07-22T23:31:11.969Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-22T23:31:11.993Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-07-22T23:31:12.100Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
30 | 2024-07-22T23:31:12.100Z | info: downloading component 'cargo' |
31 | 2024-07-22T23:31:12.218Z | info: downloading component 'clippy' |
32 | 2024-07-22T23:31:12.262Z | info: downloading component 'rust-docs' |
33 | 2024-07-22T23:31:12.430Z | info: downloading component 'rust-std' |
34 | 2024-07-22T23:31:12.679Z | info: downloading component 'rustc' |
35 | 2024-07-22T23:31:13.337Z | info: downloading component 'rustfmt' |
36 | 2024-07-22T23:31:13.387Z | info: installing component 'cargo' |
37 | 2024-07-22T23:31:14.623Z | info: installing component 'clippy' |
38 | 2024-07-22T23:31:15.065Z | info: installing component 'rust-docs' |
39 | 2024-07-22T23:31:17.978Z | info: installing component 'rust-std' |
40 | 2024-07-22T23:31:19.896Z | info: installing component 'rustc' |
41 | 2024-07-22T23:31:25.189Z | info: installing component 'rustfmt' |
42 | 2024-07-22T23:31:25.557Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-07-22T23:31:25.557Z | |
44 | 2024-07-22T23:31:25.680Z | stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10) |
45 | 2024-07-22T23:31:25.680Z | |
46 | 2024-07-22T23:31:25.680Z | |
47 | 2024-07-22T23:31:25.680Z | Rust is installed now. Great! |
48 | 2024-07-22T23:31:25.680Z | |
49 | 2024-07-22T23:31:25.680Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-22T23:31:25.680Z | environment variable. This has not been done automatically. |
51 | 2024-07-22T23:31:25.680Z | |
52 | 2024-07-22T23:31:25.680Z | To configure your current shell, you need to source |
53 | 2024-07-22T23:31:25.680Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-22T23:31:25.680Z | |
55 | 2024-07-22T23:31:25.680Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-22T23:31:25.680Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-22T23:31:25.680Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-22T23:31:25.749Z | + rustc --version |
59 | 2024-07-22T23:31:25.871Z | rustc 1.79.0 (129f3b996 2024-06-10) |
60 | 2024-07-22T23:31:25.894Z | process exited: duration 14634 ms, exit code 0 |
|
61 | 2024-07-22T23:31:25.942Z | starting task 2: "authentication" |
62 | 2024-07-22T23:31:26.001Z | process exited: duration 58 ms, exit code 0 |
|
63 | 2024-07-22T23:31:26.049Z | starting task 3: "clone repository" |
64 | 2024-07-22T23:31:26.073Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-07-22T23:31:26.073Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-07-22T23:31:26.096Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-07-22T23:31:27.336Z | + cd /work/oxidecomputer/propolis |
68 | 2024-07-22T23:31:27.336Z | + git fetch origin a75920a06a2940e4085b86a07f01b0d45d7eccb8 |
69 | 2024-07-22T23:31:27.825Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-07-22T23:31:27.825Z | * branch a75920a06a2940e4085b86a07f01b0d45d7eccb8 -> FETCH_HEAD |
71 | 2024-07-22T23:31:27.849Z | + [[ -n '' ]] |
72 | 2024-07-22T23:31:27.849Z | + git reset --hard a75920a06a2940e4085b86a07f01b0d45d7eccb8 |
73 | 2024-07-22T23:31:27.872Z | HEAD is now at a75920a Use block_in_place for device pause/halt |
74 | 2024-07-22T23:31:27.872Z | process exited: duration 1814 ms, exit code 0 |
|
75 | 2024-07-22T23:31:27.920Z | starting task 4: "build" |
76 | 2024-07-22T23:31:27.944Z | + cargo --version |
77 | 2024-07-22T23:31:28.025Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
78 | 2024-07-22T23:31:28.048Z | + rustc --version |
79 | 2024-07-22T23:31:28.128Z | rustc 1.79.0 (129f3b996 2024-06-10) |
80 | 2024-07-22T23:31:28.151Z | + banner check |
81 | 2024-07-22T23:31:28.152Z | |
82 | 2024-07-22T23:31:28.152Z | #### # # ###### #### # # |
83 | 2024-07-22T23:31:28.152Z | # # # # # # # # # |
84 | 2024-07-22T23:31:28.152Z | # ###### ##### # #### |
85 | 2024-07-22T23:31:28.152Z | # # # # # # # |
86 | 2024-07-22T23:31:28.152Z | # # # # # # # # # |
87 | 2024-07-22T23:31:28.152Z | #### # # ###### #### # # |
88 | 2024-07-22T23:31:28.152Z | |
89 | 2024-07-22T23:31:28.152Z | + ptime -m cargo check --features falcon |
90 | 2024-07-22T23:31:28.393Z | Updating crates.io index |
91 | 2024-07-22T23:31:28.416Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
92 | 2024-07-22T23:31:30.682Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-07-22T23:31:31.592Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
94 | 2024-07-22T23:31:33.740Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
95 | 2024-07-22T23:31:40.909Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
96 | 2024-07-22T23:31:41.450Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
97 | 2024-07-22T23:31:41.887Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
98 | 2024-07-22T23:31:42.317Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
99 | 2024-07-22T23:31:42.772Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
100 | 2024-07-22T23:31:43.373Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-07-22T23:31:43.811Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-07-22T23:31:44.782Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-07-22T23:31:45.258Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-07-22T23:31:45.802Z | Updating git repository `https://github.com/oxidecomputer/p4` |
105 | 2024-07-22T23:31:46.603Z | Updating git repository `https://github.com/oxidecomputer/typify` |
106 | 2024-07-22T23:31:49.078Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
107 | 2024-07-22T23:31:50.724Z | Downloading crates ... |
108 | 2024-07-22T23:31:50.817Z | Downloaded ctrlc v3.4.4 |
109 | 2024-07-22T23:31:50.841Z | Downloaded pretty-hex v0.2.1 |
110 | 2024-07-22T23:31:50.841Z | Downloaded pin-utils v0.1.0 |
111 | 2024-07-22T23:31:50.865Z | Downloaded ident_case v1.0.1 |
112 | 2024-07-22T23:31:50.865Z | Downloaded want v0.3.1 |
113 | 2024-07-22T23:31:50.865Z | Downloaded wyz v0.5.1 |
114 | 2024-07-22T23:31:50.890Z | Downloaded match_cfg v0.1.0 |
115 | 2024-07-22T23:31:50.890Z | Downloaded lru-cache v0.1.2 |
116 | 2024-07-22T23:31:50.890Z | Downloaded newline-converter v0.3.0 |
117 | 2024-07-22T23:31:50.890Z | Downloaded mime v0.3.17 |
118 | 2024-07-22T23:31:50.890Z | Downloaded native-tls v0.2.11 |
119 | 2024-07-22T23:31:50.915Z | Downloaded tower-service v0.3.2 |
120 | 2024-07-22T23:31:50.915Z | Downloaded newtype_derive v0.1.6 |
121 | 2024-07-22T23:31:50.915Z | Downloaded waitgroup v0.1.2 |
122 | 2024-07-22T23:31:50.915Z | Downloaded usdt-attr-macro v0.3.5 |
123 | 2024-07-22T23:31:50.915Z | Downloaded num-conv v0.1.0 |
124 | 2024-07-22T23:31:50.915Z | Downloaded twox-hash v1.6.3 |
125 | 2024-07-22T23:31:50.915Z | Downloaded opaque-debug v0.3.1 |
126 | 2024-07-22T23:31:50.915Z | Downloaded num_enum v0.5.11 |
127 | 2024-07-22T23:31:50.940Z | Downloaded once_cell v1.19.0 |
128 | 2024-07-22T23:31:50.940Z | Downloaded typenum v1.17.0 |
129 | 2024-07-22T23:31:50.940Z | Downloaded toml_edit v0.22.16 |
130 | 2024-07-22T23:31:50.965Z | Downloaded openssl-macros v0.1.1 |
131 | 2024-07-22T23:31:50.965Z | Downloaded num_enum_derive v0.5.11 |
132 | 2024-07-22T23:31:50.989Z | Downloaded rayon-core v1.12.1 |
133 | 2024-07-22T23:31:50.989Z | Downloaded nix v0.28.0 |
134 | 2024-07-22T23:31:50.989Z | Downloaded openssl v0.10.64 |
135 | 2024-07-22T23:31:51.013Z | Downloaded zerocopy-derive v0.6.6 |
136 | 2024-07-22T23:31:51.037Z | Downloaded tokio v1.38.1 |
137 | 2024-07-22T23:31:51.061Z | Downloaded uuid v1.10.0 |
138 | 2024-07-22T23:31:51.085Z | Downloaded vergen v8.3.1 |
139 | 2024-07-22T23:31:51.085Z | Downloaded num-bigint v0.4.5 |
140 | 2024-07-22T23:31:51.085Z | Downloaded encoding_rs v0.8.34 |
141 | 2024-07-22T23:31:51.109Z | Downloaded serde_with v3.9.0 |
142 | 2024-07-22T23:31:51.132Z | Downloaded serde_json v1.0.120 |
143 | 2024-07-22T23:31:51.132Z | Downloaded rustls-webpki v0.102.4 |
144 | 2024-07-22T23:31:51.156Z | Downloaded rustls-webpki v0.101.7 |
145 | 2024-07-22T23:31:51.179Z | Downloaded vcpkg v0.2.15 |
146 | 2024-07-22T23:31:51.214Z | Downloaded syn v2.0.71 |
147 | 2024-07-22T23:31:51.238Z | Downloaded rustix v0.38.34 |
148 | 2024-07-22T23:31:51.261Z | Downloaded petgraph v0.6.5 |
149 | 2024-07-22T23:31:51.285Z | Downloaded libc v0.2.155 |
150 | 2024-07-22T23:31:51.315Z | Downloaded regex-syntax v0.8.3 |
151 | 2024-07-22T23:31:51.340Z | Downloaded regex-automata v0.4.6 |
152 | 2024-07-22T23:31:51.363Z | Downloaded syn v1.0.109 |
153 | 2024-07-22T23:31:51.363Z | Downloaded libz-sys v1.1.16 |
154 | 2024-07-22T23:31:51.437Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
155 | 2024-07-22T23:31:51.502Z | Downloaded rustls v0.22.4 |
156 | 2024-07-22T23:31:51.526Z | Downloaded rustls v0.21.12 |
157 | 2024-07-22T23:31:51.549Z | Downloaded regress v0.10.0 |
158 | 2024-07-22T23:31:51.549Z | Downloaded regress v0.9.1 |
159 | 2024-07-22T23:31:51.549Z | Downloaded regex v1.10.5 |
160 | 2024-07-22T23:31:51.573Z | Downloaded rusqlite v0.31.0 |
161 | 2024-07-22T23:31:51.573Z | Downloaded libsqlite3-sys v0.28.0 |
162 | 2024-07-22T23:31:51.655Z | Downloaded reqwest v0.11.27 |
163 | 2024-07-22T23:31:51.679Z | Downloaded rayon v1.10.0 |
164 | 2024-07-22T23:31:51.679Z | Downloaded tracing v0.1.40 |
165 | 2024-07-22T23:31:51.702Z | Downloaded url v2.5.0 |
166 | 2024-07-22T23:31:51.702Z | Downloaded steno v0.4.1 |
167 | 2024-07-22T23:31:51.702Z | Downloaded serde v1.0.204 |
168 | 2024-07-22T23:31:51.702Z | Downloaded ring v0.17.8 |
169 | 2024-07-22T23:31:51.769Z | Downloaded pest v2.7.10 |
170 | 2024-07-22T23:31:51.793Z | Downloaded socket2 v0.5.7 |
171 | 2024-07-22T23:31:51.793Z | Downloaded ron v0.8.1 |
172 | 2024-07-22T23:31:51.793Z | Downloaded rand v0.8.5 |
173 | 2024-07-22T23:31:51.794Z | Downloaded serde_derive v1.0.204 |
174 | 2024-07-22T23:31:51.794Z | Downloaded schemars v0.8.21 |
175 | 2024-07-22T23:31:51.817Z | Downloaded zerocopy-derive v0.2.0 |
176 | 2024-07-22T23:31:51.817Z | Downloaded serde_yaml v0.9.34+deprecated |
177 | 2024-07-22T23:31:51.817Z | Downloaded openapiv3 v2.0.0 |
178 | 2024-07-22T23:31:51.841Z | Downloaded libloading v0.7.4 |
179 | 2024-07-22T23:31:51.841Z | Downloaded trust-dns-proto v0.22.0 |
180 | 2024-07-22T23:31:51.865Z | Downloaded proc-macro2 v1.0.86 |
181 | 2024-07-22T23:31:51.865Z | Downloaded prettyplease v0.2.20 |
182 | 2024-07-22T23:31:51.865Z | Downloaded utf8parse v0.2.1 |
183 | 2024-07-22T23:31:51.865Z | Downloaded utf-8 v0.7.6 |
184 | 2024-07-22T23:31:51.865Z | Downloaded usdt v0.3.5 |
185 | 2024-07-22T23:31:51.865Z | Downloaded git2 v0.18.3 |
186 | 2024-07-22T23:31:51.865Z | Downloaded webpki-roots v0.25.4 |
187 | 2024-07-22T23:31:51.888Z | Downloaded subtle v2.5.0 |
188 | 2024-07-22T23:31:51.888Z | Downloaded strum_macros v0.25.3 |
189 | 2024-07-22T23:31:51.888Z | Downloaded static_assertions v1.1.0 |
190 | 2024-07-22T23:31:51.889Z | Downloaded slog-term v2.9.1 |
191 | 2024-07-22T23:31:51.889Z | Downloaded slog-dtrace v0.3.0 |
192 | 2024-07-22T23:31:51.889Z | Downloaded slog v2.7.0 |
193 | 2024-07-22T23:31:51.889Z | Downloaded similar v2.5.0 |
194 | 2024-07-22T23:31:51.889Z | Downloaded serde_with_macros v3.9.0 |
195 | 2024-07-22T23:31:51.889Z | Downloaded serde_derive_internals v0.29.1 |
196 | 2024-07-22T23:31:51.889Z | Downloaded semver v0.1.20 |
197 | 2024-07-22T23:31:51.889Z | Downloaded ryu v1.0.18 |
198 | 2024-07-22T23:31:51.913Z | Downloaded rustls-pemfile v2.1.2 |
199 | 2024-07-22T23:31:51.913Z | Downloaded thread-id v4.2.1 |
200 | 2024-07-22T23:31:51.913Z | Downloaded thiserror-impl v1.0.63 |
201 | 2024-07-22T23:31:51.913Z | Downloaded strum_macros v0.26.2 |
202 | 2024-07-22T23:31:51.913Z | Downloaded spin v0.9.8 |
203 | 2024-07-22T23:31:51.913Z | Downloaded smallvec v1.13.2 |
204 | 2024-07-22T23:31:51.913Z | Downloaded radium v0.7.0 |
205 | 2024-07-22T23:31:51.913Z | Downloaded bstr v1.9.1 |
206 | 2024-07-22T23:31:51.936Z | Downloaded tokio-util v0.7.11 |
207 | 2024-07-22T23:31:51.937Z | Downloaded time v0.3.36 |
208 | 2024-07-22T23:31:51.937Z | Downloaded unicode-segmentation v1.11.0 |
209 | 2024-07-22T23:31:51.937Z | Downloaded unicode-normalization v0.1.23 |
210 | 2024-07-22T23:31:51.960Z | Downloaded h2 v0.3.26 |
211 | 2024-07-22T23:31:51.960Z | Downloaded goblin v0.8.2 |
212 | 2024-07-22T23:31:51.960Z | Downloaded idna v0.5.0 |
213 | 2024-07-22T23:31:51.960Z | Downloaded sha2 v0.10.8 |
214 | 2024-07-22T23:31:51.984Z | Downloaded semver v1.0.23 |
215 | 2024-07-22T23:31:51.984Z | Downloaded sct v0.7.1 |
216 | 2024-07-22T23:31:51.984Z | Downloaded rustls-pki-types v1.7.0 |
217 | 2024-07-22T23:31:51.984Z | Downloaded tungstenite v0.21.0 |
218 | 2024-07-22T23:31:51.984Z | Downloaded trust-dns-resolver v0.22.0 |
219 | 2024-07-22T23:31:51.984Z | Downloaded futures-util v0.3.30 |
220 | 2024-07-22T23:31:52.007Z | Downloaded zerocopy v0.7.34 |
221 | 2024-07-22T23:31:52.031Z | Downloaded winnow v0.6.8 |
222 | 2024-07-22T23:31:52.031Z | Downloaded winnow v0.5.40 |
223 | 2024-07-22T23:31:52.031Z | Downloaded idna v0.2.3 |
224 | 2024-07-22T23:31:52.054Z | Downloaded structmeta-derive v0.3.0 |
225 | 2024-07-22T23:31:52.054Z | Downloaded strsim v0.11.1 |
226 | 2024-07-22T23:31:52.054Z | Downloaded slab v0.4.9 |
227 | 2024-07-22T23:31:52.054Z | Downloaded serde_urlencoded v0.7.1 |
228 | 2024-07-22T23:31:52.055Z | Downloaded serde_tokenstream v0.1.7 |
229 | 2024-07-22T23:31:52.055Z | Downloaded serde_repr v0.1.19 |
230 | 2024-07-22T23:31:52.055Z | Downloaded rustc_version v0.1.7 |
231 | 2024-07-22T23:31:52.055Z | Downloaded num_enum_derive v0.7.2 |
232 | 2024-07-22T23:31:52.055Z | Downloaded num_enum v0.7.2 |
233 | 2024-07-22T23:31:52.055Z | Downloaded num_cpus v1.16.0 |
234 | 2024-07-22T23:31:52.103Z | Downloaded num-traits v0.2.19 |
235 | 2024-07-22T23:31:52.103Z | Downloaded num-rational v0.4.2 |
236 | 2024-07-22T23:31:52.103Z | Downloaded num-iter v0.1.45 |
237 | 2024-07-22T23:31:52.103Z | Downloaded num-complex v0.4.6 |
238 | 2024-07-22T23:31:52.103Z | Downloaded tracing-core v0.1.32 |
239 | 2024-07-22T23:31:52.103Z | Downloaded toml_edit v0.19.15 |
240 | 2024-07-22T23:31:52.127Z | Downloaded toml v0.7.8 |
241 | 2024-07-22T23:31:52.127Z | Downloaded tokio-rustls v0.24.1 |
242 | 2024-07-22T23:31:52.127Z | Downloaded mio v0.8.11 |
243 | 2024-07-22T23:31:52.127Z | Downloaded libm v0.2.8 |
244 | 2024-07-22T23:31:52.127Z | Downloaded itertools v0.12.1 |
245 | 2024-07-22T23:31:52.127Z | Downloaded hashbrown v0.14.5 |
246 | 2024-07-22T23:31:52.127Z | Downloaded newtype-uuid v1.1.0 |
247 | 2024-07-22T23:31:52.127Z | Downloaded version_check v0.9.4 |
248 | 2024-07-22T23:31:52.127Z | Downloaded usdt-macro v0.3.5 |
249 | 2024-07-22T23:31:52.127Z | Downloaded usdt-impl v0.5.0 |
250 | 2024-07-22T23:31:52.127Z | Downloaded usdt-impl v0.3.5 |
251 | 2024-07-22T23:31:52.127Z | Downloaded tokio-tungstenite v0.21.0 |
252 | 2024-07-22T23:31:52.127Z | Downloaded tinyvec v1.6.0 |
253 | 2024-07-22T23:31:52.151Z | Downloaded unicode-ident v1.0.12 |
254 | 2024-07-22T23:31:52.151Z | Downloaded unicode-bidi v0.3.15 |
255 | 2024-07-22T23:31:52.151Z | Downloaded slog-async v2.8.0 |
256 | 2024-07-22T23:31:52.151Z | Downloaded signal-hook-registry v1.4.2 |
257 | 2024-07-22T23:31:52.151Z | Downloaded schemars_derive v0.8.21 |
258 | 2024-07-22T23:31:52.151Z | Downloaded rustversion v1.0.17 |
259 | 2024-07-22T23:31:52.151Z | Downloaded omicron-workspace-hack v0.1.0 |
260 | 2024-07-22T23:31:52.151Z | Downloaded num_threads v0.1.7 |
261 | 2024-07-22T23:31:52.151Z | Downloaded num-integer v0.1.46 |
262 | 2024-07-22T23:31:52.151Z | Downloaded unsafe-libyaml v0.2.11 |
263 | 2024-07-22T23:31:52.174Z | Downloaded memchr v2.7.2 |
264 | 2024-07-22T23:31:52.175Z | Downloaded sha1 v0.10.6 |
265 | 2024-07-22T23:31:52.175Z | Downloaded scopeguard v1.2.0 |
266 | 2024-07-22T23:31:52.175Z | Downloaded toml v0.8.15 |
267 | 2024-07-22T23:31:52.175Z | Downloaded tokio-rustls v0.25.0 |
268 | 2024-07-22T23:31:52.175Z | Downloaded pest_meta v2.7.10 |
269 | 2024-07-22T23:31:52.175Z | Downloaded pest_derive v2.7.10 |
270 | 2024-07-22T23:31:52.175Z | Downloaded futures v0.3.30 |
271 | 2024-07-22T23:31:52.198Z | Downloaded num v0.4.3 |
272 | 2024-07-22T23:31:52.198Z | Downloaded usdt v0.5.0 |
273 | 2024-07-22T23:31:52.198Z | Downloaded time-macros v0.2.18 |
274 | 2024-07-22T23:31:52.198Z | Downloaded ucd-trie v0.1.6 |
275 | 2024-07-22T23:31:52.199Z | Downloaded try-lock v0.2.5 |
276 | 2024-07-22T23:31:52.199Z | Downloaded tracing-attributes v0.1.27 |
277 | 2024-07-22T23:31:52.199Z | Downloaded rand_chacha v0.3.1 |
278 | 2024-07-22T23:31:52.199Z | Downloaded typeid v1.0.0 |
279 | 2024-07-22T23:31:52.199Z | Downloaded tokio-native-tls v0.3.1 |
280 | 2024-07-22T23:31:52.199Z | Downloaded thread_local v1.1.8 |
281 | 2024-07-22T23:31:52.199Z | Downloaded hashbrown v0.12.3 |
282 | 2024-07-22T23:31:52.199Z | Downloaded rand_core v0.6.4 |
283 | 2024-07-22T23:31:52.199Z | Downloaded quote v1.0.36 |
284 | 2024-07-22T23:31:52.222Z | Downloaded pin-project-lite v0.2.14 |
285 | 2024-07-22T23:31:52.222Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-07-22T23:31:52.222Z | Downloaded usdt-attr-macro v0.5.0 |
287 | 2024-07-22T23:31:52.222Z | Downloaded toml_datetime v0.6.6 |
288 | 2024-07-22T23:31:52.222Z | Downloaded tokio-macros v2.3.0 |
289 | 2024-07-22T23:31:52.222Z | Downloaded unicode-width v0.1.12 |
290 | 2024-07-22T23:31:52.223Z | Downloaded log v0.4.22 |
291 | 2024-07-22T23:31:52.223Z | Downloaded hyper v0.14.28 |
292 | 2024-07-22T23:31:52.246Z | Downloaded slog-bunyan v2.5.0 |
293 | 2024-07-22T23:31:52.246Z | Downloaded proc-macro-crate v1.3.1 |
294 | 2024-07-22T23:31:52.247Z | Downloaded tinyvec_macros v0.1.1 |
295 | 2024-07-22T23:31:52.247Z | Downloaded time-core v0.1.2 |
296 | 2024-07-22T23:31:52.247Z | Downloaded untrusted v0.9.0 |
297 | 2024-07-22T23:31:52.247Z | Downloaded universal-hash v0.5.1 |
298 | 2024-07-22T23:31:52.247Z | Downloaded unicode-xid v0.2.4 |
299 | 2024-07-22T23:31:52.247Z | Downloaded supports-color v2.1.0 |
300 | 2024-07-22T23:31:52.247Z | Downloaded structmeta v0.3.0 |
301 | 2024-07-22T23:31:52.247Z | Downloaded slog-json v2.6.1 |
302 | 2024-07-22T23:31:52.247Z | Downloaded serde_spanned v0.6.6 |
303 | 2024-07-22T23:31:52.247Z | Downloaded rustc_version v0.4.0 |
304 | 2024-07-22T23:31:52.247Z | Downloaded quick-error v1.2.3 |
305 | 2024-07-22T23:31:52.247Z | Downloaded multer v3.1.0 |
306 | 2024-07-22T23:31:52.273Z | Downloaded macaddr v1.0.1 |
307 | 2024-07-22T23:31:52.273Z | Downloaded jobserver v0.1.31 |
308 | 2024-07-22T23:31:52.296Z | Downloaded ipnetwork v0.20.0 |
309 | 2024-07-22T23:31:52.296Z | Downloaded hashlink v0.9.1 |
310 | 2024-07-22T23:31:52.296Z | Downloaded globset v0.4.14 |
311 | 2024-07-22T23:31:52.296Z | Downloaded futures-channel v0.3.30 |
312 | 2024-07-22T23:31:52.320Z | Downloaded zerocopy-derive v0.7.34 |
313 | 2024-07-22T23:31:52.320Z | Downloaded serde_tokenstream v0.2.1 |
314 | 2024-07-22T23:31:52.320Z | Downloaded serde_path_to_error v0.1.16 |
315 | 2024-07-22T23:31:52.343Z | Downloaded scroll v0.12.0 |
316 | 2024-07-22T23:31:52.343Z | Downloaded rustls-pemfile v1.0.4 |
317 | 2024-07-22T23:31:52.343Z | Downloaded memmap v0.7.0 |
318 | 2024-07-22T23:31:52.343Z | Downloaded matches v0.1.10 |
319 | 2024-07-22T23:31:52.343Z | Downloaded lock_api v0.4.12 |
320 | 2024-07-22T23:31:52.343Z | Downloaded linked-hash-map v0.5.6 |
321 | 2024-07-22T23:31:52.344Z | Downloaded generic-array v0.14.7 |
322 | 2024-07-22T23:31:52.344Z | Downloaded zerocopy v0.6.6 |
323 | 2024-07-22T23:31:52.344Z | Downloaded serde_arrays v0.1.0 |
324 | 2024-07-22T23:31:52.344Z | Downloaded ringbuffer v0.15.0 |
325 | 2024-07-22T23:31:52.368Z | Downloaded lazy_static v1.5.0 |
326 | 2024-07-22T23:31:52.368Z | Downloaded ipnet v2.9.0 |
327 | 2024-07-22T23:31:52.368Z | Downloaded instant v0.1.12 |
328 | 2024-07-22T23:31:52.368Z | Downloaded hostname v0.3.1 |
329 | 2024-07-22T23:31:52.368Z | Downloaded heck v0.5.0 |
330 | 2024-07-22T23:31:52.368Z | Downloaded futures-macro v0.3.30 |
331 | 2024-07-22T23:31:52.368Z | Downloaded futures-executor v0.3.30 |
332 | 2024-07-22T23:31:52.368Z | Downloaded tar v0.4.40 |
333 | 2024-07-22T23:31:52.368Z | Downloaded ppv-lite86 v0.2.17 |
334 | 2024-07-22T23:31:52.368Z | Downloaded kstat-rs v0.2.4 |
335 | 2024-07-22T23:31:52.368Z | Downloaded is_ci v1.2.0 |
336 | 2024-07-22T23:31:52.368Z | Downloaded getrandom v0.2.14 |
337 | 2024-07-22T23:31:52.392Z | Downloaded futures-task v0.3.30 |
338 | 2024-07-22T23:31:52.392Z | Downloaded futures-io v0.3.30 |
339 | 2024-07-22T23:31:52.392Z | Downloaded scroll_derive v0.12.0 |
340 | 2024-07-22T23:31:52.392Z | Downloaded itoa v1.0.11 |
341 | 2024-07-22T23:31:52.392Z | Downloaded is_terminal_polyfill v1.70.0 |
342 | 2024-07-22T23:31:52.392Z | Downloaded is-terminal v0.4.12 |
343 | 2024-07-22T23:31:52.392Z | Downloaded hostname v0.4.0 |
344 | 2024-07-22T23:31:52.392Z | Downloaded hex v0.4.3 |
345 | 2024-07-22T23:31:52.392Z | Downloaded heck v0.4.1 |
346 | 2024-07-22T23:31:52.392Z | Downloaded glob v0.3.1 |
347 | 2024-07-22T23:31:52.392Z | Downloaded futures-sink v0.3.30 |
348 | 2024-07-22T23:31:52.417Z | Downloaded futures-core v0.3.30 |
349 | 2024-07-22T23:31:52.417Z | Downloaded zeroize v1.7.0 |
350 | 2024-07-22T23:31:52.417Z | Downloaded zerocopy v0.3.2 |
351 | 2024-07-22T23:31:52.417Z | Downloaded xattr v1.3.1 |
352 | 2024-07-22T23:31:52.417Z | Downloaded tempfile v3.10.1 |
353 | 2024-07-22T23:31:52.417Z | Downloaded owo-colors v4.0.0 |
354 | 2024-07-22T23:31:52.417Z | Downloaded openssl-sys v0.9.102 |
355 | 2024-07-22T23:31:52.417Z | Downloaded resolv-conf v0.7.0 |
356 | 2024-07-22T23:31:52.417Z | Downloaded pretty-hex v0.4.1 |
357 | 2024-07-22T23:31:52.417Z | Downloaded plain v0.2.3 |
358 | 2024-07-22T23:31:52.417Z | Downloaded pest_generator v2.7.10 |
359 | 2024-07-22T23:31:52.440Z | Downloaded password-hash v0.5.0 |
360 | 2024-07-22T23:31:52.441Z | Downloaded thiserror v1.0.63 |
361 | 2024-07-22T23:31:52.441Z | Downloaded terminal_size v0.3.0 |
362 | 2024-07-22T23:31:52.441Z | Downloaded term v0.7.0 |
363 | 2024-07-22T23:31:52.441Z | Downloaded tap v1.0.1 |
364 | 2024-07-22T23:31:52.441Z | Downloaded take_mut v0.2.2 |
365 | 2024-07-22T23:31:52.441Z | Downloaded synstructure v0.12.6 |
366 | 2024-07-22T23:31:52.441Z | Downloaded sync_wrapper v0.1.2 |
367 | 2024-07-22T23:31:52.441Z | Downloaded parse-display-derive v0.9.1 |
368 | 2024-07-22T23:31:52.464Z | Downloaded parse-display v0.9.1 |
369 | 2024-07-22T23:31:52.464Z | Downloaded parking_lot_core v0.9.10 |
370 | 2024-07-22T23:31:52.464Z | Downloaded parking_lot v0.12.2 |
371 | 2024-07-22T23:31:52.464Z | Downloaded openssl-probe v0.1.5 |
372 | 2024-07-22T23:31:52.464Z | Downloaded indexmap v2.2.6 |
373 | 2024-07-22T23:31:52.465Z | Downloaded indexmap v1.9.3 |
374 | 2024-07-22T23:31:52.465Z | Downloaded hyper-rustls v0.24.2 |
375 | 2024-07-22T23:31:52.488Z | Downloaded http v1.1.0 |
376 | 2024-07-22T23:31:52.488Z | Downloaded http v0.2.12 |
377 | 2024-07-22T23:31:52.488Z | Downloaded strum v0.26.2 |
378 | 2024-07-22T23:31:52.488Z | Downloaded bitvec v1.0.1 |
379 | 2024-07-22T23:31:52.512Z | Downloaded inout v0.1.3 |
380 | 2024-07-22T23:31:52.512Z | Downloaded http-body v0.4.6 |
381 | 2024-07-22T23:31:52.512Z | Downloaded polyval v0.6.2 |
382 | 2024-07-22T23:31:52.512Z | Downloaded pkg-config v0.3.30 |
383 | 2024-07-22T23:31:52.512Z | Downloaded expectorate v1.1.0 |
384 | 2024-07-22T23:31:52.536Z | Downloaded crossbeam-channel v0.5.12 |
385 | 2024-07-22T23:31:52.536Z | Downloaded clap_builder v4.5.2 |
386 | 2024-07-22T23:31:52.560Z | Downloaded chrono v0.4.38 |
387 | 2024-07-22T23:31:52.560Z | Downloaded cc v1.0.97 |
388 | 2024-07-22T23:31:52.560Z | Downloaded anstream v0.6.14 |
389 | 2024-07-22T23:31:52.584Z | Downloaded aho-corasick v1.1.3 |
390 | 2024-07-22T23:31:52.584Z | Downloaded iana-time-zone v0.1.60 |
391 | 2024-07-22T23:31:52.584Z | Downloaded hyper-tls v0.5.0 |
392 | 2024-07-22T23:31:52.584Z | Downloaded humantime v2.1.0 |
393 | 2024-07-22T23:31:52.584Z | Downloaded hubpack_derive v0.1.1 |
394 | 2024-07-22T23:31:52.584Z | Downloaded hubpack v0.1.2 |
395 | 2024-07-22T23:31:52.584Z | Downloaded httpdate v1.0.3 |
396 | 2024-07-22T23:31:52.584Z | Downloaded httparse v1.8.0 |
397 | 2024-07-22T23:31:52.608Z | Downloaded fallible-iterator v0.3.0 |
398 | 2024-07-22T23:31:52.608Z | Downloaded derive_more v0.99.18 |
399 | 2024-07-22T23:31:52.608Z | Downloaded derive-where v1.2.7 |
400 | 2024-07-22T23:31:52.608Z | Downloaded debug-ignore v1.0.5 |
401 | 2024-07-22T23:31:52.632Z | Downloaded darling_core v0.20.9 |
402 | 2024-07-22T23:31:52.632Z | Downloaded crossbeam-utils v0.8.19 |
403 | 2024-07-22T23:31:52.632Z | Downloaded blake2 v0.10.6 |
404 | 2024-07-22T23:31:52.632Z | Downloaded allocator-api2 v0.2.18 |
405 | 2024-07-22T23:31:52.632Z | Downloaded aes v0.8.4 |
406 | 2024-07-22T23:31:52.656Z | Downloaded percent-encoding v2.3.1 |
407 | 2024-07-22T23:31:52.656Z | Downloaded paste v1.0.15 |
408 | 2024-07-22T23:31:52.656Z | Downloaded form_urlencoded v1.2.1 |
409 | 2024-07-22T23:31:52.656Z | Downloaded foreign-types v0.3.2 |
410 | 2024-07-22T23:31:52.656Z | Downloaded float-ord v0.3.2 |
411 | 2024-07-22T23:31:52.656Z | Downloaded filetime v0.2.23 |
412 | 2024-07-22T23:31:52.656Z | Downloaded fatfs v0.3.6 |
413 | 2024-07-22T23:31:52.656Z | Downloaded fastrand v2.1.0 |
414 | 2024-07-22T23:31:52.680Z | Downloaded fallible-streaming-iterator v0.1.9 |
415 | 2024-07-22T23:31:52.680Z | Downloaded escargot v0.5.10 |
416 | 2024-07-22T23:31:52.680Z | Downloaded erased-serde v0.4.5 |
417 | 2024-07-22T23:31:52.680Z | Downloaded env_logger v0.11.3 |
418 | 2024-07-22T23:31:52.680Z | Downloaded env_filter v0.1.0 |
419 | 2024-07-22T23:31:52.680Z | Downloaded dyn-clone v1.0.17 |
420 | 2024-07-22T23:31:52.704Z | Downloaded dtrace-parser v0.1.14 |
421 | 2024-07-22T23:31:52.704Z | Downloaded dof v0.3.0 |
422 | 2024-07-22T23:31:52.704Z | Downloaded dof v0.1.5 |
423 | 2024-07-22T23:31:52.704Z | Downloaded dirs-next v2.0.0 |
424 | 2024-07-22T23:31:52.704Z | Downloaded digest v0.10.7 |
425 | 2024-07-22T23:31:52.704Z | Downloaded darling_macro v0.20.9 |
426 | 2024-07-22T23:31:52.704Z | Downloaded darling v0.20.9 |
427 | 2024-07-22T23:31:52.704Z | Downloaded crossbeam-epoch v0.9.18 |
428 | 2024-07-22T23:31:52.728Z | Downloaded crossbeam-deque v0.8.5 |
429 | 2024-07-22T23:31:52.728Z | Downloaded const_format_proc_macros v0.2.32 |
430 | 2024-07-22T23:31:52.728Z | Downloaded const_format v0.2.32 |
431 | 2024-07-22T23:31:52.728Z | Downloaded console v0.15.8 |
432 | 2024-07-22T23:31:52.752Z | Downloaded clap_lex v0.7.0 |
433 | 2024-07-22T23:31:52.752Z | Downloaded clap v4.5.4 |
434 | 2024-07-22T23:31:52.752Z | Downloaded cipher v0.4.4 |
435 | 2024-07-22T23:31:52.752Z | Downloaded cargo_metadata v0.18.1 |
436 | 2024-07-22T23:31:52.752Z | Downloaded cargo-platform v0.1.8 |
437 | 2024-07-22T23:31:52.752Z | Downloaded camino v1.1.7 |
438 | 2024-07-22T23:31:52.752Z | Downloaded bytes v1.6.1 |
439 | 2024-07-22T23:31:52.776Z | Downloaded bitflags v2.5.0 |
440 | 2024-07-22T23:31:52.776Z | Downloaded bit_field v0.10.2 |
441 | 2024-07-22T23:31:52.776Z | Downloaded bincode v1.3.3 |
442 | 2024-07-22T23:31:52.776Z | Downloaded base64ct v1.6.0 |
443 | 2024-07-22T23:31:52.776Z | Downloaded base64 v0.22.1 |
444 | 2024-07-22T23:31:52.776Z | Downloaded base64 v0.21.7 |
445 | 2024-07-22T23:31:52.776Z | Downloaded backoff v0.4.0 |
446 | 2024-07-22T23:31:52.776Z | Downloaded autocfg v1.3.0 |
447 | 2024-07-22T23:31:52.800Z | Downloaded atomic-waker v1.1.2 |
448 | 2024-07-22T23:31:52.800Z | Downloaded async-trait v0.1.81 |
449 | 2024-07-22T23:31:52.800Z | Downloaded async-stream-impl v0.3.5 |
450 | 2024-07-22T23:31:52.800Z | Downloaded async-recursion v1.1.1 |
451 | 2024-07-22T23:31:52.800Z | Downloaded ascii v1.1.0 |
452 | 2024-07-22T23:31:52.800Z | Downloaded argon2 v0.5.3 |
453 | 2024-07-22T23:31:52.800Z | Downloaded anyhow v1.0.86 |
454 | 2024-07-22T23:31:52.800Z | Downloaded ahash v0.8.11 |
455 | 2024-07-22T23:31:52.800Z | Downloaded powerfmt v0.2.0 |
456 | 2024-07-22T23:31:52.800Z | Downloaded funty v2.0.0 |
457 | 2024-07-22T23:31:52.800Z | Downloaded foreign-types-shared v0.1.1 |
458 | 2024-07-22T23:31:52.800Z | Downloaded fnv v1.0.7 |
459 | 2024-07-22T23:31:52.824Z | Downloaded fixedbitset v0.4.2 |
460 | 2024-07-22T23:31:52.824Z | Downloaded errno v0.3.9 |
461 | 2024-07-22T23:31:52.824Z | Downloaded equivalent v1.0.1 |
462 | 2024-07-22T23:31:52.824Z | Downloaded enum-as-inner v0.5.1 |
463 | 2024-07-22T23:31:52.824Z | Downloaded either v1.12.0 |
464 | 2024-07-22T23:31:52.824Z | Downloaded dtrace-parser v0.2.0 |
465 | 2024-07-22T23:31:52.824Z | Downloaded dirs-sys-next v0.1.2 |
466 | 2024-07-22T23:31:52.824Z | Downloaded deranged v0.3.11 |
467 | 2024-07-22T23:31:52.824Z | Downloaded data-encoding v2.6.0 |
468 | 2024-07-22T23:31:52.824Z | Downloaded async-stream v0.3.5 |
469 | 2024-07-22T23:31:52.824Z | Downloaded anstyle v1.0.7 |
470 | 2024-07-22T23:31:52.824Z | Downloaded aes-gcm-siv v0.11.1 |
471 | 2024-07-22T23:31:52.824Z | Downloaded aead v0.5.2 |
472 | 2024-07-22T23:31:52.824Z | Downloaded ctr v0.9.2 |
473 | 2024-07-22T23:31:52.824Z | Downloaded crypto-common v0.1.6 |
474 | 2024-07-22T23:31:52.824Z | Downloaded crucible-workspace-hack v0.1.0 |
475 | 2024-07-22T23:31:52.824Z | Downloaded cpufeatures v0.2.12 |
476 | 2024-07-22T23:31:52.824Z | Downloaded convert_case v0.4.0 |
477 | 2024-07-22T23:31:52.824Z | Downloaded colorchoice v1.0.1 |
478 | 2024-07-22T23:31:52.848Z | Downloaded clap_derive v4.5.4 |
479 | 2024-07-22T23:31:52.848Z | Downloaded cfg_aliases v0.1.1 |
480 | 2024-07-22T23:31:52.848Z | Downloaded cfg-if v1.0.0 |
481 | 2024-07-22T23:31:52.848Z | Downloaded byteorder v1.5.0 |
482 | 2024-07-22T23:31:52.848Z | Downloaded block-buffer v0.10.4 |
483 | 2024-07-22T23:31:52.848Z | Downloaded bitstruct_derive v0.1.0 |
484 | 2024-07-22T23:31:52.848Z | Downloaded bitstruct v0.1.1 |
485 | 2024-07-22T23:31:52.848Z | Downloaded bitflags v1.3.2 |
486 | 2024-07-22T23:31:52.848Z | Downloaded atty v0.2.14 |
487 | 2024-07-22T23:31:52.848Z | Downloaded anstyle-query v1.0.3 |
488 | 2024-07-22T23:31:52.848Z | Downloaded anstyle-parse v0.2.4 |
489 | 2024-07-22T23:31:53.057Z | Compiling proc-macro2 v1.0.86 |
490 | 2024-07-22T23:31:53.057Z | Compiling unicode-ident v1.0.12 |
491 | 2024-07-22T23:31:53.081Z | Compiling serde v1.0.204 |
492 | 2024-07-22T23:31:53.081Z | Compiling version_check v0.9.4 |
493 | 2024-07-22T23:31:53.081Z | Compiling libc v0.2.155 |
494 | 2024-07-22T23:31:53.081Z | Compiling once_cell v1.19.0 |
495 | 2024-07-22T23:31:53.081Z | Compiling autocfg v1.3.0 |
496 | 2024-07-22T23:31:53.314Z | Checking cfg-if v1.0.0 |
497 | 2024-07-22T23:31:53.457Z | Compiling serde_json v1.0.120 |
498 | 2024-07-22T23:31:53.486Z | Compiling thiserror v1.0.63 |
499 | 2024-07-22T23:31:53.753Z | Compiling memchr v2.7.2 |
500 | 2024-07-22T23:31:53.801Z | Compiling itoa v1.0.11 |
501 | 2024-07-22T23:31:53.824Z | Compiling ahash v0.8.11 |
502 | 2024-07-22T23:31:53.932Z | Compiling byteorder v1.5.0 |
503 | 2024-07-22T23:31:54.015Z | Compiling libm v0.2.8 |
504 | 2024-07-22T23:31:54.290Z | Compiling ryu v1.0.18 |
505 | 2024-07-22T23:31:54.362Z | Compiling lock_api v0.4.12 |
506 | 2024-07-22T23:31:54.387Z | Compiling parking_lot_core v0.9.10 |
507 | 2024-07-22T23:31:54.537Z | Compiling jobserver v0.1.31 |
508 | 2024-07-22T23:31:54.576Z | Compiling quote v1.0.36 |
509 | 2024-07-22T23:31:54.839Z | Compiling pkg-config v0.3.30 |
510 | 2024-07-22T23:31:54.873Z | Compiling cc v1.0.97 |
511 | 2024-07-22T23:31:55.093Z | Compiling syn v2.0.71 |
512 | 2024-07-22T23:31:55.116Z | Checking getrandom v0.2.14 |
513 | 2024-07-22T23:31:55.143Z | Compiling vcpkg v0.2.15 |
514 | 2024-07-22T23:31:55.168Z | Compiling log v0.4.22 |
515 | 2024-07-22T23:31:55.231Z | Compiling slab v0.4.9 |
516 | 2024-07-22T23:31:55.327Z | Compiling allocator-api2 v0.2.18 |
517 | 2024-07-22T23:31:55.610Z | Compiling schemars v0.8.21 |
518 | 2024-07-22T23:31:55.831Z | Compiling num-traits v0.2.19 |
519 | 2024-07-22T23:31:55.932Z | Checking pin-project-lite v0.2.14 |
520 | 2024-07-22T23:31:55.961Z | Compiling typenum v1.17.0 |
521 | 2024-07-22T23:31:56.054Z | Compiling equivalent v1.0.1 |
522 | 2024-07-22T23:31:56.161Z | Compiling generic-array v0.14.7 |
523 | 2024-07-22T23:31:56.553Z | Compiling httparse v1.8.0 |
524 | 2024-07-22T23:31:56.617Z | Compiling semver v1.0.23 |
525 | 2024-07-22T23:31:56.884Z | Compiling fnv v1.0.7 |
526 | 2024-07-22T23:31:56.920Z | Checking smallvec v1.13.2 |
527 | 2024-07-22T23:31:56.978Z | Checking scopeguard v1.2.0 |
528 | 2024-07-22T23:31:57.002Z | Compiling ucd-trie v0.1.6 |
529 | 2024-07-22T23:31:57.127Z | Checking rand_core v0.6.4 |
530 | 2024-07-22T23:31:57.547Z | Checking socket2 v0.5.7 |
531 | 2024-07-22T23:31:57.632Z | Checking mio v0.8.11 |
532 | 2024-07-22T23:31:57.700Z | Checking parking_lot v0.12.2 |
533 | 2024-07-22T23:31:57.863Z | Checking signal-hook-registry v1.4.2 |
534 | 2024-07-22T23:31:57.891Z | Compiling ring v0.17.8 |
535 | 2024-07-22T23:31:57.936Z | Compiling openssl-sys v0.9.102 |
536 | 2024-07-22T23:31:58.003Z | Checking num_cpus v1.16.0 |
537 | 2024-07-22T23:31:58.065Z | Compiling slog v2.7.0 |
538 | 2024-07-22T23:31:58.173Z | Checking futures-core v0.3.30 |
539 | 2024-07-22T23:31:58.196Z | Compiling heck v0.5.0 |
540 | 2024-07-22T23:31:58.329Z | Checking futures-sink v0.3.30 |
541 | 2024-07-22T23:31:58.399Z | Compiling iana-time-zone v0.1.60 |
542 | 2024-07-22T23:31:58.548Z | Checking futures-channel v0.3.30 |
543 | 2024-07-22T23:31:58.593Z | Compiling rustls v0.21.12 |
544 | 2024-07-22T23:31:58.710Z | Checking futures-task v0.3.30 |
545 | 2024-07-22T23:31:58.912Z | Compiling dyn-clone v1.0.17 |
546 | 2024-07-22T23:31:58.912Z | Compiling syn v1.0.109 |
547 | 2024-07-22T23:31:58.959Z | Compiling openssl v0.10.64 |
548 | 2024-07-22T23:31:58.991Z | Checking pin-utils v0.1.0 |
549 | 2024-07-22T23:31:59.041Z | Checking futures-io v0.3.30 |
550 | 2024-07-22T23:31:59.204Z | Compiling aho-corasick v1.1.3 |
551 | 2024-07-22T23:31:59.227Z | Compiling regex-syntax v0.8.3 |
552 | 2024-07-22T23:31:59.512Z | Compiling native-tls v0.2.11 |
553 | 2024-07-22T23:32:00.059Z | Checking spin v0.9.8 |
554 | 2024-07-22T23:32:00.086Z | Compiling rustversion v1.0.17 |
555 | 2024-07-22T23:32:00.288Z | Compiling num-conv v0.1.0 |
556 | 2024-07-22T23:32:00.574Z | Compiling time-core v0.1.2 |
557 | 2024-07-22T23:32:00.758Z | Checking untrusted v0.9.0 |
558 | 2024-07-22T23:32:00.914Z | Compiling time-macros v0.2.18 |
559 | 2024-07-22T23:32:01.248Z | Compiling serde_derive_internals v0.29.1 |
560 | 2024-07-22T23:32:02.021Z | Checking crypto-common v0.1.6 |
561 | 2024-07-22T23:32:02.184Z | Compiling thread-id v4.2.1 |
562 | 2024-07-22T23:32:02.339Z | Compiling regex-automata v0.4.6 |
563 | 2024-07-22T23:32:03.369Z | Checking tracing-core v0.1.32 |
564 | 2024-07-22T23:32:03.458Z | Checking percent-encoding v2.3.1 |
565 | 2024-07-22T23:32:03.482Z | Checking subtle v2.5.0 |
566 | 2024-07-22T23:32:03.649Z | Checking form_urlencoded v1.2.1 |
567 | 2024-07-22T23:32:03.832Z | Checking tinyvec_macros v0.1.1 |
568 | 2024-07-22T23:32:03.916Z | Compiling anyhow v1.0.86 |
569 | 2024-07-22T23:32:03.983Z | Checking tinyvec v1.6.0 |
570 | 2024-07-22T23:32:04.383Z | Compiling camino v1.1.7 |
571 | 2024-07-22T23:32:04.607Z | Compiling heck v0.4.1 |
572 | 2024-07-22T23:32:05.107Z | Checking unicode-normalization v0.1.23 |
573 | 2024-07-22T23:32:05.387Z | Compiling usdt-impl v0.5.0 |
574 | 2024-07-22T23:32:05.694Z | Checking unicode-bidi v0.3.15 |
575 | 2024-07-22T23:32:05.794Z | Compiling plain v0.2.3 |
576 | 2024-07-22T23:32:05.832Z | Compiling regex v1.10.5 |
577 | 2024-07-22T23:32:05.881Z | Compiling serde_derive v1.0.204 |
578 | 2024-07-22T23:32:05.939Z | Compiling zerocopy-derive v0.7.34 |
579 | 2024-07-22T23:32:06.222Z | Compiling thiserror-impl v1.0.63 |
580 | 2024-07-22T23:32:06.482Z | Compiling tokio-macros v2.3.0 |
581 | 2024-07-22T23:32:06.708Z | Compiling futures-macro v0.3.30 |
582 | 2024-07-22T23:32:07.736Z | Compiling zerocopy v0.7.34 |
583 | 2024-07-22T23:32:08.422Z | Compiling schemars_derive v0.8.21 |
584 | 2024-07-22T23:32:08.445Z | Checking futures-util v0.3.30 |
585 | 2024-07-22T23:32:08.968Z | Compiling pest v2.7.10 |
586 | 2024-07-22T23:32:09.170Z | Compiling openssl-macros v0.1.1 |
587 | 2024-07-22T23:32:09.500Z | Compiling hashbrown v0.14.5 |
588 | 2024-07-22T23:32:09.921Z | Compiling scroll_derive v0.12.0 |
589 | 2024-07-22T23:32:09.944Z | Compiling tracing-attributes v0.1.27 |
590 | 2024-07-22T23:32:10.631Z | Checking try-lock v0.2.5 |
591 | 2024-07-22T23:32:10.757Z | Compiling regress v0.10.0 |
592 | 2024-07-22T23:32:11.002Z | Checking want v0.3.1 |
593 | 2024-07-22T23:32:11.125Z | Compiling pest_meta v2.7.10 |
594 | 2024-07-22T23:32:11.158Z | Compiling scroll v0.12.0 |
595 | 2024-07-22T23:32:11.594Z | Compiling goblin v0.8.2 |
596 | 2024-07-22T23:32:12.826Z | Compiling pest_generator v2.7.10 |
597 | 2024-07-22T23:32:13.091Z | Checking tracing v0.1.40 |
598 | 2024-07-22T23:32:13.589Z | Checking tower-service v0.3.2 |
599 | 2024-07-22T23:32:13.703Z | Checking ppv-lite86 v0.2.17 |
600 | 2024-07-22T23:32:14.232Z | Compiling pretty-hex v0.4.1 |
601 | 2024-07-22T23:32:14.288Z | Checking httpdate v1.0.3 |
602 | 2024-07-22T23:32:14.421Z | Checking rand_chacha v0.3.1 |
603 | 2024-07-22T23:32:14.756Z | Compiling pest_derive v2.7.10 |
604 | 2024-07-22T23:32:14.799Z | Checking idna v0.5.0 |
605 | 2024-07-22T23:32:14.935Z | Compiling async-trait v0.1.81 |
606 | 2024-07-22T23:32:15.247Z | Checking sct v0.7.1 |
607 | 2024-07-22T23:32:15.418Z | Checking rustls-webpki v0.101.7 |
608 | 2024-07-22T23:32:15.546Z | Checking foreign-types-shared v0.1.1 |
609 | 2024-07-22T23:32:15.570Z | Compiling dtrace-parser v0.2.0 |
610 | 2024-07-22T23:32:15.650Z | Compiling unsafe-libyaml v0.2.11 |
611 | 2024-07-22T23:32:16.057Z | Checking cpufeatures v0.2.12 |
612 | 2024-07-22T23:32:16.512Z | Checking bytes v1.6.1 |
613 | 2024-07-22T23:32:17.070Z | Checking bitflags v2.5.0 |
614 | 2024-07-22T23:32:17.147Z | Checking indexmap v2.2.6 |
615 | 2024-07-22T23:32:17.203Z | Checking chrono v0.4.38 |
616 | 2024-07-22T23:32:17.318Z | Checking tokio v1.38.1 |
617 | 2024-07-22T23:32:18.383Z | Compiling serde_tokenstream v0.2.1 |
618 | 2024-07-22T23:32:18.806Z | Compiling uuid v1.10.0 |
619 | 2024-07-22T23:32:19.316Z | Compiling http v0.2.12 |
620 | 2024-07-22T23:32:19.556Z | Compiling openapiv3 v2.0.0 |
621 | 2024-07-22T23:32:19.736Z | Compiling dof v0.3.0 |
622 | 2024-07-22T23:32:19.805Z | Compiling serde_yaml v0.9.34+deprecated |
623 | 2024-07-22T23:32:20.572Z | Checking http-body v0.4.6 |
624 | 2024-07-22T23:32:21.398Z | Checking foreign-types v0.3.2 |
625 | 2024-07-22T23:32:21.485Z | Checking url v2.5.0 |
626 | 2024-07-22T23:32:22.255Z | Checking rand v0.8.5 |
627 | 2024-07-22T23:32:22.412Z | Checking block-buffer v0.10.4 |
628 | 2024-07-22T23:32:22.794Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
629 | 2024-07-22T23:32:23.733Z | Checking encoding_rs v0.8.34 |
630 | 2024-07-22T23:32:23.829Z | Compiling crossbeam-utils v0.8.19 |
631 | 2024-07-22T23:32:24.011Z | Checking tokio-util v0.7.11 |
632 | 2024-07-22T23:32:24.090Z | Compiling rustls v0.22.4 |
633 | 2024-07-22T23:32:24.191Z | Checking mime v0.3.17 |
634 | 2024-07-22T23:32:24.271Z | Checking base64 v0.21.7 |
635 | 2024-07-22T23:32:24.423Z | Checking tokio-rustls v0.24.1 |
636 | 2024-07-22T23:32:24.533Z | Checking digest v0.10.7 |
637 | 2024-07-22T23:32:24.769Z | Checking serde_urlencoded v0.7.1 |
638 | 2024-07-22T23:32:24.793Z | Checking h2 v0.3.26 |
639 | 2024-07-22T23:32:25.259Z | Compiling omicron-workspace-hack v0.1.0 |
640 | 2024-07-22T23:32:25.306Z | Compiling paste v1.0.15 |
641 | 2024-07-22T23:32:25.573Z | Compiling slog-async v2.8.0 |
642 | 2024-07-22T23:32:25.748Z | Checking openssl-probe v0.1.5 |
643 | 2024-07-22T23:32:26.062Z | Checking rustls-pemfile v1.0.4 |
644 | 2024-07-22T23:32:26.578Z | Compiling usdt-attr-macro v0.5.0 |
645 | 2024-07-22T23:32:26.706Z | Compiling usdt-macro v0.5.0 |
646 | 2024-07-22T23:32:28.282Z | Compiling multer v3.1.0 |
647 | 2024-07-22T23:32:28.535Z | Checking hyper v0.14.28 |
648 | 2024-07-22T23:32:28.648Z | Compiling ident_case v1.0.1 |
649 | 2024-07-22T23:32:28.832Z | Checking ipnet v2.9.0 |
650 | 2024-07-22T23:32:29.043Z | Compiling strsim v0.11.1 |
651 | 2024-07-22T23:32:29.554Z | Checking tokio-native-tls v0.3.1 |
652 | 2024-07-22T23:32:29.764Z | Compiling darling_core v0.20.9 |
653 | 2024-07-22T23:32:30.091Z | Compiling toml_datetime v0.6.6 |
654 | 2024-07-22T23:32:30.257Z | Checking serde_spanned v0.6.6 |
655 | 2024-07-22T23:32:30.671Z | Compiling async-stream-impl v0.3.5 |
656 | 2024-07-22T23:32:30.740Z | Compiling strum_macros v0.26.2 |
657 | 2024-07-22T23:32:32.663Z | Checking powerfmt v0.2.0 |
658 | 2024-07-22T23:32:32.908Z | Checking deranged v0.3.11 |
659 | 2024-07-22T23:32:34.442Z | Checking hyper-tls v0.5.0 |
660 | 2024-07-22T23:32:34.517Z | Checking hyper-rustls v0.24.2 |
661 | 2024-07-22T23:32:34.667Z | Checking http v1.1.0 |
662 | 2024-07-22T23:32:34.693Z | Checking futures-executor v0.3.30 |
663 | 2024-07-22T23:32:34.796Z | Checking is-terminal v0.4.12 |
664 | 2024-07-22T23:32:34.912Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
665 | 2024-07-22T23:32:35.032Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
666 | 2024-07-22T23:32:35.162Z | Compiling darling_macro v0.20.9 |
667 | 2024-07-22T23:32:35.186Z | Compiling rustix v0.38.34 |
668 | 2024-07-22T23:32:35.260Z | Checking sync_wrapper v0.1.2 |
669 | 2024-07-22T23:32:35.376Z | Checking num_threads v0.1.7 |
670 | 2024-07-22T23:32:35.486Z | Checking webpki-roots v0.25.4 |
671 | 2024-07-22T23:32:35.634Z | Checking reqwest v0.11.27 |
672 | 2024-07-22T23:32:35.809Z | Checking time v0.3.36 |
673 | 2024-07-22T23:32:36.049Z | Checking futures v0.3.30 |
674 | 2024-07-22T23:32:36.088Z | Compiling darling v0.20.9 |
675 | 2024-07-22T23:32:36.199Z | Checking sha1 v0.10.6 |
676 | 2024-07-22T23:32:36.330Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
677 | 2024-07-22T23:32:36.442Z | Compiling structmeta-derive v0.3.0 |
678 | 2024-07-22T23:32:37.466Z | Checking dirs-sys-next v0.1.2 |
679 | 2024-07-22T23:32:37.494Z | Checking errno v0.3.9 |
680 | 2024-07-22T23:32:37.644Z | Checking match_cfg v0.1.0 |
681 | 2024-07-22T23:32:37.733Z | Checking rustls-pki-types v1.7.0 |
682 | 2024-07-22T23:32:37.822Z | Checking base64 v0.22.1 |
683 | 2024-07-22T23:32:38.120Z | Checking hostname v0.3.1 |
684 | 2024-07-22T23:32:38.529Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
685 | 2024-07-22T23:32:38.645Z | Checking dirs-next v2.0.0 |
686 | 2024-07-22T23:32:38.669Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
687 | 2024-07-22T23:32:38.775Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
688 | 2024-07-22T23:32:38.822Z | Compiling structmeta v0.3.0 |
689 | 2024-07-22T23:32:39.058Z | Compiling serde_with_macros v3.9.0 |
690 | 2024-07-22T23:32:40.053Z | Checking thread_local v1.1.8 |
691 | 2024-07-22T23:32:40.355Z | Checking zeroize v1.7.0 |
692 | 2024-07-22T23:32:40.613Z | Compiling parse-display-derive v0.9.1 |
693 | 2024-07-22T23:32:40.637Z | Checking term v0.7.0 |
694 | 2024-07-22T23:32:40.715Z | Checking rustls-webpki v0.102.4 |
695 | 2024-07-22T23:32:41.060Z | Checking crossbeam-channel v0.5.12 |
696 | 2024-07-22T23:32:41.533Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
697 | 2024-07-22T23:32:41.846Z | Checking memmap v0.7.0 |
698 | 2024-07-22T23:32:42.043Z | Checking take_mut v0.2.2 |
699 | 2024-07-22T23:32:42.068Z | Checking winnow v0.6.8 |
700 | 2024-07-22T23:32:42.217Z | Compiling unicode-xid v0.2.4 |
701 | 2024-07-22T23:32:42.452Z | Checking usdt v0.5.0 |
702 | 2024-07-22T23:32:42.709Z | Checking slog-term v2.9.1 |
703 | 2024-07-22T23:32:42.733Z | Checking slog-json v2.6.1 |
704 | 2024-07-22T23:32:44.333Z | Checking utf8parse v0.2.1 |
705 | 2024-07-22T23:32:44.451Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
706 | 2024-07-22T23:32:44.477Z | Checking atomic-waker v1.1.2 |
707 | 2024-07-22T23:32:44.599Z | Checking waitgroup v0.1.2 |
708 | 2024-07-22T23:32:44.722Z | Checking anstyle-parse v0.2.4 |
709 | 2024-07-22T23:32:44.871Z | Checking toml_edit v0.22.16 |
710 | 2024-07-22T23:32:44.961Z | Checking slog-bunyan v2.5.0 |
711 | 2024-07-22T23:32:45.119Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
712 | 2024-07-22T23:32:45.806Z | Checking rustls-pemfile v2.1.2 |
713 | 2024-07-22T23:32:45.922Z | Checking tokio-rustls v0.25.0 |
714 | 2024-07-22T23:32:46.257Z | Checking strum v0.26.2 |
715 | 2024-07-22T23:32:46.385Z | Checking async-stream v0.3.5 |
716 | 2024-07-22T23:32:46.503Z | Checking serde_path_to_error v0.1.16 |
717 | 2024-07-22T23:32:47.060Z | Checking hostname v0.4.0 |
718 | 2024-07-22T23:32:47.239Z | Checking toml v0.8.15 |
719 | 2024-07-22T23:32:47.272Z | Checking colorchoice v1.0.1 |
720 | 2024-07-22T23:32:47.440Z | Checking is_terminal_polyfill v1.70.0 |
721 | 2024-07-22T23:32:47.552Z | Checking anstyle v1.0.7 |
722 | 2024-07-22T23:32:48.033Z | Checking anstyle-query v1.0.3 |
723 | 2024-07-22T23:32:48.124Z | Checking debug-ignore v1.0.5 |
724 | 2024-07-22T23:32:48.170Z | Checking anstream v0.6.14 |
725 | 2024-07-22T23:32:49.035Z | Compiling synstructure v0.12.6 |
726 | 2024-07-22T23:32:50.089Z | Checking newtype-uuid v1.1.0 |
727 | 2024-07-22T23:32:50.714Z | Compiling zerocopy-derive v0.2.0 |
728 | 2024-07-22T23:32:51.278Z | Checking serde_with v3.9.0 |
729 | 2024-07-22T23:32:51.302Z | Checking ipnetwork v0.20.0 |
730 | 2024-07-22T23:32:51.428Z | Checking hex v0.4.3 |
731 | 2024-07-22T23:32:51.505Z | Checking num-integer v0.1.46 |
732 | 2024-07-22T23:32:51.618Z | Compiling libz-sys v1.1.16 |
733 | 2024-07-22T23:32:51.742Z | Checking instant v0.1.12 |
734 | 2024-07-22T23:32:51.955Z | Checking lazy_static v1.5.0 |
735 | 2024-07-22T23:32:52.098Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
736 | 2024-07-22T23:32:52.206Z | Checking backoff v0.4.0 |
737 | 2024-07-22T23:32:52.230Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
738 | 2024-07-22T23:32:52.407Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
739 | 2024-07-22T23:32:52.748Z | Checking parse-display v0.9.1 |
740 | 2024-07-22T23:32:52.799Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
741 | 2024-07-22T23:32:52.921Z | Checking terminal_size v0.3.0 |
742 | 2024-07-22T23:32:52.964Z | Checking macaddr v1.0.1 |
743 | 2024-07-22T23:32:53.065Z | Checking regress v0.9.1 |
744 | 2024-07-22T23:32:53.305Z | Compiling prettyplease v0.2.20 |
745 | 2024-07-22T23:32:53.587Z | Compiling winnow v0.5.40 |
746 | 2024-07-22T23:32:53.611Z | Checking clap_lex v0.7.0 |
747 | 2024-07-22T23:32:54.190Z | Checking clap_builder v4.5.2 |
748 | 2024-07-22T23:32:56.787Z | Compiling toml_edit v0.19.15 |
749 | 2024-07-22T23:32:56.822Z | Checking num-bigint v0.4.5 |
750 | 2024-07-22T23:32:57.625Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
751 | 2024-07-22T23:32:57.738Z | Compiling clap_derive v4.5.4 |
752 | 2024-07-22T23:32:57.823Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
753 | 2024-07-22T23:32:59.397Z | Compiling libgit2-sys v0.16.2+1.7.2 |
754 | 2024-07-22T23:32:59.956Z | Checking static_assertions v1.1.0 |
755 | 2024-07-22T23:33:00.052Z | Compiling semver v0.1.20 |
756 | 2024-07-22T23:33:00.726Z | Checking data-encoding v2.6.0 |
757 | 2024-07-22T23:33:01.405Z | Compiling rustc_version v0.1.7 |
758 | 2024-07-22T23:33:01.475Z | Checking clap v4.5.4 |
759 | 2024-07-22T23:33:01.881Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
760 | 2024-07-22T23:33:02.115Z | Compiling proc-macro-crate v1.3.1 |
761 | 2024-07-22T23:33:02.198Z | Checking num-rational v0.4.2 |
762 | 2024-07-22T23:33:03.252Z | Checking num-iter v0.1.45 |
763 | 2024-07-22T23:33:03.612Z | Checking num-complex v0.4.6 |
764 | 2024-07-22T23:33:03.838Z | Compiling usdt-impl v0.3.5 |
765 | 2024-07-22T23:33:04.127Z | Checking unicode-segmentation v1.11.0 |
766 | 2024-07-22T23:33:04.152Z | Checking unicode-width v0.1.12 |
767 | 2024-07-22T23:33:04.307Z | Checking console v0.15.8 |
768 | 2024-07-22T23:33:04.406Z | Checking num v0.4.3 |
769 | 2024-07-22T23:33:04.652Z | Checking newline-converter v0.3.0 |
770 | 2024-07-22T23:33:04.796Z | Compiling newtype_derive v0.1.6 |
771 | 2024-07-22T23:33:04.983Z | Compiling zerocopy v0.3.2 |
772 | 2024-07-22T23:33:05.264Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
773 | 2024-07-22T23:33:06.154Z | Compiling cargo-platform v0.1.8 |
774 | 2024-07-22T23:33:06.256Z | Compiling hubpack_derive v0.1.1 |
775 | 2024-07-22T23:33:06.628Z | Compiling zerocopy-derive v0.6.6 |
776 | 2024-07-22T23:33:07.051Z | Compiling serde_repr v0.1.19 |
777 | 2024-07-22T23:33:08.163Z | Compiling vergen v8.3.1 |
778 | 2024-07-22T23:33:08.545Z | Compiling cfg_aliases v0.1.1 |
779 | 2024-07-22T23:33:08.662Z | Checking similar v2.5.0 |
780 | 2024-07-22T23:33:08.951Z | Checking base64ct v1.6.0 |
781 | 2024-07-22T23:33:09.381Z | Compiling crucible-workspace-hack v0.1.0 |
782 | 2024-07-22T23:33:09.428Z | Checking password-hash v0.5.0 |
783 | 2024-07-22T23:33:09.467Z | Checking expectorate v1.1.0 |
784 | 2024-07-22T23:33:09.788Z | Compiling nix v0.28.0 |
785 | 2024-07-22T23:33:09.912Z | Checking zerocopy v0.6.6 |
786 | 2024-07-22T23:33:09.978Z | Checking hubpack v0.1.2 |
787 | 2024-07-22T23:33:10.270Z | Compiling cargo_metadata v0.18.1 |
788 | 2024-07-22T23:33:10.293Z | Compiling dof v0.1.5 |
789 | 2024-07-22T23:33:10.646Z | Checking blake2 v0.10.6 |
790 | 2024-07-22T23:33:10.997Z | Compiling rustc_version v0.4.0 |
791 | 2024-07-22T23:33:11.021Z | Compiling dtrace-parser v0.1.14 |
792 | 2024-07-22T23:33:11.021Z | Compiling strum_macros v0.25.3 |
793 | 2024-07-22T23:33:11.129Z | Compiling libsqlite3-sys v0.28.0 |
794 | 2024-07-22T23:33:11.559Z | Compiling slog-dtrace v0.3.0 |
795 | 2024-07-22T23:33:11.597Z | Checking fixedbitset v0.4.2 |
796 | 2024-07-22T23:33:11.865Z | Checking humantime v2.1.0 |
797 | 2024-07-22T23:33:11.900Z | Compiling float-ord v0.3.2 |
798 | 2024-07-22T23:33:12.053Z | Checking matches v0.1.10 |
799 | 2024-07-22T23:33:12.152Z | Checking idna v0.2.3 |
800 | 2024-07-22T23:33:12.701Z | Checking petgraph v0.6.5 |
801 | 2024-07-22T23:33:12.965Z | Checking argon2 v0.5.3 |
802 | 2024-07-22T23:33:13.191Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
803 | 2024-07-22T23:33:13.928Z | Compiling serde_tokenstream v0.1.7 |
804 | 2024-07-22T23:33:13.964Z | Compiling enum-as-inner v0.5.1 |
805 | 2024-07-22T23:33:14.047Z | Checking inout v0.1.3 |
806 | 2024-07-22T23:33:14.203Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
807 | 2024-07-22T23:33:14.227Z | Checking linked-hash-map v0.5.6 |
808 | 2024-07-22T23:33:14.291Z | Checking quick-error v1.2.3 |
809 | 2024-07-22T23:33:14.390Z | Compiling radium v0.7.0 |
810 | 2024-07-22T23:33:14.425Z | Compiling convert_case v0.4.0 |
811 | 2024-07-22T23:33:14.533Z | Checking lru-cache v0.1.2 |
812 | 2024-07-22T23:33:14.718Z | Checking resolv-conf v0.7.0 |
813 | 2024-07-22T23:33:14.866Z | Checking trust-dns-proto v0.22.0 |
814 | 2024-07-22T23:33:14.890Z | Checking oximeter-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
815 | 2024-07-22T23:33:15.023Z | Checking cipher v0.4.4 |
816 | 2024-07-22T23:33:15.155Z | Compiling derive_more v0.99.18 |
817 | 2024-07-22T23:33:15.655Z | Checking steno v0.4.1 |
818 | 2024-07-22T23:33:15.751Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
819 | 2024-07-22T23:33:17.913Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
820 | 2024-07-22T23:33:18.158Z | Checking crossbeam-epoch v0.9.18 |
821 | 2024-07-22T23:33:18.547Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
822 | 2024-07-22T23:33:18.571Z | Checking hashlink v0.9.1 |
823 | 2024-07-22T23:33:18.674Z | Compiling derive-where v1.2.7 |
824 | 2024-07-22T23:33:20.787Z | Checking tap v1.0.1 |
825 | 2024-07-22T23:33:20.939Z | Checking fallible-iterator v0.3.0 |
826 | 2024-07-22T23:33:21.471Z | Checking fastrand v2.1.0 |
827 | 2024-07-22T23:33:21.496Z | Compiling rayon-core v1.12.1 |
828 | 2024-07-22T23:33:21.770Z | Checking fallible-streaming-iterator v0.1.9 |
829 | 2024-07-22T23:33:21.839Z | Checking tempfile v3.10.1 |
830 | 2024-07-22T23:33:21.983Z | Checking rusqlite v0.31.0 |
831 | 2024-07-22T23:33:22.152Z | Checking wyz v0.5.1 |
832 | 2024-07-22T23:33:22.430Z | Checking crossbeam-deque v0.8.5 |
833 | 2024-07-22T23:33:22.575Z | Checking trust-dns-resolver v0.22.0 |
834 | 2024-07-22T23:33:22.736Z | Compiling usdt-attr-macro v0.3.5 |
835 | 2024-07-22T23:33:22.970Z | Compiling usdt-macro v0.3.5 |
836 | 2024-07-22T23:33:23.454Z | Compiling num_enum_derive v0.7.2 |
837 | 2024-07-22T23:33:23.770Z | Compiling num_enum_derive v0.5.11 |
838 | 2024-07-22T23:33:24.009Z | Checking twox-hash v1.6.3 |
839 | 2024-07-22T23:33:24.109Z | Checking universal-hash v0.5.1 |
840 | 2024-07-22T23:33:24.275Z | Checking atty v0.2.14 |
841 | 2024-07-22T23:33:24.425Z | Checking funty v2.0.0 |
842 | 2024-07-22T23:33:25.207Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
843 | 2024-07-22T23:33:25.231Z | Checking opaque-debug v0.3.1 |
844 | 2024-07-22T23:33:25.321Z | Checking either v1.12.0 |
845 | 2024-07-22T23:33:25.519Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
846 | 2024-07-22T23:33:25.573Z | Checking polyval v0.6.2 |
847 | 2024-07-22T23:33:25.609Z | Checking num_enum v0.7.2 |
848 | 2024-07-22T23:33:25.679Z | Checking bitvec v1.0.1 |
849 | 2024-07-22T23:33:25.785Z | Checking usdt v0.3.5 |
850 | 2024-07-22T23:33:25.823Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
851 | 2024-07-22T23:33:25.852Z | Checking num_enum v0.5.11 |
852 | 2024-07-22T23:33:25.998Z | Checking ctr v0.9.2 |
853 | 2024-07-22T23:33:26.234Z | Checking aes v0.8.4 |
854 | 2024-07-22T23:33:26.535Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
855 | 2024-07-22T23:33:26.612Z | Checking env_filter v0.1.0 |
856 | 2024-07-22T23:33:26.801Z | Checking bincode v1.3.3 |
857 | 2024-07-22T23:33:26.926Z | Checking aead v0.5.2 |
858 | 2024-07-22T23:33:27.016Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
859 | 2024-07-22T23:33:27.127Z | Checking utf-8 v0.7.6 |
860 | 2024-07-22T23:33:27.388Z | Checking tungstenite v0.21.0 |
861 | 2024-07-22T23:33:27.486Z | Checking aes-gcm-siv v0.11.1 |
862 | 2024-07-22T23:33:27.536Z | Checking env_logger v0.11.3 |
863 | 2024-07-22T23:33:27.697Z | Checking rayon v1.10.0 |
864 | 2024-07-22T23:33:27.874Z | Checking itertools v0.12.1 |
865 | 2024-07-22T23:33:28.155Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
866 | 2024-07-22T23:33:28.329Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
867 | 2024-07-22T23:33:28.720Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
868 | 2024-07-22T23:33:28.999Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
869 | 2024-07-22T23:33:29.207Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
870 | 2024-07-22T23:33:29.231Z | Checking toml v0.7.8 |
871 | 2024-07-22T23:33:29.351Z | Compiling bitstruct_derive v0.1.0 |
872 | 2024-07-22T23:33:29.798Z | Compiling async-recursion v1.1.1 |
873 | 2024-07-22T23:33:29.882Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
874 | 2024-07-22T23:33:30.009Z | Checking ascii v1.1.0 |
875 | 2024-07-22T23:33:30.144Z | Checking typeid v1.0.0 |
876 | 2024-07-22T23:33:30.265Z | Checking ringbuffer v0.15.0 |
877 | 2024-07-22T23:33:30.393Z | Checking pretty-hex v0.2.1 |
878 | 2024-07-22T23:33:30.523Z | Checking bitstruct v0.1.1 |
879 | 2024-07-22T23:33:30.547Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
880 | 2024-07-22T23:33:30.622Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0a7d56202df99b9df1bb7e42a9716efcf5e8fef2#0a7d5620) |
881 | 2024-07-22T23:33:30.646Z | Checking erased-serde v0.4.5 |
882 | 2024-07-22T23:33:30.807Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
883 | 2024-07-22T23:33:30.980Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
884 | 2024-07-22T23:33:31.048Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
885 | 2024-07-22T23:33:31.150Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
886 | 2024-07-22T23:33:31.290Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
887 | 2024-07-22T23:33:31.386Z | Checking tokio-tungstenite v0.21.0 |
888 | 2024-07-22T23:33:31.462Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
889 | 2024-07-22T23:33:31.486Z | Checking serde_arrays v0.1.0 |
890 | 2024-07-22T23:33:31.558Z | Checking libloading v0.7.4 |
891 | 2024-07-22T23:33:31.627Z | Compiling const_format_proc_macros v0.2.32 |
892 | 2024-07-22T23:33:31.812Z | Checking kstat-rs v0.2.4 |
893 | 2024-07-22T23:33:31.837Z | Checking is_ci v1.2.0 |
894 | 2024-07-22T23:33:31.837Z | Compiling escargot v0.5.10 |
895 | 2024-07-22T23:33:31.969Z | Checking supports-color v2.1.0 |
896 | 2024-07-22T23:33:32.140Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
897 | 2024-07-22T23:33:32.165Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
898 | 2024-07-22T23:33:32.306Z | Checking xattr v1.3.1 |
899 | 2024-07-22T23:33:32.484Z | Checking ron v0.8.1 |
900 | 2024-07-22T23:33:32.699Z | Checking bstr v1.9.1 |
901 | 2024-07-22T23:33:32.910Z | Checking filetime v0.2.23 |
902 | 2024-07-22T23:33:33.371Z | Checking const_format v0.2.32 |
903 | 2024-07-22T23:33:33.395Z | Checking bit_field v0.10.2 |
904 | 2024-07-22T23:33:33.443Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
905 | 2024-07-22T23:33:33.585Z | Checking bitflags v1.3.2 |
906 | 2024-07-22T23:33:33.610Z | Checking globset v0.4.14 |
907 | 2024-07-22T23:33:33.681Z | Checking fatfs v0.3.6 |
908 | 2024-07-22T23:33:33.777Z | Checking tar v0.4.40 |
909 | 2024-07-22T23:33:33.808Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
910 | 2024-07-22T23:33:34.571Z | Checking owo-colors v4.0.0 |
911 | 2024-07-22T23:33:34.878Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
912 | 2024-07-22T23:33:35.342Z | Checking ctrlc v3.4.4 |
913 | 2024-07-22T23:33:35.381Z | Checking glob v0.3.1 |
914 | 2024-07-22T23:33:36.163Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
915 | 2024-07-22T23:33:37.959Z | Compiling git2 v0.18.3 |
916 | 2024-07-22T23:33:37.999Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
917 | 2024-07-22T23:33:39.420Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
918 | 2024-07-22T23:33:44.015Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
919 | 2024-07-22T23:33:45.175Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
920 | 2024-07-22T23:33:52.096Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
921 | 2024-07-22T23:33:58.994Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
922 | 2024-07-22T23:34:11.344Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
923 | 2024-07-22T23:34:11.344Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
924 | 2024-07-22T23:34:20.387Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 52s |
925 | 2024-07-22T23:34:20.679Z | |
926 | 2024-07-22T23:34:20.679Z | real 2:52.481454240 |
927 | 2024-07-22T23:34:20.679Z | user 11:19.075940550 |
928 | 2024-07-22T23:34:20.679Z | sys 2:50.270329209 |
929 | 2024-07-22T23:34:20.679Z | trap 0.378443736 |
930 | 2024-07-22T23:34:20.679Z | tflt 0.607503607 |
931 | 2024-07-22T23:34:20.679Z | dflt 0.345802741 |
932 | 2024-07-22T23:34:20.679Z | kflt 0.002317898 |
933 | 2024-07-22T23:34:20.679Z | lock 15:25.979797081 |
934 | 2024-07-22T23:34:20.679Z | slp 46:01.341426196 |
935 | 2024-07-22T23:34:20.679Z | lat 50.021609097 |
936 | 2024-07-22T23:34:20.679Z | stop 2:39.623922941 |
937 | 2024-07-22T23:34:20.704Z | + ptime -m cargo clippy --features falcon --all-targets |
938 | 2024-07-22T23:34:21.367Z | Downloading crates ... |
939 | 2024-07-22T23:34:21.555Z | Downloaded mockall v0.12.1 |
940 | 2024-07-22T23:34:21.579Z | Downloaded predicates v3.1.0 |
941 | 2024-07-22T23:34:21.580Z | Downloaded fragile v2.0.0 |
942 | 2024-07-22T23:34:21.580Z | Downloaded termtree v0.4.1 |
943 | 2024-07-22T23:34:21.580Z | Downloaded serde_test v1.0.176 |
944 | 2024-07-22T23:34:21.580Z | Downloaded predicates-tree v1.0.9 |
945 | 2024-07-22T23:34:21.580Z | Downloaded predicates-core v1.0.6 |
946 | 2024-07-22T23:34:21.580Z | Downloaded mockall_derive v0.12.1 |
947 | 2024-07-22T23:34:21.580Z | Downloaded downcast v0.11.0 |
948 | 2024-07-22T23:34:21.749Z | Checking tokio v1.38.1 |
949 | 2024-07-22T23:34:21.773Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
950 | 2024-07-22T23:34:21.773Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
951 | 2024-07-22T23:34:21.773Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
952 | 2024-07-22T23:34:21.806Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
953 | 2024-07-22T23:34:21.806Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
954 | 2024-07-22T23:34:21.806Z | Checking predicates-core v1.0.6 |
955 | 2024-07-22T23:34:21.830Z | Checking termtree v0.4.1 |
956 | 2024-07-22T23:34:21.920Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
957 | 2024-07-22T23:34:21.985Z | Checking predicates v3.1.0 |
958 | 2024-07-22T23:34:22.014Z | Checking predicates-tree v1.0.9 |
959 | 2024-07-22T23:34:22.114Z | Compiling mockall_derive v0.12.1 |
960 | 2024-07-22T23:34:22.138Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
961 | 2024-07-22T23:34:22.162Z | Checking downcast v0.11.0 |
962 | 2024-07-22T23:34:22.192Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
963 | 2024-07-22T23:34:22.244Z | Checking fragile v2.0.0 |
964 | 2024-07-22T23:34:22.278Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
965 | 2024-07-22T23:34:22.320Z | Checking serde_test v1.0.176 |
966 | 2024-07-22T23:34:22.480Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
967 | 2024-07-22T23:34:26.470Z | Checking mockall v0.12.1 |
968 | 2024-07-22T23:34:27.692Z | Checking tokio-util v0.7.11 |
969 | 2024-07-22T23:34:27.692Z | Checking tokio-rustls v0.24.1 |
970 | 2024-07-22T23:34:27.692Z | Checking tokio-native-tls v0.3.1 |
971 | 2024-07-22T23:34:27.716Z | Checking tokio-rustls v0.25.0 |
972 | 2024-07-22T23:34:27.716Z | Checking backoff v0.4.0 |
973 | 2024-07-22T23:34:27.716Z | Checking steno v0.4.1 |
974 | 2024-07-22T23:34:27.716Z | Checking trust-dns-proto v0.22.0 |
975 | 2024-07-22T23:34:27.716Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-07-22T23:34:27.934Z | Checking tokio-tungstenite v0.21.0 |
977 | 2024-07-22T23:34:27.958Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
978 | 2024-07-22T23:34:27.982Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0a7d56202df99b9df1bb7e42a9716efcf5e8fef2#0a7d5620) |
979 | 2024-07-22T23:34:28.403Z | Checking h2 v0.3.26 |
980 | 2024-07-22T23:34:30.478Z | Checking trust-dns-resolver v0.22.0 |
981 | 2024-07-22T23:34:31.662Z | Checking hyper v0.14.28 |
982 | 2024-07-22T23:34:35.218Z | Checking hyper-rustls v0.24.2 |
983 | 2024-07-22T23:34:35.242Z | Checking hyper-tls v0.5.0 |
984 | 2024-07-22T23:34:35.242Z | Checking dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
985 | 2024-07-22T23:34:35.472Z | Checking reqwest v0.11.27 |
986 | 2024-07-22T23:34:36.760Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
987 | 2024-07-22T23:34:36.999Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
988 | 2024-07-22T23:34:37.152Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
989 | 2024-07-22T23:34:37.152Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
990 | 2024-07-22T23:34:37.176Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
991 | 2024-07-22T23:34:37.177Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
992 | 2024-07-22T23:34:38.305Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
993 | 2024-07-22T23:34:39.135Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
994 | 2024-07-22T23:34:40.999Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
995 | 2024-07-22T23:34:43.370Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
996 | 2024-07-22T23:34:48.176Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
997 | 2024-07-22T23:34:48.176Z | Checking oximeter-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
998 | 2024-07-22T23:34:48.176Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
999 | 2024-07-22T23:34:51.256Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1000 | 2024-07-22T23:34:51.550Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1001 | 2024-07-22T23:34:55.104Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1002 | 2024-07-22T23:35:06.429Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1003 | 2024-07-22T23:35:13.255Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1004 | 2024-07-22T23:35:13.970Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1005 | 2024-07-22T23:35:18.523Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1006 | 2024-07-22T23:35:35.734Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1007 | 2024-07-22T23:35:35.734Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1008 | 2024-07-22T23:35:46.369Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 25s |
1009 | 2024-07-22T23:35:46.485Z | |
1010 | 2024-07-22T23:35:46.485Z | real 1:25.797461282 |
1011 | 2024-07-22T23:35:46.485Z | user 2:37.001224219 |
1012 | 2024-07-22T23:35:46.485Z | sys 24.796978536 |
1013 | 2024-07-22T23:35:46.485Z | trap 0.051032011 |
1014 | 2024-07-22T23:35:46.485Z | tflt 0.114014646 |
1015 | 2024-07-22T23:35:46.485Z | dflt 0.201267550 |
1016 | 2024-07-22T23:35:46.485Z | kflt 0.000035270 |
1017 | 2024-07-22T23:35:46.485Z | lock 6:19.207195164 |
1018 | 2024-07-22T23:35:46.485Z | slp 8:42.119737882 |
1019 | 2024-07-22T23:35:46.485Z | lat 2.162898937 |
1020 | 2024-07-22T23:35:46.509Z | stop 6.018748897 |
1021 | 2024-07-22T23:35:46.510Z | + banner build |
1022 | 2024-07-22T23:35:46.510Z | |
1023 | 2024-07-22T23:35:46.510Z | ##### # # # # ##### |
1024 | 2024-07-22T23:35:46.510Z | # # # # # # # # |
1025 | 2024-07-22T23:35:46.510Z | ##### # # # # # # |
1026 | 2024-07-22T23:35:46.510Z | # # # # # # # # |
1027 | 2024-07-22T23:35:46.510Z | # # # # # # # # |
1028 | 2024-07-22T23:35:46.510Z | ##### #### # ###### ##### |
1029 | 2024-07-22T23:35:46.510Z | |
1030 | 2024-07-22T23:35:46.510Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1031 | 2024-07-22T23:35:47.421Z | Compiling proc-macro2 v1.0.86 |
1032 | 2024-07-22T23:35:47.421Z | Compiling unicode-ident v1.0.12 |
1033 | 2024-07-22T23:35:47.421Z | Compiling serde v1.0.204 |
1034 | 2024-07-22T23:35:47.445Z | Compiling version_check v0.9.4 |
1035 | 2024-07-22T23:35:47.445Z | Compiling libc v0.2.155 |
1036 | 2024-07-22T23:35:47.445Z | Compiling once_cell v1.19.0 |
1037 | 2024-07-22T23:35:47.445Z | Compiling autocfg v1.3.0 |
1038 | 2024-07-22T23:35:47.621Z | Compiling cfg-if v1.0.0 |
1039 | 2024-07-22T23:35:47.791Z | Compiling thiserror v1.0.63 |
1040 | 2024-07-22T23:35:47.816Z | Compiling memchr v2.7.2 |
1041 | 2024-07-22T23:35:48.004Z | Compiling itoa v1.0.11 |
1042 | 2024-07-22T23:35:48.056Z | Compiling ahash v0.8.11 |
1043 | 2024-07-22T23:35:48.081Z | Compiling byteorder v1.5.0 |
1044 | 2024-07-22T23:35:48.198Z | Compiling libm v0.2.8 |
1045 | 2024-07-22T23:35:48.272Z | Compiling lock_api v0.4.12 |
1046 | 2024-07-22T23:35:48.398Z | Compiling parking_lot_core v0.9.10 |
1047 | 2024-07-22T23:35:48.444Z | Compiling ryu v1.0.18 |
1048 | 2024-07-22T23:35:48.582Z | Compiling serde_json v1.0.120 |
1049 | 2024-07-22T23:35:48.762Z | Compiling jobserver v0.1.31 |
1050 | 2024-07-22T23:35:48.795Z | Compiling quote v1.0.36 |
1051 | 2024-07-22T23:35:48.866Z | Compiling pkg-config v0.3.30 |
1052 | 2024-07-22T23:35:48.931Z | Compiling vcpkg v0.2.15 |
1053 | 2024-07-22T23:35:49.133Z | Compiling syn v2.0.71 |
1054 | 2024-07-22T23:35:49.334Z | Compiling cc v1.0.97 |
1055 | 2024-07-22T23:35:49.384Z | Compiling getrandom v0.2.14 |
1056 | 2024-07-22T23:35:49.435Z | Compiling slab v0.4.9 |
1057 | 2024-07-22T23:35:49.741Z | Compiling log v0.4.22 |
1058 | 2024-07-22T23:35:49.826Z | Compiling allocator-api2 v0.2.18 |
1059 | 2024-07-22T23:35:50.138Z | Compiling schemars v0.8.21 |
1060 | 2024-07-22T23:35:50.417Z | Compiling typenum v1.17.0 |
1061 | 2024-07-22T23:35:50.475Z | Compiling pin-project-lite v0.2.14 |
1062 | 2024-07-22T23:35:50.589Z | Compiling num-traits v0.2.19 |
1063 | 2024-07-22T23:35:50.613Z | Compiling generic-array v0.14.7 |
1064 | 2024-07-22T23:35:50.641Z | Compiling equivalent v1.0.1 |
1065 | 2024-07-22T23:35:50.914Z | Compiling httparse v1.8.0 |
1066 | 2024-07-22T23:35:51.338Z | Compiling smallvec v1.13.2 |
1067 | 2024-07-22T23:35:51.487Z | Compiling fnv v1.0.7 |
1068 | 2024-07-22T23:35:51.743Z | Compiling semver v1.0.23 |
1069 | 2024-07-22T23:35:51.807Z | Compiling scopeguard v1.2.0 |
1070 | 2024-07-22T23:35:52.247Z | Compiling ring v0.17.8 |
1071 | 2024-07-22T23:35:52.323Z | Compiling openssl-sys v0.9.102 |
1072 | 2024-07-22T23:35:52.425Z | Compiling ucd-trie v0.1.6 |
1073 | 2024-07-22T23:35:52.539Z | Compiling slog v2.7.0 |
1074 | 2024-07-22T23:35:52.837Z | Compiling parking_lot v0.12.2 |
1075 | 2024-07-22T23:35:52.969Z | Compiling rand_core v0.6.4 |
1076 | 2024-07-22T23:35:52.994Z | Compiling socket2 v0.5.7 |
1077 | 2024-07-22T23:35:53.189Z | Compiling signal-hook-registry v1.4.2 |
1078 | 2024-07-22T23:35:53.214Z | Compiling num_cpus v1.16.0 |
1079 | 2024-07-22T23:35:53.324Z | Compiling mio v0.8.11 |
1080 | 2024-07-22T23:35:53.367Z | Compiling futures-core v0.3.30 |
1081 | 2024-07-22T23:35:53.649Z | Compiling futures-sink v0.3.30 |
1082 | 2024-07-22T23:35:53.783Z | Compiling heck v0.5.0 |
1083 | 2024-07-22T23:35:53.827Z | Compiling rustls v0.21.12 |
1084 | 2024-07-22T23:35:53.866Z | Compiling iana-time-zone v0.1.60 |
1085 | 2024-07-22T23:35:54.112Z | Compiling openssl v0.10.64 |
1086 | 2024-07-22T23:35:54.162Z | Compiling futures-channel v0.3.30 |
1087 | 2024-07-22T23:35:54.434Z | Compiling syn v1.0.109 |
1088 | 2024-07-22T23:35:54.508Z | Compiling pin-utils v0.1.0 |
1089 | 2024-07-22T23:35:54.592Z | Compiling dyn-clone v1.0.17 |
1090 | 2024-07-22T23:35:54.616Z | Compiling futures-task v0.3.30 |
1091 | 2024-07-22T23:35:54.616Z | Compiling futures-io v0.3.30 |
1092 | 2024-07-22T23:35:54.893Z | Compiling serde_derive_internals v0.29.1 |
1093 | 2024-07-22T23:35:54.969Z | Compiling aho-corasick v1.1.3 |
1094 | 2024-07-22T23:35:55.018Z | Compiling regex-syntax v0.8.3 |
1095 | 2024-07-22T23:35:55.064Z | Compiling native-tls v0.2.11 |
1096 | 2024-07-22T23:35:57.354Z | Compiling rustversion v1.0.17 |
1097 | 2024-07-22T23:35:57.945Z | Compiling regex-automata v0.4.6 |
1098 | 2024-07-22T23:35:58.310Z | Compiling spin v0.9.8 |
1099 | 2024-07-22T23:35:58.576Z | Compiling time-core v0.1.2 |
1100 | 2024-07-22T23:35:58.611Z | Compiling untrusted v0.9.0 |
1101 | 2024-07-22T23:35:58.650Z | Compiling num-conv v0.1.0 |
1102 | 2024-07-22T23:35:58.776Z | Compiling crypto-common v0.1.6 |
1103 | 2024-07-22T23:35:58.890Z | Compiling time-macros v0.2.18 |
1104 | 2024-07-22T23:35:58.967Z | Compiling thread-id v4.2.1 |
1105 | 2024-07-22T23:35:59.194Z | Compiling tracing-core v0.1.32 |
1106 | 2024-07-22T23:35:59.360Z | Compiling serde_derive v1.0.204 |
1107 | 2024-07-22T23:35:59.765Z | Compiling zerocopy-derive v0.7.34 |
1108 | 2024-07-22T23:35:59.796Z | Compiling thiserror-impl v1.0.63 |
1109 | 2024-07-22T23:36:01.264Z | Compiling tokio-macros v2.3.0 |
1110 | 2024-07-22T23:36:01.288Z | Compiling futures-macro v0.3.30 |
1111 | 2024-07-22T23:36:01.509Z | Compiling zerocopy v0.7.34 |
1112 | 2024-07-22T23:36:02.564Z | Compiling schemars_derive v0.8.21 |
1113 | 2024-07-22T23:36:02.994Z | Compiling pest v2.7.10 |
1114 | 2024-07-22T23:36:03.271Z | Compiling hashbrown v0.14.5 |
1115 | 2024-07-22T23:36:04.453Z | Compiling futures-util v0.3.30 |
1116 | 2024-07-22T23:36:04.477Z | Compiling openssl-macros v0.1.1 |
1117 | 2024-07-22T23:36:04.980Z | Compiling regex v1.10.5 |
1118 | 2024-07-22T23:36:05.074Z | Compiling pest_meta v2.7.10 |
1119 | 2024-07-22T23:36:05.235Z | Compiling scroll_derive v0.12.0 |
1120 | 2024-07-22T23:36:05.573Z | Compiling regress v0.10.0 |
1121 | 2024-07-22T23:36:05.789Z | Compiling tracing-attributes v0.1.27 |
1122 | 2024-07-22T23:36:06.430Z | Compiling pest_generator v2.7.10 |
1123 | 2024-07-22T23:36:07.778Z | Compiling percent-encoding v2.3.1 |
1124 | 2024-07-22T23:36:08.203Z | Compiling subtle v2.5.0 |
1125 | 2024-07-22T23:36:08.431Z | Compiling pest_derive v2.7.10 |
1126 | 2024-07-22T23:36:08.489Z | Compiling form_urlencoded v1.2.1 |
1127 | 2024-07-22T23:36:08.668Z | Compiling tracing v0.1.40 |
1128 | 2024-07-22T23:36:09.309Z | Compiling tinyvec_macros v0.1.1 |
1129 | 2024-07-22T23:36:09.370Z | Compiling anyhow v1.0.86 |
1130 | 2024-07-22T23:36:09.394Z | Compiling tinyvec v1.6.0 |
1131 | 2024-07-22T23:36:09.940Z | Compiling usdt-impl v0.5.0 |
1132 | 2024-07-22T23:36:09.977Z | Compiling heck v0.4.1 |
1133 | 2024-07-22T23:36:10.336Z | Compiling scroll v0.12.0 |
1134 | 2024-07-22T23:36:10.692Z | Compiling bytes v1.6.1 |
1135 | 2024-07-22T23:36:11.044Z | Compiling indexmap v2.2.6 |
1136 | 2024-07-22T23:36:11.255Z | Compiling serde_tokenstream v0.2.1 |
1137 | 2024-07-22T23:36:11.689Z | Compiling tokio v1.38.1 |
1138 | 2024-07-22T23:36:12.191Z | Compiling bitflags v2.5.0 |
1139 | 2024-07-22T23:36:12.257Z | Compiling uuid v1.10.0 |
1140 | 2024-07-22T23:36:12.458Z | Compiling chrono v0.4.38 |
1141 | 2024-07-22T23:36:12.900Z | Compiling http v0.2.12 |
1142 | 2024-07-22T23:36:13.498Z | Compiling unicode-normalization v0.1.23 |
1143 | 2024-07-22T23:36:14.846Z | Compiling try-lock v0.2.5 |
1144 | 2024-07-22T23:36:15.280Z | Compiling plain v0.2.3 |
1145 | 2024-07-22T23:36:15.409Z | Compiling camino v1.1.7 |
1146 | 2024-07-22T23:36:15.914Z | Compiling unicode-bidi v0.3.15 |
1147 | 2024-07-22T23:36:15.938Z | Compiling goblin v0.8.2 |
1148 | 2024-07-22T23:36:17.172Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1149 | 2024-07-22T23:36:17.261Z | Compiling want v0.3.1 |
1150 | 2024-07-22T23:36:17.510Z | Compiling http-body v0.4.6 |
1151 | 2024-07-22T23:36:17.929Z | Compiling openapiv3 v2.0.0 |
1152 | 2024-07-22T23:36:18.523Z | Compiling httpdate v1.0.3 |
1153 | 2024-07-22T23:36:19.149Z | Compiling tokio-util v0.7.11 |
1154 | 2024-07-22T23:36:19.812Z | Compiling ppv-lite86 v0.2.17 |
1155 | 2024-07-22T23:36:20.484Z | Compiling h2 v0.3.26 |
1156 | 2024-07-22T23:36:21.032Z | Compiling tower-service v0.3.2 |
1157 | 2024-07-22T23:36:21.150Z | Compiling pretty-hex v0.4.1 |
1158 | 2024-07-22T23:36:21.374Z | Compiling dof v0.3.0 |
1159 | 2024-07-22T23:36:22.616Z | Compiling rand_chacha v0.3.1 |
1160 | 2024-07-22T23:36:22.765Z | Compiling idna v0.5.0 |
1161 | 2024-07-22T23:36:23.562Z | Compiling dtrace-parser v0.2.0 |
1162 | 2024-07-22T23:36:23.897Z | Compiling sct v0.7.1 |
1163 | 2024-07-22T23:36:23.984Z | Compiling rustls-webpki v0.101.7 |
1164 | 2024-07-22T23:36:24.293Z | Compiling async-trait v0.1.81 |
1165 | 2024-07-22T23:36:24.986Z | Compiling hyper v0.14.28 |
1166 | 2024-07-22T23:36:26.988Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1167 | 2024-07-22T23:36:27.311Z | Compiling foreign-types-shared v0.1.1 |
1168 | 2024-07-22T23:36:27.413Z | Compiling cpufeatures v0.2.12 |
1169 | 2024-07-22T23:36:30.131Z | Compiling rustls v0.22.4 |
1170 | 2024-07-22T23:36:30.347Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e1ef79f9) |
1171 | 2024-07-22T23:36:30.467Z | Compiling unsafe-libyaml v0.2.11 |
1172 | 2024-07-22T23:36:31.875Z | Compiling serde_yaml v0.9.34+deprecated |
1173 | 2024-07-22T23:36:32.670Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1174 | 2024-07-22T23:36:34.559Z | Compiling foreign-types v0.3.2 |
1175 | 2024-07-22T23:36:36.050Z | Compiling url v2.5.0 |
1176 | 2024-07-22T23:36:37.587Z | Compiling rand v0.8.5 |
1177 | 2024-07-22T23:36:38.732Z | Compiling block-buffer v0.10.4 |
1178 | 2024-07-22T23:36:39.642Z | Compiling encoding_rs v0.8.34 |
1179 | 2024-07-22T23:36:39.924Z | Compiling crossbeam-utils v0.8.19 |
1180 | 2024-07-22T23:36:40.017Z | Compiling slog-async v2.8.0 |
1181 | 2024-07-22T23:36:40.473Z | Compiling base64 v0.21.7 |
1182 | 2024-07-22T23:36:40.569Z | Compiling mime v0.3.17 |
1183 | 2024-07-22T23:36:40.685Z | Compiling omicron-workspace-hack v0.1.0 |
1184 | 2024-07-22T23:36:41.472Z | Compiling digest v0.10.7 |
1185 | 2024-07-22T23:36:41.529Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1186 | 2024-07-22T23:36:44.207Z | Compiling tokio-rustls v0.24.1 |
1187 | 2024-07-22T23:36:44.588Z | Compiling serde_urlencoded v0.7.1 |
1188 | 2024-07-22T23:36:45.293Z | Compiling multer v3.1.0 |
1189 | 2024-07-22T23:36:46.415Z | Compiling openssl-probe v0.1.5 |
1190 | 2024-07-22T23:36:46.867Z | Compiling paste v1.0.15 |
1191 | 2024-07-22T23:36:49.982Z | Compiling rustls-pemfile v1.0.4 |
1192 | 2024-07-22T23:36:51.291Z | Compiling usdt-macro v0.5.0 |
1193 | 2024-07-22T23:36:51.471Z | Compiling usdt-attr-macro v0.5.0 |
1194 | 2024-07-22T23:36:52.821Z | Compiling ipnet v2.9.0 |
1195 | 2024-07-22T23:36:52.927Z | Compiling ident_case v1.0.1 |
1196 | 2024-07-22T23:36:52.966Z | Compiling strsim v0.11.1 |
1197 | 2024-07-22T23:36:53.610Z | Compiling darling_core v0.20.9 |
1198 | 2024-07-22T23:36:54.999Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-07-22T23:36:55.272Z | Compiling serde_spanned v0.6.6 |
1200 | 2024-07-22T23:36:55.473Z | Compiling toml_datetime v0.6.6 |
1201 | 2024-07-22T23:36:55.925Z | Compiling strum_macros v0.26.2 |
1202 | 2024-07-22T23:36:56.083Z | Compiling async-stream-impl v0.3.5 |
1203 | 2024-07-22T23:36:56.606Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1204 | 2024-07-22T23:36:57.265Z | Compiling powerfmt v0.2.0 |
1205 | 2024-07-22T23:36:57.967Z | Compiling deranged v0.3.11 |
1206 | 2024-07-22T23:36:58.109Z | Compiling hyper-tls v0.5.0 |
1207 | 2024-07-22T23:36:58.466Z | Compiling hyper-rustls v0.24.2 |
1208 | 2024-07-22T23:36:58.796Z | Compiling http v1.1.0 |
1209 | 2024-07-22T23:36:58.820Z | Compiling futures-executor v0.3.30 |
1210 | 2024-07-22T23:36:58.883Z | Compiling darling_macro v0.20.9 |
1211 | 2024-07-22T23:36:59.746Z | Compiling webpki-roots v0.25.4 |
1212 | 2024-07-22T23:36:59.913Z | Compiling num_threads v0.1.7 |
1213 | 2024-07-22T23:37:00.009Z | Compiling sync_wrapper v0.1.2 |
1214 | 2024-07-22T23:37:00.125Z | Compiling reqwest v0.11.27 |
1215 | 2024-07-22T23:37:00.149Z | Compiling darling v0.20.9 |
1216 | 2024-07-22T23:37:00.225Z | Compiling time v0.3.36 |
1217 | 2024-07-22T23:37:00.249Z | Compiling futures v0.3.30 |
1218 | 2024-07-22T23:37:01.673Z | Compiling sha1 v0.10.6 |
1219 | 2024-07-22T23:37:01.799Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1220 | 2024-07-22T23:37:02.569Z | Compiling structmeta-derive v0.3.0 |
1221 | 2024-07-22T23:37:02.751Z | Compiling dirs-sys-next v0.1.2 |
1222 | 2024-07-22T23:37:03.725Z | Compiling match_cfg v0.1.0 |
1223 | 2024-07-22T23:37:03.812Z | Compiling base64 v0.22.1 |
1224 | 2024-07-22T23:37:04.152Z | Compiling rustls-pki-types v1.7.0 |
1225 | 2024-07-22T23:37:04.765Z | Compiling structmeta v0.3.0 |
1226 | 2024-07-22T23:37:04.821Z | Compiling hostname v0.3.1 |
1227 | 2024-07-22T23:37:05.121Z | Compiling dirs-next v2.0.0 |
1228 | 2024-07-22T23:37:07.135Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1229 | 2024-07-22T23:37:07.269Z | Compiling serde_with_macros v3.9.0 |
1230 | 2024-07-22T23:37:09.453Z | Compiling thread_local v1.1.8 |
1231 | 2024-07-22T23:37:09.491Z | Compiling zeroize v1.7.0 |
1232 | 2024-07-22T23:37:10.289Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5fededb4) |
1233 | 2024-07-22T23:37:10.471Z | Compiling term v0.7.0 |
1234 | 2024-07-22T23:37:13.650Z | Compiling parse-display-derive v0.9.1 |
1235 | 2024-07-22T23:37:14.061Z | Compiling rustls-webpki v0.102.4 |
1236 | 2024-07-22T23:37:16.741Z | Compiling crossbeam-channel v0.5.12 |
1237 | 2024-07-22T23:37:17.442Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1238 | 2024-07-22T23:37:17.535Z | Compiling memmap v0.7.0 |
1239 | 2024-07-22T23:37:17.665Z | Compiling is-terminal v0.4.12 |
1240 | 2024-07-22T23:37:17.775Z | Compiling winnow v0.6.8 |
1241 | 2024-07-22T23:37:18.115Z | Compiling unicode-xid v0.2.4 |
1242 | 2024-07-22T23:37:18.139Z | Compiling take_mut v0.2.2 |
1243 | 2024-07-22T23:37:18.223Z | Compiling rustix v0.38.34 |
1244 | 2024-07-22T23:37:18.897Z | Compiling slog-term v2.9.1 |
1245 | 2024-07-22T23:37:19.021Z | Compiling usdt v0.5.0 |
1246 | 2024-07-22T23:37:20.842Z | Compiling toml_edit v0.22.16 |
1247 | 2024-07-22T23:37:21.598Z | Compiling slog-json v2.6.1 |
1248 | 2024-07-22T23:37:24.013Z | Compiling errno v0.3.9 |
1249 | 2024-07-22T23:37:24.151Z | Compiling atomic-waker v1.1.2 |
1250 | 2024-07-22T23:37:24.313Z | Compiling waitgroup v0.1.2 |
1251 | 2024-07-22T23:37:25.565Z | Compiling tokio-rustls v0.25.0 |
1252 | 2024-07-22T23:37:28.207Z | Compiling toml v0.8.15 |
1253 | 2024-07-22T23:37:30.307Z | Compiling slog-bunyan v2.5.0 |
1254 | 2024-07-22T23:37:30.547Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1255 | 2024-07-22T23:37:31.269Z | Compiling rustls-pemfile v2.1.2 |
1256 | 2024-07-22T23:37:31.851Z | Compiling strum v0.26.2 |
1257 | 2024-07-22T23:37:32.007Z | Compiling async-stream v0.3.5 |
1258 | 2024-07-22T23:37:32.352Z | Compiling serde_path_to_error v0.1.16 |
1259 | 2024-07-22T23:37:33.275Z | Compiling hostname v0.4.0 |
1260 | 2024-07-22T23:37:33.759Z | Compiling debug-ignore v1.0.5 |
1261 | 2024-07-22T23:37:33.891Z | Compiling utf8parse v0.2.1 |
1262 | 2024-07-22T23:37:34.373Z | Compiling anstyle-parse v0.2.4 |
1263 | 2024-07-22T23:37:35.483Z | Compiling synstructure v0.12.6 |
1264 | 2024-07-22T23:37:36.191Z | Compiling newtype-uuid v1.1.0 |
1265 | 2024-07-22T23:37:36.493Z | Compiling colorchoice v1.0.1 |
1266 | 2024-07-22T23:37:36.640Z | Compiling is_terminal_polyfill v1.70.0 |
1267 | 2024-07-22T23:37:36.716Z | Compiling anstyle v1.0.7 |
1268 | 2024-07-22T23:37:36.757Z | Compiling anstyle-query v1.0.3 |
1269 | 2024-07-22T23:37:36.929Z | Compiling zerocopy-derive v0.2.0 |
1270 | 2024-07-22T23:37:37.167Z | Compiling anstream v0.6.14 |
1271 | 2024-07-22T23:37:37.725Z | Compiling serde_with v3.9.0 |
1272 | 2024-07-22T23:37:37.909Z | Compiling ipnetwork v0.20.0 |
1273 | 2024-07-22T23:37:38.053Z | Compiling hex v0.4.3 |
1274 | 2024-07-22T23:37:38.444Z | Compiling num-integer v0.1.46 |
1275 | 2024-07-22T23:37:38.622Z | Compiling libz-sys v1.1.16 |
1276 | 2024-07-22T23:37:39.406Z | Compiling instant v0.1.12 |
1277 | 2024-07-22T23:37:39.769Z | Compiling lazy_static v1.5.0 |
1278 | 2024-07-22T23:37:40.011Z | Compiling prettyplease v0.2.20 |
1279 | 2024-07-22T23:37:40.294Z | Compiling backoff v0.4.0 |
1280 | 2024-07-22T23:37:40.602Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1281 | 2024-07-22T23:37:40.699Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1282 | 2024-07-22T23:37:41.294Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1283 | 2024-07-22T23:37:41.837Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1284 | 2024-07-22T23:37:41.863Z | Compiling parse-display v0.9.1 |
1285 | 2024-07-22T23:37:42.016Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1286 | 2024-07-22T23:37:42.537Z | Compiling macaddr v1.0.1 |
1287 | 2024-07-22T23:37:43.192Z | Compiling regress v0.9.1 |
1288 | 2024-07-22T23:37:44.557Z | Compiling winnow v0.5.40 |
1289 | 2024-07-22T23:37:46.544Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1290 | 2024-07-22T23:37:47.681Z | Compiling toml_edit v0.19.15 |
1291 | 2024-07-22T23:37:51.788Z | Compiling num-bigint v0.4.5 |
1292 | 2024-07-22T23:37:51.961Z | Compiling terminal_size v0.3.0 |
1293 | 2024-07-22T23:37:53.018Z | Compiling libgit2-sys v0.16.2+1.7.2 |
1294 | 2024-07-22T23:37:53.662Z | Compiling usdt-impl v0.3.5 |
1295 | 2024-07-22T23:37:53.907Z | Compiling data-encoding v2.6.0 |
1296 | 2024-07-22T23:37:54.002Z | Compiling semver v0.1.20 |
1297 | 2024-07-22T23:37:54.686Z | Compiling clap_lex v0.7.0 |
1298 | 2024-07-22T23:37:55.080Z | Compiling static_assertions v1.1.0 |
1299 | 2024-07-22T23:37:55.322Z | Compiling clap_builder v4.5.2 |
1300 | 2024-07-22T23:37:56.149Z | Compiling rustc_version v0.1.7 |
1301 | 2024-07-22T23:37:56.490Z | Compiling num-rational v0.4.2 |
1302 | 2024-07-22T23:37:58.936Z | Compiling proc-macro-crate v1.3.1 |
1303 | 2024-07-22T23:37:59.204Z | Compiling num-iter v0.1.45 |
1304 | 2024-07-22T23:37:59.679Z | Compiling num-complex v0.4.6 |
1305 | 2024-07-22T23:38:00.205Z | Compiling clap_derive v4.5.4 |
1306 | 2024-07-22T23:38:00.419Z | Compiling unicode-segmentation v1.11.0 |
1307 | 2024-07-22T23:38:00.487Z | Compiling unicode-width v0.1.12 |
1308 | 2024-07-22T23:38:00.809Z | Compiling num v0.4.3 |
1309 | 2024-07-22T23:38:00.896Z | Compiling console v0.15.8 |
1310 | 2024-07-22T23:38:01.237Z | Compiling newline-converter v0.3.0 |
1311 | 2024-07-22T23:38:01.960Z | Compiling newtype_derive v0.1.6 |
1312 | 2024-07-22T23:38:03.364Z | Compiling zerocopy v0.3.2 |
1313 | 2024-07-22T23:38:03.855Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1314 | 2024-07-22T23:38:03.882Z | Compiling clap v4.5.4 |
1315 | 2024-07-22T23:38:04.308Z | Compiling cargo-platform v0.1.8 |
1316 | 2024-07-22T23:38:04.857Z | Compiling hubpack_derive v0.1.1 |
1317 | 2024-07-22T23:38:05.674Z | Compiling vergen v8.3.1 |
1318 | 2024-07-22T23:38:06.008Z | Compiling zerocopy-derive v0.6.6 |
1319 | 2024-07-22T23:38:07.092Z | Compiling serde_repr v0.1.19 |
1320 | 2024-07-22T23:38:07.602Z | Compiling base64ct v1.6.0 |
1321 | 2024-07-22T23:38:07.719Z | Compiling crucible-workspace-hack v0.1.0 |
1322 | 2024-07-22T23:38:07.934Z | Compiling similar v2.5.0 |
1323 | 2024-07-22T23:38:08.040Z | Compiling password-hash v0.5.0 |
1324 | 2024-07-22T23:38:08.253Z | Compiling zerocopy v0.6.6 |
1325 | 2024-07-22T23:38:08.794Z | Compiling expectorate v1.1.0 |
1326 | 2024-07-22T23:38:09.003Z | Compiling hubpack v0.1.2 |
1327 | 2024-07-22T23:38:09.027Z | Compiling cargo_metadata v0.18.1 |
1328 | 2024-07-22T23:38:09.397Z | Compiling dof v0.1.5 |
1329 | 2024-07-22T23:38:10.251Z | Compiling blake2 v0.10.6 |
1330 | 2024-07-22T23:38:11.156Z | Compiling rustc_version v0.4.0 |
1331 | 2024-07-22T23:38:11.683Z | Compiling strum_macros v0.25.3 |
1332 | 2024-07-22T23:38:11.739Z | Compiling dtrace-parser v0.1.14 |
1333 | 2024-07-22T23:38:11.979Z | Compiling libsqlite3-sys v0.28.0 |
1334 | 2024-07-22T23:38:12.428Z | Compiling slog-dtrace v0.3.0 |
1335 | 2024-07-22T23:38:12.747Z | Compiling float-ord v0.3.2 |
1336 | 2024-07-22T23:38:12.886Z | Compiling fixedbitset v0.4.2 |
1337 | 2024-07-22T23:38:12.919Z | Compiling matches v0.1.10 |
1338 | 2024-07-22T23:38:13.146Z | Compiling cfg_aliases v0.1.1 |
1339 | 2024-07-22T23:38:13.242Z | Compiling humantime v2.1.0 |
1340 | 2024-07-22T23:38:13.560Z | Compiling nix v0.28.0 |
1341 | 2024-07-22T23:38:13.585Z | Compiling petgraph v0.6.5 |
1342 | 2024-07-22T23:38:13.921Z | Compiling idna v0.2.3 |
1343 | 2024-07-22T23:38:14.638Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1344 | 2024-07-22T23:38:15.481Z | Compiling argon2 v0.5.3 |
1345 | 2024-07-22T23:38:16.520Z | Compiling oximeter-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1346 | 2024-07-22T23:38:17.420Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1347 | 2024-07-22T23:38:18.115Z | Compiling serde_tokenstream v0.1.7 |
1348 | 2024-07-22T23:38:18.546Z | Compiling enum-as-inner v0.5.1 |
1349 | 2024-07-22T23:38:19.456Z | Compiling inout v0.1.3 |
1350 | 2024-07-22T23:38:19.659Z | Compiling convert_case v0.4.0 |
1351 | 2024-07-22T23:38:20.513Z | Compiling linked-hash-map v0.5.6 |
1352 | 2024-07-22T23:38:20.704Z | Compiling radium v0.7.0 |
1353 | 2024-07-22T23:38:20.901Z | Compiling quick-error v1.2.3 |
1354 | 2024-07-22T23:38:21.039Z | Compiling resolv-conf v0.7.0 |
1355 | 2024-07-22T23:38:21.163Z | Compiling lru-cache v0.1.2 |
1356 | 2024-07-22T23:38:21.594Z | Compiling derive_more v0.99.18 |
1357 | 2024-07-22T23:38:21.617Z | Compiling cipher v0.4.4 |
1358 | 2024-07-22T23:38:22.002Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1359 | 2024-07-22T23:38:22.331Z | Compiling trust-dns-proto v0.22.0 |
1360 | 2024-07-22T23:38:23.617Z | Compiling steno v0.4.1 |
1361 | 2024-07-22T23:38:25.029Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1362 | 2024-07-22T23:38:26.999Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1363 | 2024-07-22T23:38:30.167Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1364 | 2024-07-22T23:38:33.333Z | Compiling crossbeam-epoch v0.9.18 |
1365 | 2024-07-22T23:38:34.369Z | Compiling hashlink v0.9.1 |
1366 | 2024-07-22T23:38:35.033Z | Compiling derive-where v1.2.7 |
1367 | 2024-07-22T23:38:36.613Z | Compiling git2 v0.18.3 |
1368 | 2024-07-22T23:38:37.693Z | Compiling fallible-iterator v0.3.0 |
1369 | 2024-07-22T23:38:37.731Z | Compiling rayon-core v1.12.1 |
1370 | 2024-07-22T23:38:38.011Z | Compiling tap v1.0.1 |
1371 | 2024-07-22T23:38:38.169Z | Compiling fallible-streaming-iterator v0.1.9 |
1372 | 2024-07-22T23:38:38.344Z | Compiling fastrand v2.1.0 |
1373 | 2024-07-22T23:38:38.404Z | Compiling rusqlite v0.31.0 |
1374 | 2024-07-22T23:38:38.840Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1375 | 2024-07-22T23:38:38.943Z | Compiling tempfile v3.10.1 |
1376 | 2024-07-22T23:38:40.396Z | Compiling wyz v0.5.1 |
1377 | 2024-07-22T23:38:42.615Z | Compiling crossbeam-deque v0.8.5 |
1378 | 2024-07-22T23:38:42.926Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1379 | 2024-07-22T23:38:43.745Z | Compiling trust-dns-resolver v0.22.0 |
1380 | 2024-07-22T23:38:43.808Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1381 | 2024-07-22T23:38:44.481Z | Compiling usdt-macro v0.3.5 |
1382 | 2024-07-22T23:38:45.655Z | Compiling usdt-attr-macro v0.3.5 |
1383 | 2024-07-22T23:38:46.203Z | Compiling num_enum_derive v0.5.11 |
1384 | 2024-07-22T23:38:46.931Z | Compiling num_enum_derive v0.7.2 |
1385 | 2024-07-22T23:38:48.215Z | Compiling twox-hash v1.6.3 |
1386 | 2024-07-22T23:38:48.240Z | Compiling universal-hash v0.5.1 |
1387 | 2024-07-22T23:38:48.476Z | Compiling atty v0.2.14 |
1388 | 2024-07-22T23:38:49.126Z | Compiling opaque-debug v0.3.1 |
1389 | 2024-07-22T23:38:49.238Z | Compiling utf-8 v0.7.6 |
1390 | 2024-07-22T23:38:49.262Z | Compiling either v1.12.0 |
1391 | 2024-07-22T23:38:49.575Z | Compiling funty v2.0.0 |
1392 | 2024-07-22T23:38:49.689Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1393 | 2024-07-22T23:38:50.093Z | Compiling tungstenite v0.21.0 |
1394 | 2024-07-22T23:38:51.797Z | Compiling bitvec v1.0.1 |
1395 | 2024-07-22T23:38:52.928Z | Compiling num_enum v0.7.2 |
1396 | 2024-07-22T23:38:53.107Z | Compiling polyval v0.6.2 |
1397 | 2024-07-22T23:38:54.421Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1398 | 2024-07-22T23:38:56.206Z | Compiling num_enum v0.5.11 |
1399 | 2024-07-22T23:38:56.355Z | Compiling usdt v0.3.5 |
1400 | 2024-07-22T23:38:56.771Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1401 | 2024-07-22T23:39:02.564Z | Compiling ctr v0.9.2 |
1402 | 2024-07-22T23:39:02.874Z | Compiling aes v0.8.4 |
1403 | 2024-07-22T23:39:03.229Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1404 | 2024-07-22T23:39:04.477Z | Compiling env_filter v0.1.0 |
1405 | 2024-07-22T23:39:04.763Z | Compiling bincode v1.3.3 |
1406 | 2024-07-22T23:39:05.697Z | Compiling aead v0.5.2 |
1407 | 2024-07-22T23:39:05.983Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1408 | 2024-07-22T23:39:06.086Z | Compiling aes-gcm-siv v0.11.1 |
1409 | 2024-07-22T23:39:06.330Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1410 | 2024-07-22T23:39:06.369Z | Compiling env_logger v0.11.3 |
1411 | 2024-07-22T23:39:06.736Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1412 | 2024-07-22T23:39:08.655Z | Compiling rayon v1.10.0 |
1413 | 2024-07-22T23:39:10.303Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1414 | 2024-07-22T23:39:12.359Z | Compiling toml v0.7.8 |
1415 | 2024-07-22T23:39:12.935Z | Compiling tokio-tungstenite v0.21.0 |
1416 | 2024-07-22T23:39:13.442Z | Compiling itertools v0.12.1 |
1417 | 2024-07-22T23:39:13.474Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1418 | 2024-07-22T23:39:13.498Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1419 | 2024-07-22T23:39:13.880Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1420 | 2024-07-22T23:39:14.318Z | Compiling bitstruct_derive v0.1.0 |
1421 | 2024-07-22T23:39:15.289Z | Compiling async-recursion v1.1.1 |
1422 | 2024-07-22T23:39:15.527Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1423 | 2024-07-22T23:39:15.572Z | Compiling ringbuffer v0.15.0 |
1424 | 2024-07-22T23:39:15.653Z | Compiling typeid v1.0.0 |
1425 | 2024-07-22T23:39:15.834Z | Compiling ascii v1.1.0 |
1426 | 2024-07-22T23:39:16.244Z | Compiling pretty-hex v0.2.1 |
1427 | 2024-07-22T23:39:16.429Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1428 | 2024-07-22T23:39:16.553Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0a7d56202df99b9df1bb7e42a9716efcf5e8fef2#0a7d5620) |
1429 | 2024-07-22T23:39:16.668Z | Compiling erased-serde v0.4.5 |
1430 | 2024-07-22T23:39:16.765Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1431 | 2024-07-22T23:39:16.816Z | Compiling bitstruct v0.1.1 |
1432 | 2024-07-22T23:39:16.921Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1433 | 2024-07-22T23:39:17.008Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1434 | 2024-07-22T23:39:17.487Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1435 | 2024-07-22T23:39:17.992Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1436 | 2024-07-22T23:39:18.016Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1437 | 2024-07-22T23:39:18.376Z | Compiling const_format_proc_macros v0.2.32 |
1438 | 2024-07-22T23:39:18.699Z | Compiling serde_arrays v0.1.0 |
1439 | 2024-07-22T23:39:18.866Z | Compiling kstat-rs v0.2.4 |
1440 | 2024-07-22T23:39:18.931Z | Compiling libloading v0.7.4 |
1441 | 2024-07-22T23:39:19.002Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1442 | 2024-07-22T23:39:19.304Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2eb63b15) |
1443 | 2024-07-22T23:39:19.567Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1444 | 2024-07-22T23:39:19.722Z | Compiling ron v0.8.1 |
1445 | 2024-07-22T23:39:20.036Z | Compiling const_format v0.2.32 |
1446 | 2024-07-22T23:39:21.103Z | Compiling bit_field v0.10.2 |
1447 | 2024-07-22T23:39:21.332Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1448 | 2024-07-22T23:39:24.557Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1449 | 2024-07-22T23:39:36.347Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1450 | 2024-07-22T23:39:37.540Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1451 | 2024-07-22T23:40:33.625Z | Finished `release` profile [optimized] target(s) in 4m 47s |
1452 | 2024-07-22T23:40:33.731Z | |
1453 | 2024-07-22T23:40:33.731Z | real 4:47.218149127 |
1454 | 2024-07-22T23:40:33.731Z | user 32:29.255748687 |
1455 | 2024-07-22T23:40:33.731Z | sys 3:17.329532141 |
1456 | 2024-07-22T23:40:33.731Z | trap 1.001268173 |
1457 | 2024-07-22T23:40:33.731Z | tflt 1.044482668 |
1458 | 2024-07-22T23:40:33.731Z | dflt 0.825617512 |
1459 | 2024-07-22T23:40:33.731Z | kflt 0.000904197 |
1460 | 2024-07-22T23:40:33.731Z | lock 1:12:45.699264369 |
1461 | 2024-07-22T23:40:33.731Z | slp 1:59:15.513178153 |
1462 | 2024-07-22T23:40:33.731Z | lat 1:34.458954330 |
1463 | 2024-07-22T23:40:33.731Z | stop 1:43.860242913 |
1464 | 2024-07-22T23:40:33.756Z | + OUTDIR=/work/release |
1465 | 2024-07-22T23:40:33.756Z | + mkdir -p /work/release |
1466 | 2024-07-22T23:40:33.756Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1467 | 2024-07-22T23:40:33.756Z | + cp target/release/propolis-server /work/release/propolis-server |
1468 | 2024-07-22T23:40:33.823Z | process exited: duration 545911 ms, exit code 0 |
|
1469 | 2024-07-22T23:40:33.901Z | found 2 output files |
1470 | 2024-07-22T23:40:33.901Z | uploading: /work/release/propolis-cli (13732248 bytes) |
1471 | 2024-07-22T23:40:37.185Z | uploaded: /work/release/propolis-cli |
1472 | 2024-07-22T23:40:37.185Z | uploading: /work/release/propolis-server (55911000 bytes) |
1473 | 2024-07-22T23:40:49.262Z | uploaded: /work/release/propolis-server |