|
|
|
1 | 2024-08-06T07:31:35.294Z | job assigned to worker 01J4K9HN62YWMS2S8VFRH31095 (queued for 1 m 8 s) |
|
2 | 2024-08-06T07:31:43.796Z | starting task 0: "setup" |
3 | 2024-08-06T07:31:43.847Z | ++ uname -s |
4 | 2024-08-06T07:31:43.850Z | + kern=SunOS |
5 | 2024-08-06T07:31:43.850Z | + case "$kern" in |
6 | 2024-08-06T07:31:43.850Z | + groupadd -g 12345 build |
7 | 2024-08-06T07:31:43.852Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-06T07:31:45.861Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-06T07:31:45.976Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-06T07:31:45.979Z | + home_fs=zfs |
11 | 2024-08-06T07:31:45.979Z | + [[ zfs == autofs ]] |
12 | 2024-08-06T07:31:45.979Z | + mkdir -p /home/build |
13 | 2024-08-06T07:31:45.981Z | + chown build:build /home/build /work |
14 | 2024-08-06T07:31:46.982Z | + chmod 0700 /home/build /work |
15 | 2024-08-06T07:31:46.988Z | process exited: duration 3188 ms, exit code 0 |
|
16 | 2024-08-06T07:31:46.997Z | starting task 1: "rust-toolchain" |
17 | 2024-08-06T07:31:47.002Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-06T07:31:47.002Z | ' 1.80.0 |
19 | 2024-08-06T07:31:47.002Z | * toolchain channel = "1.80.0" |
20 | 2024-08-06T07:31:47.002Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-06T07:31:47.002Z | ' default |
22 | 2024-08-06T07:31:47.002Z | * toolchain profile = "default" |
23 | 2024-08-06T07:31:47.006Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-06T07:31:47.006Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-06T07:31:47.325Z | info: downloading installer |
26 | 2024-08-06T07:31:48.826Z | info: profile set to 'default' |
27 | 2024-08-06T07:31:48.826Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-06T07:31:48.830Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-06T07:31:48.972Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-06T07:31:48.972Z | info: downloading component 'cargo' |
31 | 2024-08-06T07:31:49.828Z | info: downloading component 'clippy' |
32 | 2024-08-06T07:31:50.131Z | info: downloading component 'rust-docs' |
33 | 2024-08-06T07:31:51.322Z | info: downloading component 'rust-std' |
34 | 2024-08-06T07:31:53.004Z | info: downloading component 'rustc' |
35 | 2024-08-06T07:31:57.731Z | info: downloading component 'rustfmt' |
36 | 2024-08-06T07:31:57.983Z | info: installing component 'cargo' |
37 | 2024-08-06T07:31:58.832Z | info: installing component 'clippy' |
38 | 2024-08-06T07:31:59.253Z | info: installing component 'rust-docs' |
39 | 2024-08-06T07:32:00.893Z | info: installing component 'rust-std' |
40 | 2024-08-06T07:32:02.595Z | info: installing component 'rustc' |
41 | 2024-08-06T07:32:07.010Z | info: installing component 'rustfmt' |
42 | 2024-08-06T07:32:07.347Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-06T07:32:07.347Z | |
44 | 2024-08-06T07:32:07.612Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-06T07:32:07.612Z | |
46 | 2024-08-06T07:32:07.615Z | |
47 | 2024-08-06T07:32:07.615Z | Rust is installed now. Great! |
48 | 2024-08-06T07:32:07.615Z | |
49 | 2024-08-06T07:32:07.615Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-06T07:32:07.615Z | environment variable. This has not been done automatically. |
51 | 2024-08-06T07:32:07.615Z | |
52 | 2024-08-06T07:32:07.615Z | To configure your current shell, you need to source |
53 | 2024-08-06T07:32:07.615Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-06T07:32:07.615Z | |
55 | 2024-08-06T07:32:07.615Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-06T07:32:07.615Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-06T07:32:07.615Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-06T07:32:07.679Z | + rustc --version |
59 | 2024-08-06T07:32:07.741Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-06T07:32:07.743Z | process exited: duration 20747 ms, exit code 0 |
|
61 | 2024-08-06T07:32:07.751Z | starting task 2: "authentication" |
62 | 2024-08-06T07:32:07.770Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-06T07:32:07.775Z | starting task 3: "clone repository" |
64 | 2024-08-06T07:32:07.779Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-06T07:32:07.782Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-06T07:32:08.071Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-06T07:32:14.579Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-06T07:32:14.579Z | + git fetch origin 2f13344f33968ce6d853e220265cbd57f005596f |
69 | 2024-08-06T07:32:14.876Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-06T07:32:14.876Z | * branch 2f13344f33968ce6d853e220265cbd57f005596f -> FETCH_HEAD |
71 | 2024-08-06T07:32:14.885Z | + [[ -n '' ]] |
72 | 2024-08-06T07:32:14.885Z | + git reset --hard 2f13344f33968ce6d853e220265cbd57f005596f |
73 | 2024-08-06T07:32:15.023Z | HEAD is now at 2f13344f3 Update Rust crate regex to 1.10.6 |
74 | 2024-08-06T07:32:15.026Z | process exited: duration 7250 ms, exit code 0 |
|
75 | 2024-08-06T07:32:15.031Z | starting task 4: "build" |
76 | 2024-08-06T07:32:15.038Z | + cargo --version |
77 | 2024-08-06T07:32:15.091Z | cargo 1.80.0 (376290515 2024-07-16) |
78 | 2024-08-06T07:32:15.094Z | + rustc --version |
79 | 2024-08-06T07:32:15.150Z | rustc 1.80.0 (051478957 2024-07-21) |
80 | 2024-08-06T07:32:15.153Z | + cd /tmp |
81 | 2024-08-06T07:32:15.153Z | + cargo new --lib test-project |
82 | 2024-08-06T07:32:15.207Z | Creating library `test-project` package |
83 | 2024-08-06T07:32:15.279Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
84 | 2024-08-06T07:32:15.282Z | + cd test-project |
85 | 2024-08-06T07:32:15.282Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
86 | 2024-08-06T07:32:15.338Z | Adding omicron-common (local) to dependencies |
87 | 2024-08-06T07:32:15.338Z | Features: |
88 | 2024-08-06T07:32:15.338Z | - proptest |
89 | 2024-08-06T07:32:15.338Z | - test-strategy |
90 | 2024-08-06T07:32:15.338Z | - testing |
91 | 2024-08-06T07:32:15.340Z | Updating crates.io index |
92 | 2024-08-06T07:32:15.463Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
93 | 2024-08-06T07:32:16.280Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-08-06T07:32:16.995Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-08-06T07:32:17.515Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
96 | 2024-08-06T07:32:19.173Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
97 | 2024-08-06T07:32:19.587Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
98 | 2024-08-06T07:32:19.995Z | Updating git repository `https://github.com/oxidecomputer/typify` |
99 | 2024-08-06T07:32:23.573Z | Locking 303 packages to latest compatible versions |
100 | 2024-08-06T07:32:23.573Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
101 | 2024-08-06T07:32:23.577Z | Adding base64 v0.21.7 (latest: v0.22.1) |
102 | 2024-08-06T07:32:23.587Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
103 | 2024-08-06T07:32:23.587Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
104 | 2024-08-06T07:32:23.587Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
105 | 2024-08-06T07:32:23.587Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
106 | 2024-08-06T07:32:23.587Z | Adding gimli v0.29.0 (latest: v0.31.0) |
107 | 2024-08-06T07:32:23.587Z | Adding h2 v0.3.26 (latest: v0.4.5) |
108 | 2024-08-06T07:32:23.587Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
109 | 2024-08-06T07:32:23.587Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
110 | 2024-08-06T07:32:23.587Z | Adding hostname v0.3.1 (latest: v0.4.0) |
111 | 2024-08-06T07:32:23.587Z | Adding http v0.2.12 (latest: v1.1.0) |
112 | 2024-08-06T07:32:23.587Z | Adding http-body v0.4.6 (latest: v1.0.1) |
113 | 2024-08-06T07:32:23.590Z | Adding hyper v0.14.30 (latest: v1.4.1) |
114 | 2024-08-06T07:32:23.590Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
115 | 2024-08-06T07:32:23.590Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
116 | 2024-08-06T07:32:23.590Z | Adding idna v0.5.0 (latest: v1.0.2) |
117 | 2024-08-06T07:32:23.590Z | Adding indexmap v1.9.3 (latest: v2.3.0) |
118 | 2024-08-06T07:32:23.590Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.4) |
119 | 2024-08-06T07:32:23.590Z | Adding parse-display v0.9.1 (latest: v0.10.0) |
120 | 2024-08-06T07:32:23.590Z | Adding parse-display-derive v0.9.1 (latest: v0.10.0) |
121 | 2024-08-06T07:32:23.590Z | Adding regress v0.9.1 (latest: v0.10.0) |
122 | 2024-08-06T07:32:23.590Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
123 | 2024-08-06T07:32:23.593Z | Adding rustls v0.21.12 (latest: v0.23.12) |
124 | 2024-08-06T07:32:23.593Z | Adding rustls v0.22.4 (latest: v0.23.12) |
125 | 2024-08-06T07:32:23.593Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
126 | 2024-08-06T07:32:23.593Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
127 | 2024-08-06T07:32:23.596Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
128 | 2024-08-06T07:32:23.596Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
129 | 2024-08-06T07:32:23.596Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
130 | 2024-08-06T07:32:23.596Z | Adding term v0.7.0 (latest: v1.0.0) |
131 | 2024-08-06T07:32:23.599Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
132 | 2024-08-06T07:32:23.599Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
133 | 2024-08-06T07:32:23.599Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.1+wasi-0.2.0) |
134 | 2024-08-06T07:32:23.599Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
135 | 2024-08-06T07:32:23.599Z | Adding windows v0.52.0 (latest: v0.58.0) |
136 | 2024-08-06T07:32:23.599Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
137 | 2024-08-06T07:32:23.599Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
138 | 2024-08-06T07:32:23.599Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
139 | 2024-08-06T07:32:23.599Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
140 | 2024-08-06T07:32:23.599Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
141 | 2024-08-06T07:32:23.599Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
142 | 2024-08-06T07:32:23.599Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
143 | 2024-08-06T07:32:23.602Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
144 | 2024-08-06T07:32:23.602Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
145 | 2024-08-06T07:32:23.602Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
146 | 2024-08-06T07:32:23.602Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
147 | 2024-08-06T07:32:23.602Z | Adding winreg v0.50.0 (latest: v0.52.0) |
148 | 2024-08-06T07:32:23.673Z | + cargo check |
149 | 2024-08-06T07:32:23.902Z | Downloading crates ... |
150 | 2024-08-06T07:32:23.983Z | Downloaded ahash v0.8.11 |
151 | 2024-08-06T07:32:23.991Z | Downloaded foreign-types v0.3.2 |
152 | 2024-08-06T07:32:23.993Z | Downloaded equivalent v1.0.1 |
153 | 2024-08-06T07:32:23.996Z | Downloaded usdt-attr-macro v0.5.0 |
154 | 2024-08-06T07:32:24.002Z | Downloaded match_cfg v0.1.0 |
155 | 2024-08-06T07:32:24.005Z | Downloaded is-terminal v0.4.12 |
156 | 2024-08-06T07:32:24.008Z | Downloaded want v0.3.1 |
157 | 2024-08-06T07:32:24.011Z | Downloaded openssl-probe v0.1.5 |
158 | 2024-08-06T07:32:24.011Z | Downloaded num-conv v0.1.0 |
159 | 2024-08-06T07:32:24.014Z | Downloaded pretty-hex v0.4.1 |
160 | 2024-08-06T07:32:24.016Z | Downloaded num_threads v0.1.7 |
161 | 2024-08-06T07:32:24.016Z | Downloaded async-stream-impl v0.3.5 |
162 | 2024-08-06T07:32:24.023Z | Downloaded allocator-api2 v0.2.18 |
163 | 2024-08-06T07:32:24.023Z | Downloaded dtrace-parser v0.2.0 |
164 | 2024-08-06T07:32:24.028Z | Downloaded instant v0.1.13 |
165 | 2024-08-06T07:32:24.028Z | Downloaded foreign-types-shared v0.1.1 |
166 | 2024-08-06T07:32:24.031Z | Downloaded omicron-workspace-hack v0.1.0 |
167 | 2024-08-06T07:32:24.031Z | Downloaded darling_macro v0.20.10 |
168 | 2024-08-06T07:32:24.035Z | Downloaded httpdate v1.0.3 |
169 | 2024-08-06T07:32:24.037Z | Downloaded futures-macro v0.3.30 |
170 | 2024-08-06T07:32:24.040Z | Downloaded futures-task v0.3.30 |
171 | 2024-08-06T07:32:24.040Z | Downloaded dyn-clone v1.0.17 |
172 | 2024-08-06T07:32:24.042Z | Downloaded usdt-macro v0.5.0 |
173 | 2024-08-06T07:32:24.042Z | Downloaded cfg-if v1.0.0 |
174 | 2024-08-06T07:32:24.045Z | Downloaded byteorder v1.5.0 |
175 | 2024-08-06T07:32:24.045Z | Downloaded deranged v0.3.11 |
176 | 2024-08-06T07:32:24.048Z | Downloaded parse-display v0.9.1 |
177 | 2024-08-06T07:32:24.050Z | Downloaded cpufeatures v0.2.12 |
178 | 2024-08-06T07:32:24.053Z | Downloaded powerfmt v0.2.0 |
179 | 2024-08-06T07:32:24.055Z | Downloaded paste v1.0.15 |
180 | 2024-08-06T07:32:24.058Z | Downloaded rand_chacha v0.3.1 |
181 | 2024-08-06T07:32:24.060Z | Downloaded scroll_derive v0.12.0 |
182 | 2024-08-06T07:32:24.060Z | Downloaded memmap v0.7.0 |
183 | 2024-08-06T07:32:24.063Z | Downloaded hostname v0.3.1 |
184 | 2024-08-06T07:32:24.063Z | Downloaded openssl-macros v0.1.1 |
185 | 2024-08-06T07:32:24.065Z | Downloaded sync_wrapper v0.1.2 |
186 | 2024-08-06T07:32:24.065Z | Downloaded heck v0.5.0 |
187 | 2024-08-06T07:32:24.068Z | Downloaded ident_case v1.0.1 |
188 | 2024-08-06T07:32:24.068Z | Downloaded dirs-next v2.0.0 |
189 | 2024-08-06T07:32:24.068Z | Downloaded strum v0.26.3 |
190 | 2024-08-06T07:32:24.070Z | Downloaded generic-array v0.14.7 |
191 | 2024-08-06T07:32:24.070Z | Downloaded dirs-sys-next v0.1.2 |
192 | 2024-08-06T07:32:24.073Z | Downloaded atomic-waker v1.1.2 |
193 | 2024-08-06T07:32:24.073Z | Downloaded tower-service v0.3.2 |
194 | 2024-08-06T07:32:24.076Z | Downloaded block-buffer v0.10.4 |
195 | 2024-08-06T07:32:24.076Z | Downloaded take_mut v0.2.2 |
196 | 2024-08-06T07:32:24.078Z | Downloaded autocfg v1.3.0 |
197 | 2024-08-06T07:32:24.078Z | Downloaded pkg-config v0.3.30 |
198 | 2024-08-06T07:32:24.081Z | Downloaded hex v0.4.3 |
199 | 2024-08-06T07:32:24.083Z | Downloaded schemars_derive v0.8.21 |
200 | 2024-08-06T07:32:24.083Z | Downloaded macaddr v1.0.1 |
201 | 2024-08-06T07:32:24.086Z | Downloaded pin-utils v0.1.0 |
202 | 2024-08-06T07:32:24.086Z | Downloaded parse-display-derive v0.9.1 |
203 | 2024-08-06T07:32:24.088Z | Downloaded mime v0.3.17 |
204 | 2024-08-06T07:32:24.089Z | Downloaded version_check v0.9.5 |
205 | 2024-08-06T07:32:24.091Z | Downloaded ipnetwork v0.20.0 |
206 | 2024-08-06T07:32:24.094Z | Downloaded tinyvec_macros v0.1.1 |
207 | 2024-08-06T07:32:24.094Z | Downloaded async-trait v0.1.81 |
208 | 2024-08-06T07:32:24.096Z | Downloaded strsim v0.11.1 |
209 | 2024-08-06T07:32:24.099Z | Downloaded itoa v1.0.11 |
210 | 2024-08-06T07:32:24.099Z | Downloaded futures-io v0.3.30 |
211 | 2024-08-06T07:32:24.101Z | Downloaded rustls-pemfile v1.0.4 |
212 | 2024-08-06T07:32:24.104Z | Downloaded pest_generator v2.7.11 |
213 | 2024-08-06T07:32:24.104Z | Downloaded slog-bunyan v2.5.0 |
214 | 2024-08-06T07:32:24.107Z | Downloaded waitgroup v0.1.2 |
215 | 2024-08-06T07:32:24.107Z | Downloaded ipnet v2.9.0 |
216 | 2024-08-06T07:32:24.109Z | Downloaded hyper-rustls v0.24.2 |
217 | 2024-08-06T07:32:24.112Z | Downloaded serde_tokenstream v0.2.1 |
218 | 2024-08-06T07:32:24.115Z | Downloaded try-lock v0.2.5 |
219 | 2024-08-06T07:32:24.115Z | Downloaded once_cell v1.19.0 |
220 | 2024-08-06T07:32:24.118Z | Downloaded newtype-uuid v1.1.0 |
221 | 2024-08-06T07:32:24.120Z | Downloaded rand_core v0.6.4 |
222 | 2024-08-06T07:32:24.123Z | Downloaded time-core v0.1.2 |
223 | 2024-08-06T07:32:24.123Z | Downloaded quote v1.0.36 |
224 | 2024-08-06T07:32:24.125Z | Downloaded pin-project-lite v0.2.14 |
225 | 2024-08-06T07:32:24.130Z | Downloaded unicode-ident v1.0.12 |
226 | 2024-08-06T07:32:24.133Z | Downloaded thread_local v1.1.8 |
227 | 2024-08-06T07:32:24.136Z | Downloaded digest v0.10.7 |
228 | 2024-08-06T07:32:24.138Z | Downloaded signal-hook-registry v1.4.2 |
229 | 2024-08-06T07:32:24.138Z | Downloaded sha1 v0.10.6 |
230 | 2024-08-06T07:32:24.141Z | Downloaded subtle v2.6.1 |
231 | 2024-08-06T07:32:24.141Z | Downloaded slog-async v2.8.0 |
232 | 2024-08-06T07:32:24.143Z | Downloaded serde_spanned v0.6.7 |
233 | 2024-08-06T07:32:24.143Z | Downloaded thiserror-impl v1.0.63 |
234 | 2024-08-06T07:32:24.146Z | Downloaded structmeta v0.3.0 |
235 | 2024-08-06T07:32:24.146Z | Downloaded thiserror v1.0.63 |
236 | 2024-08-06T07:32:24.150Z | Downloaded iana-time-zone v0.1.60 |
237 | 2024-08-06T07:32:24.153Z | Downloaded thread-id v4.2.2 |
238 | 2024-08-06T07:32:24.156Z | Downloaded rustls-pki-types v1.7.0 |
239 | 2024-08-06T07:32:24.159Z | Downloaded sha2 v0.10.8 |
240 | 2024-08-06T07:32:24.161Z | Downloaded structmeta-derive v0.3.0 |
241 | 2024-08-06T07:32:24.161Z | Downloaded sct v0.7.1 |
242 | 2024-08-06T07:32:24.164Z | Downloaded scroll v0.12.0 |
243 | 2024-08-06T07:32:24.167Z | Downloaded plain v0.2.3 |
244 | 2024-08-06T07:32:24.167Z | Downloaded futures v0.3.30 |
245 | 2024-08-06T07:32:24.172Z | Downloaded zerocopy-derive v0.7.35 |
246 | 2024-08-06T07:32:24.177Z | Downloaded tokio-macros v2.4.0 |
247 | 2024-08-06T07:32:24.180Z | Downloaded parking_lot_core v0.9.10 |
248 | 2024-08-06T07:32:24.182Z | Downloaded smallvec v1.13.2 |
249 | 2024-08-06T07:32:24.182Z | Downloaded unsafe-libyaml v0.2.11 |
250 | 2024-08-06T07:32:24.185Z | Downloaded toml_datetime v0.6.8 |
251 | 2024-08-06T07:32:24.188Z | Downloaded slog-json v2.6.1 |
252 | 2024-08-06T07:32:24.191Z | Downloaded semver v1.0.23 |
253 | 2024-08-06T07:32:24.191Z | Downloaded tokio-rustls v0.24.1 |
254 | 2024-08-06T07:32:24.193Z | Downloaded strum_macros v0.26.4 |
255 | 2024-08-06T07:32:24.196Z | Downloaded log v0.4.22 |
256 | 2024-08-06T07:32:24.199Z | Downloaded serde_with_macros v3.9.0 |
257 | 2024-08-06T07:32:24.202Z | Downloaded socket2 v0.5.7 |
258 | 2024-08-06T07:32:24.202Z | Downloaded num-traits v0.2.19 |
259 | 2024-08-06T07:32:24.204Z | Downloaded ryu v1.0.18 |
260 | 2024-08-06T07:32:24.208Z | Downloaded scopeguard v1.2.0 |
261 | 2024-08-06T07:32:24.210Z | Downloaded time-macros v0.2.18 |
262 | 2024-08-06T07:32:24.213Z | Downloaded tokio-rustls v0.25.0 |
263 | 2024-08-06T07:32:24.215Z | Downloaded serde_derive_internals v0.29.1 |
264 | 2024-08-06T07:32:24.215Z | Downloaded proc-macro2 v1.0.86 |
265 | 2024-08-06T07:32:24.218Z | Downloaded pest_meta v2.7.11 |
266 | 2024-08-06T07:32:24.221Z | Downloaded spin v0.9.8 |
267 | 2024-08-06T07:32:24.223Z | Downloaded indexmap v1.9.3 |
268 | 2024-08-06T07:32:24.226Z | Downloaded serde_derive v1.0.204 |
269 | 2024-08-06T07:32:24.229Z | Downloaded ucd-trie v0.1.6 |
270 | 2024-08-06T07:32:24.231Z | Downloaded openssl-sys v0.9.103 |
271 | 2024-08-06T07:32:24.235Z | Downloaded base64 v0.21.7 |
272 | 2024-08-06T07:32:24.239Z | Downloaded slog-term v2.9.1 |
273 | 2024-08-06T07:32:24.241Z | Downloaded tinyvec v1.8.0 |
274 | 2024-08-06T07:32:24.244Z | Downloaded serde_yaml v0.9.34+deprecated |
275 | 2024-08-06T07:32:24.247Z | Downloaded cc v1.1.7 |
276 | 2024-08-06T07:32:24.251Z | Downloaded anyhow v1.0.86 |
277 | 2024-08-06T07:32:24.254Z | Downloaded url v2.5.2 |
278 | 2024-08-06T07:32:24.258Z | Downloaded toml v0.8.19 |
279 | 2024-08-06T07:32:24.261Z | Downloaded http v0.2.12 |
280 | 2024-08-06T07:32:24.265Z | Downloaded tracing-core v0.1.32 |
281 | 2024-08-06T07:32:24.268Z | Downloaded typenum v1.17.0 |
282 | 2024-08-06T07:32:24.270Z | Downloaded crossbeam-channel v0.5.13 |
283 | 2024-08-06T07:32:24.274Z | Downloaded memchr v2.7.4 |
284 | 2024-08-06T07:32:24.280Z | Downloaded serde v1.0.204 |
285 | 2024-08-06T07:32:24.283Z | Downloaded slog v2.7.0 |
286 | 2024-08-06T07:32:24.286Z | Downloaded schemars v0.8.21 |
287 | 2024-08-06T07:32:24.298Z | Downloaded tracing v0.1.40 |
288 | 2024-08-06T07:32:24.303Z | Downloaded http v1.1.0 |
289 | 2024-08-06T07:32:24.306Z | Downloaded mio v1.0.1 |
290 | 2024-08-06T07:32:24.312Z | Downloaded rand v0.8.5 |
291 | 2024-08-06T07:32:24.316Z | Downloaded toml_edit v0.22.20 |
292 | 2024-08-06T07:32:24.337Z | Downloaded aho-corasick v1.1.3 |
293 | 2024-08-06T07:32:24.342Z | Downloaded time v0.3.36 |
294 | 2024-08-06T07:32:24.349Z | Downloaded pest v2.7.11 |
295 | 2024-08-06T07:32:24.353Z | Downloaded h2 v0.3.26 |
296 | 2024-08-06T07:32:24.360Z | Downloaded futures-util v0.3.30 |
297 | 2024-08-06T07:32:24.371Z | Downloaded zerocopy v0.7.35 |
298 | 2024-08-06T07:32:24.386Z | Downloaded hyper v0.14.30 |
299 | 2024-08-06T07:32:24.393Z | Downloaded winnow v0.6.18 |
300 | 2024-08-06T07:32:24.402Z | Downloaded chrono v0.4.38 |
301 | 2024-08-06T07:32:24.409Z | Downloaded tokio-util v0.7.11 |
302 | 2024-08-06T07:32:24.415Z | Downloaded serde_json v1.0.122 |
303 | 2024-08-06T07:32:24.422Z | Downloaded openssl v0.10.66 |
304 | 2024-08-06T07:32:24.431Z | Downloaded idna v0.5.0 |
305 | 2024-08-06T07:32:24.438Z | Downloaded rustls-webpki v0.101.7 |
306 | 2024-08-06T07:32:24.452Z | Downloaded rustls-webpki v0.102.6 |
307 | 2024-08-06T07:32:24.468Z | Downloaded vcpkg v0.2.15 |
308 | 2024-08-06T07:32:24.504Z | Downloaded openapiv3 v2.0.0 |
309 | 2024-08-06T07:32:24.515Z | Downloaded webpki-roots v0.25.4 |
310 | 2024-08-06T07:32:24.519Z | Downloaded syn v2.0.72 |
311 | 2024-08-06T07:32:24.530Z | Downloaded regex v1.10.6 |
312 | 2024-08-06T07:32:24.542Z | Downloaded rustls v0.22.4 |
313 | 2024-08-06T07:32:24.554Z | Downloaded regress v0.10.0 |
314 | 2024-08-06T07:32:24.562Z | Downloaded tokio v1.39.2 |
315 | 2024-08-06T07:32:24.596Z | Downloaded regress v0.9.1 |
316 | 2024-08-06T07:32:24.605Z | Downloaded regex-syntax v0.8.4 |
317 | 2024-08-06T07:32:24.612Z | Downloaded encoding_rs v0.8.34 |
318 | 2024-08-06T07:32:24.631Z | Downloaded regex-automata v0.4.7 |
319 | 2024-08-06T07:32:24.647Z | Downloaded rustls v0.21.12 |
320 | 2024-08-06T07:32:24.657Z | Downloaded libc v0.2.155 |
321 | 2024-08-06T07:32:24.681Z | Downloaded reqwest v0.11.27 |
322 | 2024-08-06T07:32:24.688Z | Downloaded serde_with v3.9.0 |
323 | 2024-08-06T07:32:24.695Z | Downloaded goblin v0.8.2 |
324 | 2024-08-06T07:32:24.701Z | Downloaded unicode-normalization v0.1.23 |
325 | 2024-08-06T07:32:24.704Z | Downloaded hashbrown v0.14.5 |
326 | 2024-08-06T07:32:24.709Z | Downloaded hashbrown v0.12.3 |
327 | 2024-08-06T07:32:24.713Z | Downloaded unicode-bidi v0.3.15 |
328 | 2024-08-06T07:32:24.715Z | Downloaded term v0.7.0 |
329 | 2024-08-06T07:32:24.718Z | Downloaded bytes v1.7.1 |
330 | 2024-08-06T07:32:24.721Z | Downloaded base64 v0.22.1 |
331 | 2024-08-06T07:32:24.725Z | Downloaded indexmap v2.3.0 |
332 | 2024-08-06T07:32:24.736Z | Downloaded uuid v1.10.0 |
333 | 2024-08-06T07:32:24.736Z | Downloaded lock_api v0.4.12 |
334 | 2024-08-06T07:32:24.736Z | Downloaded rustls-pemfile v2.1.3 |
335 | 2024-08-06T07:32:24.739Z | Downloaded darling_core v0.20.10 |
336 | 2024-08-06T07:32:24.739Z | Downloaded tokio-native-tls v0.3.1 |
337 | 2024-08-06T07:32:24.742Z | Downloaded parking_lot v0.12.3 |
338 | 2024-08-06T07:32:24.744Z | Downloaded slab v0.4.9 |
339 | 2024-08-06T07:32:24.744Z | Downloaded pest_derive v2.7.11 |
340 | 2024-08-06T07:32:24.747Z | Downloaded bitflags v2.6.0 |
341 | 2024-08-06T07:32:24.749Z | Downloaded darling v0.20.10 |
342 | 2024-08-06T07:32:24.752Z | Downloaded crossbeam-utils v0.8.20 |
343 | 2024-08-06T07:32:24.755Z | Downloaded camino v1.1.7 |
344 | 2024-08-06T07:32:24.757Z | Downloaded serde_urlencoded v0.7.1 |
345 | 2024-08-06T07:32:24.757Z | Downloaded rustversion v1.0.17 |
346 | 2024-08-06T07:32:24.760Z | Downloaded getrandom v0.2.15 |
347 | 2024-08-06T07:32:24.762Z | Downloaded fnv v1.0.7 |
348 | 2024-08-06T07:32:24.766Z | Downloaded backoff v0.4.0 |
349 | 2024-08-06T07:32:24.766Z | Downloaded multer v3.1.0 |
350 | 2024-08-06T07:32:24.769Z | Downloaded httparse v1.9.4 |
351 | 2024-08-06T07:32:24.769Z | Downloaded usdt-impl v0.5.0 |
352 | 2024-08-06T07:32:24.772Z | Downloaded usdt v0.5.0 |
353 | 2024-08-06T07:32:24.772Z | Downloaded hyper-tls v0.5.0 |
354 | 2024-08-06T07:32:24.775Z | Downloaded ppv-lite86 v0.2.20 |
355 | 2024-08-06T07:32:24.775Z | Downloaded percent-encoding v2.3.1 |
356 | 2024-08-06T07:32:24.775Z | Downloaded untrusted v0.9.0 |
357 | 2024-08-06T07:32:24.778Z | Downloaded native-tls v0.2.12 |
358 | 2024-08-06T07:32:24.778Z | Downloaded futures-channel v0.3.30 |
359 | 2024-08-06T07:32:24.780Z | Downloaded crypto-common v0.1.6 |
360 | 2024-08-06T07:32:24.780Z | Downloaded futures-core v0.3.30 |
361 | 2024-08-06T07:32:24.780Z | Downloaded serde_path_to_error v0.1.16 |
362 | 2024-08-06T07:32:24.783Z | Downloaded futures-sink v0.3.30 |
363 | 2024-08-06T07:32:24.783Z | Downloaded form_urlencoded v1.2.1 |
364 | 2024-08-06T07:32:24.783Z | Downloaded dof v0.3.0 |
365 | 2024-08-06T07:32:24.786Z | Downloaded zeroize v1.8.1 |
366 | 2024-08-06T07:32:24.786Z | Downloaded http-body v0.4.6 |
367 | 2024-08-06T07:32:24.788Z | Downloaded hostname v0.4.0 |
368 | 2024-08-06T07:32:24.788Z | Downloaded futures-executor v0.3.30 |
369 | 2024-08-06T07:32:24.789Z | Downloaded debug-ignore v1.0.5 |
370 | 2024-08-06T07:32:24.792Z | Downloaded async-stream v0.3.5 |
371 | 2024-08-06T07:32:24.877Z | Downloaded ring v0.17.8 |
372 | 2024-08-06T07:32:25.062Z | Compiling proc-macro2 v1.0.86 |
373 | 2024-08-06T07:32:25.062Z | Compiling unicode-ident v1.0.12 |
374 | 2024-08-06T07:32:25.062Z | Compiling libc v0.2.155 |
375 | 2024-08-06T07:32:25.065Z | Checking cfg-if v1.0.0 |
376 | 2024-08-06T07:32:25.065Z | Compiling version_check v0.9.5 |
377 | 2024-08-06T07:32:25.065Z | Compiling autocfg v1.3.0 |
378 | 2024-08-06T07:32:25.065Z | Compiling serde v1.0.204 |
379 | 2024-08-06T07:32:25.079Z | Checking memchr v2.7.4 |
380 | 2024-08-06T07:32:25.146Z | Compiling serde_json v1.0.122 |
381 | 2024-08-06T07:32:25.250Z | Checking itoa v1.0.11 |
382 | 2024-08-06T07:32:25.649Z | Compiling ahash v0.8.11 |
383 | 2024-08-06T07:32:25.729Z | Checking byteorder v1.5.0 |
384 | 2024-08-06T07:32:25.841Z | Compiling thiserror v1.0.63 |
385 | 2024-08-06T07:32:26.005Z | Checking once_cell v1.19.0 |
386 | 2024-08-06T07:32:26.204Z | Compiling cc v1.1.7 |
387 | 2024-08-06T07:32:28.096Z | Compiling num-traits v0.2.19 |
388 | 2024-08-06T07:32:28.099Z | Checking pin-project-lite v0.2.14 |
389 | 2024-08-06T07:32:28.108Z | Checking ryu v1.0.18 |
390 | 2024-08-06T07:32:28.124Z | Checking bytes v1.7.1 |
391 | 2024-08-06T07:32:28.179Z | Checking log v0.4.22 |
392 | 2024-08-06T07:32:28.318Z | Checking allocator-api2 v0.2.18 |
393 | 2024-08-06T07:32:28.406Z | Compiling lock_api v0.4.12 |
394 | 2024-08-06T07:32:28.554Z | Compiling parking_lot_core v0.9.10 |
395 | 2024-08-06T07:32:28.599Z | Compiling schemars v0.8.21 |
396 | 2024-08-06T07:32:28.634Z | Compiling ring v0.17.8 |
397 | 2024-08-06T07:32:28.801Z | Checking getrandom v0.2.15 |
398 | 2024-08-06T07:32:28.844Z | Checking smallvec v1.13.2 |
399 | 2024-08-06T07:32:28.849Z | Checking scopeguard v1.2.0 |
400 | 2024-08-06T07:32:28.935Z | Compiling quote v1.0.36 |
401 | 2024-08-06T07:32:28.956Z | Checking futures-core v0.3.30 |
402 | 2024-08-06T07:32:28.989Z | Checking signal-hook-registry v1.4.2 |
403 | 2024-08-06T07:32:28.998Z | Checking socket2 v0.5.7 |
404 | 2024-08-06T07:32:29.162Z | Checking mio v1.0.1 |
405 | 2024-08-06T07:32:29.280Z | Compiling slab v0.4.9 |
406 | 2024-08-06T07:32:29.457Z | Compiling syn v2.0.72 |
407 | 2024-08-06T07:32:29.507Z | Checking spin v0.9.8 |
408 | 2024-08-06T07:32:29.601Z | Checking parking_lot v0.12.3 |
409 | 2024-08-06T07:32:29.643Z | Checking futures-sink v0.3.30 |
410 | 2024-08-06T07:32:29.736Z | Checking untrusted v0.9.0 |
411 | 2024-08-06T07:32:29.738Z | Checking fnv v1.0.7 |
412 | 2024-08-06T07:32:29.760Z | Checking equivalent v1.0.1 |
413 | 2024-08-06T07:32:29.826Z | Checking futures-channel v0.3.30 |
414 | 2024-08-06T07:32:29.834Z | Checking pin-utils v0.1.0 |
415 | 2024-08-06T07:32:29.856Z | Compiling semver v1.0.23 |
416 | 2024-08-06T07:32:29.896Z | Checking futures-task v0.3.30 |
417 | 2024-08-06T07:32:29.910Z | Compiling heck v0.5.0 |
418 | 2024-08-06T07:32:30.033Z | Compiling pkg-config v0.3.30 |
419 | 2024-08-06T07:32:30.104Z | Checking futures-io v0.3.30 |
420 | 2024-08-06T07:32:30.122Z | Compiling vcpkg v0.2.15 |
421 | 2024-08-06T07:32:30.292Z | Checking iana-time-zone v0.1.60 |
422 | 2024-08-06T07:32:30.361Z | Compiling ucd-trie v0.1.6 |
423 | 2024-08-06T07:32:30.405Z | Checking http v0.2.12 |
424 | 2024-08-06T07:32:30.955Z | Compiling httparse v1.9.4 |
425 | 2024-08-06T07:32:31.168Z | Checking dyn-clone v1.0.17 |
426 | 2024-08-06T07:32:31.634Z | Checking tracing-core v0.1.32 |
427 | 2024-08-06T07:32:31.727Z | Compiling uuid v1.10.0 |
428 | 2024-08-06T07:32:31.795Z | Compiling openssl-sys v0.9.103 |
429 | 2024-08-06T07:32:32.142Z | Compiling chrono v0.4.38 |
430 | 2024-08-06T07:32:32.190Z | Compiling slog v2.7.0 |
431 | 2024-08-06T07:32:32.202Z | Checking tracing v0.1.40 |
432 | 2024-08-06T07:32:32.244Z | Compiling openssl v0.10.66 |
433 | 2024-08-06T07:32:32.469Z | Checking foreign-types-shared v0.1.1 |
434 | 2024-08-06T07:32:32.549Z | Checking try-lock v0.2.5 |
435 | 2024-08-06T07:32:32.634Z | Checking foreign-types v0.3.2 |
436 | 2024-08-06T07:32:32.659Z | Checking want v0.3.1 |
437 | 2024-08-06T07:32:32.681Z | Checking http-body v0.4.6 |
438 | 2024-08-06T07:32:32.694Z | Compiling aho-corasick v1.1.3 |
439 | 2024-08-06T07:32:32.816Z | Checking tinyvec_macros v0.1.1 |
440 | 2024-08-06T07:32:32.868Z | Compiling native-tls v0.2.12 |
441 | 2024-08-06T07:32:33.010Z | Compiling typenum v1.17.0 |
442 | 2024-08-06T07:32:33.162Z | Compiling regex-syntax v0.8.4 |
443 | 2024-08-06T07:32:33.772Z | Checking tower-service v0.3.2 |
444 | 2024-08-06T07:32:33.868Z | Checking bitflags v2.6.0 |
445 | 2024-08-06T07:32:33.909Z | Compiling rustls v0.21.12 |
446 | 2024-08-06T07:32:34.052Z | Checking httpdate v1.0.3 |
447 | 2024-08-06T07:32:34.175Z | Checking percent-encoding v2.3.1 |
448 | 2024-08-06T07:32:34.303Z | Checking tinyvec v1.8.0 |
449 | 2024-08-06T07:32:34.347Z | Checking form_urlencoded v1.2.1 |
450 | 2024-08-06T07:32:34.861Z | Compiling generic-array v0.14.7 |
451 | 2024-08-06T07:32:35.293Z | Checking openssl-probe v0.1.5 |
452 | 2024-08-06T07:32:35.332Z | Checking unicode-normalization v0.1.23 |
453 | 2024-08-06T07:32:36.041Z | Compiling serde_derive_internals v0.29.1 |
454 | 2024-08-06T07:32:36.645Z | Compiling regex-automata v0.4.7 |
455 | 2024-08-06T07:32:36.754Z | Compiling usdt-impl v0.5.0 |
456 | 2024-08-06T07:32:37.090Z | Checking encoding_rs v0.8.34 |
457 | 2024-08-06T07:32:37.201Z | Checking unicode-bidi v0.3.15 |
458 | 2024-08-06T07:32:37.836Z | Compiling time-core v0.1.2 |
459 | 2024-08-06T07:32:37.972Z | Checking powerfmt v0.2.0 |
460 | 2024-08-06T07:32:38.105Z | Checking mime v0.3.17 |
461 | 2024-08-06T07:32:38.190Z | Compiling num-conv v0.1.0 |
462 | 2024-08-06T07:32:38.400Z | Checking deranged v0.3.11 |
463 | 2024-08-06T07:32:38.411Z | Checking idna v0.5.0 |
464 | 2024-08-06T07:32:38.462Z | Compiling time-macros v0.2.18 |
465 | 2024-08-06T07:32:39.308Z | Compiling thread-id v4.2.2 |
466 | 2024-08-06T07:32:39.622Z | Checking plain v0.2.3 |
467 | 2024-08-06T07:32:39.755Z | Compiling strsim v0.11.1 |
468 | 2024-08-06T07:32:40.196Z | Compiling crossbeam-utils v0.8.20 |
469 | 2024-08-06T07:32:40.466Z | Compiling regex v1.10.6 |
470 | 2024-08-06T07:32:40.476Z | Checking num_threads v0.1.7 |
471 | 2024-08-06T07:32:40.758Z | Checking rustls-pki-types v1.7.0 |
472 | 2024-08-06T07:32:41.037Z | Compiling ident_case v1.0.1 |
473 | 2024-08-06T07:32:41.108Z | Compiling serde_derive v1.0.204 |
474 | 2024-08-06T07:32:41.184Z | Compiling zerocopy-derive v0.7.35 |
475 | 2024-08-06T07:32:41.186Z | Compiling thiserror-impl v1.0.63 |
476 | 2024-08-06T07:32:41.360Z | Compiling schemars_derive v0.8.21 |
477 | 2024-08-06T07:32:41.387Z | Compiling tokio-macros v2.4.0 |
478 | 2024-08-06T07:32:41.475Z | Compiling futures-macro v0.3.30 |
479 | 2024-08-06T07:32:42.790Z | Compiling openssl-macros v0.1.1 |
480 | 2024-08-06T07:32:42.929Z | Checking tokio v1.39.2 |
481 | 2024-08-06T07:32:43.230Z | Checking zerocopy v0.7.35 |
482 | 2024-08-06T07:32:43.558Z | Checking futures-util v0.3.30 |
483 | 2024-08-06T07:32:44.065Z | Compiling pest v2.7.11 |
484 | 2024-08-06T07:32:44.313Z | Checking rustls-webpki v0.101.7 |
485 | 2024-08-06T07:32:45.021Z | Checking hashbrown v0.14.5 |
486 | 2024-08-06T07:32:45.030Z | Checking sct v0.7.1 |
487 | 2024-08-06T07:32:46.144Z | Compiling scroll_derive v0.12.0 |
488 | 2024-08-06T07:32:46.874Z | Compiling pest_meta v2.7.11 |
489 | 2024-08-06T07:32:46.927Z | Compiling regress v0.10.0 |
490 | 2024-08-06T07:32:47.545Z | Checking scroll v0.12.0 |
491 | 2024-08-06T07:32:48.486Z | Compiling pest_generator v2.7.11 |
492 | 2024-08-06T07:32:50.055Z | Checking tokio-util v0.7.11 |
493 | 2024-08-06T07:32:50.243Z | Checking tokio-rustls v0.24.1 |
494 | 2024-08-06T07:32:50.554Z | Checking tokio-native-tls v0.3.1 |
495 | 2024-08-06T07:32:50.782Z | Checking base64 v0.21.7 |
496 | 2024-08-06T07:32:51.100Z | Compiling pest_derive v2.7.11 |
497 | 2024-08-06T07:32:51.233Z | Checking rustls-pemfile v1.0.4 |
498 | 2024-08-06T07:32:51.416Z | Checking goblin v0.8.2 |
499 | 2024-08-06T07:32:51.954Z | Compiling dtrace-parser v0.2.0 |
500 | 2024-08-06T07:32:52.040Z | Checking time v0.3.36 |
501 | 2024-08-06T07:32:53.698Z | Compiling darling_core v0.20.10 |
502 | 2024-08-06T07:32:53.852Z | Checking indexmap v2.3.0 |
503 | 2024-08-06T07:32:54.096Z | Checking serde_urlencoded v0.7.1 |
504 | 2024-08-06T07:32:54.586Z | Checking url v2.5.2 |
505 | 2024-08-06T07:32:55.069Z | Compiling serde_tokenstream v0.2.1 |
506 | 2024-08-06T07:32:55.289Z | Checking h2 v0.3.26 |
507 | 2024-08-06T07:32:55.540Z | Checking openapiv3 v2.0.0 |
508 | 2024-08-06T07:32:55.712Z | Checking dirs-sys-next v0.1.2 |
509 | 2024-08-06T07:32:56.223Z | Checking sync_wrapper v0.1.2 |
510 | 2024-08-06T07:32:56.316Z | Checking webpki-roots v0.25.4 |
511 | 2024-08-06T07:32:56.372Z | Compiling rustls v0.22.4 |
512 | 2024-08-06T07:32:56.451Z | Compiling unsafe-libyaml v0.2.11 |
513 | 2024-08-06T07:32:56.816Z | Compiling dof v0.3.0 |
514 | 2024-08-06T07:32:57.555Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
515 | 2024-08-06T07:32:58.261Z | Checking ipnet v2.9.0 |
516 | 2024-08-06T07:32:58.782Z | Compiling rustversion v1.0.17 |
517 | 2024-08-06T07:32:58.988Z | Checking pretty-hex v0.4.1 |
518 | 2024-08-06T07:32:59.137Z | Compiling paste v1.0.15 |
519 | 2024-08-06T07:32:59.442Z | Checking hyper v0.14.30 |
520 | 2024-08-06T07:32:59.460Z | Compiling omicron-workspace-hack v0.1.0 |
521 | 2024-08-06T07:32:59.789Z | Compiling serde_yaml v0.9.34+deprecated |
522 | 2024-08-06T07:32:59.872Z | Compiling darling_macro v0.20.10 |
523 | 2024-08-06T07:33:00.017Z | Checking dirs-next v2.0.0 |
524 | 2024-08-06T07:33:00.299Z | Checking serde_spanned v0.6.7 |
525 | 2024-08-06T07:33:00.465Z | Checking toml_datetime v0.6.8 |
526 | 2024-08-06T07:33:00.558Z | Checking ppv-lite86 v0.2.20 |
527 | 2024-08-06T07:33:00.720Z | Checking rustls-webpki v0.102.6 |
528 | 2024-08-06T07:33:00.806Z | Compiling structmeta-derive v0.3.0 |
529 | 2024-08-06T07:33:00.828Z | Checking crypto-common v0.1.6 |
530 | 2024-08-06T07:33:00.972Z | Checking block-buffer v0.10.4 |
531 | 2024-08-06T07:33:01.155Z | Checking rand_core v0.6.4 |
532 | 2024-08-06T07:33:01.403Z | Checking thread_local v1.1.8 |
533 | 2024-08-06T07:33:01.431Z | Compiling multer v3.1.0 |
534 | 2024-08-06T07:33:01.440Z | Checking winnow v0.6.18 |
535 | 2024-08-06T07:33:01.662Z | Compiling slog-async v2.8.0 |
536 | 2024-08-06T07:33:01.756Z | Checking subtle v2.6.1 |
537 | 2024-08-06T07:33:02.019Z | Checking match_cfg v0.1.0 |
538 | 2024-08-06T07:33:02.027Z | Compiling camino v1.1.7 |
539 | 2024-08-06T07:33:02.027Z | Checking zeroize v1.8.1 |
540 | 2024-08-06T07:33:02.160Z | Compiling anyhow v1.0.86 |
541 | 2024-08-06T07:33:02.678Z | Checking hostname v0.3.1 |
542 | 2024-08-06T07:33:02.839Z | Checking rand_chacha v0.3.1 |
543 | 2024-08-06T07:33:03.187Z | Checking digest v0.10.7 |
544 | 2024-08-06T07:33:03.419Z | Checking crossbeam-channel v0.5.13 |
545 | 2024-08-06T07:33:03.432Z | Compiling darling v0.20.10 |
546 | 2024-08-06T07:33:03.439Z | Compiling structmeta v0.3.0 |
547 | 2024-08-06T07:33:03.477Z | Checking term v0.7.0 |
548 | 2024-08-06T07:33:03.859Z | Compiling usdt-attr-macro v0.5.0 |
549 | 2024-08-06T07:33:03.862Z | Checking hyper-tls v0.5.0 |
550 | 2024-08-06T07:33:04.120Z | Checking hyper-rustls v0.24.2 |
551 | 2024-08-06T07:33:04.131Z | Compiling usdt-macro v0.5.0 |
552 | 2024-08-06T07:33:04.384Z | Checking reqwest v0.11.27 |
553 | 2024-08-06T07:33:04.545Z | Checking toml_edit v0.22.20 |
554 | 2024-08-06T07:33:04.756Z | Checking slog-json v2.6.1 |
555 | 2024-08-06T07:33:04.881Z | Checking futures-executor v0.3.30 |
556 | 2024-08-06T07:33:04.978Z | Compiling async-stream-impl v0.3.5 |
557 | 2024-08-06T07:33:05.078Z | Checking http v1.1.0 |
558 | 2024-08-06T07:33:05.296Z | Checking memmap v0.7.0 |
559 | 2024-08-06T07:33:05.401Z | Checking is-terminal v0.4.12 |
560 | 2024-08-06T07:33:05.485Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
561 | 2024-08-06T07:33:05.504Z | Checking take_mut v0.2.2 |
562 | 2024-08-06T07:33:05.624Z | Checking cpufeatures v0.2.12 |
563 | 2024-08-06T07:33:05.627Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
564 | 2024-08-06T07:33:05.700Z | Checking atomic-waker v1.1.2 |
565 | 2024-08-06T07:33:05.808Z | Checking base64 v0.22.1 |
566 | 2024-08-06T07:33:05.818Z | Checking waitgroup v0.1.2 |
567 | 2024-08-06T07:33:05.827Z | Checking tokio-rustls v0.25.0 |
568 | 2024-08-06T07:33:05.933Z | Checking sha1 v0.10.6 |
569 | 2024-08-06T07:33:06.170Z | Checking slog-term v2.9.1 |
570 | 2024-08-06T07:33:06.182Z | Checking usdt v0.5.0 |
571 | 2024-08-06T07:33:06.203Z | Checking futures v0.3.30 |
572 | 2024-08-06T07:33:06.236Z | Checking async-stream v0.3.5 |
573 | 2024-08-06T07:33:06.251Z | Checking rustls-pemfile v2.1.3 |
574 | 2024-08-06T07:33:06.310Z | Checking slog-bunyan v2.5.0 |
575 | 2024-08-06T07:33:06.427Z | Compiling strum_macros v0.26.4 |
576 | 2024-08-06T07:33:06.470Z | Compiling parse-display-derive v0.9.1 |
577 | 2024-08-06T07:33:06.471Z | Compiling serde_with_macros v3.9.0 |
578 | 2024-08-06T07:33:06.559Z | Checking rand v0.8.5 |
579 | 2024-08-06T07:33:07.085Z | Checking ipnetwork v0.20.0 |
580 | 2024-08-06T07:33:07.125Z | Checking toml v0.8.19 |
581 | 2024-08-06T07:33:07.404Z | Checking newtype-uuid v1.1.0 |
582 | 2024-08-06T07:33:07.427Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
583 | 2024-08-06T07:33:07.621Z | Checking serde_path_to_error v0.1.16 |
584 | 2024-08-06T07:33:07.667Z | Checking hex v0.4.3 |
585 | 2024-08-06T07:33:07.858Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
586 | 2024-08-06T07:33:08.190Z | Compiling async-trait v0.1.81 |
587 | 2024-08-06T07:33:08.239Z | Checking hostname v0.4.0 |
588 | 2024-08-06T07:33:08.356Z | Checking instant v0.1.13 |
589 | 2024-08-06T07:33:08.454Z | Checking debug-ignore v1.0.5 |
590 | 2024-08-06T07:33:08.572Z | Checking backoff v0.4.0 |
591 | 2024-08-06T07:33:08.649Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
592 | 2024-08-06T07:33:08.771Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
593 | 2024-08-06T07:33:08.835Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
594 | 2024-08-06T07:33:08.897Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
595 | 2024-08-06T07:33:09.044Z | Checking serde_with v3.9.0 |
596 | 2024-08-06T07:33:09.056Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
597 | 2024-08-06T07:33:09.320Z | Checking macaddr v1.0.1 |
598 | 2024-08-06T07:33:09.612Z | Checking regress v0.9.1 |
599 | 2024-08-06T07:33:10.349Z | Checking parse-display v0.9.1 |
600 | 2024-08-06T07:33:10.719Z | Checking strum v0.26.3 |
601 | 2024-08-06T07:33:11.781Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
602 | 2024-08-06T07:33:13.594Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
603 | 2024-08-06T07:33:13.648Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
604 | 2024-08-06T07:33:16.071Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
605 | 2024-08-06T07:33:21.400Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
606 | 2024-08-06T07:33:21.501Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
607 | 2024-08-06T07:33:24.198Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
608 | 2024-08-06T07:33:30.454Z | Checking test-project v0.1.0 (/tmp/test-project) |
609 | 2024-08-06T07:33:30.505Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
610 | 2024-08-06T07:33:30.568Z | + cargo build --release |
611 | 2024-08-06T07:33:30.822Z | Compiling proc-macro2 v1.0.86 |
612 | 2024-08-06T07:33:30.822Z | Compiling unicode-ident v1.0.12 |
613 | 2024-08-06T07:33:30.822Z | Compiling libc v0.2.155 |
614 | 2024-08-06T07:33:30.822Z | Compiling cfg-if v1.0.0 |
615 | 2024-08-06T07:33:30.822Z | Compiling version_check v0.9.5 |
616 | 2024-08-06T07:33:30.822Z | Compiling autocfg v1.3.0 |
617 | 2024-08-06T07:33:30.829Z | Compiling serde v1.0.204 |
618 | 2024-08-06T07:33:30.829Z | Compiling memchr v2.7.4 |
619 | 2024-08-06T07:33:30.922Z | Compiling serde_json v1.0.122 |
620 | 2024-08-06T07:33:31.015Z | Compiling itoa v1.0.11 |
621 | 2024-08-06T07:33:31.361Z | Compiling thiserror v1.0.63 |
622 | 2024-08-06T07:33:31.411Z | Compiling byteorder v1.5.0 |
623 | 2024-08-06T07:33:31.462Z | Compiling ahash v0.8.11 |
624 | 2024-08-06T07:33:31.530Z | Compiling once_cell v1.19.0 |
625 | 2024-08-06T07:33:31.837Z | Compiling cc v1.1.7 |
626 | 2024-08-06T07:33:32.058Z | Compiling num-traits v0.2.19 |
627 | 2024-08-06T07:33:32.256Z | Compiling getrandom v0.2.15 |
628 | 2024-08-06T07:33:32.399Z | Compiling quote v1.0.36 |
629 | 2024-08-06T07:33:32.453Z | Compiling pin-project-lite v0.2.14 |
630 | 2024-08-06T07:33:32.564Z | Compiling ryu v1.0.18 |
631 | 2024-08-06T07:33:32.639Z | Compiling log v0.4.22 |
632 | 2024-08-06T07:33:32.647Z | Compiling bytes v1.7.1 |
633 | 2024-08-06T07:33:32.929Z | Compiling syn v2.0.72 |
634 | 2024-08-06T07:33:33.035Z | Compiling schemars v0.8.21 |
635 | 2024-08-06T07:33:33.097Z | Compiling allocator-api2 v0.2.18 |
636 | 2024-08-06T07:33:33.122Z | Compiling lock_api v0.4.12 |
637 | 2024-08-06T07:33:33.279Z | Compiling parking_lot_core v0.9.10 |
638 | 2024-08-06T07:33:33.413Z | Compiling smallvec v1.13.2 |
639 | 2024-08-06T07:33:33.580Z | Compiling futures-core v0.3.30 |
640 | 2024-08-06T07:33:33.587Z | Compiling scopeguard v1.2.0 |
641 | 2024-08-06T07:33:33.743Z | Compiling signal-hook-registry v1.4.2 |
642 | 2024-08-06T07:33:33.796Z | Compiling mio v1.0.1 |
643 | 2024-08-06T07:33:33.914Z | Compiling socket2 v0.5.7 |
644 | 2024-08-06T07:33:34.293Z | Compiling parking_lot v0.12.3 |
645 | 2024-08-06T07:33:34.497Z | Compiling slab v0.4.9 |
646 | 2024-08-06T07:33:34.758Z | Compiling futures-sink v0.3.30 |
647 | 2024-08-06T07:33:34.851Z | Compiling ring v0.17.8 |
648 | 2024-08-06T07:33:34.882Z | Compiling spin v0.9.8 |
649 | 2024-08-06T07:33:35.121Z | Compiling equivalent v1.0.1 |
650 | 2024-08-06T07:33:35.127Z | Compiling fnv v1.0.7 |
651 | 2024-08-06T07:33:35.246Z | Compiling semver v1.0.23 |
652 | 2024-08-06T07:33:35.295Z | Compiling untrusted v0.9.0 |
653 | 2024-08-06T07:33:35.500Z | Compiling futures-channel v0.3.30 |
654 | 2024-08-06T07:33:35.728Z | Compiling futures-io v0.3.30 |
655 | 2024-08-06T07:33:35.754Z | Compiling heck v0.5.0 |
656 | 2024-08-06T07:33:35.776Z | Compiling pin-utils v0.1.0 |
657 | 2024-08-06T07:33:35.856Z | Compiling futures-task v0.3.30 |
658 | 2024-08-06T07:33:35.957Z | Compiling vcpkg v0.2.15 |
659 | 2024-08-06T07:33:35.993Z | Compiling pkg-config v0.3.30 |
660 | 2024-08-06T07:33:36.259Z | Compiling iana-time-zone v0.1.60 |
661 | 2024-08-06T07:33:36.335Z | Compiling ucd-trie v0.1.6 |
662 | 2024-08-06T07:33:36.783Z | Compiling http v0.2.12 |
663 | 2024-08-06T07:33:37.059Z | Compiling httparse v1.9.4 |
664 | 2024-08-06T07:33:37.348Z | Compiling dyn-clone v1.0.17 |
665 | 2024-08-06T07:33:37.574Z | Compiling openssl-sys v0.9.103 |
666 | 2024-08-06T07:33:37.860Z | Compiling tracing-core v0.1.32 |
667 | 2024-08-06T07:33:38.244Z | Compiling chrono v0.4.38 |
668 | 2024-08-06T07:33:38.519Z | Compiling uuid v1.10.0 |
669 | 2024-08-06T07:33:38.619Z | Compiling tracing v0.1.40 |
670 | 2024-08-06T07:33:40.236Z | Compiling serde_derive_internals v0.29.1 |
671 | 2024-08-06T07:33:40.245Z | Compiling foreign-types-shared v0.1.1 |
672 | 2024-08-06T07:33:40.313Z | Compiling openssl v0.10.66 |
673 | 2024-08-06T07:33:40.678Z | Compiling slog v2.7.0 |
674 | 2024-08-06T07:33:40.755Z | Compiling try-lock v0.2.5 |
675 | 2024-08-06T07:33:40.891Z | Compiling want v0.3.1 |
676 | 2024-08-06T07:33:41.184Z | Compiling foreign-types v0.3.2 |
677 | 2024-08-06T07:33:41.258Z | Compiling http-body v0.4.6 |
678 | 2024-08-06T07:33:41.502Z | Compiling aho-corasick v1.1.3 |
679 | 2024-08-06T07:33:41.724Z | Compiling percent-encoding v2.3.1 |
680 | 2024-08-06T07:33:42.180Z | Compiling bitflags v2.6.0 |
681 | 2024-08-06T07:33:42.456Z | Compiling regex-syntax v0.8.4 |
682 | 2024-08-06T07:33:42.521Z | Compiling rustls v0.21.12 |
683 | 2024-08-06T07:33:42.682Z | Compiling tinyvec_macros v0.1.1 |
684 | 2024-08-06T07:33:42.685Z | Compiling httpdate v1.0.3 |
685 | 2024-08-06T07:33:42.761Z | Compiling native-tls v0.2.12 |
686 | 2024-08-06T07:33:42.836Z | Compiling typenum v1.17.0 |
687 | 2024-08-06T07:33:43.131Z | Compiling tower-service v0.3.2 |
688 | 2024-08-06T07:33:43.261Z | Compiling tinyvec v1.8.0 |
689 | 2024-08-06T07:33:43.396Z | Compiling form_urlencoded v1.2.1 |
690 | 2024-08-06T07:33:43.962Z | Compiling generic-array v0.14.7 |
691 | 2024-08-06T07:33:44.398Z | Compiling openssl-probe v0.1.5 |
692 | 2024-08-06T07:33:44.892Z | Compiling unicode-normalization v0.1.23 |
693 | 2024-08-06T07:33:45.494Z | Compiling serde_derive v1.0.204 |
694 | 2024-08-06T07:33:45.658Z | Compiling zerocopy-derive v0.7.35 |
695 | 2024-08-06T07:33:45.827Z | Compiling thiserror-impl v1.0.63 |
696 | 2024-08-06T07:33:45.853Z | Compiling schemars_derive v0.8.21 |
697 | 2024-08-06T07:33:46.187Z | Compiling tokio-macros v2.4.0 |
698 | 2024-08-06T07:33:47.697Z | Compiling zerocopy v0.7.35 |
699 | 2024-08-06T07:33:48.239Z | Compiling tokio v1.39.2 |
700 | 2024-08-06T07:33:48.750Z | Compiling futures-macro v0.3.30 |
701 | 2024-08-06T07:33:48.776Z | Compiling pest v2.7.11 |
702 | 2024-08-06T07:33:49.895Z | Compiling hashbrown v0.14.5 |
703 | 2024-08-06T07:33:50.661Z | Compiling futures-util v0.3.30 |
704 | 2024-08-06T07:33:51.358Z | Compiling pest_meta v2.7.11 |
705 | 2024-08-06T07:33:51.483Z | Compiling regress v0.10.0 |
706 | 2024-08-06T07:33:51.663Z | Compiling openssl-macros v0.1.1 |
707 | 2024-08-06T07:33:55.567Z | Compiling pest_generator v2.7.11 |
708 | 2024-08-06T07:33:56.350Z | Compiling sct v0.7.1 |
709 | 2024-08-06T07:33:56.763Z | Compiling rustls-webpki v0.101.7 |
710 | 2024-08-06T07:33:57.362Z | Compiling tokio-util v0.7.11 |
711 | 2024-08-06T07:33:57.920Z | Compiling pest_derive v2.7.11 |
712 | 2024-08-06T07:33:58.801Z | Compiling regex-automata v0.4.7 |
713 | 2024-08-06T07:33:59.906Z | Compiling indexmap v2.3.0 |
714 | 2024-08-06T07:34:00.840Z | Compiling serde_tokenstream v0.2.1 |
715 | 2024-08-06T07:34:03.781Z | Compiling h2 v0.3.26 |
716 | 2024-08-06T07:34:06.029Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
717 | 2024-08-06T07:34:06.809Z | Compiling regex v1.10.6 |
718 | 2024-08-06T07:34:09.221Z | Compiling hyper v0.14.30 |
719 | 2024-08-06T07:34:11.624Z | Compiling scroll_derive v0.12.0 |
720 | 2024-08-06T07:34:17.610Z | Compiling usdt-impl v0.5.0 |
721 | 2024-08-06T07:34:17.995Z | Compiling encoding_rs v0.8.34 |
722 | 2024-08-06T07:34:18.134Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
723 | 2024-08-06T07:34:19.305Z | Compiling mime v0.3.17 |
724 | 2024-08-06T07:34:20.395Z | Compiling num-conv v0.1.0 |
725 | 2024-08-06T07:34:20.670Z | Compiling time-core v0.1.2 |
726 | 2024-08-06T07:34:20.836Z | Compiling powerfmt v0.2.0 |
727 | 2024-08-06T07:34:21.309Z | Compiling unicode-bidi v0.3.15 |
728 | 2024-08-06T07:34:22.080Z | Compiling idna v0.5.0 |
729 | 2024-08-06T07:34:25.670Z | Compiling deranged v0.3.11 |
730 | 2024-08-06T07:34:26.509Z | Compiling time-macros v0.2.18 |
731 | 2024-08-06T07:34:28.034Z | Compiling scroll v0.12.0 |
732 | 2024-08-06T07:34:28.666Z | Compiling tokio-native-tls v0.3.1 |
733 | 2024-08-06T07:34:28.718Z | Compiling tokio-rustls v0.24.1 |
734 | 2024-08-06T07:34:28.952Z | Compiling dof v0.3.0 |
735 | 2024-08-06T07:34:29.132Z | Compiling serde_urlencoded v0.7.1 |
736 | 2024-08-06T07:34:29.277Z | Compiling dtrace-parser v0.2.0 |
737 | 2024-08-06T07:34:29.817Z | Compiling thread-id v4.2.2 |
738 | 2024-08-06T07:34:29.916Z | Compiling rustls-pki-types v1.7.0 |
739 | 2024-08-06T07:34:31.103Z | Compiling omicron-workspace-hack v0.1.0 |
740 | 2024-08-06T07:34:31.244Z | Compiling ident_case v1.0.1 |
741 | 2024-08-06T07:34:31.281Z | Compiling strsim v0.11.1 |
742 | 2024-08-06T07:34:31.409Z | Compiling crossbeam-utils v0.8.20 |
743 | 2024-08-06T07:34:31.988Z | Compiling num_threads v0.1.7 |
744 | 2024-08-06T07:34:32.025Z | Compiling plain v0.2.3 |
745 | 2024-08-06T07:34:32.592Z | Compiling base64 v0.21.7 |
746 | 2024-08-06T07:34:33.375Z | Compiling rustls-pemfile v1.0.4 |
747 | 2024-08-06T07:34:34.223Z | Compiling time v0.3.36 |
748 | 2024-08-06T07:34:37.822Z | Compiling goblin v0.8.2 |
749 | 2024-08-06T07:34:37.964Z | Compiling darling_core v0.20.10 |
750 | 2024-08-06T07:34:38.668Z | Compiling hyper-rustls v0.24.2 |
751 | 2024-08-06T07:34:39.076Z | Compiling hyper-tls v0.5.0 |
752 | 2024-08-06T07:34:39.554Z | Compiling url v2.5.2 |
753 | 2024-08-06T07:34:42.712Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#fe57b809) |
754 | 2024-08-06T07:34:42.835Z | Compiling openapiv3 v2.0.0 |
755 | 2024-08-06T07:34:43.035Z | Compiling dirs-sys-next v0.1.2 |
756 | 2024-08-06T07:34:44.106Z | Compiling ipnet v2.9.0 |
757 | 2024-08-06T07:34:44.126Z | Compiling rustversion v1.0.17 |
758 | 2024-08-06T07:34:44.793Z | Compiling pretty-hex v0.4.1 |
759 | 2024-08-06T07:34:45.013Z | Compiling sync_wrapper v0.1.2 |
760 | 2024-08-06T07:34:45.134Z | Compiling rustls v0.22.4 |
761 | 2024-08-06T07:34:45.218Z | Compiling paste v1.0.15 |
762 | 2024-08-06T07:34:45.461Z | Compiling webpki-roots v0.25.4 |
763 | 2024-08-06T07:34:45.614Z | Compiling unsafe-libyaml v0.2.11 |
764 | 2024-08-06T07:34:45.805Z | Compiling reqwest v0.11.27 |
765 | 2024-08-06T07:34:47.147Z | Compiling serde_yaml v0.9.34+deprecated |
766 | 2024-08-06T07:34:47.413Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
767 | 2024-08-06T07:34:49.752Z | Compiling darling_macro v0.20.10 |
768 | 2024-08-06T07:34:50.762Z | Compiling dirs-next v2.0.0 |
769 | 2024-08-06T07:34:52.650Z | Compiling crypto-common v0.1.6 |
770 | 2024-08-06T07:34:52.851Z | Compiling block-buffer v0.10.4 |
771 | 2024-08-06T07:34:52.889Z | Compiling rustls-webpki v0.102.6 |
772 | 2024-08-06T07:34:53.079Z | Compiling toml_datetime v0.6.8 |
773 | 2024-08-06T07:34:53.756Z | Compiling serde_spanned v0.6.7 |
774 | 2024-08-06T07:34:53.987Z | Compiling ppv-lite86 v0.2.20 |
775 | 2024-08-06T07:34:54.134Z | Compiling structmeta-derive v0.3.0 |
776 | 2024-08-06T07:34:54.293Z | Compiling rand_core v0.6.4 |
777 | 2024-08-06T07:34:54.868Z | Compiling thread_local v1.1.8 |
778 | 2024-08-06T07:34:54.890Z | Compiling multer v3.1.0 |
779 | 2024-08-06T07:34:55.240Z | Compiling zeroize v1.8.1 |
780 | 2024-08-06T07:34:55.589Z | Compiling slog-async v2.8.0 |
781 | 2024-08-06T07:34:55.601Z | Compiling winnow v0.6.18 |
782 | 2024-08-06T07:34:56.096Z | Compiling anyhow v1.0.86 |
783 | 2024-08-06T07:34:56.724Z | Compiling subtle v2.6.1 |
784 | 2024-08-06T07:34:56.826Z | Compiling match_cfg v0.1.0 |
785 | 2024-08-06T07:34:56.910Z | Compiling camino v1.1.7 |
786 | 2024-08-06T07:34:57.272Z | Compiling hostname v0.3.1 |
787 | 2024-08-06T07:34:57.469Z | Compiling structmeta v0.3.0 |
788 | 2024-08-06T07:34:57.664Z | Compiling rand_chacha v0.3.1 |
789 | 2024-08-06T07:34:57.828Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
790 | 2024-08-06T07:34:59.449Z | Compiling digest v0.10.7 |
791 | 2024-08-06T07:34:59.663Z | Compiling toml_edit v0.22.20 |
792 | 2024-08-06T07:34:59.845Z | Compiling crossbeam-channel v0.5.13 |
793 | 2024-08-06T07:35:01.491Z | Compiling term v0.7.0 |
794 | 2024-08-06T07:35:06.140Z | Compiling darling v0.20.10 |
795 | 2024-08-06T07:35:07.529Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
796 | 2024-08-06T07:35:09.224Z | Compiling usdt-macro v0.5.0 |
797 | 2024-08-06T07:35:10.000Z | Compiling usdt-attr-macro v0.5.0 |
798 | 2024-08-06T07:35:10.513Z | Compiling slog-json v2.6.1 |
799 | 2024-08-06T07:35:10.995Z | Compiling futures-executor v0.3.30 |
800 | 2024-08-06T07:35:11.496Z | Compiling async-stream-impl v0.3.5 |
801 | 2024-08-06T07:35:12.203Z | Compiling http v1.1.0 |
802 | 2024-08-06T07:35:12.885Z | Compiling is-terminal v0.4.12 |
803 | 2024-08-06T07:35:13.004Z | Compiling memmap v0.7.0 |
804 | 2024-08-06T07:35:13.113Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
805 | 2024-08-06T07:35:13.438Z | Compiling cpufeatures v0.2.12 |
806 | 2024-08-06T07:35:13.460Z | Compiling atomic-waker v1.1.2 |
807 | 2024-08-06T07:35:13.528Z | Compiling base64 v0.22.1 |
808 | 2024-08-06T07:35:13.635Z | Compiling take_mut v0.2.2 |
809 | 2024-08-06T07:35:14.623Z | Compiling rustls-pemfile v2.1.3 |
810 | 2024-08-06T07:35:16.877Z | Compiling waitgroup v0.1.2 |
811 | 2024-08-06T07:35:17.118Z | Compiling sha1 v0.10.6 |
812 | 2024-08-06T07:35:17.353Z | Compiling usdt v0.5.0 |
813 | 2024-08-06T07:35:17.899Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#085b37fd) |
814 | 2024-08-06T07:35:18.113Z | Compiling slog-term v2.9.1 |
815 | 2024-08-06T07:35:18.236Z | Compiling async-stream v0.3.5 |
816 | 2024-08-06T07:35:18.575Z | Compiling futures v0.3.30 |
817 | 2024-08-06T07:35:18.765Z | Compiling slog-bunyan v2.5.0 |
818 | 2024-08-06T07:35:18.913Z | Compiling strum_macros v0.26.4 |
819 | 2024-08-06T07:35:19.038Z | Compiling serde_with_macros v3.9.0 |
820 | 2024-08-06T07:35:20.994Z | Compiling toml v0.8.19 |
821 | 2024-08-06T07:35:21.726Z | Compiling tokio-rustls v0.25.0 |
822 | 2024-08-06T07:35:22.152Z | Compiling rand v0.8.5 |
823 | 2024-08-06T07:35:22.956Z | Compiling parse-display-derive v0.9.1 |
824 | 2024-08-06T07:35:25.125Z | Compiling newtype-uuid v1.1.0 |
825 | 2024-08-06T07:35:25.426Z | Compiling ipnetwork v0.20.0 |
826 | 2024-08-06T07:35:25.433Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
827 | 2024-08-06T07:35:27.024Z | Compiling serde_path_to_error v0.1.16 |
828 | 2024-08-06T07:35:28.066Z | Compiling hex v0.4.3 |
829 | 2024-08-06T07:35:28.635Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
830 | 2024-08-06T07:35:28.744Z | Compiling async-trait v0.1.81 |
831 | 2024-08-06T07:35:29.290Z | Compiling hostname v0.4.0 |
832 | 2024-08-06T07:35:29.485Z | Compiling instant v0.1.13 |
833 | 2024-08-06T07:35:29.531Z | Compiling debug-ignore v1.0.5 |
834 | 2024-08-06T07:35:29.632Z | Compiling backoff v0.4.0 |
835 | 2024-08-06T07:35:29.667Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
836 | 2024-08-06T07:35:29.857Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
837 | 2024-08-06T07:35:29.958Z | Compiling parse-display v0.9.1 |
838 | 2024-08-06T07:35:30.026Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
839 | 2024-08-06T07:35:30.089Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
840 | 2024-08-06T07:35:30.601Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
841 | 2024-08-06T07:35:30.622Z | Compiling strum v0.26.3 |
842 | 2024-08-06T07:35:30.794Z | Compiling serde_with v3.9.0 |
843 | 2024-08-06T07:35:31.963Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
844 | 2024-08-06T07:35:32.787Z | Compiling macaddr v1.0.1 |
845 | 2024-08-06T07:35:33.400Z | Compiling regress v0.9.1 |
846 | 2024-08-06T07:35:38.606Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
847 | 2024-08-06T07:35:48.296Z | Compiling test-project v0.1.0 (/tmp/test-project) |
848 | 2024-08-06T07:35:56.483Z | Finished `release` profile [optimized] target(s) in 2m 25s |
849 | 2024-08-06T07:35:56.540Z | process exited: duration 221516 ms, exit code 0 |
|
850 | 2024-08-06T07:35:56.546Z | found 0 output files |