|
|
|
1 | 2024-08-19T15:12:17.233Z | job assigned to worker 01J5NK2SRHCFQ6ZGV1J8KMKHGY (queued for 54 s) |
|
2 | 2024-08-19T15:12:24.724Z | starting task 0: "setup" |
3 | 2024-08-19T15:12:24.748Z | ++ uname -s |
4 | 2024-08-19T15:12:24.750Z | + kern=SunOS |
5 | 2024-08-19T15:12:24.750Z | + case "$kern" in |
6 | 2024-08-19T15:12:24.750Z | + groupadd -g 12345 build |
7 | 2024-08-19T15:12:24.752Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-19T15:12:26.774Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-19T15:12:26.884Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-19T15:12:26.886Z | + home_fs=zfs |
11 | 2024-08-19T15:12:26.886Z | + [[ zfs == autofs ]] |
12 | 2024-08-19T15:12:26.887Z | + mkdir -p /home/build |
13 | 2024-08-19T15:12:26.889Z | + chown build:build /home/build /work |
14 | 2024-08-19T15:12:28.891Z | + chmod 0700 /home/build /work |
15 | 2024-08-19T15:12:28.893Z | process exited: duration 4170 ms, exit code 0 |
|
16 | 2024-08-19T15:12:28.899Z | starting task 1: "rust-toolchain" |
17 | 2024-08-19T15:12:28.904Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-19T15:12:28.905Z | ' 1.80.1 |
19 | 2024-08-19T15:12:28.907Z | * toolchain channel = "1.80.1" |
20 | 2024-08-19T15:12:28.907Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-19T15:12:28.907Z | ' default |
22 | 2024-08-19T15:12:28.907Z | * toolchain profile = "default" |
23 | 2024-08-19T15:12:28.907Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-19T15:12:28.907Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-19T15:12:29.023Z | info: downloading installer |
26 | 2024-08-19T15:12:30.368Z | info: profile set to 'default' |
27 | 2024-08-19T15:12:30.371Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-19T15:12:30.371Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-19T15:12:30.538Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-19T15:12:30.538Z | info: downloading component 'cargo' |
31 | 2024-08-19T15:12:31.497Z | info: downloading component 'clippy' |
32 | 2024-08-19T15:12:31.833Z | info: downloading component 'rust-docs' |
33 | 2024-08-19T15:12:33.164Z | info: downloading component 'rust-std' |
34 | 2024-08-19T15:12:35.027Z | info: downloading component 'rustc' |
35 | 2024-08-19T15:12:40.313Z | info: downloading component 'rustfmt' |
36 | 2024-08-19T15:12:40.599Z | info: installing component 'cargo' |
37 | 2024-08-19T15:12:41.431Z | info: installing component 'clippy' |
38 | 2024-08-19T15:12:41.808Z | info: installing component 'rust-docs' |
39 | 2024-08-19T15:12:43.406Z | info: installing component 'rust-std' |
40 | 2024-08-19T15:12:45.093Z | info: installing component 'rustc' |
41 | 2024-08-19T15:12:49.227Z | info: installing component 'rustfmt' |
42 | 2024-08-19T15:12:49.566Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-19T15:12:49.566Z | |
44 | 2024-08-19T15:12:49.814Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-19T15:12:49.814Z | |
46 | 2024-08-19T15:12:49.817Z | |
47 | 2024-08-19T15:12:49.817Z | Rust is installed now. Great! |
48 | 2024-08-19T15:12:49.817Z | |
49 | 2024-08-19T15:12:49.817Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-19T15:12:49.817Z | environment variable. This has not been done automatically. |
51 | 2024-08-19T15:12:49.817Z | |
52 | 2024-08-19T15:12:49.817Z | To configure your current shell, you need to source |
53 | 2024-08-19T15:12:49.817Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-19T15:12:49.817Z | |
55 | 2024-08-19T15:12:49.817Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-19T15:12:49.817Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-19T15:12:49.817Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-19T15:12:49.880Z | + rustc --version |
59 | 2024-08-19T15:12:49.943Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-19T15:12:49.945Z | process exited: duration 21044 ms, exit code 0 |
|
61 | 2024-08-19T15:12:49.950Z | starting task 2: "authentication" |
62 | 2024-08-19T15:12:49.970Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-19T15:12:49.975Z | starting task 3: "clone repository" |
64 | 2024-08-19T15:12:49.980Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-19T15:12:49.982Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-19T15:12:50.172Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-19T15:12:56.647Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-19T15:12:56.649Z | + git fetch origin 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 |
69 | 2024-08-19T15:12:56.959Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-19T15:12:56.959Z | * branch 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 -> FETCH_HEAD |
71 | 2024-08-19T15:12:56.968Z | + [[ -n slim-down-http-latency-histograms ]] |
72 | 2024-08-19T15:12:56.970Z | ++ git branch --show-current |
73 | 2024-08-19T15:12:56.972Z | + current=main |
74 | 2024-08-19T15:12:56.972Z | + [[ main != slim-down-http-latency-histograms ]] |
75 | 2024-08-19T15:12:56.972Z | + git branch -f slim-down-http-latency-histograms 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 |
76 | 2024-08-19T15:12:56.975Z | + git checkout -f slim-down-http-latency-histograms |
77 | 2024-08-19T15:12:57.123Z | Switched to branch 'slim-down-http-latency-histograms' |
78 | 2024-08-19T15:12:57.125Z | + git reset --hard 0b647e0353cd15ed32cdc7cf2a9ade472cc009e9 |
79 | 2024-08-19T15:12:57.156Z | HEAD is now at 0b647e035 Key stored histograms on both operation_id and status_code |
80 | 2024-08-19T15:12:57.159Z | process exited: duration 7181 ms, exit code 0 |
|
81 | 2024-08-19T15:12:57.164Z | starting task 4: "build" |
82 | 2024-08-19T15:12:57.169Z | + cargo --version |
83 | 2024-08-19T15:12:57.222Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-19T15:12:57.225Z | + rustc --version |
85 | 2024-08-19T15:12:57.280Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-19T15:12:57.283Z | + cd /tmp |
87 | 2024-08-19T15:12:57.283Z | + cargo new --lib test-project |
88 | 2024-08-19T15:12:57.335Z | Creating library `test-project` package |
89 | 2024-08-19T15:12:57.408Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-19T15:12:57.410Z | + cd test-project |
91 | 2024-08-19T15:12:57.410Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-19T15:12:57.465Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-19T15:12:57.467Z | Features: |
94 | 2024-08-19T15:12:57.467Z | - proptest |
95 | 2024-08-19T15:12:57.467Z | - test-strategy |
96 | 2024-08-19T15:12:57.467Z | - testing |
97 | 2024-08-19T15:12:57.467Z | Updating crates.io index |
98 | 2024-08-19T15:12:57.558Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-19T15:12:58.317Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-19T15:12:59.011Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-19T15:12:59.289Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-19T15:13:00.888Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-19T15:13:01.142Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-19T15:13:01.517Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-19T15:13:04.867Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-19T15:13:04.870Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-19T15:13:04.870Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-19T15:13:04.870Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-19T15:13:04.870Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-19T15:13:04.870Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-19T15:13:04.870Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-19T15:13:04.872Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-19T15:13:04.872Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-19T15:13:04.872Z | Adding h2 v0.3.26 (latest: v0.4.5) |
115 | 2024-08-19T15:13:04.872Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-19T15:13:04.872Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-19T15:13:04.872Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-19T15:13:04.872Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-19T15:13:04.872Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-19T15:13:04.872Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-19T15:13:04.874Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-19T15:13:04.874Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-19T15:13:04.874Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-19T15:13:04.875Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-19T15:13:04.875Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-19T15:13:04.875Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-19T15:13:04.877Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-19T15:13:04.879Z | Adding reqwest v0.11.27 (latest: v0.12.5) |
129 | 2024-08-19T15:13:04.882Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-19T15:13:04.882Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-19T15:13:04.884Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-19T15:13:04.884Z | Adding rustls-webpki v0.101.7 (latest: v0.102.6) |
133 | 2024-08-19T15:13:04.887Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-19T15:13:04.887Z | Adding system-configuration v0.5.1 (latest: v0.6.0) |
135 | 2024-08-19T15:13:04.887Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-19T15:13:04.887Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-19T15:13:04.889Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-19T15:13:04.889Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-19T15:13:04.892Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-19T15:13:04.892Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-19T15:13:04.892Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-19T15:13:04.892Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-19T15:13:04.892Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-19T15:13:04.892Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-19T15:13:04.892Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-19T15:13:04.892Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-19T15:13:04.892Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-19T15:13:04.892Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-19T15:13:04.892Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-19T15:13:04.892Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-19T15:13:04.892Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-19T15:13:04.892Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-19T15:13:04.892Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-19T15:13:04.964Z | + cargo check |
155 | 2024-08-19T15:13:05.196Z | Downloading crates ... |
156 | 2024-08-19T15:13:05.306Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-08-19T15:13:05.329Z | Downloaded want v0.3.1 |
158 | 2024-08-19T15:13:05.331Z | Downloaded dtrace-parser v0.2.0 |
159 | 2024-08-19T15:13:05.333Z | Downloaded usdt-impl v0.5.0 |
160 | 2024-08-19T15:13:05.333Z | Downloaded is-terminal v0.4.13 |
161 | 2024-08-19T15:13:05.336Z | Downloaded usdt v0.5.0 |
162 | 2024-08-19T15:13:05.336Z | Downloaded foreign-types-shared v0.1.1 |
163 | 2024-08-19T15:13:05.338Z | Downloaded zerocopy-derive v0.7.35 |
164 | 2024-08-19T15:13:05.345Z | Downloaded usdt-macro v0.5.0 |
165 | 2024-08-19T15:13:05.347Z | Downloaded openssl-probe v0.1.5 |
166 | 2024-08-19T15:13:05.347Z | Downloaded match_cfg v0.1.0 |
167 | 2024-08-19T15:13:05.350Z | Downloaded openssl-macros v0.1.1 |
168 | 2024-08-19T15:13:05.352Z | Downloaded omicron-workspace-hack v0.1.0 |
169 | 2024-08-19T15:13:05.352Z | Downloaded strum v0.26.3 |
170 | 2024-08-19T15:13:05.352Z | Downloaded cfg-if v1.0.0 |
171 | 2024-08-19T15:13:05.356Z | Downloaded time-core v0.1.2 |
172 | 2024-08-19T15:13:05.359Z | Downloaded take_mut v0.2.2 |
173 | 2024-08-19T15:13:05.359Z | Downloaded cpufeatures v0.2.13 |
174 | 2024-08-19T15:13:05.361Z | Downloaded byteorder v1.5.0 |
175 | 2024-08-19T15:13:05.367Z | Downloaded hostname v0.3.1 |
176 | 2024-08-19T15:13:05.367Z | Downloaded httpdate v1.0.3 |
177 | 2024-08-19T15:13:05.369Z | Downloaded waitgroup v0.1.2 |
178 | 2024-08-19T15:13:05.369Z | Downloaded serde_spanned v0.6.7 |
179 | 2024-08-19T15:13:05.369Z | Downloaded futures-task v0.3.30 |
180 | 2024-08-19T15:13:05.369Z | Downloaded digest v0.10.7 |
181 | 2024-08-19T15:13:05.372Z | Downloaded pin-utils v0.1.0 |
182 | 2024-08-19T15:13:05.374Z | Downloaded signal-hook-registry v1.4.2 |
183 | 2024-08-19T15:13:05.374Z | Downloaded strsim v0.11.1 |
184 | 2024-08-19T15:13:05.376Z | Downloaded http-body v0.4.6 |
185 | 2024-08-19T15:13:05.379Z | Downloaded heck v0.5.0 |
186 | 2024-08-19T15:13:05.381Z | Downloaded structmeta v0.3.0 |
187 | 2024-08-19T15:13:05.383Z | Downloaded parse-display-derive v0.10.0 |
188 | 2024-08-19T15:13:05.383Z | Downloaded memmap v0.7.0 |
189 | 2024-08-19T15:13:05.385Z | Downloaded plain v0.2.3 |
190 | 2024-08-19T15:13:05.387Z | Downloaded subtle v2.6.1 |
191 | 2024-08-19T15:13:05.390Z | Downloaded scroll v0.12.0 |
192 | 2024-08-19T15:13:05.390Z | Downloaded generic-array v0.14.7 |
193 | 2024-08-19T15:13:05.392Z | Downloaded debug-ignore v1.0.5 |
194 | 2024-08-19T15:13:05.395Z | Downloaded thread_local v1.1.8 |
195 | 2024-08-19T15:13:05.395Z | Downloaded thiserror-impl v1.0.63 |
196 | 2024-08-19T15:13:05.397Z | Downloaded slog-bunyan v2.5.0 |
197 | 2024-08-19T15:13:05.397Z | Downloaded darling v0.20.10 |
198 | 2024-08-19T15:13:05.402Z | Downloaded sync_wrapper v0.1.2 |
199 | 2024-08-19T15:13:05.404Z | Downloaded hyper-rustls v0.24.2 |
200 | 2024-08-19T15:13:05.407Z | Downloaded camino v1.1.9 |
201 | 2024-08-19T15:13:05.409Z | Downloaded pretty-hex v0.4.1 |
202 | 2024-08-19T15:13:05.412Z | Downloaded scroll_derive v0.12.0 |
203 | 2024-08-19T15:13:05.412Z | Downloaded ipnet v2.9.0 |
204 | 2024-08-19T15:13:05.414Z | Downloaded anyhow v1.0.86 |
205 | 2024-08-19T15:13:05.417Z | Downloaded equivalent v1.0.1 |
206 | 2024-08-19T15:13:05.419Z | Downloaded parking_lot_core v0.9.10 |
207 | 2024-08-19T15:13:05.421Z | Downloaded schemars_derive v0.8.21 |
208 | 2024-08-19T15:13:05.423Z | Downloaded slog-term v2.9.1 |
209 | 2024-08-19T15:13:05.425Z | Downloaded semver v1.0.23 |
210 | 2024-08-19T15:13:05.428Z | Downloaded ident_case v1.0.1 |
211 | 2024-08-19T15:13:05.430Z | Downloaded sha2 v0.10.8 |
212 | 2024-08-19T15:13:05.432Z | Downloaded num_threads v0.1.7 |
213 | 2024-08-19T15:13:05.432Z | Downloaded block-buffer v0.10.4 |
214 | 2024-08-19T15:13:05.435Z | Downloaded rustls-pki-types v1.8.0 |
215 | 2024-08-19T15:13:05.437Z | Downloaded try-lock v0.2.5 |
216 | 2024-08-19T15:13:05.437Z | Downloaded uuid v1.10.0 |
217 | 2024-08-19T15:13:05.440Z | Downloaded futures-macro v0.3.30 |
218 | 2024-08-19T15:13:05.442Z | Downloaded iana-time-zone v0.1.60 |
219 | 2024-08-19T15:13:05.444Z | Downloaded rand_core v0.6.4 |
220 | 2024-08-19T15:13:05.447Z | Downloaded pkg-config v0.3.30 |
221 | 2024-08-19T15:13:05.449Z | Downloaded rustversion v1.0.17 |
222 | 2024-08-19T15:13:05.451Z | Downloaded serde_tokenstream v0.2.2 |
223 | 2024-08-19T15:13:05.454Z | Downloaded scopeguard v1.2.0 |
224 | 2024-08-19T15:13:05.454Z | Downloaded serde_urlencoded v0.7.1 |
225 | 2024-08-19T15:13:05.456Z | Downloaded shlex v1.3.0 |
226 | 2024-08-19T15:13:05.456Z | Downloaded structmeta-derive v0.3.0 |
227 | 2024-08-19T15:13:05.459Z | Downloaded sha1 v0.10.6 |
228 | 2024-08-19T15:13:05.461Z | Downloaded crypto-common v0.1.6 |
229 | 2024-08-19T15:13:05.461Z | Downloaded log v0.4.22 |
230 | 2024-08-19T15:13:05.463Z | Downloaded crossbeam-utils v0.8.20 |
231 | 2024-08-19T15:13:05.466Z | Downloaded thiserror v1.0.63 |
232 | 2024-08-19T15:13:05.471Z | Downloaded slog v2.7.0 |
233 | 2024-08-19T15:13:05.474Z | Downloaded socket2 v0.5.7 |
234 | 2024-08-19T15:13:05.476Z | Downloaded tinyvec_macros v0.1.1 |
235 | 2024-08-19T15:13:05.479Z | Downloaded term v0.7.0 |
236 | 2024-08-19T15:13:05.482Z | Downloaded proc-macro2 v1.0.86 |
237 | 2024-08-19T15:13:05.484Z | Downloaded hex v0.4.3 |
238 | 2024-08-19T15:13:05.486Z | Downloaded tokio-macros v2.4.0 |
239 | 2024-08-19T15:13:05.488Z | Downloaded pin-project-lite v0.2.14 |
240 | 2024-08-19T15:13:05.492Z | Downloaded rustls-pemfile v2.1.3 |
241 | 2024-08-19T15:13:05.495Z | Downloaded spin v0.9.8 |
242 | 2024-08-19T15:13:05.497Z | Downloaded serde_derive_internals v0.29.1 |
243 | 2024-08-19T15:13:05.500Z | Downloaded strum_macros v0.26.4 |
244 | 2024-08-19T15:13:05.502Z | Downloaded serde_yaml v0.9.34+deprecated |
245 | 2024-08-19T15:13:05.505Z | Downloaded ahash v0.8.11 |
246 | 2024-08-19T15:13:05.508Z | Downloaded toml_datetime v0.6.8 |
247 | 2024-08-19T15:13:05.510Z | Downloaded async-trait v0.1.81 |
248 | 2024-08-19T15:13:05.513Z | Downloaded serde_derive v1.0.208 |
249 | 2024-08-19T15:13:05.516Z | Downloaded untrusted v0.9.0 |
250 | 2024-08-19T15:13:05.519Z | Downloaded serde_with_macros v3.9.0 |
251 | 2024-08-19T15:13:05.521Z | Downloaded darling_core v0.20.10 |
252 | 2024-08-19T15:13:05.526Z | Downloaded hostname v0.4.0 |
253 | 2024-08-19T15:13:05.528Z | Downloaded lock_api v0.4.12 |
254 | 2024-08-19T15:13:05.530Z | Downloaded getrandom v0.2.15 |
255 | 2024-08-19T15:13:05.532Z | Downloaded smallvec v1.13.2 |
256 | 2024-08-19T15:13:05.535Z | Downloaded tokio-native-tls v0.3.1 |
257 | 2024-08-19T15:13:05.537Z | Downloaded ucd-trie v0.1.6 |
258 | 2024-08-19T15:13:05.539Z | Downloaded httparse v1.9.4 |
259 | 2024-08-19T15:13:05.541Z | Downloaded tinyvec v1.8.0 |
260 | 2024-08-19T15:13:05.544Z | Downloaded schemars v0.8.21 |
261 | 2024-08-19T15:13:05.557Z | Downloaded multer v3.1.0 |
262 | 2024-08-19T15:13:05.560Z | Downloaded tracing v0.1.40 |
263 | 2024-08-19T15:13:05.564Z | Downloaded serde v1.0.208 |
264 | 2024-08-19T15:13:05.568Z | Downloaded base64 v0.21.7 |
265 | 2024-08-19T15:13:05.572Z | Downloaded unsafe-libyaml v0.2.11 |
266 | 2024-08-19T15:13:05.575Z | Downloaded tokio-rustls v0.25.0 |
267 | 2024-08-19T15:13:05.578Z | Downloaded tokio-rustls v0.24.1 |
268 | 2024-08-19T15:13:05.581Z | Downloaded rand v0.8.5 |
269 | 2024-08-19T15:13:05.584Z | Downloaded winnow v0.6.18 |
270 | 2024-08-19T15:13:05.594Z | Downloaded once_cell v1.19.0 |
271 | 2024-08-19T15:13:05.596Z | Downloaded time-macros v0.2.18 |
272 | 2024-08-19T15:13:05.598Z | Downloaded time v0.3.36 |
273 | 2024-08-19T15:13:05.605Z | Downloaded bytes v1.7.1 |
274 | 2024-08-19T15:13:05.610Z | Downloaded unicode-ident v1.0.12 |
275 | 2024-08-19T15:13:05.612Z | Downloaded toml v0.8.19 |
276 | 2024-08-19T15:13:05.616Z | Downloaded typenum v1.17.0 |
277 | 2024-08-19T15:13:05.619Z | Downloaded zerocopy v0.7.35 |
278 | 2024-08-19T15:13:05.636Z | Downloaded cc v1.1.13 |
279 | 2024-08-19T15:13:05.639Z | Downloaded serde_with v3.9.0 |
280 | 2024-08-19T15:13:05.647Z | Downloaded serde_json v1.0.125 |
281 | 2024-08-19T15:13:05.659Z | Downloaded pest v2.7.11 |
282 | 2024-08-19T15:13:05.662Z | Downloaded mio v1.0.2 |
283 | 2024-08-19T15:13:05.674Z | Downloaded tracing-core v0.1.32 |
284 | 2024-08-19T15:13:05.676Z | Downloaded rustls-webpki v0.102.6 |
285 | 2024-08-19T15:13:05.689Z | Downloaded memchr v2.7.4 |
286 | 2024-08-19T15:13:05.693Z | Downloaded toml_edit v0.22.20 |
287 | 2024-08-19T15:13:05.716Z | Downloaded vcpkg v0.2.15 |
288 | 2024-08-19T15:13:05.753Z | Downloaded tokio-util v0.7.11 |
289 | 2024-08-19T15:13:05.759Z | Downloaded rustls v0.21.12 |
290 | 2024-08-19T15:13:05.771Z | Downloaded webpki-roots v0.25.4 |
291 | 2024-08-19T15:13:05.775Z | Downloaded syn v2.0.75 |
292 | 2024-08-19T15:13:05.786Z | Downloaded hyper v0.14.30 |
293 | 2024-08-19T15:13:05.794Z | Downloaded regress v0.10.0 |
294 | 2024-08-19T15:13:05.803Z | Downloaded rustls v0.22.4 |
295 | 2024-08-19T15:13:05.816Z | Downloaded idna v0.5.0 |
296 | 2024-08-19T15:13:05.823Z | Downloaded openssl v0.10.66 |
297 | 2024-08-19T15:13:05.832Z | Downloaded chrono v0.4.38 |
298 | 2024-08-19T15:13:05.839Z | Downloaded openapiv3 v2.0.0 |
299 | 2024-08-19T15:13:05.850Z | Downloaded regress v0.9.1 |
300 | 2024-08-19T15:13:05.858Z | Downloaded regex-automata v0.4.7 |
301 | 2024-08-19T15:13:05.876Z | Downloaded regex-syntax v0.8.4 |
302 | 2024-08-19T15:13:05.884Z | Downloaded tokio v1.39.3 |
303 | 2024-08-19T15:13:05.919Z | Downloaded hashbrown v0.14.5 |
304 | 2024-08-19T15:13:05.924Z | Downloaded libc v0.2.158 |
305 | 2024-08-19T15:13:05.951Z | Downloaded h2 v0.3.26 |
306 | 2024-08-19T15:13:05.959Z | Downloaded goblin v0.8.2 |
307 | 2024-08-19T15:13:05.969Z | Downloaded futures-util v0.3.30 |
308 | 2024-08-19T15:13:05.985Z | Downloaded unicode-normalization v0.1.23 |
309 | 2024-08-19T15:13:05.989Z | Downloaded encoding_rs v0.8.34 |
310 | 2024-08-19T15:13:06.009Z | Downloaded regex v1.10.6 |
311 | 2024-08-19T15:13:06.023Z | Downloaded http v1.1.0 |
312 | 2024-08-19T15:13:06.027Z | Downloaded rustls-webpki v0.101.7 |
313 | 2024-08-19T15:13:06.039Z | Downloaded crossbeam-channel v0.5.13 |
314 | 2024-08-19T15:13:06.043Z | Downloaded openssl-sys v0.9.103 |
315 | 2024-08-19T15:13:06.047Z | Downloaded base64 v0.22.1 |
316 | 2024-08-19T15:13:06.052Z | Downloaded reqwest v0.11.27 |
317 | 2024-08-19T15:13:06.063Z | Downloaded http v0.2.12 |
318 | 2024-08-19T15:13:06.067Z | Downloaded hashbrown v0.12.3 |
319 | 2024-08-19T15:13:06.072Z | Downloaded indexmap v2.4.0 |
320 | 2024-08-19T15:13:06.077Z | Downloaded indexmap v1.9.3 |
321 | 2024-08-19T15:13:06.080Z | Downloaded aho-corasick v1.1.3 |
322 | 2024-08-19T15:13:06.083Z | Downloaded unicode-bidi v0.3.15 |
323 | 2024-08-19T15:13:06.086Z | Downloaded num-traits v0.2.19 |
324 | 2024-08-19T15:13:06.088Z | Downloaded allocator-api2 v0.2.18 |
325 | 2024-08-19T15:13:06.091Z | Downloaded url v2.5.2 |
326 | 2024-08-19T15:13:06.093Z | Downloaded futures-channel v0.3.30 |
327 | 2024-08-19T15:13:06.096Z | Downloaded deranged v0.3.11 |
328 | 2024-08-19T15:13:06.099Z | Downloaded backoff v0.4.0 |
329 | 2024-08-19T15:13:06.099Z | Downloaded slab v0.4.9 |
330 | 2024-08-19T15:13:06.102Z | Downloaded macaddr v1.0.1 |
331 | 2024-08-19T15:13:06.102Z | Downloaded hyper-tls v0.5.0 |
332 | 2024-08-19T15:13:06.105Z | Downloaded dof v0.3.0 |
333 | 2024-08-19T15:13:06.105Z | Downloaded mime v0.3.17 |
334 | 2024-08-19T15:13:06.105Z | Downloaded itoa v1.0.11 |
335 | 2024-08-19T15:13:06.108Z | Downloaded ipnetwork v0.20.0 |
336 | 2024-08-19T15:13:06.108Z | Downloaded futures-executor v0.3.30 |
337 | 2024-08-19T15:13:06.110Z | Downloaded form_urlencoded v1.2.1 |
338 | 2024-08-19T15:13:06.110Z | Downloaded dyn-clone v1.0.17 |
339 | 2024-08-19T15:13:06.113Z | Downloaded dirs-next v2.0.0 |
340 | 2024-08-19T15:13:06.113Z | Downloaded rand_chacha v0.3.1 |
341 | 2024-08-19T15:13:06.113Z | Downloaded pest_derive v2.7.11 |
342 | 2024-08-19T15:13:06.117Z | Downloaded futures v0.3.30 |
343 | 2024-08-19T15:13:06.120Z | Downloaded ryu v1.0.18 |
344 | 2024-08-19T15:13:06.123Z | Downloaded ring v0.17.8 |
345 | 2024-08-19T15:13:06.188Z | Downloaded pest_meta v2.7.11 |
346 | 2024-08-19T15:13:06.191Z | Downloaded slog-json v2.6.1 |
347 | 2024-08-19T15:13:06.191Z | Downloaded slog-async v2.8.0 |
348 | 2024-08-19T15:13:06.194Z | Downloaded bitflags v2.6.0 |
349 | 2024-08-19T15:13:06.197Z | Downloaded serde_path_to_error v0.1.16 |
350 | 2024-08-19T15:13:06.198Z | Downloaded powerfmt v0.2.0 |
351 | 2024-08-19T15:13:06.201Z | Downloaded pest_generator v2.7.11 |
352 | 2024-08-19T15:13:06.201Z | Downloaded parse-display v0.10.0 |
353 | 2024-08-19T15:13:06.201Z | Downloaded newtype-uuid v1.1.0 |
354 | 2024-08-19T15:13:06.201Z | Downloaded async-stream v0.3.5 |
355 | 2024-08-19T15:13:06.204Z | Downloaded paste v1.0.15 |
356 | 2024-08-19T15:13:06.205Z | Downloaded tower-service v0.3.3 |
357 | 2024-08-19T15:13:06.208Z | Downloaded thread-id v4.2.2 |
358 | 2024-08-19T15:13:06.208Z | Downloaded atomic-waker v1.1.2 |
359 | 2024-08-19T15:13:06.208Z | Downloaded num-conv v0.1.0 |
360 | 2024-08-19T15:13:06.208Z | Downloaded sct v0.7.1 |
361 | 2024-08-19T15:13:06.211Z | Downloaded quote v1.0.36 |
362 | 2024-08-19T15:13:06.215Z | Downloaded version_check v0.9.5 |
363 | 2024-08-19T15:13:06.215Z | Downloaded instant v0.1.13 |
364 | 2024-08-19T15:13:06.218Z | Downloaded foreign-types v0.3.2 |
365 | 2024-08-19T15:13:06.218Z | Downloaded darling_macro v0.20.10 |
366 | 2024-08-19T15:13:06.218Z | Downloaded native-tls v0.2.12 |
367 | 2024-08-19T15:13:06.218Z | Downloaded rustls-pemfile v1.0.4 |
368 | 2024-08-19T15:13:06.221Z | Downloaded ppv-lite86 v0.2.20 |
369 | 2024-08-19T15:13:06.221Z | Downloaded percent-encoding v2.3.1 |
370 | 2024-08-19T15:13:06.221Z | Downloaded zeroize v1.8.1 |
371 | 2024-08-19T15:13:06.225Z | Downloaded futures-sink v0.3.30 |
372 | 2024-08-19T15:13:06.225Z | Downloaded fnv v1.0.7 |
373 | 2024-08-19T15:13:06.225Z | Downloaded dirs-sys-next v0.1.2 |
374 | 2024-08-19T15:13:06.225Z | Downloaded usdt-attr-macro v0.5.0 |
375 | 2024-08-19T15:13:06.228Z | Downloaded parking_lot v0.12.3 |
376 | 2024-08-19T15:13:06.229Z | Downloaded futures-io v0.3.30 |
377 | 2024-08-19T15:13:06.229Z | Downloaded autocfg v1.3.0 |
378 | 2024-08-19T15:13:06.232Z | Downloaded futures-core v0.3.30 |
379 | 2024-08-19T15:13:06.358Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-19T15:13:06.361Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-19T15:13:06.361Z | Compiling libc v0.2.158 |
382 | 2024-08-19T15:13:06.361Z | Checking cfg-if v1.0.0 |
383 | 2024-08-19T15:13:06.361Z | Compiling version_check v0.9.5 |
384 | 2024-08-19T15:13:06.361Z | Compiling autocfg v1.3.0 |
385 | 2024-08-19T15:13:06.375Z | Compiling serde v1.0.208 |
386 | 2024-08-19T15:13:06.379Z | Checking memchr v2.7.4 |
387 | 2024-08-19T15:13:06.445Z | Compiling serde_json v1.0.125 |
388 | 2024-08-19T15:13:06.543Z | Checking itoa v1.0.11 |
389 | 2024-08-19T15:13:06.946Z | Compiling ahash v0.8.11 |
390 | 2024-08-19T15:13:07.052Z | Checking byteorder v1.5.0 |
391 | 2024-08-19T15:13:07.120Z | Compiling shlex v1.3.0 |
392 | 2024-08-19T15:13:07.342Z | Compiling thiserror v1.0.63 |
393 | 2024-08-19T15:13:07.386Z | Checking once_cell v1.19.0 |
394 | 2024-08-19T15:13:07.586Z | Compiling cc v1.1.13 |
395 | 2024-08-19T15:13:09.176Z | Compiling num-traits v0.2.19 |
396 | 2024-08-19T15:13:09.223Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-19T15:13:09.230Z | Checking ryu v1.0.18 |
398 | 2024-08-19T15:13:09.273Z | Checking log v0.4.22 |
399 | 2024-08-19T15:13:09.426Z | Checking bytes v1.7.1 |
400 | 2024-08-19T15:13:09.519Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-19T15:13:09.670Z | Compiling lock_api v0.4.12 |
402 | 2024-08-19T15:13:09.691Z | Compiling parking_lot_core v0.9.10 |
403 | 2024-08-19T15:13:09.699Z | Compiling schemars v0.8.21 |
404 | 2024-08-19T15:13:09.790Z | Compiling ring v0.17.8 |
405 | 2024-08-19T15:13:09.888Z | Checking getrandom v0.2.15 |
406 | 2024-08-19T15:13:10.050Z | Compiling quote v1.0.36 |
407 | 2024-08-19T15:13:10.097Z | Checking scopeguard v1.2.0 |
408 | 2024-08-19T15:13:10.109Z | Checking smallvec v1.13.2 |
409 | 2024-08-19T15:13:10.116Z | Checking futures-core v0.3.30 |
410 | 2024-08-19T15:13:10.144Z | Checking mio v1.0.2 |
411 | 2024-08-19T15:13:10.152Z | Checking socket2 v0.5.7 |
412 | 2024-08-19T15:13:10.275Z | Checking signal-hook-registry v1.4.2 |
413 | 2024-08-19T15:13:10.484Z | Compiling syn v2.0.75 |
414 | 2024-08-19T15:13:10.612Z | Compiling slab v0.4.9 |
415 | 2024-08-19T15:13:10.659Z | Checking spin v0.9.8 |
416 | 2024-08-19T15:13:10.722Z | Checking futures-sink v0.3.30 |
417 | 2024-08-19T15:13:10.730Z | Checking untrusted v0.9.0 |
418 | 2024-08-19T15:13:10.757Z | Checking fnv v1.0.7 |
419 | 2024-08-19T15:13:10.810Z | Checking parking_lot v0.12.3 |
420 | 2024-08-19T15:13:10.835Z | Checking equivalent v1.0.1 |
421 | 2024-08-19T15:13:10.849Z | Checking futures-channel v0.3.30 |
422 | 2024-08-19T15:13:10.857Z | Compiling semver v1.0.23 |
423 | 2024-08-19T15:13:10.914Z | Compiling pkg-config v0.3.30 |
424 | 2024-08-19T15:13:11.108Z | Checking pin-utils v0.1.0 |
425 | 2024-08-19T15:13:11.168Z | Checking futures-io v0.3.30 |
426 | 2024-08-19T15:13:11.176Z | Compiling heck v0.5.0 |
427 | 2024-08-19T15:13:11.293Z | Compiling vcpkg v0.2.15 |
428 | 2024-08-19T15:13:11.325Z | Checking futures-task v0.3.30 |
429 | 2024-08-19T15:13:11.539Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-19T15:13:11.555Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-19T15:13:11.590Z | Checking http v0.2.12 |
432 | 2024-08-19T15:13:11.994Z | Checking dyn-clone v1.0.17 |
433 | 2024-08-19T15:13:12.115Z | Compiling httparse v1.9.4 |
434 | 2024-08-19T15:13:12.748Z | Checking tracing-core v0.1.32 |
435 | 2024-08-19T15:13:12.808Z | Compiling openssl-sys v0.9.103 |
436 | 2024-08-19T15:13:12.821Z | Compiling uuid v1.10.0 |
437 | 2024-08-19T15:13:13.268Z | Compiling chrono v0.4.38 |
438 | 2024-08-19T15:13:13.329Z | Checking tracing v0.1.40 |
439 | 2024-08-19T15:13:13.341Z | Checking foreign-types-shared v0.1.1 |
440 | 2024-08-19T15:13:13.375Z | Checking try-lock v0.2.5 |
441 | 2024-08-19T15:13:13.396Z | Compiling slog v2.7.0 |
442 | 2024-08-19T15:13:13.425Z | Compiling openssl v0.10.66 |
443 | 2024-08-19T15:13:13.596Z | Checking want v0.3.1 |
444 | 2024-08-19T15:13:13.738Z | Checking foreign-types v0.3.2 |
445 | 2024-08-19T15:13:13.805Z | Checking http-body v0.4.6 |
446 | 2024-08-19T15:13:13.811Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-19T15:13:13.900Z | Checking tower-service v0.3.3 |
448 | 2024-08-19T15:13:14.004Z | Checking bitflags v2.6.0 |
449 | 2024-08-19T15:13:14.091Z | Compiling native-tls v0.2.12 |
450 | 2024-08-19T15:13:14.207Z | Compiling typenum v1.17.0 |
451 | 2024-08-19T15:13:14.448Z | Checking tinyvec_macros v0.1.1 |
452 | 2024-08-19T15:13:14.520Z | Checking httpdate v1.0.3 |
453 | 2024-08-19T15:13:14.724Z | Compiling rustls v0.21.12 |
454 | 2024-08-19T15:13:15.030Z | Compiling regex-syntax v0.8.4 |
455 | 2024-08-19T15:13:15.048Z | Checking percent-encoding v2.3.1 |
456 | 2024-08-19T15:13:15.097Z | Checking tinyvec v1.8.0 |
457 | 2024-08-19T15:13:15.201Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-19T15:13:15.793Z | Compiling generic-array v0.14.7 |
459 | 2024-08-19T15:13:16.228Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-19T15:13:16.283Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-19T15:13:17.075Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-08-19T15:13:17.672Z | Compiling usdt-impl v0.5.0 |
463 | 2024-08-19T15:13:17.992Z | Compiling regex-automata v0.4.7 |
464 | 2024-08-19T15:13:18.022Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-19T15:13:18.100Z | Checking mime v0.3.17 |
466 | 2024-08-19T15:13:19.094Z | Compiling num-conv v0.1.0 |
467 | 2024-08-19T15:13:19.165Z | Checking powerfmt v0.2.0 |
468 | 2024-08-19T15:13:19.360Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-19T15:13:19.407Z | Compiling time-core v0.1.2 |
470 | 2024-08-19T15:13:19.571Z | Compiling time-macros v0.2.18 |
471 | 2024-08-19T15:13:19.912Z | Checking idna v0.5.0 |
472 | 2024-08-19T15:13:20.148Z | Checking deranged v0.3.11 |
473 | 2024-08-19T15:13:20.163Z | Compiling thread-id v4.2.2 |
474 | 2024-08-19T15:13:20.742Z | Checking base64 v0.21.7 |
475 | 2024-08-19T15:13:21.424Z | Compiling crossbeam-utils v0.8.20 |
476 | 2024-08-19T15:13:21.501Z | Checking num_threads v0.1.7 |
477 | 2024-08-19T15:13:21.648Z | Compiling serde_derive v1.0.208 |
478 | 2024-08-19T15:13:21.727Z | Compiling zerocopy-derive v0.7.35 |
479 | 2024-08-19T15:13:21.963Z | Compiling thiserror-impl v1.0.63 |
480 | 2024-08-19T15:13:21.969Z | Compiling schemars_derive v0.8.21 |
481 | 2024-08-19T15:13:22.608Z | Compiling tokio-macros v2.4.0 |
482 | 2024-08-19T15:13:23.727Z | Checking zerocopy v0.7.35 |
483 | 2024-08-19T15:13:24.694Z | Checking tokio v1.39.3 |
484 | 2024-08-19T15:13:24.702Z | Compiling futures-macro v0.3.30 |
485 | 2024-08-19T15:13:24.857Z | Compiling pest v2.7.11 |
486 | 2024-08-19T15:13:24.879Z | Compiling openssl-macros v0.1.1 |
487 | 2024-08-19T15:13:25.427Z | Checking sct v0.7.1 |
488 | 2024-08-19T15:13:25.562Z | Checking hashbrown v0.14.5 |
489 | 2024-08-19T15:13:25.692Z | Checking rustls-webpki v0.101.7 |
490 | 2024-08-19T15:13:26.528Z | Checking futures-util v0.3.30 |
491 | 2024-08-19T15:13:26.705Z | Compiling regex v1.10.6 |
492 | 2024-08-19T15:13:27.376Z | Compiling pest_meta v2.7.11 |
493 | 2024-08-19T15:13:27.640Z | Compiling regress v0.10.0 |
494 | 2024-08-19T15:13:27.736Z | Compiling scroll_derive v0.12.0 |
495 | 2024-08-19T15:13:29.563Z | Compiling pest_generator v2.7.11 |
496 | 2024-08-19T15:13:31.253Z | Checking scroll v0.12.0 |
497 | 2024-08-19T15:13:31.401Z | Compiling pest_derive v2.7.11 |
498 | 2024-08-19T15:13:31.701Z | Compiling ident_case v1.0.1 |
499 | 2024-08-19T15:13:31.826Z | Checking tokio-util v0.7.11 |
500 | 2024-08-19T15:13:31.857Z | Checking tokio-rustls v0.24.1 |
501 | 2024-08-19T15:13:31.957Z | Checking tokio-native-tls v0.3.1 |
502 | 2024-08-19T15:13:32.155Z | Compiling strsim v0.11.1 |
503 | 2024-08-19T15:13:32.189Z | Checking rustls-pki-types v1.8.0 |
504 | 2024-08-19T15:13:32.259Z | Compiling dtrace-parser v0.2.0 |
505 | 2024-08-19T15:13:32.293Z | Checking plain v0.2.3 |
506 | 2024-08-19T15:13:32.603Z | Compiling darling_core v0.20.10 |
507 | 2024-08-19T15:13:32.620Z | Checking goblin v0.8.2 |
508 | 2024-08-19T15:13:34.002Z | Checking indexmap v2.4.0 |
509 | 2024-08-19T15:13:35.187Z | Compiling serde_tokenstream v0.2.2 |
510 | 2024-08-19T15:13:35.735Z | Checking h2 v0.3.26 |
511 | 2024-08-19T15:13:35.876Z | Checking serde_urlencoded v0.7.1 |
512 | 2024-08-19T15:13:36.289Z | Checking openapiv3 v2.0.0 |
513 | 2024-08-19T15:13:37.182Z | Compiling dof v0.3.0 |
514 | 2024-08-19T15:13:37.615Z | Checking time v0.3.36 |
515 | 2024-08-19T15:13:38.445Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#4070232e) |
516 | 2024-08-19T15:13:38.527Z | Checking rustls-pemfile v1.0.4 |
517 | 2024-08-19T15:13:38.709Z | Checking url v2.5.2 |
518 | 2024-08-19T15:13:39.422Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-08-19T15:13:39.571Z | Checking ipnet v2.9.0 |
520 | 2024-08-19T15:13:39.637Z | Checking pretty-hex v0.4.1 |
521 | 2024-08-19T15:13:39.779Z | Checking sync_wrapper v0.1.2 |
522 | 2024-08-19T15:13:39.819Z | Compiling omicron-workspace-hack v0.1.0 |
523 | 2024-08-19T15:13:39.861Z | Checking hyper v0.14.30 |
524 | 2024-08-19T15:13:39.880Z | Compiling paste v1.0.15 |
525 | 2024-08-19T15:13:39.994Z | Checking webpki-roots v0.25.4 |
526 | 2024-08-19T15:13:40.128Z | Compiling rustversion v1.0.17 |
527 | 2024-08-19T15:13:40.136Z | Compiling rustls v0.22.4 |
528 | 2024-08-19T15:13:40.342Z | Compiling unsafe-libyaml v0.2.11 |
529 | 2024-08-19T15:13:40.564Z | Checking dirs-next v2.0.0 |
530 | 2024-08-19T15:13:40.811Z | Compiling darling_macro v0.20.10 |
531 | 2024-08-19T15:13:41.021Z | Checking serde_spanned v0.6.7 |
532 | 2024-08-19T15:13:41.192Z | Checking toml_datetime v0.6.8 |
533 | 2024-08-19T15:13:41.295Z | Checking rustls-webpki v0.102.6 |
534 | 2024-08-19T15:13:41.333Z | Checking ppv-lite86 v0.2.20 |
535 | 2024-08-19T15:13:41.433Z | Compiling structmeta-derive v0.3.0 |
536 | 2024-08-19T15:13:41.687Z | Compiling serde_yaml v0.9.34+deprecated |
537 | 2024-08-19T15:13:41.786Z | Checking block-buffer v0.10.4 |
538 | 2024-08-19T15:13:41.961Z | Checking crypto-common v0.1.6 |
539 | 2024-08-19T15:13:42.023Z | Checking rand_core v0.6.4 |
540 | 2024-08-19T15:13:42.110Z | Checking thread_local v1.1.8 |
541 | 2024-08-19T15:13:42.128Z | Compiling multer v3.1.0 |
542 | 2024-08-19T15:13:42.162Z | Checking zeroize v1.8.1 |
543 | 2024-08-19T15:13:42.286Z | Checking match_cfg v0.1.0 |
544 | 2024-08-19T15:13:42.355Z | Checking winnow v0.6.18 |
545 | 2024-08-19T15:13:42.366Z | Checking subtle v2.6.1 |
546 | 2024-08-19T15:13:42.374Z | Compiling anyhow v1.0.86 |
547 | 2024-08-19T15:13:42.439Z | Compiling slog-async v2.8.0 |
548 | 2024-08-19T15:13:42.577Z | Compiling camino v1.1.9 |
549 | 2024-08-19T15:13:43.128Z | Checking hostname v0.3.1 |
550 | 2024-08-19T15:13:43.213Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-19T15:13:43.550Z | Checking digest v0.10.7 |
552 | 2024-08-19T15:13:43.713Z | Compiling darling v0.20.10 |
553 | 2024-08-19T15:13:43.814Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-08-19T15:13:44.051Z | Compiling structmeta v0.3.0 |
555 | 2024-08-19T15:13:44.285Z | Checking hyper-rustls v0.24.2 |
556 | 2024-08-19T15:13:44.427Z | Checking hyper-tls v0.5.0 |
557 | 2024-08-19T15:13:44.547Z | Checking term v0.7.0 |
558 | 2024-08-19T15:13:44.687Z | Checking reqwest v0.11.27 |
559 | 2024-08-19T15:13:44.943Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-08-19T15:13:45.132Z | Compiling usdt-macro v0.5.0 |
561 | 2024-08-19T15:13:45.307Z | Checking slog-json v2.6.1 |
562 | 2024-08-19T15:13:45.386Z | Checking toml_edit v0.22.20 |
563 | 2024-08-19T15:13:45.543Z | Checking futures-executor v0.3.30 |
564 | 2024-08-19T15:13:45.608Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-08-19T15:13:45.749Z | Checking http v1.1.0 |
566 | 2024-08-19T15:13:45.984Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
567 | 2024-08-19T15:13:46.248Z | Checking memmap v0.7.0 |
568 | 2024-08-19T15:13:46.355Z | Checking is-terminal v0.4.13 |
569 | 2024-08-19T15:13:46.403Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
570 | 2024-08-19T15:13:46.441Z | Checking cpufeatures v0.2.13 |
571 | 2024-08-19T15:13:46.451Z | Checking atomic-waker v1.1.2 |
572 | 2024-08-19T15:13:46.463Z | Checking base64 v0.22.1 |
573 | 2024-08-19T15:13:46.520Z | Checking take_mut v0.2.2 |
574 | 2024-08-19T15:13:46.555Z | Checking waitgroup v0.1.2 |
575 | 2024-08-19T15:13:46.671Z | Checking sha1 v0.10.6 |
576 | 2024-08-19T15:13:46.784Z | Checking tokio-rustls v0.25.0 |
577 | 2024-08-19T15:13:46.864Z | Checking async-stream v0.3.5 |
578 | 2024-08-19T15:13:46.906Z | Checking rustls-pemfile v2.1.3 |
579 | 2024-08-19T15:13:46.909Z | Checking slog-term v2.9.1 |
580 | 2024-08-19T15:13:46.922Z | Checking usdt v0.5.0 |
581 | 2024-08-19T15:13:47.032Z | Checking futures v0.3.30 |
582 | 2024-08-19T15:13:47.112Z | Checking slog-bunyan v2.5.0 |
583 | 2024-08-19T15:13:47.119Z | Compiling strum_macros v0.26.4 |
584 | 2024-08-19T15:13:47.122Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-19T15:13:47.139Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-19T15:13:47.256Z | Checking rand v0.8.5 |
587 | 2024-08-19T15:13:47.845Z | Checking newtype-uuid v1.1.0 |
588 | 2024-08-19T15:13:47.849Z | Checking toml v0.8.19 |
589 | 2024-08-19T15:13:47.925Z | Checking ipnetwork v0.20.0 |
590 | 2024-08-19T15:13:48.074Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
591 | 2024-08-19T15:13:48.274Z | Checking serde_path_to_error v0.1.16 |
592 | 2024-08-19T15:13:48.442Z | Checking hex v0.4.3 |
593 | 2024-08-19T15:13:48.610Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
594 | 2024-08-19T15:13:48.875Z | Compiling async-trait v0.1.81 |
595 | 2024-08-19T15:13:48.934Z | Checking hostname v0.4.0 |
596 | 2024-08-19T15:13:49.048Z | Checking instant v0.1.13 |
597 | 2024-08-19T15:13:49.149Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-19T15:13:49.269Z | Checking backoff v0.4.0 |
599 | 2024-08-19T15:13:49.411Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-19T15:13:49.520Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-19T15:13:49.537Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
602 | 2024-08-19T15:13:49.658Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
603 | 2024-08-19T15:13:49.762Z | Checking serde_with v3.9.0 |
604 | 2024-08-19T15:13:49.852Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-19T15:13:49.959Z | Checking macaddr v1.0.1 |
606 | 2024-08-19T15:13:50.267Z | Checking regress v0.9.1 |
607 | 2024-08-19T15:13:50.971Z | Checking parse-display v0.10.0 |
608 | 2024-08-19T15:13:51.477Z | Checking strum v0.26.3 |
609 | 2024-08-19T15:13:52.238Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#4070232e) |
610 | 2024-08-19T15:13:54.105Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#4070232e) |
611 | 2024-08-19T15:13:54.161Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
612 | 2024-08-19T15:13:56.622Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
613 | 2024-08-19T15:14:01.564Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
614 | 2024-08-19T15:14:01.664Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
615 | 2024-08-19T15:14:04.332Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-19T15:14:10.942Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-19T15:14:10.992Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
618 | 2024-08-19T15:14:11.058Z | + cargo build --release |
619 | 2024-08-19T15:14:11.312Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-19T15:14:11.312Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-19T15:14:11.314Z | Compiling libc v0.2.158 |
622 | 2024-08-19T15:14:11.314Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-19T15:14:11.314Z | Compiling version_check v0.9.5 |
624 | 2024-08-19T15:14:11.314Z | Compiling autocfg v1.3.0 |
625 | 2024-08-19T15:14:11.351Z | Compiling serde v1.0.208 |
626 | 2024-08-19T15:14:11.354Z | Compiling memchr v2.7.4 |
627 | 2024-08-19T15:14:11.420Z | Compiling serde_json v1.0.125 |
628 | 2024-08-19T15:14:11.484Z | Compiling itoa v1.0.11 |
629 | 2024-08-19T15:14:11.783Z | Compiling thiserror v1.0.63 |
630 | 2024-08-19T15:14:11.894Z | Compiling byteorder v1.5.0 |
631 | 2024-08-19T15:14:11.907Z | Compiling ahash v0.8.11 |
632 | 2024-08-19T15:14:12.053Z | Compiling shlex v1.3.0 |
633 | 2024-08-19T15:14:12.275Z | Compiling once_cell v1.19.0 |
634 | 2024-08-19T15:14:12.297Z | Compiling cc v1.1.13 |
635 | 2024-08-19T15:14:12.709Z | Compiling getrandom v0.2.15 |
636 | 2024-08-19T15:14:12.771Z | Compiling quote v1.0.36 |
637 | 2024-08-19T15:14:12.880Z | Compiling num-traits v0.2.19 |
638 | 2024-08-19T15:14:13.037Z | Compiling pin-project-lite v0.2.14 |
639 | 2024-08-19T15:14:13.094Z | Compiling ryu v1.0.18 |
640 | 2024-08-19T15:14:13.148Z | Compiling syn v2.0.75 |
641 | 2024-08-19T15:14:13.282Z | Compiling bytes v1.7.1 |
642 | 2024-08-19T15:14:13.378Z | Compiling log v0.4.22 |
643 | 2024-08-19T15:14:13.465Z | Compiling schemars v0.8.21 |
644 | 2024-08-19T15:14:13.579Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-08-19T15:14:13.832Z | Compiling lock_api v0.4.12 |
646 | 2024-08-19T15:14:13.859Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-19T15:14:13.900Z | Compiling smallvec v1.13.2 |
648 | 2024-08-19T15:14:14.017Z | Compiling scopeguard v1.2.0 |
649 | 2024-08-19T15:14:14.161Z | Compiling futures-core v0.3.30 |
650 | 2024-08-19T15:14:14.360Z | Compiling socket2 v0.5.7 |
651 | 2024-08-19T15:14:14.386Z | Compiling mio v1.0.2 |
652 | 2024-08-19T15:14:14.394Z | Compiling signal-hook-registry v1.4.2 |
653 | 2024-08-19T15:14:14.767Z | Compiling parking_lot v0.12.3 |
654 | 2024-08-19T15:14:15.132Z | Compiling slab v0.4.9 |
655 | 2024-08-19T15:14:15.139Z | Compiling spin v0.9.8 |
656 | 2024-08-19T15:14:15.174Z | Compiling ring v0.17.8 |
657 | 2024-08-19T15:14:15.373Z | Compiling futures-sink v0.3.30 |
658 | 2024-08-19T15:14:15.554Z | Compiling equivalent v1.0.1 |
659 | 2024-08-19T15:14:15.648Z | Compiling fnv v1.0.7 |
660 | 2024-08-19T15:14:15.765Z | Compiling untrusted v0.9.0 |
661 | 2024-08-19T15:14:15.912Z | Compiling semver v1.0.23 |
662 | 2024-08-19T15:14:15.986Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-19T15:14:16.216Z | Compiling futures-io v0.3.30 |
664 | 2024-08-19T15:14:16.254Z | Compiling pkg-config v0.3.30 |
665 | 2024-08-19T15:14:16.377Z | Compiling futures-task v0.3.30 |
666 | 2024-08-19T15:14:16.406Z | Compiling heck v0.5.0 |
667 | 2024-08-19T15:14:16.437Z | Compiling vcpkg v0.2.15 |
668 | 2024-08-19T15:14:16.548Z | Compiling pin-utils v0.1.0 |
669 | 2024-08-19T15:14:16.814Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-19T15:14:16.841Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-19T15:14:17.306Z | Compiling http v0.2.12 |
672 | 2024-08-19T15:14:17.432Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-19T15:14:17.542Z | Compiling httparse v1.9.4 |
674 | 2024-08-19T15:14:18.056Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-19T15:14:18.339Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-19T15:14:18.681Z | Compiling chrono v0.4.38 |
677 | 2024-08-19T15:14:18.994Z | Compiling uuid v1.10.0 |
678 | 2024-08-19T15:14:19.081Z | Compiling tracing v0.1.40 |
679 | 2024-08-19T15:14:20.634Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-19T15:14:20.703Z | Compiling foreign-types-shared v0.1.1 |
681 | 2024-08-19T15:14:20.721Z | Compiling try-lock v0.2.5 |
682 | 2024-08-19T15:14:20.789Z | Compiling openssl v0.10.66 |
683 | 2024-08-19T15:14:20.853Z | Compiling slog v2.7.0 |
684 | 2024-08-19T15:14:21.413Z | Compiling want v0.3.1 |
685 | 2024-08-19T15:14:21.589Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-19T15:14:21.684Z | Compiling http-body v0.4.6 |
687 | 2024-08-19T15:14:21.934Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-19T15:14:22.134Z | Compiling regex-syntax v0.8.4 |
689 | 2024-08-19T15:14:22.864Z | Compiling typenum v1.17.0 |
690 | 2024-08-19T15:14:22.884Z | Compiling rustls v0.21.12 |
691 | 2024-08-19T15:14:23.035Z | Compiling bitflags v2.6.0 |
692 | 2024-08-19T15:14:23.202Z | Compiling tower-service v0.3.3 |
693 | 2024-08-19T15:14:23.309Z | Compiling httpdate v1.0.3 |
694 | 2024-08-19T15:14:23.369Z | Compiling tinyvec_macros v0.1.1 |
695 | 2024-08-19T15:14:23.446Z | Compiling native-tls v0.2.12 |
696 | 2024-08-19T15:14:23.791Z | Compiling percent-encoding v2.3.1 |
697 | 2024-08-19T15:14:23.874Z | Compiling tinyvec v1.8.0 |
698 | 2024-08-19T15:14:24.009Z | Compiling form_urlencoded v1.2.1 |
699 | 2024-08-19T15:14:24.569Z | Compiling generic-array v0.14.7 |
700 | 2024-08-19T15:14:24.992Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-19T15:14:25.488Z | Compiling regex-automata v0.4.7 |
702 | 2024-08-19T15:14:25.509Z | Compiling serde_derive v1.0.208 |
703 | 2024-08-19T15:14:25.526Z | Compiling zerocopy-derive v0.7.35 |
704 | 2024-08-19T15:14:26.073Z | Compiling thiserror-impl v1.0.63 |
705 | 2024-08-19T15:14:26.120Z | Compiling schemars_derive v0.8.21 |
706 | 2024-08-19T15:14:26.237Z | Compiling tokio-macros v2.4.0 |
707 | 2024-08-19T15:14:27.520Z | Compiling zerocopy v0.7.35 |
708 | 2024-08-19T15:14:27.789Z | Compiling tokio v1.39.3 |
709 | 2024-08-19T15:14:29.216Z | Compiling futures-macro v0.3.30 |
710 | 2024-08-19T15:14:29.592Z | Compiling hashbrown v0.14.5 |
711 | 2024-08-19T15:14:30.922Z | Compiling pest v2.7.11 |
712 | 2024-08-19T15:14:31.131Z | Compiling futures-util v0.3.30 |
713 | 2024-08-19T15:14:31.286Z | Compiling regress v0.10.0 |
714 | 2024-08-19T15:14:33.767Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-19T15:14:36.079Z | Compiling pest_generator v2.7.11 |
716 | 2024-08-19T15:14:36.818Z | Compiling tokio-util v0.7.11 |
717 | 2024-08-19T15:14:37.759Z | Compiling openssl-macros v0.1.1 |
718 | 2024-08-19T15:14:37.837Z | Compiling pest_derive v2.7.11 |
719 | 2024-08-19T15:14:37.950Z | Compiling rustls-webpki v0.101.7 |
720 | 2024-08-19T15:14:38.673Z | Compiling sct v0.7.1 |
721 | 2024-08-19T15:14:39.083Z | Compiling serde_tokenstream v0.2.2 |
722 | 2024-08-19T15:14:39.650Z | Compiling indexmap v2.4.0 |
723 | 2024-08-19T15:14:42.011Z | Compiling h2 v0.3.26 |
724 | 2024-08-19T15:14:44.785Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#4070232e) |
725 | 2024-08-19T15:14:48.380Z | Compiling hyper v0.14.30 |
726 | 2024-08-19T15:14:54.731Z | Compiling regex v1.10.6 |
727 | 2024-08-19T15:14:55.413Z | Compiling scroll_derive v0.12.0 |
728 | 2024-08-19T15:14:55.682Z | Compiling unicode-normalization v0.1.23 |
729 | 2024-08-19T15:14:56.789Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#4070232e) |
730 | 2024-08-19T15:14:56.940Z | Compiling usdt-impl v0.5.0 |
731 | 2024-08-19T15:14:57.328Z | Compiling encoding_rs v0.8.34 |
732 | 2024-08-19T15:14:57.556Z | Compiling time-core v0.1.2 |
733 | 2024-08-19T15:14:58.258Z | Compiling unicode-bidi v0.3.15 |
734 | 2024-08-19T15:15:00.617Z | Compiling num-conv v0.1.0 |
735 | 2024-08-19T15:15:00.899Z | Compiling powerfmt v0.2.0 |
736 | 2024-08-19T15:15:01.317Z | Compiling mime v0.3.17 |
737 | 2024-08-19T15:15:02.393Z | Compiling deranged v0.3.11 |
738 | 2024-08-19T15:15:04.694Z | Compiling time-macros v0.2.18 |
739 | 2024-08-19T15:15:05.681Z | Compiling idna v0.5.0 |
740 | 2024-08-19T15:15:09.172Z | Compiling scroll v0.12.0 |
741 | 2024-08-19T15:15:09.178Z | Compiling tokio-native-tls v0.3.1 |
742 | 2024-08-19T15:15:09.377Z | Compiling tokio-rustls v0.24.1 |
743 | 2024-08-19T15:15:09.457Z | Compiling dof v0.3.0 |
744 | 2024-08-19T15:15:09.776Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-19T15:15:09.778Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-19T15:15:10.332Z | Compiling thread-id v4.2.2 |
747 | 2024-08-19T15:15:10.426Z | Compiling base64 v0.21.7 |
748 | 2024-08-19T15:15:11.161Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-08-19T15:15:11.475Z | Compiling rustls-pki-types v1.8.0 |
750 | 2024-08-19T15:15:11.483Z | Compiling num_threads v0.1.7 |
751 | 2024-08-19T15:15:11.597Z | Compiling strsim v0.11.1 |
752 | 2024-08-19T15:15:12.293Z | Compiling ident_case v1.0.1 |
753 | 2024-08-19T15:15:12.630Z | Compiling crossbeam-utils v0.8.20 |
754 | 2024-08-19T15:15:12.807Z | Compiling plain v0.2.3 |
755 | 2024-08-19T15:15:14.737Z | Compiling time v0.3.36 |
756 | 2024-08-19T15:15:14.747Z | Compiling goblin v0.8.2 |
757 | 2024-08-19T15:15:16.389Z | Compiling darling_core v0.20.10 |
758 | 2024-08-19T15:15:16.961Z | Compiling rustls-pemfile v1.0.4 |
759 | 2024-08-19T15:15:19.103Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-08-19T15:15:19.375Z | Compiling hyper-tls v0.5.0 |
761 | 2024-08-19T15:15:19.552Z | Compiling url v2.5.2 |
762 | 2024-08-19T15:15:22.469Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#4070232e) |
763 | 2024-08-19T15:15:22.588Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-19T15:15:23.460Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-19T15:15:24.939Z | Compiling rustversion v1.0.17 |
766 | 2024-08-19T15:15:25.070Z | Compiling pretty-hex v0.4.1 |
767 | 2024-08-19T15:15:25.283Z | Compiling webpki-roots v0.25.4 |
768 | 2024-08-19T15:15:25.423Z | Compiling ipnet v2.9.0 |
769 | 2024-08-19T15:15:25.602Z | Compiling sync_wrapper v0.1.2 |
770 | 2024-08-19T15:15:25.718Z | Compiling unsafe-libyaml v0.2.11 |
771 | 2024-08-19T15:15:26.761Z | Compiling paste v1.0.15 |
772 | 2024-08-19T15:15:26.814Z | Compiling rustls v0.22.4 |
773 | 2024-08-19T15:15:27.156Z | Compiling serde_yaml v0.9.34+deprecated |
774 | 2024-08-19T15:15:27.303Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
775 | 2024-08-19T15:15:27.458Z | Compiling reqwest v0.11.27 |
776 | 2024-08-19T15:15:30.043Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-19T15:15:30.287Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-19T15:15:31.308Z | Compiling rustls-webpki v0.102.6 |
779 | 2024-08-19T15:15:32.961Z | Compiling crypto-common v0.1.6 |
780 | 2024-08-19T15:15:33.154Z | Compiling block-buffer v0.10.4 |
781 | 2024-08-19T15:15:33.374Z | Compiling serde_spanned v0.6.7 |
782 | 2024-08-19T15:15:33.601Z | Compiling toml_datetime v0.6.8 |
783 | 2024-08-19T15:15:33.867Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-19T15:15:34.116Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-19T15:15:34.261Z | Compiling rand_core v0.6.4 |
786 | 2024-08-19T15:15:34.753Z | Compiling thread_local v1.1.8 |
787 | 2024-08-19T15:15:34.816Z | Compiling multer v3.1.0 |
788 | 2024-08-19T15:15:35.162Z | Compiling anyhow v1.0.86 |
789 | 2024-08-19T15:15:35.475Z | Compiling slog-async v2.8.0 |
790 | 2024-08-19T15:15:35.617Z | Compiling zeroize v1.8.1 |
791 | 2024-08-19T15:15:35.755Z | Compiling camino v1.1.9 |
792 | 2024-08-19T15:15:35.939Z | Compiling winnow v0.6.18 |
793 | 2024-08-19T15:15:35.969Z | Compiling match_cfg v0.1.0 |
794 | 2024-08-19T15:15:36.051Z | Compiling subtle v2.6.1 |
795 | 2024-08-19T15:15:36.385Z | Compiling hostname v0.3.1 |
796 | 2024-08-19T15:15:36.797Z | Compiling structmeta v0.3.0 |
797 | 2024-08-19T15:15:37.114Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-19T15:15:37.170Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
799 | 2024-08-19T15:15:38.347Z | Compiling digest v0.10.7 |
800 | 2024-08-19T15:15:38.745Z | Compiling crossbeam-channel v0.5.13 |
801 | 2024-08-19T15:15:38.862Z | Compiling darling v0.20.10 |
802 | 2024-08-19T15:15:40.334Z | Compiling toml_edit v0.22.20 |
803 | 2024-08-19T15:15:40.338Z | Compiling term v0.7.0 |
804 | 2024-08-19T15:15:44.915Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
805 | 2024-08-19T15:15:47.995Z | Compiling usdt-macro v0.5.0 |
806 | 2024-08-19T15:15:48.912Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-08-19T15:15:49.320Z | Compiling slog-json v2.6.1 |
808 | 2024-08-19T15:15:49.762Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-19T15:15:50.311Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-19T15:15:50.954Z | Compiling http v1.1.0 |
811 | 2024-08-19T15:15:51.709Z | Compiling memmap v0.7.0 |
812 | 2024-08-19T15:15:52.137Z | Compiling is-terminal v0.4.13 |
813 | 2024-08-19T15:15:52.251Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
814 | 2024-08-19T15:15:52.258Z | Compiling base64 v0.22.1 |
815 | 2024-08-19T15:15:52.595Z | Compiling take_mut v0.2.2 |
816 | 2024-08-19T15:15:52.742Z | Compiling cpufeatures v0.2.13 |
817 | 2024-08-19T15:15:52.829Z | Compiling atomic-waker v1.1.2 |
818 | 2024-08-19T15:15:53.006Z | Compiling waitgroup v0.1.2 |
819 | 2024-08-19T15:15:53.238Z | Compiling sha1 v0.10.6 |
820 | 2024-08-19T15:15:53.317Z | Compiling rustls-pemfile v2.1.3 |
821 | 2024-08-19T15:15:55.504Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#a88326e9) |
822 | 2024-08-19T15:15:55.686Z | Compiling slog-term v2.9.1 |
823 | 2024-08-19T15:15:56.903Z | Compiling usdt v0.5.0 |
824 | 2024-08-19T15:15:57.489Z | Compiling async-stream v0.3.5 |
825 | 2024-08-19T15:15:57.823Z | Compiling futures v0.3.30 |
826 | 2024-08-19T15:15:58.012Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-19T15:15:58.273Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-19T15:15:58.450Z | Compiling toml v0.8.19 |
829 | 2024-08-19T15:15:58.627Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-19T15:15:59.050Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-19T15:16:01.776Z | Compiling rand v0.8.5 |
832 | 2024-08-19T15:16:02.797Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-19T15:16:04.882Z | Compiling newtype-uuid v1.1.0 |
834 | 2024-08-19T15:16:04.909Z | Compiling ipnetwork v0.20.0 |
835 | 2024-08-19T15:16:05.203Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
836 | 2024-08-19T15:16:05.987Z | Compiling hex v0.4.3 |
837 | 2024-08-19T15:16:06.644Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-19T15:16:06.755Z | Compiling async-trait v0.1.81 |
839 | 2024-08-19T15:16:07.649Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
840 | 2024-08-19T15:16:08.470Z | Compiling hostname v0.4.0 |
841 | 2024-08-19T15:16:08.710Z | Compiling instant v0.1.13 |
842 | 2024-08-19T15:16:08.851Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-19T15:16:08.971Z | Compiling backoff v0.4.0 |
844 | 2024-08-19T15:16:09.175Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-19T15:16:09.235Z | Compiling parse-display v0.10.0 |
846 | 2024-08-19T15:16:09.266Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-08-19T15:16:09.358Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
848 | 2024-08-19T15:16:09.413Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
849 | 2024-08-19T15:16:09.735Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
850 | 2024-08-19T15:16:09.933Z | Compiling strum v0.26.3 |
851 | 2024-08-19T15:16:10.100Z | Compiling serde_with v3.9.0 |
852 | 2024-08-19T15:16:11.364Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-19T15:16:12.192Z | Compiling macaddr v1.0.1 |
854 | 2024-08-19T15:16:12.791Z | Compiling regress v0.9.1 |
855 | 2024-08-19T15:16:17.784Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-19T15:16:27.595Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-19T15:16:36.019Z | Finished `release` profile [optimized] target(s) in 2m 24s |
858 | 2024-08-19T15:16:36.077Z | process exited: duration 218891 ms, exit code 0 |
|
859 | 2024-08-19T15:16:36.083Z | found 0 output files |