|
|
|
1 | 2024-09-24T03:10:39.476Z | job assigned to worker 01J8H03AHGW9F6TYG2Y0XGKZH1 (queued for 1 m 0 s) |
|
2 | 2024-09-24T03:10:47.389Z | starting task 0: "setup" |
3 | 2024-09-24T03:10:47.396Z | ++ uname -s |
4 | 2024-09-24T03:10:47.400Z | + kern=SunOS |
5 | 2024-09-24T03:10:47.400Z | + case "$kern" in |
6 | 2024-09-24T03:10:47.400Z | + groupadd -g 12345 build |
7 | 2024-09-24T03:10:47.403Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-24T03:10:49.412Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-24T03:10:49.512Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-24T03:10:49.515Z | + home_fs=zfs |
11 | 2024-09-24T03:10:49.515Z | + [[ zfs == autofs ]] |
12 | 2024-09-24T03:10:49.515Z | + mkdir -p /home/build |
13 | 2024-09-24T03:10:49.517Z | + chown build:build /home/build /work |
14 | 2024-09-24T03:10:51.519Z | + chmod 0700 /home/build /work |
15 | 2024-09-24T03:10:51.522Z | process exited: duration 4134 ms, exit code 0 |
|
16 | 2024-09-24T03:10:51.527Z | starting task 1: "rust-toolchain" |
17 | 2024-09-24T03:10:51.533Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-24T03:10:51.533Z | ' 1.80.1 |
19 | 2024-09-24T03:10:51.536Z | * toolchain channel = "1.80.1" |
20 | 2024-09-24T03:10:51.536Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-24T03:10:51.536Z | ' default |
22 | 2024-09-24T03:10:51.536Z | * toolchain profile = "default" |
23 | 2024-09-24T03:10:51.536Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-24T03:10:51.536Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-24T03:10:51.655Z | info: downloading installer |
26 | 2024-09-24T03:10:52.772Z | info: profile set to 'default' |
27 | 2024-09-24T03:10:52.772Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-24T03:10:52.774Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-24T03:10:52.904Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-24T03:10:52.904Z | info: downloading component 'cargo' |
31 | 2024-09-24T03:10:53.582Z | info: downloading component 'clippy' |
32 | 2024-09-24T03:10:53.821Z | info: downloading component 'rust-docs' |
33 | 2024-09-24T03:10:54.760Z | info: downloading component 'rust-std' |
34 | 2024-09-24T03:10:56.003Z | info: downloading component 'rustc' |
35 | 2024-09-24T03:10:59.646Z | info: downloading component 'rustfmt' |
36 | 2024-09-24T03:10:59.840Z | info: installing component 'cargo' |
37 | 2024-09-24T03:11:00.663Z | info: installing component 'clippy' |
38 | 2024-09-24T03:11:01.039Z | info: installing component 'rust-docs' |
39 | 2024-09-24T03:11:02.668Z | info: installing component 'rust-std' |
40 | 2024-09-24T03:11:04.307Z | info: installing component 'rustc' |
41 | 2024-09-24T03:11:08.493Z | info: installing component 'rustfmt' |
42 | 2024-09-24T03:11:08.900Z | |
43 | 2024-09-24T03:11:08.900Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-09-24T03:11:09.083Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-24T03:11:09.083Z | |
46 | 2024-09-24T03:11:09.088Z | |
47 | 2024-09-24T03:11:09.088Z | Rust is installed now. Great! |
48 | 2024-09-24T03:11:09.088Z | |
49 | 2024-09-24T03:11:09.088Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-24T03:11:09.088Z | environment variable. This has not been done automatically. |
51 | 2024-09-24T03:11:09.088Z | |
52 | 2024-09-24T03:11:09.088Z | To configure your current shell, you need to source |
53 | 2024-09-24T03:11:09.088Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-24T03:11:09.088Z | |
55 | 2024-09-24T03:11:09.088Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-24T03:11:09.088Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-24T03:11:09.088Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-24T03:11:09.144Z | + rustc --version |
59 | 2024-09-24T03:11:09.207Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-24T03:11:09.210Z | process exited: duration 17679 ms, exit code 0 |
|
61 | 2024-09-24T03:11:09.220Z | starting task 2: "authentication" |
62 | 2024-09-24T03:11:09.244Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-09-24T03:11:09.250Z | starting task 3: "clone repository" |
64 | 2024-09-24T03:11:09.255Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-24T03:11:09.258Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-24T03:11:09.524Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-24T03:11:16.324Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-24T03:11:16.324Z | + git fetch origin 425a962cb770da99038563c9383e6225cc1462d4 |
69 | 2024-09-24T03:11:16.585Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-24T03:11:16.585Z | * branch 425a962cb770da99038563c9383e6225cc1462d4 -> FETCH_HEAD |
71 | 2024-09-24T03:11:16.596Z | + [[ -n renovate/httptest-0.x ]] |
72 | 2024-09-24T03:11:16.598Z | ++ git branch --show-current |
73 | 2024-09-24T03:11:16.598Z | + current=main |
74 | 2024-09-24T03:11:16.598Z | + [[ main != renovate/httptest-0.x ]] |
75 | 2024-09-24T03:11:16.601Z | + git branch -f renovate/httptest-0.x 425a962cb770da99038563c9383e6225cc1462d4 |
76 | 2024-09-24T03:11:16.604Z | + git checkout -f renovate/httptest-0.x |
77 | 2024-09-24T03:11:16.764Z | Switched to branch 'renovate/httptest-0.x' |
78 | 2024-09-24T03:11:16.768Z | + git reset --hard 425a962cb770da99038563c9383e6225cc1462d4 |
79 | 2024-09-24T03:11:16.777Z | HEAD is now at 425a962cb Update Rust crate httptest to 0.16.1 |
80 | 2024-09-24T03:11:16.780Z | process exited: duration 7527 ms, exit code 0 |
|
81 | 2024-09-24T03:11:16.789Z | starting task 4: "build" |
82 | 2024-09-24T03:11:16.793Z | + cargo --version |
83 | 2024-09-24T03:11:16.848Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-24T03:11:16.850Z | + rustc --version |
85 | 2024-09-24T03:11:16.909Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-24T03:11:16.912Z | + cd /tmp |
87 | 2024-09-24T03:11:16.912Z | + cargo new --lib test-project |
88 | 2024-09-24T03:11:16.966Z | Creating library `test-project` package |
89 | 2024-09-24T03:11:17.042Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-24T03:11:17.047Z | + cd test-project |
91 | 2024-09-24T03:11:17.047Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-24T03:11:17.101Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-24T03:11:17.107Z | Features: |
94 | 2024-09-24T03:11:17.107Z | - proptest |
95 | 2024-09-24T03:11:17.107Z | - test-strategy |
96 | 2024-09-24T03:11:17.107Z | - testing |
97 | 2024-09-24T03:11:17.108Z | Updating crates.io index |
98 | 2024-09-24T03:11:17.168Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-24T03:11:18.028Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-24T03:11:18.756Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-24T03:11:19.177Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-24T03:11:21.234Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-24T03:11:21.624Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-24T03:11:22.040Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-24T03:11:25.542Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-24T03:11:25.558Z | Adding base64 v0.21.7 (latest: v0.22.1) |
107 | 2024-09-24T03:11:25.558Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
108 | 2024-09-24T03:11:25.558Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
109 | 2024-09-24T03:11:25.558Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-09-24T03:11:25.559Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-09-24T03:11:25.559Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-09-24T03:11:25.559Z | Adding h2 v0.3.26 (latest: v0.4.6) |
113 | 2024-09-24T03:11:25.559Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
114 | 2024-09-24T03:11:25.559Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-09-24T03:11:25.559Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-09-24T03:11:25.559Z | Adding http v0.2.12 (latest: v1.1.0) |
117 | 2024-09-24T03:11:25.559Z | Adding http-body v0.4.6 (latest: v1.0.1) |
118 | 2024-09-24T03:11:25.559Z | Adding hyper v0.14.30 (latest: v1.4.1) |
119 | 2024-09-24T03:11:25.559Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
120 | 2024-09-24T03:11:25.560Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
121 | 2024-09-24T03:11:25.560Z | Adding idna v0.5.0 (latest: v1.0.2) |
122 | 2024-09-24T03:11:25.560Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
123 | 2024-09-24T03:11:25.560Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
124 | 2024-09-24T03:11:25.560Z | Adding regress v0.9.1 (latest: v0.10.1) |
125 | 2024-09-24T03:11:25.576Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
126 | 2024-09-24T03:11:25.576Z | Adding rustls v0.21.12 (latest: v0.23.13) |
127 | 2024-09-24T03:11:25.576Z | Adding rustls v0.22.4 (latest: v0.23.13) |
128 | 2024-09-24T03:11:25.576Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
129 | 2024-09-24T03:11:25.576Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
130 | 2024-09-24T03:11:25.576Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
131 | 2024-09-24T03:11:25.576Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
132 | 2024-09-24T03:11:25.576Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
133 | 2024-09-24T03:11:25.576Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
134 | 2024-09-24T03:11:25.577Z | Adding term v0.7.0 (latest: v1.0.0) |
135 | 2024-09-24T03:11:25.577Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
136 | 2024-09-24T03:11:25.577Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
137 | 2024-09-24T03:11:25.577Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
138 | 2024-09-24T03:11:25.577Z | Adding webpki-roots v0.25.4 (latest: v0.26.6) |
139 | 2024-09-24T03:11:25.577Z | Adding windows v0.52.0 (latest: v0.58.0) |
140 | 2024-09-24T03:11:25.577Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
141 | 2024-09-24T03:11:25.577Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
142 | 2024-09-24T03:11:25.577Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
143 | 2024-09-24T03:11:25.577Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
144 | 2024-09-24T03:11:25.577Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-09-24T03:11:25.578Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
146 | 2024-09-24T03:11:25.578Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
147 | 2024-09-24T03:11:25.578Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-24T03:11:25.578Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-24T03:11:25.578Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
150 | 2024-09-24T03:11:25.579Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-09-24T03:11:25.579Z | Adding winreg v0.50.0 (latest: v0.52.0) |
152 | 2024-09-24T03:11:25.648Z | + cargo check |
153 | 2024-09-24T03:11:25.891Z | Downloading crates ... |
154 | 2024-09-24T03:11:25.961Z | Downloaded async-stream v0.3.5 |
155 | 2024-09-24T03:11:25.967Z | Downloaded byteorder v1.5.0 |
156 | 2024-09-24T03:11:25.971Z | Downloaded bitflags v2.6.0 |
157 | 2024-09-24T03:11:25.975Z | Downloaded async-trait v0.1.82 |
158 | 2024-09-24T03:11:25.979Z | Downloaded foreign-types-shared v0.1.1 |
159 | 2024-09-24T03:11:25.984Z | Downloaded ident_case v1.0.1 |
160 | 2024-09-24T03:11:25.984Z | Downloaded async-stream-impl v0.3.5 |
161 | 2024-09-24T03:11:25.984Z | Downloaded openssl-macros v0.1.1 |
162 | 2024-09-24T03:11:25.984Z | Downloaded dtrace-parser v0.2.0 |
163 | 2024-09-24T03:11:25.988Z | Downloaded mime v0.3.17 |
164 | 2024-09-24T03:11:25.994Z | Downloaded digest v0.10.7 |
165 | 2024-09-24T03:11:26.016Z | Downloaded futures-macro v0.3.30 |
166 | 2024-09-24T03:11:26.016Z | Downloaded hyper-tls v0.5.0 |
167 | 2024-09-24T03:11:26.026Z | Downloaded unicode-ident v1.0.13 |
168 | 2024-09-24T03:11:26.026Z | Downloaded ipnetwork v0.20.0 |
169 | 2024-09-24T03:11:26.026Z | Downloaded newtype-uuid v1.1.0 |
170 | 2024-09-24T03:11:26.026Z | Downloaded fnv v1.0.7 |
171 | 2024-09-24T03:11:26.026Z | Downloaded hostname v0.4.0 |
172 | 2024-09-24T03:11:26.026Z | Downloaded debug-ignore v1.0.5 |
173 | 2024-09-24T03:11:26.026Z | Downloaded crypto-common v0.1.6 |
174 | 2024-09-24T03:11:26.027Z | Downloaded pretty-hex v0.4.1 |
175 | 2024-09-24T03:11:26.027Z | Downloaded strum v0.26.3 |
176 | 2024-09-24T03:11:26.027Z | Downloaded itoa v1.0.11 |
177 | 2024-09-24T03:11:26.027Z | Downloaded hex v0.4.3 |
178 | 2024-09-24T03:11:26.027Z | Downloaded scroll_derive v0.12.0 |
179 | 2024-09-24T03:11:26.027Z | Downloaded waitgroup v0.1.2 |
180 | 2024-09-24T03:11:26.027Z | Downloaded num_threads v0.1.7 |
181 | 2024-09-24T03:11:26.027Z | Downloaded sync_wrapper v0.1.2 |
182 | 2024-09-24T03:11:26.027Z | Downloaded multer v3.1.0 |
183 | 2024-09-24T03:11:26.027Z | Downloaded httparse v1.9.4 |
184 | 2024-09-24T03:11:26.029Z | Downloaded sha1 v0.10.6 |
185 | 2024-09-24T03:11:26.029Z | Downloaded shlex v1.3.0 |
186 | 2024-09-24T03:11:26.030Z | Downloaded slog-async v2.8.0 |
187 | 2024-09-24T03:11:26.032Z | Downloaded rand_core v0.6.4 |
188 | 2024-09-24T03:11:26.035Z | Downloaded scopeguard v1.2.0 |
189 | 2024-09-24T03:11:26.037Z | Downloaded powerfmt v0.2.0 |
190 | 2024-09-24T03:11:26.037Z | Downloaded parse-display-derive v0.10.0 |
191 | 2024-09-24T03:11:26.039Z | Downloaded slog-json v2.6.1 |
192 | 2024-09-24T03:11:26.042Z | Downloaded indexmap v1.9.3 |
193 | 2024-09-24T03:11:26.045Z | Downloaded serde_derive_internals v0.29.1 |
194 | 2024-09-24T03:11:26.050Z | Downloaded structmeta v0.3.0 |
195 | 2024-09-24T03:11:26.053Z | Downloaded semver v1.0.23 |
196 | 2024-09-24T03:11:26.053Z | Downloaded rustls-pki-types v1.8.0 |
197 | 2024-09-24T03:11:26.055Z | Downloaded subtle v2.6.1 |
198 | 2024-09-24T03:11:26.057Z | Downloaded num-traits v0.2.19 |
199 | 2024-09-24T03:11:26.059Z | Downloaded match_cfg v0.1.0 |
200 | 2024-09-24T03:11:26.062Z | Downloaded smallvec v1.13.2 |
201 | 2024-09-24T03:11:26.065Z | Downloaded spin v0.9.8 |
202 | 2024-09-24T03:11:26.068Z | Downloaded socket2 v0.5.7 |
203 | 2024-09-24T03:11:26.068Z | Downloaded backoff v0.4.0 |
204 | 2024-09-24T03:11:26.070Z | Downloaded want v0.3.1 |
205 | 2024-09-24T03:11:26.073Z | Downloaded omicron-workspace-hack v0.1.0 |
206 | 2024-09-24T03:11:26.073Z | Downloaded openssl-probe v0.1.5 |
207 | 2024-09-24T03:11:26.076Z | Downloaded num-conv v0.1.0 |
208 | 2024-09-24T03:11:26.078Z | Downloaded darling_core v0.20.10 |
209 | 2024-09-24T03:11:26.081Z | Downloaded quote v1.0.37 |
210 | 2024-09-24T03:11:26.083Z | Downloaded tower-service v0.3.3 |
211 | 2024-09-24T03:11:26.086Z | Downloaded take_mut v0.2.2 |
212 | 2024-09-24T03:11:26.088Z | Downloaded tinyvec_macros v0.1.1 |
213 | 2024-09-24T03:11:26.089Z | Downloaded try-lock v0.2.5 |
214 | 2024-09-24T03:11:26.091Z | Downloaded time-core v0.1.2 |
215 | 2024-09-24T03:11:26.091Z | Downloaded httpdate v1.0.3 |
216 | 2024-09-24T03:11:26.091Z | Downloaded futures-task v0.3.30 |
217 | 2024-09-24T03:11:26.093Z | Downloaded tokio-macros v2.4.0 |
218 | 2024-09-24T03:11:26.093Z | Downloaded term v0.7.0 |
219 | 2024-09-24T03:11:26.097Z | Downloaded pest_derive v2.7.13 |
220 | 2024-09-24T03:11:26.100Z | Downloaded parse-display v0.10.0 |
221 | 2024-09-24T03:11:26.102Z | Downloaded usdt-impl v0.5.0 |
222 | 2024-09-24T03:11:26.105Z | Downloaded heck v0.5.0 |
223 | 2024-09-24T03:11:26.106Z | Downloaded pest_generator v2.7.13 |
224 | 2024-09-24T03:11:26.106Z | Downloaded futures-io v0.3.30 |
225 | 2024-09-24T03:11:26.106Z | Downloaded parking_lot_core v0.9.10 |
226 | 2024-09-24T03:11:26.109Z | Downloaded usdt v0.5.0 |
227 | 2024-09-24T03:11:26.111Z | Downloaded scroll v0.12.0 |
228 | 2024-09-24T03:11:26.111Z | Downloaded tokio-rustls v0.24.1 |
229 | 2024-09-24T03:11:26.114Z | Downloaded rand_chacha v0.3.1 |
230 | 2024-09-24T03:11:26.117Z | Downloaded ppv-lite86 v0.2.20 |
231 | 2024-09-24T03:11:26.117Z | Downloaded thiserror-impl v1.0.64 |
232 | 2024-09-24T03:11:26.120Z | Downloaded tokio-native-tls v0.3.1 |
233 | 2024-09-24T03:11:26.120Z | Downloaded signal-hook-registry v1.4.2 |
234 | 2024-09-24T03:11:26.123Z | Downloaded serde_tokenstream v0.2.2 |
235 | 2024-09-24T03:11:26.123Z | Downloaded untrusted v0.9.0 |
236 | 2024-09-24T03:11:26.126Z | Downloaded toml_datetime v0.6.8 |
237 | 2024-09-24T03:11:26.129Z | Downloaded thread-id v4.2.2 |
238 | 2024-09-24T03:11:26.129Z | Downloaded unsafe-libyaml v0.2.11 |
239 | 2024-09-24T03:11:26.132Z | Downloaded strsim v0.11.1 |
240 | 2024-09-24T03:11:26.134Z | Downloaded thread_local v1.1.8 |
241 | 2024-09-24T03:11:26.137Z | Downloaded structmeta-derive v0.3.0 |
242 | 2024-09-24T03:11:26.137Z | Downloaded zeroize v1.8.1 |
243 | 2024-09-24T03:11:26.139Z | Downloaded ipnet v2.10.0 |
244 | 2024-09-24T03:11:26.142Z | Downloaded hostname v0.3.1 |
245 | 2024-09-24T03:11:26.142Z | Downloaded rustls-pemfile v2.1.3 |
246 | 2024-09-24T03:11:26.144Z | Downloaded slog-bunyan v2.5.0 |
247 | 2024-09-24T03:11:26.147Z | Downloaded cc v1.1.21 |
248 | 2024-09-24T03:11:26.150Z | Downloaded memchr v2.7.4 |
249 | 2024-09-24T03:11:26.155Z | Downloaded time-macros v0.2.18 |
250 | 2024-09-24T03:11:26.157Z | Downloaded sct v0.7.1 |
251 | 2024-09-24T03:11:26.161Z | Downloaded slog-term v2.9.1 |
252 | 2024-09-24T03:11:26.165Z | Downloaded thiserror v1.0.64 |
253 | 2024-09-24T03:11:26.171Z | Downloaded log v0.4.22 |
254 | 2024-09-24T03:11:26.183Z | Downloaded serde_derive v1.0.210 |
255 | 2024-09-24T03:11:26.186Z | Downloaded typenum v1.17.0 |
256 | 2024-09-24T03:11:26.186Z | Downloaded toml v0.8.19 |
257 | 2024-09-24T03:11:26.186Z | Downloaded slog v2.7.0 |
258 | 2024-09-24T03:11:26.190Z | Downloaded tinyvec v1.8.0 |
259 | 2024-09-24T03:11:26.194Z | Downloaded tracing-core v0.1.32 |
260 | 2024-09-24T03:11:26.194Z | Downloaded proc-macro2 v1.0.86 |
261 | 2024-09-24T03:11:26.196Z | Downloaded ryu v1.0.18 |
262 | 2024-09-24T03:11:26.199Z | Downloaded serde v1.0.210 |
263 | 2024-09-24T03:11:26.203Z | Downloaded ucd-trie v0.1.6 |
264 | 2024-09-24T03:11:26.211Z | Downloaded tokio-rustls v0.25.0 |
265 | 2024-09-24T03:11:26.215Z | Downloaded rand v0.8.5 |
266 | 2024-09-24T03:11:26.215Z | Downloaded crossbeam-channel v0.5.13 |
267 | 2024-09-24T03:11:26.218Z | Downloaded hashbrown v0.14.5 |
268 | 2024-09-24T03:11:26.223Z | Downloaded tracing v0.1.40 |
269 | 2024-09-24T03:11:26.228Z | Downloaded hashbrown v0.12.3 |
270 | 2024-09-24T03:11:26.233Z | Downloaded indexmap v2.5.0 |
271 | 2024-09-24T03:11:26.238Z | Downloaded toml_edit v0.22.21 |
272 | 2024-09-24T03:11:26.262Z | Downloaded serde_yaml v0.9.34+deprecated |
273 | 2024-09-24T03:11:26.264Z | Downloaded time v0.3.36 |
274 | 2024-09-24T03:11:26.272Z | Downloaded pest v2.7.13 |
275 | 2024-09-24T03:11:26.277Z | Downloaded unicode-normalization v0.1.24 |
276 | 2024-09-24T03:11:26.280Z | Downloaded tokio-util v0.7.12 |
277 | 2024-09-24T03:11:26.287Z | Downloaded hyper v0.14.30 |
278 | 2024-09-24T03:11:26.296Z | Downloaded zerocopy v0.7.35 |
279 | 2024-09-24T03:11:26.314Z | Downloaded chrono v0.4.38 |
280 | 2024-09-24T03:11:26.322Z | Downloaded serde_json v1.0.128 |
281 | 2024-09-24T03:11:26.334Z | Downloaded serde_with v3.9.0 |
282 | 2024-09-24T03:11:26.338Z | Downloaded idna v0.5.0 |
283 | 2024-09-24T03:11:26.408Z | Downloaded rustls-webpki v0.101.7 |
284 | 2024-09-24T03:11:26.412Z | Downloaded rustls-webpki v0.102.8 |
285 | 2024-09-24T03:11:26.412Z | Downloaded webpki-roots v0.25.4 |
286 | 2024-09-24T03:11:26.412Z | Downloaded rustls v0.21.12 |
287 | 2024-09-24T03:11:26.412Z | Downloaded vcpkg v0.2.15 |
288 | 2024-09-24T03:11:26.446Z | Downloaded syn v2.0.77 |
289 | 2024-09-24T03:11:26.450Z | Downloaded rustls v0.22.4 |
290 | 2024-09-24T03:11:26.462Z | Downloaded libc v0.2.158 |
291 | 2024-09-24T03:11:26.489Z | Downloaded tokio v1.40.0 |
292 | 2024-09-24T03:11:26.526Z | Downloaded regex-automata v0.4.7 |
293 | 2024-09-24T03:11:26.542Z | Downloaded regress v0.10.1 |
294 | 2024-09-24T03:11:26.550Z | Downloaded encoding_rs v0.8.34 |
295 | 2024-09-24T03:11:26.570Z | Downloaded regress v0.9.1 |
296 | 2024-09-24T03:11:26.578Z | Downloaded regex-syntax v0.8.4 |
297 | 2024-09-24T03:11:26.586Z | Downloaded regex v1.10.6 |
298 | 2024-09-24T03:11:26.598Z | Downloaded openapiv3 v2.0.0 |
299 | 2024-09-24T03:11:26.609Z | Downloaded reqwest v0.11.27 |
300 | 2024-09-24T03:11:26.617Z | Downloaded winnow v0.6.18 |
301 | 2024-09-24T03:11:26.626Z | Downloaded openssl v0.10.66 |
302 | 2024-09-24T03:11:26.635Z | Downloaded goblin v0.8.2 |
303 | 2024-09-24T03:11:26.642Z | Downloaded aho-corasick v1.1.3 |
304 | 2024-09-24T03:11:26.648Z | Downloaded futures-util v0.3.30 |
305 | 2024-09-24T03:11:26.660Z | Downloaded mio v1.0.2 |
306 | 2024-09-24T03:11:26.668Z | Downloaded h2 v0.3.26 |
307 | 2024-09-24T03:11:26.673Z | Downloaded http v0.2.12 |
308 | 2024-09-24T03:11:26.678Z | Downloaded http v1.1.0 |
309 | 2024-09-24T03:11:26.681Z | Downloaded bytes v1.7.2 |
310 | 2024-09-24T03:11:26.686Z | Downloaded ahash v0.8.11 |
311 | 2024-09-24T03:11:26.688Z | Downloaded pest_meta v2.7.13 |
312 | 2024-09-24T03:11:26.692Z | Downloaded base64 v0.22.1 |
313 | 2024-09-24T03:11:26.696Z | Downloaded strum_macros v0.26.4 |
314 | 2024-09-24T03:11:26.701Z | Downloaded url v2.5.2 |
315 | 2024-09-24T03:11:26.704Z | Downloaded sha2 v0.10.8 |
316 | 2024-09-24T03:11:26.704Z | Downloaded futures-channel v0.3.30 |
317 | 2024-09-24T03:11:26.706Z | Downloaded iana-time-zone v0.1.61 |
318 | 2024-09-24T03:11:26.708Z | Downloaded schemars v0.8.21 |
319 | 2024-09-24T03:11:26.721Z | Downloaded native-tls v0.2.12 |
320 | 2024-09-24T03:11:26.724Z | Downloaded futures-core v0.3.30 |
321 | 2024-09-24T03:11:26.724Z | Downloaded camino v1.1.9 |
322 | 2024-09-24T03:11:26.724Z | Downloaded ring v0.17.8 |
323 | 2024-09-24T03:11:26.790Z | Downloaded hyper-rustls v0.24.2 |
324 | 2024-09-24T03:11:26.793Z | Downloaded generic-array v0.14.7 |
325 | 2024-09-24T03:11:26.795Z | Downloaded darling v0.20.10 |
326 | 2024-09-24T03:11:26.798Z | Downloaded serde_with_macros v3.9.0 |
327 | 2024-09-24T03:11:26.800Z | Downloaded schemars_derive v0.8.21 |
328 | 2024-09-24T03:11:26.800Z | Downloaded openssl-sys v0.9.103 |
329 | 2024-09-24T03:11:26.806Z | Downloaded anyhow v1.0.89 |
330 | 2024-09-24T03:11:26.810Z | Downloaded plain v0.2.3 |
331 | 2024-09-24T03:11:26.813Z | Downloaded paste v1.0.15 |
332 | 2024-09-24T03:11:26.813Z | Downloaded dirs-next v2.0.0 |
333 | 2024-09-24T03:11:26.813Z | Downloaded uuid v1.10.0 |
334 | 2024-09-24T03:11:26.816Z | Downloaded memmap v0.7.0 |
335 | 2024-09-24T03:11:26.818Z | Downloaded macaddr v1.0.1 |
336 | 2024-09-24T03:11:26.818Z | Downloaded http-body v0.4.6 |
337 | 2024-09-24T03:11:26.821Z | Downloaded deranged v0.3.11 |
338 | 2024-09-24T03:11:26.821Z | Downloaded pin-utils v0.1.0 |
339 | 2024-09-24T03:11:26.823Z | Downloaded is-terminal v0.4.13 |
340 | 2024-09-24T03:11:26.823Z | Downloaded form_urlencoded v1.2.1 |
341 | 2024-09-24T03:11:26.824Z | Downloaded dyn-clone v1.0.17 |
342 | 2024-09-24T03:11:26.826Z | Downloaded dof v0.3.0 |
343 | 2024-09-24T03:11:26.826Z | Downloaded cfg-if v1.0.0 |
344 | 2024-09-24T03:11:26.826Z | Downloaded version_check v0.9.5 |
345 | 2024-09-24T03:11:26.829Z | Downloaded cpufeatures v0.2.14 |
346 | 2024-09-24T03:11:26.829Z | Downloaded zerocopy-derive v0.7.35 |
347 | 2024-09-24T03:11:26.832Z | Downloaded block-buffer v0.10.4 |
348 | 2024-09-24T03:11:26.835Z | Downloaded atomic-waker v1.1.2 |
349 | 2024-09-24T03:11:26.835Z | Downloaded pin-project-lite v0.2.14 |
350 | 2024-09-24T03:11:26.838Z | Downloaded foreign-types v0.3.2 |
351 | 2024-09-24T03:11:26.841Z | Downloaded equivalent v1.0.1 |
352 | 2024-09-24T03:11:26.841Z | Downloaded slab v0.4.9 |
353 | 2024-09-24T03:11:26.841Z | Downloaded darling_macro v0.20.10 |
354 | 2024-09-24T03:11:26.846Z | Downloaded pkg-config v0.3.31 |
355 | 2024-09-24T03:11:26.846Z | Downloaded crossbeam-utils v0.8.20 |
356 | 2024-09-24T03:11:26.846Z | Downloaded allocator-api2 v0.2.18 |
357 | 2024-09-24T03:11:26.849Z | Downloaded serde_path_to_error v0.1.16 |
358 | 2024-09-24T03:11:26.849Z | Downloaded rustls-pemfile v1.0.4 |
359 | 2024-09-24T03:11:26.851Z | Downloaded once_cell v1.19.0 |
360 | 2024-09-24T03:11:26.854Z | Downloaded lock_api v0.4.12 |
361 | 2024-09-24T03:11:26.854Z | Downloaded usdt-macro v0.5.0 |
362 | 2024-09-24T03:11:26.856Z | Downloaded futures v0.3.30 |
363 | 2024-09-24T03:11:26.859Z | Downloaded serde_spanned v0.6.7 |
364 | 2024-09-24T03:11:26.861Z | Downloaded getrandom v0.2.15 |
365 | 2024-09-24T03:11:26.864Z | Downloaded base64 v0.21.7 |
366 | 2024-09-24T03:11:26.874Z | Downloaded usdt-attr-macro v0.5.0 |
367 | 2024-09-24T03:11:26.874Z | Downloaded serde_urlencoded v0.7.1 |
368 | 2024-09-24T03:11:26.874Z | Downloaded rustversion v1.0.17 |
369 | 2024-09-24T03:11:26.874Z | Downloaded percent-encoding v2.3.1 |
370 | 2024-09-24T03:11:26.877Z | Downloaded futures-sink v0.3.30 |
371 | 2024-09-24T03:11:26.877Z | Downloaded autocfg v1.3.0 |
372 | 2024-09-24T03:11:26.877Z | Downloaded instant v0.1.13 |
373 | 2024-09-24T03:11:26.878Z | Downloaded futures-executor v0.3.30 |
374 | 2024-09-24T03:11:26.878Z | Downloaded unicode-bidi v0.3.15 |
375 | 2024-09-24T03:11:26.880Z | Downloaded parking_lot v0.12.3 |
376 | 2024-09-24T03:11:26.880Z | Downloaded dirs-sys-next v0.1.2 |
377 | 2024-09-24T03:11:27.000Z | Compiling proc-macro2 v1.0.86 |
378 | 2024-09-24T03:11:27.003Z | Compiling unicode-ident v1.0.13 |
379 | 2024-09-24T03:11:27.003Z | Compiling libc v0.2.158 |
380 | 2024-09-24T03:11:27.003Z | Checking cfg-if v1.0.0 |
381 | 2024-09-24T03:11:27.003Z | Compiling version_check v0.9.5 |
382 | 2024-09-24T03:11:27.014Z | Compiling autocfg v1.3.0 |
383 | 2024-09-24T03:11:27.019Z | Compiling serde v1.0.210 |
384 | 2024-09-24T03:11:27.019Z | Checking memchr v2.7.4 |
385 | 2024-09-24T03:11:27.086Z | Compiling serde_json v1.0.128 |
386 | 2024-09-24T03:11:27.195Z | Checking itoa v1.0.11 |
387 | 2024-09-24T03:11:27.637Z | Compiling ahash v0.8.11 |
388 | 2024-09-24T03:11:27.662Z | Checking once_cell v1.19.0 |
389 | 2024-09-24T03:11:27.716Z | Compiling thiserror v1.0.64 |
390 | 2024-09-24T03:11:27.867Z | Compiling shlex v1.3.0 |
391 | 2024-09-24T03:11:28.124Z | Checking byteorder v1.5.0 |
392 | 2024-09-24T03:11:28.384Z | Compiling cc v1.1.21 |
393 | 2024-09-24T03:11:29.065Z | Compiling num-traits v0.2.19 |
394 | 2024-09-24T03:11:29.104Z | Checking pin-project-lite v0.2.14 |
395 | 2024-09-24T03:11:29.163Z | Checking ryu v1.0.18 |
396 | 2024-09-24T03:11:29.195Z | Checking log v0.4.22 |
397 | 2024-09-24T03:11:29.368Z | Checking bytes v1.7.2 |
398 | 2024-09-24T03:11:29.371Z | Checking allocator-api2 v0.2.18 |
399 | 2024-09-24T03:11:29.518Z | Compiling lock_api v0.4.12 |
400 | 2024-09-24T03:11:29.650Z | Compiling parking_lot_core v0.9.10 |
401 | 2024-09-24T03:11:29.740Z | Compiling schemars v0.8.21 |
402 | 2024-09-24T03:11:29.760Z | Checking getrandom v0.2.15 |
403 | 2024-09-24T03:11:29.972Z | Compiling quote v1.0.37 |
404 | 2024-09-24T03:11:29.980Z | Checking smallvec v1.13.2 |
405 | 2024-09-24T03:11:29.988Z | Checking futures-core v0.3.30 |
406 | 2024-09-24T03:11:30.043Z | Checking scopeguard v1.2.0 |
407 | 2024-09-24T03:11:30.100Z | Checking signal-hook-registry v1.4.2 |
408 | 2024-09-24T03:11:30.116Z | Checking socket2 v0.5.7 |
409 | 2024-09-24T03:11:30.141Z | Checking mio v1.0.2 |
410 | 2024-09-24T03:11:30.328Z | Compiling syn v2.0.77 |
411 | 2024-09-24T03:11:30.566Z | Compiling slab v0.4.9 |
412 | 2024-09-24T03:11:30.606Z | Checking spin v0.9.8 |
413 | 2024-09-24T03:11:30.654Z | Checking futures-sink v0.3.30 |
414 | 2024-09-24T03:11:30.659Z | Checking untrusted v0.9.0 |
415 | 2024-09-24T03:11:30.662Z | Checking parking_lot v0.12.3 |
416 | 2024-09-24T03:11:30.768Z | Checking fnv v1.0.7 |
417 | 2024-09-24T03:11:30.800Z | Checking equivalent v1.0.1 |
418 | 2024-09-24T03:11:30.804Z | Checking futures-channel v0.3.30 |
419 | 2024-09-24T03:11:30.867Z | Checking pin-utils v0.1.0 |
420 | 2024-09-24T03:11:30.867Z | Compiling pkg-config v0.3.31 |
421 | 2024-09-24T03:11:30.936Z | Compiling vcpkg v0.2.15 |
422 | 2024-09-24T03:11:30.977Z | Checking futures-task v0.3.30 |
423 | 2024-09-24T03:11:31.138Z | Checking futures-io v0.3.30 |
424 | 2024-09-24T03:11:31.162Z | Compiling ring v0.17.8 |
425 | 2024-09-24T03:11:31.283Z | Compiling semver v1.0.23 |
426 | 2024-09-24T03:11:31.301Z | Compiling heck v0.5.0 |
427 | 2024-09-24T03:11:31.538Z | Checking iana-time-zone v0.1.61 |
428 | 2024-09-24T03:11:31.678Z | Compiling ucd-trie v0.1.6 |
429 | 2024-09-24T03:11:31.724Z | Checking http v0.2.12 |
430 | 2024-09-24T03:11:32.240Z | Checking dyn-clone v1.0.17 |
431 | 2024-09-24T03:11:32.381Z | Compiling httparse v1.9.4 |
432 | 2024-09-24T03:11:32.820Z | Compiling openssl-sys v0.9.103 |
433 | 2024-09-24T03:11:32.959Z | Checking tracing-core v0.1.32 |
434 | 2024-09-24T03:11:33.076Z | Compiling uuid v1.10.0 |
435 | 2024-09-24T03:11:33.573Z | Compiling chrono v0.4.38 |
436 | 2024-09-24T03:11:33.605Z | Checking tracing v0.1.40 |
437 | 2024-09-24T03:11:33.636Z | Checking foreign-types-shared v0.1.1 |
438 | 2024-09-24T03:11:33.685Z | Compiling slog v2.7.0 |
439 | 2024-09-24T03:11:33.696Z | Checking try-lock v0.2.5 |
440 | 2024-09-24T03:11:33.788Z | Compiling openssl v0.10.66 |
441 | 2024-09-24T03:11:33.912Z | Checking want v0.3.1 |
442 | 2024-09-24T03:11:34.075Z | Checking foreign-types v0.3.2 |
443 | 2024-09-24T03:11:34.104Z | Checking http-body v0.4.6 |
444 | 2024-09-24T03:11:34.161Z | Compiling aho-corasick v1.1.3 |
445 | 2024-09-24T03:11:34.184Z | Checking tinyvec_macros v0.1.1 |
446 | 2024-09-24T03:11:34.255Z | Checking httpdate v1.0.3 |
447 | 2024-09-24T03:11:34.436Z | Checking bitflags v2.6.0 |
448 | 2024-09-24T03:11:34.476Z | Checking percent-encoding v2.3.1 |
449 | 2024-09-24T03:11:34.633Z | Compiling rustls v0.21.12 |
450 | 2024-09-24T03:11:34.653Z | Compiling native-tls v0.2.12 |
451 | 2024-09-24T03:11:34.901Z | Compiling regex-syntax v0.8.4 |
452 | 2024-09-24T03:11:34.958Z | Checking tower-service v0.3.3 |
453 | 2024-09-24T03:11:35.071Z | Compiling typenum v1.17.0 |
454 | 2024-09-24T03:11:35.321Z | Checking form_urlencoded v1.2.1 |
455 | 2024-09-24T03:11:35.494Z | Checking tinyvec v1.8.0 |
456 | 2024-09-24T03:11:36.412Z | Compiling generic-array v0.14.7 |
457 | 2024-09-24T03:11:36.538Z | Checking openssl-probe v0.1.5 |
458 | 2024-09-24T03:11:36.741Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-09-24T03:11:36.756Z | Checking unicode-normalization v0.1.24 |
460 | 2024-09-24T03:11:38.108Z | Compiling regex-automata v0.4.7 |
461 | 2024-09-24T03:11:38.723Z | Compiling usdt-impl v0.5.0 |
462 | 2024-09-24T03:11:39.090Z | Checking encoding_rs v0.8.34 |
463 | 2024-09-24T03:11:39.191Z | Checking powerfmt v0.2.0 |
464 | 2024-09-24T03:11:39.204Z | Compiling num-conv v0.1.0 |
465 | 2024-09-24T03:11:39.436Z | Checking unicode-bidi v0.3.15 |
466 | 2024-09-24T03:11:39.478Z | Compiling time-core v0.1.2 |
467 | 2024-09-24T03:11:39.637Z | Checking mime v0.3.17 |
468 | 2024-09-24T03:11:39.914Z | Compiling time-macros v0.2.18 |
469 | 2024-09-24T03:11:39.968Z | Checking idna v0.5.0 |
470 | 2024-09-24T03:11:40.229Z | Checking deranged v0.3.11 |
471 | 2024-09-24T03:11:40.835Z | Compiling thread-id v4.2.2 |
472 | 2024-09-24T03:11:41.524Z | Compiling strsim v0.11.1 |
473 | 2024-09-24T03:11:42.109Z | Compiling regex v1.10.6 |
474 | 2024-09-24T03:11:42.141Z | Compiling serde_derive v1.0.210 |
475 | 2024-09-24T03:11:42.219Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-09-24T03:11:42.261Z | Compiling thiserror-impl v1.0.64 |
477 | 2024-09-24T03:11:42.655Z | Compiling schemars_derive v0.8.21 |
478 | 2024-09-24T03:11:42.997Z | Compiling tokio-macros v2.4.0 |
479 | 2024-09-24T03:11:43.074Z | Compiling futures-macro v0.3.30 |
480 | 2024-09-24T03:11:43.995Z | Checking zerocopy v0.7.35 |
481 | 2024-09-24T03:11:44.876Z | Checking tokio v1.40.0 |
482 | 2024-09-24T03:11:45.009Z | Checking futures-util v0.3.30 |
483 | 2024-09-24T03:11:45.361Z | Compiling pest v2.7.13 |
484 | 2024-09-24T03:11:45.604Z | Compiling openssl-macros v0.1.1 |
485 | 2024-09-24T03:11:45.735Z | Checking hashbrown v0.14.5 |
486 | 2024-09-24T03:11:46.863Z | Compiling scroll_derive v0.12.0 |
487 | 2024-09-24T03:11:47.712Z | Compiling regress v0.10.1 |
488 | 2024-09-24T03:11:48.264Z | Compiling pest_meta v2.7.13 |
489 | 2024-09-24T03:11:48.372Z | Checking scroll v0.12.0 |
490 | 2024-09-24T03:11:48.753Z | Checking rustls-webpki v0.101.7 |
491 | 2024-09-24T03:11:48.840Z | Checking sct v0.7.1 |
492 | 2024-09-24T03:11:50.408Z | Compiling pest_generator v2.7.13 |
493 | 2024-09-24T03:11:52.260Z | Checking tokio-util v0.7.12 |
494 | 2024-09-24T03:11:52.345Z | Compiling pest_derive v2.7.13 |
495 | 2024-09-24T03:11:52.450Z | Checking tokio-native-tls v0.3.1 |
496 | 2024-09-24T03:11:52.665Z | Checking plain v0.2.3 |
497 | 2024-09-24T03:11:52.807Z | Compiling ident_case v1.0.1 |
498 | 2024-09-24T03:11:52.978Z | Compiling crossbeam-utils v0.8.20 |
499 | 2024-09-24T03:11:53.113Z | Checking rustls-pki-types v1.8.0 |
500 | 2024-09-24T03:11:53.219Z | Compiling dtrace-parser v0.2.0 |
501 | 2024-09-24T03:11:53.507Z | Checking base64 v0.21.7 |
502 | 2024-09-24T03:11:53.572Z | Checking num_threads v0.1.7 |
503 | 2024-09-24T03:11:53.901Z | Checking time v0.3.36 |
504 | 2024-09-24T03:11:53.979Z | Checking rustls-pemfile v1.0.4 |
505 | 2024-09-24T03:11:54.190Z | Compiling darling_core v0.20.10 |
506 | 2024-09-24T03:11:55.004Z | Checking indexmap v2.5.0 |
507 | 2024-09-24T03:11:55.607Z | Compiling serde_tokenstream v0.2.2 |
508 | 2024-09-24T03:11:56.176Z | Checking tokio-rustls v0.24.1 |
509 | 2024-09-24T03:11:56.262Z | Checking h2 v0.3.26 |
510 | 2024-09-24T03:11:56.306Z | Checking serde_urlencoded v0.7.1 |
511 | 2024-09-24T03:11:56.652Z | Checking openapiv3 v2.0.0 |
512 | 2024-09-24T03:11:56.903Z | Checking goblin v0.8.2 |
513 | 2024-09-24T03:11:57.626Z | Compiling dof v0.3.0 |
514 | 2024-09-24T03:11:59.375Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
515 | 2024-09-24T03:12:00.267Z | Checking url v2.5.2 |
516 | 2024-09-24T03:12:00.559Z | Checking hyper v0.14.30 |
517 | 2024-09-24T03:12:00.667Z | Checking dirs-sys-next v0.1.2 |
518 | 2024-09-24T03:12:01.088Z | Checking webpki-roots v0.25.4 |
519 | 2024-09-24T03:12:01.200Z | Compiling rustls v0.22.4 |
520 | 2024-09-24T03:12:01.230Z | Compiling rustversion v1.0.17 |
521 | 2024-09-24T03:12:01.504Z | Compiling paste v1.0.15 |
522 | 2024-09-24T03:12:01.905Z | Compiling unsafe-libyaml v0.2.11 |
523 | 2024-09-24T03:12:02.046Z | Checking ipnet v2.10.0 |
524 | 2024-09-24T03:12:02.090Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-09-24T03:12:02.224Z | Checking pretty-hex v0.4.1 |
526 | 2024-09-24T03:12:02.279Z | Checking sync_wrapper v0.1.2 |
527 | 2024-09-24T03:12:02.469Z | Checking dirs-next v2.0.0 |
528 | 2024-09-24T03:12:02.504Z | Compiling darling_macro v0.20.10 |
529 | 2024-09-24T03:12:02.563Z | Checking serde_spanned v0.6.7 |
530 | 2024-09-24T03:12:02.583Z | Checking toml_datetime v0.6.8 |
531 | 2024-09-24T03:12:02.892Z | Checking rustls-webpki v0.102.8 |
532 | 2024-09-24T03:12:02.986Z | Checking ppv-lite86 v0.2.20 |
533 | 2024-09-24T03:12:03.033Z | Checking block-buffer v0.10.4 |
534 | 2024-09-24T03:12:03.171Z | Checking crypto-common v0.1.6 |
535 | 2024-09-24T03:12:03.380Z | Compiling serde_yaml v0.9.34+deprecated |
536 | 2024-09-24T03:12:03.402Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-09-24T03:12:03.462Z | Checking rand_core v0.6.4 |
538 | 2024-09-24T03:12:03.708Z | Checking thread_local v1.1.8 |
539 | 2024-09-24T03:12:03.735Z | Compiling multer v3.1.0 |
540 | 2024-09-24T03:12:03.744Z | Compiling slog-async v2.8.0 |
541 | 2024-09-24T03:12:03.749Z | Checking zeroize v1.8.1 |
542 | 2024-09-24T03:12:03.975Z | Compiling camino v1.1.9 |
543 | 2024-09-24T03:12:03.987Z | Checking match_cfg v0.1.0 |
544 | 2024-09-24T03:12:04.054Z | Checking subtle v2.6.1 |
545 | 2024-09-24T03:12:04.069Z | Compiling anyhow v1.0.89 |
546 | 2024-09-24T03:12:04.251Z | Checking winnow v0.6.18 |
547 | 2024-09-24T03:12:04.738Z | Checking hostname v0.3.1 |
548 | 2024-09-24T03:12:04.821Z | Checking rand_chacha v0.3.1 |
549 | 2024-09-24T03:12:05.010Z | Checking hyper-tls v0.5.0 |
550 | 2024-09-24T03:12:05.167Z | Checking hyper-rustls v0.24.2 |
551 | 2024-09-24T03:12:05.273Z | Compiling darling v0.20.10 |
552 | 2024-09-24T03:12:05.379Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-09-24T03:12:05.386Z | Checking digest v0.10.7 |
554 | 2024-09-24T03:12:05.438Z | Checking reqwest v0.11.27 |
555 | 2024-09-24T03:12:05.696Z | Checking term v0.7.0 |
556 | 2024-09-24T03:12:06.102Z | Compiling structmeta v0.3.0 |
557 | 2024-09-24T03:12:06.477Z | Compiling usdt-macro v0.5.0 |
558 | 2024-09-24T03:12:06.777Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
559 | 2024-09-24T03:12:07.105Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-09-24T03:12:07.160Z | Checking slog-json v2.6.1 |
561 | 2024-09-24T03:12:07.228Z | Checking futures-executor v0.3.30 |
562 | 2024-09-24T03:12:07.306Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-09-24T03:12:07.328Z | Checking toml_edit v0.22.21 |
564 | 2024-09-24T03:12:07.363Z | Checking http v1.1.0 |
565 | 2024-09-24T03:12:07.535Z | Checking is-terminal v0.4.13 |
566 | 2024-09-24T03:12:07.548Z | Checking memmap v0.7.0 |
567 | 2024-09-24T03:12:07.745Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
568 | 2024-09-24T03:12:07.757Z | Checking base64 v0.22.1 |
569 | 2024-09-24T03:12:07.822Z | Checking atomic-waker v1.1.2 |
570 | 2024-09-24T03:12:07.931Z | Checking cpufeatures v0.2.14 |
571 | 2024-09-24T03:12:08.018Z | Checking take_mut v0.2.2 |
572 | 2024-09-24T03:12:08.114Z | Checking sha1 v0.10.6 |
573 | 2024-09-24T03:12:08.213Z | Checking rustls-pemfile v2.1.3 |
574 | 2024-09-24T03:12:08.369Z | Checking waitgroup v0.1.2 |
575 | 2024-09-24T03:12:08.410Z | Checking tokio-rustls v0.25.0 |
576 | 2024-09-24T03:12:08.455Z | Checking slog-term v2.9.1 |
577 | 2024-09-24T03:12:08.499Z | Checking usdt v0.5.0 |
578 | 2024-09-24T03:12:08.507Z | Checking futures v0.3.30 |
579 | 2024-09-24T03:12:08.596Z | Compiling strum_macros v0.26.4 |
580 | 2024-09-24T03:12:08.657Z | Checking async-stream v0.3.5 |
581 | 2024-09-24T03:12:08.720Z | Checking slog-bunyan v2.5.0 |
582 | 2024-09-24T03:12:08.733Z | Compiling parse-display-derive v0.10.0 |
583 | 2024-09-24T03:12:08.831Z | Compiling serde_with_macros v3.9.0 |
584 | 2024-09-24T03:12:08.869Z | Checking rand v0.8.5 |
585 | 2024-09-24T03:12:09.375Z | Checking ipnetwork v0.20.0 |
586 | 2024-09-24T03:12:09.716Z | Checking newtype-uuid v1.1.0 |
587 | 2024-09-24T03:12:09.720Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
588 | 2024-09-24T03:12:09.892Z | Checking toml v0.8.19 |
589 | 2024-09-24T03:12:09.947Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-09-24T03:12:10.096Z | Checking hex v0.4.3 |
591 | 2024-09-24T03:12:10.574Z | Compiling async-trait v0.1.82 |
592 | 2024-09-24T03:12:10.625Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-09-24T03:12:10.628Z | Checking hostname v0.4.0 |
594 | 2024-09-24T03:12:10.750Z | Checking instant v0.1.13 |
595 | 2024-09-24T03:12:10.851Z | Checking debug-ignore v1.0.5 |
596 | 2024-09-24T03:12:10.982Z | Checking backoff v0.4.0 |
597 | 2024-09-24T03:12:11.219Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
598 | 2024-09-24T03:12:11.357Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
599 | 2024-09-24T03:12:11.447Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-09-24T03:12:11.534Z | Checking serde_with v3.9.0 |
601 | 2024-09-24T03:12:11.592Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-09-24T03:12:11.602Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-09-24T03:12:12.120Z | Checking macaddr v1.0.1 |
604 | 2024-09-24T03:12:12.284Z | Checking regress v0.9.1 |
605 | 2024-09-24T03:12:12.672Z | Checking parse-display v0.10.0 |
606 | 2024-09-24T03:12:13.030Z | Checking strum v0.26.3 |
607 | 2024-09-24T03:12:13.176Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
608 | 2024-09-24T03:12:15.226Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
609 | 2024-09-24T03:12:15.347Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
610 | 2024-09-24T03:12:17.884Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
611 | 2024-09-24T03:12:22.969Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
612 | 2024-09-24T03:12:23.072Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
613 | 2024-09-24T03:12:25.982Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
614 | 2024-09-24T03:12:33.375Z | Checking test-project v0.1.0 (/tmp/test-project) |
615 | 2024-09-24T03:12:33.426Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
616 | 2024-09-24T03:12:33.495Z | + cargo build --release |
617 | 2024-09-24T03:12:33.762Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-09-24T03:12:33.762Z | Compiling unicode-ident v1.0.13 |
619 | 2024-09-24T03:12:33.762Z | Compiling libc v0.2.158 |
620 | 2024-09-24T03:12:33.762Z | Compiling cfg-if v1.0.0 |
621 | 2024-09-24T03:12:33.769Z | Compiling version_check v0.9.5 |
622 | 2024-09-24T03:12:33.769Z | Compiling autocfg v1.3.0 |
623 | 2024-09-24T03:12:33.769Z | Compiling serde v1.0.210 |
624 | 2024-09-24T03:12:33.769Z | Compiling memchr v2.7.4 |
625 | 2024-09-24T03:12:33.885Z | Compiling serde_json v1.0.128 |
626 | 2024-09-24T03:12:33.947Z | Compiling itoa v1.0.11 |
627 | 2024-09-24T03:12:34.240Z | Compiling thiserror v1.0.64 |
628 | 2024-09-24T03:12:34.379Z | Compiling once_cell v1.19.0 |
629 | 2024-09-24T03:12:34.406Z | Compiling ahash v0.8.11 |
630 | 2024-09-24T03:12:34.499Z | Compiling shlex v1.3.0 |
631 | 2024-09-24T03:12:34.847Z | Compiling byteorder v1.5.0 |
632 | 2024-09-24T03:12:34.856Z | Compiling cc v1.1.21 |
633 | 2024-09-24T03:12:35.214Z | Compiling quote v1.0.37 |
634 | 2024-09-24T03:12:35.270Z | Compiling getrandom v0.2.15 |
635 | 2024-09-24T03:12:35.404Z | Compiling num-traits v0.2.19 |
636 | 2024-09-24T03:12:35.414Z | Compiling pin-project-lite v0.2.14 |
637 | 2024-09-24T03:12:35.585Z | Compiling syn v2.0.77 |
638 | 2024-09-24T03:12:35.612Z | Compiling ryu v1.0.18 |
639 | 2024-09-24T03:12:35.830Z | Compiling bytes v1.7.2 |
640 | 2024-09-24T03:12:35.932Z | Compiling log v0.4.22 |
641 | 2024-09-24T03:12:35.958Z | Compiling schemars v0.8.21 |
642 | 2024-09-24T03:12:36.150Z | Compiling allocator-api2 v0.2.18 |
643 | 2024-09-24T03:12:36.285Z | Compiling lock_api v0.4.12 |
644 | 2024-09-24T03:12:36.370Z | Compiling parking_lot_core v0.9.10 |
645 | 2024-09-24T03:12:36.386Z | Compiling smallvec v1.13.2 |
646 | 2024-09-24T03:12:36.515Z | Compiling scopeguard v1.2.0 |
647 | 2024-09-24T03:12:36.655Z | Compiling futures-core v0.3.30 |
648 | 2024-09-24T03:12:36.877Z | Compiling socket2 v0.5.7 |
649 | 2024-09-24T03:12:36.890Z | Compiling mio v1.0.2 |
650 | 2024-09-24T03:12:37.017Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-09-24T03:12:37.280Z | Compiling parking_lot v0.12.3 |
652 | 2024-09-24T03:12:37.719Z | Compiling slab v0.4.9 |
653 | 2024-09-24T03:12:37.725Z | Compiling spin v0.9.8 |
654 | 2024-09-24T03:12:37.798Z | Compiling ring v0.17.8 |
655 | 2024-09-24T03:12:38.107Z | Compiling futures-sink v0.3.30 |
656 | 2024-09-24T03:12:38.191Z | Compiling untrusted v0.9.0 |
657 | 2024-09-24T03:12:38.199Z | Compiling semver v1.0.23 |
658 | 2024-09-24T03:12:38.541Z | Compiling fnv v1.0.7 |
659 | 2024-09-24T03:12:38.549Z | Compiling equivalent v1.0.1 |
660 | 2024-09-24T03:12:38.650Z | Compiling futures-channel v0.3.30 |
661 | 2024-09-24T03:12:38.722Z | Compiling futures-io v0.3.30 |
662 | 2024-09-24T03:12:38.857Z | Compiling pin-utils v0.1.0 |
663 | 2024-09-24T03:12:38.874Z | Compiling pkg-config v0.3.31 |
664 | 2024-09-24T03:12:38.935Z | Compiling vcpkg v0.2.15 |
665 | 2024-09-24T03:12:39.055Z | Compiling heck v0.5.0 |
666 | 2024-09-24T03:12:39.184Z | Compiling futures-task v0.3.30 |
667 | 2024-09-24T03:12:39.403Z | Compiling iana-time-zone v0.1.61 |
668 | 2024-09-24T03:12:39.497Z | Compiling ucd-trie v0.1.6 |
669 | 2024-09-24T03:12:39.968Z | Compiling http v0.2.12 |
670 | 2024-09-24T03:12:40.295Z | Compiling httparse v1.9.4 |
671 | 2024-09-24T03:12:40.321Z | Compiling dyn-clone v1.0.17 |
672 | 2024-09-24T03:12:40.605Z | Compiling openssl-sys v0.9.103 |
673 | 2024-09-24T03:12:41.033Z | Compiling tracing-core v0.1.32 |
674 | 2024-09-24T03:12:41.386Z | Compiling chrono v0.4.38 |
675 | 2024-09-24T03:12:41.500Z | Compiling uuid v1.10.0 |
676 | 2024-09-24T03:12:41.846Z | Compiling tracing v0.1.40 |
677 | 2024-09-24T03:12:43.346Z | Compiling serde_derive_internals v0.29.1 |
678 | 2024-09-24T03:12:43.374Z | Compiling slog v2.7.0 |
679 | 2024-09-24T03:12:43.609Z | Compiling openssl v0.10.66 |
680 | 2024-09-24T03:12:43.888Z | Compiling try-lock v0.2.5 |
681 | 2024-09-24T03:12:44.042Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-09-24T03:12:44.133Z | Compiling foreign-types v0.3.2 |
683 | 2024-09-24T03:12:44.199Z | Compiling want v0.3.1 |
684 | 2024-09-24T03:12:44.362Z | Compiling http-body v0.4.6 |
685 | 2024-09-24T03:12:44.795Z | Compiling aho-corasick v1.1.3 |
686 | 2024-09-24T03:12:44.864Z | Compiling tinyvec_macros v0.1.1 |
687 | 2024-09-24T03:12:44.941Z | Compiling regex-syntax v0.8.4 |
688 | 2024-09-24T03:12:45.552Z | Compiling bitflags v2.6.0 |
689 | 2024-09-24T03:12:45.627Z | Compiling percent-encoding v2.3.1 |
690 | 2024-09-24T03:12:45.918Z | Compiling httpdate v1.0.3 |
691 | 2024-09-24T03:12:45.926Z | Compiling tower-service v0.3.3 |
692 | 2024-09-24T03:12:46.050Z | Compiling rustls v0.21.12 |
693 | 2024-09-24T03:12:46.110Z | Compiling typenum v1.17.0 |
694 | 2024-09-24T03:12:46.386Z | Compiling native-tls v0.2.12 |
695 | 2024-09-24T03:12:46.692Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-09-24T03:12:46.854Z | Compiling tinyvec v1.8.0 |
697 | 2024-09-24T03:12:47.278Z | Compiling generic-array v0.14.7 |
698 | 2024-09-24T03:12:47.631Z | Compiling openssl-probe v0.1.5 |
699 | 2024-09-24T03:12:48.144Z | Compiling serde_derive v1.0.210 |
700 | 2024-09-24T03:12:48.231Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-09-24T03:12:48.277Z | Compiling thiserror-impl v1.0.64 |
702 | 2024-09-24T03:12:48.540Z | Compiling schemars_derive v0.8.21 |
703 | 2024-09-24T03:12:49.089Z | Compiling tokio-macros v2.4.0 |
704 | 2024-09-24T03:12:50.330Z | Compiling zerocopy v0.7.35 |
705 | 2024-09-24T03:12:50.740Z | Compiling tokio v1.40.0 |
706 | 2024-09-24T03:12:51.294Z | Compiling futures-macro v0.3.30 |
707 | 2024-09-24T03:12:51.629Z | Compiling pest v2.7.13 |
708 | 2024-09-24T03:12:52.548Z | Compiling hashbrown v0.14.5 |
709 | 2024-09-24T03:12:53.227Z | Compiling futures-util v0.3.30 |
710 | 2024-09-24T03:12:54.119Z | Compiling regress v0.10.1 |
711 | 2024-09-24T03:12:54.238Z | Compiling pest_meta v2.7.13 |
712 | 2024-09-24T03:12:54.673Z | Compiling openssl-macros v0.1.1 |
713 | 2024-09-24T03:12:58.314Z | Compiling pest_generator v2.7.13 |
714 | 2024-09-24T03:12:58.878Z | Compiling rustls-webpki v0.101.7 |
715 | 2024-09-24T03:13:00.044Z | Compiling tokio-util v0.7.12 |
716 | 2024-09-24T03:13:00.225Z | Compiling pest_derive v2.7.13 |
717 | 2024-09-24T03:13:01.126Z | Compiling sct v0.7.1 |
718 | 2024-09-24T03:13:01.564Z | Compiling regex-automata v0.4.7 |
719 | 2024-09-24T03:13:02.717Z | Compiling indexmap v2.5.0 |
720 | 2024-09-24T03:13:03.290Z | Compiling serde_tokenstream v0.2.2 |
721 | 2024-09-24T03:13:06.249Z | Compiling h2 v0.3.26 |
722 | 2024-09-24T03:13:08.871Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
723 | 2024-09-24T03:13:09.503Z | Compiling regex v1.10.6 |
724 | 2024-09-24T03:13:11.622Z | Compiling hyper v0.14.30 |
725 | 2024-09-24T03:13:13.291Z | Compiling unicode-normalization v0.1.24 |
726 | 2024-09-24T03:13:14.615Z | Compiling scroll_derive v0.12.0 |
727 | 2024-09-24T03:13:20.795Z | Compiling usdt-impl v0.5.0 |
728 | 2024-09-24T03:13:21.103Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
729 | 2024-09-24T03:13:21.196Z | Compiling encoding_rs v0.8.34 |
730 | 2024-09-24T03:13:21.497Z | Compiling powerfmt v0.2.0 |
731 | 2024-09-24T03:13:21.999Z | Compiling unicode-bidi v0.3.15 |
732 | 2024-09-24T03:13:22.238Z | Compiling time-core v0.1.2 |
733 | 2024-09-24T03:13:22.409Z | Compiling mime v0.3.17 |
734 | 2024-09-24T03:13:23.485Z | Compiling num-conv v0.1.0 |
735 | 2024-09-24T03:13:25.030Z | Compiling time-macros v0.2.18 |
736 | 2024-09-24T03:13:25.126Z | Compiling idna v0.5.0 |
737 | 2024-09-24T03:13:28.782Z | Compiling deranged v0.3.11 |
738 | 2024-09-24T03:13:31.125Z | Compiling thread-id v4.2.2 |
739 | 2024-09-24T03:13:31.227Z | Compiling scroll v0.12.0 |
740 | 2024-09-24T03:13:31.865Z | Compiling tokio-rustls v0.24.1 |
741 | 2024-09-24T03:13:31.940Z | Compiling tokio-native-tls v0.3.1 |
742 | 2024-09-24T03:13:32.166Z | Compiling dof v0.3.0 |
743 | 2024-09-24T03:13:32.221Z | Compiling serde_urlencoded v0.7.1 |
744 | 2024-09-24T03:13:32.277Z | Compiling dtrace-parser v0.2.0 |
745 | 2024-09-24T03:13:33.216Z | Compiling omicron-workspace-hack v0.1.0 |
746 | 2024-09-24T03:13:33.536Z | Compiling rustls-pki-types v1.8.0 |
747 | 2024-09-24T03:13:34.020Z | Compiling ident_case v1.0.1 |
748 | 2024-09-24T03:13:34.191Z | Compiling num_threads v0.1.7 |
749 | 2024-09-24T03:13:34.559Z | Compiling strsim v0.11.1 |
750 | 2024-09-24T03:13:35.301Z | Compiling base64 v0.21.7 |
751 | 2024-09-24T03:13:35.554Z | Compiling crossbeam-utils v0.8.20 |
752 | 2024-09-24T03:13:36.156Z | Compiling plain v0.2.3 |
753 | 2024-09-24T03:13:36.303Z | Compiling goblin v0.8.2 |
754 | 2024-09-24T03:13:36.459Z | Compiling rustls-pemfile v1.0.4 |
755 | 2024-09-24T03:13:38.601Z | Compiling time v0.3.36 |
756 | 2024-09-24T03:13:40.476Z | Compiling darling_core v0.20.10 |
757 | 2024-09-24T03:13:45.134Z | Compiling hyper-rustls v0.24.2 |
758 | 2024-09-24T03:13:45.567Z | Compiling hyper-tls v0.5.0 |
759 | 2024-09-24T03:13:46.056Z | Compiling url v2.5.2 |
760 | 2024-09-24T03:13:46.141Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
761 | 2024-09-24T03:13:46.264Z | Compiling openapiv3 v2.0.0 |
762 | 2024-09-24T03:13:46.685Z | Compiling dirs-sys-next v0.1.2 |
763 | 2024-09-24T03:13:47.801Z | Compiling webpki-roots v0.25.4 |
764 | 2024-09-24T03:13:47.853Z | Compiling sync_wrapper v0.1.2 |
765 | 2024-09-24T03:13:47.957Z | Compiling ipnet v2.10.0 |
766 | 2024-09-24T03:13:47.978Z | Compiling rustls v0.22.4 |
767 | 2024-09-24T03:13:48.300Z | Compiling unsafe-libyaml v0.2.11 |
768 | 2024-09-24T03:13:50.116Z | Compiling rustversion v1.0.17 |
769 | 2024-09-24T03:13:50.573Z | Compiling paste v1.0.15 |
770 | 2024-09-24T03:13:50.636Z | Compiling pretty-hex v0.4.1 |
771 | 2024-09-24T03:13:50.872Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
772 | 2024-09-24T03:13:51.211Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-09-24T03:13:51.718Z | Compiling reqwest v0.11.27 |
774 | 2024-09-24T03:13:53.413Z | Compiling dirs-next v2.0.0 |
775 | 2024-09-24T03:13:53.668Z | Compiling darling_macro v0.20.10 |
776 | 2024-09-24T03:13:57.021Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-09-24T03:13:57.115Z | Compiling crypto-common v0.1.6 |
778 | 2024-09-24T03:13:57.316Z | Compiling block-buffer v0.10.4 |
779 | 2024-09-24T03:13:57.550Z | Compiling serde_spanned v0.6.7 |
780 | 2024-09-24T03:13:57.618Z | Compiling toml_datetime v0.6.8 |
781 | 2024-09-24T03:13:57.789Z | Compiling ppv-lite86 v0.2.20 |
782 | 2024-09-24T03:13:58.331Z | Compiling structmeta-derive v0.3.0 |
783 | 2024-09-24T03:13:58.428Z | Compiling rand_core v0.6.4 |
784 | 2024-09-24T03:13:58.815Z | Compiling thread_local v1.1.8 |
785 | 2024-09-24T03:13:58.909Z | Compiling multer v3.1.0 |
786 | 2024-09-24T03:13:59.250Z | Compiling camino v1.1.9 |
787 | 2024-09-24T03:13:59.575Z | Compiling winnow v0.6.18 |
788 | 2024-09-24T03:13:59.862Z | Compiling slog-async v2.8.0 |
789 | 2024-09-24T03:14:00.378Z | Compiling anyhow v1.0.89 |
790 | 2024-09-24T03:14:00.787Z | Compiling subtle v2.6.1 |
791 | 2024-09-24T03:14:00.996Z | Compiling zeroize v1.8.1 |
792 | 2024-09-24T03:14:01.069Z | Compiling match_cfg v0.1.0 |
793 | 2024-09-24T03:14:01.081Z | Compiling structmeta v0.3.0 |
794 | 2024-09-24T03:14:01.156Z | Compiling hostname v0.3.1 |
795 | 2024-09-24T03:14:01.447Z | Compiling rand_chacha v0.3.1 |
796 | 2024-09-24T03:14:01.456Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
797 | 2024-09-24T03:14:01.627Z | Compiling digest v0.10.7 |
798 | 2024-09-24T03:14:01.891Z | Compiling crossbeam-channel v0.5.13 |
799 | 2024-09-24T03:14:03.517Z | Compiling toml_edit v0.22.21 |
800 | 2024-09-24T03:14:04.010Z | Compiling darling v0.20.10 |
801 | 2024-09-24T03:14:04.115Z | Compiling term v0.7.0 |
802 | 2024-09-24T03:14:08.770Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
803 | 2024-09-24T03:14:12.807Z | Compiling usdt-macro v0.5.0 |
804 | 2024-09-24T03:14:12.915Z | Compiling usdt-attr-macro v0.5.0 |
805 | 2024-09-24T03:14:14.176Z | Compiling slog-json v2.6.1 |
806 | 2024-09-24T03:14:14.456Z | Compiling futures-executor v0.3.30 |
807 | 2024-09-24T03:14:14.703Z | Compiling async-stream-impl v0.3.5 |
808 | 2024-09-24T03:14:15.702Z | Compiling http v1.1.0 |
809 | 2024-09-24T03:14:16.025Z | Compiling is-terminal v0.4.13 |
810 | 2024-09-24T03:14:16.141Z | Compiling memmap v0.7.0 |
811 | 2024-09-24T03:14:16.578Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
812 | 2024-09-24T03:14:16.935Z | Compiling atomic-waker v1.1.2 |
813 | 2024-09-24T03:14:17.094Z | Compiling base64 v0.22.1 |
814 | 2024-09-24T03:14:17.110Z | Compiling cpufeatures v0.2.14 |
815 | 2024-09-24T03:14:17.197Z | Compiling take_mut v0.2.2 |
816 | 2024-09-24T03:14:18.199Z | Compiling rustls-pemfile v2.1.3 |
817 | 2024-09-24T03:14:20.438Z | Compiling sha1 v0.10.6 |
818 | 2024-09-24T03:14:20.890Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
819 | 2024-09-24T03:14:21.071Z | Compiling waitgroup v0.1.2 |
820 | 2024-09-24T03:14:21.288Z | Compiling usdt v0.5.0 |
821 | 2024-09-24T03:14:21.311Z | Compiling slog-term v2.9.1 |
822 | 2024-09-24T03:14:21.744Z | Compiling async-stream v0.3.5 |
823 | 2024-09-24T03:14:22.093Z | Compiling futures v0.3.30 |
824 | 2024-09-24T03:14:22.291Z | Compiling slog-bunyan v2.5.0 |
825 | 2024-09-24T03:14:22.548Z | Compiling strum_macros v0.26.4 |
826 | 2024-09-24T03:14:22.833Z | Compiling toml v0.8.19 |
827 | 2024-09-24T03:14:24.183Z | Compiling tokio-rustls v0.25.0 |
828 | 2024-09-24T03:14:24.625Z | Compiling serde_with_macros v3.9.0 |
829 | 2024-09-24T03:14:26.733Z | Compiling rand v0.8.5 |
830 | 2024-09-24T03:14:27.259Z | Compiling parse-display-derive v0.10.0 |
831 | 2024-09-24T03:14:28.759Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-09-24T03:14:29.062Z | Compiling ipnetwork v0.20.0 |
833 | 2024-09-24T03:14:30.144Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
834 | 2024-09-24T03:14:30.424Z | Compiling hex v0.4.3 |
835 | 2024-09-24T03:14:31.111Z | Compiling serde_path_to_error v0.1.16 |
836 | 2024-09-24T03:14:31.369Z | Compiling async-trait v0.1.82 |
837 | 2024-09-24T03:14:32.157Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
838 | 2024-09-24T03:14:33.012Z | Compiling hostname v0.4.0 |
839 | 2024-09-24T03:14:33.252Z | Compiling instant v0.1.13 |
840 | 2024-09-24T03:14:33.408Z | Compiling debug-ignore v1.0.5 |
841 | 2024-09-24T03:14:33.557Z | Compiling backoff v0.4.0 |
842 | 2024-09-24T03:14:33.773Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
843 | 2024-09-24T03:14:33.870Z | Compiling parse-display v0.10.0 |
844 | 2024-09-24T03:14:33.913Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
845 | 2024-09-24T03:14:33.946Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-09-24T03:14:34.069Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
847 | 2024-09-24T03:14:35.111Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-09-24T03:14:35.763Z | Compiling serde_with v3.9.0 |
849 | 2024-09-24T03:14:35.963Z | Compiling strum v0.26.3 |
850 | 2024-09-24T03:14:36.139Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
851 | 2024-09-24T03:14:37.001Z | Compiling macaddr v1.0.1 |
852 | 2024-09-24T03:14:37.623Z | Compiling regress v0.9.1 |
853 | 2024-09-24T03:14:42.747Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
854 | 2024-09-24T03:14:52.876Z | Compiling test-project v0.1.0 (/tmp/test-project) |
855 | 2024-09-24T03:15:02.007Z | Finished `release` profile [optimized] target(s) in 2m 28s |
856 | 2024-09-24T03:15:02.065Z | process exited: duration 225237 ms, exit code 0 |
|
857 | 2024-09-24T03:15:02.108Z | found 0 output files |