|
|
|
1 | 2024-08-21T05:10:16.187Z | job assigned to worker 01J5SNDS1XN8PDBDFGGK3EY4Q4 (queued for 1 m 0 s) |
|
2 | 2024-08-21T05:10:23.856Z | starting task 0: "setup" |
3 | 2024-08-21T05:10:23.863Z | ++ uname -s |
4 | 2024-08-21T05:10:23.866Z | + kern=SunOS |
5 | 2024-08-21T05:10:23.866Z | + case "$kern" in |
6 | 2024-08-21T05:10:23.866Z | + groupadd -g 12345 build |
7 | 2024-08-21T05:10:23.869Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-21T05:10:25.879Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-21T05:10:26.051Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-21T05:10:26.054Z | + home_fs=zfs |
11 | 2024-08-21T05:10:26.054Z | + [[ zfs == autofs ]] |
12 | 2024-08-21T05:10:26.054Z | + mkdir -p /home/build |
13 | 2024-08-21T05:10:26.057Z | + chown build:build /home/build /work |
14 | 2024-08-21T05:10:28.058Z | + chmod 0700 /home/build /work |
15 | 2024-08-21T05:10:28.061Z | process exited: duration 4207 ms, exit code 0 |
|
16 | 2024-08-21T05:10:28.066Z | starting task 1: "rust-toolchain" |
17 | 2024-08-21T05:10:28.072Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-21T05:10:28.072Z | ' 1.80.1 |
19 | 2024-08-21T05:10:28.072Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-21T05:10:28.072Z | * toolchain channel = "1.80.1" |
21 | 2024-08-21T05:10:28.072Z | ' default |
22 | 2024-08-21T05:10:28.072Z | * toolchain profile = "default" |
23 | 2024-08-21T05:10:28.075Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-21T05:10:28.075Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-21T05:10:28.217Z | info: downloading installer |
26 | 2024-08-21T05:10:29.667Z | info: profile set to 'default' |
27 | 2024-08-21T05:10:29.667Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-21T05:10:29.669Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-21T05:10:29.832Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-21T05:10:29.832Z | info: downloading component 'cargo' |
31 | 2024-08-21T05:10:30.788Z | info: downloading component 'clippy' |
32 | 2024-08-21T05:10:31.128Z | info: downloading component 'rust-docs' |
33 | 2024-08-21T05:10:32.469Z | info: downloading component 'rust-std' |
34 | 2024-08-21T05:10:34.353Z | info: downloading component 'rustc' |
35 | 2024-08-21T05:10:39.629Z | info: downloading component 'rustfmt' |
36 | 2024-08-21T05:10:39.911Z | info: installing component 'cargo' |
37 | 2024-08-21T05:10:40.796Z | info: installing component 'clippy' |
38 | 2024-08-21T05:10:41.192Z | info: installing component 'rust-docs' |
39 | 2024-08-21T05:10:42.819Z | info: installing component 'rust-std' |
40 | 2024-08-21T05:10:44.601Z | info: installing component 'rustc' |
41 | 2024-08-21T05:10:48.941Z | info: installing component 'rustfmt' |
42 | 2024-08-21T05:10:49.287Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-21T05:10:49.287Z | |
44 | 2024-08-21T05:10:49.545Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-21T05:10:49.545Z | |
46 | 2024-08-21T05:10:49.548Z | |
47 | 2024-08-21T05:10:49.548Z | Rust is installed now. Great! |
48 | 2024-08-21T05:10:49.548Z | |
49 | 2024-08-21T05:10:49.548Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-21T05:10:49.548Z | environment variable. This has not been done automatically. |
51 | 2024-08-21T05:10:49.548Z | |
52 | 2024-08-21T05:10:49.548Z | To configure your current shell, you need to source |
53 | 2024-08-21T05:10:49.548Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-21T05:10:49.548Z | |
55 | 2024-08-21T05:10:49.548Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-21T05:10:49.548Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-21T05:10:49.548Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-21T05:10:49.594Z | + rustc --version |
59 | 2024-08-21T05:10:49.658Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-21T05:10:49.661Z | process exited: duration 21595 ms, exit code 0 |
|
61 | 2024-08-21T05:10:49.667Z | starting task 2: "authentication" |
62 | 2024-08-21T05:10:49.687Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-21T05:10:49.693Z | starting task 3: "clone repository" |
64 | 2024-08-21T05:10:49.698Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-21T05:10:49.700Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-21T05:10:49.956Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-21T05:11:02.334Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-21T05:11:02.334Z | + git fetch origin aee57d347dfaee8d13de2dae143c274750e761b3 |
69 | 2024-08-21T05:11:02.613Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-21T05:11:02.613Z | * branch aee57d347dfaee8d13de2dae143c274750e761b3 -> FETCH_HEAD |
71 | 2024-08-21T05:11:02.621Z | + [[ -n issue-5836 ]] |
72 | 2024-08-21T05:11:02.624Z | ++ git branch --show-current |
73 | 2024-08-21T05:11:02.627Z | + current=main |
74 | 2024-08-21T05:11:02.627Z | + [[ main != issue-5836 ]] |
75 | 2024-08-21T05:11:02.627Z | + git branch -f issue-5836 aee57d347dfaee8d13de2dae143c274750e761b3 |
76 | 2024-08-21T05:11:02.629Z | + git checkout -f issue-5836 |
77 | 2024-08-21T05:11:02.697Z | Switched to branch 'issue-5836' |
78 | 2024-08-21T05:11:02.700Z | + git reset --hard aee57d347dfaee8d13de2dae143c274750e761b3 |
79 | 2024-08-21T05:11:02.769Z | HEAD is now at aee57d347 bump maghemite to main |
80 | 2024-08-21T05:11:02.771Z | process exited: duration 13076 ms, exit code 0 |
|
81 | 2024-08-21T05:11:02.777Z | starting task 4: "build" |
82 | 2024-08-21T05:11:02.783Z | + cargo --version |
83 | 2024-08-21T05:11:02.836Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-21T05:11:02.839Z | + rustc --version |
85 | 2024-08-21T05:11:02.896Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-21T05:11:02.899Z | + cd /tmp |
87 | 2024-08-21T05:11:02.899Z | + cargo new --lib test-project |
88 | 2024-08-21T05:11:02.959Z | Creating library `test-project` package |
89 | 2024-08-21T05:11:03.026Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-21T05:11:03.029Z | + cd test-project |
91 | 2024-08-21T05:11:03.030Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-21T05:11:03.085Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-21T05:11:03.085Z | Features: |
94 | 2024-08-21T05:11:03.085Z | - proptest |
95 | 2024-08-21T05:11:03.085Z | - test-strategy |
96 | 2024-08-21T05:11:03.085Z | - testing |
97 | 2024-08-21T05:11:03.090Z | Updating crates.io index |
98 | 2024-08-21T05:11:03.174Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-21T05:11:04.022Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-21T05:11:04.787Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-21T05:11:05.168Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-21T05:11:06.884Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-21T05:11:07.240Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-21T05:11:07.690Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-21T05:11:11.256Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-21T05:11:11.259Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-21T05:11:11.259Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-21T05:11:11.259Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-21T05:11:11.259Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-21T05:11:11.259Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-21T05:11:11.259Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-21T05:11:11.259Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-21T05:11:11.260Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-21T05:11:11.260Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-21T05:11:11.260Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-21T05:11:11.260Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-21T05:11:11.260Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-21T05:11:11.260Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-21T05:11:11.260Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-21T05:11:11.260Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-21T05:11:11.263Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-21T05:11:11.263Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-21T05:11:11.263Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-21T05:11:11.263Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-21T05:11:11.263Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-21T05:11:11.263Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-21T05:11:11.268Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-21T05:11:11.268Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-21T05:11:11.270Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-21T05:11:11.270Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-21T05:11:11.270Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-21T05:11:11.270Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-21T05:11:11.273Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-21T05:11:11.274Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-21T05:11:11.274Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-21T05:11:11.274Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-21T05:11:11.276Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-21T05:11:11.276Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-21T05:11:11.278Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-21T05:11:11.278Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-21T05:11:11.278Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-21T05:11:11.278Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-21T05:11:11.278Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-21T05:11:11.278Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-21T05:11:11.278Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-21T05:11:11.279Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-21T05:11:11.279Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-21T05:11:11.279Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-21T05:11:11.279Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-21T05:11:11.279Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-21T05:11:11.279Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-21T05:11:11.279Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-21T05:11:11.279Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-21T05:11:11.353Z | + cargo check |
155 | 2024-08-21T05:11:11.588Z | Downloading crates ... |
156 | 2024-08-21T05:11:11.674Z | Downloaded ahash v0.8.11 |
157 | 2024-08-21T05:11:11.680Z | Downloaded equivalent v1.0.1 |
158 | 2024-08-21T05:11:11.683Z | Downloaded darling_macro v0.20.10 |
159 | 2024-08-21T05:11:11.683Z | Downloaded crypto-common v0.1.6 |
160 | 2024-08-21T05:11:11.686Z | Downloaded foreign-types v0.3.2 |
161 | 2024-08-21T05:11:11.690Z | Downloaded num_threads v0.1.7 |
162 | 2024-08-21T05:11:11.695Z | Downloaded openssl-probe v0.1.5 |
163 | 2024-08-21T05:11:11.697Z | Downloaded match_cfg v0.1.0 |
164 | 2024-08-21T05:11:11.701Z | Downloaded futures-io v0.3.30 |
165 | 2024-08-21T05:11:11.701Z | Downloaded dirs-sys-next v0.1.2 |
166 | 2024-08-21T05:11:11.701Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2024-08-21T05:11:11.704Z | Downloaded dyn-clone v1.0.17 |
168 | 2024-08-21T05:11:11.708Z | Downloaded waitgroup v0.1.2 |
169 | 2024-08-21T05:11:11.708Z | Downloaded usdt-macro v0.5.0 |
170 | 2024-08-21T05:11:11.708Z | Downloaded async-stream v0.3.5 |
171 | 2024-08-21T05:11:11.710Z | Downloaded futures-sink v0.3.30 |
172 | 2024-08-21T05:11:11.713Z | Downloaded form_urlencoded v1.2.1 |
173 | 2024-08-21T05:11:11.713Z | Downloaded pretty-hex v0.4.1 |
174 | 2024-08-21T05:11:11.716Z | Downloaded is-terminal v0.4.13 |
175 | 2024-08-21T05:11:11.716Z | Downloaded crossbeam-channel v0.5.13 |
176 | 2024-08-21T05:11:11.720Z | Downloaded mime v0.3.17 |
177 | 2024-08-21T05:11:11.723Z | Downloaded http-body v0.4.6 |
178 | 2024-08-21T05:11:11.725Z | Downloaded debug-ignore v1.0.5 |
179 | 2024-08-21T05:11:11.728Z | Downloaded newtype-uuid v1.1.0 |
180 | 2024-08-21T05:11:11.728Z | Downloaded sync_wrapper v0.1.2 |
181 | 2024-08-21T05:11:11.728Z | Downloaded url v2.5.2 |
182 | 2024-08-21T05:11:11.732Z | Downloaded digest v0.10.7 |
183 | 2024-08-21T05:11:11.734Z | Downloaded ipnet v2.9.0 |
184 | 2024-08-21T05:11:11.737Z | Downloaded backoff v0.4.0 |
185 | 2024-08-21T05:11:11.740Z | Downloaded rustversion v1.0.17 |
186 | 2024-08-21T05:11:11.743Z | Downloaded zeroize v1.8.1 |
187 | 2024-08-21T05:11:11.746Z | Downloaded serde_spanned v0.6.7 |
188 | 2024-08-21T05:11:11.746Z | Downloaded sha1 v0.10.6 |
189 | 2024-08-21T05:11:11.749Z | Downloaded log v0.4.22 |
190 | 2024-08-21T05:11:11.751Z | Downloaded scroll v0.12.0 |
191 | 2024-08-21T05:11:11.754Z | Downloaded serde_urlencoded v0.7.1 |
192 | 2024-08-21T05:11:11.754Z | Downloaded rand_core v0.6.4 |
193 | 2024-08-21T05:11:11.758Z | Downloaded shlex v1.3.0 |
194 | 2024-08-21T05:11:11.758Z | Downloaded slog-bunyan v2.5.0 |
195 | 2024-08-21T05:11:11.761Z | Downloaded async-stream-impl v0.3.5 |
196 | 2024-08-21T05:11:11.761Z | Downloaded parse-display v0.10.0 |
197 | 2024-08-21T05:11:11.761Z | Downloaded foreign-types-shared v0.1.1 |
198 | 2024-08-21T05:11:11.765Z | Downloaded getrandom v0.2.15 |
199 | 2024-08-21T05:11:11.769Z | Downloaded dtrace-parser v0.2.0 |
200 | 2024-08-21T05:11:11.769Z | Downloaded structmeta-derive v0.3.0 |
201 | 2024-08-21T05:11:11.769Z | Downloaded pest_generator v2.7.11 |
202 | 2024-08-21T05:11:11.772Z | Downloaded num-conv v0.1.0 |
203 | 2024-08-21T05:11:11.772Z | Downloaded bytes v1.7.1 |
204 | 2024-08-21T05:11:11.775Z | Downloaded version_check v0.9.5 |
205 | 2024-08-21T05:11:11.778Z | Downloaded time-macros v0.2.18 |
206 | 2024-08-21T05:11:11.781Z | Downloaded tinyvec_macros v0.1.1 |
207 | 2024-08-21T05:11:11.781Z | Downloaded signal-hook-registry v1.4.2 |
208 | 2024-08-21T05:11:11.786Z | Downloaded pkg-config v0.3.30 |
209 | 2024-08-21T05:11:11.786Z | Downloaded omicron-workspace-hack v0.1.0 |
210 | 2024-08-21T05:11:11.786Z | Downloaded tower-service v0.3.3 |
211 | 2024-08-21T05:11:11.786Z | Downloaded term v0.7.0 |
212 | 2024-08-21T05:11:11.789Z | Downloaded serde_derive_internals v0.29.1 |
213 | 2024-08-21T05:11:11.791Z | Downloaded autocfg v1.3.0 |
214 | 2024-08-21T05:11:11.794Z | Downloaded byteorder v1.5.0 |
215 | 2024-08-21T05:11:11.796Z | Downloaded futures-task v0.3.30 |
216 | 2024-08-21T05:11:11.796Z | Downloaded parking_lot v0.12.3 |
217 | 2024-08-21T05:11:11.799Z | Downloaded futures-executor v0.3.30 |
218 | 2024-08-21T05:11:11.802Z | Downloaded slog-term v2.9.1 |
219 | 2024-08-21T05:11:11.805Z | Downloaded try-lock v0.2.5 |
220 | 2024-08-21T05:11:11.805Z | Downloaded spin v0.9.8 |
221 | 2024-08-21T05:11:11.807Z | Downloaded time-core v0.1.2 |
222 | 2024-08-21T05:11:11.810Z | Downloaded macaddr v1.0.1 |
223 | 2024-08-21T05:11:11.810Z | Downloaded futures-macro v0.3.30 |
224 | 2024-08-21T05:11:11.813Z | Downloaded take_mut v0.2.2 |
225 | 2024-08-21T05:11:11.813Z | Downloaded scroll_derive v0.12.0 |
226 | 2024-08-21T05:11:11.813Z | Downloaded strum_macros v0.26.4 |
227 | 2024-08-21T05:11:11.815Z | Downloaded hex v0.4.3 |
228 | 2024-08-21T05:11:11.821Z | Downloaded generic-array v0.14.7 |
229 | 2024-08-21T05:11:11.823Z | Downloaded base64 v0.22.1 |
230 | 2024-08-21T05:11:11.824Z | Downloaded slog v2.7.0 |
231 | 2024-08-21T05:11:11.826Z | Downloaded thread-id v4.2.2 |
232 | 2024-08-21T05:11:11.830Z | Downloaded plain v0.2.3 |
233 | 2024-08-21T05:11:11.830Z | Downloaded toml_datetime v0.6.8 |
234 | 2024-08-21T05:11:11.832Z | Downloaded ppv-lite86 v0.2.20 |
235 | 2024-08-21T05:11:11.832Z | Downloaded memmap v0.7.0 |
236 | 2024-08-21T05:11:11.835Z | Downloaded tokio-rustls v0.24.1 |
237 | 2024-08-21T05:11:11.838Z | Downloaded scopeguard v1.2.0 |
238 | 2024-08-21T05:11:11.838Z | Downloaded futures-channel v0.3.30 |
239 | 2024-08-21T05:11:11.841Z | Downloaded unsafe-libyaml v0.2.11 |
240 | 2024-08-21T05:11:11.843Z | Downloaded thread_local v1.1.8 |
241 | 2024-08-21T05:11:11.848Z | Downloaded unicode-bidi v0.3.15 |
242 | 2024-08-21T05:11:11.852Z | Downloaded thiserror v1.0.63 |
243 | 2024-08-21T05:11:11.856Z | Downloaded slog-async v2.8.0 |
244 | 2024-08-21T05:11:11.857Z | Downloaded tokio-macros v2.4.0 |
245 | 2024-08-21T05:11:11.860Z | Downloaded strsim v0.11.1 |
246 | 2024-08-21T05:11:11.860Z | Downloaded structmeta v0.3.0 |
247 | 2024-08-21T05:11:11.860Z | Downloaded slab v0.4.9 |
248 | 2024-08-21T05:11:11.860Z | Downloaded crossbeam-utils v0.8.20 |
249 | 2024-08-21T05:11:11.867Z | Downloaded tokio-rustls v0.25.0 |
250 | 2024-08-21T05:11:11.877Z | Downloaded native-tls v0.2.12 |
251 | 2024-08-21T05:11:11.877Z | Downloaded typenum v1.17.0 |
252 | 2024-08-21T05:11:11.877Z | Downloaded tokio-native-tls v0.3.1 |
253 | 2024-08-21T05:11:11.877Z | Downloaded serde_tokenstream v0.2.2 |
254 | 2024-08-21T05:11:11.877Z | Downloaded rustls-pki-types v1.8.0 |
255 | 2024-08-21T05:11:11.877Z | Downloaded pest_derive v2.7.11 |
256 | 2024-08-21T05:11:11.880Z | Downloaded percent-encoding v2.3.1 |
257 | 2024-08-21T05:11:11.880Z | Downloaded bitflags v2.6.0 |
258 | 2024-08-21T05:11:11.885Z | Downloaded parking_lot_core v0.9.10 |
259 | 2024-08-21T05:11:11.885Z | Downloaded ucd-trie v0.1.6 |
260 | 2024-08-21T05:11:11.888Z | Downloaded smallvec v1.13.2 |
261 | 2024-08-21T05:11:11.891Z | Downloaded sha2 v0.10.8 |
262 | 2024-08-21T05:11:11.894Z | Downloaded serde_with_macros v3.9.0 |
263 | 2024-08-21T05:11:11.894Z | Downloaded anyhow v1.0.86 |
264 | 2024-08-21T05:11:11.898Z | Downloaded serde v1.0.208 |
265 | 2024-08-21T05:11:11.902Z | Downloaded tracing-core v0.1.32 |
266 | 2024-08-21T05:11:11.906Z | Downloaded tinyvec v1.8.0 |
267 | 2024-08-21T05:11:11.909Z | Downloaded base64 v0.21.7 |
268 | 2024-08-21T05:11:11.913Z | Downloaded toml v0.8.19 |
269 | 2024-08-21T05:11:11.917Z | Downloaded ryu v1.0.18 |
270 | 2024-08-21T05:11:11.920Z | Downloaded proc-macro2 v1.0.86 |
271 | 2024-08-21T05:11:11.923Z | Downloaded serde_derive v1.0.208 |
272 | 2024-08-21T05:11:11.926Z | Downloaded hashbrown v0.14.5 |
273 | 2024-08-21T05:11:11.933Z | Downloaded http v1.1.0 |
274 | 2024-08-21T05:11:11.937Z | Downloaded memchr v2.7.4 |
275 | 2024-08-21T05:11:11.943Z | Downloaded rand v0.8.5 |
276 | 2024-08-21T05:11:11.947Z | Downloaded tracing v0.1.40 |
277 | 2024-08-21T05:11:11.952Z | Downloaded h2 v0.3.26 |
278 | 2024-08-21T05:11:11.959Z | Downloaded time v0.3.36 |
279 | 2024-08-21T05:11:11.966Z | Downloaded mio v1.0.2 |
280 | 2024-08-21T05:11:11.972Z | Downloaded pest v2.7.11 |
281 | 2024-08-21T05:11:11.978Z | Downloaded toml_edit v0.22.20 |
282 | 2024-08-21T05:11:12.001Z | Downloaded serde_with v3.9.0 |
283 | 2024-08-21T05:11:12.010Z | Downloaded tokio-util v0.7.11 |
284 | 2024-08-21T05:11:12.017Z | Downloaded hyper v0.14.30 |
285 | 2024-08-21T05:11:12.026Z | Downloaded serde_json v1.0.125 |
286 | 2024-08-21T05:11:12.033Z | Downloaded winnow v0.6.18 |
287 | 2024-08-21T05:11:12.041Z | Downloaded rustls-webpki v0.101.7 |
288 | 2024-08-21T05:11:12.056Z | Downloaded vcpkg v0.2.15 |
289 | 2024-08-21T05:11:12.095Z | Downloaded rustls-webpki v0.102.6 |
290 | 2024-08-21T05:11:12.113Z | Downloaded openapiv3 v2.0.0 |
291 | 2024-08-21T05:11:12.124Z | Downloaded syn v2.0.75 |
292 | 2024-08-21T05:11:12.139Z | Downloaded rustls v0.21.12 |
293 | 2024-08-21T05:11:12.154Z | Downloaded tokio v1.39.3 |
294 | 2024-08-21T05:11:12.193Z | Downloaded regex-syntax v0.8.4 |
295 | 2024-08-21T05:11:12.202Z | Downloaded rustls v0.22.4 |
296 | 2024-08-21T05:11:12.214Z | Downloaded regex-automata v0.4.7 |
297 | 2024-08-21T05:11:12.234Z | Downloaded encoding_rs v0.8.34 |
298 | 2024-08-21T05:11:12.251Z | Downloaded regress v0.10.0 |
299 | 2024-08-21T05:11:12.276Z | Downloaded regress v0.9.1 |
300 | 2024-08-21T05:11:12.282Z | Downloaded libc v0.2.158 |
301 | 2024-08-21T05:11:12.293Z | Downloaded regex v1.10.6 |
302 | 2024-08-21T05:11:12.306Z | Downloaded webpki-roots v0.25.4 |
303 | 2024-08-21T05:11:12.310Z | Downloaded reqwest v0.11.27 |
304 | 2024-08-21T05:11:12.318Z | Downloaded openssl v0.10.66 |
305 | 2024-08-21T05:11:12.327Z | Downloaded idna v0.5.0 |
306 | 2024-08-21T05:11:12.333Z | Downloaded goblin v0.8.2 |
307 | 2024-08-21T05:11:12.339Z | Downloaded aho-corasick v1.1.3 |
308 | 2024-08-21T05:11:12.345Z | Downloaded chrono v0.4.38 |
309 | 2024-08-21T05:11:12.352Z | Downloaded zerocopy v0.7.35 |
310 | 2024-08-21T05:11:12.367Z | Downloaded unicode-normalization v0.1.23 |
311 | 2024-08-21T05:11:12.371Z | Downloaded futures-util v0.3.30 |
312 | 2024-08-21T05:11:12.383Z | Downloaded hashbrown v0.12.3 |
313 | 2024-08-21T05:11:12.387Z | Downloaded pest_meta v2.7.11 |
314 | 2024-08-21T05:11:12.389Z | Downloaded openssl-sys v0.9.103 |
315 | 2024-08-21T05:11:12.394Z | Downloaded schemars v0.8.21 |
316 | 2024-08-21T05:11:12.406Z | Downloaded subtle v2.6.1 |
317 | 2024-08-21T05:11:12.408Z | Downloaded socket2 v0.5.7 |
318 | 2024-08-21T05:11:12.410Z | Downloaded semver v1.0.23 |
319 | 2024-08-21T05:11:12.411Z | Downloaded lock_api v0.4.12 |
320 | 2024-08-21T05:11:12.414Z | Downloaded indexmap v1.9.3 |
321 | 2024-08-21T05:11:12.421Z | Downloaded zerocopy-derive v0.7.35 |
322 | 2024-08-21T05:11:12.426Z | Downloaded futures v0.3.30 |
323 | 2024-08-21T05:11:12.434Z | Downloaded httparse v1.9.4 |
324 | 2024-08-21T05:11:12.436Z | Downloaded serde_yaml v0.9.34+deprecated |
325 | 2024-08-21T05:11:12.436Z | Downloaded ring v0.17.8 |
326 | 2024-08-21T05:11:12.511Z | Downloaded slog-json v2.6.1 |
327 | 2024-08-21T05:11:12.520Z | Downloaded serde_path_to_error v0.1.16 |
328 | 2024-08-21T05:11:12.520Z | Downloaded uuid v1.10.0 |
329 | 2024-08-21T05:11:12.521Z | Downloaded indexmap v2.4.0 |
330 | 2024-08-21T05:11:12.521Z | Downloaded http v0.2.12 |
331 | 2024-08-21T05:11:12.529Z | Downloaded thiserror-impl v1.0.63 |
332 | 2024-08-21T05:11:12.529Z | Downloaded fnv v1.0.7 |
333 | 2024-08-21T05:11:12.529Z | Downloaded darling v0.20.10 |
334 | 2024-08-21T05:11:12.529Z | Downloaded schemars_derive v0.8.21 |
335 | 2024-08-21T05:11:12.529Z | Downloaded rustls-pemfile v1.0.4 |
336 | 2024-08-21T05:11:12.535Z | Downloaded pin-utils v0.1.0 |
337 | 2024-08-21T05:11:12.535Z | Downloaded cfg-if v1.0.0 |
338 | 2024-08-21T05:11:12.535Z | Downloaded camino v1.1.9 |
339 | 2024-08-21T05:11:12.535Z | Downloaded parse-display-derive v0.10.0 |
340 | 2024-08-21T05:11:12.535Z | Downloaded itoa v1.0.11 |
341 | 2024-08-21T05:11:12.535Z | Downloaded async-trait v0.1.81 |
342 | 2024-08-21T05:11:12.540Z | Downloaded ipnetwork v0.20.0 |
343 | 2024-08-21T05:11:12.540Z | Downloaded hostname v0.4.0 |
344 | 2024-08-21T05:11:12.550Z | Downloaded heck v0.5.0 |
345 | 2024-08-21T05:11:12.551Z | Downloaded hyper-tls v0.5.0 |
346 | 2024-08-21T05:11:12.551Z | Downloaded darling_core v0.20.10 |
347 | 2024-08-21T05:11:12.555Z | Downloaded strum v0.26.3 |
348 | 2024-08-21T05:11:12.555Z | Downloaded rand_chacha v0.3.1 |
349 | 2024-08-21T05:11:12.555Z | Downloaded unicode-ident v1.0.12 |
350 | 2024-08-21T05:11:12.555Z | Downloaded deranged v0.3.11 |
351 | 2024-08-21T05:11:12.556Z | Downloaded dirs-next v2.0.0 |
352 | 2024-08-21T05:11:12.556Z | Downloaded cpufeatures v0.2.13 |
353 | 2024-08-21T05:11:12.556Z | Downloaded openssl-macros v0.1.1 |
354 | 2024-08-21T05:11:12.556Z | Downloaded pin-project-lite v0.2.14 |
355 | 2024-08-21T05:11:12.571Z | Downloaded ident_case v1.0.1 |
356 | 2024-08-21T05:11:12.571Z | Downloaded quote v1.0.36 |
357 | 2024-08-21T05:11:12.571Z | Downloaded instant v0.1.13 |
358 | 2024-08-21T05:11:12.581Z | Downloaded cc v1.1.13 |
359 | 2024-08-21T05:11:12.581Z | Downloaded sct v0.7.1 |
360 | 2024-08-21T05:11:12.581Z | Downloaded rustls-pemfile v2.1.3 |
361 | 2024-08-21T05:11:12.581Z | Downloaded usdt-impl v0.5.0 |
362 | 2024-08-21T05:11:12.581Z | Downloaded usdt v0.5.0 |
363 | 2024-08-21T05:11:12.582Z | Downloaded untrusted v0.9.0 |
364 | 2024-08-21T05:11:12.582Z | Downloaded num-traits v0.2.19 |
365 | 2024-08-21T05:11:12.589Z | Downloaded allocator-api2 v0.2.18 |
366 | 2024-08-21T05:11:12.589Z | Downloaded powerfmt v0.2.0 |
367 | 2024-08-21T05:11:12.589Z | Downloaded paste v1.0.15 |
368 | 2024-08-21T05:11:12.589Z | Downloaded want v0.3.1 |
369 | 2024-08-21T05:11:12.589Z | Downloaded once_cell v1.19.0 |
370 | 2024-08-21T05:11:12.589Z | Downloaded multer v3.1.0 |
371 | 2024-08-21T05:11:12.589Z | Downloaded iana-time-zone v0.1.60 |
372 | 2024-08-21T05:11:12.594Z | Downloaded hyper-rustls v0.24.2 |
373 | 2024-08-21T05:11:12.594Z | Downloaded futures-core v0.3.30 |
374 | 2024-08-21T05:11:12.594Z | Downloaded httpdate v1.0.3 |
375 | 2024-08-21T05:11:12.599Z | Downloaded hostname v0.3.1 |
376 | 2024-08-21T05:11:12.599Z | Downloaded atomic-waker v1.1.2 |
377 | 2024-08-21T05:11:12.599Z | Downloaded dof v0.3.0 |
378 | 2024-08-21T05:11:12.599Z | Downloaded block-buffer v0.10.4 |
379 | 2024-08-21T05:11:12.725Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-21T05:11:12.731Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-21T05:11:12.731Z | Compiling libc v0.2.158 |
382 | 2024-08-21T05:11:12.731Z | Checking cfg-if v1.0.0 |
383 | 2024-08-21T05:11:12.731Z | Compiling version_check v0.9.5 |
384 | 2024-08-21T05:11:12.731Z | Compiling autocfg v1.3.0 |
385 | 2024-08-21T05:11:12.731Z | Compiling serde v1.0.208 |
386 | 2024-08-21T05:11:12.731Z | Checking memchr v2.7.4 |
387 | 2024-08-21T05:11:12.824Z | Compiling serde_json v1.0.125 |
388 | 2024-08-21T05:11:12.915Z | Checking itoa v1.0.11 |
389 | 2024-08-21T05:11:13.321Z | Compiling ahash v0.8.11 |
390 | 2024-08-21T05:11:13.425Z | Checking byteorder v1.5.0 |
391 | 2024-08-21T05:11:13.500Z | Checking once_cell v1.19.0 |
392 | 2024-08-21T05:11:13.692Z | Compiling shlex v1.3.0 |
393 | 2024-08-21T05:11:13.698Z | Compiling thiserror v1.0.63 |
394 | 2024-08-21T05:11:13.934Z | Compiling cc v1.1.13 |
395 | 2024-08-21T05:11:14.917Z | Compiling num-traits v0.2.19 |
396 | 2024-08-21T05:11:14.925Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-21T05:11:14.983Z | Checking ryu v1.0.18 |
398 | 2024-08-21T05:11:15.018Z | Checking bytes v1.7.1 |
399 | 2024-08-21T05:11:15.165Z | Checking log v0.4.22 |
400 | 2024-08-21T05:11:15.197Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-21T05:11:15.409Z | Compiling lock_api v0.4.12 |
402 | 2024-08-21T05:11:15.417Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-21T05:11:15.592Z | Checking getrandom v0.2.15 |
404 | 2024-08-21T05:11:15.699Z | Compiling schemars v0.8.21 |
405 | 2024-08-21T05:11:15.758Z | Compiling quote v1.0.36 |
406 | 2024-08-21T05:11:15.771Z | Checking scopeguard v1.2.0 |
407 | 2024-08-21T05:11:15.817Z | Checking futures-core v0.3.30 |
408 | 2024-08-21T05:11:15.843Z | Checking smallvec v1.13.2 |
409 | 2024-08-21T05:11:15.871Z | Checking socket2 v0.5.7 |
410 | 2024-08-21T05:11:15.982Z | Checking signal-hook-registry v1.4.2 |
411 | 2024-08-21T05:11:16.080Z | Checking mio v1.0.2 |
412 | 2024-08-21T05:11:16.208Z | Compiling syn v2.0.75 |
413 | 2024-08-21T05:11:16.277Z | Compiling slab v0.4.9 |
414 | 2024-08-21T05:11:16.382Z | Checking spin v0.9.8 |
415 | 2024-08-21T05:11:16.390Z | Checking futures-sink v0.3.30 |
416 | 2024-08-21T05:11:16.399Z | Compiling ring v0.17.8 |
417 | 2024-08-21T05:11:16.487Z | Checking equivalent v1.0.1 |
418 | 2024-08-21T05:11:16.510Z | Checking fnv v1.0.7 |
419 | 2024-08-21T05:11:16.518Z | Checking parking_lot v0.12.3 |
420 | 2024-08-21T05:11:16.569Z | Checking untrusted v0.9.0 |
421 | 2024-08-21T05:11:16.612Z | Checking futures-channel v0.3.30 |
422 | 2024-08-21T05:11:16.628Z | Compiling semver v1.0.23 |
423 | 2024-08-21T05:11:16.696Z | Checking pin-utils v0.1.0 |
424 | 2024-08-21T05:11:16.765Z | Checking futures-task v0.3.30 |
425 | 2024-08-21T05:11:16.830Z | Compiling heck v0.5.0 |
426 | 2024-08-21T05:11:16.953Z | Compiling vcpkg v0.2.15 |
427 | 2024-08-21T05:11:16.968Z | Compiling pkg-config v0.3.30 |
428 | 2024-08-21T05:11:16.975Z | Checking futures-io v0.3.30 |
429 | 2024-08-21T05:11:17.197Z | Checking iana-time-zone v0.1.60 |
430 | 2024-08-21T05:11:17.232Z | Compiling ucd-trie v0.1.6 |
431 | 2024-08-21T05:11:17.309Z | Checking http v0.2.12 |
432 | 2024-08-21T05:11:17.708Z | Compiling httparse v1.9.4 |
433 | 2024-08-21T05:11:18.113Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-21T05:11:18.462Z | Checking tracing-core v0.1.32 |
435 | 2024-08-21T05:11:18.634Z | Compiling openssl-sys v0.9.103 |
436 | 2024-08-21T05:11:18.646Z | Compiling uuid v1.10.0 |
437 | 2024-08-21T05:11:18.910Z | Compiling chrono v0.4.38 |
438 | 2024-08-21T05:11:19.047Z | Checking tracing v0.1.40 |
439 | 2024-08-21T05:11:19.189Z | Compiling slog v2.7.0 |
440 | 2024-08-21T05:11:19.263Z | Checking try-lock v0.2.5 |
441 | 2024-08-21T05:11:19.318Z | Checking foreign-types-shared v0.1.1 |
442 | 2024-08-21T05:11:19.368Z | Compiling openssl v0.10.66 |
443 | 2024-08-21T05:11:19.406Z | Checking foreign-types v0.3.2 |
444 | 2024-08-21T05:11:19.470Z | Checking want v0.3.1 |
445 | 2024-08-21T05:11:19.687Z | Checking http-body v0.4.6 |
446 | 2024-08-21T05:11:19.709Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-21T05:11:19.738Z | Compiling typenum v1.17.0 |
448 | 2024-08-21T05:11:19.944Z | Checking httpdate v1.0.3 |
449 | 2024-08-21T05:11:20.161Z | Compiling regex-syntax v0.8.4 |
450 | 2024-08-21T05:11:20.521Z | Compiling native-tls v0.2.12 |
451 | 2024-08-21T05:11:20.766Z | Compiling rustls v0.21.12 |
452 | 2024-08-21T05:11:20.869Z | Checking bitflags v2.6.0 |
453 | 2024-08-21T05:11:21.074Z | Checking tower-service v0.3.3 |
454 | 2024-08-21T05:11:21.121Z | Checking tinyvec_macros v0.1.1 |
455 | 2024-08-21T05:11:21.121Z | Checking percent-encoding v2.3.1 |
456 | 2024-08-21T05:11:21.121Z | Checking tinyvec v1.8.0 |
457 | 2024-08-21T05:11:21.310Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-21T05:11:21.908Z | Compiling generic-array v0.14.7 |
459 | 2024-08-21T05:11:22.241Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-21T05:11:22.325Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-21T05:11:22.368Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-08-21T05:11:23.250Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-21T05:11:24.432Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-21T05:11:24.480Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-21T05:11:24.696Z | Checking powerfmt v0.2.0 |
466 | 2024-08-21T05:11:24.934Z | Checking mime v0.3.17 |
467 | 2024-08-21T05:11:25.241Z | Compiling time-core v0.1.2 |
468 | 2024-08-21T05:11:25.383Z | Compiling num-conv v0.1.0 |
469 | 2024-08-21T05:11:25.391Z | Checking unicode-bidi v0.3.15 |
470 | 2024-08-21T05:11:25.492Z | Checking deranged v0.3.11 |
471 | 2024-08-21T05:11:25.658Z | Compiling time-macros v0.2.18 |
472 | 2024-08-21T05:11:25.982Z | Checking idna v0.5.0 |
473 | 2024-08-21T05:11:26.700Z | Compiling thread-id v4.2.2 |
474 | 2024-08-21T05:11:26.792Z | Checking rustls-pki-types v1.8.0 |
475 | 2024-08-21T05:11:27.180Z | Compiling regex v1.10.6 |
476 | 2024-08-21T05:11:27.501Z | Compiling serde_derive v1.0.208 |
477 | 2024-08-21T05:11:27.550Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-08-21T05:11:27.754Z | Compiling thiserror-impl v1.0.63 |
479 | 2024-08-21T05:11:27.803Z | Compiling schemars_derive v0.8.21 |
480 | 2024-08-21T05:11:28.032Z | Compiling tokio-macros v2.4.0 |
481 | 2024-08-21T05:11:29.266Z | Compiling futures-macro v0.3.30 |
482 | 2024-08-21T05:11:29.364Z | Checking zerocopy v0.7.35 |
483 | 2024-08-21T05:11:30.421Z | Checking tokio v1.39.3 |
484 | 2024-08-21T05:11:30.432Z | Compiling pest v2.7.11 |
485 | 2024-08-21T05:11:30.576Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-21T05:11:31.024Z | Checking hashbrown v0.14.5 |
487 | 2024-08-21T05:11:31.033Z | Checking futures-util v0.3.30 |
488 | 2024-08-21T05:11:33.353Z | Compiling scroll_derive v0.12.0 |
489 | 2024-08-21T05:11:33.359Z | Compiling regress v0.10.0 |
490 | 2024-08-21T05:11:33.359Z | Compiling pest_meta v2.7.11 |
491 | 2024-08-21T05:11:33.631Z | Checking scroll v0.12.0 |
492 | 2024-08-21T05:11:34.239Z | Checking sct v0.7.1 |
493 | 2024-08-21T05:11:36.312Z | Compiling pest_generator v2.7.11 |
494 | 2024-08-21T05:11:36.810Z | Checking rustls-webpki v0.101.7 |
495 | 2024-08-21T05:11:39.012Z | Checking tokio-util v0.7.11 |
496 | 2024-08-21T05:11:39.040Z | Checking num_threads v0.1.7 |
497 | 2024-08-21T05:11:39.040Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-08-21T05:11:39.040Z | Checking plain v0.2.3 |
499 | 2024-08-21T05:11:39.040Z | Checking base64 v0.21.7 |
500 | 2024-08-21T05:11:39.040Z | Compiling pest_derive v2.7.11 |
501 | 2024-08-21T05:11:39.040Z | Compiling strsim v0.11.1 |
502 | 2024-08-21T05:11:39.040Z | Compiling crossbeam-utils v0.8.20 |
503 | 2024-08-21T05:11:39.040Z | Compiling dtrace-parser v0.2.0 |
504 | 2024-08-21T05:11:39.041Z | Compiling ident_case v1.0.1 |
505 | 2024-08-21T05:11:39.080Z | Compiling darling_core v0.20.10 |
506 | 2024-08-21T05:11:39.110Z | Checking rustls-pemfile v1.0.4 |
507 | 2024-08-21T05:11:39.285Z | Checking goblin v0.8.2 |
508 | 2024-08-21T05:11:40.621Z | Compiling serde_tokenstream v0.2.2 |
509 | 2024-08-21T05:11:40.673Z | Checking indexmap v2.4.0 |
510 | 2024-08-21T05:11:41.292Z | Checking tokio-rustls v0.24.1 |
511 | 2024-08-21T05:11:41.828Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-08-21T05:11:41.917Z | Checking h2 v0.3.26 |
513 | 2024-08-21T05:11:42.016Z | Checking openapiv3 v2.0.0 |
514 | 2024-08-21T05:11:42.829Z | Compiling dof v0.3.0 |
515 | 2024-08-21T05:11:44.853Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
516 | 2024-08-21T05:11:45.209Z | Checking time v0.3.36 |
517 | 2024-08-21T05:11:45.445Z | Checking url v2.5.2 |
518 | 2024-08-21T05:11:45.928Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-08-21T05:11:46.031Z | Checking hyper v0.14.30 |
520 | 2024-08-21T05:11:46.222Z | Checking sync_wrapper v0.1.2 |
521 | 2024-08-21T05:11:46.329Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-08-21T05:11:46.474Z | Compiling paste v1.0.15 |
523 | 2024-08-21T05:11:46.811Z | Checking pretty-hex v0.4.1 |
524 | 2024-08-21T05:11:46.956Z | Compiling rustversion v1.0.17 |
525 | 2024-08-21T05:11:46.959Z | Compiling omicron-workspace-hack v0.1.0 |
526 | 2024-08-21T05:11:46.959Z | Checking webpki-roots v0.25.4 |
527 | 2024-08-21T05:11:47.081Z | Checking ipnet v2.9.0 |
528 | 2024-08-21T05:11:47.105Z | Compiling rustls v0.22.4 |
529 | 2024-08-21T05:11:47.506Z | Checking dirs-next v2.0.0 |
530 | 2024-08-21T05:11:47.552Z | Compiling darling_macro v0.20.10 |
531 | 2024-08-21T05:11:47.619Z | Compiling serde_yaml v0.9.34+deprecated |
532 | 2024-08-21T05:11:47.674Z | Checking serde_spanned v0.6.7 |
533 | 2024-08-21T05:11:47.786Z | Checking toml_datetime v0.6.8 |
534 | 2024-08-21T05:11:47.894Z | Checking rustls-webpki v0.102.6 |
535 | 2024-08-21T05:11:48.050Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-21T05:11:48.094Z | Checking block-buffer v0.10.4 |
537 | 2024-08-21T05:11:48.280Z | Checking crypto-common v0.1.6 |
538 | 2024-08-21T05:11:48.438Z | Compiling structmeta-derive v0.3.0 |
539 | 2024-08-21T05:11:48.526Z | Checking rand_core v0.6.4 |
540 | 2024-08-21T05:11:48.599Z | Checking thread_local v1.1.8 |
541 | 2024-08-21T05:11:48.623Z | Compiling multer v3.1.0 |
542 | 2024-08-21T05:11:48.794Z | Compiling camino v1.1.9 |
543 | 2024-08-21T05:11:48.818Z | Compiling anyhow v1.0.86 |
544 | 2024-08-21T05:11:48.861Z | Checking zeroize v1.8.1 |
545 | 2024-08-21T05:11:48.957Z | Checking subtle v2.6.1 |
546 | 2024-08-21T05:11:49.091Z | Checking winnow v0.6.18 |
547 | 2024-08-21T05:11:49.183Z | Checking match_cfg v0.1.0 |
548 | 2024-08-21T05:11:49.253Z | Compiling slog-async v2.8.0 |
549 | 2024-08-21T05:11:49.441Z | Checking hostname v0.3.1 |
550 | 2024-08-21T05:11:49.616Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-21T05:11:49.970Z | Compiling darling v0.20.10 |
552 | 2024-08-21T05:11:50.068Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-21T05:11:50.307Z | Checking digest v0.10.7 |
554 | 2024-08-21T05:11:50.352Z | Checking hyper-rustls v0.24.2 |
555 | 2024-08-21T05:11:50.626Z | Checking hyper-tls v0.5.0 |
556 | 2024-08-21T05:11:50.771Z | Checking term v0.7.0 |
557 | 2024-08-21T05:11:50.883Z | Checking reqwest v0.11.27 |
558 | 2024-08-21T05:11:51.087Z | Compiling structmeta v0.3.0 |
559 | 2024-08-21T05:11:51.195Z | Checking slog-json v2.6.1 |
560 | 2024-08-21T05:11:51.436Z | Compiling usdt-macro v0.5.0 |
561 | 2024-08-21T05:11:51.463Z | Compiling usdt-attr-macro v0.5.0 |
562 | 2024-08-21T05:11:51.886Z | Checking futures-executor v0.3.30 |
563 | 2024-08-21T05:11:52.097Z | Compiling async-stream-impl v0.3.5 |
564 | 2024-08-21T05:11:52.099Z | Checking toml_edit v0.22.20 |
565 | 2024-08-21T05:11:52.185Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
566 | 2024-08-21T05:11:52.255Z | Checking http v1.1.0 |
567 | 2024-08-21T05:11:52.472Z | Checking is-terminal v0.4.13 |
568 | 2024-08-21T05:11:52.581Z | Checking memmap v0.7.0 |
569 | 2024-08-21T05:11:52.702Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ad5c1367) |
570 | 2024-08-21T05:11:52.769Z | Checking base64 v0.22.1 |
571 | 2024-08-21T05:11:52.885Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-21T05:11:52.993Z | Checking take_mut v0.2.2 |
573 | 2024-08-21T05:11:53.023Z | Checking cpufeatures v0.2.13 |
574 | 2024-08-21T05:11:53.082Z | Checking tokio-rustls v0.25.0 |
575 | 2024-08-21T05:11:53.097Z | Checking sha1 v0.10.6 |
576 | 2024-08-21T05:11:53.228Z | Checking rustls-pemfile v2.1.3 |
577 | 2024-08-21T05:11:53.363Z | Checking async-stream v0.3.5 |
578 | 2024-08-21T05:11:53.379Z | Checking waitgroup v0.1.2 |
579 | 2024-08-21T05:11:53.392Z | Checking usdt v0.5.0 |
580 | 2024-08-21T05:11:53.410Z | Checking slog-term v2.9.1 |
581 | 2024-08-21T05:11:53.450Z | Checking futures v0.3.30 |
582 | 2024-08-21T05:11:53.496Z | Compiling strum_macros v0.26.4 |
583 | 2024-08-21T05:11:53.524Z | Compiling parse-display-derive v0.10.0 |
584 | 2024-08-21T05:11:53.544Z | Checking slog-bunyan v2.5.0 |
585 | 2024-08-21T05:11:53.605Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-21T05:11:53.686Z | Checking rand v0.8.5 |
587 | 2024-08-21T05:11:54.332Z | Checking ipnetwork v0.20.0 |
588 | 2024-08-21T05:11:54.522Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-21T05:11:54.674Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ad5c1367) |
590 | 2024-08-21T05:11:54.680Z | Checking toml v0.8.19 |
591 | 2024-08-21T05:11:54.741Z | Checking hex v0.4.3 |
592 | 2024-08-21T05:11:54.896Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-21T05:11:55.237Z | Compiling async-trait v0.1.81 |
594 | 2024-08-21T05:11:55.417Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-08-21T05:11:55.523Z | Checking hostname v0.4.0 |
596 | 2024-08-21T05:11:55.640Z | Checking instant v0.1.13 |
597 | 2024-08-21T05:11:55.735Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-21T05:11:55.858Z | Checking backoff v0.4.0 |
599 | 2024-08-21T05:11:56.127Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
600 | 2024-08-21T05:11:56.206Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
601 | 2024-08-21T05:11:56.217Z | Checking serde_with v3.9.0 |
602 | 2024-08-21T05:11:56.256Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-21T05:11:56.334Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
604 | 2024-08-21T05:11:56.488Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-21T05:11:56.734Z | Checking macaddr v1.0.1 |
606 | 2024-08-21T05:11:57.041Z | Checking regress v0.9.1 |
607 | 2024-08-21T05:11:57.398Z | Checking parse-display v0.10.0 |
608 | 2024-08-21T05:11:57.888Z | Checking strum v0.26.3 |
609 | 2024-08-21T05:11:58.066Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
610 | 2024-08-21T05:12:00.102Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-21T05:12:00.160Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-21T05:12:02.667Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-21T05:12:07.657Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-21T05:12:07.759Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=73e63eaae3fe616bd7c48a20c69736d7e025836b#73e63eaa) |
615 | 2024-08-21T05:12:10.527Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-21T05:12:17.361Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-21T05:12:17.412Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
618 | 2024-08-21T05:12:17.478Z | + cargo build --release |
619 | 2024-08-21T05:12:17.737Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-21T05:12:17.737Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-21T05:12:17.737Z | Compiling libc v0.2.158 |
622 | 2024-08-21T05:12:17.740Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-21T05:12:17.740Z | Compiling version_check v0.9.5 |
624 | 2024-08-21T05:12:17.741Z | Compiling autocfg v1.3.0 |
625 | 2024-08-21T05:12:17.741Z | Compiling serde v1.0.208 |
626 | 2024-08-21T05:12:17.741Z | Compiling memchr v2.7.4 |
627 | 2024-08-21T05:12:17.841Z | Compiling serde_json v1.0.125 |
628 | 2024-08-21T05:12:17.933Z | Compiling itoa v1.0.11 |
629 | 2024-08-21T05:12:18.206Z | Compiling thiserror v1.0.63 |
630 | 2024-08-21T05:12:18.329Z | Compiling byteorder v1.5.0 |
631 | 2024-08-21T05:12:18.385Z | Compiling ahash v0.8.11 |
632 | 2024-08-21T05:12:18.451Z | Compiling once_cell v1.19.0 |
633 | 2024-08-21T05:12:18.745Z | Compiling shlex v1.3.0 |
634 | 2024-08-21T05:12:18.997Z | Compiling cc v1.1.13 |
635 | 2024-08-21T05:12:19.072Z | Compiling num-traits v0.2.19 |
636 | 2024-08-21T05:12:19.118Z | Compiling getrandom v0.2.15 |
637 | 2024-08-21T05:12:19.176Z | Compiling quote v1.0.36 |
638 | 2024-08-21T05:12:19.381Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-21T05:12:19.451Z | Compiling ryu v1.0.18 |
640 | 2024-08-21T05:12:19.517Z | Compiling syn v2.0.75 |
641 | 2024-08-21T05:12:19.748Z | Compiling bytes v1.7.1 |
642 | 2024-08-21T05:12:19.780Z | Compiling log v0.4.22 |
643 | 2024-08-21T05:12:19.828Z | Compiling schemars v0.8.21 |
644 | 2024-08-21T05:12:19.988Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-08-21T05:12:20.115Z | Compiling lock_api v0.4.12 |
646 | 2024-08-21T05:12:20.208Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-21T05:12:20.214Z | Compiling smallvec v1.13.2 |
648 | 2024-08-21T05:12:20.518Z | Compiling futures-core v0.3.30 |
649 | 2024-08-21T05:12:20.570Z | Compiling scopeguard v1.2.0 |
650 | 2024-08-21T05:12:20.662Z | Compiling socket2 v0.5.7 |
651 | 2024-08-21T05:12:20.743Z | Compiling mio v1.0.2 |
652 | 2024-08-21T05:12:20.799Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-08-21T05:12:21.214Z | Compiling parking_lot v0.12.3 |
654 | 2024-08-21T05:12:21.558Z | Compiling slab v0.4.9 |
655 | 2024-08-21T05:12:21.577Z | Compiling spin v0.9.8 |
656 | 2024-08-21T05:12:21.834Z | Compiling futures-sink v0.3.30 |
657 | 2024-08-21T05:12:21.960Z | Compiling ring v0.17.8 |
658 | 2024-08-21T05:12:21.989Z | Compiling semver v1.0.23 |
659 | 2024-08-21T05:12:22.279Z | Compiling fnv v1.0.7 |
660 | 2024-08-21T05:12:22.317Z | Compiling equivalent v1.0.1 |
661 | 2024-08-21T05:12:22.403Z | Compiling untrusted v0.9.0 |
662 | 2024-08-21T05:12:22.418Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-21T05:12:22.576Z | Compiling vcpkg v0.2.15 |
664 | 2024-08-21T05:12:22.698Z | Compiling pkg-config v0.3.30 |
665 | 2024-08-21T05:12:22.729Z | Compiling futures-io v0.3.30 |
666 | 2024-08-21T05:12:22.833Z | Compiling futures-task v0.3.30 |
667 | 2024-08-21T05:12:22.859Z | Compiling heck v0.5.0 |
668 | 2024-08-21T05:12:23.050Z | Compiling pin-utils v0.1.0 |
669 | 2024-08-21T05:12:23.306Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-21T05:12:23.323Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-21T05:12:23.792Z | Compiling http v0.2.12 |
672 | 2024-08-21T05:12:23.973Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-21T05:12:24.151Z | Compiling httparse v1.9.4 |
674 | 2024-08-21T05:12:24.182Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-21T05:12:24.894Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-21T05:12:25.141Z | Compiling chrono v0.4.38 |
677 | 2024-08-21T05:12:25.367Z | Compiling uuid v1.10.0 |
678 | 2024-08-21T05:12:25.945Z | Compiling tracing v0.1.40 |
679 | 2024-08-21T05:12:26.618Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-21T05:12:27.196Z | Compiling try-lock v0.2.5 |
681 | 2024-08-21T05:12:27.553Z | Compiling slog v2.7.0 |
682 | 2024-08-21T05:12:27.662Z | Compiling openssl v0.10.66 |
683 | 2024-08-21T05:12:28.048Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-08-21T05:12:28.124Z | Compiling foreign-types v0.3.2 |
685 | 2024-08-21T05:12:28.184Z | Compiling want v0.3.1 |
686 | 2024-08-21T05:12:28.202Z | Compiling http-body v0.4.6 |
687 | 2024-08-21T05:12:28.526Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-21T05:12:28.675Z | Compiling tinyvec_macros v0.1.1 |
689 | 2024-08-21T05:12:28.754Z | Compiling tower-service v0.3.3 |
690 | 2024-08-21T05:12:28.827Z | Compiling typenum v1.17.0 |
691 | 2024-08-21T05:12:28.865Z | Compiling native-tls v0.2.12 |
692 | 2024-08-21T05:12:29.237Z | Compiling regex-syntax v0.8.4 |
693 | 2024-08-21T05:12:29.331Z | Compiling bitflags v2.6.0 |
694 | 2024-08-21T05:12:29.667Z | Compiling httpdate v1.0.3 |
695 | 2024-08-21T05:12:29.818Z | Compiling rustls v0.21.12 |
696 | 2024-08-21T05:12:29.839Z | Compiling percent-encoding v2.3.1 |
697 | 2024-08-21T05:12:30.139Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-21T05:12:30.348Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-21T05:12:30.681Z | Compiling generic-array v0.14.7 |
700 | 2024-08-21T05:12:31.008Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-21T05:12:31.998Z | Compiling serde_derive v1.0.208 |
702 | 2024-08-21T05:12:32.024Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-08-21T05:12:32.270Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-08-21T05:12:32.839Z | Compiling schemars_derive v0.8.21 |
705 | 2024-08-21T05:12:32.908Z | Compiling tokio-macros v2.4.0 |
706 | 2024-08-21T05:12:34.040Z | Compiling zerocopy v0.7.35 |
707 | 2024-08-21T05:12:34.918Z | Compiling tokio v1.39.3 |
708 | 2024-08-21T05:12:35.168Z | Compiling futures-macro v0.3.30 |
709 | 2024-08-21T05:12:35.833Z | Compiling pest v2.7.11 |
710 | 2024-08-21T05:12:36.206Z | Compiling hashbrown v0.14.5 |
711 | 2024-08-21T05:12:37.072Z | Compiling futures-util v0.3.30 |
712 | 2024-08-21T05:12:37.883Z | Compiling regress v0.10.0 |
713 | 2024-08-21T05:12:37.908Z | Compiling openssl-macros v0.1.1 |
714 | 2024-08-21T05:12:38.690Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-21T05:12:42.571Z | Compiling pest_generator v2.7.11 |
716 | 2024-08-21T05:12:42.729Z | Compiling sct v0.7.1 |
717 | 2024-08-21T05:12:43.147Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-08-21T05:12:44.009Z | Compiling tokio-util v0.7.11 |
719 | 2024-08-21T05:12:44.311Z | Compiling pest_derive v2.7.11 |
720 | 2024-08-21T05:12:45.194Z | Compiling regex-automata v0.4.7 |
721 | 2024-08-21T05:12:46.209Z | Compiling indexmap v2.4.0 |
722 | 2024-08-21T05:12:47.258Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-21T05:12:50.337Z | Compiling h2 v0.3.26 |
724 | 2024-08-21T05:12:52.769Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
725 | 2024-08-21T05:12:52.895Z | Compiling regex v1.10.6 |
726 | 2024-08-21T05:12:55.571Z | Compiling hyper v0.14.30 |
727 | 2024-08-21T05:12:56.525Z | Compiling scroll_derive v0.12.0 |
728 | 2024-08-21T05:12:57.991Z | Compiling unicode-normalization v0.1.23 |
729 | 2024-08-21T05:13:04.119Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-21T05:13:04.512Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-21T05:13:04.701Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
732 | 2024-08-21T05:13:04.753Z | Compiling powerfmt v0.2.0 |
733 | 2024-08-21T05:13:05.220Z | Compiling num-conv v0.1.0 |
734 | 2024-08-21T05:13:05.827Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-08-21T05:13:08.546Z | Compiling mime v0.3.17 |
736 | 2024-08-21T05:13:08.918Z | Compiling time-core v0.1.2 |
737 | 2024-08-21T05:13:09.081Z | Compiling time-macros v0.2.18 |
738 | 2024-08-21T05:13:12.072Z | Compiling idna v0.5.0 |
739 | 2024-08-21T05:13:12.625Z | Compiling deranged v0.3.11 |
740 | 2024-08-21T05:13:14.923Z | Compiling tokio-rustls v0.24.1 |
741 | 2024-08-21T05:13:14.962Z | Compiling scroll v0.12.0 |
742 | 2024-08-21T05:13:15.306Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-21T05:13:15.334Z | Compiling dof v0.3.0 |
744 | 2024-08-21T05:13:15.574Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-21T05:13:15.584Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-21T05:13:16.177Z | Compiling thread-id v4.2.2 |
747 | 2024-08-21T05:13:16.268Z | Compiling strsim v0.11.1 |
748 | 2024-08-21T05:13:16.977Z | Compiling rustls-pki-types v1.8.0 |
749 | 2024-08-21T05:13:17.549Z | Compiling num_threads v0.1.7 |
750 | 2024-08-21T05:13:17.662Z | Compiling ident_case v1.0.1 |
751 | 2024-08-21T05:13:18.316Z | Compiling omicron-workspace-hack v0.1.0 |
752 | 2024-08-21T05:13:18.412Z | Compiling plain v0.2.3 |
753 | 2024-08-21T05:13:18.641Z | Compiling base64 v0.21.7 |
754 | 2024-08-21T05:13:18.810Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-08-21T05:13:19.401Z | Compiling time v0.3.36 |
756 | 2024-08-21T05:13:22.772Z | Compiling rustls-pemfile v1.0.4 |
757 | 2024-08-21T05:13:22.798Z | Compiling goblin v0.8.2 |
758 | 2024-08-21T05:13:23.554Z | Compiling darling_core v0.20.10 |
759 | 2024-08-21T05:13:25.893Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-21T05:13:25.995Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-21T05:13:26.425Z | Compiling url v2.5.2 |
762 | 2024-08-21T05:13:28.416Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-21T05:13:28.536Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-21T05:13:29.988Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-21T05:13:31.512Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-08-21T05:13:31.944Z | Compiling paste v1.0.15 |
767 | 2024-08-21T05:13:32.427Z | Compiling webpki-roots v0.25.4 |
768 | 2024-08-21T05:13:32.580Z | Compiling rustls v0.22.4 |
769 | 2024-08-21T05:13:32.650Z | Compiling rustversion v1.0.17 |
770 | 2024-08-21T05:13:32.901Z | Compiling ipnet v2.9.0 |
771 | 2024-08-21T05:13:33.285Z | Compiling pretty-hex v0.4.1 |
772 | 2024-08-21T05:13:33.301Z | Compiling sync_wrapper v0.1.2 |
773 | 2024-08-21T05:13:33.421Z | Compiling reqwest v0.11.27 |
774 | 2024-08-21T05:13:33.803Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-08-21T05:13:35.591Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
776 | 2024-08-21T05:13:36.553Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-21T05:13:36.646Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-21T05:13:39.448Z | Compiling block-buffer v0.10.4 |
779 | 2024-08-21T05:13:39.678Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-21T05:13:39.713Z | Compiling rustls-webpki v0.102.6 |
781 | 2024-08-21T05:13:39.747Z | Compiling toml_datetime v0.6.8 |
782 | 2024-08-21T05:13:39.861Z | Compiling serde_spanned v0.6.7 |
783 | 2024-08-21T05:13:40.089Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-21T05:13:40.405Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-21T05:13:40.971Z | Compiling rand_core v0.6.4 |
786 | 2024-08-21T05:13:41.538Z | Compiling thread_local v1.1.8 |
787 | 2024-08-21T05:13:42.273Z | Compiling multer v3.1.0 |
788 | 2024-08-21T05:13:42.275Z | Compiling slog-async v2.8.0 |
789 | 2024-08-21T05:13:42.622Z | Compiling camino v1.1.9 |
790 | 2024-08-21T05:13:42.771Z | Compiling winnow v0.6.18 |
791 | 2024-08-21T05:13:43.151Z | Compiling anyhow v1.0.86 |
792 | 2024-08-21T05:13:43.200Z | Compiling zeroize v1.8.1 |
793 | 2024-08-21T05:13:43.535Z | Compiling subtle v2.6.1 |
794 | 2024-08-21T05:13:43.746Z | Compiling match_cfg v0.1.0 |
795 | 2024-08-21T05:13:43.828Z | Compiling hostname v0.3.1 |
796 | 2024-08-21T05:13:44.052Z | Compiling structmeta v0.3.0 |
797 | 2024-08-21T05:13:44.107Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
798 | 2024-08-21T05:13:44.413Z | Compiling rand_chacha v0.3.1 |
799 | 2024-08-21T05:13:46.136Z | Compiling digest v0.10.7 |
800 | 2024-08-21T05:13:46.540Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-21T05:13:46.821Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-21T05:13:47.173Z | Compiling darling v0.20.10 |
803 | 2024-08-21T05:13:48.178Z | Compiling term v0.7.0 |
804 | 2024-08-21T05:13:53.845Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-21T05:13:55.535Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-21T05:13:56.742Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-21T05:13:57.045Z | Compiling slog-json v2.6.1 |
808 | 2024-08-21T05:13:57.514Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-21T05:13:58.097Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-21T05:13:58.638Z | Compiling http v1.1.0 |
811 | 2024-08-21T05:13:59.120Z | Compiling memmap v0.7.0 |
812 | 2024-08-21T05:13:59.461Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-21T05:13:59.553Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ad5c1367) |
814 | 2024-08-21T05:13:59.575Z | Compiling cpufeatures v0.2.13 |
815 | 2024-08-21T05:13:59.662Z | Compiling atomic-waker v1.1.2 |
816 | 2024-08-21T05:13:59.835Z | Compiling base64 v0.22.1 |
817 | 2024-08-21T05:13:59.896Z | Compiling take_mut v0.2.2 |
818 | 2024-08-21T05:14:03.373Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-08-21T05:14:03.608Z | Compiling waitgroup v0.1.2 |
820 | 2024-08-21T05:14:03.698Z | Compiling sha1 v0.10.6 |
821 | 2024-08-21T05:14:03.837Z | Compiling slog-term v2.9.1 |
822 | 2024-08-21T05:14:04.126Z | Compiling async-stream v0.3.5 |
823 | 2024-08-21T05:14:04.458Z | Compiling usdt v0.5.0 |
824 | 2024-08-21T05:14:04.461Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
825 | 2024-08-21T05:14:05.805Z | Compiling futures v0.3.30 |
826 | 2024-08-21T05:14:05.911Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-21T05:14:05.918Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-21T05:14:06.175Z | Compiling toml v0.8.19 |
829 | 2024-08-21T05:14:06.625Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-21T05:14:07.051Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-21T05:14:09.758Z | Compiling rand v0.8.5 |
832 | 2024-08-21T05:14:09.931Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-21T05:14:11.792Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-21T05:14:13.154Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-21T05:14:13.465Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#ad5c1367) |
836 | 2024-08-21T05:14:13.794Z | Compiling hex v0.4.3 |
837 | 2024-08-21T05:14:13.953Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-21T05:14:14.497Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-21T05:14:14.970Z | Compiling async-trait v0.1.81 |
840 | 2024-08-21T05:14:15.329Z | Compiling hostname v0.4.0 |
841 | 2024-08-21T05:14:15.569Z | Compiling instant v0.1.13 |
842 | 2024-08-21T05:14:15.716Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-21T05:14:15.845Z | Compiling backoff v0.4.0 |
844 | 2024-08-21T05:14:16.160Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-21T05:14:16.358Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
846 | 2024-08-21T05:14:16.494Z | Compiling parse-display v0.10.0 |
847 | 2024-08-21T05:14:16.523Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-08-21T05:14:16.955Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-21T05:14:17.035Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=73e63eaae3fe616bd7c48a20c69736d7e025836b#73e63eaa) |
850 | 2024-08-21T05:14:17.556Z | Compiling strum v0.26.3 |
851 | 2024-08-21T05:14:17.728Z | Compiling serde_with v3.9.0 |
852 | 2024-08-21T05:14:18.619Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-21T05:14:19.421Z | Compiling macaddr v1.0.1 |
854 | 2024-08-21T05:14:20.031Z | Compiling regress v0.9.1 |
855 | 2024-08-21T05:14:25.836Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-21T05:14:35.198Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-21T05:14:43.618Z | Finished `release` profile [optimized] target(s) in 2m 26s |
858 | 2024-08-21T05:14:43.676Z | process exited: duration 220899 ms, exit code 0 |
|
859 | 2024-08-21T05:14:43.682Z | found 0 output files |