|
|
|
1 | 2024-06-17T17:13:01.218Z | job assigned to worker 01J0KJYP4BVCDMGZFP8RVVZH08 (queued for 54 s) |
|
2 | 2024-06-17T17:13:08.860Z | starting task 0: "setup" |
3 | 2024-06-17T17:13:08.918Z | ++ uname -s |
4 | 2024-06-17T17:13:08.920Z | + kern=SunOS |
5 | 2024-06-17T17:13:08.920Z | + case "$kern" in |
6 | 2024-06-17T17:13:08.920Z | + groupadd -g 12345 build |
7 | 2024-06-17T17:13:08.923Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-17T17:13:10.931Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-17T17:13:11.068Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-17T17:13:11.071Z | + home_fs=zfs |
11 | 2024-06-17T17:13:11.072Z | + [[ zfs == autofs ]] |
12 | 2024-06-17T17:13:11.072Z | + mkdir -p /home/build |
13 | 2024-06-17T17:13:11.074Z | + chown build:build /home/build /work |
14 | 2024-06-17T17:13:13.074Z | + chmod 0700 /home/build /work |
15 | 2024-06-17T17:13:13.077Z | process exited: duration 4215 ms, exit code 0 |
|
16 | 2024-06-17T17:13:13.083Z | starting task 1: "rust-toolchain" |
17 | 2024-06-17T17:13:13.088Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-17T17:13:13.088Z | ' stable |
19 | 2024-06-17T17:13:13.088Z | * toolchain channel = "stable" |
20 | 2024-06-17T17:13:13.088Z | * toolchain profile = "default" |
21 | 2024-06-17T17:13:13.088Z | + printf ' * toolchain profile = "%s" |
22 | 2024-06-17T17:13:13.088Z | ' default |
23 | 2024-06-17T17:13:13.091Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-17T17:13:13.091Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-06-17T17:13:13.176Z | info: downloading installer |
26 | 2024-06-17T17:13:14.703Z | info: profile set to 'default' |
27 | 2024-06-17T17:13:14.703Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-17T17:13:14.703Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-06-17T17:13:14.856Z | info: latest update on 2024-06-13, rust version 1.79.0 (129f3b996 2024-06-10) |
30 | 2024-06-17T17:13:14.856Z | info: downloading component 'cargo' |
31 | 2024-06-17T17:13:15.818Z | info: downloading component 'clippy' |
32 | 2024-06-17T17:13:16.108Z | info: downloading component 'rust-docs' |
33 | 2024-06-17T17:13:17.266Z | info: downloading component 'rust-std' |
34 | 2024-06-17T17:13:18.932Z | info: downloading component 'rustc' |
35 | 2024-06-17T17:13:23.591Z | info: downloading component 'rustfmt' |
36 | 2024-06-17T17:13:23.832Z | info: installing component 'cargo' |
37 | 2024-06-17T17:13:24.651Z | info: installing component 'clippy' |
38 | 2024-06-17T17:13:25.009Z | info: installing component 'rust-docs' |
39 | 2024-06-17T17:13:26.584Z | info: installing component 'rust-std' |
40 | 2024-06-17T17:13:28.213Z | info: installing component 'rustc' |
41 | 2024-06-17T17:13:32.404Z | info: installing component 'rustfmt' |
42 | 2024-06-17T17:13:32.749Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-06-17T17:13:32.749Z | |
44 | 2024-06-17T17:13:33.034Z | stable-x86_64-unknown-illumos installed - rustc 1.79.0 (129f3b996 2024-06-10) |
45 | 2024-06-17T17:13:33.034Z | |
46 | 2024-06-17T17:13:33.037Z | |
47 | 2024-06-17T17:13:33.037Z | Rust is installed now. Great! |
48 | 2024-06-17T17:13:33.037Z | |
49 | 2024-06-17T17:13:33.037Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-17T17:13:33.037Z | environment variable. This has not been done automatically. |
51 | 2024-06-17T17:13:33.037Z | |
52 | 2024-06-17T17:13:33.037Z | To configure your current shell, you need to source |
53 | 2024-06-17T17:13:33.037Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-17T17:13:33.037Z | |
55 | 2024-06-17T17:13:33.037Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-17T17:13:33.037Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-17T17:13:33.037Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-17T17:13:33.108Z | + rustc --version |
59 | 2024-06-17T17:13:33.170Z | rustc 1.79.0 (129f3b996 2024-06-10) |
60 | 2024-06-17T17:13:33.175Z | process exited: duration 20087 ms, exit code 0 |
|
61 | 2024-06-17T17:13:33.180Z | starting task 2: "authentication" |
62 | 2024-06-17T17:13:33.201Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-17T17:13:33.206Z | starting task 3: "clone repository" |
64 | 2024-06-17T17:13:33.213Z | + mkdir -p /work/oxidecomputer/propolis |
65 | 2024-06-17T17:13:33.215Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
66 | 2024-06-17T17:13:33.367Z | Cloning into '/work/oxidecomputer/propolis'... |
67 | 2024-06-17T17:13:34.786Z | + cd /work/oxidecomputer/propolis |
68 | 2024-06-17T17:13:34.787Z | + git fetch origin 08f441cae786e5f7aac713a9e203c409b2788154 |
69 | 2024-06-17T17:13:35.061Z | From https://github.com/oxidecomputer/propolis |
70 | 2024-06-17T17:13:35.061Z | * branch 08f441cae786e5f7aac713a9e203c409b2788154 -> FETCH_HEAD |
71 | 2024-06-17T17:13:35.068Z | + [[ -n gjcolombo/two-migration-statuses ]] |
72 | 2024-06-17T17:13:35.070Z | ++ git branch --show-current |
73 | 2024-06-17T17:13:35.073Z | + current=master |
74 | 2024-06-17T17:13:35.073Z | + [[ master != gjcolombo/two-migration-statuses ]] |
75 | 2024-06-17T17:13:35.073Z | + git branch -f gjcolombo/two-migration-statuses 08f441cae786e5f7aac713a9e203c409b2788154 |
76 | 2024-06-17T17:13:35.075Z | + git checkout -f gjcolombo/two-migration-statuses |
77 | 2024-06-17T17:13:35.096Z | Switched to branch 'gjcolombo/two-migration-statuses' |
78 | 2024-06-17T17:13:35.098Z | + git reset --hard 08f441cae786e5f7aac713a9e203c409b2788154 |
79 | 2024-06-17T17:13:35.120Z | HEAD is now at 08f441c more cleanup + openapi fixes |
80 | 2024-06-17T17:13:35.122Z | process exited: duration 1912 ms, exit code 0 |
|
81 | 2024-06-17T17:13:35.127Z | starting task 4: "build" |
82 | 2024-06-17T17:13:35.132Z | + cargo --version |
83 | 2024-06-17T17:13:35.185Z | cargo 1.79.0 (ffa9cf99a 2024-06-03) |
84 | 2024-06-17T17:13:35.187Z | + rustc --version |
85 | 2024-06-17T17:13:35.243Z | rustc 1.79.0 (129f3b996 2024-06-10) |
86 | 2024-06-17T17:13:35.246Z | + banner check |
87 | 2024-06-17T17:13:35.265Z | |
88 | 2024-06-17T17:13:35.265Z | #### # # ###### #### # # |
89 | 2024-06-17T17:13:35.265Z | # # # # # # # # # |
90 | 2024-06-17T17:13:35.265Z | # ###### ##### # #### |
91 | 2024-06-17T17:13:35.265Z | # # # # # # # |
92 | 2024-06-17T17:13:35.265Z | # # # # # # # # # |
93 | 2024-06-17T17:13:35.265Z | #### # # ###### #### # # |
94 | 2024-06-17T17:13:35.265Z | |
95 | 2024-06-17T17:13:35.268Z | + ptime -m cargo check --features falcon |
96 | 2024-06-17T17:13:35.427Z | Updating crates.io index |
97 | 2024-06-17T17:13:35.484Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
98 | 2024-06-17T17:13:37.546Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-17T17:13:38.342Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
100 | 2024-06-17T17:13:40.313Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
101 | 2024-06-17T17:13:49.436Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
102 | 2024-06-17T17:13:49.792Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
103 | 2024-06-17T17:13:50.236Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
104 | 2024-06-17T17:13:50.545Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
105 | 2024-06-17T17:13:50.849Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
106 | 2024-06-17T17:13:51.233Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
107 | 2024-06-17T17:13:51.960Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
108 | 2024-06-17T17:13:52.543Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
109 | 2024-06-17T17:13:52.886Z | Updating git repository `https://github.com/oxidecomputer/p4` |
110 | 2024-06-17T17:13:53.663Z | Updating git repository `https://github.com/oxidecomputer/typify` |
111 | 2024-06-17T17:13:55.615Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
112 | 2024-06-17T17:13:56.719Z | Downloading crates ... |
113 | 2024-06-17T17:13:56.810Z | Downloaded atty v0.2.14 |
114 | 2024-06-17T17:13:56.826Z | Downloaded anstyle-parse v0.2.4 |
115 | 2024-06-17T17:13:56.829Z | Downloaded aead v0.5.2 |
116 | 2024-06-17T17:13:56.832Z | Downloaded backoff v0.4.0 |
117 | 2024-06-17T17:13:56.834Z | Downloaded anstream v0.6.14 |
118 | 2024-06-17T17:13:56.837Z | Downloaded equivalent v1.0.1 |
119 | 2024-06-17T17:13:56.839Z | Downloaded bitstruct v0.1.1 |
120 | 2024-06-17T17:13:56.842Z | Downloaded ppv-lite86 v0.2.17 |
121 | 2024-06-17T17:13:56.844Z | Downloaded polyval v0.6.2 |
122 | 2024-06-17T17:13:56.844Z | Downloaded powerfmt v0.2.0 |
123 | 2024-06-17T17:13:56.847Z | Downloaded pest_generator v2.7.10 |
124 | 2024-06-17T17:13:56.850Z | Downloaded dtrace-parser v0.1.14 |
125 | 2024-06-17T17:13:56.852Z | Downloaded pretty-hex v0.2.1 |
126 | 2024-06-17T17:13:56.852Z | Downloaded foreign-types v0.3.2 |
127 | 2024-06-17T17:13:56.852Z | Downloaded crucible-workspace-hack v0.1.0 |
128 | 2024-06-17T17:13:56.855Z | Downloaded async-stream-impl v0.3.5 |
129 | 2024-06-17T17:13:56.855Z | Downloaded async-stream v0.3.5 |
130 | 2024-06-17T17:13:56.858Z | Downloaded pretty-hex v0.4.1 |
131 | 2024-06-17T17:13:56.861Z | Downloaded anstyle v1.0.7 |
132 | 2024-06-17T17:13:56.863Z | Downloaded env_filter v0.1.0 |
133 | 2024-06-17T17:13:56.866Z | Downloaded colorchoice v1.0.1 |
134 | 2024-06-17T17:13:56.866Z | Downloaded sync_wrapper v0.1.2 |
135 | 2024-06-17T17:13:56.869Z | Downloaded byteorder v1.5.0 |
136 | 2024-06-17T17:13:56.871Z | Downloaded block-buffer v0.10.4 |
137 | 2024-06-17T17:13:56.871Z | Downloaded take_mut v0.2.2 |
138 | 2024-06-17T17:13:56.874Z | Downloaded form_urlencoded v1.2.1 |
139 | 2024-06-17T17:13:56.874Z | Downloaded pin-utils v0.1.0 |
140 | 2024-06-17T17:13:56.877Z | Downloaded strum v0.26.2 |
141 | 2024-06-17T17:13:56.877Z | Downloaded errno v0.3.9 |
142 | 2024-06-17T17:13:56.879Z | Downloaded dyn-clone v1.0.17 |
143 | 2024-06-17T17:13:56.882Z | Downloaded filetime v0.2.23 |
144 | 2024-06-17T17:13:56.882Z | Downloaded scroll_derive v0.12.0 |
145 | 2024-06-17T17:13:56.887Z | Downloaded data-encoding v2.6.0 |
146 | 2024-06-17T17:13:56.887Z | Downloaded bincode v1.3.3 |
147 | 2024-06-17T17:13:56.890Z | Downloaded autocfg v1.3.0 |
148 | 2024-06-17T17:13:56.890Z | Downloaded fnv v1.0.7 |
149 | 2024-06-17T17:13:56.890Z | Downloaded plain v0.2.3 |
150 | 2024-06-17T17:13:56.892Z | Downloaded dtrace-parser v0.2.0 |
151 | 2024-06-17T17:13:56.892Z | Downloaded darling_macro v0.20.9 |
152 | 2024-06-17T17:13:56.892Z | Downloaded serde_path_to_error v0.1.16 |
153 | 2024-06-17T17:13:56.895Z | Downloaded serde_spanned v0.6.6 |
154 | 2024-06-17T17:13:56.898Z | Downloaded serde_tokenstream v0.2.0 |
155 | 2024-06-17T17:13:56.900Z | Downloaded rustc_version v0.4.0 |
156 | 2024-06-17T17:13:56.903Z | Downloaded foreign-types-shared v0.1.1 |
157 | 2024-06-17T17:13:56.903Z | Downloaded schemars_derive v0.8.19 |
158 | 2024-06-17T17:13:56.906Z | Downloaded rustls-pemfile v1.0.4 |
159 | 2024-06-17T17:13:56.906Z | Downloaded resolv-conf v0.7.0 |
160 | 2024-06-17T17:13:56.908Z | Downloaded rand_core v0.6.4 |
161 | 2024-06-17T17:13:56.911Z | Downloaded slog-bunyan v2.5.0 |
162 | 2024-06-17T17:13:56.911Z | Downloaded cargo_metadata v0.18.1 |
163 | 2024-06-17T17:13:56.914Z | Downloaded ascii v1.1.0 |
164 | 2024-06-17T17:13:56.916Z | Downloaded cargo-platform v0.1.8 |
165 | 2024-06-17T17:13:56.916Z | Downloaded ctr v0.9.2 |
166 | 2024-06-17T17:13:56.919Z | Downloaded aes-gcm-siv v0.11.1 |
167 | 2024-06-17T17:13:56.921Z | Downloaded pkg-config v0.3.30 |
168 | 2024-06-17T17:13:56.924Z | Downloaded clap_derive v4.5.4 |
169 | 2024-06-17T17:13:56.927Z | Downloaded base64 v0.22.1 |
170 | 2024-06-17T17:13:56.929Z | Downloaded structmeta v0.3.0 |
171 | 2024-06-17T17:13:56.932Z | Downloaded tinyvec_macros v0.1.1 |
172 | 2024-06-17T17:13:56.932Z | Downloaded either v1.12.0 |
173 | 2024-06-17T17:13:56.934Z | Downloaded serde_repr v0.1.19 |
174 | 2024-06-17T17:13:56.937Z | Downloaded rustversion v1.0.17 |
175 | 2024-06-17T17:13:56.940Z | Downloaded funty v2.0.0 |
176 | 2024-06-17T17:13:56.940Z | Downloaded fallible-iterator v0.3.0 |
177 | 2024-06-17T17:13:56.943Z | Downloaded escargot v0.5.10 |
178 | 2024-06-17T17:13:56.946Z | Downloaded scopeguard v1.2.0 |
179 | 2024-06-17T17:13:56.946Z | Downloaded signal-hook-registry v1.4.2 |
180 | 2024-06-17T17:13:56.948Z | Downloaded bit_field v0.10.2 |
181 | 2024-06-17T17:13:56.948Z | Downloaded radium v0.7.0 |
182 | 2024-06-17T17:13:56.951Z | Downloaded serde_urlencoded v0.7.1 |
183 | 2024-06-17T17:13:56.951Z | Downloaded sct v0.7.1 |
184 | 2024-06-17T17:13:56.954Z | Downloaded typeid v1.0.0 |
185 | 2024-06-17T17:13:56.957Z | Downloaded want v0.3.1 |
186 | 2024-06-17T17:13:56.957Z | Downloaded ahash v0.8.11 |
187 | 2024-06-17T17:13:56.960Z | Downloaded spin v0.9.8 |
188 | 2024-06-17T17:13:56.963Z | Downloaded kstat-rs v0.2.3 |
189 | 2024-06-17T17:13:56.965Z | Downloaded slab v0.4.9 |
190 | 2024-06-17T17:13:56.965Z | Downloaded inout v0.1.3 |
191 | 2024-06-17T17:13:56.968Z | Downloaded strum_macros v0.25.3 |
192 | 2024-06-17T17:13:56.972Z | Downloaded base64ct v1.6.0 |
193 | 2024-06-17T17:13:56.975Z | Downloaded strsim v0.11.1 |
194 | 2024-06-17T17:13:56.975Z | Downloaded ident_case v1.0.1 |
195 | 2024-06-17T17:13:56.975Z | Downloaded tap v1.0.1 |
196 | 2024-06-17T17:13:56.977Z | Downloaded try-lock v0.2.5 |
197 | 2024-06-17T17:13:56.977Z | Downloaded opaque-debug v0.3.1 |
198 | 2024-06-17T17:13:56.980Z | Downloaded matches v0.1.10 |
199 | 2024-06-17T17:13:56.980Z | Downloaded slog-async v2.8.0 |
200 | 2024-06-17T17:13:56.983Z | Downloaded env_logger v0.11.3 |
201 | 2024-06-17T17:13:56.985Z | Downloaded const_format_proc_macros v0.2.32 |
202 | 2024-06-17T17:13:56.988Z | Downloaded erased-serde v0.4.5 |
203 | 2024-06-17T17:13:56.990Z | Downloaded console v0.15.8 |
204 | 2024-06-17T17:13:56.993Z | Downloaded humantime v2.1.0 |
205 | 2024-06-17T17:13:56.996Z | Downloaded rustls-pemfile v2.1.2 |
206 | 2024-06-17T17:13:56.998Z | Downloaded is_terminal_polyfill v1.70.0 |
207 | 2024-06-17T17:13:56.998Z | Downloaded tower-service v0.3.2 |
208 | 2024-06-17T17:13:56.998Z | Downloaded twox-hash v1.6.3 |
209 | 2024-06-17T17:13:57.001Z | Downloaded pest_meta v2.7.10 |
210 | 2024-06-17T17:13:57.004Z | Downloaded futures-core v0.3.30 |
211 | 2024-06-17T17:13:57.007Z | Downloaded thread_local v1.1.8 |
212 | 2024-06-17T17:13:57.007Z | Downloaded num_enum_derive v0.7.2 |
213 | 2024-06-17T17:13:57.009Z | Downloaded crossbeam-epoch v0.9.18 |
214 | 2024-06-17T17:13:57.012Z | Downloaded sha2 v0.10.8 |
215 | 2024-06-17T17:13:57.014Z | Downloaded hostname v0.3.1 |
216 | 2024-06-17T17:13:57.017Z | Downloaded slog v2.7.0 |
217 | 2024-06-17T17:13:57.019Z | Downloaded fatfs v0.3.6 |
218 | 2024-06-17T17:13:57.022Z | Downloaded usdt-attr-macro v0.5.0 |
219 | 2024-06-17T17:13:57.022Z | Downloaded time-core v0.1.2 |
220 | 2024-06-17T17:13:57.025Z | Downloaded tempfile v3.10.1 |
221 | 2024-06-17T17:13:57.027Z | Downloaded strum_macros v0.26.2 |
222 | 2024-06-17T17:13:57.030Z | Downloaded hyper-tls v0.5.0 |
223 | 2024-06-17T17:13:57.030Z | Downloaded num_enum v0.5.11 |
224 | 2024-06-17T17:13:57.035Z | Downloaded macaddr v1.0.1 |
225 | 2024-06-17T17:13:57.038Z | Downloaded newline-converter v0.3.0 |
226 | 2024-06-17T17:13:57.038Z | Downloaded usdt-attr-macro v0.3.5 |
227 | 2024-06-17T17:13:57.040Z | Downloaded tokio-rustls v0.25.0 |
228 | 2024-06-17T17:13:57.043Z | Downloaded term v0.7.0 |
229 | 2024-06-17T17:13:57.046Z | Downloaded instant v0.1.12 |
230 | 2024-06-17T17:13:57.046Z | Downloaded hex v0.4.3 |
231 | 2024-06-17T17:13:57.049Z | Downloaded tokio-tungstenite v0.21.0 |
232 | 2024-06-17T17:13:57.051Z | Downloaded usdt-macro v0.5.0 |
233 | 2024-06-17T17:13:57.051Z | Downloaded universal-hash v0.5.1 |
234 | 2024-06-17T17:13:57.054Z | Downloaded tokio-native-tls v0.3.1 |
235 | 2024-06-17T17:13:57.057Z | Downloaded base64 v0.21.7 |
236 | 2024-06-17T17:13:57.059Z | Downloaded multer v3.1.0 |
237 | 2024-06-17T17:13:57.062Z | Downloaded globset v0.4.14 |
238 | 2024-06-17T17:13:57.064Z | Downloaded tokio-macros v2.2.0 |
239 | 2024-06-17T17:13:57.064Z | Downloaded thiserror v1.0.61 |
240 | 2024-06-17T17:13:57.069Z | Downloaded num-iter v0.1.45 |
241 | 2024-06-17T17:13:57.071Z | Downloaded serde_derive v1.0.202 |
242 | 2024-06-17T17:13:57.074Z | Downloaded openssl-probe v0.1.5 |
243 | 2024-06-17T17:13:57.077Z | Downloaded openssl-macros v0.1.1 |
244 | 2024-06-17T17:13:57.077Z | Downloaded heck v0.5.0 |
245 | 2024-06-17T17:13:57.077Z | Downloaded heck v0.4.1 |
246 | 2024-06-17T17:13:57.081Z | Downloaded mime v0.3.17 |
247 | 2024-06-17T17:13:57.081Z | Downloaded unicode-xid v0.2.4 |
248 | 2024-06-17T17:13:57.084Z | Downloaded rayon-core v1.12.1 |
249 | 2024-06-17T17:13:57.086Z | Downloaded once_cell v1.19.0 |
250 | 2024-06-17T17:13:57.089Z | Downloaded num-conv v0.1.0 |
251 | 2024-06-17T17:13:57.089Z | Downloaded http-body v0.4.6 |
252 | 2024-06-17T17:13:57.092Z | Downloaded httpdate v1.0.3 |
253 | 2024-06-17T17:13:57.092Z | Downloaded version_check v0.9.4 |
254 | 2024-06-17T17:13:57.095Z | Downloaded hubpack v0.1.2 |
255 | 2024-06-17T17:13:57.095Z | Downloaded num-rational v0.4.2 |
256 | 2024-06-17T17:13:57.097Z | Downloaded similar v2.5.0 |
257 | 2024-06-17T17:13:57.100Z | Downloaded linked-hash-map v0.5.6 |
258 | 2024-06-17T17:13:57.103Z | Downloaded omicron-workspace-hack v0.1.0 |
259 | 2024-06-17T17:13:57.103Z | Downloaded newtype_derive v0.1.6 |
260 | 2024-06-17T17:13:57.106Z | Downloaded is-terminal v0.4.12 |
261 | 2024-06-17T17:13:57.106Z | Downloaded expectorate v1.1.0 |
262 | 2024-06-17T17:13:57.108Z | Downloaded crossbeam-channel v0.5.12 |
263 | 2024-06-17T17:13:57.111Z | Downloaded aes v0.8.4 |
264 | 2024-06-17T17:13:57.114Z | Downloaded utf-8 v0.7.6 |
265 | 2024-06-17T17:13:57.117Z | Downloaded darling_core v0.20.9 |
266 | 2024-06-17T17:13:57.120Z | Downloaded schemars v0.8.19 |
267 | 2024-06-17T17:13:57.132Z | Downloaded futures-io v0.3.30 |
268 | 2024-06-17T17:13:57.134Z | Downloaded wyz v0.5.1 |
269 | 2024-06-17T17:13:57.135Z | Downloaded futures-executor v0.3.30 |
270 | 2024-06-17T17:13:57.137Z | Downloaded ipnetwork v0.20.0 |
271 | 2024-06-17T17:13:57.137Z | Downloaded typenum v1.17.0 |
272 | 2024-06-17T17:13:57.140Z | Downloaded thread-id v4.2.1 |
273 | 2024-06-17T17:13:57.142Z | Downloaded thiserror-impl v1.0.61 |
274 | 2024-06-17T17:13:57.146Z | Downloaded usdt-impl v0.3.5 |
275 | 2024-06-17T17:13:57.146Z | Downloaded tokio-rustls v0.24.1 |
276 | 2024-06-17T17:13:57.150Z | Downloaded lock_api v0.4.12 |
277 | 2024-06-17T17:13:57.150Z | Downloaded serde_yaml v0.9.34+deprecated |
278 | 2024-06-17T17:13:57.153Z | Downloaded futures-sink v0.3.30 |
279 | 2024-06-17T17:13:57.153Z | Downloaded futures-macro v0.3.30 |
280 | 2024-06-17T17:13:57.155Z | Downloaded glob v0.3.1 |
281 | 2024-06-17T17:13:57.155Z | Downloaded toml_datetime v0.6.6 |
282 | 2024-06-17T17:13:57.158Z | Downloaded getopts v0.2.21 |
283 | 2024-06-17T17:13:57.158Z | Downloaded parse-display-derive v0.9.0 |
284 | 2024-06-17T17:13:57.161Z | Downloaded paste v1.0.15 |
285 | 2024-06-17T17:13:57.163Z | Downloaded utf8parse v0.2.1 |
286 | 2024-06-17T17:13:57.163Z | Downloaded uuid v1.8.0 |
287 | 2024-06-17T17:13:57.166Z | Downloaded percent-encoding v2.3.1 |
288 | 2024-06-17T17:13:57.168Z | Downloaded serde v1.0.202 |
289 | 2024-06-17T17:13:57.171Z | Downloaded hashlink v0.9.1 |
290 | 2024-06-17T17:13:57.173Z | Downloaded num-complex v0.4.6 |
291 | 2024-06-17T17:13:57.176Z | Downloaded tinyvec v1.6.0 |
292 | 2024-06-17T17:13:57.179Z | Downloaded time-macros v0.2.18 |
293 | 2024-06-17T17:13:57.181Z | Downloaded owo-colors v4.0.0 |
294 | 2024-06-17T17:13:57.184Z | Downloaded usdt-impl v0.5.0 |
295 | 2024-06-17T17:13:57.184Z | Downloaded num-traits v0.2.19 |
296 | 2024-06-17T17:13:57.186Z | Downloaded indexmap v2.2.6 |
297 | 2024-06-17T17:13:57.190Z | Downloaded toml v0.7.8 |
298 | 2024-06-17T17:13:57.194Z | Downloaded toml v0.8.13 |
299 | 2024-06-17T17:13:57.197Z | Downloaded generic-array v0.14.7 |
300 | 2024-06-17T17:13:57.200Z | Downloaded pest_derive v2.7.10 |
301 | 2024-06-17T17:13:57.202Z | Downloaded jobserver v0.1.31 |
302 | 2024-06-17T17:13:57.206Z | Downloaded tracing-attributes v0.1.27 |
303 | 2024-06-17T17:13:57.208Z | Downloaded parking_lot v0.12.2 |
304 | 2024-06-17T17:13:57.208Z | Downloaded unicode-ident v1.0.12 |
305 | 2024-06-17T17:13:57.211Z | Downloaded vergen v8.3.1 |
306 | 2024-06-17T17:13:57.214Z | Downloaded httparse v1.8.0 |
307 | 2024-06-17T17:13:57.217Z | Downloaded tracing v0.1.40 |
308 | 2024-06-17T17:13:57.221Z | Downloaded rand v0.8.5 |
309 | 2024-06-17T17:13:57.224Z | Downloaded indexmap v1.9.3 |
310 | 2024-06-17T17:13:57.230Z | Downloaded unicode-bidi v0.3.15 |
311 | 2024-06-17T17:13:57.232Z | Downloaded num-bigint v0.4.5 |
312 | 2024-06-17T17:13:57.246Z | Downloaded unsafe-libyaml v0.2.11 |
313 | 2024-06-17T17:13:57.249Z | Downloaded ucd-trie v0.1.6 |
314 | 2024-06-17T17:13:57.252Z | Downloaded tracing-core v0.1.32 |
315 | 2024-06-17T17:13:57.254Z | Downloaded openssl-sys v0.9.102 |
316 | 2024-06-17T17:13:57.257Z | Downloaded getrandom v0.2.14 |
317 | 2024-06-17T17:13:57.260Z | Downloaded hashbrown v0.12.3 |
318 | 2024-06-17T17:13:57.265Z | Downloaded zerocopy v0.3.2 |
319 | 2024-06-17T17:13:57.268Z | Downloaded serde_with v3.8.1 |
320 | 2024-06-17T17:13:57.273Z | Downloaded libloading v0.7.4 |
321 | 2024-06-17T17:13:57.276Z | Downloaded trust-dns-resolver v0.22.0 |
322 | 2024-06-17T17:13:57.280Z | Downloaded memchr v2.7.2 |
323 | 2024-06-17T17:13:57.285Z | Downloaded pest v2.7.10 |
324 | 2024-06-17T17:13:57.290Z | Downloaded libm v0.2.8 |
325 | 2024-06-17T17:13:57.298Z | Downloaded rusqlite v0.31.0 |
326 | 2024-06-17T17:13:57.304Z | Downloaded toml_edit v0.22.13 |
327 | 2024-06-17T17:13:57.325Z | Downloaded toml_edit v0.19.15 |
328 | 2024-06-17T17:13:57.340Z | Downloaded time v0.3.36 |
329 | 2024-06-17T17:13:57.348Z | Downloaded tokio-util v0.7.11 |
330 | 2024-06-17T17:13:57.353Z | Downloaded reqwest v0.11.27 |
331 | 2024-06-17T17:13:57.361Z | Downloaded zerocopy v0.7.34 |
332 | 2024-06-17T17:13:57.376Z | Downloaded rustls-webpki v0.101.7 |
333 | 2024-06-17T17:13:57.391Z | Downloaded unicode-normalization v0.1.23 |
334 | 2024-06-17T17:13:57.394Z | Downloaded itertools v0.12.1 |
335 | 2024-06-17T17:13:57.401Z | Downloaded futures-util v0.3.30 |
336 | 2024-06-17T17:13:57.413Z | Downloaded h2 v0.3.26 |
337 | 2024-06-17T17:13:57.419Z | Downloaded syn v1.0.109 |
338 | 2024-06-17T17:13:57.430Z | Downloaded goblin v0.8.2 |
339 | 2024-06-17T17:13:57.436Z | Downloaded vcpkg v0.2.15 |
340 | 2024-06-17T17:13:57.475Z | Downloaded hashbrown v0.14.5 |
341 | 2024-06-17T17:13:57.478Z | Downloaded git2 v0.18.3 |
342 | 2024-06-17T17:13:57.484Z | Downloaded rustls v0.21.12 |
343 | 2024-06-17T17:13:57.496Z | Downloaded webpki-roots v0.25.4 |
344 | 2024-06-17T17:13:57.499Z | Downloaded idna v0.5.0 |
345 | 2024-06-17T17:13:57.505Z | Downloaded idna v0.2.3 |
346 | 2024-06-17T17:13:57.512Z | Downloaded openssl v0.10.64 |
347 | 2024-06-17T17:13:57.521Z | Downloaded rustls v0.22.4 |
348 | 2024-06-17T17:13:57.536Z | Downloaded rustix v0.38.34 |
349 | 2024-06-17T17:13:57.557Z | Downloaded trust-dns-proto v0.22.0 |
350 | 2024-06-17T17:13:57.568Z | Downloaded nix v0.28.0 |
351 | 2024-06-17T17:13:57.580Z | Downloaded regex-automata v0.4.6 |
352 | 2024-06-17T17:13:57.596Z | Downloaded zerocopy-derive v0.2.0 |
353 | 2024-06-17T17:13:57.605Z | Downloaded openapiv3 v2.0.0 |
354 | 2024-06-17T17:13:57.615Z | Downloaded petgraph v0.6.5 |
355 | 2024-06-17T17:13:57.632Z | Downloaded bstr v1.9.1 |
356 | 2024-06-17T17:13:57.642Z | Downloaded regex-syntax v0.8.3 |
357 | 2024-06-17T17:13:57.650Z | Downloaded regress v0.9.1 |
358 | 2024-06-17T17:13:57.658Z | Downloaded syn v2.0.64 |
359 | 2024-06-17T17:13:57.673Z | Downloaded regex v1.10.4 |
360 | 2024-06-17T17:13:57.682Z | Downloaded zerocopy-derive v0.6.6 |
361 | 2024-06-17T17:13:57.691Z | Downloaded winnow v0.6.8 |
362 | 2024-06-17T17:13:57.699Z | Downloaded winnow v0.5.40 |
363 | 2024-06-17T17:13:57.708Z | Downloaded hyper v0.14.28 |
364 | 2024-06-17T17:13:57.717Z | Downloaded rustls-webpki v0.102.4 |
365 | 2024-06-17T17:13:57.734Z | Downloaded chrono v0.4.38 |
366 | 2024-06-17T17:13:57.741Z | Downloaded tokio v1.37.0 |
367 | 2024-06-17T17:13:57.775Z | Downloaded bitvec v1.0.1 |
368 | 2024-06-17T17:13:57.790Z | Downloaded libc v0.2.153 |
369 | 2024-06-17T17:13:57.817Z | Downloaded rayon v1.10.0 |
370 | 2024-06-17T17:13:57.826Z | Downloaded clap_builder v4.5.2 |
371 | 2024-06-17T17:13:57.832Z | Downloaded serde_json v1.0.117 |
372 | 2024-06-17T17:13:57.842Z | Downloaded aho-corasick v1.1.3 |
373 | 2024-06-17T17:13:57.845Z | Downloaded unicode-segmentation v1.11.0 |
374 | 2024-06-17T17:13:57.849Z | Downloaded mio v0.8.11 |
375 | 2024-06-17T17:13:57.854Z | Downloaded http v0.2.12 |
376 | 2024-06-17T17:13:57.858Z | Downloaded http v1.1.0 |
377 | 2024-06-17T17:13:57.862Z | Downloaded native-tls v0.2.11 |
378 | 2024-06-17T17:13:57.864Z | Downloaded url v2.5.0 |
379 | 2024-06-17T17:13:57.867Z | Downloaded steno v0.4.0 |
380 | 2024-06-17T17:13:57.871Z | Downloaded parking_lot_core v0.9.10 |
381 | 2024-06-17T17:13:57.873Z | Downloaded ipnet v2.9.0 |
382 | 2024-06-17T17:13:57.876Z | Downloaded ring v0.17.8 |
383 | 2024-06-17T17:13:57.939Z | Downloaded cc v1.0.97 |
384 | 2024-06-17T17:13:57.942Z | Downloaded hyper-rustls v0.24.2 |
385 | 2024-06-17T17:13:57.944Z | Downloaded log v0.4.21 |
386 | 2024-06-17T17:13:57.947Z | Downloaded lazy_static v1.4.0 |
387 | 2024-06-17T17:13:57.949Z | Downloaded itoa v1.0.11 |
388 | 2024-06-17T17:13:57.949Z | Downloaded zerocopy-derive v0.7.34 |
389 | 2024-06-17T17:13:57.952Z | Downloaded tungstenite v0.21.0 |
390 | 2024-06-17T17:13:57.955Z | Downloaded unicode-width v0.1.12 |
391 | 2024-06-17T17:13:57.958Z | Downloaded zerocopy v0.6.6 |
392 | 2024-06-17T17:13:57.960Z | Downloaded memmap v0.7.0 |
393 | 2024-06-17T17:13:57.960Z | Downloaded hostname v0.4.0 |
394 | 2024-06-17T17:13:57.963Z | Downloaded num_cpus v1.16.0 |
395 | 2024-06-17T17:13:57.965Z | Downloaded encoding_rs v0.8.34 |
396 | 2024-06-17T17:13:57.984Z | Downloaded newtype-uuid v1.1.0 |
397 | 2024-06-17T17:13:57.986Z | Downloaded iana-time-zone v0.1.60 |
398 | 2024-06-17T17:13:57.990Z | Downloaded xattr v1.3.1 |
399 | 2024-06-17T17:13:57.990Z | Downloaded futures-task v0.3.30 |
400 | 2024-06-17T17:13:57.990Z | Downloaded usdt-macro v0.3.5 |
401 | 2024-06-17T17:13:57.993Z | Downloaded socket2 v0.5.7 |
402 | 2024-06-17T17:13:57.993Z | Downloaded num_enum v0.7.2 |
403 | 2024-06-17T17:13:57.996Z | Downloaded num-integer v0.1.46 |
404 | 2024-06-17T17:13:57.999Z | Downloaded terminal_size v0.3.0 |
405 | 2024-06-17T17:13:57.999Z | Downloaded parse-display v0.9.0 |
406 | 2024-06-17T17:13:58.002Z | Downloaded bytes v1.6.0 |
407 | 2024-06-17T17:13:58.004Z | Downloaded hubpack_derive v0.1.1 |
408 | 2024-06-17T17:13:58.004Z | Downloaded waitgroup v0.1.2 |
409 | 2024-06-17T17:13:58.004Z | Downloaded ron v0.8.1 |
410 | 2024-06-17T17:13:58.009Z | Downloaded const_format v0.2.32 |
411 | 2024-06-17T17:13:58.014Z | Downloaded tar v0.4.40 |
412 | 2024-06-17T17:13:58.017Z | Downloaded crossbeam-utils v0.8.19 |
413 | 2024-06-17T17:13:58.022Z | Downloaded bitflags v2.5.0 |
414 | 2024-06-17T17:13:58.024Z | Downloaded derive-where v1.2.7 |
415 | 2024-06-17T17:13:58.027Z | Downloaded blake2 v0.10.6 |
416 | 2024-06-17T17:13:58.027Z | Downloaded num_threads v0.1.7 |
417 | 2024-06-17T17:13:58.030Z | Downloaded usdt v0.5.0 |
418 | 2024-06-17T17:13:58.030Z | Downloaded usdt v0.3.5 |
419 | 2024-06-17T17:13:58.030Z | Downloaded supports-color v2.1.0 |
420 | 2024-06-17T17:13:58.033Z | Downloaded slog-term v2.9.1 |
421 | 2024-06-17T17:13:58.033Z | Downloaded serde_with_macros v3.8.1 |
422 | 2024-06-17T17:13:58.035Z | Downloaded derive_more v0.99.17 |
423 | 2024-06-17T17:13:58.039Z | Downloaded ryu v1.0.18 |
424 | 2024-06-17T17:13:58.042Z | Downloaded proc-macro2 v1.0.82 |
425 | 2024-06-17T17:13:58.044Z | Downloaded clap v4.5.4 |
426 | 2024-06-17T17:13:58.053Z | Downloaded zeroize v1.7.0 |
427 | 2024-06-17T17:13:58.055Z | Downloaded untrusted v0.9.0 |
428 | 2024-06-17T17:13:58.055Z | Downloaded lru-cache v0.1.2 |
429 | 2024-06-17T17:13:58.058Z | Downloaded is_ci v1.2.0 |
430 | 2024-06-17T17:13:58.058Z | Downloaded serde_tokenstream v0.1.7 |
431 | 2024-06-17T17:13:58.061Z | Downloaded libgit2-sys v0.16.2+1.7.2 |
432 | 2024-06-17T17:13:58.113Z | Downloaded password-hash v0.5.0 |
433 | 2024-06-17T17:13:58.116Z | Downloaded darling v0.20.9 |
434 | 2024-06-17T17:13:58.118Z | Downloaded crossbeam-deque v0.8.5 |
435 | 2024-06-17T17:13:58.121Z | Downloaded match_cfg v0.1.0 |
436 | 2024-06-17T17:13:58.121Z | Downloaded num_enum_derive v0.5.11 |
437 | 2024-06-17T17:13:58.124Z | Downloaded num v0.4.3 |
438 | 2024-06-17T17:13:58.124Z | Downloaded structmeta-derive v0.3.0 |
439 | 2024-06-17T17:13:58.124Z | Downloaded slog-dtrace v0.3.0 |
440 | 2024-06-17T17:13:58.126Z | Downloaded synstructure v0.12.6 |
441 | 2024-06-17T17:13:58.126Z | Downloaded sha1 v0.10.6 |
442 | 2024-06-17T17:13:58.129Z | Downloaded static_assertions v1.1.0 |
443 | 2024-06-17T17:13:58.129Z | Downloaded smallvec v1.13.2 |
444 | 2024-06-17T17:13:58.132Z | Downloaded semver v1.0.23 |
445 | 2024-06-17T17:13:58.135Z | Downloaded futures v0.3.30 |
446 | 2024-06-17T17:13:58.138Z | Downloaded slog-json v2.6.1 |
447 | 2024-06-17T17:13:58.140Z | Downloaded serde_derive_internals v0.29.1 |
448 | 2024-06-17T17:13:58.140Z | Downloaded scroll v0.12.0 |
449 | 2024-06-17T17:13:58.143Z | Downloaded rustls-pki-types v1.7.0 |
450 | 2024-06-17T17:13:58.145Z | Downloaded anyhow v1.0.83 |
451 | 2024-06-17T17:13:58.148Z | Downloaded quote v1.0.36 |
452 | 2024-06-17T17:13:58.150Z | Downloaded debug-ignore v1.0.5 |
453 | 2024-06-17T17:13:58.151Z | Downloaded quick-error v1.2.3 |
454 | 2024-06-17T17:13:58.153Z | Downloaded futures-channel v0.3.30 |
455 | 2024-06-17T17:13:58.155Z | Downloaded fixedbitset v0.4.2 |
456 | 2024-06-17T17:13:58.155Z | Downloaded fastrand v2.1.0 |
457 | 2024-06-17T17:13:58.158Z | Downloaded dof v0.3.0 |
458 | 2024-06-17T17:13:58.158Z | Downloaded crypto-common v0.1.6 |
459 | 2024-06-17T17:13:58.158Z | Downloaded enum-as-inner v0.5.1 |
460 | 2024-06-17T17:13:58.160Z | Downloaded clap_lex v0.7.0 |
461 | 2024-06-17T17:13:58.160Z | Downloaded cipher v0.4.4 |
462 | 2024-06-17T17:13:58.163Z | Downloaded cpufeatures v0.2.12 |
463 | 2024-06-17T17:13:58.163Z | Downloaded rand_chacha v0.3.1 |
464 | 2024-06-17T17:13:58.165Z | Downloaded rustc_version v0.1.7 |
465 | 2024-06-17T17:13:58.165Z | Downloaded proc-macro-crate v1.3.1 |
466 | 2024-06-17T17:13:58.166Z | Downloaded dirs-sys-next v0.1.2 |
467 | 2024-06-17T17:13:58.168Z | Downloaded digest v0.10.7 |
468 | 2024-06-17T17:13:58.168Z | Downloaded ctrlc v3.4.4 |
469 | 2024-06-17T17:13:58.171Z | Downloaded argon2 v0.5.3 |
470 | 2024-06-17T17:13:58.173Z | Downloaded subtle v2.5.0 |
471 | 2024-06-17T17:13:58.173Z | Downloaded semver v0.1.20 |
472 | 2024-06-17T17:13:58.173Z | Downloaded pin-project-lite v0.2.14 |
473 | 2024-06-17T17:13:58.179Z | Downloaded fallible-streaming-iterator v0.1.9 |
474 | 2024-06-17T17:13:58.182Z | Downloaded allocator-api2 v0.2.18 |
475 | 2024-06-17T17:13:58.182Z | Downloaded camino v1.1.7 |
476 | 2024-06-17T17:13:58.184Z | Downloaded cfg_aliases v0.1.1 |
477 | 2024-06-17T17:13:58.185Z | Downloaded ringbuffer v0.15.0 |
478 | 2024-06-17T17:13:58.187Z | Downloaded serde_arrays v0.1.0 |
479 | 2024-06-17T17:13:58.187Z | Downloaded dirs-next v2.0.0 |
480 | 2024-06-17T17:13:58.190Z | Downloaded bitstruct_derive v0.1.0 |
481 | 2024-06-17T17:13:58.190Z | Downloaded async-recursion v1.1.1 |
482 | 2024-06-17T17:13:58.193Z | Downloaded atomic-waker v1.1.2 |
483 | 2024-06-17T17:13:58.193Z | Downloaded async-trait v0.1.80 |
484 | 2024-06-17T17:13:58.195Z | Downloaded anstyle-query v1.0.3 |
485 | 2024-06-17T17:13:58.198Z | Downloaded cfg-if v1.0.0 |
486 | 2024-06-17T17:13:58.198Z | Downloaded deranged v0.3.11 |
487 | 2024-06-17T17:13:58.201Z | Downloaded dof v0.1.5 |
488 | 2024-06-17T17:13:58.201Z | Downloaded convert_case v0.4.0 |
489 | 2024-06-17T17:13:58.201Z | Downloaded bitflags v1.3.2 |
490 | 2024-06-17T17:13:58.349Z | Downloaded libz-sys v1.1.16 |
491 | 2024-06-17T17:13:58.459Z | Downloaded libsqlite3-sys v0.28.0 |
492 | 2024-06-17T17:13:58.864Z | Compiling proc-macro2 v1.0.82 |
493 | 2024-06-17T17:13:58.864Z | Compiling unicode-ident v1.0.12 |
494 | 2024-06-17T17:13:58.873Z | Compiling libc v0.2.153 |
495 | 2024-06-17T17:13:58.873Z | Compiling serde v1.0.202 |
496 | 2024-06-17T17:13:58.873Z | Compiling version_check v0.9.4 |
497 | 2024-06-17T17:13:58.873Z | Checking cfg-if v1.0.0 |
498 | 2024-06-17T17:13:58.900Z | Compiling once_cell v1.19.0 |
499 | 2024-06-17T17:13:58.903Z | Compiling autocfg v1.3.0 |
500 | 2024-06-17T17:13:59.043Z | Compiling thiserror v1.0.61 |
501 | 2024-06-17T17:13:59.314Z | Compiling serde_json v1.0.117 |
502 | 2024-06-17T17:13:59.501Z | Compiling ahash v0.8.11 |
503 | 2024-06-17T17:14:01.801Z | Checking itoa v1.0.11 |
504 | 2024-06-17T17:14:01.818Z | Checking byteorder v1.5.0 |
505 | 2024-06-17T17:14:01.848Z | Checking memchr v2.7.2 |
506 | 2024-06-17T17:14:02.174Z | Checking ryu v1.0.18 |
507 | 2024-06-17T17:14:02.449Z | Checking log v0.4.21 |
508 | 2024-06-17T17:14:02.498Z | Compiling libm v0.2.8 |
509 | 2024-06-17T17:14:02.569Z | Compiling jobserver v0.1.31 |
510 | 2024-06-17T17:14:02.741Z | Compiling quote v1.0.36 |
511 | 2024-06-17T17:14:02.763Z | Checking pin-project-lite v0.2.14 |
512 | 2024-06-17T17:14:02.780Z | Compiling num-traits v0.2.19 |
513 | 2024-06-17T17:14:02.870Z | Checking allocator-api2 v0.2.18 |
514 | 2024-06-17T17:14:02.917Z | Compiling cc v1.0.97 |
515 | 2024-06-17T17:14:03.049Z | Checking getrandom v0.2.14 |
516 | 2024-06-17T17:14:03.130Z | Compiling syn v2.0.64 |
517 | 2024-06-17T17:14:03.389Z | Compiling pkg-config v0.3.30 |
518 | 2024-06-17T17:14:03.443Z | Compiling vcpkg v0.2.15 |
519 | 2024-06-17T17:14:03.513Z | Compiling lock_api v0.4.12 |
520 | 2024-06-17T17:14:03.532Z | Checking smallvec v1.13.2 |
521 | 2024-06-17T17:14:03.577Z | Compiling parking_lot_core v0.9.10 |
522 | 2024-06-17T17:14:03.921Z | Checking scopeguard v1.2.0 |
523 | 2024-06-17T17:14:03.990Z | Checking rand_core v0.6.4 |
524 | 2024-06-17T17:14:04.271Z | Checking signal-hook-registry v1.4.2 |
525 | 2024-06-17T17:14:04.424Z | Checking socket2 v0.5.7 |
526 | 2024-06-17T17:14:04.467Z | Checking parking_lot v0.12.2 |
527 | 2024-06-17T17:14:04.514Z | Checking num_cpus v1.16.0 |
528 | 2024-06-17T17:14:04.588Z | Checking mio v0.8.11 |
529 | 2024-06-17T17:14:04.620Z | Checking equivalent v1.0.1 |
530 | 2024-06-17T17:14:04.734Z | Checking futures-core v0.3.30 |
531 | 2024-06-17T17:14:04.909Z | Compiling slab v0.4.9 |
532 | 2024-06-17T17:14:04.912Z | Checking futures-sink v0.3.30 |
533 | 2024-06-17T17:14:05.061Z | Compiling syn v1.0.109 |
534 | 2024-06-17T17:14:05.106Z | Compiling semver v1.0.23 |
535 | 2024-06-17T17:14:05.231Z | Compiling typenum v1.17.0 |
536 | 2024-06-17T17:14:05.640Z | Checking futures-channel v0.3.30 |
537 | 2024-06-17T17:14:05.660Z | Compiling generic-array v0.14.7 |
538 | 2024-06-17T17:14:05.696Z | Checking futures-task v0.3.30 |
539 | 2024-06-17T17:14:05.915Z | Checking iana-time-zone v0.1.60 |
540 | 2024-06-17T17:14:05.936Z | Checking futures-io v0.3.30 |
541 | 2024-06-17T17:14:05.957Z | Checking pin-utils v0.1.0 |
542 | 2024-06-17T17:14:05.989Z | Compiling ucd-trie v0.1.6 |
543 | 2024-06-17T17:14:06.094Z | Compiling schemars v0.8.19 |
544 | 2024-06-17T17:14:06.114Z | Checking fnv v1.0.7 |
545 | 2024-06-17T17:14:06.229Z | Checking dyn-clone v1.0.17 |
546 | 2024-06-17T17:14:06.286Z | Compiling ring v0.17.8 |
547 | 2024-06-17T17:14:06.348Z | Checking spin v0.9.8 |
548 | 2024-06-17T17:14:06.505Z | Checking untrusted v0.9.0 |
549 | 2024-06-17T17:14:06.569Z | Compiling httparse v1.8.0 |
550 | 2024-06-17T17:14:06.638Z | Checking tracing-core v0.1.32 |
551 | 2024-06-17T17:14:06.905Z | Checking subtle v2.5.0 |
552 | 2024-06-17T17:14:07.035Z | Checking percent-encoding v2.3.1 |
553 | 2024-06-17T17:14:07.212Z | Checking form_urlencoded v1.2.1 |
554 | 2024-06-17T17:14:07.231Z | Compiling aho-corasick v1.1.3 |
555 | 2024-06-17T17:14:07.394Z | Compiling slog v2.7.0 |
556 | 2024-06-17T17:14:07.535Z | Checking tinyvec_macros v0.1.1 |
557 | 2024-06-17T17:14:07.616Z | Compiling rustversion v1.0.17 |
558 | 2024-06-17T17:14:07.619Z | Compiling regex-syntax v0.8.3 |
559 | 2024-06-17T17:14:08.171Z | Checking tinyvec v1.6.0 |
560 | 2024-06-17T17:14:08.350Z | Compiling openssl-sys v0.9.102 |
561 | 2024-06-17T17:14:08.559Z | Checking crypto-common v0.1.6 |
562 | 2024-06-17T17:14:08.715Z | Compiling heck v0.5.0 |
563 | 2024-06-17T17:14:09.167Z | Checking unicode-normalization v0.1.23 |
564 | 2024-06-17T17:14:09.812Z | Compiling serde_derive_internals v0.29.1 |
565 | 2024-06-17T17:14:11.197Z | Compiling regex-automata v0.4.6 |
566 | 2024-06-17T17:14:12.567Z | Checking try-lock v0.2.5 |
567 | 2024-06-17T17:14:12.678Z | Checking unicode-bidi v0.3.15 |
568 | 2024-06-17T17:14:13.540Z | Checking want v0.3.1 |
569 | 2024-06-17T17:14:13.704Z | Compiling chrono v0.4.38 |
570 | 2024-06-17T17:14:13.923Z | Compiling thread-id v4.2.1 |
571 | 2024-06-17T17:14:14.030Z | Checking tower-service v0.3.2 |
572 | 2024-06-17T17:14:14.337Z | Checking httpdate v1.0.3 |
573 | 2024-06-17T17:14:14.555Z | Compiling regex v1.10.4 |
574 | 2024-06-17T17:14:14.856Z | Compiling serde_derive v1.0.202 |
575 | 2024-06-17T17:14:15.496Z | Compiling zerocopy-derive v0.7.34 |
576 | 2024-06-17T17:14:15.548Z | Compiling thiserror-impl v1.0.61 |
577 | 2024-06-17T17:14:16.128Z | Compiling tokio-macros v2.2.0 |
578 | 2024-06-17T17:14:16.335Z | Compiling schemars_derive v0.8.19 |
579 | 2024-06-17T17:14:16.566Z | Compiling futures-macro v0.3.30 |
580 | 2024-06-17T17:14:17.407Z | Checking zerocopy v0.7.34 |
581 | 2024-06-17T17:14:18.166Z | Compiling tracing-attributes v0.1.27 |
582 | 2024-06-17T17:14:18.387Z | Checking futures-util v0.3.30 |
583 | 2024-06-17T17:14:18.409Z | Compiling pest v2.7.10 |
584 | 2024-06-17T17:14:19.154Z | Checking hashbrown v0.14.5 |
585 | 2024-06-17T17:14:20.280Z | Compiling rustls v0.21.12 |
586 | 2024-06-17T17:14:20.574Z | Compiling uuid v1.8.0 |
587 | 2024-06-17T17:14:20.842Z | Compiling pest_meta v2.7.10 |
588 | 2024-06-17T17:14:21.095Z | Checking ppv-lite86 v0.2.17 |
589 | 2024-06-17T17:14:21.230Z | Compiling regress v0.9.1 |
590 | 2024-06-17T17:14:21.525Z | Checking tracing v0.1.40 |
591 | 2024-06-17T17:14:21.645Z | Checking rand_chacha v0.3.1 |
592 | 2024-06-17T17:14:21.786Z | Checking idna v0.5.0 |
593 | 2024-06-17T17:14:21.970Z | Compiling anyhow v1.0.83 |
594 | 2024-06-17T17:14:21.987Z | Compiling pest_generator v2.7.10 |
595 | 2024-06-17T17:14:22.661Z | Compiling time-core v0.1.2 |
596 | 2024-06-17T17:14:23.031Z | Compiling num-conv v0.1.0 |
597 | 2024-06-17T17:14:23.345Z | Checking foreign-types-shared v0.1.1 |
598 | 2024-06-17T17:14:23.420Z | Compiling openssl v0.10.64 |
599 | 2024-06-17T17:14:23.559Z | Checking cpufeatures v0.2.12 |
600 | 2024-06-17T17:14:23.646Z | Checking foreign-types v0.3.2 |
601 | 2024-06-17T17:14:23.735Z | Checking url v2.5.0 |
602 | 2024-06-17T17:14:24.052Z | Checking rand v0.8.5 |
603 | 2024-06-17T17:14:24.323Z | Checking sct v0.7.1 |
604 | 2024-06-17T17:14:24.482Z | Checking rustls-webpki v0.101.7 |
605 | 2024-06-17T17:14:24.500Z | Compiling openssl-macros v0.1.1 |
606 | 2024-06-17T17:14:24.913Z | Compiling pest_derive v2.7.10 |
607 | 2024-06-17T17:14:25.366Z | Checking block-buffer v0.10.4 |
608 | 2024-06-17T17:14:25.538Z | Checking encoding_rs v0.8.34 |
609 | 2024-06-17T17:14:25.804Z | Checking base64 v0.21.7 |
610 | 2024-06-17T17:14:25.876Z | Compiling crossbeam-utils v0.8.19 |
611 | 2024-06-17T17:14:26.162Z | Checking mime v0.3.17 |
612 | 2024-06-17T17:14:26.248Z | Compiling camino v1.1.7 |
613 | 2024-06-17T17:14:26.274Z | Compiling heck v0.4.1 |
614 | 2024-06-17T17:14:26.472Z | Compiling native-tls v0.2.11 |
615 | 2024-06-17T17:14:26.518Z | Checking digest v0.10.7 |
616 | 2024-06-17T17:14:26.868Z | Checking openssl-probe v0.1.5 |
617 | 2024-06-17T17:14:26.911Z | Checking rustls-pemfile v1.0.4 |
618 | 2024-06-17T17:14:27.097Z | Checking unicode-width v0.1.12 |
619 | 2024-06-17T17:14:27.100Z | Checking ipnet v2.9.0 |
620 | 2024-06-17T17:14:27.285Z | Compiling async-trait v0.1.80 |
621 | 2024-06-17T17:14:27.316Z | Checking bytes v1.6.0 |
622 | 2024-06-17T17:14:27.584Z | Checking indexmap v2.2.6 |
623 | 2024-06-17T17:14:27.769Z | Checking bitflags v2.5.0 |
624 | 2024-06-17T17:14:28.082Z | Checking tokio v1.37.0 |
625 | 2024-06-17T17:14:28.705Z | Compiling serde_tokenstream v0.2.0 |
626 | 2024-06-17T17:14:29.199Z | Checking http v0.2.12 |
627 | 2024-06-17T17:14:29.789Z | Checking serde_urlencoded v0.7.1 |
628 | 2024-06-17T17:14:30.526Z | Checking http-body v0.4.6 |
629 | 2024-06-17T17:14:30.745Z | Checking openapiv3 v2.0.0 |
630 | 2024-06-17T17:14:30.791Z | Checking serde_spanned v0.6.6 |
631 | 2024-06-17T17:14:30.859Z | Checking toml_datetime v0.6.6 |
632 | 2024-06-17T17:14:30.922Z | Compiling scroll_derive v0.12.0 |
633 | 2024-06-17T17:14:30.969Z | Compiling usdt-impl v0.5.0 |
634 | 2024-06-17T17:14:31.468Z | Checking powerfmt v0.2.0 |
635 | 2024-06-17T17:14:31.648Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
636 | 2024-06-17T17:14:31.736Z | Checking deranged v0.3.11 |
637 | 2024-06-17T17:14:32.577Z | Checking scroll v0.12.0 |
638 | 2024-06-17T17:14:33.468Z | Compiling getopts v0.2.21 |
639 | 2024-06-17T17:14:33.975Z | Compiling dof v0.3.0 |
640 | 2024-06-17T17:14:34.196Z | Checking http v1.1.0 |
641 | 2024-06-17T17:14:34.234Z | Compiling dtrace-parser v0.2.0 |
642 | 2024-06-17T17:14:34.884Z | Checking futures-executor v0.3.30 |
643 | 2024-06-17T17:14:35.078Z | Checking tokio-util v0.7.11 |
644 | 2024-06-17T17:14:35.099Z | Checking tokio-rustls v0.24.1 |
645 | 2024-06-17T17:14:35.338Z | Compiling time-macros v0.2.18 |
646 | 2024-06-17T17:14:35.454Z | Checking is-terminal v0.4.12 |
647 | 2024-06-17T17:14:35.561Z | Compiling unsafe-libyaml v0.2.11 |
648 | 2024-06-17T17:14:35.611Z | Checking sync_wrapper v0.1.2 |
649 | 2024-06-17T17:14:35.721Z | Checking webpki-roots v0.25.4 |
650 | 2024-06-17T17:14:35.739Z | Checking tokio-native-tls v0.3.1 |
651 | 2024-06-17T17:14:35.866Z | Compiling omicron-workspace-hack v0.1.0 |
652 | 2024-06-17T17:14:35.909Z | Checking h2 v0.3.26 |
653 | 2024-06-17T17:14:35.983Z | Checking plain v0.2.3 |
654 | 2024-06-17T17:14:36.122Z | Checking num_threads v0.1.7 |
655 | 2024-06-17T17:14:36.218Z | Checking goblin v0.8.2 |
656 | 2024-06-17T17:14:36.234Z | Checking futures v0.3.30 |
657 | 2024-06-17T17:14:36.716Z | Checking sha1 v0.10.6 |
658 | 2024-06-17T17:14:36.982Z | Compiling serde_yaml v0.9.34+deprecated |
659 | 2024-06-17T17:14:37.691Z | Checking dirs-sys-next v0.1.2 |
660 | 2024-06-17T17:14:37.861Z | Checking match_cfg v0.1.0 |
661 | 2024-06-17T17:14:37.930Z | Checking base64 v0.22.1 |
662 | 2024-06-17T17:14:37.951Z | Checking pretty-hex v0.4.1 |
663 | 2024-06-17T17:14:38.103Z | Compiling rustix v0.38.34 |
664 | 2024-06-17T17:14:38.149Z | Checking rustls-pki-types v1.7.0 |
665 | 2024-06-17T17:14:38.310Z | Checking time v0.3.36 |
666 | 2024-06-17T17:14:38.564Z | Checking hostname v0.3.1 |
667 | 2024-06-17T17:14:38.584Z | Checking dirs-next v2.0.0 |
668 | 2024-06-17T17:14:38.711Z | Checking errno v0.3.9 |
669 | 2024-06-17T17:14:38.869Z | Checking thread_local v1.1.8 |
670 | 2024-06-17T17:14:38.925Z | Compiling rustls v0.22.4 |
671 | 2024-06-17T17:14:39.151Z | Compiling paste v1.0.15 |
672 | 2024-06-17T17:14:39.175Z | Compiling slog-async v2.8.0 |
673 | 2024-06-17T17:14:39.265Z | Compiling strsim v0.11.1 |
674 | 2024-06-17T17:14:39.698Z | Compiling unicode-xid v0.2.4 |
675 | 2024-06-17T17:14:39.701Z | Checking zeroize v1.7.0 |
676 | 2024-06-17T17:14:39.865Z | Compiling ident_case v1.0.1 |
677 | 2024-06-17T17:14:40.012Z | Compiling darling_core v0.20.9 |
678 | 2024-06-17T17:14:40.078Z | Checking hyper v0.14.28 |
679 | 2024-06-17T17:14:40.118Z | Checking term v0.7.0 |
680 | 2024-06-17T17:14:40.121Z | Checking rustls-webpki v0.102.4 |
681 | 2024-06-17T17:14:40.539Z | Compiling usdt-macro v0.5.0 |
682 | 2024-06-17T17:14:40.577Z | Compiling usdt-attr-macro v0.5.0 |
683 | 2024-06-17T17:14:40.879Z | Checking crossbeam-channel v0.5.12 |
684 | 2024-06-17T17:14:41.839Z | Compiling strum_macros v0.26.2 |
685 | 2024-06-17T17:14:42.064Z | Checking memmap v0.7.0 |
686 | 2024-06-17T17:14:42.110Z | Compiling multer v3.1.0 |
687 | 2024-06-17T17:14:42.160Z | Checking winnow v0.6.8 |
688 | 2024-06-17T17:14:42.257Z | Checking take_mut v0.2.2 |
689 | 2024-06-17T17:14:42.278Z | Checking usdt v0.5.0 |
690 | 2024-06-17T17:14:42.541Z | Checking slog-term v2.9.1 |
691 | 2024-06-17T17:14:42.679Z | Checking slog-json v2.6.1 |
692 | 2024-06-17T17:14:42.999Z | Compiling async-stream-impl v0.3.5 |
693 | 2024-06-17T17:14:44.032Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
694 | 2024-06-17T17:14:44.320Z | Checking atomic-waker v1.1.2 |
695 | 2024-06-17T17:14:44.424Z | Checking async-stream v0.3.5 |
696 | 2024-06-17T17:14:44.445Z | Checking waitgroup v0.1.2 |
697 | 2024-06-17T17:14:44.537Z | Checking hyper-rustls v0.24.2 |
698 | 2024-06-17T17:14:44.575Z | Checking hyper-tls v0.5.0 |
699 | 2024-06-17T17:14:44.612Z | Checking slog-bunyan v2.5.0 |
700 | 2024-06-17T17:14:44.852Z | Compiling synstructure v0.12.6 |
701 | 2024-06-17T17:14:44.870Z | Checking reqwest v0.11.27 |
702 | 2024-06-17T17:14:45.198Z | Checking rustls-pemfile v2.1.2 |
703 | 2024-06-17T17:14:45.244Z | Checking toml_edit v0.22.13 |
704 | 2024-06-17T17:14:45.536Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
705 | 2024-06-17T17:14:46.192Z | Compiling darling_macro v0.20.9 |
706 | 2024-06-17T17:14:46.214Z | Checking tokio-rustls v0.25.0 |
707 | 2024-06-17T17:14:46.279Z | Checking strum v0.26.2 |
708 | 2024-06-17T17:14:46.339Z | Checking serde_path_to_error v0.1.16 |
709 | 2024-06-17T17:14:46.427Z | Compiling structmeta-derive v0.3.0 |
710 | 2024-06-17T17:14:46.447Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
711 | 2024-06-17T17:14:46.569Z | Checking hostname v0.4.0 |
712 | 2024-06-17T17:14:46.591Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
713 | 2024-06-17T17:14:46.700Z | Checking debug-ignore v1.0.5 |
714 | 2024-06-17T17:14:46.758Z | Checking utf8parse v0.2.1 |
715 | 2024-06-17T17:14:46.846Z | Compiling zerocopy-derive v0.2.0 |
716 | 2024-06-17T17:14:46.891Z | Checking anstyle-parse v0.2.4 |
717 | 2024-06-17T17:14:47.049Z | Checking newtype-uuid v1.1.0 |
718 | 2024-06-17T17:14:47.158Z | Compiling libz-sys v1.1.16 |
719 | 2024-06-17T17:14:47.176Z | Compiling darling v0.20.9 |
720 | 2024-06-17T17:14:47.266Z | Checking anstyle-query v1.0.3 |
721 | 2024-06-17T17:14:47.287Z | Compiling serde_with_macros v3.8.1 |
722 | 2024-06-17T17:14:47.381Z | Checking anstyle v1.0.7 |
723 | 2024-06-17T17:14:47.506Z | Checking is_terminal_polyfill v1.70.0 |
724 | 2024-06-17T17:14:47.622Z | Checking lazy_static v1.4.0 |
725 | 2024-06-17T17:14:47.703Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
726 | 2024-06-17T17:14:47.740Z | Checking colorchoice v1.0.1 |
727 | 2024-06-17T17:14:47.761Z | Checking toml v0.8.13 |
728 | 2024-06-17T17:14:47.874Z | Checking anstream v0.6.14 |
729 | 2024-06-17T17:14:48.224Z | Checking hex v0.4.3 |
730 | 2024-06-17T17:14:48.269Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
731 | 2024-06-17T17:14:48.644Z | Checking num-integer v0.1.46 |
732 | 2024-06-17T17:14:48.719Z | Checking instant v0.1.12 |
733 | 2024-06-17T17:14:48.826Z | Compiling winnow v0.5.40 |
734 | 2024-06-17T17:14:49.113Z | Compiling structmeta v0.3.0 |
735 | 2024-06-17T17:14:49.133Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
736 | 2024-06-17T17:14:49.270Z | Checking backoff v0.4.0 |
737 | 2024-06-17T17:14:49.465Z | Compiling parse-display-derive v0.9.0 |
738 | 2024-06-17T17:14:49.486Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
739 | 2024-06-17T17:14:49.529Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
740 | 2024-06-17T17:14:49.631Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
741 | 2024-06-17T17:14:49.756Z | Checking ipnetwork v0.20.0 |
742 | 2024-06-17T17:14:49.890Z | Checking serde_with v3.8.1 |
743 | 2024-06-17T17:14:50.099Z | Checking macaddr v1.0.1 |
744 | 2024-06-17T17:14:50.442Z | Compiling libgit2-sys v0.16.2+1.7.2 |
745 | 2024-06-17T17:14:50.463Z | Checking static_assertions v1.1.0 |
746 | 2024-06-17T17:14:50.507Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
747 | 2024-06-17T17:14:50.634Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
748 | 2024-06-17T17:14:50.853Z | Checking data-encoding v2.6.0 |
749 | 2024-06-17T17:14:51.229Z | Compiling semver v0.1.20 |
750 | 2024-06-17T17:14:51.804Z | Compiling rustc_version v0.1.7 |
751 | 2024-06-17T17:14:52.465Z | Compiling toml_edit v0.19.15 |
752 | 2024-06-17T17:14:52.726Z | Checking num-bigint v0.4.5 |
753 | 2024-06-17T17:14:52.958Z | Checking terminal_size v0.3.0 |
754 | 2024-06-17T17:14:53.119Z | Compiling usdt-impl v0.3.5 |
755 | 2024-06-17T17:14:53.166Z | Checking unicode-segmentation v1.11.0 |
756 | 2024-06-17T17:14:53.461Z | Checking clap_lex v0.7.0 |
757 | 2024-06-17T17:14:53.515Z | Checking parse-display v0.9.0 |
758 | 2024-06-17T17:14:53.749Z | Checking newline-converter v0.3.0 |
759 | 2024-06-17T17:14:53.891Z | Compiling newtype_derive v0.1.6 |
760 | 2024-06-17T17:14:53.982Z | Checking clap_builder v4.5.2 |
761 | 2024-06-17T17:14:54.226Z | Checking num-iter v0.1.45 |
762 | 2024-06-17T17:14:54.391Z | Compiling zerocopy v0.3.2 |
763 | 2024-06-17T17:14:54.922Z | Compiling proc-macro-crate v1.3.1 |
764 | 2024-06-17T17:14:55.006Z | Checking num-rational v0.4.2 |
765 | 2024-06-17T17:14:55.500Z | Checking console v0.15.8 |
766 | 2024-06-17T17:14:55.791Z | Compiling cargo-platform v0.1.8 |
767 | 2024-06-17T17:14:55.818Z | Checking num-complex v0.4.6 |
768 | 2024-06-17T17:14:56.026Z | Compiling hubpack_derive v0.1.1 |
769 | 2024-06-17T17:14:56.289Z | Compiling serde_repr v0.1.19 |
770 | 2024-06-17T17:14:56.515Z | Compiling clap_derive v4.5.4 |
771 | 2024-06-17T17:14:56.674Z | Compiling zerocopy-derive v0.6.6 |
772 | 2024-06-17T17:14:56.822Z | Compiling vergen v8.3.1 |
773 | 2024-06-17T17:14:56.933Z | Compiling crucible-workspace-hack v0.1.0 |
774 | 2024-06-17T17:14:57.146Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
775 | 2024-06-17T17:14:57.166Z | Checking similar v2.5.0 |
776 | 2024-06-17T17:14:57.409Z | Compiling cfg_aliases v0.1.1 |
777 | 2024-06-17T17:14:57.504Z | Checking base64ct v1.6.0 |
778 | 2024-06-17T17:14:57.679Z | Checking bitflags v1.3.2 |
779 | 2024-06-17T17:14:57.855Z | Checking expectorate v1.1.0 |
780 | 2024-06-17T17:14:57.923Z | Checking password-hash v0.5.0 |
781 | 2024-06-17T17:14:58.004Z | Compiling nix v0.28.0 |
782 | 2024-06-17T17:14:58.296Z | Checking hubpack v0.1.2 |
783 | 2024-06-17T17:14:58.356Z | Checking num v0.4.3 |
784 | 2024-06-17T17:14:58.463Z | Compiling cargo_metadata v0.18.1 |
785 | 2024-06-17T17:14:58.526Z | Checking zerocopy v0.6.6 |
786 | 2024-06-17T17:14:58.570Z | Compiling dof v0.1.5 |
787 | 2024-06-17T17:14:58.795Z | Compiling rustc_version v0.4.0 |
788 | 2024-06-17T17:14:59.263Z | Checking blake2 v0.10.6 |
789 | 2024-06-17T17:14:59.294Z | Compiling strum_macros v0.25.3 |
790 | 2024-06-17T17:14:59.376Z | Compiling dtrace-parser v0.1.14 |
791 | 2024-06-17T17:15:00.320Z | Compiling libsqlite3-sys v0.28.0 |
792 | 2024-06-17T17:15:00.839Z | Compiling slog-dtrace v0.3.0 |
793 | 2024-06-17T17:15:00.858Z | Checking clap v4.5.4 |
794 | 2024-06-17T17:15:01.085Z | Checking matches v0.1.10 |
795 | 2024-06-17T17:15:01.169Z | Checking fixedbitset v0.4.2 |
796 | 2024-06-17T17:15:01.188Z | Checking humantime v2.1.0 |
797 | 2024-06-17T17:15:01.417Z | Checking petgraph v0.6.5 |
798 | 2024-06-17T17:15:01.526Z | Checking idna v0.2.3 |
799 | 2024-06-17T17:15:01.648Z | Checking argon2 v0.5.3 |
800 | 2024-06-17T17:15:02.337Z | Compiling serde_tokenstream v0.1.7 |
801 | 2024-06-17T17:15:02.360Z | Compiling enum-as-inner v0.5.1 |
802 | 2024-06-17T17:15:02.771Z | Checking inout v0.1.3 |
803 | 2024-06-17T17:15:02.790Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
804 | 2024-06-17T17:15:02.810Z | Checking quick-error v1.2.3 |
805 | 2024-06-17T17:15:02.903Z | Compiling radium v0.7.0 |
806 | 2024-06-17T17:15:02.935Z | Checking linked-hash-map v0.5.6 |
807 | 2024-06-17T17:15:02.952Z | Compiling convert_case v0.4.0 |
808 | 2024-06-17T17:15:03.260Z | Checking lru-cache v0.1.2 |
809 | 2024-06-17T17:15:03.349Z | Checking cipher v0.4.4 |
810 | 2024-06-17T17:15:03.413Z | Checking trust-dns-proto v0.22.0 |
811 | 2024-06-17T17:15:03.439Z | Checking resolv-conf v0.7.0 |
812 | 2024-06-17T17:15:03.749Z | Compiling derive_more v0.99.17 |
813 | 2024-06-17T17:15:04.087Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
814 | 2024-06-17T17:15:04.568Z | Checking steno v0.4.0 |
815 | 2024-06-17T17:15:05.998Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
816 | 2024-06-17T17:15:06.614Z | Checking crossbeam-epoch v0.9.18 |
817 | 2024-06-17T17:15:06.904Z | Checking hashlink v0.9.1 |
818 | 2024-06-17T17:15:07.031Z | Compiling derive-where v1.2.7 |
819 | 2024-06-17T17:15:07.068Z | Checking tap v1.0.1 |
820 | 2024-06-17T17:15:07.167Z | Checking fallible-streaming-iterator v0.1.9 |
821 | 2024-06-17T17:15:07.219Z | Checking fastrand v2.1.0 |
822 | 2024-06-17T17:15:07.354Z | Compiling rayon-core v1.12.1 |
823 | 2024-06-17T17:15:07.473Z | Checking fallible-iterator v0.3.0 |
824 | 2024-06-17T17:15:07.531Z | Checking tempfile v3.10.1 |
825 | 2024-06-17T17:15:07.705Z | Checking wyz v0.5.1 |
826 | 2024-06-17T17:15:07.868Z | Checking crossbeam-deque v0.8.5 |
827 | 2024-06-17T17:15:08.087Z | Checking trust-dns-resolver v0.22.0 |
828 | 2024-06-17T17:15:08.108Z | Checking rusqlite v0.31.0 |
829 | 2024-06-17T17:15:08.560Z | Compiling usdt-macro v0.3.5 |
830 | 2024-06-17T17:15:09.350Z | Compiling usdt-attr-macro v0.3.5 |
831 | 2024-06-17T17:15:09.645Z | Compiling num_enum_derive v0.7.2 |
832 | 2024-06-17T17:15:09.825Z | Compiling num_enum_derive v0.5.11 |
833 | 2024-06-17T17:15:09.873Z | Checking twox-hash v1.6.3 |
834 | 2024-06-17T17:15:10.084Z | Checking universal-hash v0.5.1 |
835 | 2024-06-17T17:15:10.197Z | Checking atty v0.2.14 |
836 | 2024-06-17T17:15:10.255Z | Checking either v1.12.0 |
837 | 2024-06-17T17:15:10.299Z | Checking opaque-debug v0.3.1 |
838 | 2024-06-17T17:15:10.317Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
839 | 2024-06-17T17:15:10.377Z | Checking funty v2.0.0 |
840 | 2024-06-17T17:15:10.656Z | Checking polyval v0.6.2 |
841 | 2024-06-17T17:15:10.726Z | Checking usdt v0.3.5 |
842 | 2024-06-17T17:15:10.895Z | Checking ctr v0.9.2 |
843 | 2024-06-17T17:15:11.184Z | Checking aes v0.8.4 |
844 | 2024-06-17T17:15:11.258Z | Checking bitvec v1.0.1 |
845 | 2024-06-17T17:15:11.558Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
846 | 2024-06-17T17:15:11.925Z | Checking bincode v1.3.3 |
847 | 2024-06-17T17:15:12.010Z | Checking env_filter v0.1.0 |
848 | 2024-06-17T17:15:12.039Z | Checking num_enum v0.7.2 |
849 | 2024-06-17T17:15:12.083Z | Checking num_enum v0.5.11 |
850 | 2024-06-17T17:15:12.135Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
851 | 2024-06-17T17:15:12.172Z | Checking aead v0.5.2 |
852 | 2024-06-17T17:15:12.196Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
853 | 2024-06-17T17:15:12.222Z | Checking utf-8 v0.7.6 |
854 | 2024-06-17T17:15:12.384Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
855 | 2024-06-17T17:15:12.449Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
856 | 2024-06-17T17:15:12.625Z | Checking tungstenite v0.21.0 |
857 | 2024-06-17T17:15:12.645Z | Checking aes-gcm-siv v0.11.1 |
858 | 2024-06-17T17:15:12.859Z | Checking env_logger v0.11.3 |
859 | 2024-06-17T17:15:13.205Z | Checking rayon v1.10.0 |
860 | 2024-06-17T17:15:13.374Z | Checking itertools v0.12.1 |
861 | 2024-06-17T17:15:13.377Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
862 | 2024-06-17T17:15:13.802Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
863 | 2024-06-17T17:15:14.097Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
864 | 2024-06-17T17:15:14.486Z | Compiling bitstruct_derive v0.1.0 |
865 | 2024-06-17T17:15:15.212Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
866 | 2024-06-17T17:15:15.776Z | Checking toml v0.7.8 |
867 | 2024-06-17T17:15:15.831Z | Compiling async-recursion v1.1.1 |
868 | 2024-06-17T17:15:15.850Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
869 | 2024-06-17T17:15:15.972Z | Checking typeid v1.0.0 |
870 | 2024-06-17T17:15:16.055Z | Checking ascii v1.1.0 |
871 | 2024-06-17T17:15:16.098Z | Checking pretty-hex v0.2.1 |
872 | 2024-06-17T17:15:16.255Z | Checking ringbuffer v0.15.0 |
873 | 2024-06-17T17:15:16.419Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
874 | 2024-06-17T17:15:16.438Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0a7d56202df99b9df1bb7e42a9716efcf5e8fef2#0a7d5620) |
875 | 2024-06-17T17:15:16.558Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
876 | 2024-06-17T17:15:16.608Z | Checking erased-serde v0.4.5 |
877 | 2024-06-17T17:15:16.716Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
878 | 2024-06-17T17:15:16.811Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
879 | 2024-06-17T17:15:16.872Z | Checking bitstruct v0.1.1 |
880 | 2024-06-17T17:15:16.875Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
881 | 2024-06-17T17:15:16.912Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
882 | 2024-06-17T17:15:16.981Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
883 | 2024-06-17T17:15:17.140Z | Checking tokio-tungstenite v0.21.0 |
884 | 2024-06-17T17:15:17.203Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
885 | 2024-06-17T17:15:17.291Z | Checking serde_arrays v0.1.0 |
886 | 2024-06-17T17:15:17.311Z | Checking libloading v0.7.4 |
887 | 2024-06-17T17:15:17.424Z | Compiling const_format_proc_macros v0.2.32 |
888 | 2024-06-17T17:15:17.525Z | Checking kstat-rs v0.2.3 |
889 | 2024-06-17T17:15:17.546Z | Checking is_ci v1.2.0 |
890 | 2024-06-17T17:15:17.546Z | Compiling escargot v0.5.10 |
891 | 2024-06-17T17:15:17.580Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
892 | 2024-06-17T17:15:17.659Z | Checking supports-color v2.1.0 |
893 | 2024-06-17T17:15:17.836Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
894 | 2024-06-17T17:15:17.856Z | Checking xattr v1.3.1 |
895 | 2024-06-17T17:15:17.996Z | Checking ron v0.8.1 |
896 | 2024-06-17T17:15:18.128Z | Checking filetime v0.2.23 |
897 | 2024-06-17T17:15:18.309Z | Checking bstr v1.9.1 |
898 | 2024-06-17T17:15:18.330Z | Checking bit_field v0.10.2 |
899 | 2024-06-17T17:15:18.558Z | Checking tar v0.4.40 |
900 | 2024-06-17T17:15:19.038Z | Checking globset v0.4.14 |
901 | 2024-06-17T17:15:19.357Z | Checking const_format v0.2.32 |
902 | 2024-06-17T17:15:19.505Z | Checking owo-colors v4.0.0 |
903 | 2024-06-17T17:15:19.789Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
904 | 2024-06-17T17:15:20.412Z | Checking ctrlc v3.4.4 |
905 | 2024-06-17T17:15:20.605Z | Checking fatfs v0.3.6 |
906 | 2024-06-17T17:15:20.848Z | Checking glob v0.3.1 |
907 | 2024-06-17T17:15:21.431Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
908 | 2024-06-17T17:15:24.276Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
909 | 2024-06-17T17:15:24.337Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
910 | 2024-06-17T17:15:24.338Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
911 | 2024-06-17T17:15:24.340Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
912 | 2024-06-17T17:15:24.448Z | Compiling git2 v0.18.3 |
913 | 2024-06-17T17:15:26.195Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
914 | 2024-06-17T17:15:28.949Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
915 | 2024-06-17T17:15:29.816Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
916 | 2024-06-17T17:15:36.951Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
917 | 2024-06-17T17:15:38.476Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
918 | 2024-06-17T17:15:43.436Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
919 | 2024-06-17T17:15:47.366Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
920 | 2024-06-17T17:15:55.486Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
921 | 2024-06-17T17:15:55.486Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
922 | 2024-06-17T17:16:00.142Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 24s |
923 | 2024-06-17T17:16:00.454Z | |
924 | 2024-06-17T17:16:00.454Z | real 2:25.101914222 |
925 | 2024-06-17T17:16:00.454Z | user 9:02.947330855 |
926 | 2024-06-17T17:16:00.454Z | sys 2:13.965542526 |
927 | 2024-06-17T17:16:00.454Z | trap 0.263280844 |
928 | 2024-06-17T17:16:00.454Z | tflt 9.965813479 |
929 | 2024-06-17T17:16:00.454Z | dflt 9.191143896 |
930 | 2024-06-17T17:16:00.454Z | kflt 0.017467411 |
931 | 2024-06-17T17:16:00.454Z | lock 11:41.111358911 |
932 | 2024-06-17T17:16:00.454Z | slp 38:56.058834521 |
933 | 2024-06-17T17:16:00.454Z | lat 36.638288172 |
934 | 2024-06-17T17:16:00.454Z | stop 2:06.445349169 |
935 | 2024-06-17T17:16:00.458Z | + ptime -m cargo clippy --features falcon --all-targets |
936 | 2024-06-17T17:16:00.934Z | Downloading crates ... |
937 | 2024-06-17T17:16:01.091Z | Downloaded fragile v2.0.0 |
938 | 2024-06-17T17:16:01.100Z | Downloaded mockall_derive v0.12.1 |
939 | 2024-06-17T17:16:01.102Z | Downloaded predicates-core v1.0.6 |
940 | 2024-06-17T17:16:01.105Z | Downloaded serde_test v1.0.176 |
941 | 2024-06-17T17:16:01.105Z | Downloaded downcast v0.11.0 |
942 | 2024-06-17T17:16:01.105Z | Downloaded predicates v3.1.0 |
943 | 2024-06-17T17:16:01.108Z | Downloaded termtree v0.4.1 |
944 | 2024-06-17T17:16:01.111Z | Downloaded predicates-tree v1.0.9 |
945 | 2024-06-17T17:16:01.111Z | Downloaded mockall v0.12.1 |
946 | 2024-06-17T17:16:01.282Z | Checking tokio v1.37.0 |
947 | 2024-06-17T17:16:01.308Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
948 | 2024-06-17T17:16:01.311Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
949 | 2024-06-17T17:16:01.311Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
950 | 2024-06-17T17:16:01.325Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
951 | 2024-06-17T17:16:01.328Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
952 | 2024-06-17T17:16:01.333Z | Checking predicates-core v1.0.6 |
953 | 2024-06-17T17:16:01.340Z | Checking termtree v0.4.1 |
954 | 2024-06-17T17:16:01.439Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
955 | 2024-06-17T17:16:01.502Z | Checking predicates v3.1.0 |
956 | 2024-06-17T17:16:01.513Z | Checking predicates-tree v1.0.9 |
957 | 2024-06-17T17:16:01.636Z | Compiling mockall_derive v0.12.1 |
958 | 2024-06-17T17:16:01.639Z | Checking downcast v0.11.0 |
959 | 2024-06-17T17:16:01.653Z | Checking propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
960 | 2024-06-17T17:16:01.698Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
961 | 2024-06-17T17:16:01.708Z | Checking fragile v2.0.0 |
962 | 2024-06-17T17:16:01.803Z | Checking serde_test v1.0.176 |
963 | 2024-06-17T17:16:01.854Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
964 | 2024-06-17T17:16:02.032Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
965 | 2024-06-17T17:16:06.130Z | Checking mockall v0.12.1 |
966 | 2024-06-17T17:16:07.147Z | Checking tokio-util v0.7.11 |
967 | 2024-06-17T17:16:07.147Z | Checking tokio-rustls v0.24.1 |
968 | 2024-06-17T17:16:07.150Z | Checking tokio-native-tls v0.3.1 |
969 | 2024-06-17T17:16:07.150Z | Checking tokio-rustls v0.25.0 |
970 | 2024-06-17T17:16:07.150Z | Checking backoff v0.4.0 |
971 | 2024-06-17T17:16:07.150Z | Checking steno v0.4.0 |
972 | 2024-06-17T17:16:07.150Z | Checking trust-dns-proto v0.22.0 |
973 | 2024-06-17T17:16:07.150Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0a7d56202df99b9df1bb7e42a9716efcf5e8fef2#0a7d5620) |
974 | 2024-06-17T17:16:07.405Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
975 | 2024-06-17T17:16:07.419Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
976 | 2024-06-17T17:16:07.469Z | Checking tokio-tungstenite v0.21.0 |
977 | 2024-06-17T17:16:07.888Z | Checking h2 v0.3.26 |
978 | 2024-06-17T17:16:09.372Z | Checking trust-dns-resolver v0.22.0 |
979 | 2024-06-17T17:16:10.452Z | Checking hyper v0.14.28 |
980 | 2024-06-17T17:16:13.003Z | Checking hyper-tls v0.5.0 |
981 | 2024-06-17T17:16:13.003Z | Checking hyper-rustls v0.24.2 |
982 | 2024-06-17T17:16:13.006Z | Checking dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
983 | 2024-06-17T17:16:13.173Z | Checking reqwest v0.11.27 |
984 | 2024-06-17T17:16:14.127Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
985 | 2024-06-17T17:16:14.317Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
986 | 2024-06-17T17:16:14.435Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
987 | 2024-06-17T17:16:14.435Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
988 | 2024-06-17T17:16:14.438Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
989 | 2024-06-17T17:16:14.438Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
990 | 2024-06-17T17:16:15.535Z | Checking crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
991 | 2024-06-17T17:16:16.547Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
992 | 2024-06-17T17:16:17.643Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
993 | 2024-06-17T17:16:19.941Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
994 | 2024-06-17T17:16:22.912Z | Checking sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
995 | 2024-06-17T17:16:22.912Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
996 | 2024-06-17T17:16:22.912Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
997 | 2024-06-17T17:16:24.654Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
998 | 2024-06-17T17:16:27.893Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
999 | 2024-06-17T17:16:35.923Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1000 | 2024-06-17T17:16:40.789Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1001 | 2024-06-17T17:16:41.317Z | Checking crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
1002 | 2024-06-17T17:16:44.709Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1003 | 2024-06-17T17:16:55.340Z | warning: assigning the result of `ToOwned::to_owned()` may be inefficient |
1004 | 2024-06-17T17:16:55.340Z | --> lib/propolis/src/hw/virtio/softnpu.rs:981:9 |
1005 | 2024-06-17T17:16:55.340Z | | |
1006 | 2024-06-17T17:16:55.340Z | 981 | msg.version = "9P2000.P4".to_owned(); |
1007 | 2024-06-17T17:16:55.340Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `clone_into()`: `"9P2000.P4".clone_into(&mut msg.version)` |
1008 | 2024-06-17T17:16:55.340Z | | |
1009 | 2024-06-17T17:16:55.340Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assigning_clones |
1010 | 2024-06-17T17:16:55.340Z | = note: `#[warn(clippy::assigning_clones)]` on by default |
1011 | 2024-06-17T17:16:55.340Z | |
1012 | 2024-06-17T17:16:57.668Z | warning: `propolis` (lib) generated 1 warning |
1013 | 2024-06-17T17:16:57.671Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1014 | 2024-06-17T17:16:57.671Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
1015 | 2024-06-17T17:16:58.062Z | warning: `propolis` (lib test) generated 1 warning (1 duplicate) |
1016 | 2024-06-17T17:17:04.586Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
1017 | 2024-06-17T17:17:04.718Z | |
1018 | 2024-06-17T17:17:04.718Z | real 1:04.250232310 |
1019 | 2024-06-17T17:17:04.718Z | user 2:06.490429701 |
1020 | 2024-06-17T17:17:04.718Z | sys 19.646740658 |
1021 | 2024-06-17T17:17:04.718Z | trap 0.031354009 |
1022 | 2024-06-17T17:17:04.719Z | tflt 0.156243051 |
1023 | 2024-06-17T17:17:04.719Z | dflt 0.225753687 |
1024 | 2024-06-17T17:17:04.719Z | kflt 0.000003338 |
1025 | 2024-06-17T17:17:04.719Z | lock 4:35.281226039 |
1026 | 2024-06-17T17:17:04.719Z | slp 6:52.730676111 |
1027 | 2024-06-17T17:17:04.719Z | lat 1.846486080 |
1028 | 2024-06-17T17:17:04.722Z | stop 5.157171195 |
1029 | 2024-06-17T17:17:04.722Z | + banner build |
1030 | 2024-06-17T17:17:04.722Z | |
1031 | 2024-06-17T17:17:04.722Z | ##### # # # # ##### |
1032 | 2024-06-17T17:17:04.722Z | # # # # # # # # |
1033 | 2024-06-17T17:17:04.722Z | ##### # # # # # # |
1034 | 2024-06-17T17:17:04.722Z | # # # # # # # # |
1035 | 2024-06-17T17:17:04.722Z | # # # # # # # # |
1036 | 2024-06-17T17:17:04.722Z | ##### #### # ###### ##### |
1037 | 2024-06-17T17:17:04.722Z | |
1038 | 2024-06-17T17:17:04.722Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
1039 | 2024-06-17T17:17:05.391Z | Compiling proc-macro2 v1.0.82 |
1040 | 2024-06-17T17:17:05.391Z | Compiling unicode-ident v1.0.12 |
1041 | 2024-06-17T17:17:05.394Z | Compiling libc v0.2.153 |
1042 | 2024-06-17T17:17:05.394Z | Compiling version_check v0.9.4 |
1043 | 2024-06-17T17:17:05.394Z | Compiling serde v1.0.202 |
1044 | 2024-06-17T17:17:05.394Z | Compiling cfg-if v1.0.0 |
1045 | 2024-06-17T17:17:05.413Z | Compiling once_cell v1.19.0 |
1046 | 2024-06-17T17:17:05.416Z | Compiling autocfg v1.3.0 |
1047 | 2024-06-17T17:17:05.571Z | Compiling thiserror v1.0.61 |
1048 | 2024-06-17T17:17:05.992Z | Compiling ahash v0.8.11 |
1049 | 2024-06-17T17:17:06.067Z | Compiling itoa v1.0.11 |
1050 | 2024-06-17T17:17:06.077Z | Compiling byteorder v1.5.0 |
1051 | 2024-06-17T17:17:06.100Z | Compiling memchr v2.7.2 |
1052 | 2024-06-17T17:17:06.728Z | Compiling serde_json v1.0.117 |
1053 | 2024-06-17T17:17:06.886Z | Compiling ryu v1.0.18 |
1054 | 2024-06-17T17:17:07.014Z | Compiling quote v1.0.36 |
1055 | 2024-06-17T17:17:07.275Z | Compiling jobserver v0.1.31 |
1056 | 2024-06-17T17:17:07.543Z | Compiling syn v2.0.64 |
1057 | 2024-06-17T17:17:07.594Z | Compiling getrandom v0.2.14 |
1058 | 2024-06-17T17:17:07.623Z | Compiling cc v1.0.97 |
1059 | 2024-06-17T17:17:07.662Z | Compiling pin-project-lite v0.2.14 |
1060 | 2024-06-17T17:17:07.676Z | Compiling libm v0.2.8 |
1061 | 2024-06-17T17:17:07.839Z | Compiling num-traits v0.2.19 |
1062 | 2024-06-17T17:17:07.931Z | Compiling pkg-config v0.3.30 |
1063 | 2024-06-17T17:17:07.999Z | Compiling log v0.4.21 |
1064 | 2024-06-17T17:17:08.039Z | Compiling allocator-api2 v0.2.18 |
1065 | 2024-06-17T17:17:08.447Z | Compiling vcpkg v0.2.15 |
1066 | 2024-06-17T17:17:08.596Z | Compiling lock_api v0.4.12 |
1067 | 2024-06-17T17:17:08.868Z | Compiling parking_lot_core v0.9.10 |
1068 | 2024-06-17T17:17:08.975Z | Compiling smallvec v1.13.2 |
1069 | 2024-06-17T17:17:09.371Z | Compiling scopeguard v1.2.0 |
1070 | 2024-06-17T17:17:09.477Z | Compiling rand_core v0.6.4 |
1071 | 2024-06-17T17:17:09.987Z | Compiling socket2 v0.5.7 |
1072 | 2024-06-17T17:17:10.106Z | Compiling parking_lot v0.12.2 |
1073 | 2024-06-17T17:17:10.178Z | Compiling signal-hook-registry v1.4.2 |
1074 | 2024-06-17T17:17:10.308Z | Compiling mio v0.8.11 |
1075 | 2024-06-17T17:17:10.832Z | Compiling num_cpus v1.16.0 |
1076 | 2024-06-17T17:17:11.026Z | Compiling futures-core v0.3.30 |
1077 | 2024-06-17T17:17:11.287Z | Compiling slab v0.4.9 |
1078 | 2024-06-17T17:17:11.652Z | Compiling syn v1.0.109 |
1079 | 2024-06-17T17:17:11.679Z | Compiling futures-sink v0.3.30 |
1080 | 2024-06-17T17:17:11.689Z | Compiling equivalent v1.0.1 |
1081 | 2024-06-17T17:17:11.792Z | Compiling typenum v1.17.0 |
1082 | 2024-06-17T17:17:11.825Z | Compiling semver v1.0.23 |
1083 | 2024-06-17T17:17:11.906Z | Compiling futures-channel v0.3.30 |
1084 | 2024-06-17T17:17:12.178Z | Compiling generic-array v0.14.7 |
1085 | 2024-06-17T17:17:12.188Z | Compiling pin-utils v0.1.0 |
1086 | 2024-06-17T17:17:12.276Z | Compiling futures-io v0.3.30 |
1087 | 2024-06-17T17:17:12.288Z | Compiling ucd-trie v0.1.6 |
1088 | 2024-06-17T17:17:12.335Z | Compiling futures-task v0.3.30 |
1089 | 2024-06-17T17:17:12.387Z | Compiling ring v0.17.8 |
1090 | 2024-06-17T17:17:12.615Z | Compiling iana-time-zone v0.1.60 |
1091 | 2024-06-17T17:17:12.756Z | Compiling schemars v0.8.19 |
1092 | 2024-06-17T17:17:12.808Z | Compiling fnv v1.0.7 |
1093 | 2024-06-17T17:17:12.995Z | Compiling spin v0.9.8 |
1094 | 2024-06-17T17:17:13.177Z | Compiling dyn-clone v1.0.17 |
1095 | 2024-06-17T17:17:13.300Z | Compiling untrusted v0.9.0 |
1096 | 2024-06-17T17:17:13.379Z | Compiling httparse v1.8.0 |
1097 | 2024-06-17T17:17:13.480Z | Compiling tracing-core v0.1.32 |
1098 | 2024-06-17T17:17:13.849Z | Compiling percent-encoding v2.3.1 |
1099 | 2024-06-17T17:17:14.295Z | Compiling subtle v2.5.0 |
1100 | 2024-06-17T17:17:14.590Z | Compiling serde_derive_internals v0.29.1 |
1101 | 2024-06-17T17:17:15.517Z | Compiling form_urlencoded v1.2.1 |
1102 | 2024-06-17T17:17:15.765Z | Compiling crypto-common v0.1.6 |
1103 | 2024-06-17T17:17:15.975Z | Compiling aho-corasick v1.1.3 |
1104 | 2024-06-17T17:17:16.392Z | Compiling slog v2.7.0 |
1105 | 2024-06-17T17:17:16.904Z | Compiling tinyvec_macros v0.1.1 |
1106 | 2024-06-17T17:17:16.916Z | Compiling rustversion v1.0.17 |
1107 | 2024-06-17T17:17:16.949Z | Compiling regex-syntax v0.8.3 |
1108 | 2024-06-17T17:17:16.990Z | Compiling tinyvec v1.6.0 |
1109 | 2024-06-17T17:17:17.652Z | Compiling openssl-sys v0.9.102 |
1110 | 2024-06-17T17:17:18.601Z | Compiling unicode-normalization v0.1.23 |
1111 | 2024-06-17T17:17:20.035Z | Compiling unicode-bidi v0.3.15 |
1112 | 2024-06-17T17:17:20.212Z | Compiling serde_derive v1.0.202 |
1113 | 2024-06-17T17:17:20.378Z | Compiling thiserror-impl v1.0.61 |
1114 | 2024-06-17T17:17:20.482Z | Compiling zerocopy-derive v0.7.34 |
1115 | 2024-06-17T17:17:22.656Z | Compiling zerocopy v0.7.34 |
1116 | 2024-06-17T17:17:22.897Z | Compiling tokio-macros v2.2.0 |
1117 | 2024-06-17T17:17:23.742Z | Compiling schemars_derive v0.8.19 |
1118 | 2024-06-17T17:17:24.466Z | Compiling futures-macro v0.3.30 |
1119 | 2024-06-17T17:17:24.518Z | Compiling pest v2.7.10 |
1120 | 2024-06-17T17:17:24.847Z | Compiling hashbrown v0.14.5 |
1121 | 2024-06-17T17:17:26.141Z | Compiling tracing-attributes v0.1.27 |
1122 | 2024-06-17T17:17:26.364Z | Compiling regex-automata v0.4.6 |
1123 | 2024-06-17T17:17:26.398Z | Compiling futures-util v0.3.30 |
1124 | 2024-06-17T17:17:27.221Z | Compiling pest_meta v2.7.10 |
1125 | 2024-06-17T17:17:27.478Z | Compiling heck v0.5.0 |
1126 | 2024-06-17T17:17:29.560Z | Compiling pest_generator v2.7.10 |
1127 | 2024-06-17T17:17:31.415Z | Compiling tracing v0.1.40 |
1128 | 2024-06-17T17:17:31.434Z | Compiling pest_derive v2.7.10 |
1129 | 2024-06-17T17:17:32.115Z | Compiling regex v1.10.4 |
1130 | 2024-06-17T17:17:32.397Z | Compiling try-lock v0.2.5 |
1131 | 2024-06-17T17:17:32.561Z | Compiling want v0.3.1 |
1132 | 2024-06-17T17:17:32.869Z | Compiling chrono v0.4.38 |
1133 | 2024-06-17T17:17:33.128Z | Compiling thread-id v4.2.1 |
1134 | 2024-06-17T17:17:33.240Z | Compiling uuid v1.8.0 |
1135 | 2024-06-17T17:17:33.636Z | Compiling tower-service v0.3.2 |
1136 | 2024-06-17T17:17:33.766Z | Compiling httpdate v1.0.3 |
1137 | 2024-06-17T17:17:33.788Z | Compiling rustls v0.21.12 |
1138 | 2024-06-17T17:17:33.974Z | Compiling ppv-lite86 v0.2.17 |
1139 | 2024-06-17T17:17:34.153Z | Compiling sct v0.7.1 |
1140 | 2024-06-17T17:17:34.494Z | Compiling bytes v1.6.0 |
1141 | 2024-06-17T17:17:34.567Z | Compiling indexmap v2.2.6 |
1142 | 2024-06-17T17:17:34.797Z | Compiling bitflags v2.5.0 |
1143 | 2024-06-17T17:17:36.063Z | Compiling tokio v1.37.0 |
1144 | 2024-06-17T17:17:36.139Z | Compiling serde_tokenstream v0.2.0 |
1145 | 2024-06-17T17:17:36.393Z | Compiling http v0.2.12 |
1146 | 2024-06-17T17:17:36.929Z | Compiling rand_chacha v0.3.1 |
1147 | 2024-06-17T17:17:38.710Z | Compiling http-body v0.4.6 |
1148 | 2024-06-17T17:17:39.231Z | Compiling rustls-webpki v0.101.7 |
1149 | 2024-06-17T17:17:40.113Z | Compiling regress v0.9.1 |
1150 | 2024-06-17T17:17:40.673Z | Compiling idna v0.5.0 |
1151 | 2024-06-17T17:17:43.391Z | Compiling openssl v0.10.64 |
1152 | 2024-06-17T17:17:43.666Z | Compiling cpufeatures v0.2.12 |
1153 | 2024-06-17T17:17:43.848Z | Compiling foreign-types-shared v0.1.1 |
1154 | 2024-06-17T17:17:43.865Z | Compiling anyhow v1.0.83 |
1155 | 2024-06-17T17:17:44.456Z | Compiling time-core v0.1.2 |
1156 | 2024-06-17T17:17:44.631Z | Compiling num-conv v0.1.0 |
1157 | 2024-06-17T17:17:44.936Z | Compiling tokio-util v0.7.11 |
1158 | 2024-06-17T17:17:44.984Z | Compiling foreign-types v0.3.2 |
1159 | 2024-06-17T17:17:45.090Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1160 | 2024-06-17T17:17:46.959Z | Compiling h2 v0.3.26 |
1161 | 2024-06-17T17:17:48.880Z | Compiling url v2.5.0 |
1162 | 2024-06-17T17:17:54.401Z | Compiling hyper v0.14.28 |
1163 | 2024-06-17T17:17:57.505Z | Compiling rand v0.8.5 |
1164 | 2024-06-17T17:17:59.209Z | Compiling openssl-macros v0.1.1 |
1165 | 2024-06-17T17:18:00.195Z | Compiling block-buffer v0.10.4 |
1166 | 2024-06-17T17:18:00.407Z | Compiling encoding_rs v0.8.34 |
1167 | 2024-06-17T17:18:01.653Z | Compiling native-tls v0.2.11 |
1168 | 2024-06-17T17:18:02.078Z | Compiling heck v0.4.1 |
1169 | 2024-06-17T17:18:02.274Z | Compiling mime v0.3.17 |
1170 | 2024-06-17T17:18:02.393Z | Compiling crossbeam-utils v0.8.19 |
1171 | 2024-06-17T17:18:02.503Z | Compiling base64 v0.21.7 |
1172 | 2024-06-17T17:18:03.365Z | Compiling digest v0.10.7 |
1173 | 2024-06-17T17:18:03.646Z | Compiling tokio-rustls v0.24.1 |
1174 | 2024-06-17T17:18:03.867Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1175 | 2024-06-17T17:18:07.042Z | Compiling serde_urlencoded v0.7.1 |
1176 | 2024-06-17T17:18:07.673Z | Compiling openssl-probe v0.1.5 |
1177 | 2024-06-17T17:18:08.142Z | Compiling camino v1.1.7 |
1178 | 2024-06-17T17:18:08.779Z | Compiling rustls-pemfile v1.0.4 |
1179 | 2024-06-17T17:18:09.516Z | Compiling openapiv3 v2.0.0 |
1180 | 2024-06-17T17:18:10.341Z | Compiling unicode-width v0.1.12 |
1181 | 2024-06-17T17:18:10.588Z | Compiling ipnet v2.9.0 |
1182 | 2024-06-17T17:18:11.167Z | Compiling tokio-native-tls v0.3.1 |
1183 | 2024-06-17T17:18:11.474Z | Compiling serde_spanned v0.6.6 |
1184 | 2024-06-17T17:18:11.707Z | Compiling toml_datetime v0.6.6 |
1185 | 2024-06-17T17:18:12.721Z | Compiling async-trait v0.1.80 |
1186 | 2024-06-17T17:18:13.187Z | Compiling scroll_derive v0.12.0 |
1187 | 2024-06-17T17:18:14.255Z | Compiling usdt-impl v0.5.0 |
1188 | 2024-06-17T17:18:14.644Z | Compiling powerfmt v0.2.0 |
1189 | 2024-06-17T17:18:15.320Z | Compiling omicron-workspace-hack v0.1.0 |
1190 | 2024-06-17T17:18:15.500Z | Compiling getopts v0.2.21 |
1191 | 2024-06-17T17:18:15.657Z | Compiling deranged v0.3.11 |
1192 | 2024-06-17T17:18:16.071Z | Compiling scroll v0.12.0 |
1193 | 2024-06-17T17:18:16.856Z | Compiling hyper-tls v0.5.0 |
1194 | 2024-06-17T17:18:17.273Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1195 | 2024-06-17T17:18:17.402Z | Compiling hyper-rustls v0.24.2 |
1196 | 2024-06-17T17:18:17.768Z | Compiling time-macros v0.2.18 |
1197 | 2024-06-17T17:18:18.781Z | Compiling dof v0.3.0 |
1198 | 2024-06-17T17:18:18.879Z | Compiling http v1.1.0 |
1199 | 2024-06-17T17:18:19.668Z | Compiling futures-executor v0.3.30 |
1200 | 2024-06-17T17:18:20.778Z | Compiling dtrace-parser v0.2.0 |
1201 | 2024-06-17T17:18:21.009Z | Compiling unsafe-libyaml v0.2.11 |
1202 | 2024-06-17T17:18:21.038Z | Compiling num_threads v0.1.7 |
1203 | 2024-06-17T17:18:21.159Z | Compiling plain v0.2.3 |
1204 | 2024-06-17T17:18:21.169Z | Compiling webpki-roots v0.25.4 |
1205 | 2024-06-17T17:18:21.331Z | Compiling sync_wrapper v0.1.2 |
1206 | 2024-06-17T17:18:21.456Z | Compiling reqwest v0.11.27 |
1207 | 2024-06-17T17:18:21.558Z | Compiling time v0.3.36 |
1208 | 2024-06-17T17:18:22.388Z | Compiling serde_yaml v0.9.34+deprecated |
1209 | 2024-06-17T17:18:22.404Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1210 | 2024-06-17T17:18:22.788Z | Compiling goblin v0.8.2 |
1211 | 2024-06-17T17:18:23.725Z | Compiling futures v0.3.30 |
1212 | 2024-06-17T17:18:23.969Z | Compiling sha1 v0.10.6 |
1213 | 2024-06-17T17:18:24.931Z | Compiling dirs-sys-next v0.1.2 |
1214 | 2024-06-17T17:18:25.994Z | Compiling base64 v0.22.1 |
1215 | 2024-06-17T17:18:26.112Z | Compiling pretty-hex v0.4.1 |
1216 | 2024-06-17T17:18:26.254Z | Compiling rustls-pki-types v1.7.0 |
1217 | 2024-06-17T17:18:26.341Z | Compiling match_cfg v0.1.0 |
1218 | 2024-06-17T17:18:26.430Z | Compiling hostname v0.3.1 |
1219 | 2024-06-17T17:18:26.815Z | Compiling dirs-next v2.0.0 |
1220 | 2024-06-17T17:18:27.642Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1221 | 2024-06-17T17:18:29.065Z | Compiling thread_local v1.1.8 |
1222 | 2024-06-17T17:18:29.231Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1223 | 2024-06-17T17:18:30.214Z | Compiling rustls v0.22.4 |
1224 | 2024-06-17T17:18:30.561Z | Compiling zeroize v1.7.0 |
1225 | 2024-06-17T17:18:30.901Z | Compiling ident_case v1.0.1 |
1226 | 2024-06-17T17:18:31.075Z | Compiling strsim v0.11.1 |
1227 | 2024-06-17T17:18:31.848Z | Compiling slog-async v2.8.0 |
1228 | 2024-06-17T17:18:32.388Z | Compiling unicode-xid v0.2.4 |
1229 | 2024-06-17T17:18:32.557Z | Compiling paste v1.0.15 |
1230 | 2024-06-17T17:18:33.212Z | Compiling darling_core v0.20.9 |
1231 | 2024-06-17T17:18:35.575Z | Compiling term v0.7.0 |
1232 | 2024-06-17T17:18:39.621Z | Compiling rustls-webpki v0.102.4 |
1233 | 2024-06-17T17:18:40.013Z | Compiling usdt-macro v0.5.0 |
1234 | 2024-06-17T17:18:41.400Z | Compiling usdt-attr-macro v0.5.0 |
1235 | 2024-06-17T17:18:43.009Z | Compiling crossbeam-channel v0.5.12 |
1236 | 2024-06-17T17:18:43.776Z | Compiling strum_macros v0.26.2 |
1237 | 2024-06-17T17:18:44.138Z | Compiling memmap v0.7.0 |
1238 | 2024-06-17T17:18:44.582Z | Compiling is-terminal v0.4.12 |
1239 | 2024-06-17T17:18:44.701Z | Compiling multer v3.1.0 |
1240 | 2024-06-17T17:18:44.766Z | Compiling take_mut v0.2.2 |
1241 | 2024-06-17T17:18:44.915Z | Compiling winnow v0.6.8 |
1242 | 2024-06-17T17:18:45.070Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1243 | 2024-06-17T17:18:45.265Z | Compiling slog-term v2.9.1 |
1244 | 2024-06-17T17:18:46.850Z | Compiling usdt v0.5.0 |
1245 | 2024-06-17T17:18:48.229Z | Compiling darling_macro v0.20.9 |
1246 | 2024-06-17T17:18:48.487Z | Compiling slog-json v2.6.1 |
1247 | 2024-06-17T17:18:48.993Z | Compiling toml_edit v0.22.13 |
1248 | 2024-06-17T17:18:49.383Z | Compiling async-stream-impl v0.3.5 |
1249 | 2024-06-17T17:18:49.394Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1250 | 2024-06-17T17:18:49.417Z | Compiling rustix v0.38.34 |
1251 | 2024-06-17T17:18:49.769Z | Compiling atomic-waker v1.1.2 |
1252 | 2024-06-17T17:18:49.959Z | Compiling waitgroup v0.1.2 |
1253 | 2024-06-17T17:18:50.388Z | Compiling darling v0.20.9 |
1254 | 2024-06-17T17:18:50.502Z | Compiling slog-bunyan v2.5.0 |
1255 | 2024-06-17T17:18:50.757Z | Compiling strum v0.26.2 |
1256 | 2024-06-17T17:18:50.790Z | Compiling async-stream v0.3.5 |
1257 | 2024-06-17T17:18:51.099Z | Compiling synstructure v0.12.6 |
1258 | 2024-06-17T17:18:51.598Z | Compiling rustls-pemfile v2.1.2 |
1259 | 2024-06-17T17:18:52.335Z | Compiling toml v0.8.13 |
1260 | 2024-06-17T17:18:52.611Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#2fdf3718) |
1261 | 2024-06-17T17:18:53.528Z | Compiling tokio-rustls v0.25.0 |
1262 | 2024-06-17T17:18:53.978Z | Compiling serde_path_to_error v0.1.16 |
1263 | 2024-06-17T17:18:54.762Z | Compiling structmeta-derive v0.3.0 |
1264 | 2024-06-17T17:18:55.024Z | Compiling hostname v0.4.0 |
1265 | 2024-06-17T17:18:55.282Z | Compiling errno v0.3.9 |
1266 | 2024-06-17T17:18:55.544Z | Compiling debug-ignore v1.0.5 |
1267 | 2024-06-17T17:18:57.616Z | Compiling structmeta v0.3.0 |
1268 | 2024-06-17T17:18:59.004Z | Compiling zerocopy-derive v0.2.0 |
1269 | 2024-06-17T17:19:00.967Z | Compiling serde_with_macros v3.8.1 |
1270 | 2024-06-17T17:19:02.760Z | Compiling newtype-uuid v1.1.0 |
1271 | 2024-06-17T17:19:03.094Z | Compiling libz-sys v1.1.16 |
1272 | 2024-06-17T17:19:03.798Z | Compiling utf8parse v0.2.1 |
1273 | 2024-06-17T17:19:04.803Z | Compiling lazy_static v1.4.0 |
1274 | 2024-06-17T17:19:04.806Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=025389ff39d594bf2b815377e2c1dc4dd23b1f96#025389ff) |
1275 | 2024-06-17T17:19:04.806Z | Compiling anstyle-parse v0.2.4 |
1276 | 2024-06-17T17:19:04.806Z | Compiling serde_with v3.8.1 |
1277 | 2024-06-17T17:19:04.900Z | Compiling parse-display-derive v0.9.0 |
1278 | 2024-06-17T17:19:05.464Z | Compiling hex v0.4.3 |
1279 | 2024-06-17T17:19:05.568Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1280 | 2024-06-17T17:19:06.180Z | Compiling num-integer v0.1.46 |
1281 | 2024-06-17T17:19:06.448Z | Compiling instant v0.1.12 |
1282 | 2024-06-17T17:19:06.608Z | Compiling is_terminal_polyfill v1.70.0 |
1283 | 2024-06-17T17:19:06.727Z | Compiling colorchoice v1.0.1 |
1284 | 2024-06-17T17:19:07.288Z | Compiling anstyle v1.0.7 |
1285 | 2024-06-17T17:19:07.299Z | Compiling winnow v0.5.40 |
1286 | 2024-06-17T17:19:07.834Z | Compiling anstyle-query v1.0.3 |
1287 | 2024-06-17T17:19:07.976Z | Compiling anstream v0.6.14 |
1288 | 2024-06-17T17:19:09.076Z | Compiling backoff v0.4.0 |
1289 | 2024-06-17T17:19:09.092Z | Compiling parse-display v0.9.0 |
1290 | 2024-06-17T17:19:09.237Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1291 | 2024-06-17T17:19:09.434Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1292 | 2024-06-17T17:19:10.536Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1293 | 2024-06-17T17:19:10.854Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1294 | 2024-06-17T17:19:10.979Z | Compiling toml_edit v0.19.15 |
1295 | 2024-06-17T17:19:11.258Z | Compiling ipnetwork v0.20.0 |
1296 | 2024-06-17T17:19:11.705Z | Compiling macaddr v1.0.1 |
1297 | 2024-06-17T17:19:12.347Z | Compiling libgit2-sys v0.16.2+1.7.2 |
1298 | 2024-06-17T17:19:12.928Z | Compiling usdt-impl v0.3.5 |
1299 | 2024-06-17T17:19:13.357Z | Compiling static_assertions v1.1.0 |
1300 | 2024-06-17T17:19:13.453Z | Compiling data-encoding v2.6.0 |
1301 | 2024-06-17T17:19:14.455Z | Compiling semver v0.1.20 |
1302 | 2024-06-17T17:19:15.049Z | Compiling rustc_version v0.1.7 |
1303 | 2024-06-17T17:19:15.454Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1304 | 2024-06-17T17:19:16.895Z | Compiling proc-macro-crate v1.3.1 |
1305 | 2024-06-17T17:19:17.769Z | Compiling num-bigint v0.4.5 |
1306 | 2024-06-17T17:19:18.678Z | Compiling unicode-segmentation v1.11.0 |
1307 | 2024-06-17T17:19:20.211Z | Compiling newline-converter v0.3.0 |
1308 | 2024-06-17T17:19:21.233Z | Compiling num-rational v0.4.2 |
1309 | 2024-06-17T17:19:21.913Z | Compiling newtype_derive v0.1.6 |
1310 | 2024-06-17T17:19:22.204Z | Compiling num-iter v0.1.45 |
1311 | 2024-06-17T17:19:22.245Z | Compiling console v0.15.8 |
1312 | 2024-06-17T17:19:22.388Z | Compiling zerocopy v0.3.2 |
1313 | 2024-06-17T17:19:23.037Z | Compiling terminal_size v0.3.0 |
1314 | 2024-06-17T17:19:23.407Z | Compiling num-complex v0.4.6 |
1315 | 2024-06-17T17:19:23.961Z | Compiling cargo-platform v0.1.8 |
1316 | 2024-06-17T17:19:24.476Z | Compiling hubpack_derive v0.1.1 |
1317 | 2024-06-17T17:19:24.775Z | Compiling zerocopy-derive v0.6.6 |
1318 | 2024-06-17T17:19:24.919Z | Compiling serde_repr v0.1.19 |
1319 | 2024-06-17T17:19:25.437Z | Compiling vergen v8.3.1 |
1320 | 2024-06-17T17:19:25.788Z | Compiling clap_lex v0.7.0 |
1321 | 2024-06-17T17:19:26.102Z | Compiling base64ct v1.6.0 |
1322 | 2024-06-17T17:19:26.326Z | Compiling crucible-workspace-hack v0.1.0 |
1323 | 2024-06-17T17:19:26.516Z | Compiling similar v2.5.0 |
1324 | 2024-06-17T17:19:26.714Z | Compiling zerocopy v0.6.6 |
1325 | 2024-06-17T17:19:26.779Z | Compiling password-hash v0.5.0 |
1326 | 2024-06-17T17:19:27.354Z | Compiling clap_builder v4.5.2 |
1327 | 2024-06-17T17:19:27.620Z | Compiling expectorate v1.1.0 |
1328 | 2024-06-17T17:19:27.695Z | Compiling hubpack v0.1.2 |
1329 | 2024-06-17T17:19:27.776Z | Compiling num v0.4.3 |
1330 | 2024-06-17T17:19:27.886Z | Compiling cargo_metadata v0.18.1 |
1331 | 2024-06-17T17:19:28.847Z | Compiling dof v0.1.5 |
1332 | 2024-06-17T17:19:29.131Z | Compiling blake2 v0.10.6 |
1333 | 2024-06-17T17:19:29.578Z | Compiling strum_macros v0.25.3 |
1334 | 2024-06-17T17:19:30.218Z | Compiling rustc_version v0.4.0 |
1335 | 2024-06-17T17:19:30.818Z | Compiling dtrace-parser v0.1.14 |
1336 | 2024-06-17T17:19:31.081Z | Compiling clap_derive v4.5.4 |
1337 | 2024-06-17T17:19:31.404Z | Compiling libsqlite3-sys v0.28.0 |
1338 | 2024-06-17T17:19:31.949Z | Compiling slog-dtrace v0.3.0 |
1339 | 2024-06-17T17:19:32.292Z | Compiling fixedbitset v0.4.2 |
1340 | 2024-06-17T17:19:32.685Z | Compiling matches v0.1.10 |
1341 | 2024-06-17T17:19:32.774Z | Compiling cfg_aliases v0.1.1 |
1342 | 2024-06-17T17:19:32.868Z | Compiling bitflags v1.3.2 |
1343 | 2024-06-17T17:19:32.965Z | Compiling humantime v2.1.0 |
1344 | 2024-06-17T17:19:33.025Z | Compiling nix v0.28.0 |
1345 | 2024-06-17T17:19:33.118Z | Compiling idna v0.2.3 |
1346 | 2024-06-17T17:19:33.301Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e) |
1347 | 2024-06-17T17:19:33.795Z | Compiling petgraph v0.6.5 |
1348 | 2024-06-17T17:19:35.272Z | Compiling argon2 v0.5.3 |
1349 | 2024-06-17T17:19:35.621Z | Compiling clap v4.5.4 |
1350 | 2024-06-17T17:19:35.850Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1351 | 2024-06-17T17:19:36.973Z | Compiling enum-as-inner v0.5.1 |
1352 | 2024-06-17T17:19:37.626Z | Compiling serde_tokenstream v0.1.7 |
1353 | 2024-06-17T17:19:38.081Z | Compiling inout v0.1.3 |
1354 | 2024-06-17T17:19:38.131Z | Compiling radium v0.7.0 |
1355 | 2024-06-17T17:19:38.196Z | Compiling convert_case v0.4.0 |
1356 | 2024-06-17T17:19:38.306Z | Compiling quick-error v1.2.3 |
1357 | 2024-06-17T17:19:38.424Z | Compiling linked-hash-map v0.5.6 |
1358 | 2024-06-17T17:19:38.629Z | Compiling resolv-conf v0.7.0 |
1359 | 2024-06-17T17:19:38.835Z | Compiling lru-cache v0.1.2 |
1360 | 2024-06-17T17:19:38.980Z | Compiling derive_more v0.99.17 |
1361 | 2024-06-17T17:19:39.061Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1362 | 2024-06-17T17:19:40.087Z | Compiling cipher v0.4.4 |
1363 | 2024-06-17T17:19:40.476Z | Compiling trust-dns-proto v0.22.0 |
1364 | 2024-06-17T17:19:40.528Z | Compiling steno v0.4.0 |
1365 | 2024-06-17T17:19:43.385Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1366 | 2024-06-17T17:19:45.905Z | Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1367 | 2024-06-17T17:19:52.415Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1368 | 2024-06-17T17:19:52.534Z | Compiling crossbeam-epoch v0.9.18 |
1369 | 2024-06-17T17:19:53.765Z | Compiling hashlink v0.9.1 |
1370 | 2024-06-17T17:19:54.536Z | Compiling derive-where v1.2.7 |
1371 | 2024-06-17T17:19:56.570Z | Compiling fallible-iterator v0.3.0 |
1372 | 2024-06-17T17:19:57.372Z | Compiling rayon-core v1.12.1 |
1373 | 2024-06-17T17:19:57.731Z | Compiling fastrand v2.1.0 |
1374 | 2024-06-17T17:19:57.852Z | Compiling fallible-streaming-iterator v0.1.9 |
1375 | 2024-06-17T17:19:58.119Z | Compiling tap v1.0.1 |
1376 | 2024-06-17T17:19:58.296Z | Compiling wyz v0.5.1 |
1377 | 2024-06-17T17:19:58.405Z | Compiling rusqlite v0.31.0 |
1378 | 2024-06-17T17:19:58.775Z | Compiling tempfile v3.10.1 |
1379 | 2024-06-17T17:19:58.957Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1380 | 2024-06-17T17:20:00.449Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1381 | 2024-06-17T17:20:02.439Z | Compiling crossbeam-deque v0.8.5 |
1382 | 2024-06-17T17:20:03.327Z | Compiling trust-dns-resolver v0.22.0 |
1383 | 2024-06-17T17:20:04.308Z | Compiling usdt-macro v0.3.5 |
1384 | 2024-06-17T17:20:05.705Z | Compiling usdt-attr-macro v0.3.5 |
1385 | 2024-06-17T17:20:05.904Z | Compiling git2 v0.18.3 |
1386 | 2024-06-17T17:20:07.243Z | Compiling num_enum_derive v0.7.2 |
1387 | 2024-06-17T17:20:07.959Z | Compiling num_enum_derive v0.5.11 |
1388 | 2024-06-17T17:20:09.920Z | Compiling twox-hash v1.6.3 |
1389 | 2024-06-17T17:20:10.470Z | Compiling universal-hash v0.5.1 |
1390 | 2024-06-17T17:20:10.688Z | Compiling atty v0.2.14 |
1391 | 2024-06-17T17:20:10.831Z | Compiling either v1.12.0 |
1392 | 2024-06-17T17:20:10.903Z | Compiling utf-8 v0.7.6 |
1393 | 2024-06-17T17:20:11.260Z | Compiling opaque-debug v0.3.1 |
1394 | 2024-06-17T17:20:12.970Z | Compiling funty v2.0.0 |
1395 | 2024-06-17T17:20:14.836Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
1396 | 2024-06-17T17:20:15.464Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1397 | 2024-06-17T17:20:15.895Z | Compiling bitvec v1.0.1 |
1398 | 2024-06-17T17:20:21.411Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1399 | 2024-06-17T17:20:23.151Z | Compiling polyval v0.6.2 |
1400 | 2024-06-17T17:20:23.673Z | Compiling tungstenite v0.21.0 |
1401 | 2024-06-17T17:20:24.205Z | Compiling num_enum v0.5.11 |
1402 | 2024-06-17T17:20:24.378Z | Compiling num_enum v0.7.2 |
1403 | 2024-06-17T17:20:24.563Z | Compiling usdt v0.3.5 |
1404 | 2024-06-17T17:20:25.051Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1405 | 2024-06-17T17:20:28.591Z | Compiling ctr v0.9.2 |
1406 | 2024-06-17T17:20:28.905Z | Compiling aes v0.8.4 |
1407 | 2024-06-17T17:20:28.922Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
1408 | 2024-06-17T17:20:30.582Z | Compiling env_filter v0.1.0 |
1409 | 2024-06-17T17:20:31.353Z | Compiling bincode v1.3.3 |
1410 | 2024-06-17T17:20:32.490Z | Compiling aead v0.5.2 |
1411 | 2024-06-17T17:20:32.511Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
1412 | 2024-06-17T17:20:32.829Z | Compiling aes-gcm-siv v0.11.1 |
1413 | 2024-06-17T17:20:32.948Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=a3b920bde8a26cbdd7b14d21e452be6351cf009c#a3b920bd) |
1414 | 2024-06-17T17:20:33.095Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1415 | 2024-06-17T17:20:33.106Z | Compiling env_logger v0.11.3 |
1416 | 2024-06-17T17:20:35.817Z | Compiling rayon v1.10.0 |
1417 | 2024-06-17T17:20:37.897Z | Compiling tokio-tungstenite v0.21.0 |
1418 | 2024-06-17T17:20:38.472Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#16b9d09f) |
1419 | 2024-06-17T17:20:40.165Z | Compiling toml v0.7.8 |
1420 | 2024-06-17T17:20:41.077Z | Compiling itertools v0.12.1 |
1421 | 2024-06-17T17:20:41.744Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1422 | 2024-06-17T17:20:42.227Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1423 | 2024-06-17T17:20:44.387Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1424 | 2024-06-17T17:20:44.492Z | Compiling bitstruct_derive v0.1.0 |
1425 | 2024-06-17T17:20:44.921Z | Compiling async-recursion v1.1.1 |
1426 | 2024-06-17T17:20:44.960Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1427 | 2024-06-17T17:20:44.971Z | Compiling ringbuffer v0.15.0 |
1428 | 2024-06-17T17:20:45.089Z | Compiling typeid v1.0.0 |
1429 | 2024-06-17T17:20:45.260Z | Compiling pretty-hex v0.2.1 |
1430 | 2024-06-17T17:20:45.476Z | Compiling ascii v1.1.0 |
1431 | 2024-06-17T17:20:45.582Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1432 | 2024-06-17T17:20:45.630Z | Compiling erased-serde v0.4.5 |
1433 | 2024-06-17T17:20:45.931Z | Compiling bitstruct v0.1.1 |
1434 | 2024-06-17T17:20:45.971Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0a7d56202df99b9df1bb7e42a9716efcf5e8fef2#0a7d5620) |
1435 | 2024-06-17T17:20:46.044Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1436 | 2024-06-17T17:20:46.242Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
1437 | 2024-06-17T17:20:46.323Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1438 | 2024-06-17T17:20:46.864Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1439 | 2024-06-17T17:20:47.248Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
1440 | 2024-06-17T17:20:47.451Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1441 | 2024-06-17T17:20:47.717Z | Compiling const_format_proc_macros v0.2.32 |
1442 | 2024-06-17T17:20:48.497Z | Compiling serde_arrays v0.1.0 |
1443 | 2024-06-17T17:20:48.622Z | Compiling kstat-rs v0.2.3 |
1444 | 2024-06-17T17:20:48.674Z | Compiling libloading v0.7.4 |
1445 | 2024-06-17T17:20:48.866Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1446 | 2024-06-17T17:20:49.100Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#116590c5) |
1447 | 2024-06-17T17:20:49.522Z | Compiling propolis_api_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-api-types) |
1448 | 2024-06-17T17:20:49.540Z | Compiling ron v0.8.1 |
1449 | 2024-06-17T17:20:49.792Z | Compiling const_format v0.2.32 |
1450 | 2024-06-17T17:20:51.056Z | Compiling bit_field v0.10.2 |
1451 | 2024-06-17T17:20:51.318Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1452 | 2024-06-17T17:20:55.691Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1453 | 2024-06-17T17:21:09.730Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1454 | 2024-06-17T17:21:09.789Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1455 | 2024-06-17T17:22:09.983Z | Finished `release` profile [optimized] target(s) in 5m 05s |
1456 | 2024-06-17T17:22:10.097Z | |
1457 | 2024-06-17T17:22:10.097Z | real 5:05.318784461 |
1458 | 2024-06-17T17:22:10.098Z | user 35:48.306529111 |
1459 | 2024-06-17T17:22:10.098Z | sys 3:04.443603473 |
1460 | 2024-06-17T17:22:10.098Z | trap 0.979683114 |
1461 | 2024-06-17T17:22:10.098Z | tflt 2.001303523 |
1462 | 2024-06-17T17:22:10.098Z | dflt 1.232128648 |
1463 | 2024-06-17T17:22:10.098Z | kflt 0.009032594 |
1464 | 2024-06-17T17:22:10.098Z | lock 1:21:52.123408475 |
1465 | 2024-06-17T17:22:10.098Z | slp 2:11:18.475009133 |
1466 | 2024-06-17T17:22:10.098Z | lat 1:23.107949531 |
1467 | 2024-06-17T17:22:10.098Z | stop 1:15.167936023 |
1468 | 2024-06-17T17:22:10.101Z | + OUTDIR=/work/release |
1469 | 2024-06-17T17:22:10.101Z | + mkdir -p /work/release |
1470 | 2024-06-17T17:22:10.101Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1471 | 2024-06-17T17:22:10.117Z | + cp target/release/propolis-server /work/release/propolis-server |
1472 | 2024-06-17T17:22:10.177Z | process exited: duration 514990 ms, exit code 0 |
|
1473 | 2024-06-17T17:22:10.189Z | found 2 output files |
1474 | 2024-06-17T17:22:10.189Z | uploading: /work/release/propolis-cli (13673272 bytes) |
1475 | 2024-06-17T17:22:11.415Z | uploaded: /work/release/propolis-cli |
1476 | 2024-06-17T17:22:11.418Z | uploading: /work/release/propolis-server (54140408 bytes) |
1477 | 2024-06-17T17:22:13.176Z | uploaded: /work/release/propolis-server |