|
|
|
1 | 2024-08-06T22:19:46.888Z | job assigned to worker 01J4MWC0TQ91A25GQ8DHFGN58B (queued for 1 m 3 s) |
|
2 | 2024-08-06T22:19:54.951Z | starting task 0: "setup" |
3 | 2024-08-06T22:19:55.007Z | ++ uname -s |
4 | 2024-08-06T22:19:55.010Z | + kern=SunOS |
5 | 2024-08-06T22:19:55.010Z | + case "$kern" in |
6 | 2024-08-06T22:19:55.010Z | + groupadd -g 12345 build |
7 | 2024-08-06T22:19:55.014Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T22:19:57.036Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T22:19:57.217Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T22:19:57.222Z | + home_fs=zfs |
11 | 2024-08-06T22:19:57.222Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T22:19:57.222Z | + mkdir -p /home/build |
13 | 2024-08-06T22:19:57.222Z | + chown build:build /home/build /work |
14 | 2024-08-06T22:19:59.223Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T22:19:59.226Z | process exited: duration 4275 ms, exit code 0 |
|
16 | 2024-08-06T22:19:59.233Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T22:19:59.238Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T22:19:59.238Z | ' 1.80.0 |
19 | 2024-08-06T22:19:59.239Z | * toolchain channel = "1.80.0" |
20 | 2024-08-06T22:19:59.239Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-06T22:19:59.239Z | ' default |
22 | 2024-08-06T22:19:59.239Z | * toolchain profile = "default" |
23 | 2024-08-06T22:19:59.242Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T22:19:59.242Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T22:19:59.352Z | info: downloading installer |
26 | 2024-08-06T22:20:01.034Z | info: profile set to 'default' |
27 | 2024-08-06T22:20:01.034Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T22:20:01.038Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T22:20:01.183Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T22:20:01.183Z | info: downloading component 'cargo' |
31 | 2024-08-06T22:20:02.043Z | info: downloading component 'clippy' |
32 | 2024-08-06T22:20:02.339Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T22:20:03.534Z | info: downloading component 'rust-std' |
34 | 2024-08-06T22:20:05.238Z | info: downloading component 'rustc' |
35 | 2024-08-06T22:20:09.897Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T22:20:10.144Z | info: installing component 'cargo' |
37 | 2024-08-06T22:20:10.979Z | info: installing component 'clippy' |
38 | 2024-08-06T22:20:11.365Z | info: installing component 'rust-docs' |
39 | 2024-08-06T22:20:13.013Z | info: installing component 'rust-std' |
40 | 2024-08-06T22:20:14.660Z | info: installing component 'rustc' |
41 | 2024-08-06T22:20:19.036Z | info: installing component 'rustfmt' |
42 | 2024-08-06T22:20:19.380Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T22:20:19.380Z | |
44 | 2024-08-06T22:20:19.640Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T22:20:19.640Z | |
46 | 2024-08-06T22:20:19.644Z | |
47 | 2024-08-06T22:20:19.644Z | Rust is installed now. Great! |
48 | 2024-08-06T22:20:19.644Z | |
49 | 2024-08-06T22:20:19.644Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T22:20:19.644Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T22:20:19.644Z | |
52 | 2024-08-06T22:20:19.644Z | To configure your current shell, you need to source |
53 | 2024-08-06T22:20:19.644Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T22:20:19.644Z | |
55 | 2024-08-06T22:20:19.644Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T22:20:19.644Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T22:20:19.644Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T22:20:19.707Z | + rustc --version |
59 | 2024-08-06T22:20:19.768Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T22:20:19.771Z | process exited: duration 20542 ms, exit code 0 |
|
61 | 2024-08-06T22:20:19.776Z | starting task 2: "authentication" |
62 | 2024-08-06T22:20:19.796Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-06T22:20:19.802Z | starting task 3: "clone repository" |
64 | 2024-08-06T22:20:19.807Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T22:20:19.809Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T22:20:19.971Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T22:20:25.775Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T22:20:25.775Z | + git fetch origin 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
69 | 2024-08-06T22:20:26.060Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T22:20:26.060Z | * branch 46fd929772b5a38c033159a1b0ed5523d79db0e6 -> FETCH_HEAD |
71 | 2024-08-06T22:20:26.068Z | + [[ -n track-more-sled-datalinks ]] |
72 | 2024-08-06T22:20:26.071Z | ++ git branch --show-current |
73 | 2024-08-06T22:20:26.074Z | + current=main |
74 | 2024-08-06T22:20:26.074Z | + [[ main != track-more-sled-datalinks ]] |
75 | 2024-08-06T22:20:26.074Z | + git branch -f track-more-sled-datalinks 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
76 | 2024-08-06T22:20:26.076Z | + git checkout -f track-more-sled-datalinks |
77 | 2024-08-06T22:20:26.113Z | Switched to branch 'track-more-sled-datalinks' |
78 | 2024-08-06T22:20:26.115Z | + git reset --hard 46fd929772b5a38c033159a1b0ed5523d79db0e6 |
79 | 2024-08-06T22:20:26.152Z | HEAD is now at 46fd92977 Merge branch 'main' into track-more-sled-datalinks |
80 | 2024-08-06T22:20:26.155Z | process exited: duration 6352 ms, exit code 0 |
|
81 | 2024-08-06T22:20:26.160Z | starting task 4: "build" |
82 | 2024-08-06T22:20:26.165Z | + cargo --version |
83 | 2024-08-06T22:20:26.220Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-06T22:20:26.224Z | + rustc --version |
85 | 2024-08-06T22:20:26.276Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-06T22:20:26.279Z | + cd /tmp |
87 | 2024-08-06T22:20:26.279Z | + cargo new --lib test-project |
88 | 2024-08-06T22:20:26.332Z | Creating library `test-project` package |
89 | 2024-08-06T22:20:26.403Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-06T22:20:26.406Z | + cd test-project |
91 | 2024-08-06T22:20:26.406Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-06T22:20:26.459Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-06T22:20:26.462Z | Features: |
94 | 2024-08-06T22:20:26.462Z | - proptest |
95 | 2024-08-06T22:20:26.462Z | - test-strategy |
96 | 2024-08-06T22:20:26.462Z | - testing |
97 | 2024-08-06T22:20:26.463Z | Updating crates.io index |
98 | 2024-08-06T22:20:26.527Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-06T22:20:27.304Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-06T22:20:28.064Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-06T22:20:28.326Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-06T22:20:29.922Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-06T22:20:30.229Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-06T22:20:30.629Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-06T22:20:34.152Z | Locking 304 packages to latest compatible versions |
106 | 2024-08-06T22:20:34.155Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-06T22:20:34.158Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-06T22:20:34.158Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-06T22:20:34.158Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-08-06T22:20:34.158Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-08-06T22:20:34.158Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
112 | 2024-08-06T22:20:34.158Z | Adding gimli v0.29.0 (latest: v0.31.0) |
113 | 2024-08-06T22:20:34.158Z | Adding h2 v0.3.26 (latest: v0.4.5) |
114 | 2024-08-06T22:20:34.158Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
115 | 2024-08-06T22:20:34.158Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
116 | 2024-08-06T22:20:34.158Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-08-06T22:20:34.158Z | Adding http v0.2.12 (latest: v1.1.0) |
118 | 2024-08-06T22:20:34.161Z | Adding http-body v0.4.6 (latest: v1.0.1) |
119 | 2024-08-06T22:20:34.161Z | Adding hyper v0.14.30 (latest: v1.4.1) |
120 | 2024-08-06T22:20:34.161Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
121 | 2024-08-06T22:20:34.161Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
122 | 2024-08-06T22:20:34.161Z | Adding idna v0.5.0 (latest: v1.0.2) |
123 | 2024-08-06T22:20:34.161Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
124 | 2024-08-06T22:20:34.161Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
125 | 2024-08-06T22:20:34.164Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
126 | 2024-08-06T22:20:34.164Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
127 | 2024-08-06T22:20:34.164Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-06T22:20:34.164Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-06T22:20:34.168Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-06T22:20:34.168Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-06T22:20:34.171Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-06T22:20:34.171Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-06T22:20:34.173Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-06T22:20:34.173Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-06T22:20:34.173Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-06T22:20:34.173Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-06T22:20:34.177Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-06T22:20:34.177Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-06T22:20:34.177Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
140 | 2024-08-06T22:20:34.180Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-06T22:20:34.180Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-06T22:20:34.180Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-06T22:20:34.180Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-06T22:20:34.180Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-06T22:20:34.180Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-06T22:20:34.180Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-06T22:20:34.180Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-06T22:20:34.180Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-06T22:20:34.180Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-06T22:20:34.180Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-06T22:20:34.180Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-06T22:20:34.180Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-06T22:20:34.180Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-06T22:20:34.250Z | + cargo check |
155 | 2024-08-06T22:20:34.486Z | Downloading crates ... |
156 | 2024-08-06T22:20:34.543Z | Downloaded ahash v0.8.11 |
157 | 2024-08-06T22:20:34.549Z | Downloaded equivalent v1.0.1 |
158 | 2024-08-06T22:20:34.560Z | Downloaded dtrace-parser v0.2.0 |
159 | 2024-08-06T22:20:34.565Z | Downloaded darling_macro v0.20.10 |
160 | 2024-08-06T22:20:34.565Z | Downloaded foreign-types v0.3.2 |
161 | 2024-08-06T22:20:34.567Z | Downloaded async-stream-impl v0.3.5 |
162 | 2024-08-06T22:20:34.567Z | Downloaded openssl-macros v0.1.1 |
163 | 2024-08-06T22:20:34.574Z | Downloaded ident_case v1.0.1 |
164 | 2024-08-06T22:20:34.574Z | Downloaded waitgroup v0.1.2 |
165 | 2024-08-06T22:20:34.575Z | Downloaded omicron-workspace-hack v0.1.0 |
166 | 2024-08-06T22:20:34.575Z | Downloaded is-terminal v0.4.12 |
167 | 2024-08-06T22:20:34.582Z | Downloaded form_urlencoded v1.2.1 |
168 | 2024-08-06T22:20:34.583Z | Downloaded hex v0.4.3 |
169 | 2024-08-06T22:20:34.583Z | Downloaded want v0.3.1 |
170 | 2024-08-06T22:20:34.583Z | Downloaded dyn-clone v1.0.17 |
171 | 2024-08-06T22:20:34.587Z | Downloaded futures-task v0.3.30 |
172 | 2024-08-06T22:20:34.587Z | Downloaded block-buffer v0.10.4 |
173 | 2024-08-06T22:20:34.588Z | Downloaded usdt-attr-macro v0.5.0 |
174 | 2024-08-06T22:20:34.588Z | Downloaded usdt-macro v0.5.0 |
175 | 2024-08-06T22:20:34.588Z | Downloaded futures-io v0.3.30 |
176 | 2024-08-06T22:20:34.588Z | Downloaded atomic-waker v1.1.2 |
177 | 2024-08-06T22:20:34.592Z | Downloaded futures-executor v0.3.30 |
178 | 2024-08-06T22:20:34.592Z | Downloaded deranged v0.3.11 |
179 | 2024-08-06T22:20:34.592Z | Downloaded memmap v0.7.0 |
180 | 2024-08-06T22:20:34.600Z | Downloaded httpdate v1.0.3 |
181 | 2024-08-06T22:20:34.601Z | Downloaded dirs-sys-next v0.1.2 |
182 | 2024-08-06T22:20:34.601Z | Downloaded scroll_derive v0.12.0 |
183 | 2024-08-06T22:20:34.609Z | Downloaded itoa v1.0.11 |
184 | 2024-08-06T22:20:34.609Z | Downloaded newtype-uuid v1.1.0 |
185 | 2024-08-06T22:20:34.614Z | Downloaded match_cfg v0.1.0 |
186 | 2024-08-06T22:20:34.614Z | Downloaded hyper-tls v0.5.0 |
187 | 2024-08-06T22:20:34.614Z | Downloaded instant v0.1.13 |
188 | 2024-08-06T22:20:34.614Z | Downloaded futures-macro v0.3.30 |
189 | 2024-08-06T22:20:34.614Z | Downloaded openssl-probe v0.1.5 |
190 | 2024-08-06T22:20:34.614Z | Downloaded foreign-types-shared v0.1.1 |
191 | 2024-08-06T22:20:34.619Z | Downloaded version_check v0.9.5 |
192 | 2024-08-06T22:20:34.619Z | Downloaded take_mut v0.2.2 |
193 | 2024-08-06T22:20:34.623Z | Downloaded crypto-common v0.1.6 |
194 | 2024-08-06T22:20:34.623Z | Downloaded async-stream v0.3.5 |
195 | 2024-08-06T22:20:34.629Z | Downloaded heck v0.5.0 |
196 | 2024-08-06T22:20:34.629Z | Downloaded httparse v1.9.4 |
197 | 2024-08-06T22:20:34.629Z | Downloaded getrandom v0.2.15 |
198 | 2024-08-06T22:20:34.635Z | Downloaded hyper-rustls v0.24.2 |
199 | 2024-08-06T22:20:34.635Z | Downloaded hostname v0.4.0 |
200 | 2024-08-06T22:20:34.642Z | Downloaded slog-async v2.8.0 |
201 | 2024-08-06T22:20:34.643Z | Downloaded lock_api v0.4.12 |
202 | 2024-08-06T22:20:34.643Z | Downloaded scopeguard v1.2.0 |
203 | 2024-08-06T22:20:34.643Z | Downloaded pin-utils v0.1.0 |
204 | 2024-08-06T22:20:34.643Z | Downloaded zeroize v1.8.1 |
205 | 2024-08-06T22:20:34.643Z | Downloaded paste v1.0.15 |
206 | 2024-08-06T22:20:34.649Z | Downloaded usdt v0.5.0 |
207 | 2024-08-06T22:20:34.649Z | Downloaded tinyvec_macros v0.1.1 |
208 | 2024-08-06T22:20:34.649Z | Downloaded slab v0.4.9 |
209 | 2024-08-06T22:20:34.649Z | Downloaded serde_path_to_error v0.1.16 |
210 | 2024-08-06T22:20:34.649Z | Downloaded time-core v0.1.2 |
211 | 2024-08-06T22:20:34.655Z | Downloaded macaddr v1.0.1 |
212 | 2024-08-06T22:20:34.656Z | Downloaded strsim v0.11.1 |
213 | 2024-08-06T22:20:34.656Z | Downloaded try-lock v0.2.5 |
214 | 2024-08-06T22:20:34.656Z | Downloaded anyhow v1.0.86 |
215 | 2024-08-06T22:20:34.656Z | Downloaded rustls-pemfile v1.0.4 |
216 | 2024-08-06T22:20:34.660Z | Downloaded slog-json v2.6.1 |
217 | 2024-08-06T22:20:34.660Z | Downloaded serde_tokenstream v0.2.1 |
218 | 2024-08-06T22:20:34.667Z | Downloaded autocfg v1.3.0 |
219 | 2024-08-06T22:20:34.668Z | Downloaded thread_local v1.1.8 |
220 | 2024-08-06T22:20:34.668Z | Downloaded hostname v0.3.1 |
221 | 2024-08-06T22:20:34.679Z | Downloaded futures-sink v0.3.30 |
222 | 2024-08-06T22:20:34.680Z | Downloaded cpufeatures v0.2.12 |
223 | 2024-08-06T22:20:34.680Z | Downloaded dirs-next v2.0.0 |
224 | 2024-08-06T22:20:34.680Z | Downloaded rand_core v0.6.4 |
225 | 2024-08-06T22:20:34.680Z | Downloaded pretty-hex v0.4.1 |
226 | 2024-08-06T22:20:34.680Z | Downloaded parse-display v0.9.1 |
227 | 2024-08-06T22:20:34.680Z | Downloaded strum v0.26.3 |
228 | 2024-08-06T22:20:34.680Z | Downloaded native-tls v0.2.12 |
229 | 2024-08-06T22:20:34.680Z | Downloaded async-trait v0.1.81 |
230 | 2024-08-06T22:20:34.689Z | Downloaded untrusted v0.9.0 |
231 | 2024-08-06T22:20:34.689Z | Downloaded fnv v1.0.7 |
232 | 2024-08-06T22:20:34.690Z | Downloaded ipnet v2.9.0 |
233 | 2024-08-06T22:20:34.690Z | Downloaded dof v0.3.0 |
234 | 2024-08-06T22:20:34.690Z | Downloaded thiserror v1.0.63 |
235 | 2024-08-06T22:20:34.694Z | Downloaded rustversion v1.0.17 |
236 | 2024-08-06T22:20:34.695Z | Downloaded percent-encoding v2.3.1 |
237 | 2024-08-06T22:20:34.695Z | Downloaded ipnetwork v0.20.0 |
238 | 2024-08-06T22:20:34.695Z | Downloaded http-body v0.4.6 |
239 | 2024-08-06T22:20:34.695Z | Downloaded thread-id v4.2.2 |
240 | 2024-08-06T22:20:34.695Z | Downloaded serde_urlencoded v0.7.1 |
241 | 2024-08-06T22:20:34.701Z | Downloaded sync_wrapper v0.1.2 |
242 | 2024-08-06T22:20:34.702Z | Downloaded parking_lot_core v0.9.10 |
243 | 2024-08-06T22:20:34.702Z | Downloaded structmeta-derive v0.3.0 |
244 | 2024-08-06T22:20:34.702Z | Downloaded futures-core v0.3.30 |
245 | 2024-08-06T22:20:34.702Z | Downloaded digest v0.10.7 |
246 | 2024-08-06T22:20:34.707Z | Downloaded usdt-impl v0.5.0 |
247 | 2024-08-06T22:20:34.707Z | Downloaded debug-ignore v1.0.5 |
248 | 2024-08-06T22:20:34.707Z | Downloaded cfg-if v1.0.0 |
249 | 2024-08-06T22:20:34.707Z | Downloaded toml_datetime v0.6.8 |
250 | 2024-08-06T22:20:34.712Z | Downloaded pkg-config v0.3.30 |
251 | 2024-08-06T22:20:34.712Z | Downloaded pest_generator v2.7.11 |
252 | 2024-08-06T22:20:34.712Z | Downloaded camino v1.1.7 |
253 | 2024-08-06T22:20:34.712Z | Downloaded signal-hook-registry v1.4.2 |
254 | 2024-08-06T22:20:34.723Z | Downloaded parse-display-derive v0.9.1 |
255 | 2024-08-06T22:20:34.723Z | Downloaded tower-service v0.3.2 |
256 | 2024-08-06T22:20:34.723Z | Downloaded generic-array v0.14.7 |
257 | 2024-08-06T22:20:34.723Z | Downloaded darling v0.20.10 |
258 | 2024-08-06T22:20:34.729Z | Downloaded tokio-native-tls v0.3.1 |
259 | 2024-08-06T22:20:34.729Z | Downloaded byteorder v1.5.0 |
260 | 2024-08-06T22:20:34.730Z | Downloaded plain v0.2.3 |
261 | 2024-08-06T22:20:34.730Z | Downloaded sha2 v0.10.8 |
262 | 2024-08-06T22:20:34.730Z | Downloaded rustls-pki-types v1.8.0 |
263 | 2024-08-06T22:20:34.738Z | Downloaded ppv-lite86 v0.2.20 |
264 | 2024-08-06T22:20:34.738Z | Downloaded num_threads v0.1.7 |
265 | 2024-08-06T22:20:34.738Z | Downloaded num-conv v0.1.0 |
266 | 2024-08-06T22:20:34.738Z | Downloaded futures-channel v0.3.30 |
267 | 2024-08-06T22:20:34.738Z | Downloaded backoff v0.4.0 |
268 | 2024-08-06T22:20:34.738Z | Downloaded sha1 v0.10.6 |
269 | 2024-08-06T22:20:34.743Z | Downloaded openssl-sys v0.9.103 |
270 | 2024-08-06T22:20:34.743Z | Downloaded mime v0.3.17 |
271 | 2024-08-06T22:20:34.744Z | Downloaded iana-time-zone v0.1.60 |
272 | 2024-08-06T22:20:34.751Z | Downloaded once_cell v1.19.0 |
273 | 2024-08-06T22:20:34.751Z | Downloaded slog-bunyan v2.5.0 |
274 | 2024-08-06T22:20:34.751Z | Downloaded time-macros v0.2.18 |
275 | 2024-08-06T22:20:34.751Z | Downloaded tokio-rustls v0.25.0 |
276 | 2024-08-06T22:20:34.756Z | Downloaded multer v3.1.0 |
277 | 2024-08-06T22:20:34.756Z | Downloaded futures v0.3.30 |
278 | 2024-08-06T22:20:34.761Z | Downloaded strum_macros v0.26.4 |
279 | 2024-08-06T22:20:34.761Z | Downloaded bitflags v2.6.0 |
280 | 2024-08-06T22:20:34.765Z | Downloaded thiserror-impl v1.0.63 |
281 | 2024-08-06T22:20:34.765Z | Downloaded powerfmt v0.2.0 |
282 | 2024-08-06T22:20:34.765Z | Downloaded zerocopy-derive v0.7.35 |
283 | 2024-08-06T22:20:34.776Z | Downloaded tokio-macros v2.4.0 |
284 | 2024-08-06T22:20:34.776Z | Downloaded darling_core v0.20.10 |
285 | 2024-08-06T22:20:34.785Z | Downloaded allocator-api2 v0.2.18 |
286 | 2024-08-06T22:20:34.785Z | Downloaded semver v1.0.23 |
287 | 2024-08-06T22:20:34.785Z | Downloaded log v0.4.22 |
288 | 2024-08-06T22:20:34.785Z | Downloaded toml v0.8.19 |
289 | 2024-08-06T22:20:34.797Z | Downloaded indexmap v2.3.0 |
290 | 2024-08-06T22:20:34.797Z | Downloaded serde_derive v1.0.204 |
291 | 2024-08-06T22:20:34.797Z | Downloaded tinyvec v1.8.0 |
292 | 2024-08-06T22:20:34.797Z | Downloaded cc v1.1.7 |
293 | 2024-08-06T22:20:34.813Z | Downloaded slog-term v2.9.1 |
294 | 2024-08-06T22:20:34.813Z | Downloaded typenum v1.17.0 |
295 | 2024-08-06T22:20:34.813Z | Downloaded ucd-trie v0.1.6 |
296 | 2024-08-06T22:20:34.813Z | Downloaded pest_derive v2.7.11 |
297 | 2024-08-06T22:20:34.813Z | Downloaded subtle v2.6.1 |
298 | 2024-08-06T22:20:34.814Z | Downloaded proc-macro2 v1.0.86 |
299 | 2024-08-06T22:20:34.824Z | Downloaded sct v0.7.1 |
300 | 2024-08-06T22:20:34.824Z | Downloaded scroll v0.12.0 |
301 | 2024-08-06T22:20:34.824Z | Downloaded term v0.7.0 |
302 | 2024-08-06T22:20:34.824Z | Downloaded ryu v1.0.18 |
303 | 2024-08-06T22:20:34.824Z | Downloaded tokio-rustls v0.24.1 |
304 | 2024-08-06T22:20:34.825Z | Downloaded unicode-bidi v0.3.15 |
305 | 2024-08-06T22:20:34.825Z | Downloaded http v1.1.0 |
306 | 2024-08-06T22:20:34.833Z | Downloaded serde_yaml v0.9.34+deprecated |
307 | 2024-08-06T22:20:34.833Z | Downloaded serde_derive_internals v0.29.1 |
308 | 2024-08-06T22:20:34.833Z | Downloaded schemars v0.8.21 |
309 | 2024-08-06T22:20:34.840Z | Downloaded http v0.2.12 |
310 | 2024-08-06T22:20:34.845Z | Downloaded tracing v0.1.40 |
311 | 2024-08-06T22:20:34.852Z | Downloaded slog v2.7.0 |
312 | 2024-08-06T22:20:34.852Z | Downloaded spin v0.9.8 |
313 | 2024-08-06T22:20:34.866Z | Downloaded socket2 v0.5.7 |
314 | 2024-08-06T22:20:34.866Z | Downloaded rand v0.8.5 |
315 | 2024-08-06T22:20:34.879Z | Downloaded memchr v2.7.4 |
316 | 2024-08-06T22:20:34.879Z | Downloaded hashbrown v0.12.3 |
317 | 2024-08-06T22:20:34.879Z | Downloaded toml_edit v0.22.20 |
318 | 2024-08-06T22:20:34.888Z | Downloaded serde_with_macros v3.9.0 |
319 | 2024-08-06T22:20:34.891Z | Downloaded tracing-core v0.1.32 |
320 | 2024-08-06T22:20:34.892Z | Downloaded time v0.3.36 |
321 | 2024-08-06T22:20:34.896Z | Downloaded tokio-util v0.7.11 |
322 | 2024-08-06T22:20:34.901Z | Downloaded aho-corasick v1.1.3 |
323 | 2024-08-06T22:20:34.906Z | Downloaded url v2.5.2 |
324 | 2024-08-06T22:20:34.910Z | Downloaded goblin v0.8.2 |
325 | 2024-08-06T22:20:34.916Z | Downloaded chrono v0.4.38 |
326 | 2024-08-06T22:20:34.922Z | Downloaded hyper v0.14.30 |
327 | 2024-08-06T22:20:34.933Z | Downloaded h2 v0.3.26 |
328 | 2024-08-06T22:20:34.937Z | Downloaded unicode-normalization v0.1.23 |
329 | 2024-08-06T22:20:34.940Z | Downloaded futures-util v0.3.30 |
330 | 2024-08-06T22:20:34.954Z | Downloaded serde v1.0.204 |
331 | 2024-08-06T22:20:34.955Z | Downloaded openssl v0.10.66 |
332 | 2024-08-06T22:20:34.960Z | Downloaded idna v0.5.0 |
333 | 2024-08-06T22:20:34.966Z | Downloaded openapiv3 v2.0.0 |
334 | 2024-08-06T22:20:34.977Z | Downloaded winnow v0.6.18 |
335 | 2024-08-06T22:20:34.985Z | Downloaded pest v2.7.11 |
336 | 2024-08-06T22:20:34.989Z | Downloaded serde_with v3.9.0 |
337 | 2024-08-06T22:20:34.997Z | Downloaded serde_json v1.0.122 |
338 | 2024-08-06T22:20:35.003Z | Downloaded zerocopy v0.7.35 |
339 | 2024-08-06T22:20:35.018Z | Downloaded mio v1.0.1 |
340 | 2024-08-06T22:20:35.023Z | Downloaded rustls-webpki v0.101.7 |
341 | 2024-08-06T22:20:35.036Z | Downloaded reqwest v0.11.27 |
342 | 2024-08-06T22:20:35.042Z | Downloaded libc v0.2.155 |
343 | 2024-08-06T22:20:35.067Z | Downloaded hashbrown v0.14.5 |
344 | 2024-08-06T22:20:35.071Z | Downloaded webpki-roots v0.25.4 |
345 | 2024-08-06T22:20:35.075Z | Downloaded base64 v0.21.7 |
346 | 2024-08-06T22:20:35.078Z | Downloaded encoding_rs v0.8.34 |
347 | 2024-08-06T22:20:35.097Z | Downloaded rustls-webpki v0.102.6 |
348 | 2024-08-06T22:20:35.113Z | Downloaded regex v1.10.6 |
349 | 2024-08-06T22:20:35.124Z | Downloaded syn v2.0.72 |
350 | 2024-08-06T22:20:35.134Z | Downloaded vcpkg v0.2.15 |
351 | 2024-08-06T22:20:35.169Z | Downloaded rustls v0.21.12 |
352 | 2024-08-06T22:20:35.179Z | Downloaded regress v0.10.0 |
353 | 2024-08-06T22:20:35.186Z | Downloaded rustls v0.22.4 |
354 | 2024-08-06T22:20:35.198Z | Downloaded regress v0.9.1 |
355 | 2024-08-06T22:20:35.206Z | Downloaded regex-syntax v0.8.4 |
356 | 2024-08-06T22:20:35.212Z | Downloaded rustls-pemfile v2.1.3 |
357 | 2024-08-06T22:20:35.215Z | Downloaded quote v1.0.36 |
358 | 2024-08-06T22:20:35.218Z | Downloaded uuid v1.10.0 |
359 | 2024-08-06T22:20:35.220Z | Downloaded unsafe-libyaml v0.2.11 |
360 | 2024-08-06T22:20:35.223Z | Downloaded crossbeam-channel v0.5.13 |
361 | 2024-08-06T22:20:35.226Z | Downloaded bytes v1.7.1 |
362 | 2024-08-06T22:20:35.229Z | Downloaded pest_meta v2.7.11 |
363 | 2024-08-06T22:20:35.231Z | Downloaded pin-project-lite v0.2.14 |
364 | 2024-08-06T22:20:35.234Z | Downloaded crossbeam-utils v0.8.20 |
365 | 2024-08-06T22:20:35.238Z | Downloaded base64 v0.22.1 |
366 | 2024-08-06T22:20:35.241Z | Downloaded structmeta v0.3.0 |
367 | 2024-08-06T22:20:35.241Z | Downloaded regex-automata v0.4.7 |
368 | 2024-08-06T22:20:35.256Z | Downloaded smallvec v1.13.2 |
369 | 2024-08-06T22:20:35.259Z | Downloaded parking_lot v0.12.3 |
370 | 2024-08-06T22:20:35.262Z | Downloaded schemars_derive v0.8.21 |
371 | 2024-08-06T22:20:35.262Z | Downloaded unicode-ident v1.0.12 |
372 | 2024-08-06T22:20:35.264Z | Downloaded num-traits v0.2.19 |
373 | 2024-08-06T22:20:35.269Z | Downloaded indexmap v1.9.3 |
374 | 2024-08-06T22:20:35.271Z | Downloaded serde_spanned v0.6.7 |
375 | 2024-08-06T22:20:35.271Z | Downloaded tokio v1.39.2 |
376 | 2024-08-06T22:20:35.302Z | Downloaded rand_chacha v0.3.1 |
377 | 2024-08-06T22:20:35.549Z | Downloaded ring v0.17.8 |
378 | 2024-08-06T22:20:35.732Z | Compiling proc-macro2 v1.0.86 |
379 | 2024-08-06T22:20:35.732Z | Compiling unicode-ident v1.0.12 |
380 | 2024-08-06T22:20:35.735Z | Compiling libc v0.2.155 |
381 | 2024-08-06T22:20:35.735Z | Checking cfg-if v1.0.0 |
382 | 2024-08-06T22:20:35.735Z | Compiling version_check v0.9.5 |
383 | 2024-08-06T22:20:35.735Z | Compiling autocfg v1.3.0 |
384 | 2024-08-06T22:20:35.735Z | Compiling serde v1.0.204 |
385 | 2024-08-06T22:20:35.749Z | Checking memchr v2.7.4 |
386 | 2024-08-06T22:20:35.813Z | Compiling serde_json v1.0.122 |
387 | 2024-08-06T22:20:35.910Z | Checking itoa v1.0.11 |
388 | 2024-08-06T22:20:36.334Z | Compiling ahash v0.8.11 |
389 | 2024-08-06T22:20:36.387Z | Checking once_cell v1.19.0 |
390 | 2024-08-06T22:20:36.460Z | Checking byteorder v1.5.0 |
391 | 2024-08-06T22:20:36.583Z | Compiling thiserror v1.0.63 |
392 | 2024-08-06T22:20:36.733Z | Compiling cc v1.1.7 |
393 | 2024-08-06T22:20:38.657Z | Compiling num-traits v0.2.19 |
394 | 2024-08-06T22:20:38.673Z | Checking pin-project-lite v0.2.14 |
395 | 2024-08-06T22:20:38.685Z | Checking ryu v1.0.18 |
396 | 2024-08-06T22:20:38.689Z | Checking log v0.4.22 |
397 | 2024-08-06T22:20:38.747Z | Checking bytes v1.7.1 |
398 | 2024-08-06T22:20:38.888Z | Checking allocator-api2 v0.2.18 |
399 | 2024-08-06T22:20:38.946Z | Compiling lock_api v0.4.12 |
400 | 2024-08-06T22:20:39.100Z | Compiling parking_lot_core v0.9.10 |
401 | 2024-08-06T22:20:39.147Z | Compiling schemars v0.8.21 |
402 | 2024-08-06T22:20:39.197Z | Compiling ring v0.17.8 |
403 | 2024-08-06T22:20:39.328Z | Checking getrandom v0.2.15 |
404 | 2024-08-06T22:20:39.374Z | Checking smallvec v1.13.2 |
405 | 2024-08-06T22:20:39.461Z | Checking scopeguard v1.2.0 |
406 | 2024-08-06T22:20:39.497Z | Checking futures-core v0.3.30 |
407 | 2024-08-06T22:20:39.506Z | Compiling quote v1.0.36 |
408 | 2024-08-06T22:20:39.527Z | Checking signal-hook-registry v1.4.2 |
409 | 2024-08-06T22:20:39.532Z | Checking mio v1.0.1 |
410 | 2024-08-06T22:20:39.660Z | Checking socket2 v0.5.7 |
411 | 2024-08-06T22:20:39.727Z | Compiling slab v0.4.9 |
412 | 2024-08-06T22:20:39.997Z | Compiling syn v2.0.72 |
413 | 2024-08-06T22:20:40.032Z | Checking parking_lot v0.12.3 |
414 | 2024-08-06T22:20:40.067Z | Checking futures-sink v0.3.30 |
415 | 2024-08-06T22:20:40.091Z | Checking spin v0.9.8 |
416 | 2024-08-06T22:20:40.140Z | Checking untrusted v0.9.0 |
417 | 2024-08-06T22:20:40.182Z | Checking equivalent v1.0.1 |
418 | 2024-08-06T22:20:40.224Z | Checking fnv v1.0.7 |
419 | 2024-08-06T22:20:40.264Z | Checking futures-channel v0.3.30 |
420 | 2024-08-06T22:20:40.272Z | Compiling pkg-config v0.3.30 |
421 | 2024-08-06T22:20:40.328Z | Compiling vcpkg v0.2.15 |
422 | 2024-08-06T22:20:40.336Z | Checking pin-utils v0.1.0 |
423 | 2024-08-06T22:20:40.410Z | Checking futures-task v0.3.30 |
424 | 2024-08-06T22:20:40.488Z | Compiling semver v1.0.23 |
425 | 2024-08-06T22:20:40.567Z | Compiling heck v0.5.0 |
426 | 2024-08-06T22:20:40.599Z | Checking futures-io v0.3.30 |
427 | 2024-08-06T22:20:40.954Z | Checking iana-time-zone v0.1.60 |
428 | 2024-08-06T22:20:40.954Z | Compiling ucd-trie v0.1.6 |
429 | 2024-08-06T22:20:40.975Z | Checking http v0.2.12 |
430 | 2024-08-06T22:20:41.380Z | Compiling httparse v1.9.4 |
431 | 2024-08-06T22:20:41.403Z | Checking dyn-clone v1.0.17 |
432 | 2024-08-06T22:20:41.806Z | Compiling openssl-sys v0.9.103 |
433 | 2024-08-06T22:20:42.076Z | Checking tracing-core v0.1.32 |
434 | 2024-08-06T22:20:42.188Z | Compiling uuid v1.10.0 |
435 | 2024-08-06T22:20:42.569Z | Compiling chrono v0.4.38 |
436 | 2024-08-06T22:20:42.669Z | Checking tracing v0.1.40 |
437 | 2024-08-06T22:20:42.713Z | Checking foreign-types-shared v0.1.1 |
438 | 2024-08-06T22:20:42.757Z | Compiling openssl v0.10.66 |
439 | 2024-08-06T22:20:42.777Z | Checking try-lock v0.2.5 |
440 | 2024-08-06T22:20:42.879Z | Compiling slog v2.7.0 |
441 | 2024-08-06T22:20:42.897Z | Checking want v0.3.1 |
442 | 2024-08-06T22:20:42.954Z | Checking foreign-types v0.3.2 |
443 | 2024-08-06T22:20:43.071Z | Checking http-body v0.4.6 |
444 | 2024-08-06T22:20:43.157Z | Compiling aho-corasick v1.1.3 |
445 | 2024-08-06T22:20:43.316Z | Checking bitflags v2.6.0 |
446 | 2024-08-06T22:20:43.364Z | Compiling typenum v1.17.0 |
447 | 2024-08-06T22:20:43.488Z | Compiling rustls v0.21.12 |
448 | 2024-08-06T22:20:43.771Z | Checking percent-encoding v2.3.1 |
449 | 2024-08-06T22:20:43.949Z | Checking tinyvec_macros v0.1.1 |
450 | 2024-08-06T22:20:44.012Z | Compiling native-tls v0.2.12 |
451 | 2024-08-06T22:20:44.155Z | Compiling regex-syntax v0.8.4 |
452 | 2024-08-06T22:20:44.379Z | Checking httpdate v1.0.3 |
453 | 2024-08-06T22:20:44.524Z | Checking tower-service v0.3.2 |
454 | 2024-08-06T22:20:44.625Z | Checking tinyvec v1.8.0 |
455 | 2024-08-06T22:20:44.666Z | Checking form_urlencoded v1.2.1 |
456 | 2024-08-06T22:20:45.217Z | Compiling generic-array v0.14.7 |
457 | 2024-08-06T22:20:45.493Z | Checking openssl-probe v0.1.5 |
458 | 2024-08-06T22:20:45.698Z | Checking unicode-normalization v0.1.23 |
459 | 2024-08-06T22:20:46.057Z | Compiling serde_derive_internals v0.29.1 |
460 | 2024-08-06T22:20:47.095Z | Compiling usdt-impl v0.5.0 |
461 | 2024-08-06T22:20:47.152Z | Checking encoding_rs v0.8.34 |
462 | 2024-08-06T22:20:47.484Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-06T22:20:47.692Z | Checking mime v0.3.17 |
464 | 2024-08-06T22:20:47.997Z | Compiling time-core v0.1.2 |
465 | 2024-08-06T22:20:48.161Z | Checking powerfmt v0.2.0 |
466 | 2024-08-06T22:20:48.253Z | Compiling num-conv v0.1.0 |
467 | 2024-08-06T22:20:48.407Z | Checking unicode-bidi v0.3.15 |
468 | 2024-08-06T22:20:48.520Z | Compiling time-macros v0.2.18 |
469 | 2024-08-06T22:20:48.979Z | Checking idna v0.5.0 |
470 | 2024-08-06T22:20:49.195Z | Checking deranged v0.3.11 |
471 | 2024-08-06T22:20:49.593Z | Compiling thread-id v4.2.2 |
472 | 2024-08-06T22:20:50.945Z | Compiling strsim v0.11.1 |
473 | 2024-08-06T22:20:51.019Z | Checking base64 v0.21.7 |
474 | 2024-08-06T22:20:51.173Z | Compiling serde_derive v1.0.204 |
475 | 2024-08-06T22:20:51.240Z | Compiling zerocopy-derive v0.7.35 |
476 | 2024-08-06T22:20:51.302Z | Compiling thiserror-impl v1.0.63 |
477 | 2024-08-06T22:20:51.459Z | Compiling schemars_derive v0.8.21 |
478 | 2024-08-06T22:20:51.593Z | Compiling tokio-macros v2.4.0 |
479 | 2024-08-06T22:20:51.639Z | Compiling futures-macro v0.3.30 |
480 | 2024-08-06T22:20:52.659Z | Compiling openssl-macros v0.1.1 |
481 | 2024-08-06T22:20:53.108Z | Checking tokio v1.39.2 |
482 | 2024-08-06T22:20:53.240Z | Checking zerocopy v0.7.35 |
483 | 2024-08-06T22:20:53.481Z | Checking futures-util v0.3.30 |
484 | 2024-08-06T22:20:54.188Z | Compiling pest v2.7.11 |
485 | 2024-08-06T22:20:55.014Z | Checking hashbrown v0.14.5 |
486 | 2024-08-06T22:20:55.090Z | Checking rustls-webpki v0.101.7 |
487 | 2024-08-06T22:20:55.746Z | Checking sct v0.7.1 |
488 | 2024-08-06T22:20:56.196Z | Compiling regex v1.10.6 |
489 | 2024-08-06T22:20:56.852Z | Compiling pest_meta v2.7.11 |
490 | 2024-08-06T22:20:57.082Z | Compiling regress v0.10.0 |
491 | 2024-08-06T22:20:57.119Z | Compiling scroll_derive v0.12.0 |
492 | 2024-08-06T22:20:58.862Z | Compiling pest_generator v2.7.11 |
493 | 2024-08-06T22:20:59.173Z | Checking scroll v0.12.0 |
494 | 2024-08-06T22:21:00.268Z | Checking tokio-util v0.7.11 |
495 | 2024-08-06T22:21:00.582Z | Checking tokio-rustls v0.24.1 |
496 | 2024-08-06T22:21:00.914Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-08-06T22:21:00.990Z | Compiling pest_derive v2.7.11 |
498 | 2024-08-06T22:21:01.032Z | Compiling crossbeam-utils v0.8.20 |
499 | 2024-08-06T22:21:01.121Z | Checking rustls-pki-types v1.8.0 |
500 | 2024-08-06T22:21:01.548Z | Checking plain v0.2.3 |
501 | 2024-08-06T22:21:01.594Z | Checking num_threads v0.1.7 |
502 | 2024-08-06T22:21:01.673Z | Compiling ident_case v1.0.1 |
503 | 2024-08-06T22:21:01.776Z | Checking goblin v0.8.2 |
504 | 2024-08-06T22:21:01.817Z | Checking time v0.3.36 |
505 | 2024-08-06T22:21:01.828Z | Compiling darling_core v0.20.10 |
506 | 2024-08-06T22:21:01.835Z | Compiling dtrace-parser v0.2.0 |
507 | 2024-08-06T22:21:03.571Z | Checking rustls-pemfile v1.0.4 |
508 | 2024-08-06T22:21:03.729Z | Checking indexmap v2.3.0 |
509 | 2024-08-06T22:21:04.965Z | Compiling serde_tokenstream v0.2.1 |
510 | 2024-08-06T22:21:05.629Z | Checking h2 v0.3.26 |
511 | 2024-08-06T22:21:06.108Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-08-06T22:21:06.243Z | Checking openapiv3 v2.0.0 |
513 | 2024-08-06T22:21:06.843Z | Compiling dof v0.3.0 |
514 | 2024-08-06T22:21:07.177Z | Checking url v2.5.2 |
515 | 2024-08-06T22:21:07.835Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
516 | 2024-08-06T22:21:07.848Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-08-06T22:21:07.993Z | Compiling rustls v0.22.4 |
518 | 2024-08-06T22:21:08.300Z | Compiling rustversion v1.0.17 |
519 | 2024-08-06T22:21:08.348Z | Checking sync_wrapper v0.1.2 |
520 | 2024-08-06T22:21:08.967Z | Checking ipnet v2.9.0 |
521 | 2024-08-06T22:21:09.132Z | Compiling omicron-workspace-hack v0.1.0 |
522 | 2024-08-06T22:21:09.408Z | Compiling paste v1.0.15 |
523 | 2024-08-06T22:21:09.436Z | Compiling unsafe-libyaml v0.2.11 |
524 | 2024-08-06T22:21:09.559Z | Checking webpki-roots v0.25.4 |
525 | 2024-08-06T22:21:09.690Z | Checking pretty-hex v0.4.1 |
526 | 2024-08-06T22:21:09.812Z | Checking hyper v0.14.30 |
527 | 2024-08-06T22:21:09.965Z | Checking dirs-next v2.0.0 |
528 | 2024-08-06T22:21:10.244Z | Compiling darling_macro v0.20.10 |
529 | 2024-08-06T22:21:10.248Z | Checking serde_spanned v0.6.7 |
530 | 2024-08-06T22:21:10.313Z | Checking toml_datetime v0.6.8 |
531 | 2024-08-06T22:21:10.518Z | Checking rustls-webpki v0.102.6 |
532 | 2024-08-06T22:21:10.566Z | Checking ppv-lite86 v0.2.20 |
533 | 2024-08-06T22:21:10.982Z | Compiling serde_yaml v0.9.34+deprecated |
534 | 2024-08-06T22:21:11.056Z | Compiling structmeta-derive v0.3.0 |
535 | 2024-08-06T22:21:11.171Z | Checking block-buffer v0.10.4 |
536 | 2024-08-06T22:21:11.182Z | Checking crypto-common v0.1.6 |
537 | 2024-08-06T22:21:11.318Z | Checking rand_core v0.6.4 |
538 | 2024-08-06T22:21:11.342Z | Checking thread_local v1.1.8 |
539 | 2024-08-06T22:21:11.390Z | Compiling multer v3.1.0 |
540 | 2024-08-06T22:21:11.410Z | Checking winnow v0.6.18 |
541 | 2024-08-06T22:21:11.584Z | Checking subtle v2.6.1 |
542 | 2024-08-06T22:21:11.596Z | Checking match_cfg v0.1.0 |
543 | 2024-08-06T22:21:11.663Z | Compiling slog-async v2.8.0 |
544 | 2024-08-06T22:21:11.714Z | Compiling anyhow v1.0.86 |
545 | 2024-08-06T22:21:11.779Z | Compiling camino v1.1.7 |
546 | 2024-08-06T22:21:12.136Z | Checking zeroize v1.8.1 |
547 | 2024-08-06T22:21:12.433Z | Checking hostname v0.3.1 |
548 | 2024-08-06T22:21:12.480Z | Checking rand_chacha v0.3.1 |
549 | 2024-08-06T22:21:12.814Z | Checking digest v0.10.7 |
550 | 2024-08-06T22:21:13.039Z | Checking crossbeam-channel v0.5.13 |
551 | 2024-08-06T22:21:13.124Z | Compiling darling v0.20.10 |
552 | 2024-08-06T22:21:13.223Z | Checking term v0.7.0 |
553 | 2024-08-06T22:21:13.658Z | Compiling structmeta v0.3.0 |
554 | 2024-08-06T22:21:14.027Z | Compiling usdt-attr-macro v0.5.0 |
555 | 2024-08-06T22:21:14.247Z | Checking hyper-rustls v0.24.2 |
556 | 2024-08-06T22:21:14.508Z | Checking hyper-tls v0.5.0 |
557 | 2024-08-06T22:21:14.516Z | Checking toml_edit v0.22.20 |
558 | 2024-08-06T22:21:14.590Z | Compiling usdt-macro v0.5.0 |
559 | 2024-08-06T22:21:14.655Z | Checking slog-json v2.6.1 |
560 | 2024-08-06T22:21:14.755Z | Checking reqwest v0.11.27 |
561 | 2024-08-06T22:21:14.887Z | Checking futures-executor v0.3.30 |
562 | 2024-08-06T22:21:14.950Z | Compiling async-stream-impl v0.3.5 |
563 | 2024-08-06T22:21:15.090Z | Checking http v1.1.0 |
564 | 2024-08-06T22:21:15.462Z | Checking memmap v0.7.0 |
565 | 2024-08-06T22:21:15.643Z | Checking is-terminal v0.4.12 |
566 | 2024-08-06T22:21:15.746Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
567 | 2024-08-06T22:21:15.804Z | Checking cpufeatures v0.2.12 |
568 | 2024-08-06T22:21:15.879Z | Checking atomic-waker v1.1.2 |
569 | 2024-08-06T22:21:15.982Z | Checking base64 v0.22.1 |
570 | 2024-08-06T22:21:16.011Z | Checking take_mut v0.2.2 |
571 | 2024-08-06T22:21:16.055Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
572 | 2024-08-06T22:21:16.095Z | Checking tokio-rustls v0.25.0 |
573 | 2024-08-06T22:21:16.241Z | Checking async-stream v0.3.5 |
574 | 2024-08-06T22:21:16.329Z | Checking waitgroup v0.1.2 |
575 | 2024-08-06T22:21:16.392Z | Checking sha1 v0.10.6 |
576 | 2024-08-06T22:21:16.407Z | Checking usdt v0.5.0 |
577 | 2024-08-06T22:21:16.415Z | Checking slog-term v2.9.1 |
578 | 2024-08-06T22:21:16.434Z | Checking rustls-pemfile v2.1.3 |
579 | 2024-08-06T22:21:16.440Z | Checking futures v0.3.30 |
580 | 2024-08-06T22:21:16.523Z | Compiling strum_macros v0.26.4 |
581 | 2024-08-06T22:21:16.616Z | Checking slog-bunyan v2.5.0 |
582 | 2024-08-06T22:21:16.616Z | Compiling parse-display-derive v0.9.1 |
583 | 2024-08-06T22:21:16.640Z | Compiling serde_with_macros v3.9.0 |
584 | 2024-08-06T22:21:16.761Z | Checking rand v0.8.5 |
585 | 2024-08-06T22:21:17.003Z | Checking toml v0.8.19 |
586 | 2024-08-06T22:21:17.218Z | Checking newtype-uuid v1.1.0 |
587 | 2024-08-06T22:21:17.437Z | Checking ipnetwork v0.20.0 |
588 | 2024-08-06T22:21:17.440Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
589 | 2024-08-06T22:21:17.747Z | Checking hex v0.4.3 |
590 | 2024-08-06T22:21:17.789Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-08-06T22:21:17.982Z | Compiling async-trait v0.1.81 |
592 | 2024-08-06T22:21:18.262Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-08-06T22:21:18.407Z | Checking hostname v0.4.0 |
594 | 2024-08-06T22:21:18.520Z | Checking instant v0.1.13 |
595 | 2024-08-06T22:21:18.603Z | Checking debug-ignore v1.0.5 |
596 | 2024-08-06T22:21:18.707Z | Checking backoff v0.4.0 |
597 | 2024-08-06T22:21:18.960Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
598 | 2024-08-06T22:21:19.018Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
599 | 2024-08-06T22:21:19.074Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
600 | 2024-08-06T22:21:19.139Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
601 | 2024-08-06T22:21:19.229Z | Checking serde_with v3.9.0 |
602 | 2024-08-06T22:21:19.358Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
603 | 2024-08-06T22:21:19.468Z | Checking macaddr v1.0.1 |
604 | 2024-08-06T22:21:19.766Z | Checking regress v0.9.1 |
605 | 2024-08-06T22:21:20.598Z | Checking parse-display v0.9.1 |
606 | 2024-08-06T22:21:20.878Z | Checking strum v0.26.3 |
607 | 2024-08-06T22:21:21.659Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
608 | 2024-08-06T22:21:23.525Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
609 | 2024-08-06T22:21:23.575Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
610 | 2024-08-06T22:21:25.960Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
611 | 2024-08-06T22:21:30.729Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
612 | 2024-08-06T22:21:30.828Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
613 | 2024-08-06T22:21:33.514Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
614 | 2024-08-06T22:21:39.725Z | Checking test-project v0.1.0 (/tmp/test-project) |
615 | 2024-08-06T22:21:39.773Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
616 | 2024-08-06T22:21:39.834Z | + cargo build --release |
617 | 2024-08-06T22:21:40.079Z | Compiling proc-macro2 v1.0.86 |
618 | 2024-08-06T22:21:40.079Z | Compiling unicode-ident v1.0.12 |
619 | 2024-08-06T22:21:40.079Z | Compiling libc v0.2.155 |
620 | 2024-08-06T22:21:40.082Z | Compiling cfg-if v1.0.0 |
621 | 2024-08-06T22:21:40.082Z | Compiling version_check v0.9.5 |
622 | 2024-08-06T22:21:40.083Z | Compiling autocfg v1.3.0 |
623 | 2024-08-06T22:21:40.083Z | Compiling serde v1.0.204 |
624 | 2024-08-06T22:21:40.083Z | Compiling memchr v2.7.4 |
625 | 2024-08-06T22:21:40.179Z | Compiling serde_json v1.0.122 |
626 | 2024-08-06T22:21:40.257Z | Compiling itoa v1.0.11 |
627 | 2024-08-06T22:21:40.589Z | Compiling thiserror v1.0.63 |
628 | 2024-08-06T22:21:40.651Z | Compiling once_cell v1.19.0 |
629 | 2024-08-06T22:21:40.699Z | Compiling ahash v0.8.11 |
630 | 2024-08-06T22:21:40.819Z | Compiling byteorder v1.5.0 |
631 | 2024-08-06T22:21:41.065Z | Compiling cc v1.1.7 |
632 | 2024-08-06T22:21:41.399Z | Compiling num-traits v0.2.19 |
633 | 2024-08-06T22:21:41.560Z | Compiling getrandom v0.2.15 |
634 | 2024-08-06T22:21:41.634Z | Compiling quote v1.0.36 |
635 | 2024-08-06T22:21:41.812Z | Compiling pin-project-lite v0.2.14 |
636 | 2024-08-06T22:21:41.874Z | Compiling ryu v1.0.18 |
637 | 2024-08-06T22:21:41.897Z | Compiling bytes v1.7.1 |
638 | 2024-08-06T22:21:41.927Z | Compiling log v0.4.22 |
639 | 2024-08-06T22:21:42.117Z | Compiling syn v2.0.72 |
640 | 2024-08-06T22:21:42.254Z | Compiling schemars v0.8.21 |
641 | 2024-08-06T22:21:42.375Z | Compiling allocator-api2 v0.2.18 |
642 | 2024-08-06T22:21:42.408Z | Compiling lock_api v0.4.12 |
643 | 2024-08-06T22:21:42.591Z | Compiling parking_lot_core v0.9.10 |
644 | 2024-08-06T22:21:42.630Z | Compiling smallvec v1.13.2 |
645 | 2024-08-06T22:21:42.838Z | Compiling scopeguard v1.2.0 |
646 | 2024-08-06T22:21:42.871Z | Compiling futures-core v0.3.30 |
647 | 2024-08-06T22:21:43.101Z | Compiling socket2 v0.5.7 |
648 | 2024-08-06T22:21:43.115Z | Compiling mio v1.0.1 |
649 | 2024-08-06T22:21:43.177Z | Compiling signal-hook-registry v1.4.2 |
650 | 2024-08-06T22:21:43.456Z | Compiling parking_lot v0.12.3 |
651 | 2024-08-06T22:21:43.759Z | Compiling slab v0.4.9 |
652 | 2024-08-06T22:21:43.872Z | Compiling futures-sink v0.3.30 |
653 | 2024-08-06T22:21:44.014Z | Compiling spin v0.9.8 |
654 | 2024-08-06T22:21:44.035Z | Compiling ring v0.17.8 |
655 | 2024-08-06T22:21:44.259Z | Compiling equivalent v1.0.1 |
656 | 2024-08-06T22:21:44.312Z | Compiling untrusted v0.9.0 |
657 | 2024-08-06T22:21:44.351Z | Compiling fnv v1.0.7 |
658 | 2024-08-06T22:21:44.478Z | Compiling semver v1.0.23 |
659 | 2024-08-06T22:21:44.706Z | Compiling futures-channel v0.3.30 |
660 | 2024-08-06T22:21:44.964Z | Compiling futures-task v0.3.30 |
661 | 2024-08-06T22:21:44.970Z | Compiling futures-io v0.3.30 |
662 | 2024-08-06T22:21:45.020Z | Compiling heck v0.5.0 |
663 | 2024-08-06T22:21:45.163Z | Compiling pkg-config v0.3.30 |
664 | 2024-08-06T22:21:45.223Z | Compiling vcpkg v0.2.15 |
665 | 2024-08-06T22:21:45.241Z | Compiling pin-utils v0.1.0 |
666 | 2024-08-06T22:21:45.516Z | Compiling iana-time-zone v0.1.60 |
667 | 2024-08-06T22:21:45.528Z | Compiling ucd-trie v0.1.6 |
668 | 2024-08-06T22:21:45.987Z | Compiling http v0.2.12 |
669 | 2024-08-06T22:21:46.319Z | Compiling httparse v1.9.4 |
670 | 2024-08-06T22:21:46.501Z | Compiling dyn-clone v1.0.17 |
671 | 2024-08-06T22:21:46.825Z | Compiling openssl-sys v0.9.103 |
672 | 2024-08-06T22:21:47.098Z | Compiling tracing-core v0.1.32 |
673 | 2024-08-06T22:21:47.319Z | Compiling chrono v0.4.38 |
674 | 2024-08-06T22:21:47.557Z | Compiling uuid v1.10.0 |
675 | 2024-08-06T22:21:48.049Z | Compiling tracing v0.1.40 |
676 | 2024-08-06T22:21:49.296Z | Compiling serde_derive_internals v0.29.1 |
677 | 2024-08-06T22:21:49.445Z | Compiling try-lock v0.2.5 |
678 | 2024-08-06T22:21:49.574Z | Compiling slog v2.7.0 |
679 | 2024-08-06T22:21:49.766Z | Compiling foreign-types-shared v0.1.1 |
680 | 2024-08-06T22:21:49.858Z | Compiling openssl v0.10.66 |
681 | 2024-08-06T22:21:50.179Z | Compiling foreign-types v0.3.2 |
682 | 2024-08-06T22:21:50.262Z | Compiling want v0.3.1 |
683 | 2024-08-06T22:21:50.537Z | Compiling http-body v0.4.6 |
684 | 2024-08-06T22:21:50.739Z | Compiling aho-corasick v1.1.3 |
685 | 2024-08-06T22:21:51.028Z | Compiling typenum v1.17.0 |
686 | 2024-08-06T22:21:51.491Z | Compiling tower-service v0.3.2 |
687 | 2024-08-06T22:21:51.602Z | Compiling rustls v0.21.12 |
688 | 2024-08-06T22:21:51.779Z | Compiling percent-encoding v2.3.1 |
689 | 2024-08-06T22:21:51.818Z | Compiling httpdate v1.0.3 |
690 | 2024-08-06T22:21:51.920Z | Compiling bitflags v2.6.0 |
691 | 2024-08-06T22:21:51.985Z | Compiling regex-syntax v0.8.4 |
692 | 2024-08-06T22:21:52.244Z | Compiling native-tls v0.2.12 |
693 | 2024-08-06T22:21:52.251Z | Compiling tinyvec_macros v0.1.1 |
694 | 2024-08-06T22:21:52.321Z | Compiling tinyvec v1.8.0 |
695 | 2024-08-06T22:21:52.614Z | Compiling form_urlencoded v1.2.1 |
696 | 2024-08-06T22:21:53.161Z | Compiling generic-array v0.14.7 |
697 | 2024-08-06T22:21:53.593Z | Compiling openssl-probe v0.1.5 |
698 | 2024-08-06T22:21:53.961Z | Compiling unicode-normalization v0.1.23 |
699 | 2024-08-06T22:21:54.552Z | Compiling serde_derive v1.0.204 |
700 | 2024-08-06T22:21:54.920Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-08-06T22:21:55.007Z | Compiling thiserror-impl v1.0.63 |
702 | 2024-08-06T22:21:55.199Z | Compiling schemars_derive v0.8.21 |
703 | 2024-08-06T22:21:55.459Z | Compiling tokio-macros v2.4.0 |
704 | 2024-08-06T22:21:56.936Z | Compiling zerocopy v0.7.35 |
705 | 2024-08-06T22:21:57.693Z | Compiling tokio v1.39.2 |
706 | 2024-08-06T22:21:58.153Z | Compiling futures-macro v0.3.30 |
707 | 2024-08-06T22:21:59.073Z | Compiling hashbrown v0.14.5 |
708 | 2024-08-06T22:22:00.016Z | Compiling futures-util v0.3.30 |
709 | 2024-08-06T22:22:00.474Z | Compiling pest v2.7.11 |
710 | 2024-08-06T22:22:00.703Z | Compiling regress v0.10.0 |
711 | 2024-08-06T22:22:05.429Z | Compiling pest_meta v2.7.11 |
712 | 2024-08-06T22:22:05.580Z | Compiling openssl-macros v0.1.1 |
713 | 2024-08-06T22:22:06.342Z | Compiling tokio-util v0.7.11 |
714 | 2024-08-06T22:22:07.170Z | Compiling pest_generator v2.7.11 |
715 | 2024-08-06T22:22:08.892Z | Compiling indexmap v2.3.0 |
716 | 2024-08-06T22:22:09.709Z | Compiling serde_tokenstream v0.2.1 |
717 | 2024-08-06T22:22:11.455Z | Compiling h2 v0.3.26 |
718 | 2024-08-06T22:22:14.635Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
719 | 2024-08-06T22:22:15.223Z | Compiling pest_derive v2.7.11 |
720 | 2024-08-06T22:22:16.087Z | Compiling sct v0.7.1 |
721 | 2024-08-06T22:22:16.513Z | Compiling rustls-webpki v0.101.7 |
722 | 2024-08-06T22:22:17.799Z | Compiling hyper v0.14.30 |
723 | 2024-08-06T22:22:20.648Z | Compiling regex-automata v0.4.7 |
724 | 2024-08-06T22:22:25.216Z | Compiling regex v1.10.6 |
725 | 2024-08-06T22:22:26.624Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
726 | 2024-08-06T22:22:26.874Z | Compiling scroll_derive v0.12.0 |
727 | 2024-08-06T22:22:27.032Z | Compiling usdt-impl v0.5.0 |
728 | 2024-08-06T22:22:27.408Z | Compiling encoding_rs v0.8.34 |
729 | 2024-08-06T22:22:27.632Z | Compiling unicode-bidi v0.3.15 |
730 | 2024-08-06T22:22:28.337Z | Compiling mime v0.3.17 |
731 | 2024-08-06T22:22:28.509Z | Compiling time-core v0.1.2 |
732 | 2024-08-06T22:22:28.671Z | Compiling num-conv v0.1.0 |
733 | 2024-08-06T22:22:28.948Z | Compiling powerfmt v0.2.0 |
734 | 2024-08-06T22:22:29.484Z | Compiling deranged v0.3.11 |
735 | 2024-08-06T22:22:30.464Z | Compiling time-macros v0.2.18 |
736 | 2024-08-06T22:22:30.646Z | Compiling idna v0.5.0 |
737 | 2024-08-06T22:22:31.774Z | Compiling scroll v0.12.0 |
738 | 2024-08-06T22:22:32.528Z | Compiling tokio-rustls v0.24.1 |
739 | 2024-08-06T22:22:32.942Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-08-06T22:22:33.468Z | Compiling dtrace-parser v0.2.0 |
741 | 2024-08-06T22:22:34.192Z | Compiling dof v0.3.0 |
742 | 2024-08-06T22:22:35.065Z | Compiling serde_urlencoded v0.7.1 |
743 | 2024-08-06T22:22:36.616Z | Compiling thread-id v4.2.2 |
744 | 2024-08-06T22:22:37.339Z | Compiling num_threads v0.1.7 |
745 | 2024-08-06T22:22:37.449Z | Compiling omicron-workspace-hack v0.1.0 |
746 | 2024-08-06T22:22:37.939Z | Compiling plain v0.2.3 |
747 | 2024-08-06T22:22:37.966Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-08-06T22:22:38.087Z | Compiling ident_case v1.0.1 |
749 | 2024-08-06T22:22:38.247Z | Compiling base64 v0.21.7 |
750 | 2024-08-06T22:22:39.157Z | Compiling rustls-pki-types v1.8.0 |
751 | 2024-08-06T22:22:39.341Z | Compiling strsim v0.11.1 |
752 | 2024-08-06T22:22:39.660Z | Compiling darling_core v0.20.10 |
753 | 2024-08-06T22:22:42.343Z | Compiling rustls-pemfile v1.0.4 |
754 | 2024-08-06T22:22:44.121Z | Compiling goblin v0.8.2 |
755 | 2024-08-06T22:22:45.799Z | Compiling time v0.3.36 |
756 | 2024-08-06T22:22:48.916Z | Compiling hyper-tls v0.5.0 |
757 | 2024-08-06T22:22:48.972Z | Compiling hyper-rustls v0.24.2 |
758 | 2024-08-06T22:22:49.272Z | Compiling url v2.5.2 |
759 | 2024-08-06T22:22:50.082Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
760 | 2024-08-06T22:22:50.191Z | Compiling openapiv3 v2.0.0 |
761 | 2024-08-06T22:22:51.750Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-08-06T22:22:53.213Z | Compiling rustversion v1.0.17 |
763 | 2024-08-06T22:22:53.880Z | Compiling unsafe-libyaml v0.2.11 |
764 | 2024-08-06T22:22:54.598Z | Compiling rustls v0.22.4 |
765 | 2024-08-06T22:22:54.703Z | Compiling sync_wrapper v0.1.2 |
766 | 2024-08-06T22:22:54.824Z | Compiling pretty-hex v0.4.1 |
767 | 2024-08-06T22:22:54.867Z | Compiling paste v1.0.15 |
768 | 2024-08-06T22:22:54.926Z | Compiling webpki-roots v0.25.4 |
769 | 2024-08-06T22:22:55.023Z | Compiling ipnet v2.9.0 |
770 | 2024-08-06T22:22:55.414Z | Compiling serde_yaml v0.9.34+deprecated |
771 | 2024-08-06T22:22:55.620Z | Compiling reqwest v0.11.27 |
772 | 2024-08-06T22:22:57.680Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
773 | 2024-08-06T22:22:58.485Z | Compiling dirs-next v2.0.0 |
774 | 2024-08-06T22:22:58.745Z | Compiling darling_macro v0.20.10 |
775 | 2024-08-06T22:23:01.165Z | Compiling rustls-webpki v0.102.6 |
776 | 2024-08-06T22:23:01.691Z | Compiling crypto-common v0.1.6 |
777 | 2024-08-06T22:23:01.887Z | Compiling block-buffer v0.10.4 |
778 | 2024-08-06T22:23:02.102Z | Compiling toml_datetime v0.6.8 |
779 | 2024-08-06T22:23:02.757Z | Compiling serde_spanned v0.6.7 |
780 | 2024-08-06T22:23:02.985Z | Compiling ppv-lite86 v0.2.20 |
781 | 2024-08-06T22:23:03.149Z | Compiling structmeta-derive v0.3.0 |
782 | 2024-08-06T22:23:03.905Z | Compiling rand_core v0.6.4 |
783 | 2024-08-06T22:23:04.367Z | Compiling thread_local v1.1.8 |
784 | 2024-08-06T22:23:04.400Z | Compiling multer v3.1.0 |
785 | 2024-08-06T22:23:04.742Z | Compiling anyhow v1.0.86 |
786 | 2024-08-06T22:23:05.108Z | Compiling winnow v0.6.18 |
787 | 2024-08-06T22:23:05.313Z | Compiling slog-async v2.8.0 |
788 | 2024-08-06T22:23:05.508Z | Compiling zeroize v1.8.1 |
789 | 2024-08-06T22:23:05.523Z | Compiling subtle v2.6.1 |
790 | 2024-08-06T22:23:05.760Z | Compiling match_cfg v0.1.0 |
791 | 2024-08-06T22:23:05.800Z | Compiling camino v1.1.7 |
792 | 2024-08-06T22:23:05.834Z | Compiling hostname v0.3.1 |
793 | 2024-08-06T22:23:05.841Z | Compiling structmeta v0.3.0 |
794 | 2024-08-06T22:23:06.240Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
795 | 2024-08-06T22:23:06.447Z | Compiling rand_chacha v0.3.1 |
796 | 2024-08-06T22:23:07.798Z | Compiling digest v0.10.7 |
797 | 2024-08-06T22:23:08.170Z | Compiling crossbeam-channel v0.5.13 |
798 | 2024-08-06T22:23:09.498Z | Compiling toml_edit v0.22.20 |
799 | 2024-08-06T22:23:09.765Z | Compiling darling v0.20.10 |
800 | 2024-08-06T22:23:09.863Z | Compiling term v0.7.0 |
801 | 2024-08-06T22:23:15.695Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
802 | 2024-08-06T22:23:17.483Z | Compiling usdt-macro v0.5.0 |
803 | 2024-08-06T22:23:18.435Z | Compiling usdt-attr-macro v0.5.0 |
804 | 2024-08-06T22:23:18.774Z | Compiling slog-json v2.6.1 |
805 | 2024-08-06T22:23:19.251Z | Compiling futures-executor v0.3.30 |
806 | 2024-08-06T22:23:19.859Z | Compiling async-stream-impl v0.3.5 |
807 | 2024-08-06T22:23:20.347Z | Compiling http v1.1.0 |
808 | 2024-08-06T22:23:21.111Z | Compiling is-terminal v0.4.12 |
809 | 2024-08-06T22:23:21.188Z | Compiling memmap v0.7.0 |
810 | 2024-08-06T22:23:21.227Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
811 | 2024-08-06T22:23:21.570Z | Compiling take_mut v0.2.2 |
812 | 2024-08-06T22:23:21.590Z | Compiling cpufeatures v0.2.12 |
813 | 2024-08-06T22:23:21.673Z | Compiling atomic-waker v1.1.2 |
814 | 2024-08-06T22:23:21.714Z | Compiling base64 v0.22.1 |
815 | 2024-08-06T22:23:21.839Z | Compiling waitgroup v0.1.2 |
816 | 2024-08-06T22:23:22.797Z | Compiling rustls-pemfile v2.1.3 |
817 | 2024-08-06T22:23:25.105Z | Compiling sha1 v0.10.6 |
818 | 2024-08-06T22:23:25.680Z | Compiling usdt v0.5.0 |
819 | 2024-08-06T22:23:25.876Z | Compiling slog-term v2.9.1 |
820 | 2024-08-06T22:23:26.328Z | Compiling async-stream v0.3.5 |
821 | 2024-08-06T22:23:26.664Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
822 | 2024-08-06T22:23:26.850Z | Compiling futures v0.3.30 |
823 | 2024-08-06T22:23:27.035Z | Compiling slog-bunyan v2.5.0 |
824 | 2024-08-06T22:23:27.231Z | Compiling strum_macros v0.26.4 |
825 | 2024-08-06T22:23:27.309Z | Compiling toml v0.8.19 |
826 | 2024-08-06T22:23:28.806Z | Compiling tokio-rustls v0.25.0 |
827 | 2024-08-06T22:23:29.198Z | Compiling serde_with_macros v3.9.0 |
828 | 2024-08-06T22:23:31.833Z | Compiling rand v0.8.5 |
829 | 2024-08-06T22:23:33.181Z | Compiling parse-display-derive v0.9.1 |
830 | 2024-08-06T22:23:33.762Z | Compiling ipnetwork v0.20.0 |
831 | 2024-08-06T22:23:33.913Z | Compiling newtype-uuid v1.1.0 |
832 | 2024-08-06T22:23:34.230Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
833 | 2024-08-06T22:23:34.893Z | Compiling hex v0.4.3 |
834 | 2024-08-06T22:23:35.556Z | Compiling serde_path_to_error v0.1.16 |
835 | 2024-08-06T22:23:36.575Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-08-06T22:23:37.250Z | Compiling async-trait v0.1.81 |
837 | 2024-08-06T22:23:37.373Z | Compiling hostname v0.4.0 |
838 | 2024-08-06T22:23:37.610Z | Compiling instant v0.1.13 |
839 | 2024-08-06T22:23:37.753Z | Compiling debug-ignore v1.0.5 |
840 | 2024-08-06T22:23:37.884Z | Compiling backoff v0.4.0 |
841 | 2024-08-06T22:23:37.937Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
842 | 2024-08-06T22:23:38.123Z | Compiling parse-display v0.9.1 |
843 | 2024-08-06T22:23:38.206Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
844 | 2024-08-06T22:23:38.365Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
845 | 2024-08-06T22:23:38.491Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
846 | 2024-08-06T22:23:38.960Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
847 | 2024-08-06T22:23:39.017Z | Compiling serde_with v3.9.0 |
848 | 2024-08-06T22:23:40.063Z | Compiling strum v0.26.3 |
849 | 2024-08-06T22:23:40.250Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
850 | 2024-08-06T22:23:41.049Z | Compiling macaddr v1.0.1 |
851 | 2024-08-06T22:23:41.660Z | Compiling regress v0.9.1 |
852 | 2024-08-06T22:23:47.658Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
853 | 2024-08-06T22:23:56.544Z | Compiling test-project v0.1.0 (/tmp/test-project) |
854 | 2024-08-06T22:24:04.539Z | Finished `release` profile [optimized] target(s) in 2m 24s |
855 | 2024-08-06T22:24:04.594Z | process exited: duration 218485 ms, exit code 0 |
|
856 | 2024-08-06T22:24:04.599Z | found 0 output files |