|
|
|
1 | 2024-06-11T17:51:38.887Z | job assigned to worker 01J046RV1A047VD96BSSVM4CT9 (queued for 1 m 3 s) |
|
2 | 2024-06-11T17:51:45.752Z | starting task 0: "setup" |
3 | 2024-06-11T17:51:45.808Z | ++ uname -s |
4 | 2024-06-11T17:51:45.818Z | + kern=SunOS |
5 | 2024-06-11T17:51:45.818Z | + case "$kern" in |
6 | 2024-06-11T17:51:45.819Z | + groupadd -g 12345 build |
7 | 2024-06-11T17:51:45.819Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-11T17:51:47.830Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-11T17:51:47.915Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-11T17:51:47.929Z | + home_fs=zfs |
11 | 2024-06-11T17:51:47.929Z | + [[ zfs == autofs ]] |
12 | 2024-06-11T17:51:47.930Z | + mkdir -p /home/build |
13 | 2024-06-11T17:51:47.930Z | + chown build:build /home/build /work |
14 | 2024-06-11T17:51:49.918Z | + chmod 0700 /home/build /work |
15 | 2024-06-11T17:51:49.922Z | process exited: duration 4170 ms, exit code 0 |
|
16 | 2024-06-11T17:51:49.930Z | starting task 1: "rust-toolchain" |
17 | 2024-06-11T17:51:49.938Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-11T17:51:49.938Z | ' 1.78.0 |
19 | 2024-06-11T17:51:49.941Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-11T17:51:49.941Z | * toolchain channel = "1.78.0" |
21 | 2024-06-11T17:51:49.941Z | * toolchain profile = "default" |
22 | 2024-06-11T17:51:49.942Z | ' default |
23 | 2024-06-11T17:51:49.942Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-11T17:51:49.942Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-11T17:51:50.050Z | info: downloading installer |
26 | 2024-06-11T17:51:51.535Z | info: profile set to 'default' |
27 | 2024-06-11T17:51:51.536Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-11T17:51:51.546Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-11T17:51:51.663Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-11T17:51:51.663Z | info: downloading component 'cargo' |
31 | 2024-06-11T17:51:52.339Z | info: downloading component 'clippy' |
32 | 2024-06-11T17:51:52.566Z | info: downloading component 'rust-docs' |
33 | 2024-06-11T17:51:53.459Z | info: downloading component 'rust-std' |
34 | 2024-06-11T17:51:55.308Z | info: downloading component 'rustc' |
35 | 2024-06-11T17:51:58.508Z | info: downloading component 'rustfmt' |
36 | 2024-06-11T17:51:58.713Z | info: installing component 'cargo' |
37 | 2024-06-11T17:51:59.538Z | info: installing component 'clippy' |
38 | 2024-06-11T17:51:59.884Z | info: installing component 'rust-docs' |
39 | 2024-06-11T17:52:01.366Z | info: installing component 'rust-std' |
40 | 2024-06-11T17:52:03.116Z | info: installing component 'rustc' |
41 | 2024-06-11T17:52:07.244Z | info: installing component 'rustfmt' |
42 | 2024-06-11T17:52:07.577Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-11T17:52:07.577Z | |
44 | 2024-06-11T17:52:07.835Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-11T17:52:07.836Z | |
46 | 2024-06-11T17:52:07.842Z | |
47 | 2024-06-11T17:52:07.842Z | Rust is installed now. Great! |
48 | 2024-06-11T17:52:07.842Z | |
49 | 2024-06-11T17:52:07.842Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-11T17:52:07.842Z | environment variable. This has not been done automatically. |
51 | 2024-06-11T17:52:07.843Z | |
52 | 2024-06-11T17:52:07.843Z | To configure your current shell, you need to source |
53 | 2024-06-11T17:52:07.843Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-11T17:52:07.843Z | |
55 | 2024-06-11T17:52:07.843Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-11T17:52:07.843Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-11T17:52:07.843Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-11T17:52:07.906Z | + rustc --version |
59 | 2024-06-11T17:52:07.958Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-11T17:52:07.961Z | process exited: duration 18026 ms, exit code 0 |
|
61 | 2024-06-11T17:52:07.967Z | starting task 2: "authentication" |
62 | 2024-06-11T17:52:07.989Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-06-11T17:52:08.031Z | starting task 3: "clone repository" |
64 | 2024-06-11T17:52:08.044Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-11T17:52:08.044Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-11T17:52:08.154Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-11T17:52:14.589Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-11T17:52:14.589Z | + git fetch origin ccb2bacd0392a8ac8eaaefa7ec2ca9b360a7985f |
69 | 2024-06-11T17:52:14.894Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-11T17:52:14.894Z | * branch ccb2bacd0392a8ac8eaaefa7ec2ca9b360a7985f -> FETCH_HEAD |
71 | 2024-06-11T17:52:15.315Z | + [[ -n iliana/cleanup ]] |
72 | 2024-06-11T17:52:15.315Z | ++ git branch --show-current |
73 | 2024-06-11T17:52:15.315Z | + current=main |
74 | 2024-06-11T17:52:15.315Z | + [[ main != iliana/cleanup ]] |
75 | 2024-06-11T17:52:15.315Z | + git branch -f iliana/cleanup ccb2bacd0392a8ac8eaaefa7ec2ca9b360a7985f |
76 | 2024-06-11T17:52:15.315Z | + git checkout -f iliana/cleanup |
77 | 2024-06-11T17:52:15.321Z | Switched to branch 'iliana/cleanup' |
78 | 2024-06-11T17:52:15.321Z | + git reset --hard ccb2bacd0392a8ac8eaaefa7ec2ca9b360a7985f |
79 | 2024-06-11T17:52:15.322Z | HEAD is now at ccb2bacd0 remove scripts from old releng CI process |
80 | 2024-06-11T17:52:15.322Z | process exited: duration 7026 ms, exit code 0 |
|
81 | 2024-06-11T17:52:15.357Z | starting task 4: "build" |
82 | 2024-06-11T17:52:15.361Z | + cargo --version |
83 | 2024-06-11T17:52:15.416Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-11T17:52:15.419Z | + rustc --version |
85 | 2024-06-11T17:52:15.469Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-11T17:52:15.472Z | + cd /tmp |
87 | 2024-06-11T17:52:15.472Z | + cargo new --lib test-project |
88 | 2024-06-11T17:52:15.524Z | Creating library `test-project` package |
89 | 2024-06-11T17:52:15.595Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-11T17:52:15.602Z | + cd test-project |
91 | 2024-06-11T17:52:15.602Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-11T17:52:15.649Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-11T17:52:15.649Z | Features: |
94 | 2024-06-11T17:52:15.649Z | - proptest |
95 | 2024-06-11T17:52:15.649Z | - test-strategy |
96 | 2024-06-11T17:52:15.649Z | - testing |
97 | 2024-06-11T17:52:15.652Z | Updating crates.io index |
98 | 2024-06-11T17:52:15.717Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-11T17:52:16.335Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-11T17:52:17.202Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-11T17:52:17.485Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-11T17:52:19.336Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-11T17:52:19.626Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-11T17:52:19.952Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-11T17:52:22.759Z | + cargo check |
106 | 2024-06-11T17:52:22.957Z | Downloading crates ... |
107 | 2024-06-11T17:52:23.029Z | Downloaded ahash v0.8.11 |
108 | 2024-06-11T17:52:23.035Z | Downloaded async-trait v0.1.80 |
109 | 2024-06-11T17:52:23.039Z | Downloaded async-stream-impl v0.3.5 |
110 | 2024-06-11T17:52:23.042Z | Downloaded atomic-waker v1.1.2 |
111 | 2024-06-11T17:52:23.042Z | Downloaded async-stream v0.3.5 |
112 | 2024-06-11T17:52:23.045Z | Downloaded allocator-api2 v0.2.18 |
113 | 2024-06-11T17:52:23.048Z | Downloaded anyhow v1.0.86 |
114 | 2024-06-11T17:52:23.055Z | Downloaded aho-corasick v1.1.3 |
115 | 2024-06-11T17:52:23.073Z | Downloaded darling v0.20.9 |
116 | 2024-06-11T17:52:23.078Z | Downloaded tokio-util v0.7.11 |
117 | 2024-06-11T17:52:23.084Z | Downloaded getopts v0.2.21 |
118 | 2024-06-11T17:52:23.087Z | Downloaded ucd-trie v0.1.6 |
119 | 2024-06-11T17:52:23.090Z | Downloaded futures-io v0.3.30 |
120 | 2024-06-11T17:52:23.090Z | Downloaded tokio-rustls v0.24.1 |
121 | 2024-06-11T17:52:23.094Z | Downloaded crossbeam-utils v0.8.20 |
122 | 2024-06-11T17:52:23.097Z | Downloaded toml v0.8.14 |
123 | 2024-06-11T17:52:23.102Z | Downloaded tracing v0.1.40 |
124 | 2024-06-11T17:52:23.106Z | Downloaded tracing-core v0.1.32 |
125 | 2024-06-11T17:52:23.106Z | Downloaded multer v3.1.0 |
126 | 2024-06-11T17:52:23.110Z | Downloaded unicode-ident v1.0.12 |
127 | 2024-06-11T17:52:23.113Z | Downloaded try-lock v0.2.5 |
128 | 2024-06-11T17:52:23.113Z | Downloaded tower-service v0.3.2 |
129 | 2024-06-11T17:52:23.116Z | Downloaded toml_datetime v0.6.6 |
130 | 2024-06-11T17:52:23.117Z | Downloaded block-buffer v0.10.4 |
131 | 2024-06-11T17:52:23.117Z | Downloaded typenum v1.17.0 |
132 | 2024-06-11T17:52:23.121Z | Downloaded tokio-macros v2.3.0 |
133 | 2024-06-11T17:52:23.121Z | Downloaded chrono v0.4.38 |
134 | 2024-06-11T17:52:23.130Z | Downloaded equivalent v1.0.1 |
135 | 2024-06-11T17:52:23.139Z | Downloaded foreign-types v0.3.2 |
136 | 2024-06-11T17:52:23.139Z | Downloaded unsafe-libyaml v0.2.11 |
137 | 2024-06-11T17:52:23.139Z | Downloaded crypto-common v0.1.6 |
138 | 2024-06-11T17:52:23.139Z | Downloaded utf16_iter v1.0.5 |
139 | 2024-06-11T17:52:23.139Z | Downloaded usdt v0.5.0 |
140 | 2024-06-11T17:52:23.139Z | Downloaded futures-task v0.3.30 |
141 | 2024-06-11T17:52:23.148Z | Downloaded dirs-next v2.0.0 |
142 | 2024-06-11T17:52:23.149Z | Downloaded dyn-clone v1.0.17 |
143 | 2024-06-11T17:52:23.149Z | Downloaded dtrace-parser v0.2.0 |
144 | 2024-06-11T17:52:23.149Z | Downloaded dirs-sys-next v0.1.2 |
145 | 2024-06-11T17:52:23.150Z | Downloaded h2 v0.3.26 |
146 | 2024-06-11T17:52:23.159Z | Downloaded futures-channel v0.3.30 |
147 | 2024-06-11T17:52:23.160Z | Downloaded utf8_iter v1.0.4 |
148 | 2024-06-11T17:52:23.165Z | Downloaded futures-core v0.3.30 |
149 | 2024-06-11T17:52:23.166Z | Downloaded digest v0.10.7 |
150 | 2024-06-11T17:52:23.166Z | Downloaded want v0.3.1 |
151 | 2024-06-11T17:52:23.166Z | Downloaded write16 v1.0.0 |
152 | 2024-06-11T17:52:23.166Z | Downloaded waitgroup v0.1.2 |
153 | 2024-06-11T17:52:23.166Z | Downloaded debug-ignore v1.0.5 |
154 | 2024-06-11T17:52:23.166Z | Downloaded form_urlencoded v1.2.1 |
155 | 2024-06-11T17:52:23.166Z | Downloaded openssl-macros v0.1.1 |
156 | 2024-06-11T17:52:23.169Z | Downloaded instant v0.1.13 |
157 | 2024-06-11T17:52:23.169Z | Downloaded version_check v0.9.4 |
158 | 2024-06-11T17:52:23.170Z | Downloaded untrusted v0.9.0 |
159 | 2024-06-11T17:52:23.170Z | Downloaded ident_case v1.0.1 |
160 | 2024-06-11T17:52:23.173Z | Downloaded openssl-probe v0.1.5 |
161 | 2024-06-11T17:52:23.173Z | Downloaded num-conv v0.1.0 |
162 | 2024-06-11T17:52:23.176Z | Downloaded zerofrom v0.1.4 |
163 | 2024-06-11T17:52:23.176Z | Downloaded is-terminal v0.4.12 |
164 | 2024-06-11T17:52:23.176Z | Downloaded zerofrom-derive v0.1.4 |
165 | 2024-06-11T17:52:23.176Z | Downloaded usdt-attr-macro v0.5.0 |
166 | 2024-06-11T17:52:23.193Z | Downloaded match_cfg v0.1.0 |
167 | 2024-06-11T17:52:23.193Z | Downloaded pretty-hex v0.4.1 |
168 | 2024-06-11T17:52:23.193Z | Downloaded omicron-workspace-hack v0.1.0 |
169 | 2024-06-11T17:52:23.194Z | Downloaded httpdate v1.0.3 |
170 | 2024-06-11T17:52:23.197Z | Downloaded http-body v0.4.6 |
171 | 2024-06-11T17:52:23.198Z | Downloaded hostname v0.3.1 |
172 | 2024-06-11T17:52:23.198Z | Downloaded unicode-width v0.1.13 |
173 | 2024-06-11T17:52:23.198Z | Downloaded newtype-uuid v1.1.0 |
174 | 2024-06-11T17:52:23.198Z | Downloaded paste v1.0.15 |
175 | 2024-06-11T17:52:23.202Z | Downloaded futures-executor v0.3.30 |
176 | 2024-06-11T17:52:23.202Z | Downloaded scroll_derive v0.12.0 |
177 | 2024-06-11T17:52:23.202Z | Downloaded camino v1.1.7 |
178 | 2024-06-11T17:52:23.205Z | Downloaded fnv v1.0.7 |
179 | 2024-06-11T17:52:23.205Z | Downloaded take_mut v0.2.2 |
180 | 2024-06-11T17:52:23.205Z | Downloaded writeable v0.5.5 |
181 | 2024-06-11T17:52:23.208Z | Downloaded num_threads v0.1.7 |
182 | 2024-06-11T17:52:23.208Z | Downloaded powerfmt v0.2.0 |
183 | 2024-06-11T17:52:23.208Z | Downloaded percent-encoding v2.3.1 |
184 | 2024-06-11T17:52:23.211Z | Downloaded num_cpus v1.16.0 |
185 | 2024-06-11T17:52:23.214Z | Downloaded zeroize v1.8.1 |
186 | 2024-06-11T17:52:23.214Z | Downloaded time-core v0.1.2 |
187 | 2024-06-11T17:52:23.214Z | Downloaded pin-utils v0.1.0 |
188 | 2024-06-11T17:52:23.217Z | Downloaded parse-display v0.9.1 |
189 | 2024-06-11T17:52:23.217Z | Downloaded zerovec-derive v0.10.2 |
190 | 2024-06-11T17:52:23.221Z | Downloaded pkg-config v0.3.30 |
191 | 2024-06-11T17:52:23.221Z | Downloaded hyper-tls v0.5.0 |
192 | 2024-06-11T17:52:23.224Z | Downloaded pest_generator v2.7.10 |
193 | 2024-06-11T17:52:23.224Z | Downloaded itoa v1.0.11 |
194 | 2024-06-11T17:52:23.224Z | Downloaded parking_lot_core v0.9.10 |
195 | 2024-06-11T17:52:23.227Z | Downloaded ipnetwork v0.20.0 |
196 | 2024-06-11T17:52:23.233Z | Downloaded sync_wrapper v0.1.2 |
197 | 2024-06-11T17:52:23.233Z | Downloaded httparse v1.9.2 |
198 | 2024-06-11T17:52:23.236Z | Downloaded backoff v0.4.0 |
199 | 2024-06-11T17:52:23.236Z | Downloaded strum v0.26.2 |
200 | 2024-06-11T17:52:23.236Z | Downloaded rand_chacha v0.3.1 |
201 | 2024-06-11T17:52:23.236Z | Downloaded mime v0.3.17 |
202 | 2024-06-11T17:52:23.240Z | Downloaded parse-display-derive v0.9.1 |
203 | 2024-06-11T17:52:23.240Z | Downloaded macaddr v1.0.1 |
204 | 2024-06-11T17:52:23.242Z | Downloaded memmap v0.7.0 |
205 | 2024-06-11T17:52:23.242Z | Downloaded rand_core v0.6.4 |
206 | 2024-06-11T17:52:23.245Z | Downloaded once_cell v1.19.0 |
207 | 2024-06-11T17:52:23.248Z | Downloaded yoke v0.7.4 |
208 | 2024-06-11T17:52:23.248Z | Downloaded slab v0.4.9 |
209 | 2024-06-11T17:52:23.251Z | Downloaded scroll v0.12.0 |
210 | 2024-06-11T17:52:23.251Z | Downloaded generic-array v0.14.7 |
211 | 2024-06-11T17:52:23.254Z | Downloaded signal-hook-registry v1.4.2 |
212 | 2024-06-11T17:52:23.254Z | Downloaded serde_path_to_error v0.1.16 |
213 | 2024-06-11T17:52:23.258Z | Downloaded ppv-lite86 v0.2.17 |
214 | 2024-06-11T17:52:23.258Z | Downloaded thread_local v1.1.8 |
215 | 2024-06-11T17:52:23.258Z | Downloaded plain v0.2.3 |
216 | 2024-06-11T17:52:23.261Z | Downloaded native-tls v0.2.12 |
217 | 2024-06-11T17:52:23.261Z | Downloaded quote v1.0.36 |
218 | 2024-06-11T17:52:23.264Z | Downloaded stable_deref_trait v1.2.0 |
219 | 2024-06-11T17:52:23.267Z | Downloaded structmeta-derive v0.3.0 |
220 | 2024-06-11T17:52:23.267Z | Downloaded num-traits v0.2.19 |
221 | 2024-06-11T17:52:23.270Z | Downloaded pin-project-lite v0.2.14 |
222 | 2024-06-11T17:52:23.275Z | Downloaded serde_tokenstream v0.2.0 |
223 | 2024-06-11T17:52:23.279Z | Downloaded synstructure v0.13.1 |
224 | 2024-06-11T17:52:23.279Z | Downloaded litemap v0.7.3 |
225 | 2024-06-11T17:52:23.282Z | Downloaded subtle v2.5.0 |
226 | 2024-06-11T17:52:23.282Z | Downloaded serde_urlencoded v0.7.1 |
227 | 2024-06-11T17:52:23.286Z | Downloaded rustls-pemfile v2.1.2 |
228 | 2024-06-11T17:52:23.286Z | Downloaded lock_api v0.4.12 |
229 | 2024-06-11T17:52:23.298Z | Downloaded rustversion v1.0.17 |
230 | 2024-06-11T17:52:23.298Z | Downloaded rustls-pki-types v1.7.0 |
231 | 2024-06-11T17:52:23.315Z | Downloaded pest_meta v2.7.10 |
232 | 2024-06-11T17:52:23.315Z | Downloaded proc-macro2 v1.0.85 |
233 | 2024-06-11T17:52:23.315Z | Downloaded strsim v0.11.1 |
234 | 2024-06-11T17:52:23.315Z | Downloaded structmeta v0.3.0 |
235 | 2024-06-11T17:52:23.315Z | Downloaded sha2 v0.10.8 |
236 | 2024-06-11T17:52:23.315Z | Downloaded serde_derive_internals v0.29.1 |
237 | 2024-06-11T17:52:23.315Z | Downloaded time-macros v0.2.18 |
238 | 2024-06-11T17:52:23.315Z | Downloaded smallvec v1.13.2 |
239 | 2024-06-11T17:52:23.315Z | Downloaded slog-term v2.9.1 |
240 | 2024-06-11T17:52:23.343Z | Downloaded strum_macros v0.26.4 |
241 | 2024-06-11T17:52:23.343Z | Downloaded term v0.7.0 |
242 | 2024-06-11T17:52:23.344Z | Downloaded ryu v1.0.18 |
243 | 2024-06-11T17:52:23.344Z | Downloaded pest_derive v2.7.10 |
244 | 2024-06-11T17:52:23.344Z | Downloaded serde_with_macros v3.8.1 |
245 | 2024-06-11T17:52:23.348Z | Downloaded serde_derive v1.0.203 |
246 | 2024-06-11T17:52:23.348Z | Downloaded socket2 v0.5.7 |
247 | 2024-06-11T17:52:23.348Z | Downloaded indexmap v1.9.3 |
248 | 2024-06-11T17:52:23.348Z | Downloaded sct v0.7.1 |
249 | 2024-06-11T17:52:23.348Z | Downloaded darling_core v0.20.9 |
250 | 2024-06-11T17:52:23.348Z | Downloaded slog v2.7.0 |
251 | 2024-06-11T17:52:23.348Z | Downloaded icu_locid_transform_data v1.5.0 |
252 | 2024-06-11T17:52:23.348Z | Downloaded icu_properties v1.5.0 |
253 | 2024-06-11T17:52:23.352Z | Downloaded serde_yaml v0.9.34+deprecated |
254 | 2024-06-11T17:52:23.352Z | Downloaded log v0.4.21 |
255 | 2024-06-11T17:52:23.355Z | Downloaded base64 v0.21.7 |
256 | 2024-06-11T17:52:23.359Z | Downloaded base64 v0.22.1 |
257 | 2024-06-11T17:52:23.362Z | Downloaded serde v1.0.203 |
258 | 2024-06-11T17:52:23.367Z | Downloaded semver v1.0.23 |
259 | 2024-06-11T17:52:23.370Z | Downloaded rand v0.8.5 |
260 | 2024-06-11T17:52:23.373Z | Downloaded crossbeam-channel v0.5.13 |
261 | 2024-06-11T17:52:23.376Z | Downloaded indexmap v2.2.6 |
262 | 2024-06-11T17:52:23.380Z | Downloaded mio v0.8.11 |
263 | 2024-06-11T17:52:23.386Z | Downloaded hashbrown v0.14.5 |
264 | 2024-06-11T17:52:23.392Z | Downloaded pest v2.7.10 |
265 | 2024-06-11T17:52:23.397Z | Downloaded http v0.2.12 |
266 | 2024-06-11T17:52:23.400Z | Downloaded hashbrown v0.12.3 |
267 | 2024-06-11T17:52:23.405Z | Downloaded memchr v2.7.2 |
268 | 2024-06-11T17:52:23.411Z | Downloaded winnow v0.6.13 |
269 | 2024-06-11T17:52:23.419Z | Downloaded time v0.3.36 |
270 | 2024-06-11T17:52:23.426Z | Downloaded zerovec v0.10.2 |
271 | 2024-06-11T17:52:23.432Z | Downloaded hyper v0.14.29 |
272 | 2024-06-11T17:52:23.442Z | Downloaded goblin v0.8.2 |
273 | 2024-06-11T17:52:23.447Z | Downloaded rustls-webpki v0.101.7 |
274 | 2024-06-11T17:52:23.461Z | Downloaded reqwest v0.11.27 |
275 | 2024-06-11T17:52:23.469Z | Downloaded icu_properties_data v1.5.0 |
276 | 2024-06-11T17:52:23.885Z | Downloaded zerocopy v0.7.34 |
277 | 2024-06-11T17:52:23.895Z | Downloaded rustls-webpki v0.102.4 |
278 | 2024-06-11T17:52:23.895Z | Downloaded webpki-roots v0.25.4 |
279 | 2024-06-11T17:52:23.895Z | Downloaded regex v1.10.5 |
280 | 2024-06-11T17:52:23.895Z | Downloaded openssl v0.10.64 |
281 | 2024-06-11T17:52:23.895Z | Downloaded rustls v0.21.12 |
282 | 2024-06-11T17:52:23.896Z | Downloaded vcpkg v0.2.15 |
283 | 2024-06-11T17:52:23.896Z | Downloaded syn v2.0.66 |
284 | 2024-06-11T17:52:23.896Z | Downloaded tokio v1.38.0 |
285 | 2024-06-11T17:52:23.896Z | Downloaded openapiv3 v2.0.0 |
286 | 2024-06-11T17:52:23.896Z | Downloaded regex-automata v0.4.7 |
287 | 2024-06-11T17:52:23.897Z | Downloaded rustls v0.22.4 |
288 | 2024-06-11T17:52:23.897Z | Downloaded encoding_rs v0.8.34 |
289 | 2024-06-11T17:52:23.897Z | Downloaded regress v0.10.0 |
290 | 2024-06-11T17:52:23.897Z | Downloaded regress v0.9.1 |
291 | 2024-06-11T17:52:23.897Z | Downloaded regex-syntax v0.8.4 |
292 | 2024-06-11T17:52:23.897Z | Downloaded libc v0.2.155 |
293 | 2024-06-11T17:52:23.898Z | Downloaded idna v1.0.0 |
294 | 2024-06-11T17:52:23.898Z | Downloaded serde_with v3.8.1 |
295 | 2024-06-11T17:52:23.898Z | Downloaded serde_json v1.0.117 |
296 | 2024-06-11T17:52:23.898Z | Downloaded http v1.1.0 |
297 | 2024-06-11T17:52:23.898Z | Downloaded icu_collections v1.5.0 |
298 | 2024-06-11T17:52:23.898Z | Downloaded schemars v0.8.21 |
299 | 2024-06-11T17:52:23.898Z | Downloaded futures-util v0.3.30 |
300 | 2024-06-11T17:52:23.898Z | Downloaded cc v1.0.99 |
301 | 2024-06-11T17:52:23.898Z | Downloaded bytes v1.6.0 |
302 | 2024-06-11T17:52:23.899Z | Downloaded sha1 v0.10.6 |
303 | 2024-06-11T17:52:23.899Z | Downloaded icu_provider v1.5.0 |
304 | 2024-06-11T17:52:23.899Z | Downloaded openssl-sys v0.9.102 |
305 | 2024-06-11T17:52:23.899Z | Downloaded icu_normalizer_data v1.5.0 |
306 | 2024-06-11T17:52:23.899Z | Downloaded icu_locid v1.5.0 |
307 | 2024-06-11T17:52:23.899Z | Downloaded slog-json v2.6.1 |
308 | 2024-06-11T17:52:23.899Z | Downloaded icu_normalizer v1.5.0 |
309 | 2024-06-11T17:52:23.900Z | Downloaded iana-time-zone v0.1.60 |
310 | 2024-06-11T17:52:23.900Z | Downloaded spin v0.9.8 |
311 | 2024-06-11T17:52:23.900Z | Downloaded url v2.5.1 |
312 | 2024-06-11T17:52:23.900Z | Downloaded parking_lot v0.12.3 |
313 | 2024-06-11T17:52:23.900Z | Downloaded uuid v1.8.0 |
314 | 2024-06-11T17:52:23.900Z | Downloaded getrandom v0.2.15 |
315 | 2024-06-11T17:52:23.900Z | Downloaded bitflags v2.5.0 |
316 | 2024-06-11T17:52:23.900Z | Downloaded thread-id v4.2.1 |
317 | 2024-06-11T17:52:23.900Z | Downloaded ipnet v2.9.0 |
318 | 2024-06-11T17:52:23.900Z | Downloaded icu_locid_transform v1.5.0 |
319 | 2024-06-11T17:52:23.900Z | Downloaded thiserror v1.0.61 |
320 | 2024-06-11T17:52:23.900Z | Downloaded serde_spanned v0.6.6 |
321 | 2024-06-11T17:52:23.901Z | Downloaded tinystr v0.7.6 |
322 | 2024-06-11T17:52:23.901Z | Downloaded thiserror-impl v1.0.61 |
323 | 2024-06-11T17:52:23.901Z | Downloaded hyper-rustls v0.24.2 |
324 | 2024-06-11T17:52:23.901Z | Downloaded slog-bunyan v2.5.0 |
325 | 2024-06-11T17:52:23.901Z | Downloaded slog-async v2.8.0 |
326 | 2024-06-11T17:52:23.901Z | Downloaded zerocopy-derive v0.7.34 |
327 | 2024-06-11T17:52:23.901Z | Downloaded scopeguard v1.2.0 |
328 | 2024-06-11T17:52:23.901Z | Downloaded schemars_derive v0.8.21 |
329 | 2024-06-11T17:52:23.901Z | Downloaded rustls-pemfile v1.0.4 |
330 | 2024-06-11T17:52:23.902Z | Downloaded hostname v0.4.0 |
331 | 2024-06-11T17:52:23.902Z | Downloaded futures-macro v0.3.30 |
332 | 2024-06-11T17:52:23.902Z | Downloaded yoke-derive v0.7.4 |
333 | 2024-06-11T17:52:23.902Z | Downloaded futures-sink v0.3.30 |
334 | 2024-06-11T17:52:23.902Z | Downloaded cfg-if v1.0.0 |
335 | 2024-06-11T17:52:23.902Z | Downloaded autocfg v1.3.0 |
336 | 2024-06-11T17:52:23.902Z | Downloaded icu_provider_macros v1.5.0 |
337 | 2024-06-11T17:52:23.902Z | Downloaded byteorder v1.5.0 |
338 | 2024-06-11T17:52:23.902Z | Downloaded usdt-macro v0.5.0 |
339 | 2024-06-11T17:52:23.902Z | Downloaded usdt-impl v0.5.0 |
340 | 2024-06-11T17:52:23.902Z | Downloaded heck v0.5.0 |
341 | 2024-06-11T17:52:23.902Z | Downloaded dof v0.3.0 |
342 | 2024-06-11T17:52:23.903Z | Downloaded displaydoc v0.2.4 |
343 | 2024-06-11T17:52:23.903Z | Downloaded toml_edit v0.22.14 |
344 | 2024-06-11T17:52:23.903Z | Downloaded tokio-rustls v0.25.0 |
345 | 2024-06-11T17:52:23.903Z | Downloaded ring v0.17.8 |
346 | 2024-06-11T17:52:23.948Z | Downloaded tokio-native-tls v0.3.1 |
347 | 2024-06-11T17:52:23.951Z | Downloaded hex v0.4.3 |
348 | 2024-06-11T17:52:23.951Z | Downloaded futures v0.3.30 |
349 | 2024-06-11T17:52:23.955Z | Downloaded deranged v0.3.11 |
350 | 2024-06-11T17:52:23.958Z | Downloaded darling_macro v0.20.9 |
351 | 2024-06-11T17:52:23.958Z | Downloaded cpufeatures v0.2.12 |
352 | 2024-06-11T17:52:23.958Z | Downloaded foreign-types-shared v0.1.1 |
353 | 2024-06-11T17:52:24.079Z | Compiling proc-macro2 v1.0.85 |
354 | 2024-06-11T17:52:24.079Z | Compiling unicode-ident v1.0.12 |
355 | 2024-06-11T17:52:24.082Z | Compiling libc v0.2.155 |
356 | 2024-06-11T17:52:24.082Z | Checking cfg-if v1.0.0 |
357 | 2024-06-11T17:52:24.082Z | Compiling version_check v0.9.4 |
358 | 2024-06-11T17:52:24.092Z | Compiling autocfg v1.3.0 |
359 | 2024-06-11T17:52:24.095Z | Compiling serde v1.0.203 |
360 | 2024-06-11T17:52:24.095Z | Compiling serde_json v1.0.117 |
361 | 2024-06-11T17:52:24.219Z | Checking itoa v1.0.11 |
362 | 2024-06-11T17:52:24.294Z | Compiling thiserror v1.0.61 |
363 | 2024-06-11T17:52:24.411Z | Checking once_cell v1.19.0 |
364 | 2024-06-11T17:52:24.637Z | Compiling cc v1.0.99 |
365 | 2024-06-11T17:52:24.696Z | Compiling ahash v0.8.11 |
366 | 2024-06-11T17:52:24.786Z | Compiling memchr v2.7.2 |
367 | 2024-06-11T17:52:26.528Z | Checking byteorder v1.5.0 |
368 | 2024-06-11T17:52:26.765Z | Compiling num-traits v0.2.19 |
369 | 2024-06-11T17:52:27.175Z | Checking pin-project-lite v0.2.14 |
370 | 2024-06-11T17:52:27.208Z | Checking ryu v1.0.18 |
371 | 2024-06-11T17:52:27.253Z | Checking bytes v1.6.0 |
372 | 2024-06-11T17:52:27.260Z | Checking log v0.4.21 |
373 | 2024-06-11T17:52:27.403Z | Checking smallvec v1.13.2 |
374 | 2024-06-11T17:52:27.435Z | Checking allocator-api2 v0.2.18 |
375 | 2024-06-11T17:52:27.485Z | Compiling lock_api v0.4.12 |
376 | 2024-06-11T17:52:27.582Z | Compiling schemars v0.8.21 |
377 | 2024-06-11T17:52:27.691Z | Compiling parking_lot_core v0.9.10 |
378 | 2024-06-11T17:52:27.698Z | Compiling ring v0.17.8 |
379 | 2024-06-11T17:52:27.895Z | Checking scopeguard v1.2.0 |
380 | 2024-06-11T17:52:27.902Z | Checking getrandom v0.2.15 |
381 | 2024-06-11T17:52:27.918Z | Checking futures-core v0.3.30 |
382 | 2024-06-11T17:52:27.998Z | Checking num_cpus v1.16.0 |
383 | 2024-06-11T17:52:28.040Z | Compiling quote v1.0.36 |
384 | 2024-06-11T17:52:28.057Z | Checking signal-hook-registry v1.4.2 |
385 | 2024-06-11T17:52:28.064Z | Checking socket2 v0.5.7 |
386 | 2024-06-11T17:52:28.082Z | Checking mio v0.8.11 |
387 | 2024-06-11T17:52:28.255Z | Compiling slab v0.4.9 |
388 | 2024-06-11T17:52:28.385Z | Compiling syn v2.0.66 |
389 | 2024-06-11T17:52:28.402Z | Checking parking_lot v0.12.3 |
390 | 2024-06-11T17:52:28.554Z | Checking futures-sink v0.3.30 |
391 | 2024-06-11T17:52:28.584Z | Checking stable_deref_trait v1.2.0 |
392 | 2024-06-11T17:52:28.632Z | Checking spin v0.9.8 |
393 | 2024-06-11T17:52:28.664Z | Checking equivalent v1.0.1 |
394 | 2024-06-11T17:52:28.672Z | Checking fnv v1.0.7 |
395 | 2024-06-11T17:52:28.710Z | Checking untrusted v0.9.0 |
396 | 2024-06-11T17:52:28.755Z | Checking futures-channel v0.3.30 |
397 | 2024-06-11T17:52:28.798Z | Checking futures-task v0.3.30 |
398 | 2024-06-11T17:52:28.808Z | Checking futures-io v0.3.30 |
399 | 2024-06-11T17:52:28.821Z | Compiling vcpkg v0.2.15 |
400 | 2024-06-11T17:52:28.924Z | Compiling semver v1.0.23 |
401 | 2024-06-11T17:52:28.969Z | Compiling pkg-config v0.3.30 |
402 | 2024-06-11T17:52:28.978Z | Checking pin-utils v0.1.0 |
403 | 2024-06-11T17:52:29.068Z | Compiling ucd-trie v0.1.6 |
404 | 2024-06-11T17:52:29.422Z | Checking iana-time-zone v0.1.60 |
405 | 2024-06-11T17:52:29.428Z | Checking http v0.2.12 |
406 | 2024-06-11T17:52:29.535Z | Compiling httparse v1.9.2 |
407 | 2024-06-11T17:52:30.170Z | Checking dyn-clone v1.0.17 |
408 | 2024-06-11T17:52:30.178Z | Checking writeable v0.5.5 |
409 | 2024-06-11T17:52:30.282Z | Compiling heck v0.5.0 |
410 | 2024-06-11T17:52:30.385Z | Compiling openssl-sys v0.9.102 |
411 | 2024-06-11T17:52:30.450Z | Checking litemap v0.7.3 |
412 | 2024-06-11T17:52:30.625Z | Checking tracing-core v0.1.32 |
413 | 2024-06-11T17:52:30.677Z | Compiling uuid v1.8.0 |
414 | 2024-06-11T17:52:31.020Z | Compiling chrono v0.4.38 |
415 | 2024-06-11T17:52:31.154Z | Compiling openssl v0.10.64 |
416 | 2024-06-11T17:52:31.229Z | Checking tracing v0.1.40 |
417 | 2024-06-11T17:52:31.436Z | Checking foreign-types-shared v0.1.1 |
418 | 2024-06-11T17:52:31.470Z | Checking try-lock v0.2.5 |
419 | 2024-06-11T17:52:31.508Z | Checking icu_locid_transform_data v1.5.0 |
420 | 2024-06-11T17:52:31.516Z | Compiling slog v2.7.0 |
421 | 2024-06-11T17:52:31.566Z | Checking want v0.3.1 |
422 | 2024-06-11T17:52:31.577Z | Checking foreign-types v0.3.2 |
423 | 2024-06-11T17:52:31.634Z | Checking http-body v0.4.6 |
424 | 2024-06-11T17:52:31.717Z | Compiling aho-corasick v1.1.3 |
425 | 2024-06-11T17:52:31.981Z | Checking icu_properties_data v1.5.0 |
426 | 2024-06-11T17:52:31.989Z | Compiling typenum v1.17.0 |
427 | 2024-06-11T17:52:32.186Z | Compiling regex-syntax v0.8.4 |
428 | 2024-06-11T17:52:32.866Z | Checking httpdate v1.0.3 |
429 | 2024-06-11T17:52:32.925Z | Checking bitflags v2.5.0 |
430 | 2024-06-11T17:52:33.058Z | Checking tower-service v0.3.2 |
431 | 2024-06-11T17:52:33.090Z | Checking percent-encoding v2.3.1 |
432 | 2024-06-11T17:52:33.139Z | Compiling native-tls v0.2.12 |
433 | 2024-06-11T17:52:33.264Z | Compiling rustls v0.21.12 |
434 | 2024-06-11T17:52:33.456Z | Checking form_urlencoded v1.2.1 |
435 | 2024-06-11T17:52:33.596Z | Compiling generic-array v0.14.7 |
436 | 2024-06-11T17:52:33.851Z | Checking openssl-probe v0.1.5 |
437 | 2024-06-11T17:52:33.981Z | Checking utf8_iter v1.0.4 |
438 | 2024-06-11T17:52:34.044Z | Checking icu_normalizer_data v1.5.0 |
439 | 2024-06-11T17:52:34.120Z | Checking utf16_iter v1.0.5 |
440 | 2024-06-11T17:52:34.133Z | Checking write16 v1.0.0 |
441 | 2024-06-11T17:52:34.865Z | Compiling serde_derive_internals v0.29.1 |
442 | 2024-06-11T17:52:35.097Z | Compiling synstructure v0.13.1 |
443 | 2024-06-11T17:52:35.460Z | Compiling regex-automata v0.4.7 |
444 | 2024-06-11T17:52:35.875Z | Compiling usdt-impl v0.5.0 |
445 | 2024-06-11T17:52:36.179Z | Checking encoding_rs v0.8.34 |
446 | 2024-06-11T17:52:36.944Z | Checking mime v0.3.17 |
447 | 2024-06-11T17:52:37.105Z | Compiling time-core v0.1.2 |
448 | 2024-06-11T17:52:37.199Z | Checking powerfmt v0.2.0 |
449 | 2024-06-11T17:52:37.254Z | Compiling num-conv v0.1.0 |
450 | 2024-06-11T17:52:37.436Z | Checking deranged v0.3.11 |
451 | 2024-06-11T17:52:37.464Z | Compiling time-macros v0.2.18 |
452 | 2024-06-11T17:52:38.363Z | Compiling thread-id v4.2.1 |
453 | 2024-06-11T17:52:38.455Z | Checking plain v0.2.3 |
454 | 2024-06-11T17:52:38.577Z | Compiling ident_case v1.0.1 |
455 | 2024-06-11T17:52:38.588Z | Compiling strsim v0.11.1 |
456 | 2024-06-11T17:52:39.169Z | Checking base64 v0.21.7 |
457 | 2024-06-11T17:52:39.220Z | Compiling regex v1.10.5 |
458 | 2024-06-11T17:52:39.760Z | Compiling crossbeam-utils v0.8.20 |
459 | 2024-06-11T17:52:40.073Z | Checking num_threads v0.1.7 |
460 | 2024-06-11T17:52:40.157Z | Compiling unicode-width v0.1.13 |
461 | 2024-06-11T17:52:40.176Z | Checking rustls-pki-types v1.7.0 |
462 | 2024-06-11T17:52:40.187Z | Compiling serde_derive v1.0.203 |
463 | 2024-06-11T17:52:40.294Z | Compiling zerocopy-derive v0.7.34 |
464 | 2024-06-11T17:52:40.354Z | Compiling thiserror-impl v1.0.61 |
465 | 2024-06-11T17:52:40.553Z | Compiling schemars_derive v0.8.21 |
466 | 2024-06-11T17:52:40.665Z | Compiling zerofrom-derive v0.1.4 |
467 | 2024-06-11T17:52:41.641Z | Compiling yoke-derive v0.7.4 |
468 | 2024-06-11T17:52:42.412Z | Checking zerocopy v0.7.34 |
469 | 2024-06-11T17:52:43.285Z | Compiling tokio-macros v2.3.0 |
470 | 2024-06-11T17:52:43.427Z | Compiling zerovec-derive v0.10.2 |
471 | 2024-06-11T17:52:43.496Z | Compiling futures-macro v0.3.30 |
472 | 2024-06-11T17:52:44.321Z | Checking hashbrown v0.14.5 |
473 | 2024-06-11T17:52:44.725Z | Compiling displaydoc v0.2.4 |
474 | 2024-06-11T17:52:44.811Z | Checking tokio v1.38.0 |
475 | 2024-06-11T17:52:45.005Z | Checking zerofrom v0.1.4 |
476 | 2024-06-11T17:52:45.205Z | Checking yoke v0.7.4 |
477 | 2024-06-11T17:52:45.402Z | Checking futures-util v0.3.30 |
478 | 2024-06-11T17:52:45.465Z | Compiling pest v2.7.10 |
479 | 2024-06-11T17:52:45.617Z | Compiling icu_provider_macros v1.5.0 |
480 | 2024-06-11T17:52:46.002Z | Checking zerovec v0.10.2 |
481 | 2024-06-11T17:52:46.017Z | Compiling regress v0.10.0 |
482 | 2024-06-11T17:52:46.285Z | Compiling openssl-macros v0.1.1 |
483 | 2024-06-11T17:52:46.689Z | Checking rustls-webpki v0.101.7 |
484 | 2024-06-11T17:52:47.361Z | Checking sct v0.7.1 |
485 | 2024-06-11T17:52:47.539Z | Checking tinystr v0.7.6 |
486 | 2024-06-11T17:52:48.242Z | Checking icu_locid v1.5.0 |
487 | 2024-06-11T17:52:49.224Z | Compiling pest_meta v2.7.10 |
488 | 2024-06-11T17:52:50.400Z | Checking icu_provider v1.5.0 |
489 | 2024-06-11T17:52:50.506Z | Compiling pest_generator v2.7.10 |
490 | 2024-06-11T17:52:50.782Z | Checking icu_collections v1.5.0 |
491 | 2024-06-11T17:52:51.062Z | Checking icu_locid_transform v1.5.0 |
492 | 2024-06-11T17:52:51.414Z | Compiling scroll_derive v0.12.0 |
493 | 2024-06-11T17:52:51.484Z | Checking tokio-util v0.7.11 |
494 | 2024-06-11T17:52:52.068Z | Checking icu_properties v1.5.0 |
495 | 2024-06-11T17:52:52.291Z | Checking tokio-rustls v0.24.1 |
496 | 2024-06-11T17:52:52.508Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-06-11T17:52:52.708Z | Checking indexmap v2.2.6 |
498 | 2024-06-11T17:52:53.263Z | Checking scroll v0.12.0 |
499 | 2024-06-11T17:52:53.549Z | Compiling pest_derive v2.7.10 |
500 | 2024-06-11T17:52:53.857Z | Compiling serde_tokenstream v0.2.0 |
501 | 2024-06-11T17:52:54.186Z | Checking h2 v0.3.26 |
502 | 2024-06-11T17:52:54.377Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-06-11T17:52:54.954Z | Checking serde_urlencoded v0.7.1 |
504 | 2024-06-11T17:52:55.298Z | Checking icu_normalizer v1.5.0 |
505 | 2024-06-11T17:52:55.585Z | Compiling dof v0.3.0 |
506 | 2024-06-11T17:52:55.789Z | Compiling openapiv3 v2.0.0 |
507 | 2024-06-11T17:52:56.024Z | Checking idna v1.0.0 |
508 | 2024-06-11T17:52:56.262Z | Checking time v0.3.36 |
509 | 2024-06-11T17:52:56.408Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e6905e0c) |
510 | 2024-06-11T17:52:56.487Z | Checking url v2.5.1 |
511 | 2024-06-11T17:52:57.647Z | Checking goblin v0.8.2 |
512 | 2024-06-11T17:52:58.226Z | Checking hyper v0.14.29 |
513 | 2024-06-11T17:52:58.853Z | Compiling getopts v0.2.21 |
514 | 2024-06-11T17:52:59.631Z | Checking rustls-pemfile v1.0.4 |
515 | 2024-06-11T17:52:59.788Z | Compiling darling_core v0.20.9 |
516 | 2024-06-11T17:53:00.026Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-06-11T17:53:00.178Z | Compiling paste v1.0.15 |
518 | 2024-06-11T17:53:00.386Z | Checking sync_wrapper v0.1.2 |
519 | 2024-06-11T17:53:00.446Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-06-11T17:53:00.646Z | Checking webpki-roots v0.25.4 |
521 | 2024-06-11T17:53:00.650Z | Compiling rustversion v1.0.17 |
522 | 2024-06-11T17:53:00.704Z | Compiling unsafe-libyaml v0.2.11 |
523 | 2024-06-11T17:53:00.776Z | Checking ipnet v2.9.0 |
524 | 2024-06-11T17:53:01.184Z | Checking pretty-hex v0.4.1 |
525 | 2024-06-11T17:53:01.266Z | Compiling rustls v0.22.4 |
526 | 2024-06-11T17:53:01.658Z | Checking dirs-next v2.0.0 |
527 | 2024-06-11T17:53:01.762Z | Checking serde_spanned v0.6.6 |
528 | 2024-06-11T17:53:01.924Z | Checking toml_datetime v0.6.6 |
529 | 2024-06-11T17:53:02.412Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-06-11T17:53:02.412Z | Checking rustls-webpki v0.102.4 |
531 | 2024-06-11T17:53:02.412Z | Compiling structmeta-derive v0.3.0 |
532 | 2024-06-11T17:53:02.435Z | Checking crypto-common v0.1.6 |
533 | 2024-06-11T17:53:02.498Z | Checking hyper-tls v0.5.0 |
534 | 2024-06-11T17:53:02.565Z | Checking hyper-rustls v0.24.2 |
535 | 2024-06-11T17:53:03.151Z | Checking block-buffer v0.10.4 |
536 | 2024-06-11T17:53:03.155Z | Checking reqwest v0.11.27 |
537 | 2024-06-11T17:53:03.155Z | Checking rand_core v0.6.4 |
538 | 2024-06-11T17:53:03.155Z | Compiling multer v3.1.0 |
539 | 2024-06-11T17:53:03.156Z | Checking thread_local v1.1.8 |
540 | 2024-06-11T17:53:03.156Z | Compiling slog-async v2.8.0 |
541 | 2024-06-11T17:53:03.302Z | Compiling anyhow v1.0.86 |
542 | 2024-06-11T17:53:03.326Z | Checking zeroize v1.8.1 |
543 | 2024-06-11T17:53:03.527Z | Checking winnow v0.6.13 |
544 | 2024-06-11T17:53:03.569Z | Checking ppv-lite86 v0.2.17 |
545 | 2024-06-11T17:53:03.813Z | Checking match_cfg v0.1.0 |
546 | 2024-06-11T17:53:03.884Z | Checking subtle v2.5.0 |
547 | 2024-06-11T17:53:04.077Z | Compiling camino v1.1.7 |
548 | 2024-06-11T17:53:04.125Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
549 | 2024-06-11T17:53:04.239Z | Checking rand_chacha v0.3.1 |
550 | 2024-06-11T17:53:04.570Z | Checking hostname v0.3.1 |
551 | 2024-06-11T17:53:04.824Z | Checking digest v0.10.7 |
552 | 2024-06-11T17:53:05.104Z | Compiling structmeta v0.3.0 |
553 | 2024-06-11T17:53:05.125Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-06-11T17:53:05.273Z | Checking term v0.7.0 |
555 | 2024-06-11T17:53:05.782Z | Checking slog-json v2.6.1 |
556 | 2024-06-11T17:53:05.821Z | Compiling usdt-macro v0.5.0 |
557 | 2024-06-11T17:53:06.015Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-06-11T17:53:06.205Z | Compiling darling_macro v0.20.9 |
559 | 2024-06-11T17:53:06.469Z | Checking toml_edit v0.22.14 |
560 | 2024-06-11T17:53:06.523Z | Checking futures-executor v0.3.30 |
561 | 2024-06-11T17:53:06.723Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-06-11T17:53:06.975Z | Checking http v1.1.0 |
563 | 2024-06-11T17:53:07.049Z | Checking memmap v0.7.0 |
564 | 2024-06-11T17:53:07.217Z | Compiling darling v0.20.9 |
565 | 2024-06-11T17:53:07.223Z | Checking is-terminal v0.4.12 |
566 | 2024-06-11T17:53:07.304Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
567 | 2024-06-11T17:53:07.312Z | Checking cpufeatures v0.2.12 |
568 | 2024-06-11T17:53:07.383Z | Checking base64 v0.22.1 |
569 | 2024-06-11T17:53:07.421Z | Checking take_mut v0.2.2 |
570 | 2024-06-11T17:53:07.545Z | Checking atomic-waker v1.1.2 |
571 | 2024-06-11T17:53:07.582Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
572 | 2024-06-11T17:53:07.644Z | Checking waitgroup v0.1.2 |
573 | 2024-06-11T17:53:07.828Z | Checking rustls-pemfile v2.1.2 |
574 | 2024-06-11T17:53:07.876Z | Checking usdt v0.5.0 |
575 | 2024-06-11T17:53:07.975Z | Checking async-stream v0.3.5 |
576 | 2024-06-11T17:53:07.997Z | Checking tokio-rustls v0.25.0 |
577 | 2024-06-11T17:53:08.035Z | Checking sha1 v0.10.6 |
578 | 2024-06-11T17:53:08.062Z | Checking slog-term v2.9.1 |
579 | 2024-06-11T17:53:08.069Z | Compiling serde_with_macros v3.8.1 |
580 | 2024-06-11T17:53:08.134Z | Compiling strum_macros v0.26.4 |
581 | 2024-06-11T17:53:08.268Z | Checking futures v0.3.30 |
582 | 2024-06-11T17:53:08.306Z | Checking slog-bunyan v2.5.0 |
583 | 2024-06-11T17:53:08.351Z | Compiling parse-display-derive v0.9.1 |
584 | 2024-06-11T17:53:08.618Z | Checking rand v0.8.5 |
585 | 2024-06-11T17:53:08.864Z | Checking toml v0.8.14 |
586 | 2024-06-11T17:53:08.871Z | Checking newtype-uuid v1.1.0 |
587 | 2024-06-11T17:53:09.061Z | Checking ipnetwork v0.20.0 |
588 | 2024-06-11T17:53:09.078Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
589 | 2024-06-11T17:53:09.384Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-06-11T17:53:09.579Z | Checking hex v0.4.3 |
591 | 2024-06-11T17:53:09.837Z | Compiling async-trait v0.1.80 |
592 | 2024-06-11T17:53:09.989Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-06-11T17:53:10.094Z | Checking hostname v0.4.0 |
594 | 2024-06-11T17:53:10.201Z | Checking instant v0.1.13 |
595 | 2024-06-11T17:53:10.290Z | Checking debug-ignore v1.0.5 |
596 | 2024-06-11T17:53:10.400Z | Checking backoff v0.4.0 |
597 | 2024-06-11T17:53:10.666Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
598 | 2024-06-11T17:53:10.731Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-06-11T17:53:10.787Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
600 | 2024-06-11T17:53:10.805Z | Checking serde_with v3.8.1 |
601 | 2024-06-11T17:53:10.846Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
602 | 2024-06-11T17:53:11.047Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-06-11T17:53:11.172Z | Checking macaddr v1.0.1 |
604 | 2024-06-11T17:53:11.244Z | Checking regress v0.9.1 |
605 | 2024-06-11T17:53:12.082Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e6905e0c) |
606 | 2024-06-11T17:53:12.371Z | Checking parse-display v0.9.1 |
607 | 2024-06-11T17:53:12.535Z | Checking strum v0.26.2 |
608 | 2024-06-11T17:53:14.190Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e6905e0c) |
609 | 2024-06-11T17:53:14.246Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
610 | 2024-06-11T17:53:16.810Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
611 | 2024-06-11T17:53:22.856Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
612 | 2024-06-11T17:53:25.611Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-06-11T17:53:31.164Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-06-11T17:53:31.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s |
615 | 2024-06-11T17:53:31.273Z | + cargo build --release |
616 | 2024-06-11T17:53:31.523Z | Compiling proc-macro2 v1.0.85 |
617 | 2024-06-11T17:53:31.523Z | Compiling unicode-ident v1.0.12 |
618 | 2024-06-11T17:53:31.524Z | Compiling libc v0.2.155 |
619 | 2024-06-11T17:53:31.527Z | Compiling cfg-if v1.0.0 |
620 | 2024-06-11T17:53:31.527Z | Compiling version_check v0.9.4 |
621 | 2024-06-11T17:53:31.527Z | Compiling autocfg v1.3.0 |
622 | 2024-06-11T17:53:31.527Z | Compiling serde v1.0.203 |
623 | 2024-06-11T17:53:31.527Z | Compiling serde_json v1.0.117 |
624 | 2024-06-11T17:53:31.624Z | Compiling itoa v1.0.11 |
625 | 2024-06-11T17:53:31.696Z | Compiling thiserror v1.0.61 |
626 | 2024-06-11T17:53:31.824Z | Compiling once_cell v1.19.0 |
627 | 2024-06-11T17:53:31.944Z | Compiling memchr v2.7.2 |
628 | 2024-06-11T17:53:32.081Z | Compiling cc v1.0.99 |
629 | 2024-06-11T17:53:32.178Z | Compiling ahash v0.8.11 |
630 | 2024-06-11T17:53:32.508Z | Compiling byteorder v1.5.0 |
631 | 2024-06-11T17:53:32.514Z | Compiling num-traits v0.2.19 |
632 | 2024-06-11T17:53:32.914Z | Compiling quote v1.0.36 |
633 | 2024-06-11T17:53:32.951Z | Compiling getrandom v0.2.15 |
634 | 2024-06-11T17:53:32.983Z | Compiling pin-project-lite v0.2.14 |
635 | 2024-06-11T17:53:33.089Z | Compiling ryu v1.0.18 |
636 | 2024-06-11T17:53:33.288Z | Compiling syn v2.0.66 |
637 | 2024-06-11T17:53:33.303Z | Compiling smallvec v1.13.2 |
638 | 2024-06-11T17:53:33.349Z | Compiling log v0.4.21 |
639 | 2024-06-11T17:53:33.621Z | Compiling bytes v1.6.0 |
640 | 2024-06-11T17:53:33.652Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-06-11T17:53:33.743Z | Compiling schemars v0.8.21 |
642 | 2024-06-11T17:53:33.786Z | Compiling lock_api v0.4.12 |
643 | 2024-06-11T17:53:33.992Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-06-11T17:53:34.081Z | Compiling scopeguard v1.2.0 |
645 | 2024-06-11T17:53:34.201Z | Compiling futures-core v0.3.30 |
646 | 2024-06-11T17:53:34.420Z | Compiling num_cpus v1.16.0 |
647 | 2024-06-11T17:53:34.475Z | Compiling mio v0.8.11 |
648 | 2024-06-11T17:53:34.532Z | Compiling socket2 v0.5.7 |
649 | 2024-06-11T17:53:34.722Z | Compiling signal-hook-registry v1.4.2 |
650 | 2024-06-11T17:53:34.961Z | Compiling parking_lot v0.12.3 |
651 | 2024-06-11T17:53:34.994Z | Compiling ring v0.17.8 |
652 | 2024-06-11T17:53:35.422Z | Compiling slab v0.4.9 |
653 | 2024-06-11T17:53:35.490Z | Compiling futures-sink v0.3.30 |
654 | 2024-06-11T17:53:35.624Z | Compiling stable_deref_trait v1.2.0 |
655 | 2024-06-11T17:53:35.717Z | Compiling spin v0.9.8 |
656 | 2024-06-11T17:53:35.843Z | Compiling untrusted v0.9.0 |
657 | 2024-06-11T17:53:35.952Z | Compiling fnv v1.0.7 |
658 | 2024-06-11T17:53:36.015Z | Compiling semver v1.0.23 |
659 | 2024-06-11T17:53:36.290Z | Compiling equivalent v1.0.1 |
660 | 2024-06-11T17:53:36.377Z | Compiling futures-channel v0.3.30 |
661 | 2024-06-11T17:53:36.484Z | Compiling vcpkg v0.2.15 |
662 | 2024-06-11T17:53:36.620Z | Compiling futures-task v0.3.30 |
663 | 2024-06-11T17:53:36.662Z | Compiling pin-utils v0.1.0 |
664 | 2024-06-11T17:53:36.736Z | Compiling pkg-config v0.3.30 |
665 | 2024-06-11T17:53:36.801Z | Compiling futures-io v0.3.30 |
666 | 2024-06-11T17:53:37.120Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-06-11T17:53:37.143Z | Compiling ucd-trie v0.1.6 |
668 | 2024-06-11T17:53:37.617Z | Compiling http v0.2.12 |
669 | 2024-06-11T17:53:37.965Z | Compiling heck v0.5.0 |
670 | 2024-06-11T17:53:37.995Z | Compiling dyn-clone v1.0.17 |
671 | 2024-06-11T17:53:38.178Z | Compiling openssl-sys v0.9.102 |
672 | 2024-06-11T17:53:38.185Z | Compiling litemap v0.7.3 |
673 | 2024-06-11T17:53:38.365Z | Compiling writeable v0.5.5 |
674 | 2024-06-11T17:53:38.769Z | Compiling httparse v1.9.2 |
675 | 2024-06-11T17:53:38.925Z | Compiling chrono v0.4.38 |
676 | 2024-06-11T17:53:39.246Z | Compiling tracing-core v0.1.32 |
677 | 2024-06-11T17:53:39.495Z | Compiling uuid v1.8.0 |
678 | 2024-06-11T17:53:39.989Z | Compiling tracing v0.1.40 |
679 | 2024-06-11T17:53:40.663Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-06-11T17:53:40.667Z | Compiling synstructure v0.13.1 |
681 | 2024-06-11T17:53:41.658Z | Compiling icu_locid_transform_data v1.5.0 |
682 | 2024-06-11T17:53:41.743Z | Compiling foreign-types-shared v0.1.1 |
683 | 2024-06-11T17:53:41.834Z | Compiling openssl v0.10.64 |
684 | 2024-06-11T17:53:42.235Z | Compiling try-lock v0.2.5 |
685 | 2024-06-11T17:53:42.374Z | Compiling slog v2.7.0 |
686 | 2024-06-11T17:53:42.389Z | Compiling want v0.3.1 |
687 | 2024-06-11T17:53:42.406Z | Compiling foreign-types v0.3.2 |
688 | 2024-06-11T17:53:42.661Z | Compiling http-body v0.4.6 |
689 | 2024-06-11T17:53:42.966Z | Compiling aho-corasick v1.1.3 |
690 | 2024-06-11T17:53:43.088Z | Compiling rustls v0.21.12 |
691 | 2024-06-11T17:53:43.138Z | Compiling tower-service v0.3.2 |
692 | 2024-06-11T17:53:43.244Z | Compiling native-tls v0.2.12 |
693 | 2024-06-11T17:53:43.365Z | Compiling percent-encoding v2.3.1 |
694 | 2024-06-11T17:53:43.598Z | Compiling bitflags v2.5.0 |
695 | 2024-06-11T17:53:43.855Z | Compiling httpdate v1.0.3 |
696 | 2024-06-11T17:53:43.937Z | Compiling typenum v1.17.0 |
697 | 2024-06-11T17:53:44.339Z | Compiling regex-syntax v0.8.4 |
698 | 2024-06-11T17:53:44.342Z | Compiling icu_properties_data v1.5.0 |
699 | 2024-06-11T17:53:44.593Z | Compiling form_urlencoded v1.2.1 |
700 | 2024-06-11T17:53:44.980Z | Compiling generic-array v0.14.7 |
701 | 2024-06-11T17:53:45.124Z | Compiling openssl-probe v0.1.5 |
702 | 2024-06-11T17:53:45.376Z | Compiling utf8_iter v1.0.4 |
703 | 2024-06-11T17:53:45.618Z | Compiling write16 v1.0.0 |
704 | 2024-06-11T17:53:45.658Z | Compiling icu_normalizer_data v1.5.0 |
705 | 2024-06-11T17:53:45.707Z | Compiling utf16_iter v1.0.5 |
706 | 2024-06-11T17:53:46.514Z | Compiling usdt-impl v0.5.0 |
707 | 2024-06-11T17:53:46.521Z | Compiling serde_derive v1.0.203 |
708 | 2024-06-11T17:53:46.858Z | Compiling zerocopy-derive v0.7.34 |
709 | 2024-06-11T17:53:47.211Z | Compiling thiserror-impl v1.0.61 |
710 | 2024-06-11T17:53:47.437Z | Compiling schemars_derive v0.8.21 |
711 | 2024-06-11T17:53:48.938Z | Compiling zerocopy v0.7.34 |
712 | 2024-06-11T17:53:50.243Z | Compiling zerofrom-derive v0.1.4 |
713 | 2024-06-11T17:53:50.441Z | Compiling tokio-macros v2.3.0 |
714 | 2024-06-11T17:53:51.220Z | Compiling hashbrown v0.14.5 |
715 | 2024-06-11T17:53:51.866Z | Compiling yoke-derive v0.7.4 |
716 | 2024-06-11T17:53:52.072Z | Compiling tokio v1.38.0 |
717 | 2024-06-11T17:53:53.326Z | Compiling zerovec-derive v0.10.2 |
718 | 2024-06-11T17:53:54.998Z | Compiling zerofrom v0.1.4 |
719 | 2024-06-11T17:53:55.238Z | Compiling yoke v0.7.4 |
720 | 2024-06-11T17:53:55.262Z | Compiling futures-macro v0.3.30 |
721 | 2024-06-11T17:53:55.610Z | Compiling displaydoc v0.2.4 |
722 | 2024-06-11T17:53:55.966Z | Compiling zerovec v0.10.2 |
723 | 2024-06-11T17:53:57.312Z | Compiling pest v2.7.10 |
724 | 2024-06-11T17:53:57.389Z | Compiling futures-util v0.3.30 |
725 | 2024-06-11T17:53:59.105Z | Compiling tinystr v0.7.6 |
726 | 2024-06-11T17:53:59.666Z | Compiling pest_meta v2.7.10 |
727 | 2024-06-11T17:54:00.055Z | Compiling icu_locid v1.5.0 |
728 | 2024-06-11T17:54:00.469Z | Compiling icu_provider_macros v1.5.0 |
729 | 2024-06-11T17:54:01.645Z | Compiling indexmap v2.2.6 |
730 | 2024-06-11T17:54:03.284Z | Compiling serde_tokenstream v0.2.0 |
731 | 2024-06-11T17:54:04.413Z | Compiling icu_provider v1.5.0 |
732 | 2024-06-11T17:54:04.892Z | Compiling pest_generator v2.7.10 |
733 | 2024-06-11T17:54:07.378Z | Compiling tokio-util v0.7.11 |
734 | 2024-06-11T17:54:07.409Z | Compiling regress v0.10.0 |
735 | 2024-06-11T17:54:07.419Z | Compiling pest_derive v2.7.10 |
736 | 2024-06-11T17:54:07.821Z | Compiling icu_locid_transform v1.5.0 |
737 | 2024-06-11T17:54:08.275Z | Compiling h2 v0.3.26 |
738 | 2024-06-11T17:54:09.621Z | Compiling icu_collections v1.5.0 |
739 | 2024-06-11T17:54:12.129Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#e6905e0c) |
740 | 2024-06-11T17:54:12.514Z | Compiling openssl-macros v0.1.1 |
741 | 2024-06-11T17:54:12.522Z | Compiling icu_properties v1.5.0 |
742 | 2024-06-11T17:54:13.610Z | Compiling hyper v0.14.29 |
743 | 2024-06-11T17:54:19.204Z | Compiling rustls-webpki v0.101.7 |
744 | 2024-06-11T17:54:19.345Z | Compiling sct v0.7.1 |
745 | 2024-06-11T17:54:19.810Z | Compiling regex-automata v0.4.7 |
746 | 2024-06-11T17:54:24.118Z | Compiling regex v1.10.5 |
747 | 2024-06-11T17:54:24.725Z | Compiling icu_normalizer v1.5.0 |
748 | 2024-06-11T17:54:25.007Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#e6905e0c) |
749 | 2024-06-11T17:54:26.477Z | Compiling scroll_derive v0.12.0 |
750 | 2024-06-11T17:54:27.916Z | Compiling encoding_rs v0.8.34 |
751 | 2024-06-11T17:54:27.974Z | Compiling powerfmt v0.2.0 |
752 | 2024-06-11T17:54:28.147Z | Compiling num-conv v0.1.0 |
753 | 2024-06-11T17:54:28.438Z | Compiling mime v0.3.17 |
754 | 2024-06-11T17:54:29.023Z | Compiling time-core v0.1.2 |
755 | 2024-06-11T17:54:29.177Z | Compiling time-macros v0.2.18 |
756 | 2024-06-11T17:54:29.498Z | Compiling deranged v0.3.11 |
757 | 2024-06-11T17:54:29.689Z | Compiling scroll v0.12.0 |
758 | 2024-06-11T17:54:30.335Z | Compiling idna v1.0.0 |
759 | 2024-06-11T17:54:31.411Z | Compiling tokio-rustls v0.24.1 |
760 | 2024-06-11T17:54:31.719Z | Compiling tokio-native-tls v0.3.1 |
761 | 2024-06-11T17:54:31.817Z | Compiling dtrace-parser v0.2.0 |
762 | 2024-06-11T17:54:32.230Z | Compiling dof v0.3.0 |
763 | 2024-06-11T17:54:33.134Z | Compiling serde_urlencoded v0.7.1 |
764 | 2024-06-11T17:54:35.355Z | Compiling thread-id v4.2.1 |
765 | 2024-06-11T17:54:35.619Z | Compiling crossbeam-utils v0.8.20 |
766 | 2024-06-11T17:54:36.420Z | Compiling plain v0.2.3 |
767 | 2024-06-11T17:54:36.505Z | Compiling ident_case v1.0.1 |
768 | 2024-06-11T17:54:36.561Z | Compiling base64 v0.21.7 |
769 | 2024-06-11T17:54:37.633Z | Compiling strsim v0.11.1 |
770 | 2024-06-11T17:54:37.966Z | Compiling omicron-workspace-hack v0.1.0 |
771 | 2024-06-11T17:54:38.254Z | Compiling num_threads v0.1.7 |
772 | 2024-06-11T17:54:38.359Z | Compiling unicode-width v0.1.13 |
773 | 2024-06-11T17:54:38.594Z | Compiling rustls-pki-types v1.7.0 |
774 | 2024-06-11T17:54:39.972Z | Compiling getopts v0.2.21 |
775 | 2024-06-11T17:54:40.775Z | Compiling time v0.3.36 |
776 | 2024-06-11T17:54:41.982Z | Compiling darling_core v0.20.9 |
777 | 2024-06-11T17:54:43.458Z | Compiling rustls-pemfile v1.0.4 |
778 | 2024-06-11T17:54:44.271Z | Compiling goblin v0.8.2 |
779 | 2024-06-11T17:54:47.549Z | Compiling hyper-tls v0.5.0 |
780 | 2024-06-11T17:54:48.051Z | Compiling hyper-rustls v0.24.2 |
781 | 2024-06-11T17:54:48.359Z | Compiling url v2.5.1 |
782 | 2024-06-11T17:54:48.867Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#e6905e0c) |
783 | 2024-06-11T17:54:48.878Z | Compiling openapiv3 v2.0.0 |
784 | 2024-06-11T17:54:50.264Z | Compiling dirs-sys-next v0.1.2 |
785 | 2024-06-11T17:54:51.093Z | Compiling rustversion v1.0.17 |
786 | 2024-06-11T17:54:51.697Z | Compiling webpki-roots v0.25.4 |
787 | 2024-06-11T17:54:51.748Z | Compiling pretty-hex v0.4.1 |
788 | 2024-06-11T17:54:51.831Z | Compiling rustls v0.22.4 |
789 | 2024-06-11T17:54:51.950Z | Compiling sync_wrapper v0.1.2 |
790 | 2024-06-11T17:54:52.059Z | Compiling unsafe-libyaml v0.2.11 |
791 | 2024-06-11T17:54:52.125Z | Compiling ipnet v2.9.0 |
792 | 2024-06-11T17:54:53.040Z | Compiling paste v1.0.15 |
793 | 2024-06-11T17:54:53.578Z | Compiling serde_yaml v0.9.34+deprecated |
794 | 2024-06-11T17:54:53.807Z | Compiling reqwest v0.11.27 |
795 | 2024-06-11T17:54:54.490Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
796 | 2024-06-11T17:54:57.568Z | Compiling dirs-next v2.0.0 |
797 | 2024-06-11T17:54:57.821Z | Compiling darling_macro v0.20.9 |
798 | 2024-06-11T17:55:00.805Z | Compiling rustls-webpki v0.102.4 |
799 | 2024-06-11T17:55:01.276Z | Compiling block-buffer v0.10.4 |
800 | 2024-06-11T17:55:01.349Z | Compiling crypto-common v0.1.6 |
801 | 2024-06-11T17:55:01.501Z | Compiling toml_datetime v0.6.6 |
802 | 2024-06-11T17:55:01.541Z | Compiling serde_spanned v0.6.6 |
803 | 2024-06-11T17:55:01.777Z | Compiling structmeta-derive v0.3.0 |
804 | 2024-06-11T17:55:02.194Z | Compiling rand_core v0.6.4 |
805 | 2024-06-11T17:55:02.757Z | Compiling multer v3.1.0 |
806 | 2024-06-11T17:55:02.915Z | Compiling thread_local v1.1.8 |
807 | 2024-06-11T17:55:03.071Z | Compiling anyhow v1.0.86 |
808 | 2024-06-11T17:55:03.641Z | Compiling match_cfg v0.1.0 |
809 | 2024-06-11T17:55:03.703Z | Compiling camino v1.1.7 |
810 | 2024-06-11T17:55:03.721Z | Compiling ppv-lite86 v0.2.17 |
811 | 2024-06-11T17:55:04.288Z | Compiling subtle v2.5.0 |
812 | 2024-06-11T17:55:04.522Z | Compiling slog-async v2.8.0 |
813 | 2024-06-11T17:55:04.551Z | Compiling winnow v0.6.13 |
814 | 2024-06-11T17:55:04.573Z | Compiling zeroize v1.8.1 |
815 | 2024-06-11T17:55:05.059Z | Compiling structmeta v0.3.0 |
816 | 2024-06-11T17:55:05.695Z | Compiling rand_chacha v0.3.1 |
817 | 2024-06-11T17:55:05.699Z | Compiling hostname v0.3.1 |
818 | 2024-06-11T17:55:05.699Z | Compiling digest v0.10.7 |
819 | 2024-06-11T17:55:06.024Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
820 | 2024-06-11T17:55:06.974Z | Compiling crossbeam-channel v0.5.13 |
821 | 2024-06-11T17:55:08.510Z | Compiling toml_edit v0.22.14 |
822 | 2024-06-11T17:55:08.902Z | Compiling darling v0.20.9 |
823 | 2024-06-11T17:55:08.997Z | Compiling term v0.7.0 |
824 | 2024-06-11T17:55:15.241Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
825 | 2024-06-11T17:55:17.212Z | Compiling usdt-attr-macro v0.5.0 |
826 | 2024-06-11T17:55:18.144Z | Compiling usdt-macro v0.5.0 |
827 | 2024-06-11T17:55:18.710Z | Compiling slog-json v2.6.1 |
828 | 2024-06-11T17:55:19.236Z | Compiling futures-executor v0.3.30 |
829 | 2024-06-11T17:55:19.445Z | Compiling async-stream-impl v0.3.5 |
830 | 2024-06-11T17:55:20.544Z | Compiling http v1.1.0 |
831 | 2024-06-11T17:55:20.809Z | Compiling memmap v0.7.0 |
832 | 2024-06-11T17:55:21.229Z | Compiling is-terminal v0.4.12 |
833 | 2024-06-11T17:55:21.345Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
834 | 2024-06-11T17:55:21.664Z | Compiling atomic-waker v1.1.2 |
835 | 2024-06-11T17:55:21.840Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
836 | 2024-06-11T17:55:22.136Z | Compiling base64 v0.22.1 |
837 | 2024-06-11T17:55:22.375Z | Compiling take_mut v0.2.2 |
838 | 2024-06-11T17:55:22.520Z | Compiling cpufeatures v0.2.12 |
839 | 2024-06-11T17:55:22.603Z | Compiling sha1 v0.10.6 |
840 | 2024-06-11T17:55:23.190Z | Compiling rustls-pemfile v2.1.2 |
841 | 2024-06-11T17:55:23.952Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
842 | 2024-06-11T17:55:25.300Z | Compiling waitgroup v0.1.2 |
843 | 2024-06-11T17:55:25.578Z | Compiling slog-term v2.9.1 |
844 | 2024-06-11T17:55:27.098Z | Compiling usdt v0.5.0 |
845 | 2024-06-11T17:55:27.105Z | Compiling async-stream v0.3.5 |
846 | 2024-06-11T17:55:27.422Z | Compiling futures v0.3.30 |
847 | 2024-06-11T17:55:27.606Z | Compiling slog-bunyan v2.5.0 |
848 | 2024-06-11T17:55:27.865Z | Compiling strum_macros v0.26.4 |
849 | 2024-06-11T17:55:28.506Z | Compiling toml v0.8.14 |
850 | 2024-06-11T17:55:28.715Z | Compiling tokio-rustls v0.25.0 |
851 | 2024-06-11T17:55:29.120Z | Compiling serde_with_macros v3.8.1 |
852 | 2024-06-11T17:55:31.987Z | Compiling rand v0.8.5 |
853 | 2024-06-11T17:55:33.887Z | Compiling parse-display-derive v0.9.1 |
854 | 2024-06-11T17:55:35.153Z | Compiling ipnetwork v0.20.0 |
855 | 2024-06-11T17:55:35.692Z | Compiling newtype-uuid v1.1.0 |
856 | 2024-06-11T17:55:36.010Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
857 | 2024-06-11T17:55:36.169Z | Compiling hex v0.4.3 |
858 | 2024-06-11T17:55:36.860Z | Compiling serde_path_to_error v0.1.16 |
859 | 2024-06-11T17:55:37.886Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
860 | 2024-06-11T17:55:38.122Z | Compiling async-trait v0.1.80 |
861 | 2024-06-11T17:55:38.261Z | Compiling hostname v0.4.0 |
862 | 2024-06-11T17:55:38.488Z | Compiling instant v0.1.13 |
863 | 2024-06-11T17:55:38.621Z | Compiling debug-ignore v1.0.5 |
864 | 2024-06-11T17:55:38.661Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
865 | 2024-06-11T17:55:38.744Z | Compiling backoff v0.4.0 |
866 | 2024-06-11T17:55:38.858Z | Compiling parse-display v0.9.1 |
867 | 2024-06-11T17:55:39.037Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
868 | 2024-06-11T17:55:39.073Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
869 | 2024-06-11T17:55:39.199Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
870 | 2024-06-11T17:55:40.091Z | Compiling strum v0.26.2 |
871 | 2024-06-11T17:55:40.258Z | Compiling serde_with v3.8.1 |
872 | 2024-06-11T17:55:40.933Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
873 | 2024-06-11T17:55:41.752Z | Compiling macaddr v1.0.1 |
874 | 2024-06-11T17:55:42.353Z | Compiling regress v0.9.1 |
875 | 2024-06-11T17:55:48.349Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
876 | 2024-06-11T17:55:56.289Z | Compiling test-project v0.1.0 (/tmp/test-project) |
877 | 2024-06-11T17:56:03.785Z | Finished `release` profile [optimized] target(s) in 2m 32s |
878 | 2024-06-11T17:56:03.836Z | process exited: duration 228437 ms, exit code 0 |
|
879 | 2024-06-11T17:56:03.846Z | found 0 output files |