|
|
|
1 | 2024-08-30T17:46:08.001Z | job assigned to worker 01J6J68HS7GVRJPJ98Q1YQGD32 (queued for 49 s) |
|
2 | 2024-08-30T17:46:15.428Z | starting task 0: "setup" |
3 | 2024-08-30T17:46:15.437Z | ++ uname -s |
4 | 2024-08-30T17:46:15.440Z | + kern=SunOS |
5 | 2024-08-30T17:46:15.440Z | + case "$kern" in |
6 | 2024-08-30T17:46:15.440Z | + groupadd -g 12345 build |
7 | 2024-08-30T17:46:15.443Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-30T17:46:17.452Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-30T17:46:17.569Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-30T17:46:17.573Z | + home_fs=zfs |
11 | 2024-08-30T17:46:17.573Z | + [[ zfs == autofs ]] |
12 | 2024-08-30T17:46:17.573Z | + mkdir -p /home/build |
13 | 2024-08-30T17:46:17.578Z | + chown build:build /home/build /work |
14 | 2024-08-30T17:46:19.576Z | + chmod 0700 /home/build /work |
15 | 2024-08-30T17:46:19.578Z | process exited: duration 4151 ms, exit code 0 |
|
16 | 2024-08-30T17:46:19.584Z | starting task 1: "rust-toolchain" |
17 | 2024-08-30T17:46:19.589Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-30T17:46:19.589Z | * toolchain channel = "1.80.1" |
19 | 2024-08-30T17:46:19.589Z | ' 1.80.1 |
20 | 2024-08-30T17:46:19.589Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-30T17:46:19.589Z | ' default |
22 | 2024-08-30T17:46:19.589Z | * toolchain profile = "default" |
23 | 2024-08-30T17:46:19.592Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-30T17:46:19.592Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-30T17:46:19.698Z | info: downloading installer |
26 | 2024-08-30T17:46:20.814Z | info: profile set to 'default' |
27 | 2024-08-30T17:46:20.814Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-30T17:46:20.817Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-30T17:46:20.958Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-30T17:46:20.958Z | info: downloading component 'cargo' |
31 | 2024-08-30T17:46:21.759Z | info: downloading component 'clippy' |
32 | 2024-08-30T17:46:22.043Z | info: downloading component 'rust-docs' |
33 | 2024-08-30T17:46:23.162Z | info: downloading component 'rust-std' |
34 | 2024-08-30T17:46:24.741Z | info: downloading component 'rustc' |
35 | 2024-08-30T17:46:29.120Z | info: downloading component 'rustfmt' |
36 | 2024-08-30T17:46:29.356Z | info: installing component 'cargo' |
37 | 2024-08-30T17:46:30.217Z | info: installing component 'clippy' |
38 | 2024-08-30T17:46:30.595Z | info: installing component 'rust-docs' |
39 | 2024-08-30T17:46:32.250Z | info: installing component 'rust-std' |
40 | 2024-08-30T17:46:33.942Z | info: installing component 'rustc' |
41 | 2024-08-30T17:46:38.247Z | info: installing component 'rustfmt' |
42 | 2024-08-30T17:46:38.585Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-30T17:46:38.585Z | |
44 | 2024-08-30T17:46:38.843Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-30T17:46:38.843Z | |
46 | 2024-08-30T17:46:38.847Z | |
47 | 2024-08-30T17:46:38.848Z | Rust is installed now. Great! |
48 | 2024-08-30T17:46:38.848Z | |
49 | 2024-08-30T17:46:38.848Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-30T17:46:38.848Z | environment variable. This has not been done automatically. |
51 | 2024-08-30T17:46:38.848Z | |
52 | 2024-08-30T17:46:38.848Z | To configure your current shell, you need to source |
53 | 2024-08-30T17:46:38.848Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-30T17:46:38.848Z | |
55 | 2024-08-30T17:46:38.848Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-30T17:46:38.848Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-30T17:46:38.848Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-30T17:46:38.899Z | + rustc --version |
59 | 2024-08-30T17:46:38.962Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-30T17:46:38.965Z | process exited: duration 19377 ms, exit code 0 |
|
61 | 2024-08-30T17:46:38.972Z | starting task 2: "authentication" |
62 | 2024-08-30T17:46:38.991Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-30T17:46:38.996Z | starting task 3: "clone repository" |
64 | 2024-08-30T17:46:39.001Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-30T17:46:39.004Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-30T17:46:39.040Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-30T17:46:45.573Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-30T17:46:45.573Z | + git fetch origin 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
69 | 2024-08-30T17:46:45.831Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-30T17:46:45.831Z | * branch 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 -> FETCH_HEAD |
71 | 2024-08-30T17:46:45.841Z | + [[ -n ip-pools-tag ]] |
72 | 2024-08-30T17:46:45.844Z | ++ git branch --show-current |
73 | 2024-08-30T17:46:45.847Z | + current=main |
74 | 2024-08-30T17:46:45.847Z | + [[ main != ip-pools-tag ]] |
75 | 2024-08-30T17:46:45.847Z | + git branch -f ip-pools-tag 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
76 | 2024-08-30T17:46:45.849Z | + git checkout -f ip-pools-tag |
77 | 2024-08-30T17:46:46.001Z | Switched to branch 'ip-pools-tag' |
78 | 2024-08-30T17:46:46.004Z | + git reset --hard 893a568fa8a16b36738d3ef3e0f0b7831487a0c7 |
79 | 2024-08-30T17:46:46.154Z | HEAD is now at 893a568fa put system IP pools endpoints under system/ip-pools tag |
80 | 2024-08-30T17:46:46.157Z | process exited: duration 7158 ms, exit code 0 |
|
81 | 2024-08-30T17:46:46.162Z | starting task 4: "build" |
82 | 2024-08-30T17:46:46.168Z | + cargo --version |
83 | 2024-08-30T17:46:46.223Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-30T17:46:46.226Z | + rustc --version |
85 | 2024-08-30T17:46:46.285Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-30T17:46:46.287Z | + cd /tmp |
87 | 2024-08-30T17:46:46.287Z | + cargo new --lib test-project |
88 | 2024-08-30T17:46:46.342Z | Creating library `test-project` package |
89 | 2024-08-30T17:46:46.420Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-30T17:46:46.423Z | + cd test-project |
91 | 2024-08-30T17:46:46.423Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-30T17:46:46.481Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-30T17:46:46.481Z | Features: |
94 | 2024-08-30T17:46:46.481Z | - proptest |
95 | 2024-08-30T17:46:46.481Z | - test-strategy |
96 | 2024-08-30T17:46:46.481Z | - testing |
97 | 2024-08-30T17:46:46.484Z | Updating crates.io index |
98 | 2024-08-30T17:46:46.556Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-30T17:46:47.446Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-30T17:46:48.239Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-30T17:46:48.753Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-30T17:46:50.536Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-30T17:46:50.907Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-30T17:46:51.429Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-30T17:46:54.894Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-30T17:46:54.897Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-30T17:46:54.897Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-30T17:46:54.897Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-30T17:46:54.897Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-30T17:46:54.897Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-30T17:46:54.897Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-30T17:46:54.899Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-30T17:46:54.899Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-30T17:46:54.900Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-30T17:46:54.900Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-30T17:46:54.900Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-30T17:46:54.900Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-30T17:46:54.900Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-30T17:46:54.900Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-30T17:46:54.900Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-30T17:46:54.900Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-30T17:46:54.900Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-30T17:46:54.902Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-30T17:46:54.902Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-30T17:46:54.902Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-30T17:46:54.902Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-30T17:46:54.905Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-30T17:46:54.905Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-30T17:46:54.909Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-30T17:46:54.909Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-30T17:46:54.912Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-30T17:46:54.912Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-08-30T17:46:54.914Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-30T17:46:54.914Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-08-30T17:46:54.914Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-30T17:46:54.914Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-30T17:46:54.918Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-30T17:46:54.918Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-30T17:46:54.918Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-30T17:46:54.918Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-30T17:46:54.918Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-30T17:46:54.918Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-30T17:46:54.919Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-30T17:46:54.919Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-30T17:46:54.919Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-30T17:46:54.919Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-30T17:46:54.919Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-30T17:46:54.919Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-30T17:46:54.919Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-30T17:46:54.919Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-30T17:46:54.919Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-30T17:46:54.919Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-30T17:46:54.919Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-30T17:46:54.993Z | + cargo check |
155 | 2024-08-30T17:46:55.248Z | Downloading crates ... |
156 | 2024-08-30T17:46:55.306Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-08-30T17:46:55.316Z | Downloaded atomic-waker v1.1.2 |
158 | 2024-08-30T17:46:55.318Z | Downloaded block-buffer v0.10.4 |
159 | 2024-08-30T17:46:55.322Z | Downloaded anyhow v1.0.86 |
160 | 2024-08-30T17:46:55.329Z | Downloaded darling_macro v0.20.10 |
161 | 2024-08-30T17:46:55.331Z | Downloaded bytes v1.7.1 |
162 | 2024-08-30T17:46:55.336Z | Downloaded foreign-types-shared v0.1.1 |
163 | 2024-08-30T17:46:55.339Z | Downloaded instant v0.1.13 |
164 | 2024-08-30T17:46:55.339Z | Downloaded want v0.3.1 |
165 | 2024-08-30T17:46:55.342Z | Downloaded parking_lot v0.12.3 |
166 | 2024-08-30T17:46:55.345Z | Downloaded openssl-macros v0.1.1 |
167 | 2024-08-30T17:46:55.347Z | Downloaded ident_case v1.0.1 |
168 | 2024-08-30T17:46:55.347Z | Downloaded dtrace-parser v0.2.0 |
169 | 2024-08-30T17:46:55.351Z | Downloaded omicron-workspace-hack v0.1.0 |
170 | 2024-08-30T17:46:55.353Z | Downloaded strum v0.26.3 |
171 | 2024-08-30T17:46:55.356Z | Downloaded http-body v0.4.6 |
172 | 2024-08-30T17:46:55.359Z | Downloaded futures-executor v0.3.30 |
173 | 2024-08-30T17:46:55.363Z | Downloaded sync_wrapper v0.1.2 |
174 | 2024-08-30T17:46:55.363Z | Downloaded time-core v0.1.2 |
175 | 2024-08-30T17:46:55.363Z | Downloaded usdt-macro v0.5.0 |
176 | 2024-08-30T17:46:55.365Z | Downloaded usdt-impl v0.5.0 |
177 | 2024-08-30T17:46:55.365Z | Downloaded usdt v0.5.0 |
178 | 2024-08-30T17:46:55.365Z | Downloaded waitgroup v0.1.2 |
179 | 2024-08-30T17:46:55.370Z | Downloaded mime v0.3.17 |
180 | 2024-08-30T17:46:55.370Z | Downloaded form_urlencoded v1.2.1 |
181 | 2024-08-30T17:46:55.372Z | Downloaded itoa v1.0.11 |
182 | 2024-08-30T17:46:55.372Z | Downloaded ipnetwork v0.20.0 |
183 | 2024-08-30T17:46:55.372Z | Downloaded rustls-pemfile v1.0.4 |
184 | 2024-08-30T17:46:55.375Z | Downloaded scroll v0.12.0 |
185 | 2024-08-30T17:46:55.378Z | Downloaded signal-hook-registry v1.4.2 |
186 | 2024-08-30T17:46:55.378Z | Downloaded newtype-uuid v1.1.0 |
187 | 2024-08-30T17:46:55.381Z | Downloaded serde_tokenstream v0.2.2 |
188 | 2024-08-30T17:46:55.383Z | Downloaded schemars_derive v0.8.21 |
189 | 2024-08-30T17:46:55.383Z | Downloaded rand_chacha v0.3.1 |
190 | 2024-08-30T17:46:55.387Z | Downloaded powerfmt v0.2.0 |
191 | 2024-08-30T17:46:55.387Z | Downloaded parse-display-derive v0.10.0 |
192 | 2024-08-30T17:46:55.391Z | Downloaded autocfg v1.3.0 |
193 | 2024-08-30T17:46:55.391Z | Downloaded version_check v0.9.5 |
194 | 2024-08-30T17:46:55.392Z | Downloaded pest_generator v2.7.11 |
195 | 2024-08-30T17:46:55.394Z | Downloaded byteorder v1.5.0 |
196 | 2024-08-30T17:46:55.397Z | Downloaded thiserror-impl v1.0.63 |
197 | 2024-08-30T17:46:55.397Z | Downloaded thread_local v1.1.8 |
198 | 2024-08-30T17:46:55.400Z | Downloaded structmeta v0.3.0 |
199 | 2024-08-30T17:46:55.400Z | Downloaded sct v0.7.1 |
200 | 2024-08-30T17:46:55.403Z | Downloaded slog-bunyan v2.5.0 |
201 | 2024-08-30T17:46:55.406Z | Downloaded pin-project-lite v0.2.14 |
202 | 2024-08-30T17:46:55.409Z | Downloaded paste v1.0.15 |
203 | 2024-08-30T17:46:55.413Z | Downloaded serde_derive_internals v0.29.1 |
204 | 2024-08-30T17:46:55.416Z | Downloaded scroll_derive v0.12.0 |
205 | 2024-08-30T17:46:55.416Z | Downloaded uuid v1.10.0 |
206 | 2024-08-30T17:46:55.419Z | Downloaded quote v1.0.37 |
207 | 2024-08-30T17:46:55.421Z | Downloaded smallvec v1.13.2 |
208 | 2024-08-30T17:46:55.424Z | Downloaded foreign-types v0.3.2 |
209 | 2024-08-30T17:46:55.427Z | Downloaded num-conv v0.1.0 |
210 | 2024-08-30T17:46:55.427Z | Downloaded multer v3.1.0 |
211 | 2024-08-30T17:46:55.430Z | Downloaded take_mut v0.2.2 |
212 | 2024-08-30T17:46:55.430Z | Downloaded try-lock v0.2.5 |
213 | 2024-08-30T17:46:55.433Z | Downloaded openssl-probe v0.1.5 |
214 | 2024-08-30T17:46:55.433Z | Downloaded num_threads v0.1.7 |
215 | 2024-08-30T17:46:55.433Z | Downloaded tower-service v0.3.3 |
216 | 2024-08-30T17:46:55.442Z | Downloaded match_cfg v0.1.0 |
217 | 2024-08-30T17:46:55.442Z | Downloaded tinyvec_macros v0.1.1 |
218 | 2024-08-30T17:46:55.443Z | Downloaded ryu v1.0.18 |
219 | 2024-08-30T17:46:55.449Z | Downloaded tokio-native-tls v0.3.1 |
220 | 2024-08-30T17:46:55.449Z | Downloaded toml_datetime v0.6.8 |
221 | 2024-08-30T17:46:55.449Z | Downloaded camino v1.1.9 |
222 | 2024-08-30T17:46:55.449Z | Downloaded darling v0.20.10 |
223 | 2024-08-30T17:46:55.452Z | Downloaded slog v2.7.0 |
224 | 2024-08-30T17:46:55.455Z | Downloaded spin v0.9.8 |
225 | 2024-08-30T17:46:55.458Z | Downloaded serde_spanned v0.6.7 |
226 | 2024-08-30T17:46:55.458Z | Downloaded httpdate v1.0.3 |
227 | 2024-08-30T17:46:55.461Z | Downloaded hostname v0.4.0 |
228 | 2024-08-30T17:46:55.461Z | Downloaded hex v0.4.3 |
229 | 2024-08-30T17:46:55.463Z | Downloaded futures-io v0.3.30 |
230 | 2024-08-30T17:46:55.463Z | Downloaded rand_core v0.6.4 |
231 | 2024-08-30T17:46:55.466Z | Downloaded futures-sink v0.3.30 |
232 | 2024-08-30T17:46:55.466Z | Downloaded structmeta-derive v0.3.0 |
233 | 2024-08-30T17:46:55.466Z | Downloaded dyn-clone v1.0.17 |
234 | 2024-08-30T17:46:55.468Z | Downloaded dof v0.3.0 |
235 | 2024-08-30T17:46:55.468Z | Downloaded serde_urlencoded v0.7.1 |
236 | 2024-08-30T17:46:55.471Z | Downloaded slab v0.4.9 |
237 | 2024-08-30T17:46:55.474Z | Downloaded shlex v1.3.0 |
238 | 2024-08-30T17:46:55.474Z | Downloaded slog-json v2.6.1 |
239 | 2024-08-30T17:46:55.477Z | Downloaded futures-core v0.3.30 |
240 | 2024-08-30T17:46:55.477Z | Downloaded tokio-macros v2.4.0 |
241 | 2024-08-30T17:46:55.480Z | Downloaded thiserror v1.0.63 |
242 | 2024-08-30T17:46:55.484Z | Downloaded is-terminal v0.4.13 |
243 | 2024-08-30T17:46:55.487Z | Downloaded time-macros v0.2.18 |
244 | 2024-08-30T17:46:55.489Z | Downloaded memmap v0.7.0 |
245 | 2024-08-30T17:46:55.489Z | Downloaded parse-display v0.10.0 |
246 | 2024-08-30T17:46:55.489Z | Downloaded digest v0.10.7 |
247 | 2024-08-30T17:46:55.492Z | Downloaded crypto-common v0.1.6 |
248 | 2024-08-30T17:46:55.494Z | Downloaded thread-id v4.2.2 |
249 | 2024-08-30T17:46:55.494Z | Downloaded ppv-lite86 v0.2.20 |
250 | 2024-08-30T17:46:55.497Z | Downloaded indexmap v1.9.3 |
251 | 2024-08-30T17:46:55.500Z | Downloaded bitflags v2.6.0 |
252 | 2024-08-30T17:46:55.503Z | Downloaded tokio-rustls v0.24.1 |
253 | 2024-08-30T17:46:55.505Z | Downloaded strsim v0.11.1 |
254 | 2024-08-30T17:46:55.508Z | Downloaded strum_macros v0.26.4 |
255 | 2024-08-30T17:46:55.510Z | Downloaded slog-term v2.9.1 |
256 | 2024-08-30T17:46:55.513Z | Downloaded tokio-rustls v0.25.0 |
257 | 2024-08-30T17:46:55.515Z | Downloaded term v0.7.0 |
258 | 2024-08-30T17:46:55.518Z | Downloaded url v2.5.2 |
259 | 2024-08-30T17:46:55.521Z | Downloaded num-traits v0.2.19 |
260 | 2024-08-30T17:46:55.524Z | Downloaded proc-macro2 v1.0.86 |
261 | 2024-08-30T17:46:55.527Z | Downloaded cc v1.1.15 |
262 | 2024-08-30T17:46:55.531Z | Downloaded serde_with_macros v3.9.0 |
263 | 2024-08-30T17:46:55.533Z | Downloaded socket2 v0.5.7 |
264 | 2024-08-30T17:46:55.535Z | Downloaded untrusted v0.9.0 |
265 | 2024-08-30T17:46:55.538Z | Downloaded ucd-trie v0.1.6 |
266 | 2024-08-30T17:46:55.538Z | Downloaded unicode-bidi v0.3.15 |
267 | 2024-08-30T17:46:55.541Z | Downloaded typenum v1.17.0 |
268 | 2024-08-30T17:46:55.544Z | Downloaded getrandom v0.2.15 |
269 | 2024-08-30T17:46:55.547Z | Downloaded futures v0.3.30 |
270 | 2024-08-30T17:46:55.552Z | Downloaded serde_derive v1.0.209 |
271 | 2024-08-30T17:46:55.555Z | Downloaded log v0.4.22 |
272 | 2024-08-30T17:46:55.557Z | Downloaded serde_yaml v0.9.34+deprecated |
273 | 2024-08-30T17:46:55.561Z | Downloaded iana-time-zone v0.1.60 |
274 | 2024-08-30T17:46:55.563Z | Downloaded toml v0.8.19 |
275 | 2024-08-30T17:46:55.567Z | Downloaded rand v0.8.5 |
276 | 2024-08-30T17:46:55.571Z | Downloaded hashbrown v0.12.3 |
277 | 2024-08-30T17:46:55.575Z | Downloaded tinyvec v1.8.0 |
278 | 2024-08-30T17:46:55.578Z | Downloaded tracing-core v0.1.32 |
279 | 2024-08-30T17:46:55.581Z | Downloaded pest v2.7.11 |
280 | 2024-08-30T17:46:55.586Z | Downloaded openssl-sys v0.9.103 |
281 | 2024-08-30T17:46:55.591Z | Downloaded memchr v2.7.4 |
282 | 2024-08-30T17:46:55.597Z | Downloaded unsafe-libyaml v0.2.11 |
283 | 2024-08-30T17:46:55.601Z | Downloaded unicode-ident v1.0.12 |
284 | 2024-08-30T17:46:55.604Z | Downloaded indexmap v2.4.0 |
285 | 2024-08-30T17:46:55.608Z | Downloaded serde_with v3.9.0 |
286 | 2024-08-30T17:46:55.618Z | Downloaded tracing v0.1.40 |
287 | 2024-08-30T17:46:55.622Z | Downloaded tokio-util v0.7.11 |
288 | 2024-08-30T17:46:55.629Z | Downloaded mio v1.0.2 |
289 | 2024-08-30T17:46:55.635Z | Downloaded time v0.3.36 |
290 | 2024-08-30T17:46:55.642Z | Downloaded toml_edit v0.22.20 |
291 | 2024-08-30T17:46:55.665Z | Downloaded zerocopy v0.7.35 |
292 | 2024-08-30T17:46:55.681Z | Downloaded unicode-normalization v0.1.23 |
293 | 2024-08-30T17:46:55.684Z | Downloaded rustls-webpki v0.102.7 |
294 | 2024-08-30T17:46:55.703Z | Downloaded hyper v0.14.30 |
295 | 2024-08-30T17:46:55.711Z | Downloaded regex v1.10.6 |
296 | 2024-08-30T17:46:55.724Z | Downloaded webpki-roots v0.25.4 |
297 | 2024-08-30T17:46:55.728Z | Downloaded chrono v0.4.38 |
298 | 2024-08-30T17:46:55.735Z | Downloaded h2 v0.3.26 |
299 | 2024-08-30T17:46:55.742Z | Downloaded syn v2.0.76 |
300 | 2024-08-30T17:46:55.754Z | Downloaded rustls v0.22.4 |
301 | 2024-08-30T17:46:55.767Z | Downloaded regress v0.10.0 |
302 | 2024-08-30T17:46:55.775Z | Downloaded regress v0.9.1 |
303 | 2024-08-30T17:46:55.783Z | Downloaded regex-syntax v0.8.4 |
304 | 2024-08-30T17:46:55.792Z | Downloaded regex-automata v0.4.7 |
305 | 2024-08-30T17:46:55.808Z | Downloaded openapiv3 v2.0.0 |
306 | 2024-08-30T17:46:55.819Z | Downloaded openssl v0.10.66 |
307 | 2024-08-30T17:46:55.828Z | Downloaded idna v0.5.0 |
308 | 2024-08-30T17:46:55.835Z | Downloaded rustls v0.21.12 |
309 | 2024-08-30T17:46:55.846Z | Downloaded goblin v0.8.2 |
310 | 2024-08-30T17:46:55.852Z | Downloaded futures-util v0.3.30 |
311 | 2024-08-30T17:46:55.863Z | Downloaded vcpkg v0.2.15 |
312 | 2024-08-30T17:46:55.901Z | Downloaded hashbrown v0.14.5 |
313 | 2024-08-30T17:46:55.906Z | Downloaded tokio v1.40.0 |
314 | 2024-08-30T17:46:55.942Z | Downloaded libc v0.2.158 |
315 | 2024-08-30T17:46:55.968Z | Downloaded serde_json v1.0.127 |
316 | 2024-08-30T17:46:55.974Z | Downloaded rustls-webpki v0.101.7 |
317 | 2024-08-30T17:46:55.992Z | Downloaded encoding_rs v0.8.34 |
318 | 2024-08-30T17:46:56.012Z | Downloaded reqwest v0.11.27 |
319 | 2024-08-30T17:46:56.020Z | Downloaded aho-corasick v1.1.3 |
320 | 2024-08-30T17:46:56.026Z | Downloaded http v1.1.0 |
321 | 2024-08-30T17:46:56.029Z | Downloaded crossbeam-channel v0.5.13 |
322 | 2024-08-30T17:46:56.034Z | Downloaded darling_core v0.20.10 |
323 | 2024-08-30T17:46:56.038Z | Downloaded winnow v0.6.18 |
324 | 2024-08-30T17:46:56.046Z | Downloaded http v0.2.12 |
325 | 2024-08-30T17:46:56.050Z | Downloaded base64 v0.21.7 |
326 | 2024-08-30T17:46:56.053Z | Downloaded allocator-api2 v0.2.18 |
327 | 2024-08-30T17:46:56.056Z | Downloaded schemars v0.8.21 |
328 | 2024-08-30T17:46:56.067Z | Downloaded pest_meta v2.7.11 |
329 | 2024-08-30T17:46:56.070Z | Downloaded native-tls v0.2.12 |
330 | 2024-08-30T17:46:56.072Z | Downloaded ipnet v2.9.0 |
331 | 2024-08-30T17:46:56.074Z | Downloaded serde v1.0.209 |
332 | 2024-08-30T17:46:56.077Z | Downloaded hyper-rustls v0.24.2 |
333 | 2024-08-30T17:46:56.080Z | Downloaded ring v0.17.8 |
334 | 2024-08-30T17:46:56.142Z | Downloaded slog-async v2.8.0 |
335 | 2024-08-30T17:46:56.145Z | Downloaded sha2 v0.10.8 |
336 | 2024-08-30T17:46:56.148Z | Downloaded rustls-pemfile v2.1.3 |
337 | 2024-08-30T17:46:56.148Z | Downloaded debug-ignore v1.0.5 |
338 | 2024-08-30T17:46:56.150Z | Downloaded base64 v0.22.1 |
339 | 2024-08-30T17:46:56.152Z | Downloaded pest_derive v2.7.11 |
340 | 2024-08-30T17:46:56.155Z | Downloaded semver v1.0.23 |
341 | 2024-08-30T17:46:56.157Z | Downloaded cpufeatures v0.2.13 |
342 | 2024-08-30T17:46:56.157Z | Downloaded cfg-if v1.0.0 |
343 | 2024-08-30T17:46:56.160Z | Downloaded scopeguard v1.2.0 |
344 | 2024-08-30T17:46:56.160Z | Downloaded rustversion v1.0.17 |
345 | 2024-08-30T17:46:56.162Z | Downloaded plain v0.2.3 |
346 | 2024-08-30T17:46:56.162Z | Downloaded pin-utils v0.1.0 |
347 | 2024-08-30T17:46:56.165Z | Downloaded percent-encoding v2.3.1 |
348 | 2024-08-30T17:46:56.165Z | Downloaded once_cell v1.19.0 |
349 | 2024-08-30T17:46:56.167Z | Downloaded lock_api v0.4.12 |
350 | 2024-08-30T17:46:56.167Z | Downloaded futures-channel v0.3.30 |
351 | 2024-08-30T17:46:56.170Z | Downloaded crossbeam-utils v0.8.20 |
352 | 2024-08-30T17:46:56.172Z | Downloaded async-trait v0.1.81 |
353 | 2024-08-30T17:46:56.175Z | Downloaded zeroize v1.8.1 |
354 | 2024-08-30T17:46:56.175Z | Downloaded ahash v0.8.11 |
355 | 2024-08-30T17:46:56.177Z | Downloaded zerocopy-derive v0.7.35 |
356 | 2024-08-30T17:46:56.181Z | Downloaded pkg-config v0.3.30 |
357 | 2024-08-30T17:46:56.183Z | Downloaded parking_lot_core v0.9.10 |
358 | 2024-08-30T17:46:56.186Z | Downloaded equivalent v1.0.1 |
359 | 2024-08-30T17:46:56.186Z | Downloaded rustls-pki-types v1.8.0 |
360 | 2024-08-30T17:46:56.189Z | Downloaded httparse v1.9.4 |
361 | 2024-08-30T17:46:56.191Z | Downloaded subtle v2.6.1 |
362 | 2024-08-30T17:46:56.191Z | Downloaded futures-task v0.3.30 |
363 | 2024-08-30T17:46:56.191Z | Downloaded futures-macro v0.3.30 |
364 | 2024-08-30T17:46:56.194Z | Downloaded dirs-next v2.0.0 |
365 | 2024-08-30T17:46:56.194Z | Downloaded async-stream v0.3.5 |
366 | 2024-08-30T17:46:56.196Z | Downloaded sha1 v0.10.6 |
367 | 2024-08-30T17:46:56.196Z | Downloaded serde_path_to_error v0.1.16 |
368 | 2024-08-30T17:46:56.199Z | Downloaded backoff v0.4.0 |
369 | 2024-08-30T17:46:56.199Z | Downloaded fnv v1.0.7 |
370 | 2024-08-30T17:46:56.201Z | Downloaded hyper-tls v0.5.0 |
371 | 2024-08-30T17:46:56.201Z | Downloaded generic-array v0.14.7 |
372 | 2024-08-30T17:46:56.204Z | Downloaded macaddr v1.0.1 |
373 | 2024-08-30T17:46:56.204Z | Downloaded hostname v0.3.1 |
374 | 2024-08-30T17:46:56.206Z | Downloaded heck v0.5.0 |
375 | 2024-08-30T17:46:56.206Z | Downloaded dirs-sys-next v0.1.2 |
376 | 2024-08-30T17:46:56.206Z | Downloaded deranged v0.3.11 |
377 | 2024-08-30T17:46:56.208Z | Downloaded pretty-hex v0.4.1 |
378 | 2024-08-30T17:46:56.208Z | Downloaded usdt-attr-macro v0.5.0 |
379 | 2024-08-30T17:46:56.326Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-30T17:46:56.329Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-30T17:46:56.329Z | Compiling libc v0.2.158 |
382 | 2024-08-30T17:46:56.329Z | Checking cfg-if v1.0.0 |
383 | 2024-08-30T17:46:56.329Z | Compiling version_check v0.9.5 |
384 | 2024-08-30T17:46:56.329Z | Compiling autocfg v1.3.0 |
385 | 2024-08-30T17:46:56.339Z | Compiling serde v1.0.209 |
386 | 2024-08-30T17:46:56.348Z | Checking memchr v2.7.4 |
387 | 2024-08-30T17:46:56.411Z | Compiling serde_json v1.0.127 |
388 | 2024-08-30T17:46:56.503Z | Checking itoa v1.0.11 |
389 | 2024-08-30T17:46:56.830Z | Checking once_cell v1.19.0 |
390 | 2024-08-30T17:46:56.948Z | Compiling thiserror v1.0.63 |
391 | 2024-08-30T17:46:56.973Z | Compiling ahash v0.8.11 |
392 | 2024-08-30T17:46:57.059Z | Compiling shlex v1.3.0 |
393 | 2024-08-30T17:46:57.097Z | Checking byteorder v1.5.0 |
394 | 2024-08-30T17:46:57.381Z | Compiling cc v1.1.15 |
395 | 2024-08-30T17:46:57.496Z | Compiling num-traits v0.2.19 |
396 | 2024-08-30T17:46:57.584Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-30T17:46:57.689Z | Checking ryu v1.0.18 |
398 | 2024-08-30T17:46:57.703Z | Checking getrandom v0.2.15 |
399 | 2024-08-30T17:46:57.816Z | Compiling quote v1.0.37 |
400 | 2024-08-30T17:46:57.911Z | Checking bytes v1.7.1 |
401 | 2024-08-30T17:46:57.965Z | Checking log v0.4.22 |
402 | 2024-08-30T17:46:58.198Z | Compiling syn v2.0.76 |
403 | 2024-08-30T17:46:58.201Z | Checking allocator-api2 v0.2.18 |
404 | 2024-08-30T17:46:58.220Z | Compiling lock_api v0.4.12 |
405 | 2024-08-30T17:46:58.421Z | Compiling schemars v0.8.21 |
406 | 2024-08-30T17:46:58.444Z | Compiling parking_lot_core v0.9.10 |
407 | 2024-08-30T17:46:58.528Z | Checking futures-core v0.3.30 |
408 | 2024-08-30T17:46:58.672Z | Checking scopeguard v1.2.0 |
409 | 2024-08-30T17:46:58.680Z | Checking smallvec v1.13.2 |
410 | 2024-08-30T17:46:58.694Z | Checking mio v1.0.2 |
411 | 2024-08-30T17:46:58.809Z | Checking signal-hook-registry v1.4.2 |
412 | 2024-08-30T17:46:58.811Z | Checking socket2 v0.5.7 |
413 | 2024-08-30T17:46:58.900Z | Compiling slab v0.4.9 |
414 | 2024-08-30T17:46:59.119Z | Checking spin v0.9.8 |
415 | 2024-08-30T17:46:59.199Z | Checking futures-sink v0.3.30 |
416 | 2024-08-30T17:46:59.282Z | Checking untrusted v0.9.0 |
417 | 2024-08-30T17:46:59.310Z | Checking fnv v1.0.7 |
418 | 2024-08-30T17:46:59.320Z | Checking equivalent v1.0.1 |
419 | 2024-08-30T17:46:59.328Z | Checking parking_lot v0.12.3 |
420 | 2024-08-30T17:46:59.402Z | Checking futures-channel v0.3.30 |
421 | 2024-08-30T17:46:59.411Z | Compiling heck v0.5.0 |
422 | 2024-08-30T17:46:59.413Z | Compiling vcpkg v0.2.15 |
423 | 2024-08-30T17:46:59.602Z | Checking futures-io v0.3.30 |
424 | 2024-08-30T17:46:59.639Z | Compiling pkg-config v0.3.30 |
425 | 2024-08-30T17:46:59.758Z | Compiling semver v1.0.23 |
426 | 2024-08-30T17:46:59.768Z | Checking pin-utils v0.1.0 |
427 | 2024-08-30T17:46:59.834Z | Checking futures-task v0.3.30 |
428 | 2024-08-30T17:46:59.994Z | Checking iana-time-zone v0.1.60 |
429 | 2024-08-30T17:47:00.061Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-30T17:47:00.134Z | Checking http v0.2.12 |
431 | 2024-08-30T17:47:00.373Z | Compiling ring v0.17.8 |
432 | 2024-08-30T17:47:00.632Z | Compiling httparse v1.9.4 |
433 | 2024-08-30T17:47:01.116Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-30T17:47:01.197Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-30T17:47:01.505Z | Checking tracing-core v0.1.32 |
436 | 2024-08-30T17:47:01.552Z | Compiling uuid v1.10.0 |
437 | 2024-08-30T17:47:02.114Z | Checking try-lock v0.2.5 |
438 | 2024-08-30T17:47:02.135Z | Compiling chrono v0.4.38 |
439 | 2024-08-30T17:47:02.224Z | Checking tracing v0.1.40 |
440 | 2024-08-30T17:47:02.268Z | Compiling slog v2.7.0 |
441 | 2024-08-30T17:47:02.277Z | Checking foreign-types-shared v0.1.1 |
442 | 2024-08-30T17:47:02.334Z | Compiling openssl v0.10.66 |
443 | 2024-08-30T17:47:02.354Z | Checking foreign-types v0.3.2 |
444 | 2024-08-30T17:47:02.707Z | Checking want v0.3.1 |
445 | 2024-08-30T17:47:02.795Z | Checking http-body v0.4.6 |
446 | 2024-08-30T17:47:02.833Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-30T17:47:02.865Z | Compiling native-tls v0.2.12 |
448 | 2024-08-30T17:47:03.145Z | Checking httpdate v1.0.3 |
449 | 2024-08-30T17:47:03.238Z | Checking tinyvec_macros v0.1.1 |
450 | 2024-08-30T17:47:03.312Z | Checking bitflags v2.6.0 |
451 | 2024-08-30T17:47:03.369Z | Checking percent-encoding v2.3.1 |
452 | 2024-08-30T17:47:03.551Z | Compiling rustls v0.21.12 |
453 | 2024-08-30T17:47:03.568Z | Checking tower-service v0.3.3 |
454 | 2024-08-30T17:47:03.666Z | Compiling regex-syntax v0.8.4 |
455 | 2024-08-30T17:47:03.674Z | Compiling typenum v1.17.0 |
456 | 2024-08-30T17:47:03.863Z | Checking form_urlencoded v1.2.1 |
457 | 2024-08-30T17:47:04.045Z | Checking tinyvec v1.8.0 |
458 | 2024-08-30T17:47:04.653Z | Compiling generic-array v0.14.7 |
459 | 2024-08-30T17:47:04.686Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-30T17:47:05.327Z | Compiling serde_derive_internals v0.29.1 |
461 | 2024-08-30T17:47:06.280Z | Checking unicode-normalization v0.1.23 |
462 | 2024-08-30T17:47:06.528Z | Checking rustls-webpki v0.101.7 |
463 | 2024-08-30T17:47:06.670Z | Checking sct v0.7.1 |
464 | 2024-08-30T17:47:07.182Z | Compiling regex-automata v0.4.7 |
465 | 2024-08-30T17:47:07.297Z | Compiling usdt-impl v0.5.0 |
466 | 2024-08-30T17:47:07.537Z | Checking encoding_rs v0.8.34 |
467 | 2024-08-30T17:47:07.647Z | Compiling num-conv v0.1.0 |
468 | 2024-08-30T17:47:07.672Z | Compiling time-core v0.1.2 |
469 | 2024-08-30T17:47:07.820Z | Checking mime v0.3.17 |
470 | 2024-08-30T17:47:07.905Z | Checking unicode-bidi v0.3.15 |
471 | 2024-08-30T17:47:08.122Z | Checking powerfmt v0.2.0 |
472 | 2024-08-30T17:47:08.384Z | Checking deranged v0.3.11 |
473 | 2024-08-30T17:47:08.514Z | Checking idna v0.5.0 |
474 | 2024-08-30T17:47:09.358Z | Compiling time-macros v0.2.18 |
475 | 2024-08-30T17:47:09.554Z | Compiling thread-id v4.2.2 |
476 | 2024-08-30T17:47:09.878Z | Compiling strsim v0.11.1 |
477 | 2024-08-30T17:47:10.256Z | Checking num_threads v0.1.7 |
478 | 2024-08-30T17:47:10.535Z | Compiling crossbeam-utils v0.8.20 |
479 | 2024-08-30T17:47:10.768Z | Compiling ident_case v1.0.1 |
480 | 2024-08-30T17:47:10.856Z | Checking rustls-pki-types v1.8.0 |
481 | 2024-08-30T17:47:10.891Z | Compiling serde_derive v1.0.209 |
482 | 2024-08-30T17:47:10.923Z | Compiling zerocopy-derive v0.7.35 |
483 | 2024-08-30T17:47:11.091Z | Compiling thiserror-impl v1.0.63 |
484 | 2024-08-30T17:47:11.261Z | Compiling schemars_derive v0.8.21 |
485 | 2024-08-30T17:47:11.586Z | Compiling tokio-macros v2.4.0 |
486 | 2024-08-30T17:47:12.339Z | Compiling futures-macro v0.3.30 |
487 | 2024-08-30T17:47:12.899Z | Checking zerocopy v0.7.35 |
488 | 2024-08-30T17:47:14.031Z | Checking tokio v1.40.0 |
489 | 2024-08-30T17:47:14.074Z | Compiling pest v2.7.11 |
490 | 2024-08-30T17:47:14.255Z | Checking futures-util v0.3.30 |
491 | 2024-08-30T17:47:14.404Z | Compiling openssl-macros v0.1.1 |
492 | 2024-08-30T17:47:14.672Z | Checking hashbrown v0.14.5 |
493 | 2024-08-30T17:47:14.861Z | Compiling regex v1.10.6 |
494 | 2024-08-30T17:47:15.829Z | Compiling scroll_derive v0.12.0 |
495 | 2024-08-30T17:47:15.850Z | Checking regress v0.10.0 |
496 | 2024-08-30T17:47:16.948Z | Compiling pest_meta v2.7.11 |
497 | 2024-08-30T17:47:17.221Z | Checking scroll v0.12.0 |
498 | 2024-08-30T17:47:18.064Z | Checking base64 v0.21.7 |
499 | 2024-08-30T17:47:19.306Z | Compiling pest_generator v2.7.11 |
500 | 2024-08-30T17:47:19.656Z | Checking plain v0.2.3 |
501 | 2024-08-30T17:47:19.785Z | Checking goblin v0.8.2 |
502 | 2024-08-30T17:47:20.873Z | Checking rustls-pemfile v1.0.4 |
503 | 2024-08-30T17:47:21.057Z | Checking time v0.3.36 |
504 | 2024-08-30T17:47:21.090Z | Compiling pest_derive v2.7.11 |
505 | 2024-08-30T17:47:21.285Z | Checking tokio-util v0.7.11 |
506 | 2024-08-30T17:47:21.816Z | Checking tokio-native-tls v0.3.1 |
507 | 2024-08-30T17:47:21.943Z | Compiling dtrace-parser v0.2.0 |
508 | 2024-08-30T17:47:22.032Z | Checking tokio-rustls v0.24.1 |
509 | 2024-08-30T17:47:22.390Z | Compiling darling_core v0.20.10 |
510 | 2024-08-30T17:47:22.881Z | Checking url v2.5.2 |
511 | 2024-08-30T17:47:23.521Z | Checking indexmap v2.4.0 |
512 | 2024-08-30T17:47:24.286Z | Checking serde_urlencoded v0.7.1 |
513 | 2024-08-30T17:47:24.700Z | Compiling serde_tokenstream v0.2.2 |
514 | 2024-08-30T17:47:24.766Z | Checking h2 v0.3.26 |
515 | 2024-08-30T17:47:24.974Z | Checking openapiv3 v2.0.0 |
516 | 2024-08-30T17:47:25.250Z | Checking dirs-sys-next v0.1.2 |
517 | 2024-08-30T17:47:25.435Z | Compiling rustversion v1.0.17 |
518 | 2024-08-30T17:47:25.807Z | Checking webpki-roots v0.25.4 |
519 | 2024-08-30T17:47:25.961Z | Compiling omicron-workspace-hack v0.1.0 |
520 | 2024-08-30T17:47:26.085Z | Checking sync_wrapper v0.1.2 |
521 | 2024-08-30T17:47:26.185Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-08-30T17:47:26.198Z | Checking ipnet v2.9.0 |
523 | 2024-08-30T17:47:26.274Z | Checking pretty-hex v0.4.1 |
524 | 2024-08-30T17:47:26.662Z | Compiling dof v0.3.0 |
525 | 2024-08-30T17:47:27.423Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
526 | 2024-08-30T17:47:28.019Z | Compiling paste v1.0.15 |
527 | 2024-08-30T17:47:28.499Z | Compiling rustls v0.22.4 |
528 | 2024-08-30T17:47:28.543Z | Compiling darling_macro v0.20.10 |
529 | 2024-08-30T17:47:28.586Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-08-30T17:47:28.965Z | Checking hyper v0.14.30 |
531 | 2024-08-30T17:47:29.514Z | Checking dirs-next v2.0.0 |
532 | 2024-08-30T17:47:29.641Z | Checking serde_spanned v0.6.7 |
533 | 2024-08-30T17:47:29.753Z | Checking toml_datetime v0.6.8 |
534 | 2024-08-30T17:47:29.842Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-08-30T17:47:30.028Z | Checking rustls-webpki v0.102.7 |
536 | 2024-08-30T17:47:30.074Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-30T17:47:30.512Z | Checking crypto-common v0.1.6 |
538 | 2024-08-30T17:47:30.609Z | Checking block-buffer v0.10.4 |
539 | 2024-08-30T17:47:30.667Z | Checking rand_core v0.6.4 |
540 | 2024-08-30T17:47:30.796Z | Checking thread_local v1.1.8 |
541 | 2024-08-30T17:47:30.879Z | Compiling multer v3.1.0 |
542 | 2024-08-30T17:47:30.951Z | Checking subtle v2.6.1 |
543 | 2024-08-30T17:47:31.069Z | Checking zeroize v1.8.1 |
544 | 2024-08-30T17:47:31.169Z | Checking match_cfg v0.1.0 |
545 | 2024-08-30T17:47:31.220Z | Compiling anyhow v1.0.86 |
546 | 2024-08-30T17:47:31.246Z | Compiling slog-async v2.8.0 |
547 | 2024-08-30T17:47:31.305Z | Compiling camino v1.1.9 |
548 | 2024-08-30T17:47:31.685Z | Checking winnow v0.6.18 |
549 | 2024-08-30T17:47:31.962Z | Checking hostname v0.3.1 |
550 | 2024-08-30T17:47:32.037Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-30T17:47:32.272Z | Checking digest v0.10.7 |
552 | 2024-08-30T17:47:32.368Z | Checking crossbeam-channel v0.5.13 |
553 | 2024-08-30T17:47:32.557Z | Checking term v0.7.0 |
554 | 2024-08-30T17:47:32.585Z | Compiling darling v0.20.10 |
555 | 2024-08-30T17:47:32.739Z | Compiling structmeta v0.3.0 |
556 | 2024-08-30T17:47:33.088Z | Compiling usdt-macro v0.5.0 |
557 | 2024-08-30T17:47:33.141Z | Compiling usdt-attr-macro v0.5.0 |
558 | 2024-08-30T17:47:33.476Z | Checking hyper-rustls v0.24.2 |
559 | 2024-08-30T17:47:33.756Z | Checking hyper-tls v0.5.0 |
560 | 2024-08-30T17:47:33.921Z | Checking slog-json v2.6.1 |
561 | 2024-08-30T17:47:34.001Z | Checking reqwest v0.11.27 |
562 | 2024-08-30T17:47:34.044Z | Checking futures-executor v0.3.30 |
563 | 2024-08-30T17:47:34.154Z | Compiling async-stream-impl v0.3.5 |
564 | 2024-08-30T17:47:34.253Z | Checking http v1.1.0 |
565 | 2024-08-30T17:47:34.373Z | Checking memmap v0.7.0 |
566 | 2024-08-30T17:47:34.569Z | Checking is-terminal v0.4.13 |
567 | 2024-08-30T17:47:34.580Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
568 | 2024-08-30T17:47:34.675Z | Checking cpufeatures v0.2.13 |
569 | 2024-08-30T17:47:34.708Z | Checking toml_edit v0.22.20 |
570 | 2024-08-30T17:47:34.755Z | Checking base64 v0.22.1 |
571 | 2024-08-30T17:47:34.919Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-30T17:47:35.038Z | Checking take_mut v0.2.2 |
573 | 2024-08-30T17:47:35.212Z | Checking rustls-pemfile v2.1.3 |
574 | 2024-08-30T17:47:35.284Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
575 | 2024-08-30T17:47:35.416Z | Checking tokio-rustls v0.25.0 |
576 | 2024-08-30T17:47:35.445Z | Checking waitgroup v0.1.2 |
577 | 2024-08-30T17:47:35.481Z | Checking async-stream v0.3.5 |
578 | 2024-08-30T17:47:35.504Z | Checking sha1 v0.10.6 |
579 | 2024-08-30T17:47:35.560Z | Checking slog-term v2.9.1 |
580 | 2024-08-30T17:47:35.569Z | Checking usdt v0.5.0 |
581 | 2024-08-30T17:47:35.658Z | Checking futures v0.3.30 |
582 | 2024-08-30T17:47:35.751Z | Checking slog-bunyan v2.5.0 |
583 | 2024-08-30T17:47:35.759Z | Compiling strum_macros v0.26.4 |
584 | 2024-08-30T17:47:35.768Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-30T17:47:35.794Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-30T17:47:35.900Z | Checking rand v0.8.5 |
587 | 2024-08-30T17:47:36.466Z | Checking ipnetwork v0.20.0 |
588 | 2024-08-30T17:47:36.563Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-30T17:47:36.801Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
590 | 2024-08-30T17:47:36.833Z | Checking serde_path_to_error v0.1.16 |
591 | 2024-08-30T17:47:37.128Z | Checking hex v0.4.3 |
592 | 2024-08-30T17:47:37.301Z | Checking toml v0.8.19 |
593 | 2024-08-30T17:47:37.471Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-30T17:47:37.642Z | Compiling async-trait v0.1.81 |
595 | 2024-08-30T17:47:38.054Z | Checking hostname v0.4.0 |
596 | 2024-08-30T17:47:38.172Z | Checking instant v0.1.13 |
597 | 2024-08-30T17:47:38.275Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-30T17:47:38.278Z | Checking backoff v0.4.0 |
599 | 2024-08-30T17:47:38.394Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-30T17:47:38.443Z | Checking serde_with v3.9.0 |
601 | 2024-08-30T17:47:38.524Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
602 | 2024-08-30T17:47:38.550Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
603 | 2024-08-30T17:47:38.666Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
604 | 2024-08-30T17:47:38.901Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-30T17:47:38.991Z | Checking macaddr v1.0.1 |
606 | 2024-08-30T17:47:39.321Z | Checking regress v0.9.1 |
607 | 2024-08-30T17:47:39.702Z | Checking parse-display v0.10.0 |
608 | 2024-08-30T17:47:40.194Z | Checking strum v0.26.3 |
609 | 2024-08-30T17:47:41.343Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
610 | 2024-08-30T17:47:43.217Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-30T17:47:43.271Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-30T17:47:45.787Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-30T17:47:50.798Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-30T17:47:50.901Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-08-30T17:47:53.709Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-30T17:48:00.903Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-30T17:48:00.954Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
618 | 2024-08-30T17:48:01.020Z | + cargo build --release |
619 | 2024-08-30T17:48:01.290Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-30T17:48:01.290Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-30T17:48:01.293Z | Compiling libc v0.2.158 |
622 | 2024-08-30T17:48:01.293Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-30T17:48:01.293Z | Compiling version_check v0.9.5 |
624 | 2024-08-30T17:48:01.293Z | Compiling autocfg v1.3.0 |
625 | 2024-08-30T17:48:01.293Z | Compiling serde v1.0.209 |
626 | 2024-08-30T17:48:01.293Z | Compiling memchr v2.7.4 |
627 | 2024-08-30T17:48:01.392Z | Compiling serde_json v1.0.127 |
628 | 2024-08-30T17:48:01.492Z | Compiling itoa v1.0.11 |
629 | 2024-08-30T17:48:01.748Z | Compiling thiserror v1.0.63 |
630 | 2024-08-30T17:48:01.901Z | Compiling shlex v1.3.0 |
631 | 2024-08-30T17:48:01.921Z | Compiling ahash v0.8.11 |
632 | 2024-08-30T17:48:02.048Z | Compiling once_cell v1.19.0 |
633 | 2024-08-30T17:48:02.246Z | Compiling byteorder v1.5.0 |
634 | 2024-08-30T17:48:02.277Z | Compiling cc v1.1.15 |
635 | 2024-08-30T17:48:02.761Z | Compiling quote v1.0.37 |
636 | 2024-08-30T17:48:02.796Z | Compiling getrandom v0.2.15 |
637 | 2024-08-30T17:48:02.833Z | Compiling num-traits v0.2.19 |
638 | 2024-08-30T17:48:03.131Z | Compiling syn v2.0.76 |
639 | 2024-08-30T17:48:03.139Z | Compiling pin-project-lite v0.2.14 |
640 | 2024-08-30T17:48:03.168Z | Compiling ryu v1.0.18 |
641 | 2024-08-30T17:48:03.355Z | Compiling log v0.4.22 |
642 | 2024-08-30T17:48:03.438Z | Compiling bytes v1.7.1 |
643 | 2024-08-30T17:48:03.499Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-30T17:48:03.716Z | Compiling schemars v0.8.21 |
645 | 2024-08-30T17:48:03.784Z | Compiling lock_api v0.4.12 |
646 | 2024-08-30T17:48:03.823Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-30T17:48:04.083Z | Compiling scopeguard v1.2.0 |
648 | 2024-08-30T17:48:04.104Z | Compiling smallvec v1.13.2 |
649 | 2024-08-30T17:48:04.226Z | Compiling futures-core v0.3.30 |
650 | 2024-08-30T17:48:04.289Z | Compiling socket2 v0.5.7 |
651 | 2024-08-30T17:48:04.333Z | Compiling mio v1.0.2 |
652 | 2024-08-30T17:48:04.469Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-08-30T17:48:04.790Z | Compiling slab v0.4.9 |
654 | 2024-08-30T17:48:05.173Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-30T17:48:05.280Z | Compiling ring v0.17.8 |
656 | 2024-08-30T17:48:05.343Z | Compiling futures-sink v0.3.30 |
657 | 2024-08-30T17:48:05.433Z | Compiling spin v0.9.8 |
658 | 2024-08-30T17:48:05.685Z | Compiling equivalent v1.0.1 |
659 | 2024-08-30T17:48:05.785Z | Compiling untrusted v0.9.0 |
660 | 2024-08-30T17:48:05.907Z | Compiling semver v1.0.23 |
661 | 2024-08-30T17:48:05.967Z | Compiling fnv v1.0.7 |
662 | 2024-08-30T17:48:06.043Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-30T17:48:06.297Z | Compiling pin-utils v0.1.0 |
664 | 2024-08-30T17:48:06.328Z | Compiling futures-task v0.3.30 |
665 | 2024-08-30T17:48:06.379Z | Compiling vcpkg v0.2.15 |
666 | 2024-08-30T17:48:06.381Z | Compiling pkg-config v0.3.30 |
667 | 2024-08-30T17:48:06.411Z | Compiling heck v0.5.0 |
668 | 2024-08-30T17:48:06.517Z | Compiling futures-io v0.3.30 |
669 | 2024-08-30T17:48:06.971Z | Compiling ucd-trie v0.1.6 |
670 | 2024-08-30T17:48:07.022Z | Compiling iana-time-zone v0.1.60 |
671 | 2024-08-30T17:48:07.436Z | Compiling http v0.2.12 |
672 | 2024-08-30T17:48:07.682Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-30T17:48:07.891Z | Compiling httparse v1.9.4 |
674 | 2024-08-30T17:48:08.013Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-30T17:48:08.720Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-30T17:48:08.959Z | Compiling chrono v0.4.38 |
677 | 2024-08-30T17:48:09.118Z | Compiling uuid v1.10.0 |
678 | 2024-08-30T17:48:09.668Z | Compiling tracing v0.1.40 |
679 | 2024-08-30T17:48:10.366Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-30T17:48:11.092Z | Compiling slog v2.7.0 |
681 | 2024-08-30T17:48:11.602Z | Compiling foreign-types-shared v0.1.1 |
682 | 2024-08-30T17:48:11.698Z | Compiling try-lock v0.2.5 |
683 | 2024-08-30T17:48:11.700Z | Compiling openssl v0.10.66 |
684 | 2024-08-30T17:48:11.858Z | Compiling want v0.3.1 |
685 | 2024-08-30T17:48:12.038Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-30T17:48:12.177Z | Compiling http-body v0.4.6 |
687 | 2024-08-30T17:48:12.214Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-30T17:48:12.598Z | Compiling bitflags v2.6.0 |
689 | 2024-08-30T17:48:12.669Z | Compiling typenum v1.17.0 |
690 | 2024-08-30T17:48:12.938Z | Compiling tower-service v0.3.3 |
691 | 2024-08-30T17:48:13.049Z | Compiling httpdate v1.0.3 |
692 | 2024-08-30T17:48:13.136Z | Compiling percent-encoding v2.3.1 |
693 | 2024-08-30T17:48:13.600Z | Compiling native-tls v0.2.12 |
694 | 2024-08-30T17:48:13.611Z | Compiling regex-syntax v0.8.4 |
695 | 2024-08-30T17:48:13.644Z | Compiling rustls v0.21.12 |
696 | 2024-08-30T17:48:13.789Z | Compiling tinyvec_macros v0.1.1 |
697 | 2024-08-30T17:48:13.864Z | Compiling tinyvec v1.8.0 |
698 | 2024-08-30T17:48:13.997Z | Compiling form_urlencoded v1.2.1 |
699 | 2024-08-30T17:48:14.545Z | Compiling generic-array v0.14.7 |
700 | 2024-08-30T17:48:14.983Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-30T17:48:15.593Z | Compiling unicode-normalization v0.1.23 |
702 | 2024-08-30T17:48:15.635Z | Compiling serde_derive v1.0.209 |
703 | 2024-08-30T17:48:15.852Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-30T17:48:16.300Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-30T17:48:16.546Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-30T17:48:16.844Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-30T17:48:17.893Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-30T17:48:19.224Z | Compiling tokio v1.40.0 |
709 | 2024-08-30T17:48:19.313Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-30T17:48:19.550Z | Compiling pest v2.7.11 |
711 | 2024-08-30T17:48:19.994Z | Compiling hashbrown v0.14.5 |
712 | 2024-08-30T17:48:21.217Z | Compiling futures-util v0.3.30 |
713 | 2024-08-30T17:48:21.701Z | Compiling openssl-macros v0.1.1 |
714 | 2024-08-30T17:48:21.863Z | Compiling regress v0.10.0 |
715 | 2024-08-30T17:48:22.405Z | Compiling pest_meta v2.7.11 |
716 | 2024-08-30T17:48:26.490Z | Compiling pest_generator v2.7.11 |
717 | 2024-08-30T17:48:26.637Z | Compiling sct v0.7.1 |
718 | 2024-08-30T17:48:27.078Z | Compiling rustls-webpki v0.101.7 |
719 | 2024-08-30T17:48:28.174Z | Compiling tokio-util v0.7.11 |
720 | 2024-08-30T17:48:28.234Z | Compiling pest_derive v2.7.11 |
721 | 2024-08-30T17:48:29.134Z | Compiling regex-automata v0.4.7 |
722 | 2024-08-30T17:48:30.673Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-30T17:48:31.131Z | Compiling indexmap v2.4.0 |
724 | 2024-08-30T17:48:36.454Z | Compiling h2 v0.3.26 |
725 | 2024-08-30T17:48:37.041Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
726 | 2024-08-30T17:48:37.103Z | Compiling regex v1.10.6 |
727 | 2024-08-30T17:48:40.029Z | Compiling scroll_derive v0.12.0 |
728 | 2024-08-30T17:48:41.562Z | Compiling usdt-impl v0.5.0 |
729 | 2024-08-30T17:48:41.969Z | Compiling hyper v0.14.30 |
730 | 2024-08-30T17:48:46.628Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-30T17:48:49.182Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
732 | 2024-08-30T17:48:49.831Z | Compiling unicode-bidi v0.3.15 |
733 | 2024-08-30T17:48:52.338Z | Compiling time-core v0.1.2 |
734 | 2024-08-30T17:48:52.902Z | Compiling num-conv v0.1.0 |
735 | 2024-08-30T17:48:53.123Z | Compiling powerfmt v0.2.0 |
736 | 2024-08-30T17:48:53.184Z | Compiling mime v0.3.17 |
737 | 2024-08-30T17:48:53.640Z | Compiling deranged v0.3.11 |
738 | 2024-08-30T17:48:54.267Z | Compiling time-macros v0.2.18 |
739 | 2024-08-30T17:48:55.532Z | Compiling idna v0.5.0 |
740 | 2024-08-30T17:48:56.073Z | Compiling scroll v0.12.0 |
741 | 2024-08-30T17:48:57.248Z | Compiling tokio-rustls v0.24.1 |
742 | 2024-08-30T17:48:57.657Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-30T17:48:57.941Z | Compiling dof v0.3.0 |
744 | 2024-08-30T17:48:58.744Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-30T17:48:58.822Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-30T17:48:59.553Z | Compiling thread-id v4.2.2 |
747 | 2024-08-30T17:48:59.653Z | Compiling rustls-pki-types v1.8.0 |
748 | 2024-08-30T17:49:00.578Z | Compiling base64 v0.21.7 |
749 | 2024-08-30T17:49:00.758Z | Compiling num_threads v0.1.7 |
750 | 2024-08-30T17:49:00.866Z | Compiling plain v0.2.3 |
751 | 2024-08-30T17:49:01.215Z | Compiling omicron-workspace-hack v0.1.0 |
752 | 2024-08-30T17:49:01.556Z | Compiling strsim v0.11.1 |
753 | 2024-08-30T17:49:01.933Z | Compiling crossbeam-utils v0.8.20 |
754 | 2024-08-30T17:49:02.165Z | Compiling ident_case v1.0.1 |
755 | 2024-08-30T17:49:03.603Z | Compiling darling_core v0.20.10 |
756 | 2024-08-30T17:49:06.303Z | Compiling time v0.3.36 |
757 | 2024-08-30T17:49:08.384Z | Compiling rustls-pemfile v1.0.4 |
758 | 2024-08-30T17:49:09.187Z | Compiling goblin v0.8.2 |
759 | 2024-08-30T17:49:09.889Z | Compiling hyper-tls v0.5.0 |
760 | 2024-08-30T17:49:10.364Z | Compiling hyper-rustls v0.24.2 |
761 | 2024-08-30T17:49:10.792Z | Compiling url v2.5.2 |
762 | 2024-08-30T17:49:11.176Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-30T17:49:11.299Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-30T17:49:14.297Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-30T17:49:15.396Z | Compiling paste v1.0.15 |
766 | 2024-08-30T17:49:15.521Z | Compiling ipnet v2.9.0 |
767 | 2024-08-30T17:49:15.628Z | Compiling webpki-roots v0.25.4 |
768 | 2024-08-30T17:49:15.771Z | Compiling pretty-hex v0.4.1 |
769 | 2024-08-30T17:49:15.885Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-08-30T17:49:15.991Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-08-30T17:49:16.004Z | Compiling rustversion v1.0.17 |
772 | 2024-08-30T17:49:16.471Z | Compiling rustls v0.22.4 |
773 | 2024-08-30T17:49:16.721Z | Compiling reqwest v0.11.27 |
774 | 2024-08-30T17:49:17.740Z | Compiling serde_yaml v0.9.34+deprecated |
775 | 2024-08-30T17:49:18.366Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
776 | 2024-08-30T17:49:19.171Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-30T17:49:19.426Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-30T17:49:23.034Z | Compiling crypto-common v0.1.6 |
779 | 2024-08-30T17:49:23.241Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-30T17:49:23.334Z | Compiling rustls-webpki v0.102.7 |
781 | 2024-08-30T17:49:23.504Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-30T17:49:23.737Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-30T17:49:24.433Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-30T17:49:25.107Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-30T17:49:25.353Z | Compiling rand_core v0.6.4 |
786 | 2024-08-30T17:49:25.934Z | Compiling thread_local v1.1.8 |
787 | 2024-08-30T17:49:26.679Z | Compiling multer v3.1.0 |
788 | 2024-08-30T17:49:26.986Z | Compiling subtle v2.6.1 |
789 | 2024-08-30T17:49:27.051Z | Compiling zeroize v1.8.1 |
790 | 2024-08-30T17:49:27.069Z | Compiling camino v1.1.9 |
791 | 2024-08-30T17:49:27.264Z | Compiling match_cfg v0.1.0 |
792 | 2024-08-30T17:49:27.350Z | Compiling anyhow v1.0.86 |
793 | 2024-08-30T17:49:27.391Z | Compiling winnow v0.6.18 |
794 | 2024-08-30T17:49:27.680Z | Compiling slog-async v2.8.0 |
795 | 2024-08-30T17:49:27.853Z | Compiling hostname v0.3.1 |
796 | 2024-08-30T17:49:27.913Z | Compiling structmeta v0.3.0 |
797 | 2024-08-30T17:49:28.238Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-30T17:49:28.288Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
799 | 2024-08-30T17:49:29.983Z | Compiling digest v0.10.7 |
800 | 2024-08-30T17:49:30.404Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-30T17:49:31.874Z | Compiling toml_edit v0.22.20 |
802 | 2024-08-30T17:49:33.416Z | Compiling darling v0.20.10 |
803 | 2024-08-30T17:49:33.524Z | Compiling term v0.7.0 |
804 | 2024-08-30T17:49:38.236Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-30T17:49:40.648Z | Compiling usdt-attr-macro v0.5.0 |
806 | 2024-08-30T17:49:41.254Z | Compiling usdt-macro v0.5.0 |
807 | 2024-08-30T17:49:42.138Z | Compiling slog-json v2.6.1 |
808 | 2024-08-30T17:49:42.594Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-30T17:49:42.608Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-30T17:49:43.627Z | Compiling http v1.1.0 |
811 | 2024-08-30T17:49:43.734Z | Compiling memmap v0.7.0 |
812 | 2024-08-30T17:49:43.998Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-30T17:49:44.119Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
814 | 2024-08-30T17:49:44.179Z | Compiling base64 v0.22.1 |
815 | 2024-08-30T17:49:44.486Z | Compiling take_mut v0.2.2 |
816 | 2024-08-30T17:49:44.640Z | Compiling cpufeatures v0.2.13 |
817 | 2024-08-30T17:49:44.734Z | Compiling atomic-waker v1.1.2 |
818 | 2024-08-30T17:49:44.921Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-30T17:49:45.163Z | Compiling sha1 v0.10.6 |
820 | 2024-08-30T17:49:45.281Z | Compiling rustls-pemfile v2.1.3 |
821 | 2024-08-30T17:49:48.474Z | Compiling slog-term v2.9.1 |
822 | 2024-08-30T17:49:48.752Z | Compiling async-stream v0.3.5 |
823 | 2024-08-30T17:49:49.087Z | Compiling usdt v0.5.0 |
824 | 2024-08-30T17:49:49.626Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
825 | 2024-08-30T17:49:49.819Z | Compiling futures v0.3.30 |
826 | 2024-08-30T17:49:50.016Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-30T17:49:50.299Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-30T17:49:50.683Z | Compiling toml v0.8.19 |
829 | 2024-08-30T17:49:51.399Z | Compiling serde_with_macros v3.9.0 |
830 | 2024-08-30T17:49:54.164Z | Compiling tokio-rustls v0.25.0 |
831 | 2024-08-30T17:49:54.609Z | Compiling rand v0.8.5 |
832 | 2024-08-30T17:49:55.002Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-30T17:49:56.786Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-30T17:49:57.836Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-30T17:49:58.171Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
836 | 2024-08-30T17:49:58.255Z | Compiling hex v0.4.3 |
837 | 2024-08-30T17:49:58.955Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-30T17:49:59.094Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-30T17:49:59.927Z | Compiling async-trait v0.1.81 |
840 | 2024-08-30T17:49:59.973Z | Compiling hostname v0.4.0 |
841 | 2024-08-30T17:50:00.215Z | Compiling instant v0.1.13 |
842 | 2024-08-30T17:50:00.367Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-30T17:50:00.504Z | Compiling backoff v0.4.0 |
844 | 2024-08-30T17:50:00.840Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-30T17:50:01.037Z | Compiling parse-display v0.10.0 |
846 | 2024-08-30T17:50:01.513Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-08-30T17:50:01.684Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-08-30T17:50:01.929Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-30T17:50:02.321Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-08-30T17:50:02.383Z | Compiling strum v0.26.3 |
851 | 2024-08-30T17:50:02.550Z | Compiling serde_with v3.9.0 |
852 | 2024-08-30T17:50:03.115Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-30T17:50:03.975Z | Compiling macaddr v1.0.1 |
854 | 2024-08-30T17:50:04.259Z | Compiling regress v0.9.1 |
855 | 2024-08-30T17:50:10.322Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-30T17:50:20.460Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-30T17:50:29.789Z | Finished `release` profile [optimized] target(s) in 2m 28s |
858 | 2024-08-30T17:50:29.851Z | process exited: duration 223641 ms, exit code 0 |
|
859 | 2024-08-30T17:50:29.857Z | found 0 output files |