|
|
|
1 | 2024-06-12T21:19:33.516Z | job assigned to worker 01J0752GKWR12QNSSS9CEM6CJW (queued for 9 m 48 s) |
|
2 | 2024-06-12T21:19:41.465Z | starting task 0: "setup" |
3 | 2024-06-12T21:19:41.548Z | ++ uname -s |
4 | 2024-06-12T21:19:41.553Z | + kern=SunOS |
5 | 2024-06-12T21:19:41.553Z | + case "$kern" in |
6 | 2024-06-12T21:19:41.553Z | + groupadd -g 12345 build |
7 | 2024-06-12T21:19:41.553Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-12T21:19:44.790Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-12T21:19:44.795Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-12T21:19:44.795Z | + home_fs=zfs |
11 | 2024-06-12T21:19:44.795Z | + [[ zfs == autofs ]] |
12 | 2024-06-12T21:19:44.795Z | + mkdir -p /home/build |
13 | 2024-06-12T21:19:44.795Z | + chown build:build /home/build /work |
14 | 2024-06-12T21:19:45.685Z | + chmod 0700 /home/build /work |
15 | 2024-06-12T21:19:45.691Z | process exited: duration 4219 ms, exit code 0 |
|
16 | 2024-06-12T21:19:45.699Z | starting task 1: "rust-toolchain" |
17 | 2024-06-12T21:19:45.706Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-12T21:19:45.706Z | * toolchain channel = "1.78.0" |
19 | 2024-06-12T21:19:45.706Z | ' 1.78.0 |
20 | 2024-06-12T21:19:45.706Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-12T21:19:45.706Z | ' default |
22 | 2024-06-12T21:19:45.706Z | * toolchain profile = "default" |
23 | 2024-06-12T21:19:45.716Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-12T21:19:45.716Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-12T21:19:45.835Z | info: downloading installer |
26 | 2024-06-12T21:19:47.430Z | info: profile set to 'default' |
27 | 2024-06-12T21:19:47.431Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-12T21:19:47.445Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-12T21:19:47.600Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-12T21:19:47.600Z | info: downloading component 'cargo' |
31 | 2024-06-12T21:19:48.652Z | info: downloading component 'clippy' |
32 | 2024-06-12T21:19:49.005Z | info: downloading component 'rust-docs' |
33 | 2024-06-12T21:19:50.392Z | info: downloading component 'rust-std' |
34 | 2024-06-12T21:19:52.609Z | info: downloading component 'rustc' |
35 | 2024-06-12T21:19:58.162Z | info: downloading component 'rustfmt' |
36 | 2024-06-12T21:19:58.454Z | info: installing component 'cargo' |
37 | 2024-06-12T21:19:59.299Z | info: installing component 'clippy' |
38 | 2024-06-12T21:19:59.663Z | info: installing component 'rust-docs' |
39 | 2024-06-12T21:20:01.203Z | info: installing component 'rust-std' |
40 | 2024-06-12T21:20:03.011Z | info: installing component 'rustc' |
41 | 2024-06-12T21:20:07.359Z | info: installing component 'rustfmt' |
42 | 2024-06-12T21:20:07.706Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-12T21:20:07.707Z | |
44 | 2024-06-12T21:20:08.001Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-12T21:20:08.001Z | |
46 | 2024-06-12T21:20:08.005Z | |
47 | 2024-06-12T21:20:08.005Z | Rust is installed now. Great! |
48 | 2024-06-12T21:20:08.005Z | |
49 | 2024-06-12T21:20:08.005Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-12T21:20:08.005Z | environment variable. This has not been done automatically. |
51 | 2024-06-12T21:20:08.005Z | |
52 | 2024-06-12T21:20:08.005Z | To configure your current shell, you need to source |
53 | 2024-06-12T21:20:08.005Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-12T21:20:08.005Z | |
55 | 2024-06-12T21:20:08.005Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-12T21:20:08.005Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-12T21:20:08.005Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-12T21:20:08.068Z | + rustc --version |
59 | 2024-06-12T21:20:08.133Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-12T21:20:08.141Z | process exited: duration 22437 ms, exit code 0 |
|
61 | 2024-06-12T21:20:08.149Z | starting task 2: "authentication" |
62 | 2024-06-12T21:20:08.589Z | process exited: duration 29 ms, exit code 0 |
|
63 | 2024-06-12T21:20:09.008Z | starting task 3: "clone repository" |
64 | 2024-06-12T21:20:09.015Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-12T21:20:09.015Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-12T21:20:09.015Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-12T21:20:15.627Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-12T21:20:15.627Z | + git fetch origin adea7f741f608bc613c66828db8e87e0b063d064 |
69 | 2024-06-12T21:20:15.898Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-12T21:20:15.898Z | * branch adea7f741f608bc613c66828db8e87e0b063d064 -> FETCH_HEAD |
71 | 2024-06-12T21:20:15.909Z | + [[ -n eliza/instance-fetch-all ]] |
72 | 2024-06-12T21:20:15.912Z | ++ git branch --show-current |
73 | 2024-06-12T21:20:15.915Z | + current=main |
74 | 2024-06-12T21:20:15.915Z | + [[ main != eliza/instance-fetch-all ]] |
75 | 2024-06-12T21:20:15.915Z | + git branch -f eliza/instance-fetch-all adea7f741f608bc613c66828db8e87e0b063d064 |
76 | 2024-06-12T21:20:15.919Z | + git checkout -f eliza/instance-fetch-all |
77 | 2024-06-12T21:20:16.054Z | Switched to branch 'eliza/instance-fetch-all' |
78 | 2024-06-12T21:20:16.058Z | + git reset --hard adea7f741f608bc613c66828db8e87e0b063d064 |
79 | 2024-06-12T21:20:16.194Z | HEAD is now at adea7f741 oh THAT's what the mut was for |
80 | 2024-06-12T21:20:16.198Z | process exited: duration 7592 ms, exit code 0 |
|
81 | 2024-06-12T21:20:16.212Z | starting task 4: "build" |
82 | 2024-06-12T21:20:16.217Z | + cargo --version |
83 | 2024-06-12T21:20:16.272Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-12T21:20:16.688Z | + rustc --version |
85 | 2024-06-12T21:20:16.696Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-12T21:20:16.696Z | + cd /tmp |
87 | 2024-06-12T21:20:16.697Z | + cargo new --lib test-project |
88 | 2024-06-12T21:20:16.697Z | Creating library `test-project` package |
89 | 2024-06-12T21:20:16.697Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-06-12T21:20:16.697Z | + cd test-project |
91 | 2024-06-12T21:20:16.697Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-06-12T21:20:16.697Z | Adding omicron-common (local) to dependencies |
93 | 2024-06-12T21:20:16.697Z | Features: |
94 | 2024-06-12T21:20:16.697Z | - proptest |
95 | 2024-06-12T21:20:16.697Z | - test-strategy |
96 | 2024-06-12T21:20:16.697Z | - testing |
97 | 2024-06-12T21:20:16.697Z | Updating crates.io index |
98 | 2024-06-12T21:20:16.697Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-06-12T21:20:17.257Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-06-12T21:20:18.107Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-06-12T21:20:18.408Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-06-12T21:20:20.217Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-06-12T21:20:20.514Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-06-12T21:20:20.800Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-06-12T21:20:23.722Z | + cargo check |
106 | 2024-06-12T21:20:24.165Z | Downloading crates ... |
107 | 2024-06-12T21:20:24.186Z | Downloaded ahash v0.8.11 |
108 | 2024-06-12T21:20:24.186Z | Downloaded async-stream v0.3.5 |
109 | 2024-06-12T21:20:24.186Z | Downloaded async-stream-impl v0.3.5 |
110 | 2024-06-12T21:20:24.186Z | Downloaded foreign-types v0.3.2 |
111 | 2024-06-12T21:20:24.186Z | Downloaded darling v0.20.9 |
112 | 2024-06-12T21:20:24.186Z | Downloaded tokio-macros v2.3.0 |
113 | 2024-06-12T21:20:24.186Z | Downloaded backoff v0.4.0 |
114 | 2024-06-12T21:20:24.186Z | Downloaded byteorder v1.5.0 |
115 | 2024-06-12T21:20:24.186Z | Downloaded getrandom v0.2.15 |
116 | 2024-06-12T21:20:24.186Z | Downloaded tokio-rustls v0.24.1 |
117 | 2024-06-12T21:20:24.187Z | Downloaded tokio-native-tls v0.3.1 |
118 | 2024-06-12T21:20:24.187Z | Downloaded camino v1.1.7 |
119 | 2024-06-12T21:20:24.187Z | Downloaded tower-service v0.3.2 |
120 | 2024-06-12T21:20:24.187Z | Downloaded toml_datetime v0.6.6 |
121 | 2024-06-12T21:20:24.187Z | Downloaded allocator-api2 v0.2.18 |
122 | 2024-06-12T21:20:24.187Z | Downloaded crypto-common v0.1.6 |
123 | 2024-06-12T21:20:24.187Z | Downloaded tokio-rustls v0.25.0 |
124 | 2024-06-12T21:20:24.187Z | Downloaded multer v3.1.0 |
125 | 2024-06-12T21:20:24.187Z | Downloaded digest v0.10.7 |
126 | 2024-06-12T21:20:24.187Z | Downloaded httparse v1.9.3 |
127 | 2024-06-12T21:20:24.187Z | Downloaded waitgroup v0.1.2 |
128 | 2024-06-12T21:20:24.187Z | Downloaded write16 v1.0.0 |
129 | 2024-06-12T21:20:24.187Z | Downloaded utf16_iter v1.0.5 |
130 | 2024-06-12T21:20:24.187Z | Downloaded toml v0.8.14 |
131 | 2024-06-12T21:20:24.187Z | Downloaded usdt-macro v0.5.0 |
132 | 2024-06-12T21:20:24.187Z | Downloaded utf8_iter v1.0.4 |
133 | 2024-06-12T21:20:24.187Z | Downloaded version_check v0.9.4 |
134 | 2024-06-12T21:20:24.187Z | Downloaded untrusted v0.9.0 |
135 | 2024-06-12T21:20:24.187Z | Downloaded futures-macro v0.3.30 |
136 | 2024-06-12T21:20:24.187Z | Downloaded unsafe-libyaml v0.2.11 |
137 | 2024-06-12T21:20:24.187Z | Downloaded futures-executor v0.3.30 |
138 | 2024-06-12T21:20:24.187Z | Downloaded want v0.3.1 |
139 | 2024-06-12T21:20:24.188Z | Downloaded dirs-next v2.0.0 |
140 | 2024-06-12T21:20:24.188Z | Downloaded hostname v0.3.1 |
141 | 2024-06-12T21:20:24.188Z | Downloaded generic-array v0.14.7 |
142 | 2024-06-12T21:20:24.188Z | Downloaded usdt-impl v0.5.0 |
143 | 2024-06-12T21:20:24.188Z | Downloaded usdt-attr-macro v0.5.0 |
144 | 2024-06-12T21:20:24.188Z | Downloaded dof v0.3.0 |
145 | 2024-06-12T21:20:24.188Z | Downloaded try-lock v0.2.5 |
146 | 2024-06-12T21:20:24.188Z | Downloaded darling_macro v0.20.9 |
147 | 2024-06-12T21:20:24.188Z | Downloaded yoke-derive v0.7.4 |
148 | 2024-06-12T21:20:24.188Z | Downloaded ucd-trie v0.1.6 |
149 | 2024-06-12T21:20:24.188Z | Downloaded futures-io v0.3.30 |
150 | 2024-06-12T21:20:24.188Z | Downloaded dtrace-parser v0.2.0 |
151 | 2024-06-12T21:20:24.188Z | Downloaded usdt v0.5.0 |
152 | 2024-06-12T21:20:24.188Z | Downloaded equivalent v1.0.1 |
153 | 2024-06-12T21:20:24.188Z | Downloaded async-trait v0.1.80 |
154 | 2024-06-12T21:20:24.188Z | Downloaded atomic-waker v1.1.2 |
155 | 2024-06-12T21:20:24.188Z | Downloaded futures-sink v0.3.30 |
156 | 2024-06-12T21:20:24.188Z | Downloaded cpufeatures v0.2.12 |
157 | 2024-06-12T21:20:24.188Z | Downloaded instant v0.1.13 |
158 | 2024-06-12T21:20:24.188Z | Downloaded ident_case v1.0.1 |
159 | 2024-06-12T21:20:24.188Z | Downloaded omicron-workspace-hack v0.1.0 |
160 | 2024-06-12T21:20:24.188Z | Downloaded is-terminal v0.4.12 |
161 | 2024-06-12T21:20:24.188Z | Downloaded unicode-ident v1.0.12 |
162 | 2024-06-12T21:20:24.188Z | Downloaded typenum v1.17.0 |
163 | 2024-06-12T21:20:24.188Z | Downloaded match_cfg v0.1.0 |
164 | 2024-06-12T21:20:24.189Z | Downloaded zerofrom-derive v0.1.4 |
165 | 2024-06-12T21:20:24.189Z | Downloaded toml_edit v0.22.14 |
166 | 2024-06-12T21:20:24.189Z | Downloaded icu_provider_macros v1.5.0 |
167 | 2024-06-12T21:20:24.189Z | Downloaded strum v0.26.2 |
168 | 2024-06-12T21:20:24.189Z | Downloaded pretty-hex v0.4.1 |
169 | 2024-06-12T21:20:24.189Z | Downloaded openssl-macros v0.1.1 |
170 | 2024-06-12T21:20:24.189Z | Downloaded num_threads v0.1.7 |
171 | 2024-06-12T21:20:24.217Z | Downloaded uuid v1.8.0 |
172 | 2024-06-12T21:20:24.217Z | Downloaded httpdate v1.0.3 |
173 | 2024-06-12T21:20:24.217Z | Downloaded zerovec-derive v0.10.2 |
174 | 2024-06-12T21:20:24.217Z | Downloaded time-core v0.1.2 |
175 | 2024-06-12T21:20:24.217Z | Downloaded thread_local v1.1.8 |
176 | 2024-06-12T21:20:24.217Z | Downloaded num_cpus v1.16.0 |
177 | 2024-06-12T21:20:24.218Z | Downloaded writeable v0.5.5 |
178 | 2024-06-12T21:20:24.218Z | Downloaded hostname v0.4.0 |
179 | 2024-06-12T21:20:24.218Z | Downloaded pkg-config v0.3.30 |
180 | 2024-06-12T21:20:24.218Z | Downloaded scroll_derive v0.12.0 |
181 | 2024-06-12T21:20:24.218Z | Downloaded memmap v0.7.0 |
182 | 2024-06-12T21:20:24.218Z | Downloaded http-body v0.4.6 |
183 | 2024-06-12T21:20:24.218Z | Downloaded hex v0.4.3 |
184 | 2024-06-12T21:20:24.218Z | Downloaded form_urlencoded v1.2.1 |
185 | 2024-06-12T21:20:24.218Z | Downloaded zerocopy-derive v0.7.34 |
186 | 2024-06-12T21:20:24.218Z | Downloaded mime v0.3.17 |
187 | 2024-06-12T21:20:24.218Z | Downloaded deranged v0.3.11 |
188 | 2024-06-12T21:20:24.219Z | Downloaded dirs-sys-next v0.1.2 |
189 | 2024-06-12T21:20:24.219Z | Downloaded newtype-uuid v1.1.0 |
190 | 2024-06-12T21:20:24.219Z | Downloaded block-buffer v0.10.4 |
191 | 2024-06-12T21:20:24.219Z | Downloaded itoa v1.0.11 |
192 | 2024-06-12T21:20:24.219Z | Downloaded ipnetwork v0.20.0 |
193 | 2024-06-12T21:20:24.219Z | Downloaded debug-ignore v1.0.5 |
194 | 2024-06-12T21:20:24.227Z | Downloaded heck v0.5.0 |
195 | 2024-06-12T21:20:24.227Z | Downloaded sync_wrapper v0.1.2 |
196 | 2024-06-12T21:20:24.227Z | Downloaded plain v0.2.3 |
197 | 2024-06-12T21:20:24.227Z | Downloaded crossbeam-utils v0.8.20 |
198 | 2024-06-12T21:20:24.227Z | Downloaded iana-time-zone v0.1.60 |
199 | 2024-06-12T21:20:24.227Z | Downloaded pin-utils v0.1.0 |
200 | 2024-06-12T21:20:24.227Z | Downloaded rand_chacha v0.3.1 |
201 | 2024-06-12T21:20:24.227Z | Downloaded ppv-lite86 v0.2.17 |
202 | 2024-06-12T21:20:24.227Z | Downloaded powerfmt v0.2.0 |
203 | 2024-06-12T21:20:24.227Z | Downloaded take_mut v0.2.2 |
204 | 2024-06-12T21:20:24.234Z | Downloaded macaddr v1.0.1 |
205 | 2024-06-12T21:20:24.234Z | Downloaded hyper-tls v0.5.0 |
206 | 2024-06-12T21:20:24.234Z | Downloaded getopts v0.2.21 |
207 | 2024-06-12T21:20:24.234Z | Downloaded rand_core v0.6.4 |
208 | 2024-06-12T21:20:24.234Z | Downloaded signal-hook-registry v1.4.2 |
209 | 2024-06-12T21:20:24.234Z | Downloaded thread-id v4.2.1 |
210 | 2024-06-12T21:20:24.234Z | Downloaded anyhow v1.0.86 |
211 | 2024-06-12T21:20:24.238Z | Downloaded synstructure v0.13.1 |
212 | 2024-06-12T21:20:24.241Z | Downloaded rustls-pemfile v1.0.4 |
213 | 2024-06-12T21:20:24.242Z | Downloaded pin-project-lite v0.2.14 |
214 | 2024-06-12T21:20:24.246Z | Downloaded serde_spanned v0.6.6 |
215 | 2024-06-12T21:20:24.250Z | Downloaded stable_deref_trait v1.2.0 |
216 | 2024-06-12T21:20:24.250Z | Downloaded scopeguard v1.2.0 |
217 | 2024-06-12T21:20:24.250Z | Downloaded schemars_derive v0.8.21 |
218 | 2024-06-12T21:20:24.254Z | Downloaded slog-bunyan v2.5.0 |
219 | 2024-06-12T21:20:24.254Z | Downloaded futures-channel v0.3.30 |
220 | 2024-06-12T21:20:24.258Z | Downloaded slab v0.4.9 |
221 | 2024-06-12T21:20:24.259Z | Downloaded thiserror-impl v1.0.61 |
222 | 2024-06-12T21:20:24.259Z | Downloaded thiserror v1.0.61 |
223 | 2024-06-12T21:20:24.264Z | Downloaded tokio-util v0.7.11 |
224 | 2024-06-12T21:20:24.275Z | Downloaded serde_path_to_error v0.1.16 |
225 | 2024-06-12T21:20:24.290Z | Downloaded subtle v2.5.0 |
226 | 2024-06-12T21:20:24.290Z | Downloaded lock_api v0.4.12 |
227 | 2024-06-12T21:20:24.291Z | Downloaded ipnet v2.9.0 |
228 | 2024-06-12T21:20:24.291Z | Downloaded futures v0.3.30 |
229 | 2024-06-12T21:20:24.291Z | Downloaded pest_derive v2.7.10 |
230 | 2024-06-12T21:20:24.291Z | Downloaded structmeta-derive v0.3.0 |
231 | 2024-06-12T21:20:24.291Z | Downloaded sct v0.7.1 |
232 | 2024-06-12T21:20:24.291Z | Downloaded sha2 v0.10.8 |
233 | 2024-06-12T21:20:24.297Z | Downloaded rustversion v1.0.17 |
234 | 2024-06-12T21:20:24.297Z | Downloaded rustls-pki-types v1.7.0 |
235 | 2024-06-12T21:20:24.301Z | Downloaded once_cell v1.19.0 |
236 | 2024-06-12T21:20:24.301Z | Downloaded serde_with_macros v3.8.1 |
237 | 2024-06-12T21:20:24.318Z | Downloaded scroll v0.12.0 |
238 | 2024-06-12T21:20:24.318Z | Downloaded log v0.4.21 |
239 | 2024-06-12T21:20:24.323Z | Downloaded futures-core v0.3.30 |
240 | 2024-06-12T21:20:24.323Z | Downloaded tinystr v0.7.6 |
241 | 2024-06-12T21:20:24.323Z | Downloaded slog-term v2.9.1 |
242 | 2024-06-12T21:20:24.323Z | Downloaded serde_derive_internals v0.29.1 |
243 | 2024-06-12T21:20:24.323Z | Downloaded semver v1.0.23 |
244 | 2024-06-12T21:20:24.324Z | Downloaded indexmap v1.9.3 |
245 | 2024-06-12T21:20:24.324Z | Downloaded smallvec v1.13.2 |
246 | 2024-06-12T21:20:24.324Z | Downloaded strum_macros v0.26.4 |
247 | 2024-06-12T21:20:24.328Z | Downloaded spin v0.9.8 |
248 | 2024-06-12T21:20:24.328Z | Downloaded time-macros v0.2.18 |
249 | 2024-06-12T21:20:24.333Z | Downloaded base64 v0.21.7 |
250 | 2024-06-12T21:20:24.337Z | Downloaded ryu v1.0.18 |
251 | 2024-06-12T21:20:24.341Z | Downloaded serde_derive v1.0.203 |
252 | 2024-06-12T21:20:24.345Z | Downloaded parking_lot v0.12.3 |
253 | 2024-06-12T21:20:24.345Z | Downloaded socket2 v0.5.7 |
254 | 2024-06-12T21:20:24.350Z | Downloaded openssl-sys v0.9.102 |
255 | 2024-06-12T21:20:24.354Z | Downloaded icu_locid_transform_data v1.5.0 |
256 | 2024-06-12T21:20:24.354Z | Downloaded icu_locid v1.5.0 |
257 | 2024-06-12T21:20:24.359Z | Downloaded icu_collections v1.5.0 |
258 | 2024-06-12T21:20:24.364Z | Downloaded serde_yaml v0.9.34+deprecated |
259 | 2024-06-12T21:20:24.368Z | Downloaded schemars v0.8.21 |
260 | 2024-06-12T21:20:24.381Z | Downloaded icu_properties v1.5.0 |
261 | 2024-06-12T21:20:24.387Z | Downloaded indexmap v2.2.6 |
262 | 2024-06-12T21:20:24.391Z | Downloaded crossbeam-channel v0.5.13 |
263 | 2024-06-12T21:20:24.395Z | Downloaded base64 v0.22.1 |
264 | 2024-06-12T21:20:24.400Z | Downloaded winnow v0.6.13 |
265 | 2024-06-12T21:20:24.408Z | Downloaded mio v0.8.11 |
266 | 2024-06-12T21:20:24.413Z | Downloaded rand v0.8.5 |
267 | 2024-06-12T21:20:24.418Z | Downloaded memchr v2.7.2 |
268 | 2024-06-12T21:20:24.423Z | Downloaded http v1.1.0 |
269 | 2024-06-12T21:20:24.436Z | Downloaded serde v1.0.203 |
270 | 2024-06-12T21:20:24.436Z | Downloaded pest v2.7.10 |
271 | 2024-06-12T21:20:24.436Z | Downloaded hashbrown v0.14.5 |
272 | 2024-06-12T21:20:24.442Z | Downloaded h2 v0.3.26 |
273 | 2024-06-12T21:20:24.449Z | Downloaded serde_with v3.8.1 |
274 | 2024-06-12T21:20:24.458Z | Downloaded time v0.3.36 |
275 | 2024-06-12T21:20:24.465Z | Downloaded idna v1.0.0 |
276 | 2024-06-12T21:20:24.469Z | Downloaded serde_json v1.0.117 |
277 | 2024-06-12T21:20:24.477Z | Downloaded goblin v0.8.2 |
278 | 2024-06-12T21:20:24.485Z | Downloaded zerocopy v0.7.34 |
279 | 2024-06-12T21:20:24.519Z | Downloaded icu_properties_data v1.5.0 |
280 | 2024-06-12T21:20:24.536Z | Downloaded rustls-webpki v0.101.7 |
281 | 2024-06-12T21:20:24.547Z | Downloaded vcpkg v0.2.15 |
282 | 2024-06-12T21:20:24.566Z | Downloaded chrono v0.4.38 |
283 | 2024-06-12T21:20:24.572Z | Downloaded rustls-webpki v0.102.4 |
284 | 2024-06-12T21:20:24.590Z | Downloaded reqwest v0.11.27 |
285 | 2024-06-12T21:20:24.603Z | Downloaded webpki-roots v0.25.4 |
286 | 2024-06-12T21:20:24.607Z | Downloaded aho-corasick v1.1.3 |
287 | 2024-06-12T21:20:24.607Z | Downloaded regex v1.10.5 |
288 | 2024-06-12T21:20:24.621Z | Downloaded hyper v0.14.29 |
289 | 2024-06-12T21:20:24.626Z | Downloaded openssl v0.10.64 |
290 | 2024-06-12T21:20:24.641Z | Downloaded zerovec v0.10.2 |
291 | 2024-06-12T21:20:24.644Z | Downloaded futures-util v0.3.30 |
292 | 2024-06-12T21:20:24.654Z | Downloaded syn v2.0.66 |
293 | 2024-06-12T21:20:24.667Z | Downloaded tokio v1.38.0 |
294 | 2024-06-12T21:20:24.705Z | Downloaded libc v0.2.155 |
295 | 2024-06-12T21:20:24.734Z | Downloaded rustls v0.22.4 |
296 | 2024-06-12T21:20:24.741Z | Downloaded unicode-width v0.1.13 |
297 | 2024-06-12T21:20:24.749Z | Downloaded encoding_rs v0.8.34 |
298 | 2024-06-12T21:20:24.770Z | Downloaded regress v0.10.0 |
299 | 2024-06-12T21:20:24.778Z | Downloaded regex-automata v0.4.7 |
300 | 2024-06-12T21:20:24.796Z | Downloaded regress v0.9.1 |
301 | 2024-06-12T21:20:24.801Z | Downloaded regex-syntax v0.8.4 |
302 | 2024-06-12T21:20:24.810Z | Downloaded openapiv3 v2.0.0 |
303 | 2024-06-12T21:20:24.830Z | Downloaded rustls v0.21.12 |
304 | 2024-06-12T21:20:24.836Z | Downloaded http v0.2.12 |
305 | 2024-06-12T21:20:24.836Z | Downloaded icu_provider v1.5.0 |
306 | 2024-06-12T21:20:24.842Z | Downloaded icu_normalizer v1.5.0 |
307 | 2024-06-12T21:20:24.842Z | Downloaded term v0.7.0 |
308 | 2024-06-12T21:20:24.846Z | Downloaded slog v2.7.0 |
309 | 2024-06-12T21:20:24.846Z | Downloaded cc v1.0.99 |
310 | 2024-06-12T21:20:24.849Z | Downloaded slog-json v2.6.1 |
311 | 2024-06-12T21:20:24.853Z | Downloaded proc-macro2 v1.0.85 |
312 | 2024-06-12T21:20:24.853Z | Downloaded icu_locid_transform v1.5.0 |
313 | 2024-06-12T21:20:24.856Z | Downloaded pest_meta v2.7.10 |
314 | 2024-06-12T21:20:24.859Z | Downloaded num-traits v0.2.19 |
315 | 2024-06-12T21:20:24.859Z | Downloaded url v2.5.1 |
316 | 2024-06-12T21:20:24.862Z | Downloaded icu_normalizer_data v1.5.0 |
317 | 2024-06-12T21:20:24.866Z | Downloaded rustls-pemfile v2.1.2 |
318 | 2024-06-12T21:20:24.869Z | Downloaded darling_core v0.20.9 |
319 | 2024-06-12T21:20:24.872Z | Downloaded quote v1.0.36 |
320 | 2024-06-12T21:20:24.876Z | Downloaded parking_lot_core v0.9.10 |
321 | 2024-06-12T21:20:24.876Z | Downloaded hashbrown v0.12.3 |
322 | 2024-06-12T21:20:24.879Z | Downloaded zeroize v1.8.1 |
323 | 2024-06-12T21:20:24.882Z | Downloaded tracing-core v0.1.32 |
324 | 2024-06-12T21:20:24.885Z | Downloaded litemap v0.7.3 |
325 | 2024-06-12T21:20:24.885Z | Downloaded dyn-clone v1.0.17 |
326 | 2024-06-12T21:20:24.888Z | Downloaded slog-async v2.8.0 |
327 | 2024-06-12T21:20:24.888Z | Downloaded hyper-rustls v0.24.2 |
328 | 2024-06-12T21:20:24.891Z | Downloaded parse-display-derive v0.9.1 |
329 | 2024-06-12T21:20:24.891Z | Downloaded tracing v0.1.40 |
330 | 2024-06-12T21:20:24.894Z | Downloaded sha1 v0.10.6 |
331 | 2024-06-12T21:20:24.898Z | Downloaded serde_tokenstream v0.2.1 |
332 | 2024-06-12T21:20:24.901Z | Downloaded structmeta v0.3.0 |
333 | 2024-06-12T21:20:24.901Z | Downloaded strsim v0.11.1 |
334 | 2024-06-12T21:20:24.901Z | Downloaded serde_urlencoded v0.7.1 |
335 | 2024-06-12T21:20:24.904Z | Downloaded parse-display v0.9.1 |
336 | 2024-06-12T21:20:24.904Z | Downloaded native-tls v0.2.12 |
337 | 2024-06-12T21:20:24.907Z | Downloaded yoke v0.7.4 |
338 | 2024-06-12T21:20:24.907Z | Downloaded bytes v1.6.0 |
339 | 2024-06-12T21:20:24.912Z | Downloaded percent-encoding v2.3.1 |
340 | 2024-06-12T21:20:24.912Z | Downloaded paste v1.0.15 |
341 | 2024-06-12T21:20:24.916Z | Downloaded pest_generator v2.7.10 |
342 | 2024-06-12T21:20:24.916Z | Downloaded openssl-probe v0.1.5 |
343 | 2024-06-12T21:20:24.919Z | Downloaded futures-task v0.3.30 |
344 | 2024-06-12T21:20:24.919Z | Downloaded fnv v1.0.7 |
345 | 2024-06-12T21:20:24.919Z | Downloaded displaydoc v0.2.4 |
346 | 2024-06-12T21:20:24.922Z | Downloaded cfg-if v1.0.0 |
347 | 2024-06-12T21:20:24.922Z | Downloaded num-conv v0.1.0 |
348 | 2024-06-12T21:20:24.922Z | Downloaded zerofrom v0.1.4 |
349 | 2024-06-12T21:20:24.926Z | Downloaded bitflags v2.5.0 |
350 | 2024-06-12T21:20:24.929Z | Downloaded autocfg v1.3.0 |
351 | 2024-06-12T21:20:24.929Z | Downloaded foreign-types-shared v0.1.1 |
352 | 2024-06-12T21:20:25.020Z | Downloaded ring v0.17.8 |
353 | 2024-06-12T21:20:25.234Z | Compiling proc-macro2 v1.0.85 |
354 | 2024-06-12T21:20:25.234Z | Compiling unicode-ident v1.0.12 |
355 | 2024-06-12T21:20:25.239Z | Compiling libc v0.2.155 |
356 | 2024-06-12T21:20:25.239Z | Checking cfg-if v1.0.0 |
357 | 2024-06-12T21:20:25.239Z | Compiling version_check v0.9.4 |
358 | 2024-06-12T21:20:25.247Z | Compiling autocfg v1.3.0 |
359 | 2024-06-12T21:20:25.251Z | Compiling serde v1.0.203 |
360 | 2024-06-12T21:20:25.251Z | Compiling serde_json v1.0.117 |
361 | 2024-06-12T21:20:25.331Z | Checking itoa v1.0.11 |
362 | 2024-06-12T21:20:25.424Z | Checking once_cell v1.19.0 |
363 | 2024-06-12T21:20:25.532Z | Compiling thiserror v1.0.61 |
364 | 2024-06-12T21:20:25.707Z | Compiling memchr v2.7.2 |
365 | 2024-06-12T21:20:25.875Z | Compiling ahash v0.8.11 |
366 | 2024-06-12T21:20:25.937Z | Compiling cc v1.0.99 |
367 | 2024-06-12T21:20:27.775Z | Checking byteorder v1.5.0 |
368 | 2024-06-12T21:20:27.785Z | Compiling num-traits v0.2.19 |
369 | 2024-06-12T21:20:27.840Z | Checking pin-project-lite v0.2.14 |
370 | 2024-06-12T21:20:27.928Z | Checking ryu v1.0.18 |
371 | 2024-06-12T21:20:28.110Z | Checking smallvec v1.13.2 |
372 | 2024-06-12T21:20:28.140Z | Checking log v0.4.21 |
373 | 2024-06-12T21:20:28.196Z | Checking bytes v1.6.0 |
374 | 2024-06-12T21:20:28.266Z | Checking allocator-api2 v0.2.18 |
375 | 2024-06-12T21:20:28.340Z | Compiling lock_api v0.4.12 |
376 | 2024-06-12T21:20:28.350Z | Compiling schemars v0.8.21 |
377 | 2024-06-12T21:20:28.411Z | Compiling parking_lot_core v0.9.10 |
378 | 2024-06-12T21:20:28.422Z | Checking getrandom v0.2.15 |
379 | 2024-06-12T21:20:28.889Z | Compiling quote v1.0.36 |
380 | 2024-06-12T21:20:28.889Z | Compiling ring v0.17.8 |
381 | 2024-06-12T21:20:28.889Z | Checking scopeguard v1.2.0 |
382 | 2024-06-12T21:20:28.889Z | Checking futures-core v0.3.30 |
383 | 2024-06-12T21:20:28.889Z | Checking socket2 v0.5.7 |
384 | 2024-06-12T21:20:28.917Z | Checking num_cpus v1.16.0 |
385 | 2024-06-12T21:20:28.935Z | Checking signal-hook-registry v1.4.2 |
386 | 2024-06-12T21:20:29.013Z | Compiling syn v2.0.66 |
387 | 2024-06-12T21:20:29.159Z | Checking mio v0.8.11 |
388 | 2024-06-12T21:20:29.170Z | Compiling slab v0.4.9 |
389 | 2024-06-12T21:20:29.240Z | Checking parking_lot v0.12.3 |
390 | 2024-06-12T21:20:29.328Z | Checking futures-sink v0.3.30 |
391 | 2024-06-12T21:20:29.360Z | Checking spin v0.9.8 |
392 | 2024-06-12T21:20:29.382Z | Checking stable_deref_trait v1.2.0 |
393 | 2024-06-12T21:20:29.846Z | Checking equivalent v1.0.1 |
394 | 2024-06-12T21:20:29.846Z | Checking fnv v1.0.7 |
395 | 2024-06-12T21:20:29.846Z | Checking untrusted v0.9.0 |
396 | 2024-06-12T21:20:29.846Z | Checking futures-channel v0.3.30 |
397 | 2024-06-12T21:20:29.846Z | Checking pin-utils v0.1.0 |
398 | 2024-06-12T21:20:29.846Z | Compiling pkg-config v0.3.30 |
399 | 2024-06-12T21:20:29.847Z | Compiling vcpkg v0.2.15 |
400 | 2024-06-12T21:20:29.847Z | Checking futures-io v0.3.30 |
401 | 2024-06-12T21:20:29.847Z | Compiling semver v1.0.23 |
402 | 2024-06-12T21:20:29.891Z | Checking futures-task v0.3.30 |
403 | 2024-06-12T21:20:30.095Z | Compiling ucd-trie v0.1.6 |
404 | 2024-06-12T21:20:30.204Z | Checking iana-time-zone v0.1.60 |
405 | 2024-06-12T21:20:30.331Z | Checking http v0.2.12 |
406 | 2024-06-12T21:20:30.553Z | Compiling httparse v1.9.3 |
407 | 2024-06-12T21:20:30.832Z | Checking dyn-clone v1.0.17 |
408 | 2024-06-12T21:20:30.945Z | Compiling heck v0.5.0 |
409 | 2024-06-12T21:20:31.702Z | Checking writeable v0.5.5 |
410 | 2024-06-12T21:20:31.708Z | Checking litemap v0.7.3 |
411 | 2024-06-12T21:20:31.708Z | Compiling openssl-sys v0.9.102 |
412 | 2024-06-12T21:20:31.708Z | Checking tracing-core v0.1.32 |
413 | 2024-06-12T21:20:31.708Z | Compiling uuid v1.8.0 |
414 | 2024-06-12T21:20:31.925Z | Compiling chrono v0.4.38 |
415 | 2024-06-12T21:20:32.174Z | Checking tracing v0.1.40 |
416 | 2024-06-12T21:20:32.301Z | Checking foreign-types-shared v0.1.1 |
417 | 2024-06-12T21:20:32.775Z | Checking try-lock v0.2.5 |
418 | 2024-06-12T21:20:32.808Z | Compiling openssl v0.10.64 |
419 | 2024-06-12T21:20:32.809Z | Compiling slog v2.7.0 |
420 | 2024-06-12T21:20:32.809Z | Checking icu_locid_transform_data v1.5.0 |
421 | 2024-06-12T21:20:32.809Z | Checking want v0.3.1 |
422 | 2024-06-12T21:20:32.809Z | Checking foreign-types v0.3.2 |
423 | 2024-06-12T21:20:32.809Z | Checking http-body v0.4.6 |
424 | 2024-06-12T21:20:32.823Z | Compiling aho-corasick v1.1.3 |
425 | 2024-06-12T21:20:32.878Z | Checking percent-encoding v2.3.1 |
426 | 2024-06-12T21:20:32.997Z | Compiling native-tls v0.2.12 |
427 | 2024-06-12T21:20:33.040Z | Compiling rustls v0.21.12 |
428 | 2024-06-12T21:20:33.293Z | Compiling typenum v1.17.0 |
429 | 2024-06-12T21:20:33.311Z | Checking bitflags v2.5.0 |
430 | 2024-06-12T21:20:33.488Z | Checking httpdate v1.0.3 |
431 | 2024-06-12T21:20:33.670Z | Compiling regex-syntax v0.8.4 |
432 | 2024-06-12T21:20:33.741Z | Checking icu_properties_data v1.5.0 |
433 | 2024-06-12T21:20:33.952Z | Checking tower-service v0.3.2 |
434 | 2024-06-12T21:20:34.074Z | Checking form_urlencoded v1.2.1 |
435 | 2024-06-12T21:20:34.222Z | Compiling generic-array v0.14.7 |
436 | 2024-06-12T21:20:34.469Z | Checking openssl-probe v0.1.5 |
437 | 2024-06-12T21:20:34.592Z | Checking utf8_iter v1.0.4 |
438 | 2024-06-12T21:20:34.639Z | Checking icu_normalizer_data v1.5.0 |
439 | 2024-06-12T21:20:34.719Z | Checking utf16_iter v1.0.5 |
440 | 2024-06-12T21:20:34.845Z | Checking write16 v1.0.0 |
441 | 2024-06-12T21:20:35.686Z | Compiling usdt-impl v0.5.0 |
442 | 2024-06-12T21:20:36.040Z | Compiling synstructure v0.13.1 |
443 | 2024-06-12T21:20:36.184Z | Compiling serde_derive_internals v0.29.1 |
444 | 2024-06-12T21:20:36.573Z | Checking encoding_rs v0.8.34 |
445 | 2024-06-12T21:20:37.205Z | Compiling regex-automata v0.4.7 |
446 | 2024-06-12T21:20:37.334Z | Checking mime v0.3.17 |
447 | 2024-06-12T21:20:37.435Z | Compiling num-conv v0.1.0 |
448 | 2024-06-12T21:20:37.643Z | Compiling time-core v0.1.2 |
449 | 2024-06-12T21:20:37.804Z | Checking powerfmt v0.2.0 |
450 | 2024-06-12T21:20:38.046Z | Checking deranged v0.3.11 |
451 | 2024-06-12T21:20:38.425Z | Compiling time-macros v0.2.18 |
452 | 2024-06-12T21:20:39.638Z | Compiling thread-id v4.2.1 |
453 | 2024-06-12T21:20:39.748Z | Checking rustls-pki-types v1.7.0 |
454 | 2024-06-12T21:20:39.969Z | Compiling ident_case v1.0.1 |
455 | 2024-06-12T21:20:40.135Z | Compiling unicode-width v0.1.13 |
456 | 2024-06-12T21:20:40.170Z | Compiling strsim v0.11.1 |
457 | 2024-06-12T21:20:40.305Z | Checking base64 v0.21.7 |
458 | 2024-06-12T21:20:40.340Z | Checking num_threads v0.1.7 |
459 | 2024-06-12T21:20:40.578Z | Checking plain v0.2.3 |
460 | 2024-06-12T21:20:40.789Z | Compiling crossbeam-utils v0.8.20 |
461 | 2024-06-12T21:20:40.947Z | Checking rustls-pemfile v1.0.4 |
462 | 2024-06-12T21:20:41.117Z | Compiling regex v1.10.5 |
463 | 2024-06-12T21:20:41.225Z | Checking sct v0.7.1 |
464 | 2024-06-12T21:20:41.344Z | Checking rustls-webpki v0.101.7 |
465 | 2024-06-12T21:20:41.398Z | Compiling darling_core v0.20.9 |
466 | 2024-06-12T21:20:42.075Z | Checking time v0.3.36 |
467 | 2024-06-12T21:20:42.096Z | Compiling serde_derive v1.0.203 |
468 | 2024-06-12T21:20:42.096Z | Compiling zerocopy-derive v0.7.34 |
469 | 2024-06-12T21:20:42.096Z | Compiling thiserror-impl v1.0.61 |
470 | 2024-06-12T21:20:42.096Z | Compiling schemars_derive v0.8.21 |
471 | 2024-06-12T21:20:43.474Z | Compiling zerofrom-derive v0.1.4 |
472 | 2024-06-12T21:20:44.158Z | Checking zerocopy v0.7.34 |
473 | 2024-06-12T21:20:45.079Z | Compiling yoke-derive v0.7.4 |
474 | 2024-06-12T21:20:45.174Z | Compiling tokio-macros v2.3.0 |
475 | 2024-06-12T21:20:45.315Z | Compiling zerovec-derive v0.10.2 |
476 | 2024-06-12T21:20:46.120Z | Checking hashbrown v0.14.5 |
477 | 2024-06-12T21:20:46.837Z | Checking tokio v1.38.0 |
478 | 2024-06-12T21:20:47.391Z | Compiling displaydoc v0.2.4 |
479 | 2024-06-12T21:20:47.581Z | Compiling futures-macro v0.3.30 |
480 | 2024-06-12T21:20:47.865Z | Checking zerofrom v0.1.4 |
481 | 2024-06-12T21:20:47.931Z | Compiling pest v2.7.10 |
482 | 2024-06-12T21:20:48.044Z | Compiling icu_provider_macros v1.5.0 |
483 | 2024-06-12T21:20:48.076Z | Compiling regress v0.10.0 |
484 | 2024-06-12T21:20:48.302Z | Checking yoke v0.7.4 |
485 | 2024-06-12T21:20:48.632Z | Checking zerovec v0.10.2 |
486 | 2024-06-12T21:20:49.066Z | Compiling openssl-macros v0.1.1 |
487 | 2024-06-12T21:20:49.542Z | Checking futures-util v0.3.30 |
488 | 2024-06-12T21:20:50.277Z | Checking tinystr v0.7.6 |
489 | 2024-06-12T21:20:50.665Z | Checking icu_locid v1.5.0 |
490 | 2024-06-12T21:20:50.741Z | Compiling pest_meta v2.7.10 |
491 | 2024-06-12T21:20:51.693Z | Checking icu_provider v1.5.0 |
492 | 2024-06-12T21:20:52.330Z | Compiling pest_generator v2.7.10 |
493 | 2024-06-12T21:20:52.338Z | Checking icu_locid_transform v1.5.0 |
494 | 2024-06-12T21:20:52.964Z | Checking icu_collections v1.5.0 |
495 | 2024-06-12T21:20:53.654Z | Checking icu_properties v1.5.0 |
496 | 2024-06-12T21:20:53.755Z | Checking tokio-util v0.7.11 |
497 | 2024-06-12T21:20:54.136Z | Compiling scroll_derive v0.12.0 |
498 | 2024-06-12T21:20:54.606Z | Checking tokio-rustls v0.24.1 |
499 | 2024-06-12T21:20:55.262Z | Checking indexmap v2.2.6 |
500 | 2024-06-12T21:20:56.306Z | Compiling serde_tokenstream v0.2.1 |
501 | 2024-06-12T21:20:56.830Z | Checking h2 v0.3.26 |
502 | 2024-06-12T21:20:57.069Z | Compiling pest_derive v2.7.10 |
503 | 2024-06-12T21:20:57.102Z | Checking icu_normalizer v1.5.0 |
504 | 2024-06-12T21:20:57.799Z | Checking idna v1.0.0 |
505 | 2024-06-12T21:20:57.913Z | Compiling dtrace-parser v0.2.0 |
506 | 2024-06-12T21:20:58.279Z | Compiling dof v0.3.0 |
507 | 2024-06-12T21:20:58.746Z | Checking scroll v0.12.0 |
508 | 2024-06-12T21:20:58.927Z | Checking tokio-native-tls v0.3.1 |
509 | 2024-06-12T21:20:59.157Z | Checking serde_urlencoded v0.7.1 |
510 | 2024-06-12T21:20:59.197Z | Compiling openapiv3 v2.0.0 |
511 | 2024-06-12T21:20:59.238Z | Checking goblin v0.8.2 |
512 | 2024-06-12T21:20:59.585Z | Checking url v2.5.1 |
513 | 2024-06-12T21:21:00.134Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
514 | 2024-06-12T21:21:00.952Z | Checking hyper v0.14.29 |
515 | 2024-06-12T21:21:01.678Z | Compiling getopts v0.2.21 |
516 | 2024-06-12T21:21:02.531Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-06-12T21:21:02.700Z | Checking webpki-roots v0.25.4 |
518 | 2024-06-12T21:21:02.835Z | Checking sync_wrapper v0.1.2 |
519 | 2024-06-12T21:21:02.883Z | Compiling rustls v0.22.4 |
520 | 2024-06-12T21:21:02.946Z | Checking pretty-hex v0.4.1 |
521 | 2024-06-12T21:21:03.177Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-06-12T21:21:03.203Z | Checking ipnet v2.9.0 |
523 | 2024-06-12T21:21:03.265Z | Compiling rustversion v1.0.17 |
524 | 2024-06-12T21:21:03.547Z | Compiling paste v1.0.15 |
525 | 2024-06-12T21:21:03.643Z | Compiling omicron-workspace-hack v0.1.0 |
526 | 2024-06-12T21:21:03.966Z | Checking dirs-next v2.0.0 |
527 | 2024-06-12T21:21:04.084Z | Checking toml_datetime v0.6.6 |
528 | 2024-06-12T21:21:04.090Z | Checking serde_spanned v0.6.6 |
529 | 2024-06-12T21:21:04.090Z | Compiling darling_macro v0.20.9 |
530 | 2024-06-12T21:21:04.259Z | Compiling structmeta-derive v0.3.0 |
531 | 2024-06-12T21:21:04.471Z | Compiling serde_yaml v0.9.34+deprecated |
532 | 2024-06-12T21:21:04.799Z | Checking rustls-webpki v0.102.4 |
533 | 2024-06-12T21:21:04.921Z | Checking crypto-common v0.1.6 |
534 | 2024-06-12T21:21:05.034Z | Checking block-buffer v0.10.4 |
535 | 2024-06-12T21:21:05.065Z | Checking rand_core v0.6.4 |
536 | 2024-06-12T21:21:05.213Z | Compiling multer v3.1.0 |
537 | 2024-06-12T21:21:05.216Z | Checking thread_local v1.1.8 |
538 | 2024-06-12T21:21:05.334Z | Compiling slog-async v2.8.0 |
539 | 2024-06-12T21:21:05.476Z | Checking match_cfg v0.1.0 |
540 | 2024-06-12T21:21:05.507Z | Checking hyper-rustls v0.24.2 |
541 | 2024-06-12T21:21:05.524Z | Checking hyper-tls v0.5.0 |
542 | 2024-06-12T21:21:05.545Z | Compiling anyhow v1.0.86 |
543 | 2024-06-12T21:21:05.554Z | Compiling camino v1.1.7 |
544 | 2024-06-12T21:21:05.769Z | Checking ppv-lite86 v0.2.17 |
545 | 2024-06-12T21:21:05.779Z | Checking reqwest v0.11.27 |
546 | 2024-06-12T21:21:05.801Z | Checking subtle v2.5.0 |
547 | 2024-06-12T21:21:06.014Z | Checking zeroize v1.8.1 |
548 | 2024-06-12T21:21:06.077Z | Checking winnow v0.6.13 |
549 | 2024-06-12T21:21:06.381Z | Checking hostname v0.3.1 |
550 | 2024-06-12T21:21:06.463Z | Checking rand_chacha v0.3.1 |
551 | 2024-06-12T21:21:06.837Z | Checking digest v0.10.7 |
552 | 2024-06-12T21:21:07.305Z | Compiling structmeta v0.3.0 |
553 | 2024-06-12T21:21:07.305Z | Compiling darling v0.20.9 |
554 | 2024-06-12T21:21:07.305Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
555 | 2024-06-12T21:21:07.305Z | Checking crossbeam-channel v0.5.13 |
556 | 2024-06-12T21:21:07.305Z | Checking term v0.7.0 |
557 | 2024-06-12T21:21:07.625Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-06-12T21:21:07.862Z | Compiling usdt-macro v0.5.0 |
559 | 2024-06-12T21:21:08.340Z | Checking slog-json v2.6.1 |
560 | 2024-06-12T21:21:08.557Z | Checking futures-executor v0.3.30 |
561 | 2024-06-12T21:21:08.575Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-06-12T21:21:08.768Z | Checking http v1.1.0 |
563 | 2024-06-12T21:21:08.860Z | Checking memmap v0.7.0 |
564 | 2024-06-12T21:21:09.037Z | Checking is-terminal v0.4.12 |
565 | 2024-06-12T21:21:09.122Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
566 | 2024-06-12T21:21:09.142Z | Checking base64 v0.22.1 |
567 | 2024-06-12T21:21:09.160Z | Checking toml_edit v0.22.14 |
568 | 2024-06-12T21:21:09.185Z | Checking cpufeatures v0.2.12 |
569 | 2024-06-12T21:21:09.266Z | Checking take_mut v0.2.2 |
570 | 2024-06-12T21:21:09.401Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
571 | 2024-06-12T21:21:09.418Z | Checking atomic-waker v1.1.2 |
572 | 2024-06-12T21:21:09.526Z | Checking waitgroup v0.1.2 |
573 | 2024-06-12T21:21:09.605Z | Checking rustls-pemfile v2.1.2 |
574 | 2024-06-12T21:21:09.694Z | Checking sha1 v0.10.6 |
575 | 2024-06-12T21:21:09.835Z | Checking usdt v0.5.0 |
576 | 2024-06-12T21:21:09.902Z | Checking async-stream v0.3.5 |
577 | 2024-06-12T21:21:09.935Z | Checking slog-term v2.9.1 |
578 | 2024-06-12T21:21:09.966Z | Compiling strum_macros v0.26.4 |
579 | 2024-06-12T21:21:09.984Z | Checking tokio-rustls v0.25.0 |
580 | 2024-06-12T21:21:10.062Z | Checking futures v0.3.30 |
581 | 2024-06-12T21:21:10.075Z | Checking slog-bunyan v2.5.0 |
582 | 2024-06-12T21:21:10.163Z | Compiling parse-display-derive v0.9.1 |
583 | 2024-06-12T21:21:10.215Z | Compiling serde_with_macros v3.8.1 |
584 | 2024-06-12T21:21:10.311Z | Checking rand v0.8.5 |
585 | 2024-06-12T21:21:10.863Z | Checking newtype-uuid v1.1.0 |
586 | 2024-06-12T21:21:11.087Z | Checking ipnetwork v0.20.0 |
587 | 2024-06-12T21:21:11.102Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
588 | 2024-06-12T21:21:11.520Z | Checking serde_path_to_error v0.1.16 |
589 | 2024-06-12T21:21:11.595Z | Checking hex v0.4.3 |
590 | 2024-06-12T21:21:11.695Z | Checking toml v0.8.14 |
591 | 2024-06-12T21:21:12.052Z | Compiling async-trait v0.1.80 |
592 | 2024-06-12T21:21:12.092Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-06-12T21:21:12.460Z | Checking hostname v0.4.0 |
594 | 2024-06-12T21:21:12.569Z | Checking instant v0.1.13 |
595 | 2024-06-12T21:21:12.670Z | Checking debug-ignore v1.0.5 |
596 | 2024-06-12T21:21:12.792Z | Checking backoff v0.4.0 |
597 | 2024-06-12T21:21:12.906Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-06-12T21:21:13.036Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-06-12T21:21:13.070Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
600 | 2024-06-12T21:21:13.079Z | Checking serde_with v3.8.1 |
601 | 2024-06-12T21:21:13.175Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
602 | 2024-06-12T21:21:13.349Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-06-12T21:21:13.393Z | Checking macaddr v1.0.1 |
604 | 2024-06-12T21:21:13.484Z | Checking regress v0.9.1 |
605 | 2024-06-12T21:21:14.304Z | Checking parse-display v0.9.1 |
606 | 2024-06-12T21:21:14.733Z | Checking strum v0.26.2 |
607 | 2024-06-12T21:21:14.867Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
608 | 2024-06-12T21:21:16.944Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
609 | 2024-06-12T21:21:17.011Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
610 | 2024-06-12T21:21:19.738Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
611 | 2024-06-12T21:21:26.112Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
612 | 2024-06-12T21:21:29.030Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
613 | 2024-06-12T21:21:35.319Z | Checking test-project v0.1.0 (/tmp/test-project) |
614 | 2024-06-12T21:21:35.373Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 11s |
615 | 2024-06-12T21:21:35.445Z | + cargo build --release |
616 | 2024-06-12T21:21:35.701Z | Compiling proc-macro2 v1.0.85 |
617 | 2024-06-12T21:21:35.701Z | Compiling unicode-ident v1.0.12 |
618 | 2024-06-12T21:21:35.701Z | Compiling libc v0.2.155 |
619 | 2024-06-12T21:21:35.705Z | Compiling cfg-if v1.0.0 |
620 | 2024-06-12T21:21:35.705Z | Compiling version_check v0.9.4 |
621 | 2024-06-12T21:21:35.705Z | Compiling autocfg v1.3.0 |
622 | 2024-06-12T21:21:35.705Z | Compiling serde v1.0.203 |
623 | 2024-06-12T21:21:35.705Z | Compiling serde_json v1.0.117 |
624 | 2024-06-12T21:21:36.297Z | Compiling itoa v1.0.11 |
625 | 2024-06-12T21:21:36.714Z | Compiling thiserror v1.0.61 |
626 | 2024-06-12T21:21:36.714Z | Compiling once_cell v1.19.0 |
627 | 2024-06-12T21:21:36.714Z | Compiling memchr v2.7.2 |
628 | 2024-06-12T21:21:36.719Z | Compiling ahash v0.8.11 |
629 | 2024-06-12T21:21:36.719Z | Compiling cc v1.0.99 |
630 | 2024-06-12T21:21:36.719Z | Compiling byteorder v1.5.0 |
631 | 2024-06-12T21:21:36.929Z | Compiling num-traits v0.2.19 |
632 | 2024-06-12T21:21:37.103Z | Compiling quote v1.0.36 |
633 | 2024-06-12T21:21:37.138Z | Compiling getrandom v0.2.15 |
634 | 2024-06-12T21:21:37.247Z | Compiling pin-project-lite v0.2.14 |
635 | 2024-06-12T21:21:37.364Z | Compiling ryu v1.0.18 |
636 | 2024-06-12T21:21:37.468Z | Compiling syn v2.0.66 |
637 | 2024-06-12T21:21:37.709Z | Compiling bytes v1.6.0 |
638 | 2024-06-12T21:21:37.717Z | Compiling log v0.4.21 |
639 | 2024-06-12T21:21:37.887Z | Compiling smallvec v1.13.2 |
640 | 2024-06-12T21:21:37.962Z | Compiling schemars v0.8.21 |
641 | 2024-06-12T21:21:38.157Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-06-12T21:21:38.178Z | Compiling lock_api v0.4.12 |
643 | 2024-06-12T21:21:38.330Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-06-12T21:21:38.338Z | Compiling scopeguard v1.2.0 |
645 | 2024-06-12T21:21:38.489Z | Compiling futures-core v0.3.30 |
646 | 2024-06-12T21:21:38.723Z | Compiling num_cpus v1.16.0 |
647 | 2024-06-12T21:21:39.250Z | Compiling socket2 v0.5.7 |
648 | 2024-06-12T21:21:39.254Z | Compiling mio v0.8.11 |
649 | 2024-06-12T21:21:39.254Z | Compiling parking_lot v0.12.3 |
650 | 2024-06-12T21:21:39.267Z | Compiling ring v0.17.8 |
651 | 2024-06-12T21:21:39.368Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-06-12T21:21:39.607Z | Compiling slab v0.4.9 |
653 | 2024-06-12T21:21:39.856Z | Compiling stable_deref_trait v1.2.0 |
654 | 2024-06-12T21:21:39.945Z | Compiling spin v0.9.8 |
655 | 2024-06-12T21:21:39.959Z | Compiling futures-sink v0.3.30 |
656 | 2024-06-12T21:21:40.192Z | Compiling fnv v1.0.7 |
657 | 2024-06-12T21:21:40.234Z | Compiling equivalent v1.0.1 |
658 | 2024-06-12T21:21:40.326Z | Compiling untrusted v0.9.0 |
659 | 2024-06-12T21:21:40.488Z | Compiling semver v1.0.23 |
660 | 2024-06-12T21:21:40.898Z | Compiling futures-channel v0.3.30 |
661 | 2024-06-12T21:21:41.016Z | Compiling pkg-config v0.3.30 |
662 | 2024-06-12T21:21:41.065Z | Compiling futures-task v0.3.30 |
663 | 2024-06-12T21:21:41.103Z | Compiling vcpkg v0.2.15 |
664 | 2024-06-12T21:21:41.221Z | Compiling futures-io v0.3.30 |
665 | 2024-06-12T21:21:41.346Z | Compiling pin-utils v0.1.0 |
666 | 2024-06-12T21:21:41.527Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-06-12T21:21:41.534Z | Compiling ucd-trie v0.1.6 |
668 | 2024-06-12T21:21:42.013Z | Compiling http v0.2.12 |
669 | 2024-06-12T21:21:42.289Z | Compiling dyn-clone v1.0.17 |
670 | 2024-06-12T21:21:42.425Z | Compiling writeable v0.5.5 |
671 | 2024-06-12T21:21:42.688Z | Compiling httparse v1.9.3 |
672 | 2024-06-12T21:21:42.842Z | Compiling openssl-sys v0.9.102 |
673 | 2024-06-12T21:21:43.363Z | Compiling heck v0.5.0 |
674 | 2024-06-12T21:21:43.376Z | Compiling litemap v0.7.3 |
675 | 2024-06-12T21:21:43.505Z | Compiling chrono v0.4.38 |
676 | 2024-06-12T21:21:43.800Z | Compiling tracing-core v0.1.32 |
677 | 2024-06-12T21:21:43.996Z | Compiling uuid v1.8.0 |
678 | 2024-06-12T21:21:44.524Z | Compiling tracing v0.1.40 |
679 | 2024-06-12T21:21:45.090Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-06-12T21:21:45.243Z | Compiling synstructure v0.13.1 |
681 | 2024-06-12T21:21:46.593Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-06-12T21:21:46.673Z | Compiling openssl v0.10.64 |
683 | 2024-06-12T21:21:46.689Z | Compiling slog v2.7.0 |
684 | 2024-06-12T21:21:46.907Z | Compiling icu_locid_transform_data v1.5.0 |
685 | 2024-06-12T21:21:46.995Z | Compiling try-lock v0.2.5 |
686 | 2024-06-12T21:21:47.102Z | Compiling want v0.3.1 |
687 | 2024-06-12T21:21:47.127Z | Compiling foreign-types v0.3.2 |
688 | 2024-06-12T21:21:47.391Z | Compiling http-body v0.4.6 |
689 | 2024-06-12T21:21:47.494Z | Compiling aho-corasick v1.1.3 |
690 | 2024-06-12T21:21:47.772Z | Compiling httpdate v1.0.3 |
691 | 2024-06-12T21:21:47.876Z | Compiling regex-syntax v0.8.4 |
692 | 2024-06-12T21:21:48.473Z | Compiling tower-service v0.3.2 |
693 | 2024-06-12T21:21:48.589Z | Compiling native-tls v0.2.12 |
694 | 2024-06-12T21:21:48.753Z | Compiling rustls v0.21.12 |
695 | 2024-06-12T21:21:48.963Z | Compiling bitflags v2.5.0 |
696 | 2024-06-12T21:21:49.039Z | Compiling icu_properties_data v1.5.0 |
697 | 2024-06-12T21:21:49.058Z | Compiling typenum v1.17.0 |
698 | 2024-06-12T21:21:49.276Z | Compiling percent-encoding v2.3.1 |
699 | 2024-06-12T21:21:49.751Z | Compiling form_urlencoded v1.2.1 |
700 | 2024-06-12T21:21:50.189Z | Compiling generic-array v0.14.7 |
701 | 2024-06-12T21:21:50.297Z | Compiling utf8_iter v1.0.4 |
702 | 2024-06-12T21:21:50.522Z | Compiling write16 v1.0.0 |
703 | 2024-06-12T21:21:50.549Z | Compiling openssl-probe v0.1.5 |
704 | 2024-06-12T21:21:50.599Z | Compiling utf16_iter v1.0.5 |
705 | 2024-06-12T21:21:50.636Z | Compiling icu_normalizer_data v1.5.0 |
706 | 2024-06-12T21:21:51.076Z | Compiling serde_derive v1.0.203 |
707 | 2024-06-12T21:21:51.088Z | Compiling zerocopy-derive v0.7.34 |
708 | 2024-06-12T21:21:51.501Z | Compiling thiserror-impl v1.0.61 |
709 | 2024-06-12T21:21:52.116Z | Compiling schemars_derive v0.8.21 |
710 | 2024-06-12T21:21:52.366Z | Compiling zerofrom-derive v0.1.4 |
711 | 2024-06-12T21:21:53.262Z | Compiling zerocopy v0.7.34 |
712 | 2024-06-12T21:21:54.685Z | Compiling yoke-derive v0.7.4 |
713 | 2024-06-12T21:21:55.418Z | Compiling tokio-macros v2.3.0 |
714 | 2024-06-12T21:21:55.611Z | Compiling hashbrown v0.14.5 |
715 | 2024-06-12T21:21:56.160Z | Compiling zerovec-derive v0.10.2 |
716 | 2024-06-12T21:21:56.768Z | Compiling zerofrom v0.1.4 |
717 | 2024-06-12T21:21:57.065Z | Compiling tokio v1.38.0 |
718 | 2024-06-12T21:21:57.320Z | Compiling futures-macro v0.3.30 |
719 | 2024-06-12T21:21:57.948Z | Compiling yoke v0.7.4 |
720 | 2024-06-12T21:21:58.354Z | Compiling displaydoc v0.2.4 |
721 | 2024-06-12T21:21:58.583Z | Compiling pest v2.7.10 |
722 | 2024-06-12T21:21:58.816Z | Compiling icu_provider_macros v1.5.0 |
723 | 2024-06-12T21:21:58.888Z | Compiling zerovec v0.10.2 |
724 | 2024-06-12T21:21:59.904Z | Compiling futures-util v0.3.30 |
725 | 2024-06-12T21:22:00.439Z | Compiling regress v0.10.0 |
726 | 2024-06-12T21:22:01.408Z | Compiling tinystr v0.7.6 |
727 | 2024-06-12T21:22:01.874Z | Compiling icu_locid v1.5.0 |
728 | 2024-06-12T21:22:01.997Z | Compiling pest_meta v2.7.10 |
729 | 2024-06-12T21:22:04.944Z | Compiling pest_generator v2.7.10 |
730 | 2024-06-12T21:22:06.345Z | Compiling indexmap v2.2.6 |
731 | 2024-06-12T21:22:06.846Z | Compiling serde_tokenstream v0.2.1 |
732 | 2024-06-12T21:22:08.543Z | Compiling tokio-util v0.7.11 |
733 | 2024-06-12T21:22:09.280Z | Compiling icu_provider v1.5.0 |
734 | 2024-06-12T21:22:09.778Z | Compiling h2 v0.3.26 |
735 | 2024-06-12T21:22:11.552Z | Compiling icu_locid_transform v1.5.0 |
736 | 2024-06-12T21:22:11.687Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
737 | 2024-06-12T21:22:12.461Z | Compiling pest_derive v2.7.10 |
738 | 2024-06-12T21:22:13.375Z | Compiling icu_collections v1.5.0 |
739 | 2024-06-12T21:22:16.341Z | Compiling openssl-macros v0.1.1 |
740 | 2024-06-12T21:22:16.400Z | Compiling hyper v0.14.29 |
741 | 2024-06-12T21:22:17.519Z | Compiling icu_properties v1.5.0 |
742 | 2024-06-12T21:22:23.883Z | Compiling rustls-webpki v0.101.7 |
743 | 2024-06-12T21:22:24.246Z | Compiling sct v0.7.1 |
744 | 2024-06-12T21:22:24.730Z | Compiling regex-automata v0.4.7 |
745 | 2024-06-12T21:22:24.944Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
746 | 2024-06-12T21:22:28.256Z | Compiling icu_normalizer v1.5.0 |
747 | 2024-06-12T21:22:29.251Z | Compiling regex v1.10.5 |
748 | 2024-06-12T21:22:30.177Z | Compiling scroll_derive v0.12.0 |
749 | 2024-06-12T21:22:31.747Z | Compiling usdt-impl v0.5.0 |
750 | 2024-06-12T21:22:32.118Z | Compiling encoding_rs v0.8.34 |
751 | 2024-06-12T21:22:32.453Z | Compiling powerfmt v0.2.0 |
752 | 2024-06-12T21:22:32.956Z | Compiling num-conv v0.1.0 |
753 | 2024-06-12T21:22:33.082Z | Compiling time-core v0.1.2 |
754 | 2024-06-12T21:22:33.203Z | Compiling mime v0.3.17 |
755 | 2024-06-12T21:22:33.462Z | Compiling time-macros v0.2.18 |
756 | 2024-06-12T21:22:34.321Z | Compiling deranged v0.3.11 |
757 | 2024-06-12T21:22:34.905Z | Compiling scroll v0.12.0 |
758 | 2024-06-12T21:22:35.568Z | Compiling tokio-rustls v0.24.1 |
759 | 2024-06-12T21:22:36.539Z | Compiling idna v1.0.0 |
760 | 2024-06-12T21:22:36.704Z | Compiling tokio-native-tls v0.3.1 |
761 | 2024-06-12T21:22:37.570Z | Compiling dtrace-parser v0.2.0 |
762 | 2024-06-12T21:22:39.462Z | Compiling dof v0.3.0 |
763 | 2024-06-12T21:22:40.387Z | Compiling serde_urlencoded v0.7.1 |
764 | 2024-06-12T21:22:43.107Z | Compiling thread-id v4.2.1 |
765 | 2024-06-12T21:22:43.143Z | Compiling omicron-workspace-hack v0.1.0 |
766 | 2024-06-12T21:22:44.716Z | Compiling unicode-width v0.1.13 |
767 | 2024-06-12T21:22:44.939Z | Compiling base64 v0.21.7 |
768 | 2024-06-12T21:22:45.459Z | Compiling plain v0.2.3 |
769 | 2024-06-12T21:22:45.616Z | Compiling crossbeam-utils v0.8.20 |
770 | 2024-06-12T21:22:45.800Z | Compiling strsim v0.11.1 |
771 | 2024-06-12T21:22:46.303Z | Compiling ident_case v1.0.1 |
772 | 2024-06-12T21:22:46.331Z | Compiling rustls-pki-types v1.7.0 |
773 | 2024-06-12T21:22:46.331Z | Compiling num_threads v0.1.7 |
774 | 2024-06-12T21:22:46.574Z | Compiling darling_core v0.20.9 |
775 | 2024-06-12T21:22:46.631Z | Compiling time v0.3.36 |
776 | 2024-06-12T21:22:47.610Z | Compiling goblin v0.8.2 |
777 | 2024-06-12T21:22:50.410Z | Compiling rustls-pemfile v1.0.4 |
778 | 2024-06-12T21:22:53.305Z | Compiling getopts v0.2.21 |
779 | 2024-06-12T21:22:55.140Z | Compiling url v2.5.1 |
780 | 2024-06-12T21:22:56.457Z | Compiling hyper-tls v0.5.0 |
781 | 2024-06-12T21:22:56.858Z | Compiling hyper-rustls v0.24.2 |
782 | 2024-06-12T21:22:56.974Z | Compiling openapiv3 v2.0.0 |
783 | 2024-06-12T21:22:57.204Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#d36f65ee) |
784 | 2024-06-12T21:22:57.318Z | Compiling dirs-sys-next v0.1.2 |
785 | 2024-06-12T21:22:58.435Z | Compiling unsafe-libyaml v0.2.11 |
786 | 2024-06-12T21:22:58.537Z | Compiling pretty-hex v0.4.1 |
787 | 2024-06-12T21:22:58.762Z | Compiling ipnet v2.9.0 |
788 | 2024-06-12T21:23:00.253Z | Compiling rustversion v1.0.17 |
789 | 2024-06-12T21:23:01.095Z | Compiling paste v1.0.15 |
790 | 2024-06-12T21:23:01.168Z | Compiling webpki-roots v0.25.4 |
791 | 2024-06-12T21:23:01.310Z | Compiling rustls v0.22.4 |
792 | 2024-06-12T21:23:01.378Z | Compiling sync_wrapper v0.1.2 |
793 | 2024-06-12T21:23:01.503Z | Compiling reqwest v0.11.27 |
794 | 2024-06-12T21:23:01.615Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
795 | 2024-06-12T21:23:01.691Z | Compiling serde_yaml v0.9.34+deprecated |
796 | 2024-06-12T21:23:04.750Z | Compiling dirs-next v2.0.0 |
797 | 2024-06-12T21:23:05.900Z | Compiling darling_macro v0.20.9 |
798 | 2024-06-12T21:23:07.061Z | Compiling rustls-webpki v0.102.4 |
799 | 2024-06-12T21:23:09.250Z | Compiling crypto-common v0.1.6 |
800 | 2024-06-12T21:23:09.467Z | Compiling block-buffer v0.10.4 |
801 | 2024-06-12T21:23:09.695Z | Compiling serde_spanned v0.6.6 |
802 | 2024-06-12T21:23:09.937Z | Compiling toml_datetime v0.6.6 |
803 | 2024-06-12T21:23:10.444Z | Compiling structmeta-derive v0.3.0 |
804 | 2024-06-12T21:23:10.695Z | Compiling rand_core v0.6.4 |
805 | 2024-06-12T21:23:11.020Z | Compiling thread_local v1.1.8 |
806 | 2024-06-12T21:23:11.147Z | Compiling multer v3.1.0 |
807 | 2024-06-12T21:23:11.479Z | Compiling zeroize v1.8.1 |
808 | 2024-06-12T21:23:11.582Z | Compiling subtle v2.5.0 |
809 | 2024-06-12T21:23:11.751Z | Compiling slog-async v2.8.0 |
810 | 2024-06-12T21:23:11.820Z | Compiling camino v1.1.7 |
811 | 2024-06-12T21:23:11.853Z | Compiling winnow v0.6.13 |
812 | 2024-06-12T21:23:11.869Z | Compiling ppv-lite86 v0.2.17 |
813 | 2024-06-12T21:23:12.264Z | Compiling anyhow v1.0.86 |
814 | 2024-06-12T21:23:12.440Z | Compiling match_cfg v0.1.0 |
815 | 2024-06-12T21:23:12.532Z | Compiling hostname v0.3.1 |
816 | 2024-06-12T21:23:12.659Z | Compiling rand_chacha v0.3.1 |
817 | 2024-06-12T21:23:12.986Z | Compiling crossbeam-channel v0.5.13 |
818 | 2024-06-12T21:23:13.336Z | Compiling structmeta v0.3.0 |
819 | 2024-06-12T21:23:13.775Z | Compiling digest v0.10.7 |
820 | 2024-06-12T21:23:14.158Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
821 | 2024-06-12T21:23:14.404Z | Compiling darling v0.20.9 |
822 | 2024-06-12T21:23:14.742Z | Compiling term v0.7.0 |
823 | 2024-06-12T21:23:16.387Z | Compiling toml_edit v0.22.14 |
824 | 2024-06-12T21:23:19.658Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
825 | 2024-06-12T21:23:24.142Z | Compiling usdt-macro v0.5.0 |
826 | 2024-06-12T21:23:24.914Z | Compiling usdt-attr-macro v0.5.0 |
827 | 2024-06-12T21:23:25.531Z | Compiling slog-json v2.6.1 |
828 | 2024-06-12T21:23:26.092Z | Compiling futures-executor v0.3.30 |
829 | 2024-06-12T21:23:26.500Z | Compiling async-stream-impl v0.3.5 |
830 | 2024-06-12T21:23:27.392Z | Compiling http v1.1.0 |
831 | 2024-06-12T21:23:27.920Z | Compiling memmap v0.7.0 |
832 | 2024-06-12T21:23:28.368Z | Compiling is-terminal v0.4.12 |
833 | 2024-06-12T21:23:28.483Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
834 | 2024-06-12T21:23:28.798Z | Compiling take_mut v0.2.2 |
835 | 2024-06-12T21:23:28.946Z | Compiling cpufeatures v0.2.12 |
836 | 2024-06-12T21:23:29.029Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
837 | 2024-06-12T21:23:29.785Z | Compiling atomic-waker v1.1.2 |
838 | 2024-06-12T21:23:29.795Z | Compiling base64 v0.22.1 |
839 | 2024-06-12T21:23:30.606Z | Compiling rustls-pemfile v2.1.2 |
840 | 2024-06-12T21:23:30.947Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a2d11004) |
841 | 2024-06-12T21:23:31.151Z | Compiling waitgroup v0.1.2 |
842 | 2024-06-12T21:23:31.419Z | Compiling sha1 v0.10.6 |
843 | 2024-06-12T21:23:32.259Z | Compiling slog-term v2.9.1 |
844 | 2024-06-12T21:23:34.415Z | Compiling usdt v0.5.0 |
845 | 2024-06-12T21:23:35.294Z | Compiling async-stream v0.3.5 |
846 | 2024-06-12T21:23:35.655Z | Compiling futures v0.3.30 |
847 | 2024-06-12T21:23:35.842Z | Compiling slog-bunyan v2.5.0 |
848 | 2024-06-12T21:23:35.966Z | Compiling strum_macros v0.26.4 |
849 | 2024-06-12T21:23:36.453Z | Compiling toml v0.8.14 |
850 | 2024-06-12T21:23:36.477Z | Compiling tokio-rustls v0.25.0 |
851 | 2024-06-12T21:23:36.531Z | Compiling serde_with_macros v3.8.1 |
852 | 2024-06-12T21:23:39.499Z | Compiling parse-display-derive v0.9.1 |
853 | 2024-06-12T21:23:40.995Z | Compiling rand v0.8.5 |
854 | 2024-06-12T21:23:43.830Z | Compiling ipnetwork v0.20.0 |
855 | 2024-06-12T21:23:43.911Z | Compiling newtype-uuid v1.1.0 |
856 | 2024-06-12T21:23:44.243Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#d2c2d405) |
857 | 2024-06-12T21:23:44.705Z | Compiling hex v0.4.3 |
858 | 2024-06-12T21:23:45.024Z | Compiling serde_path_to_error v0.1.16 |
859 | 2024-06-12T21:23:45.403Z | Compiling async-trait v0.1.80 |
860 | 2024-06-12T21:23:46.104Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
861 | 2024-06-12T21:23:46.614Z | Compiling hostname v0.4.0 |
862 | 2024-06-12T21:23:46.856Z | Compiling instant v0.1.13 |
863 | 2024-06-12T21:23:46.926Z | Compiling debug-ignore v1.0.5 |
864 | 2024-06-12T21:23:47.008Z | Compiling backoff v0.4.0 |
865 | 2024-06-12T21:23:47.060Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
866 | 2024-06-12T21:23:47.271Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
867 | 2024-06-12T21:23:47.348Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#2612d220) |
868 | 2024-06-12T21:23:47.432Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
869 | 2024-06-12T21:23:47.865Z | Compiling parse-display v0.9.1 |
870 | 2024-06-12T21:23:48.888Z | Compiling strum v0.26.2 |
871 | 2024-06-12T21:23:49.071Z | Compiling serde_with v3.8.1 |
872 | 2024-06-12T21:23:50.013Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
873 | 2024-06-12T21:23:50.876Z | Compiling macaddr v1.0.1 |
874 | 2024-06-12T21:23:51.483Z | Compiling regress v0.9.1 |
875 | 2024-06-12T21:23:57.339Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
876 | 2024-06-12T21:24:06.820Z | Compiling test-project v0.1.0 (/tmp/test-project) |
877 | 2024-06-12T21:24:14.508Z | Finished `release` profile [optimized] target(s) in 2m 39s |
878 | 2024-06-12T21:24:14.562Z | process exited: duration 238367 ms, exit code 0 |
|
879 | 2024-06-12T21:24:14.569Z | found 0 output files |