|
|
|
1 | 2024-12-21T04:20:51.973Z | job assigned to worker 01JFKQ2VARW2H92WRJBXQ1HV88 [factory aws, i-08a959659a21f6d9c] (queued for 1 m 2 s) |
|
2 | 2024-12-21T04:20:59.722Z | starting task 0: "setup" |
3 | 2024-12-21T04:20:59.730Z | ++ uname -s |
4 | 2024-12-21T04:20:59.733Z | + kern=SunOS |
5 | 2024-12-21T04:20:59.733Z | + case "$kern" in |
6 | 2024-12-21T04:20:59.733Z | + groupadd -g 12345 build |
7 | 2024-12-21T04:20:59.735Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-21T04:21:01.806Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-21T04:21:01.923Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-21T04:21:01.988Z | + home_fs=zfs |
11 | 2024-12-21T04:21:01.988Z | + [[ zfs == autofs ]] |
12 | 2024-12-21T04:21:01.988Z | + mkdir -p /home/build |
13 | 2024-12-21T04:21:01.988Z | + chown build:build /home/build /work |
14 | 2024-12-21T04:21:03.888Z | + chmod 0700 /home/build /work |
15 | 2024-12-21T04:21:03.921Z | process exited: duration 4159 ms, exit code 0 |
|
16 | 2024-12-21T04:21:03.964Z | starting task 1: "rust-toolchain" |
17 | 2024-12-21T04:21:03.999Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-21T04:21:03.999Z | ' 1.81.0 |
19 | 2024-12-21T04:21:03.999Z | * toolchain channel = "1.81.0" |
20 | 2024-12-21T04:21:03.999Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-21T04:21:03.999Z | ' default |
22 | 2024-12-21T04:21:03.999Z | * toolchain profile = "default" |
23 | 2024-12-21T04:21:04.000Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-21T04:21:04.000Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-21T04:21:04.060Z | info: downloading installer |
26 | 2024-12-21T04:21:05.323Z | info: profile set to 'default' |
27 | 2024-12-21T04:21:05.324Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-21T04:21:05.440Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-21T04:21:05.544Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-21T04:21:05.544Z | info: downloading component 'cargo' |
31 | 2024-12-21T04:21:06.306Z | info: downloading component 'clippy' |
32 | 2024-12-21T04:21:06.626Z | info: downloading component 'rust-docs' |
33 | 2024-12-21T04:21:07.828Z | info: downloading component 'rust-std' |
34 | 2024-12-21T04:21:09.705Z | info: downloading component 'rustc' |
35 | 2024-12-21T04:21:16.385Z | info: downloading component 'rustfmt' |
36 | 2024-12-21T04:21:16.636Z | info: installing component 'cargo' |
37 | 2024-12-21T04:21:17.453Z | info: installing component 'clippy' |
38 | 2024-12-21T04:21:17.814Z | info: installing component 'rust-docs' |
39 | 2024-12-21T04:21:19.560Z | info: installing component 'rust-std' |
40 | 2024-12-21T04:21:21.231Z | info: installing component 'rustc' |
41 | 2024-12-21T04:21:27.006Z | info: installing component 'rustfmt' |
42 | 2024-12-21T04:21:27.329Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-21T04:21:27.329Z | |
44 | 2024-12-21T04:21:27.700Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-21T04:21:27.700Z | |
46 | 2024-12-21T04:21:27.704Z | |
47 | 2024-12-21T04:21:27.704Z | Rust is installed now. Great! |
48 | 2024-12-21T04:21:27.704Z | |
49 | 2024-12-21T04:21:27.704Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-21T04:21:27.704Z | environment variable. This has not been done automatically. |
51 | 2024-12-21T04:21:27.704Z | |
52 | 2024-12-21T04:21:27.704Z | To configure your current shell, you need to source |
53 | 2024-12-21T04:21:27.705Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-21T04:21:27.705Z | |
55 | 2024-12-21T04:21:27.705Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-21T04:21:27.705Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-21T04:21:27.705Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-21T04:21:27.788Z | + rustc --version |
59 | 2024-12-21T04:21:27.854Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-21T04:21:27.864Z | process exited: duration 23912 ms, exit code 0 |
|
61 | 2024-12-21T04:21:27.874Z | starting task 2: "authentication" |
62 | 2024-12-21T04:21:27.895Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-12-21T04:21:48.080Z | process exited: duration 20204 ms, exit code 0 |
|
64 | 2024-12-21T04:21:48.096Z | starting task 3: "clone repository" |
65 | 2024-12-21T04:21:48.100Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-12-21T04:21:48.106Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-12-21T04:21:48.337Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-12-21T04:21:55.205Z | + cd /work/oxidecomputer/omicron |
69 | 2024-12-21T04:21:55.205Z | + git fetch origin 7b95f649174d4bfe70737429fbe6e7284721b254 |
70 | 2024-12-21T04:21:55.491Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-12-21T04:21:55.491Z | * branch 7b95f649174d4bfe70737429fbe6e7284721b254 -> FETCH_HEAD |
72 | 2024-12-21T04:21:55.502Z | + [[ -n renovate/uuid-1.x ]] |
73 | 2024-12-21T04:21:55.505Z | ++ git branch --show-current |
74 | 2024-12-21T04:21:55.509Z | + current=main |
75 | 2024-12-21T04:21:55.509Z | + [[ main != renovate/uuid-1.x ]] |
76 | 2024-12-21T04:21:55.509Z | + git branch -f renovate/uuid-1.x 7b95f649174d4bfe70737429fbe6e7284721b254 |
77 | 2024-12-21T04:21:55.511Z | + git checkout -f renovate/uuid-1.x |
78 | 2024-12-21T04:21:55.689Z | Switched to branch 'renovate/uuid-1.x' |
79 | 2024-12-21T04:21:55.692Z | + git reset --hard 7b95f649174d4bfe70737429fbe6e7284721b254 |
80 | 2024-12-21T04:21:55.867Z | HEAD is now at 7b95f6491 Update Rust crate uuid to 1.11.0 |
81 | 2024-12-21T04:21:55.870Z | process exited: duration 7775 ms, exit code 0 |
|
82 | 2024-12-21T04:21:55.890Z | starting task 4: "build" |
83 | 2024-12-21T04:21:55.896Z | + source .github/buildomat/ci-env.sh |
84 | 2024-12-21T04:21:55.896Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-12-21T04:21:55.897Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-12-21T04:21:55.897Z | + cargo --version |
87 | 2024-12-21T04:21:55.940Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
88 | 2024-12-21T04:21:55.944Z | + rustc --version |
89 | 2024-12-21T04:21:56.008Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
90 | 2024-12-21T04:21:56.014Z | + cd /tmp |
91 | 2024-12-21T04:21:56.014Z | + cargo new --lib test-project |
92 | 2024-12-21T04:21:56.071Z | Creating library `test-project` package |
93 | 2024-12-21T04:21:56.150Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
94 | 2024-12-21T04:21:56.152Z | + cd test-project |
95 | 2024-12-21T04:21:56.152Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
96 | 2024-12-21T04:21:56.215Z | Adding omicron-common (local) to dependencies |
97 | 2024-12-21T04:21:56.215Z | Features: |
98 | 2024-12-21T04:21:56.217Z | - proptest |
99 | 2024-12-21T04:21:56.217Z | - test-strategy |
100 | 2024-12-21T04:21:56.217Z | - testing |
101 | 2024-12-21T04:21:56.217Z | Updating crates.io index |
102 | 2024-12-21T04:21:56.278Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
103 | 2024-12-21T04:21:56.641Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
104 | 2024-12-21T04:21:57.101Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
105 | 2024-12-21T04:21:57.368Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
106 | 2024-12-21T04:21:57.985Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
107 | 2024-12-21T04:21:59.101Z | Locking 332 packages to latest compatible versions |
108 | 2024-12-21T04:21:59.104Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
109 | 2024-12-21T04:21:59.105Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
110 | 2024-12-21T04:21:59.105Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
111 | 2024-12-21T04:21:59.105Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
112 | 2024-12-21T04:21:59.105Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
113 | 2024-12-21T04:21:59.105Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
114 | 2024-12-21T04:21:59.110Z | Adding goblin v0.8.2 (latest: v0.9.2) |
115 | 2024-12-21T04:21:59.110Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
116 | 2024-12-21T04:21:59.110Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
117 | 2024-12-21T04:21:59.110Z | Adding hostname v0.3.1 (latest: v0.4.0) |
118 | 2024-12-21T04:21:59.111Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
119 | 2024-12-21T04:21:59.111Z | Adding itertools v0.10.5 (latest: v0.13.0) |
120 | 2024-12-21T04:21:59.111Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
121 | 2024-12-21T04:21:59.115Z | Adding regress v0.9.1 (latest: v0.10.1) |
122 | 2024-12-21T04:21:59.119Z | Adding rustls v0.22.4 (latest: v0.23.20) |
123 | 2024-12-21T04:21:59.119Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
124 | 2024-12-21T04:21:59.124Z | Adding syn v1.0.109 (latest: v2.0.90) |
125 | 2024-12-21T04:21:59.124Z | Adding term v0.7.0 (latest: v1.0.1) |
126 | 2024-12-21T04:21:59.124Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
127 | 2024-12-21T04:21:59.129Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
128 | 2024-12-21T04:21:59.129Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
129 | 2024-12-21T04:21:59.129Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
130 | 2024-12-21T04:21:59.130Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
131 | 2024-12-21T04:21:59.130Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
132 | 2024-12-21T04:21:59.130Z | Adding windows v0.52.0 (latest: v0.58.0) |
133 | 2024-12-21T04:21:59.130Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
134 | 2024-12-21T04:21:59.130Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
135 | 2024-12-21T04:21:59.130Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
136 | 2024-12-21T04:21:59.130Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
137 | 2024-12-21T04:21:59.130Z | Adding writeable v0.5.5 (latest: v0.6.0) |
138 | 2024-12-21T04:21:59.130Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
139 | 2024-12-21T04:21:59.134Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
140 | 2024-12-21T04:21:59.134Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
141 | 2024-12-21T04:21:59.134Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
142 | 2024-12-21T04:21:59.211Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
143 | 2024-12-21T04:21:59.218Z | + cargo check |
144 | 2024-12-21T04:21:59.394Z | Updating crates.io index |
145 | 2024-12-21T04:22:00.248Z | Locking 2 packages to latest compatible versions |
146 | 2024-12-21T04:22:03.328Z | Adding omicron-workspace-hack v0.1.0 |
147 | 2024-12-21T04:22:05.249Z | Adding test-project v0.1.0 (/tmp/test-project) |
148 | 2024-12-21T04:22:05.979Z | Downloading crates ... |
149 | 2024-12-21T04:22:06.056Z | Downloaded darling_macro v0.20.10 |
150 | 2024-12-21T04:22:06.058Z | Downloaded foreign-types-shared v0.1.1 |
151 | 2024-12-21T04:22:06.061Z | Downloaded async-stream-impl v0.3.6 |
152 | 2024-12-21T04:22:06.063Z | Downloaded match_cfg v0.1.0 |
153 | 2024-12-21T04:22:06.065Z | Downloaded equivalent v1.0.1 |
154 | 2024-12-21T04:22:06.069Z | Downloaded thiserror v1.0.69 |
155 | 2024-12-21T04:22:06.075Z | Downloaded tinyvec_macros v0.1.1 |
156 | 2024-12-21T04:22:06.077Z | Downloaded term v0.7.0 |
157 | 2024-12-21T04:22:06.081Z | Downloaded zerofrom v0.1.4 |
158 | 2024-12-21T04:22:06.084Z | Downloaded waitgroup v0.1.2 |
159 | 2024-12-21T04:22:06.084Z | Downloaded write16 v1.0.0 |
160 | 2024-12-21T04:22:06.086Z | Downloaded dtrace-parser v0.2.0 |
161 | 2024-12-21T04:22:06.086Z | Downloaded usdt-attr-macro v0.5.0 |
162 | 2024-12-21T04:22:06.089Z | Downloaded foreign-types v0.3.2 |
163 | 2024-12-21T04:22:06.089Z | Downloaded http-body v1.0.1 |
164 | 2024-12-21T04:22:06.091Z | Downloaded tower-service v0.3.3 |
165 | 2024-12-21T04:22:06.091Z | Downloaded thread-id v4.2.2 |
166 | 2024-12-21T04:22:06.094Z | Downloaded icu_provider_macros v1.5.0 |
167 | 2024-12-21T04:22:06.094Z | Downloaded usdt v0.5.0 |
168 | 2024-12-21T04:22:06.097Z | Downloaded ident_case v1.0.1 |
169 | 2024-12-21T04:22:06.097Z | Downloaded take_mut v0.2.2 |
170 | 2024-12-21T04:22:06.097Z | Downloaded tinystr v0.7.6 |
171 | 2024-12-21T04:22:06.100Z | Downloaded pretty-hex v0.4.1 |
172 | 2024-12-21T04:22:06.100Z | Downloaded num_threads v0.1.7 |
173 | 2024-12-21T04:22:06.103Z | Downloaded dirs-sys-next v0.1.2 |
174 | 2024-12-21T04:22:06.103Z | Downloaded deranged v0.3.11 |
175 | 2024-12-21T04:22:06.105Z | Downloaded debug-ignore v1.0.5 |
176 | 2024-12-21T04:22:06.108Z | Downloaded futures-task v0.3.31 |
177 | 2024-12-21T04:22:06.108Z | Downloaded dyn-clone v1.0.17 |
178 | 2024-12-21T04:22:06.110Z | Downloaded progenitor-client v0.8.0 |
179 | 2024-12-21T04:22:06.111Z | Downloaded openssl-probe v0.1.5 |
180 | 2024-12-21T04:22:06.113Z | Downloaded omicron-workspace-hack v0.1.0 |
181 | 2024-12-21T04:22:06.113Z | Downloaded fnv v1.0.7 |
182 | 2024-12-21T04:22:06.118Z | Downloaded tokio-macros v2.4.0 |
183 | 2024-12-21T04:22:06.118Z | Downloaded usdt-impl v0.5.0 |
184 | 2024-12-21T04:22:06.122Z | Downloaded httpdate v1.0.3 |
185 | 2024-12-21T04:22:06.122Z | Downloaded thread_local v1.1.8 |
186 | 2024-12-21T04:22:06.122Z | Downloaded openssl-macros v0.1.1 |
187 | 2024-12-21T04:22:06.124Z | Downloaded utf16_iter v1.0.5 |
188 | 2024-12-21T04:22:06.124Z | Downloaded pkg-config v0.3.31 |
189 | 2024-12-21T04:22:06.124Z | Downloaded ahash v0.8.11 |
190 | 2024-12-21T04:22:06.128Z | Downloaded parse-display v0.10.0 |
191 | 2024-12-21T04:22:06.130Z | Downloaded ppv-lite86 v0.2.20 |
192 | 2024-12-21T04:22:06.133Z | Downloaded usdt-macro v0.5.0 |
193 | 2024-12-21T04:22:06.133Z | Downloaded newtype-uuid v1.1.3 |
194 | 2024-12-21T04:22:06.133Z | Downloaded hex v0.4.3 |
195 | 2024-12-21T04:22:06.136Z | Downloaded num-conv v0.1.0 |
196 | 2024-12-21T04:22:06.138Z | Downloaded typify-macro v0.2.0 |
197 | 2024-12-21T04:22:06.138Z | Downloaded itoa v1.0.11 |
198 | 2024-12-21T04:22:06.140Z | Downloaded idna_adapter v1.2.0 |
199 | 2024-12-21T04:22:06.140Z | Downloaded http-body-util v0.1.2 |
200 | 2024-12-21T04:22:06.142Z | Downloaded progenitor-macro v0.8.0 |
201 | 2024-12-21T04:22:06.145Z | Downloaded writeable v0.5.5 |
202 | 2024-12-21T04:22:06.148Z | Downloaded parse-display-derive v0.10.0 |
203 | 2024-12-21T04:22:06.148Z | Downloaded version_check v0.9.5 |
204 | 2024-12-21T04:22:06.148Z | Downloaded zerovec-derive v0.10.3 |
205 | 2024-12-21T04:22:06.150Z | Downloaded powerfmt v0.2.0 |
206 | 2024-12-21T04:22:06.153Z | Downloaded plain v0.2.3 |
207 | 2024-12-21T04:22:06.153Z | Downloaded ipnetwork v0.20.0 |
208 | 2024-12-21T04:22:06.156Z | Downloaded pest_generator v2.7.14 |
209 | 2024-12-21T04:22:06.156Z | Downloaded zeroize v1.8.1 |
210 | 2024-12-21T04:22:06.158Z | Downloaded try-lock v0.2.5 |
211 | 2024-12-21T04:22:06.161Z | Downloaded yoke-derive v0.7.4 |
212 | 2024-12-21T04:22:06.161Z | Downloaded cpufeatures v0.2.14 |
213 | 2024-12-21T04:22:06.163Z | Downloaded async-trait v0.1.83 |
214 | 2024-12-21T04:22:06.166Z | Downloaded sync_wrapper v1.0.1 |
215 | 2024-12-21T04:22:06.166Z | Downloaded memmap v0.7.0 |
216 | 2024-12-21T04:22:06.169Z | Downloaded darling v0.20.10 |
217 | 2024-12-21T04:22:06.172Z | Downloaded hyper-rustls v0.27.3 |
218 | 2024-12-21T04:22:06.175Z | Downloaded want v0.3.1 |
219 | 2024-12-21T04:22:06.177Z | Downloaded displaydoc v0.2.5 |
220 | 2024-12-21T04:22:06.179Z | Downloaded camino v1.1.9 |
221 | 2024-12-21T04:22:06.182Z | Downloaded once_cell v1.20.2 |
222 | 2024-12-21T04:22:06.187Z | Downloaded scroll_derive v0.12.0 |
223 | 2024-12-21T04:22:06.190Z | Downloaded typify v0.2.0 |
224 | 2024-12-21T04:22:06.190Z | Downloaded yoke v0.7.4 |
225 | 2024-12-21T04:22:06.190Z | Downloaded thiserror-impl v1.0.69 |
226 | 2024-12-21T04:22:06.193Z | Downloaded parking_lot_core v0.9.10 |
227 | 2024-12-21T04:22:06.195Z | Downloaded strum v0.26.3 |
228 | 2024-12-21T04:22:06.195Z | Downloaded structmeta v0.3.0 |
229 | 2024-12-21T04:22:06.198Z | Downloaded progenitor v0.8.0 |
230 | 2024-12-21T04:22:06.198Z | Downloaded tokio-rustls v0.25.0 |
231 | 2024-12-21T04:22:06.200Z | Downloaded pest_derive v2.7.14 |
232 | 2024-12-21T04:22:06.203Z | Downloaded percent-encoding v2.3.1 |
233 | 2024-12-21T04:22:06.203Z | Downloaded bitflags v2.6.0 |
234 | 2024-12-21T04:22:06.207Z | Downloaded serde_path_to_error v0.1.16 |
235 | 2024-12-21T04:22:06.210Z | Downloaded unicode-ident v1.0.13 |
236 | 2024-12-21T04:22:06.213Z | Downloaded lock_api v0.4.12 |
237 | 2024-12-21T04:22:06.216Z | Downloaded serde_spanned v0.6.8 |
238 | 2024-12-21T04:22:06.216Z | Downloaded subtle v2.6.1 |
239 | 2024-12-21T04:22:06.218Z | Downloaded crossbeam-utils v0.8.20 |
240 | 2024-12-21T04:22:06.223Z | Downloaded litemap v0.7.3 |
241 | 2024-12-21T04:22:06.225Z | Downloaded rustls-pemfile v2.2.0 |
242 | 2024-12-21T04:22:06.225Z | Downloaded slab v0.4.9 |
243 | 2024-12-21T04:22:06.228Z | Downloaded typenum v1.17.0 |
244 | 2024-12-21T04:22:06.230Z | Downloaded pest_meta v2.7.14 |
245 | 2024-12-21T04:22:06.233Z | Downloaded synstructure v0.13.1 |
246 | 2024-12-21T04:22:06.233Z | Downloaded pin-project-lite v0.2.14 |
247 | 2024-12-21T04:22:06.238Z | Downloaded rustc-hash v2.0.0 |
248 | 2024-12-21T04:22:06.243Z | Downloaded indexmap v1.9.3 |
249 | 2024-12-21T04:22:06.246Z | Downloaded progenitor-impl v0.8.0 |
250 | 2024-12-21T04:22:06.246Z | Downloaded serde_tokenstream v0.2.2 |
251 | 2024-12-21T04:22:06.248Z | Downloaded shlex v1.3.0 |
252 | 2024-12-21T04:22:06.248Z | Downloaded structmeta-derive v0.3.0 |
253 | 2024-12-21T04:22:06.250Z | Downloaded serde_urlencoded v0.7.1 |
254 | 2024-12-21T04:22:06.250Z | Downloaded icu_locid_transform_data v1.5.0 |
255 | 2024-12-21T04:22:06.253Z | Downloaded sha1 v0.10.6 |
256 | 2024-12-21T04:22:06.255Z | Downloaded smallvec v1.13.2 |
257 | 2024-12-21T04:22:06.259Z | Downloaded slog-term v2.9.1 |
258 | 2024-12-21T04:22:06.262Z | Downloaded slog-async v2.8.0 |
259 | 2024-12-21T04:22:06.262Z | Downloaded icu_normalizer v1.5.0 |
260 | 2024-12-21T04:22:06.266Z | Downloaded slog-json v2.6.1 |
261 | 2024-12-21T04:22:06.270Z | Downloaded schemars_derive v0.8.21 |
262 | 2024-12-21T04:22:06.270Z | Downloaded httparse v1.9.5 |
263 | 2024-12-21T04:22:06.276Z | Downloaded serde_derive_internals v0.29.1 |
264 | 2024-12-21T04:22:06.276Z | Downloaded openssl-sys v0.9.103 |
265 | 2024-12-21T04:22:06.278Z | Downloaded slog-bunyan v2.5.0 |
266 | 2024-12-21T04:22:06.281Z | Downloaded strum_macros v0.26.4 |
267 | 2024-12-21T04:22:06.284Z | Downloaded tracing-core v0.1.32 |
268 | 2024-12-21T04:22:06.284Z | Downloaded icu_properties v1.5.1 |
269 | 2024-12-21T04:22:06.287Z | Downloaded scroll v0.12.0 |
270 | 2024-12-21T04:22:06.289Z | Downloaded signal-hook-registry v1.4.2 |
271 | 2024-12-21T04:22:06.292Z | Downloaded sha2 v0.10.8 |
272 | 2024-12-21T04:22:06.294Z | Downloaded ryu v1.0.18 |
273 | 2024-12-21T04:22:06.297Z | Downloaded serde_with_macros v3.11.0 |
274 | 2024-12-21T04:22:06.300Z | Downloaded icu_normalizer_data v1.5.0 |
275 | 2024-12-21T04:22:06.303Z | Downloaded quinn v0.11.5 |
276 | 2024-12-21T04:22:06.305Z | Downloaded unsafe-libyaml v0.2.11 |
277 | 2024-12-21T04:22:06.307Z | Downloaded tracing v0.1.40 |
278 | 2024-12-21T04:22:06.312Z | Downloaded socket2 v0.5.7 |
279 | 2024-12-21T04:22:06.314Z | Downloaded serde_yaml v0.9.34+deprecated |
280 | 2024-12-21T04:22:06.318Z | Downloaded quote v1.0.37 |
281 | 2024-12-21T04:22:06.321Z | Downloaded memchr v2.7.4 |
282 | 2024-12-21T04:22:06.325Z | Downloaded spin v0.9.8 |
283 | 2024-12-21T04:22:06.328Z | Downloaded slog v2.7.0 |
284 | 2024-12-21T04:22:06.331Z | Downloaded mio v1.0.2 |
285 | 2024-12-21T04:22:06.337Z | Downloaded serde v1.0.215 |
286 | 2024-12-21T04:22:06.341Z | Downloaded rustls-pki-types v1.10.0 |
287 | 2024-12-21T04:22:06.345Z | Downloaded rand v0.8.5 |
288 | 2024-12-21T04:22:06.348Z | Downloaded hyper-util v0.1.10 |
289 | 2024-12-21T04:22:06.353Z | Downloaded serde_derive v1.0.215 |
290 | 2024-12-21T04:22:06.356Z | Downloaded http v1.1.0 |
291 | 2024-12-21T04:22:06.360Z | Downloaded pest v2.7.14 |
292 | 2024-12-21T04:22:06.365Z | Downloaded zerovec v0.10.4 |
293 | 2024-12-21T04:22:06.371Z | Downloaded hashbrown v0.12.3 |
294 | 2024-12-21T04:22:06.376Z | Downloaded itertools v0.10.5 |
295 | 2024-12-21T04:22:06.383Z | Downloaded zerocopy v0.7.35 |
296 | 2024-12-21T04:22:06.402Z | Downloaded winnow v0.6.20 |
297 | 2024-12-21T04:22:06.408Z | Downloaded hyper v1.5.0 |
298 | 2024-12-21T04:22:06.413Z | Downloaded hashbrown v0.15.1 |
299 | 2024-12-21T04:22:06.419Z | Downloaded serde_json v1.0.133 |
300 | 2024-12-21T04:22:06.426Z | Downloaded h2 v0.4.6 |
301 | 2024-12-21T04:22:06.433Z | Downloaded futures-util v0.3.31 |
302 | 2024-12-21T04:22:06.446Z | Downloaded quinn-proto v0.11.8 |
303 | 2024-12-21T04:22:06.452Z | Downloaded idna v1.0.3 |
304 | 2024-12-21T04:22:06.456Z | Downloaded serde_with v3.11.0 |
305 | 2024-12-21T04:22:06.477Z | Downloaded rustls-webpki v0.102.8 |
306 | 2024-12-21T04:22:06.509Z | Downloaded vcpkg v0.2.15 |
307 | 2024-12-21T04:22:06.517Z | Downloaded syn v1.0.109 |
308 | 2024-12-21T04:22:06.533Z | Downloaded openssl v0.10.66 |
309 | 2024-12-21T04:22:06.572Z | Downloaded webpki-roots v0.26.6 |
310 | 2024-12-21T04:22:06.582Z | Downloaded syn v2.0.87 |
311 | 2024-12-21T04:22:06.582Z | Downloaded regex v1.11.1 |
312 | 2024-12-21T04:22:06.582Z | Downloaded icu_properties_data v1.5.0 |
313 | 2024-12-21T04:22:06.583Z | Downloaded rustls v0.22.4 |
314 | 2024-12-21T04:22:06.605Z | Downloaded dropshot v0.13.0 |
315 | 2024-12-21T04:22:06.624Z | Downloaded regress v0.9.1 |
316 | 2024-12-21T04:22:06.624Z | Downloaded openapiv3 v2.0.0 |
317 | 2024-12-21T04:22:06.653Z | Downloaded regress v0.10.1 |
318 | 2024-12-21T04:22:06.653Z | Downloaded regex-syntax v0.8.5 |
319 | 2024-12-21T04:22:06.670Z | Downloaded typify-impl v0.2.0 |
320 | 2024-12-21T04:22:06.670Z | Downloaded rustls v0.23.19 |
321 | 2024-12-21T04:22:06.681Z | Downloaded chrono v0.4.38 |
322 | 2024-12-21T04:22:06.681Z | Downloaded reqwest v0.12.9 |
323 | 2024-12-21T04:22:06.681Z | Downloaded goblin v0.8.2 |
324 | 2024-12-21T04:22:06.754Z | Downloaded hashbrown v0.14.5 |
325 | 2024-12-21T04:22:06.754Z | Downloaded tokio-util v0.7.12 |
326 | 2024-12-21T04:22:06.754Z | Downloaded time v0.3.36 |
327 | 2024-12-21T04:22:06.822Z | Downloaded cc v1.1.30 |
328 | 2024-12-21T04:22:06.822Z | Downloaded schemars v0.8.21 |
329 | 2024-12-21T04:22:06.822Z | Downloaded toml_edit v0.22.22 |
330 | 2024-12-21T04:22:06.822Z | Downloaded icu_collections v1.5.0 |
331 | 2024-12-21T04:22:06.822Z | Downloaded regex-automata v0.4.8 |
332 | 2024-12-21T04:22:06.822Z | Downloaded base64 v0.22.1 |
333 | 2024-12-21T04:22:06.822Z | Downloaded crossbeam-channel v0.5.13 |
334 | 2024-12-21T04:22:06.822Z | Downloaded indexmap v2.6.0 |
335 | 2024-12-21T04:22:06.822Z | Downloaded bytes v1.8.0 |
336 | 2024-12-21T04:22:06.823Z | Downloaded url v2.5.3 |
337 | 2024-12-21T04:22:06.823Z | Downloaded toml v0.8.19 |
338 | 2024-12-21T04:22:06.823Z | Downloaded icu_provider v1.5.0 |
339 | 2024-12-21T04:22:06.823Z | Downloaded scopeguard v1.2.0 |
340 | 2024-12-21T04:22:06.823Z | Downloaded dropshot_endpoint v0.13.0 |
341 | 2024-12-21T04:22:06.823Z | Downloaded darling_core v0.20.10 |
342 | 2024-12-21T04:22:06.837Z | Downloaded allocator-api2 v0.2.18 |
343 | 2024-12-21T04:22:06.837Z | Downloaded tokio v1.40.0 |
344 | 2024-12-21T04:22:06.837Z | Downloaded proc-macro2 v1.0.89 |
345 | 2024-12-21T04:22:06.837Z | Downloaded libc v0.2.162 |
346 | 2024-12-21T04:22:06.853Z | Downloaded rand_chacha v0.3.1 |
347 | 2024-12-21T04:22:06.879Z | Downloaded stable_deref_trait v1.2.0 |
348 | 2024-12-21T04:22:06.879Z | Downloaded semver v1.0.23 |
349 | 2024-12-21T04:22:06.879Z | Downloaded rand_core v0.6.4 |
350 | 2024-12-21T04:22:06.879Z | Downloaded native-tls v0.2.12 |
351 | 2024-12-21T04:22:06.879Z | Downloaded num-traits v0.2.19 |
352 | 2024-12-21T04:22:06.879Z | Downloaded strsim v0.11.1 |
353 | 2024-12-21T04:22:06.879Z | Downloaded rustversion v1.0.17 |
354 | 2024-12-21T04:22:06.879Z | Downloaded parking_lot v0.12.3 |
355 | 2024-12-21T04:22:06.880Z | Downloaded tokio-rustls v0.26.0 |
356 | 2024-12-21T04:22:06.893Z | Downloaded getrandom v0.2.15 |
357 | 2024-12-21T04:22:06.893Z | Downloaded futures v0.3.31 |
358 | 2024-12-21T04:22:06.893Z | Downloaded utf8_iter v1.0.4 |
359 | 2024-12-21T04:22:06.893Z | Downloaded tinyvec v1.8.0 |
360 | 2024-12-21T04:22:06.893Z | Downloaded aho-corasick v1.1.3 |
361 | 2024-12-21T04:22:06.893Z | Downloaded uuid v1.11.0 |
362 | 2024-12-21T04:22:06.893Z | Downloaded ucd-trie v0.1.7 |
363 | 2024-12-21T04:22:06.893Z | Downloaded log v0.4.22 |
364 | 2024-12-21T04:22:06.893Z | Downloaded icu_locid v1.5.0 |
365 | 2024-12-21T04:22:06.935Z | Downloaded hostname v0.3.1 |
366 | 2024-12-21T04:22:06.935Z | Downloaded quinn-udp v0.5.5 |
367 | 2024-12-21T04:22:06.935Z | Downloaded pin-utils v0.1.0 |
368 | 2024-12-21T04:22:06.935Z | Downloaded tokio-native-tls v0.3.1 |
369 | 2024-12-21T04:22:06.936Z | Downloaded form_urlencoded v1.2.1 |
370 | 2024-12-21T04:22:06.936Z | Downloaded iana-time-zone v0.1.61 |
371 | 2024-12-21T04:22:06.936Z | Downloaded anyhow v1.0.93 |
372 | 2024-12-21T04:22:06.937Z | Downloaded multer v3.1.0 |
373 | 2024-12-21T04:22:06.973Z | Downloaded is-terminal v0.4.13 |
374 | 2024-12-21T04:22:06.974Z | Downloaded ipnet v2.10.1 |
375 | 2024-12-21T04:22:06.974Z | Downloaded futures-channel v0.3.31 |
376 | 2024-12-21T04:22:06.974Z | Downloaded zerocopy-derive v0.7.35 |
377 | 2024-12-21T04:22:06.974Z | Downloaded icu_locid_transform v1.5.0 |
378 | 2024-12-21T04:22:06.974Z | Downloaded byteorder v1.5.0 |
379 | 2024-12-21T04:22:06.974Z | Downloaded backoff v0.4.0 |
380 | 2024-12-21T04:22:06.974Z | Downloaded toml_datetime v0.6.8 |
381 | 2024-12-21T04:22:06.974Z | Downloaded macaddr v1.0.1 |
382 | 2024-12-21T04:22:06.974Z | Downloaded encoding_rs v0.8.34 |
383 | 2024-12-21T04:22:06.974Z | Downloaded futures-io v0.3.31 |
384 | 2024-12-21T04:22:06.974Z | Downloaded instant v0.1.13 |
385 | 2024-12-21T04:22:06.974Z | Downloaded mime v0.3.17 |
386 | 2024-12-21T04:22:06.974Z | Downloaded zerofrom-derive v0.1.4 |
387 | 2024-12-21T04:22:06.975Z | Downloaded futures-executor v0.3.31 |
388 | 2024-12-21T04:22:06.975Z | Downloaded hostname v0.4.0 |
389 | 2024-12-21T04:22:06.975Z | Downloaded generic-array v0.14.7 |
390 | 2024-12-21T04:22:06.975Z | Downloaded heck v0.5.0 |
391 | 2024-12-21T04:22:06.975Z | Downloaded paste v1.0.15 |
392 | 2024-12-21T04:22:07.024Z | Downloaded hyper-tls v0.6.0 |
393 | 2024-12-21T04:22:07.025Z | Downloaded untrusted v0.9.0 |
394 | 2024-12-21T04:22:07.025Z | Downloaded futures-macro v0.3.31 |
395 | 2024-12-21T04:22:07.025Z | Downloaded futures-core v0.3.31 |
396 | 2024-12-21T04:22:07.025Z | Downloaded dof v0.3.0 |
397 | 2024-12-21T04:22:07.025Z | Downloaded futures-sink v0.3.31 |
398 | 2024-12-21T04:22:07.025Z | Downloaded atomic-waker v1.1.2 |
399 | 2024-12-21T04:22:07.025Z | Downloaded crypto-common v0.1.6 |
400 | 2024-12-21T04:22:07.025Z | Downloaded digest v0.10.7 |
401 | 2024-12-21T04:22:07.025Z | Downloaded async-stream v0.3.6 |
402 | 2024-12-21T04:22:07.025Z | Downloaded block-buffer v0.10.4 |
403 | 2024-12-21T04:22:07.025Z | Downloaded autocfg v1.4.0 |
404 | 2024-12-21T04:22:07.026Z | Downloaded either v1.13.0 |
405 | 2024-12-21T04:22:07.026Z | Downloaded dirs-next v2.0.0 |
406 | 2024-12-21T04:22:07.026Z | Downloaded cfg-if v1.0.0 |
407 | 2024-12-21T04:22:07.026Z | Downloaded time-macros v0.2.18 |
408 | 2024-12-21T04:22:07.026Z | Downloaded time-core v0.1.2 |
409 | 2024-12-21T04:22:07.281Z | Downloaded ring v0.17.8 |
410 | 2024-12-21T04:22:07.448Z | Compiling proc-macro2 v1.0.89 |
411 | 2024-12-21T04:22:07.448Z | Compiling unicode-ident v1.0.13 |
412 | 2024-12-21T04:22:07.494Z | Compiling libc v0.2.162 |
413 | 2024-12-21T04:22:07.494Z | Checking cfg-if v1.0.0 |
414 | 2024-12-21T04:22:07.494Z | Compiling autocfg v1.4.0 |
415 | 2024-12-21T04:22:07.494Z | Compiling serde v1.0.215 |
416 | 2024-12-21T04:22:07.510Z | Compiling version_check v0.9.5 |
417 | 2024-12-21T04:22:07.511Z | Checking memchr v2.7.4 |
418 | 2024-12-21T04:22:07.611Z | Checking itoa v1.0.11 |
419 | 2024-12-21T04:22:07.636Z | Compiling serde_json v1.0.133 |
420 | 2024-12-21T04:22:08.162Z | Compiling thiserror v1.0.69 |
421 | 2024-12-21T04:22:08.263Z | Checking once_cell v1.20.2 |
422 | 2024-12-21T04:22:08.263Z | Compiling shlex v1.3.0 |
423 | 2024-12-21T04:22:08.467Z | Compiling num-traits v0.2.19 |
424 | 2024-12-21T04:22:08.593Z | Compiling cc v1.1.30 |
425 | 2024-12-21T04:22:08.814Z | Checking pin-project-lite v0.2.14 |
426 | 2024-12-21T04:22:09.240Z | Checking smallvec v1.13.2 |
427 | 2024-12-21T04:22:09.289Z | Checking getrandom v0.2.15 |
428 | 2024-12-21T04:22:09.289Z | Checking ryu v1.0.18 |
429 | 2024-12-21T04:22:09.289Z | Checking bytes v1.8.0 |
430 | 2024-12-21T04:22:09.290Z | Checking futures-core v0.3.31 |
431 | 2024-12-21T04:22:09.347Z | Compiling lock_api v0.4.12 |
432 | 2024-12-21T04:22:09.357Z | Compiling schemars v0.8.21 |
433 | 2024-12-21T04:22:09.357Z | Compiling quote v1.0.37 |
434 | 2024-12-21T04:22:09.391Z | Compiling byteorder v1.5.0 |
435 | 2024-12-21T04:22:09.707Z | Compiling parking_lot_core v0.9.10 |
436 | 2024-12-21T04:22:09.831Z | Compiling syn v2.0.87 |
437 | 2024-12-21T04:22:09.876Z | Compiling ahash v0.8.11 |
438 | 2024-12-21T04:22:09.963Z | Checking scopeguard v1.2.0 |
439 | 2024-12-21T04:22:10.045Z | Compiling slab v0.4.9 |
440 | 2024-12-21T04:22:10.190Z | Checking log v0.4.22 |
441 | 2024-12-21T04:22:10.311Z | Checking futures-sink v0.3.31 |
442 | 2024-12-21T04:22:10.370Z | Checking signal-hook-registry v1.4.2 |
443 | 2024-12-21T04:22:10.493Z | Checking mio v1.0.2 |
444 | 2024-12-21T04:22:10.667Z | Checking socket2 v0.5.7 |
445 | 2024-12-21T04:22:10.667Z | Checking stable_deref_trait v1.2.0 |
446 | 2024-12-21T04:22:10.667Z | Checking parking_lot v0.12.3 |
447 | 2024-12-21T04:22:10.668Z | Compiling semver v1.0.23 |
448 | 2024-12-21T04:22:10.759Z | Checking fnv v1.0.7 |
449 | 2024-12-21T04:22:10.759Z | Checking hashbrown v0.15.1 |
450 | 2024-12-21T04:22:10.894Z | Checking equivalent v1.0.1 |
451 | 2024-12-21T04:22:10.982Z | Checking http v1.1.0 |
452 | 2024-12-21T04:22:10.982Z | Checking futures-channel v0.3.31 |
453 | 2024-12-21T04:22:10.982Z | Checking futures-task v0.3.31 |
454 | 2024-12-21T04:22:11.057Z | Checking futures-io v0.3.31 |
455 | 2024-12-21T04:22:11.170Z | Checking pin-utils v0.1.0 |
456 | 2024-12-21T04:22:11.215Z | Compiling vcpkg v0.2.15 |
457 | 2024-12-21T04:22:11.263Z | Checking iana-time-zone v0.1.61 |
458 | 2024-12-21T04:22:11.263Z | Checking rustls-pki-types v1.10.0 |
459 | 2024-12-21T04:22:11.361Z | Compiling pkg-config v0.3.31 |
460 | 2024-12-21T04:22:11.596Z | Compiling ring v0.17.8 |
461 | 2024-12-21T04:22:11.852Z | Checking spin v0.9.8 |
462 | 2024-12-21T04:22:11.852Z | Compiling heck v0.5.0 |
463 | 2024-12-21T04:22:12.101Z | Checking writeable v0.5.5 |
464 | 2024-12-21T04:22:12.353Z | Compiling ucd-trie v0.1.7 |
465 | 2024-12-21T04:22:12.389Z | Checking untrusted v0.9.0 |
466 | 2024-12-21T04:22:12.414Z | Checking litemap v0.7.3 |
467 | 2024-12-21T04:22:12.544Z | Checking dyn-clone v1.0.17 |
468 | 2024-12-21T04:22:12.614Z | Compiling httparse v1.9.5 |
469 | 2024-12-21T04:22:12.719Z | Checking tracing-core v0.1.32 |
470 | 2024-12-21T04:22:12.749Z | Compiling allocator-api2 v0.2.18 |
471 | 2024-12-21T04:22:12.901Z | Compiling openssl-sys v0.9.103 |
472 | 2024-12-21T04:22:13.014Z | Checking atomic-waker v1.1.2 |
473 | 2024-12-21T04:22:13.405Z | Checking tracing v0.1.40 |
474 | 2024-12-21T04:22:13.531Z | Checking http-body v1.0.1 |
475 | 2024-12-21T04:22:13.667Z | Checking try-lock v0.2.5 |
476 | 2024-12-21T04:22:13.749Z | Checking subtle v2.6.1 |
477 | 2024-12-21T04:22:13.782Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2024-12-21T04:22:13.821Z | Compiling uuid v1.11.0 |
479 | 2024-12-21T04:22:13.930Z | Checking zeroize v1.8.1 |
480 | 2024-12-21T04:22:13.967Z | Checking want v0.3.1 |
481 | 2024-12-21T04:22:14.042Z | Checking icu_properties_data v1.5.0 |
482 | 2024-12-21T04:22:14.142Z | Checking foreign-types-shared v0.1.1 |
483 | 2024-12-21T04:22:14.245Z | Compiling slog v2.7.0 |
484 | 2024-12-21T04:22:14.277Z | Checking httpdate v1.0.3 |
485 | 2024-12-21T04:22:14.293Z | Compiling openssl v0.10.66 |
486 | 2024-12-21T04:22:14.408Z | Compiling chrono v0.4.38 |
487 | 2024-12-21T04:22:14.505Z | Checking foreign-types v0.3.2 |
488 | 2024-12-21T04:22:14.589Z | Compiling aho-corasick v1.1.3 |
489 | 2024-12-21T04:22:14.736Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-12-21T04:22:14.818Z | Checking percent-encoding v2.3.1 |
491 | 2024-12-21T04:22:14.835Z | Compiling rustls v0.23.19 |
492 | 2024-12-21T04:22:15.039Z | Checking utf16_iter v1.0.5 |
493 | 2024-12-21T04:22:15.141Z | Checking bitflags v2.6.0 |
494 | 2024-12-21T04:22:15.202Z | Compiling regex-syntax v0.8.5 |
495 | 2024-12-21T04:22:15.389Z | Checking utf8_iter v1.0.4 |
496 | 2024-12-21T04:22:15.591Z | Compiling typenum v1.17.0 |
497 | 2024-12-21T04:22:15.749Z | Compiling native-tls v0.2.12 |
498 | 2024-12-21T04:22:16.518Z | Checking tower-service v0.3.3 |
499 | 2024-12-21T04:22:16.556Z | Checking write16 v1.0.0 |
500 | 2024-12-21T04:22:16.750Z | Checking form_urlencoded v1.2.1 |
501 | 2024-12-21T04:22:16.792Z | Compiling generic-array v0.14.7 |
502 | 2024-12-21T04:22:17.128Z | Checking openssl-probe v0.1.5 |
503 | 2024-12-21T04:22:17.281Z | Compiling serde_derive_internals v0.29.1 |
504 | 2024-12-21T04:22:17.300Z | Compiling synstructure v0.13.1 |
505 | 2024-12-21T04:22:17.915Z | Checking rustls-webpki v0.102.8 |
506 | 2024-12-21T04:22:19.165Z | Compiling regex-automata v0.4.8 |
507 | 2024-12-21T04:22:19.820Z | Compiling usdt-impl v0.5.0 |
508 | 2024-12-21T04:22:19.881Z | Checking encoding_rs v0.8.34 |
509 | 2024-12-21T04:22:20.327Z | Compiling time-core v0.1.2 |
510 | 2024-12-21T04:22:20.464Z | Checking powerfmt v0.2.0 |
511 | 2024-12-21T04:22:20.503Z | Checking mime v0.3.17 |
512 | 2024-12-21T04:22:20.738Z | Compiling num-conv v0.1.0 |
513 | 2024-12-21T04:22:20.849Z | Checking deranged v0.3.11 |
514 | 2024-12-21T04:22:21.041Z | Compiling time-macros v0.2.18 |
515 | 2024-12-21T04:22:21.426Z | Compiling thread-id v4.2.2 |
516 | 2024-12-21T04:22:22.190Z | Checking webpki-roots v0.26.6 |
517 | 2024-12-21T04:22:22.403Z | Checking rustls-pemfile v2.2.0 |
518 | 2024-12-21T04:22:22.621Z | Checking plain v0.2.3 |
519 | 2024-12-21T04:22:22.765Z | Checking num_threads v0.1.7 |
520 | 2024-12-21T04:22:22.831Z | Compiling serde_derive v1.0.215 |
521 | 2024-12-21T04:22:22.872Z | Compiling zerocopy-derive v0.7.35 |
522 | 2024-12-21T04:22:22.937Z | Compiling thiserror-impl v1.0.69 |
523 | 2024-12-21T04:22:22.999Z | Compiling schemars_derive v0.8.21 |
524 | 2024-12-21T04:22:23.550Z | Compiling zerofrom-derive v0.1.4 |
525 | 2024-12-21T04:22:23.838Z | Compiling tokio-macros v2.4.0 |
526 | 2024-12-21T04:22:24.133Z | Compiling yoke-derive v0.7.4 |
527 | 2024-12-21T04:22:25.024Z | Compiling zerocopy v0.7.35 |
528 | 2024-12-21T04:22:26.023Z | Checking tokio v1.40.0 |
529 | 2024-12-21T04:22:26.026Z | Compiling zerovec-derive v0.10.3 |
530 | 2024-12-21T04:22:26.592Z | Compiling displaydoc v0.2.5 |
531 | 2024-12-21T04:22:26.827Z | Compiling futures-macro v0.3.31 |
532 | 2024-12-21T04:22:27.095Z | Compiling pest v2.7.14 |
533 | 2024-12-21T04:22:27.126Z | Checking zerofrom v0.1.4 |
534 | 2024-12-21T04:22:27.333Z | Checking yoke v0.7.4 |
535 | 2024-12-21T04:22:27.508Z | Compiling icu_provider_macros v1.5.0 |
536 | 2024-12-21T04:22:27.688Z | Compiling hashbrown v0.14.5 |
537 | 2024-12-21T04:22:28.583Z | Compiling openssl-macros v0.1.1 |
538 | 2024-12-21T04:22:28.597Z | Checking zerovec v0.10.4 |
539 | 2024-12-21T04:22:28.680Z | Checking futures-util v0.3.31 |
540 | 2024-12-21T04:22:29.066Z | Compiling regress v0.10.1 |
541 | 2024-12-21T04:22:29.797Z | Compiling pest_meta v2.7.14 |
542 | 2024-12-21T04:22:30.040Z | Compiling regex v1.11.1 |
543 | 2024-12-21T04:22:31.070Z | Checking tinystr v0.7.6 |
544 | 2024-12-21T04:22:31.483Z | Checking icu_locid v1.5.0 |
545 | 2024-12-21T04:22:32.632Z | Checking icu_provider v1.5.0 |
546 | 2024-12-21T04:22:33.347Z | Checking icu_locid_transform v1.5.0 |
547 | 2024-12-21T04:22:33.437Z | Checking tokio-util v0.7.12 |
548 | 2024-12-21T04:22:33.987Z | Compiling pest_generator v2.7.14 |
549 | 2024-12-21T04:22:34.009Z | Checking icu_collections v1.5.0 |
550 | 2024-12-21T04:22:34.161Z | Checking http-body-util v0.1.2 |
551 | 2024-12-21T04:22:34.317Z | Compiling scroll_derive v0.12.0 |
552 | 2024-12-21T04:22:34.387Z | Checking tokio-rustls v0.26.0 |
553 | 2024-12-21T04:22:34.679Z | Checking icu_properties v1.5.1 |
554 | 2024-12-21T04:22:35.353Z | Checking tokio-native-tls v0.3.1 |
555 | 2024-12-21T04:22:35.594Z | Checking indexmap v2.6.0 |
556 | 2024-12-21T04:22:36.485Z | Compiling serde_tokenstream v0.2.2 |
557 | 2024-12-21T04:22:37.064Z | Checking h2 v0.4.6 |
558 | 2024-12-21T04:22:37.184Z | Compiling pest_derive v2.7.14 |
559 | 2024-12-21T04:22:37.939Z | Checking icu_normalizer v1.5.0 |
560 | 2024-12-21T04:22:38.256Z | Compiling dof v0.3.0 |
561 | 2024-12-21T04:22:38.417Z | Compiling dtrace-parser v0.2.0 |
562 | 2024-12-21T04:22:38.717Z | Checking idna_adapter v1.2.0 |
563 | 2024-12-21T04:22:38.922Z | Checking idna v1.0.3 |
564 | 2024-12-21T04:22:38.986Z | Checking scroll v0.12.0 |
565 | 2024-12-21T04:22:39.104Z | Checking serde_urlencoded v0.7.1 |
566 | 2024-12-21T04:22:39.151Z | Compiling syn v1.0.109 |
567 | 2024-12-21T04:22:39.423Z | Compiling crossbeam-utils v0.8.20 |
568 | 2024-12-21T04:22:39.555Z | Checking base64 v0.22.1 |
569 | 2024-12-21T04:22:39.803Z | Compiling ident_case v1.0.1 |
570 | 2024-12-21T04:22:39.968Z | Compiling strsim v0.11.1 |
571 | 2024-12-21T04:22:40.034Z | Checking time v0.3.36 |
572 | 2024-12-21T04:22:40.129Z | Compiling typify-impl v0.2.0 |
573 | 2024-12-21T04:22:40.563Z | Compiling darling_core v0.20.10 |
574 | 2024-12-21T04:22:41.394Z | Checking hyper v1.5.0 |
575 | 2024-12-21T04:22:41.609Z | Checking goblin v0.8.2 |
576 | 2024-12-21T04:22:41.903Z | Checking url v2.5.3 |
577 | 2024-12-21T04:22:42.744Z | Compiling openapiv3 v2.0.0 |
578 | 2024-12-21T04:22:43.378Z | Checking sync_wrapper v1.0.1 |
579 | 2024-12-21T04:22:43.523Z | Checking dirs-sys-next v0.1.2 |
580 | 2024-12-21T04:22:43.589Z | Checking hyper-util v0.1.10 |
581 | 2024-12-21T04:22:43.986Z | Compiling newtype-uuid v1.1.3 |
582 | 2024-12-21T04:22:44.082Z | Compiling paste v1.0.15 |
583 | 2024-12-21T04:22:44.300Z | Checking pretty-hex v0.4.1 |
584 | 2024-12-21T04:22:44.488Z | Compiling rustversion v1.0.17 |
585 | 2024-12-21T04:22:44.595Z | Compiling unsafe-libyaml v0.2.11 |
586 | 2024-12-21T04:22:45.186Z | Compiling rustls v0.22.4 |
587 | 2024-12-21T04:22:45.319Z | Checking hyper-rustls v0.27.3 |
588 | 2024-12-21T04:22:45.477Z | Checking hyper-tls v0.6.0 |
589 | 2024-12-21T04:22:45.631Z | Compiling omicron-workspace-hack v0.1.0 |
590 | 2024-12-21T04:22:45.749Z | Checking ipnet v2.10.1 |
591 | 2024-12-21T04:22:45.961Z | Compiling serde_yaml v0.9.34+deprecated |
592 | 2024-12-21T04:22:46.206Z | Checking reqwest v0.12.9 |
593 | 2024-12-21T04:22:46.572Z | Checking dirs-next v2.0.0 |
594 | 2024-12-21T04:22:46.574Z | Compiling darling_macro v0.20.10 |
595 | 2024-12-21T04:22:47.142Z | Checking ipnetwork v0.20.0 |
596 | 2024-12-21T04:22:47.514Z | Checking serde_spanned v0.6.8 |
597 | 2024-12-21T04:22:47.536Z | Checking toml_datetime v0.6.8 |
598 | 2024-12-21T04:22:47.573Z | Checking ppv-lite86 v0.2.20 |
599 | 2024-12-21T04:22:47.708Z | Compiling structmeta-derive v0.3.0 |
600 | 2024-12-21T04:22:47.728Z | Checking block-buffer v0.10.4 |
601 | 2024-12-21T04:22:47.789Z | Checking crypto-common v0.1.6 |
602 | 2024-12-21T04:22:47.809Z | Checking rand_core v0.6.4 |
603 | 2024-12-21T04:22:47.948Z | Checking thread_local v1.1.8 |
604 | 2024-12-21T04:22:48.029Z | Compiling multer v3.1.0 |
605 | 2024-12-21T04:22:48.118Z | Checking match_cfg v0.1.0 |
606 | 2024-12-21T04:22:48.214Z | Compiling camino v1.1.9 |
607 | 2024-12-21T04:22:48.235Z | Compiling anyhow v1.0.93 |
608 | 2024-12-21T04:22:48.361Z | Compiling slog-async v2.8.0 |
609 | 2024-12-21T04:22:48.380Z | Checking winnow v0.6.20 |
610 | 2024-12-21T04:22:48.803Z | Checking either v1.13.0 |
611 | 2024-12-21T04:22:48.981Z | Checking rand_chacha v0.3.1 |
612 | 2024-12-21T04:22:49.192Z | Checking itertools v0.10.5 |
613 | 2024-12-21T04:22:49.306Z | Checking hostname v0.3.1 |
614 | 2024-12-21T04:22:49.438Z | Checking digest v0.10.7 |
615 | 2024-12-21T04:22:49.515Z | Checking crossbeam-channel v0.5.13 |
616 | 2024-12-21T04:22:49.777Z | Checking progenitor-client v0.8.0 |
617 | 2024-12-21T04:22:49.939Z | Compiling darling v0.20.10 |
618 | 2024-12-21T04:22:50.073Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
619 | 2024-12-21T04:22:50.126Z | Checking term v0.7.0 |
620 | 2024-12-21T04:22:50.473Z | Compiling structmeta v0.3.0 |
621 | 2024-12-21T04:22:50.904Z | Compiling usdt-attr-macro v0.5.0 |
622 | 2024-12-21T04:22:51.450Z | Compiling usdt-macro v0.5.0 |
623 | 2024-12-21T04:22:51.624Z | Checking toml_edit v0.22.22 |
624 | 2024-12-21T04:22:51.688Z | Checking slog-json v2.6.1 |
625 | 2024-12-21T04:22:51.856Z | Checking futures-executor v0.3.31 |
626 | 2024-12-21T04:22:51.938Z | Compiling async-stream-impl v0.3.6 |
627 | 2024-12-21T04:22:52.083Z | Checking memmap v0.7.0 |
628 | 2024-12-21T04:22:52.286Z | Checking is-terminal v0.4.13 |
629 | 2024-12-21T04:22:52.326Z | Compiling dropshot v0.13.0 |
630 | 2024-12-21T04:22:52.411Z | Checking take_mut v0.2.2 |
631 | 2024-12-21T04:22:52.416Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
632 | 2024-12-21T04:22:52.569Z | Checking cpufeatures v0.2.14 |
633 | 2024-12-21T04:22:52.663Z | Checking sha1 v0.10.6 |
634 | 2024-12-21T04:22:52.767Z | Checking usdt v0.5.0 |
635 | 2024-12-21T04:22:52.929Z | Checking slog-term v2.9.1 |
636 | 2024-12-21T04:22:53.010Z | Checking futures v0.3.31 |
637 | 2024-12-21T04:22:53.045Z | Checking slog-bunyan v2.5.0 |
638 | 2024-12-21T04:22:53.121Z | Compiling strum_macros v0.26.4 |
639 | 2024-12-21T04:22:53.215Z | Compiling parse-display-derive v0.10.0 |
640 | 2024-12-21T04:22:53.238Z | Checking async-stream v0.3.6 |
641 | 2024-12-21T04:22:53.411Z | Compiling serde_with_macros v3.11.0 |
642 | 2024-12-21T04:22:53.430Z | Checking rand v0.8.5 |
643 | 2024-12-21T04:22:53.564Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
644 | 2024-12-21T04:22:54.284Z | Checking toml v0.8.19 |
645 | 2024-12-21T04:22:54.368Z | Checking tokio-rustls v0.25.0 |
646 | 2024-12-21T04:22:54.476Z | Compiling typify-macro v0.2.0 |
647 | 2024-12-21T04:22:54.815Z | Compiling dropshot_endpoint v0.13.0 |
648 | 2024-12-21T04:22:54.949Z | Checking serde_path_to_error v0.1.16 |
649 | 2024-12-21T04:22:55.015Z | Checking hex v0.4.3 |
650 | 2024-12-21T04:22:55.293Z | Compiling async-trait v0.1.83 |
651 | 2024-12-21T04:22:55.572Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
652 | 2024-12-21T04:22:55.596Z | Checking waitgroup v0.1.2 |
653 | 2024-12-21T04:22:55.735Z | Checking hostname v0.4.0 |
654 | 2024-12-21T04:22:55.875Z | Checking instant v0.1.13 |
655 | 2024-12-21T04:22:55.996Z | Checking debug-ignore v1.0.5 |
656 | 2024-12-21T04:22:56.036Z | Checking serde_with v3.11.0 |
657 | 2024-12-21T04:22:56.131Z | Checking backoff v0.4.0 |
658 | 2024-12-21T04:22:56.389Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
659 | 2024-12-21T04:22:56.430Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
660 | 2024-12-21T04:22:56.525Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
661 | 2024-12-21T04:22:56.588Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
662 | 2024-12-21T04:22:57.071Z | Checking macaddr v1.0.1 |
663 | 2024-12-21T04:22:57.161Z | Checking parse-display v0.10.0 |
664 | 2024-12-21T04:22:57.377Z | Checking regress v0.9.1 |
665 | 2024-12-21T04:22:57.643Z | Checking strum v0.26.3 |
666 | 2024-12-21T04:22:58.038Z | Compiling typify v0.2.0 |
667 | 2024-12-21T04:22:58.115Z | Compiling progenitor-impl v0.8.0 |
668 | 2024-12-21T04:23:01.000Z | Compiling progenitor-macro v0.8.0 |
669 | 2024-12-21T04:23:05.359Z | Checking progenitor v0.8.0 |
670 | 2024-12-21T04:23:05.494Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
671 | 2024-12-21T04:23:08.687Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
672 | 2024-12-21T04:23:16.525Z | Checking test-project v0.1.0 (/tmp/test-project) |
673 | 2024-12-21T04:23:16.588Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
674 | 2024-12-21T04:23:16.925Z | + cargo build --release |
675 | 2024-12-21T04:23:17.191Z | Compiling proc-macro2 v1.0.89 |
676 | 2024-12-21T04:23:17.191Z | Compiling unicode-ident v1.0.13 |
677 | 2024-12-21T04:23:17.191Z | Compiling libc v0.2.162 |
678 | 2024-12-21T04:23:17.195Z | Compiling cfg-if v1.0.0 |
679 | 2024-12-21T04:23:17.195Z | Compiling autocfg v1.4.0 |
680 | 2024-12-21T04:23:17.195Z | Compiling serde v1.0.215 |
681 | 2024-12-21T04:23:17.195Z | Compiling version_check v0.9.5 |
682 | 2024-12-21T04:23:17.195Z | Compiling memchr v2.7.4 |
683 | 2024-12-21T04:23:17.323Z | Compiling serde_json v1.0.133 |
684 | 2024-12-21T04:23:17.400Z | Compiling itoa v1.0.11 |
685 | 2024-12-21T04:23:17.664Z | Compiling thiserror v1.0.69 |
686 | 2024-12-21T04:23:17.766Z | Compiling once_cell v1.20.2 |
687 | 2024-12-21T04:23:17.825Z | Compiling shlex v1.3.0 |
688 | 2024-12-21T04:23:18.082Z | Compiling cc v1.1.30 |
689 | 2024-12-21T04:23:18.204Z | Compiling num-traits v0.2.19 |
690 | 2024-12-21T04:23:18.513Z | Compiling pin-project-lite v0.2.14 |
691 | 2024-12-21T04:23:18.628Z | Compiling smallvec v1.13.2 |
692 | 2024-12-21T04:23:18.689Z | Compiling getrandom v0.2.15 |
693 | 2024-12-21T04:23:18.812Z | Compiling ryu v1.0.18 |
694 | 2024-12-21T04:23:18.926Z | Compiling quote v1.0.37 |
695 | 2024-12-21T04:23:19.037Z | Compiling bytes v1.8.0 |
696 | 2024-12-21T04:23:19.040Z | Compiling schemars v0.8.21 |
697 | 2024-12-21T04:23:19.096Z | Compiling futures-core v0.3.31 |
698 | 2024-12-21T04:23:19.346Z | Compiling syn v2.0.87 |
699 | 2024-12-21T04:23:19.415Z | Compiling lock_api v0.4.12 |
700 | 2024-12-21T04:23:19.554Z | Compiling ahash v0.8.11 |
701 | 2024-12-21T04:23:19.561Z | Compiling byteorder v1.5.0 |
702 | 2024-12-21T04:23:19.746Z | Compiling parking_lot_core v0.9.10 |
703 | 2024-12-21T04:23:19.989Z | Compiling scopeguard v1.2.0 |
704 | 2024-12-21T04:23:20.009Z | Compiling slab v0.4.9 |
705 | 2024-12-21T04:23:20.032Z | Compiling log v0.4.22 |
706 | 2024-12-21T04:23:20.344Z | Compiling futures-sink v0.3.31 |
707 | 2024-12-21T04:23:20.469Z | Compiling signal-hook-registry v1.4.2 |
708 | 2024-12-21T04:23:20.484Z | Compiling socket2 v0.5.7 |
709 | 2024-12-21T04:23:20.543Z | Compiling mio v1.0.2 |
710 | 2024-12-21T04:23:20.609Z | Compiling parking_lot v0.12.3 |
711 | 2024-12-21T04:23:20.919Z | Compiling stable_deref_trait v1.2.0 |
712 | 2024-12-21T04:23:21.012Z | Compiling semver v1.0.23 |
713 | 2024-12-21T04:23:21.017Z | Compiling ring v0.17.8 |
714 | 2024-12-21T04:23:21.369Z | Compiling equivalent v1.0.1 |
715 | 2024-12-21T04:23:21.473Z | Compiling fnv v1.0.7 |
716 | 2024-12-21T04:23:21.505Z | Compiling hashbrown v0.15.1 |
717 | 2024-12-21T04:23:21.601Z | Compiling http v1.1.0 |
718 | 2024-12-21T04:23:22.045Z | Compiling futures-channel v0.3.31 |
719 | 2024-12-21T04:23:22.237Z | Compiling futures-io v0.3.31 |
720 | 2024-12-21T04:23:22.326Z | Compiling futures-task v0.3.31 |
721 | 2024-12-21T04:23:22.491Z | Compiling pin-utils v0.1.0 |
722 | 2024-12-21T04:23:22.576Z | Compiling iana-time-zone v0.1.61 |
723 | 2024-12-21T04:23:22.615Z | Compiling pkg-config v0.3.31 |
724 | 2024-12-21T04:23:22.734Z | Compiling vcpkg v0.2.15 |
725 | 2024-12-21T04:23:22.999Z | Compiling rustls-pki-types v1.10.0 |
726 | 2024-12-21T04:23:23.308Z | Compiling spin v0.9.8 |
727 | 2024-12-21T04:23:23.581Z | Compiling heck v0.5.0 |
728 | 2024-12-21T04:23:24.235Z | Compiling ucd-trie v0.1.7 |
729 | 2024-12-21T04:23:24.342Z | Compiling untrusted v0.9.0 |
730 | 2024-12-21T04:23:24.457Z | Compiling openssl-sys v0.9.103 |
731 | 2024-12-21T04:23:24.525Z | Compiling httparse v1.9.5 |
732 | 2024-12-21T04:23:24.800Z | Compiling writeable v0.5.5 |
733 | 2024-12-21T04:23:24.829Z | Compiling litemap v0.7.3 |
734 | 2024-12-21T04:23:24.918Z | Compiling dyn-clone v1.0.17 |
735 | 2024-12-21T04:23:25.260Z | Compiling tracing-core v0.1.32 |
736 | 2024-12-21T04:23:25.616Z | Compiling allocator-api2 v0.2.18 |
737 | 2024-12-21T04:23:25.727Z | Compiling atomic-waker v1.1.2 |
738 | 2024-12-21T04:23:26.392Z | Compiling tracing v0.1.40 |
739 | 2024-12-21T04:23:26.443Z | Compiling http-body v1.0.1 |
740 | 2024-12-21T04:23:26.807Z | Compiling chrono v0.4.38 |
741 | 2024-12-21T04:23:26.880Z | Compiling zeroize v1.8.1 |
742 | 2024-12-21T04:23:26.961Z | Compiling uuid v1.11.0 |
743 | 2024-12-21T04:23:27.042Z | Compiling icu_locid_transform_data v1.5.0 |
744 | 2024-12-21T04:23:27.134Z | Compiling try-lock v0.2.5 |
745 | 2024-12-21T04:23:27.219Z | Compiling serde_derive_internals v0.29.1 |
746 | 2024-12-21T04:23:27.284Z | Compiling synstructure v0.13.1 |
747 | 2024-12-21T04:23:27.536Z | Compiling subtle v2.6.1 |
748 | 2024-12-21T04:23:27.806Z | Compiling want v0.3.1 |
749 | 2024-12-21T04:23:28.144Z | Compiling slog v2.7.0 |
750 | 2024-12-21T04:23:28.634Z | Compiling httpdate v1.0.3 |
751 | 2024-12-21T04:23:28.696Z | Compiling foreign-types-shared v0.1.1 |
752 | 2024-12-21T04:23:28.855Z | Compiling icu_properties_data v1.5.0 |
753 | 2024-12-21T04:23:29.099Z | Compiling openssl v0.10.66 |
754 | 2024-12-21T04:23:29.164Z | Compiling foreign-types v0.3.2 |
755 | 2024-12-21T04:23:29.471Z | Compiling aho-corasick v1.1.3 |
756 | 2024-12-21T04:23:29.543Z | Compiling regex-syntax v0.8.5 |
757 | 2024-12-21T04:23:29.947Z | Compiling typenum v1.17.0 |
758 | 2024-12-21T04:23:30.770Z | Compiling write16 v1.0.0 |
759 | 2024-12-21T04:23:30.897Z | Compiling tower-service v0.3.3 |
760 | 2024-12-21T04:23:30.904Z | Compiling bitflags v2.6.0 |
761 | 2024-12-21T04:23:31.015Z | Compiling native-tls v0.2.12 |
762 | 2024-12-21T04:23:31.366Z | Compiling rustls v0.23.19 |
763 | 2024-12-21T04:23:31.384Z | Compiling utf8_iter v1.0.4 |
764 | 2024-12-21T04:23:31.622Z | Compiling utf16_iter v1.0.5 |
765 | 2024-12-21T04:23:31.672Z | Compiling percent-encoding v2.3.1 |
766 | 2024-12-21T04:23:31.835Z | Compiling icu_normalizer_data v1.5.0 |
767 | 2024-12-21T04:23:31.928Z | Compiling form_urlencoded v1.2.1 |
768 | 2024-12-21T04:23:32.298Z | Compiling generic-array v0.14.7 |
769 | 2024-12-21T04:23:32.425Z | Compiling openssl-probe v0.1.5 |
770 | 2024-12-21T04:23:32.962Z | Compiling serde_derive v1.0.215 |
771 | 2024-12-21T04:23:33.023Z | Compiling zerocopy-derive v0.7.35 |
772 | 2024-12-21T04:23:33.246Z | Compiling thiserror-impl v1.0.69 |
773 | 2024-12-21T04:23:33.952Z | Compiling schemars_derive v0.8.21 |
774 | 2024-12-21T04:23:33.960Z | Compiling zerofrom-derive v0.1.4 |
775 | 2024-12-21T04:23:35.144Z | Compiling zerocopy v0.7.35 |
776 | 2024-12-21T04:23:36.427Z | Compiling yoke-derive v0.7.4 |
777 | 2024-12-21T04:23:36.745Z | Compiling tokio-macros v2.4.0 |
778 | 2024-12-21T04:23:37.057Z | Compiling zerovec-derive v0.10.3 |
779 | 2024-12-21T04:23:37.286Z | Compiling displaydoc v0.2.5 |
780 | 2024-12-21T04:23:37.579Z | Compiling zerofrom v0.1.4 |
781 | 2024-12-21T04:23:37.816Z | Compiling futures-macro v0.3.31 |
782 | 2024-12-21T04:23:38.341Z | Compiling tokio v1.40.0 |
783 | 2024-12-21T04:23:39.213Z | Compiling yoke v0.7.4 |
784 | 2024-12-21T04:23:39.451Z | Compiling pest v2.7.14 |
785 | 2024-12-21T04:23:39.680Z | Compiling zerovec v0.10.4 |
786 | 2024-12-21T04:23:39.735Z | Compiling icu_provider_macros v1.5.0 |
787 | 2024-12-21T04:23:39.745Z | Compiling futures-util v0.3.31 |
788 | 2024-12-21T04:23:40.066Z | Compiling hashbrown v0.14.5 |
789 | 2024-12-21T04:23:41.471Z | Compiling rustls-webpki v0.102.8 |
790 | 2024-12-21T04:23:42.497Z | Compiling tinystr v0.7.6 |
791 | 2024-12-21T04:23:42.784Z | Compiling pest_meta v2.7.14 |
792 | 2024-12-21T04:23:42.968Z | Compiling icu_locid v1.5.0 |
793 | 2024-12-21T04:23:46.303Z | Compiling icu_provider v1.5.0 |
794 | 2024-12-21T04:23:46.931Z | Compiling pest_generator v2.7.14 |
795 | 2024-12-21T04:23:46.939Z | Compiling icu_collections v1.5.0 |
796 | 2024-12-21T04:23:48.662Z | Compiling indexmap v2.6.0 |
797 | 2024-12-21T04:23:48.752Z | Compiling serde_tokenstream v0.2.2 |
798 | 2024-12-21T04:23:50.473Z | Compiling tokio-util v0.7.12 |
799 | 2024-12-21T04:23:51.008Z | Compiling icu_locid_transform v1.5.0 |
800 | 2024-12-21T04:23:51.149Z | Compiling regress v0.10.1 |
801 | 2024-12-21T04:23:53.698Z | Compiling h2 v0.4.6 |
802 | 2024-12-21T04:23:54.114Z | Compiling icu_properties v1.5.1 |
803 | 2024-12-21T04:23:56.044Z | Compiling typify-impl v0.2.0 |
804 | 2024-12-21T04:23:57.102Z | Compiling pest_derive v2.7.14 |
805 | 2024-12-21T04:23:58.049Z | Compiling openssl-macros v0.1.1 |
806 | 2024-12-21T04:24:00.305Z | Compiling hyper v1.5.0 |
807 | 2024-12-21T04:24:00.626Z | Compiling icu_normalizer v1.5.0 |
808 | 2024-12-21T04:24:05.603Z | Compiling hyper-util v0.1.10 |
809 | 2024-12-21T04:24:06.024Z | Compiling regex-automata v0.4.8 |
810 | 2024-12-21T04:24:08.418Z | Compiling typify-macro v0.2.0 |
811 | 2024-12-21T04:24:09.515Z | Compiling idna_adapter v1.2.0 |
812 | 2024-12-21T04:24:11.225Z | Compiling regex v1.11.1 |
813 | 2024-12-21T04:24:11.676Z | Compiling http-body-util v0.1.2 |
814 | 2024-12-21T04:24:12.238Z | Compiling scroll_derive v0.12.0 |
815 | 2024-12-21T04:24:13.116Z | Compiling usdt-impl v0.5.0 |
816 | 2024-12-21T04:24:13.507Z | Compiling encoding_rs v0.8.34 |
817 | 2024-12-21T04:24:13.783Z | Compiling num-conv v0.1.0 |
818 | 2024-12-21T04:24:13.839Z | Compiling powerfmt v0.2.0 |
819 | 2024-12-21T04:24:14.028Z | Compiling mime v0.3.17 |
820 | 2024-12-21T04:24:14.182Z | Compiling time-core v0.1.2 |
821 | 2024-12-21T04:24:14.290Z | Compiling deranged v0.3.11 |
822 | 2024-12-21T04:24:14.342Z | Compiling time-macros v0.2.18 |
823 | 2024-12-21T04:24:15.202Z | Compiling scroll v0.12.0 |
824 | 2024-12-21T04:24:16.753Z | Compiling thread-id v4.2.2 |
825 | 2024-12-21T04:24:16.854Z | Compiling idna v1.0.3 |
826 | 2024-12-21T04:24:17.222Z | Compiling tokio-native-tls v0.3.1 |
827 | 2024-12-21T04:24:22.770Z | Compiling tokio-rustls v0.26.0 |
828 | 2024-12-21T04:24:23.262Z | Compiling dtrace-parser v0.2.0 |
829 | 2024-12-21T04:24:24.372Z | Compiling dof v0.3.0 |
830 | 2024-12-21T04:24:25.023Z | Compiling serde_urlencoded v0.7.1 |
831 | 2024-12-21T04:24:25.271Z | Compiling rustls-pemfile v2.2.0 |
832 | 2024-12-21T04:24:25.621Z | Compiling webpki-roots v0.26.6 |
833 | 2024-12-21T04:24:25.738Z | Compiling num_threads v0.1.7 |
834 | 2024-12-21T04:24:25.823Z | Compiling strsim v0.11.1 |
835 | 2024-12-21T04:24:26.485Z | Compiling base64 v0.22.1 |
836 | 2024-12-21T04:24:26.549Z | Compiling crossbeam-utils v0.8.20 |
837 | 2024-12-21T04:24:27.113Z | Compiling plain v0.2.3 |
838 | 2024-12-21T04:24:27.454Z | Compiling ident_case v1.0.1 |
839 | 2024-12-21T04:24:27.591Z | Compiling syn v1.0.109 |
840 | 2024-12-21T04:24:27.620Z | Compiling omicron-workspace-hack v0.1.0 |
841 | 2024-12-21T04:24:27.937Z | Compiling darling_core v0.20.10 |
842 | 2024-12-21T04:24:28.207Z | Compiling time v0.3.36 |
843 | 2024-12-21T04:24:28.718Z | Compiling goblin v0.8.2 |
844 | 2024-12-21T04:24:34.213Z | Compiling hyper-rustls v0.27.3 |
845 | 2024-12-21T04:24:37.374Z | Compiling url v2.5.3 |
846 | 2024-12-21T04:24:37.612Z | Compiling hyper-tls v0.6.0 |
847 | 2024-12-21T04:24:38.110Z | Compiling typify v0.2.0 |
848 | 2024-12-21T04:24:38.234Z | Compiling openapiv3 v2.0.0 |
849 | 2024-12-21T04:24:39.767Z | Compiling sync_wrapper v1.0.1 |
850 | 2024-12-21T04:24:39.916Z | Compiling dirs-sys-next v0.1.2 |
851 | 2024-12-21T04:24:41.397Z | Compiling paste v1.0.15 |
852 | 2024-12-21T04:24:41.898Z | Compiling unsafe-libyaml v0.2.11 |
853 | 2024-12-21T04:24:42.662Z | Compiling ipnet v2.10.1 |
854 | 2024-12-21T04:24:43.359Z | Compiling rustls v0.22.4 |
855 | 2024-12-21T04:24:43.642Z | Compiling newtype-uuid v1.1.3 |
856 | 2024-12-21T04:24:43.678Z | Compiling rustversion v1.0.17 |
857 | 2024-12-21T04:24:43.973Z | Compiling pretty-hex v0.4.1 |
858 | 2024-12-21T04:24:44.443Z | Compiling serde_yaml v0.9.34+deprecated |
859 | 2024-12-21T04:24:45.239Z | Compiling reqwest v0.12.9 |
860 | 2024-12-21T04:24:45.824Z | Compiling progenitor-impl v0.8.0 |
861 | 2024-12-21T04:24:48.451Z | Compiling dirs-next v2.0.0 |
862 | 2024-12-21T04:24:49.043Z | Compiling darling_macro v0.20.10 |
863 | 2024-12-21T04:24:51.907Z | Compiling block-buffer v0.10.4 |
864 | 2024-12-21T04:24:52.146Z | Compiling crypto-common v0.1.6 |
865 | 2024-12-21T04:24:52.363Z | Compiling ipnetwork v0.20.0 |
866 | 2024-12-21T04:24:52.851Z | Compiling toml_datetime v0.6.8 |
867 | 2024-12-21T04:24:53.544Z | Compiling serde_spanned v0.6.8 |
868 | 2024-12-21T04:24:53.785Z | Compiling ppv-lite86 v0.2.20 |
869 | 2024-12-21T04:24:54.260Z | Compiling structmeta-derive v0.3.0 |
870 | 2024-12-21T04:24:54.750Z | Compiling rand_core v0.6.4 |
871 | 2024-12-21T04:24:55.248Z | Compiling thread_local v1.1.8 |
872 | 2024-12-21T04:24:55.340Z | Compiling multer v3.1.0 |
873 | 2024-12-21T04:24:55.671Z | Compiling match_cfg v0.1.0 |
874 | 2024-12-21T04:24:55.758Z | Compiling either v1.13.0 |
875 | 2024-12-21T04:24:55.971Z | Compiling slog-async v2.8.0 |
876 | 2024-12-21T04:24:56.227Z | Compiling camino v1.1.9 |
877 | 2024-12-21T04:24:56.457Z | Compiling winnow v0.6.20 |
878 | 2024-12-21T04:24:56.820Z | Compiling anyhow v1.0.93 |
879 | 2024-12-21T04:24:56.866Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
880 | 2024-12-21T04:24:57.078Z | Compiling structmeta v0.3.0 |
881 | 2024-12-21T04:24:57.514Z | Compiling itertools v0.10.5 |
882 | 2024-12-21T04:24:57.528Z | Compiling hostname v0.3.1 |
883 | 2024-12-21T04:24:57.798Z | Compiling rand_chacha v0.3.1 |
884 | 2024-12-21T04:24:58.006Z | Compiling progenitor-macro v0.8.0 |
885 | 2024-12-21T04:24:59.259Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
886 | 2024-12-21T04:24:59.579Z | Compiling digest v0.10.7 |
887 | 2024-12-21T04:24:59.987Z | Compiling crossbeam-channel v0.5.13 |
888 | 2024-12-21T04:25:00.929Z | Compiling toml_edit v0.22.22 |
889 | 2024-12-21T04:25:00.986Z | Compiling darling v0.20.10 |
890 | 2024-12-21T04:25:01.664Z | Compiling term v0.7.0 |
891 | 2024-12-21T04:25:05.574Z | Compiling progenitor-client v0.8.0 |
892 | 2024-12-21T04:25:08.216Z | Compiling usdt-attr-macro v0.5.0 |
893 | 2024-12-21T04:25:09.360Z | Compiling usdt-macro v0.5.0 |
894 | 2024-12-21T04:25:09.735Z | Compiling slog-json v2.6.1 |
895 | 2024-12-21T04:25:10.204Z | Compiling futures-executor v0.3.31 |
896 | 2024-12-21T04:25:10.691Z | Compiling async-stream-impl v0.3.6 |
897 | 2024-12-21T04:25:11.256Z | Compiling memmap v0.7.0 |
898 | 2024-12-21T04:25:11.422Z | Compiling is-terminal v0.4.13 |
899 | 2024-12-21T04:25:11.535Z | Compiling dropshot v0.13.0 |
900 | 2024-12-21T04:25:11.688Z | Compiling cpufeatures v0.2.14 |
901 | 2024-12-21T04:25:11.784Z | Compiling take_mut v0.2.2 |
902 | 2024-12-21T04:25:11.941Z | Compiling sha1 v0.10.6 |
903 | 2024-12-21T04:25:12.021Z | Compiling async-stream v0.3.6 |
904 | 2024-12-21T04:25:12.315Z | Compiling slog-term v2.9.1 |
905 | 2024-12-21T04:25:12.738Z | Compiling usdt v0.5.0 |
906 | 2024-12-21T04:25:14.348Z | Compiling progenitor v0.8.0 |
907 | 2024-12-21T04:25:14.581Z | Compiling tokio-rustls v0.25.0 |
908 | 2024-12-21T04:25:15.015Z | Compiling futures v0.3.31 |
909 | 2024-12-21T04:25:15.215Z | Compiling slog-bunyan v2.5.0 |
910 | 2024-12-21T04:25:15.322Z | Compiling strum_macros v0.26.4 |
911 | 2024-12-21T04:25:15.404Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
912 | 2024-12-21T04:25:15.482Z | Compiling toml v0.8.19 |
913 | 2024-12-21T04:25:17.164Z | Compiling serde_with_macros v3.11.0 |
914 | 2024-12-21T04:25:19.944Z | Compiling rand v0.8.5 |
915 | 2024-12-21T04:25:23.224Z | Compiling parse-display-derive v0.10.0 |
916 | 2024-12-21T04:25:23.477Z | Compiling dropshot_endpoint v0.13.0 |
917 | 2024-12-21T04:25:24.393Z | Compiling serde_path_to_error v0.1.16 |
918 | 2024-12-21T04:25:24.584Z | Compiling hex v0.4.3 |
919 | 2024-12-21T04:25:25.289Z | Compiling async-trait v0.1.83 |
920 | 2024-12-21T04:25:25.425Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
921 | 2024-12-21T04:25:26.288Z | Compiling waitgroup v0.1.2 |
922 | 2024-12-21T04:25:26.528Z | Compiling hostname v0.4.0 |
923 | 2024-12-21T04:25:26.761Z | Compiling instant v0.1.13 |
924 | 2024-12-21T04:25:26.913Z | Compiling debug-ignore v1.0.5 |
925 | 2024-12-21T04:25:27.059Z | Compiling backoff v0.4.0 |
926 | 2024-12-21T04:25:27.315Z | Compiling parse-display v0.10.0 |
927 | 2024-12-21T04:25:27.394Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
928 | 2024-12-21T04:25:27.577Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
929 | 2024-12-21T04:25:27.749Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
930 | 2024-12-21T04:25:27.815Z | Compiling strum v0.26.3 |
931 | 2024-12-21T04:25:27.983Z | Compiling serde_with v3.11.0 |
932 | 2024-12-21T04:25:29.523Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
933 | 2024-12-21T04:25:30.198Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
934 | 2024-12-21T04:25:30.294Z | Compiling regress v0.9.1 |
935 | 2024-12-21T04:25:31.037Z | Compiling macaddr v1.0.1 |
936 | 2024-12-21T04:25:36.462Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
937 | 2024-12-21T04:25:48.246Z | Compiling test-project v0.1.0 (/tmp/test-project) |
938 | 2024-12-21T04:25:58.584Z | Finished `release` profile [optimized] target(s) in 2m 41s |
939 | 2024-12-21T04:25:58.654Z | process exited: duration 242768 ms, exit code 0 |
|
940 | 2024-12-21T04:25:58.660Z | found 0 output files |