|
|
|
1 | 2025-01-08T14:34:03.286Z | job assigned to worker 01JH35APM62QSQEMD0KPHFW05A [factory aws, i-031af1c35d8783267] (queued for 1 m 1 s) |
|
2 | 2025-01-08T14:34:11.098Z | starting task 0: "setup" |
3 | 2025-01-08T14:34:11.106Z | ++ uname -s |
4 | 2025-01-08T14:34:11.109Z | + kern=SunOS |
5 | 2025-01-08T14:34:11.109Z | + case "$kern" in |
6 | 2025-01-08T14:34:11.109Z | + groupadd -g 12345 build |
7 | 2025-01-08T14:34:11.111Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-08T14:34:13.118Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-08T14:34:13.237Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-08T14:34:13.239Z | + home_fs=zfs |
11 | 2025-01-08T14:34:13.239Z | + [[ zfs == autofs ]] |
12 | 2025-01-08T14:34:13.239Z | + mkdir -p /home/build |
13 | 2025-01-08T14:34:13.241Z | + chown build:build /home/build /work |
14 | 2025-01-08T14:34:15.243Z | + chmod 0700 /home/build /work |
15 | 2025-01-08T14:34:15.246Z | process exited: duration 4149 ms, exit code 0 |
|
16 | 2025-01-08T14:34:15.251Z | starting task 1: "rust-toolchain" |
17 | 2025-01-08T14:34:15.257Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-08T14:34:15.257Z | ' 1.81.0 |
19 | 2025-01-08T14:34:15.257Z | * toolchain channel = "1.81.0" |
20 | 2025-01-08T14:34:15.257Z | + printf ' * toolchain profile = "%s" |
21 | 2025-01-08T14:34:15.257Z | ' default |
22 | 2025-01-08T14:34:15.257Z | * toolchain profile = "default" |
23 | 2025-01-08T14:34:15.259Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-08T14:34:15.259Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-08T14:34:15.378Z | info: downloading installer |
26 | 2025-01-08T14:34:16.747Z | info: profile set to 'default' |
27 | 2025-01-08T14:34:16.747Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-08T14:34:16.750Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-08T14:34:16.887Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-08T14:34:16.887Z | info: downloading component 'cargo' |
31 | 2025-01-08T14:34:17.616Z | info: downloading component 'clippy' |
32 | 2025-01-08T14:34:17.888Z | info: downloading component 'rust-docs' |
33 | 2025-01-08T14:34:18.902Z | info: downloading component 'rust-std' |
34 | 2025-01-08T14:34:20.485Z | info: downloading component 'rustc' |
35 | 2025-01-08T14:34:26.146Z | info: downloading component 'rustfmt' |
36 | 2025-01-08T14:34:26.358Z | info: installing component 'cargo' |
37 | 2025-01-08T14:34:27.162Z | info: installing component 'clippy' |
38 | 2025-01-08T14:34:27.521Z | info: installing component 'rust-docs' |
39 | 2025-01-08T14:34:29.104Z | info: installing component 'rust-std' |
40 | 2025-01-08T14:34:30.794Z | info: installing component 'rustc' |
41 | 2025-01-08T14:34:36.529Z | info: installing component 'rustfmt' |
42 | 2025-01-08T14:34:36.854Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-08T14:34:36.854Z | |
44 | 2025-01-08T14:34:37.207Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-08T14:34:37.207Z | |
46 | 2025-01-08T14:34:37.207Z | |
47 | 2025-01-08T14:34:37.207Z | Rust is installed now. Great! |
48 | 2025-01-08T14:34:37.207Z | |
49 | 2025-01-08T14:34:37.207Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-08T14:34:37.207Z | environment variable. This has not been done automatically. |
51 | 2025-01-08T14:34:37.207Z | |
52 | 2025-01-08T14:34:37.207Z | To configure your current shell, you need to source |
53 | 2025-01-08T14:34:37.207Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-08T14:34:37.207Z | |
55 | 2025-01-08T14:34:37.207Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-08T14:34:37.207Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-08T14:34:37.210Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-08T14:34:37.282Z | + rustc --version |
59 | 2025-01-08T14:34:37.349Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-08T14:34:37.352Z | process exited: duration 22099 ms, exit code 0 |
|
61 | 2025-01-08T14:34:37.357Z | starting task 2: "authentication" |
62 | 2025-01-08T14:34:37.377Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-08T14:34:37.382Z | starting task 3: "clone repository" |
64 | 2025-01-08T14:34:37.387Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-08T14:34:37.390Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-08T14:34:37.431Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-08T14:34:44.117Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-08T14:34:44.117Z | + git fetch origin 170ba7b287772751ab120fc5b4c54ea3de10527d |
69 | 2025-01-08T14:34:44.488Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-08T14:34:44.488Z | * branch 170ba7b287772751ab120fc5b4c54ea3de10527d -> FETCH_HEAD |
71 | 2025-01-08T14:34:44.500Z | + [[ -n spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
72 | 2025-01-08T14:34:44.504Z | ++ git branch --show-current |
73 | 2025-01-08T14:34:44.507Z | + current=main |
74 | 2025-01-08T14:34:44.507Z | + [[ main != spr/papertigers/sled-diagnostics-add-pfiles-output ]] |
75 | 2025-01-08T14:34:44.507Z | + git branch -f spr/papertigers/sled-diagnostics-add-pfiles-output 170ba7b287772751ab120fc5b4c54ea3de10527d |
76 | 2025-01-08T14:34:44.510Z | + git checkout -f spr/papertigers/sled-diagnostics-add-pfiles-output |
77 | 2025-01-08T14:34:44.688Z | Switched to branch 'spr/papertigers/sled-diagnostics-add-pfiles-output' |
78 | 2025-01-08T14:34:44.691Z | + git reset --hard 170ba7b287772751ab120fc5b4c54ea3de10527d |
79 | 2025-01-08T14:34:44.864Z | HEAD is now at 170ba7b28 rebase |
80 | 2025-01-08T14:34:44.867Z | process exited: duration 7482 ms, exit code 0 |
|
81 | 2025-01-08T14:34:44.873Z | starting task 4: "build" |
82 | 2025-01-08T14:34:44.878Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-08T14:34:44.878Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-08T14:34:44.878Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-08T14:34:44.878Z | + cargo --version |
86 | 2025-01-08T14:34:44.937Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-08T14:34:44.939Z | + rustc --version |
88 | 2025-01-08T14:34:45.000Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-08T14:34:45.003Z | + cd /tmp |
90 | 2025-01-08T14:34:45.003Z | + cargo new --lib test-project |
91 | 2025-01-08T14:34:45.063Z | Creating library `test-project` package |
92 | 2025-01-08T14:34:45.142Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-08T14:34:45.144Z | + cd test-project |
94 | 2025-01-08T14:34:45.144Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-08T14:34:45.204Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-08T14:34:45.204Z | Features: |
97 | 2025-01-08T14:34:45.204Z | - proptest |
98 | 2025-01-08T14:34:45.204Z | - test-strategy |
99 | 2025-01-08T14:34:45.204Z | - testing |
100 | 2025-01-08T14:34:45.207Z | Updating crates.io index |
101 | 2025-01-08T14:34:45.295Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-08T14:34:45.811Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-08T14:34:46.437Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-08T14:34:46.939Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-08T14:34:47.333Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-08T14:34:48.597Z | Locking 334 packages to latest compatible versions |
107 | 2025-01-08T14:34:48.600Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
108 | 2025-01-08T14:34:48.600Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
109 | 2025-01-08T14:34:48.600Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
110 | 2025-01-08T14:34:48.600Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
111 | 2025-01-08T14:34:48.600Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
112 | 2025-01-08T14:34:48.602Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
113 | 2025-01-08T14:34:48.602Z | Adding goblin v0.8.2 (latest: v0.9.3) |
114 | 2025-01-08T14:34:48.602Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
115 | 2025-01-08T14:34:48.602Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
116 | 2025-01-08T14:34:48.602Z | Adding hostname v0.3.1 (latest: v0.4.0) |
117 | 2025-01-08T14:34:48.605Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
118 | 2025-01-08T14:34:48.605Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
119 | 2025-01-08T14:34:48.605Z | Adding itertools v0.10.5 (latest: v0.14.0) |
120 | 2025-01-08T14:34:48.605Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
121 | 2025-01-08T14:34:48.607Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
122 | 2025-01-08T14:34:48.607Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
123 | 2025-01-08T14:34:48.607Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
124 | 2025-01-08T14:34:48.607Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
125 | 2025-01-08T14:34:48.607Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
126 | 2025-01-08T14:34:48.610Z | Adding regress v0.9.1 (latest: v0.10.1) |
127 | 2025-01-08T14:34:48.615Z | Adding rustls v0.22.4 (latest: v0.23.20) |
128 | 2025-01-08T14:34:48.618Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
129 | 2025-01-08T14:34:48.620Z | Adding syn v1.0.109 (latest: v2.0.95) |
130 | 2025-01-08T14:34:48.620Z | Adding term v0.7.0 (latest: v1.0.1) |
131 | 2025-01-08T14:34:48.620Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
132 | 2025-01-08T14:34:48.620Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
133 | 2025-01-08T14:34:48.620Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
134 | 2025-01-08T14:34:48.623Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
135 | 2025-01-08T14:34:48.623Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
136 | 2025-01-08T14:34:48.625Z | Adding typify v0.2.0 (latest: v0.3.0) |
137 | 2025-01-08T14:34:48.625Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
138 | 2025-01-08T14:34:48.625Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
139 | 2025-01-08T14:34:48.625Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
140 | 2025-01-08T14:34:48.625Z | Adding windows v0.52.0 (latest: v0.59.0) |
141 | 2025-01-08T14:34:48.625Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
142 | 2025-01-08T14:34:48.625Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
143 | 2025-01-08T14:34:48.628Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
144 | 2025-01-08T14:34:48.628Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
145 | 2025-01-08T14:34:48.628Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
146 | 2025-01-08T14:34:48.628Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
147 | 2025-01-08T14:34:48.628Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-08T14:34:48.628Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-08T14:34:48.628Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
150 | 2025-01-08T14:34:48.628Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
151 | 2025-01-08T14:34:48.628Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
152 | 2025-01-08T14:34:48.628Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
153 | 2025-01-08T14:34:48.628Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
154 | 2025-01-08T14:34:48.628Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
155 | 2025-01-08T14:34:48.628Z | Adding writeable v0.5.5 (latest: v0.6.0) |
156 | 2025-01-08T14:34:48.628Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
157 | 2025-01-08T14:34:48.628Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
158 | 2025-01-08T14:34:48.628Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
159 | 2025-01-08T14:34:48.628Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
160 | 2025-01-08T14:34:48.705Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
161 | 2025-01-08T14:34:48.708Z | + cargo check |
162 | 2025-01-08T14:34:48.883Z | Updating crates.io index |
163 | 2025-01-08T14:34:49.634Z | Locking 2 packages to latest compatible versions |
164 | 2025-01-08T14:34:52.471Z | Adding omicron-workspace-hack v0.1.0 |
165 | 2025-01-08T14:34:54.183Z | Adding test-project v0.1.0 (/tmp/test-project) |
166 | 2025-01-08T14:34:54.931Z | Downloading crates ... |
167 | 2025-01-08T14:34:54.994Z | Downloaded async-stream-impl v0.3.6 |
168 | 2025-01-08T14:34:55.011Z | Downloaded anyhow v1.0.93 |
169 | 2025-01-08T14:34:55.016Z | Downloaded ahash v0.8.11 |
170 | 2025-01-08T14:34:55.019Z | Downloaded foreign-types-shared v0.1.1 |
171 | 2025-01-08T14:34:55.023Z | Downloaded match_cfg v0.1.0 |
172 | 2025-01-08T14:34:55.030Z | Downloaded foreign-types v0.3.2 |
173 | 2025-01-08T14:34:55.030Z | Downloaded zerofrom v0.1.4 |
174 | 2025-01-08T14:34:55.033Z | Downloaded equivalent v1.0.1 |
175 | 2025-01-08T14:34:55.033Z | Downloaded usdt-attr-macro v0.5.0 |
176 | 2025-01-08T14:34:55.035Z | Downloaded tinystr v0.7.6 |
177 | 2025-01-08T14:34:55.039Z | Downloaded openssl-probe v0.1.5 |
178 | 2025-01-08T14:34:55.041Z | Downloaded http-body v1.0.1 |
179 | 2025-01-08T14:34:55.041Z | Downloaded yoke-derive v0.7.4 |
180 | 2025-01-08T14:34:55.043Z | Downloaded tinyvec_macros v0.1.1 |
181 | 2025-01-08T14:34:55.043Z | Downloaded darling_macro v0.20.10 |
182 | 2025-01-08T14:34:55.043Z | Downloaded time-macros v0.2.18 |
183 | 2025-01-08T14:34:55.046Z | Downloaded instant v0.1.13 |
184 | 2025-01-08T14:34:55.048Z | Downloaded ident_case v1.0.1 |
185 | 2025-01-08T14:34:55.048Z | Downloaded thread_local v1.1.8 |
186 | 2025-01-08T14:34:55.050Z | Downloaded pretty-hex v0.4.1 |
187 | 2025-01-08T14:34:55.053Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2025-01-08T14:34:55.053Z | Downloaded num-conv v0.1.0 |
189 | 2025-01-08T14:34:55.053Z | Downloaded async-stream v0.3.6 |
190 | 2025-01-08T14:34:55.055Z | Downloaded want v0.3.1 |
191 | 2025-01-08T14:34:55.058Z | Downloaded dtrace-parser v0.2.0 |
192 | 2025-01-08T14:34:55.058Z | Downloaded waitgroup v0.1.2 |
193 | 2025-01-08T14:34:55.058Z | Downloaded allocator-api2 v0.2.18 |
194 | 2025-01-08T14:34:55.061Z | Downloaded progenitor-client v0.8.0 |
195 | 2025-01-08T14:34:55.063Z | Downloaded try-lock v0.2.5 |
196 | 2025-01-08T14:34:55.066Z | Downloaded dirs-next v2.0.0 |
197 | 2025-01-08T14:34:55.066Z | Downloaded memmap v0.7.0 |
198 | 2025-01-08T14:34:55.068Z | Downloaded num_threads v0.1.7 |
199 | 2025-01-08T14:34:55.068Z | Downloaded deranged v0.3.11 |
200 | 2025-01-08T14:34:55.072Z | Downloaded atomic-waker v1.1.2 |
201 | 2025-01-08T14:34:55.072Z | Downloaded crypto-common v0.1.6 |
202 | 2025-01-08T14:34:55.072Z | Downloaded progenitor v0.8.0 |
203 | 2025-01-08T14:34:55.074Z | Downloaded tokio-native-tls v0.3.1 |
204 | 2025-01-08T14:34:55.077Z | Downloaded idna_adapter v1.2.0 |
205 | 2025-01-08T14:34:55.077Z | Downloaded futures-task v0.3.31 |
206 | 2025-01-08T14:34:55.079Z | Downloaded autocfg v1.4.0 |
207 | 2025-01-08T14:34:55.082Z | Downloaded write16 v1.0.0 |
208 | 2025-01-08T14:34:55.082Z | Downloaded tower-service v0.3.3 |
209 | 2025-01-08T14:34:55.082Z | Downloaded usdt-macro v0.5.0 |
210 | 2025-01-08T14:34:55.084Z | Downloaded time-core v0.1.2 |
211 | 2025-01-08T14:34:55.084Z | Downloaded http-body-util v0.1.2 |
212 | 2025-01-08T14:34:55.087Z | Downloaded hyper-tls v0.6.0 |
213 | 2025-01-08T14:34:55.087Z | Downloaded plain v0.2.3 |
214 | 2025-01-08T14:34:55.089Z | Downloaded itoa v1.0.11 |
215 | 2025-01-08T14:34:55.092Z | Downloaded mime v0.3.17 |
216 | 2025-01-08T14:34:55.092Z | Downloaded zerofrom-derive v0.1.4 |
217 | 2025-01-08T14:34:55.094Z | Downloaded utf8_iter v1.0.4 |
218 | 2025-01-08T14:34:55.094Z | Downloaded heck v0.5.0 |
219 | 2025-01-08T14:34:55.096Z | Downloaded debug-ignore v1.0.5 |
220 | 2025-01-08T14:34:55.096Z | Downloaded futures-macro v0.3.31 |
221 | 2025-01-08T14:34:55.099Z | Downloaded typify-macro v0.2.0 |
222 | 2025-01-08T14:34:55.099Z | Downloaded tokio-macros v2.4.0 |
223 | 2025-01-08T14:34:55.101Z | Downloaded form_urlencoded v1.2.1 |
224 | 2025-01-08T14:34:55.101Z | Downloaded utf16_iter v1.0.5 |
225 | 2025-01-08T14:34:55.104Z | Downloaded quinn-udp v0.5.5 |
226 | 2025-01-08T14:34:55.104Z | Downloaded progenitor-macro v0.8.0 |
227 | 2025-01-08T14:34:55.106Z | Downloaded usdt-impl v0.5.0 |
228 | 2025-01-08T14:34:55.106Z | Downloaded async-trait v0.1.83 |
229 | 2025-01-08T14:34:55.109Z | Downloaded paste v1.0.15 |
230 | 2025-01-08T14:34:55.112Z | Downloaded rand_core v0.6.4 |
231 | 2025-01-08T14:34:55.114Z | Downloaded is-terminal v0.4.13 |
232 | 2025-01-08T14:34:55.117Z | Downloaded futures-io v0.3.31 |
233 | 2025-01-08T14:34:55.117Z | Downloaded hex v0.4.3 |
234 | 2025-01-08T14:34:55.120Z | Downloaded native-tls v0.2.12 |
235 | 2025-01-08T14:34:55.120Z | Downloaded pest_generator v2.7.14 |
236 | 2025-01-08T14:34:55.122Z | Downloaded pkg-config v0.3.31 |
237 | 2025-01-08T14:34:55.122Z | Downloaded icu_provider_macros v1.5.0 |
238 | 2025-01-08T14:34:55.125Z | Downloaded futures-core v0.3.31 |
239 | 2025-01-08T14:34:55.125Z | Downloaded structmeta-derive v0.3.0 |
240 | 2025-01-08T14:34:55.127Z | Downloaded parse-display v0.10.0 |
241 | 2025-01-08T14:34:55.127Z | Downloaded strum v0.26.3 |
242 | 2025-01-08T14:34:55.129Z | Downloaded newtype-uuid v1.1.3 |
243 | 2025-01-08T14:34:55.129Z | Downloaded toml_datetime v0.6.8 |
244 | 2025-01-08T14:34:55.131Z | Downloaded zeroize v1.8.1 |
245 | 2025-01-08T14:34:55.131Z | Downloaded zerovec-derive v0.10.3 |
246 | 2025-01-08T14:34:55.134Z | Downloaded futures-sink v0.3.31 |
247 | 2025-01-08T14:34:55.134Z | Downloaded parse-display-derive v0.10.0 |
248 | 2025-01-08T14:34:55.136Z | Downloaded rand_chacha v0.3.1 |
249 | 2025-01-08T14:34:55.136Z | Downloaded usdt v0.5.0 |
250 | 2025-01-08T14:34:55.138Z | Downloaded untrusted v0.9.0 |
251 | 2025-01-08T14:34:55.138Z | Downloaded iana-time-zone v0.1.61 |
252 | 2025-01-08T14:34:55.141Z | Downloaded displaydoc v0.2.5 |
253 | 2025-01-08T14:34:55.143Z | Downloaded futures-executor v0.3.31 |
254 | 2025-01-08T14:34:55.146Z | Downloaded macaddr v1.0.1 |
255 | 2025-01-08T14:34:55.148Z | Downloaded backoff v0.4.0 |
256 | 2025-01-08T14:34:55.148Z | Downloaded futures-channel v0.3.31 |
257 | 2025-01-08T14:34:55.150Z | Downloaded serde_urlencoded v0.7.1 |
258 | 2025-01-08T14:34:55.152Z | Downloaded percent-encoding v2.3.1 |
259 | 2025-01-08T14:34:55.152Z | Downloaded multer v3.1.0 |
260 | 2025-01-08T14:34:55.155Z | Downloaded pest_derive v2.7.14 |
261 | 2025-01-08T14:34:55.158Z | Downloaded powerfmt v0.2.0 |
262 | 2025-01-08T14:34:55.160Z | Downloaded tokio-rustls v0.25.0 |
263 | 2025-01-08T14:34:55.162Z | Downloaded parking_lot_core v0.9.10 |
264 | 2025-01-08T14:34:55.162Z | Downloaded typify v0.2.0 |
265 | 2025-01-08T14:34:55.165Z | Downloaded sync_wrapper v1.0.1 |
266 | 2025-01-08T14:34:55.167Z | Downloaded pin-project-lite v0.2.14 |
267 | 2025-01-08T14:34:55.170Z | Downloaded pest_meta v2.7.14 |
268 | 2025-01-08T14:34:55.173Z | Downloaded shlex v1.3.0 |
269 | 2025-01-08T14:34:55.175Z | Downloaded either v1.13.0 |
270 | 2025-01-08T14:34:55.175Z | Downloaded slog-json v2.6.1 |
271 | 2025-01-08T14:34:55.178Z | Downloaded lock_api v0.4.12 |
272 | 2025-01-08T14:34:55.180Z | Downloaded dof v0.3.0 |
273 | 2025-01-08T14:34:55.180Z | Downloaded typenum v1.17.0 |
274 | 2025-01-08T14:34:55.182Z | Downloaded scroll_derive v0.12.0 |
275 | 2025-01-08T14:34:55.185Z | Downloaded cfg-if v1.0.0 |
276 | 2025-01-08T14:34:55.185Z | Downloaded byteorder v1.5.0 |
277 | 2025-01-08T14:34:55.187Z | Downloaded zerocopy-derive v0.7.35 |
278 | 2025-01-08T14:34:55.189Z | Downloaded rustc-hash v2.0.0 |
279 | 2025-01-08T14:34:55.192Z | Downloaded rustversion v1.0.17 |
280 | 2025-01-08T14:34:55.194Z | Downloaded slog-term v2.9.1 |
281 | 2025-01-08T14:34:55.196Z | Downloaded thiserror-impl v1.0.69 |
282 | 2025-01-08T14:34:55.196Z | Downloaded slab v0.4.9 |
283 | 2025-01-08T14:34:55.199Z | Downloaded proc-macro2 v1.0.89 |
284 | 2025-01-08T14:34:55.201Z | Downloaded schemars_derive v0.8.21 |
285 | 2025-01-08T14:34:55.201Z | Downloaded num-traits v0.2.19 |
286 | 2025-01-08T14:34:55.203Z | Downloaded tinyvec v1.8.0 |
287 | 2025-01-08T14:34:55.206Z | Downloaded ucd-trie v0.1.7 |
288 | 2025-01-08T14:34:55.209Z | Downloaded progenitor-impl v0.8.0 |
289 | 2025-01-08T14:34:55.211Z | Downloaded hyper-rustls v0.27.3 |
290 | 2025-01-08T14:34:55.213Z | Downloaded tracing-core v0.1.32 |
291 | 2025-01-08T14:34:55.215Z | Downloaded icu_locid v1.5.0 |
292 | 2025-01-08T14:34:55.219Z | Downloaded thread-id v4.2.2 |
293 | 2025-01-08T14:34:55.221Z | Downloaded strum_macros v0.26.4 |
294 | 2025-01-08T14:34:55.223Z | Downloaded once_cell v1.20.2 |
295 | 2025-01-08T14:34:55.225Z | Downloaded serde_tokenstream v0.2.2 |
296 | 2025-01-08T14:34:55.228Z | Downloaded version_check v0.9.5 |
297 | 2025-01-08T14:34:55.228Z | Downloaded indexmap v1.9.3 |
298 | 2025-01-08T14:34:55.230Z | Downloaded serde_derive_internals v0.29.1 |
299 | 2025-01-08T14:34:55.233Z | Downloaded thiserror v1.0.69 |
300 | 2025-01-08T14:34:55.236Z | Downloaded strsim v0.11.1 |
301 | 2025-01-08T14:34:55.238Z | Downloaded log v0.4.22 |
302 | 2025-01-08T14:34:55.241Z | Downloaded stable_deref_trait v1.2.0 |
303 | 2025-01-08T14:34:55.241Z | Downloaded smallvec v1.13.2 |
304 | 2025-01-08T14:34:55.244Z | Downloaded openssl-sys v0.9.103 |
305 | 2025-01-08T14:34:55.247Z | Downloaded subtle v2.6.1 |
306 | 2025-01-08T14:34:55.249Z | Downloaded structmeta v0.3.0 |
307 | 2025-01-08T14:34:55.249Z | Downloaded ryu v1.0.18 |
308 | 2025-01-08T14:34:55.251Z | Downloaded scopeguard v1.2.0 |
309 | 2025-01-08T14:34:55.254Z | Downloaded schemars v0.8.21 |
310 | 2025-01-08T14:34:55.263Z | Downloaded rustls-pki-types v1.10.0 |
311 | 2025-01-08T14:34:55.266Z | Downloaded toml v0.8.19 |
312 | 2025-01-08T14:34:55.269Z | Downloaded serde_path_to_error v0.1.16 |
313 | 2025-01-08T14:34:55.272Z | Downloaded time v0.3.36 |
314 | 2025-01-08T14:34:55.278Z | Downloaded quinn v0.11.5 |
315 | 2025-01-08T14:34:55.281Z | Downloaded synstructure v0.13.1 |
316 | 2025-01-08T14:34:55.285Z | Downloaded ipnetwork v0.20.0 |
317 | 2025-01-08T14:34:55.289Z | Downloaded sha2 v0.10.8 |
318 | 2025-01-08T14:34:55.289Z | Downloaded spin v0.9.8 |
319 | 2025-01-08T14:34:55.291Z | Downloaded hyper-util v0.1.10 |
320 | 2025-01-08T14:34:55.293Z | Downloaded scroll v0.12.0 |
321 | 2025-01-08T14:34:55.293Z | Downloaded toml_edit v0.22.22 |
322 | 2025-01-08T14:34:55.313Z | Downloaded term v0.7.0 |
323 | 2025-01-08T14:34:55.316Z | Downloaded cc v1.1.30 |
324 | 2025-01-08T14:34:55.319Z | Downloaded bytes v1.8.0 |
325 | 2025-01-08T14:34:55.323Z | Downloaded indexmap v2.6.0 |
326 | 2025-01-08T14:34:55.326Z | Downloaded icu_collections v1.5.0 |
327 | 2025-01-08T14:34:55.332Z | Downloaded pest v2.7.14 |
328 | 2025-01-08T14:34:55.336Z | Downloaded zerovec v0.10.4 |
329 | 2025-01-08T14:34:55.342Z | Downloaded tokio-util v0.7.12 |
330 | 2025-01-08T14:34:55.348Z | Downloaded zerocopy v0.7.35 |
331 | 2025-01-08T14:34:55.362Z | Downloaded winnow v0.6.20 |
332 | 2025-01-08T14:34:55.371Z | Downloaded serde_derive v1.0.215 |
333 | 2025-01-08T14:34:55.374Z | Downloaded serde_yaml v0.9.34+deprecated |
334 | 2025-01-08T14:34:55.377Z | Downloaded socket2 v0.5.7 |
335 | 2025-01-08T14:34:55.379Z | Downloaded serde v1.0.215 |
336 | 2025-01-08T14:34:55.381Z | Downloaded hashbrown v0.12.3 |
337 | 2025-01-08T14:34:55.384Z | Downloaded http v1.1.0 |
338 | 2025-01-08T14:34:55.388Z | Downloaded quinn-proto v0.11.8 |
339 | 2025-01-08T14:34:55.394Z | Downloaded base64 v0.22.1 |
340 | 2025-01-08T14:34:55.397Z | Downloaded crossbeam-channel v0.5.13 |
341 | 2025-01-08T14:34:55.402Z | Downloaded memchr v2.7.4 |
342 | 2025-01-08T14:34:55.406Z | Downloaded vcpkg v0.2.15 |
343 | 2025-01-08T14:34:55.440Z | Downloaded itertools v0.10.5 |
344 | 2025-01-08T14:34:55.446Z | Downloaded syn v1.0.109 |
345 | 2025-01-08T14:34:55.456Z | Downloaded hashbrown v0.15.1 |
346 | 2025-01-08T14:34:55.460Z | Downloaded openssl v0.10.66 |
347 | 2025-01-08T14:34:55.469Z | Downloaded hashbrown v0.14.5 |
348 | 2025-01-08T14:34:55.474Z | Downloaded webpki-roots v0.26.6 |
349 | 2025-01-08T14:34:55.477Z | Downloaded aho-corasick v1.1.3 |
350 | 2025-01-08T14:34:55.482Z | Downloaded icu_properties v1.5.1 |
351 | 2025-01-08T14:34:55.486Z | Downloaded futures v0.3.31 |
352 | 2025-01-08T14:34:55.489Z | Downloaded futures-util v0.3.31 |
353 | 2025-01-08T14:34:55.500Z | Downloaded rustls v0.22.4 |
354 | 2025-01-08T14:34:55.512Z | Downloaded serde_with v3.11.0 |
355 | 2025-01-08T14:34:55.519Z | Downloaded hyper v1.5.0 |
356 | 2025-01-08T14:34:55.525Z | Downloaded goblin v0.8.2 |
357 | 2025-01-08T14:34:55.530Z | Downloaded openapiv3 v2.0.0 |
358 | 2025-01-08T14:34:55.541Z | Downloaded serde_json v1.0.133 |
359 | 2025-01-08T14:34:55.547Z | Downloaded reqwest v0.12.9 |
360 | 2025-01-08T14:34:55.554Z | Downloaded h2 v0.4.6 |
361 | 2025-01-08T14:34:55.560Z | Downloaded rustls-webpki v0.102.8 |
362 | 2025-01-08T14:34:55.577Z | Downloaded chrono v0.4.38 |
363 | 2025-01-08T14:34:55.583Z | Downloaded icu_properties_data v1.5.0 |
364 | 2025-01-08T14:34:55.593Z | Downloaded typify-impl v0.2.0 |
365 | 2025-01-08T14:34:55.606Z | Downloaded idna v1.0.3 |
366 | 2025-01-08T14:34:55.609Z | Downloaded regex v1.11.1 |
367 | 2025-01-08T14:34:55.621Z | Downloaded syn v2.0.87 |
368 | 2025-01-08T14:34:55.631Z | Downloaded rand v0.8.5 |
369 | 2025-01-08T14:34:55.634Z | Downloaded mio v1.0.2 |
370 | 2025-01-08T14:34:55.639Z | Downloaded bitflags v2.6.0 |
371 | 2025-01-08T14:34:55.642Z | Downloaded regress v0.10.1 |
372 | 2025-01-08T14:34:55.649Z | Downloaded regress v0.9.1 |
373 | 2025-01-08T14:34:55.657Z | Downloaded rustls v0.23.19 |
374 | 2025-01-08T14:34:55.667Z | Downloaded dropshot v0.13.0 |
375 | 2025-01-08T14:34:55.686Z | Downloaded regex-syntax v0.8.5 |
376 | 2025-01-08T14:34:55.694Z | Downloaded slog v2.7.0 |
377 | 2025-01-08T14:34:55.696Z | Downloaded url v2.5.3 |
378 | 2025-01-08T14:34:55.699Z | Downloaded unsafe-libyaml v0.2.11 |
379 | 2025-01-08T14:34:55.701Z | Downloaded getrandom v0.2.15 |
380 | 2025-01-08T14:34:55.704Z | Downloaded tokio v1.40.0 |
381 | 2025-01-08T14:34:55.738Z | Downloaded rustls-pemfile v2.2.0 |
382 | 2025-01-08T14:34:55.740Z | Downloaded serde_with_macros v3.11.0 |
383 | 2025-01-08T14:34:55.743Z | Downloaded sha1 v0.10.6 |
384 | 2025-01-08T14:34:55.743Z | Downloaded semver v1.0.23 |
385 | 2025-01-08T14:34:55.746Z | Downloaded tracing v0.1.40 |
386 | 2025-01-08T14:34:55.748Z | Downloaded darling_core v0.20.10 |
387 | 2025-01-08T14:34:55.752Z | Downloaded camino v1.1.9 |
388 | 2025-01-08T14:34:55.754Z | Downloaded slog-async v2.8.0 |
389 | 2025-01-08T14:34:55.756Z | Downloaded httparse v1.9.5 |
390 | 2025-01-08T14:34:55.759Z | Downloaded icu_provider v1.5.0 |
391 | 2025-01-08T14:34:55.761Z | Downloaded icu_normalizer v1.5.0 |
392 | 2025-01-08T14:34:55.764Z | Downloaded dropshot_endpoint v0.13.0 |
393 | 2025-01-08T14:34:55.766Z | Downloaded parking_lot v0.12.3 |
394 | 2025-01-08T14:34:55.768Z | Downloaded unicode-ident v1.0.13 |
395 | 2025-01-08T14:34:55.770Z | Downloaded icu_normalizer_data v1.5.0 |
396 | 2025-01-08T14:34:55.773Z | Downloaded regex-automata v0.4.8 |
397 | 2025-01-08T14:34:55.786Z | Downloaded icu_locid_transform_data v1.5.0 |
398 | 2025-01-08T14:34:55.789Z | Downloaded crossbeam-utils v0.8.20 |
399 | 2025-01-08T14:34:55.791Z | Downloaded uuid v1.11.0 |
400 | 2025-01-08T14:34:55.793Z | Downloaded darling v0.20.10 |
401 | 2025-01-08T14:34:55.796Z | Downloaded signal-hook-registry v1.4.2 |
402 | 2025-01-08T14:34:55.799Z | Downloaded serde_spanned v0.6.8 |
403 | 2025-01-08T14:34:55.799Z | Downloaded slog-bunyan v2.5.0 |
404 | 2025-01-08T14:34:55.801Z | Downloaded hostname v0.3.1 |
405 | 2025-01-08T14:34:55.801Z | Downloaded yoke v0.7.4 |
406 | 2025-01-08T14:34:55.804Z | Downloaded quote v1.0.37 |
407 | 2025-01-08T14:34:55.804Z | Downloaded libc v0.2.162 |
408 | 2025-01-08T14:34:55.828Z | Downloaded writeable v0.5.5 |
409 | 2025-01-08T14:34:55.831Z | Downloaded tokio-rustls v0.26.0 |
410 | 2025-01-08T14:34:55.833Z | Downloaded litemap v0.7.3 |
411 | 2025-01-08T14:34:55.836Z | Downloaded ipnet v2.10.1 |
412 | 2025-01-08T14:34:55.836Z | Downloaded icu_locid_transform v1.5.0 |
413 | 2025-01-08T14:34:55.838Z | Downloaded generic-array v0.14.7 |
414 | 2025-01-08T14:34:55.838Z | Downloaded ppv-lite86 v0.2.20 |
415 | 2025-01-08T14:34:55.841Z | Downloaded pin-utils v0.1.0 |
416 | 2025-01-08T14:34:55.841Z | Downloaded dirs-sys-next v0.1.2 |
417 | 2025-01-08T14:34:55.843Z | Downloaded cpufeatures v0.2.14 |
418 | 2025-01-08T14:34:55.843Z | Downloaded httpdate v1.0.3 |
419 | 2025-01-08T14:34:55.843Z | Downloaded hostname v0.4.0 |
420 | 2025-01-08T14:34:55.845Z | Downloaded take_mut v0.2.2 |
421 | 2025-01-08T14:34:55.845Z | Downloaded fnv v1.0.7 |
422 | 2025-01-08T14:34:55.847Z | Downloaded dyn-clone v1.0.17 |
423 | 2025-01-08T14:34:55.848Z | Downloaded digest v0.10.7 |
424 | 2025-01-08T14:34:55.850Z | Downloaded block-buffer v0.10.4 |
425 | 2025-01-08T14:34:55.850Z | Downloaded openssl-macros v0.1.1 |
426 | 2025-01-08T14:34:55.872Z | Downloaded encoding_rs v0.8.34 |
427 | 2025-01-08T14:34:56.018Z | Downloaded ring v0.17.8 |
428 | 2025-01-08T14:34:56.350Z | Compiling proc-macro2 v1.0.89 |
429 | 2025-01-08T14:34:56.350Z | Compiling unicode-ident v1.0.13 |
430 | 2025-01-08T14:34:56.350Z | Compiling libc v0.2.162 |
431 | 2025-01-08T14:34:56.352Z | Checking cfg-if v1.0.0 |
432 | 2025-01-08T14:34:56.352Z | Compiling autocfg v1.4.0 |
433 | 2025-01-08T14:34:56.352Z | Compiling serde v1.0.215 |
434 | 2025-01-08T14:34:56.407Z | Compiling version_check v0.9.5 |
435 | 2025-01-08T14:34:56.440Z | Checking memchr v2.7.4 |
436 | 2025-01-08T14:34:56.500Z | Compiling serde_json v1.0.133 |
437 | 2025-01-08T14:34:56.550Z | Checking itoa v1.0.11 |
438 | 2025-01-08T14:34:56.909Z | Compiling thiserror v1.0.69 |
439 | 2025-01-08T14:34:57.019Z | Checking once_cell v1.20.2 |
440 | 2025-01-08T14:34:57.123Z | Compiling shlex v1.3.0 |
441 | 2025-01-08T14:34:57.337Z | Compiling num-traits v0.2.19 |
442 | 2025-01-08T14:34:57.374Z | Compiling cc v1.1.30 |
443 | 2025-01-08T14:34:57.502Z | Checking pin-project-lite v0.2.14 |
444 | 2025-01-08T14:34:57.842Z | Checking getrandom v0.2.15 |
445 | 2025-01-08T14:34:57.862Z | Checking ryu v1.0.18 |
446 | 2025-01-08T14:34:57.950Z | Checking smallvec v1.13.2 |
447 | 2025-01-08T14:34:57.976Z | Checking bytes v1.8.0 |
448 | 2025-01-08T14:34:58.073Z | Checking futures-core v0.3.31 |
449 | 2025-01-08T14:34:58.093Z | Compiling lock_api v0.4.12 |
450 | 2025-01-08T14:34:58.267Z | Compiling quote v1.0.37 |
451 | 2025-01-08T14:34:58.287Z | Compiling byteorder v1.5.0 |
452 | 2025-01-08T14:34:58.421Z | Compiling schemars v0.8.21 |
453 | 2025-01-08T14:34:58.458Z | Compiling parking_lot_core v0.9.10 |
454 | 2025-01-08T14:34:58.651Z | Compiling syn v2.0.87 |
455 | 2025-01-08T14:34:58.849Z | Compiling ahash v0.8.11 |
456 | 2025-01-08T14:34:58.867Z | Checking scopeguard v1.2.0 |
457 | 2025-01-08T14:34:58.945Z | Compiling slab v0.4.9 |
458 | 2025-01-08T14:34:58.983Z | Checking futures-sink v0.3.31 |
459 | 2025-01-08T14:34:59.126Z | Checking log v0.4.22 |
460 | 2025-01-08T14:34:59.283Z | Checking socket2 v0.5.7 |
461 | 2025-01-08T14:34:59.330Z | Checking signal-hook-registry v1.4.2 |
462 | 2025-01-08T14:34:59.349Z | Checking mio v1.0.2 |
463 | 2025-01-08T14:34:59.384Z | Checking stable_deref_trait v1.2.0 |
464 | 2025-01-08T14:34:59.425Z | Checking parking_lot v0.12.3 |
465 | 2025-01-08T14:34:59.482Z | Checking hashbrown v0.15.1 |
466 | 2025-01-08T14:34:59.573Z | Compiling semver v1.0.23 |
467 | 2025-01-08T14:34:59.711Z | Checking equivalent v1.0.1 |
468 | 2025-01-08T14:34:59.741Z | Checking fnv v1.0.7 |
469 | 2025-01-08T14:34:59.774Z | Checking futures-channel v0.3.31 |
470 | 2025-01-08T14:34:59.821Z | Checking pin-utils v0.1.0 |
471 | 2025-01-08T14:34:59.867Z | Checking http v1.1.0 |
472 | 2025-01-08T14:34:59.908Z | Checking futures-io v0.3.31 |
473 | 2025-01-08T14:34:59.943Z | Checking futures-task v0.3.31 |
474 | 2025-01-08T14:35:00.126Z | Compiling vcpkg v0.2.15 |
475 | 2025-01-08T14:35:00.146Z | Compiling heck v0.5.0 |
476 | 2025-01-08T14:35:00.171Z | Compiling pkg-config v0.3.31 |
477 | 2025-01-08T14:35:00.534Z | Compiling ring v0.17.8 |
478 | 2025-01-08T14:35:00.559Z | Checking spin v0.9.8 |
479 | 2025-01-08T14:35:00.611Z | Checking rustls-pki-types v1.10.0 |
480 | 2025-01-08T14:35:00.782Z | Checking iana-time-zone v0.1.61 |
481 | 2025-01-08T14:35:01.032Z | Checking dyn-clone v1.0.17 |
482 | 2025-01-08T14:35:01.174Z | Compiling ucd-trie v0.1.7 |
483 | 2025-01-08T14:35:01.218Z | Checking litemap v0.7.3 |
484 | 2025-01-08T14:35:01.348Z | Checking untrusted v0.9.0 |
485 | 2025-01-08T14:35:01.504Z | Checking writeable v0.5.5 |
486 | 2025-01-08T14:35:01.522Z | Compiling httparse v1.9.5 |
487 | 2025-01-08T14:35:01.669Z | Checking tracing-core v0.1.32 |
488 | 2025-01-08T14:35:01.730Z | Checking atomic-waker v1.1.2 |
489 | 2025-01-08T14:35:01.804Z | Compiling openssl-sys v0.9.103 |
490 | 2025-01-08T14:35:01.851Z | Compiling allocator-api2 v0.2.18 |
491 | 2025-01-08T14:35:02.347Z | Checking tracing v0.1.40 |
492 | 2025-01-08T14:35:02.675Z | Checking http-body v1.0.1 |
493 | 2025-01-08T14:35:02.695Z | Compiling uuid v1.11.0 |
494 | 2025-01-08T14:35:02.714Z | Checking icu_locid_transform_data v1.5.0 |
495 | 2025-01-08T14:35:02.734Z | Checking try-lock v0.2.5 |
496 | 2025-01-08T14:35:02.807Z | Checking zeroize v1.8.1 |
497 | 2025-01-08T14:35:02.855Z | Checking subtle v2.6.1 |
498 | 2025-01-08T14:35:03.012Z | Checking want v0.3.1 |
499 | 2025-01-08T14:35:03.079Z | Checking icu_properties_data v1.5.0 |
500 | 2025-01-08T14:35:03.190Z | Compiling openssl v0.10.66 |
501 | 2025-01-08T14:35:03.256Z | Compiling slog v2.7.0 |
502 | 2025-01-08T14:35:03.326Z | Compiling chrono v0.4.38 |
503 | 2025-01-08T14:35:03.391Z | Checking foreign-types-shared v0.1.1 |
504 | 2025-01-08T14:35:03.431Z | Checking httpdate v1.0.3 |
505 | 2025-01-08T14:35:03.495Z | Checking foreign-types v0.3.2 |
506 | 2025-01-08T14:35:03.652Z | Compiling aho-corasick v1.1.3 |
507 | 2025-01-08T14:35:03.672Z | Compiling regex-syntax v0.8.5 |
508 | 2025-01-08T14:35:03.798Z | Compiling native-tls v0.2.12 |
509 | 2025-01-08T14:35:04.158Z | Compiling typenum v1.17.0 |
510 | 2025-01-08T14:35:04.853Z | Checking utf16_iter v1.0.5 |
511 | 2025-01-08T14:35:05.025Z | Checking tower-service v0.3.3 |
512 | 2025-01-08T14:35:05.134Z | Checking icu_normalizer_data v1.5.0 |
513 | 2025-01-08T14:35:05.233Z | Compiling rustls v0.23.19 |
514 | 2025-01-08T14:35:05.428Z | Checking bitflags v2.6.0 |
515 | 2025-01-08T14:35:05.560Z | Checking write16 v1.0.0 |
516 | 2025-01-08T14:35:05.689Z | Checking utf8_iter v1.0.4 |
517 | 2025-01-08T14:35:05.708Z | Checking percent-encoding v2.3.1 |
518 | 2025-01-08T14:35:05.921Z | Checking form_urlencoded v1.2.1 |
519 | 2025-01-08T14:35:05.940Z | Compiling generic-array v0.14.7 |
520 | 2025-01-08T14:35:06.129Z | Checking openssl-probe v0.1.5 |
521 | 2025-01-08T14:35:06.282Z | Compiling serde_derive_internals v0.29.1 |
522 | 2025-01-08T14:35:06.298Z | Compiling synstructure v0.13.1 |
523 | 2025-01-08T14:35:06.606Z | Checking rustls-webpki v0.102.8 |
524 | 2025-01-08T14:35:07.422Z | Compiling regex-automata v0.4.8 |
525 | 2025-01-08T14:35:08.859Z | Compiling usdt-impl v0.5.0 |
526 | 2025-01-08T14:35:09.243Z | Checking encoding_rs v0.8.34 |
527 | 2025-01-08T14:35:09.304Z | Compiling time-core v0.1.2 |
528 | 2025-01-08T14:35:09.371Z | Checking mime v0.3.17 |
529 | 2025-01-08T14:35:09.485Z | Compiling num-conv v0.1.0 |
530 | 2025-01-08T14:35:09.618Z | Checking powerfmt v0.2.0 |
531 | 2025-01-08T14:35:09.781Z | Compiling time-macros v0.2.18 |
532 | 2025-01-08T14:35:09.904Z | Checking deranged v0.3.11 |
533 | 2025-01-08T14:35:11.123Z | Compiling thread-id v4.2.2 |
534 | 2025-01-08T14:35:11.384Z | Checking rustls-pemfile v2.2.0 |
535 | 2025-01-08T14:35:11.606Z | Compiling regex v1.11.1 |
536 | 2025-01-08T14:35:11.624Z | Checking webpki-roots v0.26.6 |
537 | 2025-01-08T14:35:11.845Z | Compiling crossbeam-utils v0.8.20 |
538 | 2025-01-08T14:35:11.981Z | Compiling serde_derive v1.0.215 |
539 | 2025-01-08T14:35:12.061Z | Compiling zerocopy-derive v0.7.35 |
540 | 2025-01-08T14:35:12.408Z | Compiling thiserror-impl v1.0.69 |
541 | 2025-01-08T14:35:12.564Z | Compiling schemars_derive v0.8.21 |
542 | 2025-01-08T14:35:12.814Z | Compiling zerofrom-derive v0.1.4 |
543 | 2025-01-08T14:35:12.908Z | Compiling tokio-macros v2.4.0 |
544 | 2025-01-08T14:35:13.100Z | Compiling yoke-derive v0.7.4 |
545 | 2025-01-08T14:35:14.127Z | Compiling zerocopy v0.7.35 |
546 | 2025-01-08T14:35:15.474Z | Checking tokio v1.40.0 |
547 | 2025-01-08T14:35:15.499Z | Compiling zerovec-derive v0.10.3 |
548 | 2025-01-08T14:35:15.639Z | Compiling displaydoc v0.2.5 |
549 | 2025-01-08T14:35:15.763Z | Compiling futures-macro v0.3.31 |
550 | 2025-01-08T14:35:15.939Z | Compiling pest v2.7.14 |
551 | 2025-01-08T14:35:16.425Z | Checking zerofrom v0.1.4 |
552 | 2025-01-08T14:35:16.461Z | Compiling icu_provider_macros v1.5.0 |
553 | 2025-01-08T14:35:16.636Z | Checking yoke v0.7.4 |
554 | 2025-01-08T14:35:16.957Z | Compiling hashbrown v0.14.5 |
555 | 2025-01-08T14:35:17.627Z | Compiling openssl-macros v0.1.1 |
556 | 2025-01-08T14:35:17.668Z | Checking futures-util v0.3.31 |
557 | 2025-01-08T14:35:18.099Z | Checking zerovec v0.10.4 |
558 | 2025-01-08T14:35:18.336Z | Compiling regress v0.10.1 |
559 | 2025-01-08T14:35:18.451Z | Compiling pest_meta v2.7.14 |
560 | 2025-01-08T14:35:18.893Z | Compiling scroll_derive v0.12.0 |
561 | 2025-01-08T14:35:20.424Z | Checking tinystr v0.7.6 |
562 | 2025-01-08T14:35:20.823Z | Checking icu_locid v1.5.0 |
563 | 2025-01-08T14:35:21.883Z | Checking icu_provider v1.5.0 |
564 | 2025-01-08T14:35:22.547Z | Checking icu_locid_transform v1.5.0 |
565 | 2025-01-08T14:35:22.849Z | Checking icu_collections v1.5.0 |
566 | 2025-01-08T14:35:22.943Z | Compiling pest_generator v2.7.14 |
567 | 2025-01-08T14:35:22.945Z | Checking tokio-util v0.7.12 |
568 | 2025-01-08T14:35:23.166Z | Checking http-body-util v0.1.2 |
569 | 2025-01-08T14:35:23.525Z | Checking tokio-rustls v0.26.0 |
570 | 2025-01-08T14:35:23.545Z | Checking icu_properties v1.5.1 |
571 | 2025-01-08T14:35:23.614Z | Checking scroll v0.12.0 |
572 | 2025-01-08T14:35:24.099Z | Checking plain v0.2.3 |
573 | 2025-01-08T14:35:24.234Z | Checking base64 v0.22.1 |
574 | 2025-01-08T14:35:24.757Z | Compiling pest_derive v2.7.14 |
575 | 2025-01-08T14:35:24.911Z | Compiling syn v1.0.109 |
576 | 2025-01-08T14:35:24.935Z | Checking tokio-native-tls v0.3.1 |
577 | 2025-01-08T14:35:25.180Z | Checking indexmap v2.6.0 |
578 | 2025-01-08T14:35:26.238Z | Compiling serde_tokenstream v0.2.2 |
579 | 2025-01-08T14:35:26.587Z | Checking h2 v0.4.6 |
580 | 2025-01-08T14:35:26.790Z | Checking icu_normalizer v1.5.0 |
581 | 2025-01-08T14:35:27.382Z | Compiling dtrace-parser v0.2.0 |
582 | 2025-01-08T14:35:27.448Z | Checking serde_urlencoded v0.7.1 |
583 | 2025-01-08T14:35:27.595Z | Checking idna_adapter v1.2.0 |
584 | 2025-01-08T14:35:27.776Z | Checking idna v1.0.3 |
585 | 2025-01-08T14:35:27.980Z | Compiling dof v0.3.0 |
586 | 2025-01-08T14:35:28.260Z | Checking num_threads v0.1.7 |
587 | 2025-01-08T14:35:28.379Z | Compiling ident_case v1.0.1 |
588 | 2025-01-08T14:35:28.567Z | Compiling strsim v0.11.1 |
589 | 2025-01-08T14:35:28.935Z | Compiling darling_core v0.20.10 |
590 | 2025-01-08T14:35:29.330Z | Checking time v0.3.36 |
591 | 2025-01-08T14:35:29.438Z | Checking typify-impl v0.2.0 |
592 | 2025-01-08T14:35:29.483Z | Checking url v2.5.3 |
593 | 2025-01-08T14:35:30.360Z | Compiling openapiv3 v2.0.0 |
594 | 2025-01-08T14:35:30.904Z | Checking hyper v1.5.0 |
595 | 2025-01-08T14:35:31.905Z | Checking goblin v0.8.2 |
596 | 2025-01-08T14:35:31.991Z | Checking sync_wrapper v1.0.1 |
597 | 2025-01-08T14:35:32.136Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-01-08T14:35:32.685Z | Compiling newtype-uuid v1.1.3 |
599 | 2025-01-08T14:35:33.005Z | Compiling rustversion v1.0.17 |
600 | 2025-01-08T14:35:33.046Z | Checking hyper-util v0.1.10 |
601 | 2025-01-08T14:35:33.678Z | Checking ipnet v2.10.1 |
602 | 2025-01-08T14:35:33.767Z | Compiling rustls v0.22.4 |
603 | 2025-01-08T14:35:34.080Z | Compiling paste v1.0.15 |
604 | 2025-01-08T14:35:34.130Z | Checking pretty-hex v0.4.1 |
605 | 2025-01-08T14:35:34.309Z | Compiling omicron-workspace-hack v0.1.0 |
606 | 2025-01-08T14:35:34.568Z | Compiling unsafe-libyaml v0.2.11 |
607 | 2025-01-08T14:35:34.744Z | Checking hyper-rustls v0.27.3 |
608 | 2025-01-08T14:35:34.762Z | Checking hyper-tls v0.6.0 |
609 | 2025-01-08T14:35:34.997Z | Compiling darling_macro v0.20.10 |
610 | 2025-01-08T14:35:35.063Z | Checking reqwest v0.12.9 |
611 | 2025-01-08T14:35:35.140Z | Checking dirs-next v2.0.0 |
612 | 2025-01-08T14:35:35.276Z | Checking ipnetwork v0.20.0 |
613 | 2025-01-08T14:35:35.608Z | Checking toml_datetime v0.6.8 |
614 | 2025-01-08T14:35:35.892Z | Compiling serde_yaml v0.9.34+deprecated |
615 | 2025-01-08T14:35:35.912Z | Checking serde_spanned v0.6.8 |
616 | 2025-01-08T14:35:35.934Z | Checking ppv-lite86 v0.2.20 |
617 | 2025-01-08T14:35:36.125Z | Compiling structmeta-derive v0.3.0 |
618 | 2025-01-08T14:35:36.300Z | Checking crypto-common v0.1.6 |
619 | 2025-01-08T14:35:36.472Z | Checking block-buffer v0.10.4 |
620 | 2025-01-08T14:35:36.606Z | Checking rand_core v0.6.4 |
621 | 2025-01-08T14:35:36.775Z | Checking thread_local v1.1.8 |
622 | 2025-01-08T14:35:36.794Z | Compiling multer v3.1.0 |
623 | 2025-01-08T14:35:36.904Z | Compiling slog-async v2.8.0 |
624 | 2025-01-08T14:35:37.074Z | Compiling anyhow v1.0.93 |
625 | 2025-01-08T14:35:37.127Z | Checking winnow v0.6.20 |
626 | 2025-01-08T14:35:37.418Z | Checking match_cfg v0.1.0 |
627 | 2025-01-08T14:35:37.511Z | Compiling camino v1.1.9 |
628 | 2025-01-08T14:35:37.662Z | Checking either v1.13.0 |
629 | 2025-01-08T14:35:38.067Z | Checking itertools v0.10.5 |
630 | 2025-01-08T14:35:38.369Z | Checking hostname v0.3.1 |
631 | 2025-01-08T14:35:38.583Z | Checking rand_chacha v0.3.1 |
632 | 2025-01-08T14:35:38.624Z | Checking digest v0.10.7 |
633 | 2025-01-08T14:35:38.825Z | Compiling structmeta v0.3.0 |
634 | 2025-01-08T14:35:38.954Z | Checking progenitor-client v0.8.0 |
635 | 2025-01-08T14:35:38.975Z | Compiling darling v0.20.10 |
636 | 2025-01-08T14:35:39.086Z | Checking crossbeam-channel v0.5.13 |
637 | 2025-01-08T14:35:39.226Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
638 | 2025-01-08T14:35:39.279Z | Checking term v0.7.0 |
639 | 2025-01-08T14:35:40.859Z | Checking slog-json v2.6.1 |
640 | 2025-01-08T14:35:40.862Z | Compiling usdt-macro v0.5.0 |
641 | 2025-01-08T14:35:40.862Z | Checking toml_edit v0.22.22 |
642 | 2025-01-08T14:35:40.862Z | Compiling usdt-attr-macro v0.5.0 |
643 | 2025-01-08T14:35:40.862Z | Checking futures-executor v0.3.31 |
644 | 2025-01-08T14:35:40.891Z | Compiling async-stream-impl v0.3.6 |
645 | 2025-01-08T14:35:41.006Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
646 | 2025-01-08T14:35:41.038Z | Checking memmap v0.7.0 |
647 | 2025-01-08T14:35:41.254Z | Checking is-terminal v0.4.13 |
648 | 2025-01-08T14:35:41.373Z | Compiling dropshot v0.13.0 |
649 | 2025-01-08T14:35:41.433Z | Checking cpufeatures v0.2.14 |
650 | 2025-01-08T14:35:41.526Z | Checking take_mut v0.2.2 |
651 | 2025-01-08T14:35:41.774Z | Checking sha1 v0.10.6 |
652 | 2025-01-08T14:35:41.954Z | Checking slog-term v2.9.1 |
653 | 2025-01-08T14:35:42.025Z | Checking futures v0.3.31 |
654 | 2025-01-08T14:35:42.041Z | Checking usdt v0.5.0 |
655 | 2025-01-08T14:35:42.135Z | Compiling strum_macros v0.26.4 |
656 | 2025-01-08T14:35:42.204Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
657 | 2025-01-08T14:35:42.223Z | Checking async-stream v0.3.6 |
658 | 2025-01-08T14:35:42.277Z | Checking slog-bunyan v2.5.0 |
659 | 2025-01-08T14:35:42.409Z | Compiling parse-display-derive v0.10.0 |
660 | 2025-01-08T14:35:42.441Z | Compiling serde_with_macros v3.11.0 |
661 | 2025-01-08T14:35:42.463Z | Checking rand v0.8.5 |
662 | 2025-01-08T14:35:42.962Z | Checking toml v0.8.19 |
663 | 2025-01-08T14:35:43.547Z | Checking tokio-rustls v0.25.0 |
664 | 2025-01-08T14:35:43.742Z | Compiling dropshot_endpoint v0.13.0 |
665 | 2025-01-08T14:35:43.805Z | Checking serde_path_to_error v0.1.16 |
666 | 2025-01-08T14:35:43.922Z | Checking hex v0.4.3 |
667 | 2025-01-08T14:35:44.163Z | Compiling async-trait v0.1.83 |
668 | 2025-01-08T14:35:44.245Z | Compiling typify-macro v0.2.0 |
669 | 2025-01-08T14:35:44.444Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
670 | 2025-01-08T14:35:44.474Z | Checking waitgroup v0.1.2 |
671 | 2025-01-08T14:35:44.616Z | Checking hostname v0.4.0 |
672 | 2025-01-08T14:35:44.751Z | Checking instant v0.1.13 |
673 | 2025-01-08T14:35:44.860Z | Checking debug-ignore v1.0.5 |
674 | 2025-01-08T14:35:44.996Z | Checking backoff v0.4.0 |
675 | 2025-01-08T14:35:45.095Z | Checking serde_with v3.11.0 |
676 | 2025-01-08T14:35:45.241Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
677 | 2025-01-08T14:35:45.289Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
678 | 2025-01-08T14:35:45.380Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
679 | 2025-01-08T14:35:45.440Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
680 | 2025-01-08T14:35:45.888Z | Checking macaddr v1.0.1 |
681 | 2025-01-08T14:35:46.216Z | Checking regress v0.9.1 |
682 | 2025-01-08T14:35:46.358Z | Checking parse-display v0.10.0 |
683 | 2025-01-08T14:35:46.730Z | Checking strum v0.26.3 |
684 | 2025-01-08T14:35:47.508Z | Compiling typify v0.2.0 |
685 | 2025-01-08T14:35:47.603Z | Compiling progenitor-impl v0.8.0 |
686 | 2025-01-08T14:35:50.270Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-01-08T14:35:54.613Z | Checking progenitor v0.8.0 |
688 | 2025-01-08T14:35:54.737Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
689 | 2025-01-08T14:35:57.629Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-01-08T14:36:05.367Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-01-08T14:36:05.432Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
692 | 2025-01-08T14:36:05.767Z | + cargo build --release |
693 | 2025-01-08T14:36:06.026Z | Compiling proc-macro2 v1.0.89 |
694 | 2025-01-08T14:36:06.026Z | Compiling unicode-ident v1.0.13 |
695 | 2025-01-08T14:36:06.026Z | Compiling libc v0.2.162 |
696 | 2025-01-08T14:36:06.026Z | Compiling cfg-if v1.0.0 |
697 | 2025-01-08T14:36:06.026Z | Compiling autocfg v1.4.0 |
698 | 2025-01-08T14:36:06.029Z | Compiling serde v1.0.215 |
699 | 2025-01-08T14:36:06.029Z | Compiling version_check v0.9.5 |
700 | 2025-01-08T14:36:06.029Z | Compiling memchr v2.7.4 |
701 | 2025-01-08T14:36:06.134Z | Compiling serde_json v1.0.133 |
702 | 2025-01-08T14:36:06.239Z | Compiling itoa v1.0.11 |
703 | 2025-01-08T14:36:06.464Z | Compiling thiserror v1.0.69 |
704 | 2025-01-08T14:36:06.630Z | Compiling once_cell v1.20.2 |
705 | 2025-01-08T14:36:06.682Z | Compiling shlex v1.3.0 |
706 | 2025-01-08T14:36:07.019Z | Compiling cc v1.1.30 |
707 | 2025-01-08T14:36:07.029Z | Compiling num-traits v0.2.19 |
708 | 2025-01-08T14:36:07.362Z | Compiling pin-project-lite v0.2.14 |
709 | 2025-01-08T14:36:07.403Z | Compiling smallvec v1.13.2 |
710 | 2025-01-08T14:36:07.468Z | Compiling getrandom v0.2.15 |
711 | 2025-01-08T14:36:07.554Z | Compiling ryu v1.0.18 |
712 | 2025-01-08T14:36:07.737Z | Compiling quote v1.0.37 |
713 | 2025-01-08T14:36:07.799Z | Compiling bytes v1.8.0 |
714 | 2025-01-08T14:36:07.807Z | Compiling futures-core v0.3.31 |
715 | 2025-01-08T14:36:08.043Z | Compiling schemars v0.8.21 |
716 | 2025-01-08T14:36:08.081Z | Compiling syn v2.0.87 |
717 | 2025-01-08T14:36:08.112Z | Compiling lock_api v0.4.12 |
718 | 2025-01-08T14:36:08.328Z | Compiling ahash v0.8.11 |
719 | 2025-01-08T14:36:08.403Z | Compiling byteorder v1.5.0 |
720 | 2025-01-08T14:36:08.432Z | Compiling parking_lot_core v0.9.10 |
721 | 2025-01-08T14:36:08.721Z | Compiling scopeguard v1.2.0 |
722 | 2025-01-08T14:36:08.804Z | Compiling slab v0.4.9 |
723 | 2025-01-08T14:36:08.865Z | Compiling log v0.4.22 |
724 | 2025-01-08T14:36:09.143Z | Compiling futures-sink v0.3.31 |
725 | 2025-01-08T14:36:09.286Z | Compiling parking_lot v0.12.3 |
726 | 2025-01-08T14:36:09.327Z | Compiling signal-hook-registry v1.4.2 |
727 | 2025-01-08T14:36:09.335Z | Compiling socket2 v0.5.7 |
728 | 2025-01-08T14:36:09.353Z | Compiling mio v1.0.2 |
729 | 2025-01-08T14:36:09.644Z | Compiling semver v1.0.23 |
730 | 2025-01-08T14:36:09.662Z | Compiling stable_deref_trait v1.2.0 |
731 | 2025-01-08T14:36:10.045Z | Compiling ring v0.17.8 |
732 | 2025-01-08T14:36:10.079Z | Compiling hashbrown v0.15.1 |
733 | 2025-01-08T14:36:10.130Z | Compiling fnv v1.0.7 |
734 | 2025-01-08T14:36:10.264Z | Compiling equivalent v1.0.1 |
735 | 2025-01-08T14:36:10.369Z | Compiling http v1.1.0 |
736 | 2025-01-08T14:36:10.878Z | Compiling futures-channel v0.3.31 |
737 | 2025-01-08T14:36:11.081Z | Compiling pin-utils v0.1.0 |
738 | 2025-01-08T14:36:11.161Z | Compiling futures-io v0.3.31 |
739 | 2025-01-08T14:36:11.211Z | Compiling futures-task v0.3.31 |
740 | 2025-01-08T14:36:11.443Z | Compiling vcpkg v0.2.15 |
741 | 2025-01-08T14:36:11.484Z | Compiling spin v0.9.8 |
742 | 2025-01-08T14:36:11.501Z | Compiling iana-time-zone v0.1.61 |
743 | 2025-01-08T14:36:11.595Z | Compiling heck v0.5.0 |
744 | 2025-01-08T14:36:11.720Z | Compiling rustls-pki-types v1.10.0 |
745 | 2025-01-08T14:36:12.012Z | Compiling pkg-config v0.3.31 |
746 | 2025-01-08T14:36:12.827Z | Compiling ucd-trie v0.1.7 |
747 | 2025-01-08T14:36:13.114Z | Compiling litemap v0.7.3 |
748 | 2025-01-08T14:36:13.227Z | Compiling openssl-sys v0.9.103 |
749 | 2025-01-08T14:36:13.298Z | Compiling httparse v1.9.5 |
750 | 2025-01-08T14:36:13.546Z | Compiling writeable v0.5.5 |
751 | 2025-01-08T14:36:13.558Z | Compiling dyn-clone v1.0.17 |
752 | 2025-01-08T14:36:13.653Z | Compiling untrusted v0.9.0 |
753 | 2025-01-08T14:36:13.824Z | Compiling tracing-core v0.1.32 |
754 | 2025-01-08T14:36:14.339Z | Compiling atomic-waker v1.1.2 |
755 | 2025-01-08T14:36:14.490Z | Compiling allocator-api2 v0.2.18 |
756 | 2025-01-08T14:36:14.638Z | Compiling tracing v0.1.40 |
757 | 2025-01-08T14:36:15.259Z | Compiling http-body v1.0.1 |
758 | 2025-01-08T14:36:15.359Z | Compiling icu_locid_transform_data v1.5.0 |
759 | 2025-01-08T14:36:15.448Z | Compiling chrono v0.4.38 |
760 | 2025-01-08T14:36:15.490Z | Compiling uuid v1.11.0 |
761 | 2025-01-08T14:36:15.548Z | Compiling zeroize v1.8.1 |
762 | 2025-01-08T14:36:15.865Z | Compiling serde_derive_internals v0.29.1 |
763 | 2025-01-08T14:36:16.080Z | Compiling synstructure v0.13.1 |
764 | 2025-01-08T14:36:16.126Z | Compiling try-lock v0.2.5 |
765 | 2025-01-08T14:36:16.262Z | Compiling subtle v2.6.1 |
766 | 2025-01-08T14:36:16.497Z | Compiling want v0.3.1 |
767 | 2025-01-08T14:36:16.827Z | Compiling slog v2.7.0 |
768 | 2025-01-08T14:36:17.321Z | Compiling httpdate v1.0.3 |
769 | 2025-01-08T14:36:17.470Z | Compiling foreign-types-shared v0.1.1 |
770 | 2025-01-08T14:36:17.564Z | Compiling icu_properties_data v1.5.0 |
771 | 2025-01-08T14:36:17.805Z | Compiling openssl v0.10.66 |
772 | 2025-01-08T14:36:17.857Z | Compiling foreign-types v0.3.2 |
773 | 2025-01-08T14:36:18.103Z | Compiling aho-corasick v1.1.3 |
774 | 2025-01-08T14:36:18.236Z | Compiling bitflags v2.6.0 |
775 | 2025-01-08T14:36:18.609Z | Compiling native-tls v0.2.12 |
776 | 2025-01-08T14:36:18.625Z | Compiling write16 v1.0.0 |
777 | 2025-01-08T14:36:18.740Z | Compiling typenum v1.17.0 |
778 | 2025-01-08T14:36:18.979Z | Compiling utf16_iter v1.0.5 |
779 | 2025-01-08T14:36:19.207Z | Compiling tower-service v0.3.3 |
780 | 2025-01-08T14:36:19.356Z | Compiling utf8_iter v1.0.4 |
781 | 2025-01-08T14:36:19.486Z | Compiling icu_normalizer_data v1.5.0 |
782 | 2025-01-08T14:36:19.580Z | Compiling percent-encoding v2.3.1 |
783 | 2025-01-08T14:36:19.604Z | Compiling rustls v0.23.19 |
784 | 2025-01-08T14:36:19.673Z | Compiling regex-syntax v0.8.5 |
785 | 2025-01-08T14:36:19.978Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-01-08T14:36:20.586Z | Compiling generic-array v0.14.7 |
787 | 2025-01-08T14:36:20.908Z | Compiling openssl-probe v0.1.5 |
788 | 2025-01-08T14:36:21.384Z | Compiling serde_derive v1.0.215 |
789 | 2025-01-08T14:36:21.426Z | Compiling zerocopy-derive v0.7.35 |
790 | 2025-01-08T14:36:22.079Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-01-08T14:36:22.081Z | Compiling schemars_derive v0.8.21 |
792 | 2025-01-08T14:36:22.558Z | Compiling zerofrom-derive v0.1.4 |
793 | 2025-01-08T14:36:23.537Z | Compiling zerocopy v0.7.35 |
794 | 2025-01-08T14:36:25.189Z | Compiling tokio-macros v2.4.0 |
795 | 2025-01-08T14:36:25.203Z | Compiling yoke-derive v0.7.4 |
796 | 2025-01-08T14:36:25.608Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-01-08T14:36:26.219Z | Compiling zerofrom v0.1.4 |
798 | 2025-01-08T14:36:26.431Z | Compiling futures-macro v0.3.31 |
799 | 2025-01-08T14:36:26.751Z | Compiling tokio v1.40.0 |
800 | 2025-01-08T14:36:26.888Z | Compiling displaydoc v0.2.5 |
801 | 2025-01-08T14:36:27.932Z | Compiling yoke v0.7.4 |
802 | 2025-01-08T14:36:28.201Z | Compiling pest v2.7.14 |
803 | 2025-01-08T14:36:28.305Z | Compiling zerovec v0.10.4 |
804 | 2025-01-08T14:36:28.307Z | Compiling futures-util v0.3.31 |
805 | 2025-01-08T14:36:29.031Z | Compiling icu_provider_macros v1.5.0 |
806 | 2025-01-08T14:36:30.199Z | Compiling hashbrown v0.14.5 |
807 | 2025-01-08T14:36:31.210Z | Compiling tinystr v0.7.6 |
808 | 2025-01-08T14:36:31.376Z | Compiling pest_meta v2.7.14 |
809 | 2025-01-08T14:36:31.649Z | Compiling icu_locid v1.5.0 |
810 | 2025-01-08T14:36:31.656Z | Compiling rustls-webpki v0.102.8 |
811 | 2025-01-08T14:36:35.559Z | Compiling indexmap v2.6.0 |
812 | 2025-01-08T14:36:35.911Z | Compiling serde_tokenstream v0.2.2 |
813 | 2025-01-08T14:36:37.802Z | Compiling tokio-util v0.7.12 |
814 | 2025-01-08T14:36:38.020Z | Compiling icu_provider v1.5.0 |
815 | 2025-01-08T14:36:40.113Z | Compiling icu_locid_transform v1.5.0 |
816 | 2025-01-08T14:36:40.324Z | Compiling h2 v0.4.6 |
817 | 2025-01-08T14:36:41.537Z | Compiling pest_generator v2.7.14 |
818 | 2025-01-08T14:36:41.806Z | Compiling regress v0.10.1 |
819 | 2025-01-08T14:36:43.407Z | Compiling icu_collections v1.5.0 |
820 | 2025-01-08T14:36:45.148Z | Compiling icu_properties v1.5.1 |
821 | 2025-01-08T14:36:46.268Z | Compiling hyper v1.5.0 |
822 | 2025-01-08T14:36:46.332Z | Compiling typify-impl v0.2.0 |
823 | 2025-01-08T14:36:46.736Z | Compiling pest_derive v2.7.14 |
824 | 2025-01-08T14:36:48.198Z | Compiling openssl-macros v0.1.1 |
825 | 2025-01-08T14:36:51.601Z | Compiling hyper-util v0.1.10 |
826 | 2025-01-08T14:36:52.420Z | Compiling icu_normalizer v1.5.0 |
827 | 2025-01-08T14:36:56.776Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-08T14:36:57.827Z | Compiling idna_adapter v1.2.0 |
829 | 2025-01-08T14:36:58.769Z | Compiling typify-macro v0.2.0 |
830 | 2025-01-08T14:36:58.793Z | Compiling http-body-util v0.1.2 |
831 | 2025-01-08T14:36:59.372Z | Compiling scroll_derive v0.12.0 |
832 | 2025-01-08T14:37:00.887Z | Compiling usdt-impl v0.5.0 |
833 | 2025-01-08T14:37:01.025Z | Compiling regex v1.11.1 |
834 | 2025-01-08T14:37:01.282Z | Compiling encoding_rs v0.8.34 |
835 | 2025-01-08T14:37:02.076Z | Compiling powerfmt v0.2.0 |
836 | 2025-01-08T14:37:02.580Z | Compiling num-conv v0.1.0 |
837 | 2025-01-08T14:37:02.684Z | Compiling time-core v0.1.2 |
838 | 2025-01-08T14:37:02.850Z | Compiling mime v0.3.17 |
839 | 2025-01-08T14:37:03.626Z | Compiling time-macros v0.2.18 |
840 | 2025-01-08T14:37:03.957Z | Compiling deranged v0.3.11 |
841 | 2025-01-08T14:37:06.330Z | Compiling tokio-rustls v0.26.0 |
842 | 2025-01-08T14:37:06.377Z | Compiling scroll v0.12.0 |
843 | 2025-01-08T14:37:06.961Z | Compiling tokio-native-tls v0.3.1 |
844 | 2025-01-08T14:37:07.237Z | Compiling idna v1.0.3 |
845 | 2025-01-08T14:37:12.233Z | Compiling dtrace-parser v0.2.0 |
846 | 2025-01-08T14:37:13.078Z | Compiling dof v0.3.0 |
847 | 2025-01-08T14:37:13.978Z | Compiling serde_urlencoded v0.7.1 |
848 | 2025-01-08T14:37:14.006Z | Compiling thread-id v4.2.2 |
849 | 2025-01-08T14:37:14.100Z | Compiling webpki-roots v0.26.6 |
850 | 2025-01-08T14:37:14.301Z | Compiling rustls-pemfile v2.2.0 |
851 | 2025-01-08T14:37:14.546Z | Compiling plain v0.2.3 |
852 | 2025-01-08T14:37:14.715Z | Compiling omicron-workspace-hack v0.1.0 |
853 | 2025-01-08T14:37:14.891Z | Compiling crossbeam-utils v0.8.20 |
854 | 2025-01-08T14:37:15.030Z | Compiling ident_case v1.0.1 |
855 | 2025-01-08T14:37:15.452Z | Compiling base64 v0.22.1 |
856 | 2025-01-08T14:37:16.380Z | Compiling syn v1.0.109 |
857 | 2025-01-08T14:37:16.548Z | Compiling strsim v0.11.1 |
858 | 2025-01-08T14:37:16.562Z | Compiling num_threads v0.1.7 |
859 | 2025-01-08T14:37:16.672Z | Compiling time v0.3.36 |
860 | 2025-01-08T14:37:16.992Z | Compiling darling_core v0.20.10 |
861 | 2025-01-08T14:37:21.118Z | Compiling goblin v0.8.2 |
862 | 2025-01-08T14:37:21.184Z | Compiling hyper-rustls v0.27.3 |
863 | 2025-01-08T14:37:24.254Z | Compiling url v2.5.3 |
864 | 2025-01-08T14:37:26.299Z | Compiling hyper-tls v0.6.0 |
865 | 2025-01-08T14:37:26.818Z | Compiling typify v0.2.0 |
866 | 2025-01-08T14:37:26.931Z | Compiling openapiv3 v2.0.0 |
867 | 2025-01-08T14:37:27.058Z | Compiling sync_wrapper v1.0.1 |
868 | 2025-01-08T14:37:27.208Z | Compiling dirs-sys-next v0.1.2 |
869 | 2025-01-08T14:37:28.744Z | Compiling unsafe-libyaml v0.2.11 |
870 | 2025-01-08T14:37:30.154Z | Compiling pretty-hex v0.4.1 |
871 | 2025-01-08T14:37:30.380Z | Compiling newtype-uuid v1.1.3 |
872 | 2025-01-08T14:37:30.509Z | Compiling rustls v0.22.4 |
873 | 2025-01-08T14:37:30.694Z | Compiling paste v1.0.15 |
874 | 2025-01-08T14:37:30.821Z | Compiling ipnet v2.10.1 |
875 | 2025-01-08T14:37:31.188Z | Compiling rustversion v1.0.17 |
876 | 2025-01-08T14:37:31.270Z | Compiling progenitor-impl v0.8.0 |
877 | 2025-01-08T14:37:31.882Z | Compiling reqwest v0.12.9 |
878 | 2025-01-08T14:37:33.917Z | Compiling serde_yaml v0.9.34+deprecated |
879 | 2025-01-08T14:37:37.882Z | Compiling dirs-next v2.0.0 |
880 | 2025-01-08T14:37:37.904Z | Compiling darling_macro v0.20.10 |
881 | 2025-01-08T14:37:40.058Z | Compiling block-buffer v0.10.4 |
882 | 2025-01-08T14:37:40.188Z | Compiling crypto-common v0.1.6 |
883 | 2025-01-08T14:37:40.285Z | Compiling ipnetwork v0.20.0 |
884 | 2025-01-08T14:37:40.382Z | Compiling serde_spanned v0.6.8 |
885 | 2025-01-08T14:37:40.624Z | Compiling toml_datetime v0.6.8 |
886 | 2025-01-08T14:37:41.321Z | Compiling ppv-lite86 v0.2.20 |
887 | 2025-01-08T14:37:42.243Z | Compiling structmeta-derive v0.3.0 |
888 | 2025-01-08T14:37:44.653Z | Compiling rand_core v0.6.4 |
889 | 2025-01-08T14:37:44.867Z | Compiling thread_local v1.1.8 |
890 | 2025-01-08T14:37:45.023Z | Compiling multer v3.1.0 |
891 | 2025-01-08T14:37:45.103Z | Compiling slog-async v2.8.0 |
892 | 2025-01-08T14:37:45.363Z | Compiling camino v1.1.9 |
893 | 2025-01-08T14:37:45.454Z | Compiling either v1.13.0 |
894 | 2025-01-08T14:37:45.578Z | Compiling match_cfg v0.1.0 |
895 | 2025-01-08T14:37:45.611Z | Compiling winnow v0.6.20 |
896 | 2025-01-08T14:37:45.664Z | Compiling anyhow v1.0.93 |
897 | 2025-01-08T14:37:45.847Z | Compiling hostname v0.3.1 |
898 | 2025-01-08T14:37:45.925Z | Compiling itertools v0.10.5 |
899 | 2025-01-08T14:37:46.095Z | Compiling structmeta v0.3.0 |
900 | 2025-01-08T14:37:46.132Z | Compiling rand_chacha v0.3.1 |
901 | 2025-01-08T14:37:46.473Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
902 | 2025-01-08T14:37:46.605Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
903 | 2025-01-08T14:37:47.667Z | Compiling digest v0.10.7 |
904 | 2025-01-08T14:37:47.882Z | Compiling crossbeam-channel v0.5.13 |
905 | 2025-01-08T14:37:48.077Z | Compiling darling v0.20.10 |
906 | 2025-01-08T14:37:49.220Z | Compiling progenitor-macro v0.8.0 |
907 | 2025-01-08T14:37:49.508Z | Compiling term v0.7.0 |
908 | 2025-01-08T14:37:50.123Z | Compiling toml_edit v0.22.22 |
909 | 2025-01-08T14:37:51.591Z | Compiling progenitor-client v0.8.0 |
910 | 2025-01-08T14:37:55.294Z | Compiling usdt-attr-macro v0.5.0 |
911 | 2025-01-08T14:37:56.766Z | Compiling usdt-macro v0.5.0 |
912 | 2025-01-08T14:37:57.828Z | Compiling slog-json v2.6.1 |
913 | 2025-01-08T14:37:58.113Z | Compiling futures-executor v0.3.31 |
914 | 2025-01-08T14:37:58.248Z | Compiling async-stream-impl v0.3.6 |
915 | 2025-01-08T14:37:59.311Z | Compiling memmap v0.7.0 |
916 | 2025-01-08T14:37:59.618Z | Compiling is-terminal v0.4.13 |
917 | 2025-01-08T14:37:59.737Z | Compiling dropshot v0.13.0 |
918 | 2025-01-08T14:37:59.765Z | Compiling cpufeatures v0.2.14 |
919 | 2025-01-08T14:37:59.854Z | Compiling take_mut v0.2.2 |
920 | 2025-01-08T14:38:00.122Z | Compiling sha1 v0.10.6 |
921 | 2025-01-08T14:38:00.898Z | Compiling slog-term v2.9.1 |
922 | 2025-01-08T14:38:02.264Z | Compiling progenitor v0.8.0 |
923 | 2025-01-08T14:38:02.486Z | Compiling async-stream v0.3.6 |
924 | 2025-01-08T14:38:02.785Z | Compiling usdt v0.5.0 |
925 | 2025-01-08T14:38:03.367Z | Compiling tokio-rustls v0.25.0 |
926 | 2025-01-08T14:38:03.745Z | Compiling futures v0.3.31 |
927 | 2025-01-08T14:38:03.851Z | Compiling slog-bunyan v2.5.0 |
928 | 2025-01-08T14:38:03.915Z | Compiling strum_macros v0.26.4 |
929 | 2025-01-08T14:38:04.110Z | Compiling toml v0.8.19 |
930 | 2025-01-08T14:38:04.396Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
931 | 2025-01-08T14:38:06.153Z | Compiling serde_with_macros v3.11.0 |
932 | 2025-01-08T14:38:08.899Z | Compiling rand v0.8.5 |
933 | 2025-01-08T14:38:10.244Z | Compiling parse-display-derive v0.10.0 |
934 | 2025-01-08T14:38:13.397Z | Compiling dropshot_endpoint v0.13.0 |
935 | 2025-01-08T14:38:13.571Z | Compiling serde_path_to_error v0.1.16 |
936 | 2025-01-08T14:38:13.658Z | Compiling hex v0.4.3 |
937 | 2025-01-08T14:38:14.339Z | Compiling async-trait v0.1.83 |
938 | 2025-01-08T14:38:14.352Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
939 | 2025-01-08T14:38:14.605Z | Compiling waitgroup v0.1.2 |
940 | 2025-01-08T14:38:14.839Z | Compiling hostname v0.4.0 |
941 | 2025-01-08T14:38:15.080Z | Compiling instant v0.1.13 |
942 | 2025-01-08T14:38:15.158Z | Compiling debug-ignore v1.0.5 |
943 | 2025-01-08T14:38:15.232Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
944 | 2025-01-08T14:38:15.293Z | Compiling backoff v0.4.0 |
945 | 2025-01-08T14:38:15.423Z | Compiling parse-display v0.10.0 |
946 | 2025-01-08T14:38:15.636Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-01-08T14:38:15.891Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
948 | 2025-01-08T14:38:16.746Z | Compiling serde_with v3.11.0 |
949 | 2025-01-08T14:38:17.058Z | Compiling strum v0.26.3 |
950 | 2025-01-08T14:38:17.235Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
951 | 2025-01-08T14:38:17.614Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
952 | 2025-01-08T14:38:17.891Z | Compiling regress v0.9.1 |
953 | 2025-01-08T14:38:18.422Z | Compiling macaddr v1.0.1 |
954 | 2025-01-08T14:38:26.100Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
955 | 2025-01-08T14:38:36.543Z | Compiling test-project v0.1.0 (/tmp/test-project) |
956 | 2025-01-08T14:38:46.488Z | Finished `release` profile [optimized] target(s) in 2m 40s |
957 | 2025-01-08T14:38:46.555Z | process exited: duration 241662 ms, exit code 0 |
|
958 | 2025-01-08T14:38:46.560Z | found 0 output files |