|
|
|
1 | 2025-01-14T19:56:18.394Z | job assigned to worker 01JHK65ERNRHNWNCFC87YQW05M [factory aws, i-092b1a261f5f90d91] (queued for 3 m 11 s) |
|
2 | 2025-01-14T19:56:25.513Z | starting task 0: "setup" |
3 | 2025-01-14T19:56:25.522Z | ++ uname -s |
4 | 2025-01-14T19:56:25.525Z | + kern=SunOS |
5 | 2025-01-14T19:56:25.525Z | + case "$kern" in |
6 | 2025-01-14T19:56:25.525Z | + groupadd -g 12345 build |
7 | 2025-01-14T19:56:25.528Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-14T19:56:27.535Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-14T19:56:27.620Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-14T19:56:27.622Z | + home_fs=zfs |
11 | 2025-01-14T19:56:27.622Z | + [[ zfs == autofs ]] |
12 | 2025-01-14T19:56:27.622Z | + mkdir -p /home/build |
13 | 2025-01-14T19:56:27.624Z | + chown build:build /home/build /work |
14 | 2025-01-14T19:56:29.626Z | + chmod 0700 /home/build /work |
15 | 2025-01-14T19:56:29.629Z | process exited: duration 4117 ms, exit code 0 |
|
16 | 2025-01-14T19:56:29.634Z | starting task 1: "rust-toolchain" |
17 | 2025-01-14T19:56:29.639Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-14T19:56:29.639Z | ' 1.81.0 |
19 | 2025-01-14T19:56:29.639Z | * toolchain channel = "1.81.0" |
20 | 2025-01-14T19:56:29.639Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-14T19:56:29.640Z | ' default |
22 | 2025-01-14T19:56:29.640Z | * toolchain profile = "default" |
23 | 2025-01-14T19:56:29.642Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-14T19:56:29.642Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-14T19:56:29.758Z | info: downloading installer |
26 | 2025-01-14T19:56:31.105Z | info: profile set to 'default' |
27 | 2025-01-14T19:56:31.105Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-14T19:56:31.107Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-14T19:56:31.258Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-14T19:56:31.258Z | info: downloading component 'cargo' |
31 | 2025-01-14T19:56:32.197Z | info: downloading component 'clippy' |
32 | 2025-01-14T19:56:32.598Z | info: downloading component 'rust-docs' |
33 | 2025-01-14T19:56:33.897Z | info: downloading component 'rust-std' |
34 | 2025-01-14T19:56:35.819Z | info: downloading component 'rustc' |
35 | 2025-01-14T19:56:42.627Z | info: downloading component 'rustfmt' |
36 | 2025-01-14T19:56:42.972Z | info: installing component 'cargo' |
37 | 2025-01-14T19:56:43.790Z | info: installing component 'clippy' |
38 | 2025-01-14T19:56:44.137Z | info: installing component 'rust-docs' |
39 | 2025-01-14T19:56:45.768Z | info: installing component 'rust-std' |
40 | 2025-01-14T19:56:47.501Z | info: installing component 'rustc' |
41 | 2025-01-14T19:56:53.167Z | info: installing component 'rustfmt' |
42 | 2025-01-14T19:56:53.490Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-14T19:56:53.490Z | |
44 | 2025-01-14T19:56:53.856Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-14T19:56:53.856Z | |
46 | 2025-01-14T19:56:53.858Z | |
47 | 2025-01-14T19:56:53.858Z | Rust is installed now. Great! |
48 | 2025-01-14T19:56:53.858Z | |
49 | 2025-01-14T19:56:53.858Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-14T19:56:53.858Z | environment variable. This has not been done automatically. |
51 | 2025-01-14T19:56:53.858Z | |
52 | 2025-01-14T19:56:53.858Z | To configure your current shell, you need to source |
53 | 2025-01-14T19:56:53.858Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-14T19:56:53.858Z | |
55 | 2025-01-14T19:56:53.858Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-14T19:56:53.858Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-14T19:56:53.858Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-14T19:56:53.931Z | + rustc --version |
59 | 2025-01-14T19:56:53.996Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-14T19:56:53.999Z | process exited: duration 24361 ms, exit code 0 |
|
61 | 2025-01-14T19:56:54.008Z | starting task 2: "authentication" |
62 | 2025-01-14T19:56:54.027Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-14T19:56:54.034Z | starting task 3: "clone repository" |
64 | 2025-01-14T19:56:54.038Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-14T19:56:54.040Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-14T19:56:54.079Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-14T19:57:01.747Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-14T19:57:01.747Z | + git fetch origin 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
69 | 2025-01-14T19:57:02.095Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-14T19:57:02.095Z | * branch 5c5c53f4a22db348528e6b531d43963ae3827ff9 -> FETCH_HEAD |
71 | 2025-01-14T19:57:02.104Z | + [[ -n iliana/tuf-artifact-key ]] |
72 | 2025-01-14T19:57:02.107Z | ++ git branch --show-current |
73 | 2025-01-14T19:57:02.109Z | + current=main |
74 | 2025-01-14T19:57:02.109Z | + [[ main != iliana/tuf-artifact-key ]] |
75 | 2025-01-14T19:57:02.109Z | + git branch -f iliana/tuf-artifact-key 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
76 | 2025-01-14T19:57:02.112Z | + git checkout -f iliana/tuf-artifact-key |
77 | 2025-01-14T19:57:02.288Z | Switched to branch 'iliana/tuf-artifact-key' |
78 | 2025-01-14T19:57:02.291Z | + git reset --hard 5c5c53f4a22db348528e6b531d43963ae3827ff9 |
79 | 2025-01-14T19:57:02.305Z | HEAD is now at 5c5c53f4a replace TUF artifact primary key with a UUID |
80 | 2025-01-14T19:57:02.307Z | process exited: duration 8273 ms, exit code 0 |
|
81 | 2025-01-14T19:57:02.313Z | starting task 4: "build" |
82 | 2025-01-14T19:57:02.319Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-14T19:57:02.319Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-14T19:57:02.319Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-14T19:57:02.319Z | + cargo --version |
86 | 2025-01-14T19:57:02.376Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-14T19:57:02.378Z | + rustc --version |
88 | 2025-01-14T19:57:02.438Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-14T19:57:02.440Z | + cd /tmp |
90 | 2025-01-14T19:57:02.441Z | + cargo new --lib test-project |
91 | 2025-01-14T19:57:02.499Z | Creating library `test-project` package |
92 | 2025-01-14T19:57:02.574Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-14T19:57:02.576Z | + cd test-project |
94 | 2025-01-14T19:57:02.576Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-14T19:57:02.635Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-14T19:57:02.635Z | Features: |
97 | 2025-01-14T19:57:02.635Z | - proptest |
98 | 2025-01-14T19:57:02.638Z | - test-strategy |
99 | 2025-01-14T19:57:02.638Z | - testing |
100 | 2025-01-14T19:57:02.638Z | Updating crates.io index |
101 | 2025-01-14T19:57:02.729Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-14T19:57:03.039Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-14T19:57:03.619Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-14T19:57:03.866Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-14T19:57:04.129Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-14T19:57:05.253Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-14T19:57:05.256Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-14T19:57:05.256Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-14T19:57:05.256Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-14T19:57:05.256Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-14T19:57:05.256Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-14T19:57:05.258Z | Adding generic-array v0.14.7 (latest: v1.2.0) |
113 | 2025-01-14T19:57:05.258Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-14T19:57:05.258Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-14T19:57:05.258Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-14T19:57:05.258Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-14T19:57:05.260Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-14T19:57:05.260Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-14T19:57:05.261Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-14T19:57:05.261Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-14T19:57:05.263Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-14T19:57:05.263Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-14T19:57:05.263Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-14T19:57:05.263Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-14T19:57:05.263Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-14T19:57:05.263Z | Adding regress v0.9.1 (latest: v0.10.2) |
127 | 2025-01-14T19:57:05.269Z | Adding rustls v0.22.4 (latest: v0.23.21) |
128 | 2025-01-14T19:57:05.278Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-14T19:57:05.278Z | Adding syn v1.0.109 (latest: v2.0.96) |
130 | 2025-01-14T19:57:05.278Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-14T19:57:05.278Z | Adding thiserror v1.0.69 (latest: v2.0.11) |
132 | 2025-01-14T19:57:05.278Z | Adding thiserror-impl v1.0.69 (latest: v2.0.11) |
133 | 2025-01-14T19:57:05.278Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-14T19:57:05.278Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-14T19:57:05.278Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-14T19:57:05.280Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-14T19:57:05.280Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-14T19:57:05.281Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-14T19:57:05.281Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.0+wasi-0.2.3) |
140 | 2025-01-14T19:57:05.281Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-14T19:57:05.281Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-14T19:57:05.281Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-14T19:57:05.281Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-14T19:57:05.281Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-14T19:57:05.281Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-14T19:57:05.281Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-14T19:57:05.281Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-14T19:57:05.281Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-14T19:57:05.281Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-14T19:57:05.281Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-14T19:57:05.281Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-14T19:57:05.281Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-14T19:57:05.281Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-14T19:57:05.281Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-14T19:57:05.281Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-14T19:57:05.281Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-14T19:57:05.281Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-14T19:57:05.281Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-14T19:57:05.281Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-14T19:57:05.364Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-14T19:57:05.366Z | + cargo check |
162 | 2025-01-14T19:57:05.541Z | Updating crates.io index |
163 | 2025-01-14T19:57:06.266Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-14T19:57:09.330Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-14T19:57:11.315Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-14T19:57:12.130Z | Downloading crates ... |
167 | 2025-01-14T19:57:12.189Z | Downloaded ahash v0.8.11 |
168 | 2025-01-14T19:57:12.196Z | Downloaded allocator-api2 v0.2.18 |
169 | 2025-01-14T19:57:12.200Z | Downloaded darling_macro v0.20.10 |
170 | 2025-01-14T19:57:12.203Z | Downloaded async-stream-impl v0.3.6 |
171 | 2025-01-14T19:57:12.214Z | Downloaded instant v0.1.13 |
172 | 2025-01-14T19:57:12.216Z | Downloaded equivalent v1.0.1 |
173 | 2025-01-14T19:57:12.219Z | Downloaded time-core v0.1.2 |
174 | 2025-01-14T19:57:12.221Z | Downloaded icu_provider_macros v1.5.0 |
175 | 2025-01-14T19:57:12.222Z | Downloaded displaydoc v0.2.5 |
176 | 2025-01-14T19:57:12.224Z | Downloaded foreign-types-shared v0.1.1 |
177 | 2025-01-14T19:57:12.228Z | Downloaded match_cfg v0.1.0 |
178 | 2025-01-14T19:57:12.228Z | Downloaded foreign-types v0.3.2 |
179 | 2025-01-14T19:57:12.231Z | Downloaded http-body v1.0.1 |
180 | 2025-01-14T19:57:12.231Z | Downloaded ident_case v1.0.1 |
181 | 2025-01-14T19:57:12.233Z | Downloaded try-lock v0.2.5 |
182 | 2025-01-14T19:57:12.233Z | Downloaded usdt-macro v0.5.0 |
183 | 2025-01-14T19:57:12.236Z | Downloaded usdt-attr-macro v0.5.0 |
184 | 2025-01-14T19:57:12.239Z | Downloaded block-buffer v0.10.4 |
185 | 2025-01-14T19:57:12.242Z | Downloaded waitgroup v0.1.2 |
186 | 2025-01-14T19:57:12.247Z | Downloaded async-stream v0.3.6 |
187 | 2025-01-14T19:57:12.249Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2025-01-14T19:57:12.249Z | Downloaded tower-service v0.3.3 |
189 | 2025-01-14T19:57:12.249Z | Downloaded dtrace-parser v0.2.0 |
190 | 2025-01-14T19:57:12.249Z | Downloaded dof v0.3.0 |
191 | 2025-01-14T19:57:12.252Z | Downloaded fnv v1.0.7 |
192 | 2025-01-14T19:57:12.252Z | Downloaded yoke-derive v0.7.4 |
193 | 2025-01-14T19:57:12.254Z | Downloaded hostname v0.3.1 |
194 | 2025-01-14T19:57:12.256Z | Downloaded want v0.3.1 |
195 | 2025-01-14T19:57:12.256Z | Downloaded autocfg v1.4.0 |
196 | 2025-01-14T19:57:12.259Z | Downloaded take_mut v0.2.2 |
197 | 2025-01-14T19:57:12.259Z | Downloaded generic-array v0.14.7 |
198 | 2025-01-14T19:57:12.262Z | Downloaded form_urlencoded v1.2.1 |
199 | 2025-01-14T19:57:12.262Z | Downloaded atomic-waker v1.1.2 |
200 | 2025-01-14T19:57:12.265Z | Downloaded progenitor-client v0.8.0 |
201 | 2025-01-14T19:57:12.265Z | Downloaded http-body-util v0.1.2 |
202 | 2025-01-14T19:57:12.267Z | Downloaded futures-task v0.3.31 |
203 | 2025-01-14T19:57:12.271Z | Downloaded futures-io v0.3.31 |
204 | 2025-01-14T19:57:12.271Z | Downloaded num_threads v0.1.7 |
205 | 2025-01-14T19:57:12.274Z | Downloaded zerofrom v0.1.4 |
206 | 2025-01-14T19:57:12.274Z | Downloaded idna_adapter v1.2.0 |
207 | 2025-01-14T19:57:12.274Z | Downloaded httpdate v1.0.3 |
208 | 2025-01-14T19:57:12.276Z | Downloaded hostname v0.4.0 |
209 | 2025-01-14T19:57:12.276Z | Downloaded write16 v1.0.0 |
210 | 2025-01-14T19:57:12.279Z | Downloaded futures-macro v0.3.31 |
211 | 2025-01-14T19:57:12.279Z | Downloaded openssl-probe v0.1.5 |
212 | 2025-01-14T19:57:12.281Z | Downloaded hyper-tls v0.6.0 |
213 | 2025-01-14T19:57:12.283Z | Downloaded pretty-hex v0.4.1 |
214 | 2025-01-14T19:57:12.283Z | Downloaded num-conv v0.1.0 |
215 | 2025-01-14T19:57:12.286Z | Downloaded untrusted v0.9.0 |
216 | 2025-01-14T19:57:12.288Z | Downloaded futures-executor v0.3.31 |
217 | 2025-01-14T19:57:12.288Z | Downloaded camino v1.1.9 |
218 | 2025-01-14T19:57:12.291Z | Downloaded utf8_iter v1.0.4 |
219 | 2025-01-14T19:57:12.295Z | Downloaded darling v0.20.10 |
220 | 2025-01-14T19:57:12.297Z | Downloaded typify-macro v0.2.0 |
221 | 2025-01-14T19:57:12.299Z | Downloaded pest_generator v2.7.14 |
222 | 2025-01-14T19:57:12.299Z | Downloaded parse-display v0.10.0 |
223 | 2025-01-14T19:57:12.301Z | Downloaded utf16_iter v1.0.5 |
224 | 2025-01-14T19:57:12.302Z | Downloaded usdt-impl v0.5.0 |
225 | 2025-01-14T19:57:12.305Z | Downloaded sync_wrapper v1.0.1 |
226 | 2025-01-14T19:57:12.305Z | Downloaded toml_datetime v0.6.8 |
227 | 2025-01-14T19:57:12.308Z | Downloaded tokio-macros v2.4.0 |
228 | 2025-01-14T19:57:12.308Z | Downloaded usdt v0.5.0 |
229 | 2025-01-14T19:57:12.310Z | Downloaded hex v0.4.3 |
230 | 2025-01-14T19:57:12.310Z | Downloaded quinn-udp v0.5.5 |
231 | 2025-01-14T19:57:12.314Z | Downloaded hyper-rustls v0.27.3 |
232 | 2025-01-14T19:57:12.316Z | Downloaded pkg-config v0.3.31 |
233 | 2025-01-14T19:57:12.318Z | Downloaded zeroize v1.8.1 |
234 | 2025-01-14T19:57:12.320Z | Downloaded progenitor v0.8.0 |
235 | 2025-01-14T19:57:12.320Z | Downloaded ppv-lite86 v0.2.20 |
236 | 2025-01-14T19:57:12.322Z | Downloaded paste v1.0.15 |
237 | 2025-01-14T19:57:12.324Z | Downloaded powerfmt v0.2.0 |
238 | 2025-01-14T19:57:12.327Z | Downloaded lock_api v0.4.12 |
239 | 2025-01-14T19:57:12.329Z | Downloaded ipnet v2.10.1 |
240 | 2025-01-14T19:57:12.331Z | Downloaded version_check v0.9.5 |
241 | 2025-01-14T19:57:12.332Z | Downloaded futures-channel v0.3.31 |
242 | 2025-01-14T19:57:12.334Z | Downloaded scroll_derive v0.12.0 |
243 | 2025-01-14T19:57:12.336Z | Downloaded rand_chacha v0.3.1 |
244 | 2025-01-14T19:57:12.336Z | Downloaded progenitor-macro v0.8.0 |
245 | 2025-01-14T19:57:12.338Z | Downloaded plain v0.2.3 |
246 | 2025-01-14T19:57:12.338Z | Downloaded rand_core v0.6.4 |
247 | 2025-01-14T19:57:12.341Z | Downloaded openssl-macros v0.1.1 |
248 | 2025-01-14T19:57:12.341Z | Downloaded mime v0.3.17 |
249 | 2025-01-14T19:57:12.343Z | Downloaded percent-encoding v2.3.1 |
250 | 2025-01-14T19:57:12.343Z | Downloaded newtype-uuid v1.1.3 |
251 | 2025-01-14T19:57:12.345Z | Downloaded memmap v0.7.0 |
252 | 2025-01-14T19:57:12.348Z | Downloaded indexmap v1.9.3 |
253 | 2025-01-14T19:57:12.350Z | Downloaded thread_local v1.1.8 |
254 | 2025-01-14T19:57:12.352Z | Downloaded sha2 v0.10.8 |
255 | 2025-01-14T19:57:12.355Z | Downloaded scroll v0.12.0 |
256 | 2025-01-14T19:57:12.357Z | Downloaded sha1 v0.10.6 |
257 | 2025-01-14T19:57:12.357Z | Downloaded zerovec-derive v0.10.3 |
258 | 2025-01-14T19:57:12.360Z | Downloaded writeable v0.5.5 |
259 | 2025-01-14T19:57:12.362Z | Downloaded typify v0.2.0 |
260 | 2025-01-14T19:57:12.365Z | Downloaded tokio-rustls v0.25.0 |
261 | 2025-01-14T19:57:12.368Z | Downloaded time-macros v0.2.18 |
262 | 2025-01-14T19:57:12.370Z | Downloaded serde_spanned v0.6.8 |
263 | 2025-01-14T19:57:12.370Z | Downloaded strum v0.26.3 |
264 | 2025-01-14T19:57:12.374Z | Downloaded icu_normalizer v1.5.0 |
265 | 2025-01-14T19:57:12.376Z | Downloaded icu_locid_transform v1.5.0 |
266 | 2025-01-14T19:57:12.379Z | Downloaded icu_locid v1.5.0 |
267 | 2025-01-14T19:57:12.382Z | Downloaded slab v0.4.9 |
268 | 2025-01-14T19:57:12.384Z | Downloaded signal-hook-registry v1.4.2 |
269 | 2025-01-14T19:57:12.387Z | Downloaded rustc-hash v2.0.0 |
270 | 2025-01-14T19:57:12.387Z | Downloaded shlex v1.3.0 |
271 | 2025-01-14T19:57:12.389Z | Downloaded pest_derive v2.7.14 |
272 | 2025-01-14T19:57:12.392Z | Downloaded synstructure v0.13.1 |
273 | 2025-01-14T19:57:12.392Z | Downloaded anyhow v1.0.93 |
274 | 2025-01-14T19:57:12.402Z | Downloaded darling_core v0.20.10 |
275 | 2025-01-14T19:57:12.405Z | Downloaded slog-bunyan v2.5.0 |
276 | 2025-01-14T19:57:12.405Z | Downloaded slog-async v2.8.0 |
277 | 2025-01-14T19:57:12.405Z | Downloaded scopeguard v1.2.0 |
278 | 2025-01-14T19:57:12.405Z | Downloaded structmeta v0.3.0 |
279 | 2025-01-14T19:57:12.408Z | Downloaded structmeta-derive v0.3.0 |
280 | 2025-01-14T19:57:12.408Z | Downloaded smallvec v1.13.2 |
281 | 2025-01-14T19:57:12.410Z | Downloaded parking_lot_core v0.9.10 |
282 | 2025-01-14T19:57:12.412Z | Downloaded icu_provider v1.5.0 |
283 | 2025-01-14T19:57:12.415Z | Downloaded slog-json v2.6.1 |
284 | 2025-01-14T19:57:12.417Z | Downloaded serde_urlencoded v0.7.1 |
285 | 2025-01-14T19:57:12.419Z | Downloaded tinyvec v1.8.0 |
286 | 2025-01-14T19:57:12.425Z | Downloaded rustversion v1.0.17 |
287 | 2025-01-14T19:57:12.425Z | Downloaded proc-macro2 v1.0.89 |
288 | 2025-01-14T19:57:12.428Z | Downloaded strsim v0.11.1 |
289 | 2025-01-14T19:57:12.431Z | Downloaded num-traits v0.2.19 |
290 | 2025-01-14T19:57:12.433Z | Downloaded schemars_derive v0.8.21 |
291 | 2025-01-14T19:57:12.433Z | Downloaded time v0.3.36 |
292 | 2025-01-14T19:57:12.440Z | Downloaded serde_tokenstream v0.2.2 |
293 | 2025-01-14T19:57:12.443Z | Downloaded hyper-util v0.1.10 |
294 | 2025-01-14T19:57:12.447Z | Downloaded semver v1.0.23 |
295 | 2025-01-14T19:57:12.449Z | Downloaded thiserror v1.0.69 |
296 | 2025-01-14T19:57:12.454Z | Downloaded serde_derive_internals v0.29.1 |
297 | 2025-01-14T19:57:12.457Z | Downloaded rustls-pemfile v2.2.0 |
298 | 2025-01-14T19:57:12.459Z | Downloaded parking_lot v0.12.3 |
299 | 2025-01-14T19:57:12.461Z | Downloaded unsafe-libyaml v0.2.11 |
300 | 2025-01-14T19:57:12.464Z | Downloaded openssl-sys v0.9.103 |
301 | 2025-01-14T19:57:12.469Z | Downloaded icu_collections v1.5.0 |
302 | 2025-01-14T19:57:12.476Z | Downloaded strum_macros v0.26.4 |
303 | 2025-01-14T19:57:12.478Z | Downloaded subtle v2.6.1 |
304 | 2025-01-14T19:57:12.481Z | Downloaded serde_with_macros v3.11.0 |
305 | 2025-01-14T19:57:12.484Z | Downloaded slog v2.7.0 |
306 | 2025-01-14T19:57:12.493Z | Downloaded rustls-pki-types v1.10.0 |
307 | 2025-01-14T19:57:12.493Z | Downloaded tracing v0.1.40 |
308 | 2025-01-14T19:57:12.493Z | Downloaded socket2 v0.5.7 |
309 | 2025-01-14T19:57:12.496Z | Downloaded thread-id v4.2.2 |
310 | 2025-01-14T19:57:12.499Z | Downloaded crossbeam-utils v0.8.20 |
311 | 2025-01-14T19:57:12.501Z | Downloaded slog-term v2.9.1 |
312 | 2025-01-14T19:57:12.505Z | Downloaded serde_yaml v0.9.34+deprecated |
313 | 2025-01-14T19:57:12.508Z | Downloaded tracing-core v0.1.32 |
314 | 2025-01-14T19:57:12.510Z | Downloaded hashbrown v0.12.3 |
315 | 2025-01-14T19:57:12.513Z | Downloaded quinn v0.11.5 |
316 | 2025-01-14T19:57:12.517Z | Downloaded url v2.5.3 |
317 | 2025-01-14T19:57:12.520Z | Downloaded base64 v0.22.1 |
318 | 2025-01-14T19:57:12.525Z | Downloaded serde_derive v1.0.215 |
319 | 2025-01-14T19:57:12.529Z | Downloaded rand v0.8.5 |
320 | 2025-01-14T19:57:12.532Z | Downloaded schemars v0.8.21 |
321 | 2025-01-14T19:57:12.544Z | Downloaded toml_edit v0.22.22 |
322 | 2025-01-14T19:57:12.566Z | Downloaded cc v1.1.30 |
323 | 2025-01-14T19:57:12.569Z | Downloaded tokio-util v0.7.12 |
324 | 2025-01-14T19:57:12.577Z | Downloaded idna v1.0.3 |
325 | 2025-01-14T19:57:12.580Z | Downloaded hashbrown v0.15.1 |
326 | 2025-01-14T19:57:12.587Z | Downloaded pest v2.7.14 |
327 | 2025-01-14T19:57:12.590Z | Downloaded zerocopy v0.7.35 |
328 | 2025-01-14T19:57:12.608Z | Downloaded serde_json v1.0.133 |
329 | 2025-01-14T19:57:12.613Z | Downloaded winnow v0.6.20 |
330 | 2025-01-14T19:57:12.622Z | Downloaded http v1.1.0 |
331 | 2025-01-14T19:57:12.627Z | Downloaded futures-util v0.3.31 |
332 | 2025-01-14T19:57:12.638Z | Downloaded serde_with v3.11.0 |
333 | 2025-01-14T19:57:12.646Z | Downloaded quinn-proto v0.11.8 |
334 | 2025-01-14T19:57:12.653Z | Downloaded aho-corasick v1.1.3 |
335 | 2025-01-14T19:57:12.658Z | Downloaded reqwest v0.12.9 |
336 | 2025-01-14T19:57:12.667Z | Downloaded openssl v0.10.66 |
337 | 2025-01-14T19:57:12.676Z | Downloaded rustls-webpki v0.102.8 |
338 | 2025-01-14T19:57:12.694Z | Downloaded chrono v0.4.38 |
339 | 2025-01-14T19:57:12.701Z | Downloaded webpki-roots v0.26.6 |
340 | 2025-01-14T19:57:12.705Z | Downloaded icu_properties_data v1.5.0 |
341 | 2025-01-14T19:57:12.716Z | Downloaded vcpkg v0.2.15 |
342 | 2025-01-14T19:57:12.752Z | Downloaded syn v1.0.109 |
343 | 2025-01-14T19:57:12.761Z | Downloaded rustls v0.23.19 |
344 | 2025-01-14T19:57:12.772Z | Downloaded syn v2.0.87 |
345 | 2025-01-14T19:57:12.782Z | Downloaded dropshot v0.13.0 |
346 | 2025-01-14T19:57:12.802Z | Downloaded regress v0.9.1 |
347 | 2025-01-14T19:57:12.810Z | Downloaded regress v0.10.1 |
348 | 2025-01-14T19:57:12.817Z | Downloaded typify-impl v0.2.0 |
349 | 2025-01-14T19:57:12.829Z | Downloaded rustls v0.22.4 |
350 | 2025-01-14T19:57:12.842Z | Downloaded regex-syntax v0.8.5 |
351 | 2025-01-14T19:57:12.849Z | Downloaded openapiv3 v2.0.0 |
352 | 2025-01-14T19:57:12.862Z | Downloaded regex v1.11.1 |
353 | 2025-01-14T19:57:12.873Z | Downloaded goblin v0.8.2 |
354 | 2025-01-14T19:57:12.877Z | Downloaded h2 v0.4.6 |
355 | 2025-01-14T19:57:12.885Z | Downloaded hyper v1.5.0 |
356 | 2025-01-14T19:57:12.889Z | Downloaded hashbrown v0.14.5 |
357 | 2025-01-14T19:57:12.894Z | Downloaded zerovec v0.10.4 |
358 | 2025-01-14T19:57:12.900Z | Downloaded itertools v0.10.5 |
359 | 2025-01-14T19:57:12.905Z | Downloaded serde v1.0.215 |
360 | 2025-01-14T19:57:12.909Z | Downloaded mio v1.0.2 |
361 | 2025-01-14T19:57:12.914Z | Downloaded memchr v2.7.4 |
362 | 2025-01-14T19:57:12.918Z | Downloaded indexmap v2.6.0 |
363 | 2025-01-14T19:57:12.922Z | Downloaded bitflags v2.6.0 |
364 | 2025-01-14T19:57:12.927Z | Downloaded async-trait v0.1.83 |
365 | 2025-01-14T19:57:12.929Z | Downloaded ryu v1.0.18 |
366 | 2025-01-14T19:57:12.932Z | Downloaded spin v0.9.8 |
367 | 2025-01-14T19:57:12.934Z | Downloaded regex-automata v0.4.8 |
368 | 2025-01-14T19:57:12.951Z | Downloaded uuid v1.11.0 |
369 | 2025-01-14T19:57:12.954Z | Downloaded crossbeam-channel v0.5.13 |
370 | 2025-01-14T19:57:12.959Z | Downloaded term v0.7.0 |
371 | 2025-01-14T19:57:12.961Z | Downloaded progenitor-impl v0.8.0 |
372 | 2025-01-14T19:57:12.964Z | Downloaded tokio v1.40.0 |
373 | 2025-01-14T19:57:12.996Z | Downloaded pest_meta v2.7.14 |
374 | 2025-01-14T19:57:13.000Z | Downloaded deranged v0.3.11 |
375 | 2025-01-14T19:57:13.000Z | Downloaded icu_properties v1.5.1 |
376 | 2025-01-14T19:57:13.002Z | Downloaded unicode-ident v1.0.13 |
377 | 2025-01-14T19:57:13.005Z | Downloaded typenum v1.17.0 |
378 | 2025-01-14T19:57:13.007Z | Downloaded native-tls v0.2.12 |
379 | 2025-01-14T19:57:13.010Z | Downloaded libc v0.2.162 |
380 | 2025-01-14T19:57:13.034Z | Downloaded parse-display-derive v0.10.0 |
381 | 2025-01-14T19:57:13.036Z | Downloaded zerocopy-derive v0.7.35 |
382 | 2025-01-14T19:57:13.039Z | Downloaded toml v0.8.19 |
383 | 2025-01-14T19:57:13.041Z | Downloaded bytes v1.8.0 |
384 | 2025-01-14T19:57:13.044Z | Downloaded stable_deref_trait v1.2.0 |
385 | 2025-01-14T19:57:13.047Z | Downloaded pin-project-lite v0.2.14 |
386 | 2025-01-14T19:57:13.050Z | Downloaded zerofrom-derive v0.1.4 |
387 | 2025-01-14T19:57:13.053Z | Downloaded tokio-rustls v0.26.0 |
388 | 2025-01-14T19:57:13.053Z | Downloaded serde_path_to_error v0.1.16 |
389 | 2025-01-14T19:57:13.055Z | Downloaded quote v1.0.37 |
390 | 2025-01-14T19:57:13.056Z | Downloaded once_cell v1.20.2 |
391 | 2025-01-14T19:57:13.058Z | Downloaded yoke v0.7.4 |
392 | 2025-01-14T19:57:13.061Z | Downloaded ucd-trie v0.1.7 |
393 | 2025-01-14T19:57:13.061Z | Downloaded getrandom v0.2.15 |
394 | 2025-01-14T19:57:13.064Z | Downloaded futures v0.3.31 |
395 | 2025-01-14T19:57:13.068Z | Downloaded multer v3.1.0 |
396 | 2025-01-14T19:57:13.070Z | Downloaded thiserror-impl v1.0.69 |
397 | 2025-01-14T19:57:13.072Z | Downloaded log v0.4.22 |
398 | 2025-01-14T19:57:13.075Z | Downloaded icu_normalizer_data v1.5.0 |
399 | 2025-01-14T19:57:13.075Z | Downloaded icu_locid_transform_data v1.5.0 |
400 | 2025-01-14T19:57:13.078Z | Downloaded dropshot_endpoint v0.13.0 |
401 | 2025-01-14T19:57:13.080Z | Downloaded pin-utils v0.1.0 |
402 | 2025-01-14T19:57:13.083Z | Downloaded litemap v0.7.3 |
403 | 2025-01-14T19:57:13.083Z | Downloaded iana-time-zone v0.1.61 |
404 | 2025-01-14T19:57:13.086Z | Downloaded httparse v1.9.5 |
405 | 2025-01-14T19:57:13.088Z | Downloaded backoff v0.4.0 |
406 | 2025-01-14T19:57:13.091Z | Downloaded tokio-native-tls v0.3.1 |
407 | 2025-01-14T19:57:13.091Z | Downloaded tinystr v0.7.6 |
408 | 2025-01-14T19:57:13.093Z | Downloaded macaddr v1.0.1 |
409 | 2025-01-14T19:57:13.093Z | Downloaded is-terminal v0.4.13 |
410 | 2025-01-14T19:57:13.096Z | Downloaded ipnetwork v0.20.0 |
411 | 2025-01-14T19:57:13.096Z | Downloaded digest v0.10.7 |
412 | 2025-01-14T19:57:13.099Z | Downloaded encoding_rs v0.8.34 |
413 | 2025-01-14T19:57:13.116Z | Downloaded tinyvec_macros v0.1.1 |
414 | 2025-01-14T19:57:13.118Z | Downloaded itoa v1.0.11 |
415 | 2025-01-14T19:57:13.118Z | Downloaded heck v0.5.0 |
416 | 2025-01-14T19:57:13.121Z | Downloaded futures-sink v0.3.31 |
417 | 2025-01-14T19:57:13.121Z | Downloaded futures-core v0.3.31 |
418 | 2025-01-14T19:57:13.121Z | Downloaded dyn-clone v1.0.17 |
419 | 2025-01-14T19:57:13.123Z | Downloaded cfg-if v1.0.0 |
420 | 2025-01-14T19:57:13.123Z | Downloaded dirs-sys-next v0.1.2 |
421 | 2025-01-14T19:57:13.126Z | Downloaded debug-ignore v1.0.5 |
422 | 2025-01-14T19:57:13.126Z | Downloaded cpufeatures v0.2.14 |
423 | 2025-01-14T19:57:13.128Z | Downloaded either v1.13.0 |
424 | 2025-01-14T19:57:13.128Z | Downloaded dirs-next v2.0.0 |
425 | 2025-01-14T19:57:13.128Z | Downloaded crypto-common v0.1.6 |
426 | 2025-01-14T19:57:13.131Z | Downloaded byteorder v1.5.0 |
427 | 2025-01-14T19:57:13.328Z | Downloaded ring v0.17.8 |
428 | 2025-01-14T19:57:13.660Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-14T19:57:13.660Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-14T19:57:13.660Z | Compiling libc v0.2.162 |
431 | 2025-01-14T19:57:13.663Z | Checking cfg-if v1.0.0 |
432 | 2025-01-14T19:57:13.663Z | Compiling autocfg v1.4.0 |
433 | 2025-01-14T19:57:13.663Z | Compiling serde v1.0.215 |
434 | 2025-01-14T19:57:13.663Z | Compiling version_check v0.9.5 |
435 | 2025-01-14T19:57:13.663Z | Checking memchr v2.7.4 |
436 | 2025-01-14T19:57:13.801Z | Checking itoa v1.0.11 |
437 | 2025-01-14T19:57:13.860Z | Compiling serde_json v1.0.133 |
438 | 2025-01-14T19:57:14.307Z | Compiling thiserror v1.0.69 |
439 | 2025-01-14T19:57:14.325Z | Checking once_cell v1.20.2 |
440 | 2025-01-14T19:57:14.410Z | Compiling shlex v1.3.0 |
441 | 2025-01-14T19:57:14.646Z | Compiling cc v1.1.30 |
442 | 2025-01-14T19:57:14.648Z | Compiling num-traits v0.2.19 |
443 | 2025-01-14T19:57:14.973Z | Checking pin-project-lite v0.2.14 |
444 | 2025-01-14T19:57:15.125Z | Checking ryu v1.0.18 |
445 | 2025-01-14T19:57:15.141Z | Checking smallvec v1.13.2 |
446 | 2025-01-14T19:57:15.159Z | Checking getrandom v0.2.15 |
447 | 2025-01-14T19:57:15.182Z | Checking bytes v1.8.0 |
448 | 2025-01-14T19:57:15.394Z | Checking futures-core v0.3.31 |
449 | 2025-01-14T19:57:15.413Z | Compiling lock_api v0.4.12 |
450 | 2025-01-14T19:57:15.518Z | Compiling quote v1.0.37 |
451 | 2025-01-14T19:57:15.535Z | Compiling byteorder v1.5.0 |
452 | 2025-01-14T19:57:15.588Z | Compiling parking_lot_core v0.9.10 |
453 | 2025-01-14T19:57:15.749Z | Compiling schemars v0.8.21 |
454 | 2025-01-14T19:57:16.032Z | Compiling syn v2.0.87 |
455 | 2025-01-14T19:57:16.035Z | Compiling ahash v0.8.11 |
456 | 2025-01-14T19:57:16.108Z | Checking scopeguard v1.2.0 |
457 | 2025-01-14T19:57:16.212Z | Compiling slab v0.4.9 |
458 | 2025-01-14T19:57:16.241Z | Checking futures-sink v0.3.31 |
459 | 2025-01-14T19:57:16.380Z | Checking log v0.4.22 |
460 | 2025-01-14T19:57:16.474Z | Checking signal-hook-registry v1.4.2 |
461 | 2025-01-14T19:57:16.498Z | Checking mio v1.0.2 |
462 | 2025-01-14T19:57:16.518Z | Checking socket2 v0.5.7 |
463 | 2025-01-14T19:57:16.650Z | Checking stable_deref_trait v1.2.0 |
464 | 2025-01-14T19:57:16.709Z | Checking parking_lot v0.12.3 |
465 | 2025-01-14T19:57:16.729Z | Checking hashbrown v0.15.1 |
466 | 2025-01-14T19:57:16.752Z | Compiling semver v1.0.23 |
467 | 2025-01-14T19:57:16.962Z | Checking fnv v1.0.7 |
468 | 2025-01-14T19:57:16.981Z | Checking equivalent v1.0.1 |
469 | 2025-01-14T19:57:17.026Z | Checking futures-channel v0.3.31 |
470 | 2025-01-14T19:57:17.076Z | Checking futures-task v0.3.31 |
471 | 2025-01-14T19:57:17.076Z | Checking http v1.1.0 |
472 | 2025-01-14T19:57:17.112Z | Checking futures-io v0.3.31 |
473 | 2025-01-14T19:57:17.293Z | Checking pin-utils v0.1.0 |
474 | 2025-01-14T19:57:17.310Z | Checking rustls-pki-types v1.10.0 |
475 | 2025-01-14T19:57:17.353Z | Compiling heck v0.5.0 |
476 | 2025-01-14T19:57:17.381Z | Checking spin v0.9.8 |
477 | 2025-01-14T19:57:17.605Z | Checking iana-time-zone v0.1.61 |
478 | 2025-01-14T19:57:17.721Z | Compiling ring v0.17.8 |
479 | 2025-01-14T19:57:17.746Z | Compiling pkg-config v0.3.31 |
480 | 2025-01-14T19:57:17.765Z | Compiling vcpkg v0.2.15 |
481 | 2025-01-14T19:57:17.792Z | Checking untrusted v0.9.0 |
482 | 2025-01-14T19:57:17.918Z | Checking litemap v0.7.3 |
483 | 2025-01-14T19:57:17.948Z | Checking writeable v0.5.5 |
484 | 2025-01-14T19:57:18.265Z | Compiling httparse v1.9.5 |
485 | 2025-01-14T19:57:18.284Z | Checking dyn-clone v1.0.17 |
486 | 2025-01-14T19:57:18.505Z | Compiling ucd-trie v0.1.7 |
487 | 2025-01-14T19:57:18.874Z | Checking tracing-core v0.1.32 |
488 | 2025-01-14T19:57:18.946Z | Compiling allocator-api2 v0.2.18 |
489 | 2025-01-14T19:57:19.025Z | Checking atomic-waker v1.1.2 |
490 | 2025-01-14T19:57:19.382Z | Compiling openssl-sys v0.9.103 |
491 | 2025-01-14T19:57:19.527Z | Checking tracing v0.1.40 |
492 | 2025-01-14T19:57:19.590Z | Checking http-body v1.0.1 |
493 | 2025-01-14T19:57:19.697Z | Checking try-lock v0.2.5 |
494 | 2025-01-14T19:57:19.777Z | Compiling uuid v1.11.0 |
495 | 2025-01-14T19:57:19.832Z | Checking icu_locid_transform_data v1.5.0 |
496 | 2025-01-14T19:57:19.945Z | Checking zeroize v1.8.1 |
497 | 2025-01-14T19:57:20.001Z | Checking subtle v2.6.1 |
498 | 2025-01-14T19:57:20.169Z | Compiling chrono v0.4.38 |
499 | 2025-01-14T19:57:20.229Z | Checking want v0.3.1 |
500 | 2025-01-14T19:57:20.341Z | Checking httpdate v1.0.3 |
501 | 2025-01-14T19:57:20.379Z | Checking icu_properties_data v1.5.0 |
502 | 2025-01-14T19:57:20.424Z | Checking foreign-types-shared v0.1.1 |
503 | 2025-01-14T19:57:20.445Z | Compiling slog v2.7.0 |
504 | 2025-01-14T19:57:20.541Z | Compiling openssl v0.10.66 |
505 | 2025-01-14T19:57:20.589Z | Checking foreign-types v0.3.2 |
506 | 2025-01-14T19:57:20.670Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-14T19:57:20.989Z | Checking write16 v1.0.0 |
508 | 2025-01-14T19:57:21.010Z | Compiling regex-syntax v0.8.5 |
509 | 2025-01-14T19:57:21.108Z | Checking bitflags v2.6.0 |
510 | 2025-01-14T19:57:21.357Z | Checking utf16_iter v1.0.5 |
511 | 2025-01-14T19:57:21.841Z | Checking icu_normalizer_data v1.5.0 |
512 | 2025-01-14T19:57:21.935Z | Checking percent-encoding v2.3.1 |
513 | 2025-01-14T19:57:22.132Z | Compiling rustls v0.23.19 |
514 | 2025-01-14T19:57:22.135Z | Compiling typenum v1.17.0 |
515 | 2025-01-14T19:57:22.166Z | Checking utf8_iter v1.0.4 |
516 | 2025-01-14T19:57:22.348Z | Compiling native-tls v0.2.12 |
517 | 2025-01-14T19:57:22.415Z | Checking tower-service v0.3.3 |
518 | 2025-01-14T19:57:22.558Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-14T19:57:22.766Z | Compiling generic-array v0.14.7 |
520 | 2025-01-14T19:57:23.216Z | Checking openssl-probe v0.1.5 |
521 | 2025-01-14T19:57:23.375Z | Compiling synstructure v0.13.1 |
522 | 2025-01-14T19:57:23.693Z | Compiling serde_derive_internals v0.29.1 |
523 | 2025-01-14T19:57:24.339Z | Checking rustls-webpki v0.102.8 |
524 | 2025-01-14T19:57:24.578Z | Compiling regex-automata v0.4.8 |
525 | 2025-01-14T19:57:25.866Z | Compiling usdt-impl v0.5.0 |
526 | 2025-01-14T19:57:25.957Z | Checking encoding_rs v0.8.34 |
527 | 2025-01-14T19:57:25.976Z | Compiling time-core v0.1.2 |
528 | 2025-01-14T19:57:26.136Z | Compiling num-conv v0.1.0 |
529 | 2025-01-14T19:57:26.231Z | Checking powerfmt v0.2.0 |
530 | 2025-01-14T19:57:26.409Z | Checking mime v0.3.17 |
531 | 2025-01-14T19:57:26.511Z | Checking deranged v0.3.11 |
532 | 2025-01-14T19:57:26.721Z | Compiling time-macros v0.2.18 |
533 | 2025-01-14T19:57:27.070Z | Compiling thread-id v4.2.2 |
534 | 2025-01-14T19:57:28.253Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-14T19:57:28.322Z | Checking webpki-roots v0.26.6 |
536 | 2025-01-14T19:57:28.394Z | Compiling strsim v0.11.1 |
537 | 2025-01-14T19:57:28.463Z | Compiling ident_case v1.0.1 |
538 | 2025-01-14T19:57:28.542Z | Compiling regex v1.11.1 |
539 | 2025-01-14T19:57:28.641Z | Checking base64 v0.22.1 |
540 | 2025-01-14T19:57:28.954Z | Compiling serde_derive v1.0.215 |
541 | 2025-01-14T19:57:29.106Z | Compiling zerocopy-derive v0.7.35 |
542 | 2025-01-14T19:57:29.139Z | Compiling thiserror-impl v1.0.69 |
543 | 2025-01-14T19:57:29.530Z | Compiling schemars_derive v0.8.21 |
544 | 2025-01-14T19:57:29.582Z | Compiling zerofrom-derive v0.1.4 |
545 | 2025-01-14T19:57:29.785Z | Compiling tokio-macros v2.4.0 |
546 | 2025-01-14T19:57:30.010Z | Compiling yoke-derive v0.7.4 |
547 | 2025-01-14T19:57:31.119Z | Compiling zerocopy v0.7.35 |
548 | 2025-01-14T19:57:32.131Z | Checking tokio v1.40.0 |
549 | 2025-01-14T19:57:32.379Z | Compiling zerovec-derive v0.10.3 |
550 | 2025-01-14T19:57:32.489Z | Compiling displaydoc v0.2.5 |
551 | 2025-01-14T19:57:32.685Z | Compiling futures-macro v0.3.31 |
552 | 2025-01-14T19:57:32.743Z | Compiling pest v2.7.14 |
553 | 2025-01-14T19:57:33.095Z | Checking zerofrom v0.1.4 |
554 | 2025-01-14T19:57:33.304Z | Compiling icu_provider_macros v1.5.0 |
555 | 2025-01-14T19:57:33.323Z | Checking yoke v0.7.4 |
556 | 2025-01-14T19:57:33.666Z | Compiling hashbrown v0.14.5 |
557 | 2025-01-14T19:57:34.429Z | Compiling openssl-macros v0.1.1 |
558 | 2025-01-14T19:57:34.547Z | Checking futures-util v0.3.31 |
559 | 2025-01-14T19:57:34.840Z | Checking zerovec v0.10.4 |
560 | 2025-01-14T19:57:34.974Z | Compiling regress v0.10.1 |
561 | 2025-01-14T19:57:35.550Z | Compiling pest_meta v2.7.14 |
562 | 2025-01-14T19:57:35.695Z | Compiling scroll_derive v0.12.0 |
563 | 2025-01-14T19:57:37.134Z | Checking tinystr v0.7.6 |
564 | 2025-01-14T19:57:37.536Z | Checking icu_locid v1.5.0 |
565 | 2025-01-14T19:57:38.633Z | Checking icu_provider v1.5.0 |
566 | 2025-01-14T19:57:39.097Z | Checking tokio-util v0.7.12 |
567 | 2025-01-14T19:57:39.303Z | Checking icu_locid_transform v1.5.0 |
568 | 2025-01-14T19:57:39.699Z | Compiling pest_generator v2.7.14 |
569 | 2025-01-14T19:57:39.720Z | Checking icu_collections v1.5.0 |
570 | 2025-01-14T19:57:39.722Z | Checking http-body-util v0.1.2 |
571 | 2025-01-14T19:57:39.915Z | Checking tokio-rustls v0.26.0 |
572 | 2025-01-14T19:57:40.182Z | Checking scroll v0.12.0 |
573 | 2025-01-14T19:57:40.368Z | Checking icu_properties v1.5.1 |
574 | 2025-01-14T19:57:40.857Z | Compiling syn v1.0.109 |
575 | 2025-01-14T19:57:41.034Z | Checking tokio-native-tls v0.3.1 |
576 | 2025-01-14T19:57:41.370Z | Checking indexmap v2.6.0 |
577 | 2025-01-14T19:57:42.010Z | Compiling pest_derive v2.7.14 |
578 | 2025-01-14T19:57:42.802Z | Compiling serde_tokenstream v0.2.2 |
579 | 2025-01-14T19:57:43.322Z | Checking h2 v0.4.6 |
580 | 2025-01-14T19:57:43.577Z | Checking icu_normalizer v1.5.0 |
581 | 2025-01-14T19:57:43.755Z | Compiling dtrace-parser v0.2.0 |
582 | 2025-01-14T19:57:43.857Z | Checking serde_urlencoded v0.7.1 |
583 | 2025-01-14T19:57:43.926Z | Compiling crossbeam-utils v0.8.20 |
584 | 2025-01-14T19:57:44.329Z | Checking idna_adapter v1.2.0 |
585 | 2025-01-14T19:57:44.513Z | Checking idna v1.0.3 |
586 | 2025-01-14T19:57:44.820Z | Compiling dof v0.3.0 |
587 | 2025-01-14T19:57:45.199Z | Checking plain v0.2.3 |
588 | 2025-01-14T19:57:45.237Z | Checking num_threads v0.1.7 |
589 | 2025-01-14T19:57:45.342Z | Checking goblin v0.8.2 |
590 | 2025-01-14T19:57:45.362Z | Checking time v0.3.36 |
591 | 2025-01-14T19:57:45.540Z | Checking typify-impl v0.2.0 |
592 | 2025-01-14T19:57:47.079Z | Checking hyper v1.5.0 |
593 | 2025-01-14T19:57:47.173Z | Checking url v2.5.3 |
594 | 2025-01-14T19:57:47.851Z | Compiling openapiv3 v2.0.0 |
595 | 2025-01-14T19:57:48.037Z | Compiling darling_core v0.20.10 |
596 | 2025-01-14T19:57:48.122Z | Checking sync_wrapper v1.0.1 |
597 | 2025-01-14T19:57:48.264Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-01-14T19:57:48.592Z | Checking pretty-hex v0.4.1 |
599 | 2025-01-14T19:57:48.769Z | Compiling omicron-workspace-hack v0.1.0 |
600 | 2025-01-14T19:57:48.793Z | Compiling paste v1.0.15 |
601 | 2025-01-14T19:57:49.071Z | Compiling newtype-uuid v1.1.3 |
602 | 2025-01-14T19:57:49.172Z | Checking hyper-util v0.1.10 |
603 | 2025-01-14T19:57:49.277Z | Checking ipnet v2.10.1 |
604 | 2025-01-14T19:57:49.381Z | Compiling rustversion v1.0.17 |
605 | 2025-01-14T19:57:49.731Z | Compiling rustls v0.22.4 |
606 | 2025-01-14T19:57:50.020Z | Compiling unsafe-libyaml v0.2.11 |
607 | 2025-01-14T19:57:50.399Z | Checking dirs-next v2.0.0 |
608 | 2025-01-14T19:57:50.898Z | Checking hyper-rustls v0.27.3 |
609 | 2025-01-14T19:57:51.081Z | Checking hyper-tls v0.6.0 |
610 | 2025-01-14T19:57:51.354Z | Checking reqwest v0.12.9 |
611 | 2025-01-14T19:57:51.372Z | Compiling serde_yaml v0.9.34+deprecated |
612 | 2025-01-14T19:57:51.955Z | Checking ipnetwork v0.20.0 |
613 | 2025-01-14T19:57:51.975Z | Checking serde_spanned v0.6.8 |
614 | 2025-01-14T19:57:52.175Z | Checking toml_datetime v0.6.8 |
615 | 2025-01-14T19:57:52.270Z | Checking ppv-lite86 v0.2.20 |
616 | 2025-01-14T19:57:52.302Z | Compiling structmeta-derive v0.3.0 |
617 | 2025-01-14T19:57:52.452Z | Checking block-buffer v0.10.4 |
618 | 2025-01-14T19:57:52.650Z | Checking crypto-common v0.1.6 |
619 | 2025-01-14T19:57:52.804Z | Checking rand_core v0.6.4 |
620 | 2025-01-14T19:57:53.032Z | Checking thread_local v1.1.8 |
621 | 2025-01-14T19:57:53.084Z | Compiling multer v3.1.0 |
622 | 2025-01-14T19:57:53.105Z | Checking winnow v0.6.20 |
623 | 2025-01-14T19:57:53.306Z | Compiling slog-async v2.8.0 |
624 | 2025-01-14T19:57:53.405Z | Checking either v1.13.0 |
625 | 2025-01-14T19:57:53.789Z | Compiling camino v1.1.9 |
626 | 2025-01-14T19:57:53.813Z | Compiling anyhow v1.0.93 |
627 | 2025-01-14T19:57:54.060Z | Compiling darling_macro v0.20.10 |
628 | 2025-01-14T19:57:54.402Z | Checking match_cfg v0.1.0 |
629 | 2025-01-14T19:57:54.504Z | Checking hostname v0.3.1 |
630 | 2025-01-14T19:57:54.630Z | Checking itertools v0.10.5 |
631 | 2025-01-14T19:57:54.921Z | Compiling structmeta v0.3.0 |
632 | 2025-01-14T19:57:54.975Z | Checking rand_chacha v0.3.1 |
633 | 2025-01-14T19:57:55.016Z | Compiling darling v0.20.10 |
634 | 2025-01-14T19:57:55.136Z | Checking progenitor-client v0.8.0 |
635 | 2025-01-14T19:57:55.320Z | Checking digest v0.10.7 |
636 | 2025-01-14T19:57:55.340Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
637 | 2025-01-14T19:57:55.469Z | Checking crossbeam-channel v0.5.13 |
638 | 2025-01-14T19:57:55.571Z | Checking term v0.7.0 |
639 | 2025-01-14T19:57:56.114Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
640 | 2025-01-14T19:57:56.164Z | Checking toml_edit v0.22.22 |
641 | 2025-01-14T19:57:56.184Z | Checking slog-json v2.6.1 |
642 | 2025-01-14T19:57:56.433Z | Compiling usdt-attr-macro v0.5.0 |
643 | 2025-01-14T19:57:56.702Z | Compiling usdt-macro v0.5.0 |
644 | 2025-01-14T19:57:56.988Z | Checking futures-executor v0.3.31 |
645 | 2025-01-14T19:57:57.214Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-01-14T19:57:57.238Z | Checking is-terminal v0.4.13 |
647 | 2025-01-14T19:57:57.241Z | Checking memmap v0.7.0 |
648 | 2025-01-14T19:57:57.374Z | Compiling dropshot v0.13.0 |
649 | 2025-01-14T19:57:57.456Z | Checking cpufeatures v0.2.14 |
650 | 2025-01-14T19:57:57.557Z | Checking take_mut v0.2.2 |
651 | 2025-01-14T19:57:57.808Z | Checking sha1 v0.10.6 |
652 | 2025-01-14T19:57:57.869Z | Checking slog-term v2.9.1 |
653 | 2025-01-14T19:57:57.947Z | Checking usdt v0.5.0 |
654 | 2025-01-14T19:57:57.994Z | Compiling strum_macros v0.26.4 |
655 | 2025-01-14T19:57:58.063Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
656 | 2025-01-14T19:57:58.170Z | Checking futures v0.3.31 |
657 | 2025-01-14T19:57:58.274Z | Checking slog-bunyan v2.5.0 |
658 | 2025-01-14T19:57:58.374Z | Checking rand v0.8.5 |
659 | 2025-01-14T19:57:58.429Z | Compiling parse-display-derive v0.10.0 |
660 | 2025-01-14T19:57:58.485Z | Checking async-stream v0.3.6 |
661 | 2025-01-14T19:57:58.622Z | Compiling serde_with_macros v3.11.0 |
662 | 2025-01-14T19:57:58.701Z | Checking toml v0.8.19 |
663 | 2025-01-14T19:57:59.525Z | Checking tokio-rustls v0.25.0 |
664 | 2025-01-14T19:57:59.562Z | Compiling dropshot_endpoint v0.13.0 |
665 | 2025-01-14T19:57:59.579Z | Checking serde_path_to_error v0.1.16 |
666 | 2025-01-14T19:57:59.884Z | Checking hex v0.4.3 |
667 | 2025-01-14T19:58:00.034Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
668 | 2025-01-14T19:58:00.233Z | Compiling async-trait v0.1.83 |
669 | 2025-01-14T19:58:00.441Z | Checking waitgroup v0.1.2 |
670 | 2025-01-14T19:58:00.444Z | Compiling typify-macro v0.2.0 |
671 | 2025-01-14T19:58:00.577Z | Checking hostname v0.4.0 |
672 | 2025-01-14T19:58:00.716Z | Checking instant v0.1.13 |
673 | 2025-01-14T19:58:00.832Z | Checking debug-ignore v1.0.5 |
674 | 2025-01-14T19:58:00.852Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
675 | 2025-01-14T19:58:00.974Z | Checking backoff v0.4.0 |
676 | 2025-01-14T19:58:00.999Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
677 | 2025-01-14T19:58:01.156Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
678 | 2025-01-14T19:58:01.204Z | Checking serde_with v3.11.0 |
679 | 2025-01-14T19:58:01.242Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-14T19:58:01.678Z | Checking macaddr v1.0.1 |
681 | 2025-01-14T19:58:02.021Z | Checking regress v0.9.1 |
682 | 2025-01-14T19:58:02.211Z | Checking parse-display v0.10.0 |
683 | 2025-01-14T19:58:02.459Z | Checking strum v0.26.3 |
684 | 2025-01-14T19:58:03.440Z | Compiling typify v0.2.0 |
685 | 2025-01-14T19:58:03.518Z | Compiling progenitor-impl v0.8.0 |
686 | 2025-01-14T19:58:06.216Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-14T19:58:10.343Z | Checking progenitor v0.8.0 |
688 | 2025-01-14T19:58:10.475Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-14T19:58:13.342Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-14T19:58:20.861Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-14T19:58:20.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
692 | 2025-01-14T19:58:21.253Z | + cargo build --release |
693 | 2025-01-14T19:58:21.507Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-14T19:58:21.507Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-14T19:58:21.509Z | Compiling libc v0.2.162 |
696 | 2025-01-14T19:58:21.509Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-14T19:58:21.509Z | Compiling autocfg v1.4.0 |
698 | 2025-01-14T19:58:21.509Z | Compiling serde v1.0.215 |
699 | 2025-01-14T19:58:21.509Z | Compiling version_check v0.9.5 |
700 | 2025-01-14T19:58:21.509Z | Compiling memchr v2.7.4 |
701 | 2025-01-14T19:58:21.612Z | Compiling serde_json v1.0.133 |
702 | 2025-01-14T19:58:21.703Z | Compiling itoa v1.0.11 |
703 | 2025-01-14T19:58:21.935Z | Compiling thiserror v1.0.69 |
704 | 2025-01-14T19:58:22.094Z | Compiling once_cell v1.20.2 |
705 | 2025-01-14T19:58:22.175Z | Compiling shlex v1.3.0 |
706 | 2025-01-14T19:58:22.384Z | Compiling cc v1.1.30 |
707 | 2025-01-14T19:58:22.493Z | Compiling num-traits v0.2.19 |
708 | 2025-01-14T19:58:22.812Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-14T19:58:22.915Z | Compiling getrandom v0.2.15 |
710 | 2025-01-14T19:58:22.991Z | Compiling ryu v1.0.18 |
711 | 2025-01-14T19:58:23.006Z | Compiling smallvec v1.13.2 |
712 | 2025-01-14T19:58:23.215Z | Compiling quote v1.0.37 |
713 | 2025-01-14T19:58:23.251Z | Compiling bytes v1.8.0 |
714 | 2025-01-14T19:58:23.315Z | Compiling schemars v0.8.21 |
715 | 2025-01-14T19:58:23.544Z | Compiling futures-core v0.3.31 |
716 | 2025-01-14T19:58:23.652Z | Compiling syn v2.0.87 |
717 | 2025-01-14T19:58:23.669Z | Compiling lock_api v0.4.12 |
718 | 2025-01-14T19:58:23.776Z | Compiling ahash v0.8.11 |
719 | 2025-01-14T19:58:23.828Z | Compiling byteorder v1.5.0 |
720 | 2025-01-14T19:58:23.991Z | Compiling parking_lot_core v0.9.10 |
721 | 2025-01-14T19:58:24.207Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-14T19:58:24.216Z | Compiling slab v0.4.9 |
723 | 2025-01-14T19:58:24.248Z | Compiling log v0.4.22 |
724 | 2025-01-14T19:58:24.553Z | Compiling futures-sink v0.3.31 |
725 | 2025-01-14T19:58:24.678Z | Compiling mio v1.0.2 |
726 | 2025-01-14T19:58:24.697Z | Compiling socket2 v0.5.7 |
727 | 2025-01-14T19:58:24.748Z | Compiling signal-hook-registry v1.4.2 |
728 | 2025-01-14T19:58:24.819Z | Compiling parking_lot v0.12.3 |
729 | 2025-01-14T19:58:25.088Z | Compiling stable_deref_trait v1.2.0 |
730 | 2025-01-14T19:58:25.181Z | Compiling semver v1.0.23 |
731 | 2025-01-14T19:58:25.293Z | Compiling ring v0.17.8 |
732 | 2025-01-14T19:58:25.532Z | Compiling hashbrown v0.15.1 |
733 | 2025-01-14T19:58:25.659Z | Compiling fnv v1.0.7 |
734 | 2025-01-14T19:58:25.777Z | Compiling equivalent v1.0.1 |
735 | 2025-01-14T19:58:25.876Z | Compiling http v1.1.0 |
736 | 2025-01-14T19:58:26.251Z | Compiling futures-channel v0.3.31 |
737 | 2025-01-14T19:58:26.332Z | Compiling futures-task v0.3.31 |
738 | 2025-01-14T19:58:26.491Z | Compiling futures-io v0.3.31 |
739 | 2025-01-14T19:58:26.616Z | Compiling pin-utils v0.1.0 |
740 | 2025-01-14T19:58:26.704Z | Compiling iana-time-zone v0.1.61 |
741 | 2025-01-14T19:58:26.815Z | Compiling rustls-pki-types v1.10.0 |
742 | 2025-01-14T19:58:26.903Z | Compiling pkg-config v0.3.31 |
743 | 2025-01-14T19:58:26.979Z | Compiling heck v0.5.0 |
744 | 2025-01-14T19:58:27.388Z | Compiling vcpkg v0.2.15 |
745 | 2025-01-14T19:58:27.396Z | Compiling spin v0.9.8 |
746 | 2025-01-14T19:58:28.110Z | Compiling ucd-trie v0.1.7 |
747 | 2025-01-14T19:58:28.246Z | Compiling untrusted v0.9.0 |
748 | 2025-01-14T19:58:28.412Z | Compiling dyn-clone v1.0.17 |
749 | 2025-01-14T19:58:28.573Z | Compiling httparse v1.9.5 |
750 | 2025-01-14T19:58:28.609Z | Compiling litemap v0.7.3 |
751 | 2025-01-14T19:58:28.634Z | Compiling writeable v0.5.5 |
752 | 2025-01-14T19:58:29.031Z | Compiling tracing-core v0.1.32 |
753 | 2025-01-14T19:58:29.058Z | Compiling openssl-sys v0.9.103 |
754 | 2025-01-14T19:58:29.633Z | Compiling allocator-api2 v0.2.18 |
755 | 2025-01-14T19:58:29.684Z | Compiling atomic-waker v1.1.2 |
756 | 2025-01-14T19:58:30.095Z | Compiling tracing v0.1.40 |
757 | 2025-01-14T19:58:30.619Z | Compiling http-body v1.0.1 |
758 | 2025-01-14T19:58:30.771Z | Compiling chrono v0.4.38 |
759 | 2025-01-14T19:58:30.940Z | Compiling icu_locid_transform_data v1.5.0 |
760 | 2025-01-14T19:58:30.977Z | Compiling uuid v1.11.0 |
761 | 2025-01-14T19:58:30.977Z | Compiling zeroize v1.8.1 |
762 | 2025-01-14T19:58:31.223Z | Compiling serde_derive_internals v0.29.1 |
763 | 2025-01-14T19:58:31.341Z | Compiling synstructure v0.13.1 |
764 | 2025-01-14T19:58:31.426Z | Compiling try-lock v0.2.5 |
765 | 2025-01-14T19:58:31.544Z | Compiling subtle v2.6.1 |
766 | 2025-01-14T19:58:31.574Z | Compiling want v0.3.1 |
767 | 2025-01-14T19:58:31.897Z | Compiling httpdate v1.0.3 |
768 | 2025-01-14T19:58:32.629Z | Compiling openssl v0.10.66 |
769 | 2025-01-14T19:58:32.714Z | Compiling slog v2.7.0 |
770 | 2025-01-14T19:58:32.726Z | Compiling foreign-types-shared v0.1.1 |
771 | 2025-01-14T19:58:33.052Z | Compiling icu_properties_data v1.5.0 |
772 | 2025-01-14T19:58:33.147Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-14T19:58:33.299Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-14T19:58:33.424Z | Compiling utf8_iter v1.0.4 |
775 | 2025-01-14T19:58:33.693Z | Compiling utf16_iter v1.0.5 |
776 | 2025-01-14T19:58:33.905Z | Compiling bitflags v2.6.0 |
777 | 2025-01-14T19:58:34.252Z | Compiling rustls v0.23.19 |
778 | 2025-01-14T19:58:34.554Z | Compiling percent-encoding v2.3.1 |
779 | 2025-01-14T19:58:34.686Z | Compiling tower-service v0.3.3 |
780 | 2025-01-14T19:58:34.742Z | Compiling native-tls v0.2.12 |
781 | 2025-01-14T19:58:34.799Z | Compiling regex-syntax v0.8.5 |
782 | 2025-01-14T19:58:35.005Z | Compiling write16 v1.0.0 |
783 | 2025-01-14T19:58:35.093Z | Compiling typenum v1.17.0 |
784 | 2025-01-14T19:58:35.122Z | Compiling icu_normalizer_data v1.5.0 |
785 | 2025-01-14T19:58:35.225Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-14T19:58:35.822Z | Compiling generic-array v0.14.7 |
787 | 2025-01-14T19:58:36.111Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-14T19:58:36.751Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-14T19:58:37.379Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-14T19:58:37.485Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-14T19:58:37.630Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-14T19:58:37.897Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-14T19:58:39.440Z | Compiling zerocopy v0.7.35 |
794 | 2025-01-14T19:58:40.599Z | Compiling tokio-macros v2.4.0 |
795 | 2025-01-14T19:58:40.635Z | Compiling yoke-derive v0.7.4 |
796 | 2025-01-14T19:58:40.990Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-14T19:58:41.457Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-14T19:58:41.669Z | Compiling displaydoc v0.2.5 |
799 | 2025-01-14T19:58:42.103Z | Compiling tokio v1.40.0 |
800 | 2025-01-14T19:58:42.151Z | Compiling futures-macro v0.3.31 |
801 | 2025-01-14T19:58:43.373Z | Compiling yoke v0.7.4 |
802 | 2025-01-14T19:58:43.457Z | Compiling pest v2.7.14 |
803 | 2025-01-14T19:58:43.706Z | Compiling zerovec v0.10.4 |
804 | 2025-01-14T19:58:43.730Z | Compiling icu_provider_macros v1.5.0 |
805 | 2025-01-14T19:58:43.849Z | Compiling hashbrown v0.14.5 |
806 | 2025-01-14T19:58:44.016Z | Compiling futures-util v0.3.31 |
807 | 2025-01-14T19:58:45.081Z | Compiling rustls-webpki v0.102.8 |
808 | 2025-01-14T19:58:46.361Z | Compiling tinystr v0.7.6 |
809 | 2025-01-14T19:58:46.668Z | Compiling pest_meta v2.7.14 |
810 | 2025-01-14T19:58:46.817Z | Compiling icu_locid v1.5.0 |
811 | 2025-01-14T19:58:49.749Z | Compiling icu_provider v1.5.0 |
812 | 2025-01-14T19:58:50.953Z | Compiling indexmap v2.6.0 |
813 | 2025-01-14T19:58:51.152Z | Compiling serde_tokenstream v0.2.2 |
814 | 2025-01-14T19:58:53.046Z | Compiling tokio-util v0.7.12 |
815 | 2025-01-14T19:58:53.539Z | Compiling icu_locid_transform v1.5.0 |
816 | 2025-01-14T19:58:54.271Z | Compiling h2 v0.4.6 |
817 | 2025-01-14T19:58:56.756Z | Compiling pest_generator v2.7.14 |
818 | 2025-01-14T19:58:56.981Z | Compiling icu_collections v1.5.0 |
819 | 2025-01-14T19:58:58.547Z | Compiling regress v0.10.1 |
820 | 2025-01-14T19:58:59.548Z | Compiling pest_derive v2.7.14 |
821 | 2025-01-14T19:58:59.619Z | Compiling hyper v1.5.0 |
822 | 2025-01-14T19:59:00.386Z | Compiling icu_properties v1.5.1 |
823 | 2025-01-14T19:59:00.927Z | Compiling openssl-macros v0.1.1 |
824 | 2025-01-14T19:59:03.266Z | Compiling typify-impl v0.2.0 |
825 | 2025-01-14T19:59:06.632Z | Compiling icu_normalizer v1.5.0 |
826 | 2025-01-14T19:59:07.798Z | Compiling hyper-util v0.1.10 |
827 | 2025-01-14T19:59:11.005Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-14T19:59:11.734Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-14T19:59:12.661Z | Compiling http-body-util v0.1.2 |
830 | 2025-01-14T19:59:13.372Z | Compiling scroll_derive v0.12.0 |
831 | 2025-01-14T19:59:13.683Z | Compiling usdt-impl v0.5.0 |
832 | 2025-01-14T19:59:14.044Z | Compiling encoding_rs v0.8.34 |
833 | 2025-01-14T19:59:14.881Z | Compiling mime v0.3.17 |
834 | 2025-01-14T19:59:15.170Z | Compiling typify-macro v0.2.0 |
835 | 2025-01-14T19:59:15.984Z | Compiling regex v1.11.1 |
836 | 2025-01-14T19:59:16.177Z | Compiling time-core v0.1.2 |
837 | 2025-01-14T19:59:16.341Z | Compiling num-conv v0.1.0 |
838 | 2025-01-14T19:59:16.603Z | Compiling powerfmt v0.2.0 |
839 | 2025-01-14T19:59:17.075Z | Compiling deranged v0.3.11 |
840 | 2025-01-14T19:59:18.905Z | Compiling time-macros v0.2.18 |
841 | 2025-01-14T19:59:18.952Z | Compiling scroll v0.12.0 |
842 | 2025-01-14T19:59:19.450Z | Compiling tokio-native-tls v0.3.1 |
843 | 2025-01-14T19:59:19.570Z | Compiling idna v1.0.3 |
844 | 2025-01-14T19:59:19.719Z | Compiling tokio-rustls v0.26.0 |
845 | 2025-01-14T19:59:24.746Z | Compiling dtrace-parser v0.2.0 |
846 | 2025-01-14T19:59:25.269Z | Compiling dof v0.3.0 |
847 | 2025-01-14T19:59:26.169Z | Compiling serde_urlencoded v0.7.1 |
848 | 2025-01-14T19:59:26.748Z | Compiling thread-id v4.2.2 |
849 | 2025-01-14T19:59:26.850Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-14T19:59:27.056Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-14T19:59:27.761Z | Compiling omicron-workspace-hack v0.1.0 |
852 | 2025-01-14T19:59:27.903Z | Compiling strsim v0.11.1 |
853 | 2025-01-14T19:59:28.616Z | Compiling num_threads v0.1.7 |
854 | 2025-01-14T19:59:28.729Z | Compiling syn v1.0.109 |
855 | 2025-01-14T19:59:28.863Z | Compiling ident_case v1.0.1 |
856 | 2025-01-14T19:59:29.025Z | Compiling crossbeam-utils v0.8.20 |
857 | 2025-01-14T19:59:29.203Z | Compiling base64 v0.22.1 |
858 | 2025-01-14T19:59:29.470Z | Compiling plain v0.2.3 |
859 | 2025-01-14T19:59:29.584Z | Compiling goblin v0.8.2 |
860 | 2025-01-14T19:59:29.611Z | Compiling time v0.3.36 |
861 | 2025-01-14T19:59:30.293Z | Compiling darling_core v0.20.10 |
862 | 2025-01-14T19:59:37.007Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-14T19:59:39.138Z | Compiling url v2.5.3 |
864 | 2025-01-14T19:59:40.094Z | Compiling hyper-tls v0.6.0 |
865 | 2025-01-14T19:59:40.245Z | Compiling typify v0.2.0 |
866 | 2025-01-14T19:59:40.367Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-14T19:59:42.393Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-14T19:59:42.537Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-14T19:59:43.992Z | Compiling rustls v0.22.4 |
870 | 2025-01-14T19:59:44.292Z | Compiling rustversion v1.0.17 |
871 | 2025-01-14T19:59:44.594Z | Compiling pretty-hex v0.4.1 |
872 | 2025-01-14T19:59:44.800Z | Compiling ipnet v2.10.1 |
873 | 2025-01-14T19:59:44.854Z | Compiling newtype-uuid v1.1.3 |
874 | 2025-01-14T19:59:44.936Z | Compiling paste v1.0.15 |
875 | 2025-01-14T19:59:45.164Z | Compiling unsafe-libyaml v0.2.11 |
876 | 2025-01-14T19:59:45.478Z | Compiling reqwest v0.12.9 |
877 | 2025-01-14T19:59:46.901Z | Compiling serde_yaml v0.9.34+deprecated |
878 | 2025-01-14T19:59:47.905Z | Compiling progenitor-impl v0.8.0 |
879 | 2025-01-14T19:59:50.743Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-14T19:59:52.297Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-14T19:59:53.900Z | Compiling crypto-common v0.1.6 |
882 | 2025-01-14T19:59:54.103Z | Compiling block-buffer v0.10.4 |
883 | 2025-01-14T19:59:54.331Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-14T19:59:54.698Z | Compiling toml_datetime v0.6.8 |
885 | 2025-01-14T19:59:55.367Z | Compiling serde_spanned v0.6.8 |
886 | 2025-01-14T19:59:55.371Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-14T19:59:55.603Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-14T19:59:56.265Z | Compiling rand_core v0.6.4 |
889 | 2025-01-14T19:59:56.828Z | Compiling thread_local v1.1.8 |
890 | 2025-01-14T19:59:57.380Z | Compiling multer v3.1.0 |
891 | 2025-01-14T19:59:57.522Z | Compiling slog-async v2.8.0 |
892 | 2025-01-14T19:59:57.715Z | Compiling winnow v0.6.20 |
893 | 2025-01-14T19:59:58.010Z | Compiling camino v1.1.9 |
894 | 2025-01-14T19:59:58.300Z | Compiling anyhow v1.0.93 |
895 | 2025-01-14T19:59:58.606Z | Compiling match_cfg v0.1.0 |
896 | 2025-01-14T19:59:58.682Z | Compiling either v1.13.0 |
897 | 2025-01-14T19:59:59.145Z | Compiling itertools v0.10.5 |
898 | 2025-01-14T19:59:59.200Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
899 | 2025-01-14T19:59:59.218Z | Compiling hostname v0.3.1 |
900 | 2025-01-14T19:59:59.376Z | Compiling structmeta v0.3.0 |
901 | 2025-01-14T19:59:59.512Z | Compiling rand_chacha v0.3.1 |
902 | 2025-01-14T19:59:59.759Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
903 | 2025-01-14T20:00:00.359Z | Compiling progenitor-macro v0.8.0 |
904 | 2025-01-14T20:00:01.144Z | Compiling crossbeam-channel v0.5.13 |
905 | 2025-01-14T20:00:02.246Z | Compiling toml_edit v0.22.22 |
906 | 2025-01-14T20:00:02.396Z | Compiling digest v0.10.7 |
907 | 2025-01-14T20:00:02.819Z | Compiling darling v0.20.10 |
908 | 2025-01-14T20:00:02.920Z | Compiling term v0.7.0 |
909 | 2025-01-14T20:00:07.520Z | Compiling progenitor-client v0.8.0 |
910 | 2025-01-14T20:00:10.834Z | Compiling usdt-attr-macro v0.5.0 |
911 | 2025-01-14T20:00:11.098Z | Compiling usdt-macro v0.5.0 |
912 | 2025-01-14T20:00:12.325Z | Compiling slog-json v2.6.1 |
913 | 2025-01-14T20:00:12.443Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-14T20:00:12.762Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-14T20:00:13.222Z | Compiling memmap v0.7.0 |
916 | 2025-01-14T20:00:13.548Z | Compiling is-terminal v0.4.13 |
917 | 2025-01-14T20:00:13.667Z | Compiling dropshot v0.13.0 |
918 | 2025-01-14T20:00:13.674Z | Compiling take_mut v0.2.2 |
919 | 2025-01-14T20:00:13.826Z | Compiling cpufeatures v0.2.14 |
920 | 2025-01-14T20:00:13.913Z | Compiling sha1 v0.10.6 |
921 | 2025-01-14T20:00:14.113Z | Compiling async-stream v0.3.6 |
922 | 2025-01-14T20:00:14.408Z | Compiling slog-term v2.9.1 |
923 | 2025-01-14T20:00:14.654Z | Compiling usdt v0.5.0 |
924 | 2025-01-14T20:00:16.193Z | Compiling progenitor v0.8.0 |
925 | 2025-01-14T20:00:16.401Z | Compiling futures v0.3.31 |
926 | 2025-01-14T20:00:16.508Z | Compiling slog-bunyan v2.5.0 |
927 | 2025-01-14T20:00:16.867Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
928 | 2025-01-14T20:00:17.315Z | Compiling strum_macros v0.26.4 |
929 | 2025-01-14T20:00:17.376Z | Compiling tokio-rustls v0.25.0 |
930 | 2025-01-14T20:00:17.800Z | Compiling toml v0.8.19 |
931 | 2025-01-14T20:00:18.603Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-14T20:00:21.273Z | Compiling rand v0.8.5 |
933 | 2025-01-14T20:00:21.875Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-14T20:00:25.915Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-14T20:00:25.942Z | Compiling hex v0.4.3 |
936 | 2025-01-14T20:00:26.448Z | Compiling serde_path_to_error v0.1.16 |
937 | 2025-01-14T20:00:26.639Z | Compiling async-trait v0.1.83 |
938 | 2025-01-14T20:00:26.661Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-01-14T20:00:27.437Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-14T20:00:27.483Z | Compiling hostname v0.4.0 |
941 | 2025-01-14T20:00:27.661Z | Compiling instant v0.1.13 |
942 | 2025-01-14T20:00:27.723Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-14T20:00:27.811Z | Compiling backoff v0.4.0 |
944 | 2025-01-14T20:00:27.854Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
945 | 2025-01-14T20:00:28.052Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-01-14T20:00:28.205Z | Compiling parse-display v0.10.0 |
947 | 2025-01-14T20:00:28.236Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
948 | 2025-01-14T20:00:28.991Z | Compiling strum v0.26.3 |
949 | 2025-01-14T20:00:29.000Z | Compiling serde_with v3.11.0 |
950 | 2025-01-14T20:00:29.165Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-14T20:00:29.821Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-14T20:00:30.377Z | Compiling regress v0.9.1 |
953 | 2025-01-14T20:00:30.645Z | Compiling macaddr v1.0.1 |
954 | 2025-01-14T20:00:35.397Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-14T20:00:47.015Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-14T20:00:56.923Z | Finished `release` profile [optimized] target(s) in 2m 35s |
957 | 2025-01-14T20:00:56.989Z | process exited: duration 234643 ms, exit code 0 |
|
958 | 2025-01-14T20:00:56.996Z | found 0 output files |