|
|
|
1 | 2024-06-17T17:27:24.780Z | job assigned to worker 01J0KKRXWTTXTNTBMZRDF24NKR (queued for 54 s) |
|
2 | 2024-06-17T17:27:32.918Z | starting task 0: "setup" |
3 | 2024-06-17T17:27:32.978Z | ++ uname -s |
4 | 2024-06-17T17:27:32.981Z | + kern=SunOS |
5 | 2024-06-17T17:27:32.981Z | + case "$kern" in |
6 | 2024-06-17T17:27:32.981Z | + groupadd -g 12345 build |
7 | 2024-06-17T17:27:32.984Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-17T17:27:35.006Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-17T17:27:35.158Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-17T17:27:35.161Z | + home_fs=zfs |
11 | 2024-06-17T17:27:35.161Z | + [[ zfs == autofs ]] |
12 | 2024-06-17T17:27:35.161Z | + mkdir -p /home/build |
13 | 2024-06-17T17:27:35.164Z | + chown build:build /home/build /work |
14 | 2024-06-17T17:27:36.166Z | + chmod 0700 /home/build /work |
15 | 2024-06-17T17:27:36.169Z | process exited: duration 3250 ms, exit code 0 |
|
16 | 2024-06-17T17:27:36.175Z | starting task 1: "rust-toolchain" |
17 | 2024-06-17T17:27:36.180Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-17T17:27:36.180Z | ' 1.78.0 |
19 | 2024-06-17T17:27:36.181Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-17T17:27:36.181Z | ' default |
21 | 2024-06-17T17:27:36.181Z | * toolchain channel = "1.78.0" |
22 | 2024-06-17T17:27:36.181Z | * toolchain profile = "default" |
23 | 2024-06-17T17:27:36.184Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-17T17:27:36.184Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-17T17:27:36.473Z | info: downloading installer |
26 | 2024-06-17T17:27:38.184Z | info: profile set to 'default' |
27 | 2024-06-17T17:27:38.184Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-17T17:27:38.187Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-17T17:27:38.349Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-17T17:27:38.349Z | info: downloading component 'cargo' |
31 | 2024-06-17T17:27:39.314Z | info: downloading component 'clippy' |
32 | 2024-06-17T17:27:39.634Z | info: downloading component 'rust-docs' |
33 | 2024-06-17T17:27:40.910Z | info: downloading component 'rust-std' |
34 | 2024-06-17T17:27:42.948Z | info: downloading component 'rustc' |
35 | 2024-06-17T17:27:48.135Z | info: downloading component 'rustfmt' |
36 | 2024-06-17T17:27:48.416Z | info: installing component 'cargo' |
37 | 2024-06-17T17:27:49.297Z | info: installing component 'clippy' |
38 | 2024-06-17T17:27:49.677Z | info: installing component 'rust-docs' |
39 | 2024-06-17T17:27:51.217Z | info: installing component 'rust-std' |
40 | 2024-06-17T17:27:53.048Z | info: installing component 'rustc' |
41 | 2024-06-17T17:27:57.511Z | info: installing component 'rustfmt' |
42 | 2024-06-17T17:27:57.852Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-17T17:27:57.853Z | |
44 | 2024-06-17T17:27:58.129Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-17T17:27:58.129Z | |
46 | 2024-06-17T17:27:58.132Z | |
47 | 2024-06-17T17:27:58.132Z | Rust is installed now. Great! |
48 | 2024-06-17T17:27:58.132Z | |
49 | 2024-06-17T17:27:58.132Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-17T17:27:58.132Z | environment variable. This has not been done automatically. |
51 | 2024-06-17T17:27:58.132Z | |
52 | 2024-06-17T17:27:58.132Z | To configure your current shell, you need to source |
53 | 2024-06-17T17:27:58.132Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-17T17:27:58.132Z | |
55 | 2024-06-17T17:27:58.132Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-17T17:27:58.132Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-17T17:27:58.132Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-17T17:27:58.199Z | + rustc --version |
59 | 2024-06-17T17:27:58.263Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-17T17:27:58.266Z | process exited: duration 22087 ms, exit code 0 |
|
61 | 2024-06-17T17:27:58.272Z | starting task 2: "authentication" |
62 | 2024-06-17T17:27:58.292Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-17T17:27:58.299Z | starting task 3: "clone repository" |
64 | 2024-06-17T17:27:58.304Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-17T17:27:58.306Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-17T17:27:58.459Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-17T17:28:04.296Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-17T17:28:04.299Z | + git fetch origin bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
69 | 2024-06-17T17:28:04.644Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-17T17:28:04.644Z | * branch bac4652770a2b6c587e7b35f7fbaa0ec62868a10 -> FETCH_HEAD |
71 | 2024-06-17T17:28:04.654Z | + [[ -n gjcolombo/instance-propolis-uuids ]] |
72 | 2024-06-17T17:28:04.657Z | ++ git branch --show-current |
73 | 2024-06-17T17:28:04.660Z | + current=main |
74 | 2024-06-17T17:28:04.660Z | + [[ main != gjcolombo/instance-propolis-uuids ]] |
75 | 2024-06-17T17:28:04.660Z | + git branch -f gjcolombo/instance-propolis-uuids bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
76 | 2024-06-17T17:28:04.662Z | + git checkout -f gjcolombo/instance-propolis-uuids |
77 | 2024-06-17T17:28:04.801Z | Switched to branch 'gjcolombo/instance-propolis-uuids' |
78 | 2024-06-17T17:28:04.803Z | + git reset --hard bac4652770a2b6c587e7b35f7fbaa0ec62868a10 |
79 | 2024-06-17T17:28:04.935Z | HEAD is now at bac465277 fmt |
80 | 2024-06-17T17:28:04.938Z | process exited: duration 6637 ms, exit code 0 |
|
81 | 2024-06-17T17:28:04.945Z | starting task 4: "build" |
82 | 2024-06-17T17:28:04.950Z | + cargo --version |
83 | 2024-06-17T17:28:05.004Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-17T17:28:05.007Z | + rustc --version |
85 | 2024-06-17T17:28:05.062Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-17T17:28:05.065Z | + cd /tmp |
87 | 2024-06-17T17:28:05.065Z | + cargo new --lib test-project |
88 | 2024-06-17T17:28:05.118Z | Creating library `test-project` package |
89 | 2024-06-17T17:28:05.193Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-17T17:28:05.196Z | + cd test-project |
91 | 2024-06-17T17:28:05.196Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-17T17:28:05.250Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-17T17:28:05.251Z | Features: |
94 | 2024-06-17T17:28:05.251Z | - proptest |
95 | 2024-06-17T17:28:05.251Z | - test-strategy |
96 | 2024-06-17T17:28:05.251Z | - testing |
97 | 2024-06-17T17:28:05.254Z | Updating crates.io index |
98 | 2024-06-17T17:28:05.317Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-17T17:28:06.004Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-17T17:28:06.760Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-17T17:28:07.152Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-17T17:28:09.004Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-17T17:28:09.313Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-17T17:28:09.706Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-17T17:28:12.621Z | + cargo check |
106 | 2024-06-17T17:28:12.837Z | Downloading crates ... |
107 | 2024-06-17T17:28:12.921Z | Downloaded dtrace-parser v0.2.0 |
108 | 2024-06-17T17:28:12.930Z | Downloaded darling_macro v0.20.9 |
109 | 2024-06-17T17:28:12.934Z | Downloaded foreign-types-shared v0.1.1 |
110 | 2024-06-17T17:28:12.940Z | Downloaded async-stream-impl v0.3.5 |
111 | 2024-06-17T17:28:12.943Z | Downloaded tower-service v0.3.2 |
112 | 2024-06-17T17:28:12.946Z | Downloaded want v0.3.1 |
113 | 2024-06-17T17:28:12.948Z | Downloaded omicron-workspace-hack v0.1.0 |
114 | 2024-06-17T17:28:12.948Z | Downloaded yoke-derive v0.7.4 |
115 | 2024-06-17T17:28:12.951Z | Downloaded is-terminal v0.4.12 |
116 | 2024-06-17T17:28:12.951Z | Downloaded foreign-types v0.3.2 |
117 | 2024-06-17T17:28:12.954Z | Downloaded num-conv v0.1.0 |
118 | 2024-06-17T17:28:12.957Z | Downloaded openssl-macros v0.1.1 |
119 | 2024-06-17T17:28:12.959Z | Downloaded match_cfg v0.1.0 |
120 | 2024-06-17T17:28:12.959Z | Downloaded scroll_derive v0.12.0 |
121 | 2024-06-17T17:28:12.959Z | Downloaded equivalent v1.0.1 |
122 | 2024-06-17T17:28:12.964Z | Downloaded deranged v0.3.11 |
123 | 2024-06-17T17:28:12.967Z | Downloaded num_cpus v1.16.0 |
124 | 2024-06-17T17:28:12.970Z | Downloaded futures-sink v0.3.30 |
125 | 2024-06-17T17:28:12.970Z | Downloaded dof v0.3.0 |
126 | 2024-06-17T17:28:12.973Z | Downloaded num_threads v0.1.7 |
127 | 2024-06-17T17:28:12.973Z | Downloaded write16 v1.0.0 |
128 | 2024-06-17T17:28:12.973Z | Downloaded try-lock v0.2.5 |
129 | 2024-06-17T17:28:12.976Z | Downloaded version_check v0.9.4 |
130 | 2024-06-17T17:28:12.976Z | Downloaded usdt-impl v0.5.0 |
131 | 2024-06-17T17:28:12.978Z | Downloaded toml_datetime v0.6.6 |
132 | 2024-06-17T17:28:12.978Z | Downloaded dirs-next v2.0.0 |
133 | 2024-06-17T17:28:12.981Z | Downloaded zerofrom-derive v0.1.4 |
134 | 2024-06-17T17:28:12.981Z | Downloaded crypto-common v0.1.6 |
135 | 2024-06-17T17:28:12.986Z | Downloaded byteorder v1.5.0 |
136 | 2024-06-17T17:28:12.986Z | Downloaded utf16_iter v1.0.5 |
137 | 2024-06-17T17:28:12.989Z | Downloaded paste v1.0.15 |
138 | 2024-06-17T17:28:12.989Z | Downloaded rustls-pemfile v1.0.4 |
139 | 2024-06-17T17:28:12.992Z | Downloaded ident_case v1.0.1 |
140 | 2024-06-17T17:28:12.992Z | Downloaded powerfmt v0.2.0 |
141 | 2024-06-17T17:28:12.993Z | Downloaded futures-task v0.3.30 |
142 | 2024-06-17T17:28:12.996Z | Downloaded scopeguard v1.2.0 |
143 | 2024-06-17T17:28:12.996Z | Downloaded hostname v0.4.0 |
144 | 2024-06-17T17:28:12.999Z | Downloaded usdt-attr-macro v0.5.0 |
145 | 2024-06-17T17:28:12.999Z | Downloaded hex v0.4.3 |
146 | 2024-06-17T17:28:13.002Z | Downloaded tokio-rustls v0.24.1 |
147 | 2024-06-17T17:28:13.002Z | Downloaded rustversion v1.0.17 |
148 | 2024-06-17T17:28:13.006Z | Downloaded pest_generator v2.7.10 |
149 | 2024-06-17T17:28:13.006Z | Downloaded newtype-uuid v1.1.0 |
150 | 2024-06-17T17:28:13.010Z | Downloaded futures-core v0.3.30 |
151 | 2024-06-17T17:28:13.010Z | Downloaded usdt-macro v0.5.0 |
152 | 2024-06-17T17:28:13.010Z | Downloaded cpufeatures v0.2.12 |
153 | 2024-06-17T17:28:13.010Z | Downloaded cfg-if v1.0.0 |
154 | 2024-06-17T17:28:13.014Z | Downloaded untrusted v0.9.0 |
155 | 2024-06-17T17:28:13.014Z | Downloaded block-buffer v0.10.4 |
156 | 2024-06-17T17:28:13.014Z | Downloaded waitgroup v0.1.2 |
157 | 2024-06-17T17:28:13.014Z | Downloaded ppv-lite86 v0.2.17 |
158 | 2024-06-17T17:28:13.017Z | Downloaded zeroize v1.8.1 |
159 | 2024-06-17T17:28:13.017Z | Downloaded dirs-sys-next v0.1.2 |
160 | 2024-06-17T17:28:13.020Z | Downloaded debug-ignore v1.0.5 |
161 | 2024-06-17T17:28:13.020Z | Downloaded utf8_iter v1.0.4 |
162 | 2024-06-17T17:28:13.022Z | Downloaded rustls-pki-types v1.7.0 |
163 | 2024-06-17T17:28:13.025Z | Downloaded native-tls v0.2.12 |
164 | 2024-06-17T17:28:13.025Z | Downloaded memmap v0.7.0 |
165 | 2024-06-17T17:28:13.028Z | Downloaded fnv v1.0.7 |
166 | 2024-06-17T17:28:13.028Z | Downloaded parse-display v0.9.1 |
167 | 2024-06-17T17:28:13.030Z | Downloaded ahash v0.8.11 |
168 | 2024-06-17T17:28:13.033Z | Downloaded pretty-hex v0.4.1 |
169 | 2024-06-17T17:28:13.033Z | Downloaded generic-array v0.14.7 |
170 | 2024-06-17T17:28:13.036Z | Downloaded hostname v0.3.1 |
171 | 2024-06-17T17:28:13.036Z | Downloaded heck v0.5.0 |
172 | 2024-06-17T17:28:13.036Z | Downloaded futures-executor v0.3.30 |
173 | 2024-06-17T17:28:13.039Z | Downloaded form_urlencoded v1.2.1 |
174 | 2024-06-17T17:28:13.040Z | Downloaded usdt v0.5.0 |
175 | 2024-06-17T17:28:13.040Z | Downloaded typenum v1.17.0 |
176 | 2024-06-17T17:28:13.042Z | Downloaded mime v0.3.17 |
177 | 2024-06-17T17:28:13.045Z | Downloaded take_mut v0.2.2 |
178 | 2024-06-17T17:28:13.045Z | Downloaded plain v0.2.3 |
179 | 2024-06-17T17:28:13.045Z | Downloaded macaddr v1.0.1 |
180 | 2024-06-17T17:28:13.048Z | Downloaded zerofrom v0.1.4 |
181 | 2024-06-17T17:28:13.048Z | Downloaded async-trait v0.1.80 |
182 | 2024-06-17T17:28:13.050Z | Downloaded itoa v1.0.11 |
183 | 2024-06-17T17:28:13.053Z | Downloaded tokio-native-tls v0.3.1 |
184 | 2024-06-17T17:28:13.055Z | Downloaded sync_wrapper v0.1.2 |
185 | 2024-06-17T17:28:13.055Z | Downloaded time-core v0.1.2 |
186 | 2024-06-17T17:28:13.055Z | Downloaded ipnetwork v0.20.0 |
187 | 2024-06-17T17:28:13.058Z | Downloaded http-body v0.4.6 |
188 | 2024-06-17T17:28:13.061Z | Downloaded zerovec-derive v0.10.2 |
189 | 2024-06-17T17:28:13.061Z | Downloaded futures-macro v0.3.30 |
190 | 2024-06-17T17:28:13.063Z | Downloaded slog-json v2.6.1 |
191 | 2024-06-17T17:28:13.063Z | Downloaded iana-time-zone v0.1.60 |
192 | 2024-06-17T17:28:13.066Z | Downloaded once_cell v1.19.0 |
193 | 2024-06-17T17:28:13.069Z | Downloaded httparse v1.9.4 |
194 | 2024-06-17T17:28:13.072Z | Downloaded zerocopy-derive v0.7.34 |
195 | 2024-06-17T17:28:13.074Z | Downloaded proc-macro2 v1.0.85 |
196 | 2024-06-17T17:28:13.077Z | Downloaded openssl-probe v0.1.5 |
197 | 2024-06-17T17:28:13.079Z | Downloaded rand_chacha v0.3.1 |
198 | 2024-06-17T17:28:13.080Z | Downloaded pin-utils v0.1.0 |
199 | 2024-06-17T17:28:13.082Z | Downloaded lock_api v0.4.12 |
200 | 2024-06-17T17:28:13.082Z | Downloaded darling v0.20.9 |
201 | 2024-06-17T17:28:13.085Z | Downloaded tracing-core v0.1.32 |
202 | 2024-06-17T17:28:13.088Z | Downloaded schemars_derive v0.8.21 |
203 | 2024-06-17T17:28:13.091Z | Downloaded percent-encoding v2.3.1 |
204 | 2024-06-17T17:28:13.091Z | Downloaded scroll v0.12.0 |
205 | 2024-06-17T17:28:13.094Z | Downloaded parse-display-derive v0.9.1 |
206 | 2024-06-17T17:28:13.094Z | Downloaded icu_locid_transform v1.5.0 |
207 | 2024-06-17T17:28:13.097Z | Downloaded futures-channel v0.3.30 |
208 | 2024-06-17T17:28:13.100Z | Downloaded digest v0.10.7 |
209 | 2024-06-17T17:28:13.100Z | Downloaded structmeta-derive v0.3.0 |
210 | 2024-06-17T17:28:13.102Z | Downloaded tinystr v0.7.6 |
211 | 2024-06-17T17:28:13.103Z | Downloaded sha1 v0.10.6 |
212 | 2024-06-17T17:28:13.107Z | Downloaded synstructure v0.13.1 |
213 | 2024-06-17T17:28:13.107Z | Downloaded thiserror-impl v1.0.61 |
214 | 2024-06-17T17:28:13.110Z | Downloaded ucd-trie v0.1.6 |
215 | 2024-06-17T17:28:13.110Z | Downloaded toml v0.8.14 |
216 | 2024-06-17T17:28:13.113Z | Downloaded yoke v0.7.4 |
217 | 2024-06-17T17:28:13.113Z | Downloaded thiserror v1.0.61 |
218 | 2024-06-17T17:28:13.117Z | Downloaded strum_macros v0.26.4 |
219 | 2024-06-17T17:28:13.120Z | Downloaded icu_normalizer v1.5.0 |
220 | 2024-06-17T17:28:13.122Z | Downloaded openssl-sys v0.9.102 |
221 | 2024-06-17T17:28:13.127Z | Downloaded rand_core v0.6.4 |
222 | 2024-06-17T17:28:13.129Z | Downloaded slab v0.4.9 |
223 | 2024-06-17T17:28:13.130Z | Downloaded serde_tokenstream v0.2.1 |
224 | 2024-06-17T17:28:13.133Z | Downloaded serde_spanned v0.6.6 |
225 | 2024-06-17T17:28:13.135Z | Downloaded num-traits v0.2.19 |
226 | 2024-06-17T17:28:13.138Z | Downloaded strum v0.26.2 |
227 | 2024-06-17T17:28:13.138Z | Downloaded bytes v1.6.0 |
228 | 2024-06-17T17:28:13.141Z | Downloaded base64 v0.21.7 |
229 | 2024-06-17T17:28:13.145Z | Downloaded term v0.7.0 |
230 | 2024-06-17T17:28:13.147Z | Downloaded strsim v0.11.1 |
231 | 2024-06-17T17:28:13.150Z | Downloaded log v0.4.21 |
232 | 2024-06-17T17:28:13.153Z | Downloaded time-macros v0.2.18 |
233 | 2024-06-17T17:28:13.156Z | Downloaded structmeta v0.3.0 |
234 | 2024-06-17T17:28:13.156Z | Downloaded quote v1.0.36 |
235 | 2024-06-17T17:28:13.158Z | Downloaded pest_meta v2.7.10 |
236 | 2024-06-17T17:28:13.161Z | Downloaded smallvec v1.13.2 |
237 | 2024-06-17T17:28:13.161Z | Downloaded ipnet v2.9.0 |
238 | 2024-06-17T17:28:13.164Z | Downloaded ryu v1.0.18 |
239 | 2024-06-17T17:28:13.167Z | Downloaded schemars v0.8.21 |
240 | 2024-06-17T17:28:13.176Z | Downloaded spin v0.9.8 |
241 | 2024-06-17T17:28:13.179Z | Downloaded semver v1.0.23 |
242 | 2024-06-17T17:28:13.181Z | Downloaded rand v0.8.5 |
243 | 2024-06-17T17:28:13.184Z | Downloaded serde_with_macros v3.8.1 |
244 | 2024-06-17T17:28:13.187Z | Downloaded serde_derive_internals v0.29.1 |
245 | 2024-06-17T17:28:13.190Z | Downloaded sct v0.7.1 |
246 | 2024-06-17T17:28:13.192Z | Downloaded url v2.5.1 |
247 | 2024-06-17T17:28:13.195Z | Downloaded unsafe-libyaml v0.2.11 |
248 | 2024-06-17T17:28:13.198Z | Downloaded serde_derive v1.0.203 |
249 | 2024-06-17T17:28:13.201Z | Downloaded slog v2.7.0 |
250 | 2024-06-17T17:28:13.204Z | Downloaded base64 v0.22.1 |
251 | 2024-06-17T17:28:13.206Z | Downloaded tracing v0.1.40 |
252 | 2024-06-17T17:28:13.209Z | Downloaded socket2 v0.5.7 |
253 | 2024-06-17T17:28:13.212Z | Downloaded icu_normalizer_data v1.5.0 |
254 | 2024-06-17T17:28:13.215Z | Downloaded darling_core v0.20.9 |
255 | 2024-06-17T17:28:13.218Z | Downloaded toml_edit v0.22.14 |
256 | 2024-06-17T17:28:13.239Z | Downloaded tokio-util v0.7.11 |
257 | 2024-06-17T17:28:13.245Z | Downloaded serde v1.0.203 |
258 | 2024-06-17T17:28:13.248Z | Downloaded serde_yaml v0.9.34+deprecated |
259 | 2024-06-17T17:28:13.251Z | Downloaded zerovec v0.10.2 |
260 | 2024-06-17T17:28:13.256Z | Downloaded mio v0.8.11 |
261 | 2024-06-17T17:28:13.261Z | Downloaded pest v2.7.10 |
262 | 2024-06-17T17:28:13.267Z | Downloaded memchr v2.7.4 |
263 | 2024-06-17T17:28:13.277Z | Downloaded winnow v0.6.13 |
264 | 2024-06-17T17:28:13.280Z | Downloaded aho-corasick v1.1.3 |
265 | 2024-06-17T17:28:13.285Z | Downloaded time v0.3.36 |
266 | 2024-06-17T17:28:13.291Z | Downloaded serde_with v3.8.1 |
267 | 2024-06-17T17:28:13.299Z | Downloaded zerocopy v0.7.34 |
268 | 2024-06-17T17:28:13.314Z | Downloaded hyper v0.14.29 |
269 | 2024-06-17T17:28:13.321Z | Downloaded rustls-webpki v0.102.4 |
270 | 2024-06-17T17:28:13.339Z | Downloaded rustls-webpki v0.101.7 |
271 | 2024-06-17T17:28:13.351Z | Downloaded icu_properties_data v1.5.0 |
272 | 2024-06-17T17:28:13.361Z | Downloaded goblin v0.8.2 |
273 | 2024-06-17T17:28:13.367Z | Downloaded regex v1.10.5 |
274 | 2024-06-17T17:28:13.379Z | Downloaded vcpkg v0.2.15 |
275 | 2024-06-17T17:28:13.415Z | Downloaded chrono v0.4.38 |
276 | 2024-06-17T17:28:13.421Z | Downloaded rustls v0.21.12 |
277 | 2024-06-17T17:28:13.431Z | Downloaded webpki-roots v0.25.4 |
278 | 2024-06-17T17:28:13.436Z | Downloaded syn v2.0.66 |
279 | 2024-06-17T17:28:13.446Z | Downloaded openssl v0.10.64 |
280 | 2024-06-17T17:28:13.454Z | Downloaded libc v0.2.155 |
281 | 2024-06-17T17:28:13.480Z | Downloaded encoding_rs v0.8.34 |
282 | 2024-06-17T17:28:13.499Z | Downloaded rustls v0.22.4 |
283 | 2024-06-17T17:28:13.512Z | Downloaded unicode-width v0.1.13 |
284 | 2024-06-17T17:28:13.518Z | Downloaded regress v0.10.0 |
285 | 2024-06-17T17:28:13.525Z | Downloaded regress v0.9.1 |
286 | 2024-06-17T17:28:13.533Z | Downloaded regex-syntax v0.8.4 |
287 | 2024-06-17T17:28:13.540Z | Downloaded openapiv3 v2.0.0 |
288 | 2024-06-17T17:28:13.552Z | Downloaded regex-automata v0.4.7 |
289 | 2024-06-17T17:28:13.569Z | Downloaded futures-util v0.3.30 |
290 | 2024-06-17T17:28:13.576Z | Downloaded tokio v1.38.0 |
291 | 2024-06-17T17:28:13.609Z | Downloaded serde_json v1.0.117 |
292 | 2024-06-17T17:28:13.615Z | Downloaded reqwest v0.11.27 |
293 | 2024-06-17T17:28:13.622Z | Downloaded h2 v0.3.26 |
294 | 2024-06-17T17:28:13.628Z | Downloaded idna v1.0.0 |
295 | 2024-06-17T17:28:13.632Z | Downloaded hashbrown v0.14.5 |
296 | 2024-06-17T17:28:13.636Z | Downloaded icu_collections v1.5.0 |
297 | 2024-06-17T17:28:13.641Z | Downloaded hashbrown v0.12.3 |
298 | 2024-06-17T17:28:13.645Z | Downloaded indexmap v2.2.6 |
299 | 2024-06-17T17:28:13.651Z | Downloaded http v1.1.0 |
300 | 2024-06-17T17:28:13.654Z | Downloaded http v0.2.12 |
301 | 2024-06-17T17:28:13.657Z | Downloaded crossbeam-channel v0.5.13 |
302 | 2024-06-17T17:28:13.660Z | Downloaded cc v1.0.99 |
303 | 2024-06-17T17:28:13.665Z | Downloaded icu_properties v1.5.0 |
304 | 2024-06-17T17:28:13.665Z | Downloaded icu_provider v1.5.0 |
305 | 2024-06-17T17:28:13.668Z | Downloaded icu_locid_transform_data v1.5.0 |
306 | 2024-06-17T17:28:13.669Z | Downloaded futures v0.3.30 |
307 | 2024-06-17T17:28:13.672Z | Downloaded indexmap v1.9.3 |
308 | 2024-06-17T17:28:13.675Z | Downloaded subtle v2.5.0 |
309 | 2024-06-17T17:28:13.678Z | Downloaded hyper-rustls v0.24.2 |
310 | 2024-06-17T17:28:13.678Z | Downloaded slog-term v2.9.1 |
311 | 2024-06-17T17:28:13.681Z | Downloaded sha2 v0.10.8 |
312 | 2024-06-17T17:28:13.681Z | Downloaded rustls-pemfile v2.1.2 |
313 | 2024-06-17T17:28:13.684Z | Downloaded serde_urlencoded v0.7.1 |
314 | 2024-06-17T17:28:13.684Z | Downloaded pest_derive v2.7.10 |
315 | 2024-06-17T17:28:13.687Z | Downloaded bitflags v2.5.0 |
316 | 2024-06-17T17:28:13.697Z | Downloaded parking_lot_core v0.9.10 |
317 | 2024-06-17T17:28:13.700Z | Downloaded icu_locid v1.5.0 |
318 | 2024-06-17T17:28:13.700Z | Downloaded crossbeam-utils v0.8.20 |
319 | 2024-06-17T17:28:13.700Z | Downloaded slog-bunyan v2.5.0 |
320 | 2024-06-17T17:28:13.700Z | Downloaded slog-async v2.8.0 |
321 | 2024-06-17T17:28:13.700Z | Downloaded thread_local v1.1.8 |
322 | 2024-06-17T17:28:13.700Z | Downloaded thread-id v4.2.1 |
323 | 2024-06-17T17:28:13.703Z | Downloaded signal-hook-registry v1.4.2 |
324 | 2024-06-17T17:28:13.703Z | Downloaded litemap v0.7.3 |
325 | 2024-06-17T17:28:13.706Z | Downloaded serde_path_to_error v0.1.16 |
326 | 2024-06-17T17:28:13.706Z | Downloaded stable_deref_trait v1.2.0 |
327 | 2024-06-17T17:28:13.706Z | Downloaded anyhow v1.0.86 |
328 | 2024-06-17T17:28:13.709Z | Downloaded allocator-api2 v0.2.18 |
329 | 2024-06-17T17:28:13.715Z | Downloaded getrandom v0.2.15 |
330 | 2024-06-17T17:28:13.719Z | Downloaded pin-project-lite v0.2.14 |
331 | 2024-06-17T17:28:13.723Z | Downloaded parking_lot v0.12.3 |
332 | 2024-06-17T17:28:13.726Z | Downloaded uuid v1.8.0 |
333 | 2024-06-17T17:28:13.729Z | Downloaded unicode-ident v1.0.12 |
334 | 2024-06-17T17:28:13.732Z | Downloaded dyn-clone v1.0.17 |
335 | 2024-06-17T17:28:13.732Z | Downloaded backoff v0.4.0 |
336 | 2024-06-17T17:28:13.735Z | Downloaded camino v1.1.7 |
337 | 2024-06-17T17:28:13.735Z | Downloaded tokio-rustls v0.25.0 |
338 | 2024-06-17T17:28:13.739Z | Downloaded displaydoc v0.2.4 |
339 | 2024-06-17T17:28:13.742Z | Downloaded hyper-tls v0.5.0 |
340 | 2024-06-17T17:28:13.742Z | Downloaded httpdate v1.0.3 |
341 | 2024-06-17T17:28:13.742Z | Downloaded getopts v0.2.21 |
342 | 2024-06-17T17:28:13.744Z | Downloaded multer v3.1.0 |
343 | 2024-06-17T17:28:13.744Z | Downloaded atomic-waker v1.1.2 |
344 | 2024-06-17T17:28:13.747Z | Downloaded futures-io v0.3.30 |
345 | 2024-06-17T17:28:13.747Z | Downloaded pkg-config v0.3.30 |
346 | 2024-06-17T17:28:13.747Z | Downloaded writeable v0.5.5 |
347 | 2024-06-17T17:28:13.750Z | Downloaded tokio-macros v2.3.0 |
348 | 2024-06-17T17:28:13.750Z | Downloaded instant v0.1.13 |
349 | 2024-06-17T17:28:13.753Z | Downloaded icu_provider_macros v1.5.0 |
350 | 2024-06-17T17:28:13.753Z | Downloaded autocfg v1.3.0 |
351 | 2024-06-17T17:28:13.753Z | Downloaded async-stream v0.3.5 |
352 | 2024-06-17T17:28:13.776Z | Downloaded ring v0.17.8 |
353 | 2024-06-17T17:28:13.993Z | Compiling proc-macro2 v1.0.85 |
354 | 2024-06-17T17:28:13.996Z | Compiling unicode-ident v1.0.12 |
355 | 2024-06-17T17:28:13.996Z | Compiling libc v0.2.155 |
356 | 2024-06-17T17:28:13.996Z | Checking cfg-if v1.0.0 |
357 | 2024-06-17T17:28:13.996Z | Compiling version_check v0.9.4 |
358 | 2024-06-17T17:28:14.008Z | Compiling autocfg v1.3.0 |
359 | 2024-06-17T17:28:14.010Z | Compiling serde v1.0.203 |
360 | 2024-06-17T17:28:14.020Z | Compiling serde_json v1.0.117 |
361 | 2024-06-17T17:28:14.087Z | Checking itoa v1.0.11 |
362 | 2024-06-17T17:28:14.176Z | Compiling thiserror v1.0.61 |
363 | 2024-06-17T17:28:14.284Z | Checking once_cell v1.19.0 |
364 | 2024-06-17T17:28:14.515Z | Compiling memchr v2.7.4 |
365 | 2024-06-17T17:28:14.616Z | Compiling ahash v0.8.11 |
366 | 2024-06-17T17:28:14.678Z | Compiling cc v1.0.99 |
367 | 2024-06-17T17:28:16.577Z | Checking byteorder v1.5.0 |
368 | 2024-06-17T17:28:16.820Z | Compiling num-traits v0.2.19 |
369 | 2024-06-17T17:28:17.239Z | Checking pin-project-lite v0.2.14 |
370 | 2024-06-17T17:28:17.307Z | Checking ryu v1.0.18 |
371 | 2024-06-17T17:28:17.314Z | Checking bytes v1.6.0 |
372 | 2024-06-17T17:28:17.368Z | Checking smallvec v1.13.2 |
373 | 2024-06-17T17:28:17.448Z | Checking log v0.4.21 |
374 | 2024-06-17T17:28:17.507Z | Checking allocator-api2 v0.2.18 |
375 | 2024-06-17T17:28:17.685Z | Compiling lock_api v0.4.12 |
376 | 2024-06-17T17:28:17.726Z | Compiling schemars v0.8.21 |
377 | 2024-06-17T17:28:17.746Z | Compiling parking_lot_core v0.9.10 |
378 | 2024-06-17T17:28:17.791Z | Compiling ring v0.17.8 |
379 | 2024-06-17T17:28:17.922Z | Checking getrandom v0.2.15 |
380 | 2024-06-17T17:28:18.003Z | Checking futures-core v0.3.30 |
381 | 2024-06-17T17:28:18.009Z | Checking scopeguard v1.2.0 |
382 | 2024-06-17T17:28:18.061Z | Checking socket2 v0.5.7 |
383 | 2024-06-17T17:28:18.088Z | Checking mio v0.8.11 |
384 | 2024-06-17T17:28:18.091Z | Checking num_cpus v1.16.0 |
385 | 2024-06-17T17:28:18.109Z | Compiling quote v1.0.36 |
386 | 2024-06-17T17:28:18.178Z | Checking signal-hook-registry v1.4.2 |
387 | 2024-06-17T17:28:18.389Z | Compiling slab v0.4.9 |
388 | 2024-06-17T17:28:18.453Z | Compiling syn v2.0.66 |
389 | 2024-06-17T17:28:18.491Z | Checking spin v0.9.8 |
390 | 2024-06-17T17:28:18.550Z | Checking parking_lot v0.12.3 |
391 | 2024-06-17T17:28:18.665Z | Checking futures-sink v0.3.30 |
392 | 2024-06-17T17:28:18.682Z | Checking stable_deref_trait v1.2.0 |
393 | 2024-06-17T17:28:18.755Z | Checking fnv v1.0.7 |
394 | 2024-06-17T17:28:18.763Z | Checking untrusted v0.9.0 |
395 | 2024-06-17T17:28:18.778Z | Checking equivalent v1.0.1 |
396 | 2024-06-17T17:28:18.852Z | Checking futures-channel v0.3.30 |
397 | 2024-06-17T17:28:18.868Z | Checking futures-task v0.3.30 |
398 | 2024-06-17T17:28:18.876Z | Compiling vcpkg v0.2.15 |
399 | 2024-06-17T17:28:18.882Z | Checking pin-utils v0.1.0 |
400 | 2024-06-17T17:28:18.942Z | Compiling semver v1.0.23 |
401 | 2024-06-17T17:28:19.037Z | Checking futures-io v0.3.30 |
402 | 2024-06-17T17:28:19.053Z | Compiling pkg-config v0.3.30 |
403 | 2024-06-17T17:28:19.187Z | Compiling ucd-trie v0.1.6 |
404 | 2024-06-17T17:28:19.439Z | Checking iana-time-zone v0.1.60 |
405 | 2024-06-17T17:28:19.447Z | Checking http v0.2.12 |
406 | 2024-06-17T17:28:19.632Z | Compiling httparse v1.9.4 |
407 | 2024-06-17T17:28:20.218Z | Compiling heck v0.5.0 |
408 | 2024-06-17T17:28:20.229Z | Checking dyn-clone v1.0.17 |
409 | 2024-06-17T17:28:20.470Z | Checking litemap v0.7.3 |
410 | 2024-06-17T17:28:20.482Z | Compiling openssl-sys v0.9.102 |
411 | 2024-06-17T17:28:20.498Z | Checking writeable v0.5.5 |
412 | 2024-06-17T17:28:20.760Z | Checking tracing-core v0.1.32 |
413 | 2024-06-17T17:28:20.782Z | Compiling uuid v1.8.0 |
414 | 2024-06-17T17:28:21.170Z | Compiling chrono v0.4.38 |
415 | 2024-06-17T17:28:21.231Z | Checking try-lock v0.2.5 |
416 | 2024-06-17T17:28:21.311Z | Checking tracing v0.1.40 |
417 | 2024-06-17T17:28:21.337Z | Checking foreign-types-shared v0.1.1 |
418 | 2024-06-17T17:28:21.410Z | Compiling slog v2.7.0 |
419 | 2024-06-17T17:28:21.424Z | Checking icu_locid_transform_data v1.5.0 |
420 | 2024-06-17T17:28:21.499Z | Compiling openssl v0.10.64 |
421 | 2024-06-17T17:28:21.753Z | Checking foreign-types v0.3.2 |
422 | 2024-06-17T17:28:21.808Z | Checking want v0.3.1 |
423 | 2024-06-17T17:28:21.831Z | Checking http-body v0.4.6 |
424 | 2024-06-17T17:28:21.864Z | Compiling aho-corasick v1.1.3 |
425 | 2024-06-17T17:28:21.956Z | Checking percent-encoding v2.3.1 |
426 | 2024-06-17T17:28:22.128Z | Checking tower-service v0.3.2 |
427 | 2024-06-17T17:28:22.135Z | Checking icu_properties_data v1.5.0 |
428 | 2024-06-17T17:28:22.219Z | Checking bitflags v2.5.0 |
429 | 2024-06-17T17:28:22.337Z | Compiling typenum v1.17.0 |
430 | 2024-06-17T17:28:22.409Z | Checking httpdate v1.0.3 |
431 | 2024-06-17T17:28:22.609Z | Compiling native-tls v0.2.12 |
432 | 2024-06-17T17:28:22.849Z | Compiling regex-syntax v0.8.4 |
433 | 2024-06-17T17:28:22.917Z | Compiling rustls v0.21.12 |
434 | 2024-06-17T17:28:23.179Z | Checking form_urlencoded v1.2.1 |
435 | 2024-06-17T17:28:23.348Z | Compiling generic-array v0.14.7 |
436 | 2024-06-17T17:28:23.576Z | Checking write16 v1.0.0 |
437 | 2024-06-17T17:28:23.586Z | Checking utf16_iter v1.0.5 |
438 | 2024-06-17T17:28:23.663Z | Checking utf8_iter v1.0.4 |
439 | 2024-06-17T17:28:23.705Z | Checking openssl-probe v0.1.5 |
440 | 2024-06-17T17:28:23.792Z | Checking icu_normalizer_data v1.5.0 |
441 | 2024-06-17T17:28:24.996Z | Compiling serde_derive_internals v0.29.1 |
442 | 2024-06-17T17:28:25.014Z | Compiling synstructure v0.13.1 |
443 | 2024-06-17T17:28:25.906Z | Compiling regex-automata v0.4.7 |
444 | 2024-06-17T17:28:25.963Z | Compiling usdt-impl v0.5.0 |
445 | 2024-06-17T17:28:26.281Z | Checking encoding_rs v0.8.34 |
446 | 2024-06-17T17:28:26.288Z | Compiling time-core v0.1.2 |
447 | 2024-06-17T17:28:26.426Z | Checking mime v0.3.17 |
448 | 2024-06-17T17:28:27.128Z | Checking powerfmt v0.2.0 |
449 | 2024-06-17T17:28:27.199Z | Compiling num-conv v0.1.0 |
450 | 2024-06-17T17:28:27.366Z | Checking deranged v0.3.11 |
451 | 2024-06-17T17:28:27.468Z | Compiling time-macros v0.2.18 |
452 | 2024-06-17T17:28:28.516Z | Compiling thread-id v4.2.1 |
453 | 2024-06-17T17:28:28.602Z | Checking rustls-pki-types v1.7.0 |
454 | 2024-06-17T17:28:28.999Z | Checking num_threads v0.1.7 |
455 | 2024-06-17T17:28:29.090Z | Checking base64 v0.21.7 |
456 | 2024-06-17T17:28:29.124Z | Compiling unicode-width v0.1.13 |
457 | 2024-06-17T17:28:29.187Z | Checking plain v0.2.3 |
458 | 2024-06-17T17:28:29.316Z | Compiling strsim v0.11.1 |
459 | 2024-06-17T17:28:29.519Z | Compiling ident_case v1.0.1 |
460 | 2024-06-17T17:28:29.617Z | Compiling regex v1.10.5 |
461 | 2024-06-17T17:28:29.664Z | Compiling crossbeam-utils v0.8.20 |
462 | 2024-06-17T17:28:30.264Z | Compiling darling_core v0.20.9 |
463 | 2024-06-17T17:28:30.334Z | Checking time v0.3.36 |
464 | 2024-06-17T17:28:30.502Z | Compiling serde_derive v1.0.203 |
465 | 2024-06-17T17:28:30.533Z | Compiling zerocopy-derive v0.7.34 |
466 | 2024-06-17T17:28:30.777Z | Compiling thiserror-impl v1.0.61 |
467 | 2024-06-17T17:28:31.311Z | Compiling schemars_derive v0.8.21 |
468 | 2024-06-17T17:28:32.160Z | Compiling zerofrom-derive v0.1.4 |
469 | 2024-06-17T17:28:32.630Z | Checking zerocopy v0.7.34 |
470 | 2024-06-17T17:28:33.774Z | Compiling yoke-derive v0.7.4 |
471 | 2024-06-17T17:28:33.825Z | Compiling tokio-macros v2.3.0 |
472 | 2024-06-17T17:28:34.345Z | Compiling zerovec-derive v0.10.2 |
473 | 2024-06-17T17:28:34.498Z | Checking hashbrown v0.14.5 |
474 | 2024-06-17T17:28:35.444Z | Checking tokio v1.38.0 |
475 | 2024-06-17T17:28:36.436Z | Checking zerofrom v0.1.4 |
476 | 2024-06-17T17:28:36.454Z | Compiling displaydoc v0.2.4 |
477 | 2024-06-17T17:28:36.562Z | Compiling futures-macro v0.3.30 |
478 | 2024-06-17T17:28:36.626Z | Compiling pest v2.7.10 |
479 | 2024-06-17T17:28:36.886Z | Checking yoke v0.7.4 |
480 | 2024-06-17T17:28:37.088Z | Compiling icu_provider_macros v1.5.0 |
481 | 2024-06-17T17:28:37.173Z | Checking zerovec v0.10.2 |
482 | 2024-06-17T17:28:37.407Z | Compiling regress v0.10.0 |
483 | 2024-06-17T17:28:37.975Z | Compiling openssl-macros v0.1.1 |
484 | 2024-06-17T17:28:38.487Z | Checking futures-util v0.3.30 |
485 | 2024-06-17T17:28:38.702Z | Checking tinystr v0.7.6 |
486 | 2024-06-17T17:28:38.750Z | Checking icu_collections v1.5.0 |
487 | 2024-06-17T17:28:39.053Z | Checking icu_locid v1.5.0 |
488 | 2024-06-17T17:28:39.373Z | Compiling pest_meta v2.7.10 |
489 | 2024-06-17T17:28:40.036Z | Checking icu_provider v1.5.0 |
490 | 2024-06-17T17:28:40.690Z | Compiling pest_generator v2.7.10 |
491 | 2024-06-17T17:28:42.280Z | Checking icu_locid_transform v1.5.0 |
492 | 2024-06-17T17:28:42.345Z | Checking tokio-util v0.7.11 |
493 | 2024-06-17T17:28:42.523Z | Checking rustls-webpki v0.101.7 |
494 | 2024-06-17T17:28:43.113Z | Checking sct v0.7.1 |
495 | 2024-06-17T17:28:43.221Z | Compiling scroll_derive v0.12.0 |
496 | 2024-06-17T17:28:43.228Z | Checking icu_properties v1.5.0 |
497 | 2024-06-17T17:28:43.507Z | Checking indexmap v2.2.6 |
498 | 2024-06-17T17:28:44.667Z | Compiling serde_tokenstream v0.2.1 |
499 | 2024-06-17T17:28:44.750Z | Checking h2 v0.3.26 |
500 | 2024-06-17T17:28:45.148Z | Compiling pest_derive v2.7.10 |
501 | 2024-06-17T17:28:45.485Z | Checking tokio-native-tls v0.3.1 |
502 | 2024-06-17T17:28:45.695Z | Checking scroll v0.12.0 |
503 | 2024-06-17T17:28:46.126Z | Compiling dtrace-parser v0.2.0 |
504 | 2024-06-17T17:28:46.220Z | Checking tokio-rustls v0.24.1 |
505 | 2024-06-17T17:28:46.532Z | Checking icu_normalizer v1.5.0 |
506 | 2024-06-17T17:28:46.543Z | Compiling dof v0.3.0 |
507 | 2024-06-17T17:28:46.718Z | Checking serde_urlencoded v0.7.1 |
508 | 2024-06-17T17:28:47.271Z | Checking idna v1.0.0 |
509 | 2024-06-17T17:28:47.397Z | Compiling openapiv3 v2.0.0 |
510 | 2024-06-17T17:28:47.423Z | Checking goblin v0.8.2 |
511 | 2024-06-17T17:28:47.730Z | Checking url v2.5.1 |
512 | 2024-06-17T17:28:47.980Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
513 | 2024-06-17T17:28:48.798Z | Checking hyper v0.14.29 |
514 | 2024-06-17T17:28:50.971Z | Checking rustls-pemfile v1.0.4 |
515 | 2024-06-17T17:28:51.136Z | Compiling getopts v0.2.21 |
516 | 2024-06-17T17:28:51.750Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-06-17T17:28:51.952Z | Compiling omicron-workspace-hack v0.1.0 |
518 | 2024-06-17T17:28:51.955Z | Checking webpki-roots v0.25.4 |
519 | 2024-06-17T17:28:52.082Z | Checking pretty-hex v0.4.1 |
520 | 2024-06-17T17:28:52.116Z | Compiling rustversion v1.0.17 |
521 | 2024-06-17T17:28:52.207Z | Checking ipnet v2.9.0 |
522 | 2024-06-17T17:28:52.228Z | Compiling rustls v0.22.4 |
523 | 2024-06-17T17:28:52.231Z | Checking sync_wrapper v0.1.2 |
524 | 2024-06-17T17:28:52.243Z | Compiling unsafe-libyaml v0.2.11 |
525 | 2024-06-17T17:28:52.491Z | Compiling paste v1.0.15 |
526 | 2024-06-17T17:28:52.792Z | Checking dirs-next v2.0.0 |
527 | 2024-06-17T17:28:52.890Z | Checking serde_spanned v0.6.6 |
528 | 2024-06-17T17:28:52.898Z | Checking toml_datetime v0.6.6 |
529 | 2024-06-17T17:28:52.972Z | Checking rustls-webpki v0.102.4 |
530 | 2024-06-17T17:28:53.054Z | Compiling darling_macro v0.20.9 |
531 | 2024-06-17T17:28:53.170Z | Compiling structmeta-derive v0.3.0 |
532 | 2024-06-17T17:28:53.177Z | Checking hyper-rustls v0.24.2 |
533 | 2024-06-17T17:28:53.226Z | Checking hyper-tls v0.5.0 |
534 | 2024-06-17T17:28:53.427Z | Checking block-buffer v0.10.4 |
535 | 2024-06-17T17:28:53.480Z | Checking reqwest v0.11.27 |
536 | 2024-06-17T17:28:53.597Z | Compiling serde_yaml v0.9.34+deprecated |
537 | 2024-06-17T17:28:53.741Z | Checking crypto-common v0.1.6 |
538 | 2024-06-17T17:28:53.883Z | Checking rand_core v0.6.4 |
539 | 2024-06-17T17:28:53.963Z | Compiling multer v3.1.0 |
540 | 2024-06-17T17:28:54.037Z | Checking thread_local v1.1.8 |
541 | 2024-06-17T17:28:54.116Z | Checking ppv-lite86 v0.2.17 |
542 | 2024-06-17T17:28:54.140Z | Checking zeroize v1.8.1 |
543 | 2024-06-17T17:28:54.252Z | Checking winnow v0.6.13 |
544 | 2024-06-17T17:28:54.284Z | Checking subtle v2.5.0 |
545 | 2024-06-17T17:28:54.362Z | Compiling anyhow v1.0.86 |
546 | 2024-06-17T17:28:54.481Z | Compiling slog-async v2.8.0 |
547 | 2024-06-17T17:28:54.781Z | Checking match_cfg v0.1.0 |
548 | 2024-06-17T17:28:54.793Z | Compiling camino v1.1.7 |
549 | 2024-06-17T17:28:54.850Z | Checking hostname v0.3.1 |
550 | 2024-06-17T17:28:54.963Z | Checking rand_chacha v0.3.1 |
551 | 2024-06-17T17:28:55.005Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
552 | 2024-06-17T17:28:55.319Z | Compiling darling v0.20.9 |
553 | 2024-06-17T17:28:55.393Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-06-17T17:28:55.403Z | Checking digest v0.10.7 |
555 | 2024-06-17T17:28:55.852Z | Checking term v0.7.0 |
556 | 2024-06-17T17:28:55.893Z | Compiling structmeta v0.3.0 |
557 | 2024-06-17T17:28:56.267Z | Compiling usdt-macro v0.5.0 |
558 | 2024-06-17T17:28:56.272Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-06-17T17:28:56.727Z | Checking slog-json v2.6.1 |
560 | 2024-06-17T17:28:56.954Z | Checking futures-executor v0.3.30 |
561 | 2024-06-17T17:28:57.158Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-06-17T17:28:57.231Z | Checking toml_edit v0.22.14 |
563 | 2024-06-17T17:28:57.420Z | Checking http v1.1.0 |
564 | 2024-06-17T17:28:57.450Z | Checking is-terminal v0.4.12 |
565 | 2024-06-17T17:28:57.543Z | Checking memmap v0.7.0 |
566 | 2024-06-17T17:28:57.553Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
567 | 2024-06-17T17:28:57.684Z | Checking atomic-waker v1.1.2 |
568 | 2024-06-17T17:28:57.720Z | Checking base64 v0.22.1 |
569 | 2024-06-17T17:28:57.795Z | Checking cpufeatures v0.2.12 |
570 | 2024-06-17T17:28:57.858Z | Checking take_mut v0.2.2 |
571 | 2024-06-17T17:28:57.873Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
572 | 2024-06-17T17:28:58.161Z | Checking sha1 v0.10.6 |
573 | 2024-06-17T17:28:58.172Z | Checking rustls-pemfile v2.1.2 |
574 | 2024-06-17T17:28:58.290Z | Checking waitgroup v0.1.2 |
575 | 2024-06-17T17:28:58.370Z | Checking usdt v0.5.0 |
576 | 2024-06-17T17:28:58.385Z | Checking slog-term v2.9.1 |
577 | 2024-06-17T17:28:58.401Z | Compiling strum_macros v0.26.4 |
578 | 2024-06-17T17:28:58.454Z | Checking async-stream v0.3.5 |
579 | 2024-06-17T17:28:58.559Z | Checking tokio-rustls v0.25.0 |
580 | 2024-06-17T17:28:58.591Z | Checking futures v0.3.30 |
581 | 2024-06-17T17:28:58.611Z | Checking slog-bunyan v2.5.0 |
582 | 2024-06-17T17:28:58.674Z | Compiling parse-display-derive v0.9.1 |
583 | 2024-06-17T17:28:58.743Z | Compiling serde_with_macros v3.8.1 |
584 | 2024-06-17T17:28:58.869Z | Checking rand v0.8.5 |
585 | 2024-06-17T17:28:59.408Z | Checking newtype-uuid v1.1.0 |
586 | 2024-06-17T17:28:59.434Z | Checking ipnetwork v0.20.0 |
587 | 2024-06-17T17:28:59.626Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
588 | 2024-06-17T17:28:59.637Z | Checking toml v0.8.14 |
589 | 2024-06-17T17:28:59.765Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-06-17T17:29:00.064Z | Checking hex v0.4.3 |
591 | 2024-06-17T17:29:00.336Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-06-17T17:29:00.360Z | Compiling async-trait v0.1.80 |
593 | 2024-06-17T17:29:00.581Z | Checking hostname v0.4.0 |
594 | 2024-06-17T17:29:00.696Z | Checking instant v0.1.13 |
595 | 2024-06-17T17:29:00.793Z | Checking debug-ignore v1.0.5 |
596 | 2024-06-17T17:29:00.907Z | Checking backoff v0.4.0 |
597 | 2024-06-17T17:29:01.108Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-06-17T17:29:01.170Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-06-17T17:29:01.228Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
600 | 2024-06-17T17:29:01.297Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-06-17T17:29:01.490Z | Checking serde_with v3.8.1 |
602 | 2024-06-17T17:29:01.507Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-06-17T17:29:01.610Z | Checking macaddr v1.0.1 |
604 | 2024-06-17T17:29:01.919Z | Checking regress v0.9.1 |
605 | 2024-06-17T17:29:02.701Z | Checking parse-display v0.9.1 |
606 | 2024-06-17T17:29:02.718Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
607 | 2024-06-17T17:29:02.935Z | Checking strum v0.26.2 |
608 | 2024-06-17T17:29:04.738Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
609 | 2024-06-17T17:29:04.796Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
610 | 2024-06-17T17:29:07.495Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
611 | 2024-06-17T17:29:13.668Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
612 | 2024-06-17T17:29:16.483Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-06-17T17:29:22.373Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-06-17T17:29:22.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s |
615 | 2024-06-17T17:29:22.483Z | + cargo build --release |
616 | 2024-06-17T17:29:22.746Z | Compiling proc-macro2 v1.0.85 |
617 | 2024-06-17T17:29:22.746Z | Compiling unicode-ident v1.0.12 |
618 | 2024-06-17T17:29:22.746Z | Compiling libc v0.2.155 |
619 | 2024-06-17T17:29:22.749Z | Compiling cfg-if v1.0.0 |
620 | 2024-06-17T17:29:22.749Z | Compiling version_check v0.9.4 |
621 | 2024-06-17T17:29:22.749Z | Compiling autocfg v1.3.0 |
622 | 2024-06-17T17:29:22.749Z | Compiling serde v1.0.203 |
623 | 2024-06-17T17:29:22.749Z | Compiling serde_json v1.0.117 |
624 | 2024-06-17T17:29:22.857Z | Compiling itoa v1.0.11 |
625 | 2024-06-17T17:29:22.927Z | Compiling thiserror v1.0.61 |
626 | 2024-06-17T17:29:23.064Z | Compiling once_cell v1.19.0 |
627 | 2024-06-17T17:29:23.227Z | Compiling cc v1.0.99 |
628 | 2024-06-17T17:29:23.323Z | Compiling memchr v2.7.4 |
629 | 2024-06-17T17:29:23.400Z | Compiling ahash v0.8.11 |
630 | 2024-06-17T17:29:23.722Z | Compiling byteorder v1.5.0 |
631 | 2024-06-17T17:29:23.734Z | Compiling num-traits v0.2.19 |
632 | 2024-06-17T17:29:24.057Z | Compiling pin-project-lite v0.2.14 |
633 | 2024-06-17T17:29:24.148Z | Compiling quote v1.0.36 |
634 | 2024-06-17T17:29:24.157Z | Compiling getrandom v0.2.15 |
635 | 2024-06-17T17:29:24.191Z | Compiling ryu v1.0.18 |
636 | 2024-06-17T17:29:24.497Z | Compiling syn v2.0.66 |
637 | 2024-06-17T17:29:24.643Z | Compiling smallvec v1.13.2 |
638 | 2024-06-17T17:29:24.734Z | Compiling bytes v1.6.0 |
639 | 2024-06-17T17:29:24.753Z | Compiling log v0.4.21 |
640 | 2024-06-17T17:29:24.928Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-06-17T17:29:25.087Z | Compiling schemars v0.8.21 |
642 | 2024-06-17T17:29:25.190Z | Compiling lock_api v0.4.12 |
643 | 2024-06-17T17:29:25.208Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-06-17T17:29:25.430Z | Compiling scopeguard v1.2.0 |
645 | 2024-06-17T17:29:25.570Z | Compiling futures-core v0.3.30 |
646 | 2024-06-17T17:29:25.736Z | Compiling num_cpus v1.16.0 |
647 | 2024-06-17T17:29:25.792Z | Compiling mio v0.8.11 |
648 | 2024-06-17T17:29:25.851Z | Compiling socket2 v0.5.7 |
649 | 2024-06-17T17:29:26.130Z | Compiling parking_lot v0.12.3 |
650 | 2024-06-17T17:29:26.146Z | Compiling ring v0.17.8 |
651 | 2024-06-17T17:29:26.195Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-06-17T17:29:26.554Z | Compiling slab v0.4.9 |
653 | 2024-06-17T17:29:26.609Z | Compiling spin v0.9.8 |
654 | 2024-06-17T17:29:26.876Z | Compiling stable_deref_trait v1.2.0 |
655 | 2024-06-17T17:29:26.887Z | Compiling futures-sink v0.3.30 |
656 | 2024-06-17T17:29:27.037Z | Compiling fnv v1.0.7 |
657 | 2024-06-17T17:29:27.151Z | Compiling semver v1.0.23 |
658 | 2024-06-17T17:29:27.590Z | Compiling untrusted v0.9.0 |
659 | 2024-06-17T17:29:27.645Z | Compiling equivalent v1.0.1 |
660 | 2024-06-17T17:29:27.750Z | Compiling futures-channel v0.3.30 |
661 | 2024-06-17T17:29:27.764Z | Compiling pkg-config v0.3.30 |
662 | 2024-06-17T17:29:27.895Z | Compiling futures-task v0.3.30 |
663 | 2024-06-17T17:29:27.960Z | Compiling vcpkg v0.2.15 |
664 | 2024-06-17T17:29:28.021Z | Compiling futures-io v0.3.30 |
665 | 2024-06-17T17:29:28.193Z | Compiling pin-utils v0.1.0 |
666 | 2024-06-17T17:29:28.336Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-06-17T17:29:28.414Z | Compiling ucd-trie v0.1.6 |
668 | 2024-06-17T17:29:28.909Z | Compiling http v0.2.12 |
669 | 2024-06-17T17:29:29.054Z | Compiling httparse v1.9.4 |
670 | 2024-06-17T17:29:29.147Z | Compiling writeable v0.5.5 |
671 | 2024-06-17T17:29:29.665Z | Compiling openssl-sys v0.9.102 |
672 | 2024-06-17T17:29:29.730Z | Compiling heck v0.5.0 |
673 | 2024-06-17T17:29:30.134Z | Compiling litemap v0.7.3 |
674 | 2024-06-17T17:29:30.189Z | Compiling dyn-clone v1.0.17 |
675 | 2024-06-17T17:29:30.337Z | Compiling chrono v0.4.38 |
676 | 2024-06-17T17:29:30.497Z | Compiling tracing-core v0.1.32 |
677 | 2024-06-17T17:29:30.685Z | Compiling uuid v1.8.0 |
678 | 2024-06-17T17:29:31.830Z | Compiling serde_derive_internals v0.29.1 |
679 | 2024-06-17T17:29:32.330Z | Compiling synstructure v0.13.1 |
680 | 2024-06-17T17:29:32.855Z | Compiling tracing v0.1.40 |
681 | 2024-06-17T17:29:33.397Z | Compiling try-lock v0.2.5 |
682 | 2024-06-17T17:29:33.548Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-06-17T17:29:33.640Z | Compiling openssl v0.10.64 |
684 | 2024-06-17T17:29:33.658Z | Compiling icu_locid_transform_data v1.5.0 |
685 | 2024-06-17T17:29:33.745Z | Compiling slog v2.7.0 |
686 | 2024-06-17T17:29:33.757Z | Compiling foreign-types v0.3.2 |
687 | 2024-06-17T17:29:33.830Z | Compiling want v0.3.1 |
688 | 2024-06-17T17:29:34.110Z | Compiling http-body v0.4.6 |
689 | 2024-06-17T17:29:34.136Z | Compiling aho-corasick v1.1.3 |
690 | 2024-06-17T17:29:34.266Z | Compiling httpdate v1.0.3 |
691 | 2024-06-17T17:29:34.592Z | Compiling rustls v0.21.12 |
692 | 2024-06-17T17:29:34.889Z | Compiling percent-encoding v2.3.1 |
693 | 2024-06-17T17:29:35.001Z | Compiling regex-syntax v0.8.4 |
694 | 2024-06-17T17:29:35.344Z | Compiling bitflags v2.5.0 |
695 | 2024-06-17T17:29:35.504Z | Compiling typenum v1.17.0 |
696 | 2024-06-17T17:29:35.673Z | Compiling native-tls v0.2.12 |
697 | 2024-06-17T17:29:35.681Z | Compiling icu_properties_data v1.5.0 |
698 | 2024-06-17T17:29:35.909Z | Compiling tower-service v0.3.2 |
699 | 2024-06-17T17:29:36.011Z | Compiling form_urlencoded v1.2.1 |
700 | 2024-06-17T17:29:36.563Z | Compiling generic-array v0.14.7 |
701 | 2024-06-17T17:29:36.586Z | Compiling utf16_iter v1.0.5 |
702 | 2024-06-17T17:29:36.784Z | Compiling icu_normalizer_data v1.5.0 |
703 | 2024-06-17T17:29:36.864Z | Compiling openssl-probe v0.1.5 |
704 | 2024-06-17T17:29:36.872Z | Compiling utf8_iter v1.0.4 |
705 | 2024-06-17T17:29:37.114Z | Compiling write16 v1.0.0 |
706 | 2024-06-17T17:29:37.752Z | Compiling serde_derive v1.0.203 |
707 | 2024-06-17T17:29:37.962Z | Compiling zerocopy-derive v0.7.34 |
708 | 2024-06-17T17:29:38.623Z | Compiling thiserror-impl v1.0.61 |
709 | 2024-06-17T17:29:38.667Z | Compiling schemars_derive v0.8.21 |
710 | 2024-06-17T17:29:40.059Z | Compiling zerocopy v0.7.34 |
711 | 2024-06-17T17:29:41.628Z | Compiling zerofrom-derive v0.1.4 |
712 | 2024-06-17T17:29:41.813Z | Compiling tokio-macros v2.3.0 |
713 | 2024-06-17T17:29:42.303Z | Compiling hashbrown v0.14.5 |
714 | 2024-06-17T17:29:42.518Z | Compiling yoke-derive v0.7.4 |
715 | 2024-06-17T17:29:43.487Z | Compiling tokio v1.38.0 |
716 | 2024-06-17T17:29:44.390Z | Compiling zerovec-derive v0.10.2 |
717 | 2024-06-17T17:29:45.989Z | Compiling zerofrom v0.1.4 |
718 | 2024-06-17T17:29:46.222Z | Compiling yoke v0.7.4 |
719 | 2024-06-17T17:29:46.482Z | Compiling futures-macro v0.3.30 |
720 | 2024-06-17T17:29:46.590Z | Compiling displaydoc v0.2.4 |
721 | 2024-06-17T17:29:46.973Z | Compiling zerovec v0.10.2 |
722 | 2024-06-17T17:29:48.194Z | Compiling pest v2.7.10 |
723 | 2024-06-17T17:29:48.534Z | Compiling futures-util v0.3.30 |
724 | 2024-06-17T17:29:50.190Z | Compiling tinystr v0.7.6 |
725 | 2024-06-17T17:29:50.737Z | Compiling pest_meta v2.7.10 |
726 | 2024-06-17T17:29:51.029Z | Compiling icu_locid v1.5.0 |
727 | 2024-06-17T17:29:52.235Z | Compiling serde_tokenstream v0.2.1 |
728 | 2024-06-17T17:29:52.729Z | Compiling indexmap v2.2.6 |
729 | 2024-06-17T17:29:54.978Z | Compiling icu_provider_macros v1.5.0 |
730 | 2024-06-17T17:29:55.971Z | Compiling pest_generator v2.7.10 |
731 | 2024-06-17T17:29:56.213Z | Compiling icu_provider v1.5.0 |
732 | 2024-06-17T17:29:58.585Z | Compiling tokio-util v0.7.11 |
733 | 2024-06-17T17:29:58.744Z | Compiling regress v0.10.0 |
734 | 2024-06-17T17:29:59.081Z | Compiling pest_derive v2.7.10 |
735 | 2024-06-17T17:29:59.231Z | Compiling icu_locid_transform v1.5.0 |
736 | 2024-06-17T17:29:59.948Z | Compiling h2 v0.3.26 |
737 | 2024-06-17T17:30:00.907Z | Compiling icu_collections v1.5.0 |
738 | 2024-06-17T17:30:03.082Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
739 | 2024-06-17T17:30:03.497Z | Compiling openssl-macros v0.1.1 |
740 | 2024-06-17T17:30:03.796Z | Compiling icu_properties v1.5.0 |
741 | 2024-06-17T17:30:05.024Z | Compiling hyper v0.14.29 |
742 | 2024-06-17T17:30:10.340Z | Compiling sct v0.7.1 |
743 | 2024-06-17T17:30:10.624Z | Compiling rustls-webpki v0.101.7 |
744 | 2024-06-17T17:30:10.785Z | Compiling regex-automata v0.4.7 |
745 | 2024-06-17T17:30:14.926Z | Compiling regex v1.10.5 |
746 | 2024-06-17T17:30:15.989Z | Compiling icu_normalizer v1.5.0 |
747 | 2024-06-17T17:30:16.164Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
748 | 2024-06-17T17:30:18.484Z | Compiling scroll_derive v0.12.0 |
749 | 2024-06-17T17:30:18.898Z | Compiling usdt-impl v0.5.0 |
750 | 2024-06-17T17:30:19.026Z | Compiling encoding_rs v0.8.34 |
751 | 2024-06-17T17:30:19.245Z | Compiling powerfmt v0.2.0 |
752 | 2024-06-17T17:30:19.732Z | Compiling time-core v0.1.2 |
753 | 2024-06-17T17:30:19.879Z | Compiling mime v0.3.17 |
754 | 2024-06-17T17:30:20.128Z | Compiling num-conv v0.1.0 |
755 | 2024-06-17T17:30:20.401Z | Compiling time-macros v0.2.18 |
756 | 2024-06-17T17:30:20.966Z | Compiling scroll v0.12.0 |
757 | 2024-06-17T17:30:21.016Z | Compiling deranged v0.3.11 |
758 | 2024-06-17T17:30:21.712Z | Compiling tokio-rustls v0.24.1 |
759 | 2024-06-17T17:30:22.129Z | Compiling idna v1.0.0 |
760 | 2024-06-17T17:30:22.691Z | Compiling tokio-native-tls v0.3.1 |
761 | 2024-06-17T17:30:22.964Z | Compiling dtrace-parser v0.2.0 |
762 | 2024-06-17T17:30:23.219Z | Compiling dof v0.3.0 |
763 | 2024-06-17T17:30:24.793Z | Compiling serde_urlencoded v0.7.1 |
764 | 2024-06-17T17:30:27.045Z | Compiling thread-id v4.2.1 |
765 | 2024-06-17T17:30:27.136Z | Compiling omicron-workspace-hack v0.1.0 |
766 | 2024-06-17T17:30:27.287Z | Compiling strsim v0.11.1 |
767 | 2024-06-17T17:30:28.716Z | Compiling num_threads v0.1.7 |
768 | 2024-06-17T17:30:28.827Z | Compiling ident_case v1.0.1 |
769 | 2024-06-17T17:30:28.976Z | Compiling plain v0.2.3 |
770 | 2024-06-17T17:30:29.116Z | Compiling crossbeam-utils v0.8.20 |
771 | 2024-06-17T17:30:29.723Z | Compiling base64 v0.21.7 |
772 | 2024-06-17T17:30:30.034Z | Compiling unicode-width v0.1.13 |
773 | 2024-06-17T17:30:30.223Z | Compiling rustls-pki-types v1.7.0 |
774 | 2024-06-17T17:30:30.376Z | Compiling rustls-pemfile v1.0.4 |
775 | 2024-06-17T17:30:30.798Z | Compiling getopts v0.2.21 |
776 | 2024-06-17T17:30:31.562Z | Compiling time v0.3.36 |
777 | 2024-06-17T17:30:33.522Z | Compiling goblin v0.8.2 |
778 | 2024-06-17T17:30:34.505Z | Compiling darling_core v0.20.9 |
779 | 2024-06-17T17:30:41.020Z | Compiling hyper-tls v0.5.0 |
780 | 2024-06-17T17:30:41.351Z | Compiling url v2.5.1 |
781 | 2024-06-17T17:30:41.394Z | Compiling hyper-rustls v0.24.2 |
782 | 2024-06-17T17:30:41.480Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
783 | 2024-06-17T17:30:41.598Z | Compiling openapiv3 v2.0.0 |
784 | 2024-06-17T17:30:42.384Z | Compiling dirs-sys-next v0.1.2 |
785 | 2024-06-17T17:30:42.964Z | Compiling ipnet v2.9.0 |
786 | 2024-06-17T17:30:43.545Z | Compiling paste v1.0.15 |
787 | 2024-06-17T17:30:44.051Z | Compiling webpki-roots v0.25.4 |
788 | 2024-06-17T17:30:44.198Z | Compiling pretty-hex v0.4.1 |
789 | 2024-06-17T17:30:44.404Z | Compiling sync_wrapper v0.1.2 |
790 | 2024-06-17T17:30:44.518Z | Compiling rustversion v1.0.17 |
791 | 2024-06-17T17:30:45.436Z | Compiling rustls v0.22.4 |
792 | 2024-06-17T17:30:45.680Z | Compiling unsafe-libyaml v0.2.11 |
793 | 2024-06-17T17:30:45.741Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
794 | 2024-06-17T17:30:47.069Z | Compiling serde_yaml v0.9.34+deprecated |
795 | 2024-06-17T17:30:47.495Z | Compiling reqwest v0.11.27 |
796 | 2024-06-17T17:30:49.097Z | Compiling dirs-next v2.0.0 |
797 | 2024-06-17T17:30:49.345Z | Compiling darling_macro v0.20.9 |
798 | 2024-06-17T17:30:52.871Z | Compiling rustls-webpki v0.102.4 |
799 | 2024-06-17T17:30:52.939Z | Compiling block-buffer v0.10.4 |
800 | 2024-06-17T17:30:53.166Z | Compiling crypto-common v0.1.6 |
801 | 2024-06-17T17:30:53.361Z | Compiling serde_spanned v0.6.6 |
802 | 2024-06-17T17:30:53.595Z | Compiling toml_datetime v0.6.6 |
803 | 2024-06-17T17:30:54.180Z | Compiling structmeta-derive v0.3.0 |
804 | 2024-06-17T17:30:54.286Z | Compiling rand_core v0.6.4 |
805 | 2024-06-17T17:30:54.782Z | Compiling multer v3.1.0 |
806 | 2024-06-17T17:30:54.807Z | Compiling thread_local v1.1.8 |
807 | 2024-06-17T17:30:55.102Z | Compiling anyhow v1.0.86 |
808 | 2024-06-17T17:30:55.615Z | Compiling slog-async v2.8.0 |
809 | 2024-06-17T17:30:55.658Z | Compiling camino v1.1.7 |
810 | 2024-06-17T17:30:56.107Z | Compiling zeroize v1.8.1 |
811 | 2024-06-17T17:30:56.246Z | Compiling subtle v2.5.0 |
812 | 2024-06-17T17:30:56.430Z | Compiling winnow v0.6.13 |
813 | 2024-06-17T17:30:56.510Z | Compiling match_cfg v0.1.0 |
814 | 2024-06-17T17:30:56.590Z | Compiling ppv-lite86 v0.2.17 |
815 | 2024-06-17T17:30:56.768Z | Compiling hostname v0.3.1 |
816 | 2024-06-17T17:30:56.993Z | Compiling structmeta v0.3.0 |
817 | 2024-06-17T17:30:57.370Z | Compiling rand_chacha v0.3.1 |
818 | 2024-06-17T17:30:57.582Z | Compiling digest v0.10.7 |
819 | 2024-06-17T17:30:57.817Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
820 | 2024-06-17T17:30:57.956Z | Compiling crossbeam-channel v0.5.13 |
821 | 2024-06-17T17:30:59.678Z | Compiling darling v0.20.9 |
822 | 2024-06-17T17:30:59.776Z | Compiling term v0.7.0 |
823 | 2024-06-17T17:31:00.705Z | Compiling toml_edit v0.22.14 |
824 | 2024-06-17T17:31:04.710Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
825 | 2024-06-17T17:31:09.041Z | Compiling usdt-macro v0.5.0 |
826 | 2024-06-17T17:31:09.078Z | Compiling usdt-attr-macro v0.5.0 |
827 | 2024-06-17T17:31:10.432Z | Compiling slog-json v2.6.1 |
828 | 2024-06-17T17:31:10.646Z | Compiling futures-executor v0.3.30 |
829 | 2024-06-17T17:31:10.952Z | Compiling async-stream-impl v0.3.5 |
830 | 2024-06-17T17:31:11.938Z | Compiling http v1.1.0 |
831 | 2024-06-17T17:31:12.298Z | Compiling memmap v0.7.0 |
832 | 2024-06-17T17:31:12.749Z | Compiling is-terminal v0.4.12 |
833 | 2024-06-17T17:31:12.861Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
834 | 2024-06-17T17:31:13.181Z | Compiling base64 v0.22.1 |
835 | 2024-06-17T17:31:14.074Z | Compiling cpufeatures v0.2.12 |
836 | 2024-06-17T17:31:14.160Z | Compiling atomic-waker v1.1.2 |
837 | 2024-06-17T17:31:14.279Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
838 | 2024-06-17T17:31:14.337Z | Compiling take_mut v0.2.2 |
839 | 2024-06-17T17:31:14.590Z | Compiling waitgroup v0.1.2 |
840 | 2024-06-17T17:31:14.817Z | Compiling sha1 v0.10.6 |
841 | 2024-06-17T17:31:15.588Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
842 | 2024-06-17T17:31:15.800Z | Compiling rustls-pemfile v2.1.2 |
843 | 2024-06-17T17:31:16.679Z | Compiling slog-term v2.9.1 |
844 | 2024-06-17T17:31:18.149Z | Compiling usdt v0.5.0 |
845 | 2024-06-17T17:31:19.509Z | Compiling async-stream v0.3.5 |
846 | 2024-06-17T17:31:19.607Z | Compiling futures v0.3.30 |
847 | 2024-06-17T17:31:19.711Z | Compiling slog-bunyan v2.5.0 |
848 | 2024-06-17T17:31:19.844Z | Compiling strum_macros v0.26.4 |
849 | 2024-06-17T17:31:19.850Z | Compiling toml v0.8.14 |
850 | 2024-06-17T17:31:19.962Z | Compiling tokio-rustls v0.25.0 |
851 | 2024-06-17T17:31:20.371Z | Compiling serde_with_macros v3.8.1 |
852 | 2024-06-17T17:31:23.274Z | Compiling rand v0.8.5 |
853 | 2024-06-17T17:31:26.421Z | Compiling parse-display-derive v0.9.1 |
854 | 2024-06-17T17:31:26.596Z | Compiling ipnetwork v0.20.0 |
855 | 2024-06-17T17:31:27.250Z | Compiling newtype-uuid v1.1.0 |
856 | 2024-06-17T17:31:27.555Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#591b7662) |
857 | 2024-06-17T17:31:27.602Z | Compiling hex v0.4.3 |
858 | 2024-06-17T17:31:28.291Z | Compiling serde_path_to_error v0.1.16 |
859 | 2024-06-17T17:31:29.353Z | Compiling async-trait v0.1.80 |
860 | 2024-06-17T17:31:30.181Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
861 | 2024-06-17T17:31:30.726Z | Compiling hostname v0.4.0 |
862 | 2024-06-17T17:31:30.935Z | Compiling instant v0.1.13 |
863 | 2024-06-17T17:31:30.964Z | Compiling debug-ignore v1.0.5 |
864 | 2024-06-17T17:31:31.080Z | Compiling backoff v0.4.0 |
865 | 2024-06-17T17:31:31.096Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
866 | 2024-06-17T17:31:31.299Z | Compiling parse-display v0.9.1 |
867 | 2024-06-17T17:31:31.313Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
868 | 2024-06-17T17:31:31.403Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
869 | 2024-06-17T17:31:31.474Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
870 | 2024-06-17T17:31:31.892Z | Compiling strum v0.26.2 |
871 | 2024-06-17T17:31:32.063Z | Compiling serde_with v3.8.1 |
872 | 2024-06-17T17:31:33.340Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
873 | 2024-06-17T17:31:34.168Z | Compiling macaddr v1.0.1 |
874 | 2024-06-17T17:31:34.772Z | Compiling regress v0.9.1 |
875 | 2024-06-17T17:31:38.827Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
876 | 2024-06-17T17:31:48.135Z | Compiling test-project v0.1.0 (/tmp/test-project) |
877 | 2024-06-17T17:31:56.201Z | Finished `release` profile [optimized] target(s) in 2m 33s |
878 | 2024-06-17T17:31:56.253Z | process exited: duration 231275 ms, exit code 0 |
|
879 | 2024-06-17T17:31:56.260Z | found 0 output files |