|
|
|
1 | 2024-08-23T21:16:57.029Z | job assigned to worker 01J60HH9Z83TCDCMJSJAGHNXDT (queued for 1 m 1 s) |
|
2 | 2024-08-23T21:17:03.800Z | starting task 0: "setup" |
3 | 2024-08-23T21:17:03.808Z | ++ uname -s |
4 | 2024-08-23T21:17:03.810Z | + kern=SunOS |
5 | 2024-08-23T21:17:03.810Z | + case "$kern" in |
6 | 2024-08-23T21:17:03.810Z | + groupadd -g 12345 build |
7 | 2024-08-23T21:17:03.813Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-23T21:17:05.823Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-23T21:17:05.925Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-23T21:17:05.927Z | + home_fs=zfs |
11 | 2024-08-23T21:17:05.927Z | + [[ zfs == autofs ]] |
12 | 2024-08-23T21:17:05.927Z | + mkdir -p /home/build |
13 | 2024-08-23T21:17:05.930Z | + chown build:build /home/build /work |
14 | 2024-08-23T21:17:07.931Z | + chmod 0700 /home/build /work |
15 | 2024-08-23T21:17:07.934Z | process exited: duration 4135 ms, exit code 0 |
|
16 | 2024-08-23T21:17:07.938Z | starting task 1: "rust-toolchain" |
17 | 2024-08-23T21:17:07.944Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-23T21:17:07.944Z | ' 1.80.1 |
19 | 2024-08-23T21:17:07.944Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-23T21:17:07.944Z | ' default |
21 | 2024-08-23T21:17:07.946Z | * toolchain channel = "1.80.1" |
22 | 2024-08-23T21:17:07.946Z | * toolchain profile = "default" |
23 | 2024-08-23T21:17:07.946Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-23T21:17:07.946Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-23T21:17:08.251Z | info: downloading installer |
26 | 2024-08-23T21:17:09.423Z | info: profile set to 'default' |
27 | 2024-08-23T21:17:09.423Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-23T21:17:09.426Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-23T21:17:09.569Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-23T21:17:09.569Z | info: downloading component 'cargo' |
31 | 2024-08-23T21:17:10.377Z | info: downloading component 'clippy' |
32 | 2024-08-23T21:17:10.664Z | info: downloading component 'rust-docs' |
33 | 2024-08-23T21:17:11.789Z | info: downloading component 'rust-std' |
34 | 2024-08-23T21:17:13.372Z | info: downloading component 'rustc' |
35 | 2024-08-23T21:17:17.781Z | info: downloading component 'rustfmt' |
36 | 2024-08-23T21:17:18.018Z | info: installing component 'cargo' |
37 | 2024-08-23T21:17:18.819Z | info: installing component 'clippy' |
38 | 2024-08-23T21:17:19.181Z | info: installing component 'rust-docs' |
39 | 2024-08-23T21:17:20.815Z | info: installing component 'rust-std' |
40 | 2024-08-23T21:17:22.429Z | info: installing component 'rustc' |
41 | 2024-08-23T21:17:26.530Z | info: installing component 'rustfmt' |
42 | 2024-08-23T21:17:26.906Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-23T21:17:26.906Z | |
44 | 2024-08-23T21:17:27.191Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-23T21:17:27.191Z | |
46 | 2024-08-23T21:17:27.191Z | |
47 | 2024-08-23T21:17:27.191Z | Rust is installed now. Great! |
48 | 2024-08-23T21:17:27.191Z | |
49 | 2024-08-23T21:17:27.191Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-23T21:17:27.193Z | environment variable. This has not been done automatically. |
51 | 2024-08-23T21:17:27.194Z | |
52 | 2024-08-23T21:17:27.194Z | To configure your current shell, you need to source |
53 | 2024-08-23T21:17:27.194Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-23T21:17:27.194Z | |
55 | 2024-08-23T21:17:27.194Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-23T21:17:27.194Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-23T21:17:27.194Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-23T21:17:27.237Z | + rustc --version |
59 | 2024-08-23T21:17:27.298Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-23T21:17:27.301Z | process exited: duration 19358 ms, exit code 0 |
|
61 | 2024-08-23T21:17:27.306Z | starting task 2: "authentication" |
62 | 2024-08-23T21:17:27.325Z | process exited: duration 18 ms, exit code 0 |
|
63 | 2024-08-23T21:17:27.329Z | starting task 3: "clone repository" |
64 | 2024-08-23T21:17:27.334Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-23T21:17:27.338Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-23T21:17:27.369Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-23T21:17:33.348Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-23T21:17:33.348Z | + git fetch origin d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
69 | 2024-08-23T21:17:33.626Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-23T21:17:33.626Z | * branch d3979fdffd27c7724fd8b17f7d00e801b0ed65de -> FETCH_HEAD |
71 | 2024-08-23T21:17:33.634Z | + [[ -n eliza/s/celcius/celsius ]] |
72 | 2024-08-23T21:17:33.637Z | ++ git branch --show-current |
73 | 2024-08-23T21:17:33.640Z | + current=main |
74 | 2024-08-23T21:17:33.640Z | + [[ main != eliza/s/celcius/celsius ]] |
75 | 2024-08-23T21:17:33.640Z | + git branch -f eliza/s/celcius/celsius d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
76 | 2024-08-23T21:17:33.642Z | + git checkout -f eliza/s/celcius/celsius |
77 | 2024-08-23T21:17:33.788Z | Switched to branch 'eliza/s/celcius/celsius' |
78 | 2024-08-23T21:17:33.790Z | + git reset --hard d3979fdffd27c7724fd8b17f7d00e801b0ed65de |
79 | 2024-08-23T21:17:33.800Z | HEAD is now at d3979fdff [oximeter] spell "Celsius" correctly |
80 | 2024-08-23T21:17:33.802Z | process exited: duration 6470 ms, exit code 0 |
|
81 | 2024-08-23T21:17:33.807Z | starting task 4: "build" |
82 | 2024-08-23T21:17:33.814Z | + cargo --version |
83 | 2024-08-23T21:17:33.864Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-23T21:17:33.867Z | + rustc --version |
85 | 2024-08-23T21:17:33.921Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-23T21:17:33.923Z | + cd /tmp |
87 | 2024-08-23T21:17:33.923Z | + cargo new --lib test-project |
88 | 2024-08-23T21:17:33.975Z | Creating library `test-project` package |
89 | 2024-08-23T21:17:34.047Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-23T21:17:34.050Z | + cd test-project |
91 | 2024-08-23T21:17:34.050Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-23T21:17:34.103Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-23T21:17:34.103Z | Features: |
94 | 2024-08-23T21:17:34.103Z | - proptest |
95 | 2024-08-23T21:17:34.105Z | - test-strategy |
96 | 2024-08-23T21:17:34.105Z | - testing |
97 | 2024-08-23T21:17:34.106Z | Updating crates.io index |
98 | 2024-08-23T21:17:34.162Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-23T21:17:35.058Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-23T21:17:35.788Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-23T21:17:36.217Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-23T21:17:37.883Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-23T21:17:38.209Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-23T21:17:38.591Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-23T21:17:42.085Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-23T21:17:42.086Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-23T21:17:42.088Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-23T21:17:42.088Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-23T21:17:42.088Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-23T21:17:42.088Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-23T21:17:42.088Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-23T21:17:42.088Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-23T21:17:42.091Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-23T21:17:42.091Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-23T21:17:42.091Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-23T21:17:42.091Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-23T21:17:42.091Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-23T21:17:42.091Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-23T21:17:42.091Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-23T21:17:42.091Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-23T21:17:42.091Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-23T21:17:42.091Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-23T21:17:42.091Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-23T21:17:42.093Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-23T21:17:42.093Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-23T21:17:42.093Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-23T21:17:42.095Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-23T21:17:42.095Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-23T21:17:42.099Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-23T21:17:42.099Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-23T21:17:42.102Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-23T21:17:42.102Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-23T21:17:42.104Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-23T21:17:42.104Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-08-23T21:17:42.104Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-23T21:17:42.104Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-23T21:17:42.107Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-23T21:17:42.107Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-23T21:17:42.107Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-23T21:17:42.109Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-23T21:17:42.109Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-23T21:17:42.109Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-23T21:17:42.109Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-23T21:17:42.110Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-23T21:17:42.110Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-23T21:17:42.110Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-23T21:17:42.110Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-23T21:17:42.110Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-23T21:17:42.110Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-23T21:17:42.110Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-23T21:17:42.110Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-23T21:17:42.110Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-23T21:17:42.110Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-23T21:17:42.176Z | + cargo check |
155 | 2024-08-23T21:17:42.412Z | Downloading crates ... |
156 | 2024-08-23T21:17:42.481Z | Downloaded dtrace-parser v0.2.0 |
157 | 2024-08-23T21:17:42.494Z | Downloaded foreign-types v0.3.2 |
158 | 2024-08-23T21:17:42.497Z | Downloaded waitgroup v0.1.2 |
159 | 2024-08-23T21:17:42.499Z | Downloaded usdt-macro v0.5.0 |
160 | 2024-08-23T21:17:42.502Z | Downloaded openssl-macros v0.1.1 |
161 | 2024-08-23T21:17:42.504Z | Downloaded omicron-workspace-hack v0.1.0 |
162 | 2024-08-23T21:17:42.508Z | Downloaded dof v0.3.0 |
163 | 2024-08-23T21:17:42.510Z | Downloaded scroll_derive v0.12.0 |
164 | 2024-08-23T21:17:42.510Z | Downloaded crypto-common v0.1.6 |
165 | 2024-08-23T21:17:42.512Z | Downloaded block-buffer v0.10.4 |
166 | 2024-08-23T21:17:42.516Z | Downloaded newtype-uuid v1.1.0 |
167 | 2024-08-23T21:17:42.520Z | Downloaded dirs-sys-next v0.1.2 |
168 | 2024-08-23T21:17:42.520Z | Downloaded digest v0.10.7 |
169 | 2024-08-23T21:17:42.523Z | Downloaded atomic-waker v1.1.2 |
170 | 2024-08-23T21:17:42.523Z | Downloaded pretty-hex v0.4.1 |
171 | 2024-08-23T21:17:42.523Z | Downloaded form_urlencoded v1.2.1 |
172 | 2024-08-23T21:17:42.525Z | Downloaded usdt-attr-macro v0.5.0 |
173 | 2024-08-23T21:17:42.525Z | Downloaded is-terminal v0.4.13 |
174 | 2024-08-23T21:17:42.527Z | Downloaded usdt v0.5.0 |
175 | 2024-08-23T21:17:42.527Z | Downloaded paste v1.0.15 |
176 | 2024-08-23T21:17:42.529Z | Downloaded unicode-ident v1.0.12 |
177 | 2024-08-23T21:17:42.532Z | Downloaded take_mut v0.2.2 |
178 | 2024-08-23T21:17:42.534Z | Downloaded rustls-pemfile v1.0.4 |
179 | 2024-08-23T21:17:42.536Z | Downloaded want v0.3.1 |
180 | 2024-08-23T21:17:42.536Z | Downloaded shlex v1.3.0 |
181 | 2024-08-23T21:17:42.539Z | Downloaded futures-sink v0.3.30 |
182 | 2024-08-23T21:17:42.539Z | Downloaded futures-core v0.3.30 |
183 | 2024-08-23T21:17:42.541Z | Downloaded heck v0.5.0 |
184 | 2024-08-23T21:17:42.541Z | Downloaded async-stream-impl v0.3.5 |
185 | 2024-08-23T21:17:42.541Z | Downloaded rand_chacha v0.3.1 |
186 | 2024-08-23T21:17:42.543Z | Downloaded serde_urlencoded v0.7.1 |
187 | 2024-08-23T21:17:42.546Z | Downloaded powerfmt v0.2.0 |
188 | 2024-08-23T21:17:42.546Z | Downloaded anyhow v1.0.86 |
189 | 2024-08-23T21:17:42.549Z | Downloaded rustversion v1.0.17 |
190 | 2024-08-23T21:17:42.552Z | Downloaded serde_spanned v0.6.7 |
191 | 2024-08-23T21:17:42.554Z | Downloaded percent-encoding v2.3.1 |
192 | 2024-08-23T21:17:42.556Z | Downloaded slog-json v2.6.1 |
193 | 2024-08-23T21:17:42.556Z | Downloaded sha1 v0.10.6 |
194 | 2024-08-23T21:17:42.558Z | Downloaded thiserror v1.0.63 |
195 | 2024-08-23T21:17:42.561Z | Downloaded structmeta-derive v0.3.0 |
196 | 2024-08-23T21:17:42.564Z | Downloaded num_threads v0.1.7 |
197 | 2024-08-23T21:17:42.566Z | Downloaded ident_case v1.0.1 |
198 | 2024-08-23T21:17:42.566Z | Downloaded num-conv v0.1.0 |
199 | 2024-08-23T21:17:42.566Z | Downloaded match_cfg v0.1.0 |
200 | 2024-08-23T21:17:42.566Z | Downloaded strsim v0.11.1 |
201 | 2024-08-23T21:17:42.569Z | Downloaded pkg-config v0.3.30 |
202 | 2024-08-23T21:17:42.569Z | Downloaded equivalent v1.0.1 |
203 | 2024-08-23T21:17:42.571Z | Downloaded darling_macro v0.20.10 |
204 | 2024-08-23T21:17:42.571Z | Downloaded cfg-if v1.0.0 |
205 | 2024-08-23T21:17:42.573Z | Downloaded macaddr v1.0.1 |
206 | 2024-08-23T21:17:42.573Z | Downloaded lock_api v0.4.12 |
207 | 2024-08-23T21:17:42.575Z | Downloaded getrandom v0.2.15 |
208 | 2024-08-23T21:17:42.577Z | Downloaded sync_wrapper v0.1.2 |
209 | 2024-08-23T21:17:42.579Z | Downloaded scopeguard v1.2.0 |
210 | 2024-08-23T21:17:42.579Z | Downloaded parse-display-derive v0.10.0 |
211 | 2024-08-23T21:17:42.582Z | Downloaded iana-time-zone v0.1.60 |
212 | 2024-08-23T21:17:42.584Z | Downloaded slog-async v2.8.0 |
213 | 2024-08-23T21:17:42.584Z | Downloaded slab v0.4.9 |
214 | 2024-08-23T21:17:42.587Z | Downloaded quote v1.0.37 |
215 | 2024-08-23T21:17:42.589Z | Downloaded httparse v1.9.4 |
216 | 2024-08-23T21:17:42.592Z | Downloaded smallvec v1.13.2 |
217 | 2024-08-23T21:17:42.594Z | Downloaded strum_macros v0.26.4 |
218 | 2024-08-23T21:17:42.594Z | Downloaded serde_with_macros v3.9.0 |
219 | 2024-08-23T21:17:42.596Z | Downloaded dirs-next v2.0.0 |
220 | 2024-08-23T21:17:42.598Z | Downloaded deranged v0.3.11 |
221 | 2024-08-23T21:17:42.598Z | Downloaded pin-project-lite v0.2.14 |
222 | 2024-08-23T21:17:42.602Z | Downloaded dyn-clone v1.0.17 |
223 | 2024-08-23T21:17:42.605Z | Downloaded zerocopy-derive v0.7.35 |
224 | 2024-08-23T21:17:42.607Z | Downloaded tower-service v0.3.3 |
225 | 2024-08-23T21:17:42.610Z | Downloaded foreign-types-shared v0.1.1 |
226 | 2024-08-23T21:17:42.610Z | Downloaded rand_core v0.6.4 |
227 | 2024-08-23T21:17:42.612Z | Downloaded pest_generator v2.7.11 |
228 | 2024-08-23T21:17:42.612Z | Downloaded pin-utils v0.1.0 |
229 | 2024-08-23T21:17:42.615Z | Downloaded async-stream v0.3.5 |
230 | 2024-08-23T21:17:42.615Z | Downloaded openssl-probe v0.1.5 |
231 | 2024-08-23T21:17:42.617Z | Downloaded ppv-lite86 v0.2.20 |
232 | 2024-08-23T21:17:42.617Z | Downloaded signal-hook-registry v1.4.2 |
233 | 2024-08-23T21:17:42.619Z | Downloaded plain v0.2.3 |
234 | 2024-08-23T21:17:42.619Z | Downloaded httpdate v1.0.3 |
235 | 2024-08-23T21:17:42.623Z | Downloaded generic-array v0.14.7 |
236 | 2024-08-23T21:17:42.623Z | Downloaded memmap v0.7.0 |
237 | 2024-08-23T21:17:42.625Z | Downloaded tinyvec_macros v0.1.1 |
238 | 2024-08-23T21:17:42.625Z | Downloaded serde_tokenstream v0.2.2 |
239 | 2024-08-23T21:17:42.625Z | Downloaded time-core v0.1.2 |
240 | 2024-08-23T21:17:42.627Z | Downloaded subtle v2.6.1 |
241 | 2024-08-23T21:17:42.627Z | Downloaded structmeta v0.3.0 |
242 | 2024-08-23T21:17:42.629Z | Downloaded usdt-impl v0.5.0 |
243 | 2024-08-23T21:17:42.629Z | Downloaded mime v0.3.17 |
244 | 2024-08-23T21:17:42.632Z | Downloaded serde_derive v1.0.208 |
245 | 2024-08-23T21:17:42.634Z | Downloaded multer v3.1.0 |
246 | 2024-08-23T21:17:42.636Z | Downloaded itoa v1.0.11 |
247 | 2024-08-23T21:17:42.636Z | Downloaded ipnetwork v0.20.0 |
248 | 2024-08-23T21:17:42.638Z | Downloaded parking_lot_core v0.9.10 |
249 | 2024-08-23T21:17:42.640Z | Downloaded ipnet v2.9.0 |
250 | 2024-08-23T21:17:42.643Z | Downloaded hostname v0.4.0 |
251 | 2024-08-23T21:17:42.643Z | Downloaded futures-task v0.3.30 |
252 | 2024-08-23T21:17:42.645Z | Downloaded toml_datetime v0.6.8 |
253 | 2024-08-23T21:17:42.648Z | Downloaded tokio-native-tls v0.3.1 |
254 | 2024-08-23T21:17:42.648Z | Downloaded darling_core v0.20.10 |
255 | 2024-08-23T21:17:42.651Z | Downloaded num-traits v0.2.19 |
256 | 2024-08-23T21:17:42.653Z | Downloaded thread_local v1.1.8 |
257 | 2024-08-23T21:17:42.655Z | Downloaded tokio-macros v2.4.0 |
258 | 2024-08-23T21:17:42.657Z | Downloaded serde_derive_internals v0.29.1 |
259 | 2024-08-23T21:17:42.657Z | Downloaded sct v0.7.1 |
260 | 2024-08-23T21:17:42.660Z | Downloaded sha2 v0.10.8 |
261 | 2024-08-23T21:17:42.662Z | Downloaded term v0.7.0 |
262 | 2024-08-23T21:17:42.665Z | Downloaded spin v0.9.8 |
263 | 2024-08-23T21:17:42.667Z | Downloaded futures-executor v0.3.30 |
264 | 2024-08-23T21:17:42.669Z | Downloaded schemars v0.8.21 |
265 | 2024-08-23T21:17:42.679Z | Downloaded time-macros v0.2.18 |
266 | 2024-08-23T21:17:42.681Z | Downloaded pest_meta v2.7.11 |
267 | 2024-08-23T21:17:42.684Z | Downloaded tokio-rustls v0.25.0 |
268 | 2024-08-23T21:17:42.686Z | Downloaded unicode-bidi v0.3.15 |
269 | 2024-08-23T21:17:42.688Z | Downloaded native-tls v0.2.12 |
270 | 2024-08-23T21:17:42.690Z | Downloaded socket2 v0.5.7 |
271 | 2024-08-23T21:17:42.692Z | Downloaded slog v2.7.0 |
272 | 2024-08-23T21:17:42.694Z | Downloaded cc v1.1.14 |
273 | 2024-08-23T21:17:42.696Z | Downloaded base64 v0.21.7 |
274 | 2024-08-23T21:17:42.701Z | Downloaded ryu v1.0.18 |
275 | 2024-08-23T21:17:42.703Z | Downloaded uuid v1.10.0 |
276 | 2024-08-23T21:17:42.706Z | Downloaded proc-macro2 v1.0.86 |
277 | 2024-08-23T21:17:42.708Z | Downloaded indexmap v1.9.3 |
278 | 2024-08-23T21:17:42.711Z | Downloaded serde_yaml v0.9.34+deprecated |
279 | 2024-08-23T21:17:42.714Z | Downloaded once_cell v1.19.0 |
280 | 2024-08-23T21:17:42.716Z | Downloaded tokio-rustls v0.24.1 |
281 | 2024-08-23T21:17:42.719Z | Downloaded log v0.4.22 |
282 | 2024-08-23T21:17:42.721Z | Downloaded serde v1.0.208 |
283 | 2024-08-23T21:17:42.724Z | Downloaded url v2.5.2 |
284 | 2024-08-23T21:17:42.727Z | Downloaded openssl-sys v0.9.103 |
285 | 2024-08-23T21:17:42.731Z | Downloaded base64 v0.22.1 |
286 | 2024-08-23T21:17:42.735Z | Downloaded typenum v1.17.0 |
287 | 2024-08-23T21:17:42.737Z | Downloaded crossbeam-channel v0.5.13 |
288 | 2024-08-23T21:17:42.741Z | Downloaded http v0.2.12 |
289 | 2024-08-23T21:17:42.745Z | Downloaded ucd-trie v0.1.6 |
290 | 2024-08-23T21:17:42.747Z | Downloaded tinyvec v1.8.0 |
291 | 2024-08-23T21:17:42.749Z | Downloaded memchr v2.7.4 |
292 | 2024-08-23T21:17:42.754Z | Downloaded unicode-normalization v0.1.23 |
293 | 2024-08-23T21:17:42.757Z | Downloaded allocator-api2 v0.2.18 |
294 | 2024-08-23T21:17:42.760Z | Downloaded rand v0.8.5 |
295 | 2024-08-23T21:17:42.763Z | Downloaded bitflags v2.6.0 |
296 | 2024-08-23T21:17:42.766Z | Downloaded indexmap v2.4.0 |
297 | 2024-08-23T21:17:42.770Z | Downloaded toml_edit v0.22.20 |
298 | 2024-08-23T21:17:42.791Z | Downloaded tracing-core v0.1.32 |
299 | 2024-08-23T21:17:42.793Z | Downloaded serde_json v1.0.127 |
300 | 2024-08-23T21:17:42.799Z | Downloaded mio v1.0.2 |
301 | 2024-08-23T21:17:42.805Z | Downloaded tokio-util v0.7.11 |
302 | 2024-08-23T21:17:42.810Z | Downloaded pest v2.7.11 |
303 | 2024-08-23T21:17:42.815Z | Downloaded time v0.3.36 |
304 | 2024-08-23T21:17:42.821Z | Downloaded aho-corasick v1.1.3 |
305 | 2024-08-23T21:17:42.827Z | Downloaded rustls-webpki v0.101.7 |
306 | 2024-08-23T21:17:42.840Z | Downloaded hashbrown v0.14.5 |
307 | 2024-08-23T21:17:42.848Z | Downloaded serde_with v3.9.0 |
308 | 2024-08-23T21:17:42.861Z | Downloaded vcpkg v0.2.15 |
309 | 2024-08-23T21:17:42.900Z | Downloaded rustls-webpki v0.102.6 |
310 | 2024-08-23T21:17:42.918Z | Downloaded syn v2.0.75 |
311 | 2024-08-23T21:17:42.929Z | Downloaded rustls v0.21.12 |
312 | 2024-08-23T21:17:42.941Z | Downloaded regex-syntax v0.8.4 |
313 | 2024-08-23T21:17:42.949Z | Downloaded rustls v0.22.4 |
314 | 2024-08-23T21:17:42.963Z | Downloaded regress v0.10.0 |
315 | 2024-08-23T21:17:42.972Z | Downloaded regress v0.9.1 |
316 | 2024-08-23T21:17:42.980Z | Downloaded openapiv3 v2.0.0 |
317 | 2024-08-23T21:17:42.993Z | Downloaded regex-automata v0.4.7 |
318 | 2024-08-23T21:17:43.010Z | Downloaded regex v1.10.6 |
319 | 2024-08-23T21:17:43.023Z | Downloaded libc v0.2.158 |
320 | 2024-08-23T21:17:43.049Z | Downloaded tokio v1.39.3 |
321 | 2024-08-23T21:17:43.086Z | Downloaded openssl v0.10.66 |
322 | 2024-08-23T21:17:43.096Z | Downloaded idna v0.5.0 |
323 | 2024-08-23T21:17:43.103Z | Downloaded encoding_rs v0.8.34 |
324 | 2024-08-23T21:17:43.123Z | Downloaded webpki-roots v0.25.4 |
325 | 2024-08-23T21:17:43.127Z | Downloaded goblin v0.8.2 |
326 | 2024-08-23T21:17:43.133Z | Downloaded chrono v0.4.38 |
327 | 2024-08-23T21:17:43.139Z | Downloaded hyper v0.14.30 |
328 | 2024-08-23T21:17:43.146Z | Downloaded winnow v0.6.18 |
329 | 2024-08-23T21:17:43.155Z | Downloaded h2 v0.3.26 |
330 | 2024-08-23T21:17:43.161Z | Downloaded reqwest v0.11.27 |
331 | 2024-08-23T21:17:43.169Z | Downloaded futures-util v0.3.30 |
332 | 2024-08-23T21:17:43.181Z | Downloaded zerocopy v0.7.35 |
333 | 2024-08-23T21:17:43.196Z | Downloaded hashbrown v0.12.3 |
334 | 2024-08-23T21:17:43.201Z | Downloaded tracing v0.1.40 |
335 | 2024-08-23T21:17:43.205Z | Downloaded toml v0.8.19 |
336 | 2024-08-23T21:17:43.208Z | Downloaded http v1.1.0 |
337 | 2024-08-23T21:17:43.212Z | Downloaded futures v0.3.30 |
338 | 2024-08-23T21:17:43.216Z | Downloaded crossbeam-utils v0.8.20 |
339 | 2024-08-23T21:17:43.218Z | Downloaded unsafe-libyaml v0.2.11 |
340 | 2024-08-23T21:17:43.221Z | Downloaded hyper-rustls v0.24.2 |
341 | 2024-08-23T21:17:43.224Z | Downloaded slog-term v2.9.1 |
342 | 2024-08-23T21:17:43.227Z | Downloaded darling v0.20.10 |
343 | 2024-08-23T21:17:43.231Z | Downloaded camino v1.1.9 |
344 | 2024-08-23T21:17:43.233Z | Downloaded serde_path_to_error v0.1.16 |
345 | 2024-08-23T21:17:43.233Z | Downloaded scroll v0.12.0 |
346 | 2024-08-23T21:17:43.236Z | Downloaded schemars_derive v0.8.21 |
347 | 2024-08-23T21:17:43.236Z | Downloaded ring v0.17.8 |
348 | 2024-08-23T21:17:43.298Z | Downloaded rustls-pemfile v2.1.3 |
349 | 2024-08-23T21:17:43.300Z | Downloaded bytes v1.7.1 |
350 | 2024-08-23T21:17:43.303Z | Downloaded thread-id v4.2.2 |
351 | 2024-08-23T21:17:43.306Z | Downloaded thiserror-impl v1.0.63 |
352 | 2024-08-23T21:17:43.306Z | Downloaded backoff v0.4.0 |
353 | 2024-08-23T21:17:43.309Z | Downloaded async-trait v0.1.81 |
354 | 2024-08-23T21:17:43.311Z | Downloaded instant v0.1.13 |
355 | 2024-08-23T21:17:43.311Z | Downloaded futures-channel v0.3.30 |
356 | 2024-08-23T21:17:43.313Z | Downloaded ahash v0.8.11 |
357 | 2024-08-23T21:17:43.316Z | Downloaded slog-bunyan v2.5.0 |
358 | 2024-08-23T21:17:43.316Z | Downloaded futures-macro v0.3.30 |
359 | 2024-08-23T21:17:43.318Z | Downloaded http-body v0.4.6 |
360 | 2024-08-23T21:17:43.318Z | Downloaded hex v0.4.3 |
361 | 2024-08-23T21:17:43.320Z | Downloaded try-lock v0.2.5 |
362 | 2024-08-23T21:17:43.320Z | Downloaded cpufeatures v0.2.13 |
363 | 2024-08-23T21:17:43.320Z | Downloaded byteorder v1.5.0 |
364 | 2024-08-23T21:17:43.322Z | Downloaded rustls-pki-types v1.8.0 |
365 | 2024-08-23T21:17:43.325Z | Downloaded pest_derive v2.7.11 |
366 | 2024-08-23T21:17:43.327Z | Downloaded autocfg v1.3.0 |
367 | 2024-08-23T21:17:43.327Z | Downloaded semver v1.0.23 |
368 | 2024-08-23T21:17:43.329Z | Downloaded version_check v0.9.5 |
369 | 2024-08-23T21:17:43.329Z | Downloaded strum v0.26.3 |
370 | 2024-08-23T21:17:43.332Z | Downloaded fnv v1.0.7 |
371 | 2024-08-23T21:17:43.332Z | Downloaded parse-display v0.10.0 |
372 | 2024-08-23T21:17:43.332Z | Downloaded zeroize v1.8.1 |
373 | 2024-08-23T21:17:43.334Z | Downloaded untrusted v0.9.0 |
374 | 2024-08-23T21:17:43.334Z | Downloaded parking_lot v0.12.3 |
375 | 2024-08-23T21:17:43.336Z | Downloaded futures-io v0.3.30 |
376 | 2024-08-23T21:17:43.336Z | Downloaded hyper-tls v0.5.0 |
377 | 2024-08-23T21:17:43.339Z | Downloaded hostname v0.3.1 |
378 | 2024-08-23T21:17:43.339Z | Downloaded debug-ignore v1.0.5 |
379 | 2024-08-23T21:17:43.455Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-23T21:17:43.455Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-23T21:17:43.458Z | Compiling libc v0.2.158 |
382 | 2024-08-23T21:17:43.458Z | Checking cfg-if v1.0.0 |
383 | 2024-08-23T21:17:43.458Z | Compiling version_check v0.9.5 |
384 | 2024-08-23T21:17:43.458Z | Compiling autocfg v1.3.0 |
385 | 2024-08-23T21:17:43.468Z | Compiling serde v1.0.208 |
386 | 2024-08-23T21:17:43.470Z | Checking memchr v2.7.4 |
387 | 2024-08-23T21:17:43.548Z | Compiling serde_json v1.0.127 |
388 | 2024-08-23T21:17:43.649Z | Checking itoa v1.0.11 |
389 | 2024-08-23T21:17:43.955Z | Compiling thiserror v1.0.63 |
390 | 2024-08-23T21:17:44.022Z | Compiling shlex v1.3.0 |
391 | 2024-08-23T21:17:44.092Z | Compiling ahash v0.8.11 |
392 | 2024-08-23T21:17:44.205Z | Checking byteorder v1.5.0 |
393 | 2024-08-23T21:17:44.339Z | Checking once_cell v1.19.0 |
394 | 2024-08-23T21:17:44.356Z | Compiling cc v1.1.14 |
395 | 2024-08-23T21:17:44.595Z | Compiling num-traits v0.2.19 |
396 | 2024-08-23T21:17:44.602Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-23T21:17:44.851Z | Checking getrandom v0.2.15 |
398 | 2024-08-23T21:17:44.894Z | Checking ryu v1.0.18 |
399 | 2024-08-23T21:17:44.911Z | Compiling quote v1.0.37 |
400 | 2024-08-23T21:17:45.085Z | Checking log v0.4.22 |
401 | 2024-08-23T21:17:45.136Z | Checking bytes v1.7.1 |
402 | 2024-08-23T21:17:45.321Z | Compiling syn v2.0.75 |
403 | 2024-08-23T21:17:45.332Z | Checking allocator-api2 v0.2.18 |
404 | 2024-08-23T21:17:45.354Z | Compiling lock_api v0.4.12 |
405 | 2024-08-23T21:17:45.518Z | Compiling parking_lot_core v0.9.10 |
406 | 2024-08-23T21:17:45.537Z | Compiling schemars v0.8.21 |
407 | 2024-08-23T21:17:45.631Z | Checking scopeguard v1.2.0 |
408 | 2024-08-23T21:17:45.764Z | Checking futures-core v0.3.30 |
409 | 2024-08-23T21:17:45.791Z | Checking smallvec v1.13.2 |
410 | 2024-08-23T21:17:45.895Z | Checking socket2 v0.5.7 |
411 | 2024-08-23T21:17:45.921Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-08-23T21:17:45.944Z | Checking mio v1.0.2 |
413 | 2024-08-23T21:17:45.956Z | Compiling slab v0.4.9 |
414 | 2024-08-23T21:17:46.152Z | Checking futures-sink v0.3.30 |
415 | 2024-08-23T21:17:46.285Z | Checking spin v0.9.8 |
416 | 2024-08-23T21:17:46.341Z | Checking fnv v1.0.7 |
417 | 2024-08-23T21:17:46.349Z | Checking equivalent v1.0.1 |
418 | 2024-08-23T21:17:46.410Z | Checking untrusted v0.9.0 |
419 | 2024-08-23T21:17:46.458Z | Checking parking_lot v0.12.3 |
420 | 2024-08-23T21:17:46.468Z | Checking futures-channel v0.3.30 |
421 | 2024-08-23T21:17:46.482Z | Compiling pkg-config v0.3.30 |
422 | 2024-08-23T21:17:46.546Z | Compiling semver v1.0.23 |
423 | 2024-08-23T21:17:46.683Z | Compiling heck v0.5.0 |
424 | 2024-08-23T21:17:46.777Z | Compiling vcpkg v0.2.15 |
425 | 2024-08-23T21:17:46.803Z | Checking futures-io v0.3.30 |
426 | 2024-08-23T21:17:46.967Z | Checking pin-utils v0.1.0 |
427 | 2024-08-23T21:17:47.039Z | Checking futures-task v0.3.30 |
428 | 2024-08-23T21:17:47.093Z | Compiling ucd-trie v0.1.6 |
429 | 2024-08-23T21:17:47.176Z | Checking iana-time-zone v0.1.60 |
430 | 2024-08-23T21:17:47.265Z | Checking http v0.2.12 |
431 | 2024-08-23T21:17:47.296Z | Compiling ring v0.17.8 |
432 | 2024-08-23T21:17:47.569Z | Compiling httparse v1.9.4 |
433 | 2024-08-23T21:17:47.670Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-23T21:17:48.376Z | Checking tracing-core v0.1.32 |
435 | 2024-08-23T21:17:48.487Z | Compiling openssl-sys v0.9.103 |
436 | 2024-08-23T21:17:48.618Z | Compiling uuid v1.10.0 |
437 | 2024-08-23T21:17:49.014Z | Checking tracing v0.1.40 |
438 | 2024-08-23T21:17:49.105Z | Compiling chrono v0.4.38 |
439 | 2024-08-23T21:17:49.167Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-23T21:17:49.232Z | Compiling slog v2.7.0 |
441 | 2024-08-23T21:17:49.243Z | Checking try-lock v0.2.5 |
442 | 2024-08-23T21:17:49.295Z | Compiling openssl v0.10.66 |
443 | 2024-08-23T21:17:49.351Z | Checking want v0.3.1 |
444 | 2024-08-23T21:17:49.494Z | Checking foreign-types v0.3.2 |
445 | 2024-08-23T21:17:49.563Z | Checking http-body v0.4.6 |
446 | 2024-08-23T21:17:49.733Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-23T21:17:49.759Z | Checking httpdate v1.0.3 |
448 | 2024-08-23T21:17:49.911Z | Checking tower-service v0.3.3 |
449 | 2024-08-23T21:17:49.983Z | Compiling regex-syntax v0.8.4 |
450 | 2024-08-23T21:17:50.010Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-08-23T21:17:50.079Z | Checking bitflags v2.6.0 |
452 | 2024-08-23T21:17:50.306Z | Compiling typenum v1.17.0 |
453 | 2024-08-23T21:17:50.709Z | Compiling rustls v0.21.12 |
454 | 2024-08-23T21:17:51.015Z | Checking percent-encoding v2.3.1 |
455 | 2024-08-23T21:17:51.098Z | Compiling native-tls v0.2.12 |
456 | 2024-08-23T21:17:51.193Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-23T21:17:51.308Z | Checking tinyvec v1.8.0 |
458 | 2024-08-23T21:17:51.481Z | Compiling generic-array v0.14.7 |
459 | 2024-08-23T21:17:51.798Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-23T21:17:52.583Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-08-23T21:17:53.121Z | Checking unicode-normalization v0.1.23 |
462 | 2024-08-23T21:17:53.202Z | Checking sct v0.7.1 |
463 | 2024-08-23T21:17:53.381Z | Compiling regex-automata v0.4.7 |
464 | 2024-08-23T21:17:53.544Z | Checking rustls-webpki v0.101.7 |
465 | 2024-08-23T21:17:54.095Z | Compiling usdt-impl v0.5.0 |
466 | 2024-08-23T21:17:54.454Z | Checking encoding_rs v0.8.34 |
467 | 2024-08-23T21:17:54.538Z | Compiling time-core v0.1.2 |
468 | 2024-08-23T21:17:54.682Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-23T21:17:54.759Z | Checking powerfmt v0.2.0 |
470 | 2024-08-23T21:17:54.795Z | Checking mime v0.3.17 |
471 | 2024-08-23T21:17:55.108Z | Compiling num-conv v0.1.0 |
472 | 2024-08-23T21:17:55.282Z | Checking idna v0.5.0 |
473 | 2024-08-23T21:17:55.375Z | Compiling time-macros v0.2.18 |
474 | 2024-08-23T21:17:55.598Z | Checking deranged v0.3.11 |
475 | 2024-08-23T21:17:56.090Z | Compiling thread-id v4.2.2 |
476 | 2024-08-23T21:17:57.357Z | Compiling regex v1.10.6 |
477 | 2024-08-23T21:17:57.428Z | Compiling crossbeam-utils v0.8.20 |
478 | 2024-08-23T21:17:57.662Z | Compiling serde_derive v1.0.208 |
479 | 2024-08-23T21:17:57.670Z | Compiling zerocopy-derive v0.7.35 |
480 | 2024-08-23T21:17:57.866Z | Compiling thiserror-impl v1.0.63 |
481 | 2024-08-23T21:17:58.005Z | Compiling schemars_derive v0.8.21 |
482 | 2024-08-23T21:17:58.165Z | Compiling tokio-macros v2.4.0 |
483 | 2024-08-23T21:17:58.275Z | Compiling futures-macro v0.3.30 |
484 | 2024-08-23T21:17:58.394Z | Compiling openssl-macros v0.1.1 |
485 | 2024-08-23T21:17:59.611Z | Checking zerocopy v0.7.35 |
486 | 2024-08-23T21:18:00.132Z | Checking tokio v1.39.3 |
487 | 2024-08-23T21:18:00.772Z | Checking futures-util v0.3.30 |
488 | 2024-08-23T21:18:00.953Z | Compiling pest v2.7.11 |
489 | 2024-08-23T21:18:01.240Z | Compiling scroll_derive v0.12.0 |
490 | 2024-08-23T21:18:01.391Z | Checking hashbrown v0.14.5 |
491 | 2024-08-23T21:18:02.547Z | Checking regress v0.10.0 |
492 | 2024-08-23T21:18:02.659Z | Checking scroll v0.12.0 |
493 | 2024-08-23T21:18:03.777Z | Compiling pest_meta v2.7.11 |
494 | 2024-08-23T21:18:04.848Z | Checking base64 v0.21.7 |
495 | 2024-08-23T21:18:06.073Z | Compiling pest_generator v2.7.11 |
496 | 2024-08-23T21:18:06.310Z | Checking rustls-pki-types v1.8.0 |
497 | 2024-08-23T21:18:06.485Z | Checking plain v0.2.3 |
498 | 2024-08-23T21:18:06.619Z | Compiling strsim v0.11.1 |
499 | 2024-08-23T21:18:06.711Z | Checking num_threads v0.1.7 |
500 | 2024-08-23T21:18:06.811Z | Compiling ident_case v1.0.1 |
501 | 2024-08-23T21:18:07.218Z | Checking tokio-util v0.7.11 |
502 | 2024-08-23T21:18:07.363Z | Checking tokio-rustls v0.24.1 |
503 | 2024-08-23T21:18:07.409Z | Checking tokio-native-tls v0.3.1 |
504 | 2024-08-23T21:18:07.642Z | Compiling darling_core v0.20.10 |
505 | 2024-08-23T21:18:07.664Z | Checking time v0.3.36 |
506 | 2024-08-23T21:18:07.795Z | Checking goblin v0.8.2 |
507 | 2024-08-23T21:18:07.848Z | Compiling pest_derive v2.7.11 |
508 | 2024-08-23T21:18:08.662Z | Compiling dtrace-parser v0.2.0 |
509 | 2024-08-23T21:18:08.670Z | Checking rustls-pemfile v1.0.4 |
510 | 2024-08-23T21:18:09.435Z | Checking url v2.5.2 |
511 | 2024-08-23T21:18:09.603Z | Checking dirs-sys-next v0.1.2 |
512 | 2024-08-23T21:18:10.136Z | Checking indexmap v2.4.0 |
513 | 2024-08-23T21:18:11.075Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-23T21:18:11.327Z | Compiling serde_tokenstream v0.2.2 |
515 | 2024-08-23T21:18:11.497Z | Checking h2 v0.3.26 |
516 | 2024-08-23T21:18:11.885Z | Checking openapiv3 v2.0.0 |
517 | 2024-08-23T21:18:12.154Z | Checking pretty-hex v0.4.1 |
518 | 2024-08-23T21:18:12.315Z | Compiling paste v1.0.15 |
519 | 2024-08-23T21:18:12.733Z | Compiling rustls v0.22.4 |
520 | 2024-08-23T21:18:12.824Z | Compiling omicron-workspace-hack v0.1.0 |
521 | 2024-08-23T21:18:13.053Z | Compiling dof v0.3.0 |
522 | 2024-08-23T21:18:13.509Z | Checking webpki-roots v0.25.4 |
523 | 2024-08-23T21:18:13.667Z | Compiling unsafe-libyaml v0.2.11 |
524 | 2024-08-23T21:18:13.960Z | Compiling rustversion v1.0.17 |
525 | 2024-08-23T21:18:14.092Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
526 | 2024-08-23T21:18:14.658Z | Checking sync_wrapper v0.1.2 |
527 | 2024-08-23T21:18:14.759Z | Checking ipnet v2.9.0 |
528 | 2024-08-23T21:18:15.190Z | Compiling serde_yaml v0.9.34+deprecated |
529 | 2024-08-23T21:18:15.247Z | Compiling darling_macro v0.20.10 |
530 | 2024-08-23T21:18:15.575Z | Checking hyper v0.14.30 |
531 | 2024-08-23T21:18:16.183Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-23T21:18:16.203Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-23T21:18:16.283Z | Checking dirs-next v2.0.0 |
534 | 2024-08-23T21:18:16.447Z | Checking rustls-webpki v0.102.6 |
535 | 2024-08-23T21:18:16.450Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-23T21:18:16.784Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-23T21:18:17.081Z | Checking block-buffer v0.10.4 |
538 | 2024-08-23T21:18:17.162Z | Checking crypto-common v0.1.6 |
539 | 2024-08-23T21:18:17.194Z | Checking rand_core v0.6.4 |
540 | 2024-08-23T21:18:17.243Z | Checking thread_local v1.1.8 |
541 | 2024-08-23T21:18:17.301Z | Compiling multer v3.1.0 |
542 | 2024-08-23T21:18:17.308Z | Compiling slog-async v2.8.0 |
543 | 2024-08-23T21:18:17.456Z | Compiling camino v1.1.9 |
544 | 2024-08-23T21:18:17.495Z | Checking zeroize v1.8.1 |
545 | 2024-08-23T21:18:17.626Z | Compiling anyhow v1.0.86 |
546 | 2024-08-23T21:18:17.716Z | Checking winnow v0.6.18 |
547 | 2024-08-23T21:18:17.789Z | Checking subtle v2.6.1 |
548 | 2024-08-23T21:18:18.008Z | Checking match_cfg v0.1.0 |
549 | 2024-08-23T21:18:18.078Z | Checking hostname v0.3.1 |
550 | 2024-08-23T21:18:18.288Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-23T21:18:18.347Z | Checking digest v0.10.7 |
552 | 2024-08-23T21:18:18.646Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-23T21:18:18.860Z | Checking term v0.7.0 |
554 | 2024-08-23T21:18:19.166Z | Compiling darling v0.20.10 |
555 | 2024-08-23T21:18:19.351Z | Compiling usdt-macro v0.5.0 |
556 | 2024-08-23T21:18:19.415Z | Compiling structmeta v0.3.0 |
557 | 2024-08-23T21:18:19.793Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-08-23T21:18:20.008Z | Checking hyper-rustls v0.24.2 |
559 | 2024-08-23T21:18:20.259Z | Checking hyper-tls v0.5.0 |
560 | 2024-08-23T21:18:20.315Z | Checking slog-json v2.6.1 |
561 | 2024-08-23T21:18:20.470Z | Checking futures-executor v0.3.30 |
562 | 2024-08-23T21:18:20.515Z | Checking reqwest v0.11.27 |
563 | 2024-08-23T21:18:20.544Z | Compiling async-stream-impl v0.3.5 |
564 | 2024-08-23T21:18:20.640Z | Checking http v1.1.0 |
565 | 2024-08-23T21:18:20.665Z | Checking toml_edit v0.22.20 |
566 | 2024-08-23T21:18:20.674Z | Checking memmap v0.7.0 |
567 | 2024-08-23T21:18:20.861Z | Checking is-terminal v0.4.13 |
568 | 2024-08-23T21:18:20.968Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
569 | 2024-08-23T21:18:21.202Z | Checking cpufeatures v0.2.13 |
570 | 2024-08-23T21:18:21.277Z | Checking atomic-waker v1.1.2 |
571 | 2024-08-23T21:18:21.298Z | Checking take_mut v0.2.2 |
572 | 2024-08-23T21:18:21.393Z | Checking base64 v0.22.1 |
573 | 2024-08-23T21:18:21.638Z | Checking tokio-rustls v0.25.0 |
574 | 2024-08-23T21:18:21.695Z | Checking waitgroup v0.1.2 |
575 | 2024-08-23T21:18:21.748Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
576 | 2024-08-23T21:18:21.804Z | Checking rustls-pemfile v2.1.3 |
577 | 2024-08-23T21:18:21.812Z | Checking async-stream v0.3.5 |
578 | 2024-08-23T21:18:21.860Z | Checking sha1 v0.10.6 |
579 | 2024-08-23T21:18:21.949Z | Checking usdt v0.5.0 |
580 | 2024-08-23T21:18:21.984Z | Checking slog-term v2.9.1 |
581 | 2024-08-23T21:18:22.016Z | Checking futures v0.3.30 |
582 | 2024-08-23T21:18:22.031Z | Checking slog-bunyan v2.5.0 |
583 | 2024-08-23T21:18:22.103Z | Compiling strum_macros v0.26.4 |
584 | 2024-08-23T21:18:22.114Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-23T21:18:22.163Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-23T21:18:22.171Z | Checking rand v0.8.5 |
587 | 2024-08-23T21:18:22.785Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-23T21:18:23.005Z | Checking ipnetwork v0.20.0 |
589 | 2024-08-23T21:18:23.019Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
590 | 2024-08-23T21:18:23.206Z | Checking toml v0.8.19 |
591 | 2024-08-23T21:18:23.327Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-08-23T21:18:23.377Z | Checking hex v0.4.3 |
593 | 2024-08-23T21:18:23.914Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-23T21:18:23.944Z | Compiling async-trait v0.1.81 |
595 | 2024-08-23T21:18:23.976Z | Checking hostname v0.4.0 |
596 | 2024-08-23T21:18:24.088Z | Checking instant v0.1.13 |
597 | 2024-08-23T21:18:24.189Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-23T21:18:24.310Z | Checking backoff v0.4.0 |
599 | 2024-08-23T21:18:24.598Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
600 | 2024-08-23T21:18:24.690Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
601 | 2024-08-23T21:18:24.704Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-23T21:18:24.757Z | Checking serde_with v3.9.0 |
603 | 2024-08-23T21:18:24.814Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
604 | 2024-08-23T21:18:25.034Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-23T21:18:25.129Z | Checking macaddr v1.0.1 |
606 | 2024-08-23T21:18:25.456Z | Checking regress v0.9.1 |
607 | 2024-08-23T21:18:26.014Z | Checking parse-display v0.10.0 |
608 | 2024-08-23T21:18:26.509Z | Checking strum v0.26.3 |
609 | 2024-08-23T21:18:27.525Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
610 | 2024-08-23T21:18:29.329Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-23T21:18:29.381Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-23T21:18:31.772Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-23T21:18:36.646Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-23T21:18:36.744Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-08-23T21:18:39.417Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-23T21:18:45.894Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-23T21:18:45.943Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
618 | 2024-08-23T21:18:46.007Z | + cargo build --release |
619 | 2024-08-23T21:18:46.253Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-23T21:18:46.253Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-23T21:18:46.253Z | Compiling libc v0.2.158 |
622 | 2024-08-23T21:18:46.253Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-23T21:18:46.255Z | Compiling version_check v0.9.5 |
624 | 2024-08-23T21:18:46.255Z | Compiling autocfg v1.3.0 |
625 | 2024-08-23T21:18:46.255Z | Compiling serde v1.0.208 |
626 | 2024-08-23T21:18:46.256Z | Compiling memchr v2.7.4 |
627 | 2024-08-23T21:18:46.363Z | Compiling serde_json v1.0.127 |
628 | 2024-08-23T21:18:46.699Z | Compiling itoa v1.0.11 |
629 | 2024-08-23T21:18:46.800Z | Compiling thiserror v1.0.63 |
630 | 2024-08-23T21:18:46.859Z | Compiling ahash v0.8.11 |
631 | 2024-08-23T21:18:46.904Z | Compiling byteorder v1.5.0 |
632 | 2024-08-23T21:18:46.962Z | Compiling shlex v1.3.0 |
633 | 2024-08-23T21:18:47.227Z | Compiling once_cell v1.19.0 |
634 | 2024-08-23T21:18:47.286Z | Compiling cc v1.1.14 |
635 | 2024-08-23T21:18:47.652Z | Compiling quote v1.0.37 |
636 | 2024-08-23T21:18:47.695Z | Compiling getrandom v0.2.15 |
637 | 2024-08-23T21:18:47.855Z | Compiling num-traits v0.2.19 |
638 | 2024-08-23T21:18:48.030Z | Compiling syn v2.0.75 |
639 | 2024-08-23T21:18:48.159Z | Compiling pin-project-lite v0.2.14 |
640 | 2024-08-23T21:18:48.194Z | Compiling ryu v1.0.18 |
641 | 2024-08-23T21:18:48.283Z | Compiling bytes v1.7.1 |
642 | 2024-08-23T21:18:48.354Z | Compiling log v0.4.22 |
643 | 2024-08-23T21:18:48.368Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-23T21:18:48.745Z | Compiling schemars v0.8.21 |
645 | 2024-08-23T21:18:48.775Z | Compiling lock_api v0.4.12 |
646 | 2024-08-23T21:18:48.825Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-23T21:18:48.994Z | Compiling futures-core v0.3.30 |
648 | 2024-08-23T21:18:49.110Z | Compiling scopeguard v1.2.0 |
649 | 2024-08-23T21:18:49.165Z | Compiling smallvec v1.13.2 |
650 | 2024-08-23T21:18:49.228Z | Compiling mio v1.0.2 |
651 | 2024-08-23T21:18:49.255Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-08-23T21:18:49.277Z | Compiling socket2 v0.5.7 |
653 | 2024-08-23T21:18:49.772Z | Compiling slab v0.4.9 |
654 | 2024-08-23T21:18:50.084Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-23T21:18:50.200Z | Compiling futures-sink v0.3.30 |
656 | 2024-08-23T21:18:50.246Z | Compiling ring v0.17.8 |
657 | 2024-08-23T21:18:50.332Z | Compiling spin v0.9.8 |
658 | 2024-08-23T21:18:50.572Z | Compiling fnv v1.0.7 |
659 | 2024-08-23T21:18:50.597Z | Compiling equivalent v1.0.1 |
660 | 2024-08-23T21:18:50.687Z | Compiling semver v1.0.23 |
661 | 2024-08-23T21:18:50.795Z | Compiling untrusted v0.9.0 |
662 | 2024-08-23T21:18:50.912Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-23T21:18:51.157Z | Compiling heck v0.5.0 |
664 | 2024-08-23T21:18:51.173Z | Compiling futures-task v0.3.30 |
665 | 2024-08-23T21:18:51.190Z | Compiling pin-utils v0.1.0 |
666 | 2024-08-23T21:18:51.269Z | Compiling vcpkg v0.2.15 |
667 | 2024-08-23T21:18:51.354Z | Compiling futures-io v0.3.30 |
668 | 2024-08-23T21:18:51.421Z | Compiling pkg-config v0.3.30 |
669 | 2024-08-23T21:18:51.749Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-23T21:18:51.777Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-23T21:18:52.245Z | Compiling http v0.2.12 |
672 | 2024-08-23T21:18:52.552Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-23T21:18:52.582Z | Compiling httparse v1.9.4 |
674 | 2024-08-23T21:18:52.890Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-23T21:18:53.391Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-23T21:18:53.624Z | Compiling uuid v1.10.0 |
677 | 2024-08-23T21:18:53.892Z | Compiling chrono v0.4.38 |
678 | 2024-08-23T21:18:54.161Z | Compiling tracing v0.1.40 |
679 | 2024-08-23T21:18:55.745Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-23T21:18:55.841Z | Compiling try-lock v0.2.5 |
681 | 2024-08-23T21:18:55.912Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-08-23T21:18:55.975Z | Compiling openssl v0.10.66 |
683 | 2024-08-23T21:18:56.332Z | Compiling slog v2.7.0 |
684 | 2024-08-23T21:18:56.363Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-23T21:18:56.435Z | Compiling want v0.3.1 |
686 | 2024-08-23T21:18:56.864Z | Compiling http-body v0.4.6 |
687 | 2024-08-23T21:18:56.975Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-23T21:18:57.334Z | Compiling regex-syntax v0.8.4 |
689 | 2024-08-23T21:18:57.967Z | Compiling tower-service v0.3.3 |
690 | 2024-08-23T21:18:57.969Z | Compiling typenum v1.17.0 |
691 | 2024-08-23T21:18:58.039Z | Compiling native-tls v0.2.12 |
692 | 2024-08-23T21:18:58.073Z | Compiling rustls v0.21.12 |
693 | 2024-08-23T21:18:58.388Z | Compiling httpdate v1.0.3 |
694 | 2024-08-23T21:18:58.407Z | Compiling percent-encoding v2.3.1 |
695 | 2024-08-23T21:18:58.851Z | Compiling tinyvec_macros v0.1.1 |
696 | 2024-08-23T21:18:58.918Z | Compiling bitflags v2.6.0 |
697 | 2024-08-23T21:18:58.978Z | Compiling tinyvec v1.8.0 |
698 | 2024-08-23T21:18:59.136Z | Compiling form_urlencoded v1.2.1 |
699 | 2024-08-23T21:18:59.696Z | Compiling generic-array v0.14.7 |
700 | 2024-08-23T21:19:00.123Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-23T21:19:00.424Z | Compiling serde_derive v1.0.208 |
702 | 2024-08-23T21:19:00.602Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-08-23T21:19:00.621Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-08-23T21:19:01.066Z | Compiling schemars_derive v0.8.21 |
705 | 2024-08-23T21:19:01.110Z | Compiling tokio-macros v2.4.0 |
706 | 2024-08-23T21:19:02.584Z | Compiling zerocopy v0.7.35 |
707 | 2024-08-23T21:19:03.076Z | Compiling tokio v1.39.3 |
708 | 2024-08-23T21:19:03.538Z | Compiling futures-macro v0.3.30 |
709 | 2024-08-23T21:19:04.008Z | Compiling pest v2.7.11 |
710 | 2024-08-23T21:19:04.723Z | Compiling hashbrown v0.14.5 |
711 | 2024-08-23T21:19:05.403Z | Compiling futures-util v0.3.30 |
712 | 2024-08-23T21:19:06.132Z | Compiling regress v0.10.0 |
713 | 2024-08-23T21:19:06.283Z | Compiling openssl-macros v0.1.1 |
714 | 2024-08-23T21:19:06.891Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-23T21:19:10.830Z | Compiling pest_generator v2.7.11 |
716 | 2024-08-23T21:19:10.918Z | Compiling sct v0.7.1 |
717 | 2024-08-23T21:19:11.315Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-08-23T21:19:12.306Z | Compiling tokio-util v0.7.11 |
719 | 2024-08-23T21:19:12.539Z | Compiling pest_derive v2.7.11 |
720 | 2024-08-23T21:19:13.432Z | Compiling regex-automata v0.4.7 |
721 | 2024-08-23T21:19:14.527Z | Compiling indexmap v2.4.0 |
722 | 2024-08-23T21:19:15.415Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-23T21:19:18.348Z | Compiling h2 v0.3.26 |
724 | 2024-08-23T21:19:20.973Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
725 | 2024-08-23T21:19:21.210Z | Compiling regex v1.10.6 |
726 | 2024-08-23T21:19:23.288Z | Compiling unicode-normalization v0.1.23 |
727 | 2024-08-23T21:19:24.553Z | Compiling hyper v0.14.30 |
728 | 2024-08-23T21:19:24.859Z | Compiling scroll_derive v0.12.0 |
729 | 2024-08-23T21:19:32.148Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-23T21:19:32.515Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-23T21:19:32.606Z | Compiling mime v0.3.17 |
732 | 2024-08-23T21:19:32.871Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
733 | 2024-08-23T21:19:33.668Z | Compiling num-conv v0.1.0 |
734 | 2024-08-23T21:19:33.845Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-08-23T21:19:36.784Z | Compiling time-core v0.1.2 |
736 | 2024-08-23T21:19:36.829Z | Compiling powerfmt v0.2.0 |
737 | 2024-08-23T21:19:36.941Z | Compiling time-macros v0.2.18 |
738 | 2024-08-23T21:19:37.283Z | Compiling deranged v0.3.11 |
739 | 2024-08-23T21:19:39.956Z | Compiling idna v0.5.0 |
740 | 2024-08-23T21:19:43.124Z | Compiling tokio-rustls v0.24.1 |
741 | 2024-08-23T21:19:43.214Z | Compiling scroll v0.12.0 |
742 | 2024-08-23T21:19:43.528Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-23T21:19:43.535Z | Compiling dof v0.3.0 |
744 | 2024-08-23T21:19:43.776Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-23T21:19:43.791Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-23T21:19:44.350Z | Compiling thread-id v4.2.2 |
747 | 2024-08-23T21:19:44.395Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-08-23T21:19:44.449Z | Compiling base64 v0.21.7 |
749 | 2024-08-23T21:19:44.959Z | Compiling plain v0.2.3 |
750 | 2024-08-23T21:19:45.109Z | Compiling num_threads v0.1.7 |
751 | 2024-08-23T21:19:45.502Z | Compiling ident_case v1.0.1 |
752 | 2024-08-23T21:19:45.836Z | Compiling omicron-workspace-hack v0.1.0 |
753 | 2024-08-23T21:19:46.159Z | Compiling rustls-pki-types v1.8.0 |
754 | 2024-08-23T21:19:47.057Z | Compiling strsim v0.11.1 |
755 | 2024-08-23T21:19:47.499Z | Compiling darling_core v0.20.10 |
756 | 2024-08-23T21:19:49.887Z | Compiling time v0.3.36 |
757 | 2024-08-23T21:19:51.812Z | Compiling goblin v0.8.2 |
758 | 2024-08-23T21:19:52.777Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-08-23T21:19:54.883Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-23T21:19:54.970Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-23T21:19:55.369Z | Compiling url v2.5.2 |
762 | 2024-08-23T21:19:55.393Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-23T21:19:55.512Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-23T21:19:57.214Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-23T21:19:58.696Z | Compiling webpki-roots v0.25.4 |
766 | 2024-08-23T21:19:58.841Z | Compiling rustversion v1.0.17 |
767 | 2024-08-23T21:19:58.848Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-08-23T21:19:59.358Z | Compiling paste v1.0.15 |
769 | 2024-08-23T21:19:59.807Z | Compiling rustls v0.22.4 |
770 | 2024-08-23T21:19:59.856Z | Compiling ipnet v2.9.0 |
771 | 2024-08-23T21:20:00.117Z | Compiling pretty-hex v0.4.1 |
772 | 2024-08-23T21:20:00.328Z | Compiling sync_wrapper v0.1.2 |
773 | 2024-08-23T21:20:00.442Z | Compiling reqwest v0.11.27 |
774 | 2024-08-23T21:20:00.934Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-08-23T21:20:02.566Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
776 | 2024-08-23T21:20:03.849Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-23T21:20:06.482Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-23T21:20:06.789Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-23T21:20:07.485Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-23T21:20:07.681Z | Compiling block-buffer v0.10.4 |
781 | 2024-08-23T21:20:07.907Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-23T21:20:08.125Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-23T21:20:08.765Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-23T21:20:09.163Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-23T21:20:09.366Z | Compiling rand_core v0.6.4 |
786 | 2024-08-23T21:20:09.773Z | Compiling thread_local v1.1.8 |
787 | 2024-08-23T21:20:09.825Z | Compiling multer v3.1.0 |
788 | 2024-08-23T21:20:10.171Z | Compiling match_cfg v0.1.0 |
789 | 2024-08-23T21:20:10.253Z | Compiling camino v1.1.9 |
790 | 2024-08-23T21:20:10.483Z | Compiling subtle v2.6.1 |
791 | 2024-08-23T21:20:10.501Z | Compiling anyhow v1.0.86 |
792 | 2024-08-23T21:20:10.737Z | Compiling zeroize v1.8.1 |
793 | 2024-08-23T21:20:10.848Z | Compiling slog-async v2.8.0 |
794 | 2024-08-23T21:20:11.070Z | Compiling winnow v0.6.18 |
795 | 2024-08-23T21:20:11.276Z | Compiling hostname v0.3.1 |
796 | 2024-08-23T21:20:11.505Z | Compiling rand_chacha v0.3.1 |
797 | 2024-08-23T21:20:11.884Z | Compiling structmeta v0.3.0 |
798 | 2024-08-23T21:20:12.242Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
799 | 2024-08-23T21:20:13.213Z | Compiling digest v0.10.7 |
800 | 2024-08-23T21:20:13.613Z | Compiling darling v0.20.10 |
801 | 2024-08-23T21:20:15.383Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-23T21:20:15.895Z | Compiling crossbeam-channel v0.5.13 |
803 | 2024-08-23T21:20:17.471Z | Compiling term v0.7.0 |
804 | 2024-08-23T21:20:23.323Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-23T21:20:23.702Z | Compiling usdt-macro v0.5.0 |
806 | 2024-08-23T21:20:25.006Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-08-23T21:20:25.023Z | Compiling slog-json v2.6.1 |
808 | 2024-08-23T21:20:25.489Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-23T21:20:26.399Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-23T21:20:26.648Z | Compiling http v1.1.0 |
811 | 2024-08-23T21:20:27.235Z | Compiling memmap v0.7.0 |
812 | 2024-08-23T21:20:27.672Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-23T21:20:27.693Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
814 | 2024-08-23T21:20:27.785Z | Compiling take_mut v0.2.2 |
815 | 2024-08-23T21:20:27.931Z | Compiling cpufeatures v0.2.13 |
816 | 2024-08-23T21:20:28.019Z | Compiling atomic-waker v1.1.2 |
817 | 2024-08-23T21:20:28.039Z | Compiling base64 v0.22.1 |
818 | 2024-08-23T21:20:28.185Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-23T21:20:29.093Z | Compiling rustls-pemfile v2.1.3 |
820 | 2024-08-23T21:20:29.885Z | Compiling sha1 v0.10.6 |
821 | 2024-08-23T21:20:31.186Z | Compiling slog-term v2.9.1 |
822 | 2024-08-23T21:20:31.411Z | Compiling async-stream v0.3.5 |
823 | 2024-08-23T21:20:31.756Z | Compiling usdt v0.5.0 |
824 | 2024-08-23T21:20:33.341Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
825 | 2024-08-23T21:20:33.514Z | Compiling futures v0.3.30 |
826 | 2024-08-23T21:20:33.697Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-23T21:20:33.951Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-23T21:20:34.060Z | Compiling toml v0.8.19 |
829 | 2024-08-23T21:20:34.179Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-23T21:20:34.591Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-23T21:20:37.250Z | Compiling parse-display-derive v0.10.0 |
832 | 2024-08-23T21:20:38.484Z | Compiling rand v0.8.5 |
833 | 2024-08-23T21:20:40.401Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-08-23T21:20:40.721Z | Compiling ipnetwork v0.20.0 |
835 | 2024-08-23T21:20:41.230Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
836 | 2024-08-23T21:20:41.430Z | Compiling serde_path_to_error v0.1.16 |
837 | 2024-08-23T21:20:41.627Z | Compiling hex v0.4.3 |
838 | 2024-08-23T21:20:42.324Z | Compiling async-trait v0.1.81 |
839 | 2024-08-23T21:20:42.458Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-08-23T21:20:43.271Z | Compiling hostname v0.4.0 |
841 | 2024-08-23T21:20:43.513Z | Compiling instant v0.1.13 |
842 | 2024-08-23T21:20:43.656Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-23T21:20:43.788Z | Compiling backoff v0.4.0 |
844 | 2024-08-23T21:20:44.040Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-23T21:20:44.114Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-23T21:20:44.227Z | Compiling parse-display v0.10.0 |
847 | 2024-08-23T21:20:44.266Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-08-23T21:20:44.776Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-08-23T21:20:45.361Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-08-23T21:20:45.505Z | Compiling strum v0.26.3 |
851 | 2024-08-23T21:20:45.678Z | Compiling serde_with v3.9.0 |
852 | 2024-08-23T21:20:46.350Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-23T21:20:47.170Z | Compiling macaddr v1.0.1 |
854 | 2024-08-23T21:20:47.776Z | Compiling regress v0.9.1 |
855 | 2024-08-23T21:20:52.915Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-23T21:21:02.769Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-23T21:21:11.257Z | Finished `release` profile [optimized] target(s) in 2m 25s |
858 | 2024-08-23T21:21:11.313Z | process exited: duration 217461 ms, exit code 0 |
|
859 | 2024-08-23T21:21:11.319Z | found 0 output files |