|
|
|
1 | 2024-12-20T22:44:35.586Z | job assigned to worker 01JFK3V81PXRZ9DK8Y33S6ZQS2 [factory aws, i-0a71c4c492b8eee79] (queued for 9 m 39 s) |
|
2 | 2024-12-20T22:44:44.031Z | starting task 0: "setup" |
3 | 2024-12-20T22:44:44.040Z | ++ uname -s |
4 | 2024-12-20T22:44:44.043Z | + kern=SunOS |
5 | 2024-12-20T22:44:44.043Z | + case "$kern" in |
6 | 2024-12-20T22:44:44.043Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:44:44.046Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:44:46.052Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:44:46.146Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:44:46.151Z | + home_fs=zfs |
11 | 2024-12-20T22:44:46.151Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:44:46.151Z | + mkdir -p /home/build |
13 | 2024-12-20T22:44:46.153Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:44:48.152Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:44:48.155Z | process exited: duration 4126 ms, exit code 0 |
|
16 | 2024-12-20T22:44:48.160Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:44:48.166Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:44:48.166Z | ' 1.81.0 |
19 | 2024-12-20T22:44:48.166Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:44:48.166Z | * toolchain profile = "default" |
21 | 2024-12-20T22:44:48.166Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T22:44:48.166Z | ' default |
23 | 2024-12-20T22:44:48.169Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:44:48.169Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:44:48.287Z | info: downloading installer |
26 | 2024-12-20T22:44:49.532Z | info: profile set to 'default' |
27 | 2024-12-20T22:44:49.532Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:44:49.535Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:44:49.670Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:44:49.670Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:44:50.372Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:44:50.634Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:44:51.614Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:44:53.138Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:44:58.632Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:44:58.837Z | info: installing component 'cargo' |
37 | 2024-12-20T22:44:59.654Z | info: installing component 'clippy' |
38 | 2024-12-20T22:45:00.023Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:45:01.643Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:45:03.411Z | info: installing component 'rustc' |
41 | 2024-12-20T22:45:09.211Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:45:09.530Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:45:09.530Z | |
44 | 2024-12-20T22:45:09.898Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:45:09.898Z | |
46 | 2024-12-20T22:45:09.901Z | |
47 | 2024-12-20T22:45:09.901Z | Rust is installed now. Great! |
48 | 2024-12-20T22:45:09.901Z | |
49 | 2024-12-20T22:45:09.901Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:45:09.901Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:45:09.901Z | |
52 | 2024-12-20T22:45:09.901Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:45:09.901Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:45:09.901Z | |
55 | 2024-12-20T22:45:09.901Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:45:09.901Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:45:09.901Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:45:09.964Z | + rustc --version |
59 | 2024-12-20T22:45:10.032Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:45:10.036Z | process exited: duration 21878 ms, exit code 0 |
|
61 | 2024-12-20T22:45:10.041Z | starting task 2: "authentication" |
62 | 2024-12-20T22:45:10.062Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T22:45:10.068Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:45:10.072Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:45:10.075Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:45:10.373Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:45:16.762Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:45:16.765Z | + git fetch origin 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
69 | 2024-12-20T22:45:17.061Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:45:17.061Z | * branch 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 -> FETCH_HEAD |
71 | 2024-12-20T22:45:17.071Z | + [[ -n diffus ]] |
72 | 2024-12-20T22:45:17.073Z | ++ git branch --show-current |
73 | 2024-12-20T22:45:17.076Z | + current=main |
74 | 2024-12-20T22:45:17.076Z | + [[ main != diffus ]] |
75 | 2024-12-20T22:45:17.076Z | + git branch -f diffus 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
76 | 2024-12-20T22:45:17.079Z | + git checkout -f diffus |
77 | 2024-12-20T22:45:17.092Z | Switched to branch 'diffus' |
78 | 2024-12-20T22:45:17.094Z | + git reset --hard 3aafc3f0544dc5c1eaa32f9a90209bb7fbea5fb5 |
79 | 2024-12-20T22:45:17.110Z | HEAD is now at 3aafc3f05 Merge branch 'main' into diffus |
80 | 2024-12-20T22:45:17.113Z | process exited: duration 7046 ms, exit code 0 |
|
81 | 2024-12-20T22:45:17.120Z | starting task 4: "build" |
82 | 2024-12-20T22:45:17.125Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:45:17.128Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:45:17.128Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:45:17.128Z | + cargo --version |
86 | 2024-12-20T22:45:17.183Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:45:17.185Z | + rustc --version |
88 | 2024-12-20T22:45:17.249Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:45:17.252Z | + cd /tmp |
90 | 2024-12-20T22:45:17.252Z | + cargo new --lib test-project |
91 | 2024-12-20T22:45:17.311Z | Creating library `test-project` package |
92 | 2024-12-20T22:45:17.388Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T22:45:17.391Z | + cd test-project |
94 | 2024-12-20T22:45:17.391Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T22:45:17.449Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T22:45:17.449Z | Features: |
97 | 2024-12-20T22:45:17.449Z | - proptest |
98 | 2024-12-20T22:45:17.449Z | - test-strategy |
99 | 2024-12-20T22:45:17.452Z | - testing |
100 | 2024-12-20T22:45:17.452Z | Updating crates.io index |
101 | 2024-12-20T22:45:17.499Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2024-12-20T22:45:17.973Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2024-12-20T22:45:18.615Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2024-12-20T22:45:18.997Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2024-12-20T22:45:19.447Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2024-12-20T22:45:20.818Z | Locking 332 packages to latest compatible versions |
107 | 2024-12-20T22:45:20.821Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2024-12-20T22:45:20.821Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T22:45:20.821Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2024-12-20T22:45:20.821Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2024-12-20T22:45:20.821Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2024-12-20T22:45:20.823Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2024-12-20T22:45:20.823Z | Adding goblin v0.8.2 (latest: v0.9.2) |
114 | 2024-12-20T22:45:20.824Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2024-12-20T22:45:20.824Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2024-12-20T22:45:20.824Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2024-12-20T22:45:20.826Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2024-12-20T22:45:20.826Z | Adding itertools v0.10.5 (latest: v0.13.0) |
119 | 2024-12-20T22:45:20.826Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
120 | 2024-12-20T22:45:20.828Z | Adding regress v0.9.1 (latest: v0.10.1) |
121 | 2024-12-20T22:45:20.835Z | Adding rustls v0.22.4 (latest: v0.23.20) |
122 | 2024-12-20T22:45:20.837Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
123 | 2024-12-20T22:45:20.840Z | Adding syn v1.0.109 (latest: v2.0.90) |
124 | 2024-12-20T22:45:20.840Z | Adding term v0.7.0 (latest: v1.0.1) |
125 | 2024-12-20T22:45:20.840Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
126 | 2024-12-20T22:45:20.843Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
127 | 2024-12-20T22:45:20.843Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
128 | 2024-12-20T22:45:20.843Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2024-12-20T22:45:20.843Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
130 | 2024-12-20T22:45:20.845Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
131 | 2024-12-20T22:45:20.845Z | Adding windows v0.52.0 (latest: v0.58.0) |
132 | 2024-12-20T22:45:20.845Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
133 | 2024-12-20T22:45:20.845Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
134 | 2024-12-20T22:45:20.845Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
135 | 2024-12-20T22:45:20.845Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
136 | 2024-12-20T22:45:20.848Z | Adding writeable v0.5.5 (latest: v0.6.0) |
137 | 2024-12-20T22:45:20.848Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
138 | 2024-12-20T22:45:20.848Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
139 | 2024-12-20T22:45:20.848Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
140 | 2024-12-20T22:45:20.848Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
141 | 2024-12-20T22:45:20.937Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
142 | 2024-12-20T22:45:20.940Z | + cargo check |
143 | 2024-12-20T22:45:21.105Z | Updating crates.io index |
144 | 2024-12-20T22:45:21.814Z | Locking 2 packages to latest compatible versions |
145 | 2024-12-20T22:45:26.507Z | Adding omicron-workspace-hack v0.1.0 |
146 | 2024-12-20T22:45:30.315Z | Adding test-project v0.1.0 (/tmp/test-project) |
147 | 2024-12-20T22:45:31.752Z | Downloading crates ... |
148 | 2024-12-20T22:45:31.905Z | Downloaded ahash v0.8.11 |
149 | 2024-12-20T22:45:31.934Z | Downloaded term v0.7.0 |
150 | 2024-12-20T22:45:31.938Z | Downloaded thiserror-impl v1.0.69 |
151 | 2024-12-20T22:45:31.941Z | Downloaded take_mut v0.2.2 |
152 | 2024-12-20T22:45:31.943Z | Downloaded thiserror v1.0.69 |
153 | 2024-12-20T22:45:31.945Z | Downloaded time-macros v0.2.18 |
154 | 2024-12-20T22:45:31.948Z | Downloaded thread-id v4.2.2 |
155 | 2024-12-20T22:45:31.950Z | Downloaded match_cfg v0.1.0 |
156 | 2024-12-20T22:45:31.952Z | Downloaded atomic-waker v1.1.2 |
157 | 2024-12-20T22:45:31.955Z | Downloaded tinystr v0.7.6 |
158 | 2024-12-20T22:45:31.958Z | Downloaded time-core v0.1.2 |
159 | 2024-12-20T22:45:31.958Z | Downloaded tokio-rustls v0.26.0 |
160 | 2024-12-20T22:45:31.960Z | Downloaded tinyvec_macros v0.1.1 |
161 | 2024-12-20T22:45:31.960Z | Downloaded displaydoc v0.2.5 |
162 | 2024-12-20T22:45:31.967Z | Downloaded thread_local v1.1.8 |
163 | 2024-12-20T22:45:31.969Z | Downloaded tokio-macros v2.4.0 |
164 | 2024-12-20T22:45:31.972Z | Downloaded darling_macro v0.20.10 |
165 | 2024-12-20T22:45:31.972Z | Downloaded tinyvec v1.8.0 |
166 | 2024-12-20T22:45:31.975Z | Downloaded time v0.3.36 |
167 | 2024-12-20T22:45:31.980Z | Downloaded dropshot_endpoint v0.13.0 |
168 | 2024-12-20T22:45:31.983Z | Downloaded dirs-sys-next v0.1.2 |
169 | 2024-12-20T22:45:31.986Z | Downloaded tokio-rustls v0.25.0 |
170 | 2024-12-20T22:45:31.988Z | Downloaded debug-ignore v1.0.5 |
171 | 2024-12-20T22:45:31.988Z | Downloaded autocfg v1.4.0 |
172 | 2024-12-20T22:45:31.991Z | Downloaded backoff v0.4.0 |
173 | 2024-12-20T22:45:31.993Z | Downloaded bytes v1.8.0 |
174 | 2024-12-20T22:45:31.996Z | Downloaded tokio-native-tls v0.3.1 |
175 | 2024-12-20T22:45:31.998Z | Downloaded deranged v0.3.11 |
176 | 2024-12-20T22:45:32.001Z | Downloaded crossbeam-utils v0.8.20 |
177 | 2024-12-20T22:45:32.003Z | Downloaded bitflags v2.6.0 |
178 | 2024-12-20T22:45:32.006Z | Downloaded async-stream-impl v0.3.6 |
179 | 2024-12-20T22:45:32.009Z | Downloaded crypto-common v0.1.6 |
180 | 2024-12-20T22:45:32.009Z | Downloaded block-buffer v0.10.4 |
181 | 2024-12-20T22:45:32.013Z | Downloaded async-stream v0.3.6 |
182 | 2024-12-20T22:45:32.016Z | Downloaded tokio v1.40.0 |
183 | 2024-12-20T22:45:32.055Z | Downloaded num_threads v0.1.7 |
184 | 2024-12-20T22:45:32.058Z | Downloaded toml v0.8.19 |
185 | 2024-12-20T22:45:32.061Z | Downloaded cc v1.1.30 |
186 | 2024-12-20T22:45:32.063Z | Downloaded usdt-macro v0.5.0 |
187 | 2024-12-20T22:45:32.065Z | Downloaded usdt-attr-macro v0.5.0 |
188 | 2024-12-20T22:45:32.066Z | Downloaded foreign-types v0.3.2 |
189 | 2024-12-20T22:45:32.068Z | Downloaded dtrace-parser v0.2.0 |
190 | 2024-12-20T22:45:32.068Z | Downloaded camino v1.1.9 |
191 | 2024-12-20T22:45:32.070Z | Downloaded byteorder v1.5.0 |
192 | 2024-12-20T22:45:32.072Z | Downloaded openssl-macros v0.1.1 |
193 | 2024-12-20T22:45:32.072Z | Downloaded zerofrom v0.1.4 |
194 | 2024-12-20T22:45:32.075Z | Downloaded waitgroup v0.1.2 |
195 | 2024-12-20T22:45:32.075Z | Downloaded async-trait v0.1.83 |
196 | 2024-12-20T22:45:32.077Z | Downloaded progenitor-client v0.8.0 |
197 | 2024-12-20T22:45:32.080Z | Downloaded omicron-workspace-hack v0.1.0 |
198 | 2024-12-20T22:45:32.080Z | Downloaded pretty-hex v0.4.1 |
199 | 2024-12-20T22:45:32.083Z | Downloaded icu_provider_macros v1.5.0 |
200 | 2024-12-20T22:45:32.083Z | Downloaded hostname v0.4.0 |
201 | 2024-12-20T22:45:32.083Z | Downloaded openssl-probe v0.1.5 |
202 | 2024-12-20T22:45:32.085Z | Downloaded num-conv v0.1.0 |
203 | 2024-12-20T22:45:32.085Z | Downloaded writeable v0.5.5 |
204 | 2024-12-20T22:45:32.088Z | Downloaded untrusted v0.9.0 |
205 | 2024-12-20T22:45:32.088Z | Downloaded strum v0.26.3 |
206 | 2024-12-20T22:45:32.091Z | Downloaded futures-task v0.3.31 |
207 | 2024-12-20T22:45:32.091Z | Downloaded memmap v0.7.0 |
208 | 2024-12-20T22:45:32.094Z | Downloaded zeroize v1.8.1 |
209 | 2024-12-20T22:45:32.094Z | Downloaded futures-io v0.3.31 |
210 | 2024-12-20T22:45:32.094Z | Downloaded fnv v1.0.7 |
211 | 2024-12-20T22:45:32.096Z | Downloaded dyn-clone v1.0.17 |
212 | 2024-12-20T22:45:32.096Z | Downloaded instant v0.1.13 |
213 | 2024-12-20T22:45:32.099Z | Downloaded toml_datetime v0.6.8 |
214 | 2024-12-20T22:45:32.099Z | Downloaded yoke-derive v0.7.4 |
215 | 2024-12-20T22:45:32.102Z | Downloaded write16 v1.0.0 |
216 | 2024-12-20T22:45:32.102Z | Downloaded want v0.3.1 |
217 | 2024-12-20T22:45:32.102Z | Downloaded try-lock v0.2.5 |
218 | 2024-12-20T22:45:32.105Z | Downloaded tower-service v0.3.3 |
219 | 2024-12-20T22:45:32.105Z | Downloaded foreign-types-shared v0.1.1 |
220 | 2024-12-20T22:45:32.105Z | Downloaded version_check v0.9.5 |
221 | 2024-12-20T22:45:32.108Z | Downloaded mime v0.3.17 |
222 | 2024-12-20T22:45:32.108Z | Downloaded utf16_iter v1.0.5 |
223 | 2024-12-20T22:45:32.111Z | Downloaded http-body v1.0.1 |
224 | 2024-12-20T22:45:32.111Z | Downloaded heck v0.5.0 |
225 | 2024-12-20T22:45:32.111Z | Downloaded futures-sink v0.3.31 |
226 | 2024-12-20T22:45:32.114Z | Downloaded parse-display-derive v0.10.0 |
227 | 2024-12-20T22:45:32.114Z | Downloaded newtype-uuid v1.1.3 |
228 | 2024-12-20T22:45:32.116Z | Downloaded futures-macro v0.3.31 |
229 | 2024-12-20T22:45:32.116Z | Downloaded ident_case v1.0.1 |
230 | 2024-12-20T22:45:32.116Z | Downloaded generic-array v0.14.7 |
231 | 2024-12-20T22:45:32.119Z | Downloaded form_urlencoded v1.2.1 |
232 | 2024-12-20T22:45:32.119Z | Downloaded pkg-config v0.3.31 |
233 | 2024-12-20T22:45:32.121Z | Downloaded paste v1.0.15 |
234 | 2024-12-20T22:45:32.124Z | Downloaded zerofrom-derive v0.1.4 |
235 | 2024-12-20T22:45:32.124Z | Downloaded hyper-tls v0.6.0 |
236 | 2024-12-20T22:45:32.130Z | Downloaded native-tls v0.2.12 |
237 | 2024-12-20T22:45:32.130Z | Downloaded progenitor-macro v0.8.0 |
238 | 2024-12-20T22:45:32.130Z | Downloaded hex v0.4.3 |
239 | 2024-12-20T22:45:32.133Z | Downloaded ppv-lite86 v0.2.20 |
240 | 2024-12-20T22:45:32.133Z | Downloaded ipnetwork v0.20.0 |
241 | 2024-12-20T22:45:32.137Z | Downloaded progenitor v0.8.0 |
242 | 2024-12-20T22:45:32.137Z | Downloaded plain v0.2.3 |
243 | 2024-12-20T22:45:32.137Z | Downloaded multer v3.1.0 |
244 | 2024-12-20T22:45:32.139Z | Downloaded yoke v0.7.4 |
245 | 2024-12-20T22:45:32.142Z | Downloaded hostname v0.3.1 |
246 | 2024-12-20T22:45:32.142Z | Downloaded is-terminal v0.4.13 |
247 | 2024-12-20T22:45:32.144Z | Downloaded idna_adapter v1.2.0 |
248 | 2024-12-20T22:45:32.145Z | Downloaded powerfmt v0.2.0 |
249 | 2024-12-20T22:45:32.145Z | Downloaded percent-encoding v2.3.1 |
250 | 2024-12-20T22:45:32.147Z | Downloaded usdt v0.5.0 |
251 | 2024-12-20T22:45:32.147Z | Downloaded httpdate v1.0.3 |
252 | 2024-12-20T22:45:32.150Z | Downloaded serde_urlencoded v0.7.1 |
253 | 2024-12-20T22:45:32.150Z | Downloaded slog-bunyan v2.5.0 |
254 | 2024-12-20T22:45:32.150Z | Downloaded allocator-api2 v0.2.18 |
255 | 2024-12-20T22:45:32.153Z | Downloaded itoa v1.0.11 |
256 | 2024-12-20T22:45:32.155Z | Downloaded serde_tokenstream v0.2.2 |
257 | 2024-12-20T22:45:32.159Z | Downloaded rustc-hash v2.0.0 |
258 | 2024-12-20T22:45:32.160Z | Downloaded signal-hook-registry v1.4.2 |
259 | 2024-12-20T22:45:32.162Z | Downloaded scroll_derive v0.12.0 |
260 | 2024-12-20T22:45:32.162Z | Downloaded quinn-udp v0.5.5 |
261 | 2024-12-20T22:45:32.162Z | Downloaded futures-channel v0.3.31 |
262 | 2024-12-20T22:45:32.164Z | Downloaded sync_wrapper v1.0.1 |
263 | 2024-12-20T22:45:32.164Z | Downloaded typify v0.2.0 |
264 | 2024-12-20T22:45:32.167Z | Downloaded structmeta-derive v0.3.0 |
265 | 2024-12-20T22:45:32.169Z | Downloaded stable_deref_trait v1.2.0 |
266 | 2024-12-20T22:45:32.169Z | Downloaded pest_derive v2.7.14 |
267 | 2024-12-20T22:45:32.172Z | Downloaded parking_lot_core v0.9.10 |
268 | 2024-12-20T22:45:32.175Z | Downloaded zerovec-derive v0.10.3 |
269 | 2024-12-20T22:45:32.175Z | Downloaded futures-executor v0.3.31 |
270 | 2024-12-20T22:45:32.178Z | Downloaded typenum v1.17.0 |
271 | 2024-12-20T22:45:32.178Z | Downloaded slog-json v2.6.1 |
272 | 2024-12-20T22:45:32.182Z | Downloaded zerocopy-derive v0.7.35 |
273 | 2024-12-20T22:45:32.184Z | Downloaded uuid v1.11.0 |
274 | 2024-12-20T22:45:32.187Z | Downloaded iana-time-zone v0.1.61 |
275 | 2024-12-20T22:45:32.190Z | Downloaded hyper-rustls v0.27.3 |
276 | 2024-12-20T22:45:32.193Z | Downloaded structmeta v0.3.0 |
277 | 2024-12-20T22:45:32.193Z | Downloaded httparse v1.9.5 |
278 | 2024-12-20T22:45:32.195Z | Downloaded strsim v0.11.1 |
279 | 2024-12-20T22:45:32.197Z | Downloaded slog-async v2.8.0 |
280 | 2024-12-20T22:45:32.197Z | Downloaded quote v1.0.37 |
281 | 2024-12-20T22:45:32.200Z | Downloaded serde_with_macros v3.11.0 |
282 | 2024-12-20T22:45:32.204Z | Downloaded sha1 v0.10.6 |
283 | 2024-12-20T22:45:32.206Z | Downloaded num-traits v0.2.19 |
284 | 2024-12-20T22:45:32.207Z | Downloaded parking_lot v0.12.3 |
285 | 2024-12-20T22:45:32.209Z | Downloaded rand_core v0.6.4 |
286 | 2024-12-20T22:45:32.211Z | Downloaded futures v0.3.31 |
287 | 2024-12-20T22:45:32.214Z | Downloaded smallvec v1.13.2 |
288 | 2024-12-20T22:45:32.217Z | Downloaded pin-project-lite v0.2.14 |
289 | 2024-12-20T22:45:32.221Z | Downloaded shlex v1.3.0 |
290 | 2024-12-20T22:45:32.223Z | Downloaded serde_path_to_error v0.1.16 |
291 | 2024-12-20T22:45:32.226Z | Downloaded rand_chacha v0.3.1 |
292 | 2024-12-20T22:45:32.226Z | Downloaded synstructure v0.13.1 |
293 | 2024-12-20T22:45:32.226Z | Downloaded slog-term v2.9.1 |
294 | 2024-12-20T22:45:32.230Z | Downloaded semver v1.0.23 |
295 | 2024-12-20T22:45:32.244Z | Downloaded icu_locid v1.5.0 |
296 | 2024-12-20T22:45:32.249Z | Downloaded getrandom v0.2.15 |
297 | 2024-12-20T22:45:32.249Z | Downloaded tracing-core v0.1.32 |
298 | 2024-12-20T22:45:32.249Z | Downloaded progenitor-impl v0.8.0 |
299 | 2024-12-20T22:45:32.250Z | Downloaded pest_meta v2.7.14 |
300 | 2024-12-20T22:45:32.250Z | Downloaded icu_normalizer_data v1.5.0 |
301 | 2024-12-20T22:45:32.250Z | Downloaded icu_normalizer v1.5.0 |
302 | 2024-12-20T22:45:32.253Z | Downloaded base64 v0.22.1 |
303 | 2024-12-20T22:45:32.255Z | Downloaded slog v2.7.0 |
304 | 2024-12-20T22:45:32.258Z | Downloaded serde_yaml v0.9.34+deprecated |
305 | 2024-12-20T22:45:32.261Z | Downloaded schemars v0.8.21 |
306 | 2024-12-20T22:45:32.275Z | Downloaded sha2 v0.10.8 |
307 | 2024-12-20T22:45:32.277Z | Downloaded darling_core v0.20.10 |
308 | 2024-12-20T22:45:32.278Z | Downloaded icu_properties v1.5.1 |
309 | 2024-12-20T22:45:32.281Z | Downloaded mio v1.0.2 |
310 | 2024-12-20T22:45:32.285Z | Downloaded icu_provider v1.5.0 |
311 | 2024-12-20T22:45:32.287Z | Downloaded rustls-pki-types v1.10.0 |
312 | 2024-12-20T22:45:32.290Z | Downloaded ryu v1.0.18 |
313 | 2024-12-20T22:45:32.293Z | Downloaded memchr v2.7.4 |
314 | 2024-12-20T22:45:32.298Z | Downloaded toml_edit v0.22.22 |
315 | 2024-12-20T22:45:32.319Z | Downloaded hyper-util v0.1.10 |
316 | 2024-12-20T22:45:32.322Z | Downloaded socket2 v0.5.7 |
317 | 2024-12-20T22:45:32.326Z | Downloaded quinn v0.11.5 |
318 | 2024-12-20T22:45:32.328Z | Downloaded openssl-sys v0.9.103 |
319 | 2024-12-20T22:45:32.332Z | Downloaded tokio-util v0.7.12 |
320 | 2024-12-20T22:45:32.339Z | Downloaded serde_derive v1.0.215 |
321 | 2024-12-20T22:45:32.342Z | Downloaded icu_collections v1.5.0 |
322 | 2024-12-20T22:45:32.349Z | Downloaded serde v1.0.215 |
323 | 2024-12-20T22:45:32.352Z | Downloaded zerovec v0.10.4 |
324 | 2024-12-20T22:45:32.356Z | Downloaded rand v0.8.5 |
325 | 2024-12-20T22:45:32.359Z | Downloaded winnow v0.6.20 |
326 | 2024-12-20T22:45:32.368Z | Downloaded pest v2.7.14 |
327 | 2024-12-20T22:45:32.374Z | Downloaded zerocopy v0.7.35 |
328 | 2024-12-20T22:45:32.389Z | Downloaded serde_with v3.11.0 |
329 | 2024-12-20T22:45:32.395Z | Downloaded itertools v0.10.5 |
330 | 2024-12-20T22:45:32.401Z | Downloaded idna v1.0.3 |
331 | 2024-12-20T22:45:32.405Z | Downloaded hashbrown v0.15.1 |
332 | 2024-12-20T22:45:32.410Z | Downloaded rustls-webpki v0.102.8 |
333 | 2024-12-20T22:45:32.427Z | Downloaded reqwest v0.12.9 |
334 | 2024-12-20T22:45:32.435Z | Downloaded vcpkg v0.2.15 |
335 | 2024-12-20T22:45:32.472Z | Downloaded futures-util v0.3.31 |
336 | 2024-12-20T22:45:32.482Z | Downloaded regex v1.11.1 |
337 | 2024-12-20T22:45:32.494Z | Downloaded serde_json v1.0.133 |
338 | 2024-12-20T22:45:32.500Z | Downloaded goblin v0.8.2 |
339 | 2024-12-20T22:45:32.506Z | Downloaded openssl v0.10.66 |
340 | 2024-12-20T22:45:32.515Z | Downloaded webpki-roots v0.26.6 |
341 | 2024-12-20T22:45:32.518Z | Downloaded rustls v0.22.4 |
342 | 2024-12-20T22:45:32.530Z | Downloaded regress v0.10.1 |
343 | 2024-12-20T22:45:32.538Z | Downloaded openapiv3 v2.0.0 |
344 | 2024-12-20T22:45:32.548Z | Downloaded syn v2.0.87 |
345 | 2024-12-20T22:45:32.558Z | Downloaded syn v1.0.109 |
346 | 2024-12-20T22:45:32.567Z | Downloaded rustls v0.23.19 |
347 | 2024-12-20T22:45:32.578Z | Downloaded regress v0.9.1 |
348 | 2024-12-20T22:45:32.585Z | Downloaded typify-impl v0.2.0 |
349 | 2024-12-20T22:45:32.598Z | Downloaded icu_properties_data v1.5.0 |
350 | 2024-12-20T22:45:32.609Z | Downloaded regex-syntax v0.8.5 |
351 | 2024-12-20T22:45:32.614Z | Downloaded h2 v0.4.6 |
352 | 2024-12-20T22:45:32.620Z | Downloaded dropshot v0.13.0 |
353 | 2024-12-20T22:45:32.639Z | Downloaded aho-corasick v1.1.3 |
354 | 2024-12-20T22:45:32.644Z | Downloaded hyper v1.5.0 |
355 | 2024-12-20T22:45:32.650Z | Downloaded quinn-proto v0.11.8 |
356 | 2024-12-20T22:45:32.656Z | Downloaded hashbrown v0.14.5 |
357 | 2024-12-20T22:45:32.660Z | Downloaded chrono v0.4.38 |
358 | 2024-12-20T22:45:32.667Z | Downloaded indexmap v2.6.0 |
359 | 2024-12-20T22:45:32.670Z | Downloaded http v1.1.0 |
360 | 2024-12-20T22:45:32.674Z | Downloaded hashbrown v0.12.3 |
361 | 2024-12-20T22:45:32.678Z | Downloaded tracing v0.1.40 |
362 | 2024-12-20T22:45:32.681Z | Downloaded url v2.5.3 |
363 | 2024-12-20T22:45:32.685Z | Downloaded log v0.4.22 |
364 | 2024-12-20T22:45:32.688Z | Downloaded regex-automata v0.4.8 |
365 | 2024-12-20T22:45:32.701Z | Downloaded crossbeam-channel v0.5.13 |
366 | 2024-12-20T22:45:32.705Z | Downloaded indexmap v1.9.3 |
367 | 2024-12-20T22:45:32.708Z | Downloaded icu_locid_transform_data v1.5.0 |
368 | 2024-12-20T22:45:32.711Z | Downloaded proc-macro2 v1.0.89 |
369 | 2024-12-20T22:45:32.715Z | Downloaded unsafe-libyaml v0.2.11 |
370 | 2024-12-20T22:45:32.718Z | Downloaded unicode-ident v1.0.13 |
371 | 2024-12-20T22:45:32.720Z | Downloaded anyhow v1.0.93 |
372 | 2024-12-20T22:45:32.722Z | Downloaded once_cell v1.20.2 |
373 | 2024-12-20T22:45:32.725Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-12-20T22:45:32.725Z | Downloaded lock_api v0.4.12 |
375 | 2024-12-20T22:45:32.729Z | Downloaded macaddr v1.0.1 |
376 | 2024-12-20T22:45:32.729Z | Downloaded litemap v0.7.3 |
377 | 2024-12-20T22:45:32.732Z | Downloaded ipnet v2.10.1 |
378 | 2024-12-20T22:45:32.732Z | Downloaded libc v0.2.162 |
379 | 2024-12-20T22:45:32.756Z | Downloaded icu_locid_transform v1.5.0 |
380 | 2024-12-20T22:45:32.758Z | Downloaded subtle v2.6.1 |
381 | 2024-12-20T22:45:32.761Z | Downloaded strum_macros v0.26.4 |
382 | 2024-12-20T22:45:32.766Z | Downloaded spin v0.9.8 |
383 | 2024-12-20T22:45:32.766Z | Downloaded serde_derive_internals v0.29.1 |
384 | 2024-12-20T22:45:32.769Z | Downloaded scroll v0.12.0 |
385 | 2024-12-20T22:45:32.769Z | Downloaded rustls-pemfile v2.2.0 |
386 | 2024-12-20T22:45:32.769Z | Downloaded serde_spanned v0.6.8 |
387 | 2024-12-20T22:45:32.769Z | Downloaded scopeguard v1.2.0 |
388 | 2024-12-20T22:45:32.771Z | Downloaded schemars_derive v0.8.21 |
389 | 2024-12-20T22:45:32.771Z | Downloaded usdt-impl v0.5.0 |
390 | 2024-12-20T22:45:32.774Z | Downloaded slab v0.4.9 |
391 | 2024-12-20T22:45:32.774Z | Downloaded rustversion v1.0.17 |
392 | 2024-12-20T22:45:32.776Z | Downloaded futures-core v0.3.31 |
393 | 2024-12-20T22:45:32.778Z | Downloaded http-body-util v0.1.2 |
394 | 2024-12-20T22:45:32.779Z | Downloaded parse-display v0.10.0 |
395 | 2024-12-20T22:45:32.782Z | Downloaded utf8_iter v1.0.4 |
396 | 2024-12-20T22:45:32.782Z | Downloaded pin-utils v0.1.0 |
397 | 2024-12-20T22:45:32.782Z | Downloaded pest_generator v2.7.14 |
398 | 2024-12-20T22:45:32.784Z | Downloaded typify-macro v0.2.0 |
399 | 2024-12-20T22:45:32.784Z | Downloaded either v1.13.0 |
400 | 2024-12-20T22:45:32.784Z | Downloaded dof v0.3.0 |
401 | 2024-12-20T22:45:32.787Z | Downloaded equivalent v1.0.1 |
402 | 2024-12-20T22:45:32.787Z | Downloaded dirs-next v2.0.0 |
403 | 2024-12-20T22:45:32.787Z | Downloaded digest v0.10.7 |
404 | 2024-12-20T22:45:32.790Z | Downloaded darling v0.20.10 |
405 | 2024-12-20T22:45:32.793Z | Downloaded cpufeatures v0.2.14 |
406 | 2024-12-20T22:45:32.795Z | Downloaded cfg-if v1.0.0 |
407 | 2024-12-20T22:45:32.804Z | Downloaded encoding_rs v0.8.34 |
408 | 2024-12-20T22:45:32.952Z | Downloaded ring v0.17.8 |
409 | 2024-12-20T22:45:33.285Z | Compiling proc-macro2 v1.0.89 |
410 | 2024-12-20T22:45:33.285Z | Compiling unicode-ident v1.0.13 |
411 | 2024-12-20T22:45:33.285Z | Compiling libc v0.2.162 |
412 | 2024-12-20T22:45:33.285Z | Checking cfg-if v1.0.0 |
413 | 2024-12-20T22:45:33.293Z | Compiling autocfg v1.4.0 |
414 | 2024-12-20T22:45:33.294Z | Compiling serde v1.0.215 |
415 | 2024-12-20T22:45:33.294Z | Compiling version_check v0.9.5 |
416 | 2024-12-20T22:45:33.294Z | Checking memchr v2.7.4 |
417 | 2024-12-20T22:45:33.418Z | Checking itoa v1.0.11 |
418 | 2024-12-20T22:45:33.466Z | Compiling serde_json v1.0.133 |
419 | 2024-12-20T22:45:33.954Z | Compiling thiserror v1.0.69 |
420 | 2024-12-20T22:45:34.092Z | Checking once_cell v1.20.2 |
421 | 2024-12-20T22:45:34.111Z | Compiling shlex v1.3.0 |
422 | 2024-12-20T22:45:34.314Z | Compiling cc v1.1.30 |
423 | 2024-12-20T22:45:34.664Z | Compiling num-traits v0.2.19 |
424 | 2024-12-20T22:45:35.038Z | Checking pin-project-lite v0.2.14 |
425 | 2024-12-20T22:45:35.173Z | Checking ryu v1.0.18 |
426 | 2024-12-20T22:45:35.211Z | Checking smallvec v1.13.2 |
427 | 2024-12-20T22:45:35.358Z | Checking bytes v1.8.0 |
428 | 2024-12-20T22:45:35.376Z | Checking futures-core v0.3.31 |
429 | 2024-12-20T22:45:35.519Z | Compiling lock_api v0.4.12 |
430 | 2024-12-20T22:45:35.551Z | Compiling schemars v0.8.21 |
431 | 2024-12-20T22:45:35.559Z | Compiling byteorder v1.5.0 |
432 | 2024-12-20T22:45:35.903Z | Compiling parking_lot_core v0.9.10 |
433 | 2024-12-20T22:45:36.004Z | Checking getrandom v0.2.15 |
434 | 2024-12-20T22:45:36.042Z | Compiling ahash v0.8.11 |
435 | 2024-12-20T22:45:36.069Z | Checking scopeguard v1.2.0 |
436 | 2024-12-20T22:45:36.179Z | Compiling slab v0.4.9 |
437 | 2024-12-20T22:45:36.233Z | Checking log v0.4.22 |
438 | 2024-12-20T22:45:36.345Z | Compiling quote v1.0.37 |
439 | 2024-12-20T22:45:36.596Z | Checking futures-sink v0.3.31 |
440 | 2024-12-20T22:45:36.665Z | Checking socket2 v0.5.7 |
441 | 2024-12-20T22:45:36.754Z | Checking signal-hook-registry v1.4.2 |
442 | 2024-12-20T22:45:36.802Z | Checking mio v1.0.2 |
443 | 2024-12-20T22:45:36.823Z | Compiling syn v2.0.87 |
444 | 2024-12-20T22:45:36.978Z | Checking parking_lot v0.12.3 |
445 | 2024-12-20T22:45:37.078Z | Checking stable_deref_trait v1.2.0 |
446 | 2024-12-20T22:45:37.083Z | Compiling ring v0.17.8 |
447 | 2024-12-20T22:45:37.180Z | Compiling semver v1.0.23 |
448 | 2024-12-20T22:45:37.198Z | Checking equivalent v1.0.1 |
449 | 2024-12-20T22:45:37.245Z | Checking hashbrown v0.15.1 |
450 | 2024-12-20T22:45:37.298Z | Checking fnv v1.0.7 |
451 | 2024-12-20T22:45:37.395Z | Checking futures-channel v0.3.31 |
452 | 2024-12-20T22:45:37.411Z | Checking pin-utils v0.1.0 |
453 | 2024-12-20T22:45:37.434Z | Checking http v1.1.0 |
454 | 2024-12-20T22:45:37.450Z | Checking futures-task v0.3.31 |
455 | 2024-12-20T22:45:37.488Z | Checking futures-io v0.3.31 |
456 | 2024-12-20T22:45:37.677Z | Checking iana-time-zone v0.1.61 |
457 | 2024-12-20T22:45:37.712Z | Compiling pkg-config v0.3.31 |
458 | 2024-12-20T22:45:37.733Z | Checking spin v0.9.8 |
459 | 2024-12-20T22:45:37.830Z | Compiling heck v0.5.0 |
460 | 2024-12-20T22:45:37.943Z | Checking rustls-pki-types v1.10.0 |
461 | 2024-12-20T22:45:38.198Z | Compiling vcpkg v0.2.15 |
462 | 2024-12-20T22:45:38.405Z | Checking untrusted v0.9.0 |
463 | 2024-12-20T22:45:38.512Z | Checking writeable v0.5.5 |
464 | 2024-12-20T22:45:38.559Z | Checking litemap v0.7.3 |
465 | 2024-12-20T22:45:38.796Z | Compiling httparse v1.9.5 |
466 | 2024-12-20T22:45:38.826Z | Compiling ucd-trie v0.1.7 |
467 | 2024-12-20T22:45:38.859Z | Checking dyn-clone v1.0.17 |
468 | 2024-12-20T22:45:38.983Z | Checking tracing-core v0.1.32 |
469 | 2024-12-20T22:45:39.201Z | Compiling allocator-api2 v0.2.18 |
470 | 2024-12-20T22:45:39.429Z | Checking atomic-waker v1.1.2 |
471 | 2024-12-20T22:45:39.585Z | Checking tracing v0.1.40 |
472 | 2024-12-20T22:45:39.799Z | Compiling openssl-sys v0.9.103 |
473 | 2024-12-20T22:45:39.907Z | Checking http-body v1.0.1 |
474 | 2024-12-20T22:45:39.927Z | Checking subtle v2.6.1 |
475 | 2024-12-20T22:45:39.963Z | Checking icu_locid_transform_data v1.5.0 |
476 | 2024-12-20T22:45:40.058Z | Compiling uuid v1.11.0 |
477 | 2024-12-20T22:45:40.081Z | Checking try-lock v0.2.5 |
478 | 2024-12-20T22:45:40.210Z | Checking zeroize v1.8.1 |
479 | 2024-12-20T22:45:40.343Z | Checking want v0.3.1 |
480 | 2024-12-20T22:45:40.442Z | Compiling openssl v0.10.66 |
481 | 2024-12-20T22:45:40.504Z | Compiling chrono v0.4.38 |
482 | 2024-12-20T22:45:40.581Z | Checking icu_properties_data v1.5.0 |
483 | 2024-12-20T22:45:40.629Z | Checking httpdate v1.0.3 |
484 | 2024-12-20T22:45:40.766Z | Compiling slog v2.7.0 |
485 | 2024-12-20T22:45:40.845Z | Checking foreign-types-shared v0.1.1 |
486 | 2024-12-20T22:45:40.904Z | Compiling aho-corasick v1.1.3 |
487 | 2024-12-20T22:45:40.944Z | Checking foreign-types v0.3.2 |
488 | 2024-12-20T22:45:41.018Z | Checking percent-encoding v2.3.1 |
489 | 2024-12-20T22:45:41.298Z | Checking bitflags v2.6.0 |
490 | 2024-12-20T22:45:41.553Z | Checking tower-service v0.3.3 |
491 | 2024-12-20T22:45:41.642Z | Compiling rustls v0.23.19 |
492 | 2024-12-20T22:45:41.797Z | Checking utf16_iter v1.0.5 |
493 | 2024-12-20T22:45:41.914Z | Compiling regex-syntax v0.8.5 |
494 | 2024-12-20T22:45:41.960Z | Compiling typenum v1.17.0 |
495 | 2024-12-20T22:45:42.291Z | Compiling native-tls v0.2.12 |
496 | 2024-12-20T22:45:42.613Z | Checking icu_normalizer_data v1.5.0 |
497 | 2024-12-20T22:45:42.704Z | Checking write16 v1.0.0 |
498 | 2024-12-20T22:45:42.803Z | Checking utf8_iter v1.0.4 |
499 | 2024-12-20T22:45:42.988Z | Checking form_urlencoded v1.2.1 |
500 | 2024-12-20T22:45:43.131Z | Compiling generic-array v0.14.7 |
501 | 2024-12-20T22:45:43.368Z | Checking openssl-probe v0.1.5 |
502 | 2024-12-20T22:45:44.263Z | Compiling serde_derive_internals v0.29.1 |
503 | 2024-12-20T22:45:44.635Z | Compiling synstructure v0.13.1 |
504 | 2024-12-20T22:45:45.000Z | Compiling usdt-impl v0.5.0 |
505 | 2024-12-20T22:45:45.311Z | Compiling regex-automata v0.4.8 |
506 | 2024-12-20T22:45:45.786Z | Checking encoding_rs v0.8.34 |
507 | 2024-12-20T22:45:45.953Z | Checking powerfmt v0.2.0 |
508 | 2024-12-20T22:45:46.231Z | Checking mime v0.3.17 |
509 | 2024-12-20T22:45:46.505Z | Compiling time-core v0.1.2 |
510 | 2024-12-20T22:45:46.543Z | Compiling num-conv v0.1.0 |
511 | 2024-12-20T22:45:46.672Z | Checking deranged v0.3.11 |
512 | 2024-12-20T22:45:46.821Z | Compiling time-macros v0.2.18 |
513 | 2024-12-20T22:45:48.038Z | Compiling thread-id v4.2.2 |
514 | 2024-12-20T22:45:48.151Z | Checking webpki-roots v0.26.6 |
515 | 2024-12-20T22:45:48.363Z | Checking rustls-pemfile v2.2.0 |
516 | 2024-12-20T22:45:48.532Z | Compiling crossbeam-utils v0.8.20 |
517 | 2024-12-20T22:45:48.805Z | Compiling syn v1.0.109 |
518 | 2024-12-20T22:45:48.824Z | Compiling strsim v0.11.1 |
519 | 2024-12-20T22:45:49.114Z | Checking num_threads v0.1.7 |
520 | 2024-12-20T22:45:49.232Z | Compiling regex v1.11.1 |
521 | 2024-12-20T22:45:49.348Z | Compiling serde_derive v1.0.215 |
522 | 2024-12-20T22:45:49.372Z | Compiling zerocopy-derive v0.7.35 |
523 | 2024-12-20T22:45:49.530Z | Compiling thiserror-impl v1.0.69 |
524 | 2024-12-20T22:45:49.549Z | Compiling schemars_derive v0.8.21 |
525 | 2024-12-20T22:45:50.033Z | Compiling zerofrom-derive v0.1.4 |
526 | 2024-12-20T22:45:50.266Z | Compiling tokio-macros v2.4.0 |
527 | 2024-12-20T22:45:50.774Z | Compiling yoke-derive v0.7.4 |
528 | 2024-12-20T22:45:51.471Z | Compiling zerocopy v0.7.35 |
529 | 2024-12-20T22:45:52.509Z | Checking tokio v1.40.0 |
530 | 2024-12-20T22:45:52.553Z | Compiling zerovec-derive v0.10.3 |
531 | 2024-12-20T22:45:53.124Z | Compiling displaydoc v0.2.5 |
532 | 2024-12-20T22:45:53.158Z | Compiling futures-macro v0.3.31 |
533 | 2024-12-20T22:45:53.568Z | Compiling pest v2.7.14 |
534 | 2024-12-20T22:45:53.602Z | Checking zerofrom v0.1.4 |
535 | 2024-12-20T22:45:53.828Z | Checking yoke v0.7.4 |
536 | 2024-12-20T22:45:53.881Z | Compiling icu_provider_macros v1.5.0 |
537 | 2024-12-20T22:45:54.172Z | Compiling hashbrown v0.14.5 |
538 | 2024-12-20T22:45:54.674Z | Checking rustls-webpki v0.102.8 |
539 | 2024-12-20T22:45:54.954Z | Checking futures-util v0.3.31 |
540 | 2024-12-20T22:45:55.017Z | Checking zerovec v0.10.4 |
541 | 2024-12-20T22:45:55.450Z | Compiling regress v0.10.1 |
542 | 2024-12-20T22:45:55.474Z | Compiling openssl-macros v0.1.1 |
543 | 2024-12-20T22:45:56.248Z | Compiling pest_meta v2.7.14 |
544 | 2024-12-20T22:45:56.698Z | Checking tinystr v0.7.6 |
545 | 2024-12-20T22:45:56.715Z | Checking icu_collections v1.5.0 |
546 | 2024-12-20T22:45:57.430Z | Checking icu_locid v1.5.0 |
547 | 2024-12-20T22:45:58.457Z | Checking icu_provider v1.5.0 |
548 | 2024-12-20T22:45:59.128Z | Checking icu_locid_transform v1.5.0 |
549 | 2024-12-20T22:45:59.723Z | Checking tokio-util v0.7.12 |
550 | 2024-12-20T22:46:00.156Z | Compiling pest_generator v2.7.14 |
551 | 2024-12-20T22:46:00.274Z | Checking icu_properties v1.5.1 |
552 | 2024-12-20T22:46:00.363Z | Checking http-body-util v0.1.2 |
553 | 2024-12-20T22:46:00.553Z | Compiling scroll_derive v0.12.0 |
554 | 2024-12-20T22:46:01.921Z | Compiling pest_derive v2.7.14 |
555 | 2024-12-20T22:46:01.968Z | Checking scroll v0.12.0 |
556 | 2024-12-20T22:46:02.256Z | Checking indexmap v2.6.0 |
557 | 2024-12-20T22:46:03.353Z | Compiling serde_tokenstream v0.2.2 |
558 | 2024-12-20T22:46:03.560Z | Checking h2 v0.4.6 |
559 | 2024-12-20T22:46:03.624Z | Checking icu_normalizer v1.5.0 |
560 | 2024-12-20T22:46:04.351Z | Compiling dtrace-parser v0.2.0 |
561 | 2024-12-20T22:46:04.405Z | Checking idna_adapter v1.2.0 |
562 | 2024-12-20T22:46:04.583Z | Checking idna v1.0.3 |
563 | 2024-12-20T22:46:04.606Z | Checking tokio-native-tls v0.3.1 |
564 | 2024-12-20T22:46:04.847Z | Checking serde_urlencoded v0.7.1 |
565 | 2024-12-20T22:46:05.384Z | Compiling dof v0.3.0 |
566 | 2024-12-20T22:46:05.424Z | Checking tokio-rustls v0.26.0 |
567 | 2024-12-20T22:46:05.938Z | Checking base64 v0.22.1 |
568 | 2024-12-20T22:46:06.122Z | Checking plain v0.2.3 |
569 | 2024-12-20T22:46:06.294Z | Compiling ident_case v1.0.1 |
570 | 2024-12-20T22:46:06.426Z | Checking time v0.3.36 |
571 | 2024-12-20T22:46:06.464Z | Compiling darling_core v0.20.10 |
572 | 2024-12-20T22:46:06.592Z | Checking typify-impl v0.2.0 |
573 | 2024-12-20T22:46:07.963Z | Checking hyper v1.5.0 |
574 | 2024-12-20T22:46:08.618Z | Checking goblin v0.8.2 |
575 | 2024-12-20T22:46:09.067Z | Compiling openapiv3 v2.0.0 |
576 | 2024-12-20T22:46:09.256Z | Checking url v2.5.3 |
577 | 2024-12-20T22:46:10.067Z | Checking hyper-util v0.1.10 |
578 | 2024-12-20T22:46:10.222Z | Checking dirs-sys-next v0.1.2 |
579 | 2024-12-20T22:46:10.399Z | Checking sync_wrapper v1.0.1 |
580 | 2024-12-20T22:46:10.548Z | Compiling paste v1.0.15 |
581 | 2024-12-20T22:46:10.872Z | Compiling newtype-uuid v1.1.3 |
582 | 2024-12-20T22:46:11.069Z | Compiling omicron-workspace-hack v0.1.0 |
583 | 2024-12-20T22:46:11.196Z | Checking pretty-hex v0.4.1 |
584 | 2024-12-20T22:46:11.373Z | Checking ipnet v2.10.1 |
585 | 2024-12-20T22:46:11.392Z | Compiling rustls v0.22.4 |
586 | 2024-12-20T22:46:11.695Z | Compiling rustversion v1.0.17 |
587 | 2024-12-20T22:46:11.760Z | Checking hyper-tls v0.6.0 |
588 | 2024-12-20T22:46:11.842Z | Checking hyper-rustls v0.27.3 |
589 | 2024-12-20T22:46:12.036Z | Compiling unsafe-libyaml v0.2.11 |
590 | 2024-12-20T22:46:12.176Z | Checking reqwest v0.12.9 |
591 | 2024-12-20T22:46:12.623Z | Compiling darling_macro v0.20.10 |
592 | 2024-12-20T22:46:12.712Z | Checking dirs-next v2.0.0 |
593 | 2024-12-20T22:46:13.316Z | Compiling serde_yaml v0.9.34+deprecated |
594 | 2024-12-20T22:46:13.578Z | Checking ipnetwork v0.20.0 |
595 | 2024-12-20T22:46:13.599Z | Checking toml_datetime v0.6.8 |
596 | 2024-12-20T22:46:13.751Z | Checking serde_spanned v0.6.8 |
597 | 2024-12-20T22:46:13.884Z | Checking ppv-lite86 v0.2.20 |
598 | 2024-12-20T22:46:13.930Z | Compiling structmeta-derive v0.3.0 |
599 | 2024-12-20T22:46:13.950Z | Checking block-buffer v0.10.4 |
600 | 2024-12-20T22:46:13.953Z | Checking crypto-common v0.1.6 |
601 | 2024-12-20T22:46:14.143Z | Checking rand_core v0.6.4 |
602 | 2024-12-20T22:46:14.273Z | Checking thread_local v1.1.8 |
603 | 2024-12-20T22:46:14.305Z | Compiling multer v3.1.0 |
604 | 2024-12-20T22:46:14.452Z | Compiling slog-async v2.8.0 |
605 | 2024-12-20T22:46:14.541Z | Checking either v1.13.0 |
606 | 2024-12-20T22:46:14.615Z | Compiling camino v1.1.9 |
607 | 2024-12-20T22:46:14.655Z | Compiling anyhow v1.0.93 |
608 | 2024-12-20T22:46:14.922Z | Checking winnow v0.6.20 |
609 | 2024-12-20T22:46:14.954Z | Checking match_cfg v0.1.0 |
610 | 2024-12-20T22:46:15.037Z | Checking hostname v0.3.1 |
611 | 2024-12-20T22:46:15.235Z | Checking itertools v0.10.5 |
612 | 2024-12-20T22:46:15.323Z | Checking rand_chacha v0.3.1 |
613 | 2024-12-20T22:46:15.768Z | Checking digest v0.10.7 |
614 | 2024-12-20T22:46:16.016Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
615 | 2024-12-20T22:46:16.199Z | Checking progenitor-client v0.8.0 |
616 | 2024-12-20T22:46:16.353Z | Compiling darling v0.20.10 |
617 | 2024-12-20T22:46:16.470Z | Checking crossbeam-channel v0.5.13 |
618 | 2024-12-20T22:46:16.523Z | Checking term v0.7.0 |
619 | 2024-12-20T22:46:16.600Z | Compiling structmeta v0.3.0 |
620 | 2024-12-20T22:46:17.239Z | Compiling usdt-attr-macro v0.5.0 |
621 | 2024-12-20T22:46:17.629Z | Compiling usdt-macro v0.5.0 |
622 | 2024-12-20T22:46:18.036Z | Checking slog-json v2.6.1 |
623 | 2024-12-20T22:46:18.056Z | Checking toml_edit v0.22.22 |
624 | 2024-12-20T22:46:18.281Z | Checking futures-executor v0.3.31 |
625 | 2024-12-20T22:46:18.469Z | Compiling async-stream-impl v0.3.6 |
626 | 2024-12-20T22:46:18.507Z | Checking memmap v0.7.0 |
627 | 2024-12-20T22:46:18.653Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
628 | 2024-12-20T22:46:18.675Z | Checking is-terminal v0.4.13 |
629 | 2024-12-20T22:46:18.702Z | Compiling dropshot v0.13.0 |
630 | 2024-12-20T22:46:18.793Z | Checking take_mut v0.2.2 |
631 | 2024-12-20T22:46:18.872Z | Checking cpufeatures v0.2.14 |
632 | 2024-12-20T22:46:18.964Z | Checking sha1 v0.10.6 |
633 | 2024-12-20T22:46:19.112Z | Checking usdt v0.5.0 |
634 | 2024-12-20T22:46:19.230Z | Checking slog-term v2.9.1 |
635 | 2024-12-20T22:46:19.230Z | Checking futures v0.3.31 |
636 | 2024-12-20T22:46:19.347Z | Compiling strum_macros v0.26.4 |
637 | 2024-12-20T22:46:19.368Z | Checking slog-bunyan v2.5.0 |
638 | 2024-12-20T22:46:19.532Z | Compiling parse-display-derive v0.10.0 |
639 | 2024-12-20T22:46:19.747Z | Compiling serde_with_macros v3.11.0 |
640 | 2024-12-20T22:46:19.776Z | Checking async-stream v0.3.6 |
641 | 2024-12-20T22:46:19.795Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
642 | 2024-12-20T22:46:20.334Z | Checking rand v0.8.5 |
643 | 2024-12-20T22:46:20.696Z | Checking toml v0.8.19 |
644 | 2024-12-20T22:46:20.773Z | Checking tokio-rustls v0.25.0 |
645 | 2024-12-20T22:46:21.234Z | Compiling dropshot_endpoint v0.13.0 |
646 | 2024-12-20T22:46:21.340Z | Checking serde_path_to_error v0.1.16 |
647 | 2024-12-20T22:46:21.455Z | Checking hex v0.4.3 |
648 | 2024-12-20T22:46:21.636Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
649 | 2024-12-20T22:46:21.967Z | Compiling async-trait v0.1.83 |
650 | 2024-12-20T22:46:22.006Z | Checking waitgroup v0.1.2 |
651 | 2024-12-20T22:46:22.136Z | Checking hostname v0.4.0 |
652 | 2024-12-20T22:46:22.209Z | Compiling typify-macro v0.2.0 |
653 | 2024-12-20T22:46:22.273Z | Checking instant v0.1.13 |
654 | 2024-12-20T22:46:22.354Z | Checking debug-ignore v1.0.5 |
655 | 2024-12-20T22:46:22.387Z | Checking backoff v0.4.0 |
656 | 2024-12-20T22:46:22.457Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
657 | 2024-12-20T22:46:22.490Z | Checking serde_with v3.11.0 |
658 | 2024-12-20T22:46:22.601Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
659 | 2024-12-20T22:46:22.658Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
660 | 2024-12-20T22:46:22.761Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
661 | 2024-12-20T22:46:23.216Z | Checking macaddr v1.0.1 |
662 | 2024-12-20T22:46:23.349Z | Checking parse-display v0.10.0 |
663 | 2024-12-20T22:46:23.541Z | Checking regress v0.9.1 |
664 | 2024-12-20T22:46:23.820Z | Checking strum v0.26.3 |
665 | 2024-12-20T22:46:24.959Z | Compiling typify v0.2.0 |
666 | 2024-12-20T22:46:25.046Z | Compiling progenitor-impl v0.8.0 |
667 | 2024-12-20T22:46:27.709Z | Compiling progenitor-macro v0.8.0 |
668 | 2024-12-20T22:46:31.903Z | Checking progenitor v0.8.0 |
669 | 2024-12-20T22:46:32.035Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
670 | 2024-12-20T22:46:35.027Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
671 | 2024-12-20T22:46:42.652Z | Checking test-project v0.1.0 (/tmp/test-project) |
672 | 2024-12-20T22:46:42.715Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
673 | 2024-12-20T22:46:43.049Z | + cargo build --release |
674 | 2024-12-20T22:46:43.306Z | Compiling proc-macro2 v1.0.89 |
675 | 2024-12-20T22:46:43.306Z | Compiling unicode-ident v1.0.13 |
676 | 2024-12-20T22:46:43.306Z | Compiling libc v0.2.162 |
677 | 2024-12-20T22:46:43.306Z | Compiling cfg-if v1.0.0 |
678 | 2024-12-20T22:46:43.309Z | Compiling autocfg v1.4.0 |
679 | 2024-12-20T22:46:43.309Z | Compiling serde v1.0.215 |
680 | 2024-12-20T22:46:43.309Z | Compiling version_check v0.9.5 |
681 | 2024-12-20T22:46:43.309Z | Compiling memchr v2.7.4 |
682 | 2024-12-20T22:46:43.418Z | Compiling serde_json v1.0.133 |
683 | 2024-12-20T22:46:43.495Z | Compiling itoa v1.0.11 |
684 | 2024-12-20T22:46:43.755Z | Compiling thiserror v1.0.69 |
685 | 2024-12-20T22:46:43.868Z | Compiling once_cell v1.20.2 |
686 | 2024-12-20T22:46:43.948Z | Compiling shlex v1.3.0 |
687 | 2024-12-20T22:46:44.185Z | Compiling cc v1.1.30 |
688 | 2024-12-20T22:46:44.299Z | Compiling num-traits v0.2.19 |
689 | 2024-12-20T22:46:44.610Z | Compiling pin-project-lite v0.2.14 |
690 | 2024-12-20T22:46:44.719Z | Compiling getrandom v0.2.15 |
691 | 2024-12-20T22:46:44.797Z | Compiling smallvec v1.13.2 |
692 | 2024-12-20T22:46:44.839Z | Compiling ryu v1.0.18 |
693 | 2024-12-20T22:46:44.999Z | Compiling quote v1.0.37 |
694 | 2024-12-20T22:46:45.064Z | Compiling bytes v1.8.0 |
695 | 2024-12-20T22:46:45.126Z | Compiling futures-core v0.3.31 |
696 | 2024-12-20T22:46:45.272Z | Compiling schemars v0.8.21 |
697 | 2024-12-20T22:46:45.361Z | Compiling syn v2.0.87 |
698 | 2024-12-20T22:46:45.603Z | Compiling lock_api v0.4.12 |
699 | 2024-12-20T22:46:45.605Z | Compiling ahash v0.8.11 |
700 | 2024-12-20T22:46:45.693Z | Compiling parking_lot_core v0.9.10 |
701 | 2024-12-20T22:46:45.880Z | Compiling byteorder v1.5.0 |
702 | 2024-12-20T22:46:45.995Z | Compiling scopeguard v1.2.0 |
703 | 2024-12-20T22:46:46.063Z | Compiling slab v0.4.9 |
704 | 2024-12-20T22:46:46.331Z | Compiling futures-sink v0.3.31 |
705 | 2024-12-20T22:46:46.397Z | Compiling log v0.4.22 |
706 | 2024-12-20T22:46:46.500Z | Compiling mio v1.0.2 |
707 | 2024-12-20T22:46:46.586Z | Compiling parking_lot v0.12.3 |
708 | 2024-12-20T22:46:46.633Z | Compiling signal-hook-registry v1.4.2 |
709 | 2024-12-20T22:46:46.858Z | Compiling socket2 v0.5.7 |
710 | 2024-12-20T22:46:46.913Z | Compiling stable_deref_trait v1.2.0 |
711 | 2024-12-20T22:46:46.915Z | Compiling semver v1.0.23 |
712 | 2024-12-20T22:46:47.128Z | Compiling ring v0.17.8 |
713 | 2024-12-20T22:46:47.338Z | Compiling fnv v1.0.7 |
714 | 2024-12-20T22:46:47.413Z | Compiling hashbrown v0.15.1 |
715 | 2024-12-20T22:46:47.460Z | Compiling equivalent v1.0.1 |
716 | 2024-12-20T22:46:47.559Z | Compiling http v1.1.0 |
717 | 2024-12-20T22:46:48.165Z | Compiling futures-channel v0.3.31 |
718 | 2024-12-20T22:46:48.373Z | Compiling futures-io v0.3.31 |
719 | 2024-12-20T22:46:48.496Z | Compiling futures-task v0.3.31 |
720 | 2024-12-20T22:46:48.628Z | Compiling pin-utils v0.1.0 |
721 | 2024-12-20T22:46:48.700Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-20T22:46:48.712Z | Compiling vcpkg v0.2.15 |
723 | 2024-12-20T22:46:48.772Z | Compiling heck v0.5.0 |
724 | 2024-12-20T22:46:48.832Z | Compiling spin v0.9.8 |
725 | 2024-12-20T22:46:49.074Z | Compiling pkg-config v0.3.31 |
726 | 2024-12-20T22:46:49.196Z | Compiling rustls-pki-types v1.10.0 |
727 | 2024-12-20T22:46:50.066Z | Compiling httparse v1.9.5 |
728 | 2024-12-20T22:46:50.339Z | Compiling openssl-sys v0.9.103 |
729 | 2024-12-20T22:46:50.347Z | Compiling writeable v0.5.5 |
730 | 2024-12-20T22:46:50.747Z | Compiling ucd-trie v0.1.7 |
731 | 2024-12-20T22:46:50.925Z | Compiling dyn-clone v1.0.17 |
732 | 2024-12-20T22:46:51.011Z | Compiling litemap v0.7.3 |
733 | 2024-12-20T22:46:51.117Z | Compiling untrusted v0.9.0 |
734 | 2024-12-20T22:46:51.289Z | Compiling tracing-core v0.1.32 |
735 | 2024-12-20T22:46:51.410Z | Compiling atomic-waker v1.1.2 |
736 | 2024-12-20T22:46:51.573Z | Compiling allocator-api2 v0.2.18 |
737 | 2024-12-20T22:46:52.338Z | Compiling tracing v0.1.40 |
738 | 2024-12-20T22:46:52.338Z | Compiling http-body v1.0.1 |
739 | 2024-12-20T22:46:52.633Z | Compiling try-lock v0.2.5 |
740 | 2024-12-20T22:46:52.753Z | Compiling uuid v1.11.0 |
741 | 2024-12-20T22:46:52.778Z | Compiling zeroize v1.8.1 |
742 | 2024-12-20T22:46:53.018Z | Compiling chrono v0.4.38 |
743 | 2024-12-20T22:46:53.099Z | Compiling serde_derive_internals v0.29.1 |
744 | 2024-12-20T22:46:53.121Z | Compiling synstructure v0.13.1 |
745 | 2024-12-20T22:46:53.416Z | Compiling subtle v2.6.1 |
746 | 2024-12-20T22:46:53.646Z | Compiling icu_locid_transform_data v1.5.0 |
747 | 2024-12-20T22:46:53.690Z | Compiling want v0.3.1 |
748 | 2024-12-20T22:46:54.014Z | Compiling foreign-types-shared v0.1.1 |
749 | 2024-12-20T22:46:54.111Z | Compiling httpdate v1.0.3 |
750 | 2024-12-20T22:46:54.559Z | Compiling slog v2.7.0 |
751 | 2024-12-20T22:46:55.043Z | Compiling openssl v0.10.66 |
752 | 2024-12-20T22:46:55.050Z | Compiling icu_properties_data v1.5.0 |
753 | 2024-12-20T22:46:55.289Z | Compiling foreign-types v0.3.2 |
754 | 2024-12-20T22:46:55.366Z | Compiling aho-corasick v1.1.3 |
755 | 2024-12-20T22:46:55.481Z | Compiling native-tls v0.2.12 |
756 | 2024-12-20T22:46:55.796Z | Compiling regex-syntax v0.8.5 |
757 | 2024-12-20T22:46:55.834Z | Compiling utf16_iter v1.0.5 |
758 | 2024-12-20T22:46:56.037Z | Compiling typenum v1.17.0 |
759 | 2024-12-20T22:46:56.721Z | Compiling icu_normalizer_data v1.5.0 |
760 | 2024-12-20T22:46:56.812Z | Compiling rustls v0.23.19 |
761 | 2024-12-20T22:46:57.009Z | Compiling tower-service v0.3.3 |
762 | 2024-12-20T22:46:57.111Z | Compiling percent-encoding v2.3.1 |
763 | 2024-12-20T22:46:57.124Z | Compiling write16 v1.0.0 |
764 | 2024-12-20T22:46:57.237Z | Compiling utf8_iter v1.0.4 |
765 | 2024-12-20T22:46:57.501Z | Compiling bitflags v2.6.0 |
766 | 2024-12-20T22:46:57.574Z | Compiling form_urlencoded v1.2.1 |
767 | 2024-12-20T22:46:57.998Z | Compiling generic-array v0.14.7 |
768 | 2024-12-20T22:46:58.315Z | Compiling openssl-probe v0.1.5 |
769 | 2024-12-20T22:46:58.821Z | Compiling serde_derive v1.0.215 |
770 | 2024-12-20T22:46:58.833Z | Compiling zerocopy-derive v0.7.35 |
771 | 2024-12-20T22:46:58.945Z | Compiling thiserror-impl v1.0.69 |
772 | 2024-12-20T22:46:59.442Z | Compiling schemars_derive v0.8.21 |
773 | 2024-12-20T22:46:59.785Z | Compiling zerofrom-derive v0.1.4 |
774 | 2024-12-20T22:47:00.941Z | Compiling zerocopy v0.7.35 |
775 | 2024-12-20T22:47:02.011Z | Compiling tokio-macros v2.4.0 |
776 | 2024-12-20T22:47:02.457Z | Compiling yoke-derive v0.7.4 |
777 | 2024-12-20T22:47:02.583Z | Compiling zerovec-derive v0.10.3 |
778 | 2024-12-20T22:47:03.327Z | Compiling zerofrom v0.1.4 |
779 | 2024-12-20T22:47:03.404Z | Compiling displaydoc v0.2.5 |
780 | 2024-12-20T22:47:03.543Z | Compiling futures-macro v0.3.31 |
781 | 2024-12-20T22:47:03.580Z | Compiling tokio v1.40.0 |
782 | 2024-12-20T22:47:05.148Z | Compiling pest v2.7.14 |
783 | 2024-12-20T22:47:05.273Z | Compiling yoke v0.7.4 |
784 | 2024-12-20T22:47:05.449Z | Compiling futures-util v0.3.31 |
785 | 2024-12-20T22:47:05.627Z | Compiling icu_provider_macros v1.5.0 |
786 | 2024-12-20T22:47:05.685Z | Compiling zerovec v0.10.4 |
787 | 2024-12-20T22:47:05.853Z | Compiling hashbrown v0.14.5 |
788 | 2024-12-20T22:47:07.194Z | Compiling rustls-webpki v0.102.8 |
789 | 2024-12-20T22:47:08.164Z | Compiling tinystr v0.7.6 |
790 | 2024-12-20T22:47:08.622Z | Compiling icu_locid v1.5.0 |
791 | 2024-12-20T22:47:08.636Z | Compiling pest_meta v2.7.14 |
792 | 2024-12-20T22:47:11.943Z | Compiling icu_provider v1.5.0 |
793 | 2024-12-20T22:47:12.533Z | Compiling tokio-util v0.7.12 |
794 | 2024-12-20T22:47:12.774Z | Compiling icu_locid_transform v1.5.0 |
795 | 2024-12-20T22:47:14.270Z | Compiling indexmap v2.6.0 |
796 | 2024-12-20T22:47:14.779Z | Compiling serde_tokenstream v0.2.2 |
797 | 2024-12-20T22:47:16.256Z | Compiling h2 v0.4.6 |
798 | 2024-12-20T22:47:17.377Z | Compiling pest_generator v2.7.14 |
799 | 2024-12-20T22:47:19.140Z | Compiling icu_collections v1.5.0 |
800 | 2024-12-20T22:47:19.528Z | Compiling regress v0.10.1 |
801 | 2024-12-20T22:47:20.237Z | Compiling icu_properties v1.5.1 |
802 | 2024-12-20T22:47:21.846Z | Compiling hyper v1.5.0 |
803 | 2024-12-20T22:47:24.033Z | Compiling typify-impl v0.2.0 |
804 | 2024-12-20T22:47:24.353Z | Compiling pest_derive v2.7.14 |
805 | 2024-12-20T22:47:25.763Z | Compiling openssl-macros v0.1.1 |
806 | 2024-12-20T22:47:28.268Z | Compiling hyper-util v0.1.10 |
807 | 2024-12-20T22:47:31.572Z | Compiling icu_normalizer v1.5.0 |
808 | 2024-12-20T22:47:32.092Z | Compiling regex-automata v0.4.8 |
809 | 2024-12-20T22:47:33.027Z | Compiling idna_adapter v1.2.0 |
810 | 2024-12-20T22:47:34.735Z | Compiling http-body-util v0.1.2 |
811 | 2024-12-20T22:47:35.310Z | Compiling scroll_derive v0.12.0 |
812 | 2024-12-20T22:47:36.210Z | Compiling typify-macro v0.2.0 |
813 | 2024-12-20T22:47:36.672Z | Compiling regex v1.11.1 |
814 | 2024-12-20T22:47:37.653Z | Compiling usdt-impl v0.5.0 |
815 | 2024-12-20T22:47:38.047Z | Compiling encoding_rs v0.8.34 |
816 | 2024-12-20T22:47:38.267Z | Compiling time-core v0.1.2 |
817 | 2024-12-20T22:47:38.427Z | Compiling powerfmt v0.2.0 |
818 | 2024-12-20T22:47:40.007Z | Compiling num-conv v0.1.0 |
819 | 2024-12-20T22:47:40.262Z | Compiling mime v0.3.17 |
820 | 2024-12-20T22:47:40.269Z | Compiling time-macros v0.2.18 |
821 | 2024-12-20T22:47:41.128Z | Compiling deranged v0.3.11 |
822 | 2024-12-20T22:47:43.334Z | Compiling tokio-rustls v0.26.0 |
823 | 2024-12-20T22:47:43.569Z | Compiling scroll v0.12.0 |
824 | 2024-12-20T22:47:43.828Z | Compiling thread-id v4.2.2 |
825 | 2024-12-20T22:47:43.928Z | Compiling tokio-native-tls v0.3.1 |
826 | 2024-12-20T22:47:44.202Z | Compiling idna v1.0.3 |
827 | 2024-12-20T22:47:48.879Z | Compiling dtrace-parser v0.2.0 |
828 | 2024-12-20T22:47:50.003Z | Compiling dof v0.3.0 |
829 | 2024-12-20T22:47:50.774Z | Compiling serde_urlencoded v0.7.1 |
830 | 2024-12-20T22:47:50.885Z | Compiling rustls-pemfile v2.2.0 |
831 | 2024-12-20T22:47:51.269Z | Compiling webpki-roots v0.26.6 |
832 | 2024-12-20T22:47:51.352Z | Compiling num_threads v0.1.7 |
833 | 2024-12-20T22:47:51.463Z | Compiling base64 v0.22.1 |
834 | 2024-12-20T22:47:51.734Z | Compiling syn v1.0.109 |
835 | 2024-12-20T22:47:52.308Z | Compiling plain v0.2.3 |
836 | 2024-12-20T22:47:52.467Z | Compiling ident_case v1.0.1 |
837 | 2024-12-20T22:47:52.574Z | Compiling strsim v0.11.1 |
838 | 2024-12-20T22:47:52.871Z | Compiling crossbeam-utils v0.8.20 |
839 | 2024-12-20T22:47:53.266Z | Compiling omicron-workspace-hack v0.1.0 |
840 | 2024-12-20T22:47:53.567Z | Compiling darling_core v0.20.10 |
841 | 2024-12-20T22:47:53.909Z | Compiling time v0.3.36 |
842 | 2024-12-20T22:47:56.967Z | Compiling goblin v0.8.2 |
843 | 2024-12-20T22:47:59.599Z | Compiling hyper-rustls v0.27.3 |
844 | 2024-12-20T22:48:01.346Z | Compiling url v2.5.3 |
845 | 2024-12-20T22:48:02.645Z | Compiling hyper-tls v0.6.0 |
846 | 2024-12-20T22:48:03.152Z | Compiling typify v0.2.0 |
847 | 2024-12-20T22:48:03.280Z | Compiling openapiv3 v2.0.0 |
848 | 2024-12-20T22:48:04.924Z | Compiling sync_wrapper v1.0.1 |
849 | 2024-12-20T22:48:05.070Z | Compiling dirs-sys-next v0.1.2 |
850 | 2024-12-20T22:48:06.554Z | Compiling paste v1.0.15 |
851 | 2024-12-20T22:48:07.041Z | Compiling pretty-hex v0.4.1 |
852 | 2024-12-20T22:48:07.229Z | Compiling unsafe-libyaml v0.2.11 |
853 | 2024-12-20T22:48:07.263Z | Compiling ipnet v2.10.1 |
854 | 2024-12-20T22:48:07.583Z | Compiling newtype-uuid v1.1.3 |
855 | 2024-12-20T22:48:07.910Z | Compiling rustls v0.22.4 |
856 | 2024-12-20T22:48:08.236Z | Compiling rustversion v1.0.17 |
857 | 2024-12-20T22:48:08.892Z | Compiling serde_yaml v0.9.34+deprecated |
858 | 2024-12-20T22:48:08.967Z | Compiling reqwest v0.12.9 |
859 | 2024-12-20T22:48:09.975Z | Compiling progenitor-impl v0.8.0 |
860 | 2024-12-20T22:48:12.932Z | Compiling dirs-next v2.0.0 |
861 | 2024-12-20T22:48:13.197Z | Compiling darling_macro v0.20.10 |
862 | 2024-12-20T22:48:16.865Z | Compiling crypto-common v0.1.6 |
863 | 2024-12-20T22:48:17.069Z | Compiling block-buffer v0.10.4 |
864 | 2024-12-20T22:48:17.304Z | Compiling ipnetwork v0.20.0 |
865 | 2024-12-20T22:48:18.677Z | Compiling toml_datetime v0.6.8 |
866 | 2024-12-20T22:48:19.359Z | Compiling serde_spanned v0.6.8 |
867 | 2024-12-20T22:48:19.591Z | Compiling ppv-lite86 v0.2.20 |
868 | 2024-12-20T22:48:19.775Z | Compiling structmeta-derive v0.3.0 |
869 | 2024-12-20T22:48:20.541Z | Compiling rand_core v0.6.4 |
870 | 2024-12-20T22:48:20.938Z | Compiling thread_local v1.1.8 |
871 | 2024-12-20T22:48:21.006Z | Compiling multer v3.1.0 |
872 | 2024-12-20T22:48:21.342Z | Compiling slog-async v2.8.0 |
873 | 2024-12-20T22:48:21.657Z | Compiling camino v1.1.9 |
874 | 2024-12-20T22:48:21.835Z | Compiling match_cfg v0.1.0 |
875 | 2024-12-20T22:48:21.907Z | Compiling either v1.13.0 |
876 | 2024-12-20T22:48:21.918Z | Compiling winnow v0.6.20 |
877 | 2024-12-20T22:48:21.951Z | Compiling anyhow v1.0.93 |
878 | 2024-12-20T22:48:22.285Z | Compiling hostname v0.3.1 |
879 | 2024-12-20T22:48:22.371Z | Compiling itertools v0.10.5 |
880 | 2024-12-20T22:48:22.515Z | Compiling rand_chacha v0.3.1 |
881 | 2024-12-20T22:48:22.525Z | Compiling structmeta v0.3.0 |
882 | 2024-12-20T22:48:22.884Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
883 | 2024-12-20T22:48:22.892Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
884 | 2024-12-20T22:48:24.085Z | Compiling crossbeam-channel v0.5.13 |
885 | 2024-12-20T22:48:24.269Z | Compiling digest v0.10.7 |
886 | 2024-12-20T22:48:24.679Z | Compiling progenitor-macro v0.8.0 |
887 | 2024-12-20T22:48:25.698Z | Compiling darling v0.20.10 |
888 | 2024-12-20T22:48:25.791Z | Compiling term v0.7.0 |
889 | 2024-12-20T22:48:26.325Z | Compiling toml_edit v0.22.22 |
890 | 2024-12-20T22:48:28.970Z | Compiling progenitor-client v0.8.0 |
891 | 2024-12-20T22:48:31.632Z | Compiling usdt-macro v0.5.0 |
892 | 2024-12-20T22:48:33.015Z | Compiling usdt-attr-macro v0.5.0 |
893 | 2024-12-20T22:48:33.884Z | Compiling slog-json v2.6.1 |
894 | 2024-12-20T22:48:34.332Z | Compiling futures-executor v0.3.31 |
895 | 2024-12-20T22:48:34.503Z | Compiling async-stream-impl v0.3.6 |
896 | 2024-12-20T22:48:35.492Z | Compiling memmap v0.7.0 |
897 | 2024-12-20T22:48:35.864Z | Compiling is-terminal v0.4.13 |
898 | 2024-12-20T22:48:35.894Z | Compiling dropshot v0.13.0 |
899 | 2024-12-20T22:48:35.983Z | Compiling take_mut v0.2.2 |
900 | 2024-12-20T22:48:36.142Z | Compiling cpufeatures v0.2.14 |
901 | 2024-12-20T22:48:36.229Z | Compiling sha1 v0.10.6 |
902 | 2024-12-20T22:48:36.945Z | Compiling slog-term v2.9.1 |
903 | 2024-12-20T22:48:37.781Z | Compiling progenitor v0.8.0 |
904 | 2024-12-20T22:48:38.001Z | Compiling async-stream v0.3.6 |
905 | 2024-12-20T22:48:38.280Z | Compiling usdt v0.5.0 |
906 | 2024-12-20T22:48:39.687Z | Compiling tokio-rustls v0.25.0 |
907 | 2024-12-20T22:48:39.822Z | Compiling futures v0.3.31 |
908 | 2024-12-20T22:48:39.922Z | Compiling slog-bunyan v2.5.0 |
909 | 2024-12-20T22:48:39.973Z | Compiling strum_macros v0.26.4 |
910 | 2024-12-20T22:48:40.125Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
911 | 2024-12-20T22:48:40.176Z | Compiling toml v0.8.19 |
912 | 2024-12-20T22:48:41.851Z | Compiling serde_with_macros v3.11.0 |
913 | 2024-12-20T22:48:44.581Z | Compiling parse-display-derive v0.10.0 |
914 | 2024-12-20T22:48:46.071Z | Compiling rand v0.8.5 |
915 | 2024-12-20T22:48:48.715Z | Compiling dropshot_endpoint v0.13.0 |
916 | 2024-12-20T22:48:49.349Z | Compiling serde_path_to_error v0.1.16 |
917 | 2024-12-20T22:48:49.469Z | Compiling hex v0.4.3 |
918 | 2024-12-20T22:48:50.179Z | Compiling async-trait v0.1.83 |
919 | 2024-12-20T22:48:50.333Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
920 | 2024-12-20T22:48:50.495Z | Compiling waitgroup v0.1.2 |
921 | 2024-12-20T22:48:50.744Z | Compiling hostname v0.4.0 |
922 | 2024-12-20T22:48:50.981Z | Compiling instant v0.1.13 |
923 | 2024-12-20T22:48:51.132Z | Compiling debug-ignore v1.0.5 |
924 | 2024-12-20T22:48:51.147Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
925 | 2024-12-20T22:48:51.263Z | Compiling backoff v0.4.0 |
926 | 2024-12-20T22:48:51.340Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
927 | 2024-12-20T22:48:51.598Z | Compiling parse-display v0.10.0 |
928 | 2024-12-20T22:48:51.601Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
929 | 2024-12-20T22:48:52.614Z | Compiling strum v0.26.3 |
930 | 2024-12-20T22:48:52.783Z | Compiling serde_with v3.11.0 |
931 | 2024-12-20T22:48:52.861Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
932 | 2024-12-20T22:48:53.519Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
933 | 2024-12-20T22:48:53.757Z | Compiling regress v0.9.1 |
934 | 2024-12-20T22:48:54.342Z | Compiling macaddr v1.0.1 |
935 | 2024-12-20T22:49:00.670Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
936 | 2024-12-20T22:49:11.677Z | Compiling test-project v0.1.0 (/tmp/test-project) |
937 | 2024-12-20T22:49:21.704Z | Finished `release` profile [optimized] target(s) in 2m 38s |
938 | 2024-12-20T22:49:21.770Z | process exited: duration 244711 ms, exit code 0 |
|
939 | 2024-12-20T22:49:21.776Z | found 0 output files |