|
|
|
1 | 2024-10-18T22:10:04.037Z | job assigned to worker 01JAGTV3A6A4Z02JBJQ1G6TA07 (queued for 50 s) |
|
2 | 2024-10-18T22:10:11.082Z | starting task 0: "setup" |
3 | 2024-10-18T22:10:11.089Z | ++ uname -s |
4 | 2024-10-18T22:10:11.092Z | + kern=SunOS |
5 | 2024-10-18T22:10:11.092Z | + case "$kern" in |
6 | 2024-10-18T22:10:11.092Z | + groupadd -g 12345 build |
7 | 2024-10-18T22:10:11.094Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-10-18T22:10:13.105Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-10-18T22:10:13.209Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-10-18T22:10:13.211Z | + home_fs=zfs |
11 | 2024-10-18T22:10:13.211Z | + [[ zfs == autofs ]] |
12 | 2024-10-18T22:10:13.211Z | + mkdir -p /home/build |
13 | 2024-10-18T22:10:13.214Z | + chown build:build /home/build /work |
14 | 2024-10-18T22:10:15.216Z | + chmod 0700 /home/build /work |
15 | 2024-10-18T22:10:15.218Z | process exited: duration 4137 ms, exit code 0 |
|
16 | 2024-10-18T22:10:15.224Z | starting task 1: "rust-toolchain" |
17 | 2024-10-18T22:10:15.230Z | + printf ' * toolchain channel = "%s" |
18 | 2024-10-18T22:10:15.230Z | ' 1.80.1 |
19 | 2024-10-18T22:10:15.232Z | * toolchain channel = "1.80.1" |
20 | 2024-10-18T22:10:15.232Z | + printf ' * toolchain profile = "%s" |
21 | 2024-10-18T22:10:15.232Z | * toolchain profile = "default" |
22 | 2024-10-18T22:10:15.232Z | ' default |
23 | 2024-10-18T22:10:15.232Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-10-18T22:10:15.232Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-10-18T22:10:15.348Z | info: downloading installer |
26 | 2024-10-18T22:10:17.028Z | info: profile set to 'default' |
27 | 2024-10-18T22:10:17.028Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-10-18T22:10:17.030Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-10-18T22:10:17.194Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-10-18T22:10:17.194Z | info: downloading component 'cargo' |
31 | 2024-10-18T22:10:18.169Z | info: downloading component 'clippy' |
32 | 2024-10-18T22:10:18.513Z | info: downloading component 'rust-docs' |
33 | 2024-10-18T22:10:19.862Z | info: downloading component 'rust-std' |
34 | 2024-10-18T22:10:21.758Z | info: downloading component 'rustc' |
35 | 2024-10-18T22:10:27.089Z | info: downloading component 'rustfmt' |
36 | 2024-10-18T22:10:27.373Z | info: installing component 'cargo' |
37 | 2024-10-18T22:10:28.188Z | info: installing component 'clippy' |
38 | 2024-10-18T22:10:28.553Z | info: installing component 'rust-docs' |
39 | 2024-10-18T22:10:30.194Z | info: installing component 'rust-std' |
40 | 2024-10-18T22:10:31.812Z | info: installing component 'rustc' |
41 | 2024-10-18T22:10:35.915Z | info: installing component 'rustfmt' |
42 | 2024-10-18T22:10:36.245Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-10-18T22:10:36.245Z | |
44 | 2024-10-18T22:10:36.499Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-10-18T22:10:36.499Z | |
46 | 2024-10-18T22:10:36.502Z | |
47 | 2024-10-18T22:10:36.502Z | Rust is installed now. Great! |
48 | 2024-10-18T22:10:36.503Z | |
49 | 2024-10-18T22:10:36.503Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-10-18T22:10:36.503Z | environment variable. This has not been done automatically. |
51 | 2024-10-18T22:10:36.503Z | |
52 | 2024-10-18T22:10:36.503Z | To configure your current shell, you need to source |
53 | 2024-10-18T22:10:36.503Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-10-18T22:10:36.503Z | |
55 | 2024-10-18T22:10:36.503Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-10-18T22:10:36.503Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-10-18T22:10:36.503Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-10-18T22:10:36.549Z | + rustc --version |
59 | 2024-10-18T22:10:36.611Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-10-18T22:10:36.614Z | process exited: duration 21386 ms, exit code 0 |
|
61 | 2024-10-18T22:10:36.621Z | starting task 2: "authentication" |
62 | 2024-10-18T22:10:36.642Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-10-18T22:10:36.650Z | starting task 3: "clone repository" |
64 | 2024-10-18T22:10:36.654Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-10-18T22:10:36.657Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-10-18T22:10:36.945Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-10-18T22:10:43.614Z | + cd /work/oxidecomputer/omicron |
68 | 2024-10-18T22:10:43.615Z | + git fetch origin e725a7682413619bab3a80edd0c7908693a2402e |
69 | 2024-10-18T22:10:43.901Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-10-18T22:10:43.902Z | * branch e725a7682413619bab3a80edd0c7908693a2402e -> FETCH_HEAD |
71 | 2024-10-18T22:10:43.911Z | + [[ -n single-node-clickhouse-init ]] |
72 | 2024-10-18T22:10:43.914Z | ++ git branch --show-current |
73 | 2024-10-18T22:10:43.917Z | + current=main |
74 | 2024-10-18T22:10:43.917Z | + [[ main != single-node-clickhouse-init ]] |
75 | 2024-10-18T22:10:43.917Z | + git branch -f single-node-clickhouse-init e725a7682413619bab3a80edd0c7908693a2402e |
76 | 2024-10-18T22:10:43.921Z | + git checkout -f single-node-clickhouse-init |
77 | 2024-10-18T22:10:44.084Z | Switched to branch 'single-node-clickhouse-init' |
78 | 2024-10-18T22:10:44.089Z | + git reset --hard e725a7682413619bab3a80edd0c7908693a2402e |
79 | 2024-10-18T22:10:44.107Z | HEAD is now at e725a7682 WIP: Single-node ClickHouse database initialization |
80 | 2024-10-18T22:10:44.110Z | process exited: duration 7458 ms, exit code 0 |
|
81 | 2024-10-18T22:10:44.119Z | starting task 4: "build" |
82 | 2024-10-18T22:10:44.122Z | + source .github/buildomat/ci-env.sh |
83 | 2024-10-18T22:10:44.126Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-10-18T22:10:44.126Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-10-18T22:10:44.126Z | + cargo --version |
86 | 2024-10-18T22:10:44.175Z | cargo 1.80.1 (376290515 2024-07-16) |
87 | 2024-10-18T22:10:44.179Z | + rustc --version |
88 | 2024-10-18T22:10:44.234Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
89 | 2024-10-18T22:10:44.238Z | + cd /tmp |
90 | 2024-10-18T22:10:44.238Z | + cargo new --lib test-project |
91 | 2024-10-18T22:10:44.289Z | Creating library `test-project` package |
92 | 2024-10-18T22:10:44.362Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-10-18T22:10:44.366Z | + cd test-project |
94 | 2024-10-18T22:10:44.366Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-10-18T22:10:44.420Z | Adding omicron-common (local) to dependencies |
96 | 2024-10-18T22:10:44.421Z | Features: |
97 | 2024-10-18T22:10:44.423Z | - proptest |
98 | 2024-10-18T22:10:44.423Z | - test-strategy |
99 | 2024-10-18T22:10:44.423Z | - testing |
100 | 2024-10-18T22:10:44.424Z | Updating crates.io index |
101 | 2024-10-18T22:10:44.467Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-10-18T22:10:45.215Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-10-18T22:10:45.636Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-10-18T22:10:45.965Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-10-18T22:10:47.254Z | Locking 300 packages to latest compatible versions |
106 | 2024-10-18T22:10:47.257Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-10-18T22:10:47.257Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-10-18T22:10:47.257Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-10-18T22:10:47.257Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-10-18T22:10:47.257Z | Adding hashbrown v0.12.3 (latest: v0.15.0) |
111 | 2024-10-18T22:10:47.257Z | Adding hashbrown v0.14.5 (latest: v0.15.0) |
112 | 2024-10-18T22:10:47.258Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
113 | 2024-10-18T22:10:47.258Z | Adding hostname v0.3.1 (latest: v0.4.0) |
114 | 2024-10-18T22:10:47.258Z | Adding idna v0.5.0 (latest: v1.0.2) |
115 | 2024-10-18T22:10:47.261Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-10-18T22:10:47.261Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-10-18T22:10:47.264Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-10-18T22:10:47.267Z | Adding rustls v0.22.4 (latest: v0.23.15) |
119 | 2024-10-18T22:10:47.270Z | Adding security-framework v2.11.1 (latest: v3.0.0) |
120 | 2024-10-18T22:10:47.274Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-10-18T22:10:47.274Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
122 | 2024-10-18T22:10:47.277Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
123 | 2024-10-18T22:10:47.277Z | Adding windows v0.52.0 (latest: v0.58.0) |
124 | 2024-10-18T22:10:47.277Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
125 | 2024-10-18T22:10:47.277Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
126 | 2024-10-18T22:10:47.277Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
127 | 2024-10-18T22:10:47.277Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
128 | 2024-10-18T22:10:47.277Z | Adding zerocopy v0.7.35 (latest: v0.8.6) |
129 | 2024-10-18T22:10:47.277Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.6) |
130 | 2024-10-18T22:10:47.350Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
131 | 2024-10-18T22:10:47.354Z | + cargo check |
132 | 2024-10-18T22:10:47.512Z | Updating crates.io index |
133 | 2024-10-18T22:10:48.182Z | Locking 2 packages to latest compatible versions |
134 | 2024-10-18T22:10:51.311Z | Adding omicron-workspace-hack v0.1.0 |
135 | 2024-10-18T22:10:53.381Z | Adding test-project v0.1.0 (/tmp/test-project) |
136 | 2024-10-18T22:10:54.124Z | Downloading crates ... |
137 | 2024-10-18T22:10:54.210Z | Downloaded async-stream v0.3.6 |
138 | 2024-10-18T22:10:54.218Z | Downloaded foreign-types-shared v0.1.1 |
139 | 2024-10-18T22:10:54.225Z | Downloaded darling_macro v0.20.10 |
140 | 2024-10-18T22:10:54.247Z | Downloaded usdt-macro v0.5.0 |
141 | 2024-10-18T22:10:54.265Z | Downloaded num_threads v0.1.7 |
142 | 2024-10-18T22:10:54.265Z | Downloaded dirs-next v2.0.0 |
143 | 2024-10-18T22:10:54.265Z | Downloaded allocator-api2 v0.2.18 |
144 | 2024-10-18T22:10:54.265Z | Downloaded num-conv v0.1.0 |
145 | 2024-10-18T22:10:54.265Z | Downloaded futures-executor v0.3.31 |
146 | 2024-10-18T22:10:54.265Z | Downloaded atomic-waker v1.1.2 |
147 | 2024-10-18T22:10:54.265Z | Downloaded instant v0.1.13 |
148 | 2024-10-18T22:10:54.265Z | Downloaded async-stream-impl v0.3.6 |
149 | 2024-10-18T22:10:54.265Z | Downloaded pretty-hex v0.4.1 |
150 | 2024-10-18T22:10:54.265Z | Downloaded tower-service v0.3.3 |
151 | 2024-10-18T22:10:54.265Z | Downloaded futures-macro v0.3.31 |
152 | 2024-10-18T22:10:54.266Z | Downloaded crypto-common v0.1.6 |
153 | 2024-10-18T22:10:54.266Z | Downloaded cpufeatures v0.2.14 |
154 | 2024-10-18T22:10:54.266Z | Downloaded block-buffer v0.10.4 |
155 | 2024-10-18T22:10:54.266Z | Downloaded http-body-util v0.1.2 |
156 | 2024-10-18T22:10:54.270Z | Downloaded itoa v1.0.11 |
157 | 2024-10-18T22:10:54.270Z | Downloaded dof v0.3.0 |
158 | 2024-10-18T22:10:54.270Z | Downloaded fnv v1.0.7 |
159 | 2024-10-18T22:10:54.279Z | Downloaded ipnetwork v0.20.0 |
160 | 2024-10-18T22:10:54.279Z | Downloaded mime v0.3.17 |
161 | 2024-10-18T22:10:54.279Z | Downloaded sha1 v0.10.6 |
162 | 2024-10-18T22:10:54.279Z | Downloaded progenitor v0.8.0 |
163 | 2024-10-18T22:10:54.285Z | Downloaded parse-display v0.10.0 |
164 | 2024-10-18T22:10:54.285Z | Downloaded zeroize v1.8.1 |
165 | 2024-10-18T22:10:54.285Z | Downloaded waitgroup v0.1.2 |
166 | 2024-10-18T22:10:54.285Z | Downloaded macaddr v1.0.1 |
167 | 2024-10-18T22:10:54.303Z | Downloaded autocfg v1.4.0 |
168 | 2024-10-18T22:10:54.303Z | Downloaded scopeguard v1.2.0 |
169 | 2024-10-18T22:10:54.303Z | Downloaded paste v1.0.15 |
170 | 2024-10-18T22:10:54.317Z | Downloaded pkg-config v0.3.31 |
171 | 2024-10-18T22:10:54.317Z | Downloaded toml_datetime v0.6.8 |
172 | 2024-10-18T22:10:54.317Z | Downloaded deranged v0.3.11 |
173 | 2024-10-18T22:10:54.317Z | Downloaded httparse v1.9.5 |
174 | 2024-10-18T22:10:54.318Z | Downloaded dyn-clone v1.0.17 |
175 | 2024-10-18T22:10:54.318Z | Downloaded slab v0.4.9 |
176 | 2024-10-18T22:10:54.318Z | Downloaded shlex v1.3.0 |
177 | 2024-10-18T22:10:54.318Z | Downloaded serde_with_macros v3.11.0 |
178 | 2024-10-18T22:10:54.318Z | Downloaded serde_path_to_error v0.1.16 |
179 | 2024-10-18T22:10:54.318Z | Downloaded serde_tokenstream v0.2.2 |
180 | 2024-10-18T22:10:54.330Z | Downloaded serde_derive_internals v0.29.1 |
181 | 2024-10-18T22:10:54.330Z | Downloaded once_cell v1.20.2 |
182 | 2024-10-18T22:10:54.330Z | Downloaded crossbeam-utils v0.8.20 |
183 | 2024-10-18T22:10:54.330Z | Downloaded sync_wrapper v1.0.1 |
184 | 2024-10-18T22:10:54.330Z | Downloaded native-tls v0.2.12 |
185 | 2024-10-18T22:10:54.351Z | Downloaded equivalent v1.0.1 |
186 | 2024-10-18T22:10:54.351Z | Downloaded dtrace-parser v0.2.0 |
187 | 2024-10-18T22:10:54.351Z | Downloaded match_cfg v0.1.0 |
188 | 2024-10-18T22:10:54.351Z | Downloaded semver v1.0.23 |
189 | 2024-10-18T22:10:54.351Z | Downloaded powerfmt v0.2.0 |
190 | 2024-10-18T22:10:54.351Z | Downloaded foreign-types v0.3.2 |
191 | 2024-10-18T22:10:54.351Z | Downloaded strum v0.26.3 |
192 | 2024-10-18T22:10:54.351Z | Downloaded try-lock v0.2.5 |
193 | 2024-10-18T22:10:54.351Z | Downloaded openssl-macros v0.1.1 |
194 | 2024-10-18T22:10:54.351Z | Downloaded ident_case v1.0.1 |
195 | 2024-10-18T22:10:54.352Z | Downloaded rustversion v1.0.17 |
196 | 2024-10-18T22:10:54.359Z | Downloaded rustc-hash v2.0.0 |
197 | 2024-10-18T22:10:54.359Z | Downloaded rand_chacha v0.3.1 |
198 | 2024-10-18T22:10:54.360Z | Downloaded rustls-pki-types v1.9.0 |
199 | 2024-10-18T22:10:54.360Z | Downloaded quote v1.0.37 |
200 | 2024-10-18T22:10:54.360Z | Downloaded omicron-workspace-hack v0.1.0 |
201 | 2024-10-18T22:10:54.360Z | Downloaded openssl-probe v0.1.5 |
202 | 2024-10-18T22:10:54.360Z | Downloaded ahash v0.8.11 |
203 | 2024-10-18T22:10:54.360Z | Downloaded ipnet v2.10.1 |
204 | 2024-10-18T22:10:54.360Z | Downloaded lock_api v0.4.12 |
205 | 2024-10-18T22:10:54.375Z | Downloaded futures v0.3.31 |
206 | 2024-10-18T22:10:54.375Z | Downloaded scroll_derive v0.12.0 |
207 | 2024-10-18T22:10:54.375Z | Downloaded byteorder v1.5.0 |
208 | 2024-10-18T22:10:54.384Z | Downloaded progenitor-client v0.8.0 |
209 | 2024-10-18T22:10:54.384Z | Downloaded take_mut v0.2.2 |
210 | 2024-10-18T22:10:54.384Z | Downloaded time-core v0.1.2 |
211 | 2024-10-18T22:10:54.384Z | Downloaded want v0.3.1 |
212 | 2024-10-18T22:10:54.384Z | Downloaded usdt-attr-macro v0.5.0 |
213 | 2024-10-18T22:10:54.384Z | Downloaded hyper-tls v0.6.0 |
214 | 2024-10-18T22:10:54.384Z | Downloaded darling_core v0.20.10 |
215 | 2024-10-18T22:10:54.384Z | Downloaded bytes v1.7.2 |
216 | 2024-10-18T22:10:54.392Z | Downloaded progenitor-impl v0.8.0 |
217 | 2024-10-18T22:10:54.392Z | Downloaded slog-async v2.8.0 |
218 | 2024-10-18T22:10:54.392Z | Downloaded version_check v0.9.5 |
219 | 2024-10-18T22:10:54.392Z | Downloaded untrusted v0.9.0 |
220 | 2024-10-18T22:10:54.402Z | Downloaded http-body v1.0.1 |
221 | 2024-10-18T22:10:54.402Z | Downloaded futures-sink v0.3.31 |
222 | 2024-10-18T22:10:54.402Z | Downloaded generic-array v0.14.7 |
223 | 2024-10-18T22:10:54.402Z | Downloaded openssl-sys v0.9.103 |
224 | 2024-10-18T22:10:54.411Z | Downloaded is-terminal v0.4.13 |
225 | 2024-10-18T22:10:54.411Z | Downloaded thread-id v4.2.2 |
226 | 2024-10-18T22:10:54.411Z | Downloaded pin-utils v0.1.0 |
227 | 2024-10-18T22:10:54.411Z | Downloaded percent-encoding v2.3.1 |
228 | 2024-10-18T22:10:54.411Z | Downloaded hostname v0.4.0 |
229 | 2024-10-18T22:10:54.412Z | Downloaded usdt-impl v0.5.0 |
230 | 2024-10-18T22:10:54.412Z | Downloaded httpdate v1.0.3 |
231 | 2024-10-18T22:10:54.419Z | Downloaded tokio-macros v2.4.0 |
232 | 2024-10-18T22:10:54.419Z | Downloaded structmeta-derive v0.3.0 |
233 | 2024-10-18T22:10:54.419Z | Downloaded newtype-uuid v1.1.2 |
234 | 2024-10-18T22:10:54.419Z | Downloaded strsim v0.11.1 |
235 | 2024-10-18T22:10:54.419Z | Downloaded hex v0.4.3 |
236 | 2024-10-18T22:10:54.419Z | Downloaded futures-task v0.3.31 |
237 | 2024-10-18T22:10:54.427Z | Downloaded schemars_derive v0.8.21 |
238 | 2024-10-18T22:10:54.427Z | Downloaded tinyvec_macros v0.1.1 |
239 | 2024-10-18T22:10:54.427Z | Downloaded serde_spanned v0.6.8 |
240 | 2024-10-18T22:10:54.427Z | Downloaded time-macros v0.2.18 |
241 | 2024-10-18T22:10:54.427Z | Downloaded anyhow v1.0.89 |
242 | 2024-10-18T22:10:54.434Z | Downloaded signal-hook-registry v1.4.2 |
243 | 2024-10-18T22:10:54.434Z | Downloaded tracing-core v0.1.32 |
244 | 2024-10-18T22:10:54.442Z | Downloaded digest v0.10.7 |
245 | 2024-10-18T22:10:54.442Z | Downloaded subtle v2.6.1 |
246 | 2024-10-18T22:10:54.442Z | Downloaded base64 v0.22.1 |
247 | 2024-10-18T22:10:54.448Z | Downloaded typify v0.2.0 |
248 | 2024-10-18T22:10:54.448Z | Downloaded slog-json v2.6.1 |
249 | 2024-10-18T22:10:54.462Z | Downloaded ucd-trie v0.1.7 |
250 | 2024-10-18T22:10:54.462Z | Downloaded schemars v0.8.21 |
251 | 2024-10-18T22:10:54.474Z | Downloaded thiserror v1.0.64 |
252 | 2024-10-18T22:10:54.474Z | Downloaded thiserror-impl v1.0.64 |
253 | 2024-10-18T22:10:54.488Z | Downloaded pest_derive v2.7.14 |
254 | 2024-10-18T22:10:54.488Z | Downloaded slog-bunyan v2.5.0 |
255 | 2024-10-18T22:10:54.488Z | Downloaded sha2 v0.10.8 |
256 | 2024-10-18T22:10:54.488Z | Downloaded serde v1.0.210 |
257 | 2024-10-18T22:10:54.488Z | Downloaded tokio-rustls v0.25.0 |
258 | 2024-10-18T22:10:54.510Z | Downloaded spin v0.9.8 |
259 | 2024-10-18T22:10:54.510Z | Downloaded smallvec v1.13.2 |
260 | 2024-10-18T22:10:54.510Z | Downloaded scroll v0.12.0 |
261 | 2024-10-18T22:10:54.510Z | Downloaded indexmap v2.6.0 |
262 | 2024-10-18T22:10:54.510Z | Downloaded tokio-native-tls v0.3.1 |
263 | 2024-10-18T22:10:54.510Z | Downloaded serde_derive v1.0.210 |
264 | 2024-10-18T22:10:54.525Z | Downloaded ryu v1.0.18 |
265 | 2024-10-18T22:10:54.525Z | Downloaded tokio-rustls v0.26.0 |
266 | 2024-10-18T22:10:54.525Z | Downloaded log v0.4.22 |
267 | 2024-10-18T22:10:54.525Z | Downloaded indexmap v1.9.3 |
268 | 2024-10-18T22:10:54.525Z | Downloaded unicode-bidi v0.3.17 |
269 | 2024-10-18T22:10:54.525Z | Downloaded slog v2.7.0 |
270 | 2024-10-18T22:10:54.531Z | Downloaded strum_macros v0.26.4 |
271 | 2024-10-18T22:10:54.531Z | Downloaded socket2 v0.5.7 |
272 | 2024-10-18T22:10:54.531Z | Downloaded cc v1.1.30 |
273 | 2024-10-18T22:10:54.531Z | Downloaded tinyvec v1.8.0 |
274 | 2024-10-18T22:10:54.531Z | Downloaded serde_yaml v0.9.34+deprecated |
275 | 2024-10-18T22:10:54.544Z | Downloaded memchr v2.7.4 |
276 | 2024-10-18T22:10:54.544Z | Downloaded tracing v0.1.40 |
277 | 2024-10-18T22:10:54.556Z | Downloaded hashbrown v0.12.3 |
278 | 2024-10-18T22:10:54.556Z | Downloaded rand v0.8.5 |
279 | 2024-10-18T22:10:54.574Z | Downloaded mio v1.0.2 |
280 | 2024-10-18T22:10:54.574Z | Downloaded quinn v0.11.5 |
281 | 2024-10-18T22:10:54.574Z | Downloaded http v1.1.0 |
282 | 2024-10-18T22:10:54.582Z | Downloaded hyper-util v0.1.9 |
283 | 2024-10-18T22:10:54.583Z | Downloaded crossbeam-channel v0.5.13 |
284 | 2024-10-18T22:10:54.583Z | Downloaded proc-macro2 v1.0.87 |
285 | 2024-10-18T22:10:54.583Z | Downloaded backoff v0.4.0 |
286 | 2024-10-18T22:10:54.583Z | Downloaded slog-term v2.9.1 |
287 | 2024-10-18T22:10:54.589Z | Downloaded pest v2.7.14 |
288 | 2024-10-18T22:10:54.604Z | Downloaded toml_edit v0.22.22 |
289 | 2024-10-18T22:10:54.614Z | Downloaded serde_with v3.11.0 |
290 | 2024-10-18T22:10:54.623Z | Downloaded hyper v1.4.1 |
291 | 2024-10-18T22:10:54.635Z | Downloaded hashbrown v0.15.0 |
292 | 2024-10-18T22:10:54.644Z | Downloaded zerocopy v0.7.35 |
293 | 2024-10-18T22:10:54.653Z | Downloaded time v0.3.36 |
294 | 2024-10-18T22:10:54.666Z | Downloaded tokio-util v0.7.12 |
295 | 2024-10-18T22:10:54.678Z | Downloaded serde_json v1.0.128 |
296 | 2024-10-18T22:10:54.690Z | Downloaded h2 v0.4.6 |
297 | 2024-10-18T22:10:54.690Z | Downloaded quinn-proto v0.11.8 |
298 | 2024-10-18T22:10:54.703Z | Downloaded chrono v0.4.38 |
299 | 2024-10-18T22:10:54.703Z | Downloaded goblin v0.8.2 |
300 | 2024-10-18T22:10:54.717Z | Downloaded vcpkg v0.2.15 |
301 | 2024-10-18T22:10:54.742Z | Downloaded rustls-webpki v0.102.8 |
302 | 2024-10-18T22:10:54.764Z | Downloaded syn v2.0.79 |
303 | 2024-10-18T22:10:54.784Z | Downloaded dropshot v0.12.0 |
304 | 2024-10-18T22:10:54.799Z | Downloaded regex v1.11.0 |
305 | 2024-10-18T22:10:54.825Z | Downloaded rustls v0.22.4 |
306 | 2024-10-18T22:10:54.844Z | Downloaded regress v0.10.1 |
307 | 2024-10-18T22:10:54.845Z | Downloaded rustls v0.23.14 |
308 | 2024-10-18T22:10:54.862Z | Downloaded regex-syntax v0.8.5 |
309 | 2024-10-18T22:10:54.862Z | Downloaded typify-impl v0.2.0 |
310 | 2024-10-18T22:10:54.885Z | Downloaded regress v0.9.1 |
311 | 2024-10-18T22:10:54.894Z | Downloaded regex-automata v0.4.8 |
312 | 2024-10-18T22:10:54.894Z | Downloaded openapiv3 v2.0.0 |
313 | 2024-10-18T22:10:54.901Z | Downloaded openssl v0.10.66 |
314 | 2024-10-18T22:10:54.911Z | Downloaded webpki-roots v0.26.6 |
315 | 2024-10-18T22:10:54.918Z | Downloaded libc v0.2.159 |
316 | 2024-10-18T22:10:54.943Z | Downloaded tokio v1.40.0 |
317 | 2024-10-18T22:10:54.980Z | Downloaded idna v0.5.0 |
318 | 2024-10-18T22:10:54.986Z | Downloaded aho-corasick v1.1.3 |
319 | 2024-10-18T22:10:55.007Z | Downloaded encoding_rs v0.8.34 |
320 | 2024-10-18T22:10:55.019Z | Downloaded reqwest v0.12.8 |
321 | 2024-10-18T22:10:55.027Z | Downloaded winnow v0.6.20 |
322 | 2024-10-18T22:10:55.033Z | Downloaded futures-util v0.3.31 |
323 | 2024-10-18T22:10:55.044Z | Downloaded hashbrown v0.14.5 |
324 | 2024-10-18T22:10:55.049Z | Downloaded unicode-normalization v0.1.24 |
325 | 2024-10-18T22:10:55.049Z | Downloaded term v0.7.0 |
326 | 2024-10-18T22:10:55.052Z | Downloaded toml v0.8.19 |
327 | 2024-10-18T22:10:55.056Z | Downloaded num-traits v0.2.19 |
328 | 2024-10-18T22:10:55.060Z | Downloaded bitflags v2.6.0 |
329 | 2024-10-18T22:10:55.064Z | Downloaded unsafe-libyaml v0.2.11 |
330 | 2024-10-18T22:10:55.066Z | Downloaded uuid v1.10.0 |
331 | 2024-10-18T22:10:55.066Z | Downloaded url v2.5.2 |
332 | 2024-10-18T22:10:55.070Z | Downloaded multer v3.1.0 |
333 | 2024-10-18T22:10:55.074Z | Downloaded hyper-rustls v0.27.3 |
334 | 2024-10-18T22:10:55.074Z | Downloaded serde_urlencoded v0.7.1 |
335 | 2024-10-18T22:10:55.079Z | Downloaded rustls-pemfile v2.2.0 |
336 | 2024-10-18T22:10:55.079Z | Downloaded ppv-lite86 v0.2.20 |
337 | 2024-10-18T22:10:55.079Z | Downloaded pest_meta v2.7.14 |
338 | 2024-10-18T22:10:55.084Z | Downloaded parking_lot_core v0.9.10 |
339 | 2024-10-18T22:10:55.084Z | Downloaded parking_lot v0.12.3 |
340 | 2024-10-18T22:10:55.087Z | Downloaded zerocopy-derive v0.7.35 |
341 | 2024-10-18T22:10:55.105Z | Downloaded memmap v0.7.0 |
342 | 2024-10-18T22:10:55.105Z | Downloaded camino v1.1.9 |
343 | 2024-10-18T22:10:55.153Z | Downloaded futures-channel v0.3.31 |
344 | 2024-10-18T22:10:55.153Z | Downloaded darling v0.20.10 |
345 | 2024-10-18T22:10:55.153Z | Downloaded async-trait v0.1.83 |
346 | 2024-10-18T22:10:55.154Z | Downloaded structmeta v0.3.0 |
347 | 2024-10-18T22:10:55.154Z | Downloaded quinn-udp v0.5.5 |
348 | 2024-10-18T22:10:55.154Z | Downloaded plain v0.2.3 |
349 | 2024-10-18T22:10:55.154Z | Downloaded parse-display-derive v0.10.0 |
350 | 2024-10-18T22:10:55.154Z | Downloaded thread_local v1.1.8 |
351 | 2024-10-18T22:10:55.154Z | Downloaded rand_core v0.6.4 |
352 | 2024-10-18T22:10:55.154Z | Downloaded futures-core v0.3.31 |
353 | 2024-10-18T22:10:55.154Z | Downloaded debug-ignore v1.0.5 |
354 | 2024-10-18T22:10:55.154Z | Downloaded cfg-if v1.0.0 |
355 | 2024-10-18T22:10:55.154Z | Downloaded usdt v0.5.0 |
356 | 2024-10-18T22:10:55.154Z | Downloaded typify-macro v0.2.0 |
357 | 2024-10-18T22:10:55.154Z | Downloaded futures-io v0.3.31 |
358 | 2024-10-18T22:10:55.154Z | Downloaded form_urlencoded v1.2.1 |
359 | 2024-10-18T22:10:55.154Z | Downloaded dirs-sys-next v0.1.2 |
360 | 2024-10-18T22:10:55.154Z | Downloaded unicode-ident v1.0.13 |
361 | 2024-10-18T22:10:55.154Z | Downloaded typenum v1.17.0 |
362 | 2024-10-18T22:10:55.154Z | Downloaded dropshot_endpoint v0.12.0 |
363 | 2024-10-18T22:10:55.158Z | Downloaded pin-project-lite v0.2.14 |
364 | 2024-10-18T22:10:55.158Z | Downloaded progenitor-macro v0.8.0 |
365 | 2024-10-18T22:10:55.158Z | Downloaded pest_generator v2.7.14 |
366 | 2024-10-18T22:10:55.158Z | Downloaded iana-time-zone v0.1.61 |
367 | 2024-10-18T22:10:55.158Z | Downloaded hostname v0.3.1 |
368 | 2024-10-18T22:10:55.158Z | Downloaded getrandom v0.2.15 |
369 | 2024-10-18T22:10:55.158Z | Downloaded heck v0.5.0 |
370 | 2024-10-18T22:10:55.158Z | Downloaded ring v0.17.8 |
371 | 2024-10-18T22:10:55.477Z | Compiling proc-macro2 v1.0.87 |
372 | 2024-10-18T22:10:55.477Z | Compiling unicode-ident v1.0.13 |
373 | 2024-10-18T22:10:55.485Z | Compiling libc v0.2.159 |
374 | 2024-10-18T22:10:55.485Z | Checking cfg-if v1.0.0 |
375 | 2024-10-18T22:10:55.485Z | Compiling autocfg v1.4.0 |
376 | 2024-10-18T22:10:55.485Z | Compiling serde v1.0.210 |
377 | 2024-10-18T22:10:55.485Z | Compiling version_check v0.9.5 |
378 | 2024-10-18T22:10:55.503Z | Checking memchr v2.7.4 |
379 | 2024-10-18T22:10:55.618Z | Compiling serde_json v1.0.128 |
380 | 2024-10-18T22:10:59.675Z | Checking itoa v1.0.11 |
381 | 2024-10-18T22:10:59.675Z | Compiling thiserror v1.0.64 |
382 | 2024-10-18T22:10:59.675Z | Checking once_cell v1.20.2 |
383 | 2024-10-18T22:10:59.675Z | Compiling shlex v1.3.0 |
384 | 2024-10-18T22:10:59.675Z | Compiling cc v1.1.30 |
385 | 2024-10-18T22:10:59.675Z | Checking pin-project-lite v0.2.14 |
386 | 2024-10-18T22:10:59.675Z | Compiling num-traits v0.2.19 |
387 | 2024-10-18T22:10:59.675Z | Checking ryu v1.0.18 |
388 | 2024-10-18T22:10:59.675Z | Checking bytes v1.7.2 |
389 | 2024-10-18T22:10:59.675Z | Checking futures-core v0.3.31 |
390 | 2024-10-18T22:10:59.675Z | Compiling lock_api v0.4.12 |
391 | 2024-10-18T22:10:59.675Z | Compiling byteorder v1.5.0 |
392 | 2024-10-18T22:10:59.675Z | Compiling parking_lot_core v0.9.10 |
393 | 2024-10-18T22:10:59.675Z | Checking getrandom v0.2.15 |
394 | 2024-10-18T22:10:59.675Z | Compiling quote v1.0.37 |
395 | 2024-10-18T22:10:59.675Z | Compiling ahash v0.8.11 |
396 | 2024-10-18T22:10:59.675Z | Checking smallvec v1.13.2 |
397 | 2024-10-18T22:10:59.675Z | Checking scopeguard v1.2.0 |
398 | 2024-10-18T22:10:59.675Z | Compiling schemars v0.8.21 |
399 | 2024-10-18T22:10:59.675Z | Compiling syn v2.0.79 |
400 | 2024-10-18T22:10:59.675Z | Compiling slab v0.4.9 |
401 | 2024-10-18T22:10:59.676Z | Checking futures-sink v0.3.31 |
402 | 2024-10-18T22:10:59.676Z | Checking log v0.4.22 |
403 | 2024-10-18T22:10:59.676Z | Checking socket2 v0.5.7 |
404 | 2024-10-18T22:10:59.676Z | Checking signal-hook-registry v1.4.2 |
405 | 2024-10-18T22:10:59.676Z | Checking mio v1.0.2 |
406 | 2024-10-18T22:10:59.676Z | Checking parking_lot v0.12.3 |
407 | 2024-10-18T22:10:59.723Z | Checking fnv v1.0.7 |
408 | 2024-10-18T22:10:59.779Z | Checking hashbrown v0.15.0 |
409 | 2024-10-18T22:10:59.843Z | Checking equivalent v1.0.1 |
410 | 2024-10-18T22:10:59.928Z | Checking http v1.1.0 |
411 | 2024-10-18T22:10:59.946Z | Checking futures-channel v0.3.31 |
412 | 2024-10-18T22:10:59.965Z | Checking futures-io v0.3.31 |
413 | 2024-10-18T22:11:00.083Z | Compiling ring v0.17.8 |
414 | 2024-10-18T22:11:00.118Z | Checking pin-utils v0.1.0 |
415 | 2024-10-18T22:11:00.136Z | Checking futures-task v0.3.31 |
416 | 2024-10-18T22:11:00.155Z | Compiling semver v1.0.23 |
417 | 2024-10-18T22:11:00.204Z | Compiling pkg-config v0.3.31 |
418 | 2024-10-18T22:11:00.286Z | Compiling heck v0.5.0 |
419 | 2024-10-18T22:11:00.359Z | Checking spin v0.9.8 |
420 | 2024-10-18T22:11:00.549Z | Compiling vcpkg v0.2.15 |
421 | 2024-10-18T22:11:00.649Z | Checking rustls-pki-types v1.9.0 |
422 | 2024-10-18T22:11:00.795Z | Checking iana-time-zone v0.1.61 |
423 | 2024-10-18T22:11:00.938Z | Compiling ucd-trie v0.1.7 |
424 | 2024-10-18T22:11:01.285Z | Compiling httparse v1.9.5 |
425 | 2024-10-18T22:11:01.303Z | Checking untrusted v0.9.0 |
426 | 2024-10-18T22:11:01.444Z | Checking tracing-core v0.1.32 |
427 | 2024-10-18T22:11:01.461Z | Checking dyn-clone v1.0.17 |
428 | 2024-10-18T22:11:01.606Z | Compiling allocator-api2 v0.2.18 |
429 | 2024-10-18T22:11:01.958Z | Checking atomic-waker v1.1.2 |
430 | 2024-10-18T22:11:02.106Z | Checking tracing v0.1.40 |
431 | 2024-10-18T22:11:02.125Z | Compiling openssl-sys v0.9.103 |
432 | 2024-10-18T22:11:02.329Z | Checking http-body v1.0.1 |
433 | 2024-10-18T22:11:02.377Z | Checking try-lock v0.2.5 |
434 | 2024-10-18T22:11:02.487Z | Checking subtle v2.6.1 |
435 | 2024-10-18T22:11:02.503Z | Compiling uuid v1.10.0 |
436 | 2024-10-18T22:11:02.747Z | Checking zeroize v1.8.1 |
437 | 2024-10-18T22:11:02.955Z | Checking want v0.3.1 |
438 | 2024-10-18T22:11:02.986Z | Compiling chrono v0.4.38 |
439 | 2024-10-18T22:11:03.022Z | Checking httpdate v1.0.3 |
440 | 2024-10-18T22:11:03.081Z | Compiling slog v2.7.0 |
441 | 2024-10-18T22:11:03.115Z | Compiling openssl v0.10.66 |
442 | 2024-10-18T22:11:03.131Z | Checking foreign-types-shared v0.1.1 |
443 | 2024-10-18T22:11:03.230Z | Checking foreign-types v0.3.2 |
444 | 2024-10-18T22:11:03.498Z | Compiling aho-corasick v1.1.3 |
445 | 2024-10-18T22:11:03.534Z | Compiling typenum v1.17.0 |
446 | 2024-10-18T22:11:03.597Z | Checking percent-encoding v2.3.1 |
447 | 2024-10-18T22:11:04.226Z | Checking tower-service v0.3.3 |
448 | 2024-10-18T22:11:04.326Z | Compiling rustls v0.23.14 |
449 | 2024-10-18T22:11:04.345Z | Compiling native-tls v0.2.12 |
450 | 2024-10-18T22:11:04.640Z | Checking tinyvec_macros v0.1.1 |
451 | 2024-10-18T22:11:04.658Z | Checking bitflags v2.6.0 |
452 | 2024-10-18T22:11:04.707Z | Compiling regex-syntax v0.8.5 |
453 | 2024-10-18T22:11:04.758Z | Checking tinyvec v1.8.0 |
454 | 2024-10-18T22:11:04.938Z | Checking form_urlencoded v1.2.1 |
455 | 2024-10-18T22:11:05.534Z | Compiling serde_derive_internals v0.29.1 |
456 | 2024-10-18T22:11:05.790Z | Compiling generic-array v0.14.7 |
457 | 2024-10-18T22:11:07.256Z | Checking openssl-probe v0.1.5 |
458 | 2024-10-18T22:11:07.397Z | Compiling regex-automata v0.4.8 |
459 | 2024-10-18T22:11:07.480Z | Checking unicode-normalization v0.1.24 |
460 | 2024-10-18T22:11:08.250Z | Compiling usdt-impl v0.5.0 |
461 | 2024-10-18T22:11:08.595Z | Checking encoding_rs v0.8.34 |
462 | 2024-10-18T22:11:08.629Z | Checking powerfmt v0.2.0 |
463 | 2024-10-18T22:11:08.814Z | Checking mime v0.3.17 |
464 | 2024-10-18T22:11:08.861Z | Compiling time-core v0.1.2 |
465 | 2024-10-18T22:11:09.019Z | Checking unicode-bidi v0.3.17 |
466 | 2024-10-18T22:11:09.525Z | Compiling num-conv v0.1.0 |
467 | 2024-10-18T22:11:09.568Z | Checking idna v0.5.0 |
468 | 2024-10-18T22:11:09.656Z | Checking deranged v0.3.11 |
469 | 2024-10-18T22:11:09.779Z | Compiling time-macros v0.2.18 |
470 | 2024-10-18T22:11:10.108Z | Compiling serde_derive v1.0.210 |
471 | 2024-10-18T22:11:10.302Z | Compiling zerocopy-derive v0.7.35 |
472 | 2024-10-18T22:11:10.808Z | Compiling thiserror-impl v1.0.64 |
473 | 2024-10-18T22:11:11.258Z | Compiling schemars_derive v0.8.21 |
474 | 2024-10-18T22:11:12.028Z | Compiling tokio-macros v2.4.0 |
475 | 2024-10-18T22:11:12.619Z | Compiling futures-macro v0.3.31 |
476 | 2024-10-18T22:11:12.746Z | Compiling zerocopy v0.7.35 |
477 | 2024-10-18T22:11:13.598Z | Checking tokio v1.40.0 |
478 | 2024-10-18T22:11:13.903Z | Compiling pest v2.7.14 |
479 | 2024-10-18T22:11:14.320Z | Checking futures-util v0.3.31 |
480 | 2024-10-18T22:11:14.685Z | Compiling hashbrown v0.14.5 |
481 | 2024-10-18T22:11:14.710Z | Compiling openssl-macros v0.1.1 |
482 | 2024-10-18T22:11:15.856Z | Compiling regress v0.10.1 |
483 | 2024-10-18T22:11:16.344Z | Compiling pest_meta v2.7.14 |
484 | 2024-10-18T22:11:16.536Z | Compiling regex v1.11.0 |
485 | 2024-10-18T22:11:19.255Z | Compiling pest_generator v2.7.14 |
486 | 2024-10-18T22:11:19.930Z | Checking rustls-webpki v0.102.8 |
487 | 2024-10-18T22:11:20.402Z | Checking tokio-util v0.7.12 |
488 | 2024-10-18T22:11:20.448Z | Checking http-body-util v0.1.2 |
489 | 2024-10-18T22:11:20.484Z | Compiling scroll_derive v0.12.0 |
490 | 2024-10-18T22:11:20.970Z | Compiling pest_derive v2.7.14 |
491 | 2024-10-18T22:11:21.102Z | Checking tokio-native-tls v0.3.1 |
492 | 2024-10-18T22:11:21.805Z | Compiling dtrace-parser v0.2.0 |
493 | 2024-10-18T22:11:21.890Z | Checking scroll v0.12.0 |
494 | 2024-10-18T22:11:22.343Z | Checking indexmap v2.6.0 |
495 | 2024-10-18T22:11:23.543Z | Compiling serde_tokenstream v0.2.2 |
496 | 2024-10-18T22:11:23.588Z | Checking h2 v0.4.6 |
497 | 2024-10-18T22:11:24.366Z | Checking serde_urlencoded v0.7.1 |
498 | 2024-10-18T22:11:24.683Z | Compiling thread-id v4.2.2 |
499 | 2024-10-18T22:11:24.702Z | Checking rustls-pemfile v2.2.0 |
500 | 2024-10-18T22:11:24.771Z | Checking webpki-roots v0.26.6 |
501 | 2024-10-18T22:11:24.792Z | Checking plain v0.2.3 |
502 | 2024-10-18T22:11:24.924Z | Compiling ident_case v1.0.1 |
503 | 2024-10-18T22:11:25.092Z | Compiling dof v0.3.0 |
504 | 2024-10-18T22:11:25.438Z | Checking tokio-rustls v0.26.0 |
505 | 2024-10-18T22:11:25.542Z | Compiling strsim v0.11.1 |
506 | 2024-10-18T22:11:25.987Z | Checking num_threads v0.1.7 |
507 | 2024-10-18T22:11:25.991Z | Checking base64 v0.22.1 |
508 | 2024-10-18T22:11:25.991Z | Compiling crossbeam-utils v0.8.20 |
509 | 2024-10-18T22:11:26.121Z | Checking time v0.3.36 |
510 | 2024-10-18T22:11:26.304Z | Compiling darling_core v0.20.10 |
511 | 2024-10-18T22:11:26.621Z | Checking typify-impl v0.2.0 |
512 | 2024-10-18T22:11:26.625Z | Compiling openapiv3 v2.0.0 |
513 | 2024-10-18T22:11:27.700Z | Checking hyper v1.4.1 |
514 | 2024-10-18T22:11:28.250Z | Checking goblin v0.8.2 |
515 | 2024-10-18T22:11:29.059Z | Checking url v2.5.2 |
516 | 2024-10-18T22:11:29.756Z | Checking hyper-util v0.1.9 |
517 | 2024-10-18T22:11:29.847Z | Checking dirs-sys-next v0.1.2 |
518 | 2024-10-18T22:11:30.030Z | Checking sync_wrapper v1.0.1 |
519 | 2024-10-18T22:11:30.480Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-10-18T22:11:30.546Z | Compiling paste v1.0.15 |
521 | 2024-10-18T22:11:30.794Z | Compiling rustls v0.22.4 |
522 | 2024-10-18T22:11:30.813Z | Checking pretty-hex v0.4.1 |
523 | 2024-10-18T22:11:30.976Z | Compiling rustversion v1.0.17 |
524 | 2024-10-18T22:11:31.027Z | Checking ipnet v2.10.1 |
525 | 2024-10-18T22:11:31.117Z | Compiling unsafe-libyaml v0.2.11 |
526 | 2024-10-18T22:11:31.377Z | Checking hyper-tls v0.6.0 |
527 | 2024-10-18T22:11:31.485Z | Checking hyper-rustls v0.27.3 |
528 | 2024-10-18T22:11:31.803Z | Checking reqwest v0.12.8 |
529 | 2024-10-18T22:11:31.863Z | Checking dirs-next v2.0.0 |
530 | 2024-10-18T22:11:32.214Z | Checking crypto-common v0.1.6 |
531 | 2024-10-18T22:11:32.232Z | Compiling darling_macro v0.20.10 |
532 | 2024-10-18T22:11:32.369Z | Checking block-buffer v0.10.4 |
533 | 2024-10-18T22:11:32.425Z | Compiling serde_yaml v0.9.34+deprecated |
534 | 2024-10-18T22:11:32.553Z | Checking serde_spanned v0.6.8 |
535 | 2024-10-18T22:11:32.663Z | Checking toml_datetime v0.6.8 |
536 | 2024-10-18T22:11:32.725Z | Checking ppv-lite86 v0.2.20 |
537 | 2024-10-18T22:11:32.894Z | Compiling structmeta-derive v0.3.0 |
538 | 2024-10-18T22:11:32.936Z | Checking rand_core v0.6.4 |
539 | 2024-10-18T22:11:33.204Z | Checking thread_local v1.1.8 |
540 | 2024-10-18T22:11:33.217Z | Compiling multer v3.1.0 |
541 | 2024-10-18T22:11:33.259Z | Compiling anyhow v1.0.89 |
542 | 2024-10-18T22:11:33.463Z | Checking match_cfg v0.1.0 |
543 | 2024-10-18T22:11:33.490Z | Compiling camino v1.1.9 |
544 | 2024-10-18T22:11:33.548Z | Compiling slog-async v2.8.0 |
545 | 2024-10-18T22:11:33.567Z | Compiling newtype-uuid v1.1.2 |
546 | 2024-10-18T22:11:33.773Z | Checking winnow v0.6.20 |
547 | 2024-10-18T22:11:34.005Z | Checking hostname v0.3.1 |
548 | 2024-10-18T22:11:34.152Z | Checking rand_chacha v0.3.1 |
549 | 2024-10-18T22:11:34.181Z | Compiling darling v0.20.10 |
550 | 2024-10-18T22:11:34.205Z | Checking progenitor-client v0.8.0 |
551 | 2024-10-18T22:11:34.292Z | Checking crossbeam-channel v0.5.13 |
552 | 2024-10-18T22:11:34.415Z | Checking digest v0.10.7 |
553 | 2024-10-18T22:11:34.477Z | Checking term v0.7.0 |
554 | 2024-10-18T22:11:35.077Z | Checking slog-json v2.6.1 |
555 | 2024-10-18T22:11:35.342Z | Compiling usdt-attr-macro v0.5.0 |
556 | 2024-10-18T22:11:35.564Z | Compiling structmeta v0.3.0 |
557 | 2024-10-18T22:11:35.621Z | Compiling usdt-macro v0.5.0 |
558 | 2024-10-18T22:11:35.862Z | Checking futures-executor v0.3.31 |
559 | 2024-10-18T22:11:35.987Z | Compiling async-stream-impl v0.3.6 |
560 | 2024-10-18T22:11:36.005Z | Checking memmap v0.7.0 |
561 | 2024-10-18T22:11:36.097Z | Checking is-terminal v0.4.13 |
562 | 2024-10-18T22:11:36.204Z | Compiling dropshot v0.12.0 |
563 | 2024-10-18T22:11:36.290Z | Checking take_mut v0.2.2 |
564 | 2024-10-18T22:11:36.368Z | Checking cpufeatures v0.2.14 |
565 | 2024-10-18T22:11:36.442Z | Checking sha1 v0.10.6 |
566 | 2024-10-18T22:11:36.673Z | Checking slog-term v2.9.1 |
567 | 2024-10-18T22:11:36.692Z | Checking futures v0.3.31 |
568 | 2024-10-18T22:11:36.751Z | Checking toml_edit v0.22.22 |
569 | 2024-10-18T22:11:36.805Z | Compiling strum_macros v0.26.4 |
570 | 2024-10-18T22:11:36.858Z | Compiling parse-display-derive v0.10.0 |
571 | 2024-10-18T22:11:36.884Z | Checking usdt v0.5.0 |
572 | 2024-10-18T22:11:37.114Z | Checking slog-bunyan v2.5.0 |
573 | 2024-10-18T22:11:37.144Z | Checking rand v0.8.5 |
574 | 2024-10-18T22:11:37.239Z | Checking async-stream v0.3.6 |
575 | 2024-10-18T22:11:37.272Z | Compiling serde_with_macros v3.11.0 |
576 | 2024-10-18T22:11:38.438Z | Checking tokio-rustls v0.25.0 |
577 | 2024-10-18T22:11:38.733Z | Checking ipnetwork v0.20.0 |
578 | 2024-10-18T22:11:38.735Z | Compiling dropshot_endpoint v0.12.0 |
579 | 2024-10-18T22:11:38.776Z | Checking serde_path_to_error v0.1.16 |
580 | 2024-10-18T22:11:39.108Z | Checking hex v0.4.3 |
581 | 2024-10-18T22:11:39.327Z | Checking toml v0.8.19 |
582 | 2024-10-18T22:11:39.373Z | Compiling async-trait v0.1.83 |
583 | 2024-10-18T22:11:39.618Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
584 | 2024-10-18T22:11:39.878Z | Checking waitgroup v0.1.2 |
585 | 2024-10-18T22:11:40.009Z | Checking hostname v0.4.0 |
586 | 2024-10-18T22:11:40.067Z | Checking instant v0.1.13 |
587 | 2024-10-18T22:11:40.131Z | Checking debug-ignore v1.0.5 |
588 | 2024-10-18T22:11:40.182Z | Checking backoff v0.4.0 |
589 | 2024-10-18T22:11:40.262Z | Checking serde_with v3.11.0 |
590 | 2024-10-18T22:11:40.401Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
591 | 2024-10-18T22:11:40.452Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
592 | 2024-10-18T22:11:40.533Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
593 | 2024-10-18T22:11:40.601Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
594 | 2024-10-18T22:11:40.703Z | Checking parse-display v0.10.0 |
595 | 2024-10-18T22:11:40.890Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
596 | 2024-10-18T22:11:41.016Z | Checking macaddr v1.0.1 |
597 | 2024-10-18T22:11:41.130Z | Checking regress v0.9.1 |
598 | 2024-10-18T22:11:41.309Z | Checking strum v0.26.3 |
599 | 2024-10-18T22:11:41.497Z | Compiling typify-macro v0.2.0 |
600 | 2024-10-18T22:11:43.597Z | Compiling typify v0.2.0 |
601 | 2024-10-18T22:11:43.672Z | Compiling progenitor-impl v0.8.0 |
602 | 2024-10-18T22:11:46.173Z | Compiling progenitor-macro v0.8.0 |
603 | 2024-10-18T22:11:51.151Z | Checking progenitor v0.8.0 |
604 | 2024-10-18T22:11:51.259Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
605 | 2024-10-18T22:11:54.017Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
606 | 2024-10-18T22:12:01.137Z | Checking test-project v0.1.0 (/tmp/test-project) |
607 | 2024-10-18T22:12:01.198Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
608 | 2024-10-18T22:12:01.519Z | + cargo build --release |
609 | 2024-10-18T22:12:01.757Z | Compiling proc-macro2 v1.0.87 |
610 | 2024-10-18T22:12:01.757Z | Compiling unicode-ident v1.0.13 |
611 | 2024-10-18T22:12:01.760Z | Compiling libc v0.2.159 |
612 | 2024-10-18T22:12:01.760Z | Compiling cfg-if v1.0.0 |
613 | 2024-10-18T22:12:01.760Z | Compiling autocfg v1.4.0 |
614 | 2024-10-18T22:12:01.760Z | Compiling serde v1.0.210 |
615 | 2024-10-18T22:12:01.760Z | Compiling version_check v0.9.5 |
616 | 2024-10-18T22:12:01.799Z | Compiling memchr v2.7.4 |
617 | 2024-10-18T22:12:01.875Z | Compiling serde_json v1.0.128 |
618 | 2024-10-18T22:12:01.940Z | Compiling itoa v1.0.11 |
619 | 2024-10-18T22:12:02.211Z | Compiling thiserror v1.0.64 |
620 | 2024-10-18T22:12:02.341Z | Compiling once_cell v1.20.2 |
621 | 2024-10-18T22:12:02.440Z | Compiling shlex v1.3.0 |
622 | 2024-10-18T22:12:02.728Z | Compiling cc v1.1.30 |
623 | 2024-10-18T22:12:02.788Z | Compiling num-traits v0.2.19 |
624 | 2024-10-18T22:12:02.876Z | Compiling pin-project-lite v0.2.14 |
625 | 2024-10-18T22:12:03.132Z | Compiling getrandom v0.2.15 |
626 | 2024-10-18T22:12:03.144Z | Compiling bytes v1.7.2 |
627 | 2024-10-18T22:12:03.185Z | Compiling quote v1.0.37 |
628 | 2024-10-18T22:12:03.373Z | Compiling ryu v1.0.18 |
629 | 2024-10-18T22:12:03.483Z | Compiling futures-core v0.3.31 |
630 | 2024-10-18T22:12:03.587Z | Compiling syn v2.0.79 |
631 | 2024-10-18T22:12:03.789Z | Compiling lock_api v0.4.12 |
632 | 2024-10-18T22:12:03.872Z | Compiling ahash v0.8.11 |
633 | 2024-10-18T22:12:03.912Z | Compiling parking_lot_core v0.9.10 |
634 | 2024-10-18T22:12:04.126Z | Compiling byteorder v1.5.0 |
635 | 2024-10-18T22:12:04.175Z | Compiling schemars v0.8.21 |
636 | 2024-10-18T22:12:04.363Z | Compiling smallvec v1.13.2 |
637 | 2024-10-18T22:12:04.372Z | Compiling scopeguard v1.2.0 |
638 | 2024-10-18T22:12:04.551Z | Compiling slab v0.4.9 |
639 | 2024-10-18T22:12:04.567Z | Compiling futures-sink v0.3.31 |
640 | 2024-10-18T22:12:04.704Z | Compiling log v0.4.22 |
641 | 2024-10-18T22:12:04.901Z | Compiling signal-hook-registry v1.4.2 |
642 | 2024-10-18T22:12:04.995Z | Compiling socket2 v0.5.7 |
643 | 2024-10-18T22:12:05.000Z | Compiling mio v1.0.2 |
644 | 2024-10-18T22:12:05.154Z | Compiling parking_lot v0.12.3 |
645 | 2024-10-18T22:12:05.310Z | Compiling fnv v1.0.7 |
646 | 2024-10-18T22:12:05.432Z | Compiling hashbrown v0.15.0 |
647 | 2024-10-18T22:12:05.633Z | Compiling ring v0.17.8 |
648 | 2024-10-18T22:12:05.642Z | Compiling equivalent v1.0.1 |
649 | 2024-10-18T22:12:05.734Z | Compiling http v1.1.0 |
650 | 2024-10-18T22:12:06.433Z | Compiling futures-channel v0.3.31 |
651 | 2024-10-18T22:12:06.589Z | Compiling pin-utils v0.1.0 |
652 | 2024-10-18T22:12:06.636Z | Compiling futures-io v0.3.31 |
653 | 2024-10-18T22:12:06.668Z | Compiling semver v1.0.23 |
654 | 2024-10-18T22:12:06.857Z | Compiling futures-task v0.3.31 |
655 | 2024-10-18T22:12:06.962Z | Compiling vcpkg v0.2.15 |
656 | 2024-10-18T22:12:07.093Z | Compiling spin v0.9.8 |
657 | 2024-10-18T22:12:07.127Z | Compiling rustls-pki-types v1.9.0 |
658 | 2024-10-18T22:12:07.135Z | Compiling pkg-config v0.3.31 |
659 | 2024-10-18T22:12:07.283Z | Compiling heck v0.5.0 |
660 | 2024-10-18T22:12:08.050Z | Compiling httparse v1.9.5 |
661 | 2024-10-18T22:12:08.308Z | Compiling iana-time-zone v0.1.61 |
662 | 2024-10-18T22:12:08.591Z | Compiling openssl-sys v0.9.103 |
663 | 2024-10-18T22:12:08.832Z | Compiling ucd-trie v0.1.7 |
664 | 2024-10-18T22:12:08.944Z | Compiling untrusted v0.9.0 |
665 | 2024-10-18T22:12:09.117Z | Compiling tracing-core v0.1.32 |
666 | 2024-10-18T22:12:09.476Z | Compiling allocator-api2 v0.2.18 |
667 | 2024-10-18T22:12:09.622Z | Compiling dyn-clone v1.0.17 |
668 | 2024-10-18T22:12:09.667Z | Compiling atomic-waker v1.1.2 |
669 | 2024-10-18T22:12:10.246Z | Compiling tracing v0.1.40 |
670 | 2024-10-18T22:12:10.361Z | Compiling http-body v1.0.1 |
671 | 2024-10-18T22:12:10.580Z | Compiling serde_derive_internals v0.29.1 |
672 | 2024-10-18T22:12:10.747Z | Compiling chrono v0.4.38 |
673 | 2024-10-18T22:12:10.917Z | Compiling try-lock v0.2.5 |
674 | 2024-10-18T22:12:11.054Z | Compiling subtle v2.6.1 |
675 | 2024-10-18T22:12:11.083Z | Compiling zeroize v1.8.1 |
676 | 2024-10-18T22:12:11.307Z | Compiling uuid v1.10.0 |
677 | 2024-10-18T22:12:11.391Z | Compiling want v0.3.1 |
678 | 2024-10-18T22:12:11.709Z | Compiling httpdate v1.0.3 |
679 | 2024-10-18T22:12:11.874Z | Compiling openssl v0.10.66 |
680 | 2024-10-18T22:12:12.404Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-10-18T22:12:12.501Z | Compiling slog v2.7.0 |
682 | 2024-10-18T22:12:12.773Z | Compiling foreign-types v0.3.2 |
683 | 2024-10-18T22:12:12.793Z | Compiling aho-corasick v1.1.3 |
684 | 2024-10-18T22:12:13.053Z | Compiling native-tls v0.2.12 |
685 | 2024-10-18T22:12:13.419Z | Compiling percent-encoding v2.3.1 |
686 | 2024-10-18T22:12:13.607Z | Compiling bitflags v2.6.0 |
687 | 2024-10-18T22:12:13.846Z | Compiling tower-service v0.3.3 |
688 | 2024-10-18T22:12:13.954Z | Compiling rustls v0.23.14 |
689 | 2024-10-18T22:12:13.961Z | Compiling regex-syntax v0.8.5 |
690 | 2024-10-18T22:12:14.121Z | Compiling tinyvec_macros v0.1.1 |
691 | 2024-10-18T22:12:14.201Z | Compiling typenum v1.17.0 |
692 | 2024-10-18T22:12:14.940Z | Compiling tinyvec v1.8.0 |
693 | 2024-10-18T22:12:15.105Z | Compiling form_urlencoded v1.2.1 |
694 | 2024-10-18T22:12:15.620Z | Compiling generic-array v0.14.7 |
695 | 2024-10-18T22:12:15.872Z | Compiling serde_derive v1.0.210 |
696 | 2024-10-18T22:12:15.952Z | Compiling zerocopy-derive v0.7.35 |
697 | 2024-10-18T22:12:16.343Z | Compiling thiserror-impl v1.0.64 |
698 | 2024-10-18T22:12:16.605Z | Compiling schemars_derive v0.8.21 |
699 | 2024-10-18T22:12:16.844Z | Compiling tokio-macros v2.4.0 |
700 | 2024-10-18T22:12:17.038Z | Compiling futures-macro v0.3.31 |
701 | 2024-10-18T22:12:17.966Z | Compiling zerocopy v0.7.35 |
702 | 2024-10-18T22:12:18.894Z | Compiling tokio v1.40.0 |
703 | 2024-10-18T22:12:19.285Z | Compiling futures-util v0.3.31 |
704 | 2024-10-18T22:12:19.513Z | Compiling pest v2.7.14 |
705 | 2024-10-18T22:12:19.916Z | Compiling hashbrown v0.14.5 |
706 | 2024-10-18T22:12:20.524Z | Compiling openssl-macros v0.1.1 |
707 | 2024-10-18T22:12:21.145Z | Compiling regress v0.10.1 |
708 | 2024-10-18T22:12:22.377Z | Compiling pest_meta v2.7.14 |
709 | 2024-10-18T22:12:26.053Z | Compiling rustls-webpki v0.102.8 |
710 | 2024-10-18T22:12:26.388Z | Compiling pest_generator v2.7.14 |
711 | 2024-10-18T22:12:27.442Z | Compiling tokio-util v0.7.12 |
712 | 2024-10-18T22:12:28.079Z | Compiling pest_derive v2.7.14 |
713 | 2024-10-18T22:12:30.151Z | Compiling indexmap v2.6.0 |
714 | 2024-10-18T22:12:31.721Z | Compiling regex-automata v0.4.8 |
715 | 2024-10-18T22:12:32.098Z | Compiling serde_tokenstream v0.2.2 |
716 | 2024-10-18T22:12:35.723Z | Compiling h2 v0.4.6 |
717 | 2024-10-18T22:12:37.488Z | Compiling typify-impl v0.2.0 |
718 | 2024-10-18T22:12:37.853Z | Compiling openssl-probe v0.1.5 |
719 | 2024-10-18T22:12:40.223Z | Compiling regex v1.11.0 |
720 | 2024-10-18T22:12:40.441Z | Compiling http-body-util v0.1.2 |
721 | 2024-10-18T22:12:40.996Z | Compiling hyper v1.4.1 |
722 | 2024-10-18T22:12:41.164Z | Compiling unicode-normalization v0.1.24 |
723 | 2024-10-18T22:12:42.501Z | Compiling scroll_derive v0.12.0 |
724 | 2024-10-18T22:12:43.994Z | Compiling hyper-util v0.1.9 |
725 | 2024-10-18T22:12:49.082Z | Compiling usdt-impl v0.5.0 |
726 | 2024-10-18T22:12:49.467Z | Compiling encoding_rs v0.8.34 |
727 | 2024-10-18T22:12:49.543Z | Compiling typify-macro v0.2.0 |
728 | 2024-10-18T22:12:49.887Z | Compiling mime v0.3.17 |
729 | 2024-10-18T22:12:50.969Z | Compiling time-core v0.1.2 |
730 | 2024-10-18T22:12:51.128Z | Compiling num-conv v0.1.0 |
731 | 2024-10-18T22:12:51.271Z | Compiling unicode-bidi v0.3.17 |
732 | 2024-10-18T22:12:52.849Z | Compiling powerfmt v0.2.0 |
733 | 2024-10-18T22:12:53.322Z | Compiling deranged v0.3.11 |
734 | 2024-10-18T22:12:53.435Z | Compiling idna v0.5.0 |
735 | 2024-10-18T22:12:54.161Z | Compiling time-macros v0.2.18 |
736 | 2024-10-18T22:12:58.598Z | Compiling tokio-rustls v0.26.0 |
737 | 2024-10-18T22:12:58.628Z | Compiling scroll v0.12.0 |
738 | 2024-10-18T22:12:59.083Z | Compiling thread-id v4.2.2 |
739 | 2024-10-18T22:12:59.182Z | Compiling tokio-native-tls v0.3.1 |
740 | 2024-10-18T22:12:59.252Z | Compiling dof v0.3.0 |
741 | 2024-10-18T22:12:59.917Z | Compiling serde_urlencoded v0.7.1 |
742 | 2024-10-18T22:13:00.121Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-10-18T22:13:00.491Z | Compiling webpki-roots v0.26.6 |
744 | 2024-10-18T22:13:00.692Z | Compiling rustls-pemfile v2.2.0 |
745 | 2024-10-18T22:13:01.166Z | Compiling ident_case v1.0.1 |
746 | 2024-10-18T22:13:01.587Z | Compiling crossbeam-utils v0.8.20 |
747 | 2024-10-18T22:13:01.825Z | Compiling base64 v0.22.1 |
748 | 2024-10-18T22:13:02.340Z | Compiling strsim v0.11.1 |
749 | 2024-10-18T22:13:02.716Z | Compiling omicron-workspace-hack v0.1.0 |
750 | 2024-10-18T22:13:03.053Z | Compiling plain v0.2.3 |
751 | 2024-10-18T22:13:03.194Z | Compiling num_threads v0.1.7 |
752 | 2024-10-18T22:13:03.301Z | Compiling time v0.3.36 |
753 | 2024-10-18T22:13:08.056Z | Compiling goblin v0.8.2 |
754 | 2024-10-18T22:13:08.122Z | Compiling darling_core v0.20.10 |
755 | 2024-10-18T22:13:12.235Z | Compiling hyper-rustls v0.27.3 |
756 | 2024-10-18T22:13:14.025Z | Compiling hyper-tls v0.6.0 |
757 | 2024-10-18T22:13:14.301Z | Compiling url v2.5.2 |
758 | 2024-10-18T22:13:14.488Z | Compiling typify v0.2.0 |
759 | 2024-10-18T22:13:14.609Z | Compiling openapiv3 v2.0.0 |
760 | 2024-10-18T22:13:18.272Z | Compiling sync_wrapper v1.0.1 |
761 | 2024-10-18T22:13:18.405Z | Compiling dirs-sys-next v0.1.2 |
762 | 2024-10-18T22:13:19.263Z | Compiling paste v1.0.15 |
763 | 2024-10-18T22:13:19.479Z | Compiling ipnet v2.10.1 |
764 | 2024-10-18T22:13:19.760Z | Compiling pretty-hex v0.4.1 |
765 | 2024-10-18T22:13:19.852Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-10-18T22:13:19.973Z | Compiling rustversion v1.0.17 |
767 | 2024-10-18T22:13:20.644Z | Compiling rustls v0.22.4 |
768 | 2024-10-18T22:13:21.585Z | Compiling serde_yaml v0.9.34+deprecated |
769 | 2024-10-18T22:13:22.044Z | Compiling reqwest v0.12.8 |
770 | 2024-10-18T22:13:22.349Z | Compiling dirs-next v2.0.0 |
771 | 2024-10-18T22:13:22.599Z | Compiling progenitor-impl v0.8.0 |
772 | 2024-10-18T22:13:24.739Z | Compiling darling_macro v0.20.10 |
773 | 2024-10-18T22:13:25.733Z | Compiling block-buffer v0.10.4 |
774 | 2024-10-18T22:13:25.962Z | Compiling crypto-common v0.1.6 |
775 | 2024-10-18T22:13:26.167Z | Compiling serde_spanned v0.6.8 |
776 | 2024-10-18T22:13:26.401Z | Compiling toml_datetime v0.6.8 |
777 | 2024-10-18T22:13:27.054Z | Compiling ppv-lite86 v0.2.20 |
778 | 2024-10-18T22:13:27.080Z | Compiling structmeta-derive v0.3.0 |
779 | 2024-10-18T22:13:27.300Z | Compiling rand_core v0.6.4 |
780 | 2024-10-18T22:13:27.871Z | Compiling thread_local v1.1.8 |
781 | 2024-10-18T22:13:27.973Z | Compiling multer v3.1.0 |
782 | 2024-10-18T22:13:28.322Z | Compiling slog-async v2.8.0 |
783 | 2024-10-18T22:13:28.612Z | Compiling anyhow v1.0.89 |
784 | 2024-10-18T22:13:28.831Z | Compiling newtype-uuid v1.1.2 |
785 | 2024-10-18T22:13:29.114Z | Compiling match_cfg v0.1.0 |
786 | 2024-10-18T22:13:29.153Z | Compiling camino v1.1.9 |
787 | 2024-10-18T22:13:29.190Z | Compiling winnow v0.6.20 |
788 | 2024-10-18T22:13:29.357Z | Compiling hostname v0.3.1 |
789 | 2024-10-18T22:13:29.600Z | Compiling progenitor-macro v0.8.0 |
790 | 2024-10-18T22:13:29.783Z | Compiling structmeta v0.3.0 |
791 | 2024-10-18T22:13:29.894Z | Compiling rand_chacha v0.3.1 |
792 | 2024-10-18T22:13:31.606Z | Compiling digest v0.10.7 |
793 | 2024-10-18T22:13:31.814Z | Compiling crossbeam-channel v0.5.13 |
794 | 2024-10-18T22:13:31.966Z | Compiling darling v0.20.10 |
795 | 2024-10-18T22:13:32.068Z | Compiling progenitor-client v0.8.0 |
796 | 2024-10-18T22:13:32.958Z | Compiling term v0.7.0 |
797 | 2024-10-18T22:13:33.421Z | Compiling toml_edit v0.22.22 |
798 | 2024-10-18T22:13:37.554Z | Compiling usdt-attr-macro v0.5.0 |
799 | 2024-10-18T22:13:39.085Z | Compiling usdt-macro v0.5.0 |
800 | 2024-10-18T22:13:40.443Z | Compiling slog-json v2.6.1 |
801 | 2024-10-18T22:13:40.906Z | Compiling futures-executor v0.3.31 |
802 | 2024-10-18T22:13:41.288Z | Compiling async-stream-impl v0.3.6 |
803 | 2024-10-18T22:13:42.068Z | Compiling is-terminal v0.4.13 |
804 | 2024-10-18T22:13:42.177Z | Compiling memmap v0.7.0 |
805 | 2024-10-18T22:13:42.585Z | Compiling dropshot v0.12.0 |
806 | 2024-10-18T22:13:42.657Z | Compiling cpufeatures v0.2.14 |
807 | 2024-10-18T22:13:42.746Z | Compiling take_mut v0.2.2 |
808 | 2024-10-18T22:13:42.988Z | Compiling sha1 v0.10.6 |
809 | 2024-10-18T22:13:43.756Z | Compiling async-stream v0.3.6 |
810 | 2024-10-18T22:13:44.103Z | Compiling usdt v0.5.0 |
811 | 2024-10-18T22:13:44.700Z | Compiling progenitor v0.8.0 |
812 | 2024-10-18T22:13:44.889Z | Compiling slog-term v2.9.1 |
813 | 2024-10-18T22:13:45.619Z | Compiling futures v0.3.31 |
814 | 2024-10-18T22:13:45.813Z | Compiling slog-bunyan v2.5.0 |
815 | 2024-10-18T22:13:46.084Z | Compiling tokio-rustls v0.25.0 |
816 | 2024-10-18T22:13:46.344Z | Compiling toml v0.8.19 |
817 | 2024-10-18T22:13:46.511Z | Compiling strum_macros v0.26.4 |
818 | 2024-10-18T22:13:47.748Z | Compiling serde_with_macros v3.11.0 |
819 | 2024-10-18T22:13:50.486Z | Compiling rand v0.8.5 |
820 | 2024-10-18T22:13:51.052Z | Compiling parse-display-derive v0.10.0 |
821 | 2024-10-18T22:13:55.283Z | Compiling ipnetwork v0.20.0 |
822 | 2024-10-18T22:13:55.347Z | Compiling dropshot_endpoint v0.12.0 |
823 | 2024-10-18T22:13:56.608Z | Compiling hex v0.4.3 |
824 | 2024-10-18T22:13:56.644Z | Compiling serde_path_to_error v0.1.16 |
825 | 2024-10-18T22:13:57.336Z | Compiling async-trait v0.1.83 |
826 | 2024-10-18T22:13:57.646Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
827 | 2024-10-18T22:13:58.479Z | Compiling waitgroup v0.1.2 |
828 | 2024-10-18T22:13:58.715Z | Compiling hostname v0.4.0 |
829 | 2024-10-18T22:13:58.953Z | Compiling instant v0.1.13 |
830 | 2024-10-18T22:13:59.099Z | Compiling debug-ignore v1.0.5 |
831 | 2024-10-18T22:13:59.234Z | Compiling backoff v0.4.0 |
832 | 2024-10-18T22:13:59.461Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
833 | 2024-10-18T22:13:59.548Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
834 | 2024-10-18T22:13:59.639Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
835 | 2024-10-18T22:13:59.707Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
836 | 2024-10-18T22:14:00.138Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
837 | 2024-10-18T22:14:00.670Z | Compiling parse-display v0.10.0 |
838 | 2024-10-18T22:14:02.828Z | Compiling strum v0.26.3 |
839 | 2024-10-18T22:14:03.014Z | Compiling serde_with v3.11.0 |
840 | 2024-10-18T22:14:04.433Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
841 | 2024-10-18T22:14:05.251Z | Compiling regress v0.9.1 |
842 | 2024-10-18T22:14:06.327Z | Compiling macaddr v1.0.1 |
843 | 2024-10-18T22:14:09.466Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
844 | 2024-10-18T22:14:20.073Z | Compiling test-project v0.1.0 (/tmp/test-project) |
845 | 2024-10-18T22:14:29.360Z | Finished `release` profile [optimized] target(s) in 2m 27s |
846 | 2024-10-18T22:14:29.421Z | process exited: duration 225274 ms, exit code 0 |
|
847 | 2024-10-18T22:14:29.426Z | found 0 output files |