|
|
|
1 | 2023-10-08T15:26:26.307Z | job assigned to worker 01HC7Y970RJ6K9TRBQ1ZZMM1Z1 (queued for 1 m 8 s) |
|
2 | 2023-10-08T15:26:26.984Z | starting task 0: "setup" |
3 | 2023-10-08T15:26:27.048Z | ++ uname -s |
4 | 2023-10-08T15:26:27.052Z | + kern=SunOS |
5 | 2023-10-08T15:26:27.055Z | + case "$kern" in |
6 | 2023-10-08T15:26:27.058Z | + groupadd -g 12345 build |
7 | 2023-10-08T15:26:27.061Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2023-10-08T15:26:29.065Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2023-10-08T15:26:29.146Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2023-10-08T15:26:29.152Z | + home_fs=zfs |
11 | 2023-10-08T15:26:29.155Z | + [[ zfs == autofs ]] |
12 | 2023-10-08T15:26:29.158Z | + mkdir -p /home/build |
13 | 2023-10-08T15:26:29.161Z | + chown build:build /home/build /work |
14 | 2023-10-08T15:26:31.154Z | + chmod 0700 /home/build /work |
15 | 2023-10-08T15:26:31.158Z | process exited: duration 4168 ms, exit code 0 |
|
16 | 2023-10-08T15:26:31.171Z | starting task 1: "rust-toolchain" |
17 | 2023-10-08T15:26:31.185Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
18 | 2023-10-08T15:26:31.189Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
19 | 2023-10-08T15:26:31.556Z | info: downloading installer |
20 | 2023-10-08T15:26:33.833Z | warning: it looks like you have an existing installation of Rust at: |
21 | 2023-10-08T15:26:33.840Z | warning: /opt/ooce/bin |
22 | 2023-10-08T15:26:33.849Z | warning: It is recommended that rustup be the primary Rust installation. |
23 | 2023-10-08T15:26:33.855Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
24 | 2023-10-08T15:26:33.861Z | warning: If you are sure that you want both rustup and your already installed Rust |
25 | 2023-10-08T15:26:33.869Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
26 | 2023-10-08T15:26:33.875Z | warning: or pass `-y' to ignore all ignorable checks. |
27 | 2023-10-08T15:26:33.886Z | error: cannot install while Rust is installed |
28 | 2023-10-08T15:26:33.894Z | warning: continuing (because the -y flag is set and the error is ignorable) |
29 | 2023-10-08T15:26:33.901Z | info: profile set to 'default' |
30 | 2023-10-08T15:26:33.907Z | info: default host triple is x86_64-unknown-illumos |
31 | 2023-10-08T15:26:33.912Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
32 | 2023-10-08T15:26:34.040Z | info: latest update on 2023-10-05, rust version 1.73.0 (cc66ad468 2023-10-03) |
33 | 2023-10-08T15:26:34.043Z | info: downloading component 'cargo' |
34 | 2023-10-08T15:26:42.435Z | info: downloading component 'clippy' |
35 | 2023-10-08T15:26:42.543Z | info: downloading component 'rust-docs' |
36 | 2023-10-08T15:26:42.584Z | info: downloading component 'rust-std' |
37 | 2023-10-08T15:26:42.632Z | info: downloading component 'rustc' |
38 | 2023-10-08T15:26:42.730Z | info: downloading component 'rustfmt' |
39 | 2023-10-08T15:26:42.792Z | info: installing component 'cargo' |
40 | 2023-10-08T15:26:44.189Z | info: installing component 'clippy' |
41 | 2023-10-08T15:26:44.792Z | info: installing component 'rust-docs' |
42 | 2023-10-08T15:26:47.636Z | info: installing component 'rust-std' |
43 | 2023-10-08T15:26:50.540Z | info: installing component 'rustc' |
44 | 2023-10-08T15:26:59.418Z | info: installing component 'rustfmt' |
45 | 2023-10-08T15:27:00.016Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
46 | 2023-10-08T15:27:00.020Z | |
47 | 2023-10-08T15:27:00.149Z | stable-x86_64-unknown-illumos installed - rustc 1.73.0 (cc66ad468 2023-10-03) |
48 | 2023-10-08T15:27:00.155Z | |
49 | 2023-10-08T15:27:00.160Z | |
50 | 2023-10-08T15:27:00.170Z | Rust is installed now. Great! |
51 | 2023-10-08T15:27:00.180Z | |
52 | 2023-10-08T15:27:00.184Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
53 | 2023-10-08T15:27:00.188Z | environment variable. This has not been done automatically. |
54 | 2023-10-08T15:27:00.195Z | |
55 | 2023-10-08T15:27:00.200Z | To configure your current shell, run: |
56 | 2023-10-08T15:27:00.206Z | source "$HOME/.cargo/env" |
57 | 2023-10-08T15:27:00.235Z | + rustc --version |
58 | 2023-10-08T15:27:00.344Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
59 | 2023-10-08T15:27:00.349Z | process exited: duration 29174 ms, exit code 0 |
|
60 | 2023-10-08T15:27:00.357Z | starting task 2: "authentication" |
61 | 2023-10-08T15:27:00.393Z | process exited: duration 32 ms, exit code 0 |
|
62 | 2023-10-08T15:27:00.401Z | starting task 3: "clone repository" |
63 | 2023-10-08T15:27:00.412Z | + mkdir -p /work/oxidecomputer/propolis |
64 | 2023-10-08T15:27:00.416Z | + git clone https://github.com/oxidecomputer/propolis /work/oxidecomputer/propolis |
65 | 2023-10-08T15:27:00.444Z | Cloning into '/work/oxidecomputer/propolis'... |
66 | 2023-10-08T15:27:02.054Z | + cd /work/oxidecomputer/propolis |
67 | 2023-10-08T15:27:02.059Z | + [[ -n master ]] |
68 | 2023-10-08T15:27:02.062Z | + git fetch origin master |
69 | 2023-10-08T15:27:02.440Z | From https://github.com/oxidecomputer/propolis |
70 | 2023-10-08T15:27:02.446Z | * branch master -> FETCH_HEAD |
71 | 2023-10-08T15:27:02.452Z | + git checkout -B master remotes/origin/master |
72 | 2023-10-08T15:27:02.472Z | Reset branch 'master' |
73 | 2023-10-08T15:27:02.481Z | branch 'master' set up to track 'origin/master'. |
74 | 2023-10-08T15:27:02.491Z | Your branch is up to date with 'origin/master'. |
75 | 2023-10-08T15:27:02.495Z | + git reset --hard 86fed088df183eee55b335ed8f78c23bc29cc4b6 |
76 | 2023-10-08T15:27:02.504Z | HEAD is now at 86fed08 Use params to configure rust-toolchain in GHA |
77 | 2023-10-08T15:27:02.508Z | process exited: duration 2101 ms, exit code 0 |
|
78 | 2023-10-08T15:27:02.515Z | starting task 4: "build" |
79 | 2023-10-08T15:27:02.527Z | + cargo --version |
80 | 2023-10-08T15:27:02.618Z | cargo 1.73.0 (9c4383fb5 2023-08-26) |
81 | 2023-10-08T15:27:02.622Z | + rustc --version |
82 | 2023-10-08T15:27:02.722Z | rustc 1.73.0 (cc66ad468 2023-10-03) |
83 | 2023-10-08T15:27:02.726Z | + banner check |
84 | 2023-10-08T15:27:02.760Z | |
85 | 2023-10-08T15:27:02.765Z | #### # # ###### #### # # |
86 | 2023-10-08T15:27:02.768Z | # # # # # # # # # |
87 | 2023-10-08T15:27:02.772Z | # ###### ##### # #### |
88 | 2023-10-08T15:27:02.799Z | # # # # # # # |
89 | 2023-10-08T15:27:02.808Z | # # # # # # # # # |
90 | 2023-10-08T15:27:02.812Z | #### # # ###### #### # # |
91 | 2023-10-08T15:27:02.815Z | |
92 | 2023-10-08T15:27:02.821Z | + ptime -m cargo check --features falcon |
93 | 2023-10-08T15:27:02.998Z | Updating crates.io index |
94 | 2023-10-08T15:27:03.002Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
95 | 2023-10-08T15:27:04.737Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
96 | 2023-10-08T15:27:05.133Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
97 | 2023-10-08T15:27:05.459Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
98 | 2023-10-08T15:27:14.541Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
99 | 2023-10-08T15:27:14.853Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
100 | 2023-10-08T15:27:15.221Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
101 | 2023-10-08T15:27:15.547Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2023-10-08T15:27:17.329Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
103 | 2023-10-08T15:27:18.261Z | Updating git repository `https://github.com/oxidecomputer/devinfo-sys` |
104 | 2023-10-08T15:27:18.563Z | Updating git repository `https://github.com/oxidecomputer/p4` |
105 | 2023-10-08T15:27:19.434Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
106 | 2023-10-08T15:27:20.135Z | Updating git repository `https://github.com/oxidecomputer/typify` |
107 | 2023-10-08T15:27:21.986Z | Downloading crates ... |
108 | 2023-10-08T15:27:22.211Z | Downloaded fallible-iterator v0.2.0 |
109 | 2023-10-08T15:27:22.214Z | Downloaded atomic-waker v1.1.1 |
110 | 2023-10-08T15:27:22.217Z | Downloaded aes v0.8.3 |
111 | 2023-10-08T15:27:22.225Z | Downloaded fastrand v2.0.0 |
112 | 2023-10-08T15:27:22.229Z | Downloaded rustc_version v0.4.0 |
113 | 2023-10-08T15:27:22.232Z | Downloaded bit_field v0.10.2 |
114 | 2023-10-08T15:27:22.236Z | Downloaded async-stream-impl v0.3.5 |
115 | 2023-10-08T15:27:22.239Z | Downloaded bitflags v2.4.0 |
116 | 2023-10-08T15:27:22.244Z | Downloaded futures-task v0.3.28 |
117 | 2023-10-08T15:27:22.247Z | Downloaded block-buffer v0.10.4 |
118 | 2023-10-08T15:27:22.250Z | Downloaded async-recursion v1.0.5 |
119 | 2023-10-08T15:27:22.255Z | Downloaded rand v0.8.5 |
120 | 2023-10-08T15:27:22.268Z | Downloaded structmeta v0.1.6 |
121 | 2023-10-08T15:27:22.275Z | Downloaded cpufeatures v0.2.9 |
122 | 2023-10-08T15:27:22.283Z | Downloaded bitstruct_derive v0.1.0 |
123 | 2023-10-08T15:27:22.291Z | Downloaded siphasher v0.3.11 |
124 | 2023-10-08T15:27:22.304Z | Downloaded dirs-sys-next v0.1.2 |
125 | 2023-10-08T15:27:22.317Z | Downloaded autocfg v1.1.0 |
126 | 2023-10-08T15:27:22.325Z | Downloaded dyn-clone v1.0.13 |
127 | 2023-10-08T15:27:22.330Z | Downloaded sha1 v0.10.5 |
128 | 2023-10-08T15:27:22.332Z | Downloaded fixedbitset v0.4.2 |
129 | 2023-10-08T15:27:22.336Z | Downloaded colorchoice v1.0.0 |
130 | 2023-10-08T15:27:22.339Z | Downloaded crypto-common v0.1.6 |
131 | 2023-10-08T15:27:22.342Z | Downloaded pin-utils v0.1.0 |
132 | 2023-10-08T15:27:22.345Z | Downloaded slog-json v2.6.1 |
133 | 2023-10-08T15:27:22.349Z | Downloaded fnv v1.0.7 |
134 | 2023-10-08T15:27:22.353Z | Downloaded async-trait v0.1.73 |
135 | 2023-10-08T15:27:22.356Z | Downloaded tinyvec_macros v0.1.1 |
136 | 2023-10-08T15:27:22.360Z | Downloaded futures-core v0.3.28 |
137 | 2023-10-08T15:27:22.363Z | Downloaded bitstruct v0.1.1 |
138 | 2023-10-08T15:27:22.366Z | Downloaded strum v0.25.0 |
139 | 2023-10-08T15:27:22.370Z | Downloaded static_assertions v1.1.0 |
140 | 2023-10-08T15:27:22.374Z | Downloaded usdt-macro v0.3.5 |
141 | 2023-10-08T15:27:22.377Z | Downloaded ringbuffer v0.15.0 |
142 | 2023-10-08T15:27:22.380Z | Downloaded pretty-hex v0.2.1 |
143 | 2023-10-08T15:27:22.384Z | Downloaded cipher v0.4.4 |
144 | 2023-10-08T15:27:22.388Z | Downloaded stringprep v0.1.3 |
145 | 2023-10-08T15:27:22.391Z | Downloaded assert_matches v1.5.0 |
146 | 2023-10-08T15:27:22.394Z | Downloaded take_mut v0.2.2 |
147 | 2023-10-08T15:27:22.398Z | Downloaded rand_core v0.6.4 |
148 | 2023-10-08T15:27:22.401Z | Downloaded const_format_proc_macros v0.2.31 |
149 | 2023-10-08T15:27:22.404Z | Downloaded subtle v2.5.0 |
150 | 2023-10-08T15:27:22.407Z | Downloaded num_enum_derive v0.7.0 |
151 | 2023-10-08T15:27:22.410Z | Downloaded futures-io v0.3.28 |
152 | 2023-10-08T15:27:22.414Z | Downloaded openssl-probe v0.1.5 |
153 | 2023-10-08T15:27:22.417Z | Downloaded pkg-config v0.3.27 |
154 | 2023-10-08T15:27:22.421Z | Downloaded base64 v0.13.1 |
155 | 2023-10-08T15:27:22.425Z | Downloaded number_prefix v0.4.0 |
156 | 2023-10-08T15:27:22.428Z | Downloaded anstyle-query v1.0.0 |
157 | 2023-10-08T15:27:22.432Z | Downloaded strum_macros v0.25.2 |
158 | 2023-10-08T15:27:22.435Z | Downloaded base64ct v1.6.0 |
159 | 2023-10-08T15:27:22.438Z | Downloaded thread_local v1.1.7 |
160 | 2023-10-08T15:27:22.441Z | Downloaded clap_derive v3.2.25 |
161 | 2023-10-08T15:27:22.446Z | Downloaded tower-service v0.3.2 |
162 | 2023-10-08T15:27:22.450Z | Downloaded whoami v1.4.1 |
163 | 2023-10-08T15:27:22.453Z | Downloaded usdt-impl v0.3.5 |
164 | 2023-10-08T15:27:22.457Z | Downloaded tokio-macros v2.1.0 |
165 | 2023-10-08T15:27:22.460Z | Downloaded percent-encoding v2.3.0 |
166 | 2023-10-08T15:27:22.464Z | Downloaded semver v0.1.20 |
167 | 2023-10-08T15:27:22.467Z | Downloaded parse-display v0.7.0 |
168 | 2023-10-08T15:27:22.471Z | Downloaded matches v0.1.10 |
169 | 2023-10-08T15:27:22.474Z | Downloaded serde_tokenstream v0.2.0 |
170 | 2023-10-08T15:27:22.478Z | Downloaded generic-array v0.14.7 |
171 | 2023-10-08T15:27:22.481Z | Downloaded futures-channel v0.3.28 |
172 | 2023-10-08T15:27:22.484Z | Downloaded schemars v0.8.12 |
173 | 2023-10-08T15:27:22.488Z | Downloaded match_cfg v0.1.0 |
174 | 2023-10-08T15:27:22.491Z | Downloaded heck v0.4.1 |
175 | 2023-10-08T15:27:22.494Z | Downloaded iana-time-zone v0.1.57 |
176 | 2023-10-08T15:27:22.498Z | Downloaded blake2 v0.10.6 |
177 | 2023-10-08T15:27:22.502Z | Downloaded unicode-xid v0.2.4 |
178 | 2023-10-08T15:27:22.506Z | Downloaded tracing-attributes v0.1.26 |
179 | 2023-10-08T15:27:22.509Z | Downloaded tokio-tungstenite v0.20.1 |
180 | 2023-10-08T15:27:22.514Z | Downloaded num-integer v0.1.45 |
181 | 2023-10-08T15:27:22.517Z | Downloaded memoffset v0.7.1 |
182 | 2023-10-08T15:27:22.521Z | Downloaded lru-cache v0.1.2 |
183 | 2023-10-08T15:27:22.524Z | Downloaded unicode-width v0.1.10 |
184 | 2023-10-08T15:27:22.527Z | Downloaded ident_case v1.0.1 |
185 | 2023-10-08T15:27:22.531Z | Downloaded lazy_static v1.4.0 |
186 | 2023-10-08T15:27:22.534Z | Downloaded openssl-macros v0.1.1 |
187 | 2023-10-08T15:27:22.538Z | Downloaded opaque-debug v0.3.0 |
188 | 2023-10-08T15:27:22.541Z | Downloaded instant v0.1.12 |
189 | 2023-10-08T15:27:22.544Z | Downloaded waitgroup v0.1.2 |
190 | 2023-10-08T15:27:22.548Z | Downloaded globset v0.4.13 |
191 | 2023-10-08T15:27:22.552Z | Downloaded twox-hash v1.6.3 |
192 | 2023-10-08T15:27:22.555Z | Downloaded macaddr v1.0.1 |
193 | 2023-10-08T15:27:22.558Z | Downloaded password-hash v0.5.0 |
194 | 2023-10-08T15:27:22.562Z | Downloaded pest_meta v2.7.2 |
195 | 2023-10-08T15:27:22.565Z | Downloaded slog v2.7.0 |
196 | 2023-10-08T15:27:22.568Z | Downloaded is-terminal v0.4.9 |
197 | 2023-10-08T15:27:22.572Z | Downloaded zerocopy v0.3.0 |
198 | 2023-10-08T15:27:22.575Z | Downloaded httpdate v1.0.3 |
199 | 2023-10-08T15:27:22.578Z | Downloaded unicode-bidi v0.3.13 |
200 | 2023-10-08T15:27:22.582Z | Downloaded mime v0.3.17 |
201 | 2023-10-08T15:27:22.585Z | Downloaded linked-hash-map v0.5.6 |
202 | 2023-10-08T15:27:22.588Z | Downloaded num_cpus v1.16.0 |
203 | 2023-10-08T15:27:22.591Z | Downloaded ipnetwork v0.20.0 |
204 | 2023-10-08T15:27:22.594Z | Downloaded num-complex v0.4.4 |
205 | 2023-10-08T15:27:22.597Z | Downloaded inout v0.1.3 |
206 | 2023-10-08T15:27:22.601Z | Downloaded libloading v0.7.4 |
207 | 2023-10-08T15:27:22.604Z | Downloaded hyper-rustls v0.24.1 |
208 | 2023-10-08T15:27:22.608Z | Downloaded tokio-native-tls v0.3.1 |
209 | 2023-10-08T15:27:22.611Z | Downloaded phf_shared v0.11.2 |
210 | 2023-10-08T15:27:22.614Z | Downloaded lock_api v0.4.10 |
211 | 2023-10-08T15:27:22.618Z | Downloaded indexmap v1.9.3 |
212 | 2023-10-08T15:27:22.622Z | Downloaded typenum v1.16.0 |
213 | 2023-10-08T15:27:22.642Z | Downloaded zeroize v1.6.0 |
214 | 2023-10-08T15:27:22.647Z | Downloaded phf v0.11.2 |
215 | 2023-10-08T15:27:22.662Z | Downloaded postgres-types v0.2.6 |
216 | 2023-10-08T15:27:22.667Z | Downloaded steno v0.4.0 |
217 | 2023-10-08T15:27:22.674Z | Downloaded httparse v1.8.0 |
218 | 2023-10-08T15:27:22.678Z | Downloaded unsafe-libyaml v0.2.9 |
219 | 2023-10-08T15:27:22.682Z | Downloaded trust-dns-resolver v0.22.0 |
220 | 2023-10-08T15:27:22.685Z | Downloaded http v0.2.9 |
221 | 2023-10-08T15:27:22.691Z | Downloaded uuid v1.4.1 |
222 | 2023-10-08T15:27:22.695Z | Downloaded vergen v8.2.4 |
223 | 2023-10-08T15:27:22.701Z | Downloaded tungstenite v0.20.1 |
224 | 2023-10-08T15:27:22.707Z | Downloaded toml_edit v0.19.14 |
225 | 2023-10-08T15:27:22.730Z | Downloaded hashbrown v0.12.3 |
226 | 2023-10-08T15:27:23.143Z | Downloaded tokio-util v0.7.8 |
227 | 2023-10-08T15:27:23.156Z | Downloaded tokio-postgres v0.7.10 |
228 | 2023-10-08T15:27:23.181Z | Downloaded url v2.4.0 |
229 | 2023-10-08T15:27:23.193Z | Downloaded mio v0.8.8 |
230 | 2023-10-08T15:27:23.196Z | Downloaded unicode-normalization v0.1.22 |
231 | 2023-10-08T15:27:23.200Z | Downloaded futures-util v0.3.28 |
232 | 2023-10-08T15:27:23.205Z | Downloaded hashbrown v0.14.0 |
233 | 2023-10-08T15:27:23.215Z | Downloaded winnow v0.5.15 |
234 | 2023-10-08T15:27:23.218Z | Downloaded portable-atomic v1.4.3 |
235 | 2023-10-08T15:27:23.221Z | Downloaded bitvec v1.0.1 |
236 | 2023-10-08T15:27:23.223Z | Downloaded openssl v0.10.56 |
237 | 2023-10-08T15:27:23.226Z | Downloaded idna v0.4.0 |
238 | 2023-10-08T15:27:23.229Z | Downloaded regress v0.7.1 |
239 | 2023-10-08T15:27:23.232Z | Downloaded hyper v0.14.27 |
240 | 2023-10-08T15:27:23.235Z | Downloaded regex v1.9.3 |
241 | 2023-10-08T15:27:23.238Z | Downloaded vcpkg v0.2.15 |
242 | 2023-10-08T15:27:23.241Z | Downloaded webpki-roots v0.25.2 |
243 | 2023-10-08T15:27:23.257Z | Downloaded trust-dns-proto v0.22.0 |
244 | 2023-10-08T15:27:23.261Z | Downloaded tokio v1.32.0 |
245 | 2023-10-08T15:27:23.263Z | Downloaded openapiv3 v1.0.2 |
246 | 2023-10-08T15:27:23.266Z | Downloaded rustix v0.38.9 |
247 | 2023-10-08T15:27:23.270Z | Downloaded git2 v0.17.2 |
248 | 2023-10-08T15:27:23.272Z | Downloaded regex-automata v0.3.6 |
249 | 2023-10-08T15:27:23.275Z | Downloaded nix v0.26.2 |
250 | 2023-10-08T15:27:23.284Z | Downloaded zerocopy-derive v0.2.0 |
251 | 2023-10-08T15:27:23.288Z | Downloaded rustls v0.21.6 |
252 | 2023-10-08T15:27:23.290Z | Downloaded idna v0.2.3 |
253 | 2023-10-08T15:27:23.293Z | Downloaded libc v0.2.148 |
254 | 2023-10-08T15:27:23.326Z | Downloaded h2 v0.3.21 |
255 | 2023-10-08T15:27:23.338Z | Downloaded petgraph v0.6.4 |
256 | 2023-10-08T15:27:23.362Z | Downloaded regex-syntax v0.6.29 |
257 | 2023-10-08T15:27:23.375Z | Downloaded chrono v0.4.26 |
258 | 2023-10-08T15:27:23.389Z | Downloaded syn v2.0.29 |
259 | 2023-10-08T15:27:23.408Z | Downloaded syn v1.0.109 |
260 | 2023-10-08T15:27:23.430Z | Downloaded regex-syntax v0.7.4 |
261 | 2023-10-08T15:27:23.446Z | Downloaded regress v0.6.0 |
262 | 2023-10-08T15:27:23.460Z | Downloaded bstr v1.6.0 |
263 | 2023-10-08T15:27:23.480Z | Downloaded ring v0.16.20 |
264 | 2023-10-08T15:27:23.635Z | Downloaded clap_builder v4.4.0 |
265 | 2023-10-08T15:27:23.644Z | Downloaded itertools v0.11.0 |
266 | 2023-10-08T15:27:23.656Z | Downloaded encoding_rs v0.8.33 |
267 | 2023-10-08T15:27:23.696Z | Downloaded hashbrown v0.13.2 |
268 | 2023-10-08T15:27:23.705Z | Downloaded toml_edit v0.20.1 |
269 | 2023-10-08T15:27:23.734Z | Downloaded aho-corasick v1.0.4 |
270 | 2023-10-08T15:27:23.743Z | Downloaded reqwest v0.11.20 |
271 | 2023-10-08T15:27:23.757Z | Downloaded libm v0.2.7 |
272 | 2023-10-08T15:27:23.773Z | Downloaded libgit2-sys v0.15.2+1.6.4 |
273 | 2023-10-08T15:27:23.875Z | Downloaded time v0.3.27 |
274 | 2023-10-08T15:27:23.885Z | Downloaded serde_json v1.0.105 |
275 | 2023-10-08T15:27:23.900Z | Downloaded tracing v0.1.37 |
276 | 2023-10-08T15:27:23.906Z | Downloaded num-bigint v0.4.4 |
277 | 2023-10-08T15:27:23.915Z | Downloaded serde_with v2.3.3 |
278 | 2023-10-08T15:27:23.926Z | Downloaded rustls-webpki v0.101.4 |
279 | 2023-10-08T15:27:23.952Z | Downloaded pest v2.7.2 |
280 | 2023-10-08T15:27:23.960Z | Downloaded crossbeam-channel v0.5.8 |
281 | 2023-10-08T15:27:23.967Z | Downloaded clap v3.2.25 |
282 | 2023-10-08T15:27:23.991Z | Downloaded toml v0.5.11 |
283 | 2023-10-08T15:27:23.994Z | Downloaded openssl-sys v0.9.91 |
284 | 2023-10-08T15:27:24.003Z | Downloaded indexmap v2.0.0 |
285 | 2023-10-08T15:27:24.011Z | Downloaded native-tls v0.2.11 |
286 | 2023-10-08T15:27:24.029Z | Downloaded num-traits v0.2.16 |
287 | 2023-10-08T15:27:24.042Z | Downloaded toml v0.7.6 |
288 | 2023-10-08T15:27:24.049Z | Downloaded tracing-core v0.1.31 |
289 | 2023-10-08T15:27:24.055Z | Downloaded libz-sys v1.1.12 |
290 | 2023-10-08T15:27:24.145Z | Downloaded log v0.4.20 |
291 | 2023-10-08T15:27:24.149Z | Downloaded memchr v2.5.0 |
292 | 2023-10-08T15:27:24.155Z | Downloaded rusqlite v0.29.0 |
293 | 2023-10-08T15:27:24.166Z | Downloaded ipnet v2.8.0 |
294 | 2023-10-08T15:27:24.169Z | Downloaded toml v0.8.1 |
295 | 2023-10-08T15:27:24.175Z | Downloaded indicatif v0.17.6 |
296 | 2023-10-08T15:27:24.182Z | Downloaded hmac v0.12.1 |
297 | 2023-10-08T15:27:24.185Z | Downloaded futures v0.3.28 |
298 | 2023-10-08T15:27:24.194Z | Downloaded serde v1.0.187 |
299 | 2023-10-08T15:27:24.200Z | Downloaded once_cell v1.18.0 |
300 | 2023-10-08T15:27:24.204Z | Downloaded hashlink v0.8.3 |
301 | 2023-10-08T15:27:24.208Z | Downloaded polyval v0.6.1 |
302 | 2023-10-08T15:27:24.211Z | Downloaded num_enum v0.5.11 |
303 | 2023-10-08T15:27:24.221Z | Downloaded os_str_bytes v6.5.1 |
304 | 2023-10-08T15:27:24.224Z | Downloaded jobserver v0.1.26 |
305 | 2023-10-08T15:27:24.227Z | Downloaded getrandom v0.2.10 |
306 | 2023-10-08T15:27:24.232Z | Downloaded parking_lot v0.12.1 |
307 | 2023-10-08T15:27:24.236Z | Downloaded tinyvec v1.6.0 |
308 | 2023-10-08T15:27:24.242Z | Downloaded textwrap v0.16.0 |
309 | 2023-10-08T15:27:24.249Z | Downloaded libsqlite3-sys v0.26.0 |
310 | 2023-10-08T15:27:24.384Z | Downloaded socket2 v0.4.9 |
311 | 2023-10-08T15:27:24.387Z | Downloaded serde_yaml v0.9.25 |
312 | 2023-10-08T15:27:24.395Z | Downloaded base64 v0.21.4 |
313 | 2023-10-08T15:27:24.399Z | Downloaded hyper-tls v0.5.0 |
314 | 2023-10-08T15:27:24.402Z | Downloaded socket2 v0.5.3 |
315 | 2023-10-08T15:27:24.407Z | Downloaded const_format v0.2.31 |
316 | 2023-10-08T15:27:24.412Z | Downloaded version_check v0.9.4 |
317 | 2023-10-08T15:27:24.417Z | Downloaded try-lock v0.2.4 |
318 | 2023-10-08T15:27:24.420Z | Downloaded untrusted v0.7.1 |
319 | 2023-10-08T15:27:24.426Z | Downloaded glob v0.3.1 |
320 | 2023-10-08T15:27:24.429Z | Downloaded postgres-protocol v0.6.6 |
321 | 2023-10-08T15:27:24.432Z | Downloaded utf8parse v0.2.1 |
322 | 2023-10-08T15:27:24.437Z | Downloaded unicode-ident v1.0.11 |
323 | 2023-10-08T15:27:24.440Z | Downloaded ucd-trie v0.1.6 |
324 | 2023-10-08T15:27:24.443Z | Downloaded itoa v1.0.9 |
325 | 2023-10-08T15:27:24.446Z | Downloaded hex v0.4.3 |
326 | 2023-10-08T15:27:24.456Z | Downloaded tokio-rustls v0.24.1 |
327 | 2023-10-08T15:27:24.459Z | Downloaded parking_lot_core v0.9.8 |
328 | 2023-10-08T15:27:24.464Z | Downloaded aes-gcm-siv v0.11.1 |
329 | 2023-10-08T15:27:24.469Z | Downloaded tempfile v3.8.0 |
330 | 2023-10-08T15:27:24.472Z | Downloaded time v0.1.45 |
331 | 2023-10-08T15:27:24.475Z | Downloaded darling_core v0.20.3 |
332 | 2023-10-08T15:27:24.478Z | Downloaded cc v1.0.83 |
333 | 2023-10-08T15:27:24.482Z | Downloaded smallvec v1.11.0 |
334 | 2023-10-08T15:27:24.485Z | Downloaded slog-term v2.9.0 |
335 | 2023-10-08T15:27:24.490Z | Downloaded slog-stdlog v4.1.1 |
336 | 2023-10-08T15:27:24.501Z | Downloaded humantime v2.1.0 |
337 | 2023-10-08T15:27:24.504Z | Downloaded pest_generator v2.7.2 |
338 | 2023-10-08T15:27:24.507Z | Downloaded paste v1.0.14 |
339 | 2023-10-08T15:27:24.511Z | Downloaded parse-display-derive v0.7.0 |
340 | 2023-10-08T15:27:24.515Z | Downloaded universal-hash v0.5.1 |
341 | 2023-10-08T15:27:24.519Z | Downloaded wyz v0.5.1 |
342 | 2023-10-08T15:27:24.526Z | Downloaded num_enum v0.7.0 |
343 | 2023-10-08T15:27:24.530Z | Downloaded hostname v0.3.1 |
344 | 2023-10-08T15:27:24.533Z | Downloaded ctr v0.9.2 |
345 | 2023-10-08T15:27:24.536Z | Downloaded allocator-api2 v0.2.16 |
346 | 2023-10-08T15:27:24.539Z | Downloaded serde_derive v1.0.187 |
347 | 2023-10-08T15:27:24.542Z | Downloaded ahash v0.8.3 |
348 | 2023-10-08T15:27:24.546Z | Downloaded ahash v0.7.6 |
349 | 2023-10-08T15:27:24.550Z | Downloaded pin-project-lite v0.2.13 |
350 | 2023-10-08T15:27:24.553Z | Downloaded term v0.7.0 |
351 | 2023-10-08T15:27:24.557Z | Downloaded num v0.4.1 |
352 | 2023-10-08T15:27:24.560Z | Downloaded slog-dtrace v0.2.3 |
353 | 2023-10-08T15:27:24.563Z | Downloaded quote v1.0.33 |
354 | 2023-10-08T15:27:24.568Z | Downloaded camino v1.1.6 |
355 | 2023-10-08T15:27:24.572Z | Downloaded usdt v0.3.5 |
356 | 2023-10-08T15:27:24.576Z | Downloaded getopts v0.2.21 |
357 | 2023-10-08T15:27:24.580Z | Downloaded pest_derive v2.7.2 |
358 | 2023-10-08T15:27:24.583Z | Downloaded crossbeam-utils v0.8.16 |
359 | 2023-10-08T15:27:24.587Z | Downloaded want v0.3.1 |
360 | 2023-10-08T15:27:24.590Z | Downloaded anstyle v1.0.2 |
361 | 2023-10-08T15:27:24.594Z | Downloaded time-macros v0.2.13 |
362 | 2023-10-08T15:27:24.597Z | Downloaded time-core v0.1.1 |
363 | 2023-10-08T15:27:24.600Z | Downloaded structmeta-derive v0.1.6 |
364 | 2023-10-08T15:27:24.603Z | Downloaded strsim v0.10.0 |
365 | 2023-10-08T15:27:24.606Z | Downloaded slog-bunyan v2.4.0 |
366 | 2023-10-08T15:27:24.610Z | Downloaded sha2 v0.10.7 |
367 | 2023-10-08T15:27:24.613Z | Downloaded thiserror-impl v1.0.47 |
368 | 2023-10-08T15:27:24.616Z | Downloaded funty v2.0.0 |
369 | 2023-10-08T15:27:24.619Z | Downloaded clap_lex v0.5.1 |
370 | 2023-10-08T15:27:24.623Z | Downloaded semver v1.0.18 |
371 | 2023-10-08T15:27:24.626Z | Downloaded erased-serde v0.3.30 |
372 | 2023-10-08T15:27:24.629Z | Downloaded thiserror v1.0.47 |
373 | 2023-10-08T15:27:24.634Z | Downloaded tap v1.0.1 |
374 | 2023-10-08T15:27:24.637Z | Downloaded debug-ignore v1.0.5 |
375 | 2023-10-08T15:27:24.640Z | Downloaded console v0.15.7 |
376 | 2023-10-08T15:27:24.645Z | Downloaded utf-8 v0.7.6 |
377 | 2023-10-08T15:27:24.649Z | Downloaded thread-id v4.2.0 |
378 | 2023-10-08T15:27:24.652Z | Downloaded termcolor v1.2.0 |
379 | 2023-10-08T15:27:24.656Z | Downloaded futures-executor v0.3.28 |
380 | 2023-10-08T15:27:24.659Z | Downloaded anstyle-parse v0.2.1 |
381 | 2023-10-08T15:27:24.662Z | Downloaded num_threads v0.1.6 |
382 | 2023-10-08T15:27:24.666Z | Downloaded proc-macro2 v1.0.66 |
383 | 2023-10-08T15:27:24.669Z | Downloaded http-body v0.4.5 |
384 | 2023-10-08T15:27:24.673Z | Downloaded toml_datetime v0.6.3 |
385 | 2023-10-08T15:27:24.678Z | Downloaded serde_repr v0.1.16 |
386 | 2023-10-08T15:27:24.681Z | Downloaded serde_derive_internals v0.26.0 |
387 | 2023-10-08T15:27:24.684Z | Downloaded num-iter v0.1.43 |
388 | 2023-10-08T15:27:24.687Z | Downloaded num_enum_derive v0.5.11 |
389 | 2023-10-08T15:27:24.691Z | Downloaded num-rational v0.4.1 |
390 | 2023-10-08T15:27:24.695Z | Downloaded synstructure v0.12.6 |
391 | 2023-10-08T15:27:24.700Z | Downloaded quick-error v1.2.3 |
392 | 2023-10-08T15:27:24.703Z | Downloaded futures-macro v0.3.28 |
393 | 2023-10-08T15:27:24.707Z | Downloaded md-5 v0.10.5 |
394 | 2023-10-08T15:27:24.710Z | Downloaded data-encoding v2.4.0 |
395 | 2023-10-08T15:27:24.714Z | Downloaded slog-scope v4.4.0 |
396 | 2023-10-08T15:27:24.717Z | Downloaded serde_path_to_error v0.1.14 |
397 | 2023-10-08T15:27:24.721Z | Downloaded schemars_derive v0.8.12 |
398 | 2023-10-08T15:27:24.724Z | Downloaded ppv-lite86 v0.2.17 |
399 | 2023-10-08T15:27:24.727Z | Downloaded cfg-if v1.0.0 |
400 | 2023-10-08T15:27:24.731Z | Downloaded spin v0.5.2 |
401 | 2023-10-08T15:27:24.735Z | Downloaded proc-macro-error v1.0.4 |
402 | 2023-10-08T15:27:24.739Z | Downloaded clap_lex v0.2.4 |
403 | 2023-10-08T15:27:24.742Z | Downloaded slog-envlogger v2.2.0 |
404 | 2023-10-08T15:27:24.746Z | Downloaded slog-async v2.8.0 |
405 | 2023-10-08T15:27:24.750Z | Downloaded slab v0.4.9 |
406 | 2023-10-08T15:27:24.753Z | Downloaded signal-hook-registry v1.4.1 |
407 | 2023-10-08T15:27:24.757Z | Downloaded serde_with_macros v2.3.3 |
408 | 2023-10-08T15:27:24.760Z | Downloaded scopeguard v1.2.0 |
409 | 2023-10-08T15:27:24.763Z | Downloaded usdt-attr-macro v0.3.5 |
410 | 2023-10-08T15:27:24.767Z | Downloaded newtype_derive v0.1.6 |
411 | 2023-10-08T15:27:24.770Z | Downloaded clap_derive v4.4.0 |
412 | 2023-10-08T15:27:24.773Z | Downloaded anyhow v1.0.75 |
413 | 2023-10-08T15:27:24.777Z | Downloaded dof v0.1.5 |
414 | 2023-10-08T15:27:24.780Z | Downloaded rand_chacha v0.3.1 |
415 | 2023-10-08T15:27:24.783Z | Downloaded serde_tokenstream v0.1.7 |
416 | 2023-10-08T15:27:24.787Z | Downloaded errno v0.3.2 |
417 | 2023-10-08T15:27:24.790Z | Downloaded serde_arrays v0.1.0 |
418 | 2023-10-08T15:27:24.794Z | Downloaded ryu v1.0.15 |
419 | 2023-10-08T15:27:24.797Z | Downloaded form_urlencoded v1.2.0 |
420 | 2023-10-08T15:27:24.800Z | Downloaded darling v0.20.3 |
421 | 2023-10-08T15:27:24.804Z | Downloaded equivalent v1.0.1 |
422 | 2023-10-08T15:27:24.807Z | Downloaded rustls-pemfile v1.0.3 |
423 | 2023-10-08T15:27:24.810Z | Downloaded clap v4.4.0 |
424 | 2023-10-08T15:27:24.814Z | Downloaded bitflags v1.3.2 |
425 | 2023-10-08T15:27:24.817Z | Downloaded proc-macro-error-attr v1.0.4 |
426 | 2023-10-08T15:27:24.821Z | Downloaded serde_spanned v0.6.3 |
427 | 2023-10-08T15:27:24.825Z | Downloaded async-recursion v0.3.2 |
428 | 2023-10-08T15:27:24.830Z | Downloaded proc-macro-crate v1.3.1 |
429 | 2023-10-08T15:27:24.835Z | Downloaded bytes v1.4.0 |
430 | 2023-10-08T15:27:24.839Z | Downloaded serde_urlencoded v0.7.1 |
431 | 2023-10-08T15:27:24.842Z | Downloaded colored v2.0.4 |
432 | 2023-10-08T15:27:24.846Z | Downloaded byteorder v1.4.3 |
433 | 2023-10-08T15:27:24.849Z | Downloaded darling_macro v0.20.3 |
434 | 2023-10-08T15:27:24.852Z | Downloaded foreign-types v0.3.2 |
435 | 2023-10-08T15:27:24.915Z | Downloaded dirs-next v2.0.0 |
436 | 2023-10-08T15:27:24.918Z | Downloaded arc-swap v1.6.0 |
437 | 2023-10-08T15:27:24.921Z | Downloaded ron v0.7.1 |
438 | 2023-10-08T15:27:24.925Z | Downloaded camino-tempfile v1.0.2 |
439 | 2023-10-08T15:27:24.928Z | Downloaded env_logger v0.9.3 |
440 | 2023-10-08T15:27:24.931Z | Downloaded rustversion v1.0.14 |
441 | 2023-10-08T15:27:24.934Z | Downloaded digest v0.10.7 |
442 | 2023-10-08T15:27:24.938Z | Downloaded ctrlc v3.4.0 |
443 | 2023-10-08T15:27:24.941Z | Downloaded resolv-conf v0.7.0 |
444 | 2023-10-08T15:27:24.945Z | Downloaded enum-as-inner v0.5.1 |
445 | 2023-10-08T15:27:24.948Z | Downloaded deranged v0.3.8 |
446 | 2023-10-08T15:27:24.951Z | Downloaded futures-sink v0.3.28 |
447 | 2023-10-08T15:27:24.955Z | Downloaded radium v0.7.0 |
448 | 2023-10-08T15:27:24.958Z | Downloaded bincode v1.3.3 |
449 | 2023-10-08T15:27:24.962Z | Downloaded ascii v1.1.0 |
450 | 2023-10-08T15:27:24.964Z | Downloaded anstream v0.5.0 |
451 | 2023-10-08T15:27:24.968Z | Downloaded backoff v0.4.0 |
452 | 2023-10-08T15:27:24.971Z | Downloaded sct v0.7.0 |
453 | 2023-10-08T15:27:24.974Z | Downloaded argon2 v0.5.1 |
454 | 2023-10-08T15:27:24.977Z | Downloaded foreign-types-shared v0.1.1 |
455 | 2023-10-08T15:27:24.980Z | Downloaded fallible-streaming-iterator v0.1.9 |
456 | 2023-10-08T15:27:24.984Z | Downloaded either v1.9.0 |
457 | 2023-10-08T15:27:24.987Z | Downloaded dtrace-parser v0.1.14 |
458 | 2023-10-08T15:27:24.990Z | Downloaded async-stream v0.3.5 |
459 | 2023-10-08T15:27:24.994Z | Downloaded rustc_version v0.1.7 |
460 | 2023-10-08T15:27:24.997Z | Downloaded atty v0.2.14 |
461 | 2023-10-08T15:27:25.001Z | Downloaded aead v0.5.2 |
462 | 2023-10-08T15:27:25.074Z | Compiling proc-macro2 v1.0.66 |
463 | 2023-10-08T15:27:25.079Z | Compiling unicode-ident v1.0.11 |
464 | 2023-10-08T15:27:25.083Z | Compiling libc v0.2.148 |
465 | 2023-10-08T15:27:25.086Z | Compiling serde v1.0.187 |
466 | 2023-10-08T15:27:25.091Z | Compiling version_check v0.9.4 |
467 | 2023-10-08T15:27:25.094Z | Checking cfg-if v1.0.0 |
468 | 2023-10-08T15:27:25.097Z | Compiling autocfg v1.1.0 |
469 | 2023-10-08T15:27:25.103Z | Compiling syn v1.0.109 |
470 | 2023-10-08T15:27:25.255Z | Checking once_cell v1.18.0 |
471 | 2023-10-08T15:27:25.374Z | Compiling memchr v2.5.0 |
472 | 2023-10-08T15:27:25.971Z | Compiling thiserror v1.0.47 |
473 | 2023-10-08T15:27:26.117Z | Checking itoa v1.0.9 |
474 | 2023-10-08T15:27:26.121Z | Compiling libm v0.2.7 |
475 | 2023-10-08T15:27:26.324Z | Compiling serde_json v1.0.105 |
476 | 2023-10-08T15:27:27.586Z | Checking log v0.4.20 |
477 | 2023-10-08T15:27:27.655Z | Compiling ahash v0.8.3 |
478 | 2023-10-08T15:27:27.670Z | Checking pin-project-lite v0.2.13 |
479 | 2023-10-08T15:27:27.689Z | Compiling typenum v1.16.0 |
480 | 2023-10-08T15:27:28.045Z | Compiling pkg-config v0.3.27 |
481 | 2023-10-08T15:27:28.060Z | Compiling lock_api v0.4.10 |
482 | 2023-10-08T15:27:28.393Z | Compiling ahash v0.7.6 |
483 | 2023-10-08T15:27:28.678Z | Compiling generic-array v0.14.7 |
484 | 2023-10-08T15:27:28.938Z | Compiling vcpkg v0.2.15 |
485 | 2023-10-08T15:27:29.684Z | Compiling parking_lot_core v0.9.8 |
486 | 2023-10-08T15:27:29.688Z | Compiling quote v1.0.33 |
487 | 2023-10-08T15:27:29.758Z | Checking getrandom v0.2.10 |
488 | 2023-10-08T15:27:29.866Z | Checking smallvec v1.11.0 |
489 | 2023-10-08T15:27:29.982Z | Compiling syn v2.0.29 |
490 | 2023-10-08T15:27:30.188Z | Compiling jobserver v0.1.26 |
491 | 2023-10-08T15:27:30.386Z | Checking rand_core v0.6.4 |
492 | 2023-10-08T15:27:30.633Z | Compiling cc v1.0.83 |
493 | 2023-10-08T15:27:30.791Z | Compiling num-traits v0.2.16 |
494 | 2023-10-08T15:27:30.928Z | Checking ryu v1.0.15 |
495 | 2023-10-08T15:27:31.226Z | Checking scopeguard v1.2.0 |
496 | 2023-10-08T15:27:32.021Z | Compiling futures-core v0.3.28 |
497 | 2023-10-08T15:27:32.059Z | Checking parking_lot v0.12.1 |
498 | 2023-10-08T15:27:32.480Z | Checking signal-hook-registry v1.4.1 |
499 | 2023-10-08T15:27:32.588Z | Checking socket2 v0.5.3 |
500 | 2023-10-08T15:27:32.680Z | Checking mio v0.8.8 |
501 | 2023-10-08T15:27:32.787Z | Checking num_cpus v1.16.0 |
502 | 2023-10-08T15:27:33.430Z | Compiling indexmap v1.9.3 |
503 | 2023-10-08T15:27:33.999Z | Compiling slab v0.4.9 |
504 | 2023-10-08T15:27:34.039Z | Compiling schemars v0.8.12 |
505 | 2023-10-08T15:27:34.148Z | Compiling futures-task v0.3.28 |
506 | 2023-10-08T15:27:34.550Z | Compiling futures-channel v0.3.28 |
507 | 2023-10-08T15:27:34.625Z | Checking crypto-common v0.1.6 |
508 | 2023-10-08T15:27:34.639Z | Compiling equivalent v1.0.1 |
509 | 2023-10-08T15:27:34.710Z | Checking pin-utils v0.1.0 |
510 | 2023-10-08T15:27:34.772Z | Compiling heck v0.4.1 |
511 | 2023-10-08T15:27:34.822Z | Checking futures-sink v0.3.28 |
512 | 2023-10-08T15:27:34.861Z | Compiling hashbrown v0.14.0 |
513 | 2023-10-08T15:27:35.167Z | Compiling futures-util v0.3.28 |
514 | 2023-10-08T15:27:35.612Z | Checking subtle v2.5.0 |
515 | 2023-10-08T15:27:35.710Z | Checking futures-io v0.3.28 |
516 | 2023-10-08T15:27:35.786Z | Compiling unicode-xid v0.2.4 |
517 | 2023-10-08T15:27:35.844Z | Checking tinyvec_macros v0.1.1 |
518 | 2023-10-08T15:27:35.960Z | Checking tinyvec v1.6.0 |
519 | 2023-10-08T15:27:35.964Z | Checking fnv v1.0.7 |
520 | 2023-10-08T15:27:36.006Z | Compiling slog v2.7.0 |
521 | 2023-10-08T15:27:36.055Z | Compiling time-core v0.1.1 |
522 | 2023-10-08T15:27:36.105Z | Checking time v0.1.45 |
523 | 2023-10-08T15:27:36.286Z | Compiling time-macros v0.2.13 |
524 | 2023-10-08T15:27:36.469Z | Checking hashbrown v0.12.3 |
525 | 2023-10-08T15:27:36.661Z | Compiling indexmap v2.0.0 |
526 | 2023-10-08T15:27:36.860Z | Checking unicode-bidi v0.3.13 |
527 | 2023-10-08T15:27:37.568Z | Compiling ucd-trie v0.1.6 |
528 | 2023-10-08T15:27:37.629Z | Checking bitflags v1.3.2 |
529 | 2023-10-08T15:27:38.146Z | Checking iana-time-zone v0.1.57 |
530 | 2023-10-08T15:27:38.281Z | Checking unicode-normalization v0.1.22 |
531 | 2023-10-08T15:27:38.569Z | Checking block-buffer v0.10.4 |
532 | 2023-10-08T15:27:39.126Z | Checking tracing-core v0.1.31 |
533 | 2023-10-08T15:27:39.378Z | Checking digest v0.10.7 |
534 | 2023-10-08T15:27:39.781Z | Compiling ring v0.16.20 |
535 | 2023-10-08T15:27:40.187Z | Checking allocator-api2 v0.2.16 |
536 | 2023-10-08T15:27:40.996Z | Checking byteorder v1.4.3 |
537 | 2023-10-08T15:27:41.090Z | Checking percent-encoding v2.3.0 |
538 | 2023-10-08T15:27:41.376Z | Compiling openssl-sys v0.9.91 |
539 | 2023-10-08T15:27:41.580Z | Compiling serde_derive_internals v0.26.0 |
540 | 2023-10-08T15:27:41.664Z | Compiling synstructure v0.12.6 |
541 | 2023-10-08T15:27:42.731Z | Compiling dyn-clone v1.0.13 |
542 | 2023-10-08T15:27:42.843Z | Checking lazy_static v1.4.0 |
543 | 2023-10-08T15:27:42.984Z | Checking ppv-lite86 v0.2.17 |
544 | 2023-10-08T15:27:43.025Z | Compiling httparse v1.8.0 |
545 | 2023-10-08T15:27:43.658Z | Checking form_urlencoded v1.2.0 |
546 | 2023-10-08T15:27:43.935Z | Checking spin v0.5.2 |
547 | 2023-10-08T15:27:44.064Z | Checking rand_chacha v0.3.1 |
548 | 2023-10-08T15:27:44.207Z | Checking untrusted v0.7.1 |
549 | 2023-10-08T15:27:44.398Z | Checking aho-corasick v1.0.4 |
550 | 2023-10-08T15:27:44.599Z | Checking rand v0.8.5 |
551 | 2023-10-08T15:27:44.871Z | Compiling usdt-impl v0.3.5 |
552 | 2023-10-08T15:27:45.202Z | Compiling winnow v0.5.15 |
553 | 2023-10-08T15:27:45.555Z | Checking regex-syntax v0.7.4 |
554 | 2023-10-08T15:27:46.857Z | Checking idna v0.4.0 |
555 | 2023-10-08T15:27:47.635Z | Compiling crossbeam-utils v0.8.16 |
556 | 2023-10-08T15:27:47.679Z | Checking num_threads v0.1.6 |
557 | 2023-10-08T15:27:47.816Z | Compiling openssl v0.10.56 |
558 | 2023-10-08T15:27:48.239Z | Checking foreign-types-shared v0.1.1 |
559 | 2023-10-08T15:27:48.352Z | Compiling rustls v0.21.6 |
560 | 2023-10-08T15:27:48.398Z | Checking try-lock v0.2.4 |
561 | 2023-10-08T15:27:48.495Z | Compiling semver v1.0.18 |
562 | 2023-10-08T15:27:48.563Z | Checking cpufeatures v0.2.9 |
563 | 2023-10-08T15:27:48.860Z | Checking deranged v0.3.8 |
564 | 2023-10-08T15:27:48.892Z | Checking base64 v0.21.4 |
565 | 2023-10-08T15:27:49.389Z | Checking want v0.3.1 |
566 | 2023-10-08T15:27:49.671Z | Checking foreign-types v0.3.2 |
567 | 2023-10-08T15:27:49.690Z | Checking url v2.4.0 |
568 | 2023-10-08T15:27:50.387Z | Compiling serde_derive v1.0.187 |
569 | 2023-10-08T15:27:50.926Z | Compiling thiserror-impl v1.0.47 |
570 | 2023-10-08T15:27:50.929Z | Compiling tokio-macros v2.1.0 |
571 | 2023-10-08T15:27:51.157Z | Compiling futures-macro v0.3.28 |
572 | 2023-10-08T15:27:51.283Z | Compiling tracing-attributes v0.1.26 |
573 | 2023-10-08T15:27:51.526Z | Checking regex-automata v0.3.6 |
574 | 2023-10-08T15:27:51.642Z | Compiling schemars_derive v0.8.12 |
575 | 2023-10-08T15:27:51.661Z | Compiling zerocopy-derive v0.2.0 |
576 | 2023-10-08T15:27:53.645Z | Checking time v0.3.27 |
577 | 2023-10-08T15:27:54.807Z | Compiling zerocopy v0.3.0 |
578 | 2023-10-08T15:27:56.036Z | Compiling pest v2.7.2 |
579 | 2023-10-08T15:27:56.055Z | Compiling dof v0.1.5 |
580 | 2023-10-08T15:27:56.707Z | Checking sct v0.7.0 |
581 | 2023-10-08T15:27:57.037Z | Checking rustls-webpki v0.101.4 |
582 | 2023-10-08T15:27:57.076Z | Checking tracing v0.1.37 |
583 | 2023-10-08T15:27:57.184Z | Checking regex v1.9.3 |
584 | 2023-10-08T15:27:57.374Z | Compiling openssl-macros v0.1.1 |
585 | 2023-10-08T15:27:57.827Z | Compiling thread-id v4.2.0 |
586 | 2023-10-08T15:27:57.973Z | Checking socket2 v0.4.9 |
587 | 2023-10-08T15:27:58.174Z | Checking tower-service v0.3.2 |
588 | 2023-10-08T15:27:58.323Z | Compiling native-tls v0.2.11 |
589 | 2023-10-08T15:27:58.425Z | Checking httpdate v1.0.3 |
590 | 2023-10-08T15:27:58.642Z | Compiling rustversion v1.0.14 |
591 | 2023-10-08T15:28:00.625Z | Compiling pest_meta v2.7.2 |
592 | 2023-10-08T15:28:00.644Z | Checking openssl-probe v0.1.5 |
593 | 2023-10-08T15:28:00.760Z | Checking unicode-width v0.1.10 |
594 | 2023-10-08T15:28:00.960Z | Compiling hashbrown v0.13.2 |
595 | 2023-10-08T15:28:02.808Z | Compiling pest_generator v2.7.2 |
596 | 2023-10-08T15:28:03.225Z | Checking atty v0.2.14 |
597 | 2023-10-08T15:28:03.510Z | Compiling anyhow v1.0.75 |
598 | 2023-10-08T15:28:03.992Z | Compiling async-trait v0.1.73 |
599 | 2023-10-08T15:28:04.341Z | Checking ipnet v2.8.0 |
600 | 2023-10-08T15:28:05.043Z | Checking futures-executor v0.3.28 |
601 | 2023-10-08T15:28:05.084Z | Compiling regress v0.7.1 |
602 | 2023-10-08T15:28:05.384Z | Checking rustls-pemfile v1.0.3 |
603 | 2023-10-08T15:28:05.824Z | Checking dirs-sys-next v0.1.2 |
604 | 2023-10-08T15:28:07.845Z | Compiling pest_derive v2.7.2 |
605 | 2023-10-08T15:28:08.580Z | Checking dirs-next v2.0.0 |
606 | 2023-10-08T15:28:09.238Z | Compiling dtrace-parser v0.1.14 |
607 | 2023-10-08T15:28:12.187Z | Checking thread_local v1.1.7 |
608 | 2023-10-08T15:28:12.267Z | Checking bytes v1.4.0 |
609 | 2023-10-08T15:28:12.846Z | Checking chrono v0.4.26 |
610 | 2023-10-08T15:28:13.381Z | Checking uuid v1.4.1 |
611 | 2023-10-08T15:28:13.468Z | Checking tokio v1.32.0 |
612 | 2023-10-08T15:28:14.266Z | Checking http v0.2.9 |
613 | 2023-10-08T15:28:15.988Z | Compiling serde_spanned v0.6.3 |
614 | 2023-10-08T15:28:16.010Z | Compiling toml_datetime v0.6.3 |
615 | 2023-10-08T15:28:16.294Z | Checking bitflags v2.4.0 |
616 | 2023-10-08T15:28:16.406Z | Checking http-body v0.4.5 |
617 | 2023-10-08T15:28:16.657Z | Compiling toml_edit v0.19.14 |
618 | 2023-10-08T15:28:18.039Z | Compiling serde_tokenstream v0.1.7 |
619 | 2023-10-08T15:28:18.122Z | Compiling serde_tokenstream v0.2.0 |
620 | 2023-10-08T15:28:18.295Z | Compiling openapiv3 v1.0.2 |
621 | 2023-10-08T15:28:18.822Z | Checking serde_urlencoded v0.7.1 |
622 | 2023-10-08T15:28:19.397Z | Compiling usdt-attr-macro v0.3.5 |
623 | 2023-10-08T15:28:19.491Z | Compiling usdt-macro v0.3.5 |
624 | 2023-10-08T15:28:20.957Z | Checking encoding_rs v0.8.33 |
625 | 2023-10-08T15:28:21.608Z | Compiling slog-async v2.8.0 |
626 | 2023-10-08T15:28:21.741Z | Checking usdt v0.3.5 |
627 | 2023-10-08T15:28:22.069Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
628 | 2023-10-08T15:28:22.431Z | Checking webpki-roots v0.25.2 |
629 | 2023-10-08T15:28:24.187Z | Checking mime v0.3.17 |
630 | 2023-10-08T15:28:24.580Z | Checking tokio-util v0.7.8 |
631 | 2023-10-08T15:28:24.608Z | Checking tokio-rustls v0.24.1 |
632 | 2023-10-08T15:28:24.813Z | Checking tokio-native-tls v0.3.1 |
633 | 2023-10-08T15:28:25.087Z | Compiling rustix v0.38.9 |
634 | 2023-10-08T15:28:25.247Z | Checking term v0.7.0 |
635 | 2023-10-08T15:28:25.485Z | Checking crossbeam-channel v0.5.8 |
636 | 2023-10-08T15:28:25.994Z | Checking h2 v0.3.21 |
637 | 2023-10-08T15:28:26.015Z | Checking errno v0.3.2 |
638 | 2023-10-08T15:28:26.196Z | Checking take_mut v0.2.2 |
639 | 2023-10-08T15:28:26.307Z | Checking siphasher v0.3.11 |
640 | 2023-10-08T15:28:26.738Z | Checking phf_shared v0.11.2 |
641 | 2023-10-08T15:28:27.154Z | Checking slog-term v2.9.0 |
642 | 2023-10-08T15:28:27.943Z | Compiling proc-macro-crate v1.3.1 |
643 | 2023-10-08T15:28:29.297Z | Checking hex v0.4.3 |
644 | 2023-10-08T15:28:29.872Z | Checking match_cfg v0.1.0 |
645 | 2023-10-08T15:28:30.432Z | Checking hostname v0.3.1 |
646 | 2023-10-08T15:28:30.604Z | Compiling getopts v0.2.21 |
647 | 2023-10-08T15:28:32.650Z | Checking futures v0.3.28 |
648 | 2023-10-08T15:28:32.771Z | Checking hyper v0.14.27 |
649 | 2023-10-08T15:28:32.921Z | Compiling ident_case v1.0.1 |
650 | 2023-10-08T15:28:33.240Z | Compiling unsafe-libyaml v0.2.9 |
651 | 2023-10-08T15:28:33.351Z | Compiling strsim v0.10.0 |
652 | 2023-10-08T15:28:34.354Z | Checking fallible-iterator v0.2.0 |
653 | 2023-10-08T15:28:34.728Z | Compiling darling_core v0.20.3 |
654 | 2023-10-08T15:28:35.793Z | Compiling serde_yaml v0.9.25 |
655 | 2023-10-08T15:28:35.913Z | Checking sha1 v0.10.5 |
656 | 2023-10-08T15:28:36.322Z | Compiling libz-sys v1.1.12 |
657 | 2023-10-08T15:28:38.051Z | Compiling semver v0.1.20 |
658 | 2023-10-08T15:28:40.346Z | Checking hyper-tls v0.5.0 |
659 | 2023-10-08T15:28:40.727Z | Checking hyper-rustls v0.24.1 |
660 | 2023-10-08T15:28:40.749Z | Compiling rustc_version v0.1.7 |
661 | 2023-10-08T15:28:41.139Z | Checking reqwest v0.11.20 |
662 | 2023-10-08T15:28:41.774Z | Checking slog-json v2.6.1 |
663 | 2023-10-08T15:28:41.777Z | Compiling strum_macros v0.25.2 |
664 | 2023-10-08T15:28:41.780Z | Compiling camino v1.1.6 |
665 | 2023-10-08T15:28:41.929Z | Checking fastrand v2.0.0 |
666 | 2023-10-08T15:28:42.402Z | Checking tempfile v3.8.0 |
667 | 2023-10-08T15:28:42.799Z | Checking slog-bunyan v2.4.0 |
668 | 2023-10-08T15:28:42.911Z | Compiling newtype_derive v0.1.6 |
669 | 2023-10-08T15:28:43.061Z | Checking console v0.15.7 |
670 | 2023-10-08T15:28:43.479Z | Compiling structmeta-derive v0.1.6 |
671 | 2023-10-08T15:28:43.623Z | Compiling darling_macro v0.20.3 |
672 | 2023-10-08T15:28:43.652Z | Checking progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
673 | 2023-10-08T15:28:43.932Z | Checking sha2 v0.10.7 |
674 | 2023-10-08T15:28:44.099Z | Checking hmac v0.12.1 |
675 | 2023-10-08T15:28:44.344Z | Checking md-5 v0.10.5 |
676 | 2023-10-08T15:28:44.654Z | Checking stringprep v0.1.3 |
677 | 2023-10-08T15:28:44.688Z | Compiling libgit2-sys v0.15.2+1.6.4 |
678 | 2023-10-08T15:28:44.798Z | Compiling paste v1.0.14 |
679 | 2023-10-08T15:28:44.930Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
680 | 2023-10-08T15:28:45.364Z | Compiling darling v0.20.3 |
681 | 2023-10-08T15:28:45.510Z | Compiling serde_with_macros v2.3.3 |
682 | 2023-10-08T15:28:45.655Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
683 | 2023-10-08T15:28:46.016Z | Checking postgres-protocol v0.6.6 |
684 | 2023-10-08T15:28:47.135Z | Compiling num_enum_derive v0.5.11 |
685 | 2023-10-08T15:28:47.201Z | Compiling async-stream-impl v0.3.5 |
686 | 2023-10-08T15:28:47.319Z | Compiling num-integer v0.1.45 |
687 | 2023-10-08T15:28:47.728Z | Checking strum v0.25.0 |
688 | 2023-10-08T15:28:47.880Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
689 | 2023-10-08T15:28:47.927Z | Checking fixedbitset v0.4.2 |
690 | 2023-10-08T15:28:48.017Z | Compiling structmeta v0.1.6 |
691 | 2023-10-08T15:28:48.301Z | Checking either v1.9.0 |
692 | 2023-10-08T15:28:48.404Z | Checking atomic-waker v1.1.1 |
693 | 2023-10-08T15:28:48.430Z | Compiling regex-syntax v0.6.29 |
694 | 2023-10-08T15:28:48.570Z | Checking waitgroup v0.1.2 |
695 | 2023-10-08T15:28:48.679Z | Checking petgraph v0.6.4 |
696 | 2023-10-08T15:28:48.778Z | Checking postgres-types v0.2.6 |
697 | 2023-10-08T15:28:49.417Z | Checking async-stream v0.3.5 |
698 | 2023-10-08T15:28:49.716Z | Checking serde_with v2.3.3 |
699 | 2023-10-08T15:28:49.855Z | Checking toml v0.7.6 |
700 | 2023-10-08T15:28:51.014Z | Checking phf v0.11.2 |
701 | 2023-10-08T15:28:51.119Z | Checking num_enum v0.5.11 |
702 | 2023-10-08T15:28:51.321Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
703 | 2023-10-08T15:28:51.420Z | Checking serde_path_to_error v0.1.14 |
704 | 2023-10-08T15:28:51.498Z | Compiling vergen v8.2.4 |
705 | 2023-10-08T15:28:51.655Z | Compiling memoffset v0.7.1 |
706 | 2023-10-08T15:28:52.104Z | Compiling proc-macro-error-attr v1.0.4 |
707 | 2023-10-08T15:28:52.296Z | Checking instant v0.1.12 |
708 | 2023-10-08T15:28:52.530Z | Checking whoami v1.4.1 |
709 | 2023-10-08T15:28:52.564Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
710 | 2023-10-08T15:28:52.737Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
711 | 2023-10-08T15:28:52.764Z | Checking utf8parse v0.2.1 |
712 | 2023-10-08T15:28:52.878Z | Checking debug-ignore v1.0.5 |
713 | 2023-10-08T15:28:53.053Z | Checking anstyle-parse v0.2.1 |
714 | 2023-10-08T15:28:53.086Z | Checking tokio-postgres v0.7.10 |
715 | 2023-10-08T15:28:53.520Z | Checking backoff v0.4.0 |
716 | 2023-10-08T15:28:54.156Z | Checking steno v0.4.0 |
717 | 2023-10-08T15:28:55.066Z | Checking camino-tempfile v1.0.2 |
718 | 2023-10-08T15:28:55.449Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
719 | 2023-10-08T15:28:55.470Z | Compiling rustc_version v0.4.0 |
720 | 2023-10-08T15:28:55.644Z | Checking ipnetwork v0.20.0 |
721 | 2023-10-08T15:28:55.730Z | Checking macaddr v1.0.1 |
722 | 2023-10-08T15:28:56.241Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
723 | 2023-10-08T15:28:56.429Z | Compiling libsqlite3-sys v0.26.0 |
724 | 2023-10-08T15:28:57.225Z | Compiling num-bigint v0.4.4 |
725 | 2023-10-08T15:28:57.258Z | Compiling proc-macro-error v1.0.4 |
726 | 2023-10-08T15:28:57.590Z | Compiling slog-dtrace v0.2.3 |
727 | 2023-10-08T15:28:57.778Z | Compiling parse-display-derive v0.7.0 |
728 | 2023-10-08T15:28:57.800Z | Checking colorchoice v1.0.0 |
729 | 2023-10-08T15:28:57.819Z | Checking static_assertions v1.1.0 |
730 | 2023-10-08T15:28:57.937Z | Checking base64ct v1.6.0 |
731 | 2023-10-08T15:28:57.963Z | Checking anstyle v1.0.2 |
732 | 2023-10-08T15:28:57.983Z | Checking arc-swap v1.6.0 |
733 | 2023-10-08T15:28:58.002Z | Checking anstyle-query v1.0.0 |
734 | 2023-10-08T15:28:58.479Z | Checking anstream v0.5.0 |
735 | 2023-10-08T15:28:58.649Z | Checking password-hash v0.5.0 |
736 | 2023-10-08T15:28:58.669Z | Checking slog-scope v4.4.0 |
737 | 2023-10-08T15:28:58.703Z | Checking blake2 v0.10.6 |
738 | 2023-10-08T15:28:58.934Z | Checking inout v0.1.3 |
739 | 2023-10-08T15:28:58.972Z | Compiling num-iter v0.1.43 |
740 | 2023-10-08T15:28:59.198Z | Compiling num-rational v0.4.1 |
741 | 2023-10-08T15:28:59.323Z | Compiling radium v0.7.0 |
742 | 2023-10-08T15:28:59.351Z | Checking clap_lex v0.5.1 |
743 | 2023-10-08T15:28:59.523Z | Checking termcolor v1.2.0 |
744 | 2023-10-08T15:28:59.707Z | Checking clap_builder v4.4.0 |
745 | 2023-10-08T15:29:00.103Z | Checking argon2 v0.5.1 |
746 | 2023-10-08T15:29:00.147Z | Checking cipher v0.4.4 |
747 | 2023-10-08T15:29:00.247Z | Checking slog-stdlog v4.1.1 |
748 | 2023-10-08T15:29:00.704Z | Checking nix v0.26.2 |
749 | 2023-10-08T15:29:00.999Z | Checking toml_edit v0.20.1 |
750 | 2023-10-08T15:29:01.492Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
751 | 2023-10-08T15:29:01.515Z | Compiling clap_derive v4.4.0 |
752 | 2023-10-08T15:29:02.187Z | Compiling serde_repr v0.1.16 |
753 | 2023-10-08T15:29:03.122Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
754 | 2023-10-08T15:29:04.073Z | Checking hashlink v0.8.3 |
755 | 2023-10-08T15:29:04.136Z | Checking tap v1.0.1 |
756 | 2023-10-08T15:29:04.361Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
757 | 2023-10-08T15:29:04.385Z | Checking parse-display v0.7.0 |
758 | 2023-10-08T15:29:04.594Z | Checking fallible-streaming-iterator v0.1.9 |
759 | 2023-10-08T15:29:04.638Z | Compiling portable-atomic v1.4.3 |
760 | 2023-10-08T15:29:04.917Z | Checking os_str_bytes v6.5.1 |
761 | 2023-10-08T15:29:04.923Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
762 | 2023-10-08T15:29:04.959Z | Checking toml v0.8.1 |
763 | 2023-10-08T15:29:04.995Z | Checking rusqlite v0.29.0 |
764 | 2023-10-08T15:29:05.407Z | Checking clap_lex v0.2.4 |
765 | 2023-10-08T15:29:05.457Z | Checking wyz v0.5.1 |
766 | 2023-10-08T15:29:06.081Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
767 | 2023-10-08T15:29:06.144Z | Compiling clap_derive v3.2.25 |
768 | 2023-10-08T15:29:06.161Z | Checking slog-envlogger v2.2.0 |
769 | 2023-10-08T15:29:06.684Z | Checking twox-hash v1.6.3 |
770 | 2023-10-08T15:29:06.706Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
771 | 2023-10-08T15:29:06.838Z | Checking is-terminal v0.4.9 |
772 | 2023-10-08T15:29:07.060Z | Compiling num_enum_derive v0.7.0 |
773 | 2023-10-08T15:29:07.159Z | Checking regress v0.6.0 |
774 | 2023-10-08T15:29:07.369Z | Checking num-complex v0.4.4 |
775 | 2023-10-08T15:29:07.456Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
776 | 2023-10-08T15:29:07.552Z | Checking universal-hash v0.5.1 |
777 | 2023-10-08T15:29:07.798Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
778 | 2023-10-08T15:29:08.327Z | Checking textwrap v0.16.0 |
779 | 2023-10-08T15:29:08.812Z | Checking funty v2.0.0 |
780 | 2023-10-08T15:29:08.867Z | Checking opaque-debug v0.3.0 |
781 | 2023-10-08T15:29:08.977Z | Checking polyval v0.6.1 |
782 | 2023-10-08T15:29:09.319Z | Checking num v0.4.1 |
783 | 2023-10-08T15:29:09.390Z | Checking colored v2.0.4 |
784 | 2023-10-08T15:29:09.456Z | Checking clap v4.4.0 |
785 | 2023-10-08T15:29:09.828Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
786 | 2023-10-08T15:29:10.149Z | Checking ctr v0.9.2 |
787 | 2023-10-08T15:29:10.572Z | Checking aes v0.8.3 |
788 | 2023-10-08T15:29:10.576Z | Checking bitvec v1.0.1 |
789 | 2023-10-08T15:29:11.148Z | Checking propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
790 | 2023-10-08T15:29:11.353Z | Checking num_enum v0.7.0 |
791 | 2023-10-08T15:29:11.567Z | Checking bincode v1.3.3 |
792 | 2023-10-08T15:29:11.615Z | Compiling async-recursion v0.3.2 |
793 | 2023-10-08T15:29:11.870Z | Checking aead v0.5.2 |
794 | 2023-10-08T15:29:12.211Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
795 | 2023-10-08T15:29:12.299Z | Compiling erased-serde v0.3.30 |
796 | 2023-10-08T15:29:12.603Z | Checking data-encoding v2.4.0 |
797 | 2023-10-08T15:29:12.755Z | Checking zeroize v1.6.0 |
798 | 2023-10-08T15:29:12.871Z | Checking humantime v2.1.0 |
799 | 2023-10-08T15:29:13.065Z | Checking number_prefix v0.4.0 |
800 | 2023-10-08T15:29:13.084Z | Checking pretty-hex v0.2.1 |
801 | 2023-10-08T15:29:13.278Z | Checking env_logger v0.9.3 |
802 | 2023-10-08T15:29:13.296Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
803 | 2023-10-08T15:29:13.328Z | Checking indicatif v0.17.6 |
804 | 2023-10-08T15:29:13.347Z | Checking aes-gcm-siv v0.11.1 |
805 | 2023-10-08T15:29:13.661Z | Checking itertools v0.11.0 |
806 | 2023-10-08T15:29:13.689Z | Checking bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
807 | 2023-10-08T15:29:13.723Z | Checking clap v3.2.25 |
808 | 2023-10-08T15:29:13.966Z | Checking toml v0.5.11 |
809 | 2023-10-08T15:29:13.969Z | Compiling bitstruct_derive v0.1.0 |
810 | 2023-10-08T15:29:14.324Z | Compiling async-recursion v1.0.5 |
811 | 2023-10-08T15:29:14.344Z | Checking viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
812 | 2023-10-08T15:29:14.521Z | Checking libloading v0.7.4 |
813 | 2023-10-08T15:29:14.855Z | Checking ringbuffer v0.15.0 |
814 | 2023-10-08T15:29:15.482Z | Checking ascii v1.1.0 |
815 | 2023-10-08T15:29:16.062Z | Checking viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
816 | 2023-10-08T15:29:16.142Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
817 | 2023-10-08T15:29:16.236Z | Checking bitstruct v0.1.1 |
818 | 2023-10-08T15:29:16.268Z | Checking bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
819 | 2023-10-08T15:29:16.413Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
820 | 2023-10-08T15:29:16.672Z | Checking dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
821 | 2023-10-08T15:29:17.195Z | Checking serde_arrays v0.1.0 |
822 | 2023-10-08T15:29:17.402Z | Checking matches v0.1.10 |
823 | 2023-10-08T15:29:17.415Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
824 | 2023-10-08T15:29:17.497Z | Checking utf-8 v0.7.6 |
825 | 2023-10-08T15:29:17.616Z | Checking idna v0.2.3 |
826 | 2023-10-08T15:29:17.634Z | Compiling enum-as-inner v0.5.1 |
827 | 2023-10-08T15:29:17.775Z | Checking tungstenite v0.20.1 |
828 | 2023-10-08T15:29:18.252Z | Checking linked-hash-map v0.5.6 |
829 | 2023-10-08T15:29:18.377Z | Checking quick-error v1.2.3 |
830 | 2023-10-08T15:29:18.555Z | Checking resolv-conf v0.7.0 |
831 | 2023-10-08T15:29:18.736Z | Checking lru-cache v0.1.2 |
832 | 2023-10-08T15:29:18.986Z | Compiling const_format_proc_macros v0.2.31 |
833 | 2023-10-08T15:29:19.056Z | Checking assert_matches v1.5.0 |
834 | 2023-10-08T15:29:19.074Z | Checking base64 v0.13.1 |
835 | 2023-10-08T15:29:19.172Z | Checking bstr v1.6.0 |
836 | 2023-10-08T15:29:19.195Z | Checking tokio-tungstenite v0.20.1 |
837 | 2023-10-08T15:29:19.216Z | Checking bit_field v0.10.2 |
838 | 2023-10-08T15:29:19.240Z | Checking p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
839 | 2023-10-08T15:29:19.371Z | Checking trust-dns-proto v0.22.0 |
840 | 2023-10-08T15:29:19.664Z | Checking ron v0.7.1 |
841 | 2023-10-08T15:29:19.772Z | Checking softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
842 | 2023-10-08T15:29:19.883Z | Checking ctrlc v3.4.0 |
843 | 2023-10-08T15:29:20.147Z | Checking glob v0.3.1 |
844 | 2023-10-08T15:29:20.389Z | Checking globset v0.4.13 |
845 | 2023-10-08T15:29:22.138Z | Checking const_format v0.2.31 |
846 | 2023-10-08T15:29:24.437Z | Checking xtask v0.0.0 (/work/oxidecomputer/propolis/xtask) |
847 | 2023-10-08T15:29:24.458Z | Checking trust-dns-resolver v0.22.0 |
848 | 2023-10-08T15:29:28.290Z | Checking progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
849 | 2023-10-08T15:29:28.529Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
850 | 2023-10-08T15:29:28.576Z | Checking propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
851 | 2023-10-08T15:29:28.579Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
852 | 2023-10-08T15:29:31.535Z | Compiling git2 v0.17.2 |
853 | 2023-10-08T15:29:36.270Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
854 | 2023-10-08T15:29:36.275Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
855 | 2023-10-08T15:29:36.327Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
856 | 2023-10-08T15:29:38.215Z | Checking propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
857 | 2023-10-08T15:29:38.326Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
858 | 2023-10-08T15:29:40.109Z | Checking crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
859 | 2023-10-08T15:29:42.383Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
860 | 2023-10-08T15:29:49.647Z | Checking propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
861 | 2023-10-08T15:30:00.815Z | Checking cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
862 | 2023-10-08T15:30:01.125Z | Checking propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
863 | 2023-10-08T15:30:01.128Z | Checking propolis-standalone-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-standalone-config) |
864 | 2023-10-08T15:30:01.614Z | Checking propolis-standalone v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-standalone) |
865 | 2023-10-08T15:30:01.679Z | Checking propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
866 | 2023-10-08T15:30:08.181Z | Finished dev [unoptimized + debuginfo] target(s) in 3m 05s |
867 | 2023-10-08T15:30:08.437Z | |
868 | 2023-10-08T15:30:08.440Z | real 3:05.625441339 |
869 | 2023-10-08T15:30:08.445Z | user 14:30.374859186 |
870 | 2023-10-08T15:30:08.448Z | sys 2:37.012263177 |
871 | 2023-10-08T15:30:08.451Z | trap 0.639178062 |
872 | 2023-10-08T15:30:08.454Z | tflt 3.215395461 |
873 | 2023-10-08T15:30:08.457Z | dflt 4.776735888 |
874 | 2023-10-08T15:30:08.460Z | kflt 0.020296643 |
875 | 2023-10-08T15:30:08.463Z | lock 19:55.356750844 |
876 | 2023-10-08T15:30:08.466Z | slp 43:09.586123341 |
877 | 2023-10-08T15:30:08.469Z | lat 52.499019131 |
878 | 2023-10-08T15:30:08.473Z | stop 2:08.932236098 |
879 | 2023-10-08T15:30:08.476Z | + banner build |
880 | 2023-10-08T15:30:08.479Z | |
881 | 2023-10-08T15:30:08.482Z | ##### # # # # ##### |
882 | 2023-10-08T15:30:08.485Z | # # # # # # # # |
883 | 2023-10-08T15:30:08.489Z | ##### # # # # # # |
884 | 2023-10-08T15:30:08.492Z | # # # # # # # # |
885 | 2023-10-08T15:30:08.495Z | # # # # # # # # |
886 | 2023-10-08T15:30:08.498Z | ##### #### # ###### ##### |
887 | 2023-10-08T15:30:08.501Z | |
888 | 2023-10-08T15:30:08.504Z | + ptime -m cargo build --features falcon --release -p propolis-server -p propolis-cli |
889 | 2023-10-08T15:30:09.100Z | Compiling proc-macro2 v1.0.66 |
890 | 2023-10-08T15:30:09.103Z | Compiling unicode-ident v1.0.11 |
891 | 2023-10-08T15:30:09.107Z | Compiling libc v0.2.148 |
892 | 2023-10-08T15:30:09.110Z | Compiling serde v1.0.187 |
893 | 2023-10-08T15:30:09.113Z | Compiling version_check v0.9.4 |
894 | 2023-10-08T15:30:09.116Z | Compiling cfg-if v1.0.0 |
895 | 2023-10-08T15:30:09.118Z | Compiling autocfg v1.1.0 |
896 | 2023-10-08T15:30:09.121Z | Compiling syn v1.0.109 |
897 | 2023-10-08T15:30:09.246Z | Compiling once_cell v1.18.0 |
898 | 2023-10-08T15:30:09.333Z | Compiling memchr v2.5.0 |
899 | 2023-10-08T15:30:10.030Z | Compiling thiserror v1.0.47 |
900 | 2023-10-08T15:30:10.046Z | Compiling libm v0.2.7 |
901 | 2023-10-08T15:30:10.095Z | Compiling serde_json v1.0.105 |
902 | 2023-10-08T15:30:10.128Z | Compiling itoa v1.0.9 |
903 | 2023-10-08T15:30:10.525Z | Compiling log v0.4.20 |
904 | 2023-10-08T15:30:10.614Z | Compiling ahash v0.8.3 |
905 | 2023-10-08T15:30:10.797Z | Compiling pin-project-lite v0.2.13 |
906 | 2023-10-08T15:30:10.946Z | Compiling ahash v0.7.6 |
907 | 2023-10-08T15:30:11.165Z | Compiling pkg-config v0.3.27 |
908 | 2023-10-08T15:30:11.200Z | Compiling typenum v1.16.0 |
909 | 2023-10-08T15:30:11.483Z | Compiling quote v1.0.33 |
910 | 2023-10-08T15:30:11.867Z | Compiling lock_api v0.4.10 |
911 | 2023-10-08T15:30:12.420Z | Compiling syn v2.0.29 |
912 | 2023-10-08T15:30:12.566Z | Compiling getrandom v0.2.10 |
913 | 2023-10-08T15:30:12.822Z | Compiling jobserver v0.1.26 |
914 | 2023-10-08T15:30:12.872Z | Compiling generic-array v0.14.7 |
915 | 2023-10-08T15:30:13.152Z | Compiling rand_core v0.6.4 |
916 | 2023-10-08T15:30:13.214Z | Compiling smallvec v1.11.0 |
917 | 2023-10-08T15:30:13.411Z | Compiling cc v1.0.83 |
918 | 2023-10-08T15:30:13.883Z | Compiling parking_lot_core v0.9.8 |
919 | 2023-10-08T15:30:13.886Z | Compiling vcpkg v0.2.15 |
920 | 2023-10-08T15:30:14.355Z | Compiling num-traits v0.2.16 |
921 | 2023-10-08T15:30:14.565Z | Compiling scopeguard v1.2.0 |
922 | 2023-10-08T15:30:15.978Z | Compiling futures-core v0.3.28 |
923 | 2023-10-08T15:30:16.666Z | Compiling parking_lot v0.12.1 |
924 | 2023-10-08T15:30:16.677Z | Compiling signal-hook-registry v1.4.1 |
925 | 2023-10-08T15:30:16.681Z | Compiling mio v0.8.8 |
926 | 2023-10-08T15:30:18.818Z | Compiling num_cpus v1.16.0 |
927 | 2023-10-08T15:30:18.985Z | Compiling socket2 v0.5.3 |
928 | 2023-10-08T15:30:19.276Z | Compiling indexmap v1.9.3 |
929 | 2023-10-08T15:30:19.809Z | Compiling ryu v1.0.15 |
930 | 2023-10-08T15:30:20.398Z | Compiling crypto-common v0.1.6 |
931 | 2023-10-08T15:30:20.592Z | Compiling schemars v0.8.12 |
932 | 2023-10-08T15:30:20.806Z | Compiling slab v0.4.9 |
933 | 2023-10-08T15:30:21.029Z | Compiling futures-sink v0.3.28 |
934 | 2023-10-08T15:30:21.171Z | Compiling futures-channel v0.3.28 |
935 | 2023-10-08T15:30:21.187Z | Compiling hashbrown v0.14.0 |
936 | 2023-10-08T15:30:21.240Z | Compiling equivalent v1.0.1 |
937 | 2023-10-08T15:30:21.369Z | Compiling futures-task v0.3.28 |
938 | 2023-10-08T15:30:21.797Z | Compiling heck v0.4.1 |
939 | 2023-10-08T15:30:21.979Z | Compiling pin-utils v0.1.0 |
940 | 2023-10-08T15:30:22.033Z | Compiling futures-util v0.3.28 |
941 | 2023-10-08T15:30:22.415Z | Compiling subtle v2.5.0 |
942 | 2023-10-08T15:30:22.578Z | Compiling futures-io v0.3.28 |
943 | 2023-10-08T15:30:22.705Z | Compiling tinyvec_macros v0.1.1 |
944 | 2023-10-08T15:30:22.714Z | Compiling unicode-xid v0.2.4 |
945 | 2023-10-08T15:30:22.811Z | Compiling tinyvec v1.6.0 |
946 | 2023-10-08T15:30:22.917Z | Compiling indexmap v2.0.0 |
947 | 2023-10-08T15:30:22.933Z | Compiling slog v2.7.0 |
948 | 2023-10-08T15:30:23.100Z | Compiling time-core v0.1.1 |
949 | 2023-10-08T15:30:23.107Z | Compiling time v0.1.45 |
950 | 2023-10-08T15:30:23.243Z | Compiling time-macros v0.2.13 |
951 | 2023-10-08T15:30:23.594Z | Compiling hashbrown v0.12.3 |
952 | 2023-10-08T15:30:24.354Z | Compiling serde_derive_internals v0.26.0 |
953 | 2023-10-08T15:30:24.826Z | Compiling unicode-bidi v0.3.13 |
954 | 2023-10-08T15:30:25.569Z | Compiling unicode-normalization v0.1.22 |
955 | 2023-10-08T15:30:25.989Z | Compiling ucd-trie v0.1.6 |
956 | 2023-10-08T15:30:26.772Z | Compiling iana-time-zone v0.1.57 |
957 | 2023-10-08T15:30:27.895Z | Compiling synstructure v0.12.6 |
958 | 2023-10-08T15:30:28.917Z | Compiling block-buffer v0.10.4 |
959 | 2023-10-08T15:30:29.251Z | Compiling tracing-core v0.1.31 |
960 | 2023-10-08T15:30:30.169Z | Compiling fnv v1.0.7 |
961 | 2023-10-08T15:30:30.193Z | Compiling bitflags v1.3.2 |
962 | 2023-10-08T15:30:30.334Z | Compiling digest v0.10.7 |
963 | 2023-10-08T15:30:30.680Z | Compiling ring v0.16.20 |
964 | 2023-10-08T15:30:32.296Z | Compiling byteorder v1.4.3 |
965 | 2023-10-08T15:30:32.944Z | Compiling percent-encoding v2.3.0 |
966 | 2023-10-08T15:30:33.506Z | Compiling serde_derive v1.0.187 |
967 | 2023-10-08T15:30:33.734Z | Compiling thiserror-impl v1.0.47 |
968 | 2023-10-08T15:30:33.752Z | Compiling tokio-macros v2.1.0 |
969 | 2023-10-08T15:30:33.762Z | Compiling futures-macro v0.3.28 |
970 | 2023-10-08T15:30:34.495Z | Compiling tracing-attributes v0.1.26 |
971 | 2023-10-08T15:30:34.517Z | Compiling schemars_derive v0.8.12 |
972 | 2023-10-08T15:30:35.482Z | Compiling zerocopy-derive v0.2.0 |
973 | 2023-10-08T15:30:36.380Z | Compiling openssl-sys v0.9.91 |
974 | 2023-10-08T15:30:37.945Z | Compiling dyn-clone v1.0.13 |
975 | 2023-10-08T15:30:38.196Z | Compiling ppv-lite86 v0.2.17 |
976 | 2023-10-08T15:30:38.604Z | Compiling pest v2.7.2 |
977 | 2023-10-08T15:30:38.694Z | Compiling httparse v1.8.0 |
978 | 2023-10-08T15:30:39.372Z | Compiling lazy_static v1.4.0 |
979 | 2023-10-08T15:30:39.484Z | Compiling rand_chacha v0.3.1 |
980 | 2023-10-08T15:30:39.650Z | Compiling form_urlencoded v1.2.0 |
981 | 2023-10-08T15:30:40.052Z | Compiling tracing v0.1.37 |
982 | 2023-10-08T15:30:40.566Z | Compiling usdt-impl v0.3.5 |
983 | 2023-10-08T15:30:41.155Z | Compiling spin v0.5.2 |
984 | 2023-10-08T15:30:41.461Z | Compiling untrusted v0.7.1 |
985 | 2023-10-08T15:30:41.481Z | Compiling allocator-api2 v0.2.16 |
986 | 2023-10-08T15:30:41.501Z | Compiling rand v0.8.5 |
987 | 2023-10-08T15:30:42.238Z | Compiling semver v1.0.18 |
988 | 2023-10-08T15:30:42.897Z | Compiling pest_meta v2.7.2 |
989 | 2023-10-08T15:30:43.633Z | Compiling winnow v0.5.15 |
990 | 2023-10-08T15:30:44.219Z | Compiling zerocopy v0.3.0 |
991 | 2023-10-08T15:30:45.220Z | Compiling pest_generator v2.7.2 |
992 | 2023-10-08T15:30:45.357Z | Compiling idna v0.4.0 |
993 | 2023-10-08T15:30:45.399Z | Compiling crossbeam-utils v0.8.16 |
994 | 2023-10-08T15:30:46.168Z | Compiling base64 v0.21.4 |
995 | 2023-10-08T15:30:48.207Z | Compiling try-lock v0.2.4 |
996 | 2023-10-08T15:30:48.406Z | Compiling deranged v0.3.8 |
997 | 2023-10-08T15:30:48.639Z | Compiling openssl v0.10.56 |
998 | 2023-10-08T15:30:49.350Z | Compiling num_threads v0.1.6 |
999 | 2023-10-08T15:30:49.514Z | Compiling rustls v0.21.6 |
1000 | 2023-10-08T15:30:49.622Z | Compiling pest_derive v2.7.2 |
1001 | 2023-10-08T15:30:49.842Z | Compiling foreign-types-shared v0.1.1 |
1002 | 2023-10-08T15:30:50.016Z | Compiling cpufeatures v0.2.9 |
1003 | 2023-10-08T15:30:50.164Z | Compiling foreign-types v0.3.2 |
1004 | 2023-10-08T15:30:50.266Z | Compiling want v0.3.1 |
1005 | 2023-10-08T15:30:50.274Z | Compiling url v2.4.0 |
1006 | 2023-10-08T15:30:50.716Z | Compiling dof v0.1.5 |
1007 | 2023-10-08T15:30:50.999Z | Compiling dtrace-parser v0.1.14 |
1008 | 2023-10-08T15:30:51.748Z | Compiling time v0.3.27 |
1009 | 2023-10-08T15:30:52.035Z | Compiling sct v0.7.0 |
1010 | 2023-10-08T15:30:52.844Z | Compiling rustls-webpki v0.101.4 |
1011 | 2023-10-08T15:30:53.749Z | Compiling openssl-macros v0.1.1 |
1012 | 2023-10-08T15:30:55.113Z | Compiling thread-id v4.2.0 |
1013 | 2023-10-08T15:30:55.244Z | Compiling socket2 v0.4.9 |
1014 | 2023-10-08T15:30:55.483Z | Compiling aho-corasick v1.0.4 |
1015 | 2023-10-08T15:30:55.920Z | Compiling rustversion v1.0.14 |
1016 | 2023-10-08T15:30:57.104Z | Compiling httpdate v1.0.3 |
1017 | 2023-10-08T15:30:57.982Z | Compiling bytes v1.4.0 |
1018 | 2023-10-08T15:30:58.742Z | Compiling chrono v0.4.26 |
1019 | 2023-10-08T15:31:00.321Z | Compiling tokio v1.32.0 |
1020 | 2023-10-08T15:31:01.101Z | Compiling http v0.2.9 |
1021 | 2023-10-08T15:31:02.559Z | Compiling uuid v1.4.1 |
1022 | 2023-10-08T15:31:09.638Z | Compiling serde_spanned v0.6.3 |
1023 | 2023-10-08T15:31:09.977Z | Compiling toml_datetime v0.6.3 |
1024 | 2023-10-08T15:31:10.087Z | Compiling http-body v0.4.5 |
1025 | 2023-10-08T15:31:10.599Z | Compiling toml_edit v0.19.14 |
1026 | 2023-10-08T15:31:10.759Z | Compiling bitflags v2.4.0 |
1027 | 2023-10-08T15:31:11.680Z | Compiling native-tls v0.2.11 |
1028 | 2023-10-08T15:31:12.989Z | Compiling tower-service v0.3.2 |
1029 | 2023-10-08T15:31:13.150Z | Compiling tokio-util v0.7.8 |
1030 | 2023-10-08T15:31:13.913Z | Compiling regex-syntax v0.7.4 |
1031 | 2023-10-08T15:31:16.014Z | Compiling h2 v0.3.21 |
1032 | 2023-10-08T15:31:18.238Z | Compiling serde_tokenstream v0.1.7 |
1033 | 2023-10-08T15:31:20.816Z | Compiling regex-automata v0.3.6 |
1034 | 2023-10-08T15:31:24.987Z | Compiling hyper v0.14.27 |
1035 | 2023-10-08T15:31:25.356Z | Compiling openssl-probe v0.1.5 |
1036 | 2023-10-08T15:31:26.134Z | Compiling unicode-width v0.1.10 |
1037 | 2023-10-08T15:31:44.448Z | Compiling regex v1.9.3 |
1038 | 2023-10-08T15:31:44.451Z | Compiling tokio-rustls v0.24.1 |
1039 | 2023-10-08T15:31:45.555Z | Compiling hashbrown v0.13.2 |
1040 | 2023-10-08T15:31:49.323Z | Compiling openapiv3 v1.0.2 |
1041 | 2023-10-08T15:31:49.713Z | Compiling serde_tokenstream v0.2.0 |
1042 | 2023-10-08T15:31:50.571Z | Compiling atty v0.2.14 |
1043 | 2023-10-08T15:31:50.660Z | Compiling anyhow v1.0.75 |
1044 | 2023-10-08T15:31:50.746Z | Compiling async-trait v0.1.73 |
1045 | 2023-10-08T15:31:51.519Z | Compiling ipnet v2.8.0 |
1046 | 2023-10-08T15:31:53.009Z | Compiling regress v0.7.1 |
1047 | 2023-10-08T15:31:56.095Z | Compiling tokio-native-tls v0.3.1 |
1048 | 2023-10-08T15:31:56.377Z | Compiling usdt-attr-macro v0.3.5 |
1049 | 2023-10-08T15:31:56.518Z | Compiling usdt-macro v0.3.5 |
1050 | 2023-10-08T15:31:57.496Z | Compiling serde_urlencoded v0.7.1 |
1051 | 2023-10-08T15:31:58.746Z | Compiling futures-executor v0.3.28 |
1052 | 2023-10-08T15:31:59.075Z | Compiling rustls-pemfile v1.0.3 |
1053 | 2023-10-08T15:32:00.166Z | Compiling dirs-sys-next v0.1.2 |
1054 | 2023-10-08T15:32:00.973Z | Compiling dirs-next v2.0.0 |
1055 | 2023-10-08T15:32:01.319Z | Compiling usdt v0.3.5 |
1056 | 2023-10-08T15:32:02.000Z | Compiling typify-impl v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1057 | 2023-10-08T15:32:02.092Z | Compiling hyper-tls v0.5.0 |
1058 | 2023-10-08T15:32:06.763Z | Compiling hyper-rustls v0.24.1 |
1059 | 2023-10-08T15:32:08.039Z | Compiling thread_local v1.1.7 |
1060 | 2023-10-08T15:32:08.458Z | Compiling encoding_rs v0.8.33 |
1061 | 2023-10-08T15:32:09.347Z | Compiling webpki-roots v0.25.2 |
1062 | 2023-10-08T15:32:09.569Z | Compiling rustix v0.38.9 |
1063 | 2023-10-08T15:32:13.985Z | Compiling slog-async v2.8.0 |
1064 | 2023-10-08T15:32:14.752Z | Compiling mime v0.3.17 |
1065 | 2023-10-08T15:32:19.957Z | Compiling typify-macro v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1066 | 2023-10-08T15:32:21.124Z | Compiling reqwest v0.11.20 |
1067 | 2023-10-08T15:32:22.755Z | Compiling term v0.7.0 |
1068 | 2023-10-08T15:32:24.712Z | Compiling crossbeam-channel v0.5.8 |
1069 | 2023-10-08T15:32:31.335Z | Compiling errno v0.3.2 |
1070 | 2023-10-08T15:32:31.340Z | Compiling siphasher v0.3.11 |
1071 | 2023-10-08T15:32:31.348Z | Compiling take_mut v0.2.2 |
1072 | 2023-10-08T15:32:31.354Z | Compiling phf_shared v0.11.2 |
1073 | 2023-10-08T15:32:31.358Z | Compiling slog-term v2.9.0 |
1074 | 2023-10-08T15:32:34.067Z | Compiling proc-macro-crate v1.3.1 |
1075 | 2023-10-08T15:32:35.277Z | Compiling hex v0.4.3 |
1076 | 2023-10-08T15:32:35.554Z | Compiling match_cfg v0.1.0 |
1077 | 2023-10-08T15:32:37.777Z | Compiling getopts v0.2.21 |
1078 | 2023-10-08T15:32:38.664Z | Compiling hostname v0.3.1 |
1079 | 2023-10-08T15:32:41.819Z | Compiling typify v0.0.13 (https://github.com/oxidecomputer/typify#17029cef) |
1080 | 2023-10-08T15:32:42.008Z | Compiling futures v0.3.28 |
1081 | 2023-10-08T15:32:46.193Z | Compiling strsim v0.10.0 |
1082 | 2023-10-08T15:32:46.902Z | Compiling fallible-iterator v0.2.0 |
1083 | 2023-10-08T15:32:47.217Z | Compiling ident_case v1.0.1 |
1084 | 2023-10-08T15:32:47.455Z | Compiling unsafe-libyaml v0.2.9 |
1085 | 2023-10-08T15:32:48.167Z | Compiling darling_core v0.20.3 |
1086 | 2023-10-08T15:32:50.500Z | Compiling serde_yaml v0.9.25 |
1087 | 2023-10-08T15:32:51.658Z | Compiling progenitor-impl v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1088 | 2023-10-08T15:32:58.640Z | Compiling sha1 v0.10.5 |
1089 | 2023-10-08T15:33:00.803Z | Compiling libz-sys v1.1.12 |
1090 | 2023-10-08T15:33:01.091Z | Compiling semver v0.1.20 |
1091 | 2023-10-08T15:33:02.108Z | Compiling rustc_version v0.1.7 |
1092 | 2023-10-08T15:33:02.185Z | Compiling progenitor-macro v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1093 | 2023-10-08T15:33:04.646Z | Compiling darling_macro v0.20.3 |
1094 | 2023-10-08T15:33:05.289Z | Compiling progenitor-client v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1095 | 2023-10-08T15:33:06.360Z | Compiling strum_macros v0.25.2 |
1096 | 2023-10-08T15:33:07.723Z | Compiling slog-json v2.6.1 |
1097 | 2023-10-08T15:33:09.518Z | Compiling fastrand v2.0.0 |
1098 | 2023-10-08T15:33:10.146Z | Compiling camino v1.1.6 |
1099 | 2023-10-08T15:33:11.125Z | Compiling tempfile v3.8.0 |
1100 | 2023-10-08T15:33:12.389Z | Compiling slog-bunyan v2.4.0 |
1101 | 2023-10-08T15:33:12.696Z | Compiling strum v0.25.0 |
1102 | 2023-10-08T15:33:12.764Z | Compiling darling v0.20.3 |
1103 | 2023-10-08T15:33:14.356Z | Compiling newtype_derive v0.1.6 |
1104 | 2023-10-08T15:33:14.707Z | Compiling console v0.15.7 |
1105 | 2023-10-08T15:33:14.910Z | Compiling sha2 v0.10.7 |
1106 | 2023-10-08T15:33:15.056Z | Compiling structmeta-derive v0.1.6 |
1107 | 2023-10-08T15:33:19.638Z | Compiling hmac v0.12.1 |
1108 | 2023-10-08T15:33:19.955Z | Compiling md-5 v0.10.5 |
1109 | 2023-10-08T15:33:20.160Z | Compiling stringprep v0.1.3 |
1110 | 2023-10-08T15:33:20.323Z | Compiling libgit2-sys v0.15.2+1.6.4 |
1111 | 2023-10-08T15:33:21.522Z | Compiling paste v1.0.14 |
1112 | 2023-10-08T15:33:26.032Z | Compiling postgres-protocol v0.6.6 |
1113 | 2023-10-08T15:33:26.199Z | Compiling structmeta v0.1.6 |
1114 | 2023-10-08T15:33:26.792Z | Compiling workspace-hack v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1115 | 2023-10-08T15:33:27.379Z | Compiling serde_with_macros v2.3.3 |
1116 | 2023-10-08T15:33:31.275Z | Compiling progenitor v0.3.0 (https://github.com/oxidecomputer/progenitor?branch=main#27a1e465) |
1117 | 2023-10-08T15:33:31.562Z | Compiling num_enum_derive v0.5.11 |
1118 | 2023-10-08T15:33:31.971Z | Compiling async-stream-impl v0.3.5 |
1119 | 2023-10-08T15:33:33.950Z | Compiling num-integer v0.1.45 |
1120 | 2023-10-08T15:33:34.040Z | Compiling dropshot v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1121 | 2023-10-08T15:33:34.505Z | Compiling fixedbitset v0.4.2 |
1122 | 2023-10-08T15:33:34.591Z | Compiling regex-syntax v0.6.29 |
1123 | 2023-10-08T15:33:35.695Z | Compiling atomic-waker v1.1.1 |
1124 | 2023-10-08T15:33:35.790Z | Compiling either v1.9.0 |
1125 | 2023-10-08T15:33:35.950Z | Compiling waitgroup v0.1.2 |
1126 | 2023-10-08T15:33:36.270Z | Compiling num_enum v0.5.11 |
1127 | 2023-10-08T15:33:36.273Z | Compiling petgraph v0.6.4 |
1128 | 2023-10-08T15:33:36.422Z | Compiling async-stream v0.3.5 |
1129 | 2023-10-08T15:33:36.478Z | Compiling serde_with v2.3.3 |
1130 | 2023-10-08T15:33:37.049Z | Compiling postgres-types v0.2.6 |
1131 | 2023-10-08T15:33:42.042Z | Compiling toml v0.7.6 |
1132 | 2023-10-08T15:33:42.975Z | Compiling phf v0.11.2 |
1133 | 2023-10-08T15:33:43.653Z | Compiling dropshot_endpoint v0.9.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#35d44088) |
1134 | 2023-10-08T15:33:43.747Z | Compiling vergen v8.2.4 |
1135 | 2023-10-08T15:33:43.917Z | Compiling parse-display-derive v0.7.0 |
1136 | 2023-10-08T15:33:43.990Z | Compiling serde_path_to_error v0.1.14 |
1137 | 2023-10-08T15:33:44.241Z | Compiling proc-macro-error-attr v1.0.4 |
1138 | 2023-10-08T15:33:44.276Z | Compiling instant v0.1.12 |
1139 | 2023-10-08T15:33:44.386Z | Compiling debug-ignore v1.0.5 |
1140 | 2023-10-08T15:33:44.578Z | Compiling whoami v1.4.1 |
1141 | 2023-10-08T15:33:44.604Z | Compiling backoff v0.4.0 |
1142 | 2023-10-08T15:33:45.116Z | Compiling tokio-postgres v0.7.10 |
1143 | 2023-10-08T15:33:45.592Z | Compiling steno v0.4.0 |
1144 | 2023-10-08T15:33:46.076Z | Compiling camino-tempfile v1.0.2 |
1145 | 2023-10-08T15:33:47.350Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1146 | 2023-10-08T15:33:47.571Z | Compiling rustc_version v0.4.0 |
1147 | 2023-10-08T15:33:47.926Z | Compiling ipnetwork v0.20.0 |
1148 | 2023-10-08T15:33:48.547Z | Compiling macaddr v1.0.1 |
1149 | 2023-10-08T15:33:49.649Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1150 | 2023-10-08T15:33:50.418Z | Compiling parse-display v0.7.0 |
1151 | 2023-10-08T15:33:50.704Z | Compiling libsqlite3-sys v0.26.0 |
1152 | 2023-10-08T15:33:50.921Z | Compiling num-bigint v0.4.4 |
1153 | 2023-10-08T15:33:51.385Z | Compiling memoffset v0.7.1 |
1154 | 2023-10-08T15:33:51.527Z | Compiling slog-dtrace v0.2.3 |
1155 | 2023-10-08T15:33:51.706Z | Compiling proc-macro-error v1.0.4 |
1156 | 2023-10-08T15:33:51.984Z | Compiling utf8parse v0.2.1 |
1157 | 2023-10-08T15:33:52.085Z | Compiling base64ct v1.6.0 |
1158 | 2023-10-08T15:33:52.327Z | Compiling arc-swap v1.6.0 |
1159 | 2023-10-08T15:33:53.317Z | Compiling slog-scope v4.4.0 |
1160 | 2023-10-08T15:33:53.524Z | Compiling password-hash v0.5.0 |
1161 | 2023-10-08T15:33:53.894Z | Compiling anstyle-parse v0.2.1 |
1162 | 2023-10-08T15:33:54.530Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1163 | 2023-10-08T15:33:55.560Z | Compiling blake2 v0.10.6 |
1164 | 2023-10-08T15:33:56.878Z | Compiling inout v0.1.3 |
1165 | 2023-10-08T15:33:57.297Z | Compiling num-iter v0.1.43 |
1166 | 2023-10-08T15:33:57.667Z | Compiling num-rational v0.4.1 |
1167 | 2023-10-08T15:33:57.779Z | Compiling radium v0.7.0 |
1168 | 2023-10-08T15:33:57.801Z | Compiling anstyle v1.0.2 |
1169 | 2023-10-08T15:33:58.228Z | Compiling colorchoice v1.0.0 |
1170 | 2023-10-08T15:33:58.443Z | Compiling anstyle-query v1.0.0 |
1171 | 2023-10-08T15:33:58.518Z | Compiling termcolor v1.2.0 |
1172 | 2023-10-08T15:33:58.631Z | Compiling static_assertions v1.1.0 |
1173 | 2023-10-08T15:33:58.712Z | Compiling anstream v0.5.0 |
1174 | 2023-10-08T15:33:59.298Z | Compiling cipher v0.4.4 |
1175 | 2023-10-08T15:34:00.331Z | Compiling argon2 v0.5.1 |
1176 | 2023-10-08T15:34:02.923Z | Compiling slog-stdlog v4.1.1 |
1177 | 2023-10-08T15:34:04.414Z | Compiling toml_edit v0.20.1 |
1178 | 2023-10-08T15:34:04.964Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#7f571c6c) |
1179 | 2023-10-08T15:34:05.266Z | Compiling hashlink v0.8.3 |
1180 | 2023-10-08T15:34:05.723Z | Compiling serde_repr v0.1.16 |
1181 | 2023-10-08T15:34:06.505Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys#b1a9fb85) |
1182 | 2023-10-08T15:34:09.589Z | Compiling portable-atomic v1.4.3 |
1183 | 2023-10-08T15:34:09.667Z | Compiling data-encoding v2.4.0 |
1184 | 2023-10-08T15:34:09.677Z | Compiling fallible-streaming-iterator v0.1.9 |
1185 | 2023-10-08T15:34:09.684Z | Compiling clap_lex v0.5.1 |
1186 | 2023-10-08T15:34:09.688Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1187 | 2023-10-08T15:34:09.692Z | Compiling tap v1.0.1 |
1188 | 2023-10-08T15:34:09.696Z | Compiling os_str_bytes v6.5.1 |
1189 | 2023-10-08T15:34:09.700Z | Compiling wyz v0.5.1 |
1190 | 2023-10-08T15:34:10.099Z | Compiling clap_lex v0.2.4 |
1191 | 2023-10-08T15:34:10.217Z | Compiling toml v0.8.1 |
1192 | 2023-10-08T15:34:11.706Z | Compiling clap_builder v4.4.0 |
1193 | 2023-10-08T15:34:17.022Z | Compiling rusqlite v0.29.0 |
1194 | 2023-10-08T15:34:20.669Z | Compiling slog-envlogger v2.2.0 |
1195 | 2023-10-08T15:34:24.375Z | Compiling nix v0.26.2 |
1196 | 2023-10-08T15:34:36.313Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1197 | 2023-10-08T15:34:36.451Z | Compiling clap_derive v3.2.25 |
1198 | 2023-10-08T15:34:36.479Z | Compiling twox-hash v1.6.3 |
1199 | 2023-10-08T15:34:36.529Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1200 | 2023-10-08T15:34:36.555Z | Compiling num_enum_derive v0.7.0 |
1201 | 2023-10-08T15:34:36.593Z | Compiling is-terminal v0.4.9 |
1202 | 2023-10-08T15:34:36.612Z | Compiling regress v0.6.0 |
1203 | 2023-10-08T15:34:36.634Z | Compiling num-complex v0.4.4 |
1204 | 2023-10-08T15:34:36.644Z | Compiling clap_derive v4.4.0 |
1205 | 2023-10-08T15:34:36.652Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1206 | 2023-10-08T15:34:36.657Z | Compiling universal-hash v0.5.1 |
1207 | 2023-10-08T15:34:36.668Z | Compiling textwrap v0.16.0 |
1208 | 2023-10-08T15:34:36.761Z | Compiling devinfo v0.1.0 (https://github.com/oxidecomputer/devinfo-sys?branch=main#b1a9fb85) |
1209 | 2023-10-08T15:34:37.347Z | Compiling opaque-debug v0.3.0 |
1210 | 2023-10-08T15:34:37.380Z | Compiling funty v2.0.0 |
1211 | 2023-10-08T15:34:37.464Z | Compiling polyval v0.6.1 |
1212 | 2023-10-08T15:34:38.266Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1213 | 2023-10-08T15:34:39.996Z | Compiling bitvec v1.0.1 |
1214 | 2023-10-08T15:34:41.789Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1215 | 2023-10-08T15:34:41.934Z | Compiling clap v4.4.0 |
1216 | 2023-10-08T15:34:42.079Z | Compiling clap v3.2.25 |
1217 | 2023-10-08T15:34:42.254Z | Compiling num v0.4.1 |
1218 | 2023-10-08T15:34:42.397Z | Compiling num_enum v0.7.0 |
1219 | 2023-10-08T15:34:42.617Z | Compiling colored v2.0.4 |
1220 | 2023-10-08T15:34:48.561Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1221 | 2023-10-08T15:34:48.798Z | Compiling aes v0.8.3 |
1222 | 2023-10-08T15:34:48.919Z | Compiling ctr v0.9.2 |
1223 | 2023-10-08T15:34:49.434Z | Compiling propolis_types v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-types) |
1224 | 2023-10-08T15:34:51.332Z | Compiling bincode v1.3.3 |
1225 | 2023-10-08T15:34:55.829Z | Compiling async-recursion v0.3.2 |
1226 | 2023-10-08T15:34:55.845Z | Compiling aead v0.5.2 |
1227 | 2023-10-08T15:34:56.268Z | Compiling crucible v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1228 | 2023-10-08T15:34:56.271Z | Compiling humantime v2.1.0 |
1229 | 2023-10-08T15:34:56.274Z | Compiling zeroize v1.6.0 |
1230 | 2023-10-08T15:34:56.277Z | Compiling number_prefix v0.4.0 |
1231 | 2023-10-08T15:34:56.280Z | Compiling pretty-hex v0.2.1 |
1232 | 2023-10-08T15:34:56.283Z | Compiling erased-serde v0.3.30 |
1233 | 2023-10-08T15:34:56.287Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
1234 | 2023-10-08T15:34:56.291Z | Compiling p9kp v0.1.0 (https://github.com/oxidecomputer/p9fs?branch=main#7251cbb0) |
1235 | 2023-10-08T15:34:56.294Z | Compiling indicatif v0.17.6 |
1236 | 2023-10-08T15:34:56.297Z | Compiling env_logger v0.9.3 |
1237 | 2023-10-08T15:34:56.300Z | Compiling aes-gcm-siv v0.11.1 |
1238 | 2023-10-08T15:34:56.303Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1239 | 2023-10-08T15:34:56.434Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?rev=d59491f86668e15e92f35ffe3f94504ff4241c64#d59491f8) |
1240 | 2023-10-08T15:34:58.127Z | Compiling itertools v0.11.0 |
1241 | 2023-10-08T15:35:00.706Z | Compiling bhyve_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api/sys) |
1242 | 2023-10-08T15:35:00.779Z | Compiling toml v0.5.11 |
1243 | 2023-10-08T15:35:01.410Z | Compiling bitstruct_derive v0.1.0 |
1244 | 2023-10-08T15:35:02.068Z | Compiling async-recursion v1.0.5 |
1245 | 2023-10-08T15:35:03.312Z | Compiling viona_api_sys v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api/sys) |
1246 | 2023-10-08T15:35:03.483Z | Compiling libloading v0.7.4 |
1247 | 2023-10-08T15:35:03.716Z | Compiling matches v0.1.10 |
1248 | 2023-10-08T15:35:03.839Z | Compiling ringbuffer v0.15.0 |
1249 | 2023-10-08T15:35:03.868Z | Compiling utf-8 v0.7.6 |
1250 | 2023-10-08T15:35:04.171Z | Compiling ascii v1.1.0 |
1251 | 2023-10-08T15:35:04.470Z | Compiling tungstenite v0.20.1 |
1252 | 2023-10-08T15:35:04.920Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1253 | 2023-10-08T15:35:05.483Z | Compiling idna v0.2.3 |
1254 | 2023-10-08T15:35:05.891Z | Compiling softnpu v0.1.0 (https://github.com/oxidecomputer/softnpu?rev=88f5f1334364e5580fe778c44ac0746a35927351#88f5f133) |
1255 | 2023-10-08T15:35:09.343Z | Compiling bitstruct v0.1.1 |
1256 | 2023-10-08T15:35:09.490Z | Compiling viona_api v0.0.0 (/work/oxidecomputer/propolis/crates/viona-api) |
1257 | 2023-10-08T15:35:09.852Z | Compiling bhyve_api v0.0.0 (/work/oxidecomputer/propolis/crates/bhyve-api) |
1258 | 2023-10-08T15:35:11.509Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#7251cbb0) |
1259 | 2023-10-08T15:35:13.609Z | Compiling dladm v0.0.0 (/work/oxidecomputer/propolis/crates/dladm) |
1260 | 2023-10-08T15:35:13.870Z | Compiling serde_arrays v0.1.0 |
1261 | 2023-10-08T15:35:14.084Z | Compiling enum-as-inner v0.5.1 |
1262 | 2023-10-08T15:35:15.396Z | Compiling quick-error v1.2.3 |
1263 | 2023-10-08T15:35:15.917Z | Compiling linked-hash-map v0.5.6 |
1264 | 2023-10-08T15:35:15.922Z | Compiling resolv-conf v0.7.0 |
1265 | 2023-10-08T15:35:15.930Z | Compiling tokio-tungstenite v0.20.1 |
1266 | 2023-10-08T15:35:15.943Z | Compiling trust-dns-proto v0.22.0 |
1267 | 2023-10-08T15:35:16.089Z | Compiling lru-cache v0.1.2 |
1268 | 2023-10-08T15:35:16.379Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1269 | 2023-10-08T15:35:16.561Z | Compiling propolis-client v0.1.0 (/work/oxidecomputer/propolis/lib/propolis-client) |
1270 | 2023-10-08T15:35:17.381Z | Compiling const_format_proc_macros v0.2.31 |
1271 | 2023-10-08T15:35:17.835Z | Compiling base64 v0.13.1 |
1272 | 2023-10-08T15:35:18.773Z | Compiling assert_matches v1.5.0 |
1273 | 2023-10-08T15:35:18.894Z | Compiling ron v0.7.1 |
1274 | 2023-10-08T15:35:19.247Z | Compiling bit_field v0.10.2 |
1275 | 2023-10-08T15:35:20.517Z | Compiling const_format v0.2.31 |
1276 | 2023-10-08T15:35:22.332Z | Compiling trust-dns-resolver v0.22.0 |
1277 | 2023-10-08T15:35:26.220Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#fb16870d) |
1278 | 2023-10-08T15:35:47.594Z | Compiling propolis-cli v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-cli) |
1279 | 2023-10-08T15:35:56.435Z | Compiling git2 v0.17.2 |
1280 | 2023-10-08T15:36:04.764Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1281 | 2023-10-08T15:36:06.490Z | Compiling crucible-protocol v0.0.0 (https://github.com/oxidecomputer/crucible?rev=20273bcca1fd5834ebc3e67dfa7020f0e99ad681#20273bcc) |
1282 | 2023-10-08T15:36:17.333Z | Compiling propolis v0.1.0 (/work/oxidecomputer/propolis/lib/propolis) |
1283 | 2023-10-08T15:36:32.158Z | Compiling cpuid_profile_config v0.0.0 (/work/oxidecomputer/propolis/crates/cpuid-profile-config) |
1284 | 2023-10-08T15:36:34.429Z | Compiling propolis-server-config v0.0.0 (/work/oxidecomputer/propolis/crates/propolis-server-config) |
1285 | 2023-10-08T15:36:34.483Z | Compiling propolis-server v0.1.0 (/work/oxidecomputer/propolis/bin/propolis-server) |
1286 | 2023-10-08T15:38:12.699Z | Finished release [optimized] target(s) in 8m 04s |
1287 | 2023-10-08T15:38:12.758Z | |
1288 | 2023-10-08T15:38:12.761Z | real 8:04.319554623 |
1289 | 2023-10-08T15:38:12.766Z | user 55:30.765407604 |
1290 | 2023-10-08T15:38:12.768Z | sys 3:52.969067808 |
1291 | 2023-10-08T15:38:12.772Z | trap 2.219831540 |
1292 | 2023-10-08T15:38:12.774Z | tflt 1.410672067 |
1293 | 2023-10-08T15:38:12.777Z | dflt 2.403571808 |
1294 | 2023-10-08T15:38:12.780Z | kflt 0.000205896 |
1295 | 2023-10-08T15:38:12.783Z | lock 1:59:57.576803717 |
1296 | 2023-10-08T15:38:12.786Z | slp 2:23:11.837865264 |
1297 | 2023-10-08T15:38:12.788Z | lat 1:39.398241101 |
1298 | 2023-10-08T15:38:12.791Z | stop 41.878419940 |
1299 | 2023-10-08T15:38:12.794Z | + OUTDIR=/work/release |
1300 | 2023-10-08T15:38:12.796Z | + mkdir -p /work/release |
1301 | 2023-10-08T15:38:12.800Z | + cp target/release/propolis-cli /work/release/propolis-cli |
1302 | 2023-10-08T15:38:12.802Z | + cp target/release/propolis-server /work/release/propolis-server |
1303 | 2023-10-08T15:38:12.867Z | process exited: duration 670377 ms, exit code 0 |
|
1304 | 2023-10-08T15:38:12.874Z | found 2 output files |
1305 | 2023-10-08T15:38:12.885Z | uploading: /work/release/propolis-cli (21579848 bytes) |
1306 | 2023-10-08T15:38:18.611Z | uploaded: /work/release/propolis-cli |
1307 | 2023-10-08T15:38:18.616Z | uploading: /work/release/propolis-server (53472544 bytes) |
1308 | 2023-10-08T15:38:33.229Z | uploaded: /work/release/propolis-server |