|
|
|
1 | 2025-01-09T19:49:51.057Z | job assigned to worker 01JH69SYCRAEFXTACG612HKAG5 [factory aws, i-0a8bc0f8fa82aa69a] (queued for 56 s) |
|
2 | 2025-01-09T19:49:58.679Z | starting task 0: "setup" |
3 | 2025-01-09T19:49:58.688Z | ++ uname -s |
4 | 2025-01-09T19:49:58.691Z | + kern=SunOS |
5 | 2025-01-09T19:49:58.691Z | + case "$kern" in |
6 | 2025-01-09T19:49:58.691Z | + groupadd -g 12345 build |
7 | 2025-01-09T19:49:58.693Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-09T19:50:00.701Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-09T19:50:00.798Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-09T19:50:00.800Z | + home_fs=zfs |
11 | 2025-01-09T19:50:00.801Z | + [[ zfs == autofs ]] |
12 | 2025-01-09T19:50:00.801Z | + mkdir -p /home/build |
13 | 2025-01-09T19:50:00.805Z | + chown build:build /home/build /work |
14 | 2025-01-09T19:50:02.804Z | + chmod 0700 /home/build /work |
15 | 2025-01-09T19:50:02.807Z | process exited: duration 4128 ms, exit code 0 |
|
16 | 2025-01-09T19:50:02.813Z | starting task 1: "rust-toolchain" |
17 | 2025-01-09T19:50:02.819Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-09T19:50:02.819Z | ' 1.81.0 |
19 | 2025-01-09T19:50:02.819Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-09T19:50:02.819Z | ' default |
21 | 2025-01-09T19:50:02.819Z | * toolchain channel = "1.81.0" |
22 | 2025-01-09T19:50:02.819Z | * toolchain profile = "default" |
23 | 2025-01-09T19:50:02.823Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-09T19:50:02.823Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-09T19:50:02.939Z | info: downloading installer |
26 | 2025-01-09T19:50:04.304Z | info: profile set to 'default' |
27 | 2025-01-09T19:50:04.304Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-09T19:50:04.308Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-09T19:50:04.447Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-09T19:50:04.447Z | info: downloading component 'cargo' |
31 | 2025-01-09T19:50:05.175Z | info: downloading component 'clippy' |
32 | 2025-01-09T19:50:05.446Z | info: downloading component 'rust-docs' |
33 | 2025-01-09T19:50:06.464Z | info: downloading component 'rust-std' |
34 | 2025-01-09T19:50:08.032Z | info: downloading component 'rustc' |
35 | 2025-01-09T19:50:13.674Z | info: downloading component 'rustfmt' |
36 | 2025-01-09T19:50:13.884Z | info: installing component 'cargo' |
37 | 2025-01-09T19:50:14.688Z | info: installing component 'clippy' |
38 | 2025-01-09T19:50:15.047Z | info: installing component 'rust-docs' |
39 | 2025-01-09T19:50:16.677Z | info: installing component 'rust-std' |
40 | 2025-01-09T19:50:18.441Z | info: installing component 'rustc' |
41 | 2025-01-09T19:50:24.244Z | info: installing component 'rustfmt' |
42 | 2025-01-09T19:50:24.569Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-09T19:50:24.569Z | |
44 | 2025-01-09T19:50:24.980Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-09T19:50:24.980Z | |
46 | 2025-01-09T19:50:24.982Z | |
47 | 2025-01-09T19:50:24.982Z | Rust is installed now. Great! |
48 | 2025-01-09T19:50:24.982Z | |
49 | 2025-01-09T19:50:24.982Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-09T19:50:24.982Z | environment variable. This has not been done automatically. |
51 | 2025-01-09T19:50:24.982Z | |
52 | 2025-01-09T19:50:24.982Z | To configure your current shell, you need to source |
53 | 2025-01-09T19:50:24.982Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-09T19:50:24.982Z | |
55 | 2025-01-09T19:50:24.983Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-09T19:50:24.983Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-09T19:50:24.983Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-09T19:50:25.067Z | + rustc --version |
59 | 2025-01-09T19:50:25.138Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-09T19:50:25.142Z | process exited: duration 22322 ms, exit code 0 |
|
61 | 2025-01-09T19:50:25.147Z | starting task 2: "authentication" |
62 | 2025-01-09T19:50:25.170Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2025-01-09T19:50:25.175Z | starting task 3: "clone repository" |
64 | 2025-01-09T19:50:25.181Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-09T19:50:25.184Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-09T19:50:25.220Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-09T19:50:32.833Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-09T19:50:32.834Z | + git fetch origin f40f1a40d3059b487ba809097e00c4f42d34fdec |
69 | 2025-01-09T19:50:33.135Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-09T19:50:33.135Z | * branch f40f1a40d3059b487ba809097e00c4f42d34fdec -> FETCH_HEAD |
71 | 2025-01-09T19:50:33.148Z | + [[ -n support-bundle-bg-task ]] |
72 | 2025-01-09T19:50:33.151Z | ++ git branch --show-current |
73 | 2025-01-09T19:50:33.151Z | + current=main |
74 | 2025-01-09T19:50:33.151Z | + [[ main != support-bundle-bg-task ]] |
75 | 2025-01-09T19:50:33.151Z | + git branch -f support-bundle-bg-task f40f1a40d3059b487ba809097e00c4f42d34fdec |
76 | 2025-01-09T19:50:33.155Z | + git checkout -f support-bundle-bg-task |
77 | 2025-01-09T19:50:33.329Z | Switched to branch 'support-bundle-bg-task' |
78 | 2025-01-09T19:50:33.332Z | + git reset --hard f40f1a40d3059b487ba809097e00c4f42d34fdec |
79 | 2025-01-09T19:50:33.505Z | HEAD is now at f40f1a40d Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2025-01-09T19:50:33.507Z | process exited: duration 8329 ms, exit code 0 |
|
81 | 2025-01-09T19:50:33.513Z | starting task 4: "build" |
82 | 2025-01-09T19:50:33.519Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-09T19:50:33.519Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-09T19:50:33.519Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-09T19:50:33.519Z | + cargo --version |
86 | 2025-01-09T19:50:33.579Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-09T19:50:33.582Z | + rustc --version |
88 | 2025-01-09T19:50:33.646Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-09T19:50:33.649Z | + cd /tmp |
90 | 2025-01-09T19:50:33.649Z | + cargo new --lib test-project |
91 | 2025-01-09T19:50:33.710Z | Creating library `test-project` package |
92 | 2025-01-09T19:50:33.792Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-09T19:50:33.795Z | + cd test-project |
94 | 2025-01-09T19:50:33.795Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-09T19:50:33.859Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-09T19:50:33.859Z | Features: |
97 | 2025-01-09T19:50:33.859Z | - proptest |
98 | 2025-01-09T19:50:33.859Z | - test-strategy |
99 | 2025-01-09T19:50:33.862Z | - testing |
100 | 2025-01-09T19:50:33.862Z | Updating crates.io index |
101 | 2025-01-09T19:50:33.908Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-09T19:50:34.378Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-09T19:50:34.942Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-09T19:50:35.340Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-09T19:50:35.773Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-09T19:50:37.031Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-09T19:50:37.034Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-09T19:50:37.034Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-09T19:50:37.034Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-09T19:50:37.034Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-09T19:50:37.034Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-09T19:50:37.038Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-09T19:50:37.038Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-09T19:50:37.038Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-09T19:50:37.038Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-09T19:50:37.038Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-09T19:50:37.038Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-09T19:50:37.040Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-09T19:50:37.040Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-09T19:50:37.041Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-09T19:50:37.043Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-09T19:50:37.043Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-09T19:50:37.043Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-09T19:50:37.043Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-09T19:50:37.043Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-09T19:50:37.043Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-09T19:50:37.049Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-09T19:50:37.052Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-09T19:50:37.054Z | Adding syn v1.0.109 (latest: v2.0.95) |
130 | 2025-01-09T19:50:37.055Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-09T19:50:37.055Z | Adding thiserror v1.0.69 (latest: v2.0.10) |
132 | 2025-01-09T19:50:37.055Z | Adding thiserror-impl v1.0.69 (latest: v2.0.10) |
133 | 2025-01-09T19:50:37.055Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-09T19:50:37.055Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-09T19:50:37.058Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-09T19:50:37.058Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-09T19:50:37.058Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-09T19:50:37.058Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-09T19:50:37.058Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-09T19:50:37.061Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-09T19:50:37.061Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-09T19:50:37.061Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-09T19:50:37.061Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-09T19:50:37.061Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-09T19:50:37.061Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-09T19:50:37.061Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-09T19:50:37.061Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-09T19:50:37.061Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-09T19:50:37.061Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-09T19:50:37.061Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-09T19:50:37.061Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-09T19:50:37.061Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-09T19:50:37.061Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-09T19:50:37.061Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-09T19:50:37.061Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-09T19:50:37.061Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-09T19:50:37.061Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-09T19:50:37.061Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-09T19:50:37.061Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-09T19:50:37.141Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-09T19:50:37.144Z | + cargo check |
162 | 2025-01-09T19:50:37.326Z | Updating crates.io index |
163 | 2025-01-09T19:50:38.074Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-09T19:50:41.303Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-09T19:50:43.120Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-09T19:50:43.879Z | Downloading crates ... |
167 | 2025-01-09T19:50:43.972Z | Downloaded ahash v0.8.11 |
168 | 2025-01-09T19:50:43.975Z | Downloaded autocfg v1.4.0 |
169 | 2025-01-09T19:50:43.986Z | Downloaded match_cfg v0.1.0 |
170 | 2025-01-09T19:50:43.992Z | Downloaded icu_provider_macros v1.5.0 |
171 | 2025-01-09T19:50:43.995Z | Downloaded foreign-types v0.3.2 |
172 | 2025-01-09T19:50:43.995Z | Downloaded ident_case v1.0.1 |
173 | 2025-01-09T19:50:43.997Z | Downloaded equivalent v1.0.1 |
174 | 2025-01-09T19:50:43.997Z | Downloaded term v0.7.0 |
175 | 2025-01-09T19:50:44.000Z | Downloaded darling_macro v0.20.10 |
176 | 2025-01-09T19:50:44.002Z | Downloaded time-core v0.1.2 |
177 | 2025-01-09T19:50:44.006Z | Downloaded thiserror-impl v1.0.69 |
178 | 2025-01-09T19:50:44.008Z | Downloaded thiserror v1.0.69 |
179 | 2025-01-09T19:50:44.012Z | Downloaded zerofrom v0.1.4 |
180 | 2025-01-09T19:50:44.015Z | Downloaded waitgroup v0.1.2 |
181 | 2025-01-09T19:50:44.015Z | Downloaded want v0.3.1 |
182 | 2025-01-09T19:50:44.017Z | Downloaded tinyvec_macros v0.1.1 |
183 | 2025-01-09T19:50:44.019Z | Downloaded dtrace-parser v0.2.0 |
184 | 2025-01-09T19:50:44.019Z | Downloaded num_threads v0.1.7 |
185 | 2025-01-09T19:50:44.020Z | Downloaded num-conv v0.1.0 |
186 | 2025-01-09T19:50:44.022Z | Downloaded instant v0.1.13 |
187 | 2025-01-09T19:50:44.022Z | Downloaded http-body v1.0.1 |
188 | 2025-01-09T19:50:44.025Z | Downloaded foreign-types-shared v0.1.1 |
189 | 2025-01-09T19:50:44.026Z | Downloaded take_mut v0.2.2 |
190 | 2025-01-09T19:50:44.026Z | Downloaded async-stream-impl v0.3.6 |
191 | 2025-01-09T19:50:44.030Z | Downloaded pretty-hex v0.4.1 |
192 | 2025-01-09T19:50:44.033Z | Downloaded thread-id v4.2.2 |
193 | 2025-01-09T19:50:44.035Z | Downloaded hex v0.4.3 |
194 | 2025-01-09T19:50:44.035Z | Downloaded openssl-macros v0.1.1 |
195 | 2025-01-09T19:50:44.038Z | Downloaded try-lock v0.2.5 |
196 | 2025-01-09T19:50:44.038Z | Downloaded tinystr v0.7.6 |
197 | 2025-01-09T19:50:44.040Z | Downloaded heck v0.5.0 |
198 | 2025-01-09T19:50:44.040Z | Downloaded write16 v1.0.0 |
199 | 2025-01-09T19:50:44.043Z | Downloaded http-body-util v0.1.2 |
200 | 2025-01-09T19:50:44.045Z | Downloaded yoke-derive v0.7.4 |
201 | 2025-01-09T19:50:44.046Z | Downloaded usdt-macro v0.5.0 |
202 | 2025-01-09T19:50:44.046Z | Downloaded is-terminal v0.4.13 |
203 | 2025-01-09T19:50:44.048Z | Downloaded async-stream v0.3.6 |
204 | 2025-01-09T19:50:44.048Z | Downloaded progenitor-client v0.8.0 |
205 | 2025-01-09T19:50:44.050Z | Downloaded openssl-probe v0.1.5 |
206 | 2025-01-09T19:50:44.051Z | Downloaded macaddr v1.0.1 |
207 | 2025-01-09T19:50:44.053Z | Downloaded usdt-attr-macro v0.5.0 |
208 | 2025-01-09T19:50:44.053Z | Downloaded httpdate v1.0.3 |
209 | 2025-01-09T19:50:44.056Z | Downloaded omicron-workspace-hack v0.1.0 |
210 | 2025-01-09T19:50:44.056Z | Downloaded itoa v1.0.11 |
211 | 2025-01-09T19:50:44.059Z | Downloaded idna_adapter v1.2.0 |
212 | 2025-01-09T19:50:44.059Z | Downloaded hostname v0.3.1 |
213 | 2025-01-09T19:50:44.059Z | Downloaded futures-core v0.3.31 |
214 | 2025-01-09T19:50:44.062Z | Downloaded pin-utils v0.1.0 |
215 | 2025-01-09T19:50:44.062Z | Downloaded zerofrom-derive v0.1.4 |
216 | 2025-01-09T19:50:44.065Z | Downloaded writeable v0.5.5 |
217 | 2025-01-09T19:50:44.065Z | Downloaded zerovec-derive v0.10.3 |
218 | 2025-01-09T19:50:44.068Z | Downloaded zeroize v1.8.1 |
219 | 2025-01-09T19:50:44.070Z | Downloaded generic-array v0.14.7 |
220 | 2025-01-09T19:50:44.070Z | Downloaded usdt v0.5.0 |
221 | 2025-01-09T19:50:44.073Z | Downloaded version_check v0.9.5 |
222 | 2025-01-09T19:50:44.073Z | Downloaded hostname v0.4.0 |
223 | 2025-01-09T19:50:44.076Z | Downloaded debug-ignore v1.0.5 |
224 | 2025-01-09T19:50:44.076Z | Downloaded tokio-native-tls v0.3.1 |
225 | 2025-01-09T19:50:44.078Z | Downloaded parse-display v0.10.0 |
226 | 2025-01-09T19:50:44.078Z | Downloaded hyper-tls v0.6.0 |
227 | 2025-01-09T19:50:44.081Z | Downloaded time-macros v0.2.18 |
228 | 2025-01-09T19:50:44.084Z | Downloaded futures-sink v0.3.31 |
229 | 2025-01-09T19:50:44.084Z | Downloaded futures-channel v0.3.31 |
230 | 2025-01-09T19:50:44.087Z | Downloaded ipnetwork v0.20.0 |
231 | 2025-01-09T19:50:44.087Z | Downloaded futures-macro v0.3.31 |
232 | 2025-01-09T19:50:44.089Z | Downloaded newtype-uuid v1.1.3 |
233 | 2025-01-09T19:50:44.089Z | Downloaded memmap v0.7.0 |
234 | 2025-01-09T19:50:44.092Z | Downloaded darling v0.20.10 |
235 | 2025-01-09T19:50:44.094Z | Downloaded icu_locid_transform v1.5.0 |
236 | 2025-01-09T19:50:44.097Z | Downloaded plain v0.2.3 |
237 | 2025-01-09T19:50:44.099Z | Downloaded lock_api v0.4.12 |
238 | 2025-01-09T19:50:44.102Z | Downloaded block-buffer v0.10.4 |
239 | 2025-01-09T19:50:44.102Z | Downloaded backoff v0.4.0 |
240 | 2025-01-09T19:50:44.104Z | Downloaded percent-encoding v2.3.1 |
241 | 2025-01-09T19:50:44.104Z | Downloaded parse-display-derive v0.10.0 |
242 | 2025-01-09T19:50:44.107Z | Downloaded mime v0.3.17 |
243 | 2025-01-09T19:50:44.107Z | Downloaded quinn-udp v0.5.5 |
244 | 2025-01-09T19:50:44.109Z | Downloaded async-trait v0.1.83 |
245 | 2025-01-09T19:50:44.112Z | Downloaded progenitor-macro v0.8.0 |
246 | 2025-01-09T19:50:44.115Z | Downloaded sync_wrapper v1.0.1 |
247 | 2025-01-09T19:50:44.115Z | Downloaded litemap v0.7.3 |
248 | 2025-01-09T19:50:44.117Z | Downloaded hyper-rustls v0.27.3 |
249 | 2025-01-09T19:50:44.120Z | Downloaded typify-macro v0.2.0 |
250 | 2025-01-09T19:50:44.120Z | Downloaded pest_generator v2.7.14 |
251 | 2025-01-09T19:50:44.123Z | Downloaded schemars_derive v0.8.21 |
252 | 2025-01-09T19:50:44.123Z | Downloaded scroll_derive v0.12.0 |
253 | 2025-01-09T19:50:44.123Z | Downloaded rustc-hash v2.0.0 |
254 | 2025-01-09T19:50:44.125Z | Downloaded pkg-config v0.3.31 |
255 | 2025-01-09T19:50:44.125Z | Downloaded httparse v1.9.5 |
256 | 2025-01-09T19:50:44.128Z | Downloaded utf16_iter v1.0.5 |
257 | 2025-01-09T19:50:44.132Z | Downloaded untrusted v0.9.0 |
258 | 2025-01-09T19:50:44.132Z | Downloaded strum v0.26.3 |
259 | 2025-01-09T19:50:44.132Z | Downloaded progenitor v0.8.0 |
260 | 2025-01-09T19:50:44.134Z | Downloaded usdt-impl v0.5.0 |
261 | 2025-01-09T19:50:44.134Z | Downloaded tokio-macros v2.4.0 |
262 | 2025-01-09T19:50:44.137Z | Downloaded camino v1.1.9 |
263 | 2025-01-09T19:50:44.139Z | Downloaded subtle v2.6.1 |
264 | 2025-01-09T19:50:44.139Z | Downloaded getrandom v0.2.15 |
265 | 2025-01-09T19:50:44.142Z | Downloaded native-tls v0.2.12 |
266 | 2025-01-09T19:50:44.144Z | Downloaded powerfmt v0.2.0 |
267 | 2025-01-09T19:50:44.147Z | Downloaded crossbeam-utils v0.8.20 |
268 | 2025-01-09T19:50:44.149Z | Downloaded tinyvec v1.8.0 |
269 | 2025-01-09T19:50:44.152Z | Downloaded once_cell v1.20.2 |
270 | 2025-01-09T19:50:44.154Z | Downloaded slog-bunyan v2.5.0 |
271 | 2025-01-09T19:50:44.154Z | Downloaded log v0.4.22 |
272 | 2025-01-09T19:50:44.156Z | Downloaded fnv v1.0.7 |
273 | 2025-01-09T19:50:44.160Z | Downloaded ppv-lite86 v0.2.20 |
274 | 2025-01-09T19:50:44.160Z | Downloaded indexmap v1.9.3 |
275 | 2025-01-09T19:50:44.162Z | Downloaded ipnet v2.10.1 |
276 | 2025-01-09T19:50:44.165Z | Downloaded icu_provider v1.5.0 |
277 | 2025-01-09T19:50:44.167Z | Downloaded structmeta v0.3.0 |
278 | 2025-01-09T19:50:44.168Z | Downloaded scopeguard v1.2.0 |
279 | 2025-01-09T19:50:44.171Z | Downloaded quote v1.0.37 |
280 | 2025-01-09T19:50:44.171Z | Downloaded pin-project-lite v0.2.14 |
281 | 2025-01-09T19:50:44.175Z | Downloaded serde_spanned v0.6.8 |
282 | 2025-01-09T19:50:44.178Z | Downloaded serde_path_to_error v0.1.16 |
283 | 2025-01-09T19:50:44.178Z | Downloaded rustversion v1.0.17 |
284 | 2025-01-09T19:50:44.180Z | Downloaded scroll v0.12.0 |
285 | 2025-01-09T19:50:44.183Z | Downloaded synstructure v0.13.1 |
286 | 2025-01-09T19:50:44.185Z | Downloaded icu_normalizer_data v1.5.0 |
287 | 2025-01-09T19:50:44.185Z | Downloaded icu_locid v1.5.0 |
288 | 2025-01-09T19:50:44.189Z | Downloaded strsim v0.11.1 |
289 | 2025-01-09T19:50:44.192Z | Downloaded zerocopy-derive v0.7.35 |
290 | 2025-01-09T19:50:44.194Z | Downloaded yoke v0.7.4 |
291 | 2025-01-09T19:50:44.198Z | Downloaded typify v0.2.0 |
292 | 2025-01-09T19:50:44.200Z | Downloaded darling_core v0.20.10 |
293 | 2025-01-09T19:50:44.203Z | Downloaded pest_meta v2.7.14 |
294 | 2025-01-09T19:50:44.206Z | Downloaded slog-async v2.8.0 |
295 | 2025-01-09T19:50:44.208Z | Downloaded serde_tokenstream v0.2.2 |
296 | 2025-01-09T19:50:44.208Z | Downloaded progenitor-impl v0.8.0 |
297 | 2025-01-09T19:50:44.211Z | Downloaded slog-json v2.6.1 |
298 | 2025-01-09T19:50:44.213Z | Downloaded structmeta-derive v0.3.0 |
299 | 2025-01-09T19:50:44.213Z | Downloaded stable_deref_trait v1.2.0 |
300 | 2025-01-09T19:50:44.216Z | Downloaded sha1 v0.10.6 |
301 | 2025-01-09T19:50:44.216Z | Downloaded rand_core v0.6.4 |
302 | 2025-01-09T19:50:44.218Z | Downloaded rand_chacha v0.3.1 |
303 | 2025-01-09T19:50:44.218Z | Downloaded serde_urlencoded v0.7.1 |
304 | 2025-01-09T19:50:44.221Z | Downloaded sha2 v0.10.8 |
305 | 2025-01-09T19:50:44.224Z | Downloaded toml v0.8.19 |
306 | 2025-01-09T19:50:44.226Z | Downloaded strum_macros v0.26.4 |
307 | 2025-01-09T19:50:44.229Z | Downloaded serde_derive_internals v0.29.1 |
308 | 2025-01-09T19:50:44.229Z | Downloaded num-traits v0.2.19 |
309 | 2025-01-09T19:50:44.232Z | Downloaded smallvec v1.13.2 |
310 | 2025-01-09T19:50:44.238Z | Downloaded unsafe-libyaml v0.2.11 |
311 | 2025-01-09T19:50:44.238Z | Downloaded semver v1.0.23 |
312 | 2025-01-09T19:50:44.241Z | Downloaded slog-term v2.9.1 |
313 | 2025-01-09T19:50:44.244Z | Downloaded cc v1.1.30 |
314 | 2025-01-09T19:50:44.247Z | Downloaded openssl-sys v0.9.103 |
315 | 2025-01-09T19:50:44.250Z | Downloaded signal-hook-registry v1.4.2 |
316 | 2025-01-09T19:50:44.253Z | Downloaded icu_properties v1.5.1 |
317 | 2025-01-09T19:50:44.253Z | Downloaded rustls-pemfile v2.2.0 |
318 | 2025-01-09T19:50:44.256Z | Downloaded serde_with_macros v3.11.0 |
319 | 2025-01-09T19:50:44.258Z | Downloaded proc-macro2 v1.0.89 |
320 | 2025-01-09T19:50:44.264Z | Downloaded icu_normalizer v1.5.0 |
321 | 2025-01-09T19:50:44.264Z | Downloaded serde_yaml v0.9.34+deprecated |
322 | 2025-01-09T19:50:44.275Z | Downloaded slog v2.7.0 |
323 | 2025-01-09T19:50:44.275Z | Downloaded tracing-core v0.1.32 |
324 | 2025-01-09T19:50:44.275Z | Downloaded crossbeam-channel v0.5.13 |
325 | 2025-01-09T19:50:44.279Z | Downloaded spin v0.9.8 |
326 | 2025-01-09T19:50:44.279Z | Downloaded icu_collections v1.5.0 |
327 | 2025-01-09T19:50:44.283Z | Downloaded ryu v1.0.18 |
328 | 2025-01-09T19:50:44.287Z | Downloaded hashbrown v0.12.3 |
329 | 2025-01-09T19:50:44.291Z | Downloaded schemars v0.8.21 |
330 | 2025-01-09T19:50:44.305Z | Downloaded serde_derive v1.0.215 |
331 | 2025-01-09T19:50:44.309Z | Downloaded socket2 v0.5.7 |
332 | 2025-01-09T19:50:44.309Z | Downloaded quinn v0.11.5 |
333 | 2025-01-09T19:50:44.312Z | Downloaded rustls-pki-types v1.10.0 |
334 | 2025-01-09T19:50:44.316Z | Downloaded serde v1.0.215 |
335 | 2025-01-09T19:50:44.319Z | Downloaded rand v0.8.5 |
336 | 2025-01-09T19:50:44.319Z | Downloaded memchr v2.7.4 |
337 | 2025-01-09T19:50:44.323Z | Downloaded mio v1.0.2 |
338 | 2025-01-09T19:50:44.329Z | Downloaded toml_edit v0.22.22 |
339 | 2025-01-09T19:50:44.350Z | Downloaded time v0.3.36 |
340 | 2025-01-09T19:50:44.358Z | Downloaded tokio-util v0.7.12 |
341 | 2025-01-09T19:50:44.363Z | Downloaded pest v2.7.14 |
342 | 2025-01-09T19:50:44.367Z | Downloaded hashbrown v0.15.1 |
343 | 2025-01-09T19:50:44.372Z | Downloaded zerovec v0.10.4 |
344 | 2025-01-09T19:50:44.381Z | Downloaded idna v1.0.3 |
345 | 2025-01-09T19:50:44.385Z | Downloaded h2 v0.4.6 |
346 | 2025-01-09T19:50:44.391Z | Downloaded serde_with v3.11.0 |
347 | 2025-01-09T19:50:44.396Z | Downloaded quinn-proto v0.11.8 |
348 | 2025-01-09T19:50:44.402Z | Downloaded futures-util v0.3.31 |
349 | 2025-01-09T19:50:44.413Z | Downloaded serde_json v1.0.133 |
350 | 2025-01-09T19:50:44.419Z | Downloaded winnow v0.6.20 |
351 | 2025-01-09T19:50:44.427Z | Downloaded vcpkg v0.2.15 |
352 | 2025-01-09T19:50:44.462Z | Downloaded goblin v0.8.2 |
353 | 2025-01-09T19:50:44.468Z | Downloaded openssl v0.10.66 |
354 | 2025-01-09T19:50:44.477Z | Downloaded reqwest v0.12.9 |
355 | 2025-01-09T19:50:44.484Z | Downloaded webpki-roots v0.26.6 |
356 | 2025-01-09T19:50:44.487Z | Downloaded rustls-webpki v0.102.8 |
357 | 2025-01-09T19:50:44.504Z | Downloaded openapiv3 v2.0.0 |
358 | 2025-01-09T19:50:44.515Z | Downloaded icu_properties_data v1.5.0 |
359 | 2025-01-09T19:50:44.525Z | Downloaded chrono v0.4.38 |
360 | 2025-01-09T19:50:44.531Z | Downloaded regex-syntax v0.8.5 |
361 | 2025-01-09T19:50:44.538Z | Downloaded regex v1.11.1 |
362 | 2025-01-09T19:50:44.550Z | Downloaded syn v1.0.109 |
363 | 2025-01-09T19:50:44.559Z | Downloaded hyper v1.5.0 |
364 | 2025-01-09T19:50:44.565Z | Downloaded syn v2.0.87 |
365 | 2025-01-09T19:50:44.575Z | Downloaded regress v0.9.1 |
366 | 2025-01-09T19:50:44.583Z | Downloaded regress v0.10.1 |
367 | 2025-01-09T19:50:44.591Z | Downloaded rustls v0.23.19 |
368 | 2025-01-09T19:50:44.601Z | Downloaded rustls v0.22.4 |
369 | 2025-01-09T19:50:44.613Z | Downloaded typify-impl v0.2.0 |
370 | 2025-01-09T19:50:44.626Z | Downloaded dropshot v0.13.0 |
371 | 2025-01-09T19:50:44.645Z | Downloaded zerocopy v0.7.35 |
372 | 2025-01-09T19:50:44.659Z | Downloaded hashbrown v0.14.5 |
373 | 2025-01-09T19:50:44.672Z | Downloaded itertools v0.10.5 |
374 | 2025-01-09T19:50:44.675Z | Downloaded indexmap v2.6.0 |
375 | 2025-01-09T19:50:44.679Z | Downloaded http v1.1.0 |
376 | 2025-01-09T19:50:44.684Z | Downloaded url v2.5.3 |
377 | 2025-01-09T19:50:44.688Z | Downloaded tracing v0.1.40 |
378 | 2025-01-09T19:50:44.694Z | Downloaded base64 v0.22.1 |
379 | 2025-01-09T19:50:44.698Z | Downloaded uuid v1.11.0 |
380 | 2025-01-09T19:50:44.700Z | Downloaded typenum v1.17.0 |
381 | 2025-01-09T19:50:44.703Z | Downloaded bytes v1.8.0 |
382 | 2025-01-09T19:50:44.708Z | Downloaded unicode-ident v1.0.13 |
383 | 2025-01-09T19:50:44.710Z | Downloaded regex-automata v0.4.8 |
384 | 2025-01-09T19:50:44.727Z | Downloaded multer v3.1.0 |
385 | 2025-01-09T19:50:44.730Z | Downloaded hyper-util v0.1.10 |
386 | 2025-01-09T19:50:44.734Z | Downloaded shlex v1.3.0 |
387 | 2025-01-09T19:50:44.736Z | Downloaded tokio v1.40.0 |
388 | 2025-01-09T19:50:44.772Z | Downloaded aho-corasick v1.1.3 |
389 | 2025-01-09T19:50:44.777Z | Downloaded slab v0.4.9 |
390 | 2025-01-09T19:50:44.780Z | Downloaded parking_lot v0.12.3 |
391 | 2025-01-09T19:50:44.782Z | Downloaded ucd-trie v0.1.7 |
392 | 2025-01-09T19:50:44.785Z | Downloaded futures v0.3.31 |
393 | 2025-01-09T19:50:44.787Z | Downloaded libc v0.2.162 |
394 | 2025-01-09T19:50:44.815Z | Downloaded allocator-api2 v0.2.18 |
395 | 2025-01-09T19:50:44.818Z | Downloaded pest_derive v2.7.14 |
396 | 2025-01-09T19:50:44.820Z | Downloaded paste v1.0.15 |
397 | 2025-01-09T19:50:44.823Z | Downloaded parking_lot_core v0.9.10 |
398 | 2025-01-09T19:50:44.826Z | Downloaded tokio-rustls v0.25.0 |
399 | 2025-01-09T19:50:44.826Z | Downloaded icu_locid_transform_data v1.5.0 |
400 | 2025-01-09T19:50:44.829Z | Downloaded iana-time-zone v0.1.61 |
401 | 2025-01-09T19:50:44.831Z | Downloaded dropshot_endpoint v0.13.0 |
402 | 2025-01-09T19:50:44.834Z | Downloaded bitflags v2.6.0 |
403 | 2025-01-09T19:50:44.837Z | Downloaded anyhow v1.0.93 |
404 | 2025-01-09T19:50:44.840Z | Downloaded tokio-rustls v0.26.0 |
405 | 2025-01-09T19:50:44.843Z | Downloaded displaydoc v0.2.5 |
406 | 2025-01-09T19:50:44.846Z | Downloaded futures-io v0.3.31 |
407 | 2025-01-09T19:50:44.849Z | Downloaded utf8_iter v1.0.4 |
408 | 2025-01-09T19:50:44.849Z | Downloaded toml_datetime v0.6.8 |
409 | 2025-01-09T19:50:44.849Z | Downloaded futures-executor v0.3.31 |
410 | 2025-01-09T19:50:44.849Z | Downloaded byteorder v1.5.0 |
411 | 2025-01-09T19:50:44.852Z | Downloaded dirs-sys-next v0.1.2 |
412 | 2025-01-09T19:50:44.852Z | Downloaded tower-service v0.3.3 |
413 | 2025-01-09T19:50:44.852Z | Downloaded form_urlencoded v1.2.1 |
414 | 2025-01-09T19:50:44.855Z | Downloaded dyn-clone v1.0.17 |
415 | 2025-01-09T19:50:44.856Z | Downloaded dof v0.3.0 |
416 | 2025-01-09T19:50:44.856Z | Downloaded dirs-next v2.0.0 |
417 | 2025-01-09T19:50:44.859Z | Downloaded thread_local v1.1.8 |
418 | 2025-01-09T19:50:44.859Z | Downloaded futures-task v0.3.31 |
419 | 2025-01-09T19:50:44.859Z | Downloaded either v1.13.0 |
420 | 2025-01-09T19:50:44.863Z | Downloaded deranged v0.3.11 |
421 | 2025-01-09T19:50:44.863Z | Downloaded crypto-common v0.1.6 |
422 | 2025-01-09T19:50:44.863Z | Downloaded cpufeatures v0.2.14 |
423 | 2025-01-09T19:50:44.865Z | Downloaded cfg-if v1.0.0 |
424 | 2025-01-09T19:50:44.865Z | Downloaded atomic-waker v1.1.2 |
425 | 2025-01-09T19:50:44.865Z | Downloaded digest v0.10.7 |
426 | 2025-01-09T19:50:44.893Z | Downloaded encoding_rs v0.8.34 |
427 | 2025-01-09T19:50:45.071Z | Downloaded ring v0.17.8 |
428 | 2025-01-09T19:50:45.414Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-09T19:50:45.414Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-09T19:50:45.414Z | Compiling libc v0.2.162 |
431 | 2025-01-09T19:50:45.417Z | Checking cfg-if v1.0.0 |
432 | 2025-01-09T19:50:45.417Z | Compiling autocfg v1.4.0 |
433 | 2025-01-09T19:50:45.417Z | Compiling serde v1.0.215 |
434 | 2025-01-09T19:50:45.441Z | Compiling version_check v0.9.5 |
435 | 2025-01-09T19:50:45.456Z | Checking memchr v2.7.4 |
436 | 2025-01-09T19:50:45.558Z | Compiling serde_json v1.0.133 |
437 | 2025-01-09T19:50:45.629Z | Checking itoa v1.0.11 |
438 | 2025-01-09T19:50:45.978Z | Compiling thiserror v1.0.69 |
439 | 2025-01-09T19:50:46.067Z | Checking once_cell v1.20.2 |
440 | 2025-01-09T19:50:46.219Z | Compiling shlex v1.3.0 |
441 | 2025-01-09T19:50:46.417Z | Checking pin-project-lite v0.2.14 |
442 | 2025-01-09T19:50:46.445Z | Compiling cc v1.1.30 |
443 | 2025-01-09T19:50:46.525Z | Compiling num-traits v0.2.19 |
444 | 2025-01-09T19:50:46.850Z | Checking smallvec v1.13.2 |
445 | 2025-01-09T19:50:46.910Z | Checking getrandom v0.2.15 |
446 | 2025-01-09T19:50:46.954Z | Checking ryu v1.0.18 |
447 | 2025-01-09T19:50:46.974Z | Checking bytes v1.8.0 |
448 | 2025-01-09T19:50:47.128Z | Checking futures-core v0.3.31 |
449 | 2025-01-09T19:50:47.174Z | Compiling quote v1.0.37 |
450 | 2025-01-09T19:50:47.177Z | Compiling lock_api v0.4.12 |
451 | 2025-01-09T19:50:47.317Z | Compiling byteorder v1.5.0 |
452 | 2025-01-09T19:50:47.335Z | Compiling schemars v0.8.21 |
453 | 2025-01-09T19:50:47.541Z | Compiling syn v2.0.87 |
454 | 2025-01-09T19:50:47.715Z | Compiling parking_lot_core v0.9.10 |
455 | 2025-01-09T19:50:47.775Z | Compiling ahash v0.8.11 |
456 | 2025-01-09T19:50:47.814Z | Checking scopeguard v1.2.0 |
457 | 2025-01-09T19:50:47.873Z | Compiling slab v0.4.9 |
458 | 2025-01-09T19:50:47.890Z | Checking log v0.4.22 |
459 | 2025-01-09T19:50:48.169Z | Checking futures-sink v0.3.31 |
460 | 2025-01-09T19:50:48.229Z | Checking mio v1.0.2 |
461 | 2025-01-09T19:50:48.232Z | Checking socket2 v0.5.7 |
462 | 2025-01-09T19:50:48.315Z | Checking signal-hook-registry v1.4.2 |
463 | 2025-01-09T19:50:48.342Z | Checking stable_deref_trait v1.2.0 |
464 | 2025-01-09T19:50:48.448Z | Checking fnv v1.0.7 |
465 | 2025-01-09T19:50:48.507Z | Checking parking_lot v0.12.3 |
466 | 2025-01-09T19:50:48.549Z | Compiling semver v1.0.23 |
467 | 2025-01-09T19:50:48.569Z | Checking hashbrown v0.15.1 |
468 | 2025-01-09T19:50:48.673Z | Checking equivalent v1.0.1 |
469 | 2025-01-09T19:50:48.721Z | Checking http v1.1.0 |
470 | 2025-01-09T19:50:48.784Z | Checking futures-channel v0.3.31 |
471 | 2025-01-09T19:50:48.817Z | Checking pin-utils v0.1.0 |
472 | 2025-01-09T19:50:48.845Z | Checking futures-io v0.3.31 |
473 | 2025-01-09T19:50:48.903Z | Checking futures-task v0.3.31 |
474 | 2025-01-09T19:50:49.105Z | Compiling pkg-config v0.3.31 |
475 | 2025-01-09T19:50:49.129Z | Checking iana-time-zone v0.1.61 |
476 | 2025-01-09T19:50:49.149Z | Compiling heck v0.5.0 |
477 | 2025-01-09T19:50:49.289Z | Checking rustls-pki-types v1.10.0 |
478 | 2025-01-09T19:50:49.480Z | Compiling ring v0.17.8 |
479 | 2025-01-09T19:50:49.601Z | Compiling vcpkg v0.2.15 |
480 | 2025-01-09T19:50:49.679Z | Checking spin v0.9.8 |
481 | 2025-01-09T19:50:49.919Z | Checking dyn-clone v1.0.17 |
482 | 2025-01-09T19:50:50.047Z | Checking untrusted v0.9.0 |
483 | 2025-01-09T19:50:50.071Z | Checking writeable v0.5.5 |
484 | 2025-01-09T19:50:50.215Z | Checking litemap v0.7.3 |
485 | 2025-01-09T19:50:50.219Z | Compiling ucd-trie v0.1.7 |
486 | 2025-01-09T19:50:50.415Z | Compiling httparse v1.9.5 |
487 | 2025-01-09T19:50:50.569Z | Checking tracing-core v0.1.32 |
488 | 2025-01-09T19:50:50.660Z | Checking atomic-waker v1.1.2 |
489 | 2025-01-09T19:50:50.785Z | Compiling allocator-api2 v0.2.18 |
490 | 2025-01-09T19:50:51.252Z | Checking tracing v0.1.40 |
491 | 2025-01-09T19:50:51.320Z | Compiling openssl-sys v0.9.103 |
492 | 2025-01-09T19:50:51.553Z | Checking http-body v1.0.1 |
493 | 2025-01-09T19:50:51.574Z | Checking icu_locid_transform_data v1.5.0 |
494 | 2025-01-09T19:50:51.601Z | Checking try-lock v0.2.5 |
495 | 2025-01-09T19:50:51.628Z | Checking zeroize v1.8.1 |
496 | 2025-01-09T19:50:51.743Z | Checking subtle v2.6.1 |
497 | 2025-01-09T19:50:51.746Z | Compiling uuid v1.11.0 |
498 | 2025-01-09T19:50:51.873Z | Checking want v0.3.1 |
499 | 2025-01-09T19:50:51.992Z | Compiling openssl v0.10.66 |
500 | 2025-01-09T19:50:52.043Z | Checking icu_properties_data v1.5.0 |
501 | 2025-01-09T19:50:52.238Z | Compiling chrono v0.4.38 |
502 | 2025-01-09T19:50:52.265Z | Compiling slog v2.7.0 |
503 | 2025-01-09T19:50:52.315Z | Checking httpdate v1.0.3 |
504 | 2025-01-09T19:50:52.342Z | Checking foreign-types-shared v0.1.1 |
505 | 2025-01-09T19:50:52.443Z | Checking foreign-types v0.3.2 |
506 | 2025-01-09T19:50:52.557Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-09T19:50:52.792Z | Checking utf16_iter v1.0.5 |
508 | 2025-01-09T19:50:52.821Z | Checking icu_normalizer_data v1.5.0 |
509 | 2025-01-09T19:50:52.955Z | Checking write16 v1.0.0 |
510 | 2025-01-09T19:50:53.077Z | Checking bitflags v2.6.0 |
511 | 2025-01-09T19:50:53.327Z | Checking utf8_iter v1.0.4 |
512 | 2025-01-09T19:50:53.517Z | Checking percent-encoding v2.3.1 |
513 | 2025-01-09T19:50:53.575Z | Compiling native-tls v0.2.12 |
514 | 2025-01-09T19:50:53.726Z | Compiling rustls v0.23.19 |
515 | 2025-01-09T19:50:53.758Z | Compiling regex-syntax v0.8.5 |
516 | 2025-01-09T19:50:53.919Z | Compiling typenum v1.17.0 |
517 | 2025-01-09T19:50:54.030Z | Checking tower-service v0.3.3 |
518 | 2025-01-09T19:50:54.214Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-09T19:50:54.412Z | Compiling generic-array v0.14.7 |
520 | 2025-01-09T19:50:54.896Z | Checking openssl-probe v0.1.5 |
521 | 2025-01-09T19:50:55.045Z | Compiling synstructure v0.13.1 |
522 | 2025-01-09T19:50:55.524Z | Compiling serde_derive_internals v0.29.1 |
523 | 2025-01-09T19:50:56.184Z | Checking rustls-webpki v0.102.8 |
524 | 2025-01-09T19:50:56.458Z | Compiling usdt-impl v0.5.0 |
525 | 2025-01-09T19:50:57.257Z | Checking encoding_rs v0.8.34 |
526 | 2025-01-09T19:50:57.626Z | Compiling regex-automata v0.4.8 |
527 | 2025-01-09T19:50:57.936Z | Compiling num-conv v0.1.0 |
528 | 2025-01-09T19:50:58.131Z | Compiling time-core v0.1.2 |
529 | 2025-01-09T19:50:58.223Z | Checking powerfmt v0.2.0 |
530 | 2025-01-09T19:50:58.314Z | Checking mime v0.3.17 |
531 | 2025-01-09T19:50:58.478Z | Checking deranged v0.3.11 |
532 | 2025-01-09T19:50:58.654Z | Compiling time-macros v0.2.18 |
533 | 2025-01-09T19:50:59.598Z | Compiling thread-id v4.2.2 |
534 | 2025-01-09T19:50:59.829Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-09T19:51:00.045Z | Checking webpki-roots v0.26.6 |
536 | 2025-01-09T19:51:00.438Z | Compiling strsim v0.11.1 |
537 | 2025-01-09T19:51:00.507Z | Compiling syn v1.0.109 |
538 | 2025-01-09T19:51:00.763Z | Compiling serde_derive v1.0.215 |
539 | 2025-01-09T19:51:00.899Z | Compiling zerocopy-derive v0.7.35 |
540 | 2025-01-09T19:51:01.089Z | Compiling thiserror-impl v1.0.69 |
541 | 2025-01-09T19:51:01.131Z | Compiling schemars_derive v0.8.21 |
542 | 2025-01-09T19:51:01.175Z | Compiling zerofrom-derive v0.1.4 |
543 | 2025-01-09T19:51:01.730Z | Compiling tokio-macros v2.4.0 |
544 | 2025-01-09T19:51:02.021Z | Compiling yoke-derive v0.7.4 |
545 | 2025-01-09T19:51:03.002Z | Compiling zerocopy v0.7.35 |
546 | 2025-01-09T19:51:04.227Z | Checking tokio v1.40.0 |
547 | 2025-01-09T19:51:04.245Z | Compiling zerovec-derive v0.10.3 |
548 | 2025-01-09T19:51:04.589Z | Compiling futures-macro v0.3.31 |
549 | 2025-01-09T19:51:04.730Z | Compiling displaydoc v0.2.5 |
550 | 2025-01-09T19:51:04.815Z | Checking zerofrom v0.1.4 |
551 | 2025-01-09T19:51:05.041Z | Checking yoke v0.7.4 |
552 | 2025-01-09T19:51:05.253Z | Compiling pest v2.7.14 |
553 | 2025-01-09T19:51:05.489Z | Compiling icu_provider_macros v1.5.0 |
554 | 2025-01-09T19:51:05.527Z | Compiling hashbrown v0.14.5 |
555 | 2025-01-09T19:51:06.429Z | Checking futures-util v0.3.31 |
556 | 2025-01-09T19:51:06.609Z | Compiling openssl-macros v0.1.1 |
557 | 2025-01-09T19:51:06.769Z | Checking zerovec v0.10.4 |
558 | 2025-01-09T19:51:06.811Z | Compiling regress v0.10.1 |
559 | 2025-01-09T19:51:08.033Z | Compiling pest_meta v2.7.14 |
560 | 2025-01-09T19:51:08.265Z | Compiling regex v1.11.1 |
561 | 2025-01-09T19:51:09.281Z | Checking tinystr v0.7.6 |
562 | 2025-01-09T19:51:09.700Z | Checking icu_locid v1.5.0 |
563 | 2025-01-09T19:51:10.807Z | Checking icu_provider v1.5.0 |
564 | 2025-01-09T19:51:11.485Z | Checking icu_locid_transform v1.5.0 |
565 | 2025-01-09T19:51:11.510Z | Checking tokio-util v0.7.12 |
566 | 2025-01-09T19:51:11.685Z | Compiling pest_generator v2.7.14 |
567 | 2025-01-09T19:51:11.745Z | Checking icu_collections v1.5.0 |
568 | 2025-01-09T19:51:12.350Z | Checking http-body-util v0.1.2 |
569 | 2025-01-09T19:51:12.399Z | Compiling scroll_derive v0.12.0 |
570 | 2025-01-09T19:51:12.428Z | Checking tokio-rustls v0.26.0 |
571 | 2025-01-09T19:51:12.496Z | Checking icu_properties v1.5.1 |
572 | 2025-01-09T19:51:13.281Z | Checking tokio-native-tls v0.3.1 |
573 | 2025-01-09T19:51:13.490Z | Compiling pest_derive v2.7.14 |
574 | 2025-01-09T19:51:13.512Z | Compiling crossbeam-utils v0.8.20 |
575 | 2025-01-09T19:51:13.828Z | Checking indexmap v2.6.0 |
576 | 2025-01-09T19:51:14.961Z | Compiling serde_tokenstream v0.2.2 |
577 | 2025-01-09T19:51:15.407Z | Checking h2 v0.4.6 |
578 | 2025-01-09T19:51:15.794Z | Checking icu_normalizer v1.5.0 |
579 | 2025-01-09T19:51:16.242Z | Compiling dtrace-parser v0.2.0 |
580 | 2025-01-09T19:51:16.388Z | Checking scroll v0.12.0 |
581 | 2025-01-09T19:51:16.452Z | Checking serde_urlencoded v0.7.1 |
582 | 2025-01-09T19:51:16.567Z | Checking idna_adapter v1.2.0 |
583 | 2025-01-09T19:51:16.876Z | Checking idna v1.0.3 |
584 | 2025-01-09T19:51:16.905Z | Compiling dof v0.3.0 |
585 | 2025-01-09T19:51:17.596Z | Checking num_threads v0.1.7 |
586 | 2025-01-09T19:51:17.712Z | Compiling ident_case v1.0.1 |
587 | 2025-01-09T19:51:17.861Z | Checking base64 v0.22.1 |
588 | 2025-01-09T19:51:17.895Z | Checking plain v0.2.3 |
589 | 2025-01-09T19:51:17.931Z | Checking typify-impl v0.2.0 |
590 | 2025-01-09T19:51:17.958Z | Checking time v0.3.36 |
591 | 2025-01-09T19:51:18.036Z | Checking goblin v0.8.2 |
592 | 2025-01-09T19:51:18.346Z | Compiling darling_core v0.20.10 |
593 | 2025-01-09T19:51:19.543Z | Checking hyper v1.5.0 |
594 | 2025-01-09T19:51:20.464Z | Checking url v2.5.3 |
595 | 2025-01-09T19:51:20.491Z | Compiling openapiv3 v2.0.0 |
596 | 2025-01-09T19:51:21.481Z | Checking sync_wrapper v1.0.1 |
597 | 2025-01-09T19:51:21.546Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-01-09T19:51:21.721Z | Checking ipnet v2.10.1 |
599 | 2025-01-09T19:51:21.764Z | Checking hyper-util v0.1.10 |
600 | 2025-01-09T19:51:22.016Z | Checking pretty-hex v0.4.1 |
601 | 2025-01-09T19:51:22.189Z | Compiling newtype-uuid v1.1.3 |
602 | 2025-01-09T19:51:22.207Z | Compiling omicron-workspace-hack v0.1.0 |
603 | 2025-01-09T19:51:22.500Z | Compiling unsafe-libyaml v0.2.11 |
604 | 2025-01-09T19:51:22.520Z | Compiling paste v1.0.15 |
605 | 2025-01-09T19:51:23.044Z | Compiling rustls v0.22.4 |
606 | 2025-01-09T19:51:23.364Z | Compiling rustversion v1.0.17 |
607 | 2025-01-09T19:51:23.521Z | Checking hyper-tls v0.6.0 |
608 | 2025-01-09T19:51:23.802Z | Checking hyper-rustls v0.27.3 |
609 | 2025-01-09T19:51:24.061Z | Compiling serde_yaml v0.9.34+deprecated |
610 | 2025-01-09T19:51:24.149Z | Checking reqwest v0.12.9 |
611 | 2025-01-09T19:51:24.322Z | Checking dirs-next v2.0.0 |
612 | 2025-01-09T19:51:24.534Z | Compiling darling_macro v0.20.10 |
613 | 2025-01-09T19:51:24.910Z | Checking ipnetwork v0.20.0 |
614 | 2025-01-09T19:51:25.141Z | Checking serde_spanned v0.6.8 |
615 | 2025-01-09T19:51:25.180Z | Checking toml_datetime v0.6.8 |
616 | 2025-01-09T19:51:25.262Z | Checking ppv-lite86 v0.2.20 |
617 | 2025-01-09T19:51:25.341Z | Checking block-buffer v0.10.4 |
618 | 2025-01-09T19:51:25.537Z | Checking crypto-common v0.1.6 |
619 | 2025-01-09T19:51:25.542Z | Compiling structmeta-derive v0.3.0 |
620 | 2025-01-09T19:51:25.548Z | Checking rand_core v0.6.4 |
621 | 2025-01-09T19:51:25.648Z | Checking thread_local v1.1.8 |
622 | 2025-01-09T19:51:25.709Z | Compiling multer v3.1.0 |
623 | 2025-01-09T19:51:25.861Z | Checking winnow v0.6.20 |
624 | 2025-01-09T19:51:25.938Z | Checking match_cfg v0.1.0 |
625 | 2025-01-09T19:51:26.029Z | Checking either v1.13.0 |
626 | 2025-01-09T19:51:26.044Z | Compiling camino v1.1.9 |
627 | 2025-01-09T19:51:26.066Z | Compiling slog-async v2.8.0 |
628 | 2025-01-09T19:51:26.409Z | Compiling anyhow v1.0.93 |
629 | 2025-01-09T19:51:26.640Z | Checking itertools v0.10.5 |
630 | 2025-01-09T19:51:26.798Z | Checking rand_chacha v0.3.1 |
631 | 2025-01-09T19:51:27.162Z | Checking hostname v0.3.1 |
632 | 2025-01-09T19:51:27.378Z | Checking digest v0.10.7 |
633 | 2025-01-09T19:51:27.746Z | Checking progenitor-client v0.8.0 |
634 | 2025-01-09T19:51:27.862Z | Compiling darling v0.20.10 |
635 | 2025-01-09T19:51:27.881Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
636 | 2025-01-09T19:51:28.031Z | Checking crossbeam-channel v0.5.13 |
637 | 2025-01-09T19:51:28.136Z | Checking term v0.7.0 |
638 | 2025-01-09T19:51:28.412Z | Compiling structmeta v0.3.0 |
639 | 2025-01-09T19:51:28.750Z | Compiling usdt-attr-macro v0.5.0 |
640 | 2025-01-09T19:51:29.098Z | Compiling usdt-macro v0.5.0 |
641 | 2025-01-09T19:51:29.161Z | Checking toml_edit v0.22.22 |
642 | 2025-01-09T19:51:29.602Z | Checking slog-json v2.6.1 |
643 | 2025-01-09T19:51:29.849Z | Checking futures-executor v0.3.31 |
644 | 2025-01-09T19:51:29.943Z | Compiling async-stream-impl v0.3.6 |
645 | 2025-01-09T19:51:30.078Z | Checking is-terminal v0.4.13 |
646 | 2025-01-09T19:51:30.281Z | Checking memmap v0.7.0 |
647 | 2025-01-09T19:51:30.342Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
648 | 2025-01-09T19:51:30.342Z | Compiling dropshot v0.13.0 |
649 | 2025-01-09T19:51:30.342Z | Checking take_mut v0.2.2 |
650 | 2025-01-09T19:51:30.590Z | Checking cpufeatures v0.2.14 |
651 | 2025-01-09T19:51:30.742Z | Checking sha1 v0.10.6 |
652 | 2025-01-09T19:51:30.742Z | Checking usdt v0.5.0 |
653 | 2025-01-09T19:51:30.798Z | Checking slog-term v2.9.1 |
654 | 2025-01-09T19:51:30.920Z | Checking futures v0.3.31 |
655 | 2025-01-09T19:51:30.979Z | Compiling strum_macros v0.26.4 |
656 | 2025-01-09T19:51:30.979Z | Checking slog-bunyan v2.5.0 |
657 | 2025-01-09T19:51:31.095Z | Compiling parse-display-derive v0.10.0 |
658 | 2025-01-09T19:51:31.258Z | Compiling serde_with_macros v3.11.0 |
659 | 2025-01-09T19:51:31.297Z | Checking async-stream v0.3.6 |
660 | 2025-01-09T19:51:31.438Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
661 | 2025-01-09T19:51:31.737Z | Checking toml v0.8.19 |
662 | 2025-01-09T19:51:31.920Z | Checking rand v0.8.5 |
663 | 2025-01-09T19:51:32.247Z | Checking tokio-rustls v0.25.0 |
664 | 2025-01-09T19:51:32.582Z | Compiling dropshot_endpoint v0.13.0 |
665 | 2025-01-09T19:51:32.810Z | Checking serde_path_to_error v0.1.16 |
666 | 2025-01-09T19:51:33.437Z | Checking hex v0.4.3 |
667 | 2025-01-09T19:51:33.463Z | Compiling async-trait v0.1.83 |
668 | 2025-01-09T19:51:33.463Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
669 | 2025-01-09T19:51:33.675Z | Checking waitgroup v0.1.2 |
670 | 2025-01-09T19:51:33.941Z | Checking hostname v0.4.0 |
671 | 2025-01-09T19:51:34.137Z | Checking instant v0.1.13 |
672 | 2025-01-09T19:51:34.137Z | Checking debug-ignore v1.0.5 |
673 | 2025-01-09T19:51:34.137Z | Checking backoff v0.4.0 |
674 | 2025-01-09T19:51:34.137Z | Checking serde_with v3.11.0 |
675 | 2025-01-09T19:51:34.224Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
676 | 2025-01-09T19:51:34.224Z | Compiling typify-macro v0.2.0 |
677 | 2025-01-09T19:51:34.236Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
678 | 2025-01-09T19:51:34.379Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
679 | 2025-01-09T19:51:34.430Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-09T19:51:35.009Z | Checking macaddr v1.0.1 |
681 | 2025-01-09T19:51:35.069Z | Checking parse-display v0.10.0 |
682 | 2025-01-09T19:51:35.202Z | Checking regress v0.9.1 |
683 | 2025-01-09T19:51:35.515Z | Checking strum v0.26.3 |
684 | 2025-01-09T19:51:36.742Z | Compiling typify v0.2.0 |
685 | 2025-01-09T19:51:36.819Z | Compiling progenitor-impl v0.8.0 |
686 | 2025-01-09T19:51:39.508Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-09T19:51:43.775Z | Checking progenitor v0.8.0 |
688 | 2025-01-09T19:51:43.891Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-09T19:51:46.994Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-09T19:51:54.902Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-09T19:51:54.968Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
692 | 2025-01-09T19:51:55.302Z | + cargo build --release |
693 | 2025-01-09T19:51:55.572Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-09T19:51:55.572Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-09T19:51:55.575Z | Compiling libc v0.2.162 |
696 | 2025-01-09T19:51:55.575Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-09T19:51:55.575Z | Compiling autocfg v1.4.0 |
698 | 2025-01-09T19:51:55.575Z | Compiling serde v1.0.215 |
699 | 2025-01-09T19:51:55.575Z | Compiling version_check v0.9.5 |
700 | 2025-01-09T19:51:55.575Z | Compiling memchr v2.7.4 |
701 | 2025-01-09T19:51:55.700Z | Compiling serde_json v1.0.133 |
702 | 2025-01-09T19:51:55.774Z | Compiling itoa v1.0.11 |
703 | 2025-01-09T19:51:56.031Z | Compiling thiserror v1.0.69 |
704 | 2025-01-09T19:51:56.156Z | Compiling once_cell v1.20.2 |
705 | 2025-01-09T19:51:56.259Z | Compiling shlex v1.3.0 |
706 | 2025-01-09T19:51:56.571Z | Compiling cc v1.1.30 |
707 | 2025-01-09T19:51:56.586Z | Compiling num-traits v0.2.19 |
708 | 2025-01-09T19:51:56.930Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-09T19:51:57.021Z | Compiling getrandom v0.2.15 |
710 | 2025-01-09T19:51:57.038Z | Compiling smallvec v1.13.2 |
711 | 2025-01-09T19:51:57.100Z | Compiling ryu v1.0.18 |
712 | 2025-01-09T19:51:57.308Z | Compiling quote v1.0.37 |
713 | 2025-01-09T19:51:57.379Z | Compiling bytes v1.8.0 |
714 | 2025-01-09T19:51:57.508Z | Compiling schemars v0.8.21 |
715 | 2025-01-09T19:51:57.631Z | Compiling futures-core v0.3.31 |
716 | 2025-01-09T19:51:57.646Z | Compiling lock_api v0.4.12 |
717 | 2025-01-09T19:51:57.871Z | Compiling syn v2.0.87 |
718 | 2025-01-09T19:51:57.871Z | Compiling ahash v0.8.11 |
719 | 2025-01-09T19:51:57.916Z | Compiling byteorder v1.5.0 |
720 | 2025-01-09T19:51:58.002Z | Compiling parking_lot_core v0.9.10 |
721 | 2025-01-09T19:51:58.322Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-09T19:51:58.370Z | Compiling slab v0.4.9 |
723 | 2025-01-09T19:51:58.384Z | Compiling futures-sink v0.3.31 |
724 | 2025-01-09T19:51:58.547Z | Compiling log v0.4.22 |
725 | 2025-01-09T19:51:58.783Z | Compiling mio v1.0.2 |
726 | 2025-01-09T19:51:58.849Z | Compiling socket2 v0.5.7 |
727 | 2025-01-09T19:51:58.988Z | Compiling parking_lot v0.12.3 |
728 | 2025-01-09T19:51:59.006Z | Compiling signal-hook-registry v1.4.2 |
729 | 2025-01-09T19:51:59.212Z | Compiling stable_deref_trait v1.2.0 |
730 | 2025-01-09T19:51:59.251Z | Compiling semver v1.0.23 |
731 | 2025-01-09T19:51:59.617Z | Compiling ring v0.17.8 |
732 | 2025-01-09T19:51:59.643Z | Compiling equivalent v1.0.1 |
733 | 2025-01-09T19:51:59.744Z | Compiling fnv v1.0.7 |
734 | 2025-01-09T19:51:59.751Z | Compiling hashbrown v0.15.1 |
735 | 2025-01-09T19:51:59.872Z | Compiling http v1.1.0 |
736 | 2025-01-09T19:52:00.381Z | Compiling futures-channel v0.3.31 |
737 | 2025-01-09T19:52:00.537Z | Compiling futures-io v0.3.31 |
738 | 2025-01-09T19:52:00.712Z | Compiling futures-task v0.3.31 |
739 | 2025-01-09T19:52:00.829Z | Compiling pin-utils v0.1.0 |
740 | 2025-01-09T19:52:00.915Z | Compiling iana-time-zone v0.1.61 |
741 | 2025-01-09T19:52:00.995Z | Compiling heck v0.5.0 |
742 | 2025-01-09T19:52:01.069Z | Compiling rustls-pki-types v1.10.0 |
743 | 2025-01-09T19:52:01.239Z | Compiling pkg-config v0.3.31 |
744 | 2025-01-09T19:52:01.424Z | Compiling vcpkg v0.2.15 |
745 | 2025-01-09T19:52:01.625Z | Compiling spin v0.9.8 |
746 | 2025-01-09T19:52:02.464Z | Compiling untrusted v0.9.0 |
747 | 2025-01-09T19:52:02.526Z | Compiling httparse v1.9.5 |
748 | 2025-01-09T19:52:02.723Z | Compiling writeable v0.5.5 |
749 | 2025-01-09T19:52:02.941Z | Compiling ucd-trie v0.1.7 |
750 | 2025-01-09T19:52:03.104Z | Compiling dyn-clone v1.0.17 |
751 | 2025-01-09T19:52:03.116Z | Compiling openssl-sys v0.9.103 |
752 | 2025-01-09T19:52:03.210Z | Compiling litemap v0.7.3 |
753 | 2025-01-09T19:52:03.399Z | Compiling tracing-core v0.1.32 |
754 | 2025-01-09T19:52:03.891Z | Compiling atomic-waker v1.1.2 |
755 | 2025-01-09T19:52:03.998Z | Compiling allocator-api2 v0.2.18 |
756 | 2025-01-09T19:52:04.211Z | Compiling tracing v0.1.40 |
757 | 2025-01-09T19:52:04.743Z | Compiling http-body v1.0.1 |
758 | 2025-01-09T19:52:04.970Z | Compiling subtle v2.6.1 |
759 | 2025-01-09T19:52:05.162Z | Compiling chrono v0.4.38 |
760 | 2025-01-09T19:52:05.169Z | Compiling icu_locid_transform_data v1.5.0 |
761 | 2025-01-09T19:52:05.227Z | Compiling try-lock v0.2.5 |
762 | 2025-01-09T19:52:05.257Z | Compiling uuid v1.11.0 |
763 | 2025-01-09T19:52:05.367Z | Compiling zeroize v1.8.1 |
764 | 2025-01-09T19:52:05.679Z | Compiling synstructure v0.13.1 |
765 | 2025-01-09T19:52:05.687Z | Compiling serde_derive_internals v0.29.1 |
766 | 2025-01-09T19:52:05.753Z | Compiling want v0.3.1 |
767 | 2025-01-09T19:52:06.094Z | Compiling icu_properties_data v1.5.0 |
768 | 2025-01-09T19:52:06.343Z | Compiling slog v2.7.0 |
769 | 2025-01-09T19:52:06.833Z | Compiling httpdate v1.0.3 |
770 | 2025-01-09T19:52:07.187Z | Compiling openssl v0.10.66 |
771 | 2025-01-09T19:52:07.461Z | Compiling foreign-types-shared v0.1.1 |
772 | 2025-01-09T19:52:07.563Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-09T19:52:07.642Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-09T19:52:07.896Z | Compiling write16 v1.0.0 |
775 | 2025-01-09T19:52:07.968Z | Compiling regex-syntax v0.8.5 |
776 | 2025-01-09T19:52:08.024Z | Compiling percent-encoding v2.3.1 |
777 | 2025-01-09T19:52:08.489Z | Compiling native-tls v0.2.12 |
778 | 2025-01-09T19:52:08.837Z | Compiling utf16_iter v1.0.5 |
779 | 2025-01-09T19:52:09.043Z | Compiling icu_normalizer_data v1.5.0 |
780 | 2025-01-09T19:52:09.046Z | Compiling utf8_iter v1.0.4 |
781 | 2025-01-09T19:52:09.135Z | Compiling tower-service v0.3.3 |
782 | 2025-01-09T19:52:09.252Z | Compiling typenum v1.17.0 |
783 | 2025-01-09T19:52:09.319Z | Compiling bitflags v2.6.0 |
784 | 2025-01-09T19:52:09.713Z | Compiling rustls v0.23.19 |
785 | 2025-01-09T19:52:10.045Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-09T19:52:10.582Z | Compiling generic-array v0.14.7 |
787 | 2025-01-09T19:52:10.598Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-09T19:52:11.412Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-09T19:52:12.020Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-09T19:52:12.145Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-09T19:52:12.246Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-09T19:52:12.808Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-09T19:52:13.968Z | Compiling yoke-derive v0.7.4 |
794 | 2025-01-09T19:52:14.114Z | Compiling zerocopy v0.7.35 |
795 | 2025-01-09T19:52:15.331Z | Compiling tokio-macros v2.4.0 |
796 | 2025-01-09T19:52:15.702Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-09T19:52:16.459Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-09T19:52:16.684Z | Compiling futures-macro v0.3.31 |
799 | 2025-01-09T19:52:16.813Z | Compiling yoke v0.7.4 |
800 | 2025-01-09T19:52:16.936Z | Compiling tokio v1.40.0 |
801 | 2025-01-09T19:52:17.061Z | Compiling displaydoc v0.2.5 |
802 | 2025-01-09T19:52:17.699Z | Compiling pest v2.7.14 |
803 | 2025-01-09T19:52:18.219Z | Compiling zerovec v0.10.4 |
804 | 2025-01-09T19:52:18.632Z | Compiling futures-util v0.3.31 |
805 | 2025-01-09T19:52:18.655Z | Compiling icu_provider_macros v1.5.0 |
806 | 2025-01-09T19:52:18.685Z | Compiling hashbrown v0.14.5 |
807 | 2025-01-09T19:52:19.998Z | Compiling rustls-webpki v0.102.8 |
808 | 2025-01-09T19:52:20.584Z | Compiling tinystr v0.7.6 |
809 | 2025-01-09T19:52:21.055Z | Compiling icu_locid v1.5.0 |
810 | 2025-01-09T19:52:21.276Z | Compiling pest_meta v2.7.14 |
811 | 2025-01-09T19:52:24.850Z | Compiling icu_provider v1.5.0 |
812 | 2025-01-09T19:52:25.514Z | Compiling pest_generator v2.7.14 |
813 | 2025-01-09T19:52:26.381Z | Compiling indexmap v2.6.0 |
814 | 2025-01-09T19:52:27.198Z | Compiling serde_tokenstream v0.2.2 |
815 | 2025-01-09T19:52:28.771Z | Compiling tokio-util v0.7.12 |
816 | 2025-01-09T19:52:28.895Z | Compiling icu_locid_transform v1.5.0 |
817 | 2025-01-09T19:52:29.038Z | Compiling icu_collections v1.5.0 |
818 | 2025-01-09T19:52:31.784Z | Compiling h2 v0.4.6 |
819 | 2025-01-09T19:52:32.124Z | Compiling regress v0.10.1 |
820 | 2025-01-09T19:52:32.241Z | Compiling icu_properties v1.5.1 |
821 | 2025-01-09T19:52:35.037Z | Compiling pest_derive v2.7.14 |
822 | 2025-01-09T19:52:35.923Z | Compiling typify-impl v0.2.0 |
823 | 2025-01-09T19:52:36.567Z | Compiling openssl-macros v0.1.1 |
824 | 2025-01-09T19:52:37.407Z | Compiling hyper v1.5.0 |
825 | 2025-01-09T19:52:38.690Z | Compiling icu_normalizer v1.5.0 |
826 | 2025-01-09T19:52:43.925Z | Compiling hyper-util v0.1.10 |
827 | 2025-01-09T19:52:44.019Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-09T19:52:47.983Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-09T19:52:48.185Z | Compiling regex v1.11.1 |
830 | 2025-01-09T19:52:48.471Z | Compiling typify-macro v0.2.0 |
831 | 2025-01-09T19:52:49.576Z | Compiling http-body-util v0.1.2 |
832 | 2025-01-09T19:52:50.071Z | Compiling scroll_derive v0.12.0 |
833 | 2025-01-09T19:52:50.698Z | Compiling usdt-impl v0.5.0 |
834 | 2025-01-09T19:52:51.088Z | Compiling encoding_rs v0.8.34 |
835 | 2025-01-09T19:52:51.626Z | Compiling mime v0.3.17 |
836 | 2025-01-09T19:52:52.371Z | Compiling time-core v0.1.2 |
837 | 2025-01-09T19:52:52.537Z | Compiling powerfmt v0.2.0 |
838 | 2025-01-09T19:52:52.714Z | Compiling num-conv v0.1.0 |
839 | 2025-01-09T19:52:52.996Z | Compiling time-macros v0.2.18 |
840 | 2025-01-09T19:52:53.031Z | Compiling deranged v0.3.11 |
841 | 2025-01-09T19:52:53.324Z | Compiling scroll v0.12.0 |
842 | 2025-01-09T19:52:54.100Z | Compiling idna v1.0.3 |
843 | 2025-01-09T19:52:55.425Z | Compiling tokio-native-tls v0.3.1 |
844 | 2025-01-09T19:53:00.068Z | Compiling tokio-rustls v0.26.0 |
845 | 2025-01-09T19:53:00.550Z | Compiling dtrace-parser v0.2.0 |
846 | 2025-01-09T19:53:02.025Z | Compiling dof v0.3.0 |
847 | 2025-01-09T19:53:02.347Z | Compiling serde_urlencoded v0.7.1 |
848 | 2025-01-09T19:53:02.953Z | Compiling thread-id v4.2.2 |
849 | 2025-01-09T19:53:03.056Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-09T19:53:03.262Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-09T19:53:03.740Z | Compiling omicron-workspace-hack v0.1.0 |
852 | 2025-01-09T19:53:04.063Z | Compiling base64 v0.22.1 |
853 | 2025-01-09T19:53:04.432Z | Compiling crossbeam-utils v0.8.20 |
854 | 2025-01-09T19:53:05.140Z | Compiling strsim v0.11.1 |
855 | 2025-01-09T19:53:05.184Z | Compiling plain v0.2.3 |
856 | 2025-01-09T19:53:05.882Z | Compiling ident_case v1.0.1 |
857 | 2025-01-09T19:53:06.046Z | Compiling syn v1.0.109 |
858 | 2025-01-09T19:53:06.053Z | Compiling num_threads v0.1.7 |
859 | 2025-01-09T19:53:06.224Z | Compiling darling_core v0.20.10 |
860 | 2025-01-09T19:53:06.430Z | Compiling time v0.3.36 |
861 | 2025-01-09T19:53:08.940Z | Compiling goblin v0.8.2 |
862 | 2025-01-09T19:53:12.571Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-09T19:53:15.608Z | Compiling hyper-tls v0.6.0 |
864 | 2025-01-09T19:53:15.712Z | Compiling url v2.5.3 |
865 | 2025-01-09T19:53:16.114Z | Compiling typify v0.2.0 |
866 | 2025-01-09T19:53:16.240Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-09T19:53:18.036Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-09T19:53:18.183Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-09T19:53:19.702Z | Compiling unsafe-libyaml v0.2.11 |
870 | 2025-01-09T19:53:20.503Z | Compiling rustls v0.22.4 |
871 | 2025-01-09T19:53:20.827Z | Compiling paste v1.0.15 |
872 | 2025-01-09T19:53:21.339Z | Compiling rustversion v1.0.17 |
873 | 2025-01-09T19:53:21.472Z | Compiling ipnet v2.10.1 |
874 | 2025-01-09T19:53:21.665Z | Compiling pretty-hex v0.4.1 |
875 | 2025-01-09T19:53:21.901Z | Compiling newtype-uuid v1.1.3 |
876 | 2025-01-09T19:53:22.051Z | Compiling reqwest v0.12.9 |
877 | 2025-01-09T19:53:23.117Z | Compiling serde_yaml v0.9.34+deprecated |
878 | 2025-01-09T19:53:24.654Z | Compiling progenitor-impl v0.8.0 |
879 | 2025-01-09T19:53:27.125Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-09T19:53:28.834Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-09T19:53:29.886Z | Compiling block-buffer v0.10.4 |
882 | 2025-01-09T19:53:30.155Z | Compiling crypto-common v0.1.6 |
883 | 2025-01-09T19:53:30.371Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-09T19:53:31.572Z | Compiling serde_spanned v0.6.8 |
885 | 2025-01-09T19:53:31.821Z | Compiling toml_datetime v0.6.8 |
886 | 2025-01-09T19:53:32.512Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-09T19:53:33.454Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-09T19:53:33.921Z | Compiling rand_core v0.6.4 |
889 | 2025-01-09T19:53:34.401Z | Compiling thread_local v1.1.8 |
890 | 2025-01-09T19:53:34.431Z | Compiling multer v3.1.0 |
891 | 2025-01-09T19:53:34.778Z | Compiling camino v1.1.9 |
892 | 2025-01-09T19:53:35.125Z | Compiling slog-async v2.8.0 |
893 | 2025-01-09T19:53:35.365Z | Compiling anyhow v1.0.93 |
894 | 2025-01-09T19:53:35.382Z | Compiling match_cfg v0.1.0 |
895 | 2025-01-09T19:53:35.467Z | Compiling either v1.13.0 |
896 | 2025-01-09T19:53:35.557Z | Compiling winnow v0.6.20 |
897 | 2025-01-09T19:53:35.675Z | Compiling hostname v0.3.1 |
898 | 2025-01-09T19:53:35.904Z | Compiling itertools v0.10.5 |
899 | 2025-01-09T19:53:35.971Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
900 | 2025-01-09T19:53:36.237Z | Compiling structmeta v0.3.0 |
901 | 2025-01-09T19:53:36.629Z | Compiling rand_chacha v0.3.1 |
902 | 2025-01-09T19:53:36.874Z | Compiling progenitor-macro v0.8.0 |
903 | 2025-01-09T19:53:37.167Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
904 | 2025-01-09T19:53:38.396Z | Compiling digest v0.10.7 |
905 | 2025-01-09T19:53:38.831Z | Compiling darling v0.20.10 |
906 | 2025-01-09T19:53:39.233Z | Compiling crossbeam-channel v0.5.13 |
907 | 2025-01-09T19:53:39.986Z | Compiling toml_edit v0.22.22 |
908 | 2025-01-09T19:53:40.881Z | Compiling term v0.7.0 |
909 | 2025-01-09T19:53:45.604Z | Compiling progenitor-client v0.8.0 |
910 | 2025-01-09T19:53:47.997Z | Compiling usdt-attr-macro v0.5.0 |
911 | 2025-01-09T19:53:49.160Z | Compiling usdt-macro v0.5.0 |
912 | 2025-01-09T19:53:49.514Z | Compiling slog-json v2.6.1 |
913 | 2025-01-09T19:53:49.950Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-09T19:53:50.093Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-09T19:53:50.467Z | Compiling is-terminal v0.4.13 |
916 | 2025-01-09T19:53:50.592Z | Compiling memmap v0.7.0 |
917 | 2025-01-09T19:53:51.039Z | Compiling dropshot v0.13.0 |
918 | 2025-01-09T19:53:51.168Z | Compiling cpufeatures v0.2.14 |
919 | 2025-01-09T19:53:51.255Z | Compiling take_mut v0.2.2 |
920 | 2025-01-09T19:53:51.426Z | Compiling sha1 v0.10.6 |
921 | 2025-01-09T19:53:51.482Z | Compiling async-stream v0.3.6 |
922 | 2025-01-09T19:53:51.786Z | Compiling usdt v0.5.0 |
923 | 2025-01-09T19:53:52.202Z | Compiling slog-term v2.9.1 |
924 | 2025-01-09T19:53:53.348Z | Compiling futures v0.3.31 |
925 | 2025-01-09T19:53:53.492Z | Compiling progenitor v0.8.0 |
926 | 2025-01-09T19:53:53.789Z | Compiling slog-bunyan v2.5.0 |
927 | 2025-01-09T19:53:54.058Z | Compiling strum_macros v0.26.4 |
928 | 2025-01-09T19:53:54.864Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
929 | 2025-01-09T19:53:55.203Z | Compiling tokio-rustls v0.25.0 |
930 | 2025-01-09T19:53:55.628Z | Compiling toml v0.8.19 |
931 | 2025-01-09T19:53:56.639Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-09T19:53:58.851Z | Compiling rand v0.8.5 |
933 | 2025-01-09T19:53:59.465Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-09T19:54:03.592Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-09T19:54:03.622Z | Compiling hex v0.4.3 |
936 | 2025-01-09T19:54:04.325Z | Compiling serde_path_to_error v0.1.16 |
937 | 2025-01-09T19:54:04.845Z | Compiling async-trait v0.1.83 |
938 | 2025-01-09T19:54:04.880Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-01-09T19:54:05.362Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-09T19:54:05.617Z | Compiling hostname v0.4.0 |
941 | 2025-01-09T19:54:05.723Z | Compiling instant v0.1.13 |
942 | 2025-01-09T19:54:05.862Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-09T19:54:05.881Z | Compiling backoff v0.4.0 |
944 | 2025-01-09T19:54:06.007Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
945 | 2025-01-09T19:54:06.205Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-01-09T19:54:06.223Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
947 | 2025-01-09T19:54:06.454Z | Compiling parse-display v0.10.0 |
948 | 2025-01-09T19:54:07.312Z | Compiling serde_with v3.11.0 |
949 | 2025-01-09T19:54:07.324Z | Compiling strum v0.26.3 |
950 | 2025-01-09T19:54:07.501Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-09T19:54:08.138Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-09T19:54:08.717Z | Compiling regress v0.9.1 |
953 | 2025-01-09T19:54:08.941Z | Compiling macaddr v1.0.1 |
954 | 2025-01-09T19:54:13.100Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-09T19:54:25.484Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-09T19:54:35.852Z | Finished `release` profile [optimized] target(s) in 2m 40s |
957 | 2025-01-09T19:54:35.920Z | process exited: duration 242340 ms, exit code 0 |
|
958 | 2025-01-09T19:54:35.927Z | found 0 output files |