|
|
|
1 | 2024-08-07T03:17:40.917Z | job assigned to worker 01J4NDDHBZHY2W5RSHETD8SS45 (queued for 1 m 2 s) |
|
2 | 2024-08-07T03:17:48.707Z | starting task 0: "setup" |
3 | 2024-08-07T03:17:48.767Z | ++ uname -s |
4 | 2024-08-07T03:17:48.770Z | + kern=SunOS |
5 | 2024-08-07T03:17:48.770Z | + case "$kern" in |
6 | 2024-08-07T03:17:48.770Z | + groupadd -g 12345 build |
7 | 2024-08-07T03:17:48.773Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T03:17:50.784Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T03:17:50.898Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T03:17:50.901Z | + home_fs=zfs |
11 | 2024-08-07T03:17:50.901Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T03:17:50.901Z | + mkdir -p /home/build |
13 | 2024-08-07T03:17:50.903Z | + chown build:build /home/build /work |
14 | 2024-08-07T03:17:52.905Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T03:17:52.907Z | process exited: duration 4200 ms, exit code 0 |
|
16 | 2024-08-07T03:17:52.914Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T03:17:52.919Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T03:17:52.919Z | * toolchain channel = "1.80.0" |
19 | 2024-08-07T03:17:52.919Z | * toolchain profile = "default" |
20 | 2024-08-07T03:17:52.919Z | ' 1.80.0 |
21 | 2024-08-07T03:17:52.919Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-07T03:17:52.919Z | ' default |
23 | 2024-08-07T03:17:52.922Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T03:17:52.922Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T03:17:53.010Z | info: downloading installer |
26 | 2024-08-07T03:17:54.275Z | info: profile set to 'default' |
27 | 2024-08-07T03:17:54.275Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T03:17:54.275Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T03:17:54.427Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T03:17:54.427Z | info: downloading component 'cargo' |
31 | 2024-08-07T03:17:55.151Z | info: downloading component 'clippy' |
32 | 2024-08-07T03:17:55.406Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T03:17:56.466Z | info: downloading component 'rust-std' |
34 | 2024-08-07T03:17:57.874Z | info: downloading component 'rustc' |
35 | 2024-08-07T03:18:01.522Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T03:18:01.744Z | info: installing component 'cargo' |
37 | 2024-08-07T03:18:02.628Z | info: installing component 'clippy' |
38 | 2024-08-07T03:18:03.004Z | info: installing component 'rust-docs' |
39 | 2024-08-07T03:18:04.656Z | info: installing component 'rust-std' |
40 | 2024-08-07T03:18:06.376Z | info: installing component 'rustc' |
41 | 2024-08-07T03:18:11.082Z | info: installing component 'rustfmt' |
42 | 2024-08-07T03:18:11.462Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T03:18:11.462Z | |
44 | 2024-08-07T03:18:11.722Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T03:18:11.722Z | |
46 | 2024-08-07T03:18:11.725Z | |
47 | 2024-08-07T03:18:11.725Z | Rust is installed now. Great! |
48 | 2024-08-07T03:18:11.725Z | |
49 | 2024-08-07T03:18:11.725Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T03:18:11.725Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T03:18:11.725Z | |
52 | 2024-08-07T03:18:11.725Z | To configure your current shell, you need to source |
53 | 2024-08-07T03:18:11.725Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T03:18:11.725Z | |
55 | 2024-08-07T03:18:11.725Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T03:18:11.725Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T03:18:11.725Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T03:18:11.798Z | + rustc --version |
59 | 2024-08-07T03:18:11.860Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T03:18:11.865Z | process exited: duration 18946 ms, exit code 0 |
|
61 | 2024-08-07T03:18:11.873Z | starting task 2: "authentication" |
62 | 2024-08-07T03:18:11.893Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-07T03:18:11.901Z | starting task 3: "clone repository" |
64 | 2024-08-07T03:18:11.904Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T03:18:11.908Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T03:18:12.076Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T03:18:17.768Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T03:18:17.778Z | + git fetch origin d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
69 | 2024-08-07T03:18:18.036Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T03:18:18.036Z | * branch d40ca80bc48745139dcc233a1cf6ca33a484d3c7 -> FETCH_HEAD |
71 | 2024-08-07T03:18:18.044Z | + [[ -n renovate/foreign-types-0.x ]] |
72 | 2024-08-07T03:18:18.047Z | ++ git branch --show-current |
73 | 2024-08-07T03:18:18.051Z | + current=main |
74 | 2024-08-07T03:18:18.051Z | + [[ main != renovate/foreign-types-0.x ]] |
75 | 2024-08-07T03:18:18.051Z | + git branch -f renovate/foreign-types-0.x d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
76 | 2024-08-07T03:18:18.054Z | + git checkout -f renovate/foreign-types-0.x |
77 | 2024-08-07T03:18:18.191Z | Switched to branch 'renovate/foreign-types-0.x' |
78 | 2024-08-07T03:18:18.199Z | + git reset --hard d40ca80bc48745139dcc233a1cf6ca33a484d3c7 |
79 | 2024-08-07T03:18:18.325Z | HEAD is now at d40ca80bc Update Rust crate foreign-types to 0.5.0 |
80 | 2024-08-07T03:18:18.328Z | process exited: duration 6426 ms, exit code 0 |
|
81 | 2024-08-07T03:18:18.334Z | starting task 4: "build" |
82 | 2024-08-07T03:18:18.340Z | + cargo --version |
83 | 2024-08-07T03:18:18.413Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T03:18:18.434Z | + rustc --version |
85 | 2024-08-07T03:18:18.464Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T03:18:18.482Z | + cd /tmp |
87 | 2024-08-07T03:18:18.483Z | + cargo new --lib test-project |
88 | 2024-08-07T03:18:18.518Z | Creating library `test-project` package |
89 | 2024-08-07T03:18:18.600Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-07T03:18:18.609Z | + cd test-project |
91 | 2024-08-07T03:18:18.609Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-07T03:18:18.648Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-07T03:18:18.653Z | Features: |
94 | 2024-08-07T03:18:18.653Z | - proptest |
95 | 2024-08-07T03:18:18.653Z | - test-strategy |
96 | 2024-08-07T03:18:18.653Z | - testing |
97 | 2024-08-07T03:18:18.653Z | Updating crates.io index |
98 | 2024-08-07T03:18:18.690Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-07T03:18:19.420Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-07T03:18:20.111Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-07T03:18:20.380Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-07T03:18:22.048Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-07T03:18:22.327Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-07T03:18:22.637Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-07T03:18:25.876Z | Locking 304 packages to latest compatible versions |
106 | 2024-08-07T03:18:25.879Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-07T03:18:25.882Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-07T03:18:25.882Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-07T03:18:25.882Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-07T03:18:25.882Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-07T03:18:25.882Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-07T03:18:25.882Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-07T03:18:25.882Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-07T03:18:25.882Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-07T03:18:25.882Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-07T03:18:25.882Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-07T03:18:25.882Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-07T03:18:25.882Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-07T03:18:25.885Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-07T03:18:25.885Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-07T03:18:25.885Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-07T03:18:25.885Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-07T03:18:25.885Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-07T03:18:25.885Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-07T03:18:25.888Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
126 | 2024-08-07T03:18:25.888Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
127 | 2024-08-07T03:18:25.888Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-07T03:18:25.888Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-07T03:18:25.892Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-07T03:18:25.892Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-07T03:18:25.895Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-07T03:18:25.895Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-07T03:18:25.898Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-07T03:18:25.898Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-07T03:18:25.898Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-07T03:18:25.898Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-07T03:18:25.901Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-07T03:18:25.901Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-07T03:18:25.901Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
140 | 2024-08-07T03:18:25.901Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-07T03:18:25.901Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-07T03:18:25.901Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-07T03:18:25.901Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-07T03:18:25.901Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-07T03:18:25.901Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-07T03:18:25.904Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-07T03:18:25.904Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-07T03:18:25.904Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-07T03:18:25.904Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-07T03:18:25.904Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-07T03:18:25.904Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-07T03:18:25.904Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-07T03:18:25.905Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-07T03:18:25.973Z | + cargo check |
155 | 2024-08-07T03:18:26.212Z | Downloading crates ... |
156 | 2024-08-07T03:18:26.283Z | Downloaded cfg-if v1.0.0 |
157 | 2024-08-07T03:18:26.297Z | Downloaded is-terminal v0.4.12 |
158 | 2024-08-07T03:18:26.308Z | Downloaded instant v0.1.13 |
159 | 2024-08-07T03:18:26.309Z | Downloaded equivalent v1.0.1 |
160 | 2024-08-07T03:18:26.309Z | Downloaded darling_macro v0.20.10 |
161 | 2024-08-07T03:18:26.309Z | Downloaded match_cfg v0.1.0 |
162 | 2024-08-07T03:18:26.309Z | Downloaded openssl-macros v0.1.1 |
163 | 2024-08-07T03:18:26.309Z | Downloaded usdt-macro v0.5.0 |
164 | 2024-08-07T03:18:26.319Z | Downloaded usdt-attr-macro v0.5.0 |
165 | 2024-08-07T03:18:26.320Z | Downloaded foreign-types-shared v0.1.1 |
166 | 2024-08-07T03:18:26.320Z | Downloaded cpufeatures v0.2.12 |
167 | 2024-08-07T03:18:26.320Z | Downloaded base64 v0.21.7 |
168 | 2024-08-07T03:18:26.320Z | Downloaded parking_lot v0.12.3 |
169 | 2024-08-07T03:18:26.320Z | Downloaded futures-task v0.3.30 |
170 | 2024-08-07T03:18:26.324Z | Downloaded byteorder v1.5.0 |
171 | 2024-08-07T03:18:26.324Z | Downloaded atomic-waker v1.1.2 |
172 | 2024-08-07T03:18:26.324Z | Downloaded waitgroup v0.1.2 |
173 | 2024-08-07T03:18:26.328Z | Downloaded memmap v0.7.0 |
174 | 2024-08-07T03:18:26.329Z | Downloaded take_mut v0.2.2 |
175 | 2024-08-07T03:18:26.329Z | Downloaded omicron-workspace-hack v0.1.0 |
176 | 2024-08-07T03:18:26.329Z | Downloaded async-stream-impl v0.3.5 |
177 | 2024-08-07T03:18:26.333Z | Downloaded httpdate v1.0.3 |
178 | 2024-08-07T03:18:26.333Z | Downloaded dyn-clone v1.0.17 |
179 | 2024-08-07T03:18:26.333Z | Downloaded deranged v0.3.11 |
180 | 2024-08-07T03:18:26.339Z | Downloaded dirs-next v2.0.0 |
181 | 2024-08-07T03:18:26.339Z | Downloaded dof v0.3.0 |
182 | 2024-08-07T03:18:26.339Z | Downloaded scroll_derive v0.12.0 |
183 | 2024-08-07T03:18:26.339Z | Downloaded futures-macro v0.3.30 |
184 | 2024-08-07T03:18:26.339Z | Downloaded fnv v1.0.7 |
185 | 2024-08-07T03:18:26.343Z | Downloaded autocfg v1.3.0 |
186 | 2024-08-07T03:18:26.343Z | Downloaded heck v0.5.0 |
187 | 2024-08-07T03:18:26.343Z | Downloaded futures-core v0.3.30 |
188 | 2024-08-07T03:18:26.375Z | Downloaded untrusted v0.9.0 |
189 | 2024-08-07T03:18:26.376Z | Downloaded camino v1.1.7 |
190 | 2024-08-07T03:18:26.376Z | Downloaded num-conv v0.1.0 |
191 | 2024-08-07T03:18:26.377Z | Downloaded http-body v0.4.6 |
192 | 2024-08-07T03:18:26.377Z | Downloaded zeroize v1.8.1 |
193 | 2024-08-07T03:18:26.377Z | Downloaded async-stream v0.3.5 |
194 | 2024-08-07T03:18:26.377Z | Downloaded pest_generator v2.7.11 |
195 | 2024-08-07T03:18:26.378Z | Downloaded parse-display v0.9.1 |
196 | 2024-08-07T03:18:26.388Z | Downloaded generic-array v0.14.7 |
197 | 2024-08-07T03:18:26.388Z | Downloaded scroll v0.12.0 |
198 | 2024-08-07T03:18:26.388Z | Downloaded schemars_derive v0.8.21 |
199 | 2024-08-07T03:18:26.388Z | Downloaded ident_case v1.0.1 |
200 | 2024-08-07T03:18:26.388Z | Downloaded foreign-types v0.3.2 |
201 | 2024-08-07T03:18:26.388Z | Downloaded paste v1.0.15 |
202 | 2024-08-07T03:18:26.388Z | Downloaded ipnet v2.9.0 |
203 | 2024-08-07T03:18:26.389Z | Downloaded plain v0.2.3 |
204 | 2024-08-07T03:18:26.389Z | Downloaded thiserror v1.0.63 |
205 | 2024-08-07T03:18:26.389Z | Downloaded signal-hook-registry v1.4.2 |
206 | 2024-08-07T03:18:26.389Z | Downloaded structmeta-derive v0.3.0 |
207 | 2024-08-07T03:18:26.389Z | Downloaded slog-bunyan v2.5.0 |
208 | 2024-08-07T03:18:26.389Z | Downloaded thread-id v4.2.2 |
209 | 2024-08-07T03:18:26.389Z | Downloaded sha1 v0.10.6 |
210 | 2024-08-07T03:18:26.389Z | Downloaded pin-utils v0.1.0 |
211 | 2024-08-07T03:18:26.394Z | Downloaded usdt-impl v0.5.0 |
212 | 2024-08-07T03:18:26.394Z | Downloaded time-core v0.1.2 |
213 | 2024-08-07T03:18:26.394Z | Downloaded serde_urlencoded v0.7.1 |
214 | 2024-08-07T03:18:26.394Z | Downloaded openssl-probe v0.1.5 |
215 | 2024-08-07T03:18:26.394Z | Downloaded num_threads v0.1.7 |
216 | 2024-08-07T03:18:26.394Z | Downloaded dtrace-parser v0.2.0 |
217 | 2024-08-07T03:18:26.394Z | Downloaded serde_spanned v0.6.7 |
218 | 2024-08-07T03:18:26.394Z | Downloaded strsim v0.11.1 |
219 | 2024-08-07T03:18:26.402Z | Downloaded tinyvec_macros v0.1.1 |
220 | 2024-08-07T03:18:26.402Z | Downloaded version_check v0.9.5 |
221 | 2024-08-07T03:18:26.402Z | Downloaded rustls-pemfile v1.0.4 |
222 | 2024-08-07T03:18:26.402Z | Downloaded async-trait v0.1.81 |
223 | 2024-08-07T03:18:26.410Z | Downloaded newtype-uuid v1.1.0 |
224 | 2024-08-07T03:18:26.410Z | Downloaded strum_macros v0.26.4 |
225 | 2024-08-07T03:18:26.410Z | Downloaded thread_local v1.1.8 |
226 | 2024-08-07T03:18:26.410Z | Downloaded semver v1.0.23 |
227 | 2024-08-07T03:18:26.413Z | Downloaded serde_derive_internals v0.29.1 |
228 | 2024-08-07T03:18:26.414Z | Downloaded slog-term v2.9.1 |
229 | 2024-08-07T03:18:26.419Z | Downloaded serde_with_macros v3.9.0 |
230 | 2024-08-07T03:18:26.419Z | Downloaded want v0.3.1 |
231 | 2024-08-07T03:18:26.419Z | Downloaded hyper-rustls v0.24.2 |
232 | 2024-08-07T03:18:26.426Z | Downloaded pretty-hex v0.4.1 |
233 | 2024-08-07T03:18:26.426Z | Downloaded log v0.4.22 |
234 | 2024-08-07T03:18:26.426Z | Downloaded dirs-sys-next v0.1.2 |
235 | 2024-08-07T03:18:26.431Z | Downloaded allocator-api2 v0.2.18 |
236 | 2024-08-07T03:18:26.431Z | Downloaded futures-io v0.3.30 |
237 | 2024-08-07T03:18:26.431Z | Downloaded sync_wrapper v0.1.2 |
238 | 2024-08-07T03:18:26.431Z | Downloaded macaddr v1.0.1 |
239 | 2024-08-07T03:18:26.438Z | Downloaded hex v0.4.3 |
240 | 2024-08-07T03:18:26.438Z | Downloaded mime v0.3.17 |
241 | 2024-08-07T03:18:26.438Z | Downloaded futures-sink v0.3.30 |
242 | 2024-08-07T03:18:26.438Z | Downloaded strum v0.26.3 |
243 | 2024-08-07T03:18:26.438Z | Downloaded ipnetwork v0.20.0 |
244 | 2024-08-07T03:18:26.450Z | Downloaded crossbeam-utils v0.8.20 |
245 | 2024-08-07T03:18:26.450Z | Downloaded rustls-pki-types v1.8.0 |
246 | 2024-08-07T03:18:26.451Z | Downloaded anyhow v1.0.86 |
247 | 2024-08-07T03:18:26.451Z | Downloaded tower-service v0.3.2 |
248 | 2024-08-07T03:18:26.451Z | Downloaded ryu v1.0.18 |
249 | 2024-08-07T03:18:26.458Z | Downloaded unicode-ident v1.0.12 |
250 | 2024-08-07T03:18:26.458Z | Downloaded pest_meta v2.7.11 |
251 | 2024-08-07T03:18:26.458Z | Downloaded darling v0.20.10 |
252 | 2024-08-07T03:18:26.472Z | Downloaded unsafe-libyaml v0.2.11 |
253 | 2024-08-07T03:18:26.475Z | Downloaded toml_datetime v0.6.8 |
254 | 2024-08-07T03:18:26.475Z | Downloaded serde_path_to_error v0.1.16 |
255 | 2024-08-07T03:18:26.475Z | Downloaded rand_chacha v0.3.1 |
256 | 2024-08-07T03:18:26.475Z | Downloaded percent-encoding v2.3.1 |
257 | 2024-08-07T03:18:26.476Z | Downloaded tokio-native-tls v0.3.1 |
258 | 2024-08-07T03:18:26.476Z | Downloaded tokio-macros v2.4.0 |
259 | 2024-08-07T03:18:26.476Z | Downloaded thiserror-impl v1.0.63 |
260 | 2024-08-07T03:18:26.476Z | Downloaded subtle v2.6.1 |
261 | 2024-08-07T03:18:26.479Z | Downloaded structmeta v0.3.0 |
262 | 2024-08-07T03:18:26.479Z | Downloaded try-lock v0.2.5 |
263 | 2024-08-07T03:18:26.480Z | Downloaded serde_tokenstream v0.2.1 |
264 | 2024-08-07T03:18:26.484Z | Downloaded pkg-config v0.3.30 |
265 | 2024-08-07T03:18:26.484Z | Downloaded serde_derive v1.0.204 |
266 | 2024-08-07T03:18:26.488Z | Downloaded rustversion v1.0.17 |
267 | 2024-08-07T03:18:26.491Z | Downloaded slog-json v2.6.1 |
268 | 2024-08-07T03:18:26.491Z | Downloaded slab v0.4.9 |
269 | 2024-08-07T03:18:26.495Z | Downloaded tokio-rustls v0.25.0 |
270 | 2024-08-07T03:18:26.496Z | Downloaded socket2 v0.5.7 |
271 | 2024-08-07T03:18:26.502Z | Downloaded slog-async v2.8.0 |
272 | 2024-08-07T03:18:26.502Z | Downloaded proc-macro2 v1.0.86 |
273 | 2024-08-07T03:18:26.509Z | Downloaded once_cell v1.19.0 |
274 | 2024-08-07T03:18:26.509Z | Downloaded bytes v1.7.1 |
275 | 2024-08-07T03:18:26.515Z | Downloaded unicode-normalization v0.1.23 |
276 | 2024-08-07T03:18:26.515Z | Downloaded multer v3.1.0 |
277 | 2024-08-07T03:18:26.521Z | Downloaded httparse v1.9.4 |
278 | 2024-08-07T03:18:26.521Z | Downloaded pest_derive v2.7.11 |
279 | 2024-08-07T03:18:26.521Z | Downloaded tokio-rustls v0.24.1 |
280 | 2024-08-07T03:18:26.525Z | Downloaded time-macros v0.2.18 |
281 | 2024-08-07T03:18:26.525Z | Downloaded rand v0.8.5 |
282 | 2024-08-07T03:18:26.528Z | Downloaded num-traits v0.2.19 |
283 | 2024-08-07T03:18:26.543Z | Downloaded ucd-trie v0.1.6 |
284 | 2024-08-07T03:18:26.543Z | Downloaded mio v1.0.1 |
285 | 2024-08-07T03:18:26.543Z | Downloaded term v0.7.0 |
286 | 2024-08-07T03:18:26.546Z | Downloaded toml v0.8.19 |
287 | 2024-08-07T03:18:26.546Z | Downloaded http v0.2.12 |
288 | 2024-08-07T03:18:26.549Z | Downloaded rustls-pemfile v2.1.3 |
289 | 2024-08-07T03:18:26.553Z | Downloaded pin-project-lite v0.2.14 |
290 | 2024-08-07T03:18:26.556Z | Downloaded typenum v1.17.0 |
291 | 2024-08-07T03:18:26.559Z | Downloaded tinyvec v1.8.0 |
292 | 2024-08-07T03:18:26.562Z | Downloaded darling_core v0.20.10 |
293 | 2024-08-07T03:18:26.567Z | Downloaded unicode-bidi v0.3.15 |
294 | 2024-08-07T03:18:26.571Z | Downloaded parking_lot_core v0.9.10 |
295 | 2024-08-07T03:18:26.574Z | Downloaded crossbeam-channel v0.5.13 |
296 | 2024-08-07T03:18:26.578Z | Downloaded openssl-sys v0.9.103 |
297 | 2024-08-07T03:18:26.582Z | Downloaded schemars v0.8.21 |
298 | 2024-08-07T03:18:26.595Z | Downloaded hashbrown v0.12.3 |
299 | 2024-08-07T03:18:26.600Z | Downloaded tracing v0.1.40 |
300 | 2024-08-07T03:18:26.603Z | Downloaded serde_yaml v0.9.34+deprecated |
301 | 2024-08-07T03:18:26.608Z | Downloaded serde v1.0.204 |
302 | 2024-08-07T03:18:26.612Z | Downloaded pest v2.7.11 |
303 | 2024-08-07T03:18:26.616Z | Downloaded memchr v2.7.4 |
304 | 2024-08-07T03:18:26.622Z | Downloaded indexmap v2.3.0 |
305 | 2024-08-07T03:18:26.626Z | Downloaded toml_edit v0.22.20 |
306 | 2024-08-07T03:18:26.648Z | Downloaded time v0.3.36 |
307 | 2024-08-07T03:18:26.654Z | Downloaded hashbrown v0.14.5 |
308 | 2024-08-07T03:18:26.660Z | Downloaded aho-corasick v1.1.3 |
309 | 2024-08-07T03:18:26.666Z | Downloaded zerocopy v0.7.35 |
310 | 2024-08-07T03:18:26.681Z | Downloaded goblin v0.8.2 |
311 | 2024-08-07T03:18:26.688Z | Downloaded h2 v0.3.26 |
312 | 2024-08-07T03:18:26.695Z | Downloaded rustls-webpki v0.102.6 |
313 | 2024-08-07T03:18:26.713Z | Downloaded serde_with v3.9.0 |
314 | 2024-08-07T03:18:26.721Z | Downloaded rustls-webpki v0.101.7 |
315 | 2024-08-07T03:18:26.735Z | Downloaded reqwest v0.11.27 |
316 | 2024-08-07T03:18:26.742Z | Downloaded openssl v0.10.66 |
317 | 2024-08-07T03:18:26.755Z | Downloaded winnow v0.6.18 |
318 | 2024-08-07T03:18:26.761Z | Downloaded openapiv3 v2.0.0 |
319 | 2024-08-07T03:18:26.772Z | Downloaded syn v2.0.72 |
320 | 2024-08-07T03:18:26.784Z | Downloaded webpki-roots v0.25.4 |
321 | 2024-08-07T03:18:26.788Z | Downloaded regex v1.10.6 |
322 | 2024-08-07T03:18:26.801Z | Downloaded rustls v0.21.12 |
323 | 2024-08-07T03:18:26.812Z | Downloaded rustls v0.22.4 |
324 | 2024-08-07T03:18:26.828Z | Downloaded regress v0.9.1 |
325 | 2024-08-07T03:18:26.834Z | Downloaded regex-syntax v0.8.4 |
326 | 2024-08-07T03:18:26.842Z | Downloaded regex-automata v0.4.7 |
327 | 2024-08-07T03:18:26.860Z | Downloaded tokio v1.39.2 |
328 | 2024-08-07T03:18:26.896Z | Downloaded libc v0.2.155 |
329 | 2024-08-07T03:18:26.921Z | Downloaded regress v0.10.0 |
330 | 2024-08-07T03:18:26.930Z | Downloaded vcpkg v0.2.15 |
331 | 2024-08-07T03:18:26.966Z | Downloaded encoding_rs v0.8.34 |
332 | 2024-08-07T03:18:26.984Z | Downloaded idna v0.5.0 |
333 | 2024-08-07T03:18:26.990Z | Downloaded serde_json v1.0.122 |
334 | 2024-08-07T03:18:26.998Z | Downloaded hyper v0.14.30 |
335 | 2024-08-07T03:18:27.008Z | Downloaded chrono v0.4.38 |
336 | 2024-08-07T03:18:27.011Z | Downloaded futures-util v0.3.30 |
337 | 2024-08-07T03:18:27.022Z | Downloaded tokio-util v0.7.11 |
338 | 2024-08-07T03:18:27.028Z | Downloaded http v1.1.0 |
339 | 2024-08-07T03:18:27.033Z | Downloaded tracing-core v0.1.32 |
340 | 2024-08-07T03:18:27.048Z | Downloaded spin v0.9.8 |
341 | 2024-08-07T03:18:27.052Z | Downloaded smallvec v1.13.2 |
342 | 2024-08-07T03:18:27.052Z | Downloaded uuid v1.10.0 |
343 | 2024-08-07T03:18:27.052Z | Downloaded indexmap v1.9.3 |
344 | 2024-08-07T03:18:27.052Z | Downloaded quote v1.0.36 |
345 | 2024-08-07T03:18:27.052Z | Downloaded sha2 v0.10.8 |
346 | 2024-08-07T03:18:27.052Z | Downloaded sct v0.7.1 |
347 | 2024-08-07T03:18:27.052Z | Downloaded futures-channel v0.3.30 |
348 | 2024-08-07T03:18:27.052Z | Downloaded cc v1.1.7 |
349 | 2024-08-07T03:18:27.055Z | Downloaded zerocopy-derive v0.7.35 |
350 | 2024-08-07T03:18:27.059Z | Downloaded base64 v0.22.1 |
351 | 2024-08-07T03:18:27.062Z | Downloaded slog v2.7.0 |
352 | 2024-08-07T03:18:27.069Z | Downloaded scopeguard v1.2.0 |
353 | 2024-08-07T03:18:27.069Z | Downloaded lock_api v0.4.12 |
354 | 2024-08-07T03:18:27.072Z | Downloaded hyper-tls v0.5.0 |
355 | 2024-08-07T03:18:27.072Z | Downloaded powerfmt v0.2.0 |
356 | 2024-08-07T03:18:27.072Z | Downloaded parse-display-derive v0.9.1 |
357 | 2024-08-07T03:18:27.072Z | Downloaded getrandom v0.2.15 |
358 | 2024-08-07T03:18:27.074Z | Downloaded form_urlencoded v1.2.1 |
359 | 2024-08-07T03:18:27.074Z | Downloaded backoff v0.4.0 |
360 | 2024-08-07T03:18:27.077Z | Downloaded itoa v1.0.11 |
361 | 2024-08-07T03:18:27.077Z | Downloaded futures-executor v0.3.30 |
362 | 2024-08-07T03:18:27.080Z | Downloaded rand_core v0.6.4 |
363 | 2024-08-07T03:18:27.080Z | Downloaded url v2.5.2 |
364 | 2024-08-07T03:18:27.083Z | Downloaded hostname v0.4.0 |
365 | 2024-08-07T03:18:27.086Z | Downloaded digest v0.10.7 |
366 | 2024-08-07T03:18:27.086Z | Downloaded debug-ignore v1.0.5 |
367 | 2024-08-07T03:18:27.089Z | Downloaded futures v0.3.30 |
368 | 2024-08-07T03:18:27.091Z | Downloaded ppv-lite86 v0.2.20 |
369 | 2024-08-07T03:18:27.094Z | Downloaded usdt v0.5.0 |
370 | 2024-08-07T03:18:27.094Z | Downloaded native-tls v0.2.12 |
371 | 2024-08-07T03:18:27.097Z | Downloaded crypto-common v0.1.6 |
372 | 2024-08-07T03:18:27.097Z | Downloaded block-buffer v0.10.4 |
373 | 2024-08-07T03:18:27.097Z | Downloaded bitflags v2.6.0 |
374 | 2024-08-07T03:18:27.106Z | Downloaded ahash v0.8.11 |
375 | 2024-08-07T03:18:27.106Z | Downloaded iana-time-zone v0.1.60 |
376 | 2024-08-07T03:18:27.106Z | Downloaded hostname v0.3.1 |
377 | 2024-08-07T03:18:27.143Z | Downloaded ring v0.17.8 |
378 | 2024-08-07T03:18:27.437Z | Compiling proc-macro2 v1.0.86 |
379 | 2024-08-07T03:18:27.437Z | Compiling unicode-ident v1.0.12 |
380 | 2024-08-07T03:18:27.449Z | Compiling libc v0.2.155 |
381 | 2024-08-07T03:18:27.449Z | Checking cfg-if v1.0.0 |
382 | 2024-08-07T03:18:27.449Z | Compiling version_check v0.9.5 |
383 | 2024-08-07T03:18:27.473Z | Compiling autocfg v1.3.0 |
384 | 2024-08-07T03:18:27.473Z | Compiling serde v1.0.204 |
385 | 2024-08-07T03:18:27.473Z | Checking memchr v2.7.4 |
386 | 2024-08-07T03:18:27.541Z | Compiling serde_json v1.0.122 |
387 | 2024-08-07T03:18:27.640Z | Checking itoa v1.0.11 |
388 | 2024-08-07T03:18:28.116Z | Compiling ahash v0.8.11 |
389 | 2024-08-07T03:18:28.132Z | Checking once_cell v1.19.0 |
390 | 2024-08-07T03:18:28.265Z | Compiling thiserror v1.0.63 |
391 | 2024-08-07T03:18:28.347Z | Checking byteorder v1.5.0 |
392 | 2024-08-07T03:18:28.618Z | Compiling cc v1.1.7 |
393 | 2024-08-07T03:18:29.583Z | Compiling num-traits v0.2.19 |
394 | 2024-08-07T03:18:29.592Z | Checking pin-project-lite v0.2.14 |
395 | 2024-08-07T03:18:29.592Z | Checking ryu v1.0.18 |
396 | 2024-08-07T03:18:29.592Z | Checking bytes v1.7.1 |
397 | 2024-08-07T03:18:29.721Z | Checking log v0.4.22 |
398 | 2024-08-07T03:18:29.947Z | Checking allocator-api2 v0.2.18 |
399 | 2024-08-07T03:18:29.959Z | Compiling lock_api v0.4.12 |
400 | 2024-08-07T03:18:29.962Z | Compiling schemars v0.8.21 |
401 | 2024-08-07T03:18:30.178Z | Checking getrandom v0.2.15 |
402 | 2024-08-07T03:18:30.253Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-07T03:18:30.300Z | Checking futures-core v0.3.30 |
404 | 2024-08-07T03:18:30.350Z | Checking smallvec v1.13.2 |
405 | 2024-08-07T03:18:30.371Z | Compiling quote v1.0.36 |
406 | 2024-08-07T03:18:30.402Z | Checking scopeguard v1.2.0 |
407 | 2024-08-07T03:18:30.466Z | Checking signal-hook-registry v1.4.2 |
408 | 2024-08-07T03:18:30.548Z | Checking mio v1.0.1 |
409 | 2024-08-07T03:18:30.684Z | Checking socket2 v0.5.7 |
410 | 2024-08-07T03:18:30.712Z | Compiling slab v0.4.9 |
411 | 2024-08-07T03:18:30.727Z | Compiling syn v2.0.72 |
412 | 2024-08-07T03:18:31.054Z | Checking spin v0.9.8 |
413 | 2024-08-07T03:18:31.062Z | Checking futures-sink v0.3.30 |
414 | 2024-08-07T03:18:31.124Z | Checking untrusted v0.9.0 |
415 | 2024-08-07T03:18:31.175Z | Checking fnv v1.0.7 |
416 | 2024-08-07T03:18:31.181Z | Checking equivalent v1.0.1 |
417 | 2024-08-07T03:18:31.237Z | Compiling ring v0.17.8 |
418 | 2024-08-07T03:18:31.237Z | Checking parking_lot v0.12.3 |
419 | 2024-08-07T03:18:31.252Z | Checking futures-channel v0.3.30 |
420 | 2024-08-07T03:18:31.257Z | Compiling vcpkg v0.2.15 |
421 | 2024-08-07T03:18:31.270Z | Checking futures-io v0.3.30 |
422 | 2024-08-07T03:18:31.431Z | Compiling semver v1.0.23 |
423 | 2024-08-07T03:18:31.487Z | Compiling heck v0.5.0 |
424 | 2024-08-07T03:18:31.544Z | Checking futures-task v0.3.30 |
425 | 2024-08-07T03:18:31.564Z | Compiling pkg-config v0.3.30 |
426 | 2024-08-07T03:18:31.747Z | Checking pin-utils v0.1.0 |
427 | 2024-08-07T03:18:31.849Z | Compiling ucd-trie v0.1.6 |
428 | 2024-08-07T03:18:31.899Z | Checking iana-time-zone v0.1.60 |
429 | 2024-08-07T03:18:31.964Z | Checking http v0.2.12 |
430 | 2024-08-07T03:18:32.330Z | Compiling httparse v1.9.4 |
431 | 2024-08-07T03:18:32.759Z | Checking dyn-clone v1.0.17 |
432 | 2024-08-07T03:18:32.807Z | Compiling openssl-sys v0.9.103 |
433 | 2024-08-07T03:18:33.009Z | Checking tracing-core v0.1.32 |
434 | 2024-08-07T03:18:33.251Z | Compiling uuid v1.10.0 |
435 | 2024-08-07T03:18:33.575Z | Checking tracing v0.1.40 |
436 | 2024-08-07T03:18:33.600Z | Compiling chrono v0.4.38 |
437 | 2024-08-07T03:18:33.761Z | Compiling openssl v0.10.66 |
438 | 2024-08-07T03:18:33.850Z | Checking try-lock v0.2.5 |
439 | 2024-08-07T03:18:33.921Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-07T03:18:33.968Z | Compiling slog v2.7.0 |
441 | 2024-08-07T03:18:34.037Z | Checking foreign-types v0.3.2 |
442 | 2024-08-07T03:18:34.098Z | Checking want v0.3.1 |
443 | 2024-08-07T03:18:34.254Z | Checking http-body v0.4.6 |
444 | 2024-08-07T03:18:34.337Z | Compiling aho-corasick v1.1.3 |
445 | 2024-08-07T03:18:34.418Z | Checking percent-encoding v2.3.1 |
446 | 2024-08-07T03:18:34.564Z | Checking httpdate v1.0.3 |
447 | 2024-08-07T03:18:34.577Z | Checking tinyvec_macros v0.1.1 |
448 | 2024-08-07T03:18:34.643Z | Checking tower-service v0.3.2 |
449 | 2024-08-07T03:18:34.724Z | Compiling typenum v1.17.0 |
450 | 2024-08-07T03:18:34.747Z | Checking bitflags v2.6.0 |
451 | 2024-08-07T03:18:34.941Z | Compiling native-tls v0.2.12 |
452 | 2024-08-07T03:18:35.264Z | Compiling regex-syntax v0.8.4 |
453 | 2024-08-07T03:18:35.319Z | Compiling rustls v0.21.12 |
454 | 2024-08-07T03:18:35.620Z | Checking tinyvec v1.8.0 |
455 | 2024-08-07T03:18:35.719Z | Checking form_urlencoded v1.2.1 |
456 | 2024-08-07T03:18:36.279Z | Compiling generic-array v0.14.7 |
457 | 2024-08-07T03:18:36.461Z | Checking openssl-probe v0.1.5 |
458 | 2024-08-07T03:18:36.818Z | Checking unicode-normalization v0.1.23 |
459 | 2024-08-07T03:18:37.367Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-08-07T03:18:37.853Z | Compiling usdt-impl v0.5.0 |
461 | 2024-08-07T03:18:38.220Z | Checking encoding_rs v0.8.34 |
462 | 2024-08-07T03:18:38.588Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-07T03:18:38.691Z | Compiling num-conv v0.1.0 |
464 | 2024-08-07T03:18:38.956Z | Compiling time-core v0.1.2 |
465 | 2024-08-07T03:18:39.114Z | Checking mime v0.3.17 |
466 | 2024-08-07T03:18:39.423Z | Checking powerfmt v0.2.0 |
467 | 2024-08-07T03:18:39.568Z | Checking unicode-bidi v0.3.15 |
468 | 2024-08-07T03:18:39.657Z | Checking deranged v0.3.11 |
469 | 2024-08-07T03:18:40.193Z | Checking idna v0.5.0 |
470 | 2024-08-07T03:18:40.485Z | Compiling time-macros v0.2.18 |
471 | 2024-08-07T03:18:41.023Z | Compiling thread-id v4.2.2 |
472 | 2024-08-07T03:18:41.105Z | Checking base64 v0.21.7 |
473 | 2024-08-07T03:18:41.642Z | Checking plain v0.2.3 |
474 | 2024-08-07T03:18:41.716Z | Checking sct v0.7.1 |
475 | 2024-08-07T03:18:41.724Z | Checking rustls-webpki v0.101.7 |
476 | 2024-08-07T03:18:41.767Z | Compiling crossbeam-utils v0.8.20 |
477 | 2024-08-07T03:18:42.014Z | Checking num_threads v0.1.7 |
478 | 2024-08-07T03:18:42.107Z | Compiling ident_case v1.0.1 |
479 | 2024-08-07T03:18:42.312Z | Compiling serde_derive v1.0.204 |
480 | 2024-08-07T03:18:42.340Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-08-07T03:18:42.370Z | Compiling thiserror-impl v1.0.63 |
482 | 2024-08-07T03:18:42.417Z | Compiling schemars_derive v0.8.21 |
483 | 2024-08-07T03:18:42.478Z | Compiling tokio-macros v2.4.0 |
484 | 2024-08-07T03:18:42.976Z | Compiling futures-macro v0.3.30 |
485 | 2024-08-07T03:18:43.407Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-07T03:18:43.965Z | Checking tokio v1.39.2 |
487 | 2024-08-07T03:18:44.326Z | Checking zerocopy v0.7.35 |
488 | 2024-08-07T03:18:45.260Z | Checking futures-util v0.3.30 |
489 | 2024-08-07T03:18:45.338Z | Compiling pest v2.7.11 |
490 | 2024-08-07T03:18:46.121Z | Checking hashbrown v0.14.5 |
491 | 2024-08-07T03:18:46.353Z | Compiling regex v1.10.6 |
492 | 2024-08-07T03:18:47.324Z | Compiling scroll_derive v0.12.0 |
493 | 2024-08-07T03:18:48.170Z | Compiling pest_meta v2.7.11 |
494 | 2024-08-07T03:18:48.202Z | Compiling regress v0.10.0 |
495 | 2024-08-07T03:18:48.753Z | Checking scroll v0.12.0 |
496 | 2024-08-07T03:18:50.494Z | Compiling pest_generator v2.7.11 |
497 | 2024-08-07T03:18:51.124Z | Checking tokio-util v0.7.11 |
498 | 2024-08-07T03:18:51.888Z | Checking tokio-native-tls v0.3.1 |
499 | 2024-08-07T03:18:52.121Z | Checking tokio-rustls v0.24.1 |
500 | 2024-08-07T03:18:52.140Z | Checking rustls-pki-types v1.8.0 |
501 | 2024-08-07T03:18:52.270Z | Compiling pest_derive v2.7.11 |
502 | 2024-08-07T03:18:52.574Z | Compiling strsim v0.11.1 |
503 | 2024-08-07T03:18:52.576Z | Checking time v0.3.36 |
504 | 2024-08-07T03:18:52.775Z | Checking goblin v0.8.2 |
505 | 2024-08-07T03:18:52.912Z | Compiling darling_core v0.20.10 |
506 | 2024-08-07T03:18:53.104Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-08-07T03:18:54.783Z | Checking indexmap v2.3.0 |
508 | 2024-08-07T03:18:55.764Z | Compiling serde_tokenstream v0.2.1 |
509 | 2024-08-07T03:18:56.017Z | Checking h2 v0.3.26 |
510 | 2024-08-07T03:18:56.559Z | Checking serde_urlencoded v0.7.1 |
511 | 2024-08-07T03:18:56.985Z | Checking openapiv3 v2.0.0 |
512 | 2024-08-07T03:18:57.005Z | Checking rustls-pemfile v1.0.4 |
513 | 2024-08-07T03:18:57.171Z | Checking url v2.5.2 |
514 | 2024-08-07T03:18:57.879Z | Compiling dof v0.3.0 |
515 | 2024-08-07T03:18:58.162Z | Checking dirs-sys-next v0.1.2 |
516 | 2024-08-07T03:18:58.729Z | Checking webpki-roots v0.25.4 |
517 | 2024-08-07T03:18:58.865Z | Checking sync_wrapper v0.1.2 |
518 | 2024-08-07T03:18:58.903Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
519 | 2024-08-07T03:18:58.970Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-08-07T03:18:59.027Z | Checking ipnet v2.9.0 |
521 | 2024-08-07T03:18:59.279Z | Compiling rustversion v1.0.17 |
522 | 2024-08-07T03:18:59.472Z | Compiling paste v1.0.15 |
523 | 2024-08-07T03:18:59.984Z | Compiling rustls v0.22.4 |
524 | 2024-08-07T03:18:59.995Z | Compiling unsafe-libyaml v0.2.11 |
525 | 2024-08-07T03:19:00.154Z | Checking hyper v0.14.30 |
526 | 2024-08-07T03:19:00.296Z | Checking pretty-hex v0.4.1 |
527 | 2024-08-07T03:19:00.522Z | Compiling darling_macro v0.20.10 |
528 | 2024-08-07T03:19:01.026Z | Checking dirs-next v2.0.0 |
529 | 2024-08-07T03:19:01.207Z | Checking toml_datetime v0.6.8 |
530 | 2024-08-07T03:19:01.467Z | Compiling serde_yaml v0.9.34+deprecated |
531 | 2024-08-07T03:19:01.482Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-07T03:19:01.597Z | Checking rustls-webpki v0.102.6 |
533 | 2024-08-07T03:19:01.643Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-07T03:19:01.678Z | Compiling structmeta-derive v0.3.0 |
535 | 2024-08-07T03:19:01.742Z | Checking crypto-common v0.1.6 |
536 | 2024-08-07T03:19:01.903Z | Checking block-buffer v0.10.4 |
537 | 2024-08-07T03:19:02.079Z | Checking rand_core v0.6.4 |
538 | 2024-08-07T03:19:02.222Z | Checking thread_local v1.1.8 |
539 | 2024-08-07T03:19:02.310Z | Compiling multer v3.1.0 |
540 | 2024-08-07T03:19:02.348Z | Compiling slog-async v2.8.0 |
541 | 2024-08-07T03:19:02.394Z | Compiling camino v1.1.7 |
542 | 2024-08-07T03:19:02.469Z | Checking match_cfg v0.1.0 |
543 | 2024-08-07T03:19:02.544Z | Compiling anyhow v1.0.86 |
544 | 2024-08-07T03:19:02.634Z | Checking subtle v2.6.1 |
545 | 2024-08-07T03:19:02.836Z | Checking winnow v0.6.18 |
546 | 2024-08-07T03:19:02.850Z | Checking zeroize v1.8.1 |
547 | 2024-08-07T03:19:03.139Z | Checking hostname v0.3.1 |
548 | 2024-08-07T03:19:03.246Z | Checking rand_chacha v0.3.1 |
549 | 2024-08-07T03:19:03.588Z | Checking digest v0.10.7 |
550 | 2024-08-07T03:19:03.779Z | Checking crossbeam-channel v0.5.13 |
551 | 2024-08-07T03:19:03.898Z | Compiling darling v0.20.10 |
552 | 2024-08-07T03:19:03.999Z | Checking term v0.7.0 |
553 | 2024-08-07T03:19:04.318Z | Compiling structmeta v0.3.0 |
554 | 2024-08-07T03:19:04.548Z | Checking hyper-rustls v0.24.2 |
555 | 2024-08-07T03:19:04.701Z | Checking hyper-tls v0.5.0 |
556 | 2024-08-07T03:19:04.815Z | Compiling usdt-macro v0.5.0 |
557 | 2024-08-07T03:19:04.950Z | Checking reqwest v0.11.27 |
558 | 2024-08-07T03:19:05.058Z | Compiling usdt-attr-macro v0.5.0 |
559 | 2024-08-07T03:19:05.525Z | Checking slog-json v2.6.1 |
560 | 2024-08-07T03:19:05.658Z | Checking futures-executor v0.3.30 |
561 | 2024-08-07T03:19:05.763Z | Compiling async-stream-impl v0.3.5 |
562 | 2024-08-07T03:19:05.806Z | Checking toml_edit v0.22.20 |
563 | 2024-08-07T03:19:05.854Z | Checking http v1.1.0 |
564 | 2024-08-07T03:19:06.048Z | Checking is-terminal v0.4.12 |
565 | 2024-08-07T03:19:06.145Z | Checking memmap v0.7.0 |
566 | 2024-08-07T03:19:06.197Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
567 | 2024-08-07T03:19:06.328Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
568 | 2024-08-07T03:19:06.461Z | Checking take_mut v0.2.2 |
569 | 2024-08-07T03:19:06.469Z | Checking base64 v0.22.1 |
570 | 2024-08-07T03:19:06.583Z | Checking atomic-waker v1.1.2 |
571 | 2024-08-07T03:19:06.591Z | Checking cpufeatures v0.2.12 |
572 | 2024-08-07T03:19:06.661Z | Checking sha1 v0.10.6 |
573 | 2024-08-07T03:19:06.693Z | Checking waitgroup v0.1.2 |
574 | 2024-08-07T03:19:06.701Z | Checking tokio-rustls v0.25.0 |
575 | 2024-08-07T03:19:06.899Z | Checking rustls-pemfile v2.1.3 |
576 | 2024-08-07T03:19:06.907Z | Checking usdt v0.5.0 |
577 | 2024-08-07T03:19:07.008Z | Checking slog-term v2.9.1 |
578 | 2024-08-07T03:19:07.054Z | Checking async-stream v0.3.5 |
579 | 2024-08-07T03:19:07.086Z | Checking futures v0.3.30 |
580 | 2024-08-07T03:19:07.114Z | Checking slog-bunyan v2.5.0 |
581 | 2024-08-07T03:19:07.127Z | Compiling strum_macros v0.26.4 |
582 | 2024-08-07T03:19:07.178Z | Compiling parse-display-derive v0.9.1 |
583 | 2024-08-07T03:19:07.218Z | Compiling serde_with_macros v3.9.0 |
584 | 2024-08-07T03:19:07.264Z | Checking rand v0.8.5 |
585 | 2024-08-07T03:19:07.942Z | Checking ipnetwork v0.20.0 |
586 | 2024-08-07T03:19:08.159Z | Checking newtype-uuid v1.1.0 |
587 | 2024-08-07T03:19:08.286Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
588 | 2024-08-07T03:19:08.351Z | Checking toml v0.8.19 |
589 | 2024-08-07T03:19:08.373Z | Checking hex v0.4.3 |
590 | 2024-08-07T03:19:08.493Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-08-07T03:19:08.903Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-08-07T03:19:09.077Z | Compiling async-trait v0.1.81 |
593 | 2024-08-07T03:19:09.124Z | Checking hostname v0.4.0 |
594 | 2024-08-07T03:19:09.232Z | Checking instant v0.1.13 |
595 | 2024-08-07T03:19:09.332Z | Checking debug-ignore v1.0.5 |
596 | 2024-08-07T03:19:09.445Z | Checking backoff v0.4.0 |
597 | 2024-08-07T03:19:09.681Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-08-07T03:19:09.708Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-08-07T03:19:09.807Z | Checking serde_with v3.9.0 |
600 | 2024-08-07T03:19:09.810Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-08-07T03:19:09.826Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-07T03:19:10.033Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-08-07T03:19:10.237Z | Checking macaddr v1.0.1 |
604 | 2024-08-07T03:19:10.548Z | Checking regress v0.9.1 |
605 | 2024-08-07T03:19:11.057Z | Checking parse-display v0.9.1 |
606 | 2024-08-07T03:19:11.497Z | Checking strum v0.26.3 |
607 | 2024-08-07T03:19:12.848Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
608 | 2024-08-07T03:19:14.675Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
609 | 2024-08-07T03:19:14.730Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
610 | 2024-08-07T03:19:17.208Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
611 | 2024-08-07T03:19:22.095Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
612 | 2024-08-07T03:19:22.198Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
613 | 2024-08-07T03:19:24.905Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
614 | 2024-08-07T03:19:31.275Z | Checking test-project v0.1.0 (/tmp/test-project) |
615 | 2024-08-07T03:19:31.327Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
616 | 2024-08-07T03:19:31.389Z | + cargo build --release |
617 | 2024-08-07T03:19:31.651Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-08-07T03:19:31.651Z | Compiling unicode-ident v1.0.12 |
619 | 2024-08-07T03:19:31.654Z | Compiling libc v0.2.155 |
620 | 2024-08-07T03:19:31.654Z | Compiling cfg-if v1.0.0 |
621 | 2024-08-07T03:19:31.654Z | Compiling version_check v0.9.5 |
622 | 2024-08-07T03:19:31.691Z | Compiling autocfg v1.3.0 |
623 | 2024-08-07T03:19:31.694Z | Compiling serde v1.0.204 |
624 | 2024-08-07T03:19:31.694Z | Compiling memchr v2.7.4 |
625 | 2024-08-07T03:19:31.772Z | Compiling serde_json v1.0.122 |
626 | 2024-08-07T03:19:31.838Z | Compiling itoa v1.0.11 |
627 | 2024-08-07T03:19:32.155Z | Compiling thiserror v1.0.63 |
628 | 2024-08-07T03:19:32.230Z | Compiling byteorder v1.5.0 |
629 | 2024-08-07T03:19:32.296Z | Compiling ahash v0.8.11 |
630 | 2024-08-07T03:19:32.388Z | Compiling once_cell v1.19.0 |
631 | 2024-08-07T03:19:32.649Z | Compiling cc v1.1.7 |
632 | 2024-08-07T03:19:32.931Z | Compiling num-traits v0.2.19 |
633 | 2024-08-07T03:19:33.040Z | Compiling pin-project-lite v0.2.14 |
634 | 2024-08-07T03:19:33.149Z | Compiling quote v1.0.36 |
635 | 2024-08-07T03:19:33.168Z | Compiling getrandom v0.2.15 |
636 | 2024-08-07T03:19:33.273Z | Compiling ryu v1.0.18 |
637 | 2024-08-07T03:19:33.474Z | Compiling syn v2.0.72 |
638 | 2024-08-07T03:19:33.500Z | Compiling bytes v1.7.1 |
639 | 2024-08-07T03:19:33.708Z | Compiling log v0.4.22 |
640 | 2024-08-07T03:19:33.801Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-08-07T03:19:33.826Z | Compiling schemars v0.8.21 |
642 | 2024-08-07T03:19:34.167Z | Compiling lock_api v0.4.12 |
643 | 2024-08-07T03:19:34.210Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-08-07T03:19:34.224Z | Compiling smallvec v1.13.2 |
645 | 2024-08-07T03:19:34.371Z | Compiling futures-core v0.3.30 |
646 | 2024-08-07T03:19:34.605Z | Compiling scopeguard v1.2.0 |
647 | 2024-08-07T03:19:34.616Z | Compiling socket2 v0.5.7 |
648 | 2024-08-07T03:19:34.632Z | Compiling mio v1.0.1 |
649 | 2024-08-07T03:19:34.691Z | Compiling signal-hook-registry v1.4.2 |
650 | 2024-08-07T03:19:35.231Z | Compiling parking_lot v0.12.3 |
651 | 2024-08-07T03:19:35.354Z | Compiling slab v0.4.9 |
652 | 2024-08-07T03:19:35.553Z | Compiling ring v0.17.8 |
653 | 2024-08-07T03:19:35.584Z | Compiling spin v0.9.8 |
654 | 2024-08-07T03:19:35.707Z | Compiling futures-sink v0.3.30 |
655 | 2024-08-07T03:19:35.933Z | Compiling fnv v1.0.7 |
656 | 2024-08-07T03:19:36.058Z | Compiling untrusted v0.9.0 |
657 | 2024-08-07T03:19:36.188Z | Compiling semver v1.0.23 |
658 | 2024-08-07T03:19:36.226Z | Compiling equivalent v1.0.1 |
659 | 2024-08-07T03:19:36.286Z | Compiling futures-channel v0.3.30 |
660 | 2024-08-07T03:19:36.522Z | Compiling pin-utils v0.1.0 |
661 | 2024-08-07T03:19:36.530Z | Compiling vcpkg v0.2.15 |
662 | 2024-08-07T03:19:36.593Z | Compiling futures-task v0.3.30 |
663 | 2024-08-07T03:19:36.606Z | Compiling futures-io v0.3.30 |
664 | 2024-08-07T03:19:36.662Z | Compiling pkg-config v0.3.30 |
665 | 2024-08-07T03:19:36.734Z | Compiling heck v0.5.0 |
666 | 2024-08-07T03:19:37.122Z | Compiling ucd-trie v0.1.6 |
667 | 2024-08-07T03:19:37.210Z | Compiling iana-time-zone v0.1.60 |
668 | 2024-08-07T03:19:37.584Z | Compiling http v0.2.12 |
669 | 2024-08-07T03:19:37.856Z | Compiling dyn-clone v1.0.17 |
670 | 2024-08-07T03:19:37.969Z | Compiling httparse v1.9.4 |
671 | 2024-08-07T03:19:38.161Z | Compiling openssl-sys v0.9.103 |
672 | 2024-08-07T03:19:38.752Z | Compiling tracing-core v0.1.32 |
673 | 2024-08-07T03:19:39.001Z | Compiling chrono v0.4.38 |
674 | 2024-08-07T03:19:39.163Z | Compiling uuid v1.10.0 |
675 | 2024-08-07T03:19:39.731Z | Compiling tracing v0.1.40 |
676 | 2024-08-07T03:19:40.404Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-08-07T03:19:41.090Z | Compiling slog v2.7.0 |
678 | 2024-08-07T03:19:41.583Z | Compiling openssl v0.10.66 |
679 | 2024-08-07T03:19:41.739Z | Compiling try-lock v0.2.5 |
680 | 2024-08-07T03:19:41.877Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-08-07T03:19:41.974Z | Compiling foreign-types v0.3.2 |
682 | 2024-08-07T03:19:42.011Z | Compiling want v0.3.1 |
683 | 2024-08-07T03:19:42.287Z | Compiling http-body v0.4.6 |
684 | 2024-08-07T03:19:42.300Z | Compiling aho-corasick v1.1.3 |
685 | 2024-08-07T03:19:42.555Z | Compiling percent-encoding v2.3.1 |
686 | 2024-08-07T03:19:42.757Z | Compiling bitflags v2.6.0 |
687 | 2024-08-07T03:19:43.012Z | Compiling regex-syntax v0.8.4 |
688 | 2024-08-07T03:19:43.113Z | Compiling native-tls v0.2.12 |
689 | 2024-08-07T03:19:43.248Z | Compiling tower-service v0.3.2 |
690 | 2024-08-07T03:19:43.361Z | Compiling httpdate v1.0.3 |
691 | 2024-08-07T03:19:43.477Z | Compiling typenum v1.17.0 |
692 | 2024-08-07T03:19:43.491Z | Compiling rustls v0.21.12 |
693 | 2024-08-07T03:19:43.811Z | Compiling tinyvec_macros v0.1.1 |
694 | 2024-08-07T03:19:43.886Z | Compiling tinyvec v1.8.0 |
695 | 2024-08-07T03:19:44.084Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-08-07T03:19:44.651Z | Compiling generic-array v0.14.7 |
697 | 2024-08-07T03:19:44.981Z | Compiling openssl-probe v0.1.5 |
698 | 2024-08-07T03:19:45.544Z | Compiling unicode-normalization v0.1.23 |
699 | 2024-08-07T03:19:45.745Z | Compiling serde_derive v1.0.204 |
700 | 2024-08-07T03:19:46.284Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-08-07T03:19:46.587Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-08-07T03:19:46.594Z | Compiling schemars_derive v0.8.21 |
703 | 2024-08-07T03:19:46.755Z | Compiling tokio-macros v2.4.0 |
704 | 2024-08-07T03:19:48.261Z | Compiling tokio v1.39.2 |
705 | 2024-08-07T03:19:48.289Z | Compiling zerocopy v0.7.35 |
706 | 2024-08-07T03:19:49.502Z | Compiling futures-macro v0.3.30 |
707 | 2024-08-07T03:19:49.585Z | Compiling pest v2.7.11 |
708 | 2024-08-07T03:19:50.473Z | Compiling hashbrown v0.14.5 |
709 | 2024-08-07T03:19:51.357Z | Compiling futures-util v0.3.30 |
710 | 2024-08-07T03:19:52.060Z | Compiling pest_meta v2.7.11 |
711 | 2024-08-07T03:19:52.116Z | Compiling regress v0.10.0 |
712 | 2024-08-07T03:19:52.452Z | Compiling openssl-macros v0.1.1 |
713 | 2024-08-07T03:19:54.626Z | Compiling pest_generator v2.7.11 |
714 | 2024-08-07T03:19:56.320Z | Compiling pest_derive v2.7.11 |
715 | 2024-08-07T03:19:56.719Z | Compiling sct v0.7.1 |
716 | 2024-08-07T03:19:57.148Z | Compiling tokio-util v0.7.11 |
717 | 2024-08-07T03:19:57.164Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-08-07T03:19:58.351Z | Compiling regex-automata v0.4.7 |
719 | 2024-08-07T03:20:01.322Z | Compiling indexmap v2.3.0 |
720 | 2024-08-07T03:20:02.417Z | Compiling serde_tokenstream v0.2.1 |
721 | 2024-08-07T03:20:06.820Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
722 | 2024-08-07T03:20:07.614Z | Compiling h2 v0.3.26 |
723 | 2024-08-07T03:20:11.356Z | Compiling regex v1.10.6 |
724 | 2024-08-07T03:20:12.352Z | Compiling scroll_derive v0.12.0 |
725 | 2024-08-07T03:20:12.904Z | Compiling hyper v0.14.30 |
726 | 2024-08-07T03:20:17.163Z | Compiling usdt-impl v0.5.0 |
727 | 2024-08-07T03:20:17.540Z | Compiling encoding_rs v0.8.34 |
728 | 2024-08-07T03:20:17.935Z | Compiling num-conv v0.1.0 |
729 | 2024-08-07T03:20:18.204Z | Compiling time-core v0.1.2 |
730 | 2024-08-07T03:20:18.368Z | Compiling powerfmt v0.2.0 |
731 | 2024-08-07T03:20:18.686Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
732 | 2024-08-07T03:20:22.522Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-08-07T03:20:23.013Z | Compiling mime v0.3.17 |
734 | 2024-08-07T03:20:24.126Z | Compiling idna v0.5.0 |
735 | 2024-08-07T03:20:27.691Z | Compiling deranged v0.3.11 |
736 | 2024-08-07T03:20:27.929Z | Compiling time-macros v0.2.18 |
737 | 2024-08-07T03:20:28.374Z | Compiling scroll v0.12.0 |
738 | 2024-08-07T03:20:29.007Z | Compiling tokio-native-tls v0.3.1 |
739 | 2024-08-07T03:20:29.290Z | Compiling tokio-rustls v0.24.1 |
740 | 2024-08-07T03:20:29.525Z | Compiling dof v0.3.0 |
741 | 2024-08-07T03:20:29.694Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-08-07T03:20:29.993Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-08-07T03:20:30.346Z | Compiling thread-id v4.2.2 |
744 | 2024-08-07T03:20:30.895Z | Compiling plain v0.2.3 |
745 | 2024-08-07T03:20:31.683Z | Compiling ident_case v1.0.1 |
746 | 2024-08-07T03:20:31.689Z | Compiling strsim v0.11.1 |
747 | 2024-08-07T03:20:31.841Z | Compiling omicron-workspace-hack v0.1.0 |
748 | 2024-08-07T03:20:31.901Z | Compiling crossbeam-utils v0.8.20 |
749 | 2024-08-07T03:20:32.166Z | Compiling num_threads v0.1.7 |
750 | 2024-08-07T03:20:32.288Z | Compiling base64 v0.21.7 |
751 | 2024-08-07T03:20:32.360Z | Compiling rustls-pki-types v1.8.0 |
752 | 2024-08-07T03:20:32.461Z | Compiling time v0.3.36 |
753 | 2024-08-07T03:20:33.560Z | Compiling rustls-pemfile v1.0.4 |
754 | 2024-08-07T03:20:33.666Z | Compiling darling_core v0.20.10 |
755 | 2024-08-07T03:20:35.663Z | Compiling goblin v0.8.2 |
756 | 2024-08-07T03:20:39.770Z | Compiling hyper-rustls v0.24.2 |
757 | 2024-08-07T03:20:40.187Z | Compiling hyper-tls v0.5.0 |
758 | 2024-08-07T03:20:40.447Z | Compiling url v2.5.2 |
759 | 2024-08-07T03:20:40.640Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
760 | 2024-08-07T03:20:40.762Z | Compiling openapiv3 v2.0.0 |
761 | 2024-08-07T03:20:42.924Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-08-07T03:20:43.653Z | Compiling rustls v0.22.4 |
763 | 2024-08-07T03:20:43.983Z | Compiling sync_wrapper v0.1.2 |
764 | 2024-08-07T03:20:43.990Z | Compiling pretty-hex v0.4.1 |
765 | 2024-08-07T03:20:44.102Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-08-07T03:20:44.189Z | Compiling ipnet v2.9.0 |
767 | 2024-08-07T03:20:45.034Z | Compiling rustversion v1.0.17 |
768 | 2024-08-07T03:20:45.695Z | Compiling webpki-roots v0.25.4 |
769 | 2024-08-07T03:20:45.811Z | Compiling paste v1.0.15 |
770 | 2024-08-07T03:20:45.848Z | Compiling reqwest v0.11.27 |
771 | 2024-08-07T03:20:46.014Z | Compiling serde_yaml v0.9.34+deprecated |
772 | 2024-08-07T03:20:46.359Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
773 | 2024-08-07T03:20:47.971Z | Compiling dirs-next v2.0.0 |
774 | 2024-08-07T03:20:48.225Z | Compiling darling_macro v0.20.10 |
775 | 2024-08-07T03:20:49.821Z | Compiling rustls-webpki v0.102.6 |
776 | 2024-08-07T03:20:52.956Z | Compiling crypto-common v0.1.6 |
777 | 2024-08-07T03:20:53.157Z | Compiling block-buffer v0.10.4 |
778 | 2024-08-07T03:20:53.376Z | Compiling toml_datetime v0.6.8 |
779 | 2024-08-07T03:20:54.039Z | Compiling serde_spanned v0.6.7 |
780 | 2024-08-07T03:20:54.213Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-08-07T03:20:54.268Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-08-07T03:20:54.624Z | Compiling rand_core v0.6.4 |
783 | 2024-08-07T03:20:55.091Z | Compiling thread_local v1.1.8 |
784 | 2024-08-07T03:20:55.107Z | Compiling multer v3.1.0 |
785 | 2024-08-07T03:20:55.172Z | Compiling anyhow v1.0.86 |
786 | 2024-08-07T03:20:55.473Z | Compiling camino v1.1.7 |
787 | 2024-08-07T03:20:55.568Z | Compiling slog-async v2.8.0 |
788 | 2024-08-07T03:20:55.724Z | Compiling winnow v0.6.18 |
789 | 2024-08-07T03:20:55.802Z | Compiling subtle v2.6.1 |
790 | 2024-08-07T03:20:55.978Z | Compiling match_cfg v0.1.0 |
791 | 2024-08-07T03:20:56.023Z | Compiling zeroize v1.8.1 |
792 | 2024-08-07T03:20:56.060Z | Compiling hostname v0.3.1 |
793 | 2024-08-07T03:20:56.380Z | Compiling rand_chacha v0.3.1 |
794 | 2024-08-07T03:20:56.949Z | Compiling structmeta v0.3.0 |
795 | 2024-08-07T03:20:57.293Z | Compiling crossbeam-channel v0.5.13 |
796 | 2024-08-07T03:20:58.025Z | Compiling digest v0.10.7 |
797 | 2024-08-07T03:20:58.423Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
798 | 2024-08-07T03:20:59.440Z | Compiling darling v0.20.10 |
799 | 2024-08-07T03:20:59.538Z | Compiling toml_edit v0.22.20 |
800 | 2024-08-07T03:21:00.035Z | Compiling term v0.7.0 |
801 | 2024-08-07T03:21:04.557Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
802 | 2024-08-07T03:21:07.464Z | Compiling usdt-macro v0.5.0 |
803 | 2024-08-07T03:21:08.629Z | Compiling usdt-attr-macro v0.5.0 |
804 | 2024-08-07T03:21:08.752Z | Compiling slog-json v2.6.1 |
805 | 2024-08-07T03:21:09.226Z | Compiling futures-executor v0.3.30 |
806 | 2024-08-07T03:21:10.090Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-08-07T03:21:10.390Z | Compiling http v1.1.0 |
808 | 2024-08-07T03:21:11.446Z | Compiling memmap v0.7.0 |
809 | 2024-08-07T03:21:11.853Z | Compiling is-terminal v0.4.12 |
810 | 2024-08-07T03:21:11.964Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
811 | 2024-08-07T03:21:12.309Z | Compiling cpufeatures v0.2.12 |
812 | 2024-08-07T03:21:12.398Z | Compiling take_mut v0.2.2 |
813 | 2024-08-07T03:21:12.550Z | Compiling atomic-waker v1.1.2 |
814 | 2024-08-07T03:21:12.727Z | Compiling base64 v0.22.1 |
815 | 2024-08-07T03:21:13.398Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
816 | 2024-08-07T03:21:13.588Z | Compiling rustls-pemfile v2.1.3 |
817 | 2024-08-07T03:21:13.796Z | Compiling waitgroup v0.1.2 |
818 | 2024-08-07T03:21:14.340Z | Compiling sha1 v0.10.6 |
819 | 2024-08-07T03:21:15.111Z | Compiling slog-term v2.9.1 |
820 | 2024-08-07T03:21:17.514Z | Compiling usdt v0.5.0 |
821 | 2024-08-07T03:21:17.831Z | Compiling async-stream v0.3.5 |
822 | 2024-08-07T03:21:17.975Z | Compiling futures v0.3.30 |
823 | 2024-08-07T03:21:18.163Z | Compiling slog-bunyan v2.5.0 |
824 | 2024-08-07T03:21:18.166Z | Compiling strum_macros v0.26.4 |
825 | 2024-08-07T03:21:18.430Z | Compiling toml v0.8.19 |
826 | 2024-08-07T03:21:19.046Z | Compiling tokio-rustls v0.25.0 |
827 | 2024-08-07T03:21:19.457Z | Compiling serde_with_macros v3.9.0 |
828 | 2024-08-07T03:21:22.161Z | Compiling parse-display-derive v0.9.1 |
829 | 2024-08-07T03:21:22.510Z | Compiling rand v0.8.5 |
830 | 2024-08-07T03:21:24.371Z | Compiling ipnetwork v0.20.0 |
831 | 2024-08-07T03:21:25.574Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-08-07T03:21:25.894Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
833 | 2024-08-07T03:21:25.935Z | Compiling hex v0.4.3 |
834 | 2024-08-07T03:21:26.208Z | Compiling serde_path_to_error v0.1.16 |
835 | 2024-08-07T03:21:26.589Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-08-07T03:21:27.200Z | Compiling async-trait v0.1.81 |
837 | 2024-08-07T03:21:27.413Z | Compiling hostname v0.4.0 |
838 | 2024-08-07T03:21:27.659Z | Compiling instant v0.1.13 |
839 | 2024-08-07T03:21:27.806Z | Compiling debug-ignore v1.0.5 |
840 | 2024-08-07T03:21:27.942Z | Compiling backoff v0.4.0 |
841 | 2024-08-07T03:21:28.276Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-08-07T03:21:28.466Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
843 | 2024-08-07T03:21:28.632Z | Compiling parse-display v0.9.1 |
844 | 2024-08-07T03:21:29.081Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
845 | 2024-08-07T03:21:29.084Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-08-07T03:21:29.579Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
847 | 2024-08-07T03:21:29.598Z | Compiling strum v0.26.3 |
848 | 2024-08-07T03:21:29.773Z | Compiling serde_with v3.9.0 |
849 | 2024-08-07T03:21:30.618Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-08-07T03:21:31.442Z | Compiling macaddr v1.0.1 |
851 | 2024-08-07T03:21:32.065Z | Compiling regress v0.9.1 |
852 | 2024-08-07T03:21:38.146Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-08-07T03:21:47.176Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-08-07T03:21:55.255Z | Finished `release` profile [optimized] target(s) in 2m 23s |
855 | 2024-08-07T03:21:55.311Z | process exited: duration 216942 ms, exit code 0 |
|
856 | 2024-08-07T03:21:55.318Z | found 0 output files |