|
|
|
1 | 2024-08-28T22:26:00.781Z | job assigned to worker 01J6DHFJMDN54FSE9P9CNFSS8C (queued for 54 s) |
|
2 | 2024-08-28T22:26:08.783Z | starting task 0: "setup" |
3 | 2024-08-28T22:26:08.791Z | ++ uname -s |
4 | 2024-08-28T22:26:08.794Z | + kern=SunOS |
5 | 2024-08-28T22:26:08.794Z | + case "$kern" in |
6 | 2024-08-28T22:26:08.794Z | + groupadd -g 12345 build |
7 | 2024-08-28T22:26:08.796Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-28T22:26:10.824Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-28T22:26:10.910Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-28T22:26:10.913Z | + home_fs=zfs |
11 | 2024-08-28T22:26:10.913Z | + [[ zfs == autofs ]] |
12 | 2024-08-28T22:26:10.913Z | + mkdir -p /home/build |
13 | 2024-08-28T22:26:10.916Z | + chown build:build /home/build /work |
14 | 2024-08-28T22:26:11.920Z | + chmod 0700 /home/build /work |
15 | 2024-08-28T22:26:11.924Z | process exited: duration 3139 ms, exit code 0 |
|
16 | 2024-08-28T22:26:11.930Z | starting task 1: "rust-toolchain" |
17 | 2024-08-28T22:26:11.936Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-28T22:26:11.936Z | ' 1.80.1 |
19 | 2024-08-28T22:26:11.939Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-28T22:26:11.939Z | * toolchain channel = "1.80.1" |
21 | 2024-08-28T22:26:11.939Z | * toolchain profile = "default" |
22 | 2024-08-28T22:26:11.939Z | ' default |
23 | 2024-08-28T22:26:11.939Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-28T22:26:11.939Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-28T22:26:12.057Z | info: downloading installer |
26 | 2024-08-28T22:26:13.367Z | info: profile set to 'default' |
27 | 2024-08-28T22:26:13.367Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-28T22:26:13.370Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-28T22:26:13.508Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-28T22:26:13.508Z | info: downloading component 'cargo' |
31 | 2024-08-28T22:26:14.244Z | info: downloading component 'clippy' |
32 | 2024-08-28T22:26:14.504Z | info: downloading component 'rust-docs' |
33 | 2024-08-28T22:26:15.526Z | info: downloading component 'rust-std' |
34 | 2024-08-28T22:26:17.023Z | info: downloading component 'rustc' |
35 | 2024-08-28T22:26:24.485Z | info: downloading component 'rustfmt' |
36 | 2024-08-28T22:26:24.632Z | info: installing component 'cargo' |
37 | 2024-08-28T22:26:24.632Z | info: installing component 'clippy' |
38 | 2024-08-28T22:26:24.632Z | info: installing component 'rust-docs' |
39 | 2024-08-28T22:26:24.657Z | info: installing component 'rust-std' |
40 | 2024-08-28T22:26:25.707Z | info: installing component 'rustc' |
41 | 2024-08-28T22:26:30.129Z | info: installing component 'rustfmt' |
42 | 2024-08-28T22:26:30.470Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-28T22:26:30.470Z | |
44 | 2024-08-28T22:26:30.721Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-28T22:26:30.721Z | |
46 | 2024-08-28T22:26:30.724Z | |
47 | 2024-08-28T22:26:30.724Z | Rust is installed now. Great! |
48 | 2024-08-28T22:26:30.725Z | |
49 | 2024-08-28T22:26:30.725Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-28T22:26:30.725Z | environment variable. This has not been done automatically. |
51 | 2024-08-28T22:26:30.725Z | |
52 | 2024-08-28T22:26:30.725Z | To configure your current shell, you need to source |
53 | 2024-08-28T22:26:30.725Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-28T22:26:30.725Z | |
55 | 2024-08-28T22:26:30.725Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-28T22:26:30.725Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-28T22:26:30.725Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-28T22:26:30.774Z | + rustc --version |
59 | 2024-08-28T22:26:30.877Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-28T22:26:30.880Z | process exited: duration 18908 ms, exit code 0 |
|
61 | 2024-08-28T22:26:30.886Z | starting task 2: "authentication" |
62 | 2024-08-28T22:26:30.909Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-28T22:26:30.914Z | starting task 3: "clone repository" |
64 | 2024-08-28T22:26:30.919Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-28T22:26:30.922Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-28T22:26:31.189Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-28T22:26:37.827Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-28T22:26:37.844Z | + git fetch origin 9189023e044977abc9abfb373f4c1c1bbc795459 |
69 | 2024-08-28T22:26:38.039Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-28T22:26:38.039Z | * branch 9189023e044977abc9abfb373f4c1c1bbc795459 -> FETCH_HEAD |
71 | 2024-08-28T22:26:38.049Z | + [[ -n dap/live-tests-follow-up ]] |
72 | 2024-08-28T22:26:38.053Z | ++ git branch --show-current |
73 | 2024-08-28T22:26:38.057Z | + current=main |
74 | 2024-08-28T22:26:38.057Z | + [[ main != dap/live-tests-follow-up ]] |
75 | 2024-08-28T22:26:38.057Z | + git branch -f dap/live-tests-follow-up 9189023e044977abc9abfb373f4c1c1bbc795459 |
76 | 2024-08-28T22:26:38.060Z | + git checkout -f dap/live-tests-follow-up |
77 | 2024-08-28T22:26:38.207Z | Switched to branch 'dap/live-tests-follow-up' |
78 | 2024-08-28T22:26:38.210Z | + git reset --hard 9189023e044977abc9abfb373f4c1c1bbc795459 |
79 | 2024-08-28T22:26:38.250Z | HEAD is now at 9189023e0 fix README |
80 | 2024-08-28T22:26:38.258Z | process exited: duration 7327 ms, exit code 0 |
|
81 | 2024-08-28T22:26:38.349Z | starting task 4: "build" |
82 | 2024-08-28T22:26:38.358Z | + cargo --version |
83 | 2024-08-28T22:26:38.358Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-28T22:26:38.358Z | + rustc --version |
85 | 2024-08-28T22:26:38.390Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-28T22:26:38.393Z | + cd /tmp |
87 | 2024-08-28T22:26:38.393Z | + cargo new --lib test-project |
88 | 2024-08-28T22:26:38.448Z | Creating library `test-project` package |
89 | 2024-08-28T22:26:38.523Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
90 | 2024-08-28T22:26:38.526Z | + cd test-project |
91 | 2024-08-28T22:26:38.526Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
92 | 2024-08-28T22:26:38.582Z | Adding omicron-common (local) to dependencies |
93 | 2024-08-28T22:26:38.582Z | Features: |
94 | 2024-08-28T22:26:38.582Z | - proptest |
95 | 2024-08-28T22:26:38.582Z | - test-strategy |
96 | 2024-08-28T22:26:38.582Z | - testing |
97 | 2024-08-28T22:26:38.584Z | Updating crates.io index |
98 | 2024-08-28T22:26:38.637Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
99 | 2024-08-28T22:26:39.590Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
100 | 2024-08-28T22:26:40.324Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
101 | 2024-08-28T22:26:40.713Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
102 | 2024-08-28T22:26:42.468Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
103 | 2024-08-28T22:26:42.869Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
104 | 2024-08-28T22:26:43.278Z | Updating git repository `https://github.com/oxidecomputer/typify` |
105 | 2024-08-28T22:26:46.454Z | Locking 306 packages to latest compatible versions |
106 | 2024-08-28T22:26:46.457Z | Adding addr2line v0.22.0 (latest: v0.24.1) |
107 | 2024-08-28T22:26:46.457Z | Adding base64 v0.21.7 (latest: v0.22.1) |
108 | 2024-08-28T22:26:46.457Z | Adding bitflags v1.3.2 (latest: v2.6.0) |
109 | 2024-08-28T22:26:46.457Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
110 | 2024-08-28T22:26:46.457Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-08-28T22:26:46.457Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-08-28T22:26:46.459Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
113 | 2024-08-28T22:26:46.459Z | Adding gimli v0.29.0 (latest: v0.31.0) |
114 | 2024-08-28T22:26:46.459Z | Adding h2 v0.3.26 (latest: v0.4.6) |
115 | 2024-08-28T22:26:46.459Z | Adding hashbrown v0.12.3 (latest: v0.14.5) |
116 | 2024-08-28T22:26:46.459Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
117 | 2024-08-28T22:26:46.459Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-08-28T22:26:46.459Z | Adding http v0.2.12 (latest: v1.1.0) |
119 | 2024-08-28T22:26:46.459Z | Adding http-body v0.4.6 (latest: v1.0.1) |
120 | 2024-08-28T22:26:46.459Z | Adding hyper v0.14.30 (latest: v1.4.1) |
121 | 2024-08-28T22:26:46.462Z | Adding hyper-rustls v0.24.2 (latest: v0.27.2) |
122 | 2024-08-28T22:26:46.462Z | Adding hyper-tls v0.5.0 (latest: v0.6.0) |
123 | 2024-08-28T22:26:46.462Z | Adding idna v0.5.0 (latest: v1.0.2) |
124 | 2024-08-28T22:26:46.462Z | Adding indexmap v1.9.3 (latest: v2.4.0) |
125 | 2024-08-28T22:26:46.462Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
126 | 2024-08-28T22:26:46.462Z | Adding miniz_oxide v0.7.4 (latest: v0.8.0) |
127 | 2024-08-28T22:26:46.464Z | Adding regress v0.9.1 (latest: v0.10.0) |
128 | 2024-08-28T22:26:46.464Z | Adding reqwest v0.11.27 (latest: v0.12.7) |
129 | 2024-08-28T22:26:46.469Z | Adding rustls v0.21.12 (latest: v0.23.12) |
130 | 2024-08-28T22:26:46.469Z | Adding rustls v0.22.4 (latest: v0.23.12) |
131 | 2024-08-28T22:26:46.472Z | Adding rustls-pemfile v1.0.4 (latest: v2.1.3) |
132 | 2024-08-28T22:26:46.472Z | Adding rustls-webpki v0.101.7 (latest: v0.102.7) |
133 | 2024-08-28T22:26:46.474Z | Adding sync_wrapper v0.1.2 (latest: v1.0.1) |
134 | 2024-08-28T22:26:46.474Z | Adding system-configuration v0.5.1 (latest: v0.6.1) |
135 | 2024-08-28T22:26:46.474Z | Adding system-configuration-sys v0.5.0 (latest: v0.6.0) |
136 | 2024-08-28T22:26:46.474Z | Adding term v0.7.0 (latest: v1.0.0) |
137 | 2024-08-28T22:26:46.477Z | Adding tokio-rustls v0.24.1 (latest: v0.26.0) |
138 | 2024-08-28T22:26:46.477Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
139 | 2024-08-28T22:26:46.477Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.2+wasi-0.2.1) |
140 | 2024-08-28T22:26:46.480Z | Adding webpki-roots v0.25.4 (latest: v0.26.3) |
141 | 2024-08-28T22:26:46.480Z | Adding windows v0.52.0 (latest: v0.58.0) |
142 | 2024-08-28T22:26:46.480Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
143 | 2024-08-28T22:26:46.480Z | Adding windows-sys v0.48.0 (latest: v0.59.0) |
144 | 2024-08-28T22:26:46.480Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
145 | 2024-08-28T22:26:46.480Z | Adding windows-targets v0.48.5 (latest: v0.52.6) |
146 | 2024-08-28T22:26:46.480Z | Adding windows_aarch64_gnullvm v0.48.5 (latest: v0.52.6) |
147 | 2024-08-28T22:26:46.480Z | Adding windows_aarch64_msvc v0.48.5 (latest: v0.52.6) |
148 | 2024-08-28T22:26:46.480Z | Adding windows_i686_gnu v0.48.5 (latest: v0.52.6) |
149 | 2024-08-28T22:26:46.480Z | Adding windows_i686_msvc v0.48.5 (latest: v0.52.6) |
150 | 2024-08-28T22:26:46.480Z | Adding windows_x86_64_gnu v0.48.5 (latest: v0.52.6) |
151 | 2024-08-28T22:26:46.480Z | Adding windows_x86_64_gnullvm v0.48.5 (latest: v0.52.6) |
152 | 2024-08-28T22:26:46.480Z | Adding windows_x86_64_msvc v0.48.5 (latest: v0.52.6) |
153 | 2024-08-28T22:26:46.480Z | Adding winreg v0.50.0 (latest: v0.52.0) |
154 | 2024-08-28T22:26:46.555Z | + cargo check |
155 | 2024-08-28T22:26:46.791Z | Downloading crates ... |
156 | 2024-08-28T22:26:46.877Z | Downloaded async-stream-impl v0.3.5 |
157 | 2024-08-28T22:26:46.880Z | Downloaded atomic-waker v1.1.2 |
158 | 2024-08-28T22:26:46.880Z | Downloaded cfg-if v1.0.0 |
159 | 2024-08-28T22:26:46.880Z | Downloaded dirs-next v2.0.0 |
160 | 2024-08-28T22:26:46.880Z | Downloaded cpufeatures v0.2.13 |
161 | 2024-08-28T22:26:46.880Z | Downloaded anyhow v1.0.86 |
162 | 2024-08-28T22:26:46.880Z | Downloaded equivalent v1.0.1 |
163 | 2024-08-28T22:26:46.883Z | Downloaded foreign-types v0.3.2 |
164 | 2024-08-28T22:26:46.883Z | Downloaded instant v0.1.13 |
165 | 2024-08-28T22:26:46.886Z | Downloaded darling_macro v0.20.10 |
166 | 2024-08-28T22:26:46.886Z | Downloaded want v0.3.1 |
167 | 2024-08-28T22:26:46.886Z | Downloaded match_cfg v0.1.0 |
168 | 2024-08-28T22:26:46.888Z | Downloaded futures-macro v0.3.30 |
169 | 2024-08-28T22:26:46.888Z | Downloaded futures-executor v0.3.30 |
170 | 2024-08-28T22:26:46.891Z | Downloaded dyn-clone v1.0.17 |
171 | 2024-08-28T22:26:46.891Z | Downloaded ident_case v1.0.1 |
172 | 2024-08-28T22:26:46.894Z | Downloaded omicron-workspace-hack v0.1.0 |
173 | 2024-08-28T22:26:46.894Z | Downloaded generic-array v0.14.7 |
174 | 2024-08-28T22:26:46.897Z | Downloaded futures-task v0.3.30 |
175 | 2024-08-28T22:26:46.899Z | Downloaded block-buffer v0.10.4 |
176 | 2024-08-28T22:26:46.902Z | Downloaded memmap v0.7.0 |
177 | 2024-08-28T22:26:46.905Z | Downloaded ipnetwork v0.20.0 |
178 | 2024-08-28T22:26:46.905Z | Downloaded deranged v0.3.11 |
179 | 2024-08-28T22:26:46.907Z | Downloaded dof v0.3.0 |
180 | 2024-08-28T22:26:46.907Z | Downloaded usdt-macro v0.5.0 |
181 | 2024-08-28T22:26:46.909Z | Downloaded form_urlencoded v1.2.1 |
182 | 2024-08-28T22:26:46.912Z | Downloaded futures-channel v0.3.30 |
183 | 2024-08-28T22:26:46.914Z | Downloaded darling v0.20.10 |
184 | 2024-08-28T22:26:46.919Z | Downloaded unicode-ident v1.0.12 |
185 | 2024-08-28T22:26:46.922Z | Downloaded parking_lot v0.12.3 |
186 | 2024-08-28T22:26:46.925Z | Downloaded sync_wrapper v0.1.2 |
187 | 2024-08-28T22:26:46.927Z | Downloaded ppv-lite86 v0.2.20 |
188 | 2024-08-28T22:26:46.930Z | Downloaded time-core v0.1.2 |
189 | 2024-08-28T22:26:46.930Z | Downloaded rand_core v0.6.4 |
190 | 2024-08-28T22:26:46.937Z | Downloaded pin-utils v0.1.0 |
191 | 2024-08-28T22:26:46.937Z | Downloaded sha1 v0.10.6 |
192 | 2024-08-28T22:26:46.939Z | Downloaded serde_path_to_error v0.1.16 |
193 | 2024-08-28T22:26:46.939Z | Downloaded crossbeam-utils v0.8.20 |
194 | 2024-08-28T22:26:46.939Z | Downloaded subtle v2.6.1 |
195 | 2024-08-28T22:26:46.942Z | Downloaded serde_tokenstream v0.2.2 |
196 | 2024-08-28T22:26:46.944Z | Downloaded parse-display v0.10.0 |
197 | 2024-08-28T22:26:46.945Z | Downloaded pest_generator v2.7.11 |
198 | 2024-08-28T22:26:46.947Z | Downloaded num-traits v0.2.19 |
199 | 2024-08-28T22:26:46.950Z | Downloaded usdt-impl v0.5.0 |
200 | 2024-08-28T22:26:46.952Z | Downloaded tokio-macros v2.4.0 |
201 | 2024-08-28T22:26:46.952Z | Downloaded strum v0.26.3 |
202 | 2024-08-28T22:26:46.955Z | Downloaded hex v0.4.3 |
203 | 2024-08-28T22:26:46.955Z | Downloaded log v0.4.22 |
204 | 2024-08-28T22:26:46.958Z | Downloaded toml_datetime v0.6.8 |
205 | 2024-08-28T22:26:46.960Z | Downloaded thiserror-impl v1.0.63 |
206 | 2024-08-28T22:26:46.960Z | Downloaded tokio-native-tls v0.3.1 |
207 | 2024-08-28T22:26:46.963Z | Downloaded take_mut v0.2.2 |
208 | 2024-08-28T22:26:46.966Z | Downloaded pretty-hex v0.4.1 |
209 | 2024-08-28T22:26:46.966Z | Downloaded bytes v1.7.1 |
210 | 2024-08-28T22:26:46.969Z | Downloaded scroll_derive v0.12.0 |
211 | 2024-08-28T22:26:46.972Z | Downloaded tinyvec_macros v0.1.1 |
212 | 2024-08-28T22:26:46.972Z | Downloaded thiserror v1.0.63 |
213 | 2024-08-28T22:26:46.977Z | Downloaded structmeta v0.3.0 |
214 | 2024-08-28T22:26:46.980Z | Downloaded thread_local v1.1.8 |
215 | 2024-08-28T22:26:46.980Z | Downloaded slog-json v2.6.1 |
216 | 2024-08-28T22:26:46.982Z | Downloaded rustls-pemfile v2.1.3 |
217 | 2024-08-28T22:26:46.985Z | Downloaded serde_with_macros v3.9.0 |
218 | 2024-08-28T22:26:46.987Z | Downloaded spin v0.9.8 |
219 | 2024-08-28T22:26:46.990Z | Downloaded url v2.5.2 |
220 | 2024-08-28T22:26:47.001Z | Downloaded openssl-probe v0.1.5 |
221 | 2024-08-28T22:26:47.002Z | Downloaded try-lock v0.2.5 |
222 | 2024-08-28T22:26:47.002Z | Downloaded rustversion v1.0.17 |
223 | 2024-08-28T22:26:47.002Z | Downloaded byteorder v1.5.0 |
224 | 2024-08-28T22:26:47.002Z | Downloaded time-macros v0.2.18 |
225 | 2024-08-28T22:26:47.005Z | Downloaded serde_urlencoded v0.7.1 |
226 | 2024-08-28T22:26:47.005Z | Downloaded powerfmt v0.2.0 |
227 | 2024-08-28T22:26:47.005Z | Downloaded rustls-pemfile v1.0.4 |
228 | 2024-08-28T22:26:47.007Z | Downloaded crypto-common v0.1.6 |
229 | 2024-08-28T22:26:47.010Z | Downloaded structmeta-derive v0.3.0 |
230 | 2024-08-28T22:26:47.010Z | Downloaded signal-hook-registry v1.4.2 |
231 | 2024-08-28T22:26:47.013Z | Downloaded dirs-sys-next v0.1.2 |
232 | 2024-08-28T22:26:47.013Z | Downloaded digest v0.10.7 |
233 | 2024-08-28T22:26:47.015Z | Downloaded crossbeam-channel v0.5.13 |
234 | 2024-08-28T22:26:47.019Z | Downloaded slog-bunyan v2.5.0 |
235 | 2024-08-28T22:26:47.021Z | Downloaded slog-async v2.8.0 |
236 | 2024-08-28T22:26:47.024Z | Downloaded heck v0.5.0 |
237 | 2024-08-28T22:26:47.024Z | Downloaded httparse v1.9.4 |
238 | 2024-08-28T22:26:47.026Z | Downloaded httpdate v1.0.3 |
239 | 2024-08-28T22:26:47.029Z | Downloaded is-terminal v0.4.13 |
240 | 2024-08-28T22:26:47.029Z | Downloaded term v0.7.0 |
241 | 2024-08-28T22:26:47.032Z | Downloaded ryu v1.0.18 |
242 | 2024-08-28T22:26:47.035Z | Downloaded serde_derive_internals v0.29.1 |
243 | 2024-08-28T22:26:47.037Z | Downloaded pkg-config v0.3.30 |
244 | 2024-08-28T22:26:47.041Z | Downloaded rand_chacha v0.3.1 |
245 | 2024-08-28T22:26:47.041Z | Downloaded sha2 v0.10.8 |
246 | 2024-08-28T22:26:47.044Z | Downloaded parking_lot_core v0.9.10 |
247 | 2024-08-28T22:26:47.046Z | Downloaded strum_macros v0.26.4 |
248 | 2024-08-28T22:26:47.049Z | Downloaded tokio-rustls v0.24.1 |
249 | 2024-08-28T22:26:47.051Z | Downloaded slog-term v2.9.1 |
250 | 2024-08-28T22:26:47.054Z | Downloaded sct v0.7.1 |
251 | 2024-08-28T22:26:47.057Z | Downloaded typenum v1.17.0 |
252 | 2024-08-28T22:26:47.060Z | Downloaded proc-macro2 v1.0.86 |
253 | 2024-08-28T22:26:47.062Z | Downloaded thread-id v4.2.2 |
254 | 2024-08-28T22:26:47.065Z | Downloaded ipnet v2.9.0 |
255 | 2024-08-28T22:26:47.067Z | Downloaded iana-time-zone v0.1.60 |
256 | 2024-08-28T22:26:47.070Z | Downloaded pest_meta v2.7.11 |
257 | 2024-08-28T22:26:47.073Z | Downloaded once_cell v1.19.0 |
258 | 2024-08-28T22:26:47.075Z | Downloaded multer v3.1.0 |
259 | 2024-08-28T22:26:47.078Z | Downloaded tinyvec v1.8.0 |
260 | 2024-08-28T22:26:47.081Z | Downloaded mio v1.0.2 |
261 | 2024-08-28T22:26:47.086Z | Downloaded socket2 v0.5.7 |
262 | 2024-08-28T22:26:47.089Z | Downloaded serde v1.0.209 |
263 | 2024-08-28T22:26:47.092Z | Downloaded unsafe-libyaml v0.2.11 |
264 | 2024-08-28T22:26:47.095Z | Downloaded tokio-rustls v0.25.0 |
265 | 2024-08-28T22:26:47.098Z | Downloaded ucd-trie v0.1.6 |
266 | 2024-08-28T22:26:47.101Z | Downloaded toml v0.8.19 |
267 | 2024-08-28T22:26:47.103Z | Downloaded darling_core v0.20.10 |
268 | 2024-08-28T22:26:47.108Z | Downloaded memchr v2.7.4 |
269 | 2024-08-28T22:26:47.114Z | Downloaded futures v0.3.30 |
270 | 2024-08-28T22:26:47.119Z | Downloaded serde_yaml v0.9.34+deprecated |
271 | 2024-08-28T22:26:47.123Z | Downloaded tracing-core v0.1.32 |
272 | 2024-08-28T22:26:47.126Z | Downloaded unicode-normalization v0.1.23 |
273 | 2024-08-28T22:26:47.130Z | Downloaded rand v0.8.5 |
274 | 2024-08-28T22:26:47.134Z | Downloaded indexmap v2.4.0 |
275 | 2024-08-28T22:26:47.139Z | Downloaded hashbrown v0.14.5 |
276 | 2024-08-28T22:26:47.145Z | Downloaded tracing v0.1.40 |
277 | 2024-08-28T22:26:47.150Z | Downloaded hashbrown v0.12.3 |
278 | 2024-08-28T22:26:47.155Z | Downloaded base64 v0.21.7 |
279 | 2024-08-28T22:26:47.158Z | Downloaded aho-corasick v1.1.3 |
280 | 2024-08-28T22:26:47.164Z | Downloaded toml_edit v0.22.20 |
281 | 2024-08-28T22:26:47.188Z | Downloaded pest v2.7.11 |
282 | 2024-08-28T22:26:47.193Z | Downloaded tokio-util v0.7.11 |
283 | 2024-08-28T22:26:47.200Z | Downloaded time v0.3.36 |
284 | 2024-08-28T22:26:47.207Z | Downloaded rustls-webpki v0.101.7 |
285 | 2024-08-28T22:26:47.222Z | Downloaded serde_with v3.9.0 |
286 | 2024-08-28T22:26:47.231Z | Downloaded reqwest v0.11.27 |
287 | 2024-08-28T22:26:47.239Z | Downloaded openssl v0.10.66 |
288 | 2024-08-28T22:26:47.251Z | Downloaded chrono v0.4.38 |
289 | 2024-08-28T22:26:47.256Z | Downloaded idna v0.5.0 |
290 | 2024-08-28T22:26:47.263Z | Downloaded rustls-webpki v0.102.7 |
291 | 2024-08-28T22:26:47.283Z | Downloaded vcpkg v0.2.15 |
292 | 2024-08-28T22:26:47.321Z | Downloaded regex v1.10.6 |
293 | 2024-08-28T22:26:47.334Z | Downloaded syn v2.0.76 |
294 | 2024-08-28T22:26:47.346Z | Downloaded rustls v0.21.12 |
295 | 2024-08-28T22:26:47.357Z | Downloaded rustls v0.22.4 |
296 | 2024-08-28T22:26:47.370Z | Downloaded regress v0.10.0 |
297 | 2024-08-28T22:26:47.379Z | Downloaded tokio v1.39.3 |
298 | 2024-08-28T22:26:47.415Z | Downloaded regex-automata v0.4.7 |
299 | 2024-08-28T22:26:47.432Z | Downloaded libc v0.2.158 |
300 | 2024-08-28T22:26:47.457Z | Downloaded regress v0.9.1 |
301 | 2024-08-28T22:26:47.465Z | Downloaded encoding_rs v0.8.34 |
302 | 2024-08-28T22:26:47.485Z | Downloaded regex-syntax v0.8.4 |
303 | 2024-08-28T22:26:47.492Z | Downloaded webpki-roots v0.25.4 |
304 | 2024-08-28T22:26:47.507Z | Downloaded openapiv3 v2.0.0 |
305 | 2024-08-28T22:26:47.521Z | Downloaded serde_json v1.0.127 |
306 | 2024-08-28T22:26:47.528Z | Downloaded zerocopy v0.7.35 |
307 | 2024-08-28T22:26:47.545Z | Downloaded winnow v0.6.18 |
308 | 2024-08-28T22:26:47.553Z | Downloaded goblin v0.8.2 |
309 | 2024-08-28T22:26:47.560Z | Downloaded futures-util v0.3.30 |
310 | 2024-08-28T22:26:47.574Z | Downloaded hyper v0.14.30 |
311 | 2024-08-28T22:26:47.579Z | Downloaded h2 v0.3.26 |
312 | 2024-08-28T22:26:47.586Z | Downloaded http v0.2.12 |
313 | 2024-08-28T22:26:47.590Z | Downloaded schemars v0.8.21 |
314 | 2024-08-28T22:26:47.601Z | Downloaded allocator-api2 v0.2.18 |
315 | 2024-08-28T22:26:47.604Z | Downloaded native-tls v0.2.12 |
316 | 2024-08-28T22:26:47.609Z | Downloaded ahash v0.8.11 |
317 | 2024-08-28T22:26:47.612Z | Downloaded slog v2.7.0 |
318 | 2024-08-28T22:26:47.614Z | Downloaded semver v1.0.23 |
319 | 2024-08-28T22:26:47.614Z | Downloaded zerocopy-derive v0.7.35 |
320 | 2024-08-28T22:26:47.618Z | Downloaded camino v1.1.9 |
321 | 2024-08-28T22:26:47.621Z | Downloaded bitflags v2.6.0 |
322 | 2024-08-28T22:26:47.624Z | Downloaded http v1.1.0 |
323 | 2024-08-28T22:26:47.629Z | Downloaded serde_derive v1.0.209 |
324 | 2024-08-28T22:26:47.631Z | Downloaded lock_api v0.4.12 |
325 | 2024-08-28T22:26:47.634Z | Downloaded mime v0.3.17 |
326 | 2024-08-28T22:26:47.638Z | Downloaded hyper-rustls v0.24.2 |
327 | 2024-08-28T22:26:47.640Z | Downloaded unicode-bidi v0.3.15 |
328 | 2024-08-28T22:26:47.640Z | Downloaded rustls-pki-types v1.8.0 |
329 | 2024-08-28T22:26:47.643Z | Downloaded newtype-uuid v1.1.0 |
330 | 2024-08-28T22:26:47.645Z | Downloaded futures-sink v0.3.30 |
331 | 2024-08-28T22:26:47.645Z | Downloaded cc v1.1.15 |
332 | 2024-08-28T22:26:47.648Z | Downloaded async-trait v0.1.81 |
333 | 2024-08-28T22:26:47.651Z | Downloaded quote v1.0.37 |
334 | 2024-08-28T22:26:47.654Z | Downloaded pest_derive v2.7.11 |
335 | 2024-08-28T22:26:47.657Z | Downloaded zeroize v1.8.1 |
336 | 2024-08-28T22:26:47.661Z | Downloaded ring v0.17.8 |
337 | 2024-08-28T22:26:47.727Z | Downloaded macaddr v1.0.1 |
338 | 2024-08-28T22:26:47.730Z | Downloaded uuid v1.10.0 |
339 | 2024-08-28T22:26:47.732Z | Downloaded hostname v0.3.1 |
340 | 2024-08-28T22:26:47.734Z | Downloaded http-body v0.4.6 |
341 | 2024-08-28T22:26:47.734Z | Downloaded serde_spanned v0.6.7 |
342 | 2024-08-28T22:26:47.737Z | Downloaded scopeguard v1.2.0 |
343 | 2024-08-28T22:26:47.737Z | Downloaded futures-io v0.3.30 |
344 | 2024-08-28T22:26:47.737Z | Downloaded futures-core v0.3.30 |
345 | 2024-08-28T22:26:47.740Z | Downloaded fnv v1.0.7 |
346 | 2024-08-28T22:26:47.740Z | Downloaded debug-ignore v1.0.5 |
347 | 2024-08-28T22:26:47.744Z | Downloaded strsim v0.11.1 |
348 | 2024-08-28T22:26:47.744Z | Downloaded autocfg v1.3.0 |
349 | 2024-08-28T22:26:47.744Z | Downloaded async-stream v0.3.5 |
350 | 2024-08-28T22:26:47.747Z | Downloaded percent-encoding v2.3.1 |
351 | 2024-08-28T22:26:47.747Z | Downloaded parse-display-derive v0.10.0 |
352 | 2024-08-28T22:26:47.747Z | Downloaded slab v0.4.9 |
353 | 2024-08-28T22:26:47.749Z | Downloaded openssl-macros v0.1.1 |
354 | 2024-08-28T22:26:47.749Z | Downloaded num_threads v0.1.7 |
355 | 2024-08-28T22:26:47.749Z | Downloaded num-conv v0.1.0 |
356 | 2024-08-28T22:26:47.749Z | Downloaded smallvec v1.13.2 |
357 | 2024-08-28T22:26:47.753Z | Downloaded pin-project-lite v0.2.14 |
358 | 2024-08-28T22:26:47.756Z | Downloaded openssl-sys v0.9.103 |
359 | 2024-08-28T22:26:47.760Z | Downloaded shlex v1.3.0 |
360 | 2024-08-28T22:26:47.764Z | Downloaded scroll v0.12.0 |
361 | 2024-08-28T22:26:47.764Z | Downloaded untrusted v0.9.0 |
362 | 2024-08-28T22:26:47.767Z | Downloaded tower-service v0.3.3 |
363 | 2024-08-28T22:26:47.767Z | Downloaded foreign-types-shared v0.1.1 |
364 | 2024-08-28T22:26:47.767Z | Downloaded dtrace-parser v0.2.0 |
365 | 2024-08-28T22:26:47.767Z | Downloaded indexmap v1.9.3 |
366 | 2024-08-28T22:26:47.770Z | Downloaded schemars_derive v0.8.21 |
367 | 2024-08-28T22:26:47.770Z | Downloaded base64 v0.22.1 |
368 | 2024-08-28T22:26:47.773Z | Downloaded plain v0.2.3 |
369 | 2024-08-28T22:26:47.776Z | Downloaded paste v1.0.15 |
370 | 2024-08-28T22:26:47.779Z | Downloaded usdt-attr-macro v0.5.0 |
371 | 2024-08-28T22:26:47.779Z | Downloaded version_check v0.9.5 |
372 | 2024-08-28T22:26:47.779Z | Downloaded usdt v0.5.0 |
373 | 2024-08-28T22:26:47.779Z | Downloaded getrandom v0.2.15 |
374 | 2024-08-28T22:26:47.784Z | Downloaded waitgroup v0.1.2 |
375 | 2024-08-28T22:26:47.786Z | Downloaded itoa v1.0.11 |
376 | 2024-08-28T22:26:47.786Z | Downloaded hyper-tls v0.5.0 |
377 | 2024-08-28T22:26:47.786Z | Downloaded hostname v0.4.0 |
378 | 2024-08-28T22:26:47.786Z | Downloaded backoff v0.4.0 |
379 | 2024-08-28T22:26:47.938Z | Compiling proc-macro2 v1.0.86 |
380 | 2024-08-28T22:26:47.938Z | Compiling unicode-ident v1.0.12 |
381 | 2024-08-28T22:26:47.940Z | Compiling libc v0.2.158 |
382 | 2024-08-28T22:26:47.941Z | Checking cfg-if v1.0.0 |
383 | 2024-08-28T22:26:47.941Z | Compiling version_check v0.9.5 |
384 | 2024-08-28T22:26:47.941Z | Compiling autocfg v1.3.0 |
385 | 2024-08-28T22:26:47.941Z | Compiling serde v1.0.209 |
386 | 2024-08-28T22:26:47.941Z | Checking memchr v2.7.4 |
387 | 2024-08-28T22:26:48.000Z | Compiling serde_json v1.0.127 |
388 | 2024-08-28T22:26:48.123Z | Checking itoa v1.0.11 |
389 | 2024-08-28T22:26:48.545Z | Compiling ahash v0.8.11 |
390 | 2024-08-28T22:26:48.633Z | Compiling thiserror v1.0.63 |
391 | 2024-08-28T22:26:48.729Z | Compiling shlex v1.3.0 |
392 | 2024-08-28T22:26:48.999Z | Checking byteorder v1.5.0 |
393 | 2024-08-28T22:26:49.250Z | Checking once_cell v1.19.0 |
394 | 2024-08-28T22:26:49.370Z | Compiling cc v1.1.15 |
395 | 2024-08-28T22:26:49.767Z | Compiling num-traits v0.2.19 |
396 | 2024-08-28T22:26:49.769Z | Checking pin-project-lite v0.2.14 |
397 | 2024-08-28T22:26:49.844Z | Checking ryu v1.0.18 |
398 | 2024-08-28T22:26:50.061Z | Checking log v0.4.22 |
399 | 2024-08-28T22:26:50.064Z | Checking bytes v1.7.1 |
400 | 2024-08-28T22:26:50.275Z | Checking allocator-api2 v0.2.18 |
401 | 2024-08-28T22:26:50.295Z | Compiling lock_api v0.4.12 |
402 | 2024-08-28T22:26:50.312Z | Compiling schemars v0.8.21 |
403 | 2024-08-28T22:26:50.421Z | Checking getrandom v0.2.15 |
404 | 2024-08-28T22:26:50.528Z | Compiling parking_lot_core v0.9.10 |
405 | 2024-08-28T22:26:50.621Z | Compiling quote v1.0.37 |
406 | 2024-08-28T22:26:50.683Z | Checking futures-core v0.3.30 |
407 | 2024-08-28T22:26:50.742Z | Checking scopeguard v1.2.0 |
408 | 2024-08-28T22:26:50.800Z | Checking smallvec v1.13.2 |
409 | 2024-08-28T22:26:50.855Z | Checking socket2 v0.5.7 |
410 | 2024-08-28T22:26:50.893Z | Checking mio v1.0.2 |
411 | 2024-08-28T22:26:50.974Z | Compiling syn v2.0.76 |
412 | 2024-08-28T22:26:51.236Z | Checking signal-hook-registry v1.4.2 |
413 | 2024-08-28T22:26:51.272Z | Compiling slab v0.4.9 |
414 | 2024-08-28T22:26:51.307Z | Checking futures-sink v0.3.30 |
415 | 2024-08-28T22:26:51.401Z | Checking spin v0.9.8 |
416 | 2024-08-28T22:26:51.442Z | Checking untrusted v0.9.0 |
417 | 2024-08-28T22:26:51.473Z | Checking equivalent v1.0.1 |
418 | 2024-08-28T22:26:51.501Z | Checking parking_lot v0.12.3 |
419 | 2024-08-28T22:26:51.559Z | Checking fnv v1.0.7 |
420 | 2024-08-28T22:26:51.566Z | Checking futures-channel v0.3.30 |
421 | 2024-08-28T22:26:51.600Z | Checking futures-task v0.3.30 |
422 | 2024-08-28T22:26:51.659Z | Checking futures-io v0.3.30 |
423 | 2024-08-28T22:26:51.804Z | Checking pin-utils v0.1.0 |
424 | 2024-08-28T22:26:51.816Z | Compiling pkg-config v0.3.30 |
425 | 2024-08-28T22:26:51.824Z | Compiling vcpkg v0.2.15 |
426 | 2024-08-28T22:26:51.875Z | Compiling semver v1.0.23 |
427 | 2024-08-28T22:26:51.898Z | Compiling heck v0.5.0 |
428 | 2024-08-28T22:26:52.232Z | Compiling ring v0.17.8 |
429 | 2024-08-28T22:26:52.265Z | Compiling ucd-trie v0.1.6 |
430 | 2024-08-28T22:26:52.306Z | Checking iana-time-zone v0.1.60 |
431 | 2024-08-28T22:26:52.427Z | Checking http v0.2.12 |
432 | 2024-08-28T22:26:52.783Z | Compiling httparse v1.9.4 |
433 | 2024-08-28T22:26:53.055Z | Checking dyn-clone v1.0.17 |
434 | 2024-08-28T22:26:53.511Z | Compiling openssl-sys v0.9.103 |
435 | 2024-08-28T22:26:53.554Z | Checking tracing-core v0.1.32 |
436 | 2024-08-28T22:26:53.760Z | Compiling uuid v1.10.0 |
437 | 2024-08-28T22:26:54.139Z | Compiling chrono v0.4.38 |
438 | 2024-08-28T22:26:54.199Z | Checking tracing v0.1.40 |
439 | 2024-08-28T22:26:54.231Z | Compiling slog v2.7.0 |
440 | 2024-08-28T22:26:54.303Z | Checking foreign-types-shared v0.1.1 |
441 | 2024-08-28T22:26:54.312Z | Checking try-lock v0.2.5 |
442 | 2024-08-28T22:26:54.424Z | Compiling openssl v0.10.66 |
443 | 2024-08-28T22:26:54.463Z | Checking want v0.3.1 |
444 | 2024-08-28T22:26:54.626Z | Checking foreign-types v0.3.2 |
445 | 2024-08-28T22:26:54.692Z | Checking http-body v0.4.6 |
446 | 2024-08-28T22:26:54.721Z | Compiling aho-corasick v1.1.3 |
447 | 2024-08-28T22:26:54.841Z | Checking httpdate v1.0.3 |
448 | 2024-08-28T22:26:55.013Z | Checking percent-encoding v2.3.1 |
449 | 2024-08-28T22:26:55.047Z | Compiling rustls v0.21.12 |
450 | 2024-08-28T22:26:55.192Z | Compiling regex-syntax v0.8.4 |
451 | 2024-08-28T22:26:55.316Z | Checking bitflags v2.6.0 |
452 | 2024-08-28T22:26:55.549Z | Checking tinyvec_macros v0.1.1 |
453 | 2024-08-28T22:26:55.623Z | Compiling native-tls v0.2.12 |
454 | 2024-08-28T22:26:55.922Z | Checking tower-service v0.3.3 |
455 | 2024-08-28T22:26:55.975Z | Compiling typenum v1.17.0 |
456 | 2024-08-28T22:26:56.048Z | Checking tinyvec v1.8.0 |
457 | 2024-08-28T22:26:56.822Z | Checking form_urlencoded v1.2.1 |
458 | 2024-08-28T22:26:57.017Z | Compiling generic-array v0.14.7 |
459 | 2024-08-28T22:26:57.337Z | Checking openssl-probe v0.1.5 |
460 | 2024-08-28T22:26:57.374Z | Checking unicode-normalization v0.1.23 |
461 | 2024-08-28T22:26:57.493Z | Compiling serde_derive_internals v0.29.1 |
462 | 2024-08-28T22:26:58.654Z | Compiling regex-automata v0.4.7 |
463 | 2024-08-28T22:26:59.006Z | Compiling usdt-impl v0.5.0 |
464 | 2024-08-28T22:26:59.216Z | Checking encoding_rs v0.8.34 |
465 | 2024-08-28T22:26:59.341Z | Compiling num-conv v0.1.0 |
466 | 2024-08-28T22:26:59.621Z | Checking powerfmt v0.2.0 |
467 | 2024-08-28T22:26:59.861Z | Checking mime v0.3.17 |
468 | 2024-08-28T22:27:00.176Z | Checking unicode-bidi v0.3.15 |
469 | 2024-08-28T22:27:00.452Z | Compiling time-core v0.1.2 |
470 | 2024-08-28T22:27:00.616Z | Compiling time-macros v0.2.18 |
471 | 2024-08-28T22:27:00.762Z | Checking deranged v0.3.11 |
472 | 2024-08-28T22:27:00.776Z | Checking idna v0.5.0 |
473 | 2024-08-28T22:27:01.606Z | Compiling thread-id v4.2.2 |
474 | 2024-08-28T22:27:01.740Z | Compiling crossbeam-utils v0.8.20 |
475 | 2024-08-28T22:27:02.549Z | Compiling regex v1.10.6 |
476 | 2024-08-28T22:27:02.887Z | Compiling serde_derive v1.0.209 |
477 | 2024-08-28T22:27:02.975Z | Compiling zerocopy-derive v0.7.35 |
478 | 2024-08-28T22:27:03.520Z | Compiling thiserror-impl v1.0.63 |
479 | 2024-08-28T22:27:03.628Z | Compiling schemars_derive v0.8.21 |
480 | 2024-08-28T22:27:03.639Z | Compiling tokio-macros v2.4.0 |
481 | 2024-08-28T22:27:04.008Z | Compiling futures-macro v0.3.30 |
482 | 2024-08-28T22:27:05.018Z | Checking zerocopy v0.7.35 |
483 | 2024-08-28T22:27:05.945Z | Checking tokio v1.39.3 |
484 | 2024-08-28T22:27:06.206Z | Checking futures-util v0.3.30 |
485 | 2024-08-28T22:27:06.415Z | Compiling pest v2.7.11 |
486 | 2024-08-28T22:27:06.520Z | Compiling openssl-macros v0.1.1 |
487 | 2024-08-28T22:27:06.588Z | Checking rustls-webpki v0.101.7 |
488 | 2024-08-28T22:27:06.772Z | Checking hashbrown v0.14.5 |
489 | 2024-08-28T22:27:07.230Z | Checking sct v0.7.1 |
490 | 2024-08-28T22:27:07.908Z | Compiling scroll_derive v0.12.0 |
491 | 2024-08-28T22:27:08.586Z | Compiling regress v0.10.0 |
492 | 2024-08-28T22:27:09.360Z | Compiling pest_meta v2.7.11 |
493 | 2024-08-28T22:27:09.383Z | Checking scroll v0.12.0 |
494 | 2024-08-28T22:27:11.502Z | Compiling pest_generator v2.7.11 |
495 | 2024-08-28T22:27:13.100Z | Checking tokio-util v0.7.11 |
496 | 2024-08-28T22:27:13.173Z | Checking tokio-native-tls v0.3.1 |
497 | 2024-08-28T22:27:13.255Z | Checking tokio-rustls v0.24.1 |
498 | 2024-08-28T22:27:13.392Z | Compiling strsim v0.11.1 |
499 | 2024-08-28T22:27:13.400Z | Compiling pest_derive v2.7.11 |
500 | 2024-08-28T22:27:13.539Z | Compiling ident_case v1.0.1 |
501 | 2024-08-28T22:27:13.573Z | Checking num_threads v0.1.7 |
502 | 2024-08-28T22:27:13.617Z | Checking plain v0.2.3 |
503 | 2024-08-28T22:27:13.671Z | Checking base64 v0.21.7 |
504 | 2024-08-28T22:27:13.702Z | Checking rustls-pki-types v1.8.0 |
505 | 2024-08-28T22:27:13.741Z | Checking goblin v0.8.2 |
506 | 2024-08-28T22:27:13.901Z | Compiling darling_core v0.20.10 |
507 | 2024-08-28T22:27:14.143Z | Checking time v0.3.36 |
508 | 2024-08-28T22:27:14.159Z | Checking rustls-pemfile v1.0.4 |
509 | 2024-08-28T22:27:14.258Z | Compiling dtrace-parser v0.2.0 |
510 | 2024-08-28T22:27:15.950Z | Checking indexmap v2.4.0 |
511 | 2024-08-28T22:27:16.909Z | Compiling serde_tokenstream v0.2.2 |
512 | 2024-08-28T22:27:17.234Z | Checking h2 v0.3.26 |
513 | 2024-08-28T22:27:17.894Z | Checking serde_urlencoded v0.7.1 |
514 | 2024-08-28T22:27:18.021Z | Checking openapiv3 v2.0.0 |
515 | 2024-08-28T22:27:18.814Z | Compiling dof v0.3.0 |
516 | 2024-08-28T22:27:19.072Z | Checking url v2.5.2 |
517 | 2024-08-28T22:27:19.712Z | Checking typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
518 | 2024-08-28T22:27:19.881Z | Checking dirs-sys-next v0.1.2 |
519 | 2024-08-28T22:27:20.166Z | Checking ipnet v2.9.0 |
520 | 2024-08-28T22:27:20.624Z | Checking sync_wrapper v0.1.2 |
521 | 2024-08-28T22:27:20.736Z | Compiling unsafe-libyaml v0.2.11 |
522 | 2024-08-28T22:27:21.025Z | Compiling paste v1.0.15 |
523 | 2024-08-28T22:27:21.484Z | Checking hyper v0.14.30 |
524 | 2024-08-28T22:27:21.515Z | Compiling omicron-workspace-hack v0.1.0 |
525 | 2024-08-28T22:27:21.525Z | Checking webpki-roots v0.25.4 |
526 | 2024-08-28T22:27:21.670Z | Checking pretty-hex v0.4.1 |
527 | 2024-08-28T22:27:21.699Z | Compiling rustls v0.22.4 |
528 | 2024-08-28T22:27:21.826Z | Compiling rustversion v1.0.17 |
529 | 2024-08-28T22:27:22.027Z | Compiling serde_yaml v0.9.34+deprecated |
530 | 2024-08-28T22:27:22.363Z | Compiling darling_macro v0.20.10 |
531 | 2024-08-28T22:27:22.403Z | Checking dirs-next v2.0.0 |
532 | 2024-08-28T22:27:22.543Z | Checking serde_spanned v0.6.7 |
533 | 2024-08-28T22:27:22.720Z | Checking toml_datetime v0.6.8 |
534 | 2024-08-28T22:27:22.975Z | Checking rustls-webpki v0.102.7 |
535 | 2024-08-28T22:27:22.999Z | Checking ppv-lite86 v0.2.20 |
536 | 2024-08-28T22:27:23.159Z | Compiling structmeta-derive v0.3.0 |
537 | 2024-08-28T22:27:23.185Z | Checking crypto-common v0.1.6 |
538 | 2024-08-28T22:27:23.320Z | Checking block-buffer v0.10.4 |
539 | 2024-08-28T22:27:23.336Z | Checking rand_core v0.6.4 |
540 | 2024-08-28T22:27:23.598Z | Checking thread_local v1.1.8 |
541 | 2024-08-28T22:27:23.613Z | Compiling multer v3.1.0 |
542 | 2024-08-28T22:27:23.731Z | Checking winnow v0.6.18 |
543 | 2024-08-28T22:27:23.743Z | Checking subtle v2.6.1 |
544 | 2024-08-28T22:27:23.856Z | Compiling slog-async v2.8.0 |
545 | 2024-08-28T22:27:23.937Z | Checking zeroize v1.8.1 |
546 | 2024-08-28T22:27:23.945Z | Checking match_cfg v0.1.0 |
547 | 2024-08-28T22:27:24.016Z | Compiling anyhow v1.0.86 |
548 | 2024-08-28T22:27:24.162Z | Compiling camino v1.1.9 |
549 | 2024-08-28T22:27:24.760Z | Checking hostname v0.3.1 |
550 | 2024-08-28T22:27:25.108Z | Checking rand_chacha v0.3.1 |
551 | 2024-08-28T22:27:25.218Z | Checking digest v0.10.7 |
552 | 2024-08-28T22:27:25.379Z | Compiling darling v0.20.10 |
553 | 2024-08-28T22:27:25.480Z | Checking crossbeam-channel v0.5.13 |
554 | 2024-08-28T22:27:25.687Z | Checking term v0.7.0 |
555 | 2024-08-28T22:27:25.834Z | Compiling structmeta v0.3.0 |
556 | 2024-08-28T22:27:25.947Z | Checking hyper-tls v0.5.0 |
557 | 2024-08-28T22:27:26.101Z | Checking hyper-rustls v0.24.2 |
558 | 2024-08-28T22:27:26.207Z | Compiling usdt-macro v0.5.0 |
559 | 2024-08-28T22:27:26.207Z | Compiling usdt-attr-macro v0.5.0 |
560 | 2024-08-28T22:27:26.379Z | Checking reqwest v0.11.27 |
561 | 2024-08-28T22:27:26.767Z | Checking slog-json v2.6.1 |
562 | 2024-08-28T22:27:26.833Z | Checking toml_edit v0.22.20 |
563 | 2024-08-28T22:27:26.999Z | Checking futures-executor v0.3.30 |
564 | 2024-08-28T22:27:27.211Z | Compiling async-stream-impl v0.3.5 |
565 | 2024-08-28T22:27:27.267Z | Checking http v1.1.0 |
566 | 2024-08-28T22:27:27.502Z | Checking is-terminal v0.4.13 |
567 | 2024-08-28T22:27:27.606Z | Checking memmap v0.7.0 |
568 | 2024-08-28T22:27:27.613Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
569 | 2024-08-28T22:27:27.624Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
570 | 2024-08-28T22:27:27.789Z | Checking take_mut v0.2.2 |
571 | 2024-08-28T22:27:27.909Z | Checking cpufeatures v0.2.13 |
572 | 2024-08-28T22:27:27.918Z | Checking base64 v0.22.1 |
573 | 2024-08-28T22:27:27.939Z | Checking atomic-waker v1.1.2 |
574 | 2024-08-28T22:27:27.985Z | Checking sha1 v0.10.6 |
575 | 2024-08-28T22:27:28.054Z | Checking waitgroup v0.1.2 |
576 | 2024-08-28T22:27:28.076Z | Checking tokio-rustls v0.25.0 |
577 | 2024-08-28T22:27:28.233Z | Checking usdt v0.5.0 |
578 | 2024-08-28T22:27:28.402Z | Checking rustls-pemfile v2.1.3 |
579 | 2024-08-28T22:27:28.408Z | Checking slog-term v2.9.1 |
580 | 2024-08-28T22:27:28.450Z | Checking futures v0.3.30 |
581 | 2024-08-28T22:27:28.484Z | Checking slog-bunyan v2.5.0 |
582 | 2024-08-28T22:27:28.500Z | Checking async-stream v0.3.5 |
583 | 2024-08-28T22:27:28.540Z | Compiling strum_macros v0.26.4 |
584 | 2024-08-28T22:27:28.618Z | Compiling parse-display-derive v0.10.0 |
585 | 2024-08-28T22:27:28.626Z | Compiling serde_with_macros v3.9.0 |
586 | 2024-08-28T22:27:28.676Z | Checking rand v0.8.5 |
587 | 2024-08-28T22:27:29.459Z | Checking toml v0.8.19 |
588 | 2024-08-28T22:27:29.462Z | Checking newtype-uuid v1.1.0 |
589 | 2024-08-28T22:27:29.474Z | Checking ipnetwork v0.20.0 |
590 | 2024-08-28T22:27:29.655Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
591 | 2024-08-28T22:27:29.840Z | Checking hex v0.4.3 |
592 | 2024-08-28T22:27:29.960Z | Checking serde_path_to_error v0.1.16 |
593 | 2024-08-28T22:27:30.195Z | Compiling async-trait v0.1.81 |
594 | 2024-08-28T22:27:30.375Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
595 | 2024-08-28T22:27:30.575Z | Checking hostname v0.4.0 |
596 | 2024-08-28T22:27:30.699Z | Checking instant v0.1.13 |
597 | 2024-08-28T22:27:30.798Z | Checking debug-ignore v1.0.5 |
598 | 2024-08-28T22:27:30.919Z | Checking backoff v0.4.0 |
599 | 2024-08-28T22:27:31.169Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
600 | 2024-08-28T22:27:31.179Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
601 | 2024-08-28T22:27:31.246Z | Checking serde_with v3.9.0 |
602 | 2024-08-28T22:27:31.293Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
603 | 2024-08-28T22:27:31.313Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
604 | 2024-08-28T22:27:31.580Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
605 | 2024-08-28T22:27:31.714Z | Checking macaddr v1.0.1 |
606 | 2024-08-28T22:27:32.041Z | Checking regress v0.9.1 |
607 | 2024-08-28T22:27:32.564Z | Checking parse-display v0.10.0 |
608 | 2024-08-28T22:27:33.004Z | Checking strum v0.26.3 |
609 | 2024-08-28T22:27:33.747Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
610 | 2024-08-28T22:27:35.692Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
611 | 2024-08-28T22:27:35.751Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
612 | 2024-08-28T22:27:38.281Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
613 | 2024-08-28T22:27:43.377Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
614 | 2024-08-28T22:27:43.440Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
615 | 2024-08-28T22:27:46.256Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
616 | 2024-08-28T22:27:53.235Z | Checking test-project v0.1.0 (/tmp/test-project) |
617 | 2024-08-28T22:27:53.286Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
618 | 2024-08-28T22:27:53.356Z | + cargo build --release |
619 | 2024-08-28T22:27:53.616Z | Compiling proc-macro2 v1.0.86 |
620 | 2024-08-28T22:27:53.616Z | Compiling unicode-ident v1.0.12 |
621 | 2024-08-28T22:27:53.616Z | Compiling libc v0.2.158 |
622 | 2024-08-28T22:27:53.619Z | Compiling cfg-if v1.0.0 |
623 | 2024-08-28T22:27:53.619Z | Compiling version_check v0.9.5 |
624 | 2024-08-28T22:27:53.619Z | Compiling autocfg v1.3.0 |
625 | 2024-08-28T22:27:53.619Z | Compiling serde v1.0.209 |
626 | 2024-08-28T22:27:53.619Z | Compiling memchr v2.7.4 |
627 | 2024-08-28T22:27:53.722Z | Compiling serde_json v1.0.127 |
628 | 2024-08-28T22:27:53.800Z | Compiling itoa v1.0.11 |
629 | 2024-08-28T22:27:54.081Z | Compiling thiserror v1.0.63 |
630 | 2024-08-28T22:27:54.234Z | Compiling byteorder v1.5.0 |
631 | 2024-08-28T22:27:54.280Z | Compiling ahash v0.8.11 |
632 | 2024-08-28T22:27:54.378Z | Compiling once_cell v1.19.0 |
633 | 2024-08-28T22:27:54.630Z | Compiling shlex v1.3.0 |
634 | 2024-08-28T22:27:54.905Z | Compiling cc v1.1.15 |
635 | 2024-08-28T22:27:54.960Z | Compiling num-traits v0.2.19 |
636 | 2024-08-28T22:27:55.007Z | Compiling pin-project-lite v0.2.14 |
637 | 2024-08-28T22:27:55.114Z | Compiling quote v1.0.37 |
638 | 2024-08-28T22:27:55.120Z | Compiling getrandom v0.2.15 |
639 | 2024-08-28T22:27:55.290Z | Compiling ryu v1.0.18 |
640 | 2024-08-28T22:27:55.463Z | Compiling syn v2.0.76 |
641 | 2024-08-28T22:27:55.481Z | Compiling bytes v1.7.1 |
642 | 2024-08-28T22:27:55.709Z | Compiling log v0.4.22 |
643 | 2024-08-28T22:27:55.807Z | Compiling allocator-api2 v0.2.18 |
644 | 2024-08-28T22:27:55.837Z | Compiling schemars v0.8.21 |
645 | 2024-08-28T22:27:56.169Z | Compiling lock_api v0.4.12 |
646 | 2024-08-28T22:27:56.202Z | Compiling parking_lot_core v0.9.10 |
647 | 2024-08-28T22:27:56.228Z | Compiling scopeguard v1.2.0 |
648 | 2024-08-28T22:27:56.365Z | Compiling futures-core v0.3.30 |
649 | 2024-08-28T22:27:56.370Z | Compiling smallvec v1.13.2 |
650 | 2024-08-28T22:27:56.586Z | Compiling socket2 v0.5.7 |
651 | 2024-08-28T22:27:56.651Z | Compiling signal-hook-registry v1.4.2 |
652 | 2024-08-28T22:27:56.682Z | Compiling mio v1.0.2 |
653 | 2024-08-28T22:27:57.213Z | Compiling slab v0.4.9 |
654 | 2024-08-28T22:27:57.343Z | Compiling parking_lot v0.12.3 |
655 | 2024-08-28T22:27:57.533Z | Compiling spin v0.9.8 |
656 | 2024-08-28T22:27:57.789Z | Compiling futures-sink v0.3.30 |
657 | 2024-08-28T22:27:57.928Z | Compiling semver v1.0.23 |
658 | 2024-08-28T22:27:57.930Z | Compiling ring v0.17.8 |
659 | 2024-08-28T22:27:57.935Z | Compiling equivalent v1.0.1 |
660 | 2024-08-28T22:27:58.176Z | Compiling fnv v1.0.7 |
661 | 2024-08-28T22:27:58.277Z | Compiling untrusted v0.9.0 |
662 | 2024-08-28T22:27:58.336Z | Compiling futures-channel v0.3.30 |
663 | 2024-08-28T22:27:58.440Z | Compiling futures-task v0.3.30 |
664 | 2024-08-28T22:27:58.609Z | Compiling futures-io v0.3.30 |
665 | 2024-08-28T22:27:58.634Z | Compiling pkg-config v0.3.30 |
666 | 2024-08-28T22:27:58.730Z | Compiling pin-utils v0.1.0 |
667 | 2024-08-28T22:27:58.810Z | Compiling vcpkg v0.2.15 |
668 | 2024-08-28T22:27:58.812Z | Compiling heck v0.5.0 |
669 | 2024-08-28T22:27:59.212Z | Compiling iana-time-zone v0.1.60 |
670 | 2024-08-28T22:27:59.253Z | Compiling ucd-trie v0.1.6 |
671 | 2024-08-28T22:27:59.698Z | Compiling http v0.2.12 |
672 | 2024-08-28T22:27:59.873Z | Compiling dyn-clone v1.0.17 |
673 | 2024-08-28T22:27:59.971Z | Compiling httparse v1.9.4 |
674 | 2024-08-28T22:28:00.469Z | Compiling openssl-sys v0.9.103 |
675 | 2024-08-28T22:28:00.787Z | Compiling tracing-core v0.1.32 |
676 | 2024-08-28T22:28:01.027Z | Compiling uuid v1.10.0 |
677 | 2024-08-28T22:28:01.298Z | Compiling chrono v0.4.38 |
678 | 2024-08-28T22:28:01.652Z | Compiling tracing v0.1.40 |
679 | 2024-08-28T22:28:03.107Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-08-28T22:28:03.341Z | Compiling slog v2.7.0 |
681 | 2024-08-28T22:28:03.747Z | Compiling openssl v0.10.66 |
682 | 2024-08-28T22:28:03.764Z | Compiling try-lock v0.2.5 |
683 | 2024-08-28T22:28:03.843Z | Compiling foreign-types-shared v0.1.1 |
684 | 2024-08-28T22:28:03.904Z | Compiling want v0.3.1 |
685 | 2024-08-28T22:28:03.936Z | Compiling foreign-types v0.3.2 |
686 | 2024-08-28T22:28:04.211Z | Compiling http-body v0.4.6 |
687 | 2024-08-28T22:28:04.552Z | Compiling aho-corasick v1.1.3 |
688 | 2024-08-28T22:28:04.694Z | Compiling bitflags v2.6.0 |
689 | 2024-08-28T22:28:05.052Z | Compiling native-tls v0.2.12 |
690 | 2024-08-28T22:28:05.309Z | Compiling typenum v1.17.0 |
691 | 2024-08-28T22:28:05.362Z | Compiling tinyvec_macros v0.1.1 |
692 | 2024-08-28T22:28:05.426Z | Compiling tower-service v0.3.3 |
693 | 2024-08-28T22:28:05.441Z | Compiling regex-syntax v0.8.4 |
694 | 2024-08-28T22:28:05.534Z | Compiling httpdate v1.0.3 |
695 | 2024-08-28T22:28:05.586Z | Compiling rustls v0.21.12 |
696 | 2024-08-28T22:28:05.909Z | Compiling percent-encoding v2.3.1 |
697 | 2024-08-28T22:28:06.246Z | Compiling form_urlencoded v1.2.1 |
698 | 2024-08-28T22:28:06.363Z | Compiling tinyvec v1.8.0 |
699 | 2024-08-28T22:28:06.825Z | Compiling generic-array v0.14.7 |
700 | 2024-08-28T22:28:07.188Z | Compiling openssl-probe v0.1.5 |
701 | 2024-08-28T22:28:08.001Z | Compiling serde_derive v1.0.209 |
702 | 2024-08-28T22:28:08.071Z | Compiling zerocopy-derive v0.7.35 |
703 | 2024-08-28T22:28:08.377Z | Compiling thiserror-impl v1.0.63 |
704 | 2024-08-28T22:28:08.987Z | Compiling schemars_derive v0.8.21 |
705 | 2024-08-28T22:28:09.127Z | Compiling tokio-macros v2.4.0 |
706 | 2024-08-28T22:28:10.126Z | Compiling zerocopy v0.7.35 |
707 | 2024-08-28T22:28:11.197Z | Compiling tokio v1.39.3 |
708 | 2024-08-28T22:28:11.308Z | Compiling futures-macro v0.3.30 |
709 | 2024-08-28T22:28:12.034Z | Compiling pest v2.7.11 |
710 | 2024-08-28T22:28:12.377Z | Compiling hashbrown v0.14.5 |
711 | 2024-08-28T22:28:13.230Z | Compiling futures-util v0.3.30 |
712 | 2024-08-28T22:28:14.120Z | Compiling regress v0.10.0 |
713 | 2024-08-28T22:28:14.138Z | Compiling openssl-macros v0.1.1 |
714 | 2024-08-28T22:28:14.939Z | Compiling pest_meta v2.7.11 |
715 | 2024-08-28T22:28:18.917Z | Compiling pest_generator v2.7.11 |
716 | 2024-08-28T22:28:18.989Z | Compiling sct v0.7.1 |
717 | 2024-08-28T22:28:19.437Z | Compiling rustls-webpki v0.101.7 |
718 | 2024-08-28T22:28:20.269Z | Compiling tokio-util v0.7.11 |
719 | 2024-08-28T22:28:20.645Z | Compiling pest_derive v2.7.11 |
720 | 2024-08-28T22:28:21.544Z | Compiling regex-automata v0.4.7 |
721 | 2024-08-28T22:28:22.524Z | Compiling indexmap v2.4.0 |
722 | 2024-08-28T22:28:23.526Z | Compiling serde_tokenstream v0.2.2 |
723 | 2024-08-28T22:28:26.475Z | Compiling h2 v0.3.26 |
724 | 2024-08-28T22:28:28.892Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
725 | 2024-08-28T22:28:29.385Z | Compiling regex v1.10.6 |
726 | 2024-08-28T22:28:32.130Z | Compiling hyper v0.14.30 |
727 | 2024-08-28T22:28:33.074Z | Compiling scroll_derive v0.12.0 |
728 | 2024-08-28T22:28:34.581Z | Compiling unicode-normalization v0.1.23 |
729 | 2024-08-28T22:28:40.925Z | Compiling usdt-impl v0.5.0 |
730 | 2024-08-28T22:28:41.087Z | Compiling encoding_rs v0.8.34 |
731 | 2024-08-28T22:28:41.188Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
732 | 2024-08-28T22:28:41.316Z | Compiling powerfmt v0.2.0 |
733 | 2024-08-28T22:28:41.795Z | Compiling time-core v0.1.2 |
734 | 2024-08-28T22:28:41.959Z | Compiling unicode-bidi v0.3.15 |
735 | 2024-08-28T22:28:45.005Z | Compiling num-conv v0.1.0 |
736 | 2024-08-28T22:28:45.123Z | Compiling mime v0.3.17 |
737 | 2024-08-28T22:28:45.273Z | Compiling time-macros v0.2.18 |
738 | 2024-08-28T22:28:48.363Z | Compiling idna v0.5.0 |
739 | 2024-08-28T22:28:49.680Z | Compiling deranged v0.3.11 |
740 | 2024-08-28T22:28:51.961Z | Compiling tokio-rustls v0.24.1 |
741 | 2024-08-28T22:28:51.972Z | Compiling scroll v0.12.0 |
742 | 2024-08-28T22:28:52.028Z | Compiling tokio-native-tls v0.3.1 |
743 | 2024-08-28T22:28:52.142Z | Compiling dof v0.3.0 |
744 | 2024-08-28T22:28:52.309Z | Compiling serde_urlencoded v0.7.1 |
745 | 2024-08-28T22:28:52.389Z | Compiling dtrace-parser v0.2.0 |
746 | 2024-08-28T22:28:53.022Z | Compiling thread-id v4.2.2 |
747 | 2024-08-28T22:28:54.142Z | Compiling ident_case v1.0.1 |
748 | 2024-08-28T22:28:54.306Z | Compiling omicron-workspace-hack v0.1.0 |
749 | 2024-08-28T22:28:54.353Z | Compiling num_threads v0.1.7 |
750 | 2024-08-28T22:28:54.629Z | Compiling strsim v0.11.1 |
751 | 2024-08-28T22:28:54.636Z | Compiling plain v0.2.3 |
752 | 2024-08-28T22:28:55.364Z | Compiling rustls-pki-types v1.8.0 |
753 | 2024-08-28T22:28:55.593Z | Compiling base64 v0.21.7 |
754 | 2024-08-28T22:28:56.260Z | Compiling crossbeam-utils v0.8.20 |
755 | 2024-08-28T22:28:56.730Z | Compiling rustls-pemfile v1.0.4 |
756 | 2024-08-28T22:28:57.516Z | Compiling darling_core v0.20.10 |
757 | 2024-08-28T22:28:59.183Z | Compiling time v0.3.36 |
758 | 2024-08-28T22:28:59.646Z | Compiling goblin v0.8.2 |
759 | 2024-08-28T22:29:03.170Z | Compiling hyper-rustls v0.24.2 |
760 | 2024-08-28T22:29:03.573Z | Compiling hyper-tls v0.5.0 |
761 | 2024-08-28T22:29:03.761Z | Compiling url v2.5.2 |
762 | 2024-08-28T22:29:04.043Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ebdee8c4) |
763 | 2024-08-28T22:29:04.159Z | Compiling openapiv3 v2.0.0 |
764 | 2024-08-28T22:29:07.250Z | Compiling dirs-sys-next v0.1.2 |
765 | 2024-08-28T22:29:08.348Z | Compiling unsafe-libyaml v0.2.11 |
766 | 2024-08-28T22:29:08.504Z | Compiling webpki-roots v0.25.4 |
767 | 2024-08-28T22:29:08.515Z | Compiling ipnet v2.9.0 |
768 | 2024-08-28T22:29:08.665Z | Compiling pretty-hex v0.4.1 |
769 | 2024-08-28T22:29:08.884Z | Compiling rustversion v1.0.17 |
770 | 2024-08-28T22:29:09.443Z | Compiling sync_wrapper v0.1.2 |
771 | 2024-08-28T22:29:09.557Z | Compiling paste v1.0.15 |
772 | 2024-08-28T22:29:09.557Z | Compiling rustls v0.22.4 |
773 | 2024-08-28T22:29:09.898Z | Compiling serde_yaml v0.9.34+deprecated |
774 | 2024-08-28T22:29:10.114Z | Compiling reqwest v0.11.27 |
775 | 2024-08-28T22:29:11.298Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
776 | 2024-08-28T22:29:12.783Z | Compiling dirs-next v2.0.0 |
777 | 2024-08-28T22:29:13.038Z | Compiling darling_macro v0.20.10 |
778 | 2024-08-28T22:29:16.048Z | Compiling rustls-webpki v0.102.7 |
779 | 2024-08-28T22:29:16.310Z | Compiling block-buffer v0.10.4 |
780 | 2024-08-28T22:29:16.541Z | Compiling crypto-common v0.1.6 |
781 | 2024-08-28T22:29:16.727Z | Compiling toml_datetime v0.6.8 |
782 | 2024-08-28T22:29:16.747Z | Compiling serde_spanned v0.6.7 |
783 | 2024-08-28T22:29:16.977Z | Compiling ppv-lite86 v0.2.20 |
784 | 2024-08-28T22:29:17.388Z | Compiling structmeta-derive v0.3.0 |
785 | 2024-08-28T22:29:17.892Z | Compiling rand_core v0.6.4 |
786 | 2024-08-28T22:29:18.162Z | Compiling thread_local v1.1.8 |
787 | 2024-08-28T22:29:18.367Z | Compiling multer v3.1.0 |
788 | 2024-08-28T22:29:18.717Z | Compiling match_cfg v0.1.0 |
789 | 2024-08-28T22:29:18.800Z | Compiling winnow v0.6.18 |
790 | 2024-08-28T22:29:18.890Z | Compiling anyhow v1.0.86 |
791 | 2024-08-28T22:29:19.482Z | Compiling camino v1.1.9 |
792 | 2024-08-28T22:29:19.951Z | Compiling zeroize v1.8.1 |
793 | 2024-08-28T22:29:20.099Z | Compiling subtle v2.6.1 |
794 | 2024-08-28T22:29:20.178Z | Compiling slog-async v2.8.0 |
795 | 2024-08-28T22:29:20.298Z | Compiling structmeta v0.3.0 |
796 | 2024-08-28T22:29:20.656Z | Compiling hostname v0.3.1 |
797 | 2024-08-28T22:29:20.743Z | Compiling rand_chacha v0.3.1 |
798 | 2024-08-28T22:29:20.894Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
799 | 2024-08-28T22:29:22.502Z | Compiling digest v0.10.7 |
800 | 2024-08-28T22:29:22.911Z | Compiling toml_edit v0.22.20 |
801 | 2024-08-28T22:29:23.195Z | Compiling crossbeam-channel v0.5.13 |
802 | 2024-08-28T22:29:24.867Z | Compiling darling v0.20.10 |
803 | 2024-08-28T22:29:24.970Z | Compiling term v0.7.0 |
804 | 2024-08-28T22:29:29.566Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
805 | 2024-08-28T22:29:32.330Z | Compiling usdt-macro v0.5.0 |
806 | 2024-08-28T22:29:33.536Z | Compiling usdt-attr-macro v0.5.0 |
807 | 2024-08-28T22:29:33.686Z | Compiling slog-json v2.6.1 |
808 | 2024-08-28T22:29:34.167Z | Compiling futures-executor v0.3.30 |
809 | 2024-08-28T22:29:35.051Z | Compiling async-stream-impl v0.3.5 |
810 | 2024-08-28T22:29:35.329Z | Compiling http v1.1.0 |
811 | 2024-08-28T22:29:36.129Z | Compiling is-terminal v0.4.13 |
812 | 2024-08-28T22:29:36.250Z | Compiling memmap v0.7.0 |
813 | 2024-08-28T22:29:36.442Z | Compiling dropshot v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
814 | 2024-08-28T22:29:36.685Z | Compiling cpufeatures v0.2.13 |
815 | 2024-08-28T22:29:36.770Z | Compiling atomic-waker v1.1.2 |
816 | 2024-08-28T22:29:36.793Z | Compiling base64 v0.22.1 |
817 | 2024-08-28T22:29:36.950Z | Compiling take_mut v0.2.2 |
818 | 2024-08-28T22:29:37.897Z | Compiling rustls-pemfile v2.1.3 |
819 | 2024-08-28T22:29:40.067Z | Compiling waitgroup v0.1.2 |
820 | 2024-08-28T22:29:40.360Z | Compiling sha1 v0.10.6 |
821 | 2024-08-28T22:29:40.668Z | Compiling async-stream v0.3.5 |
822 | 2024-08-28T22:29:40.996Z | Compiling usdt v0.5.0 |
823 | 2024-08-28T22:29:41.149Z | Compiling slog-term v2.9.1 |
824 | 2024-08-28T22:29:41.544Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#0a25eb92) |
825 | 2024-08-28T22:29:41.728Z | Compiling futures v0.3.30 |
826 | 2024-08-28T22:29:41.923Z | Compiling slog-bunyan v2.5.0 |
827 | 2024-08-28T22:29:42.190Z | Compiling strum_macros v0.26.4 |
828 | 2024-08-28T22:29:42.561Z | Compiling toml v0.8.19 |
829 | 2024-08-28T22:29:44.010Z | Compiling tokio-rustls v0.25.0 |
830 | 2024-08-28T22:29:44.440Z | Compiling serde_with_macros v3.9.0 |
831 | 2024-08-28T22:29:46.377Z | Compiling rand v0.8.5 |
832 | 2024-08-28T22:29:47.111Z | Compiling parse-display-derive v0.10.0 |
833 | 2024-08-28T22:29:48.496Z | Compiling ipnetwork v0.20.0 |
834 | 2024-08-28T22:29:49.601Z | Compiling newtype-uuid v1.1.0 |
835 | 2024-08-28T22:29:49.926Z | Compiling dropshot_endpoint v0.11.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#a8f3f97a) |
836 | 2024-08-28T22:29:50.148Z | Compiling hex v0.4.3 |
837 | 2024-08-28T22:29:50.832Z | Compiling serde_path_to_error v0.1.16 |
838 | 2024-08-28T22:29:51.215Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
839 | 2024-08-28T22:29:51.848Z | Compiling async-trait v0.1.81 |
840 | 2024-08-28T22:29:52.046Z | Compiling hostname v0.4.0 |
841 | 2024-08-28T22:29:52.286Z | Compiling instant v0.1.13 |
842 | 2024-08-28T22:29:52.434Z | Compiling debug-ignore v1.0.5 |
843 | 2024-08-28T22:29:52.569Z | Compiling backoff v0.4.0 |
844 | 2024-08-28T22:29:52.895Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
845 | 2024-08-28T22:29:53.087Z | Compiling parse-display v0.10.0 |
846 | 2024-08-28T22:29:53.280Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
847 | 2024-08-28T22:29:53.443Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
848 | 2024-08-28T22:29:53.987Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
849 | 2024-08-28T22:29:54.100Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
850 | 2024-08-28T22:29:54.109Z | Compiling serde_with v3.9.0 |
851 | 2024-08-28T22:29:55.144Z | Compiling strum v0.26.3 |
852 | 2024-08-28T22:29:55.329Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
853 | 2024-08-28T22:29:56.179Z | Compiling macaddr v1.0.1 |
854 | 2024-08-28T22:29:56.832Z | Compiling regress v0.9.1 |
855 | 2024-08-28T22:30:01.517Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
856 | 2024-08-28T22:30:12.292Z | Compiling test-project v0.1.0 (/tmp/test-project) |
857 | 2024-08-28T22:30:21.047Z | Finished `release` profile [optimized] target(s) in 2m 27s |
858 | 2024-08-28T22:30:21.106Z | process exited: duration 222818 ms, exit code 0 |
|
859 | 2024-08-28T22:30:21.112Z | found 0 output files |