|
|
|
1 | 2024-09-23T17:11:41.573Z | job assigned to worker 01J8FXTJD9PGVBHA8TMC99S1XT (queued for 1 m 1 s) |
|
2 | 2024-09-23T17:11:49.396Z | starting task 0: "setup" |
3 | 2024-09-23T17:11:49.405Z | ++ uname -s |
4 | 2024-09-23T17:11:49.408Z | + kern=SunOS |
5 | 2024-09-23T17:11:49.408Z | + case "$kern" in |
6 | 2024-09-23T17:11:49.408Z | + groupadd -g 12345 build |
7 | 2024-09-23T17:11:49.412Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-09-23T17:11:51.422Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-09-23T17:11:51.544Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-09-23T17:11:51.546Z | + home_fs=zfs |
11 | 2024-09-23T17:11:51.546Z | + [[ zfs == autofs ]] |
12 | 2024-09-23T17:11:51.547Z | + mkdir -p /home/build |
13 | 2024-09-23T17:11:51.547Z | + chown build:build /home/build /work |
14 | 2024-09-23T17:11:53.549Z | + chmod 0700 /home/build /work |
15 | 2024-09-23T17:11:53.552Z | process exited: duration 4158 ms, exit code 0 |
|
16 | 2024-09-23T17:11:53.557Z | starting task 1: "rust-toolchain" |
17 | 2024-09-23T17:11:53.562Z | + printf ' * toolchain channel = "%s" |
18 | 2024-09-23T17:11:53.562Z | ' 1.80.1 |
19 | 2024-09-23T17:11:53.565Z | * toolchain channel = "1.80.1" |
20 | 2024-09-23T17:11:53.565Z | + printf ' * toolchain profile = "%s" |
21 | 2024-09-23T17:11:53.565Z | ' default |
22 | 2024-09-23T17:11:53.565Z | * toolchain profile = "default" |
23 | 2024-09-23T17:11:53.565Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-09-23T17:11:53.565Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-09-23T17:11:53.852Z | info: downloading installer |
26 | 2024-09-23T17:11:55.241Z | info: profile set to 'default' |
27 | 2024-09-23T17:11:55.241Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-09-23T17:11:55.244Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-09-23T17:11:55.372Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-09-23T17:11:55.372Z | info: downloading component 'cargo' |
31 | 2024-09-23T17:11:56.173Z | info: downloading component 'clippy' |
32 | 2024-09-23T17:11:56.417Z | info: downloading component 'rust-docs' |
33 | 2024-09-23T17:11:57.414Z | info: downloading component 'rust-std' |
34 | 2024-09-23T17:11:58.755Z | info: downloading component 'rustc' |
35 | 2024-09-23T17:12:02.594Z | info: downloading component 'rustfmt' |
36 | 2024-09-23T17:12:02.800Z | info: installing component 'cargo' |
37 | 2024-09-23T17:12:03.653Z | info: installing component 'clippy' |
38 | 2024-09-23T17:12:04.159Z | info: installing component 'rust-docs' |
39 | 2024-09-23T17:12:05.778Z | info: installing component 'rust-std' |
40 | 2024-09-23T17:12:07.483Z | info: installing component 'rustc' |
41 | 2024-09-23T17:12:11.665Z | info: installing component 'rustfmt' |
42 | 2024-09-23T17:12:12.009Z | |
43 | 2024-09-23T17:12:12.009Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-09-23T17:12:12.260Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-09-23T17:12:12.260Z | |
46 | 2024-09-23T17:12:12.263Z | |
47 | 2024-09-23T17:12:12.263Z | Rust is installed now. Great! |
48 | 2024-09-23T17:12:12.263Z | |
49 | 2024-09-23T17:12:12.263Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-09-23T17:12:12.263Z | environment variable. This has not been done automatically. |
51 | 2024-09-23T17:12:12.263Z | |
52 | 2024-09-23T17:12:12.263Z | To configure your current shell, you need to source |
53 | 2024-09-23T17:12:12.263Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-09-23T17:12:12.263Z | |
55 | 2024-09-23T17:12:12.263Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-09-23T17:12:12.263Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-09-23T17:12:12.263Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-09-23T17:12:12.311Z | + rustc --version |
59 | 2024-09-23T17:12:12.375Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-09-23T17:12:12.378Z | process exited: duration 18820 ms, exit code 0 |
|
61 | 2024-09-23T17:12:12.384Z | starting task 2: "authentication" |
62 | 2024-09-23T17:12:12.405Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-09-23T17:12:12.410Z | starting task 3: "clone repository" |
64 | 2024-09-23T17:12:12.415Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-09-23T17:12:12.417Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-09-23T17:12:12.468Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-09-23T17:12:19.390Z | + cd /work/oxidecomputer/omicron |
68 | 2024-09-23T17:12:19.390Z | + git fetch origin 402474252831978ebd37a654d146c03ce0e8802c |
69 | 2024-09-23T17:12:19.703Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-09-23T17:12:19.703Z | * branch 402474252831978ebd37a654d146c03ce0e8802c -> FETCH_HEAD |
71 | 2024-09-23T17:12:19.712Z | + [[ -n delete-inv-dataset ]] |
72 | 2024-09-23T17:12:19.715Z | ++ git branch --show-current |
73 | 2024-09-23T17:12:19.717Z | + current=main |
74 | 2024-09-23T17:12:19.718Z | + [[ main != delete-inv-dataset ]] |
75 | 2024-09-23T17:12:19.718Z | + git branch -f delete-inv-dataset 402474252831978ebd37a654d146c03ce0e8802c |
76 | 2024-09-23T17:12:19.720Z | + git checkout -f delete-inv-dataset |
77 | 2024-09-23T17:12:19.875Z | Switched to branch 'delete-inv-dataset' |
78 | 2024-09-23T17:12:19.878Z | + git reset --hard 402474252831978ebd37a654d146c03ce0e8802c |
79 | 2024-09-23T17:12:20.028Z | HEAD is now at 402474252 clippy why am I never enough for you |
80 | 2024-09-23T17:12:20.031Z | process exited: duration 7619 ms, exit code 0 |
|
81 | 2024-09-23T17:12:20.036Z | starting task 4: "build" |
82 | 2024-09-23T17:12:20.042Z | + cargo --version |
83 | 2024-09-23T17:12:20.096Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-09-23T17:12:20.101Z | + rustc --version |
85 | 2024-09-23T17:12:20.155Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-09-23T17:12:20.157Z | + cd /tmp |
87 | 2024-09-23T17:12:20.158Z | + cargo new --lib test-project |
88 | 2024-09-23T17:12:20.212Z | Creating library `test-project` package |
89 | 2024-09-23T17:12:20.286Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-09-23T17:12:20.288Z | + cd test-project |
91 | 2024-09-23T17:12:20.288Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-09-23T17:12:20.344Z | Adding omicron-common (local) to dependencies |
93 | 2024-09-23T17:12:20.344Z | Features: |
94 | 2024-09-23T17:12:20.344Z | - proptest |
95 | 2024-09-23T17:12:20.344Z | - test-strategy |
96 | 2024-09-23T17:12:20.344Z | - testing |
97 | 2024-09-23T17:12:20.347Z | Updating crates.io index |
98 | 2024-09-23T17:12:20.405Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-09-23T17:12:21.385Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-09-23T17:12:22.240Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-09-23T17:12:22.651Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-09-23T17:12:24.452Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-09-23T17:12:24.835Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-09-23T17:12:25.312Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-09-23T17:12:28.649Z | Locking 306 packages to latest compatible versions |
106 | 2024-09-23T17:12:28.652Z | Adding base64 v0.21.7 (latest: v0.22.1) |
107 | 2024-09-23T17:12:28.652Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
108 | 2024-09-23T17:12:28.652Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
109 | 2024-09-23T17:12:28.652Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-09-23T17:12:28.652Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-09-23T17:12:28.652Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-09-23T17:12:28.652Z | Adding h2 v0.3.26 (latest: v0.4.6) |
113 | 2024-09-23T17:12:28.652Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
114 | 2024-09-23T17:12:28.652Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
115 | 2024-09-23T17:12:28.652Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-09-23T17:12:28.652Z | Adding http v0.2.12 (latest: v1.1.0) |
117 | 2024-09-23T17:12:28.652Z | Adding http-body v0.4.6 (latest: v1.0.1) |
118 | 2024-09-23T17:12:28.652Z | Adding hyper v0.14.30 (latest: v1.4.1) |
119 | 2024-09-23T17:12:28.655Z | Adding hyper-rustls v0.24.2 (latest: v0.27.3) |
120 | 2024-09-23T17:12:28.655Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
121 | 2024-09-23T17:12:28.655Z | Adding idna v0.5.0 (latest: v1.0.2) |
122 | 2024-09-23T17:12:28.655Z | Adding indexmap v1.9.3 (latest: v2.5.0) |
123 | 2024-09-23T17:12:28.655Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
124 | 2024-09-23T17:12:28.659Z | Adding regress v0.9.1 (latest: v0.10.1) |
125 | 2024-09-23T17:12:28.660Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
126 | 2024-09-23T17:12:28.662Z | Adding rustls v0.21.12 (latest: v0.23.13) |
127 | 2024-09-23T17:12:28.662Z | Adding rustls v0.22.4 (latest: v0.23.13) |
128 | 2024-09-23T17:12:28.665Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
129 | 2024-09-23T17:12:28.665Z | Adding rustls-webpki v0.101.7 (latest: v0.102.8) |
130 | 2024-09-23T17:12:28.665Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
131 | 2024-09-23T17:12:28.667Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
132 | 2024-09-23T17:12:28.667Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
133 | 2024-09-23T17:12:28.667Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
134 | 2024-09-23T17:12:28.667Z | Adding term v0.7.0 (latest: v1.0.0) |
135 | 2024-09-23T17:12:28.670Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
136 | 2024-09-23T17:12:28.670Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
137 | 2024-09-23T17:12:28.670Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
138 | 2024-09-23T17:12:28.674Z | Adding webpki-roots v0.25.4 (latest: v0.26.6) |
139 | 2024-09-23T17:12:28.674Z | Adding windows v0.52.0 (latest: v0.58.0) |
140 | 2024-09-23T17:12:28.674Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
141 | 2024-09-23T17:12:28.674Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
142 | 2024-09-23T17:12:28.674Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
143 | 2024-09-23T17:12:28.674Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
144 | 2024-09-23T17:12:28.674Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
145 | 2024-09-23T17:12:28.674Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
146 | 2024-09-23T17:12:28.674Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
147 | 2024-09-23T17:12:28.674Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-09-23T17:12:28.674Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-09-23T17:12:28.674Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
150 | 2024-09-23T17:12:28.674Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-09-23T17:12:28.674Z | Adding winreg v0.50.0 (latest: v0.52.0) |
152 | 2024-09-23T17:12:28.745Z | + cargo check |
153 | 2024-09-23T17:12:28.981Z | Downloading crates ... |
154 | 2024-09-23T17:12:29.058Z | Downloaded allocator-api2 v0.2.18 |
155 | 2024-09-23T17:12:29.063Z | Downloaded ahash v0.8.11 |
156 | 2024-09-23T17:12:29.066Z | Downloaded dyn-clone v1.0.17 |
157 | 2024-09-23T17:12:29.069Z | Downloaded foreign-types v0.3.2 |
158 | 2024-09-23T17:12:29.072Z | Downloaded equivalent v1.0.1 |
159 | 2024-09-23T17:12:29.072Z | Downloaded async-trait v0.1.82 |
160 | 2024-09-23T17:12:29.074Z | Downloaded darling_macro v0.20.10 |
161 | 2024-09-23T17:12:29.077Z | Downloaded instant v0.1.13 |
162 | 2024-09-23T17:12:29.079Z | Downloaded ident_case v1.0.1 |
163 | 2024-09-23T17:12:29.082Z | Downloaded waitgroup v0.1.2 |
164 | 2024-09-23T17:12:29.082Z | Downloaded openssl-probe v0.1.5 |
165 | 2024-09-23T17:12:29.085Z | Downloaded num_threads v0.1.7 |
166 | 2024-09-23T17:12:29.085Z | Downloaded num-conv v0.1.0 |
167 | 2024-09-23T17:12:29.087Z | Downloaded crypto-common v0.1.6 |
168 | 2024-09-23T17:12:29.090Z | Downloaded byteorder v1.5.0 |
169 | 2024-09-23T17:12:29.093Z | Downloaded usdt-attr-macro v0.5.0 |
170 | 2024-09-23T17:12:29.096Z | Downloaded hex v0.4.3 |
171 | 2024-09-23T17:12:29.098Z | Downloaded futures-macro v0.3.30 |
172 | 2024-09-23T17:12:29.098Z | Downloaded async-stream v0.3.5 |
173 | 2024-09-23T17:12:29.102Z | Downloaded generic-array v0.14.7 |
174 | 2024-09-23T17:12:29.104Z | Downloaded dof v0.3.0 |
175 | 2024-09-23T17:12:29.107Z | Downloaded macaddr v1.0.1 |
176 | 2024-09-23T17:12:29.110Z | Downloaded ipnetwork v0.20.0 |
177 | 2024-09-23T17:12:29.110Z | Downloaded futures-task v0.3.30 |
178 | 2024-09-23T17:12:29.113Z | Downloaded dirs-sys-next v0.1.2 |
179 | 2024-09-23T17:12:29.113Z | Downloaded async-stream-impl v0.3.5 |
180 | 2024-09-23T17:12:29.115Z | Downloaded dtrace-parser v0.2.0 |
181 | 2024-09-23T17:12:29.117Z | Downloaded usdt-macro v0.5.0 |
182 | 2024-09-23T17:12:29.120Z | Downloaded pretty-hex v0.4.1 |
183 | 2024-09-23T17:12:29.123Z | Downloaded foreign-types-shared v0.1.1 |
184 | 2024-09-23T17:12:29.123Z | Downloaded fnv v1.0.7 |
185 | 2024-09-23T17:12:29.126Z | Downloaded match_cfg v0.1.0 |
186 | 2024-09-23T17:12:29.129Z | Downloaded scroll_derive v0.12.0 |
187 | 2024-09-23T17:12:29.129Z | Downloaded strum v0.26.3 |
188 | 2024-09-23T17:12:29.131Z | Downloaded sync_wrapper v0.1.2 |
189 | 2024-09-23T17:12:29.133Z | Downloaded openssl-macros v0.1.1 |
190 | 2024-09-23T17:12:29.136Z | Downloaded omicron-workspace-hack v0.1.0 |
191 | 2024-09-23T17:12:29.139Z | Downloaded hyper-tls v0.5.0 |
192 | 2024-09-23T17:12:29.142Z | Downloaded parking_lot v0.12.3 |
193 | 2024-09-23T17:12:29.144Z | Downloaded hostname v0.4.0 |
194 | 2024-09-23T17:12:29.147Z | Downloaded unicode-ident v1.0.13 |
195 | 2024-09-23T17:12:29.151Z | Downloaded version_check v0.9.5 |
196 | 2024-09-23T17:12:29.153Z | Downloaded shlex v1.3.0 |
197 | 2024-09-23T17:12:29.155Z | Downloaded httparse v1.9.4 |
198 | 2024-09-23T17:12:29.158Z | Downloaded serde_spanned v0.6.7 |
199 | 2024-09-23T17:12:29.161Z | Downloaded rand_chacha v0.3.1 |
200 | 2024-09-23T17:12:29.161Z | Downloaded once_cell v1.19.0 |
201 | 2024-09-23T17:12:29.163Z | Downloaded powerfmt v0.2.0 |
202 | 2024-09-23T17:12:29.166Z | Downloaded zeroize v1.8.1 |
203 | 2024-09-23T17:12:29.168Z | Downloaded native-tls v0.2.12 |
204 | 2024-09-23T17:12:29.170Z | Downloaded try-lock v0.2.5 |
205 | 2024-09-23T17:12:29.170Z | Downloaded slog-bunyan v2.5.0 |
206 | 2024-09-23T17:12:29.175Z | Downloaded thiserror v1.0.64 |
207 | 2024-09-23T17:12:29.177Z | Downloaded block-buffer v0.10.4 |
208 | 2024-09-23T17:12:29.181Z | Downloaded hostname v0.3.1 |
209 | 2024-09-23T17:12:29.183Z | Downloaded heck v0.5.0 |
210 | 2024-09-23T17:12:29.183Z | Downloaded pkg-config v0.3.31 |
211 | 2024-09-23T17:12:29.185Z | Downloaded memmap v0.7.0 |
212 | 2024-09-23T17:12:29.185Z | Downloaded want v0.3.1 |
213 | 2024-09-23T17:12:29.188Z | Downloaded unsafe-libyaml v0.2.11 |
214 | 2024-09-23T17:12:29.191Z | Downloaded is-terminal v0.4.13 |
215 | 2024-09-23T17:12:29.194Z | Downloaded tinyvec_macros v0.1.1 |
216 | 2024-09-23T17:12:29.194Z | Downloaded thiserror-impl v1.0.64 |
217 | 2024-09-23T17:12:29.197Z | Downloaded structmeta v0.3.0 |
218 | 2024-09-23T17:12:29.197Z | Downloaded time-core v0.1.2 |
219 | 2024-09-23T17:12:29.203Z | Downloaded httpdate v1.0.3 |
220 | 2024-09-23T17:12:29.203Z | Downloaded http-body v0.4.6 |
221 | 2024-09-23T17:12:29.203Z | Downloaded dirs-next v2.0.0 |
222 | 2024-09-23T17:12:29.203Z | Downloaded newtype-uuid v1.1.0 |
223 | 2024-09-23T17:12:29.206Z | Downloaded futures-io v0.3.30 |
224 | 2024-09-23T17:12:29.206Z | Downloaded futures-core v0.3.30 |
225 | 2024-09-23T17:12:29.206Z | Downloaded form_urlencoded v1.2.1 |
226 | 2024-09-23T17:12:29.208Z | Downloaded bitflags v2.6.0 |
227 | 2024-09-23T17:12:29.211Z | Downloaded debug-ignore v1.0.5 |
228 | 2024-09-23T17:12:29.214Z | Downloaded cpufeatures v0.2.14 |
229 | 2024-09-23T17:12:29.214Z | Downloaded cfg-if v1.0.0 |
230 | 2024-09-23T17:12:29.216Z | Downloaded atomic-waker v1.1.2 |
231 | 2024-09-23T17:12:29.216Z | Downloaded tokio-native-tls v0.3.1 |
232 | 2024-09-23T17:12:29.220Z | Downloaded tokio-macros v2.4.0 |
233 | 2024-09-23T17:12:29.223Z | Downloaded take_mut v0.2.2 |
234 | 2024-09-23T17:12:29.223Z | Downloaded serde_with_macros v3.9.0 |
235 | 2024-09-23T17:12:29.223Z | Downloaded quote v1.0.37 |
236 | 2024-09-23T17:12:29.225Z | Downloaded thread_local v1.1.8 |
237 | 2024-09-23T17:12:29.228Z | Downloaded toml_datetime v0.6.8 |
238 | 2024-09-23T17:12:29.231Z | Downloaded semver v1.0.23 |
239 | 2024-09-23T17:12:29.233Z | Downloaded scopeguard v1.2.0 |
240 | 2024-09-23T17:12:29.233Z | Downloaded rustls-pemfile v2.1.3 |
241 | 2024-09-23T17:12:29.236Z | Downloaded sha2 v0.10.8 |
242 | 2024-09-23T17:12:29.238Z | Downloaded ipnet v2.10.0 |
243 | 2024-09-23T17:12:29.242Z | Downloaded subtle v2.6.1 |
244 | 2024-09-23T17:12:29.242Z | Downloaded spin v0.9.8 |
245 | 2024-09-23T17:12:29.245Z | Downloaded iana-time-zone v0.1.61 |
246 | 2024-09-23T17:12:29.248Z | Downloaded pest_derive v2.7.13 |
247 | 2024-09-23T17:12:29.248Z | Downloaded futures-channel v0.3.30 |
248 | 2024-09-23T17:12:29.251Z | Downloaded uuid v1.10.0 |
249 | 2024-09-23T17:12:29.253Z | Downloaded smallvec v1.13.2 |
250 | 2024-09-23T17:12:29.256Z | Downloaded futures v0.3.30 |
251 | 2024-09-23T17:12:29.260Z | Downloaded bytes v1.7.2 |
252 | 2024-09-23T17:12:29.264Z | Downloaded rustls-pemfile v1.0.4 |
253 | 2024-09-23T17:12:29.267Z | Downloaded rand_core v0.6.4 |
254 | 2024-09-23T17:12:29.269Z | Downloaded slab v0.4.9 |
255 | 2024-09-23T17:12:29.272Z | Downloaded crossbeam-utils v0.8.20 |
256 | 2024-09-23T17:12:29.275Z | Downloaded serde_path_to_error v0.1.16 |
257 | 2024-09-23T17:12:29.275Z | Downloaded getrandom v0.2.15 |
258 | 2024-09-23T17:12:29.278Z | Downloaded pest_generator v2.7.13 |
259 | 2024-09-23T17:12:29.280Z | Downloaded strsim v0.11.1 |
260 | 2024-09-23T17:12:29.280Z | Downloaded slog-json v2.6.1 |
261 | 2024-09-23T17:12:29.284Z | Downloaded tokio-rustls v0.25.0 |
262 | 2024-09-23T17:12:29.286Z | Downloaded sha1 v0.10.6 |
263 | 2024-09-23T17:12:29.286Z | Downloaded parse-display-derive v0.10.0 |
264 | 2024-09-23T17:12:29.289Z | Downloaded time-macros v0.2.18 |
265 | 2024-09-23T17:12:29.291Z | Downloaded structmeta-derive v0.3.0 |
266 | 2024-09-23T17:12:29.291Z | Downloaded serde_tokenstream v0.2.2 |
267 | 2024-09-23T17:12:29.294Z | Downloaded schemars_derive v0.8.21 |
268 | 2024-09-23T17:12:29.294Z | Downloaded log v0.4.22 |
269 | 2024-09-23T17:12:29.296Z | Downloaded cc v1.1.21 |
270 | 2024-09-23T17:12:29.301Z | Downloaded serde_derive v1.0.210 |
271 | 2024-09-23T17:12:29.303Z | Downloaded term v0.7.0 |
272 | 2024-09-23T17:12:29.306Z | Downloaded tokio-rustls v0.24.1 |
273 | 2024-09-23T17:12:29.309Z | Downloaded unicode-bidi v0.3.15 |
274 | 2024-09-23T17:12:29.311Z | Downloaded rustls-pki-types v1.8.0 |
275 | 2024-09-23T17:12:29.314Z | Downloaded ppv-lite86 v0.2.20 |
276 | 2024-09-23T17:12:29.316Z | Downloaded num-traits v0.2.19 |
277 | 2024-09-23T17:12:29.318Z | Downloaded ucd-trie v0.1.6 |
278 | 2024-09-23T17:12:29.321Z | Downloaded sct v0.7.1 |
279 | 2024-09-23T17:12:29.323Z | Downloaded signal-hook-registry v1.4.2 |
280 | 2024-09-23T17:12:29.326Z | Downloaded crossbeam-channel v0.5.13 |
281 | 2024-09-23T17:12:29.328Z | Downloaded tinyvec v1.8.0 |
282 | 2024-09-23T17:12:29.331Z | Downloaded tracing-core v0.1.32 |
283 | 2024-09-23T17:12:29.334Z | Downloaded darling_core v0.20.10 |
284 | 2024-09-23T17:12:29.340Z | Downloaded serde_yaml v0.9.34+deprecated |
285 | 2024-09-23T17:12:29.343Z | Downloaded slog v2.7.0 |
286 | 2024-09-23T17:12:29.346Z | Downloaded memchr v2.7.4 |
287 | 2024-09-23T17:12:29.352Z | Downloaded mio v1.0.2 |
288 | 2024-09-23T17:12:29.357Z | Downloaded serde_derive_internals v0.29.1 |
289 | 2024-09-23T17:12:29.360Z | Downloaded proc-macro2 v1.0.86 |
290 | 2024-09-23T17:12:29.363Z | Downloaded indexmap v2.5.0 |
291 | 2024-09-23T17:12:29.367Z | Downloaded hashbrown v0.12.3 |
292 | 2024-09-23T17:12:29.373Z | Downloaded socket2 v0.5.7 |
293 | 2024-09-23T17:12:29.376Z | Downloaded tracing v0.1.40 |
294 | 2024-09-23T17:12:29.379Z | Downloaded toml_edit v0.22.21 |
295 | 2024-09-23T17:12:29.400Z | Downloaded http v0.2.12 |
296 | 2024-09-23T17:12:29.403Z | Downloaded schemars v0.8.21 |
297 | 2024-09-23T17:12:29.416Z | Downloaded pest_meta v2.7.13 |
298 | 2024-09-23T17:12:29.418Z | Downloaded tokio-util v0.7.12 |
299 | 2024-09-23T17:12:29.424Z | Downloaded hashbrown v0.14.5 |
300 | 2024-09-23T17:12:29.430Z | Downloaded serde v1.0.210 |
301 | 2024-09-23T17:12:29.434Z | Downloaded h2 v0.3.26 |
302 | 2024-09-23T17:12:29.440Z | Downloaded hyper v0.14.30 |
303 | 2024-09-23T17:12:29.447Z | Downloaded goblin v0.8.2 |
304 | 2024-09-23T17:12:29.454Z | Downloaded futures-util v0.3.30 |
305 | 2024-09-23T17:12:29.465Z | Downloaded pest v2.7.13 |
306 | 2024-09-23T17:12:29.471Z | Downloaded unicode-normalization v0.1.24 |
307 | 2024-09-23T17:12:29.474Z | Downloaded openssl v0.10.66 |
308 | 2024-09-23T17:12:29.485Z | Downloaded idna v0.5.0 |
309 | 2024-09-23T17:12:29.491Z | Downloaded chrono v0.4.38 |
310 | 2024-09-23T17:12:29.499Z | Downloaded time v0.3.36 |
311 | 2024-09-23T17:12:29.505Z | Downloaded openapiv3 v2.0.0 |
312 | 2024-09-23T17:12:29.517Z | Downloaded serde_json v1.0.128 |
313 | 2024-09-23T17:12:29.524Z | Downloaded serde_with v3.9.0 |
314 | 2024-09-23T17:12:29.536Z | Downloaded reqwest v0.11.27 |
315 | 2024-09-23T17:12:29.546Z | Downloaded winnow v0.6.18 |
316 | 2024-09-23T17:12:29.552Z | Downloaded rustls-webpki v0.101.7 |
317 | 2024-09-23T17:12:29.564Z | Downloaded vcpkg v0.2.15 |
318 | 2024-09-23T17:12:29.603Z | Downloaded rustls-webpki v0.102.8 |
319 | 2024-09-23T17:12:29.620Z | Downloaded tokio v1.40.0 |
320 | 2024-09-23T17:12:29.659Z | Downloaded libc v0.2.158 |
321 | 2024-09-23T17:12:29.682Z | Downloaded regex v1.10.6 |
322 | 2024-09-23T17:12:29.694Z | Downloaded syn v2.0.77 |
323 | 2024-09-23T17:12:29.704Z | Downloaded rustls v0.22.4 |
324 | 2024-09-23T17:12:29.716Z | Downloaded regress v0.9.1 |
325 | 2024-09-23T17:12:29.724Z | Downloaded regress v0.10.1 |
326 | 2024-09-23T17:12:29.732Z | Downloaded regex-syntax v0.8.4 |
327 | 2024-09-23T17:12:29.740Z | Downloaded encoding_rs v0.8.34 |
328 | 2024-09-23T17:12:29.759Z | Downloaded rustls v0.21.12 |
329 | 2024-09-23T17:12:29.770Z | Downloaded regex-automata v0.4.7 |
330 | 2024-09-23T17:12:29.785Z | Downloaded webpki-roots v0.25.4 |
331 | 2024-09-23T17:12:29.789Z | Downloaded zerocopy v0.7.35 |
332 | 2024-09-23T17:12:29.804Z | Downloaded aho-corasick v1.1.3 |
333 | 2024-09-23T17:12:29.809Z | Downloaded rand v0.8.5 |
334 | 2024-09-23T17:12:29.812Z | Downloaded base64 v0.21.7 |
335 | 2024-09-23T17:12:29.816Z | Downloaded strum_macros v0.26.4 |
336 | 2024-09-23T17:12:29.818Z | Downloaded slog-async v2.8.0 |
337 | 2024-09-23T17:12:29.821Z | Downloaded scroll v0.12.0 |
338 | 2024-09-23T17:12:29.821Z | Downloaded plain v0.2.3 |
339 | 2024-09-23T17:12:29.824Z | Downloaded base64 v0.22.1 |
340 | 2024-09-23T17:12:29.826Z | Downloaded openssl-sys v0.9.103 |
341 | 2024-09-23T17:12:29.829Z | Downloaded http v1.1.0 |
342 | 2024-09-23T17:12:29.833Z | Downloaded parking_lot_core v0.9.10 |
343 | 2024-09-23T17:12:29.835Z | Downloaded zerocopy-derive v0.7.35 |
344 | 2024-09-23T17:12:29.839Z | Downloaded typenum v1.17.0 |
345 | 2024-09-23T17:12:29.841Z | Downloaded toml v0.8.19 |
346 | 2024-09-23T17:12:29.844Z | Downloaded ryu v1.0.18 |
347 | 2024-09-23T17:12:29.847Z | Downloaded hyper-rustls v0.24.2 |
348 | 2024-09-23T17:12:29.849Z | Downloaded pin-utils v0.1.0 |
349 | 2024-09-23T17:12:29.852Z | Downloaded percent-encoding v2.3.1 |
350 | 2024-09-23T17:12:29.853Z | Downloaded indexmap v1.9.3 |
351 | 2024-09-23T17:12:29.855Z | Downloaded slog-term v2.9.1 |
352 | 2024-09-23T17:12:29.857Z | Downloaded url v2.5.2 |
353 | 2024-09-23T17:12:29.860Z | Downloaded anyhow v1.0.89 |
354 | 2024-09-23T17:12:29.862Z | Downloaded digest v0.10.7 |
355 | 2024-09-23T17:12:29.865Z | Downloaded pin-project-lite v0.2.14 |
356 | 2024-09-23T17:12:29.868Z | Downloaded thread-id v4.2.2 |
357 | 2024-09-23T17:12:29.870Z | Downloaded camino v1.1.9 |
358 | 2024-09-23T17:12:29.873Z | Downloaded parse-display v0.10.0 |
359 | 2024-09-23T17:12:29.873Z | Downloaded serde_urlencoded v0.7.1 |
360 | 2024-09-23T17:12:29.876Z | Downloaded rustversion v1.0.17 |
361 | 2024-09-23T17:12:29.876Z | Downloaded paste v1.0.15 |
362 | 2024-09-23T17:12:29.878Z | Downloaded tower-service v0.3.3 |
363 | 2024-09-23T17:12:29.881Z | Downloaded multer v3.1.0 |
364 | 2024-09-23T17:12:29.881Z | Downloaded lock_api v0.4.12 |
365 | 2024-09-23T17:12:29.886Z | Downloaded itoa v1.0.11 |
366 | 2024-09-23T17:12:29.886Z | Downloaded backoff v0.4.0 |
367 | 2024-09-23T17:12:29.889Z | Downloaded usdt-impl v0.5.0 |
368 | 2024-09-23T17:12:29.889Z | Downloaded untrusted v0.9.0 |
369 | 2024-09-23T17:12:29.889Z | Downloaded usdt v0.5.0 |
370 | 2024-09-23T17:12:29.889Z | Downloaded darling v0.20.10 |
371 | 2024-09-23T17:12:29.892Z | Downloaded mime v0.3.17 |
372 | 2024-09-23T17:12:29.895Z | Downloaded futures-sink v0.3.30 |
373 | 2024-09-23T17:12:29.895Z | Downloaded deranged v0.3.11 |
374 | 2024-09-23T17:12:29.897Z | Downloaded autocfg v1.3.0 |
375 | 2024-09-23T17:12:29.897Z | Downloaded futures-executor v0.3.30 |
376 | 2024-09-23T17:12:30.039Z | Downloaded ring v0.17.8 |
377 | 2024-09-23T17:12:30.222Z | Compiling proc-macro2 v1.0.86 |
378 | 2024-09-23T17:12:30.222Z | Compiling unicode-ident v1.0.13 |
379 | 2024-09-23T17:12:30.225Z | Compiling libc v0.2.158 |
380 | 2024-09-23T17:12:30.225Z | Checking cfg-if v1.0.0 |
381 | 2024-09-23T17:12:30.225Z | Compiling version_check v0.9.5 |
382 | 2024-09-23T17:12:30.225Z | Compiling autocfg v1.3.0 |
383 | 2024-09-23T17:12:30.234Z | Compiling serde v1.0.210 |
384 | 2024-09-23T17:12:30.236Z | Checking memchr v2.7.4 |
385 | 2024-09-23T17:12:30.306Z | Compiling serde_json v1.0.128 |
386 | 2024-09-23T17:12:30.411Z | Checking itoa v1.0.11 |
387 | 2024-09-23T17:12:30.861Z | Compiling ahash v0.8.11 |
388 | 2024-09-23T17:12:30.883Z | Checking once_cell v1.19.0 |
389 | 2024-09-23T17:12:30.921Z | Compiling thiserror v1.0.64 |
390 | 2024-09-23T17:12:30.932Z | Checking byteorder v1.5.0 |
391 | 2024-09-23T17:12:31.100Z | Compiling shlex v1.3.0 |
392 | 2024-09-23T17:12:31.321Z | Compiling cc v1.1.21 |
393 | 2024-09-23T17:12:31.441Z | Compiling num-traits v0.2.19 |
394 | 2024-09-23T17:12:31.524Z | Checking pin-project-lite v0.2.14 |
395 | 2024-09-23T17:12:31.619Z | Checking ryu v1.0.18 |
396 | 2024-09-23T17:12:31.654Z | Checking getrandom v0.2.15 |
397 | 2024-09-23T17:12:31.766Z | Compiling quote v1.0.37 |
398 | 2024-09-23T17:12:31.837Z | Checking bytes v1.7.2 |
399 | 2024-09-23T17:12:31.844Z | Checking log v0.4.22 |
400 | 2024-09-23T17:12:32.045Z | Checking allocator-api2 v0.2.18 |
401 | 2024-09-23T17:12:32.090Z | Compiling lock_api v0.4.12 |
402 | 2024-09-23T17:12:32.245Z | Compiling syn v2.0.77 |
403 | 2024-09-23T17:12:32.390Z | Compiling schemars v0.8.21 |
404 | 2024-09-23T17:12:32.390Z | Compiling parking_lot_core v0.9.10 |
405 | 2024-09-23T17:12:32.473Z | Checking smallvec v1.13.2 |
406 | 2024-09-23T17:12:32.525Z | Checking futures-core v0.3.30 |
407 | 2024-09-23T17:12:32.605Z | Checking scopeguard v1.2.0 |
408 | 2024-09-23T17:12:32.656Z | Checking mio v1.0.2 |
409 | 2024-09-23T17:12:32.688Z | Checking socket2 v0.5.7 |
410 | 2024-09-23T17:12:32.756Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-09-23T17:12:32.825Z | Compiling slab v0.4.9 |
412 | 2024-09-23T17:12:32.984Z | Checking futures-sink v0.3.30 |
413 | 2024-09-23T17:12:33.125Z | Checking spin v0.9.8 |
414 | 2024-09-23T17:12:33.145Z | Checking parking_lot v0.12.3 |
415 | 2024-09-23T17:12:33.186Z | Checking fnv v1.0.7 |
416 | 2024-09-23T17:12:33.204Z | Checking untrusted v0.9.0 |
417 | 2024-09-23T17:12:33.278Z | Checking equivalent v1.0.1 |
418 | 2024-09-23T17:12:33.314Z | Checking futures-channel v0.3.30 |
419 | 2024-09-23T17:12:33.332Z | Checking pin-utils v0.1.0 |
420 | 2024-09-23T17:12:33.361Z | Compiling heck v0.5.0 |
421 | 2024-09-23T17:12:33.401Z | Compiling pkg-config v0.3.31 |
422 | 2024-09-23T17:12:33.471Z | Checking futures-task v0.3.30 |
423 | 2024-09-23T17:12:33.555Z | Checking futures-io v0.3.30 |
424 | 2024-09-23T17:12:33.667Z | Compiling vcpkg v0.2.15 |
425 | 2024-09-23T17:12:33.693Z | Compiling semver v1.0.23 |
426 | 2024-09-23T17:12:33.781Z | Checking iana-time-zone v0.1.61 |
427 | 2024-09-23T17:12:33.887Z | Compiling ucd-trie v0.1.6 |
428 | 2024-09-23T17:12:33.925Z | Checking http v0.2.12 |
429 | 2024-09-23T17:12:34.352Z | Compiling ring v0.17.8 |
430 | 2024-09-23T17:12:34.568Z | Checking dyn-clone v1.0.17 |
431 | 2024-09-23T17:12:34.686Z | Compiling httparse v1.9.4 |
432 | 2024-09-23T17:12:35.367Z | Checking tracing-core v0.1.32 |
433 | 2024-09-23T17:12:35.519Z | Compiling uuid v1.10.0 |
434 | 2024-09-23T17:12:35.563Z | Compiling openssl-sys v0.9.103 |
435 | 2024-09-23T17:12:36.084Z | Compiling slog v2.7.0 |
436 | 2024-09-23T17:12:36.107Z | Checking tracing v0.1.40 |
437 | 2024-09-23T17:12:36.115Z | Checking foreign-types-shared v0.1.1 |
438 | 2024-09-23T17:12:36.124Z | Compiling openssl v0.10.66 |
439 | 2024-09-23T17:12:36.403Z | Compiling chrono v0.4.38 |
440 | 2024-09-23T17:12:36.415Z | Checking try-lock v0.2.5 |
441 | 2024-09-23T17:12:36.522Z | Checking want v0.3.1 |
442 | 2024-09-23T17:12:36.538Z | Checking foreign-types v0.3.2 |
443 | 2024-09-23T17:12:36.603Z | Checking http-body v0.4.6 |
444 | 2024-09-23T17:12:36.617Z | Compiling aho-corasick v1.1.3 |
445 | 2024-09-23T17:12:36.690Z | Compiling regex-syntax v0.8.4 |
446 | 2024-09-23T17:12:36.948Z | Compiling native-tls v0.2.12 |
447 | 2024-09-23T17:12:37.308Z | Checking httpdate v1.0.3 |
448 | 2024-09-23T17:12:37.517Z | Checking bitflags v2.6.0 |
449 | 2024-09-23T17:12:37.740Z | Checking tinyvec_macros v0.1.1 |
450 | 2024-09-23T17:12:37.812Z | Checking tower-service v0.3.3 |
451 | 2024-09-23T17:12:37.882Z | Compiling typenum v1.17.0 |
452 | 2024-09-23T17:12:37.909Z | Compiling rustls v0.21.12 |
453 | 2024-09-23T17:12:38.223Z | Checking percent-encoding v2.3.1 |
454 | 2024-09-23T17:12:38.405Z | Checking tinyvec v1.8.0 |
455 | 2024-09-23T17:12:38.413Z | Checking form_urlencoded v1.2.1 |
456 | 2024-09-23T17:12:38.892Z | Compiling generic-array v0.14.7 |
457 | 2024-09-23T17:12:39.138Z | Checking openssl-probe v0.1.5 |
458 | 2024-09-23T17:12:39.723Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-09-23T17:12:40.590Z | Compiling regex-automata v0.4.7 |
460 | 2024-09-23T17:12:40.605Z | Checking rustls-webpki v0.101.7 |
461 | 2024-09-23T17:12:40.845Z | Checking sct v0.7.1 |
462 | 2024-09-23T17:12:41.033Z | Checking unicode-normalization v0.1.24 |
463 | 2024-09-23T17:12:41.644Z | Compiling usdt-impl v0.5.0 |
464 | 2024-09-23T17:12:41.898Z | Checking encoding_rs v0.8.34 |
465 | 2024-09-23T17:12:41.945Z | Checking mime v0.3.17 |
466 | 2024-09-23T17:12:41.948Z | Compiling num-conv v0.1.0 |
467 | 2024-09-23T17:12:42.216Z | Checking powerfmt v0.2.0 |
468 | 2024-09-23T17:12:42.224Z | Compiling time-core v0.1.2 |
469 | 2024-09-23T17:12:42.377Z | Checking unicode-bidi v0.3.15 |
470 | 2024-09-23T17:12:42.393Z | Compiling time-macros v0.2.18 |
471 | 2024-09-23T17:12:42.464Z | Checking deranged v0.3.11 |
472 | 2024-09-23T17:12:42.983Z | Checking idna v0.5.0 |
473 | 2024-09-23T17:12:43.965Z | Compiling thread-id v4.2.2 |
474 | 2024-09-23T17:12:44.286Z | Checking num_threads v0.1.7 |
475 | 2024-09-23T17:12:44.625Z | Compiling regex v1.10.6 |
476 | 2024-09-23T17:12:44.659Z | Checking rustls-pki-types v1.8.0 |
477 | 2024-09-23T17:12:44.967Z | Compiling serde_derive v1.0.210 |
478 | 2024-09-23T17:12:45.084Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-09-23T17:12:45.197Z | Compiling thiserror-impl v1.0.64 |
480 | 2024-09-23T17:12:45.234Z | Compiling schemars_derive v0.8.21 |
481 | 2024-09-23T17:12:45.293Z | Compiling tokio-macros v2.4.0 |
482 | 2024-09-23T17:12:45.364Z | Compiling futures-macro v0.3.30 |
483 | 2024-09-23T17:12:45.580Z | Compiling openssl-macros v0.1.1 |
484 | 2024-09-23T17:12:46.825Z | Checking tokio v1.40.0 |
485 | 2024-09-23T17:12:47.062Z | Checking zerocopy v0.7.35 |
486 | 2024-09-23T17:12:48.191Z | Checking futures-util v0.3.30 |
487 | 2024-09-23T17:12:48.211Z | Compiling pest v2.7.13 |
488 | 2024-09-23T17:12:48.443Z | Compiling scroll_derive v0.12.0 |
489 | 2024-09-23T17:12:48.887Z | Checking hashbrown v0.14.5 |
490 | 2024-09-23T17:12:49.877Z | Checking scroll v0.12.0 |
491 | 2024-09-23T17:12:50.105Z | Checking regress v0.10.1 |
492 | 2024-09-23T17:12:51.141Z | Compiling pest_meta v2.7.13 |
493 | 2024-09-23T17:12:52.425Z | Compiling pest_generator v2.7.13 |
494 | 2024-09-23T17:12:53.699Z | Compiling strsim v0.11.1 |
495 | 2024-09-23T17:12:53.780Z | Compiling crossbeam-utils v0.8.20 |
496 | 2024-09-23T17:12:53.918Z | Checking tokio-util v0.7.12 |
497 | 2024-09-23T17:12:54.154Z | Checking tokio-rustls v0.24.1 |
498 | 2024-09-23T17:12:54.351Z | Checking tokio-native-tls v0.3.1 |
499 | 2024-09-23T17:12:54.416Z | Compiling ident_case v1.0.1 |
500 | 2024-09-23T17:12:54.489Z | Checking plain v0.2.3 |
501 | 2024-09-23T17:12:54.583Z | Checking base64 v0.21.7 |
502 | 2024-09-23T17:12:54.622Z | Checking goblin v0.8.2 |
503 | 2024-09-23T17:12:54.729Z | Checking time v0.3.36 |
504 | 2024-09-23T17:12:54.741Z | Compiling darling_core v0.20.10 |
505 | 2024-09-23T17:12:55.053Z | Checking rustls-pemfile v1.0.4 |
506 | 2024-09-23T17:12:55.133Z | Compiling pest_derive v2.7.13 |
507 | 2024-09-23T17:12:55.997Z | Compiling dtrace-parser v0.2.0 |
508 | 2024-09-23T17:12:56.498Z | Checking url v2.5.2 |
509 | 2024-09-23T17:12:57.264Z | Checking dirs-sys-next v0.1.2 |
510 | 2024-09-23T17:12:57.686Z | Checking webpki-roots v0.25.4 |
511 | 2024-09-23T17:12:57.750Z | Checking indexmap v2.5.0 |
512 | 2024-09-23T17:12:58.046Z | Checking serde_urlencoded v0.7.1 |
513 | 2024-09-23T17:12:58.443Z | Compiling unsafe-libyaml v0.2.11 |
514 | 2024-09-23T17:12:58.762Z | Compiling rustversion v1.0.17 |
515 | 2024-09-23T17:12:59.004Z | Checking h2 v0.3.26 |
516 | 2024-09-23T17:12:59.159Z | Checking openapiv3 v2.0.0 |
517 | 2024-09-23T17:12:59.610Z | Compiling serde_tokenstream v0.2.2 |
518 | 2024-09-23T17:13:00.180Z | Checking sync_wrapper v0.1.2 |
519 | 2024-09-23T17:13:00.288Z | Checking pretty-hex v0.4.1 |
520 | 2024-09-23T17:13:00.357Z | Compiling paste v1.0.15 |
521 | 2024-09-23T17:13:00.452Z | Checking ipnet v2.10.0 |
522 | 2024-09-23T17:13:00.881Z | Compiling rustls v0.22.4 |
523 | 2024-09-23T17:13:00.892Z | Compiling omicron-workspace-hack v0.1.0 |
524 | 2024-09-23T17:13:00.925Z | Compiling darling_macro v0.20.10 |
525 | 2024-09-23T17:13:01.175Z | Compiling dof v0.3.0 |
526 | 2024-09-23T17:13:01.471Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
527 | 2024-09-23T17:13:01.930Z | Compiling serde_yaml v0.9.34+deprecated |
528 | 2024-09-23T17:13:02.751Z | Checking toml_datetime v0.6.8 |
529 | 2024-09-23T17:13:02.765Z | Checking serde_spanned v0.6.7 |
530 | 2024-09-23T17:13:03.117Z | Checking hyper v0.14.30 |
531 | 2024-09-23T17:13:03.327Z | Checking dirs-next v2.0.0 |
532 | 2024-09-23T17:13:03.448Z | Checking ppv-lite86 v0.2.20 |
533 | 2024-09-23T17:13:03.933Z | Checking crypto-common v0.1.6 |
534 | 2024-09-23T17:13:04.082Z | Checking block-buffer v0.10.4 |
535 | 2024-09-23T17:13:04.089Z | Checking rustls-webpki v0.102.8 |
536 | 2024-09-23T17:13:04.187Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-09-23T17:13:04.258Z | Checking rand_core v0.6.4 |
538 | 2024-09-23T17:13:04.508Z | Checking thread_local v1.1.8 |
539 | 2024-09-23T17:13:04.537Z | Compiling multer v3.1.0 |
540 | 2024-09-23T17:13:04.777Z | Compiling camino v1.1.9 |
541 | 2024-09-23T17:13:04.835Z | Checking winnow v0.6.18 |
542 | 2024-09-23T17:13:04.875Z | Compiling slog-async v2.8.0 |
543 | 2024-09-23T17:13:05.381Z | Compiling anyhow v1.0.89 |
544 | 2024-09-23T17:13:05.390Z | Checking match_cfg v0.1.0 |
545 | 2024-09-23T17:13:05.459Z | Checking subtle v2.6.1 |
546 | 2024-09-23T17:13:05.618Z | Checking zeroize v1.8.1 |
547 | 2024-09-23T17:13:05.679Z | Checking hostname v0.3.1 |
548 | 2024-09-23T17:13:05.849Z | Checking rand_chacha v0.3.1 |
549 | 2024-09-23T17:13:06.119Z | Checking digest v0.10.7 |
550 | 2024-09-23T17:13:06.185Z | Checking crossbeam-channel v0.5.13 |
551 | 2024-09-23T17:13:06.400Z | Checking term v0.7.0 |
552 | 2024-09-23T17:13:06.428Z | Compiling usdt-macro v0.5.0 |
553 | 2024-09-23T17:13:06.767Z | Compiling usdt-attr-macro v0.5.0 |
554 | 2024-09-23T17:13:06.866Z | Compiling structmeta v0.3.0 |
555 | 2024-09-23T17:13:07.535Z | Checking hyper-tls v0.5.0 |
556 | 2024-09-23T17:13:07.732Z | Checking hyper-rustls v0.24.2 |
557 | 2024-09-23T17:13:07.791Z | Compiling darling v0.20.10 |
558 | 2024-09-23T17:13:07.891Z | Checking slog-json v2.6.1 |
559 | 2024-09-23T17:13:07.899Z | Checking toml_edit v0.22.21 |
560 | 2024-09-23T17:13:08.005Z | Checking reqwest v0.11.27 |
561 | 2024-09-23T17:13:08.120Z | Checking futures-executor v0.3.30 |
562 | 2024-09-23T17:13:08.139Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-09-23T17:13:08.228Z | Checking http v1.1.0 |
564 | 2024-09-23T17:13:08.321Z | Checking memmap v0.7.0 |
565 | 2024-09-23T17:13:08.338Z | Checking is-terminal v0.4.13 |
566 | 2024-09-23T17:13:08.418Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
567 | 2024-09-23T17:13:08.524Z | Checking take_mut v0.2.2 |
568 | 2024-09-23T17:13:08.638Z | Checking base64 v0.22.1 |
569 | 2024-09-23T17:13:08.760Z | Checking atomic-waker v1.1.2 |
570 | 2024-09-23T17:13:08.869Z | Checking cpufeatures v0.2.14 |
571 | 2024-09-23T17:13:08.954Z | Checking sha1 v0.10.6 |
572 | 2024-09-23T17:13:09.095Z | Checking rustls-pemfile v2.1.3 |
573 | 2024-09-23T17:13:09.202Z | Checking waitgroup v0.1.2 |
574 | 2024-09-23T17:13:09.318Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
575 | 2024-09-23T17:13:09.364Z | Checking usdt v0.5.0 |
576 | 2024-09-23T17:13:09.510Z | Checking async-stream v0.3.5 |
577 | 2024-09-23T17:13:09.525Z | Checking tokio-rustls v0.25.0 |
578 | 2024-09-23T17:13:09.567Z | Checking slog-term v2.9.1 |
579 | 2024-09-23T17:13:09.631Z | Checking futures v0.3.30 |
580 | 2024-09-23T17:13:09.639Z | Compiling strum_macros v0.26.4 |
581 | 2024-09-23T17:13:09.639Z | Checking slog-bunyan v2.5.0 |
582 | 2024-09-23T17:13:09.673Z | Compiling serde_with_macros v3.9.0 |
583 | 2024-09-23T17:13:09.759Z | Compiling parse-display-derive v0.10.0 |
584 | 2024-09-23T17:13:09.799Z | Checking rand v0.8.5 |
585 | 2024-09-23T17:13:10.367Z | Checking newtype-uuid v1.1.0 |
586 | 2024-09-23T17:13:10.434Z | Checking toml v0.8.19 |
587 | 2024-09-23T17:13:10.619Z | Checking ipnetwork v0.20.0 |
588 | 2024-09-23T17:13:10.659Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
589 | 2024-09-23T17:13:10.942Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-09-23T17:13:11.111Z | Checking hex v0.4.3 |
591 | 2024-09-23T17:13:11.176Z | Compiling async-trait v0.1.82 |
592 | 2024-09-23T17:13:11.569Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-09-23T17:13:11.606Z | Checking hostname v0.4.0 |
594 | 2024-09-23T17:13:11.728Z | Checking instant v0.1.13 |
595 | 2024-09-23T17:13:11.834Z | Checking debug-ignore v1.0.5 |
596 | 2024-09-23T17:13:11.962Z | Checking backoff v0.4.0 |
597 | 2024-09-23T17:13:12.210Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
598 | 2024-09-23T17:13:12.345Z | Checking serde_with v3.9.0 |
599 | 2024-09-23T17:13:12.349Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
600 | 2024-09-23T17:13:12.371Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
601 | 2024-09-23T17:13:12.503Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
602 | 2024-09-23T17:13:13.029Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-09-23T17:13:13.090Z | Checking macaddr v1.0.1 |
604 | 2024-09-23T17:13:13.206Z | Checking regress v0.9.1 |
605 | 2024-09-23T17:13:16.257Z | Checking parse-display v0.10.0 |
606 | 2024-09-23T17:13:16.315Z | Checking strum v0.26.3 |
607 | 2024-09-23T17:13:16.315Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
608 | 2024-09-23T17:13:16.862Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
609 | 2024-09-23T17:13:16.920Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
610 | 2024-09-23T17:13:19.466Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
611 | 2024-09-23T17:13:24.553Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
612 | 2024-09-23T17:13:24.656Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
613 | 2024-09-23T17:13:27.412Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
614 | 2024-09-23T17:13:34.417Z | Checking test-project v0.1.0 (/tmp/test-project) |
615 | 2024-09-23T17:13:34.468Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
616 | 2024-09-23T17:13:34.533Z | + cargo build --release |
617 | 2024-09-23T17:13:34.827Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-09-23T17:13:34.827Z | Compiling unicode-ident v1.0.13 |
619 | 2024-09-23T17:13:34.836Z | Compiling libc v0.2.158 |
620 | 2024-09-23T17:13:34.836Z | Compiling cfg-if v1.0.0 |
621 | 2024-09-23T17:13:34.836Z | Compiling version_check v0.9.5 |
622 | 2024-09-23T17:13:34.837Z | Compiling autocfg v1.3.0 |
623 | 2024-09-23T17:13:34.837Z | Compiling serde v1.0.210 |
624 | 2024-09-23T17:13:34.837Z | Compiling memchr v2.7.4 |
625 | 2024-09-23T17:13:34.914Z | Compiling serde_json v1.0.128 |
626 | 2024-09-23T17:13:34.971Z | Compiling itoa v1.0.11 |
627 | 2024-09-23T17:13:35.256Z | Compiling thiserror v1.0.64 |
628 | 2024-09-23T17:13:35.369Z | Compiling shlex v1.3.0 |
629 | 2024-09-23T17:13:35.462Z | Compiling ahash v0.8.11 |
630 | 2024-09-23T17:13:35.561Z | Compiling once_cell v1.19.0 |
631 | 2024-09-23T17:13:35.689Z | Compiling byteorder v1.5.0 |
632 | 2024-09-23T17:13:35.792Z | Compiling cc v1.1.21 |
633 | 2024-09-23T17:13:36.220Z | Compiling num-traits v0.2.19 |
634 | 2024-09-23T17:13:36.296Z | Compiling quote v1.0.37 |
635 | 2024-09-23T17:13:36.322Z | Compiling getrandom v0.2.15 |
636 | 2024-09-23T17:13:36.557Z | Compiling pin-project-lite v0.2.14 |
637 | 2024-09-23T17:13:36.573Z | Compiling ryu v1.0.18 |
638 | 2024-09-23T17:13:36.643Z | Compiling syn v2.0.77 |
639 | 2024-09-23T17:13:36.734Z | Compiling bytes v1.7.2 |
640 | 2024-09-23T17:13:36.942Z | Compiling log v0.4.22 |
641 | 2024-09-23T17:13:36.990Z | Compiling schemars v0.8.21 |
642 | 2024-09-23T17:13:37.125Z | Compiling allocator-api2 v0.2.18 |
643 | 2024-09-23T17:13:37.376Z | Compiling lock_api v0.4.12 |
644 | 2024-09-23T17:13:37.391Z | Compiling parking_lot_core v0.9.10 |
645 | 2024-09-23T17:13:37.397Z | Compiling futures-core v0.3.30 |
646 | 2024-09-23T17:13:37.590Z | Compiling smallvec v1.13.2 |
647 | 2024-09-23T17:13:37.626Z | Compiling scopeguard v1.2.0 |
648 | 2024-09-23T17:13:37.765Z | Compiling mio v1.0.2 |
649 | 2024-09-23T17:13:37.850Z | Compiling signal-hook-registry v1.4.2 |
650 | 2024-09-23T17:13:37.938Z | Compiling socket2 v0.5.7 |
651 | 2024-09-23T17:13:38.404Z | Compiling slab v0.4.9 |
652 | 2024-09-23T17:13:38.562Z | Compiling parking_lot v0.12.3 |
653 | 2024-09-23T17:13:38.785Z | Compiling ring v0.17.8 |
654 | 2024-09-23T17:13:38.846Z | Compiling spin v0.9.8 |
655 | 2024-09-23T17:13:38.963Z | Compiling futures-sink v0.3.30 |
656 | 2024-09-23T17:13:39.131Z | Compiling untrusted v0.9.0 |
657 | 2024-09-23T17:13:39.228Z | Compiling fnv v1.0.7 |
658 | 2024-09-23T17:13:39.290Z | Compiling equivalent v1.0.1 |
659 | 2024-09-23T17:13:39.344Z | Compiling semver v1.0.23 |
660 | 2024-09-23T17:13:39.448Z | Compiling futures-channel v0.3.30 |
661 | 2024-09-23T17:13:39.715Z | Compiling futures-task v0.3.30 |
662 | 2024-09-23T17:13:39.724Z | Compiling heck v0.5.0 |
663 | 2024-09-23T17:13:39.841Z | Compiling futures-io v0.3.30 |
664 | 2024-09-23T17:13:39.897Z | Compiling vcpkg v0.2.15 |
665 | 2024-09-23T17:13:39.996Z | Compiling pin-utils v0.1.0 |
666 | 2024-09-23T17:13:40.076Z | Compiling pkg-config v0.3.31 |
667 | 2024-09-23T17:13:40.298Z | Compiling ucd-trie v0.1.6 |
668 | 2024-09-23T17:13:40.347Z | Compiling iana-time-zone v0.1.61 |
669 | 2024-09-23T17:13:40.755Z | Compiling http v0.2.12 |
670 | 2024-09-23T17:13:41.165Z | Compiling httparse v1.9.4 |
671 | 2024-09-23T17:13:41.263Z | Compiling dyn-clone v1.0.17 |
672 | 2024-09-23T17:13:41.569Z | Compiling openssl-sys v0.9.103 |
673 | 2024-09-23T17:13:41.976Z | Compiling tracing-core v0.1.32 |
674 | 2024-09-23T17:13:42.313Z | Compiling chrono v0.4.38 |
675 | 2024-09-23T17:13:42.565Z | Compiling uuid v1.10.0 |
676 | 2024-09-23T17:13:42.765Z | Compiling tracing v0.1.40 |
677 | 2024-09-23T17:13:44.345Z | Compiling serde_derive_internals v0.29.1 |
678 | 2024-09-23T17:13:44.369Z | Compiling try-lock v0.2.5 |
679 | 2024-09-23T17:13:44.519Z | Compiling foreign-types-shared v0.1.1 |
680 | 2024-09-23T17:13:44.609Z | Compiling slog v2.7.0 |
681 | 2024-09-23T17:13:44.847Z | Compiling openssl v0.10.66 |
682 | 2024-09-23T17:13:45.132Z | Compiling foreign-types v0.3.2 |
683 | 2024-09-23T17:13:45.215Z | Compiling want v0.3.1 |
684 | 2024-09-23T17:13:45.496Z | Compiling http-body v0.4.6 |
685 | 2024-09-23T17:13:45.598Z | Compiling aho-corasick v1.1.3 |
686 | 2024-09-23T17:13:45.991Z | Compiling native-tls v0.2.12 |
687 | 2024-09-23T17:13:46.364Z | Compiling bitflags v2.6.0 |
688 | 2024-09-23T17:13:46.519Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-09-23T17:13:46.596Z | Compiling httpdate v1.0.3 |
690 | 2024-09-23T17:13:46.719Z | Compiling tower-service v0.3.3 |
691 | 2024-09-23T17:13:46.722Z | Compiling regex-syntax v0.8.4 |
692 | 2024-09-23T17:13:46.835Z | Compiling percent-encoding v2.3.1 |
693 | 2024-09-23T17:13:46.844Z | Compiling rustls v0.21.12 |
694 | 2024-09-23T17:13:47.162Z | Compiling typenum v1.17.0 |
695 | 2024-09-23T17:13:47.310Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-09-23T17:13:47.313Z | Compiling tinyvec v1.8.0 |
697 | 2024-09-23T17:13:48.251Z | Compiling generic-array v0.14.7 |
698 | 2024-09-23T17:13:48.698Z | Compiling openssl-probe v0.1.5 |
699 | 2024-09-23T17:13:48.910Z | Compiling unicode-normalization v0.1.24 |
700 | 2024-09-23T17:13:49.152Z | Compiling serde_derive v1.0.210 |
701 | 2024-09-23T17:13:49.188Z | Compiling zerocopy-derive v0.7.35 |
702 | 2024-09-23T17:13:49.585Z | Compiling thiserror-impl v1.0.64 |
703 | 2024-09-23T17:13:49.794Z | Compiling schemars_derive v0.8.21 |
704 | 2024-09-23T17:13:49.863Z | Compiling tokio-macros v2.4.0 |
705 | 2024-09-23T17:13:51.208Z | Compiling zerocopy v0.7.35 |
706 | 2024-09-23T17:13:52.479Z | Compiling tokio v1.40.0 |
707 | 2024-09-23T17:13:52.568Z | Compiling futures-macro v0.3.30 |
708 | 2024-09-23T17:13:52.920Z | Compiling pest v2.7.13 |
709 | 2024-09-23T17:13:53.363Z | Compiling hashbrown v0.14.5 |
710 | 2024-09-23T17:13:54.564Z | Compiling futures-util v0.3.30 |
711 | 2024-09-23T17:13:54.836Z | Compiling regress v0.10.1 |
712 | 2024-09-23T17:13:54.927Z | Compiling openssl-macros v0.1.1 |
713 | 2024-09-23T17:13:55.781Z | Compiling pest_meta v2.7.13 |
714 | 2024-09-23T17:13:59.622Z | Compiling pest_generator v2.7.13 |
715 | 2024-09-23T17:13:59.866Z | Compiling rustls-webpki v0.101.7 |
716 | 2024-09-23T17:14:01.347Z | Compiling tokio-util v0.7.12 |
717 | 2024-09-23T17:14:01.533Z | Compiling pest_derive v2.7.13 |
718 | 2024-09-23T17:14:02.436Z | Compiling sct v0.7.1 |
719 | 2024-09-23T17:14:03.367Z | Compiling indexmap v2.5.0 |
720 | 2024-09-23T17:14:04.183Z | Compiling serde_tokenstream v0.2.2 |
721 | 2024-09-23T17:14:05.970Z | Compiling h2 v0.3.26 |
722 | 2024-09-23T17:14:09.229Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
723 | 2024-09-23T17:14:09.443Z | Compiling regex-automata v0.4.7 |
724 | 2024-09-23T17:14:12.307Z | Compiling hyper v0.14.30 |
725 | 2024-09-23T17:14:17.473Z | Compiling regex v1.10.6 |
726 | 2024-09-23T17:14:19.903Z | Compiling scroll_derive v0.12.0 |
727 | 2024-09-23T17:14:21.450Z | Compiling usdt-impl v0.5.0 |
728 | 2024-09-23T17:14:21.485Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
729 | 2024-09-23T17:14:21.801Z | Compiling encoding_rs v0.8.34 |
730 | 2024-09-23T17:14:21.827Z | Compiling unicode-bidi v0.3.15 |
731 | 2024-09-23T17:14:23.025Z | Compiling mime v0.3.17 |
732 | 2024-09-23T17:14:24.162Z | Compiling time-core v0.1.2 |
733 | 2024-09-23T17:14:24.324Z | Compiling num-conv v0.1.0 |
734 | 2024-09-23T17:14:24.569Z | Compiling powerfmt v0.2.0 |
735 | 2024-09-23T17:14:25.042Z | Compiling deranged v0.3.11 |
736 | 2024-09-23T17:14:25.462Z | Compiling time-macros v0.2.18 |
737 | 2024-09-23T17:14:27.403Z | Compiling idna v0.5.0 |
738 | 2024-09-23T17:14:30.978Z | Compiling scroll v0.12.0 |
739 | 2024-09-23T17:14:31.590Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-09-23T17:14:31.866Z | Compiling tokio-rustls v0.24.1 |
741 | 2024-09-23T17:14:32.276Z | Compiling dof v0.3.0 |
742 | 2024-09-23T17:14:32.497Z | Compiling serde_urlencoded v0.7.1 |
743 | 2024-09-23T17:14:32.813Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-09-23T17:14:33.133Z | Compiling thread-id v4.2.2 |
745 | 2024-09-23T17:14:33.232Z | Compiling rustls-pki-types v1.8.0 |
746 | 2024-09-23T17:14:34.768Z | Compiling omicron-workspace-hack v0.1.0 |
747 | 2024-09-23T17:14:35.104Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-09-23T17:14:35.742Z | Compiling base64 v0.21.7 |
749 | 2024-09-23T17:14:35.907Z | Compiling strsim v0.11.1 |
750 | 2024-09-23T17:14:36.650Z | Compiling num_threads v0.1.7 |
751 | 2024-09-23T17:14:36.867Z | Compiling ident_case v1.0.1 |
752 | 2024-09-23T17:14:37.032Z | Compiling plain v0.2.3 |
753 | 2024-09-23T17:14:37.185Z | Compiling goblin v0.8.2 |
754 | 2024-09-23T17:14:37.271Z | Compiling time v0.3.36 |
755 | 2024-09-23T17:14:39.336Z | Compiling darling_core v0.20.10 |
756 | 2024-09-23T17:14:42.444Z | Compiling rustls-pemfile v1.0.4 |
757 | 2024-09-23T17:14:45.754Z | Compiling hyper-rustls v0.24.2 |
758 | 2024-09-23T17:14:46.079Z | Compiling hyper-tls v0.5.0 |
759 | 2024-09-23T17:14:46.196Z | Compiling url v2.5.2 |
760 | 2024-09-23T17:14:46.557Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#261e1e06) |
761 | 2024-09-23T17:14:46.679Z | Compiling openapiv3 v2.0.0 |
762 | 2024-09-23T17:14:46.897Z | Compiling dirs-sys-next v0.1.2 |
763 | 2024-09-23T17:14:48.393Z | Compiling rustls v0.22.4 |
764 | 2024-09-23T17:14:48.719Z | Compiling paste v1.0.15 |
765 | 2024-09-23T17:14:49.198Z | Compiling pretty-hex v0.4.1 |
766 | 2024-09-23T17:14:49.256Z | Compiling webpki-roots v0.25.4 |
767 | 2024-09-23T17:14:49.411Z | Compiling rustversion v1.0.17 |
768 | 2024-09-23T17:14:49.414Z | Compiling ipnet v2.10.0 |
769 | 2024-09-23T17:14:50.083Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-09-23T17:14:50.203Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-09-23T17:14:50.863Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
772 | 2024-09-23T17:14:51.816Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-09-23T17:14:51.973Z | Compiling reqwest v0.11.27 |
774 | 2024-09-23T17:14:53.653Z | Compiling dirs-next v2.0.0 |
775 | 2024-09-23T17:14:53.902Z | Compiling darling_macro v0.20.10 |
776 | 2024-09-23T17:14:57.567Z | Compiling rustls-webpki v0.102.8 |
777 | 2024-09-23T17:14:57.658Z | Compiling crypto-common v0.1.6 |
778 | 2024-09-23T17:14:57.863Z | Compiling block-buffer v0.10.4 |
779 | 2024-09-23T17:14:58.093Z | Compiling toml_datetime v0.6.8 |
780 | 2024-09-23T17:14:58.331Z | Compiling serde_spanned v0.6.7 |
781 | 2024-09-23T17:14:58.555Z | Compiling ppv-lite86 v0.2.20 |
782 | 2024-09-23T17:14:58.775Z | Compiling structmeta-derive v0.3.0 |
783 | 2024-09-23T17:14:58.970Z | Compiling rand_core v0.6.4 |
784 | 2024-09-23T17:14:59.455Z | Compiling thread_local v1.1.8 |
785 | 2024-09-23T17:14:59.543Z | Compiling multer v3.1.0 |
786 | 2024-09-23T17:14:59.901Z | Compiling match_cfg v0.1.0 |
787 | 2024-09-23T17:14:59.996Z | Compiling camino v1.1.9 |
788 | 2024-09-23T17:15:00.195Z | Compiling subtle v2.6.1 |
789 | 2024-09-23T17:15:00.462Z | Compiling anyhow v1.0.89 |
790 | 2024-09-23T17:15:00.608Z | Compiling slog-async v2.8.0 |
791 | 2024-09-23T17:15:01.039Z | Compiling winnow v0.6.18 |
792 | 2024-09-23T17:15:01.130Z | Compiling zeroize v1.8.1 |
793 | 2024-09-23T17:15:01.524Z | Compiling hostname v0.3.1 |
794 | 2024-09-23T17:15:01.554Z | Compiling structmeta v0.3.0 |
795 | 2024-09-23T17:15:01.776Z | Compiling rand_chacha v0.3.1 |
796 | 2024-09-23T17:15:01.925Z | Compiling digest v0.10.7 |
797 | 2024-09-23T17:15:02.011Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
798 | 2024-09-23T17:15:03.541Z | Compiling crossbeam-channel v0.5.13 |
799 | 2024-09-23T17:15:05.180Z | Compiling toml_edit v0.22.21 |
800 | 2024-09-23T17:15:05.380Z | Compiling darling v0.20.10 |
801 | 2024-09-23T17:15:05.483Z | Compiling term v0.7.0 |
802 | 2024-09-23T17:15:10.100Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
803 | 2024-09-23T17:15:13.101Z | Compiling usdt-macro v0.5.0 |
804 | 2024-09-23T17:15:14.258Z | Compiling usdt-attr-macro v0.5.0 |
805 | 2024-09-23T17:15:14.498Z | Compiling slog-json v2.6.1 |
806 | 2024-09-23T17:15:14.971Z | Compiling futures-executor v0.3.30 |
807 | 2024-09-23T17:15:15.793Z | Compiling async-stream-impl v0.3.5 |
808 | 2024-09-23T17:15:16.111Z | Compiling http v1.1.0 |
809 | 2024-09-23T17:15:17.131Z | Compiling memmap v0.7.0 |
810 | 2024-09-23T17:15:17.458Z | Compiling is-terminal v0.4.13 |
811 | 2024-09-23T17:15:17.557Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
812 | 2024-09-23T17:15:17.576Z | Compiling atomic-waker v1.1.2 |
813 | 2024-09-23T17:15:17.759Z | Compiling take_mut v0.2.2 |
814 | 2024-09-23T17:15:17.900Z | Compiling cpufeatures v0.2.14 |
815 | 2024-09-23T17:15:17.907Z | Compiling base64 v0.22.1 |
816 | 2024-09-23T17:15:17.990Z | Compiling sha1 v0.10.6 |
817 | 2024-09-23T17:15:18.775Z | Compiling rustls-pemfile v2.1.3 |
818 | 2024-09-23T17:15:20.748Z | Compiling waitgroup v0.1.2 |
819 | 2024-09-23T17:15:20.991Z | Compiling slog-term v2.9.1 |
820 | 2024-09-23T17:15:22.399Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#5d84e8ae) |
821 | 2024-09-23T17:15:22.562Z | Compiling usdt v0.5.0 |
822 | 2024-09-23T17:15:22.598Z | Compiling async-stream v0.3.5 |
823 | 2024-09-23T17:15:22.932Z | Compiling futures v0.3.30 |
824 | 2024-09-23T17:15:23.142Z | Compiling slog-bunyan v2.5.0 |
825 | 2024-09-23T17:15:23.402Z | Compiling strum_macros v0.26.4 |
826 | 2024-09-23T17:15:23.903Z | Compiling toml v0.8.19 |
827 | 2024-09-23T17:15:24.115Z | Compiling tokio-rustls v0.25.0 |
828 | 2024-09-23T17:15:24.536Z | Compiling serde_with_macros v3.9.0 |
829 | 2024-09-23T17:15:27.292Z | Compiling rand v0.8.5 |
830 | 2024-09-23T17:15:28.039Z | Compiling parse-display-derive v0.10.0 |
831 | 2024-09-23T17:15:29.771Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-09-23T17:15:30.096Z | Compiling ipnetwork v0.20.0 |
833 | 2024-09-23T17:15:30.556Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#c3ca7e05) |
834 | 2024-09-23T17:15:31.524Z | Compiling serde_path_to_error v0.1.16 |
835 | 2024-09-23T17:15:32.093Z | Compiling hex v0.4.3 |
836 | 2024-09-23T17:15:32.545Z | Compiling async-trait v0.1.82 |
837 | 2024-09-23T17:15:32.826Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
838 | 2024-09-23T17:15:33.658Z | Compiling hostname v0.4.0 |
839 | 2024-09-23T17:15:33.906Z | Compiling instant v0.1.13 |
840 | 2024-09-23T17:15:34.057Z | Compiling debug-ignore v1.0.5 |
841 | 2024-09-23T17:15:34.196Z | Compiling backoff v0.4.0 |
842 | 2024-09-23T17:15:34.649Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
843 | 2024-09-23T17:15:34.710Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
844 | 2024-09-23T17:15:34.834Z | Compiling parse-display v0.10.0 |
845 | 2024-09-23T17:15:34.869Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-09-23T17:15:34.877Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
847 | 2024-09-23T17:15:35.346Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
848 | 2024-09-23T17:15:35.392Z | Compiling strum v0.26.3 |
849 | 2024-09-23T17:15:35.563Z | Compiling serde_with v3.9.0 |
850 | 2024-09-23T17:15:36.947Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
851 | 2024-09-23T17:15:37.772Z | Compiling macaddr v1.0.1 |
852 | 2024-09-23T17:15:38.370Z | Compiling regress v0.9.1 |
853 | 2024-09-23T17:15:43.454Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
854 | 2024-09-23T17:15:53.351Z | Compiling test-project v0.1.0 (/tmp/test-project) |
855 | 2024-09-23T17:16:02.515Z | Finished `release` profile [optimized] target(s) in 2m 27s |
856 | 2024-09-23T17:16:02.574Z | process exited: duration 222531 ms, exit code 0 |
|
857 | 2024-09-23T17:16:02.579Z | found 0 output files |