|
|
|
1 | 2024-08-08T21:27:28.364Z | job assigned to worker 01J4SY5FJHC3HRCN70SW97DVD0 (queued for 1 m 9 s) |
|
2 | 2024-08-08T21:27:35.673Z | starting task 0: "setup" |
3 | 2024-08-08T21:27:35.726Z | ++ uname -s |
4 | 2024-08-08T21:27:35.729Z | + kern=SunOS |
5 | 2024-08-08T21:27:35.729Z | + case "$kern" in |
6 | 2024-08-08T21:27:35.730Z | + groupadd -g 12345 build |
7 | 2024-08-08T21:27:35.732Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-08T21:27:37.750Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-08T21:27:37.874Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-08T21:27:37.877Z | + home_fs=zfs |
11 | 2024-08-08T21:27:37.877Z | + [[ zfs == autofs ]] |
12 | 2024-08-08T21:27:37.877Z | + mkdir -p /home/build |
13 | 2024-08-08T21:27:37.880Z | + chown build:build /home/build /work |
14 | 2024-08-08T21:27:39.881Z | + chmod 0700 /home/build /work |
15 | 2024-08-08T21:27:39.884Z | process exited: duration 4212 ms, exit code 0 |
|
16 | 2024-08-08T21:27:39.891Z | starting task 1: "rust-toolchain" |
17 | 2024-08-08T21:27:39.895Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-08T21:27:39.895Z | ' 1.80.1 |
19 | 2024-08-08T21:27:39.895Z | * toolchain channel = "1.80.1" |
20 | 2024-08-08T21:27:39.895Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-08T21:27:39.895Z | ' default |
22 | 2024-08-08T21:27:39.895Z | * toolchain profile = "default" |
23 | 2024-08-08T21:27:39.898Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-08T21:27:39.898Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-08T21:27:40.010Z | info: downloading installer |
26 | 2024-08-08T21:27:41.514Z | info: profile set to 'default' |
27 | 2024-08-08T21:27:41.514Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-08T21:27:41.523Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-08T21:27:41.653Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-08T21:27:41.653Z | info: downloading component 'cargo' |
31 | 2024-08-08T21:27:42.365Z | info: downloading component 'clippy' |
32 | 2024-08-08T21:27:42.617Z | info: downloading component 'rust-docs' |
33 | 2024-08-08T21:27:43.605Z | info: downloading component 'rust-std' |
34 | 2024-08-08T21:27:45.003Z | info: downloading component 'rustc' |
35 | 2024-08-08T21:27:48.870Z | info: downloading component 'rustfmt' |
36 | 2024-08-08T21:27:49.079Z | info: installing component 'cargo' |
37 | 2024-08-08T21:27:49.914Z | info: installing component 'clippy' |
38 | 2024-08-08T21:27:50.276Z | info: installing component 'rust-docs' |
39 | 2024-08-08T21:27:51.922Z | info: installing component 'rust-std' |
40 | 2024-08-08T21:27:53.479Z | info: installing component 'rustc' |
41 | 2024-08-08T21:27:57.831Z | info: installing component 'rustfmt' |
42 | 2024-08-08T21:27:58.168Z | |
43 | 2024-08-08T21:27:58.168Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-08T21:27:58.420Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-08T21:27:58.420Z | |
46 | 2024-08-08T21:27:58.424Z | |
47 | 2024-08-08T21:27:58.424Z | Rust is installed now. Great! |
48 | 2024-08-08T21:27:58.424Z | |
49 | 2024-08-08T21:27:58.424Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-08T21:27:58.424Z | environment variable. This has not been done automatically. |
51 | 2024-08-08T21:27:58.424Z | |
52 | 2024-08-08T21:27:58.424Z | To configure your current shell, you need to source |
53 | 2024-08-08T21:27:58.424Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-08T21:27:58.424Z | |
55 | 2024-08-08T21:27:58.424Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-08T21:27:58.424Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-08T21:27:58.424Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-08T21:27:58.565Z | + rustc --version |
59 | 2024-08-08T21:27:58.631Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-08T21:27:58.634Z | process exited: duration 18741 ms, exit code 0 |
|
61 | 2024-08-08T21:27:58.641Z | starting task 2: "authentication" |
62 | 2024-08-08T21:27:58.663Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-08-08T21:27:58.670Z | starting task 3: "clone repository" |
64 | 2024-08-08T21:27:58.675Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-08T21:27:58.678Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-08T21:27:59.426Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-08T21:28:06.271Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-08T21:28:06.271Z | + git fetch origin eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
69 | 2024-08-08T21:28:06.550Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-08T21:28:06.550Z | * branch eefaaf39ad7f4905dad2ca16aa712b817827cf37 -> FETCH_HEAD |
71 | 2024-08-08T21:28:06.561Z | + [[ -n john/reconfigurator-planning-boundary-ntp ]] |
72 | 2024-08-08T21:28:06.564Z | ++ git branch --show-current |
73 | 2024-08-08T21:28:06.564Z | + current=main |
74 | 2024-08-08T21:28:06.566Z | + [[ main != john/reconfigurator-planning-boundary-ntp ]] |
75 | 2024-08-08T21:28:06.566Z | + git branch -f john/reconfigurator-planning-boundary-ntp eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
76 | 2024-08-08T21:28:06.569Z | + git checkout -f john/reconfigurator-planning-boundary-ntp |
77 | 2024-08-08T21:28:06.708Z | Switched to branch 'john/reconfigurator-planning-boundary-ntp' |
78 | 2024-08-08T21:28:06.711Z | + git reset --hard eefaaf39ad7f4905dad2ca16aa712b817827cf37 |
79 | 2024-08-08T21:28:06.723Z | HEAD is now at eefaaf39a PR feedback |
80 | 2024-08-08T21:28:06.726Z | process exited: duration 8053 ms, exit code 0 |
|
81 | 2024-08-08T21:28:06.731Z | starting task 4: "build" |
82 | 2024-08-08T21:28:06.736Z | + cargo --version |
83 | 2024-08-08T21:28:06.790Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-08T21:28:06.792Z | + rustc --version |
85 | 2024-08-08T21:28:06.850Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-08T21:28:06.853Z | + cd /tmp |
87 | 2024-08-08T21:28:06.853Z | + cargo new --lib test-project |
88 | 2024-08-08T21:28:06.907Z | Creating library `test-project` package |
89 | 2024-08-08T21:28:06.981Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-08T21:28:06.984Z | + cd test-project |
91 | 2024-08-08T21:28:06.984Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-08T21:28:07.042Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-08T21:28:07.042Z | Features: |
94 | 2024-08-08T21:28:07.043Z | - proptest |
95 | 2024-08-08T21:28:07.043Z | - test-strategy |
96 | 2024-08-08T21:28:07.043Z | - testing |
97 | 2024-08-08T21:28:07.048Z | Updating crates.io index |
98 | 2024-08-08T21:28:07.115Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-08T21:28:07.859Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-08T21:28:08.624Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-08T21:28:08.899Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-08T21:28:10.425Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-08T21:28:10.687Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-08T21:28:10.958Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-08T21:28:14.431Z | Locking 304 packages to latest compatible versions |
106 | 2024-08-08T21:28:14.434Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-08T21:28:14.437Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-08T21:28:14.437Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-08T21:28:14.437Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-08T21:28:14.437Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-08T21:28:14.437Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-08T21:28:14.437Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-08T21:28:14.437Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-08T21:28:14.437Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-08T21:28:14.440Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-08T21:28:14.440Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-08T21:28:14.440Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-08T21:28:14.440Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-08T21:28:14.440Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-08T21:28:14.440Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-08T21:28:14.440Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-08T21:28:14.440Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-08T21:28:14.440Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-08T21:28:14.440Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-08T21:28:14.440Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
126 | 2024-08-08T21:28:14.443Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
127 | 2024-08-08T21:28:14.443Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
128 | 2024-08-08T21:28:14.443Z | Adding regress v0.9.1 (latest: v0.10.0) |
129 | 2024-08-08T21:28:14.443Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
130 | 2024-08-08T21:28:14.448Z | Adding rustls v0.21.12 (latest: v0.23.12) |
131 | 2024-08-08T21:28:14.448Z | Adding rustls v0.22.4 (latest: v0.23.12) |
132 | 2024-08-08T21:28:14.448Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
133 | 2024-08-08T21:28:14.451Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
134 | 2024-08-08T21:28:14.454Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
135 | 2024-08-08T21:28:14.454Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
136 | 2024-08-08T21:28:14.454Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
137 | 2024-08-08T21:28:14.454Z | Adding term v0.7.0 (latest: v1.0.0) |
138 | 2024-08-08T21:28:14.454Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
139 | 2024-08-08T21:28:14.454Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
140 | 2024-08-08T21:28:14.457Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
141 | 2024-08-08T21:28:14.457Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
142 | 2024-08-08T21:28:14.457Z | Adding windows v0.52.0 (latest: v0.58.0) |
143 | 2024-08-08T21:28:14.457Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
144 | 2024-08-08T21:28:14.457Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
145 | 2024-08-08T21:28:14.457Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2024-08-08T21:28:14.457Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
147 | 2024-08-08T21:28:14.457Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
148 | 2024-08-08T21:28:14.457Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
149 | 2024-08-08T21:28:14.457Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
150 | 2024-08-08T21:28:14.457Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
151 | 2024-08-08T21:28:14.457Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
152 | 2024-08-08T21:28:14.457Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
153 | 2024-08-08T21:28:14.457Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
154 | 2024-08-08T21:28:14.457Z | Adding winreg v0.50.0 (latest: v0.52.0) |
155 | 2024-08-08T21:28:14.531Z | + cargo check |
156 | 2024-08-08T21:28:14.776Z | Downloading crates ... |
157 | 2024-08-08T21:28:14.874Z | Downloaded bitflags v2.6.0 |
158 | 2024-08-08T21:28:14.927Z | Downloaded foreign-types-shared v0.1.1 |
159 | 2024-08-08T21:28:14.927Z | Downloaded ident_case v1.0.1 |
160 | 2024-08-08T21:28:14.927Z | Downloaded ahash v0.8.11 |
161 | 2024-08-08T21:28:14.927Z | Downloaded darling_macro v0.20.10 |
162 | 2024-08-08T21:28:14.927Z | Downloaded async-stream-impl v0.3.5 |
163 | 2024-08-08T21:28:14.927Z | Downloaded is-terminal v0.4.12 |
164 | 2024-08-08T21:28:14.928Z | Downloaded omicron-workspace-hack v0.1.0 |
165 | 2024-08-08T21:28:14.928Z | Downloaded openssl-probe v0.1.5 |
166 | 2024-08-08T21:28:14.928Z | Downloaded byteorder v1.5.0 |
167 | 2024-08-08T21:28:14.928Z | Downloaded autocfg v1.3.0 |
168 | 2024-08-08T21:28:14.928Z | Downloaded want v0.3.1 |
169 | 2024-08-08T21:28:14.928Z | Downloaded mime v0.3.17 |
170 | 2024-08-08T21:28:14.928Z | Downloaded hex v0.4.3 |
171 | 2024-08-08T21:28:14.928Z | Downloaded paste v1.0.15 |
172 | 2024-08-08T21:28:14.928Z | Downloaded futures-io v0.3.30 |
173 | 2024-08-08T21:28:14.928Z | Downloaded fnv v1.0.7 |
174 | 2024-08-08T21:28:14.928Z | Downloaded scroll_derive v0.12.0 |
175 | 2024-08-08T21:28:14.928Z | Downloaded pretty-hex v0.4.1 |
176 | 2024-08-08T21:28:14.929Z | Downloaded futures-sink v0.3.30 |
177 | 2024-08-08T21:28:14.929Z | Downloaded futures-core v0.3.30 |
178 | 2024-08-08T21:28:14.929Z | Downloaded hostname v0.4.0 |
179 | 2024-08-08T21:28:14.929Z | Downloaded generic-array v0.14.7 |
180 | 2024-08-08T21:28:14.929Z | Downloaded usdt-attr-macro v0.5.0 |
181 | 2024-08-08T21:28:14.994Z | Downloaded deranged v0.3.11 |
182 | 2024-08-08T21:28:14.994Z | Downloaded waitgroup v0.1.2 |
183 | 2024-08-08T21:28:14.994Z | Downloaded usdt-macro v0.5.0 |
184 | 2024-08-08T21:28:14.994Z | Downloaded dof v0.3.0 |
185 | 2024-08-08T21:28:14.994Z | Downloaded atomic-waker v1.1.2 |
186 | 2024-08-08T21:28:14.994Z | Downloaded dyn-clone v1.0.17 |
187 | 2024-08-08T21:28:14.994Z | Downloaded sync_wrapper v0.1.2 |
188 | 2024-08-08T21:28:14.994Z | Downloaded strum v0.26.3 |
189 | 2024-08-08T21:28:14.994Z | Downloaded usdt-impl v0.5.0 |
190 | 2024-08-08T21:28:14.994Z | Downloaded httparse v1.9.4 |
191 | 2024-08-08T21:28:14.994Z | Downloaded darling v0.20.10 |
192 | 2024-08-08T21:28:14.994Z | Downloaded multer v3.1.0 |
193 | 2024-08-08T21:28:14.994Z | Downloaded parse-display-derive v0.9.1 |
194 | 2024-08-08T21:28:14.995Z | Downloaded slog-json v2.6.1 |
195 | 2024-08-08T21:28:14.995Z | Downloaded serde_spanned v0.6.7 |
196 | 2024-08-08T21:28:14.995Z | Downloaded signal-hook-registry v1.4.2 |
197 | 2024-08-08T21:28:14.995Z | Downloaded rustversion v1.0.17 |
198 | 2024-08-08T21:28:14.995Z | Downloaded num-conv v0.1.0 |
199 | 2024-08-08T21:28:14.995Z | Downloaded tinyvec_macros v0.1.1 |
200 | 2024-08-08T21:28:14.995Z | Downloaded pkg-config v0.3.30 |
201 | 2024-08-08T21:28:14.995Z | Downloaded slab v0.4.9 |
202 | 2024-08-08T21:28:14.995Z | Downloaded slog-async v2.8.0 |
203 | 2024-08-08T21:28:14.995Z | Downloaded memmap v0.7.0 |
204 | 2024-08-08T21:28:14.995Z | Downloaded async-trait v0.1.81 |
205 | 2024-08-08T21:28:14.995Z | Downloaded powerfmt v0.2.0 |
206 | 2024-08-08T21:28:14.995Z | Downloaded rand_chacha v0.3.1 |
207 | 2024-08-08T21:28:14.995Z | Downloaded newtype-uuid v1.1.0 |
208 | 2024-08-08T21:28:14.995Z | Downloaded zeroize v1.8.1 |
209 | 2024-08-08T21:28:14.995Z | Downloaded tower-service v0.3.2 |
210 | 2024-08-08T21:28:14.995Z | Downloaded scopeguard v1.2.0 |
211 | 2024-08-08T21:28:14.995Z | Downloaded time-core v0.1.2 |
212 | 2024-08-08T21:28:14.995Z | Downloaded untrusted v0.9.0 |
213 | 2024-08-08T21:28:14.995Z | Downloaded parking_lot v0.12.3 |
214 | 2024-08-08T21:28:14.995Z | Downloaded anyhow v1.0.86 |
215 | 2024-08-08T21:28:14.995Z | Downloaded thread-id v4.2.2 |
216 | 2024-08-08T21:28:14.995Z | Downloaded zerocopy-derive v0.7.35 |
217 | 2024-08-08T21:28:15.018Z | Downloaded uuid v1.10.0 |
218 | 2024-08-08T21:28:15.019Z | Downloaded heck v0.5.0 |
219 | 2024-08-08T21:28:15.019Z | Downloaded futures-task v0.3.30 |
220 | 2024-08-08T21:28:15.019Z | Downloaded macaddr v1.0.1 |
221 | 2024-08-08T21:28:15.019Z | Downloaded itoa v1.0.11 |
222 | 2024-08-08T21:28:15.019Z | Downloaded httpdate v1.0.3 |
223 | 2024-08-08T21:28:15.019Z | Downloaded ipnetwork v0.20.0 |
224 | 2024-08-08T21:28:15.019Z | Downloaded try-lock v0.2.5 |
225 | 2024-08-08T21:28:15.019Z | Downloaded thread_local v1.1.8 |
226 | 2024-08-08T21:28:15.020Z | Downloaded toml_datetime v0.6.8 |
227 | 2024-08-08T21:28:15.020Z | Downloaded spin v0.9.8 |
228 | 2024-08-08T21:28:15.020Z | Downloaded sha2 v0.10.8 |
229 | 2024-08-08T21:28:15.020Z | Downloaded smallvec v1.13.2 |
230 | 2024-08-08T21:28:15.020Z | Downloaded allocator-api2 v0.2.18 |
231 | 2024-08-08T21:28:15.020Z | Downloaded serde_tokenstream v0.2.1 |
232 | 2024-08-08T21:28:15.020Z | Downloaded tokio-macros v2.4.0 |
233 | 2024-08-08T21:28:15.020Z | Downloaded rand_core v0.6.4 |
234 | 2024-08-08T21:28:15.020Z | Downloaded semver v1.0.23 |
235 | 2024-08-08T21:28:15.020Z | Downloaded bytes v1.7.1 |
236 | 2024-08-08T21:28:15.020Z | Downloaded pin-project-lite v0.2.14 |
237 | 2024-08-08T21:28:15.020Z | Downloaded hyper-rustls v0.24.2 |
238 | 2024-08-08T21:28:15.020Z | Downloaded term v0.7.0 |
239 | 2024-08-08T21:28:15.021Z | Downloaded once_cell v1.19.0 |
240 | 2024-08-08T21:28:15.038Z | Downloaded base64 v0.21.7 |
241 | 2024-08-08T21:28:15.039Z | Downloaded parking_lot_core v0.9.10 |
242 | 2024-08-08T21:28:15.039Z | Downloaded sha1 v0.10.6 |
243 | 2024-08-08T21:28:15.039Z | Downloaded time-macros v0.2.18 |
244 | 2024-08-08T21:28:15.039Z | Downloaded tokio-rustls v0.25.0 |
245 | 2024-08-08T21:28:15.039Z | Downloaded serde_urlencoded v0.7.1 |
246 | 2024-08-08T21:28:15.039Z | Downloaded thiserror-impl v1.0.63 |
247 | 2024-08-08T21:28:15.040Z | Downloaded tokio-rustls v0.24.1 |
248 | 2024-08-08T21:28:15.040Z | Downloaded http-body v0.4.6 |
249 | 2024-08-08T21:28:15.047Z | Downloaded tokio-native-tls v0.3.1 |
250 | 2024-08-08T21:28:15.047Z | Downloaded structmeta-derive v0.3.0 |
251 | 2024-08-08T21:28:15.047Z | Downloaded tinyvec v1.8.0 |
252 | 2024-08-08T21:28:15.048Z | Downloaded rustls-pemfile v1.0.4 |
253 | 2024-08-08T21:28:15.048Z | Downloaded ucd-trie v0.1.6 |
254 | 2024-08-08T21:28:15.048Z | Downloaded typenum v1.17.0 |
255 | 2024-08-08T21:28:15.048Z | Downloaded base64 v0.22.1 |
256 | 2024-08-08T21:28:15.048Z | Downloaded serde_with_macros v3.9.0 |
257 | 2024-08-08T21:28:15.070Z | Downloaded pest_derive v2.7.11 |
258 | 2024-08-08T21:28:15.070Z | Downloaded rustls-pki-types v1.8.0 |
259 | 2024-08-08T21:28:15.070Z | Downloaded unsafe-libyaml v0.2.11 |
260 | 2024-08-08T21:28:15.070Z | Downloaded darling_core v0.20.10 |
261 | 2024-08-08T21:28:15.084Z | Downloaded slog-term v2.9.1 |
262 | 2024-08-08T21:28:15.084Z | Downloaded strum_macros v0.26.4 |
263 | 2024-08-08T21:28:15.084Z | Downloaded tracing-core v0.1.32 |
264 | 2024-08-08T21:28:15.084Z | Downloaded toml v0.8.19 |
265 | 2024-08-08T21:28:15.084Z | Downloaded proc-macro2 v1.0.86 |
266 | 2024-08-08T21:28:15.084Z | Downloaded unicode-bidi v0.3.15 |
267 | 2024-08-08T21:28:15.133Z | Downloaded socket2 v0.5.7 |
268 | 2024-08-08T21:28:15.133Z | Downloaded serde_yaml v0.9.34+deprecated |
269 | 2024-08-08T21:28:15.133Z | Downloaded url v2.5.2 |
270 | 2024-08-08T21:28:15.133Z | Downloaded slog v2.7.0 |
271 | 2024-08-08T21:28:15.133Z | Downloaded cc v1.1.8 |
272 | 2024-08-08T21:28:15.148Z | Downloaded memchr v2.7.4 |
273 | 2024-08-08T21:28:15.148Z | Downloaded schemars v0.8.21 |
274 | 2024-08-08T21:28:15.149Z | Downloaded pest_meta v2.7.11 |
275 | 2024-08-08T21:28:15.149Z | Downloaded toml_edit v0.22.20 |
276 | 2024-08-08T21:28:15.149Z | Downloaded crossbeam-channel v0.5.13 |
277 | 2024-08-08T21:28:15.149Z | Downloaded time v0.3.36 |
278 | 2024-08-08T21:28:15.158Z | Downloaded tokio-util v0.7.11 |
279 | 2024-08-08T21:28:15.158Z | Downloaded tracing v0.1.40 |
280 | 2024-08-08T21:28:15.171Z | Downloaded rand v0.8.5 |
281 | 2024-08-08T21:28:15.171Z | Downloaded h2 v0.3.26 |
282 | 2024-08-08T21:28:15.182Z | Downloaded pest v2.7.11 |
283 | 2024-08-08T21:28:15.182Z | Downloaded futures-util v0.3.30 |
284 | 2024-08-08T21:28:15.201Z | Downloaded serde v1.0.205 |
285 | 2024-08-08T21:28:15.201Z | Downloaded unicode-normalization v0.1.23 |
286 | 2024-08-08T21:28:15.201Z | Downloaded idna v0.5.0 |
287 | 2024-08-08T21:28:15.223Z | Downloaded openssl v0.10.66 |
288 | 2024-08-08T21:28:15.223Z | Downloaded serde_json v1.0.122 |
289 | 2024-08-08T21:28:15.240Z | Downloaded serde_with v3.9.0 |
290 | 2024-08-08T21:28:15.240Z | Downloaded openapiv3 v2.0.0 |
291 | 2024-08-08T21:28:15.240Z | Downloaded zerocopy v0.7.35 |
292 | 2024-08-08T21:28:15.266Z | Downloaded reqwest v0.11.27 |
293 | 2024-08-08T21:28:15.273Z | Downloaded rustls-webpki v0.101.7 |
294 | 2024-08-08T21:28:15.279Z | Downloaded rustls-webpki v0.102.6 |
295 | 2024-08-08T21:28:15.296Z | Downloaded vcpkg v0.2.15 |
296 | 2024-08-08T21:28:15.327Z | Downloaded tokio v1.39.2 |
297 | 2024-08-08T21:28:15.362Z | Downloaded syn v2.0.72 |
298 | 2024-08-08T21:28:15.372Z | Downloaded rustls v0.22.4 |
299 | 2024-08-08T21:28:15.384Z | Downloaded regress v0.9.1 |
300 | 2024-08-08T21:28:15.393Z | Downloaded encoding_rs v0.8.34 |
301 | 2024-08-08T21:28:15.412Z | Downloaded rustls v0.21.12 |
302 | 2024-08-08T21:28:15.422Z | Downloaded regex-automata v0.4.7 |
303 | 2024-08-08T21:28:15.437Z | Downloaded regress v0.10.0 |
304 | 2024-08-08T21:28:15.445Z | Downloaded regex-syntax v0.8.4 |
305 | 2024-08-08T21:28:15.453Z | Downloaded regex v1.10.6 |
306 | 2024-08-08T21:28:15.464Z | Downloaded webpki-roots v0.25.4 |
307 | 2024-08-08T21:28:15.468Z | Downloaded libc v0.2.155 |
308 | 2024-08-08T21:28:15.495Z | Downloaded winnow v0.6.18 |
309 | 2024-08-08T21:28:15.501Z | Downloaded chrono v0.4.38 |
310 | 2024-08-08T21:28:15.508Z | Downloaded hyper v0.14.30 |
311 | 2024-08-08T21:28:15.515Z | Downloaded goblin v0.8.2 |
312 | 2024-08-08T21:28:15.522Z | Downloaded hashbrown v0.14.5 |
313 | 2024-08-08T21:28:15.525Z | Downloaded aho-corasick v1.1.3 |
314 | 2024-08-08T21:28:15.530Z | Downloaded mio v1.0.1 |
315 | 2024-08-08T21:28:15.537Z | Downloaded http v0.2.12 |
316 | 2024-08-08T21:28:15.540Z | Downloaded http v1.1.0 |
317 | 2024-08-08T21:28:15.544Z | Downloaded hashbrown v0.12.3 |
318 | 2024-08-08T21:28:15.548Z | Downloaded ryu v1.0.18 |
319 | 2024-08-08T21:28:15.551Z | Downloaded serde_derive v1.0.205 |
320 | 2024-08-08T21:28:15.564Z | Downloaded serde_derive_internals v0.29.1 |
321 | 2024-08-08T21:28:15.567Z | Downloaded openssl-sys v0.9.103 |
322 | 2024-08-08T21:28:15.572Z | Downloaded native-tls v0.2.12 |
323 | 2024-08-08T21:28:15.574Z | Downloaded serde_path_to_error v0.1.16 |
324 | 2024-08-08T21:28:15.577Z | Downloaded sct v0.7.1 |
325 | 2024-08-08T21:28:15.581Z | Downloaded quote v1.0.36 |
326 | 2024-08-08T21:28:15.585Z | Downloaded log v0.4.22 |
327 | 2024-08-08T21:28:15.590Z | Downloaded scroll v0.12.0 |
328 | 2024-08-08T21:28:15.594Z | Downloaded slog-bunyan v2.5.0 |
329 | 2024-08-08T21:28:15.594Z | Downloaded ppv-lite86 v0.2.20 |
330 | 2024-08-08T21:28:15.594Z | Downloaded indexmap v2.3.0 |
331 | 2024-08-08T21:28:15.600Z | Downloaded schemars_derive v0.8.21 |
332 | 2024-08-08T21:28:15.601Z | Downloaded strsim v0.11.1 |
333 | 2024-08-08T21:28:15.604Z | Downloaded plain v0.2.3 |
334 | 2024-08-08T21:28:15.604Z | Downloaded pin-utils v0.1.0 |
335 | 2024-08-08T21:28:15.604Z | Downloaded iana-time-zone v0.1.60 |
336 | 2024-08-08T21:28:15.604Z | Downloaded getrandom v0.2.15 |
337 | 2024-08-08T21:28:15.608Z | Downloaded futures-channel v0.3.30 |
338 | 2024-08-08T21:28:15.610Z | Downloaded digest v0.10.7 |
339 | 2024-08-08T21:28:15.610Z | Downloaded indexmap v1.9.3 |
340 | 2024-08-08T21:28:15.613Z | Downloaded parse-display v0.9.1 |
341 | 2024-08-08T21:28:15.616Z | Downloaded usdt v0.5.0 |
342 | 2024-08-08T21:28:15.616Z | Downloaded num-traits v0.2.19 |
343 | 2024-08-08T21:28:15.619Z | Downloaded take_mut v0.2.2 |
344 | 2024-08-08T21:28:15.619Z | Downloaded rustls-pemfile v2.1.3 |
345 | 2024-08-08T21:28:15.621Z | Downloaded hostname v0.3.1 |
346 | 2024-08-08T21:28:15.624Z | Downloaded futures-macro v0.3.30 |
347 | 2024-08-08T21:28:15.624Z | Downloaded form_urlencoded v1.2.1 |
348 | 2024-08-08T21:28:15.624Z | Downloaded dirs-sys-next v0.1.2 |
349 | 2024-08-08T21:28:15.627Z | Downloaded futures-executor v0.3.30 |
350 | 2024-08-08T21:28:15.627Z | Downloaded futures v0.3.30 |
351 | 2024-08-08T21:28:15.630Z | Downloaded debug-ignore v1.0.5 |
352 | 2024-08-08T21:28:15.634Z | Downloaded thiserror v1.0.63 |
353 | 2024-08-08T21:28:15.638Z | Downloaded subtle v2.6.1 |
354 | 2024-08-08T21:28:15.641Z | Downloaded structmeta v0.3.0 |
355 | 2024-08-08T21:28:15.641Z | Downloaded percent-encoding v2.3.1 |
356 | 2024-08-08T21:28:15.641Z | Downloaded crypto-common v0.1.6 |
357 | 2024-08-08T21:28:15.642Z | Downloaded crossbeam-utils v0.8.20 |
358 | 2024-08-08T21:28:15.645Z | Downloaded pest_generator v2.7.11 |
359 | 2024-08-08T21:28:15.645Z | Downloaded openssl-macros v0.1.1 |
360 | 2024-08-08T21:28:15.648Z | Downloaded num_threads v0.1.7 |
361 | 2024-08-08T21:28:15.648Z | Downloaded match_cfg v0.1.0 |
362 | 2024-08-08T21:28:15.648Z | Downloaded instant v0.1.13 |
363 | 2024-08-08T21:28:15.651Z | Downloaded foreign-types v0.3.2 |
364 | 2024-08-08T21:28:15.651Z | Downloaded dtrace-parser v0.2.0 |
365 | 2024-08-08T21:28:15.651Z | Downloaded unicode-ident v1.0.12 |
366 | 2024-08-08T21:28:15.653Z | Downloaded equivalent v1.0.1 |
367 | 2024-08-08T21:28:15.654Z | Downloaded lock_api v0.4.12 |
368 | 2024-08-08T21:28:15.656Z | Downloaded hyper-tls v0.5.0 |
369 | 2024-08-08T21:28:15.656Z | Downloaded backoff v0.4.0 |
370 | 2024-08-08T21:28:15.659Z | Downloaded ipnet v2.9.0 |
371 | 2024-08-08T21:28:15.661Z | Downloaded dirs-next v2.0.0 |
372 | 2024-08-08T21:28:15.662Z | Downloaded camino v1.1.7 |
373 | 2024-08-08T21:28:15.664Z | Downloaded cpufeatures v0.2.12 |
374 | 2024-08-08T21:28:15.664Z | Downloaded block-buffer v0.10.4 |
375 | 2024-08-08T21:28:15.669Z | Downloaded version_check v0.9.5 |
376 | 2024-08-08T21:28:15.669Z | Downloaded cfg-if v1.0.0 |
377 | 2024-08-08T21:28:15.673Z | Downloaded async-stream v0.3.5 |
378 | 2024-08-08T21:28:15.677Z | Downloaded ring v0.17.8 |
379 | 2024-08-08T21:28:15.861Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-08T21:28:15.864Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-08T21:28:15.864Z | Compiling libc v0.2.155 |
382 | 2024-08-08T21:28:15.864Z | Checking cfg-if v1.0.0 |
383 | 2024-08-08T21:28:15.864Z | Compiling version_check v0.9.5 |
384 | 2024-08-08T21:28:15.864Z | Compiling autocfg v1.3.0 |
385 | 2024-08-08T21:28:15.864Z | Compiling serde v1.0.205 |
386 | 2024-08-08T21:28:15.875Z | Checking memchr v2.7.4 |
387 | 2024-08-08T21:28:15.945Z | Compiling serde_json v1.0.122 |
388 | 2024-08-08T21:28:16.050Z | Checking itoa v1.0.11 |
389 | 2024-08-08T21:28:16.498Z | Compiling ahash v0.8.11 |
390 | 2024-08-08T21:28:16.571Z | Checking byteorder v1.5.0 |
391 | 2024-08-08T21:28:16.668Z | Compiling thiserror v1.0.63 |
392 | 2024-08-08T21:28:16.851Z | Checking once_cell v1.19.0 |
393 | 2024-08-08T21:28:17.043Z | Compiling cc v1.1.8 |
394 | 2024-08-08T21:28:18.919Z | Compiling num-traits v0.2.19 |
395 | 2024-08-08T21:28:19.082Z | Checking pin-project-lite v0.2.14 |
396 | 2024-08-08T21:28:19.090Z | Checking ryu v1.0.18 |
397 | 2024-08-08T21:28:19.104Z | Checking log v0.4.22 |
398 | 2024-08-08T21:28:19.164Z | Checking bytes v1.7.1 |
399 | 2024-08-08T21:28:19.284Z | Checking allocator-api2 v0.2.18 |
400 | 2024-08-08T21:28:19.359Z | Compiling lock_api v0.4.12 |
401 | 2024-08-08T21:28:19.431Z | Compiling schemars v0.8.21 |
402 | 2024-08-08T21:28:19.486Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-08T21:28:19.609Z | Compiling ring v0.17.8 |
404 | 2024-08-08T21:28:19.732Z | Checking getrandom v0.2.15 |
405 | 2024-08-08T21:28:19.816Z | Checking scopeguard v1.2.0 |
406 | 2024-08-08T21:28:19.825Z | Checking futures-core v0.3.30 |
407 | 2024-08-08T21:28:19.890Z | Checking smallvec v1.13.2 |
408 | 2024-08-08T21:28:19.920Z | Checking signal-hook-registry v1.4.2 |
409 | 2024-08-08T21:28:19.927Z | Checking mio v1.0.1 |
410 | 2024-08-08T21:28:19.949Z | Compiling quote v1.0.36 |
411 | 2024-08-08T21:28:19.993Z | Checking socket2 v0.5.7 |
412 | 2024-08-08T21:28:20.135Z | Compiling slab v0.4.9 |
413 | 2024-08-08T21:28:20.333Z | Compiling syn v2.0.72 |
414 | 2024-08-08T21:28:20.429Z | Checking spin v0.9.8 |
415 | 2024-08-08T21:28:20.480Z | Checking futures-sink v0.3.30 |
416 | 2024-08-08T21:28:20.564Z | Checking parking_lot v0.12.3 |
417 | 2024-08-08T21:28:20.613Z | Checking equivalent v1.0.1 |
418 | 2024-08-08T21:28:20.625Z | Checking fnv v1.0.7 |
419 | 2024-08-08T21:28:20.644Z | Checking untrusted v0.9.0 |
420 | 2024-08-08T21:28:20.691Z | Checking futures-channel v0.3.30 |
421 | 2024-08-08T21:28:20.722Z | Compiling semver v1.0.23 |
422 | 2024-08-08T21:28:20.768Z | Compiling pkg-config v0.3.30 |
423 | 2024-08-08T21:28:20.886Z | Checking futures-task v0.3.30 |
424 | 2024-08-08T21:28:20.908Z | Compiling heck v0.5.0 |
425 | 2024-08-08T21:28:21.005Z | Checking pin-utils v0.1.0 |
426 | 2024-08-08T21:28:21.053Z | Compiling vcpkg v0.2.15 |
427 | 2024-08-08T21:28:21.072Z | Checking futures-io v0.3.30 |
428 | 2024-08-08T21:28:21.237Z | Checking iana-time-zone v0.1.60 |
429 | 2024-08-08T21:28:21.257Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-08T21:28:21.290Z | Checking http v0.2.12 |
431 | 2024-08-08T21:28:21.868Z | Checking dyn-clone v1.0.17 |
432 | 2024-08-08T21:28:21.973Z | Compiling httparse v1.9.4 |
433 | 2024-08-08T21:28:22.486Z | Compiling openssl-sys v0.9.103 |
434 | 2024-08-08T21:28:22.553Z | Checking tracing-core v0.1.32 |
435 | 2024-08-08T21:28:22.643Z | Compiling uuid v1.10.0 |
436 | 2024-08-08T21:28:22.880Z | Compiling chrono v0.4.38 |
437 | 2024-08-08T21:28:23.094Z | Checking tracing v0.1.40 |
438 | 2024-08-08T21:28:23.170Z | Checking foreign-types-shared v0.1.1 |
439 | 2024-08-08T21:28:23.186Z | Compiling openssl v0.10.66 |
440 | 2024-08-08T21:28:23.375Z | Checking try-lock v0.2.5 |
441 | 2024-08-08T21:28:23.449Z | Compiling slog v2.7.0 |
442 | 2024-08-08T21:28:23.481Z | Checking want v0.3.1 |
443 | 2024-08-08T21:28:23.589Z | Checking foreign-types v0.3.2 |
444 | 2024-08-08T21:28:23.619Z | Checking http-body v0.4.6 |
445 | 2024-08-08T21:28:23.642Z | Compiling aho-corasick v1.1.3 |
446 | 2024-08-08T21:28:23.968Z | Compiling regex-syntax v0.8.4 |
447 | 2024-08-08T21:28:23.974Z | Compiling native-tls v0.2.12 |
448 | 2024-08-08T21:28:24.304Z | Checking tinyvec_macros v0.1.1 |
449 | 2024-08-08T21:28:24.362Z | Checking tower-service v0.3.2 |
450 | 2024-08-08T21:28:24.446Z | Compiling rustls v0.21.12 |
451 | 2024-08-08T21:28:24.456Z | Checking percent-encoding v2.3.1 |
452 | 2024-08-08T21:28:24.623Z | Compiling typenum v1.17.0 |
453 | 2024-08-08T21:28:24.684Z | Checking bitflags v2.6.0 |
454 | 2024-08-08T21:28:24.907Z | Checking httpdate v1.0.3 |
455 | 2024-08-08T21:28:25.103Z | Checking form_urlencoded v1.2.1 |
456 | 2024-08-08T21:28:25.275Z | Checking tinyvec v1.8.0 |
457 | 2024-08-08T21:28:25.985Z | Compiling generic-array v0.14.7 |
458 | 2024-08-08T21:28:26.327Z | Checking openssl-probe v0.1.5 |
459 | 2024-08-08T21:28:26.454Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-08-08T21:28:26.548Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-08T21:28:27.269Z | Compiling regex-automata v0.4.7 |
462 | 2024-08-08T21:28:28.314Z | Compiling usdt-impl v0.5.0 |
463 | 2024-08-08T21:28:28.473Z | Checking encoding_rs v0.8.34 |
464 | 2024-08-08T21:28:28.655Z | Checking mime v0.3.17 |
465 | 2024-08-08T21:28:28.683Z | Checking powerfmt v0.2.0 |
466 | 2024-08-08T21:28:28.972Z | Compiling num-conv v0.1.0 |
467 | 2024-08-08T21:28:29.207Z | Compiling time-core v0.1.2 |
468 | 2024-08-08T21:28:29.236Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-08T21:28:29.284Z | Checking deranged v0.3.11 |
470 | 2024-08-08T21:28:29.343Z | Compiling time-macros v0.2.18 |
471 | 2024-08-08T21:28:29.779Z | Checking idna v0.5.0 |
472 | 2024-08-08T21:28:30.765Z | Compiling thread-id v4.2.2 |
473 | 2024-08-08T21:28:31.049Z | Checking rustls-pki-types v1.8.0 |
474 | 2024-08-08T21:28:31.053Z | Compiling strsim v0.11.1 |
475 | 2024-08-08T21:28:31.484Z | Compiling regex v1.10.6 |
476 | 2024-08-08T21:28:31.706Z | Compiling serde_derive v1.0.205 |
477 | 2024-08-08T21:28:31.770Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-08-08T21:28:31.774Z | Compiling thiserror-impl v1.0.63 |
479 | 2024-08-08T21:28:31.844Z | Compiling schemars_derive v0.8.21 |
480 | 2024-08-08T21:28:32.005Z | Compiling tokio-macros v2.4.0 |
481 | 2024-08-08T21:28:32.387Z | Compiling futures-macro v0.3.30 |
482 | 2024-08-08T21:28:33.563Z | Checking tokio v1.39.2 |
483 | 2024-08-08T21:28:33.759Z | Checking zerocopy v0.7.35 |
484 | 2024-08-08T21:28:34.297Z | Checking futures-util v0.3.30 |
485 | 2024-08-08T21:28:34.686Z | Compiling pest v2.7.11 |
486 | 2024-08-08T21:28:34.921Z | Compiling openssl-macros v0.1.1 |
487 | 2024-08-08T21:28:34.946Z | Checking sct v0.7.1 |
488 | 2024-08-08T21:28:35.129Z | Checking rustls-webpki v0.101.7 |
489 | 2024-08-08T21:28:35.527Z | Checking hashbrown v0.14.5 |
490 | 2024-08-08T21:28:36.676Z | Compiling scroll_derive v0.12.0 |
491 | 2024-08-08T21:28:37.541Z | Compiling pest_meta v2.7.11 |
492 | 2024-08-08T21:28:37.571Z | Compiling regress v0.10.0 |
493 | 2024-08-08T21:28:38.113Z | Checking scroll v0.12.0 |
494 | 2024-08-08T21:28:39.077Z | Compiling pest_generator v2.7.11 |
495 | 2024-08-08T21:28:40.696Z | Checking tokio-util v0.7.11 |
496 | 2024-08-08T21:28:40.780Z | Checking tokio-rustls v0.24.1 |
497 | 2024-08-08T21:28:41.399Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-08-08T21:28:41.500Z | Compiling pest_derive v2.7.11 |
499 | 2024-08-08T21:28:41.609Z | Checking base64 v0.21.7 |
500 | 2024-08-08T21:28:41.612Z | Compiling ident_case v1.0.1 |
501 | 2024-08-08T21:28:41.770Z | Checking num_threads v0.1.7 |
502 | 2024-08-08T21:28:41.866Z | Compiling crossbeam-utils v0.8.20 |
503 | 2024-08-08T21:28:42.279Z | Checking plain v0.2.3 |
504 | 2024-08-08T21:28:42.324Z | Compiling dtrace-parser v0.2.0 |
505 | 2024-08-08T21:28:42.427Z | Checking goblin v0.8.2 |
506 | 2024-08-08T21:28:42.465Z | Checking time v0.3.36 |
507 | 2024-08-08T21:28:42.515Z | Checking rustls-pemfile v1.0.4 |
508 | 2024-08-08T21:28:42.693Z | Compiling darling_core v0.20.10 |
509 | 2024-08-08T21:28:44.278Z | Checking url v2.5.2 |
510 | 2024-08-08T21:28:44.579Z | Checking indexmap v2.3.0 |
511 | 2024-08-08T21:28:45.632Z | Compiling serde_tokenstream v0.2.1 |
512 | 2024-08-08T21:28:45.878Z | Checking h2 v0.3.26 |
513 | 2024-08-08T21:28:46.528Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-08T21:28:46.882Z | Checking openapiv3 v2.0.0 |
515 | 2024-08-08T21:28:47.533Z | Compiling dof v0.3.0 |
516 | 2024-08-08T21:28:47.928Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-08-08T21:28:48.796Z | Compiling rustls v0.22.4 |
518 | 2024-08-08T21:28:48.818Z | Checking sync_wrapper v0.1.2 |
519 | 2024-08-08T21:28:48.922Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-08-08T21:28:49.105Z | Checking webpki-roots v0.25.4 |
521 | 2024-08-08T21:28:49.226Z | Compiling rustversion v1.0.17 |
522 | 2024-08-08T21:28:49.252Z | Checking ipnet v2.9.0 |
523 | 2024-08-08T21:28:49.397Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
524 | 2024-08-08T21:28:49.717Z | Compiling unsafe-libyaml v0.2.11 |
525 | 2024-08-08T21:28:49.918Z | Checking pretty-hex v0.4.1 |
526 | 2024-08-08T21:28:50.046Z | Compiling paste v1.0.15 |
527 | 2024-08-08T21:28:50.065Z | Checking hyper v0.14.30 |
528 | 2024-08-08T21:28:50.783Z | Compiling darling_macro v0.20.10 |
529 | 2024-08-08T21:28:50.825Z | Checking dirs-next v2.0.0 |
530 | 2024-08-08T21:28:51.047Z | Checking serde_spanned v0.6.7 |
531 | 2024-08-08T21:28:51.089Z | Compiling serde_yaml v0.9.34+deprecated |
532 | 2024-08-08T21:28:51.303Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-08T21:28:51.564Z | Checking ppv-lite86 v0.2.20 |
534 | 2024-08-08T21:28:51.698Z | Checking rustls-webpki v0.102.6 |
535 | 2024-08-08T21:28:51.729Z | Checking crypto-common v0.1.6 |
536 | 2024-08-08T21:28:51.771Z | Checking block-buffer v0.10.4 |
537 | 2024-08-08T21:28:51.892Z | Compiling structmeta-derive v0.3.0 |
538 | 2024-08-08T21:28:51.951Z | Checking rand_core v0.6.4 |
539 | 2024-08-08T21:28:52.214Z | Checking thread_local v1.1.8 |
540 | 2024-08-08T21:28:52.238Z | Compiling multer v3.1.0 |
541 | 2024-08-08T21:28:52.323Z | Compiling camino v1.1.7 |
542 | 2024-08-08T21:28:52.424Z | Compiling anyhow v1.0.86 |
543 | 2024-08-08T21:28:52.472Z | Compiling slog-async v2.8.0 |
544 | 2024-08-08T21:28:52.569Z | Checking subtle v2.6.1 |
545 | 2024-08-08T21:28:52.787Z | Checking zeroize v1.8.1 |
546 | 2024-08-08T21:28:52.947Z | Checking winnow v0.6.18 |
547 | 2024-08-08T21:28:53.002Z | Checking match_cfg v0.1.0 |
548 | 2024-08-08T21:28:53.076Z | Checking hostname v0.3.1 |
549 | 2024-08-08T21:28:53.218Z | Checking rand_chacha v0.3.1 |
550 | 2024-08-08T21:28:53.556Z | Checking crossbeam-channel v0.5.13 |
551 | 2024-08-08T21:28:53.790Z | Checking digest v0.10.7 |
552 | 2024-08-08T21:28:54.082Z | Compiling darling v0.20.10 |
553 | 2024-08-08T21:28:54.177Z | Checking term v0.7.0 |
554 | 2024-08-08T21:28:54.523Z | Checking hyper-tls v0.5.0 |
555 | 2024-08-08T21:28:54.545Z | Checking hyper-rustls v0.24.2 |
556 | 2024-08-08T21:28:54.566Z | Compiling structmeta v0.3.0 |
557 | 2024-08-08T21:28:58.715Z | Compiling usdt-macro v0.5.0 |
558 | 2024-08-08T21:28:58.779Z | Checking reqwest v0.11.27 |
559 | 2024-08-08T21:28:58.779Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-08-08T21:28:58.779Z | Checking slog-json v2.6.1 |
561 | 2024-08-08T21:28:58.779Z | Checking futures-executor v0.3.30 |
562 | 2024-08-08T21:28:58.779Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-08-08T21:28:58.779Z | Checking toml_edit v0.22.20 |
564 | 2024-08-08T21:28:58.779Z | Checking http v1.1.0 |
565 | 2024-08-08T21:28:58.779Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
566 | 2024-08-08T21:28:58.779Z | Checking is-terminal v0.4.12 |
567 | 2024-08-08T21:28:58.779Z | Checking memmap v0.7.0 |
568 | 2024-08-08T21:28:58.779Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
569 | 2024-08-08T21:28:58.779Z | Checking base64 v0.22.1 |
570 | 2024-08-08T21:28:58.779Z | Checking take_mut v0.2.2 |
571 | 2024-08-08T21:28:58.779Z | Checking cpufeatures v0.2.12 |
572 | 2024-08-08T21:28:58.779Z | Checking atomic-waker v1.1.2 |
573 | 2024-08-08T21:28:58.779Z | Checking tokio-rustls v0.25.0 |
574 | 2024-08-08T21:28:58.779Z | Checking waitgroup v0.1.2 |
575 | 2024-08-08T21:28:58.780Z | Checking sha1 v0.10.6 |
576 | 2024-08-08T21:28:58.780Z | Checking rustls-pemfile v2.1.3 |
577 | 2024-08-08T21:28:58.780Z | Checking usdt v0.5.0 |
578 | 2024-08-08T21:28:58.780Z | Checking slog-term v2.9.1 |
579 | 2024-08-08T21:28:58.780Z | Checking futures v0.3.30 |
580 | 2024-08-08T21:28:58.780Z | Checking slog-bunyan v2.5.0 |
581 | 2024-08-08T21:28:58.780Z | Checking async-stream v0.3.5 |
582 | 2024-08-08T21:28:58.780Z | Compiling strum_macros v0.26.4 |
583 | 2024-08-08T21:28:58.780Z | Compiling parse-display-derive v0.9.1 |
584 | 2024-08-08T21:28:58.780Z | Compiling serde_with_macros v3.9.0 |
585 | 2024-08-08T21:28:58.780Z | Checking rand v0.8.5 |
586 | 2024-08-08T21:28:58.780Z | Checking ipnetwork v0.20.0 |
587 | 2024-08-08T21:28:58.780Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-08T21:28:58.780Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
589 | 2024-08-08T21:28:58.780Z | Checking hex v0.4.3 |
590 | 2024-08-08T21:28:58.780Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-08-08T21:28:58.780Z | Checking toml v0.8.19 |
592 | 2024-08-08T21:28:58.869Z | Compiling async-trait v0.1.81 |
593 | 2024-08-08T21:28:59.089Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-08T21:28:59.261Z | Checking hostname v0.4.0 |
595 | 2024-08-08T21:28:59.381Z | Checking instant v0.1.13 |
596 | 2024-08-08T21:28:59.477Z | Checking debug-ignore v1.0.5 |
597 | 2024-08-08T21:28:59.584Z | Checking backoff v0.4.0 |
598 | 2024-08-08T21:28:59.773Z | Checking serde_with v3.9.0 |
599 | 2024-08-08T21:28:59.834Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
600 | 2024-08-08T21:28:59.857Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
601 | 2024-08-08T21:28:59.967Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-08T21:28:59.981Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-08T21:29:00.212Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
604 | 2024-08-08T21:29:00.370Z | Checking macaddr v1.0.1 |
605 | 2024-08-08T21:29:00.674Z | Checking regress v0.9.1 |
606 | 2024-08-08T21:29:01.074Z | Checking parse-display v0.9.1 |
607 | 2024-08-08T21:29:01.480Z | Checking strum v0.26.3 |
608 | 2024-08-08T21:29:02.595Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
609 | 2024-08-08T21:29:04.362Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
610 | 2024-08-08T21:29:04.416Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
611 | 2024-08-08T21:29:06.898Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
612 | 2024-08-08T21:29:11.866Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
613 | 2024-08-08T21:29:11.967Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
614 | 2024-08-08T21:29:14.685Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
615 | 2024-08-08T21:29:21.187Z | Checking test-project v0.1.0 (/tmp/test-project) |
616 | 2024-08-08T21:29:21.238Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
617 | 2024-08-08T21:29:21.302Z | + cargo build --release |
618 | 2024-08-08T21:29:21.562Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-08-08T21:29:21.562Z | Compiling unicode-ident v1.0.12 |
620 | 2024-08-08T21:29:21.562Z | Compiling libc v0.2.155 |
621 | 2024-08-08T21:29:21.565Z | Compiling cfg-if v1.0.0 |
622 | 2024-08-08T21:29:21.565Z | Compiling version_check v0.9.5 |
623 | 2024-08-08T21:29:21.565Z | Compiling autocfg v1.3.0 |
624 | 2024-08-08T21:29:21.565Z | Compiling serde v1.0.205 |
625 | 2024-08-08T21:29:21.565Z | Compiling memchr v2.7.4 |
626 | 2024-08-08T21:29:21.681Z | Compiling serde_json v1.0.122 |
627 | 2024-08-08T21:29:21.769Z | Compiling itoa v1.0.11 |
628 | 2024-08-08T21:29:22.116Z | Compiling thiserror v1.0.63 |
629 | 2024-08-08T21:29:22.164Z | Compiling byteorder v1.5.0 |
630 | 2024-08-08T21:29:22.171Z | Compiling ahash v0.8.11 |
631 | 2024-08-08T21:29:22.291Z | Compiling once_cell v1.19.0 |
632 | 2024-08-08T21:29:22.543Z | Compiling cc v1.1.8 |
633 | 2024-08-08T21:29:22.835Z | Compiling num-traits v0.2.19 |
634 | 2024-08-08T21:29:23.006Z | Compiling getrandom v0.2.15 |
635 | 2024-08-08T21:29:23.031Z | Compiling quote v1.0.36 |
636 | 2024-08-08T21:29:23.365Z | Compiling pin-project-lite v0.2.14 |
637 | 2024-08-08T21:29:23.388Z | Compiling ryu v1.0.18 |
638 | 2024-08-08T21:29:23.403Z | Compiling syn v2.0.72 |
639 | 2024-08-08T21:29:23.604Z | Compiling log v0.4.22 |
640 | 2024-08-08T21:29:23.626Z | Compiling bytes v1.7.1 |
641 | 2024-08-08T21:29:23.724Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-08-08T21:29:23.876Z | Compiling schemars v0.8.21 |
643 | 2024-08-08T21:29:23.886Z | Compiling lock_api v0.4.12 |
644 | 2024-08-08T21:29:24.061Z | Compiling parking_lot_core v0.9.10 |
645 | 2024-08-08T21:29:24.244Z | Compiling futures-core v0.3.30 |
646 | 2024-08-08T21:29:24.268Z | Compiling scopeguard v1.2.0 |
647 | 2024-08-08T21:29:24.324Z | Compiling smallvec v1.13.2 |
648 | 2024-08-08T21:29:24.477Z | Compiling mio v1.0.1 |
649 | 2024-08-08T21:29:24.499Z | Compiling socket2 v0.5.7 |
650 | 2024-08-08T21:29:24.554Z | Compiling signal-hook-registry v1.4.2 |
651 | 2024-08-08T21:29:24.953Z | Compiling slab v0.4.9 |
652 | 2024-08-08T21:29:25.313Z | Compiling parking_lot v0.12.3 |
653 | 2024-08-08T21:29:25.473Z | Compiling ring v0.17.8 |
654 | 2024-08-08T21:29:25.551Z | Compiling spin v0.9.8 |
655 | 2024-08-08T21:29:25.666Z | Compiling futures-sink v0.3.30 |
656 | 2024-08-08T21:29:25.917Z | Compiling equivalent v1.0.1 |
657 | 2024-08-08T21:29:26.018Z | Compiling fnv v1.0.7 |
658 | 2024-08-08T21:29:26.088Z | Compiling semver v1.0.23 |
659 | 2024-08-08T21:29:26.130Z | Compiling untrusted v0.9.0 |
660 | 2024-08-08T21:29:26.138Z | Compiling futures-channel v0.3.30 |
661 | 2024-08-08T21:29:26.453Z | Compiling futures-task v0.3.30 |
662 | 2024-08-08T21:29:26.498Z | Compiling heck v0.5.0 |
663 | 2024-08-08T21:29:26.560Z | Compiling pin-utils v0.1.0 |
664 | 2024-08-08T21:29:26.569Z | Compiling futures-io v0.3.30 |
665 | 2024-08-08T21:29:26.582Z | Compiling vcpkg v0.2.15 |
666 | 2024-08-08T21:29:26.636Z | Compiling pkg-config v0.3.30 |
667 | 2024-08-08T21:29:27.019Z | Compiling ucd-trie v0.1.6 |
668 | 2024-08-08T21:29:27.105Z | Compiling iana-time-zone v0.1.60 |
669 | 2024-08-08T21:29:27.486Z | Compiling http v0.2.12 |
670 | 2024-08-08T21:29:27.831Z | Compiling httparse v1.9.4 |
671 | 2024-08-08T21:29:27.928Z | Compiling dyn-clone v1.0.17 |
672 | 2024-08-08T21:29:28.157Z | Compiling openssl-sys v0.9.103 |
673 | 2024-08-08T21:29:28.646Z | Compiling tracing-core v0.1.32 |
674 | 2024-08-08T21:29:29.131Z | Compiling chrono v0.4.38 |
675 | 2024-08-08T21:29:29.134Z | Compiling uuid v1.10.0 |
676 | 2024-08-08T21:29:29.714Z | Compiling tracing v0.1.40 |
677 | 2024-08-08T21:29:30.368Z | Compiling serde_derive_internals v0.29.1 |
678 | 2024-08-08T21:29:31.096Z | Compiling openssl v0.10.66 |
679 | 2024-08-08T21:29:31.306Z | Compiling try-lock v0.2.5 |
680 | 2024-08-08T21:29:31.443Z | Compiling slog v2.7.0 |
681 | 2024-08-08T21:29:31.891Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-08-08T21:29:31.979Z | Compiling foreign-types v0.3.2 |
683 | 2024-08-08T21:29:32.004Z | Compiling want v0.3.1 |
684 | 2024-08-08T21:29:32.199Z | Compiling http-body v0.4.6 |
685 | 2024-08-08T21:29:32.285Z | Compiling aho-corasick v1.1.3 |
686 | 2024-08-08T21:29:33.518Z | Compiling tinyvec_macros v0.1.1 |
687 | 2024-08-08T21:29:33.522Z | Compiling tower-service v0.3.2 |
688 | 2024-08-08T21:29:33.522Z | Compiling regex-syntax v0.8.4 |
689 | 2024-08-08T21:29:33.522Z | Compiling percent-encoding v2.3.1 |
690 | 2024-08-08T21:29:33.522Z | Compiling typenum v1.17.0 |
691 | 2024-08-08T21:29:33.522Z | Compiling rustls v0.21.12 |
692 | 2024-08-08T21:29:33.577Z | Compiling native-tls v0.2.12 |
693 | 2024-08-08T21:29:33.746Z | Compiling bitflags v2.6.0 |
694 | 2024-08-08T21:29:33.956Z | Compiling httpdate v1.0.3 |
695 | 2024-08-08T21:29:34.079Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-08-08T21:29:34.192Z | Compiling tinyvec v1.8.0 |
697 | 2024-08-08T21:29:34.780Z | Compiling generic-array v0.14.7 |
698 | 2024-08-08T21:29:35.123Z | Compiling openssl-probe v0.1.5 |
699 | 2024-08-08T21:29:35.794Z | Compiling serde_derive v1.0.205 |
700 | 2024-08-08T21:29:35.880Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-08-08T21:29:36.386Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-08-08T21:29:36.626Z | Compiling schemars_derive v0.8.21 |
703 | 2024-08-08T21:29:36.738Z | Compiling tokio-macros v2.4.0 |
704 | 2024-08-08T21:29:37.919Z | Compiling zerocopy v0.7.35 |
705 | 2024-08-08T21:29:38.345Z | Compiling tokio v1.39.2 |
706 | 2024-08-08T21:29:39.311Z | Compiling futures-macro v0.3.30 |
707 | 2024-08-08T21:29:39.617Z | Compiling pest v2.7.11 |
708 | 2024-08-08T21:29:40.085Z | Compiling hashbrown v0.14.5 |
709 | 2024-08-08T21:29:41.231Z | Compiling futures-util v0.3.30 |
710 | 2024-08-08T21:29:41.639Z | Compiling regress v0.10.0 |
711 | 2024-08-08T21:29:41.776Z | Compiling openssl-macros v0.1.1 |
712 | 2024-08-08T21:29:42.515Z | Compiling pest_meta v2.7.11 |
713 | 2024-08-08T21:29:46.383Z | Compiling pest_generator v2.7.11 |
714 | 2024-08-08T21:29:46.669Z | Compiling sct v0.7.1 |
715 | 2024-08-08T21:29:47.109Z | Compiling rustls-webpki v0.101.7 |
716 | 2024-08-08T21:29:48.112Z | Compiling tokio-util v0.7.11 |
717 | 2024-08-08T21:29:48.303Z | Compiling pest_derive v2.7.11 |
718 | 2024-08-08T21:29:49.179Z | Compiling regex-automata v0.4.7 |
719 | 2024-08-08T21:29:50.408Z | Compiling indexmap v2.3.0 |
720 | 2024-08-08T21:29:51.153Z | Compiling serde_tokenstream v0.2.1 |
721 | 2024-08-08T21:29:54.326Z | Compiling h2 v0.3.26 |
722 | 2024-08-08T21:29:56.551Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
723 | 2024-08-08T21:29:57.020Z | Compiling regex v1.10.6 |
724 | 2024-08-08T21:29:59.690Z | Compiling hyper v0.14.30 |
725 | 2024-08-08T21:30:00.899Z | Compiling unicode-normalization v0.1.23 |
726 | 2024-08-08T21:30:02.188Z | Compiling scroll_derive v0.12.0 |
727 | 2024-08-08T21:30:07.810Z | Compiling usdt-impl v0.5.0 |
728 | 2024-08-08T21:30:08.196Z | Compiling encoding_rs v0.8.34 |
729 | 2024-08-08T21:30:08.208Z | Compiling unicode-bidi v0.3.15 |
730 | 2024-08-08T21:30:08.578Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
731 | 2024-08-08T21:30:10.017Z | Compiling num-conv v0.1.0 |
732 | 2024-08-08T21:30:11.217Z | Compiling time-core v0.1.2 |
733 | 2024-08-08T21:30:11.374Z | Compiling mime v0.3.17 |
734 | 2024-08-08T21:30:12.462Z | Compiling powerfmt v0.2.0 |
735 | 2024-08-08T21:30:12.587Z | Compiling time-macros v0.2.18 |
736 | 2024-08-08T21:30:12.941Z | Compiling deranged v0.3.11 |
737 | 2024-08-08T21:30:15.614Z | Compiling idna v0.5.0 |
738 | 2024-08-08T21:30:18.212Z | Compiling scroll v0.12.0 |
739 | 2024-08-08T21:30:18.775Z | Compiling tokio-rustls v0.24.1 |
740 | 2024-08-08T21:30:18.837Z | Compiling tokio-native-tls v0.3.1 |
741 | 2024-08-08T21:30:18.878Z | Compiling dof v0.3.0 |
742 | 2024-08-08T21:30:19.111Z | Compiling serde_urlencoded v0.7.1 |
743 | 2024-08-08T21:30:19.197Z | Compiling dtrace-parser v0.2.0 |
744 | 2024-08-08T21:30:19.772Z | Compiling thread-id v4.2.2 |
745 | 2024-08-08T21:30:19.870Z | Compiling plain v0.2.3 |
746 | 2024-08-08T21:30:20.011Z | Compiling base64 v0.21.7 |
747 | 2024-08-08T21:30:20.923Z | Compiling rustls-pki-types v1.8.0 |
748 | 2024-08-08T21:30:21.125Z | Compiling strsim v0.11.1 |
749 | 2024-08-08T21:30:22.447Z | Compiling omicron-workspace-hack v0.1.0 |
750 | 2024-08-08T21:30:22.774Z | Compiling ident_case v1.0.1 |
751 | 2024-08-08T21:30:22.932Z | Compiling num_threads v0.1.7 |
752 | 2024-08-08T21:30:23.036Z | Compiling crossbeam-utils v0.8.20 |
753 | 2024-08-08T21:30:23.506Z | Compiling time v0.3.36 |
754 | 2024-08-08T21:30:23.619Z | Compiling darling_core v0.20.10 |
755 | 2024-08-08T21:30:28.255Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-08-08T21:30:29.056Z | Compiling goblin v0.8.2 |
757 | 2024-08-08T21:30:30.926Z | Compiling hyper-rustls v0.24.2 |
758 | 2024-08-08T21:30:31.188Z | Compiling hyper-tls v0.5.0 |
759 | 2024-08-08T21:30:31.356Z | Compiling url v2.5.2 |
760 | 2024-08-08T21:30:31.683Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#01f3e269) |
761 | 2024-08-08T21:30:31.803Z | Compiling openapiv3 v2.0.0 |
762 | 2024-08-08T21:30:33.649Z | Compiling dirs-sys-next v0.1.2 |
763 | 2024-08-08T21:30:34.723Z | Compiling rustls v0.22.4 |
764 | 2024-08-08T21:30:34.775Z | Compiling ipnet v2.9.0 |
765 | 2024-08-08T21:30:35.051Z | Compiling paste v1.0.15 |
766 | 2024-08-08T21:30:35.561Z | Compiling webpki-roots v0.25.4 |
767 | 2024-08-08T21:30:35.709Z | Compiling sync_wrapper v0.1.2 |
768 | 2024-08-08T21:30:35.827Z | Compiling rustversion v1.0.17 |
769 | 2024-08-08T21:30:36.045Z | Compiling unsafe-libyaml v0.2.11 |
770 | 2024-08-08T21:30:36.485Z | Compiling pretty-hex v0.4.1 |
771 | 2024-08-08T21:30:36.992Z | Compiling reqwest v0.11.27 |
772 | 2024-08-08T21:30:37.417Z | Compiling serde_yaml v0.9.34+deprecated |
773 | 2024-08-08T21:30:37.810Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
774 | 2024-08-08T21:30:39.188Z | Compiling dirs-next v2.0.0 |
775 | 2024-08-08T21:30:39.439Z | Compiling darling_macro v0.20.10 |
776 | 2024-08-08T21:30:42.883Z | Compiling rustls-webpki v0.102.6 |
777 | 2024-08-08T21:30:43.148Z | Compiling block-buffer v0.10.4 |
778 | 2024-08-08T21:30:43.413Z | Compiling crypto-common v0.1.6 |
779 | 2024-08-08T21:30:43.615Z | Compiling toml_datetime v0.6.8 |
780 | 2024-08-08T21:30:44.276Z | Compiling serde_spanned v0.6.7 |
781 | 2024-08-08T21:30:44.497Z | Compiling ppv-lite86 v0.2.20 |
782 | 2024-08-08T21:30:44.505Z | Compiling structmeta-derive v0.3.0 |
783 | 2024-08-08T21:30:45.337Z | Compiling rand_core v0.6.4 |
784 | 2024-08-08T21:30:45.525Z | Compiling thread_local v1.1.8 |
785 | 2024-08-08T21:30:45.800Z | Compiling multer v3.1.0 |
786 | 2024-08-08T21:30:46.158Z | Compiling zeroize v1.8.1 |
787 | 2024-08-08T21:30:46.259Z | Compiling anyhow v1.0.86 |
788 | 2024-08-08T21:30:46.484Z | Compiling slog-async v2.8.0 |
789 | 2024-08-08T21:30:46.828Z | Compiling camino v1.1.7 |
790 | 2024-08-08T21:30:46.838Z | Compiling match_cfg v0.1.0 |
791 | 2024-08-08T21:30:46.916Z | Compiling winnow v0.6.18 |
792 | 2024-08-08T21:30:46.978Z | Compiling subtle v2.6.1 |
793 | 2024-08-08T21:30:47.222Z | Compiling structmeta v0.3.0 |
794 | 2024-08-08T21:30:47.359Z | Compiling hostname v0.3.1 |
795 | 2024-08-08T21:30:47.590Z | Compiling rand_chacha v0.3.1 |
796 | 2024-08-08T21:30:47.627Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
797 | 2024-08-08T21:30:49.345Z | Compiling digest v0.10.7 |
798 | 2024-08-08T21:30:49.762Z | Compiling crossbeam-channel v0.5.13 |
799 | 2024-08-08T21:30:51.343Z | Compiling toml_edit v0.22.20 |
800 | 2024-08-08T21:30:53.171Z | Compiling darling v0.20.10 |
801 | 2024-08-08T21:30:53.272Z | Compiling term v0.7.0 |
802 | 2024-08-08T21:30:58.934Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
803 | 2024-08-08T21:31:00.236Z | Compiling usdt-attr-macro v0.5.0 |
804 | 2024-08-08T21:31:00.588Z | Compiling usdt-macro v0.5.0 |
805 | 2024-08-08T21:31:01.744Z | Compiling slog-json v2.6.1 |
806 | 2024-08-08T21:31:01.942Z | Compiling futures-executor v0.3.30 |
807 | 2024-08-08T21:31:02.197Z | Compiling async-stream-impl v0.3.5 |
808 | 2024-08-08T21:31:02.843Z | Compiling http v1.1.0 |
809 | 2024-08-08T21:31:03.117Z | Compiling is-terminal v0.4.12 |
810 | 2024-08-08T21:31:03.234Z | Compiling memmap v0.7.0 |
811 | 2024-08-08T21:31:03.532Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
812 | 2024-08-08T21:31:03.648Z | Compiling base64 v0.22.1 |
813 | 2024-08-08T21:31:03.879Z | Compiling take_mut v0.2.2 |
814 | 2024-08-08T21:31:04.030Z | Compiling atomic-waker v1.1.2 |
815 | 2024-08-08T21:31:04.209Z | Compiling cpufeatures v0.2.12 |
816 | 2024-08-08T21:31:04.296Z | Compiling sha1 v0.10.6 |
817 | 2024-08-08T21:31:05.044Z | Compiling rustls-pemfile v2.1.3 |
818 | 2024-08-08T21:31:05.816Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-08T21:31:07.557Z | Compiling async-stream v0.3.5 |
820 | 2024-08-08T21:31:07.605Z | Compiling usdt v0.5.0 |
821 | 2024-08-08T21:31:07.879Z | Compiling slog-term v2.9.1 |
822 | 2024-08-08T21:31:09.159Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
823 | 2024-08-08T21:31:09.348Z | Compiling futures v0.3.30 |
824 | 2024-08-08T21:31:09.452Z | Compiling slog-bunyan v2.5.0 |
825 | 2024-08-08T21:31:09.678Z | Compiling strum_macros v0.26.4 |
826 | 2024-08-08T21:31:09.709Z | Compiling toml v0.8.19 |
827 | 2024-08-08T21:31:10.745Z | Compiling serde_with_macros v3.9.0 |
828 | 2024-08-08T21:31:13.482Z | Compiling tokio-rustls v0.25.0 |
829 | 2024-08-08T21:31:13.902Z | Compiling rand v0.8.5 |
830 | 2024-08-08T21:31:14.546Z | Compiling parse-display-derive v0.9.1 |
831 | 2024-08-08T21:31:15.958Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-08-08T21:31:16.269Z | Compiling ipnetwork v0.20.0 |
833 | 2024-08-08T21:31:17.140Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
834 | 2024-08-08T21:31:17.331Z | Compiling serde_path_to_error v0.1.16 |
835 | 2024-08-08T21:31:18.372Z | Compiling hex v0.4.3 |
836 | 2024-08-08T21:31:18.684Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
837 | 2024-08-08T21:31:19.044Z | Compiling async-trait v0.1.81 |
838 | 2024-08-08T21:31:19.506Z | Compiling hostname v0.4.0 |
839 | 2024-08-08T21:31:19.751Z | Compiling instant v0.1.13 |
840 | 2024-08-08T21:31:19.903Z | Compiling debug-ignore v1.0.5 |
841 | 2024-08-08T21:31:20.036Z | Compiling backoff v0.4.0 |
842 | 2024-08-08T21:31:20.379Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
843 | 2024-08-08T21:31:20.567Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
844 | 2024-08-08T21:31:20.729Z | Compiling parse-display v0.9.1 |
845 | 2024-08-08T21:31:20.843Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-08-08T21:31:20.902Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
847 | 2024-08-08T21:31:21.071Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
848 | 2024-08-08T21:31:21.409Z | Compiling strum v0.26.3 |
849 | 2024-08-08T21:31:21.583Z | Compiling serde_with v3.9.0 |
850 | 2024-08-08T21:31:22.746Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
851 | 2024-08-08T21:31:23.569Z | Compiling macaddr v1.0.1 |
852 | 2024-08-08T21:31:24.184Z | Compiling regress v0.9.1 |
853 | 2024-08-08T21:31:29.268Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
854 | 2024-08-08T21:31:38.821Z | Compiling test-project v0.1.0 (/tmp/test-project) |
855 | 2024-08-08T21:31:47.101Z | Finished `release` profile [optimized] target(s) in 2m 25s |
856 | 2024-08-08T21:31:47.158Z | process exited: duration 220401 ms, exit code 0 |
|
857 | 2024-08-08T21:31:47.164Z | found 0 output files |