|
|
|
1 | 2024-08-07T07:31:18.454Z | job assigned to worker 01J4NVXX7P7JDYMV53NNKGK986 (queued for 57 s) |
|
2 | 2024-08-07T07:31:25.320Z | starting task 0: "setup" |
3 | 2024-08-07T07:31:25.330Z | ++ uname -s |
4 | 2024-08-07T07:31:25.333Z | + kern=SunOS |
5 | 2024-08-07T07:31:25.333Z | + case "$kern" in |
6 | 2024-08-07T07:31:25.333Z | + groupadd -g 12345 build |
7 | 2024-08-07T07:31:25.336Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-07T07:31:27.346Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-07T07:31:27.432Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-07T07:31:27.435Z | + home_fs=zfs |
11 | 2024-08-07T07:31:27.435Z | + [[ zfs == autofs ]] |
12 | 2024-08-07T07:31:27.435Z | + mkdir -p /home/build |
13 | 2024-08-07T07:31:27.437Z | + chown build:build /home/build /work |
14 | 2024-08-07T07:31:29.439Z | + chmod 0700 /home/build /work |
15 | 2024-08-07T07:31:29.442Z | process exited: duration 4122 ms, exit code 0 |
|
16 | 2024-08-07T07:31:29.448Z | starting task 1: "rust-toolchain" |
17 | 2024-08-07T07:31:29.453Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-07T07:31:29.453Z | ' 1.80.0 |
19 | 2024-08-07T07:31:29.453Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-07T07:31:29.453Z | ' default |
21 | 2024-08-07T07:31:29.456Z | * toolchain channel = "1.80.0" |
22 | 2024-08-07T07:31:29.456Z | * toolchain profile = "default" |
23 | 2024-08-07T07:31:29.456Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-07T07:31:29.456Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-07T07:31:29.577Z | info: downloading installer |
26 | 2024-08-07T07:31:32.531Z | info: profile set to 'default' |
27 | 2024-08-07T07:31:32.531Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-07T07:31:32.534Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-07T07:31:32.835Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-07T07:31:32.835Z | info: downloading component 'cargo' |
31 | 2024-08-07T07:31:34.844Z | info: downloading component 'clippy' |
32 | 2024-08-07T07:31:35.547Z | info: downloading component 'rust-docs' |
33 | 2024-08-07T07:31:38.322Z | info: downloading component 'rust-std' |
34 | 2024-08-07T07:31:42.242Z | info: downloading component 'rustc' |
35 | 2024-08-07T07:31:53.429Z | info: downloading component 'rustfmt' |
36 | 2024-08-07T07:31:54.016Z | info: installing component 'cargo' |
37 | 2024-08-07T07:31:54.822Z | info: installing component 'clippy' |
38 | 2024-08-07T07:31:55.191Z | info: installing component 'rust-docs' |
39 | 2024-08-07T07:31:56.819Z | info: installing component 'rust-std' |
40 | 2024-08-07T07:31:58.600Z | info: installing component 'rustc' |
41 | 2024-08-07T07:32:02.738Z | info: installing component 'rustfmt' |
42 | 2024-08-07T07:32:03.071Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-07T07:32:03.071Z | |
44 | 2024-08-07T07:32:03.337Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-07T07:32:03.337Z | |
46 | 2024-08-07T07:32:03.339Z | |
47 | 2024-08-07T07:32:03.339Z | Rust is installed now. Great! |
48 | 2024-08-07T07:32:03.339Z | |
49 | 2024-08-07T07:32:03.339Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-07T07:32:03.339Z | environment variable. This has not been done automatically. |
51 | 2024-08-07T07:32:03.339Z | |
52 | 2024-08-07T07:32:03.339Z | To configure your current shell, you need to source |
53 | 2024-08-07T07:32:03.339Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-07T07:32:03.339Z | |
55 | 2024-08-07T07:32:03.340Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-07T07:32:03.340Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-07T07:32:03.340Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-07T07:32:03.390Z | + rustc --version |
59 | 2024-08-07T07:32:03.463Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-07T07:32:03.490Z | process exited: duration 34000 ms, exit code 0 |
|
61 | 2024-08-07T07:32:03.519Z | starting task 2: "authentication" |
62 | 2024-08-07T07:32:03.544Z | process exited: duration 23 ms, exit code 0 |
|
63 | 2024-08-07T07:32:03.561Z | starting task 3: "clone repository" |
64 | 2024-08-07T07:32:03.566Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-07T07:32:03.566Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-07T07:32:03.605Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-07T07:32:09.139Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-07T07:32:09.140Z | + git fetch origin 77ecea18834bca1c4e128477ec7cf48f9a25e7db |
69 | 2024-08-07T07:32:09.454Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-07T07:32:09.454Z | * branch 77ecea18834bca1c4e128477ec7cf48f9a25e7db -> FETCH_HEAD |
71 | 2024-08-07T07:32:09.465Z | + [[ -n renovate/mockall-0.x ]] |
72 | 2024-08-07T07:32:09.467Z | ++ git branch --show-current |
73 | 2024-08-07T07:32:09.470Z | + current=main |
74 | 2024-08-07T07:32:09.470Z | + [[ main != renovate/mockall-0.x ]] |
75 | 2024-08-07T07:32:09.470Z | + git branch -f renovate/mockall-0.x 77ecea18834bca1c4e128477ec7cf48f9a25e7db |
76 | 2024-08-07T07:32:09.473Z | + git checkout -f renovate/mockall-0.x |
77 | 2024-08-07T07:32:09.611Z | Switched to branch 'renovate/mockall-0.x' |
78 | 2024-08-07T07:32:09.619Z | + git reset --hard 77ecea18834bca1c4e128477ec7cf48f9a25e7db |
79 | 2024-08-07T07:32:09.623Z | HEAD is now at 77ecea188 Update Rust crate mockall to 0.13 |
80 | 2024-08-07T07:32:09.626Z | process exited: duration 6068 ms, exit code 0 |
|
81 | 2024-08-07T07:32:09.632Z | starting task 4: "build" |
82 | 2024-08-07T07:32:09.637Z | + cargo --version |
83 | 2024-08-07T07:32:09.692Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-07T07:32:09.696Z | + rustc --version |
85 | 2024-08-07T07:32:09.751Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-07T07:32:09.755Z | + cd /tmp |
87 | 2024-08-07T07:32:09.755Z | + cargo new --lib test-project |
88 | 2024-08-07T07:32:09.807Z | Creating library `test-project` package |
89 | 2024-08-07T07:32:09.880Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-07T07:32:09.884Z | + cd test-project |
91 | 2024-08-07T07:32:09.884Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-07T07:32:09.938Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-07T07:32:09.940Z | Features: |
94 | 2024-08-07T07:32:09.940Z | - proptest |
95 | 2024-08-07T07:32:09.940Z | - test-strategy |
96 | 2024-08-07T07:32:09.940Z | - testing |
97 | 2024-08-07T07:32:09.940Z | Updating crates.io index |
98 | 2024-08-07T07:32:10.066Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-07T07:32:10.934Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-07T07:32:11.711Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-07T07:32:12.114Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-07T07:32:13.922Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-07T07:32:14.313Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-07T07:32:14.695Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-07T07:32:18.794Z | Locking 304 packages to latest compatible versions |
106 | 2024-08-07T07:32:18.879Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-07T07:32:18.879Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-07T07:32:18.880Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-07T07:32:18.880Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-07T07:32:18.880Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-07T07:32:18.880Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-07T07:32:18.880Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-07T07:32:18.880Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-07T07:32:18.880Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-07T07:32:18.880Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-07T07:32:18.880Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-07T07:32:18.880Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-07T07:32:18.880Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-07T07:32:18.880Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-07T07:32:18.880Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-07T07:32:18.880Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-07T07:32:18.880Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-07T07:32:18.881Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-07T07:32:18.881Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-07T07:32:18.881Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
126 | 2024-08-07T07:32:18.881Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
127 | 2024-08-07T07:32:18.881Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-07T07:32:18.881Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-07T07:32:18.881Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-07T07:32:18.881Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-07T07:32:18.881Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-07T07:32:18.881Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-07T07:32:18.881Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-07T07:32:18.881Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-07T07:32:18.881Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-07T07:32:18.881Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-07T07:32:18.881Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-07T07:32:18.882Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-07T07:32:18.882Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
140 | 2024-08-07T07:32:18.882Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-07T07:32:18.882Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-07T07:32:18.882Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-07T07:32:18.882Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-07T07:32:18.882Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-07T07:32:18.882Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-07T07:32:18.882Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-07T07:32:18.882Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-07T07:32:18.882Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-07T07:32:18.882Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-07T07:32:18.882Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-07T07:32:18.882Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-07T07:32:18.882Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-07T07:32:18.883Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-07T07:32:18.894Z | + cargo check |
155 | 2024-08-07T07:32:19.117Z | Downloading crates ... |
156 | 2024-08-07T07:32:19.204Z | Downloaded foreign-types v0.3.2 |
157 | 2024-08-07T07:32:19.222Z | Downloaded darling_macro v0.20.10 |
158 | 2024-08-07T07:32:19.226Z | Downloaded is-terminal v0.4.12 |
159 | 2024-08-07T07:32:19.229Z | Downloaded openssl-probe v0.1.5 |
160 | 2024-08-07T07:32:19.232Z | Downloaded match_cfg v0.1.0 |
161 | 2024-08-07T07:32:19.235Z | Downloaded num-conv v0.1.0 |
162 | 2024-08-07T07:32:19.235Z | Downloaded num_threads v0.1.7 |
163 | 2024-08-07T07:32:19.235Z | Downloaded usdt-macro v0.5.0 |
164 | 2024-08-07T07:32:19.238Z | Downloaded usdt-attr-macro v0.5.0 |
165 | 2024-08-07T07:32:19.238Z | Downloaded equivalent v1.0.1 |
166 | 2024-08-07T07:32:19.238Z | Downloaded autocfg v1.3.0 |
167 | 2024-08-07T07:32:19.240Z | Downloaded async-stream-impl v0.3.5 |
168 | 2024-08-07T07:32:19.243Z | Downloaded pretty-hex v0.4.1 |
169 | 2024-08-07T07:32:19.243Z | Downloaded waitgroup v0.1.2 |
170 | 2024-08-07T07:32:19.245Z | Downloaded futures-macro v0.3.30 |
171 | 2024-08-07T07:32:19.245Z | Downloaded crypto-common v0.1.6 |
172 | 2024-08-07T07:32:19.248Z | Downloaded futures-executor v0.3.30 |
173 | 2024-08-07T07:32:19.248Z | Downloaded untrusted v0.9.0 |
174 | 2024-08-07T07:32:19.251Z | Downloaded dirs-next v2.0.0 |
175 | 2024-08-07T07:32:19.253Z | Downloaded async-stream v0.3.5 |
176 | 2024-08-07T07:32:19.256Z | Downloaded want v0.3.1 |
177 | 2024-08-07T07:32:19.259Z | Downloaded dtrace-parser v0.2.0 |
178 | 2024-08-07T07:32:19.262Z | Downloaded foreign-types-shared v0.1.1 |
179 | 2024-08-07T07:32:19.264Z | Downloaded block-buffer v0.10.4 |
180 | 2024-08-07T07:32:19.267Z | Downloaded dof v0.3.0 |
181 | 2024-08-07T07:32:19.270Z | Downloaded take_mut v0.2.2 |
182 | 2024-08-07T07:32:19.270Z | Downloaded paste v1.0.15 |
183 | 2024-08-07T07:32:19.273Z | Downloaded form_urlencoded v1.2.1 |
184 | 2024-08-07T07:32:19.273Z | Downloaded deranged v0.3.11 |
185 | 2024-08-07T07:32:19.276Z | Downloaded powerfmt v0.2.0 |
186 | 2024-08-07T07:32:19.279Z | Downloaded percent-encoding v2.3.1 |
187 | 2024-08-07T07:32:19.279Z | Downloaded memmap v0.7.0 |
188 | 2024-08-07T07:32:19.279Z | Downloaded pest_generator v2.7.11 |
189 | 2024-08-07T07:32:19.282Z | Downloaded parse-display v0.9.1 |
190 | 2024-08-07T07:32:19.282Z | Downloaded ident_case v1.0.1 |
191 | 2024-08-07T07:32:19.282Z | Downloaded hostname v0.3.1 |
192 | 2024-08-07T07:32:19.285Z | Downloaded pin-utils v0.1.0 |
193 | 2024-08-07T07:32:19.288Z | Downloaded zeroize v1.8.1 |
194 | 2024-08-07T07:32:19.288Z | Downloaded openssl-macros v0.1.1 |
195 | 2024-08-07T07:32:19.288Z | Downloaded instant v0.1.13 |
196 | 2024-08-07T07:32:19.291Z | Downloaded scroll_derive v0.12.0 |
197 | 2024-08-07T07:32:19.294Z | Downloaded debug-ignore v1.0.5 |
198 | 2024-08-07T07:32:19.297Z | Downloaded async-trait v0.1.81 |
199 | 2024-08-07T07:32:19.301Z | Downloaded futures-channel v0.3.30 |
200 | 2024-08-07T07:32:19.301Z | Downloaded strum v0.26.3 |
201 | 2024-08-07T07:32:19.303Z | Downloaded sync_wrapper v0.1.2 |
202 | 2024-08-07T07:32:19.303Z | Downloaded omicron-workspace-hack v0.1.0 |
203 | 2024-08-07T07:32:19.303Z | Downloaded schemars_derive v0.8.21 |
204 | 2024-08-07T07:32:19.306Z | Downloaded plain v0.2.3 |
205 | 2024-08-07T07:32:19.306Z | Downloaded ahash v0.8.11 |
206 | 2024-08-07T07:32:19.309Z | Downloaded strsim v0.11.1 |
207 | 2024-08-07T07:32:19.312Z | Downloaded serde_tokenstream v0.2.1 |
208 | 2024-08-07T07:32:19.314Z | Downloaded futures-task v0.3.30 |
209 | 2024-08-07T07:32:19.317Z | Downloaded scroll v0.12.0 |
210 | 2024-08-07T07:32:19.317Z | Downloaded try-lock v0.2.5 |
211 | 2024-08-07T07:32:19.317Z | Downloaded tower-service v0.3.2 |
212 | 2024-08-07T07:32:19.320Z | Downloaded tinyvec_macros v0.1.1 |
213 | 2024-08-07T07:32:19.320Z | Downloaded usdt v0.5.0 |
214 | 2024-08-07T07:32:19.323Z | Downloaded heck v0.5.0 |
215 | 2024-08-07T07:32:19.323Z | Downloaded ppv-lite86 v0.2.20 |
216 | 2024-08-07T07:32:19.325Z | Downloaded pkg-config v0.3.30 |
217 | 2024-08-07T07:32:19.325Z | Downloaded version_check v0.9.5 |
218 | 2024-08-07T07:32:19.328Z | Downloaded macaddr v1.0.1 |
219 | 2024-08-07T07:32:19.328Z | Downloaded dyn-clone v1.0.17 |
220 | 2024-08-07T07:32:19.331Z | Downloaded httparse v1.9.4 |
221 | 2024-08-07T07:32:19.333Z | Downloaded iana-time-zone v0.1.60 |
222 | 2024-08-07T07:32:19.336Z | Downloaded dirs-sys-next v0.1.2 |
223 | 2024-08-07T07:32:19.336Z | Downloaded ipnet v2.9.0 |
224 | 2024-08-07T07:32:19.339Z | Downloaded serde_path_to_error v0.1.16 |
225 | 2024-08-07T07:32:19.339Z | Downloaded parking_lot_core v0.9.10 |
226 | 2024-08-07T07:32:19.341Z | Downloaded multer v3.1.0 |
227 | 2024-08-07T07:32:19.344Z | Downloaded hyper-tls v0.5.0 |
228 | 2024-08-07T07:32:19.347Z | Downloaded structmeta v0.3.0 |
229 | 2024-08-07T07:32:19.347Z | Downloaded httpdate v1.0.3 |
230 | 2024-08-07T07:32:19.350Z | Downloaded unicode-ident v1.0.12 |
231 | 2024-08-07T07:32:19.353Z | Downloaded parking_lot v0.12.3 |
232 | 2024-08-07T07:32:19.355Z | Downloaded time-core v0.1.2 |
233 | 2024-08-07T07:32:19.355Z | Downloaded rand_core v0.6.4 |
234 | 2024-08-07T07:32:19.356Z | Downloaded rustls-pemfile v1.0.4 |
235 | 2024-08-07T07:32:19.358Z | Downloaded rand_chacha v0.3.1 |
236 | 2024-08-07T07:32:19.362Z | Downloaded newtype-uuid v1.1.0 |
237 | 2024-08-07T07:32:19.362Z | Downloaded backoff v0.4.0 |
238 | 2024-08-07T07:32:19.366Z | Downloaded anyhow v1.0.86 |
239 | 2024-08-07T07:32:19.370Z | Downloaded thread_local v1.1.8 |
240 | 2024-08-07T07:32:19.370Z | Downloaded slab v0.4.9 |
241 | 2024-08-07T07:32:19.377Z | Downloaded structmeta-derive v0.3.0 |
242 | 2024-08-07T07:32:19.377Z | Downloaded getrandom v0.2.15 |
243 | 2024-08-07T07:32:19.378Z | Downloaded darling v0.20.10 |
244 | 2024-08-07T07:32:19.389Z | Downloaded thread-id v4.2.2 |
245 | 2024-08-07T07:32:19.389Z | Downloaded sha2 v0.10.8 |
246 | 2024-08-07T07:32:19.394Z | Downloaded thiserror v1.0.63 |
247 | 2024-08-07T07:32:19.394Z | Downloaded sct v0.7.1 |
248 | 2024-08-07T07:32:19.394Z | Downloaded once_cell v1.19.0 |
249 | 2024-08-07T07:32:19.398Z | Downloaded strum_macros v0.26.4 |
250 | 2024-08-07T07:32:19.398Z | Downloaded hostname v0.4.0 |
251 | 2024-08-07T07:32:19.398Z | Downloaded tokio-native-tls v0.3.1 |
252 | 2024-08-07T07:32:19.401Z | Downloaded thiserror-impl v1.0.63 |
253 | 2024-08-07T07:32:19.401Z | Downloaded toml_datetime v0.6.8 |
254 | 2024-08-07T07:32:19.406Z | Downloaded proc-macro2 v1.0.86 |
255 | 2024-08-07T07:32:19.406Z | Downloaded native-tls v0.2.12 |
256 | 2024-08-07T07:32:19.411Z | Downloaded unsafe-libyaml v0.2.11 |
257 | 2024-08-07T07:32:19.411Z | Downloaded crossbeam-utils v0.8.20 |
258 | 2024-08-07T07:32:19.414Z | Downloaded tokio-rustls v0.25.0 |
259 | 2024-08-07T07:32:19.418Z | Downloaded time-macros v0.2.18 |
260 | 2024-08-07T07:32:19.418Z | Downloaded slog-term v2.9.1 |
261 | 2024-08-07T07:32:19.422Z | Downloaded spin v0.9.8 |
262 | 2024-08-07T07:32:19.426Z | Downloaded socket2 v0.5.7 |
263 | 2024-08-07T07:32:19.426Z | Downloaded tokio-macros v2.4.0 |
264 | 2024-08-07T07:32:19.426Z | Downloaded zerocopy-derive v0.7.35 |
265 | 2024-08-07T07:32:19.433Z | Downloaded uuid v1.10.0 |
266 | 2024-08-07T07:32:19.438Z | Downloaded base64 v0.21.7 |
267 | 2024-08-07T07:32:19.438Z | Downloaded term v0.7.0 |
268 | 2024-08-07T07:32:19.441Z | Downloaded num-traits v0.2.19 |
269 | 2024-08-07T07:32:19.445Z | Downloaded ryu v1.0.18 |
270 | 2024-08-07T07:32:19.449Z | Downloaded usdt-impl v0.5.0 |
271 | 2024-08-07T07:32:19.449Z | Downloaded tinyvec v1.8.0 |
272 | 2024-08-07T07:32:19.458Z | Downloaded futures v0.3.30 |
273 | 2024-08-07T07:32:19.461Z | Downloaded smallvec v1.13.2 |
274 | 2024-08-07T07:32:19.461Z | Downloaded bytes v1.7.1 |
275 | 2024-08-07T07:32:19.465Z | Downloaded serde_with_macros v3.9.0 |
276 | 2024-08-07T07:32:19.465Z | Downloaded rustls-pki-types v1.8.0 |
277 | 2024-08-07T07:32:19.469Z | Downloaded indexmap v1.9.3 |
278 | 2024-08-07T07:32:19.475Z | Downloaded tokio-rustls v0.24.1 |
279 | 2024-08-07T07:32:19.476Z | Downloaded openssl-sys v0.9.103 |
280 | 2024-08-07T07:32:19.482Z | Downloaded typenum v1.17.0 |
281 | 2024-08-07T07:32:19.482Z | Downloaded tracing-core v0.1.32 |
282 | 2024-08-07T07:32:19.486Z | Downloaded base64 v0.22.1 |
283 | 2024-08-07T07:32:19.490Z | Downloaded url v2.5.2 |
284 | 2024-08-07T07:32:19.497Z | Downloaded slog v2.7.0 |
285 | 2024-08-07T07:32:19.497Z | Downloaded schemars v0.8.21 |
286 | 2024-08-07T07:32:19.505Z | Downloaded indexmap v2.3.0 |
287 | 2024-08-07T07:32:19.511Z | Downloaded unicode-bidi v0.3.15 |
288 | 2024-08-07T07:32:19.518Z | Downloaded serde_yaml v0.9.34+deprecated |
289 | 2024-08-07T07:32:19.518Z | Downloaded serde_derive v1.0.204 |
290 | 2024-08-07T07:32:19.523Z | Downloaded rand v0.8.5 |
291 | 2024-08-07T07:32:19.523Z | Downloaded hashbrown v0.12.3 |
292 | 2024-08-07T07:32:19.527Z | Downloaded mio v1.0.1 |
293 | 2024-08-07T07:32:19.538Z | Downloaded http v1.1.0 |
294 | 2024-08-07T07:32:19.545Z | Downloaded toml_edit v0.22.20 |
295 | 2024-08-07T07:32:19.559Z | Downloaded hashbrown v0.14.5 |
296 | 2024-08-07T07:32:19.564Z | Downloaded time v0.3.36 |
297 | 2024-08-07T07:32:19.572Z | Downloaded pest v2.7.11 |
298 | 2024-08-07T07:32:19.577Z | Downloaded h2 v0.3.26 |
299 | 2024-08-07T07:32:19.584Z | Downloaded aho-corasick v1.1.3 |
300 | 2024-08-07T07:32:19.588Z | Downloaded goblin v0.8.2 |
301 | 2024-08-07T07:32:19.595Z | Downloaded tokio-util v0.7.11 |
302 | 2024-08-07T07:32:19.607Z | Downloaded hyper v0.14.30 |
303 | 2024-08-07T07:32:19.614Z | Downloaded zerocopy v0.7.35 |
304 | 2024-08-07T07:32:19.624Z | Downloaded idna v0.5.0 |
305 | 2024-08-07T07:32:19.631Z | Downloaded serde_with v3.9.0 |
306 | 2024-08-07T07:32:19.638Z | Downloaded openssl v0.10.66 |
307 | 2024-08-07T07:32:19.648Z | Downloaded serde_json v1.0.122 |
308 | 2024-08-07T07:32:19.655Z | Downloaded reqwest v0.11.27 |
309 | 2024-08-07T07:32:19.663Z | Downloaded rustls-webpki v0.102.6 |
310 | 2024-08-07T07:32:19.686Z | Downloaded openapiv3 v2.0.0 |
311 | 2024-08-07T07:32:19.693Z | Downloaded webpki-roots v0.25.4 |
312 | 2024-08-07T07:32:19.696Z | Downloaded regex v1.10.6 |
313 | 2024-08-07T07:32:19.709Z | Downloaded rustls-webpki v0.101.7 |
314 | 2024-08-07T07:32:19.723Z | Downloaded vcpkg v0.2.15 |
315 | 2024-08-07T07:32:19.760Z | Downloaded syn v2.0.72 |
316 | 2024-08-07T07:32:19.771Z | Downloaded regress v0.10.0 |
317 | 2024-08-07T07:32:19.780Z | Downloaded rustls v0.22.4 |
318 | 2024-08-07T07:32:19.794Z | Downloaded tokio v1.39.2 |
319 | 2024-08-07T07:32:19.828Z | Downloaded libc v0.2.155 |
320 | 2024-08-07T07:32:19.854Z | Downloaded regex-automata v0.4.7 |
321 | 2024-08-07T07:32:19.871Z | Downloaded regress v0.9.1 |
322 | 2024-08-07T07:32:19.878Z | Downloaded encoding_rs v0.8.34 |
323 | 2024-08-07T07:32:19.898Z | Downloaded regex-syntax v0.8.4 |
324 | 2024-08-07T07:32:19.905Z | Downloaded rustls v0.21.12 |
325 | 2024-08-07T07:32:19.917Z | Downloaded winnow v0.6.18 |
326 | 2024-08-07T07:32:19.924Z | Downloaded chrono v0.4.38 |
327 | 2024-08-07T07:32:19.930Z | Downloaded futures-util v0.3.30 |
328 | 2024-08-07T07:32:19.941Z | Downloaded tracing v0.1.40 |
329 | 2024-08-07T07:32:19.945Z | Downloaded unicode-normalization v0.1.23 |
330 | 2024-08-07T07:32:19.949Z | Downloaded memchr v2.7.4 |
331 | 2024-08-07T07:32:19.954Z | Downloaded serde v1.0.204 |
332 | 2024-08-07T07:32:19.957Z | Downloaded http v0.2.12 |
333 | 2024-08-07T07:32:19.960Z | Downloaded ucd-trie v0.1.6 |
334 | 2024-08-07T07:32:19.963Z | Downloaded toml v0.8.19 |
335 | 2024-08-07T07:32:19.967Z | Downloaded crossbeam-channel v0.5.13 |
336 | 2024-08-07T07:32:19.972Z | Downloaded cc v1.1.7 |
337 | 2024-08-07T07:32:19.975Z | Downloaded pest_meta v2.7.11 |
338 | 2024-08-07T07:32:19.975Z | Downloaded semver v1.0.23 |
339 | 2024-08-07T07:32:19.982Z | Downloaded rustversion v1.0.17 |
340 | 2024-08-07T07:32:19.982Z | Downloaded serde_derive_internals v0.29.1 |
341 | 2024-08-07T07:32:19.982Z | Downloaded quote v1.0.36 |
342 | 2024-08-07T07:32:19.985Z | Downloaded mime v0.3.17 |
343 | 2024-08-07T07:32:19.985Z | Downloaded slog-json v2.6.1 |
344 | 2024-08-07T07:32:19.985Z | Downloaded rustls-pemfile v2.1.3 |
345 | 2024-08-07T07:32:19.987Z | Downloaded pest_derive v2.7.11 |
346 | 2024-08-07T07:32:19.990Z | Downloaded log v0.4.22 |
347 | 2024-08-07T07:32:19.993Z | Downloaded darling_core v0.20.10 |
348 | 2024-08-07T07:32:19.995Z | Downloaded lock_api v0.4.12 |
349 | 2024-08-07T07:32:19.998Z | Downloaded pin-project-lite v0.2.14 |
350 | 2024-08-07T07:32:20.001Z | Downloaded subtle v2.6.1 |
351 | 2024-08-07T07:32:20.004Z | Downloaded slog-async v2.8.0 |
352 | 2024-08-07T07:32:20.004Z | Downloaded sha1 v0.10.6 |
353 | 2024-08-07T07:32:20.007Z | Downloaded scopeguard v1.2.0 |
354 | 2024-08-07T07:32:20.007Z | Downloaded slog-bunyan v2.5.0 |
355 | 2024-08-07T07:32:20.007Z | Downloaded signal-hook-registry v1.4.2 |
356 | 2024-08-07T07:32:20.010Z | Downloaded serde_urlencoded v0.7.1 |
357 | 2024-08-07T07:32:20.010Z | Downloaded serde_spanned v0.6.7 |
358 | 2024-08-07T07:32:20.013Z | Downloaded camino v1.1.7 |
359 | 2024-08-07T07:32:20.013Z | Downloaded allocator-api2 v0.2.18 |
360 | 2024-08-07T07:32:20.016Z | Downloaded bitflags v2.6.0 |
361 | 2024-08-07T07:32:20.018Z | Downloaded itoa v1.0.11 |
362 | 2024-08-07T07:32:20.021Z | Downloaded ipnetwork v0.20.0 |
363 | 2024-08-07T07:32:20.021Z | Downloaded hyper-rustls v0.24.2 |
364 | 2024-08-07T07:32:20.027Z | Downloaded http-body v0.4.6 |
365 | 2024-08-07T07:32:20.032Z | Downloaded hex v0.4.3 |
366 | 2024-08-07T07:32:20.034Z | Downloaded futures-io v0.3.30 |
367 | 2024-08-07T07:32:20.034Z | Downloaded futures-sink v0.3.30 |
368 | 2024-08-07T07:32:20.034Z | Downloaded cpufeatures v0.2.12 |
369 | 2024-08-07T07:32:20.034Z | Downloaded futures-core v0.3.30 |
370 | 2024-08-07T07:32:20.034Z | Downloaded fnv v1.0.7 |
371 | 2024-08-07T07:32:20.037Z | Downloaded digest v0.10.7 |
372 | 2024-08-07T07:32:20.037Z | Downloaded cfg-if v1.0.0 |
373 | 2024-08-07T07:32:20.040Z | Downloaded byteorder v1.5.0 |
374 | 2024-08-07T07:32:20.040Z | Downloaded atomic-waker v1.1.2 |
375 | 2024-08-07T07:32:20.043Z | Downloaded parse-display-derive v0.9.1 |
376 | 2024-08-07T07:32:20.043Z | Downloaded generic-array v0.14.7 |
377 | 2024-08-07T07:32:20.095Z | Downloaded ring v0.17.8 |
378 | 2024-08-07T07:32:20.278Z | Compiling proc-macro2 v1.0.86 |
379 | 2024-08-07T07:32:20.278Z | Compiling unicode-ident v1.0.12 |
380 | 2024-08-07T07:32:20.281Z | Compiling libc v0.2.155 |
381 | 2024-08-07T07:32:20.281Z | Checking cfg-if v1.0.0 |
382 | 2024-08-07T07:32:20.281Z | Compiling version_check v0.9.5 |
383 | 2024-08-07T07:32:20.281Z | Compiling autocfg v1.3.0 |
384 | 2024-08-07T07:32:20.281Z | Compiling serde v1.0.204 |
385 | 2024-08-07T07:32:20.281Z | Checking memchr v2.7.4 |
386 | 2024-08-07T07:32:20.364Z | Compiling serde_json v1.0.122 |
387 | 2024-08-07T07:32:20.464Z | Checking itoa v1.0.11 |
388 | 2024-08-07T07:32:20.799Z | Checking once_cell v1.19.0 |
389 | 2024-08-07T07:32:20.884Z | Compiling thiserror v1.0.63 |
390 | 2024-08-07T07:32:20.933Z | Compiling ahash v0.8.11 |
391 | 2024-08-07T07:32:21.028Z | Checking byteorder v1.5.0 |
392 | 2024-08-07T07:32:21.074Z | Compiling cc v1.1.7 |
393 | 2024-08-07T07:32:21.413Z | Compiling num-traits v0.2.19 |
394 | 2024-08-07T07:32:21.518Z | Checking pin-project-lite v0.2.14 |
395 | 2024-08-07T07:32:21.621Z | Checking ryu v1.0.18 |
396 | 2024-08-07T07:32:21.672Z | Checking getrandom v0.2.15 |
397 | 2024-08-07T07:32:21.837Z | Compiling quote v1.0.36 |
398 | 2024-08-07T07:32:21.856Z | Checking log v0.4.22 |
399 | 2024-08-07T07:32:21.919Z | Checking bytes v1.7.1 |
400 | 2024-08-07T07:32:22.097Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-07T07:32:22.108Z | Compiling lock_api v0.4.12 |
402 | 2024-08-07T07:32:22.153Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-07T07:32:22.277Z | Compiling syn v2.0.72 |
404 | 2024-08-07T07:32:22.415Z | Compiling schemars v0.8.21 |
405 | 2024-08-07T07:32:22.489Z | Checking futures-core v0.3.30 |
406 | 2024-08-07T07:32:22.555Z | Checking scopeguard v1.2.0 |
407 | 2024-08-07T07:32:22.624Z | Checking smallvec v1.13.2 |
408 | 2024-08-07T07:32:22.652Z | Checking mio v1.0.1 |
409 | 2024-08-07T07:32:22.669Z | Checking signal-hook-registry v1.4.2 |
410 | 2024-08-07T07:32:22.726Z | Checking socket2 v0.5.7 |
411 | 2024-08-07T07:32:22.791Z | Compiling slab v0.4.9 |
412 | 2024-08-07T07:32:22.868Z | Checking futures-sink v0.3.30 |
413 | 2024-08-07T07:32:23.059Z | Checking spin v0.9.8 |
414 | 2024-08-07T07:32:23.070Z | Checking equivalent v1.0.1 |
415 | 2024-08-07T07:32:23.153Z | Checking untrusted v0.9.0 |
416 | 2024-08-07T07:32:23.163Z | Checking fnv v1.0.7 |
417 | 2024-08-07T07:32:23.253Z | Checking futures-channel v0.3.30 |
418 | 2024-08-07T07:32:23.268Z | Compiling heck v0.5.0 |
419 | 2024-08-07T07:32:23.308Z | Compiling semver v1.0.23 |
420 | 2024-08-07T07:32:23.309Z | Checking parking_lot v0.12.3 |
421 | 2024-08-07T07:32:23.504Z | Checking futures-task v0.3.30 |
422 | 2024-08-07T07:32:23.642Z | Checking futures-io v0.3.30 |
423 | 2024-08-07T07:32:23.699Z | Checking pin-utils v0.1.0 |
424 | 2024-08-07T07:32:23.699Z | Compiling vcpkg v0.2.15 |
425 | 2024-08-07T07:32:23.727Z | Compiling pkg-config v0.3.30 |
426 | 2024-08-07T07:32:23.780Z | Compiling ucd-trie v0.1.6 |
427 | 2024-08-07T07:32:23.868Z | Checking iana-time-zone v0.1.60 |
428 | 2024-08-07T07:32:23.998Z | Checking http v0.2.12 |
429 | 2024-08-07T07:32:24.014Z | Compiling ring v0.17.8 |
430 | 2024-08-07T07:32:24.275Z | Checking dyn-clone v1.0.17 |
431 | 2024-08-07T07:32:24.401Z | Compiling httparse v1.9.4 |
432 | 2024-08-07T07:32:25.207Z | Checking tracing-core v0.1.32 |
433 | 2024-08-07T07:32:25.404Z | Compiling uuid v1.10.0 |
434 | 2024-08-07T07:32:25.495Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-07T07:32:25.808Z | Compiling chrono v0.4.38 |
436 | 2024-08-07T07:32:25.856Z | Checking tracing v0.1.40 |
437 | 2024-08-07T07:32:25.946Z | Compiling openssl v0.10.66 |
438 | 2024-08-07T07:32:26.186Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-08-07T07:32:26.273Z | Checking try-lock v0.2.5 |
440 | 2024-08-07T07:32:26.316Z | Compiling slog v2.7.0 |
441 | 2024-08-07T07:32:26.372Z | Checking foreign-types v0.3.2 |
442 | 2024-08-07T07:32:26.380Z | Checking want v0.3.1 |
443 | 2024-08-07T07:32:26.495Z | Checking http-body v0.4.6 |
444 | 2024-08-07T07:32:26.560Z | Compiling aho-corasick v1.1.3 |
445 | 2024-08-07T07:32:26.862Z | Compiling regex-syntax v0.8.4 |
446 | 2024-08-07T07:32:26.866Z | Compiling typenum v1.17.0 |
447 | 2024-08-07T07:32:27.747Z | Compiling native-tls v0.2.12 |
448 | 2024-08-07T07:32:27.790Z | Checking percent-encoding v2.3.1 |
449 | 2024-08-07T07:32:27.830Z | Checking tower-service v0.3.2 |
450 | 2024-08-07T07:32:27.924Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-08-07T07:32:27.975Z | Checking httpdate v1.0.3 |
452 | 2024-08-07T07:32:27.995Z | Checking bitflags v2.6.0 |
453 | 2024-08-07T07:32:28.106Z | Compiling rustls v0.21.12 |
454 | 2024-08-07T07:32:28.204Z | Checking tinyvec v1.8.0 |
455 | 2024-08-07T07:32:28.217Z | Checking form_urlencoded v1.2.1 |
456 | 2024-08-07T07:32:28.445Z | Compiling generic-array v0.14.7 |
457 | 2024-08-07T07:32:28.782Z | Checking openssl-probe v0.1.5 |
458 | 2024-08-07T07:32:29.536Z | Compiling serde_derive_internals v0.29.1 |
459 | 2024-08-07T07:32:30.030Z | Checking rustls-webpki v0.101.7 |
460 | 2024-08-07T07:32:30.251Z | Checking sct v0.7.1 |
461 | 2024-08-07T07:32:30.428Z | Compiling regex-automata v0.4.7 |
462 | 2024-08-07T07:32:30.612Z | Checking unicode-normalization v0.1.23 |
463 | 2024-08-07T07:32:31.376Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-07T07:32:31.495Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-07T07:32:31.710Z | Compiling time-core v0.1.2 |
466 | 2024-08-07T07:32:31.738Z | Checking powerfmt v0.2.0 |
467 | 2024-08-07T07:32:31.746Z | Compiling num-conv v0.1.0 |
468 | 2024-08-07T07:32:31.972Z | Checking mime v0.3.17 |
469 | 2024-08-07T07:32:32.001Z | Checking unicode-bidi v0.3.15 |
470 | 2024-08-07T07:32:32.269Z | Compiling time-macros v0.2.18 |
471 | 2024-08-07T07:32:32.592Z | Checking deranged v0.3.11 |
472 | 2024-08-07T07:32:32.627Z | Checking idna v0.5.0 |
473 | 2024-08-07T07:32:33.566Z | Compiling thread-id v4.2.2 |
474 | 2024-08-07T07:32:33.828Z | Checking base64 v0.21.7 |
475 | 2024-08-07T07:32:34.015Z | Checking num_threads v0.1.7 |
476 | 2024-08-07T07:32:34.115Z | Compiling strsim v0.11.1 |
477 | 2024-08-07T07:32:34.298Z | Compiling regex v1.10.6 |
478 | 2024-08-07T07:32:34.465Z | Checking plain v0.2.3 |
479 | 2024-08-07T07:32:34.723Z | Compiling serde_derive v1.0.204 |
480 | 2024-08-07T07:32:34.773Z | Compiling zerocopy-derive v0.7.35 |
481 | 2024-08-07T07:32:34.784Z | Compiling thiserror-impl v1.0.63 |
482 | 2024-08-07T07:32:34.838Z | Compiling schemars_derive v0.8.21 |
483 | 2024-08-07T07:32:34.968Z | Compiling tokio-macros v2.4.0 |
484 | 2024-08-07T07:32:35.233Z | Compiling futures-macro v0.3.30 |
485 | 2024-08-07T07:32:35.250Z | Compiling openssl-macros v0.1.1 |
486 | 2024-08-07T07:32:36.446Z | Checking tokio v1.39.2 |
487 | 2024-08-07T07:32:36.711Z | Checking zerocopy v0.7.35 |
488 | 2024-08-07T07:32:37.727Z | Checking futures-util v0.3.30 |
489 | 2024-08-07T07:32:37.848Z | Compiling pest v2.7.11 |
490 | 2024-08-07T07:32:38.244Z | Compiling scroll_derive v0.12.0 |
491 | 2024-08-07T07:32:38.507Z | Checking hashbrown v0.14.5 |
492 | 2024-08-07T07:32:39.623Z | Checking regress v0.10.0 |
493 | 2024-08-07T07:32:39.651Z | Checking scroll v0.12.0 |
494 | 2024-08-07T07:32:40.500Z | Compiling pest_meta v2.7.11 |
495 | 2024-08-07T07:32:41.661Z | Compiling ident_case v1.0.1 |
496 | 2024-08-07T07:32:41.817Z | Compiling pest_generator v2.7.11 |
497 | 2024-08-07T07:32:43.153Z | Checking rustls-pki-types v1.8.0 |
498 | 2024-08-07T07:32:43.528Z | Compiling crossbeam-utils v0.8.20 |
499 | 2024-08-07T07:32:43.581Z | Checking tokio-util v0.7.11 |
500 | 2024-08-07T07:32:43.776Z | Checking tokio-rustls v0.24.1 |
501 | 2024-08-07T07:32:44.092Z | Checking tokio-native-tls v0.3.1 |
502 | 2024-08-07T07:32:44.353Z | Checking time v0.3.36 |
503 | 2024-08-07T07:32:44.596Z | Compiling pest_derive v2.7.11 |
504 | 2024-08-07T07:32:44.646Z | Compiling darling_core v0.20.10 |
505 | 2024-08-07T07:32:45.013Z | Checking goblin v0.8.2 |
506 | 2024-08-07T07:32:45.441Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-08-07T07:32:46.121Z | Checking rustls-pemfile v1.0.4 |
508 | 2024-08-07T07:32:46.300Z | Checking url v2.5.2 |
509 | 2024-08-07T07:32:46.637Z | Checking dirs-sys-next v0.1.2 |
510 | 2024-08-07T07:32:47.066Z | Checking sync_wrapper v0.1.2 |
511 | 2024-08-07T07:32:47.157Z | Compiling omicron-workspace-hack v0.1.0 |
512 | 2024-08-07T07:32:47.169Z | Checking pretty-hex v0.4.1 |
513 | 2024-08-07T07:32:47.202Z | Compiling rustls v0.22.4 |
514 | 2024-08-07T07:32:47.329Z | Compiling unsafe-libyaml v0.2.11 |
515 | 2024-08-07T07:32:47.467Z | Checking indexmap v2.3.0 |
516 | 2024-08-07T07:32:48.045Z | Checking serde_urlencoded v0.7.1 |
517 | 2024-08-07T07:32:48.725Z | Checking h2 v0.3.26 |
518 | 2024-08-07T07:32:48.872Z | Checking openapiv3 v2.0.0 |
519 | 2024-08-07T07:32:48.880Z | Compiling rustversion v1.0.17 |
520 | 2024-08-07T07:32:49.295Z | Compiling serde_tokenstream v0.2.1 |
521 | 2024-08-07T07:32:50.073Z | Checking webpki-roots v0.25.4 |
522 | 2024-08-07T07:32:50.168Z | Compiling paste v1.0.15 |
523 | 2024-08-07T07:32:50.219Z | Checking ipnet v2.9.0 |
524 | 2024-08-07T07:32:50.633Z | Compiling darling_macro v0.20.10 |
525 | 2024-08-07T07:32:50.669Z | Checking dof v0.3.0 |
526 | 2024-08-07T07:32:51.525Z | Compiling serde_yaml v0.9.34+deprecated |
527 | 2024-08-07T07:32:51.541Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
528 | 2024-08-07T07:32:52.262Z | Checking serde_spanned v0.6.7 |
529 | 2024-08-07T07:32:52.438Z | Checking toml_datetime v0.6.8 |
530 | 2024-08-07T07:32:52.707Z | Checking dirs-next v2.0.0 |
531 | 2024-08-07T07:32:52.859Z | Checking hyper v0.14.30 |
532 | 2024-08-07T07:32:53.045Z | Checking rustls-webpki v0.102.6 |
533 | 2024-08-07T07:32:53.501Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-07T07:32:53.822Z | Checking crypto-common v0.1.6 |
535 | 2024-08-07T07:32:53.957Z | Checking block-buffer v0.10.4 |
536 | 2024-08-07T07:32:53.966Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-07T07:32:53.976Z | Checking rand_core v0.6.4 |
538 | 2024-08-07T07:32:54.237Z | Checking thread_local v1.1.8 |
539 | 2024-08-07T07:32:54.245Z | Compiling multer v3.1.0 |
540 | 2024-08-07T07:32:54.254Z | Checking zeroize v1.8.1 |
541 | 2024-08-07T07:32:54.488Z | Compiling anyhow v1.0.86 |
542 | 2024-08-07T07:32:54.502Z | Checking winnow v0.6.18 |
543 | 2024-08-07T07:32:54.581Z | Checking match_cfg v0.1.0 |
544 | 2024-08-07T07:32:54.657Z | Compiling slog-async v2.8.0 |
545 | 2024-08-07T07:32:55.054Z | Compiling camino v1.1.7 |
546 | 2024-08-07T07:32:55.148Z | Checking subtle v2.6.1 |
547 | 2024-08-07T07:32:55.398Z | Checking hostname v0.3.1 |
548 | 2024-08-07T07:32:55.485Z | Checking rand_chacha v0.3.1 |
549 | 2024-08-07T07:32:55.693Z | Checking digest v0.10.7 |
550 | 2024-08-07T07:32:55.818Z | Checking crossbeam-channel v0.5.13 |
551 | 2024-08-07T07:32:55.986Z | Compiling usdt-attr-macro v0.5.0 |
552 | 2024-08-07T07:32:56.030Z | Compiling usdt-macro v0.5.0 |
553 | 2024-08-07T07:32:56.547Z | Checking term v0.7.0 |
554 | 2024-08-07T07:32:56.622Z | Compiling structmeta v0.3.0 |
555 | 2024-08-07T07:32:57.279Z | Checking hyper-rustls v0.24.2 |
556 | 2024-08-07T07:32:57.298Z | Checking hyper-tls v0.5.0 |
557 | 2024-08-07T07:32:57.432Z | Compiling darling v0.20.10 |
558 | 2024-08-07T07:32:57.482Z | Checking toml_edit v0.22.20 |
559 | 2024-08-07T07:32:57.531Z | Checking slog-json v2.6.1 |
560 | 2024-08-07T07:32:57.540Z | Checking futures-executor v0.3.30 |
561 | 2024-08-07T07:32:57.569Z | Checking reqwest v0.11.27 |
562 | 2024-08-07T07:32:57.735Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-08-07T07:32:57.768Z | Checking http v1.1.0 |
564 | 2024-08-07T07:32:58.039Z | Checking memmap v0.7.0 |
565 | 2024-08-07T07:32:58.157Z | Checking is-terminal v0.4.12 |
566 | 2024-08-07T07:32:58.229Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
567 | 2024-08-07T07:32:58.254Z | Checking base64 v0.22.1 |
568 | 2024-08-07T07:32:58.553Z | Checking take_mut v0.2.2 |
569 | 2024-08-07T07:32:58.685Z | Checking atomic-waker v1.1.2 |
570 | 2024-08-07T07:32:58.724Z | Checking cpufeatures v0.2.12 |
571 | 2024-08-07T07:32:58.798Z | Checking sha1 v0.10.6 |
572 | 2024-08-07T07:32:58.806Z | Checking waitgroup v0.1.2 |
573 | 2024-08-07T07:32:58.852Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
574 | 2024-08-07T07:32:58.916Z | Checking rustls-pemfile v2.1.3 |
575 | 2024-08-07T07:32:58.973Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-07T07:32:59.041Z | Checking async-stream v0.3.5 |
577 | 2024-08-07T07:32:59.143Z | Checking slog-term v2.9.1 |
578 | 2024-08-07T07:32:59.180Z | Checking usdt v0.5.0 |
579 | 2024-08-07T07:32:59.214Z | Compiling strum_macros v0.26.4 |
580 | 2024-08-07T07:32:59.302Z | Checking slog-bunyan v2.5.0 |
581 | 2024-08-07T07:32:59.305Z | Checking futures v0.3.30 |
582 | 2024-08-07T07:32:59.397Z | Compiling serde_with_macros v3.9.0 |
583 | 2024-08-07T07:32:59.405Z | Compiling parse-display-derive v0.9.1 |
584 | 2024-08-07T07:32:59.453Z | Checking rand v0.8.5 |
585 | 2024-08-07T07:33:00.003Z | Checking ipnetwork v0.20.0 |
586 | 2024-08-07T07:33:00.034Z | Checking toml v0.8.19 |
587 | 2024-08-07T07:33:00.058Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-07T07:33:00.284Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
589 | 2024-08-07T07:33:00.343Z | Checking serde_path_to_error v0.1.16 |
590 | 2024-08-07T07:33:00.713Z | Checking hex v0.4.3 |
591 | 2024-08-07T07:33:00.796Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-08-07T07:33:00.960Z | Compiling async-trait v0.1.81 |
593 | 2024-08-07T07:33:01.221Z | Checking hostname v0.4.0 |
594 | 2024-08-07T07:33:01.341Z | Checking instant v0.1.13 |
595 | 2024-08-07T07:33:01.443Z | Checking debug-ignore v1.0.5 |
596 | 2024-08-07T07:33:01.569Z | Checking backoff v0.4.0 |
597 | 2024-08-07T07:33:01.572Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
598 | 2024-08-07T07:33:01.703Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
599 | 2024-08-07T07:33:01.832Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
600 | 2024-08-07T07:33:01.839Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-08-07T07:33:01.980Z | Checking serde_with v3.9.0 |
602 | 2024-08-07T07:33:02.064Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-08-07T07:33:02.242Z | Checking macaddr v1.0.1 |
604 | 2024-08-07T07:33:02.557Z | Checking regress v0.9.1 |
605 | 2024-08-07T07:33:03.324Z | Checking parse-display v0.9.1 |
606 | 2024-08-07T07:33:03.588Z | Checking strum v0.26.3 |
607 | 2024-08-07T07:33:05.016Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
608 | 2024-08-07T07:33:06.877Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
609 | 2024-08-07T07:33:06.932Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
610 | 2024-08-07T07:33:09.405Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
611 | 2024-08-07T07:33:14.348Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
612 | 2024-08-07T07:33:14.450Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
613 | 2024-08-07T07:33:17.158Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
614 | 2024-08-07T07:33:23.581Z | Checking test-project v0.1.0 (/tmp/test-project) |
615 | 2024-08-07T07:33:23.632Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
616 | 2024-08-07T07:33:23.697Z | + cargo build --release |
617 | 2024-08-07T07:33:23.955Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-08-07T07:33:23.955Z | Compiling unicode-ident v1.0.12 |
619 | 2024-08-07T07:33:23.959Z | Compiling libc v0.2.155 |
620 | 2024-08-07T07:33:23.959Z | Compiling cfg-if v1.0.0 |
621 | 2024-08-07T07:33:23.959Z | Compiling version_check v0.9.5 |
622 | 2024-08-07T07:33:23.959Z | Compiling autocfg v1.3.0 |
623 | 2024-08-07T07:33:23.995Z | Compiling serde v1.0.204 |
624 | 2024-08-07T07:33:23.998Z | Compiling memchr v2.7.4 |
625 | 2024-08-07T07:33:24.057Z | Compiling serde_json v1.0.122 |
626 | 2024-08-07T07:33:24.144Z | Compiling itoa v1.0.11 |
627 | 2024-08-07T07:33:24.417Z | Compiling thiserror v1.0.63 |
628 | 2024-08-07T07:33:24.538Z | Compiling once_cell v1.19.0 |
629 | 2024-08-07T07:33:24.612Z | Compiling ahash v0.8.11 |
630 | 2024-08-07T07:33:24.685Z | Compiling byteorder v1.5.0 |
631 | 2024-08-07T07:33:24.944Z | Compiling cc v1.1.7 |
632 | 2024-08-07T07:33:25.261Z | Compiling num-traits v0.2.19 |
633 | 2024-08-07T07:33:25.466Z | Compiling quote v1.0.36 |
634 | 2024-08-07T07:33:25.488Z | Compiling getrandom v0.2.15 |
635 | 2024-08-07T07:33:25.642Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-08-07T07:33:25.730Z | Compiling ryu v1.0.18 |
637 | 2024-08-07T07:33:25.810Z | Compiling syn v2.0.72 |
638 | 2024-08-07T07:33:25.824Z | Compiling log v0.4.22 |
639 | 2024-08-07T07:33:25.994Z | Compiling bytes v1.7.1 |
640 | 2024-08-07T07:33:26.130Z | Compiling allocator-api2 v0.2.18 |
641 | 2024-08-07T07:33:26.287Z | Compiling schemars v0.8.21 |
642 | 2024-08-07T07:33:26.319Z | Compiling lock_api v0.4.12 |
643 | 2024-08-07T07:33:26.340Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-08-07T07:33:26.647Z | Compiling scopeguard v1.2.0 |
645 | 2024-08-07T07:33:26.705Z | Compiling smallvec v1.13.2 |
646 | 2024-08-07T07:33:26.765Z | Compiling futures-core v0.3.30 |
647 | 2024-08-07T07:33:26.803Z | Compiling mio v1.0.1 |
648 | 2024-08-07T07:33:26.945Z | Compiling signal-hook-registry v1.4.2 |
649 | 2024-08-07T07:33:26.988Z | Compiling socket2 v0.5.7 |
650 | 2024-08-07T07:33:27.307Z | Compiling slab v0.4.9 |
651 | 2024-08-07T07:33:27.666Z | Compiling parking_lot v0.12.3 |
652 | 2024-08-07T07:33:27.864Z | Compiling ring v0.17.8 |
653 | 2024-08-07T07:33:27.923Z | Compiling spin v0.9.8 |
654 | 2024-08-07T07:33:28.066Z | Compiling futures-sink v0.3.30 |
655 | 2024-08-07T07:33:28.286Z | Compiling equivalent v1.0.1 |
656 | 2024-08-07T07:33:28.384Z | Compiling untrusted v0.9.0 |
657 | 2024-08-07T07:33:28.441Z | Compiling semver v1.0.23 |
658 | 2024-08-07T07:33:28.474Z | Compiling fnv v1.0.7 |
659 | 2024-08-07T07:33:28.597Z | Compiling futures-channel v0.3.30 |
660 | 2024-08-07T07:33:28.837Z | Compiling futures-io v0.3.30 |
661 | 2024-08-07T07:33:28.845Z | Compiling pkg-config v0.3.30 |
662 | 2024-08-07T07:33:28.944Z | Compiling pin-utils v0.1.0 |
663 | 2024-08-07T07:33:28.982Z | Compiling heck v0.5.0 |
664 | 2024-08-07T07:33:29.020Z | Compiling vcpkg v0.2.15 |
665 | 2024-08-07T07:33:29.054Z | Compiling futures-task v0.3.30 |
666 | 2024-08-07T07:33:29.486Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-08-07T07:33:29.533Z | Compiling ucd-trie v0.1.6 |
668 | 2024-08-07T07:33:29.978Z | Compiling http v0.2.12 |
669 | 2024-08-07T07:33:30.134Z | Compiling dyn-clone v1.0.17 |
670 | 2024-08-07T07:33:30.164Z | Compiling httparse v1.9.4 |
671 | 2024-08-07T07:33:30.657Z | Compiling openssl-sys v0.9.103 |
672 | 2024-08-07T07:33:30.930Z | Compiling tracing-core v0.1.32 |
673 | 2024-08-07T07:33:31.498Z | Compiling chrono v0.4.38 |
674 | 2024-08-07T07:33:31.705Z | Compiling uuid v1.10.0 |
675 | 2024-08-07T07:33:31.727Z | Compiling tracing v0.1.40 |
676 | 2024-08-07T07:33:33.239Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-08-07T07:33:33.407Z | Compiling foreign-types-shared v0.1.1 |
678 | 2024-08-07T07:33:33.505Z | Compiling try-lock v0.2.5 |
679 | 2024-08-07T07:33:33.649Z | Compiling openssl v0.10.66 |
680 | 2024-08-07T07:33:33.863Z | Compiling slog v2.7.0 |
681 | 2024-08-07T07:33:34.089Z | Compiling want v0.3.1 |
682 | 2024-08-07T07:33:34.371Z | Compiling foreign-types v0.3.2 |
683 | 2024-08-07T07:33:34.444Z | Compiling http-body v0.4.6 |
684 | 2024-08-07T07:33:34.690Z | Compiling aho-corasick v1.1.3 |
685 | 2024-08-07T07:33:34.941Z | Compiling percent-encoding v2.3.1 |
686 | 2024-08-07T07:33:35.399Z | Compiling tower-service v0.3.2 |
687 | 2024-08-07T07:33:35.424Z | Compiling typenum v1.17.0 |
688 | 2024-08-07T07:33:35.509Z | Compiling bitflags v2.6.0 |
689 | 2024-08-07T07:33:35.622Z | Compiling tinyvec_macros v0.1.1 |
690 | 2024-08-07T07:33:35.700Z | Compiling httpdate v1.0.3 |
691 | 2024-08-07T07:33:35.800Z | Compiling regex-syntax v0.8.4 |
692 | 2024-08-07T07:33:35.861Z | Compiling native-tls v0.2.12 |
693 | 2024-08-07T07:33:36.213Z | Compiling rustls v0.21.12 |
694 | 2024-08-07T07:33:36.429Z | Compiling tinyvec v1.8.0 |
695 | 2024-08-07T07:33:36.446Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-08-07T07:33:36.992Z | Compiling generic-array v0.14.7 |
697 | 2024-08-07T07:33:37.418Z | Compiling openssl-probe v0.1.5 |
698 | 2024-08-07T07:33:38.075Z | Compiling unicode-normalization v0.1.23 |
699 | 2024-08-07T07:33:38.207Z | Compiling serde_derive v1.0.204 |
700 | 2024-08-07T07:33:38.388Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-08-07T07:33:38.654Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-08-07T07:33:39.079Z | Compiling schemars_derive v0.8.21 |
703 | 2024-08-07T07:33:39.269Z | Compiling tokio-macros v2.4.0 |
704 | 2024-08-07T07:33:40.409Z | Compiling zerocopy v0.7.35 |
705 | 2024-08-07T07:33:41.503Z | Compiling tokio v1.39.2 |
706 | 2024-08-07T07:33:41.646Z | Compiling futures-macro v0.3.30 |
707 | 2024-08-07T07:33:42.044Z | Compiling pest v2.7.11 |
708 | 2024-08-07T07:33:42.567Z | Compiling hashbrown v0.14.5 |
709 | 2024-08-07T07:33:43.535Z | Compiling futures-util v0.3.30 |
710 | 2024-08-07T07:33:44.268Z | Compiling regress v0.10.0 |
711 | 2024-08-07T07:33:44.293Z | Compiling openssl-macros v0.1.1 |
712 | 2024-08-07T07:33:44.866Z | Compiling pest_meta v2.7.11 |
713 | 2024-08-07T07:33:48.993Z | Compiling pest_generator v2.7.11 |
714 | 2024-08-07T07:33:49.051Z | Compiling rustls-webpki v0.101.7 |
715 | 2024-08-07T07:33:50.510Z | Compiling tokio-util v0.7.11 |
716 | 2024-08-07T07:33:50.689Z | Compiling pest_derive v2.7.11 |
717 | 2024-08-07T07:33:51.561Z | Compiling sct v0.7.1 |
718 | 2024-08-07T07:33:51.983Z | Compiling regex-automata v0.4.7 |
719 | 2024-08-07T07:33:52.718Z | Compiling indexmap v2.3.0 |
720 | 2024-08-07T07:33:53.382Z | Compiling serde_tokenstream v0.2.1 |
721 | 2024-08-07T07:33:56.438Z | Compiling h2 v0.3.26 |
722 | 2024-08-07T07:33:58.936Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
723 | 2024-08-07T07:33:59.785Z | Compiling regex v1.10.6 |
724 | 2024-08-07T07:34:02.178Z | Compiling hyper v0.14.30 |
725 | 2024-08-07T07:34:03.763Z | Compiling scroll_derive v0.12.0 |
726 | 2024-08-07T07:34:10.818Z | Compiling usdt-impl v0.5.0 |
727 | 2024-08-07T07:34:10.864Z | Compiling encoding_rs v0.8.34 |
728 | 2024-08-07T07:34:11.099Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
729 | 2024-08-07T07:34:11.209Z | Compiling powerfmt v0.2.0 |
730 | 2024-08-07T07:34:11.693Z | Compiling num-conv v0.1.0 |
731 | 2024-08-07T07:34:11.982Z | Compiling time-core v0.1.2 |
732 | 2024-08-07T07:34:12.082Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-08-07T07:34:12.139Z | Compiling mime v0.3.17 |
734 | 2024-08-07T07:34:15.033Z | Compiling idna v0.5.0 |
735 | 2024-08-07T07:34:15.049Z | Compiling time-macros v0.2.18 |
736 | 2024-08-07T07:34:18.571Z | Compiling deranged v0.3.11 |
737 | 2024-08-07T07:34:19.676Z | Compiling scroll v0.12.0 |
738 | 2024-08-07T07:34:20.303Z | Compiling tokio-rustls v0.24.1 |
739 | 2024-08-07T07:34:20.712Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-08-07T07:34:20.937Z | Compiling dof v0.3.0 |
741 | 2024-08-07T07:34:21.001Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-08-07T07:34:21.024Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-08-07T07:34:21.791Z | Compiling thread-id v4.2.2 |
744 | 2024-08-07T07:34:21.889Z | Compiling strsim v0.11.1 |
745 | 2024-08-07T07:34:22.588Z | Compiling plain v0.2.3 |
746 | 2024-08-07T07:34:22.774Z | Compiling rustls-pki-types v1.8.0 |
747 | 2024-08-07T07:34:23.998Z | Compiling ident_case v1.0.1 |
748 | 2024-08-07T07:34:24.125Z | Compiling num_threads v0.1.7 |
749 | 2024-08-07T07:34:24.231Z | Compiling base64 v0.21.7 |
750 | 2024-08-07T07:34:24.238Z | Compiling crossbeam-utils v0.8.20 |
751 | 2024-08-07T07:34:24.324Z | Compiling omicron-workspace-hack v0.1.0 |
752 | 2024-08-07T07:34:24.898Z | Compiling time v0.3.36 |
753 | 2024-08-07T07:34:28.173Z | Compiling rustls-pemfile v1.0.4 |
754 | 2024-08-07T07:34:28.354Z | Compiling darling_core v0.20.10 |
755 | 2024-08-07T07:34:30.475Z | Compiling goblin v0.8.2 |
756 | 2024-08-07T07:34:33.805Z | Compiling hyper-tls v0.5.0 |
757 | 2024-08-07T07:34:34.095Z | Compiling hyper-rustls v0.24.2 |
758 | 2024-08-07T07:34:34.181Z | Compiling url v2.5.2 |
759 | 2024-08-07T07:34:34.266Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
760 | 2024-08-07T07:34:34.380Z | Compiling openapiv3 v2.0.0 |
761 | 2024-08-07T07:34:34.522Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-08-07T07:34:36.026Z | Compiling sync_wrapper v0.1.2 |
763 | 2024-08-07T07:34:36.104Z | Compiling pretty-hex v0.4.1 |
764 | 2024-08-07T07:34:36.141Z | Compiling rustversion v1.0.17 |
765 | 2024-08-07T07:34:36.313Z | Compiling webpki-roots v0.25.4 |
766 | 2024-08-07T07:34:36.469Z | Compiling rustls v0.22.4 |
767 | 2024-08-07T07:34:36.771Z | Compiling ipnet v2.9.0 |
768 | 2024-08-07T07:34:36.774Z | Compiling paste v1.0.15 |
769 | 2024-08-07T07:34:37.272Z | Compiling unsafe-libyaml v0.2.11 |
770 | 2024-08-07T07:34:38.625Z | Compiling serde_yaml v0.9.34+deprecated |
771 | 2024-08-07T07:34:38.985Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
772 | 2024-08-07T07:34:39.472Z | Compiling reqwest v0.11.27 |
773 | 2024-08-07T07:34:41.178Z | Compiling dirs-next v2.0.0 |
774 | 2024-08-07T07:34:41.433Z | Compiling darling_macro v0.20.10 |
775 | 2024-08-07T07:34:44.400Z | Compiling rustls-webpki v0.102.6 |
776 | 2024-08-07T07:34:45.632Z | Compiling crypto-common v0.1.6 |
777 | 2024-08-07T07:34:45.831Z | Compiling block-buffer v0.10.4 |
778 | 2024-08-07T07:34:45.909Z | Compiling toml_datetime v0.6.8 |
779 | 2024-08-07T07:34:46.067Z | Compiling serde_spanned v0.6.7 |
780 | 2024-08-07T07:34:46.287Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-08-07T07:34:46.578Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-08-07T07:34:47.181Z | Compiling rand_core v0.6.4 |
783 | 2024-08-07T07:34:47.755Z | Compiling thread_local v1.1.8 |
784 | 2024-08-07T07:34:48.027Z | Compiling multer v3.1.0 |
785 | 2024-08-07T07:34:48.367Z | Compiling zeroize v1.8.1 |
786 | 2024-08-07T07:34:48.473Z | Compiling anyhow v1.0.86 |
787 | 2024-08-07T07:34:48.654Z | Compiling winnow v0.6.18 |
788 | 2024-08-07T07:34:48.700Z | Compiling subtle v2.6.1 |
789 | 2024-08-07T07:34:48.820Z | Compiling match_cfg v0.1.0 |
790 | 2024-08-07T07:34:48.902Z | Compiling camino v1.1.7 |
791 | 2024-08-07T07:34:48.957Z | Compiling slog-async v2.8.0 |
792 | 2024-08-07T07:34:49.316Z | Compiling structmeta v0.3.0 |
793 | 2024-08-07T07:34:49.487Z | Compiling hostname v0.3.1 |
794 | 2024-08-07T07:34:49.665Z | Compiling rand_chacha v0.3.1 |
795 | 2024-08-07T07:34:49.711Z | Compiling digest v0.10.7 |
796 | 2024-08-07T07:34:50.108Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
797 | 2024-08-07T07:34:51.368Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-08-07T07:34:53.022Z | Compiling toml_edit v0.22.20 |
799 | 2024-08-07T07:34:54.436Z | Compiling darling v0.20.10 |
800 | 2024-08-07T07:34:54.535Z | Compiling term v0.7.0 |
801 | 2024-08-07T07:34:59.140Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
802 | 2024-08-07T07:35:01.996Z | Compiling usdt-attr-macro v0.5.0 |
803 | 2024-08-07T07:35:02.124Z | Compiling usdt-macro v0.5.0 |
804 | 2024-08-07T07:35:03.457Z | Compiling slog-json v2.6.1 |
805 | 2024-08-07T07:35:03.515Z | Compiling futures-executor v0.3.30 |
806 | 2024-08-07T07:35:03.927Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-08-07T07:35:04.644Z | Compiling http v1.1.0 |
808 | 2024-08-07T07:35:05.288Z | Compiling is-terminal v0.4.12 |
809 | 2024-08-07T07:35:05.377Z | Compiling memmap v0.7.0 |
810 | 2024-08-07T07:35:05.407Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
811 | 2024-08-07T07:35:05.760Z | Compiling base64 v0.22.1 |
812 | 2024-08-07T07:35:05.810Z | Compiling atomic-waker v1.1.2 |
813 | 2024-08-07T07:35:05.988Z | Compiling cpufeatures v0.2.12 |
814 | 2024-08-07T07:35:06.076Z | Compiling take_mut v0.2.2 |
815 | 2024-08-07T07:35:09.384Z | Compiling rustls-pemfile v2.1.3 |
816 | 2024-08-07T07:35:09.630Z | Compiling sha1 v0.10.6 |
817 | 2024-08-07T07:35:09.737Z | Compiling waitgroup v0.1.2 |
818 | 2024-08-07T07:35:10.028Z | Compiling usdt v0.5.0 |
819 | 2024-08-07T07:35:10.145Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
820 | 2024-08-07T07:35:10.334Z | Compiling slog-term v2.9.1 |
821 | 2024-08-07T07:35:10.377Z | Compiling async-stream v0.3.5 |
822 | 2024-08-07T07:35:10.709Z | Compiling slog-bunyan v2.5.0 |
823 | 2024-08-07T07:35:10.980Z | Compiling futures v0.3.30 |
824 | 2024-08-07T07:35:11.178Z | Compiling strum_macros v0.26.4 |
825 | 2024-08-07T07:35:11.593Z | Compiling toml v0.8.19 |
826 | 2024-08-07T07:35:13.230Z | Compiling serde_with_macros v3.9.0 |
827 | 2024-08-07T07:35:15.712Z | Compiling tokio-rustls v0.25.0 |
828 | 2024-08-07T07:35:15.935Z | Compiling rand v0.8.5 |
829 | 2024-08-07T07:35:16.040Z | Compiling parse-display-derive v0.9.1 |
830 | 2024-08-07T07:35:17.820Z | Compiling ipnetwork v0.20.0 |
831 | 2024-08-07T07:35:19.033Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-08-07T07:35:19.079Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
833 | 2024-08-07T07:35:19.346Z | Compiling hex v0.4.3 |
834 | 2024-08-07T07:35:20.042Z | Compiling serde_path_to_error v0.1.16 |
835 | 2024-08-07T07:35:20.129Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-08-07T07:35:20.957Z | Compiling async-trait v0.1.81 |
837 | 2024-08-07T07:35:21.077Z | Compiling hostname v0.4.0 |
838 | 2024-08-07T07:35:21.324Z | Compiling instant v0.1.13 |
839 | 2024-08-07T07:35:21.472Z | Compiling debug-ignore v1.0.5 |
840 | 2024-08-07T07:35:21.607Z | Compiling backoff v0.4.0 |
841 | 2024-08-07T07:35:21.927Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-08-07T07:35:22.124Z | Compiling parse-display v0.9.1 |
843 | 2024-08-07T07:35:22.290Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
844 | 2024-08-07T07:35:22.451Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
845 | 2024-08-07T07:35:22.536Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-08-07T07:35:22.760Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
847 | 2024-08-07T07:35:23.040Z | Compiling serde_with v3.9.0 |
848 | 2024-08-07T07:35:24.061Z | Compiling strum v0.26.3 |
849 | 2024-08-07T07:35:24.239Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-08-07T07:35:25.041Z | Compiling macaddr v1.0.1 |
851 | 2024-08-07T07:35:25.660Z | Compiling regress v0.9.1 |
852 | 2024-08-07T07:35:31.355Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-08-07T07:35:40.651Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-08-07T07:35:48.950Z | Finished `release` profile [optimized] target(s) in 2m 25s |
855 | 2024-08-07T07:35:49.009Z | process exited: duration 219345 ms, exit code 0 |
|
856 | 2024-08-07T07:35:49.015Z | found 0 output files |