|
|
|
1 | 2024-08-27T22:05:23.255Z | job assigned to worker 01J6AXWXZS9X9KH8WF8PM5NNY0 (queued for 2 m 1 s) |
|
2 | 2024-08-27T22:05:30.796Z | starting task 0: "setup" |
3 | 2024-08-27T22:05:30.804Z | ++ uname -s |
4 | 2024-08-27T22:05:30.806Z | + kern=SunOS |
5 | 2024-08-27T22:05:30.806Z | + case "$kern" in |
6 | 2024-08-27T22:05:30.806Z | + groupadd -g 12345 build |
7 | 2024-08-27T22:05:30.808Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-27T22:05:32.818Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-27T22:05:32.890Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-27T22:05:32.893Z | + home_fs=zfs |
11 | 2024-08-27T22:05:32.893Z | + [[ zfs == autofs ]] |
12 | 2024-08-27T22:05:32.893Z | + mkdir -p /home/build |
13 | 2024-08-27T22:05:32.895Z | + chown build:build /home/build /work |
14 | 2024-08-27T22:05:34.897Z | + chmod 0700 /home/build /work |
15 | 2024-08-27T22:05:34.899Z | process exited: duration 4107 ms, exit code 0 |
|
16 | 2024-08-27T22:05:34.908Z | starting task 1: "rust-toolchain" |
17 | 2024-08-27T22:05:34.911Z | * toolchain channel = "1.80.1" |
18 | 2024-08-27T22:05:34.912Z | + printf ' * toolchain channel = "%s" |
19 | 2024-08-27T22:05:34.912Z | * toolchain profile = "default" |
20 | 2024-08-27T22:05:34.912Z | ' 1.80.1 |
21 | 2024-08-27T22:05:34.912Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-27T22:05:34.912Z | ' default |
23 | 2024-08-27T22:05:34.914Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-27T22:05:34.914Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-27T22:05:35.035Z | info: downloading installer |
26 | 2024-08-27T22:05:36.511Z | info: profile set to 'default' |
27 | 2024-08-27T22:05:36.515Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-27T22:05:36.515Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-27T22:05:36.670Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-27T22:05:36.670Z | info: downloading component 'cargo' |
31 | 2024-08-27T22:05:37.594Z | info: downloading component 'clippy' |
32 | 2024-08-27T22:05:37.921Z | info: downloading component 'rust-docs' |
33 | 2024-08-27T22:05:39.213Z | info: downloading component 'rust-std' |
34 | 2024-08-27T22:05:41.032Z | info: downloading component 'rustc' |
35 | 2024-08-27T22:05:46.119Z | info: downloading component 'rustfmt' |
36 | 2024-08-27T22:05:46.390Z | info: installing component 'cargo' |
37 | 2024-08-27T22:05:47.257Z | info: installing component 'clippy' |
38 | 2024-08-27T22:05:47.641Z | info: installing component 'rust-docs' |
39 | 2024-08-27T22:05:49.259Z | info: installing component 'rust-std' |
40 | 2024-08-27T22:05:50.975Z | info: installing component 'rustc' |
41 | 2024-08-27T22:05:55.166Z | info: installing component 'rustfmt' |
42 | 2024-08-27T22:05:55.496Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-27T22:05:55.496Z | |
44 | 2024-08-27T22:05:55.753Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-27T22:05:55.753Z | |
46 | 2024-08-27T22:05:55.757Z | |
47 | 2024-08-27T22:05:55.758Z | Rust is installed now. Great! |
48 | 2024-08-27T22:05:55.758Z | |
49 | 2024-08-27T22:05:55.758Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-27T22:05:55.758Z | environment variable. This has not been done automatically. |
51 | 2024-08-27T22:05:55.758Z | |
52 | 2024-08-27T22:05:55.758Z | To configure your current shell, you need to source |
53 | 2024-08-27T22:05:55.758Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-27T22:05:55.758Z | |
55 | 2024-08-27T22:05:55.758Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-27T22:05:55.758Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-27T22:05:55.758Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-27T22:05:55.816Z | + rustc --version |
59 | 2024-08-27T22:05:55.870Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-27T22:05:55.873Z | process exited: duration 20962 ms, exit code 0 |
|
61 | 2024-08-27T22:05:55.878Z | starting task 2: "authentication" |
62 | 2024-08-27T22:05:55.898Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-27T22:05:55.906Z | starting task 3: "clone repository" |
64 | 2024-08-27T22:05:55.909Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-27T22:05:55.911Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-27T22:05:55.946Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-27T22:06:02.536Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-27T22:06:02.536Z | + git fetch origin d6db06acc3d64301eaa8387e88453984a51d38d2 |
69 | 2024-08-27T22:06:02.859Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-27T22:06:02.859Z | * branch d6db06acc3d64301eaa8387e88453984a51d38d2 -> FETCH_HEAD |
71 | 2024-08-27T22:06:02.869Z | + [[ -n '' ]] |
72 | 2024-08-27T22:06:02.869Z | + git reset --hard d6db06acc3d64301eaa8387e88453984a51d38d2 |
73 | 2024-08-27T22:06:03.019Z | HEAD is now at d6db06acc [spr] initial version |
74 | 2024-08-27T22:06:03.022Z | process exited: duration 7117 ms, exit code 0 |
|
75 | 2024-08-27T22:06:03.027Z | starting task 4: "build" |
76 | 2024-08-27T22:06:03.034Z | + cargo --version |
77 | 2024-08-27T22:06:03.087Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-27T22:06:03.089Z | + rustc --version |
79 | 2024-08-27T22:06:03.146Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-27T22:06:03.149Z | + cd /tmp |
81 | 2024-08-27T22:06:03.149Z | + cargo new --lib test-project |
82 | 2024-08-27T22:06:03.201Z | Creating library `test-project` package |
83 | 2024-08-27T22:06:03.273Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-08-27T22:06:03.276Z | + cd test-project |
85 | 2024-08-27T22:06:03.276Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-08-27T22:06:03.331Z | Adding omicron-common (local) to dependencies |
87 | 2024-08-27T22:06:03.333Z | Features: |
88 | 2024-08-27T22:06:03.334Z | - proptest |
89 | 2024-08-27T22:06:03.334Z | - test-strategy |
90 | 2024-08-27T22:06:03.334Z | - testing |
91 | 2024-08-27T22:06:03.334Z | Updating crates.io index |
92 | 2024-08-27T22:06:03.392Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-08-27T22:06:04.319Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-08-27T22:06:05.113Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-08-27T22:06:05.489Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-08-27T22:06:07.290Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-08-27T22:06:07.651Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-08-27T22:06:08.038Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-08-27T22:06:11.370Z | Locking 306 packages to latest compatible versions |
100 | 2024-08-27T22:06:11.373Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
101 | 2024-08-27T22:06:11.373Z | Adding base64 v0.21.7 (latest: v0.22.1) |
102 | 2024-08-27T22:06:11.373Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
103 | 2024-08-27T22:06:11.373Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
104 | 2024-08-27T22:06:11.373Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2024-08-27T22:06:11.373Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2024-08-27T22:06:11.376Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
107 | 2024-08-27T22:06:11.376Z | Adding gimli v0.29.0 (latest: v0.31.0) |
108 | 2024-08-27T22:06:11.376Z | Adding h2 v0.3.26 (latest: v0.4.6) |
109 | 2024-08-27T22:06:11.376Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
110 | 2024-08-27T22:06:11.376Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
111 | 2024-08-27T22:06:11.376Z | Adding hostname v0.3.1 (latest: v0.4.0) |
112 | 2024-08-27T22:06:11.376Z | Adding http v0.2.12 (latest: v1.1.0) |
113 | 2024-08-27T22:06:11.376Z | Adding http-body v0.4.6 (latest: v1.0.1) |
114 | 2024-08-27T22:06:11.376Z | Adding hyper v0.14.30 (latest: v1.4.1) |
115 | 2024-08-27T22:06:11.376Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
116 | 2024-08-27T22:06:11.376Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
117 | 2024-08-27T22:06:11.378Z | Adding idna v0.5.0 (latest: v1.0.2) |
118 | 2024-08-27T22:06:11.378Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
119 | 2024-08-27T22:06:11.378Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-08-27T22:06:11.378Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
121 | 2024-08-27T22:06:11.382Z | Adding regress v0.9.1 (latest: v0.10.0) |
122 | 2024-08-27T22:06:11.382Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
123 | 2024-08-27T22:06:11.385Z | Adding rustls v0.21.12 (latest: v0.23.12) |
124 | 2024-08-27T22:06:11.385Z | Adding rustls v0.22.4 (latest: v0.23.12) |
125 | 2024-08-27T22:06:11.388Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
126 | 2024-08-27T22:06:11.388Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
127 | 2024-08-27T22:06:11.390Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
128 | 2024-08-27T22:06:11.390Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
129 | 2024-08-27T22:06:11.390Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
130 | 2024-08-27T22:06:11.390Z | Adding term v0.7.0 (latest: v1.0.0) |
131 | 2024-08-27T22:06:11.392Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
132 | 2024-08-27T22:06:11.392Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
133 | 2024-08-27T22:06:11.395Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
134 | 2024-08-27T22:06:11.395Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
135 | 2024-08-27T22:06:11.395Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-08-27T22:06:11.395Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-08-27T22:06:11.395Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-08-27T22:06:11.395Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-08-27T22:06:11.395Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-08-27T22:06:11.395Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
141 | 2024-08-27T22:06:11.395Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
142 | 2024-08-27T22:06:11.395Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
143 | 2024-08-27T22:06:11.395Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-08-27T22:06:11.395Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
145 | 2024-08-27T22:06:11.395Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-08-27T22:06:11.395Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-08-27T22:06:11.395Z | Adding winreg v0.50.0 (latest: v0.52.0) |
148 | 2024-08-27T22:06:11.470Z | + cargo check |
149 | 2024-08-27T22:06:11.707Z | Downloading crates ... |
150 | 2024-08-27T22:06:11.775Z | Downloaded async-stream-impl v0.3.5 |
151 | 2024-08-27T22:06:11.778Z | Downloaded darling_macro v0.20.10 |
152 | 2024-08-27T22:06:11.781Z | Downloaded async-stream v0.3.5 |
153 | 2024-08-27T22:06:11.784Z | Downloaded foreign-types v0.3.2 |
154 | 2024-08-27T22:06:11.792Z | Downloaded usdt-attr-macro v0.5.0 |
155 | 2024-08-27T22:06:11.796Z | Downloaded instant v0.1.13 |
156 | 2024-08-27T22:06:11.799Z | Downloaded ident_case v1.0.1 |
157 | 2024-08-27T22:06:11.799Z | Downloaded omicron-workspace-hack v0.1.0 |
158 | 2024-08-27T22:06:11.799Z | Downloaded openssl-macros v0.1.1 |
159 | 2024-08-27T22:06:11.801Z | Downloaded waitgroup v0.1.2 |
160 | 2024-08-27T22:06:11.801Z | Downloaded async-trait v0.1.81 |
161 | 2024-08-27T22:06:11.805Z | Downloaded futures-task v0.3.30 |
162 | 2024-08-27T22:06:11.807Z | Downloaded hostname v0.4.0 |
163 | 2024-08-27T22:06:11.811Z | Downloaded usdt-macro v0.5.0 |
164 | 2024-08-27T22:06:11.811Z | Downloaded hex v0.4.3 |
165 | 2024-08-27T22:06:11.813Z | Downloaded pin-utils v0.1.0 |
166 | 2024-08-27T22:06:11.815Z | Downloaded form_urlencoded v1.2.1 |
167 | 2024-08-27T22:06:11.818Z | Downloaded futures-executor v0.3.30 |
168 | 2024-08-27T22:06:11.818Z | Downloaded dirs-next v2.0.0 |
169 | 2024-08-27T22:06:11.820Z | Downloaded sync_wrapper v0.1.2 |
170 | 2024-08-27T22:06:11.823Z | Downloaded mime v0.3.17 |
171 | 2024-08-27T22:06:11.823Z | Downloaded strum v0.26.3 |
172 | 2024-08-27T22:06:11.827Z | Downloaded dof v0.3.0 |
173 | 2024-08-27T22:06:11.827Z | Downloaded zeroize v1.8.1 |
174 | 2024-08-27T22:06:11.827Z | Downloaded rand_core v0.6.4 |
175 | 2024-08-27T22:06:11.830Z | Downloaded itoa v1.0.11 |
176 | 2024-08-27T22:06:11.830Z | Downloaded parking_lot v0.12.3 |
177 | 2024-08-27T22:06:11.834Z | Downloaded darling v0.20.10 |
178 | 2024-08-27T22:06:11.838Z | Downloaded parse-display-derive v0.10.0 |
179 | 2024-08-27T22:06:11.840Z | Downloaded shlex v1.3.0 |
180 | 2024-08-27T22:06:11.842Z | Downloaded sha1 v0.10.6 |
181 | 2024-08-27T22:06:11.844Z | Downloaded rustls-pemfile v1.0.4 |
182 | 2024-08-27T22:06:11.847Z | Downloaded httparse v1.9.4 |
183 | 2024-08-27T22:06:11.849Z | Downloaded scopeguard v1.2.0 |
184 | 2024-08-27T22:06:11.851Z | Downloaded structmeta v0.3.0 |
185 | 2024-08-27T22:06:11.851Z | Downloaded dtrace-parser v0.2.0 |
186 | 2024-08-27T22:06:11.854Z | Downloaded lock_api v0.4.12 |
187 | 2024-08-27T22:06:11.856Z | Downloaded schemars_derive v0.8.21 |
188 | 2024-08-27T22:06:11.858Z | Downloaded multer v3.1.0 |
189 | 2024-08-27T22:06:11.861Z | Downloaded foreign-types-shared v0.1.1 |
190 | 2024-08-27T22:06:11.861Z | Downloaded want v0.3.1 |
191 | 2024-08-27T22:06:11.863Z | Downloaded num-conv v0.1.0 |
192 | 2024-08-27T22:06:11.865Z | Downloaded openssl-probe v0.1.5 |
193 | 2024-08-27T22:06:11.865Z | Downloaded num_threads v0.1.7 |
194 | 2024-08-27T22:06:11.870Z | Downloaded match_cfg v0.1.0 |
195 | 2024-08-27T22:06:11.870Z | Downloaded futures-channel v0.3.30 |
196 | 2024-08-27T22:06:11.870Z | Downloaded thiserror-impl v1.0.63 |
197 | 2024-08-27T22:06:11.878Z | Downloaded time-core v0.1.2 |
198 | 2024-08-27T22:06:11.878Z | Downloaded cfg-if v1.0.0 |
199 | 2024-08-27T22:06:11.878Z | Downloaded atomic-waker v1.1.2 |
200 | 2024-08-27T22:06:11.878Z | Downloaded anyhow v1.0.86 |
201 | 2024-08-27T22:06:11.884Z | Downloaded parking_lot_core v0.9.10 |
202 | 2024-08-27T22:06:11.884Z | Downloaded tower-service v0.3.3 |
203 | 2024-08-27T22:06:11.884Z | Downloaded slog-bunyan v2.5.0 |
204 | 2024-08-27T22:06:11.886Z | Downloaded subtle v2.6.1 |
205 | 2024-08-27T22:06:11.888Z | Downloaded sct v0.7.1 |
206 | 2024-08-27T22:06:11.890Z | Downloaded rustls-pki-types v1.8.0 |
207 | 2024-08-27T22:06:11.893Z | Downloaded try-lock v0.2.5 |
208 | 2024-08-27T22:06:11.895Z | Downloaded httpdate v1.0.3 |
209 | 2024-08-27T22:06:11.895Z | Downloaded futures-sink v0.3.30 |
210 | 2024-08-27T22:06:11.897Z | Downloaded take_mut v0.2.2 |
211 | 2024-08-27T22:06:11.898Z | Downloaded serde_derive_internals v0.29.1 |
212 | 2024-08-27T22:06:11.900Z | Downloaded serde_path_to_error v0.1.16 |
213 | 2024-08-27T22:06:11.900Z | Downloaded term v0.7.0 |
214 | 2024-08-27T22:06:11.903Z | Downloaded http-body v0.4.6 |
215 | 2024-08-27T22:06:11.905Z | Downloaded rand_chacha v0.3.1 |
216 | 2024-08-27T22:06:11.909Z | Downloaded pest_generator v2.7.11 |
217 | 2024-08-27T22:06:11.909Z | Downloaded parse-display v0.10.0 |
218 | 2024-08-27T22:06:11.911Z | Downloaded paste v1.0.15 |
219 | 2024-08-27T22:06:11.913Z | Downloaded powerfmt v0.2.0 |
220 | 2024-08-27T22:06:11.915Z | Downloaded usdt v0.5.0 |
221 | 2024-08-27T22:06:11.915Z | Downloaded memmap v0.7.0 |
222 | 2024-08-27T22:06:11.918Z | Downloaded is-terminal v0.4.13 |
223 | 2024-08-27T22:06:11.918Z | Downloaded toml_datetime v0.6.8 |
224 | 2024-08-27T22:06:11.920Z | Downloaded tokio-native-tls v0.3.1 |
225 | 2024-08-27T22:06:11.923Z | Downloaded signal-hook-registry v1.4.2 |
226 | 2024-08-27T22:06:11.923Z | Downloaded serde_urlencoded v0.7.1 |
227 | 2024-08-27T22:06:11.925Z | Downloaded spin v0.9.8 |
228 | 2024-08-27T22:06:11.927Z | Downloaded thread_local v1.1.8 |
229 | 2024-08-27T22:06:11.931Z | Downloaded pest_meta v2.7.11 |
230 | 2024-08-27T22:06:11.934Z | Downloaded thread-id v4.2.2 |
231 | 2024-08-27T22:06:11.934Z | Downloaded socket2 v0.5.7 |
232 | 2024-08-27T22:06:11.937Z | Downloaded indexmap v1.9.3 |
233 | 2024-08-27T22:06:11.940Z | Downloaded generic-array v0.14.7 |
234 | 2024-08-27T22:06:11.961Z | Downloaded tinyvec_macros v0.1.1 |
235 | 2024-08-27T22:06:11.961Z | Downloaded iana-time-zone v0.1.60 |
236 | 2024-08-27T22:06:11.961Z | Downloaded thiserror v1.0.63 |
237 | 2024-08-27T22:06:11.963Z | Downloaded structmeta-derive v0.3.0 |
238 | 2024-08-27T22:06:11.963Z | Downloaded zerocopy-derive v0.7.35 |
239 | 2024-08-27T22:06:11.963Z | Downloaded time-macros v0.2.18 |
240 | 2024-08-27T22:06:11.963Z | Downloaded slab v0.4.9 |
241 | 2024-08-27T22:06:11.963Z | Downloaded tokio-rustls v0.25.0 |
242 | 2024-08-27T22:06:11.963Z | Downloaded serde_yaml v0.9.34+deprecated |
243 | 2024-08-27T22:06:11.966Z | Downloaded futures v0.3.30 |
244 | 2024-08-27T22:06:11.973Z | Downloaded serde_with_macros v3.9.0 |
245 | 2024-08-27T22:06:11.975Z | Downloaded smallvec v1.13.2 |
246 | 2024-08-27T22:06:11.978Z | Downloaded tokio-rustls v0.24.1 |
247 | 2024-08-27T22:06:11.980Z | Downloaded once_cell v1.19.0 |
248 | 2024-08-27T22:06:11.984Z | Downloaded strum_macros v0.26.4 |
249 | 2024-08-27T22:06:11.987Z | Downloaded tinyvec v1.8.0 |
250 | 2024-08-27T22:06:11.990Z | Downloaded ucd-trie v0.1.6 |
251 | 2024-08-27T22:06:11.990Z | Downloaded http v1.1.0 |
252 | 2024-08-27T22:06:11.993Z | Downloaded openssl-sys v0.9.103 |
253 | 2024-08-27T22:06:11.998Z | Downloaded darling_core v0.20.10 |
254 | 2024-08-27T22:06:12.003Z | Downloaded serde_derive v1.0.209 |
255 | 2024-08-27T22:06:12.009Z | Downloaded schemars v0.8.21 |
256 | 2024-08-27T22:06:12.019Z | Downloaded rand v0.8.5 |
257 | 2024-08-27T22:06:12.022Z | Downloaded tracing-core v0.1.32 |
258 | 2024-08-27T22:06:12.025Z | Downloaded serde v1.0.209 |
259 | 2024-08-27T22:06:12.030Z | Downloaded indexmap v2.4.0 |
260 | 2024-08-27T22:06:12.033Z | Downloaded mio v1.0.2 |
261 | 2024-08-27T22:06:12.039Z | Downloaded tracing v0.1.40 |
262 | 2024-08-27T22:06:12.043Z | Downloaded http v0.2.12 |
263 | 2024-08-27T22:06:12.048Z | Downloaded hashbrown v0.12.3 |
264 | 2024-08-27T22:06:12.051Z | Downloaded unicode-normalization v0.1.23 |
265 | 2024-08-27T22:06:12.055Z | Downloaded url v2.5.2 |
266 | 2024-08-27T22:06:12.059Z | Downloaded toml_edit v0.22.20 |
267 | 2024-08-27T22:06:12.080Z | Downloaded time v0.3.36 |
268 | 2024-08-27T22:06:12.086Z | Downloaded hyper v0.14.30 |
269 | 2024-08-27T22:06:12.097Z | Downloaded serde_with v3.9.0 |
270 | 2024-08-27T22:06:12.102Z | Downloaded tokio-util v0.7.11 |
271 | 2024-08-27T22:06:12.109Z | Downloaded reqwest v0.11.27 |
272 | 2024-08-27T22:06:12.117Z | Downloaded zerocopy v0.7.35 |
273 | 2024-08-27T22:06:12.136Z | Downloaded openssl v0.10.66 |
274 | 2024-08-27T22:06:12.144Z | Downloaded serde_json v1.0.127 |
275 | 2024-08-27T22:06:12.151Z | Downloaded openapiv3 v2.0.0 |
276 | 2024-08-27T22:06:12.165Z | Downloaded rustls-webpki v0.102.7 |
277 | 2024-08-27T22:06:12.182Z | Downloaded vcpkg v0.2.15 |
278 | 2024-08-27T22:06:12.219Z | Downloaded webpki-roots v0.25.4 |
279 | 2024-08-27T22:06:12.224Z | Downloaded rustls v0.21.12 |
280 | 2024-08-27T22:06:12.234Z | Downloaded regex v1.10.6 |
281 | 2024-08-27T22:06:12.246Z | Downloaded syn v2.0.76 |
282 | 2024-08-27T22:06:12.256Z | Downloaded libc v0.2.158 |
283 | 2024-08-27T22:06:12.282Z | Downloaded regress v0.10.0 |
284 | 2024-08-27T22:06:12.289Z | Downloaded rustls v0.22.4 |
285 | 2024-08-27T22:06:12.302Z | Downloaded regress v0.9.1 |
286 | 2024-08-27T22:06:12.310Z | Downloaded regex-syntax v0.8.4 |
287 | 2024-08-27T22:06:12.317Z | Downloaded regex-automata v0.4.7 |
288 | 2024-08-27T22:06:12.333Z | Downloaded encoding_rs v0.8.34 |
289 | 2024-08-27T22:06:12.353Z | Downloaded tokio v1.39.3 |
290 | 2024-08-27T22:06:12.387Z | Downloaded rustls-webpki v0.101.7 |
291 | 2024-08-27T22:06:12.400Z | Downloaded winnow v0.6.18 |
292 | 2024-08-27T22:06:12.409Z | Downloaded idna v0.5.0 |
293 | 2024-08-27T22:06:12.416Z | Downloaded pest v2.7.11 |
294 | 2024-08-27T22:06:12.419Z | Downloaded goblin v0.8.2 |
295 | 2024-08-27T22:06:12.425Z | Downloaded chrono v0.4.38 |
296 | 2024-08-27T22:06:12.432Z | Downloaded h2 v0.3.26 |
297 | 2024-08-27T22:06:12.438Z | Downloaded hashbrown v0.14.5 |
298 | 2024-08-27T22:06:12.443Z | Downloaded aho-corasick v1.1.3 |
299 | 2024-08-27T22:06:12.448Z | Downloaded futures-util v0.3.30 |
300 | 2024-08-27T22:06:12.459Z | Downloaded base64 v0.21.7 |
301 | 2024-08-27T22:06:12.463Z | Downloaded memchr v2.7.4 |
302 | 2024-08-27T22:06:12.467Z | Downloaded crossbeam-channel v0.5.13 |
303 | 2024-08-27T22:06:12.471Z | Downloaded cc v1.1.15 |
304 | 2024-08-27T22:06:12.474Z | Downloaded typenum v1.17.0 |
305 | 2024-08-27T22:06:12.477Z | Downloaded toml v0.8.19 |
306 | 2024-08-27T22:06:12.480Z | Downloaded sha2 v0.10.8 |
307 | 2024-08-27T22:06:12.482Z | Downloaded uuid v1.10.0 |
308 | 2024-08-27T22:06:12.485Z | Downloaded log v0.4.22 |
309 | 2024-08-27T22:06:12.488Z | Downloaded slog-json v2.6.1 |
310 | 2024-08-27T22:06:12.490Z | Downloaded semver v1.0.23 |
311 | 2024-08-27T22:06:12.492Z | Downloaded rustls-pemfile v2.1.3 |
312 | 2024-08-27T22:06:12.494Z | Downloaded quote v1.0.37 |
313 | 2024-08-27T22:06:12.496Z | Downloaded pin-project-lite v0.2.14 |
314 | 2024-08-27T22:06:12.501Z | Downloaded crossbeam-utils v0.8.20 |
315 | 2024-08-27T22:06:12.503Z | Downloaded bitflags v2.6.0 |
316 | 2024-08-27T22:06:12.507Z | Downloaded autocfg v1.3.0 |
317 | 2024-08-27T22:06:12.509Z | Downloaded usdt-impl v0.5.0 |
318 | 2024-08-27T22:06:12.511Z | Downloaded base64 v0.22.1 |
319 | 2024-08-27T22:06:12.514Z | Downloaded slog-term v2.9.1 |
320 | 2024-08-27T22:06:12.516Z | Downloaded slog v2.7.0 |
321 | 2024-08-27T22:06:12.519Z | Downloaded ryu v1.0.18 |
322 | 2024-08-27T22:06:12.521Z | Downloaded pkg-config v0.3.30 |
323 | 2024-08-27T22:06:12.523Z | Downloaded native-tls v0.2.12 |
324 | 2024-08-27T22:06:12.525Z | Downloaded strsim v0.11.1 |
325 | 2024-08-27T22:06:12.529Z | Downloaded slog-async v2.8.0 |
326 | 2024-08-27T22:06:12.529Z | Downloaded unsafe-libyaml v0.2.11 |
327 | 2024-08-27T22:06:12.531Z | Downloaded unicode-bidi v0.3.15 |
328 | 2024-08-27T22:06:12.533Z | Downloaded ipnet v2.9.0 |
329 | 2024-08-27T22:06:12.535Z | Downloaded hyper-rustls v0.24.2 |
330 | 2024-08-27T22:06:12.537Z | Downloaded camino v1.1.9 |
331 | 2024-08-27T22:06:12.540Z | Downloaded bytes v1.7.1 |
332 | 2024-08-27T22:06:12.542Z | Downloaded tokio-macros v2.4.0 |
333 | 2024-08-27T22:06:12.545Z | Downloaded proc-macro2 v1.0.86 |
334 | 2024-08-27T22:06:12.547Z | Downloaded pest_derive v2.7.11 |
335 | 2024-08-27T22:06:12.549Z | Downloaded serde_spanned v0.6.7 |
336 | 2024-08-27T22:06:12.549Z | Downloaded scroll v0.12.0 |
337 | 2024-08-27T22:06:12.552Z | Downloaded rustversion v1.0.17 |
338 | 2024-08-27T22:06:12.555Z | Downloaded version_check v0.9.5 |
339 | 2024-08-27T22:06:12.555Z | Downloaded allocator-api2 v0.2.18 |
340 | 2024-08-27T22:06:12.557Z | Downloaded hostname v0.3.1 |
341 | 2024-08-27T22:06:12.557Z | Downloaded ring v0.17.8 |
342 | 2024-08-27T22:06:12.621Z | Downloaded dyn-clone v1.0.17 |
343 | 2024-08-27T22:06:12.623Z | Downloaded hyper-tls v0.5.0 |
344 | 2024-08-27T22:06:12.623Z | Downloaded futures-io v0.3.30 |
345 | 2024-08-27T22:06:12.625Z | Downloaded fnv v1.0.7 |
346 | 2024-08-27T22:06:12.625Z | Downloaded num-traits v0.2.19 |
347 | 2024-08-27T22:06:12.628Z | Downloaded pretty-hex v0.4.1 |
348 | 2024-08-27T22:06:12.628Z | Downloaded futures-core v0.3.30 |
349 | 2024-08-27T22:06:12.630Z | Downloaded digest v0.10.7 |
350 | 2024-08-27T22:06:12.630Z | Downloaded debug-ignore v1.0.5 |
351 | 2024-08-27T22:06:12.633Z | Downloaded cpufeatures v0.2.13 |
352 | 2024-08-27T22:06:12.633Z | Downloaded ipnetwork v0.20.0 |
353 | 2024-08-27T22:06:12.635Z | Downloaded dirs-sys-next v0.1.2 |
354 | 2024-08-27T22:06:12.635Z | Downloaded byteorder v1.5.0 |
355 | 2024-08-27T22:06:12.638Z | Downloaded scroll_derive v0.12.0 |
356 | 2024-08-27T22:06:12.638Z | Downloaded getrandom v0.2.15 |
357 | 2024-08-27T22:06:12.640Z | Downloaded heck v0.5.0 |
358 | 2024-08-27T22:06:12.642Z | Downloaded backoff v0.4.0 |
359 | 2024-08-27T22:06:12.644Z | Downloaded untrusted v0.9.0 |
360 | 2024-08-27T22:06:12.644Z | Downloaded serde_tokenstream v0.2.2 |
361 | 2024-08-27T22:06:12.647Z | Downloaded equivalent v1.0.1 |
362 | 2024-08-27T22:06:12.647Z | Downloaded ppv-lite86 v0.2.20 |
363 | 2024-08-27T22:06:12.647Z | Downloaded plain v0.2.3 |
364 | 2024-08-27T22:06:12.649Z | Downloaded percent-encoding v2.3.1 |
365 | 2024-08-27T22:06:12.649Z | Downloaded newtype-uuid v1.1.0 |
366 | 2024-08-27T22:06:12.649Z | Downloaded ahash v0.8.11 |
367 | 2024-08-27T22:06:12.651Z | Downloaded unicode-ident v1.0.12 |
368 | 2024-08-27T22:06:12.653Z | Downloaded futures-macro v0.3.30 |
369 | 2024-08-27T22:06:12.656Z | Downloaded macaddr v1.0.1 |
370 | 2024-08-27T22:06:12.656Z | Downloaded deranged v0.3.11 |
371 | 2024-08-27T22:06:12.658Z | Downloaded block-buffer v0.10.4 |
372 | 2024-08-27T22:06:12.658Z | Downloaded crypto-common v0.1.6 |
373 | 2024-08-27T22:06:12.777Z | Compiling proc-macro2 v1.0.86 |
374 | 2024-08-27T22:06:12.779Z | Compiling unicode-ident v1.0.12 |
375 | 2024-08-27T22:06:12.779Z | Compiling libc v0.2.158 |
376 | 2024-08-27T22:06:12.779Z | Checking cfg-if v1.0.0 |
377 | 2024-08-27T22:06:12.779Z | Compiling version_check v0.9.5 |
378 | 2024-08-27T22:06:12.779Z | Compiling autocfg v1.3.0 |
379 | 2024-08-27T22:06:12.791Z | Compiling serde v1.0.209 |
380 | 2024-08-27T22:06:12.793Z | Checking memchr v2.7.4 |
381 | 2024-08-27T22:06:12.860Z | Compiling serde_json v1.0.127 |
382 | 2024-08-27T22:06:12.963Z | Checking itoa v1.0.11 |
383 | 2024-08-27T22:06:13.267Z | Compiling thiserror v1.0.63 |
384 | 2024-08-27T22:06:13.368Z | Compiling shlex v1.3.0 |
385 | 2024-08-27T22:06:13.435Z | Compiling ahash v0.8.11 |
386 | 2024-08-27T22:06:13.513Z | Checking byteorder v1.5.0 |
387 | 2024-08-27T22:06:13.650Z | Checking once_cell v1.19.0 |
388 | 2024-08-27T22:06:13.717Z | Compiling cc v1.1.15 |
389 | 2024-08-27T22:06:13.941Z | Compiling num-traits v0.2.19 |
390 | 2024-08-27T22:06:13.949Z | Checking pin-project-lite v0.2.14 |
391 | 2024-08-27T22:06:14.144Z | Checking getrandom v0.2.15 |
392 | 2024-08-27T22:06:14.203Z | Checking ryu v1.0.18 |
393 | 2024-08-27T22:06:14.258Z | Compiling quote v1.0.37 |
394 | 2024-08-27T22:06:14.408Z | Checking bytes v1.7.1 |
395 | 2024-08-27T22:06:14.491Z | Checking log v0.4.22 |
396 | 2024-08-27T22:06:14.657Z | Compiling syn v2.0.76 |
397 | 2024-08-27T22:06:14.664Z | Checking allocator-api2 v0.2.18 |
398 | 2024-08-27T22:06:14.718Z | Compiling lock_api v0.4.12 |
399 | 2024-08-27T22:06:14.846Z | Compiling schemars v0.8.21 |
400 | 2024-08-27T22:06:14.860Z | Compiling parking_lot_core v0.9.10 |
401 | 2024-08-27T22:06:14.972Z | Checking scopeguard v1.2.0 |
402 | 2024-08-27T22:06:15.101Z | Checking smallvec v1.13.2 |
403 | 2024-08-27T22:06:15.139Z | Checking futures-core v0.3.30 |
404 | 2024-08-27T22:06:15.216Z | Checking signal-hook-registry v1.4.2 |
405 | 2024-08-27T22:06:15.259Z | Checking mio v1.0.2 |
406 | 2024-08-27T22:06:15.301Z | Checking socket2 v0.5.7 |
407 | 2024-08-27T22:06:15.310Z | Compiling slab v0.4.9 |
408 | 2024-08-27T22:06:15.434Z | Checking spin v0.9.8 |
409 | 2024-08-27T22:06:15.554Z | Checking futures-sink v0.3.30 |
410 | 2024-08-27T22:06:15.682Z | Checking untrusted v0.9.0 |
411 | 2024-08-27T22:06:15.695Z | Checking equivalent v1.0.1 |
412 | 2024-08-27T22:06:15.733Z | Checking fnv v1.0.7 |
413 | 2024-08-27T22:06:15.736Z | Checking parking_lot v0.12.3 |
414 | 2024-08-27T22:06:15.809Z | Checking futures-channel v0.3.30 |
415 | 2024-08-27T22:06:15.836Z | Compiling pkg-config v0.3.30 |
416 | 2024-08-27T22:06:15.838Z | Compiling vcpkg v0.2.15 |
417 | 2024-08-27T22:06:16.023Z | Checking futures-task v0.3.30 |
418 | 2024-08-27T22:06:16.061Z | Compiling semver v1.0.23 |
419 | 2024-08-27T22:06:16.147Z | Checking pin-utils v0.1.0 |
420 | 2024-08-27T22:06:16.220Z | Checking futures-io v0.3.30 |
421 | 2024-08-27T22:06:16.248Z | Compiling heck v0.5.0 |
422 | 2024-08-27T22:06:16.504Z | Compiling ucd-trie v0.1.6 |
423 | 2024-08-27T22:06:16.620Z | Checking iana-time-zone v0.1.60 |
424 | 2024-08-27T22:06:16.654Z | Compiling ring v0.17.8 |
425 | 2024-08-27T22:06:16.657Z | Checking http v0.2.12 |
426 | 2024-08-27T22:06:17.102Z | Checking dyn-clone v1.0.17 |
427 | 2024-08-27T22:06:17.158Z | Compiling httparse v1.9.4 |
428 | 2024-08-27T22:06:17.577Z | Compiling openssl-sys v0.9.103 |
429 | 2024-08-27T22:06:17.916Z | Checking tracing-core v0.1.32 |
430 | 2024-08-27T22:06:18.016Z | Compiling uuid v1.10.0 |
431 | 2024-08-27T22:06:18.517Z | Compiling openssl v0.10.66 |
432 | 2024-08-27T22:06:18.534Z | Checking tracing v0.1.40 |
433 | 2024-08-27T22:06:18.588Z | Compiling chrono v0.4.38 |
434 | 2024-08-27T22:06:18.608Z | Checking foreign-types-shared v0.1.1 |
435 | 2024-08-27T22:06:18.694Z | Checking try-lock v0.2.5 |
436 | 2024-08-27T22:06:18.710Z | Compiling slog v2.7.0 |
437 | 2024-08-27T22:06:18.816Z | Checking want v0.3.1 |
438 | 2024-08-27T22:06:18.896Z | Checking foreign-types v0.3.2 |
439 | 2024-08-27T22:06:18.993Z | Checking http-body v0.4.6 |
440 | 2024-08-27T22:06:19.074Z | Compiling aho-corasick v1.1.3 |
441 | 2024-08-27T22:06:19.270Z | Checking tower-service v0.3.3 |
442 | 2024-08-27T22:06:19.353Z | Checking httpdate v1.0.3 |
443 | 2024-08-27T22:06:19.382Z | Compiling typenum v1.17.0 |
444 | 2024-08-27T22:06:19.562Z | Checking bitflags v2.6.0 |
445 | 2024-08-27T22:06:19.786Z | Compiling rustls v0.21.12 |
446 | 2024-08-27T22:06:20.093Z | Checking tinyvec_macros v0.1.1 |
447 | 2024-08-27T22:06:20.159Z | Compiling native-tls v0.2.12 |
448 | 2024-08-27T22:06:20.202Z | Compiling regex-syntax v0.8.4 |
449 | 2024-08-27T22:06:20.352Z | Checking percent-encoding v2.3.1 |
450 | 2024-08-27T22:06:20.544Z | Checking form_urlencoded v1.2.1 |
451 | 2024-08-27T22:06:20.603Z | Checking tinyvec v1.8.0 |
452 | 2024-08-27T22:06:20.708Z | Compiling generic-array v0.14.7 |
453 | 2024-08-27T22:06:21.077Z | Checking openssl-probe v0.1.5 |
454 | 2024-08-27T22:06:21.895Z | Compiling serde_derive_internals v0.29.1 |
455 | 2024-08-27T22:06:22.497Z | Checking unicode-normalization v0.1.23 |
456 | 2024-08-27T22:06:22.675Z | Checking sct v0.7.1 |
457 | 2024-08-27T22:06:22.793Z | Checking rustls-webpki v0.101.7 |
458 | 2024-08-27T22:06:23.382Z | Compiling usdt-impl v0.5.0 |
459 | 2024-08-27T22:06:23.479Z | Checking encoding_rs v0.8.34 |
460 | 2024-08-27T22:06:23.558Z | Compiling num-conv v0.1.0 |
461 | 2024-08-27T22:06:23.742Z | Compiling regex-automata v0.4.7 |
462 | 2024-08-27T22:06:23.818Z | Checking mime v0.3.17 |
463 | 2024-08-27T22:06:24.018Z | Checking unicode-bidi v0.3.15 |
464 | 2024-08-27T22:06:24.113Z | Compiling time-core v0.1.2 |
465 | 2024-08-27T22:06:24.274Z | Checking powerfmt v0.2.0 |
466 | 2024-08-27T22:06:24.543Z | Checking deranged v0.3.11 |
467 | 2024-08-27T22:06:24.639Z | Checking idna v0.5.0 |
468 | 2024-08-27T22:06:25.495Z | Compiling time-macros v0.2.18 |
469 | 2024-08-27T22:06:25.889Z | Compiling thread-id v4.2.2 |
470 | 2024-08-27T22:06:25.987Z | Checking num_threads v0.1.7 |
471 | 2024-08-27T22:06:26.084Z | Compiling strsim v0.11.1 |
472 | 2024-08-27T22:06:26.572Z | Checking plain v0.2.3 |
473 | 2024-08-27T22:06:26.709Z | Compiling ident_case v1.0.1 |
474 | 2024-08-27T22:06:26.804Z | Checking rustls-pki-types v1.8.0 |
475 | 2024-08-27T22:06:26.838Z | Compiling crossbeam-utils v0.8.20 |
476 | 2024-08-27T22:06:27.220Z | Checking base64 v0.21.7 |
477 | 2024-08-27T22:06:27.228Z | Compiling serde_derive v1.0.209 |
478 | 2024-08-27T22:06:27.234Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-08-27T22:06:27.371Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-08-27T22:06:27.387Z | Compiling schemars_derive v0.8.21 |
481 | 2024-08-27T22:06:27.661Z | Compiling tokio-macros v2.4.0 |
482 | 2024-08-27T22:06:27.993Z | Compiling futures-macro v0.3.30 |
483 | 2024-08-27T22:06:28.406Z | Compiling openssl-macros v0.1.1 |
484 | 2024-08-27T22:06:29.170Z | Checking tokio v1.39.3 |
485 | 2024-08-27T22:06:29.205Z | Checking zerocopy v0.7.35 |
486 | 2024-08-27T22:06:30.270Z | Checking futures-util v0.3.30 |
487 | 2024-08-27T22:06:30.295Z | Compiling pest v2.7.11 |
488 | 2024-08-27T22:06:31.079Z | Checking hashbrown v0.14.5 |
489 | 2024-08-27T22:06:31.548Z | Compiling regex v1.10.6 |
490 | 2024-08-27T22:06:32.231Z | Compiling scroll_derive v0.12.0 |
491 | 2024-08-27T22:06:32.519Z | Checking regress v0.10.0 |
492 | 2024-08-27T22:06:33.206Z | Compiling pest_meta v2.7.11 |
493 | 2024-08-27T22:06:33.672Z | Checking scroll v0.12.0 |
494 | 2024-08-27T22:06:34.532Z | Compiling pest_generator v2.7.11 |
495 | 2024-08-27T22:06:36.204Z | Checking goblin v0.8.2 |
496 | 2024-08-27T22:06:36.315Z | Checking tokio-util v0.7.11 |
497 | 2024-08-27T22:06:36.323Z | Checking tokio-native-tls v0.3.1 |
498 | 2024-08-27T22:06:36.553Z | Checking tokio-rustls v0.24.1 |
499 | 2024-08-27T22:06:37.091Z | Checking time v0.3.36 |
500 | 2024-08-27T22:06:37.181Z | Compiling pest_derive v2.7.11 |
501 | 2024-08-27T22:06:38.002Z | Compiling dtrace-parser v0.2.0 |
502 | 2024-08-27T22:06:38.059Z | Checking rustls-pemfile v1.0.4 |
503 | 2024-08-27T22:06:38.242Z | Compiling darling_core v0.20.10 |
504 | 2024-08-27T22:06:38.901Z | Checking url v2.5.2 |
505 | 2024-08-27T22:06:39.353Z | Checking dirs-sys-next v0.1.2 |
506 | 2024-08-27T22:06:39.685Z | Compiling rustls v0.22.4 |
507 | 2024-08-27T22:06:39.815Z | Checking pretty-hex v0.4.1 |
508 | 2024-08-27T22:06:39.887Z | Checking indexmap v2.4.0 |
509 | 2024-08-27T22:06:40.143Z | Checking serde_urlencoded v0.7.1 |
510 | 2024-08-27T22:06:40.556Z | Checking webpki-roots v0.25.4 |
511 | 2024-08-27T22:06:40.697Z | Compiling rustversion v1.0.17 |
512 | 2024-08-27T22:06:40.887Z | Checking ipnet v2.9.0 |
513 | 2024-08-27T22:06:41.132Z | Checking h2 v0.3.26 |
514 | 2024-08-27T22:06:41.263Z | Compiling serde_tokenstream v0.2.2 |
515 | 2024-08-27T22:06:41.549Z | Checking openapiv3 v2.0.0 |
516 | 2024-08-27T22:06:41.822Z | Compiling omicron-workspace-hack v0.1.0 |
517 | 2024-08-27T22:06:41.986Z | Checking sync_wrapper v0.1.2 |
518 | 2024-08-27T22:06:42.088Z | Compiling paste v1.0.15 |
519 | 2024-08-27T22:06:42.143Z | Compiling unsafe-libyaml v0.2.11 |
520 | 2024-08-27T22:06:42.727Z | Checking dof v0.3.0 |
521 | 2024-08-27T22:06:43.660Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
522 | 2024-08-27T22:06:44.200Z | Compiling serde_yaml v0.9.34+deprecated |
523 | 2024-08-27T22:06:44.265Z | Compiling darling_macro v0.20.10 |
524 | 2024-08-27T22:06:45.152Z | Checking hyper v0.14.30 |
525 | 2024-08-27T22:06:45.205Z | Checking toml_datetime v0.6.8 |
526 | 2024-08-27T22:06:45.266Z | Checking serde_spanned v0.6.7 |
527 | 2024-08-27T22:06:45.432Z | Checking dirs-next v2.0.0 |
528 | 2024-08-27T22:06:45.937Z | Checking ppv-lite86 v0.2.20 |
529 | 2024-08-27T22:06:46.080Z | Compiling structmeta-derive v0.3.0 |
530 | 2024-08-27T22:06:46.177Z | Checking rustls-webpki v0.102.7 |
531 | 2024-08-27T22:06:46.211Z | Checking block-buffer v0.10.4 |
532 | 2024-08-27T22:06:46.388Z | Checking crypto-common v0.1.6 |
533 | 2024-08-27T22:06:46.543Z | Checking rand_core v0.6.4 |
534 | 2024-08-27T22:06:46.750Z | Checking thread_local v1.1.8 |
535 | 2024-08-27T22:06:46.817Z | Compiling multer v3.1.0 |
536 | 2024-08-27T22:06:46.920Z | Checking match_cfg v0.1.0 |
537 | 2024-08-27T22:06:46.989Z | Checking winnow v0.6.18 |
538 | 2024-08-27T22:06:47.003Z | Compiling slog-async v2.8.0 |
539 | 2024-08-27T22:06:47.146Z | Compiling camino v1.1.9 |
540 | 2024-08-27T22:06:47.506Z | Checking zeroize v1.8.1 |
541 | 2024-08-27T22:06:47.732Z | Compiling anyhow v1.0.86 |
542 | 2024-08-27T22:06:47.738Z | Checking subtle v2.6.1 |
543 | 2024-08-27T22:06:47.912Z | Checking hostname v0.3.1 |
544 | 2024-08-27T22:06:47.932Z | Checking rand_chacha v0.3.1 |
545 | 2024-08-27T22:06:48.284Z | Checking digest v0.10.7 |
546 | 2024-08-27T22:06:48.486Z | Checking crossbeam-channel v0.5.13 |
547 | 2024-08-27T22:06:48.506Z | Checking term v0.7.0 |
548 | 2024-08-27T22:06:48.586Z | Compiling usdt-macro v0.5.0 |
549 | 2024-08-27T22:06:48.719Z | Compiling structmeta v0.3.0 |
550 | 2024-08-27T22:06:48.912Z | Compiling usdt-attr-macro v0.5.0 |
551 | 2024-08-27T22:06:49.084Z | Compiling darling v0.20.10 |
552 | 2024-08-27T22:06:49.529Z | Checking hyper-rustls v0.24.2 |
553 | 2024-08-27T22:06:49.784Z | Checking hyper-tls v0.5.0 |
554 | 2024-08-27T22:06:49.852Z | Checking slog-json v2.6.1 |
555 | 2024-08-27T22:06:49.998Z | Checking toml_edit v0.22.20 |
556 | 2024-08-27T22:06:50.037Z | Checking reqwest v0.11.27 |
557 | 2024-08-27T22:06:50.072Z | Checking futures-executor v0.3.30 |
558 | 2024-08-27T22:06:50.251Z | Compiling async-stream-impl v0.3.5 |
559 | 2024-08-27T22:06:50.274Z | Checking http v1.1.0 |
560 | 2024-08-27T22:06:50.307Z | Checking memmap v0.7.0 |
561 | 2024-08-27T22:06:50.400Z | Checking is-terminal v0.4.13 |
562 | 2024-08-27T22:06:50.502Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
563 | 2024-08-27T22:06:50.510Z | Checking base64 v0.22.1 |
564 | 2024-08-27T22:06:50.848Z | Checking atomic-waker v1.1.2 |
565 | 2024-08-27T22:06:50.960Z | Checking cpufeatures v0.2.13 |
566 | 2024-08-27T22:06:50.985Z | Checking take_mut v0.2.2 |
567 | 2024-08-27T22:06:51.036Z | Checking sha1 v0.10.6 |
568 | 2024-08-27T22:06:51.259Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
569 | 2024-08-27T22:06:51.282Z | Checking rustls-pemfile v2.1.3 |
570 | 2024-08-27T22:06:51.398Z | Checking waitgroup v0.1.2 |
571 | 2024-08-27T22:06:51.453Z | Checking tokio-rustls v0.25.0 |
572 | 2024-08-27T22:06:51.509Z | Checking usdt v0.5.0 |
573 | 2024-08-27T22:06:51.533Z | Checking slog-term v2.9.1 |
574 | 2024-08-27T22:06:51.541Z | Compiling strum_macros v0.26.4 |
575 | 2024-08-27T22:06:51.544Z | Checking async-stream v0.3.5 |
576 | 2024-08-27T22:06:51.718Z | Checking futures v0.3.30 |
577 | 2024-08-27T22:06:51.759Z | Checking slog-bunyan v2.5.0 |
578 | 2024-08-27T22:06:51.814Z | Compiling serde_with_macros v3.9.0 |
579 | 2024-08-27T22:06:51.896Z | Compiling parse-display-derive v0.10.0 |
580 | 2024-08-27T22:06:51.981Z | Checking rand v0.8.5 |
581 | 2024-08-27T22:06:52.487Z | Checking toml v0.8.19 |
582 | 2024-08-27T22:06:52.906Z | Checking newtype-uuid v1.1.0 |
583 | 2024-08-27T22:06:53.118Z | Checking ipnetwork v0.20.0 |
584 | 2024-08-27T22:06:53.142Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
585 | 2024-08-27T22:06:53.223Z | Checking serde_path_to_error v0.1.16 |
586 | 2024-08-27T22:06:53.410Z | Checking hex v0.4.3 |
587 | 2024-08-27T22:06:53.828Z | Compiling async-trait v0.1.81 |
588 | 2024-08-27T22:06:53.948Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
589 | 2024-08-27T22:06:54.351Z | Checking hostname v0.4.0 |
590 | 2024-08-27T22:06:54.474Z | Checking instant v0.1.13 |
591 | 2024-08-27T22:06:54.578Z | Checking debug-ignore v1.0.5 |
592 | 2024-08-27T22:06:54.662Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
593 | 2024-08-27T22:06:54.689Z | Checking backoff v0.4.0 |
594 | 2024-08-27T22:06:54.779Z | Checking serde_with v3.9.0 |
595 | 2024-08-27T22:06:54.937Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
596 | 2024-08-27T22:06:55.055Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
597 | 2024-08-27T22:06:55.344Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
598 | 2024-08-27T22:06:55.426Z | Checking parse-display v0.10.0 |
599 | 2024-08-27T22:06:55.434Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
600 | 2024-08-27T22:06:55.473Z | Checking strum v0.26.3 |
601 | 2024-08-27T22:06:55.630Z | Checking macaddr v1.0.1 |
602 | 2024-08-27T22:06:55.669Z | Checking regress v0.9.1 |
603 | 2024-08-27T22:06:57.362Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
604 | 2024-08-27T22:06:59.235Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
605 | 2024-08-27T22:06:59.289Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
606 | 2024-08-27T22:07:01.776Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
607 | 2024-08-27T22:07:06.742Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
608 | 2024-08-27T22:07:06.845Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
609 | 2024-08-27T22:07:09.608Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
610 | 2024-08-27T22:07:16.491Z | Checking test-project v0.1.0 (/tmp/test-project) |
611 | 2024-08-27T22:07:16.542Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
612 | 2024-08-27T22:07:16.607Z | + cargo build --release |
613 | 2024-08-27T22:07:16.864Z | Compiling proc-macro2 v1.0.86 |
614 | 2024-08-27T22:07:16.864Z | Compiling unicode-ident v1.0.12 |
615 | 2024-08-27T22:07:16.867Z | Compiling libc v0.2.158 |
616 | 2024-08-27T22:07:16.867Z | Compiling cfg-if v1.0.0 |
617 | 2024-08-27T22:07:16.867Z | Compiling version_check v0.9.5 |
618 | 2024-08-27T22:07:16.867Z | Compiling autocfg v1.3.0 |
619 | 2024-08-27T22:07:16.867Z | Compiling serde v1.0.209 |
620 | 2024-08-27T22:07:16.867Z | Compiling memchr v2.7.4 |
621 | 2024-08-27T22:07:16.972Z | Compiling serde_json v1.0.127 |
622 | 2024-08-27T22:07:17.043Z | Compiling itoa v1.0.11 |
623 | 2024-08-27T22:07:17.327Z | Compiling thiserror v1.0.63 |
624 | 2024-08-27T22:07:17.470Z | Compiling byteorder v1.5.0 |
625 | 2024-08-27T22:07:17.487Z | Compiling ahash v0.8.11 |
626 | 2024-08-27T22:07:17.576Z | Compiling shlex v1.3.0 |
627 | 2024-08-27T22:07:17.853Z | Compiling once_cell v1.19.0 |
628 | 2024-08-27T22:07:17.870Z | Compiling cc v1.1.15 |
629 | 2024-08-27T22:07:18.283Z | Compiling getrandom v0.2.15 |
630 | 2024-08-27T22:07:18.325Z | Compiling quote v1.0.37 |
631 | 2024-08-27T22:07:18.398Z | Compiling num-traits v0.2.19 |
632 | 2024-08-27T22:07:18.615Z | Compiling pin-project-lite v0.2.14 |
633 | 2024-08-27T22:07:18.661Z | Compiling syn v2.0.76 |
634 | 2024-08-27T22:07:18.717Z | Compiling ryu v1.0.18 |
635 | 2024-08-27T22:07:18.918Z | Compiling log v0.4.22 |
636 | 2024-08-27T22:07:18.934Z | Compiling bytes v1.7.1 |
637 | 2024-08-27T22:07:19.014Z | Compiling schemars v0.8.21 |
638 | 2024-08-27T22:07:19.269Z | Compiling allocator-api2 v0.2.18 |
639 | 2024-08-27T22:07:19.284Z | Compiling lock_api v0.4.12 |
640 | 2024-08-27T22:07:19.383Z | Compiling parking_lot_core v0.9.10 |
641 | 2024-08-27T22:07:19.390Z | Compiling futures-core v0.3.30 |
642 | 2024-08-27T22:07:19.560Z | Compiling scopeguard v1.2.0 |
643 | 2024-08-27T22:07:19.619Z | Compiling smallvec v1.13.2 |
644 | 2024-08-27T22:07:19.700Z | Compiling mio v1.0.2 |
645 | 2024-08-27T22:07:19.819Z | Compiling signal-hook-registry v1.4.2 |
646 | 2024-08-27T22:07:20.117Z | Compiling socket2 v0.5.7 |
647 | 2024-08-27T22:07:20.285Z | Compiling slab v0.4.9 |
648 | 2024-08-27T22:07:20.649Z | Compiling parking_lot v0.12.3 |
649 | 2024-08-27T22:07:20.775Z | Compiling spin v0.9.8 |
650 | 2024-08-27T22:07:20.821Z | Compiling ring v0.17.8 |
651 | 2024-08-27T22:07:20.967Z | Compiling futures-sink v0.3.30 |
652 | 2024-08-27T22:07:21.124Z | Compiling fnv v1.0.7 |
653 | 2024-08-27T22:07:21.245Z | Compiling untrusted v0.9.0 |
654 | 2024-08-27T22:07:21.334Z | Compiling semver v1.0.23 |
655 | 2024-08-27T22:07:21.370Z | Compiling equivalent v1.0.1 |
656 | 2024-08-27T22:07:21.456Z | Compiling futures-channel v0.3.30 |
657 | 2024-08-27T22:07:21.739Z | Compiling heck v0.5.0 |
658 | 2024-08-27T22:07:21.835Z | Compiling futures-io v0.3.30 |
659 | 2024-08-27T22:07:21.881Z | Compiling vcpkg v0.2.15 |
660 | 2024-08-27T22:07:21.917Z | Compiling futures-task v0.3.30 |
661 | 2024-08-27T22:07:21.954Z | Compiling pin-utils v0.1.0 |
662 | 2024-08-27T22:07:22.033Z | Compiling pkg-config v0.3.30 |
663 | 2024-08-27T22:07:22.304Z | Compiling iana-time-zone v0.1.60 |
664 | 2024-08-27T22:07:22.352Z | Compiling ucd-trie v0.1.6 |
665 | 2024-08-27T22:07:22.830Z | Compiling http v0.2.12 |
666 | 2024-08-27T22:07:23.194Z | Compiling dyn-clone v1.0.17 |
667 | 2024-08-27T22:07:23.285Z | Compiling httparse v1.9.4 |
668 | 2024-08-27T22:07:23.484Z | Compiling openssl-sys v0.9.103 |
669 | 2024-08-27T22:07:24.083Z | Compiling tracing-core v0.1.32 |
670 | 2024-08-27T22:07:24.289Z | Compiling uuid v1.10.0 |
671 | 2024-08-27T22:07:24.534Z | Compiling chrono v0.4.38 |
672 | 2024-08-27T22:07:24.810Z | Compiling tracing v0.1.40 |
673 | 2024-08-27T22:07:25.495Z | Compiling serde_derive_internals v0.29.1 |
674 | 2024-08-27T22:07:26.546Z | Compiling try-lock v0.2.5 |
675 | 2024-08-27T22:07:26.691Z | Compiling slog v2.7.0 |
676 | 2024-08-27T22:07:26.930Z | Compiling openssl v0.10.66 |
677 | 2024-08-27T22:07:27.191Z | Compiling foreign-types-shared v0.1.1 |
678 | 2024-08-27T22:07:27.391Z | Compiling foreign-types v0.3.2 |
679 | 2024-08-27T22:07:27.469Z | Compiling want v0.3.1 |
680 | 2024-08-27T22:07:27.631Z | Compiling http-body v0.4.6 |
681 | 2024-08-27T22:07:27.673Z | Compiling aho-corasick v1.1.3 |
682 | 2024-08-27T22:07:27.738Z | Compiling typenum v1.17.0 |
683 | 2024-08-27T22:07:28.114Z | Compiling rustls v0.21.12 |
684 | 2024-08-27T22:07:28.422Z | Compiling percent-encoding v2.3.1 |
685 | 2024-08-27T22:07:28.496Z | Compiling native-tls v0.2.12 |
686 | 2024-08-27T22:07:28.696Z | Compiling tinyvec_macros v0.1.1 |
687 | 2024-08-27T22:07:28.770Z | Compiling regex-syntax v0.8.4 |
688 | 2024-08-27T22:07:28.862Z | Compiling tower-service v0.3.3 |
689 | 2024-08-27T22:07:28.869Z | Compiling httpdate v1.0.3 |
690 | 2024-08-27T22:07:28.875Z | Compiling bitflags v2.6.0 |
691 | 2024-08-27T22:07:28.979Z | Compiling tinyvec v1.8.0 |
692 | 2024-08-27T22:07:29.246Z | Compiling form_urlencoded v1.2.1 |
693 | 2024-08-27T22:07:29.791Z | Compiling generic-array v0.14.7 |
694 | 2024-08-27T22:07:30.228Z | Compiling openssl-probe v0.1.5 |
695 | 2024-08-27T22:07:30.656Z | Compiling unicode-normalization v0.1.23 |
696 | 2024-08-27T22:07:30.906Z | Compiling serde_derive v1.0.209 |
697 | 2024-08-27T22:07:31.419Z | Compiling zerocopy-derive v0.7.35 |
698 | 2024-08-27T22:07:31.680Z | Compiling thiserror-impl v1.0.63 |
699 | 2024-08-27T22:07:31.913Z | Compiling schemars_derive v0.8.21 |
700 | 2024-08-27T22:07:31.960Z | Compiling tokio-macros v2.4.0 |
701 | 2024-08-27T22:07:33.429Z | Compiling zerocopy v0.7.35 |
702 | 2024-08-27T22:07:34.548Z | Compiling tokio v1.39.3 |
703 | 2024-08-27T22:07:34.586Z | Compiling futures-macro v0.3.30 |
704 | 2024-08-27T22:07:34.823Z | Compiling pest v2.7.11 |
705 | 2024-08-27T22:07:35.542Z | Compiling hashbrown v0.14.5 |
706 | 2024-08-27T22:07:36.525Z | Compiling futures-util v0.3.30 |
707 | 2024-08-27T22:07:37.053Z | Compiling regress v0.10.0 |
708 | 2024-08-27T22:07:37.083Z | Compiling openssl-macros v0.1.1 |
709 | 2024-08-27T22:07:37.696Z | Compiling pest_meta v2.7.11 |
710 | 2024-08-27T22:07:41.642Z | Compiling pest_generator v2.7.11 |
711 | 2024-08-27T22:07:41.711Z | Compiling sct v0.7.1 |
712 | 2024-08-27T22:07:42.126Z | Compiling rustls-webpki v0.101.7 |
713 | 2024-08-27T22:07:43.342Z | Compiling tokio-util v0.7.11 |
714 | 2024-08-27T22:07:43.586Z | Compiling pest_derive v2.7.11 |
715 | 2024-08-27T22:07:44.445Z | Compiling regex-automata v0.4.7 |
716 | 2024-08-27T22:07:45.520Z | Compiling indexmap v2.4.0 |
717 | 2024-08-27T22:07:46.205Z | Compiling serde_tokenstream v0.2.2 |
718 | 2024-08-27T22:07:49.049Z | Compiling h2 v0.3.26 |
719 | 2024-08-27T22:07:51.695Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
720 | 2024-08-27T22:07:52.308Z | Compiling regex v1.10.6 |
721 | 2024-08-27T22:07:54.771Z | Compiling hyper v0.14.30 |
722 | 2024-08-27T22:07:57.119Z | Compiling scroll_derive v0.12.0 |
723 | 2024-08-27T22:08:03.688Z | Compiling usdt-impl v0.5.0 |
724 | 2024-08-27T22:08:03.700Z | Compiling encoding_rs v0.8.34 |
725 | 2024-08-27T22:08:03.844Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
726 | 2024-08-27T22:08:04.088Z | Compiling powerfmt v0.2.0 |
727 | 2024-08-27T22:08:04.544Z | Compiling time-core v0.1.2 |
728 | 2024-08-27T22:08:04.709Z | Compiling unicode-bidi v0.3.15 |
729 | 2024-08-27T22:08:04.847Z | Compiling mime v0.3.17 |
730 | 2024-08-27T22:08:05.933Z | Compiling num-conv v0.1.0 |
731 | 2024-08-27T22:08:07.691Z | Compiling time-macros v0.2.18 |
732 | 2024-08-27T22:08:07.783Z | Compiling idna v0.5.0 |
733 | 2024-08-27T22:08:11.350Z | Compiling deranged v0.3.11 |
734 | 2024-08-27T22:08:13.103Z | Compiling scroll v0.12.0 |
735 | 2024-08-27T22:08:13.555Z | Compiling tokio-rustls v0.24.1 |
736 | 2024-08-27T22:08:13.699Z | Compiling tokio-native-tls v0.3.1 |
737 | 2024-08-27T22:08:13.706Z | Compiling dof v0.3.0 |
738 | 2024-08-27T22:08:13.966Z | Compiling serde_urlencoded v0.7.1 |
739 | 2024-08-27T22:08:13.969Z | Compiling dtrace-parser v0.2.0 |
740 | 2024-08-27T22:08:14.548Z | Compiling thread-id v4.2.2 |
741 | 2024-08-27T22:08:14.638Z | Compiling base64 v0.21.7 |
742 | 2024-08-27T22:08:15.771Z | Compiling strsim v0.11.1 |
743 | 2024-08-27T22:08:16.471Z | Compiling omicron-workspace-hack v0.1.0 |
744 | 2024-08-27T22:08:16.959Z | Compiling rustls-pki-types v1.8.0 |
745 | 2024-08-27T22:08:17.054Z | Compiling ident_case v1.0.1 |
746 | 2024-08-27T22:08:17.133Z | Compiling num_threads v0.1.7 |
747 | 2024-08-27T22:08:17.211Z | Compiling crossbeam-utils v0.8.20 |
748 | 2024-08-27T22:08:17.769Z | Compiling plain v0.2.3 |
749 | 2024-08-27T22:08:17.923Z | Compiling goblin v0.8.2 |
750 | 2024-08-27T22:08:18.518Z | Compiling time v0.3.36 |
751 | 2024-08-27T22:08:20.980Z | Compiling darling_core v0.20.10 |
752 | 2024-08-27T22:08:25.702Z | Compiling rustls-pemfile v1.0.4 |
753 | 2024-08-27T22:08:27.364Z | Compiling hyper-rustls v0.24.2 |
754 | 2024-08-27T22:08:27.367Z | Compiling hyper-tls v0.5.0 |
755 | 2024-08-27T22:08:27.790Z | Compiling url v2.5.2 |
756 | 2024-08-27T22:08:27.839Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
757 | 2024-08-27T22:08:27.955Z | Compiling openapiv3 v2.0.0 |
758 | 2024-08-27T22:08:28.810Z | Compiling dirs-sys-next v0.1.2 |
759 | 2024-08-27T22:08:30.123Z | Compiling ipnet v2.9.0 |
760 | 2024-08-27T22:08:30.261Z | Compiling unsafe-libyaml v0.2.11 |
761 | 2024-08-27T22:08:32.044Z | Compiling rustversion v1.0.17 |
762 | 2024-08-27T22:08:32.182Z | Compiling paste v1.0.15 |
763 | 2024-08-27T22:08:32.673Z | Compiling pretty-hex v0.4.1 |
764 | 2024-08-27T22:08:32.681Z | Compiling webpki-roots v0.25.4 |
765 | 2024-08-27T22:08:32.698Z | Compiling sync_wrapper v0.1.2 |
766 | 2024-08-27T22:08:32.819Z | Compiling rustls v0.22.4 |
767 | 2024-08-27T22:08:32.867Z | Compiling reqwest v0.11.27 |
768 | 2024-08-27T22:08:33.261Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
769 | 2024-08-27T22:08:33.355Z | Compiling serde_yaml v0.9.34+deprecated |
770 | 2024-08-27T22:08:35.185Z | Compiling dirs-next v2.0.0 |
771 | 2024-08-27T22:08:35.438Z | Compiling darling_macro v0.20.10 |
772 | 2024-08-27T22:08:38.954Z | Compiling rustls-webpki v0.102.7 |
773 | 2024-08-27T22:08:38.961Z | Compiling block-buffer v0.10.4 |
774 | 2024-08-27T22:08:39.185Z | Compiling crypto-common v0.1.6 |
775 | 2024-08-27T22:08:39.391Z | Compiling serde_spanned v0.6.7 |
776 | 2024-08-27T22:08:39.633Z | Compiling toml_datetime v0.6.8 |
777 | 2024-08-27T22:08:39.824Z | Compiling ppv-lite86 v0.2.20 |
778 | 2024-08-27T22:08:40.290Z | Compiling structmeta-derive v0.3.0 |
779 | 2024-08-27T22:08:40.555Z | Compiling rand_core v0.6.4 |
780 | 2024-08-27T22:08:40.839Z | Compiling thread_local v1.1.8 |
781 | 2024-08-27T22:08:41.001Z | Compiling multer v3.1.0 |
782 | 2024-08-27T22:08:41.348Z | Compiling anyhow v1.0.86 |
783 | 2024-08-27T22:08:41.575Z | Compiling subtle v2.6.1 |
784 | 2024-08-27T22:08:41.841Z | Compiling winnow v0.6.18 |
785 | 2024-08-27T22:08:41.940Z | Compiling zeroize v1.8.1 |
786 | 2024-08-27T22:08:41.987Z | Compiling camino v1.1.9 |
787 | 2024-08-27T22:08:42.278Z | Compiling slog-async v2.8.0 |
788 | 2024-08-27T22:08:42.597Z | Compiling match_cfg v0.1.0 |
789 | 2024-08-27T22:08:42.676Z | Compiling hostname v0.3.1 |
790 | 2024-08-27T22:08:42.961Z | Compiling structmeta v0.3.0 |
791 | 2024-08-27T22:08:42.969Z | Compiling rand_chacha v0.3.1 |
792 | 2024-08-27T22:08:43.335Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
793 | 2024-08-27T22:08:43.750Z | Compiling digest v0.10.7 |
794 | 2024-08-27T22:08:43.778Z | Compiling crossbeam-channel v0.5.13 |
795 | 2024-08-27T22:08:45.357Z | Compiling darling v0.20.10 |
796 | 2024-08-27T22:08:45.458Z | Compiling term v0.7.0 |
797 | 2024-08-27T22:08:46.190Z | Compiling toml_edit v0.22.20 |
798 | 2024-08-27T22:08:50.201Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
799 | 2024-08-27T22:08:54.455Z | Compiling usdt-attr-macro v0.5.0 |
800 | 2024-08-27T22:08:54.506Z | Compiling usdt-macro v0.5.0 |
801 | 2024-08-27T22:08:55.845Z | Compiling slog-json v2.6.1 |
802 | 2024-08-27T22:08:56.029Z | Compiling futures-executor v0.3.30 |
803 | 2024-08-27T22:08:56.304Z | Compiling async-stream-impl v0.3.5 |
804 | 2024-08-27T22:08:57.261Z | Compiling http v1.1.0 |
805 | 2024-08-27T22:08:57.672Z | Compiling is-terminal v0.4.13 |
806 | 2024-08-27T22:08:57.792Z | Compiling memmap v0.7.0 |
807 | 2024-08-27T22:08:58.237Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
808 | 2024-08-27T22:08:58.592Z | Compiling atomic-waker v1.1.2 |
809 | 2024-08-27T22:08:58.770Z | Compiling base64 v0.22.1 |
810 | 2024-08-27T22:08:58.804Z | Compiling take_mut v0.2.2 |
811 | 2024-08-27T22:08:58.952Z | Compiling cpufeatures v0.2.13 |
812 | 2024-08-27T22:08:59.041Z | Compiling sha1 v0.10.6 |
813 | 2024-08-27T22:08:59.792Z | Compiling rustls-pemfile v2.1.3 |
814 | 2024-08-27T22:09:02.027Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
815 | 2024-08-27T22:09:02.201Z | Compiling waitgroup v0.1.2 |
816 | 2024-08-27T22:09:02.502Z | Compiling usdt v0.5.0 |
817 | 2024-08-27T22:09:02.766Z | Compiling slog-term v2.9.1 |
818 | 2024-08-27T22:09:04.065Z | Compiling async-stream v0.3.5 |
819 | 2024-08-27T22:09:04.137Z | Compiling futures v0.3.30 |
820 | 2024-08-27T22:09:04.244Z | Compiling slog-bunyan v2.5.0 |
821 | 2024-08-27T22:09:04.467Z | Compiling strum_macros v0.26.4 |
822 | 2024-08-27T22:09:04.504Z | Compiling toml v0.8.19 |
823 | 2024-08-27T22:09:05.698Z | Compiling tokio-rustls v0.25.0 |
824 | 2024-08-27T22:09:06.111Z | Compiling serde_with_macros v3.9.0 |
825 | 2024-08-27T22:09:08.762Z | Compiling parse-display-derive v0.10.0 |
826 | 2024-08-27T22:09:09.056Z | Compiling rand v0.8.5 |
827 | 2024-08-27T22:09:11.289Z | Compiling newtype-uuid v1.1.0 |
828 | 2024-08-27T22:09:11.614Z | Compiling ipnetwork v0.20.0 |
829 | 2024-08-27T22:09:12.074Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
830 | 2024-08-27T22:09:12.319Z | Compiling serde_path_to_error v0.1.16 |
831 | 2024-08-27T22:09:12.776Z | Compiling hex v0.4.3 |
832 | 2024-08-27T22:09:13.395Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
833 | 2024-08-27T22:09:13.499Z | Compiling async-trait v0.1.81 |
834 | 2024-08-27T22:09:14.244Z | Compiling hostname v0.4.0 |
835 | 2024-08-27T22:09:14.487Z | Compiling instant v0.1.13 |
836 | 2024-08-27T22:09:14.637Z | Compiling debug-ignore v1.0.5 |
837 | 2024-08-27T22:09:14.791Z | Compiling backoff v0.4.0 |
838 | 2024-08-27T22:09:15.142Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-27T22:09:15.336Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
840 | 2024-08-27T22:09:15.500Z | Compiling parse-display v0.10.0 |
841 | 2024-08-27T22:09:15.966Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
842 | 2024-08-27T22:09:16.493Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
843 | 2024-08-27T22:09:16.712Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
844 | 2024-08-27T22:09:17.032Z | Compiling strum v0.26.3 |
845 | 2024-08-27T22:09:17.211Z | Compiling serde_with v3.9.0 |
846 | 2024-08-27T22:09:17.548Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
847 | 2024-08-27T22:09:18.400Z | Compiling macaddr v1.0.1 |
848 | 2024-08-27T22:09:19.036Z | Compiling regress v0.9.1 |
849 | 2024-08-27T22:09:24.782Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
850 | 2024-08-27T22:09:34.900Z | Compiling test-project v0.1.0 (/tmp/test-project) |
851 | 2024-08-27T22:09:43.532Z | Finished `release` profile [optimized] target(s) in 2m 26s |
852 | 2024-08-27T22:09:43.591Z | process exited: duration 220555 ms, exit code 0 |
|
853 | 2024-08-27T22:09:43.597Z | found 0 output files |