|
|
|
1 | 2024-08-03T03:31:13.525Z | job assigned to worker 01J4B4KF8418YYQ6FF0X5FSEVB (queued for 1 m 5 s) |
|
2 | 2024-08-03T03:31:21.649Z | starting task 0: "setup" |
3 | 2024-08-03T03:31:21.706Z | ++ uname -s |
4 | 2024-08-03T03:31:21.709Z | + kern=SunOS |
5 | 2024-08-03T03:31:21.709Z | + case "$kern" in |
6 | 2024-08-03T03:31:21.709Z | + groupadd -g 12345 build |
7 | 2024-08-03T03:31:21.712Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-03T03:31:23.736Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-03T03:31:23.844Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-03T03:31:23.847Z | + home_fs=zfs |
11 | 2024-08-03T03:31:23.847Z | + [[ zfs == autofs ]] |
12 | 2024-08-03T03:31:23.847Z | + mkdir -p /home/build |
13 | 2024-08-03T03:31:23.850Z | + chown build:build /home/build /work |
14 | 2024-08-03T03:31:25.852Z | + chmod 0700 /home/build /work |
15 | 2024-08-03T03:31:25.854Z | process exited: duration 4204 ms, exit code 0 |
|
16 | 2024-08-03T03:31:25.860Z | starting task 1: "rust-toolchain" |
17 | 2024-08-03T03:31:25.866Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-03T03:31:25.866Z | ' 1.80.0 |
19 | 2024-08-03T03:31:25.868Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-03T03:31:25.868Z | * toolchain channel = "1.80.0" |
21 | 2024-08-03T03:31:25.868Z | * toolchain profile = "default" |
22 | 2024-08-03T03:31:25.868Z | ' default |
23 | 2024-08-03T03:31:25.869Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-03T03:31:25.869Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-03T03:31:25.984Z | info: downloading installer |
26 | 2024-08-03T03:31:27.322Z | info: profile set to 'default' |
27 | 2024-08-03T03:31:27.322Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-03T03:31:27.325Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-03T03:31:27.459Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-03T03:31:27.459Z | info: downloading component 'cargo' |
31 | 2024-08-03T03:31:28.179Z | info: downloading component 'clippy' |
32 | 2024-08-03T03:31:28.437Z | info: downloading component 'rust-docs' |
33 | 2024-08-03T03:31:29.445Z | info: downloading component 'rust-std' |
34 | 2024-08-03T03:31:30.882Z | info: downloading component 'rustc' |
35 | 2024-08-03T03:31:34.821Z | info: downloading component 'rustfmt' |
36 | 2024-08-03T03:31:35.035Z | info: installing component 'cargo' |
37 | 2024-08-03T03:31:35.879Z | info: installing component 'clippy' |
38 | 2024-08-03T03:31:36.262Z | info: installing component 'rust-docs' |
39 | 2024-08-03T03:31:37.861Z | info: installing component 'rust-std' |
40 | 2024-08-03T03:31:39.449Z | info: installing component 'rustc' |
41 | 2024-08-03T03:31:44.065Z | info: installing component 'rustfmt' |
42 | 2024-08-03T03:31:44.420Z | |
43 | 2024-08-03T03:31:44.420Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
44 | 2024-08-03T03:31:44.707Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-03T03:31:44.707Z | |
46 | 2024-08-03T03:31:44.710Z | |
47 | 2024-08-03T03:31:44.710Z | Rust is installed now. Great! |
48 | 2024-08-03T03:31:44.710Z | |
49 | 2024-08-03T03:31:44.710Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-03T03:31:44.710Z | environment variable. This has not been done automatically. |
51 | 2024-08-03T03:31:44.710Z | |
52 | 2024-08-03T03:31:44.710Z | To configure your current shell, you need to source |
53 | 2024-08-03T03:31:44.710Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-03T03:31:44.710Z | |
55 | 2024-08-03T03:31:44.710Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-03T03:31:44.710Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-03T03:31:44.710Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-03T03:31:44.779Z | + rustc --version |
59 | 2024-08-03T03:31:44.843Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-03T03:31:44.846Z | process exited: duration 18973 ms, exit code 0 |
|
61 | 2024-08-03T03:31:44.851Z | starting task 2: "authentication" |
62 | 2024-08-03T03:31:44.872Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-03T03:31:44.880Z | starting task 3: "clone repository" |
64 | 2024-08-03T03:31:44.883Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-03T03:31:44.888Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-03T03:31:45.038Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-03T03:31:49.807Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-03T03:31:49.807Z | + git fetch origin 602f1942600dfeaf4db03ca6b3965cec979e0529 |
69 | 2024-08-03T03:31:50.106Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-03T03:31:50.106Z | * branch 602f1942600dfeaf4db03ca6b3965cec979e0529 -> FETCH_HEAD |
71 | 2024-08-03T03:31:50.115Z | + [[ -n renovate/gethostname-0.x ]] |
72 | 2024-08-03T03:31:50.118Z | ++ git branch --show-current |
73 | 2024-08-03T03:31:50.121Z | + current=main |
74 | 2024-08-03T03:31:50.121Z | + [[ main != renovate/gethostname-0.x ]] |
75 | 2024-08-03T03:31:50.121Z | + git branch -f renovate/gethostname-0.x 602f1942600dfeaf4db03ca6b3965cec979e0529 |
76 | 2024-08-03T03:31:50.123Z | + git checkout -f renovate/gethostname-0.x |
77 | 2024-08-03T03:31:50.260Z | Switched to branch 'renovate/gethostname-0.x' |
78 | 2024-08-03T03:31:50.263Z | + git reset --hard 602f1942600dfeaf4db03ca6b3965cec979e0529 |
79 | 2024-08-03T03:31:50.274Z | HEAD is now at 602f19426 Update Rust crate gethostname to 0.5.0 |
80 | 2024-08-03T03:31:50.277Z | process exited: duration 5394 ms, exit code 0 |
|
81 | 2024-08-03T03:31:50.283Z | starting task 4: "build" |
82 | 2024-08-03T03:31:50.288Z | + cargo --version |
83 | 2024-08-03T03:31:50.343Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-03T03:31:50.345Z | + rustc --version |
85 | 2024-08-03T03:31:50.403Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-03T03:31:50.406Z | + cd /tmp |
87 | 2024-08-03T03:31:50.406Z | + cargo new --lib test-project |
88 | 2024-08-03T03:31:50.460Z | Creating library `test-project` package |
89 | 2024-08-03T03:31:50.535Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-03T03:31:50.538Z | + cd test-project |
91 | 2024-08-03T03:31:50.538Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-03T03:31:50.595Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-03T03:31:50.595Z | Features: |
94 | 2024-08-03T03:31:50.595Z | - proptest |
95 | 2024-08-03T03:31:50.595Z | - test-strategy |
96 | 2024-08-03T03:31:50.595Z | - testing |
97 | 2024-08-03T03:31:50.598Z | Updating crates.io index |
98 | 2024-08-03T03:31:50.704Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-03T03:31:51.607Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-03T03:31:52.331Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-03T03:31:52.803Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-03T03:31:54.745Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-03T03:31:55.132Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-03T03:31:55.540Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-03T03:31:58.575Z | Locking 303 packages to latest compatible versions |
106 | 2024-08-03T03:31:58.575Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-03T03:31:58.578Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-03T03:31:58.581Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-03T03:31:58.581Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-03T03:31:58.581Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-03T03:31:58.581Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-03T03:31:58.581Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-03T03:31:58.581Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-03T03:31:58.581Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-03T03:31:58.581Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-03T03:31:58.581Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-03T03:31:58.581Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-03T03:31:58.581Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-03T03:31:58.584Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-03T03:31:58.584Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-03T03:31:58.584Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-03T03:31:58.584Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-03T03:31:58.584Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-03T03:31:58.584Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-03T03:31:58.587Z | Adding regress v0.9.1 (latest: v0.10.0) |
126 | 2024-08-03T03:31:58.587Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
127 | 2024-08-03T03:31:58.591Z | Adding rustls v0.21.12 (latest: v0.23.12) |
128 | 2024-08-03T03:31:58.591Z | Adding rustls v0.22.4 (latest: v0.23.12) |
129 | 2024-08-03T03:31:58.595Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.2) |
130 | 2024-08-03T03:31:58.595Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
131 | 2024-08-03T03:31:58.598Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
132 | 2024-08-03T03:31:58.598Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
133 | 2024-08-03T03:31:58.598Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
134 | 2024-08-03T03:31:58.598Z | Adding term v0.7.0 (latest: v1.0.0) |
135 | 2024-08-03T03:31:58.598Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
136 | 2024-08-03T03:31:58.598Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
137 | 2024-08-03T03:31:58.601Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
138 | 2024-08-03T03:31:58.601Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
139 | 2024-08-03T03:31:58.601Z | Adding windows v0.52.0 (latest: v0.58.0) |
140 | 2024-08-03T03:31:58.601Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
141 | 2024-08-03T03:31:58.601Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
142 | 2024-08-03T03:31:58.601Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
143 | 2024-08-03T03:31:58.601Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
144 | 2024-08-03T03:31:58.601Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-08-03T03:31:58.601Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
146 | 2024-08-03T03:31:58.601Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
147 | 2024-08-03T03:31:58.601Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-03T03:31:58.601Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-03T03:31:58.601Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
150 | 2024-08-03T03:31:58.601Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-08-03T03:31:58.601Z | Adding winreg v0.50.0 (latest: v0.52.0) |
152 | 2024-08-03T03:31:58.672Z | + cargo check |
153 | 2024-08-03T03:31:58.912Z | Downloading crates ... |
154 | 2024-08-03T03:31:59.009Z | Downloaded async-stream-impl v0.3.5 |
155 | 2024-08-03T03:31:59.021Z | Downloaded async-stream v0.3.5 |
156 | 2024-08-03T03:31:59.021Z | Downloaded autocfg v1.3.0 |
157 | 2024-08-03T03:31:59.031Z | Downloaded waitgroup v0.1.2 |
158 | 2024-08-03T03:31:59.031Z | Downloaded instant v0.1.13 |
159 | 2024-08-03T03:31:59.031Z | Downloaded dtrace-parser v0.2.0 |
160 | 2024-08-03T03:31:59.031Z | Downloaded ident_case v1.0.1 |
161 | 2024-08-03T03:31:59.031Z | Downloaded want v0.3.1 |
162 | 2024-08-03T03:31:59.031Z | Downloaded match_cfg v0.1.0 |
163 | 2024-08-03T03:31:59.031Z | Downloaded foreign-types v0.3.2 |
164 | 2024-08-03T03:31:59.040Z | Downloaded darling_macro v0.20.10 |
165 | 2024-08-03T03:31:59.040Z | Downloaded openssl-probe v0.1.5 |
166 | 2024-08-03T03:31:59.041Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-08-03T03:31:59.050Z | Downloaded async-trait v0.1.81 |
168 | 2024-08-03T03:31:59.050Z | Downloaded scroll_derive v0.12.0 |
169 | 2024-08-03T03:31:59.050Z | Downloaded atomic-waker v1.1.2 |
170 | 2024-08-03T03:31:59.050Z | Downloaded take_mut v0.2.2 |
171 | 2024-08-03T03:31:59.059Z | Downloaded hyper-tls v0.5.0 |
172 | 2024-08-03T03:31:59.059Z | Downloaded parking_lot v0.12.3 |
173 | 2024-08-03T03:31:59.059Z | Downloaded digest v0.10.7 |
174 | 2024-08-03T03:31:59.059Z | Downloaded itoa v1.0.11 |
175 | 2024-08-03T03:31:59.059Z | Downloaded paste v1.0.15 |
176 | 2024-08-03T03:31:59.066Z | Downloaded parse-display v0.9.1 |
177 | 2024-08-03T03:31:59.066Z | Downloaded generic-array v0.14.7 |
178 | 2024-08-03T03:31:59.066Z | Downloaded scopeguard v1.2.0 |
179 | 2024-08-03T03:31:59.066Z | Downloaded rustversion v1.0.17 |
180 | 2024-08-03T03:31:59.070Z | Downloaded memmap v0.7.0 |
181 | 2024-08-03T03:31:59.070Z | Downloaded hostname v0.4.0 |
182 | 2024-08-03T03:31:59.073Z | Downloaded plain v0.2.3 |
183 | 2024-08-03T03:31:59.073Z | Downloaded tower-service v0.3.2 |
184 | 2024-08-03T03:31:59.073Z | Downloaded rand_core v0.6.4 |
185 | 2024-08-03T03:31:59.076Z | Downloaded serde_spanned v0.6.7 |
186 | 2024-08-03T03:31:59.076Z | Downloaded ppv-lite86 v0.2.20 |
187 | 2024-08-03T03:31:59.079Z | Downloaded tinyvec_macros v0.1.1 |
188 | 2024-08-03T03:31:59.079Z | Downloaded futures-executor v0.3.30 |
189 | 2024-08-03T03:31:59.081Z | Downloaded slog-bunyan v2.5.0 |
190 | 2024-08-03T03:31:59.084Z | Downloaded structmeta-derive v0.3.0 |
191 | 2024-08-03T03:31:59.084Z | Downloaded unsafe-libyaml v0.2.11 |
192 | 2024-08-03T03:31:59.087Z | Downloaded cpufeatures v0.2.12 |
193 | 2024-08-03T03:31:59.089Z | Downloaded thiserror v1.0.63 |
194 | 2024-08-03T03:31:59.094Z | Downloaded thread-id v4.2.2 |
195 | 2024-08-03T03:31:59.096Z | Downloaded serde_with_macros v3.9.0 |
196 | 2024-08-03T03:31:59.099Z | Downloaded sha2 v0.10.8 |
197 | 2024-08-03T03:31:59.101Z | Downloaded httparse v1.9.4 |
198 | 2024-08-03T03:31:59.104Z | Downloaded usdt-macro v0.5.0 |
199 | 2024-08-03T03:31:59.104Z | Downloaded foreign-types-shared v0.1.1 |
200 | 2024-08-03T03:31:59.106Z | Downloaded equivalent v1.0.1 |
201 | 2024-08-03T03:31:59.107Z | Downloaded anyhow v1.0.86 |
202 | 2024-08-03T03:31:59.110Z | Downloaded time-core v0.1.2 |
203 | 2024-08-03T03:31:59.112Z | Downloaded strum_macros v0.26.4 |
204 | 2024-08-03T03:31:59.115Z | Downloaded serde_derive_internals v0.29.1 |
205 | 2024-08-03T03:31:59.115Z | Downloaded zeroize v1.8.1 |
206 | 2024-08-03T03:31:59.117Z | Downloaded untrusted v0.9.0 |
207 | 2024-08-03T03:31:59.120Z | Downloaded is-terminal v0.4.12 |
208 | 2024-08-03T03:31:59.120Z | Downloaded openssl-macros v0.1.1 |
209 | 2024-08-03T03:31:59.120Z | Downloaded num_threads v0.1.7 |
210 | 2024-08-03T03:31:59.122Z | Downloaded num-conv v0.1.0 |
211 | 2024-08-03T03:31:59.122Z | Downloaded semver v1.0.23 |
212 | 2024-08-03T03:31:59.125Z | Downloaded try-lock v0.2.5 |
213 | 2024-08-03T03:31:59.127Z | Downloaded strum v0.26.3 |
214 | 2024-08-03T03:31:59.127Z | Downloaded pretty-hex v0.4.1 |
215 | 2024-08-03T03:31:59.130Z | Downloaded uuid v1.10.0 |
216 | 2024-08-03T03:31:59.132Z | Downloaded bitflags v2.6.0 |
217 | 2024-08-03T03:31:59.135Z | Downloaded slog v2.7.0 |
218 | 2024-08-03T03:31:59.137Z | Downloaded serde_derive v1.0.204 |
219 | 2024-08-03T03:31:59.140Z | Downloaded sync_wrapper v0.1.2 |
220 | 2024-08-03T03:31:59.143Z | Downloaded version_check v0.9.5 |
221 | 2024-08-03T03:31:59.143Z | Downloaded crypto-common v0.1.6 |
222 | 2024-08-03T03:31:59.145Z | Downloaded block-buffer v0.10.4 |
223 | 2024-08-03T03:31:59.145Z | Downloaded slog-term v2.9.1 |
224 | 2024-08-03T03:31:59.148Z | Downloaded percent-encoding v2.3.1 |
225 | 2024-08-03T03:31:59.151Z | Downloaded fnv v1.0.7 |
226 | 2024-08-03T03:31:59.151Z | Downloaded deranged v0.3.11 |
227 | 2024-08-03T03:31:59.151Z | Downloaded usdt v0.5.0 |
228 | 2024-08-03T03:31:59.154Z | Downloaded heck v0.5.0 |
229 | 2024-08-03T03:31:59.154Z | Downloaded futures-io v0.3.30 |
230 | 2024-08-03T03:31:59.156Z | Downloaded futures-core v0.3.30 |
231 | 2024-08-03T03:31:59.156Z | Downloaded dyn-clone v1.0.17 |
232 | 2024-08-03T03:31:59.159Z | Downloaded mime v0.3.17 |
233 | 2024-08-03T03:31:59.159Z | Downloaded macaddr v1.0.1 |
234 | 2024-08-03T03:31:59.161Z | Downloaded httpdate v1.0.3 |
235 | 2024-08-03T03:31:59.161Z | Downloaded signal-hook-registry v1.4.2 |
236 | 2024-08-03T03:31:59.164Z | Downloaded rustls-pemfile v1.0.4 |
237 | 2024-08-03T03:31:59.164Z | Downloaded powerfmt v0.2.0 |
238 | 2024-08-03T03:31:59.167Z | Downloaded hostname v0.3.1 |
239 | 2024-08-03T03:31:59.169Z | Downloaded tokio-macros v2.4.0 |
240 | 2024-08-03T03:31:59.169Z | Downloaded sha1 v0.10.6 |
241 | 2024-08-03T03:31:59.172Z | Downloaded num-traits v0.2.19 |
242 | 2024-08-03T03:31:59.175Z | Downloaded thiserror-impl v1.0.63 |
243 | 2024-08-03T03:31:59.175Z | Downloaded slog-async v2.8.0 |
244 | 2024-08-03T03:31:59.178Z | Downloaded slab v0.4.9 |
245 | 2024-08-03T03:31:59.178Z | Downloaded pkg-config v0.3.30 |
246 | 2024-08-03T03:31:59.180Z | Downloaded serde_tokenstream v0.2.1 |
247 | 2024-08-03T03:31:59.183Z | Downloaded unicode-ident v1.0.12 |
248 | 2024-08-03T03:31:59.185Z | Downloaded tokio-rustls v0.25.0 |
249 | 2024-08-03T03:31:59.188Z | Downloaded serde_path_to_error v0.1.16 |
250 | 2024-08-03T03:31:59.188Z | Downloaded subtle v2.6.1 |
251 | 2024-08-03T03:31:59.190Z | Downloaded structmeta v0.3.0 |
252 | 2024-08-03T03:31:59.190Z | Downloaded tokio-native-tls v0.3.1 |
253 | 2024-08-03T03:31:59.193Z | Downloaded serde_yaml v0.9.34+deprecated |
254 | 2024-08-03T03:31:59.196Z | Downloaded toml_datetime v0.6.8 |
255 | 2024-08-03T03:31:59.199Z | Downloaded time-macros v0.2.18 |
256 | 2024-08-03T03:31:59.201Z | Downloaded quote v1.0.36 |
257 | 2024-08-03T03:31:59.204Z | Downloaded slog-json v2.6.1 |
258 | 2024-08-03T03:31:59.204Z | Downloaded lock_api v0.4.12 |
259 | 2024-08-03T03:31:59.207Z | Downloaded rustls-pki-types v1.7.0 |
260 | 2024-08-03T03:31:59.209Z | Downloaded ipnet v2.9.0 |
261 | 2024-08-03T03:31:59.209Z | Downloaded spin v0.9.8 |
262 | 2024-08-03T03:31:59.212Z | Downloaded tokio-rustls v0.24.1 |
263 | 2024-08-03T03:31:59.215Z | Downloaded rand v0.8.5 |
264 | 2024-08-03T03:31:59.218Z | Downloaded smallvec v1.13.2 |
265 | 2024-08-03T03:31:59.220Z | Downloaded pest_derive v2.7.11 |
266 | 2024-08-03T03:31:59.223Z | Downloaded term v0.7.0 |
267 | 2024-08-03T03:31:59.226Z | Downloaded proc-macro2 v1.0.86 |
268 | 2024-08-03T03:31:59.228Z | Downloaded parking_lot_core v0.9.10 |
269 | 2024-08-03T03:31:59.231Z | Downloaded toml v0.8.19 |
270 | 2024-08-03T03:31:59.233Z | Downloaded futures v0.3.30 |
271 | 2024-08-03T03:31:59.239Z | Downloaded scroll v0.12.0 |
272 | 2024-08-03T03:31:59.241Z | Downloaded once_cell v1.19.0 |
273 | 2024-08-03T03:31:59.243Z | Downloaded iana-time-zone v0.1.60 |
274 | 2024-08-03T03:31:59.246Z | Downloaded typenum v1.17.0 |
275 | 2024-08-03T03:31:59.248Z | Downloaded mio v1.0.1 |
276 | 2024-08-03T03:31:59.254Z | Downloaded ryu v1.0.18 |
277 | 2024-08-03T03:31:59.257Z | Downloaded unicode-bidi v0.3.15 |
278 | 2024-08-03T03:31:59.259Z | Downloaded ucd-trie v0.1.6 |
279 | 2024-08-03T03:31:59.262Z | Downloaded tinyvec v1.8.0 |
280 | 2024-08-03T03:31:59.265Z | Downloaded sct v0.7.1 |
281 | 2024-08-03T03:31:59.268Z | Downloaded tracing-core v0.1.32 |
282 | 2024-08-03T03:31:59.270Z | Downloaded http v1.1.0 |
283 | 2024-08-03T03:31:59.274Z | Downloaded schemars v0.8.21 |
284 | 2024-08-03T03:31:59.286Z | Downloaded tracing v0.1.40 |
285 | 2024-08-03T03:31:59.291Z | Downloaded pest v2.7.11 |
286 | 2024-08-03T03:31:59.295Z | Downloaded openssl-sys v0.9.103 |
287 | 2024-08-03T03:31:59.301Z | Downloaded indexmap v2.3.0 |
288 | 2024-08-03T03:31:59.305Z | Downloaded serde v1.0.204 |
289 | 2024-08-03T03:31:59.308Z | Downloaded winnow v0.6.18 |
290 | 2024-08-03T03:31:59.317Z | Downloaded memchr v2.7.4 |
291 | 2024-08-03T03:31:59.322Z | Downloaded hashbrown v0.14.5 |
292 | 2024-08-03T03:31:59.328Z | Downloaded http v0.2.12 |
293 | 2024-08-03T03:31:59.331Z | Downloaded rustls-webpki v0.101.7 |
294 | 2024-08-03T03:31:59.346Z | Downloaded darling_core v0.20.10 |
295 | 2024-08-03T03:31:59.350Z | Downloaded toml_edit v0.22.20 |
296 | 2024-08-03T03:31:59.372Z | Downloaded tokio-util v0.7.11 |
297 | 2024-08-03T03:31:59.381Z | Downloaded reqwest v0.11.27 |
298 | 2024-08-03T03:31:59.393Z | Downloaded serde_with v3.9.0 |
299 | 2024-08-03T03:31:59.403Z | Downloaded futures-util v0.3.30 |
300 | 2024-08-03T03:31:59.415Z | Downloaded hyper v0.14.30 |
301 | 2024-08-03T03:31:59.423Z | Downloaded rustls-webpki v0.102.6 |
302 | 2024-08-03T03:31:59.442Z | Downloaded vcpkg v0.2.15 |
303 | 2024-08-03T03:31:59.480Z | Downloaded syn v2.0.72 |
304 | 2024-08-03T03:31:59.491Z | Downloaded rustls v0.21.12 |
305 | 2024-08-03T03:31:59.503Z | Downloaded rustls v0.22.4 |
306 | 2024-08-03T03:31:59.516Z | Downloaded regress v0.9.1 |
307 | 2024-08-03T03:31:59.524Z | Downloaded regex-syntax v0.8.4 |
308 | 2024-08-03T03:31:59.532Z | Downloaded regress v0.10.0 |
309 | 2024-08-03T03:31:59.540Z | Downloaded regex-automata v0.4.7 |
310 | 2024-08-03T03:31:59.557Z | Downloaded regex v1.10.6 |
311 | 2024-08-03T03:31:59.569Z | Downloaded openapiv3 v2.0.0 |
312 | 2024-08-03T03:31:59.581Z | Downloaded tokio v1.39.2 |
313 | 2024-08-03T03:31:59.616Z | Downloaded libc v0.2.155 |
314 | 2024-08-03T03:31:59.644Z | Downloaded webpki-roots v0.25.4 |
315 | 2024-08-03T03:31:59.647Z | Downloaded encoding_rs v0.8.34 |
316 | 2024-08-03T03:31:59.665Z | Downloaded idna v0.5.0 |
317 | 2024-08-03T03:31:59.671Z | Downloaded openssl v0.10.66 |
318 | 2024-08-03T03:31:59.680Z | Downloaded chrono v0.4.38 |
319 | 2024-08-03T03:31:59.687Z | Downloaded goblin v0.8.2 |
320 | 2024-08-03T03:31:59.692Z | Downloaded serde_json v1.0.122 |
321 | 2024-08-03T03:31:59.699Z | Downloaded time v0.3.36 |
322 | 2024-08-03T03:31:59.705Z | Downloaded aho-corasick v1.1.3 |
323 | 2024-08-03T03:31:59.710Z | Downloaded zerocopy v0.7.35 |
324 | 2024-08-03T03:31:59.724Z | Downloaded h2 v0.3.26 |
325 | 2024-08-03T03:31:59.733Z | Downloaded unicode-normalization v0.1.23 |
326 | 2024-08-03T03:31:59.736Z | Downloaded hashbrown v0.12.3 |
327 | 2024-08-03T03:31:59.740Z | Downloaded crossbeam-channel v0.5.13 |
328 | 2024-08-03T03:31:59.743Z | Downloaded base64 v0.22.1 |
329 | 2024-08-03T03:31:59.747Z | Downloaded cc v1.1.7 |
330 | 2024-08-03T03:31:59.750Z | Downloaded bytes v1.7.1 |
331 | 2024-08-03T03:31:59.753Z | Downloaded pin-project-lite v0.2.14 |
332 | 2024-08-03T03:31:59.757Z | Downloaded multer v3.1.0 |
333 | 2024-08-03T03:31:59.763Z | Downloaded hyper-rustls v0.24.2 |
334 | 2024-08-03T03:31:59.763Z | Downloaded socket2 v0.5.7 |
335 | 2024-08-03T03:31:59.766Z | Downloaded parse-display-derive v0.9.1 |
336 | 2024-08-03T03:31:59.766Z | Downloaded dof v0.3.0 |
337 | 2024-08-03T03:31:59.766Z | Downloaded base64 v0.21.7 |
338 | 2024-08-03T03:31:59.769Z | Downloaded crossbeam-utils v0.8.20 |
339 | 2024-08-03T03:31:59.771Z | Downloaded thread_local v1.1.8 |
340 | 2024-08-03T03:31:59.774Z | Downloaded indexmap v1.9.3 |
341 | 2024-08-03T03:31:59.777Z | Downloaded futures-sink v0.3.30 |
342 | 2024-08-03T03:31:59.777Z | Downloaded debug-ignore v1.0.5 |
343 | 2024-08-03T03:31:59.777Z | Downloaded http-body v0.4.6 |
344 | 2024-08-03T03:31:59.780Z | Downloaded dirs-next v2.0.0 |
345 | 2024-08-03T03:31:59.780Z | Downloaded url v2.5.2 |
346 | 2024-08-03T03:31:59.783Z | Downloaded rand_chacha v0.3.1 |
347 | 2024-08-03T03:31:59.783Z | Downloaded pest_meta v2.7.11 |
348 | 2024-08-03T03:31:59.788Z | Downloaded log v0.4.22 |
349 | 2024-08-03T03:31:59.791Z | Downloaded serde_urlencoded v0.7.1 |
350 | 2024-08-03T03:31:59.791Z | Downloaded ring v0.17.8 |
351 | 2024-08-03T03:31:59.852Z | Downloaded rustls-pemfile v2.1.2 |
352 | 2024-08-03T03:31:59.855Z | Downloaded pin-utils v0.1.0 |
353 | 2024-08-03T03:31:59.855Z | Downloaded getrandom v0.2.15 |
354 | 2024-08-03T03:31:59.859Z | Downloaded allocator-api2 v0.2.18 |
355 | 2024-08-03T03:31:59.862Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2024-08-03T03:31:59.865Z | Downloaded strsim v0.11.1 |
357 | 2024-08-03T03:31:59.865Z | Downloaded usdt-attr-macro v0.5.0 |
358 | 2024-08-03T03:31:59.868Z | Downloaded native-tls v0.2.12 |
359 | 2024-08-03T03:31:59.869Z | Downloaded darling v0.20.10 |
360 | 2024-08-03T03:31:59.871Z | Downloaded camino v1.1.7 |
361 | 2024-08-03T03:31:59.874Z | Downloaded schemars_derive v0.8.21 |
362 | 2024-08-03T03:31:59.874Z | Downloaded futures-channel v0.3.30 |
363 | 2024-08-03T03:31:59.877Z | Downloaded backoff v0.4.0 |
364 | 2024-08-03T03:31:59.880Z | Downloaded newtype-uuid v1.1.0 |
365 | 2024-08-03T03:31:59.880Z | Downloaded byteorder v1.5.0 |
366 | 2024-08-03T03:31:59.880Z | Downloaded ahash v0.8.11 |
367 | 2024-08-03T03:31:59.882Z | Downloaded pest_generator v2.7.11 |
368 | 2024-08-03T03:31:59.887Z | Downloaded futures-task v0.3.30 |
369 | 2024-08-03T03:31:59.887Z | Downloaded futures-macro v0.3.30 |
370 | 2024-08-03T03:31:59.887Z | Downloaded form_urlencoded v1.2.1 |
371 | 2024-08-03T03:31:59.887Z | Downloaded usdt-impl v0.5.0 |
372 | 2024-08-03T03:31:59.887Z | Downloaded ipnetwork v0.20.0 |
373 | 2024-08-03T03:31:59.890Z | Downloaded hex v0.4.3 |
374 | 2024-08-03T03:31:59.891Z | Downloaded cfg-if v1.0.0 |
375 | 2024-08-03T03:31:59.891Z | Downloaded dirs-sys-next v0.1.2 |
376 | 2024-08-03T03:32:00.015Z | Compiling proc-macro2 v1.0.86 |
377 | 2024-08-03T03:32:00.015Z | Compiling unicode-ident v1.0.12 |
378 | 2024-08-03T03:32:00.017Z | Compiling libc v0.2.155 |
379 | 2024-08-03T03:32:00.018Z | Checking cfg-if v1.0.0 |
380 | 2024-08-03T03:32:00.018Z | Compiling version_check v0.9.5 |
381 | 2024-08-03T03:32:00.018Z | Compiling autocfg v1.3.0 |
382 | 2024-08-03T03:32:00.029Z | Compiling serde v1.0.204 |
383 | 2024-08-03T03:32:00.032Z | Checking memchr v2.7.4 |
384 | 2024-08-03T03:32:00.126Z | Compiling serde_json v1.0.122 |
385 | 2024-08-03T03:32:00.233Z | Checking itoa v1.0.11 |
386 | 2024-08-03T03:32:00.671Z | Compiling ahash v0.8.11 |
387 | 2024-08-03T03:32:00.744Z | Checking byteorder v1.5.0 |
388 | 2024-08-03T03:32:00.783Z | Compiling thiserror v1.0.63 |
389 | 2024-08-03T03:32:01.009Z | Checking once_cell v1.19.0 |
390 | 2024-08-03T03:32:01.206Z | Compiling cc v1.1.7 |
391 | 2024-08-03T03:32:03.071Z | Compiling num-traits v0.2.19 |
392 | 2024-08-03T03:32:03.372Z | Checking pin-project-lite v0.2.14 |
393 | 2024-08-03T03:32:03.438Z | Checking ryu v1.0.18 |
394 | 2024-08-03T03:32:03.445Z | Checking bytes v1.7.1 |
395 | 2024-08-03T03:32:03.462Z | Checking log v0.4.22 |
396 | 2024-08-03T03:32:03.632Z | Checking allocator-api2 v0.2.18 |
397 | 2024-08-03T03:32:03.687Z | Compiling lock_api v0.4.12 |
398 | 2024-08-03T03:32:03.694Z | Compiling parking_lot_core v0.9.10 |
399 | 2024-08-03T03:32:03.839Z | Compiling schemars v0.8.21 |
400 | 2024-08-03T03:32:03.908Z | Compiling ring v0.17.8 |
401 | 2024-08-03T03:32:04.087Z | Checking getrandom v0.2.15 |
402 | 2024-08-03T03:32:04.127Z | Checking smallvec v1.13.2 |
403 | 2024-08-03T03:32:04.134Z | Checking scopeguard v1.2.0 |
404 | 2024-08-03T03:32:04.185Z | Checking futures-core v0.3.30 |
405 | 2024-08-03T03:32:04.209Z | Checking mio v1.0.1 |
406 | 2024-08-03T03:32:04.223Z | Checking signal-hook-registry v1.4.2 |
407 | 2024-08-03T03:32:04.253Z | Compiling quote v1.0.36 |
408 | 2024-08-03T03:32:04.348Z | Checking socket2 v0.5.7 |
409 | 2024-08-03T03:32:04.480Z | Compiling slab v0.4.9 |
410 | 2024-08-03T03:32:04.744Z | Compiling syn v2.0.72 |
411 | 2024-08-03T03:32:04.815Z | Checking parking_lot v0.12.3 |
412 | 2024-08-03T03:32:04.833Z | Checking futures-sink v0.3.30 |
413 | 2024-08-03T03:32:04.836Z | Checking spin v0.9.8 |
414 | 2024-08-03T03:32:04.917Z | Checking fnv v1.0.7 |
415 | 2024-08-03T03:32:04.945Z | Checking untrusted v0.9.0 |
416 | 2024-08-03T03:32:04.987Z | Checking equivalent v1.0.1 |
417 | 2024-08-03T03:32:05.043Z | Checking futures-channel v0.3.30 |
418 | 2024-08-03T03:32:05.062Z | Compiling pkg-config v0.3.30 |
419 | 2024-08-03T03:32:05.073Z | Checking pin-utils v0.1.0 |
420 | 2024-08-03T03:32:05.123Z | Compiling heck v0.5.0 |
421 | 2024-08-03T03:32:05.131Z | Compiling vcpkg v0.2.15 |
422 | 2024-08-03T03:32:05.230Z | Checking futures-io v0.3.30 |
423 | 2024-08-03T03:32:05.355Z | Compiling semver v1.0.23 |
424 | 2024-08-03T03:32:05.364Z | Checking futures-task v0.3.30 |
425 | 2024-08-03T03:32:05.575Z | Compiling ucd-trie v0.1.6 |
426 | 2024-08-03T03:32:05.741Z | Checking iana-time-zone v0.1.60 |
427 | 2024-08-03T03:32:05.865Z | Checking http v0.2.12 |
428 | 2024-08-03T03:32:06.018Z | Compiling httparse v1.9.4 |
429 | 2024-08-03T03:32:06.338Z | Checking dyn-clone v1.0.17 |
430 | 2024-08-03T03:32:06.683Z | Compiling openssl-sys v0.9.103 |
431 | 2024-08-03T03:32:06.720Z | Checking tracing-core v0.1.32 |
432 | 2024-08-03T03:32:06.946Z | Compiling uuid v1.10.0 |
433 | 2024-08-03T03:32:07.339Z | Checking tracing v0.1.40 |
434 | 2024-08-03T03:32:07.429Z | Compiling slog v2.7.0 |
435 | 2024-08-03T03:32:07.466Z | Compiling chrono v0.4.38 |
436 | 2024-08-03T03:32:07.560Z | Checking foreign-types-shared v0.1.1 |
437 | 2024-08-03T03:32:07.598Z | Checking try-lock v0.2.5 |
438 | 2024-08-03T03:32:07.690Z | Compiling openssl v0.10.66 |
439 | 2024-08-03T03:32:07.700Z | Checking want v0.3.1 |
440 | 2024-08-03T03:32:07.845Z | Checking foreign-types v0.3.2 |
441 | 2024-08-03T03:32:07.933Z | Checking http-body v0.4.6 |
442 | 2024-08-03T03:32:07.950Z | Compiling aho-corasick v1.1.3 |
443 | 2024-08-03T03:32:08.070Z | Checking tinyvec_macros v0.1.1 |
444 | 2024-08-03T03:32:08.138Z | Compiling regex-syntax v0.8.4 |
445 | 2024-08-03T03:32:08.193Z | Compiling rustls v0.21.12 |
446 | 2024-08-03T03:32:08.500Z | Checking tower-service v0.3.2 |
447 | 2024-08-03T03:32:08.576Z | Checking percent-encoding v2.3.1 |
448 | 2024-08-03T03:32:08.743Z | Compiling native-tls v0.2.12 |
449 | 2024-08-03T03:32:09.071Z | Checking bitflags v2.6.0 |
450 | 2024-08-03T03:32:09.098Z | Checking httpdate v1.0.3 |
451 | 2024-08-03T03:32:09.262Z | Compiling typenum v1.17.0 |
452 | 2024-08-03T03:32:09.272Z | Checking form_urlencoded v1.2.1 |
453 | 2024-08-03T03:32:09.433Z | Checking tinyvec v1.8.0 |
454 | 2024-08-03T03:32:10.485Z | Compiling generic-array v0.14.7 |
455 | 2024-08-03T03:32:10.614Z | Checking openssl-probe v0.1.5 |
456 | 2024-08-03T03:32:10.814Z | Compiling serde_derive_internals v0.29.1 |
457 | 2024-08-03T03:32:10.827Z | Checking unicode-normalization v0.1.23 |
458 | 2024-08-03T03:32:11.654Z | Compiling regex-automata v0.4.7 |
459 | 2024-08-03T03:32:12.814Z | Compiling usdt-impl v0.5.0 |
460 | 2024-08-03T03:32:12.995Z | Checking encoding_rs v0.8.34 |
461 | 2024-08-03T03:32:13.045Z | Compiling time-core v0.1.2 |
462 | 2024-08-03T03:32:13.095Z | Checking powerfmt v0.2.0 |
463 | 2024-08-03T03:32:13.156Z | Compiling num-conv v0.1.0 |
464 | 2024-08-03T03:32:13.178Z | Checking unicode-bidi v0.3.15 |
465 | 2024-08-03T03:32:13.353Z | Checking mime v0.3.17 |
466 | 2024-08-03T03:32:13.653Z | Compiling time-macros v0.2.18 |
467 | 2024-08-03T03:32:13.787Z | Checking idna v0.5.0 |
468 | 2024-08-03T03:32:14.043Z | Checking deranged v0.3.11 |
469 | 2024-08-03T03:32:15.297Z | Compiling thread-id v4.2.2 |
470 | 2024-08-03T03:32:15.558Z | Compiling regex v1.10.6 |
471 | 2024-08-03T03:32:15.630Z | Checking rustls-pki-types v1.7.0 |
472 | 2024-08-03T03:32:15.771Z | Compiling crossbeam-utils v0.8.20 |
473 | 2024-08-03T03:32:16.045Z | Checking num_threads v0.1.7 |
474 | 2024-08-03T03:32:16.140Z | Compiling ident_case v1.0.1 |
475 | 2024-08-03T03:32:16.164Z | Compiling serde_derive v1.0.204 |
476 | 2024-08-03T03:32:16.287Z | Compiling zerocopy-derive v0.7.35 |
477 | 2024-08-03T03:32:16.354Z | Compiling thiserror-impl v1.0.63 |
478 | 2024-08-03T03:32:16.462Z | Compiling schemars_derive v0.8.21 |
479 | 2024-08-03T03:32:16.513Z | Compiling tokio-macros v2.4.0 |
480 | 2024-08-03T03:32:16.829Z | Compiling futures-macro v0.3.30 |
481 | 2024-08-03T03:32:18.038Z | Checking tokio v1.39.2 |
482 | 2024-08-03T03:32:18.279Z | Checking zerocopy v0.7.35 |
483 | 2024-08-03T03:32:18.880Z | Checking futures-util v0.3.30 |
484 | 2024-08-03T03:32:19.255Z | Compiling pest v2.7.11 |
485 | 2024-08-03T03:32:19.392Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-03T03:32:19.492Z | Checking rustls-webpki v0.101.7 |
487 | 2024-08-03T03:32:20.117Z | Checking hashbrown v0.14.5 |
488 | 2024-08-03T03:32:20.239Z | Checking sct v0.7.1 |
489 | 2024-08-03T03:32:21.292Z | Compiling scroll_derive v0.12.0 |
490 | 2024-08-03T03:32:22.106Z | Compiling pest_meta v2.7.11 |
491 | 2024-08-03T03:32:22.241Z | Compiling regress v0.10.0 |
492 | 2024-08-03T03:32:22.791Z | Checking scroll v0.12.0 |
493 | 2024-08-03T03:32:24.198Z | Compiling pest_generator v2.7.11 |
494 | 2024-08-03T03:32:25.229Z | Checking tokio-util v0.7.11 |
495 | 2024-08-03T03:32:25.972Z | Checking tokio-rustls v0.24.1 |
496 | 2024-08-03T03:32:26.076Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-08-03T03:32:26.212Z | Compiling pest_derive v2.7.11 |
498 | 2024-08-03T03:32:26.286Z | Checking base64 v0.21.7 |
499 | 2024-08-03T03:32:26.423Z | Checking plain v0.2.3 |
500 | 2024-08-03T03:32:26.738Z | Compiling strsim v0.11.1 |
501 | 2024-08-03T03:32:26.903Z | Checking rustls-pemfile v1.0.4 |
502 | 2024-08-03T03:32:27.056Z | Compiling dtrace-parser v0.2.0 |
503 | 2024-08-03T03:32:27.071Z | Compiling darling_core v0.20.10 |
504 | 2024-08-03T03:32:27.444Z | Checking goblin v0.8.2 |
505 | 2024-08-03T03:32:28.797Z | Checking time v0.3.36 |
506 | 2024-08-03T03:32:29.436Z | Checking indexmap v2.3.0 |
507 | 2024-08-03T03:32:30.246Z | Compiling serde_tokenstream v0.2.1 |
508 | 2024-08-03T03:32:30.657Z | Checking h2 v0.3.26 |
509 | 2024-08-03T03:32:30.984Z | Checking serde_urlencoded v0.7.1 |
510 | 2024-08-03T03:32:31.400Z | Checking openapiv3 v2.0.0 |
511 | 2024-08-03T03:32:32.205Z | Compiling dof v0.3.0 |
512 | 2024-08-03T03:32:33.174Z | Checking url v2.5.2 |
513 | 2024-08-03T03:32:33.192Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
514 | 2024-08-03T03:32:34.001Z | Checking dirs-sys-next v0.1.2 |
515 | 2024-08-03T03:32:34.158Z | Compiling rustversion v1.0.17 |
516 | 2024-08-03T03:32:34.497Z | Checking webpki-roots v0.25.4 |
517 | 2024-08-03T03:32:34.633Z | Checking sync_wrapper v0.1.2 |
518 | 2024-08-03T03:32:34.739Z | Checking ipnet v2.9.0 |
519 | 2024-08-03T03:32:34.789Z | Checking hyper v0.14.30 |
520 | 2024-08-03T03:32:34.837Z | Compiling unsafe-libyaml v0.2.11 |
521 | 2024-08-03T03:32:34.910Z | Compiling rustls v0.22.4 |
522 | 2024-08-03T03:32:34.982Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-08-03T03:32:35.181Z | Checking pretty-hex v0.4.1 |
524 | 2024-08-03T03:32:35.207Z | Compiling paste v1.0.15 |
525 | 2024-08-03T03:32:35.481Z | Checking dirs-next v2.0.0 |
526 | 2024-08-03T03:32:35.660Z | Compiling darling_macro v0.20.10 |
527 | 2024-08-03T03:32:35.910Z | Checking serde_spanned v0.6.7 |
528 | 2024-08-03T03:32:36.081Z | Checking toml_datetime v0.6.8 |
529 | 2024-08-03T03:32:36.180Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-08-03T03:32:36.263Z | Checking ppv-lite86 v0.2.20 |
531 | 2024-08-03T03:32:36.329Z | Checking rustls-webpki v0.102.6 |
532 | 2024-08-03T03:32:36.588Z | Compiling structmeta-derive v0.3.0 |
533 | 2024-08-03T03:32:36.622Z | Checking block-buffer v0.10.4 |
534 | 2024-08-03T03:32:36.645Z | Checking crypto-common v0.1.6 |
535 | 2024-08-03T03:32:36.792Z | Checking rand_core v0.6.4 |
536 | 2024-08-03T03:32:36.886Z | Checking thread_local v1.1.8 |
537 | 2024-08-03T03:32:37.012Z | Compiling multer v3.1.0 |
538 | 2024-08-03T03:32:37.046Z | Compiling slog-async v2.8.0 |
539 | 2024-08-03T03:32:37.086Z | Compiling anyhow v1.0.86 |
540 | 2024-08-03T03:32:37.159Z | Checking winnow v0.6.18 |
541 | 2024-08-03T03:32:37.337Z | Checking subtle v2.6.1 |
542 | 2024-08-03T03:32:37.546Z | Checking match_cfg v0.1.0 |
543 | 2024-08-03T03:32:37.556Z | Checking zeroize v1.8.1 |
544 | 2024-08-03T03:32:37.619Z | Compiling camino v1.1.7 |
545 | 2024-08-03T03:32:37.809Z | Checking hostname v0.3.1 |
546 | 2024-08-03T03:32:38.023Z | Checking rand_chacha v0.3.1 |
547 | 2024-08-03T03:32:38.377Z | Checking digest v0.10.7 |
548 | 2024-08-03T03:32:38.675Z | Compiling darling v0.20.10 |
549 | 2024-08-03T03:32:38.770Z | Checking crossbeam-channel v0.5.13 |
550 | 2024-08-03T03:32:39.212Z | Checking hyper-rustls v0.24.2 |
551 | 2024-08-03T03:32:39.317Z | Checking hyper-tls v0.5.0 |
552 | 2024-08-03T03:32:39.474Z | Compiling structmeta v0.3.0 |
553 | 2024-08-03T03:32:39.491Z | Checking term v0.7.0 |
554 | 2024-08-03T03:32:39.575Z | Checking reqwest v0.11.27 |
555 | 2024-08-03T03:32:39.842Z | Compiling usdt-attr-macro v0.5.0 |
556 | 2024-08-03T03:32:39.889Z | Compiling usdt-macro v0.5.0 |
557 | 2024-08-03T03:32:39.893Z | Checking slog-json v2.6.1 |
558 | 2024-08-03T03:32:40.133Z | Checking futures-executor v0.3.30 |
559 | 2024-08-03T03:32:40.264Z | Checking toml_edit v0.22.20 |
560 | 2024-08-03T03:32:40.312Z | Compiling async-stream-impl v0.3.5 |
561 | 2024-08-03T03:32:40.896Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
562 | 2024-08-03T03:32:41.060Z | Checking http v1.1.0 |
563 | 2024-08-03T03:32:41.136Z | Checking is-terminal v0.4.12 |
564 | 2024-08-03T03:32:41.173Z | Checking memmap v0.7.0 |
565 | 2024-08-03T03:32:41.230Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
566 | 2024-08-03T03:32:41.284Z | Checking cpufeatures v0.2.12 |
567 | 2024-08-03T03:32:41.348Z | Checking base64 v0.22.1 |
568 | 2024-08-03T03:32:41.359Z | Checking take_mut v0.2.2 |
569 | 2024-08-03T03:32:41.393Z | Checking atomic-waker v1.1.2 |
570 | 2024-08-03T03:32:41.519Z | Checking waitgroup v0.1.2 |
571 | 2024-08-03T03:32:41.584Z | Checking async-stream v0.3.5 |
572 | 2024-08-03T03:32:41.604Z | Checking tokio-rustls v0.25.0 |
573 | 2024-08-03T03:32:41.624Z | Checking usdt v0.5.0 |
574 | 2024-08-03T03:32:41.743Z | Checking sha1 v0.10.6 |
575 | 2024-08-03T03:32:41.753Z | Checking slog-term v2.9.1 |
576 | 2024-08-03T03:32:41.814Z | Checking rustls-pemfile v2.1.2 |
577 | 2024-08-03T03:32:41.840Z | Compiling strum_macros v0.26.4 |
578 | 2024-08-03T03:32:41.930Z | Checking futures v0.3.30 |
579 | 2024-08-03T03:32:41.984Z | Checking slog-bunyan v2.5.0 |
580 | 2024-08-03T03:32:42.021Z | Compiling parse-display-derive v0.9.1 |
581 | 2024-08-03T03:32:42.035Z | Compiling serde_with_macros v3.9.0 |
582 | 2024-08-03T03:32:42.129Z | Checking rand v0.8.5 |
583 | 2024-08-03T03:32:42.807Z | Checking toml v0.8.19 |
584 | 2024-08-03T03:32:42.889Z | Checking newtype-uuid v1.1.0 |
585 | 2024-08-03T03:32:43.114Z | Checking ipnetwork v0.20.0 |
586 | 2024-08-03T03:32:43.136Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
587 | 2024-08-03T03:32:43.370Z | Checking hex v0.4.3 |
588 | 2024-08-03T03:32:43.447Z | Checking serde_path_to_error v0.1.16 |
589 | 2024-08-03T03:32:43.571Z | Compiling async-trait v0.1.81 |
590 | 2024-08-03T03:32:43.898Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
591 | 2024-08-03T03:32:44.062Z | Checking hostname v0.4.0 |
592 | 2024-08-03T03:32:44.179Z | Checking instant v0.1.13 |
593 | 2024-08-03T03:32:44.278Z | Checking debug-ignore v1.0.5 |
594 | 2024-08-03T03:32:44.403Z | Checking backoff v0.4.0 |
595 | 2024-08-03T03:32:44.665Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
596 | 2024-08-03T03:32:44.699Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
597 | 2024-08-03T03:32:44.711Z | Checking serde_with v3.9.0 |
598 | 2024-08-03T03:32:44.796Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
599 | 2024-08-03T03:32:44.824Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-08-03T03:32:45.055Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
601 | 2024-08-03T03:32:45.206Z | Checking macaddr v1.0.1 |
602 | 2024-08-03T03:32:45.531Z | Checking regress v0.9.1 |
603 | 2024-08-03T03:32:46.080Z | Checking parse-display v0.9.1 |
604 | 2024-08-03T03:32:46.305Z | Checking strum v0.26.3 |
605 | 2024-08-03T03:32:46.747Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
606 | 2024-08-03T03:32:48.767Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
607 | 2024-08-03T03:32:48.825Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
608 | 2024-08-03T03:32:51.318Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
609 | 2024-08-03T03:32:56.184Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
610 | 2024-08-03T03:32:56.288Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
611 | 2024-08-03T03:32:58.997Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
612 | 2024-08-03T03:33:05.457Z | Checking test-project v0.1.0 (/tmp/test-project) |
613 | 2024-08-03T03:33:05.508Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
614 | 2024-08-03T03:33:05.572Z | + cargo build --release |
615 | 2024-08-03T03:33:05.828Z | Compiling proc-macro2 v1.0.86 |
616 | 2024-08-03T03:33:05.828Z | Compiling unicode-ident v1.0.12 |
617 | 2024-08-03T03:33:05.828Z | Compiling libc v0.2.155 |
618 | 2024-08-03T03:33:05.828Z | Compiling cfg-if v1.0.0 |
619 | 2024-08-03T03:33:05.831Z | Compiling version_check v0.9.5 |
620 | 2024-08-03T03:33:05.831Z | Compiling autocfg v1.3.0 |
621 | 2024-08-03T03:33:05.869Z | Compiling serde v1.0.204 |
622 | 2024-08-03T03:33:05.873Z | Compiling memchr v2.7.4 |
623 | 2024-08-03T03:33:05.942Z | Compiling serde_json v1.0.122 |
624 | 2024-08-03T03:33:06.014Z | Compiling itoa v1.0.11 |
625 | 2024-08-03T03:33:06.385Z | Compiling thiserror v1.0.63 |
626 | 2024-08-03T03:33:06.448Z | Compiling ahash v0.8.11 |
627 | 2024-08-03T03:33:06.557Z | Compiling byteorder v1.5.0 |
628 | 2024-08-03T03:33:06.582Z | Compiling once_cell v1.19.0 |
629 | 2024-08-03T03:33:06.848Z | Compiling cc v1.1.7 |
630 | 2024-08-03T03:33:07.169Z | Compiling num-traits v0.2.19 |
631 | 2024-08-03T03:33:07.302Z | Compiling quote v1.0.36 |
632 | 2024-08-03T03:33:07.346Z | Compiling getrandom v0.2.15 |
633 | 2024-08-03T03:33:07.592Z | Compiling pin-project-lite v0.2.14 |
634 | 2024-08-03T03:33:07.612Z | Compiling ryu v1.0.18 |
635 | 2024-08-03T03:33:07.694Z | Compiling syn v2.0.72 |
636 | 2024-08-03T03:33:07.767Z | Compiling bytes v1.7.1 |
637 | 2024-08-03T03:33:07.955Z | Compiling log v0.4.22 |
638 | 2024-08-03T03:33:08.110Z | Compiling allocator-api2 v0.2.18 |
639 | 2024-08-03T03:33:08.185Z | Compiling schemars v0.8.21 |
640 | 2024-08-03T03:33:08.245Z | Compiling lock_api v0.4.12 |
641 | 2024-08-03T03:33:08.432Z | Compiling parking_lot_core v0.9.10 |
642 | 2024-08-03T03:33:08.559Z | Compiling futures-core v0.3.30 |
643 | 2024-08-03T03:33:08.565Z | Compiling scopeguard v1.2.0 |
644 | 2024-08-03T03:33:08.703Z | Compiling smallvec v1.13.2 |
645 | 2024-08-03T03:33:08.791Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-08-03T03:33:08.898Z | Compiling mio v1.0.1 |
647 | 2024-08-03T03:33:08.929Z | Compiling socket2 v0.5.7 |
648 | 2024-08-03T03:33:09.289Z | Compiling slab v0.4.9 |
649 | 2024-08-03T03:33:09.590Z | Compiling parking_lot v0.12.3 |
650 | 2024-08-03T03:33:09.662Z | Compiling spin v0.9.8 |
651 | 2024-08-03T03:33:09.818Z | Compiling ring v0.17.8 |
652 | 2024-08-03T03:33:09.980Z | Compiling futures-sink v0.3.30 |
653 | 2024-08-03T03:33:10.133Z | Compiling equivalent v1.0.1 |
654 | 2024-08-03T03:33:10.230Z | Compiling fnv v1.0.7 |
655 | 2024-08-03T03:33:10.358Z | Compiling semver v1.0.23 |
656 | 2024-08-03T03:33:10.366Z | Compiling untrusted v0.9.0 |
657 | 2024-08-03T03:33:10.544Z | Compiling futures-channel v0.3.30 |
658 | 2024-08-03T03:33:10.814Z | Compiling heck v0.5.0 |
659 | 2024-08-03T03:33:10.834Z | Compiling futures-io v0.3.30 |
660 | 2024-08-03T03:33:10.858Z | Compiling vcpkg v0.2.15 |
661 | 2024-08-03T03:33:10.968Z | Compiling pkg-config v0.3.30 |
662 | 2024-08-03T03:33:10.998Z | Compiling futures-task v0.3.30 |
663 | 2024-08-03T03:33:11.163Z | Compiling pin-utils v0.1.0 |
664 | 2024-08-03T03:33:11.381Z | Compiling iana-time-zone v0.1.60 |
665 | 2024-08-03T03:33:11.429Z | Compiling ucd-trie v0.1.6 |
666 | 2024-08-03T03:33:11.889Z | Compiling http v0.2.12 |
667 | 2024-08-03T03:33:12.180Z | Compiling dyn-clone v1.0.17 |
668 | 2024-08-03T03:33:12.266Z | Compiling httparse v1.9.4 |
669 | 2024-08-03T03:33:12.476Z | Compiling openssl-sys v0.9.103 |
670 | 2024-08-03T03:33:13.065Z | Compiling tracing-core v0.1.32 |
671 | 2024-08-03T03:33:13.439Z | Compiling chrono v0.4.38 |
672 | 2024-08-03T03:33:13.581Z | Compiling uuid v1.10.0 |
673 | 2024-08-03T03:33:13.824Z | Compiling tracing v0.1.40 |
674 | 2024-08-03T03:33:15.436Z | Compiling serde_derive_internals v0.29.1 |
675 | 2024-08-03T03:33:15.506Z | Compiling openssl v0.10.66 |
676 | 2024-08-03T03:33:15.602Z | Compiling foreign-types-shared v0.1.1 |
677 | 2024-08-03T03:33:15.699Z | Compiling try-lock v0.2.5 |
678 | 2024-08-03T03:33:15.836Z | Compiling slog v2.7.0 |
679 | 2024-08-03T03:33:16.293Z | Compiling want v0.3.1 |
680 | 2024-08-03T03:33:16.318Z | Compiling foreign-types v0.3.2 |
681 | 2024-08-03T03:33:16.586Z | Compiling http-body v0.4.6 |
682 | 2024-08-03T03:33:16.620Z | Compiling aho-corasick v1.1.3 |
683 | 2024-08-03T03:33:17.068Z | Compiling regex-syntax v0.8.4 |
684 | 2024-08-03T03:33:17.493Z | Compiling native-tls v0.2.12 |
685 | 2024-08-03T03:33:17.663Z | Compiling percent-encoding v2.3.1 |
686 | 2024-08-03T03:33:17.816Z | Compiling rustls v0.21.12 |
687 | 2024-08-03T03:33:17.875Z | Compiling typenum v1.17.0 |
688 | 2024-08-03T03:33:18.137Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-08-03T03:33:18.146Z | Compiling httpdate v1.0.3 |
690 | 2024-08-03T03:33:18.213Z | Compiling tower-service v0.3.2 |
691 | 2024-08-03T03:33:18.326Z | Compiling bitflags v2.6.0 |
692 | 2024-08-03T03:33:18.696Z | Compiling tinyvec v1.8.0 |
693 | 2024-08-03T03:33:18.894Z | Compiling form_urlencoded v1.2.1 |
694 | 2024-08-03T03:33:19.459Z | Compiling generic-array v0.14.7 |
695 | 2024-08-03T03:33:19.806Z | Compiling openssl-probe v0.1.5 |
696 | 2024-08-03T03:33:20.197Z | Compiling serde_derive v1.0.204 |
697 | 2024-08-03T03:33:20.295Z | Compiling zerocopy-derive v0.7.35 |
698 | 2024-08-03T03:33:20.352Z | Compiling thiserror-impl v1.0.63 |
699 | 2024-08-03T03:33:20.899Z | Compiling schemars_derive v0.8.21 |
700 | 2024-08-03T03:33:20.960Z | Compiling tokio-macros v2.4.0 |
701 | 2024-08-03T03:33:22.412Z | Compiling zerocopy v0.7.35 |
702 | 2024-08-03T03:33:22.857Z | Compiling tokio v1.39.2 |
703 | 2024-08-03T03:33:23.356Z | Compiling futures-macro v0.3.30 |
704 | 2024-08-03T03:33:23.927Z | Compiling pest v2.7.11 |
705 | 2024-08-03T03:33:24.609Z | Compiling hashbrown v0.14.5 |
706 | 2024-08-03T03:33:25.182Z | Compiling futures-util v0.3.30 |
707 | 2024-08-03T03:33:26.112Z | Compiling regress v0.10.0 |
708 | 2024-08-03T03:33:26.207Z | Compiling openssl-macros v0.1.1 |
709 | 2024-08-03T03:33:26.864Z | Compiling pest_meta v2.7.11 |
710 | 2024-08-03T03:33:30.958Z | Compiling pest_generator v2.7.11 |
711 | 2024-08-03T03:33:31.023Z | Compiling rustls-webpki v0.101.7 |
712 | 2024-08-03T03:33:31.934Z | Compiling tokio-util v0.7.11 |
713 | 2024-08-03T03:33:32.748Z | Compiling pest_derive v2.7.11 |
714 | 2024-08-03T03:33:33.640Z | Compiling sct v0.7.1 |
715 | 2024-08-03T03:33:34.080Z | Compiling regex-automata v0.4.7 |
716 | 2024-08-03T03:33:35.279Z | Compiling serde_tokenstream v0.2.1 |
717 | 2024-08-03T03:33:35.794Z | Compiling indexmap v2.3.0 |
718 | 2024-08-03T03:33:42.103Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
719 | 2024-08-03T03:33:42.210Z | Compiling h2 v0.3.26 |
720 | 2024-08-03T03:33:42.293Z | Compiling regex v1.10.6 |
721 | 2024-08-03T03:33:45.976Z | Compiling unicode-normalization v0.1.23 |
722 | 2024-08-03T03:33:46.327Z | Compiling scroll_derive v0.12.0 |
723 | 2024-08-03T03:33:47.292Z | Compiling hyper v0.14.30 |
724 | 2024-08-03T03:33:52.506Z | Compiling usdt-impl v0.5.0 |
725 | 2024-08-03T03:33:52.893Z | Compiling encoding_rs v0.8.34 |
726 | 2024-08-03T03:33:53.778Z | Compiling mime v0.3.17 |
727 | 2024-08-03T03:33:54.408Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
728 | 2024-08-03T03:33:54.862Z | Compiling num-conv v0.1.0 |
729 | 2024-08-03T03:33:55.142Z | Compiling unicode-bidi v0.3.15 |
730 | 2024-08-03T03:33:57.836Z | Compiling powerfmt v0.2.0 |
731 | 2024-08-03T03:33:58.293Z | Compiling time-core v0.1.2 |
732 | 2024-08-03T03:33:58.429Z | Compiling deranged v0.3.11 |
733 | 2024-08-03T03:33:58.452Z | Compiling time-macros v0.2.18 |
734 | 2024-08-03T03:34:00.813Z | Compiling idna v0.5.0 |
735 | 2024-08-03T03:34:03.590Z | Compiling scroll v0.12.0 |
736 | 2024-08-03T03:34:04.038Z | Compiling tokio-native-tls v0.3.1 |
737 | 2024-08-03T03:34:04.242Z | Compiling tokio-rustls v0.24.1 |
738 | 2024-08-03T03:34:04.322Z | Compiling dof v0.3.0 |
739 | 2024-08-03T03:34:04.445Z | Compiling serde_urlencoded v0.7.1 |
740 | 2024-08-03T03:34:04.662Z | Compiling dtrace-parser v0.2.0 |
741 | 2024-08-03T03:34:04.956Z | Compiling thread-id v4.2.2 |
742 | 2024-08-03T03:34:05.173Z | Compiling crossbeam-utils v0.8.20 |
743 | 2024-08-03T03:34:05.463Z | Compiling ident_case v1.0.1 |
744 | 2024-08-03T03:34:05.628Z | Compiling strsim v0.11.1 |
745 | 2024-08-03T03:34:06.312Z | Compiling num_threads v0.1.7 |
746 | 2024-08-03T03:34:06.368Z | Compiling base64 v0.21.7 |
747 | 2024-08-03T03:34:06.381Z | Compiling omicron-workspace-hack v0.1.0 |
748 | 2024-08-03T03:34:06.419Z | Compiling plain v0.2.3 |
749 | 2024-08-03T03:34:06.566Z | Compiling rustls-pki-types v1.7.0 |
750 | 2024-08-03T03:34:06.928Z | Compiling rustls-pemfile v1.0.4 |
751 | 2024-08-03T03:34:07.942Z | Compiling goblin v0.8.2 |
752 | 2024-08-03T03:34:07.987Z | Compiling time v0.3.36 |
753 | 2024-08-03T03:34:11.430Z | Compiling darling_core v0.20.10 |
754 | 2024-08-03T03:34:17.002Z | Compiling hyper-rustls v0.24.2 |
755 | 2024-08-03T03:34:17.030Z | Compiling hyper-tls v0.5.0 |
756 | 2024-08-03T03:34:17.450Z | Compiling url v2.5.2 |
757 | 2024-08-03T03:34:17.493Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#c8f9cf60) |
758 | 2024-08-03T03:34:17.594Z | Compiling openapiv3 v2.0.0 |
759 | 2024-08-03T03:34:17.808Z | Compiling dirs-sys-next v0.1.2 |
760 | 2024-08-03T03:34:19.304Z | Compiling rustls v0.22.4 |
761 | 2024-08-03T03:34:19.359Z | Compiling webpki-roots v0.25.4 |
762 | 2024-08-03T03:34:19.516Z | Compiling rustversion v1.0.17 |
763 | 2024-08-03T03:34:19.645Z | Compiling pretty-hex v0.4.1 |
764 | 2024-08-03T03:34:19.860Z | Compiling paste v1.0.15 |
765 | 2024-08-03T03:34:20.163Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-08-03T03:34:20.364Z | Compiling ipnet v2.9.0 |
767 | 2024-08-03T03:34:21.895Z | Compiling sync_wrapper v0.1.2 |
768 | 2024-08-03T03:34:21.955Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
769 | 2024-08-03T03:34:22.018Z | Compiling reqwest v0.11.27 |
770 | 2024-08-03T03:34:23.038Z | Compiling serde_yaml v0.9.34+deprecated |
771 | 2024-08-03T03:34:24.447Z | Compiling dirs-next v2.0.0 |
772 | 2024-08-03T03:34:24.704Z | Compiling darling_macro v0.20.10 |
773 | 2024-08-03T03:34:28.698Z | Compiling rustls-webpki v0.102.6 |
774 | 2024-08-03T03:34:28.816Z | Compiling block-buffer v0.10.4 |
775 | 2024-08-03T03:34:29.049Z | Compiling crypto-common v0.1.6 |
776 | 2024-08-03T03:34:29.253Z | Compiling toml_datetime v0.6.8 |
777 | 2024-08-03T03:34:29.391Z | Compiling serde_spanned v0.6.7 |
778 | 2024-08-03T03:34:29.631Z | Compiling ppv-lite86 v0.2.20 |
779 | 2024-08-03T03:34:29.917Z | Compiling structmeta-derive v0.3.0 |
780 | 2024-08-03T03:34:30.556Z | Compiling rand_core v0.6.4 |
781 | 2024-08-03T03:34:31.146Z | Compiling thread_local v1.1.8 |
782 | 2024-08-03T03:34:31.894Z | Compiling multer v3.1.0 |
783 | 2024-08-03T03:34:32.122Z | Compiling match_cfg v0.1.0 |
784 | 2024-08-03T03:34:32.205Z | Compiling camino v1.1.7 |
785 | 2024-08-03T03:34:32.244Z | Compiling anyhow v1.0.86 |
786 | 2024-08-03T03:34:32.334Z | Compiling subtle v2.6.1 |
787 | 2024-08-03T03:34:32.607Z | Compiling slog-async v2.8.0 |
788 | 2024-08-03T03:34:32.681Z | Compiling winnow v0.6.18 |
789 | 2024-08-03T03:34:32.814Z | Compiling zeroize v1.8.1 |
790 | 2024-08-03T03:34:33.032Z | Compiling structmeta v0.3.0 |
791 | 2024-08-03T03:34:33.160Z | Compiling hostname v0.3.1 |
792 | 2024-08-03T03:34:33.393Z | Compiling rand_chacha v0.3.1 |
793 | 2024-08-03T03:34:33.401Z | Compiling digest v0.10.7 |
794 | 2024-08-03T03:34:33.798Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
795 | 2024-08-03T03:34:35.113Z | Compiling crossbeam-channel v0.5.13 |
796 | 2024-08-03T03:34:36.771Z | Compiling toml_edit v0.22.20 |
797 | 2024-08-03T03:34:36.983Z | Compiling darling v0.20.10 |
798 | 2024-08-03T03:34:37.082Z | Compiling term v0.7.0 |
799 | 2024-08-03T03:34:41.698Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
800 | 2024-08-03T03:34:44.745Z | Compiling usdt-attr-macro v0.5.0 |
801 | 2024-08-03T03:34:45.659Z | Compiling usdt-macro v0.5.0 |
802 | 2024-08-03T03:34:46.291Z | Compiling slog-json v2.6.1 |
803 | 2024-08-03T03:34:46.789Z | Compiling futures-executor v0.3.30 |
804 | 2024-08-03T03:34:47.000Z | Compiling async-stream-impl v0.3.5 |
805 | 2024-08-03T03:34:47.899Z | Compiling http v1.1.0 |
806 | 2024-08-03T03:34:48.419Z | Compiling memmap v0.7.0 |
807 | 2024-08-03T03:34:48.826Z | Compiling is-terminal v0.4.12 |
808 | 2024-08-03T03:34:48.947Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
809 | 2024-08-03T03:34:49.262Z | Compiling base64 v0.22.1 |
810 | 2024-08-03T03:34:49.304Z | Compiling take_mut v0.2.2 |
811 | 2024-08-03T03:34:49.458Z | Compiling cpufeatures v0.2.12 |
812 | 2024-08-03T03:34:49.549Z | Compiling atomic-waker v1.1.2 |
813 | 2024-08-03T03:34:49.729Z | Compiling waitgroup v0.1.2 |
814 | 2024-08-03T03:34:49.968Z | Compiling rustls-pemfile v2.1.2 |
815 | 2024-08-03T03:34:50.734Z | Compiling sha1 v0.10.6 |
816 | 2024-08-03T03:34:52.668Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e092e814) |
817 | 2024-08-03T03:34:52.868Z | Compiling slog-term v2.9.1 |
818 | 2024-08-03T03:34:53.210Z | Compiling usdt v0.5.0 |
819 | 2024-08-03T03:34:54.791Z | Compiling async-stream v0.3.5 |
820 | 2024-08-03T03:34:55.122Z | Compiling futures v0.3.30 |
821 | 2024-08-03T03:34:55.209Z | Compiling slog-bunyan v2.5.0 |
822 | 2024-08-03T03:34:55.227Z | Compiling strum_macros v0.26.4 |
823 | 2024-08-03T03:34:55.473Z | Compiling toml v0.8.19 |
824 | 2024-08-03T03:34:55.793Z | Compiling tokio-rustls v0.25.0 |
825 | 2024-08-03T03:34:56.226Z | Compiling serde_with_macros v3.9.0 |
826 | 2024-08-03T03:34:58.989Z | Compiling rand v0.8.5 |
827 | 2024-08-03T03:34:59.986Z | Compiling parse-display-derive v0.9.1 |
828 | 2024-08-03T03:35:01.598Z | Compiling ipnetwork v0.20.0 |
829 | 2024-08-03T03:35:02.493Z | Compiling newtype-uuid v1.1.0 |
830 | 2024-08-03T03:35:02.834Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#34007354) |
831 | 2024-08-03T03:35:03.114Z | Compiling serde_path_to_error v0.1.16 |
832 | 2024-08-03T03:35:04.110Z | Compiling hex v0.4.3 |
833 | 2024-08-03T03:35:04.157Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
834 | 2024-08-03T03:35:04.804Z | Compiling async-trait v0.1.81 |
835 | 2024-08-03T03:35:04.996Z | Compiling hostname v0.4.0 |
836 | 2024-08-03T03:35:05.243Z | Compiling instant v0.1.13 |
837 | 2024-08-03T03:35:05.388Z | Compiling debug-ignore v1.0.5 |
838 | 2024-08-03T03:35:05.530Z | Compiling backoff v0.4.0 |
839 | 2024-08-03T03:35:05.874Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-08-03T03:35:06.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
841 | 2024-08-03T03:35:06.229Z | Compiling parse-display v0.9.1 |
842 | 2024-08-03T03:35:06.345Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
843 | 2024-08-03T03:35:06.641Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
844 | 2024-08-03T03:35:06.775Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
845 | 2024-08-03T03:35:06.870Z | Compiling strum v0.26.3 |
846 | 2024-08-03T03:35:07.035Z | Compiling serde_with v3.9.0 |
847 | 2024-08-03T03:35:08.252Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
848 | 2024-08-03T03:35:09.079Z | Compiling macaddr v1.0.1 |
849 | 2024-08-03T03:35:09.727Z | Compiling regress v0.9.1 |
850 | 2024-08-03T03:35:13.756Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
851 | 2024-08-03T03:35:24.048Z | Compiling test-project v0.1.0 (/tmp/test-project) |
852 | 2024-08-03T03:35:32.319Z | Finished `release` profile [optimized] target(s) in 2m 26s |
853 | 2024-08-03T03:35:32.376Z | process exited: duration 221961 ms, exit code 0 |
|
854 | 2024-08-03T03:35:32.382Z | found 0 output files |