|
|
|
1 | 2024-12-13T23:07:52.906Z | job assigned to worker 01JF14CY6EJEPZ7DNY8JQ9957P [factory aws, i-0b49aa322b0b4ab3b] (queued for 21 m 22 s) |
|
2 | 2024-12-13T23:08:00.685Z | starting task 0: "setup" |
3 | 2024-12-13T23:08:00.695Z | ++ uname -s |
4 | 2024-12-13T23:08:00.697Z | + kern=SunOS |
5 | 2024-12-13T23:08:00.697Z | + case "$kern" in |
6 | 2024-12-13T23:08:00.697Z | + groupadd -g 12345 build |
7 | 2024-12-13T23:08:00.700Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-13T23:08:02.709Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-13T23:08:02.820Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-13T23:08:02.822Z | + home_fs=zfs |
11 | 2024-12-13T23:08:02.822Z | + [[ zfs == autofs ]] |
12 | 2024-12-13T23:08:02.822Z | + mkdir -p /home/build |
13 | 2024-12-13T23:08:02.824Z | + chown build:build /home/build /work |
14 | 2024-12-13T23:08:04.826Z | + chmod 0700 /home/build /work |
15 | 2024-12-13T23:08:04.829Z | process exited: duration 4146 ms, exit code 0 |
|
16 | 2024-12-13T23:08:04.838Z | starting task 1: "rust-toolchain" |
17 | 2024-12-13T23:08:04.841Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-13T23:08:04.841Z | ' 1.81.0 |
19 | 2024-12-13T23:08:04.841Z | * toolchain channel = "1.81.0" |
20 | 2024-12-13T23:08:04.841Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-13T23:08:04.841Z | ' default |
22 | 2024-12-13T23:08:04.841Z | * toolchain profile = "default" |
23 | 2024-12-13T23:08:04.843Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-13T23:08:04.845Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-13T23:08:04.959Z | info: downloading installer |
26 | 2024-12-13T23:08:06.321Z | info: profile set to 'default' |
27 | 2024-12-13T23:08:06.321Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-13T23:08:06.324Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-13T23:08:06.474Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-13T23:08:06.474Z | info: downloading component 'cargo' |
31 | 2024-12-13T23:08:07.322Z | info: downloading component 'clippy' |
32 | 2024-12-13T23:08:07.637Z | info: downloading component 'rust-docs' |
33 | 2024-12-13T23:08:08.815Z | info: downloading component 'rust-std' |
34 | 2024-12-13T23:08:10.644Z | info: downloading component 'rustc' |
35 | 2024-12-13T23:08:17.234Z | info: downloading component 'rustfmt' |
36 | 2024-12-13T23:08:17.479Z | info: installing component 'cargo' |
37 | 2024-12-13T23:08:18.278Z | info: installing component 'clippy' |
38 | 2024-12-13T23:08:18.639Z | info: installing component 'rust-docs' |
39 | 2024-12-13T23:08:20.260Z | info: installing component 'rust-std' |
40 | 2024-12-13T23:08:21.991Z | info: installing component 'rustc' |
41 | 2024-12-13T23:08:27.620Z | info: installing component 'rustfmt' |
42 | 2024-12-13T23:08:27.938Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-13T23:08:27.938Z | |
44 | 2024-12-13T23:08:28.304Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-13T23:08:28.305Z | |
46 | 2024-12-13T23:08:28.307Z | |
47 | 2024-12-13T23:08:28.307Z | Rust is installed now. Great! |
48 | 2024-12-13T23:08:28.307Z | |
49 | 2024-12-13T23:08:28.307Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-13T23:08:28.307Z | environment variable. This has not been done automatically. |
51 | 2024-12-13T23:08:28.307Z | |
52 | 2024-12-13T23:08:28.307Z | To configure your current shell, you need to source |
53 | 2024-12-13T23:08:28.307Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-13T23:08:28.307Z | |
55 | 2024-12-13T23:08:28.307Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-13T23:08:28.307Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-13T23:08:28.307Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-13T23:08:28.385Z | + rustc --version |
59 | 2024-12-13T23:08:28.449Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-13T23:08:28.453Z | process exited: duration 23612 ms, exit code 0 |
|
61 | 2024-12-13T23:08:28.460Z | starting task 2: "authentication" |
62 | 2024-12-13T23:08:28.481Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-13T23:08:28.487Z | starting task 3: "clone repository" |
64 | 2024-12-13T23:08:28.492Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-13T23:08:28.500Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-13T23:08:28.533Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-13T23:08:36.500Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-13T23:08:36.500Z | + git fetch origin 6503968e3d887929cb9cd9e18070b40ce258ee0b |
69 | 2024-12-13T23:08:36.781Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-13T23:08:36.781Z | * branch 6503968e3d887929cb9cd9e18070b40ce258ee0b -> FETCH_HEAD |
71 | 2024-12-13T23:08:36.791Z | + [[ -n spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
72 | 2024-12-13T23:08:36.794Z | ++ git branch --show-current |
73 | 2024-12-13T23:08:36.796Z | + current=main |
74 | 2024-12-13T23:08:36.796Z | + [[ main != spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured ]] |
75 | 2024-12-13T23:08:36.796Z | + git branch -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured 6503968e3d887929cb9cd9e18070b40ce258ee0b |
76 | 2024-12-13T23:08:36.799Z | + git checkout -f spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured |
77 | 2024-12-13T23:08:36.974Z | Switched to branch 'spr/papertigers/sled-diagnostics-output-for-support-bundles-should-be-structured' |
78 | 2024-12-13T23:08:36.976Z | + git reset --hard 6503968e3d887929cb9cd9e18070b40ce258ee0b |
79 | 2024-12-13T23:08:36.997Z | HEAD is now at 6503968e3 openapi |
80 | 2024-12-13T23:08:36.999Z | process exited: duration 8509 ms, exit code 0 |
|
81 | 2024-12-13T23:08:37.004Z | starting task 4: "build" |
82 | 2024-12-13T23:08:37.010Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-13T23:08:37.012Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-13T23:08:37.012Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-13T23:08:37.012Z | + cargo --version |
86 | 2024-12-13T23:08:37.068Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-13T23:08:37.070Z | + rustc --version |
88 | 2024-12-13T23:08:37.130Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-13T23:08:37.132Z | + cd /tmp |
90 | 2024-12-13T23:08:37.132Z | + cargo new --lib test-project |
91 | 2024-12-13T23:08:37.191Z | Creating library `test-project` package |
92 | 2024-12-13T23:08:37.267Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-13T23:08:37.270Z | + cd test-project |
94 | 2024-12-13T23:08:37.270Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-13T23:08:37.331Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-13T23:08:37.331Z | Features: |
97 | 2024-12-13T23:08:37.331Z | - proptest |
98 | 2024-12-13T23:08:37.331Z | - test-strategy |
99 | 2024-12-13T23:08:37.331Z | - testing |
100 | 2024-12-13T23:08:37.333Z | Updating crates.io index |
101 | 2024-12-13T23:08:37.374Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-13T23:08:37.915Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-13T23:08:38.341Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-13T23:08:38.613Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-13T23:08:39.792Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-13T23:08:39.795Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-13T23:08:39.795Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-13T23:08:39.795Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-13T23:08:39.795Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-13T23:08:39.795Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-13T23:08:39.795Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-13T23:08:39.801Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-13T23:08:39.801Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-13T23:08:39.801Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-13T23:08:39.801Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-13T23:08:39.801Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-13T23:08:39.804Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-13T23:08:39.804Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-13T23:08:39.809Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-13T23:08:39.813Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
121 | 2024-12-13T23:08:39.815Z | Adding term v0.7.0 (latest: v1.0.0) |
122 | 2024-12-13T23:08:39.815Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
123 | 2024-12-13T23:08:39.815Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
124 | 2024-12-13T23:08:39.815Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-13T23:08:39.815Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-13T23:08:39.815Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-13T23:08:39.817Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-13T23:08:39.820Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-13T23:08:39.820Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-13T23:08:39.820Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-13T23:08:39.820Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-13T23:08:39.820Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-13T23:08:39.820Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-13T23:08:39.820Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-13T23:08:39.820Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-13T23:08:39.820Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-13T23:08:39.820Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-13T23:08:39.899Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-13T23:08:39.902Z | + cargo check |
140 | 2024-12-13T23:08:40.096Z | Updating crates.io index |
141 | 2024-12-13T23:08:40.816Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-13T23:08:43.805Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-13T23:08:45.523Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-13T23:08:46.308Z | Downloading crates ... |
145 | 2024-12-13T23:08:46.425Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-13T23:08:46.436Z | Downloaded block-buffer v0.10.4 |
147 | 2024-12-13T23:08:46.438Z | Downloaded atomic-waker v1.1.2 |
148 | 2024-12-13T23:08:46.441Z | Downloaded async-trait v0.1.83 |
149 | 2024-12-13T23:08:46.446Z | Downloaded icu_provider_macros v1.5.0 |
150 | 2024-12-13T23:08:46.450Z | Downloaded foreign-types-shared v0.1.1 |
151 | 2024-12-13T23:08:46.453Z | Downloaded dtrace-parser v0.2.0 |
152 | 2024-12-13T23:08:46.455Z | Downloaded ident_case v1.0.1 |
153 | 2024-12-13T23:08:46.455Z | Downloaded tinystr v0.7.6 |
154 | 2024-12-13T23:08:46.459Z | Downloaded tokio-rustls v0.25.0 |
155 | 2024-12-13T23:08:46.463Z | Downloaded tower-service v0.3.3 |
156 | 2024-12-13T23:08:46.465Z | Downloaded try-lock v0.2.5 |
157 | 2024-12-13T23:08:46.465Z | Downloaded tinyvec_macros v0.1.1 |
158 | 2024-12-13T23:08:46.465Z | Downloaded equivalent v1.0.1 |
159 | 2024-12-13T23:08:46.468Z | Downloaded match_cfg v0.1.0 |
160 | 2024-12-13T23:08:46.468Z | Downloaded omicron-workspace-hack v0.1.0 |
161 | 2024-12-13T23:08:46.471Z | Downloaded instant v0.1.13 |
162 | 2024-12-13T23:08:46.473Z | Downloaded pretty-hex v0.4.1 |
163 | 2024-12-13T23:08:46.473Z | Downloaded write16 v1.0.0 |
164 | 2024-12-13T23:08:46.473Z | Downloaded progenitor-client v0.8.0 |
165 | 2024-12-13T23:08:46.476Z | Downloaded num_threads v0.1.7 |
166 | 2024-12-13T23:08:46.478Z | Downloaded http-body v1.0.1 |
167 | 2024-12-13T23:08:46.478Z | Downloaded zerofrom v0.1.4 |
168 | 2024-12-13T23:08:46.480Z | Downloaded waitgroup v0.1.2 |
169 | 2024-12-13T23:08:46.480Z | Downloaded crypto-common v0.1.6 |
170 | 2024-12-13T23:08:46.483Z | Downloaded async-stream v0.3.6 |
171 | 2024-12-13T23:08:46.485Z | Downloaded num-conv v0.1.0 |
172 | 2024-12-13T23:08:46.485Z | Downloaded yoke-derive v0.7.4 |
173 | 2024-12-13T23:08:46.487Z | Downloaded tokio-macros v2.4.0 |
174 | 2024-12-13T23:08:46.491Z | Downloaded version_check v0.9.5 |
175 | 2024-12-13T23:08:46.491Z | Downloaded tokio-rustls v0.26.0 |
176 | 2024-12-13T23:08:46.494Z | Downloaded openssl-macros v0.1.1 |
177 | 2024-12-13T23:08:46.494Z | Downloaded usdt-macro v0.5.0 |
178 | 2024-12-13T23:08:46.494Z | Downloaded cpufeatures v0.2.14 |
179 | 2024-12-13T23:08:46.496Z | Downloaded displaydoc v0.2.5 |
180 | 2024-12-13T23:08:46.499Z | Downloaded openssl-probe v0.1.5 |
181 | 2024-12-13T23:08:46.501Z | Downloaded memmap v0.7.0 |
182 | 2024-12-13T23:08:46.503Z | Downloaded hex v0.4.3 |
183 | 2024-12-13T23:08:46.505Z | Downloaded utf8_iter v1.0.4 |
184 | 2024-12-13T23:08:46.507Z | Downloaded usdt-impl v0.5.0 |
185 | 2024-12-13T23:08:46.510Z | Downloaded usdt v0.5.0 |
186 | 2024-12-13T23:08:46.510Z | Downloaded hostname v0.3.1 |
187 | 2024-12-13T23:08:46.513Z | Downloaded futures-macro v0.3.31 |
188 | 2024-12-13T23:08:46.513Z | Downloaded quinn-udp v0.5.5 |
189 | 2024-12-13T23:08:46.515Z | Downloaded pest_generator v2.7.14 |
190 | 2024-12-13T23:08:46.518Z | Downloaded hostname v0.4.0 |
191 | 2024-12-13T23:08:46.520Z | Downloaded heck v0.5.0 |
192 | 2024-12-13T23:08:46.520Z | Downloaded is-terminal v0.4.13 |
193 | 2024-12-13T23:08:46.523Z | Downloaded ppv-lite86 v0.2.20 |
194 | 2024-12-13T23:08:46.523Z | Downloaded httpdate v1.0.3 |
195 | 2024-12-13T23:08:46.526Z | Downloaded itoa v1.0.11 |
196 | 2024-12-13T23:08:46.528Z | Downloaded rand_core v0.6.4 |
197 | 2024-12-13T23:08:46.528Z | Downloaded zeroize v1.8.1 |
198 | 2024-12-13T23:08:46.530Z | Downloaded percent-encoding v2.3.1 |
199 | 2024-12-13T23:08:46.532Z | Downloaded ipnetwork v0.20.0 |
200 | 2024-12-13T23:08:46.534Z | Downloaded pin-utils v0.1.0 |
201 | 2024-12-13T23:08:46.534Z | Downloaded bytes v1.8.0 |
202 | 2024-12-13T23:08:46.538Z | Downloaded time-core v0.1.2 |
203 | 2024-12-13T23:08:46.540Z | Downloaded progenitor-macro v0.8.0 |
204 | 2024-12-13T23:08:46.543Z | Downloaded camino v1.1.9 |
205 | 2024-12-13T23:08:46.543Z | Downloaded zerovec-derive v0.10.3 |
206 | 2024-12-13T23:08:46.545Z | Downloaded writeable v0.5.5 |
207 | 2024-12-13T23:08:46.547Z | Downloaded sync_wrapper v1.0.1 |
208 | 2024-12-13T23:08:46.549Z | Downloaded futures-executor v0.3.31 |
209 | 2024-12-13T23:08:46.552Z | Downloaded mime v0.3.17 |
210 | 2024-12-13T23:08:46.552Z | Downloaded toml_datetime v0.6.8 |
211 | 2024-12-13T23:08:46.554Z | Downloaded newtype-uuid v1.1.3 |
212 | 2024-12-13T23:08:46.554Z | Downloaded paste v1.0.15 |
213 | 2024-12-13T23:08:46.558Z | Downloaded rand_chacha v0.3.1 |
214 | 2024-12-13T23:08:46.561Z | Downloaded utf16_iter v1.0.5 |
215 | 2024-12-13T23:08:46.563Z | Downloaded lock_api v0.4.12 |
216 | 2024-12-13T23:08:46.563Z | Downloaded progenitor v0.8.0 |
217 | 2024-12-13T23:08:46.566Z | Downloaded pest_derive v2.7.14 |
218 | 2024-12-13T23:08:46.569Z | Downloaded powerfmt v0.2.0 |
219 | 2024-12-13T23:08:46.569Z | Downloaded parse-display-derive v0.10.0 |
220 | 2024-12-13T23:08:46.572Z | Downloaded pin-project-lite v0.2.14 |
221 | 2024-12-13T23:08:46.575Z | Downloaded yoke v0.7.4 |
222 | 2024-12-13T23:08:46.577Z | Downloaded strum v0.26.3 |
223 | 2024-12-13T23:08:46.580Z | Downloaded httparse v1.9.5 |
224 | 2024-12-13T23:08:46.583Z | Downloaded bitflags v2.6.0 |
225 | 2024-12-13T23:08:46.585Z | Downloaded scroll_derive v0.12.0 |
226 | 2024-12-13T23:08:46.602Z | Downloaded slab v0.4.9 |
227 | 2024-12-13T23:08:46.602Z | Downloaded serde_spanned v0.6.8 |
228 | 2024-12-13T23:08:46.602Z | Downloaded take_mut v0.2.2 |
229 | 2024-12-13T23:08:46.602Z | Downloaded signal-hook-registry v1.4.2 |
230 | 2024-12-13T23:08:46.602Z | Downloaded strsim v0.11.1 |
231 | 2024-12-13T23:08:46.602Z | Downloaded crossbeam-utils v0.8.20 |
232 | 2024-12-13T23:08:46.602Z | Downloaded serde_path_to_error v0.1.16 |
233 | 2024-12-13T23:08:46.602Z | Downloaded thread-id v4.2.2 |
234 | 2024-12-13T23:08:46.604Z | Downloaded rustversion v1.0.17 |
235 | 2024-12-13T23:08:46.604Z | Downloaded schemars_derive v0.8.21 |
236 | 2024-12-13T23:08:46.604Z | Downloaded tinyvec v1.8.0 |
237 | 2024-12-13T23:08:46.606Z | Downloaded scopeguard v1.2.0 |
238 | 2024-12-13T23:08:46.609Z | Downloaded serde_tokenstream v0.2.2 |
239 | 2024-12-13T23:08:46.612Z | Downloaded icu_locid_transform_data v1.5.0 |
240 | 2024-12-13T23:08:46.612Z | Downloaded futures v0.3.31 |
241 | 2024-12-13T23:08:46.617Z | Downloaded subtle v2.6.1 |
242 | 2024-12-13T23:08:46.619Z | Downloaded multer v3.1.0 |
243 | 2024-12-13T23:08:46.621Z | Downloaded progenitor-impl v0.8.0 |
244 | 2024-12-13T23:08:46.625Z | Downloaded ahash v0.8.11 |
245 | 2024-12-13T23:08:46.627Z | Downloaded sha1 v0.10.6 |
246 | 2024-12-13T23:08:46.630Z | Downloaded slog-async v2.8.0 |
247 | 2024-12-13T23:08:46.630Z | Downloaded proc-macro2 v1.0.89 |
248 | 2024-12-13T23:08:46.633Z | Downloaded synstructure v0.13.1 |
249 | 2024-12-13T23:08:46.635Z | Downloaded structmeta-derive v0.3.0 |
250 | 2024-12-13T23:08:46.637Z | Downloaded slog-bunyan v2.5.0 |
251 | 2024-12-13T23:08:46.637Z | Downloaded slog-json v2.6.1 |
252 | 2024-12-13T23:08:46.639Z | Downloaded slog-term v2.9.1 |
253 | 2024-12-13T23:08:46.643Z | Downloaded unicode-ident v1.0.13 |
254 | 2024-12-13T23:08:46.646Z | Downloaded quote v1.0.37 |
255 | 2024-12-13T23:08:46.648Z | Downloaded indexmap v1.9.3 |
256 | 2024-12-13T23:08:46.651Z | Downloaded shlex v1.3.0 |
257 | 2024-12-13T23:08:46.654Z | Downloaded strum_macros v0.26.4 |
258 | 2024-12-13T23:08:46.656Z | Downloaded rustls-pemfile v2.2.0 |
259 | 2024-12-13T23:08:46.659Z | Downloaded pest_meta v2.7.14 |
260 | 2024-12-13T23:08:46.661Z | Downloaded allocator-api2 v0.2.18 |
261 | 2024-12-13T23:08:46.664Z | Downloaded serde_with_macros v3.11.0 |
262 | 2024-12-13T23:08:46.667Z | Downloaded cc v1.1.30 |
263 | 2024-12-13T23:08:46.669Z | Downloaded hyper-util v0.1.10 |
264 | 2024-12-13T23:08:46.674Z | Downloaded parking_lot v0.12.3 |
265 | 2024-12-13T23:08:46.677Z | Downloaded indexmap v2.6.0 |
266 | 2024-12-13T23:08:46.681Z | Downloaded scroll v0.12.0 |
267 | 2024-12-13T23:08:46.684Z | Downloaded crossbeam-channel v0.5.13 |
268 | 2024-12-13T23:08:46.688Z | Downloaded term v0.7.0 |
269 | 2024-12-13T23:08:46.691Z | Downloaded tracing v0.1.40 |
270 | 2024-12-13T23:08:46.696Z | Downloaded openssl-sys v0.9.103 |
271 | 2024-12-13T23:08:46.702Z | Downloaded sha2 v0.10.8 |
272 | 2024-12-13T23:08:46.704Z | Downloaded hashbrown v0.12.3 |
273 | 2024-12-13T23:08:46.709Z | Downloaded rand v0.8.5 |
274 | 2024-12-13T23:08:46.713Z | Downloaded socket2 v0.5.7 |
275 | 2024-12-13T23:08:46.715Z | Downloaded serde v1.0.215 |
276 | 2024-12-13T23:08:46.719Z | Downloaded memchr v2.7.4 |
277 | 2024-12-13T23:08:46.725Z | Downloaded quinn v0.11.5 |
278 | 2024-12-13T23:08:46.729Z | Downloaded mio v1.0.2 |
279 | 2024-12-13T23:08:46.735Z | Downloaded serde_derive v1.0.215 |
280 | 2024-12-13T23:08:46.738Z | Downloaded toml_edit v0.22.22 |
281 | 2024-12-13T23:08:46.761Z | Downloaded schemars v0.8.21 |
282 | 2024-12-13T23:08:46.773Z | Downloaded tokio-util v0.7.12 |
283 | 2024-12-13T23:08:46.780Z | Downloaded h2 v0.4.6 |
284 | 2024-12-13T23:08:46.787Z | Downloaded pest v2.7.14 |
285 | 2024-12-13T23:08:46.793Z | Downloaded serde_with v3.11.0 |
286 | 2024-12-13T23:08:46.801Z | Downloaded time v0.3.36 |
287 | 2024-12-13T23:08:46.809Z | Downloaded reqwest v0.12.9 |
288 | 2024-12-13T23:08:46.817Z | Downloaded rustls-webpki v0.102.8 |
289 | 2024-12-13T23:08:46.835Z | Downloaded serde_json v1.0.132 |
290 | 2024-12-13T23:08:46.842Z | Downloaded zerocopy v0.7.35 |
291 | 2024-12-13T23:08:46.858Z | Downloaded icu_properties_data v1.5.0 |
292 | 2024-12-13T23:08:46.867Z | Downloaded quinn-proto v0.11.8 |
293 | 2024-12-13T23:08:46.874Z | Downloaded chrono v0.4.38 |
294 | 2024-12-13T23:08:46.881Z | Downloaded winnow v0.6.20 |
295 | 2024-12-13T23:08:46.890Z | Downloaded dropshot v0.13.0 |
296 | 2024-12-13T23:08:46.910Z | Downloaded regex v1.11.1 |
297 | 2024-12-13T23:08:46.922Z | Downloaded vcpkg v0.2.15 |
298 | 2024-12-13T23:08:46.959Z | Downloaded goblin v0.8.2 |
299 | 2024-12-13T23:08:46.965Z | Downloaded webpki-roots v0.26.6 |
300 | 2024-12-13T23:08:46.968Z | Downloaded zerovec v0.10.4 |
301 | 2024-12-13T23:08:46.974Z | Downloaded futures-util v0.3.31 |
302 | 2024-12-13T23:08:46.986Z | Downloaded syn v2.0.87 |
303 | 2024-12-13T23:08:46.997Z | Downloaded openssl v0.10.66 |
304 | 2024-12-13T23:08:47.007Z | Downloaded regress v0.10.1 |
305 | 2024-12-13T23:08:47.014Z | Downloaded regress v0.9.1 |
306 | 2024-12-13T23:08:47.022Z | Downloaded rustls v0.22.4 |
307 | 2024-12-13T23:08:47.034Z | Downloaded rustls v0.23.19 |
308 | 2024-12-13T23:08:47.045Z | Downloaded openapiv3 v2.0.0 |
309 | 2024-12-13T23:08:47.056Z | Downloaded regex-syntax v0.8.5 |
310 | 2024-12-13T23:08:47.063Z | Downloaded aho-corasick v1.1.3 |
311 | 2024-12-13T23:08:47.069Z | Downloaded hyper v1.5.0 |
312 | 2024-12-13T23:08:47.076Z | Downloaded hashbrown v0.15.1 |
313 | 2024-12-13T23:08:47.080Z | Downloaded idna v1.0.3 |
314 | 2024-12-13T23:08:47.084Z | Downloaded hashbrown v0.14.5 |
315 | 2024-12-13T23:08:47.089Z | Downloaded typify-impl v0.2.0 |
316 | 2024-12-13T23:08:47.102Z | Downloaded http v1.1.0 |
317 | 2024-12-13T23:08:47.106Z | Downloaded tracing-core v0.1.32 |
318 | 2024-12-13T23:08:47.109Z | Downloaded url v2.5.3 |
319 | 2024-12-13T23:08:47.111Z | Downloaded icu_collections v1.5.0 |
320 | 2024-12-13T23:08:47.119Z | Downloaded regex-automata v0.4.8 |
321 | 2024-12-13T23:08:47.133Z | Downloaded rustls-pki-types v1.10.0 |
322 | 2024-12-13T23:08:47.136Z | Downloaded serde_yaml v0.9.34+deprecated |
323 | 2024-12-13T23:08:47.140Z | Downloaded libc v0.2.162 |
324 | 2024-12-13T23:08:47.164Z | Downloaded unsafe-libyaml v0.2.11 |
325 | 2024-12-13T23:08:47.167Z | Downloaded num-traits v0.2.19 |
326 | 2024-12-13T23:08:47.170Z | Downloaded icu_properties v1.5.1 |
327 | 2024-12-13T23:08:47.172Z | Downloaded slog v2.7.0 |
328 | 2024-12-13T23:08:47.176Z | Downloaded semver v1.0.23 |
329 | 2024-12-13T23:08:47.178Z | Downloaded ryu v1.0.18 |
330 | 2024-12-13T23:08:47.181Z | Downloaded spin v0.9.8 |
331 | 2024-12-13T23:08:47.184Z | Downloaded smallvec v1.13.2 |
332 | 2024-12-13T23:08:47.184Z | Downloaded icu_provider v1.5.0 |
333 | 2024-12-13T23:08:47.187Z | Downloaded icu_normalizer v1.5.0 |
334 | 2024-12-13T23:08:47.190Z | Downloaded tokio v1.40.0 |
335 | 2024-12-13T23:08:47.225Z | Downloaded ucd-trie v0.1.7 |
336 | 2024-12-13T23:08:47.227Z | Downloaded typenum v1.17.0 |
337 | 2024-12-13T23:08:47.229Z | Downloaded toml v0.8.19 |
338 | 2024-12-13T23:08:47.231Z | Downloaded log v0.4.22 |
339 | 2024-12-13T23:08:47.234Z | Downloaded thiserror v1.0.69 |
340 | 2024-12-13T23:08:47.238Z | Downloaded zerocopy-derive v0.7.35 |
341 | 2024-12-13T23:08:47.241Z | Downloaded serde_urlencoded v0.7.1 |
342 | 2024-12-13T23:08:47.244Z | Downloaded serde_derive_internals v0.29.1 |
343 | 2024-12-13T23:08:47.244Z | Downloaded icu_normalizer_data v1.5.0 |
344 | 2024-12-13T23:08:47.247Z | Downloaded uuid v1.11.0 |
345 | 2024-12-13T23:08:47.249Z | Downloaded darling_core v0.20.10 |
346 | 2024-12-13T23:08:47.252Z | Downloaded icu_locid v1.5.0 |
347 | 2024-12-13T23:08:47.257Z | Downloaded dropshot_endpoint v0.13.0 |
348 | 2024-12-13T23:08:47.260Z | Downloaded futures-channel v0.3.31 |
349 | 2024-12-13T23:08:47.262Z | Downloaded rustc-hash v2.0.0 |
350 | 2024-12-13T23:08:47.265Z | Downloaded thread_local v1.1.8 |
351 | 2024-12-13T23:08:47.265Z | Downloaded pkg-config v0.3.31 |
352 | 2024-12-13T23:08:47.267Z | Downloaded icu_locid_transform v1.5.0 |
353 | 2024-12-13T23:08:47.269Z | Downloaded structmeta v0.3.0 |
354 | 2024-12-13T23:08:47.269Z | Downloaded parking_lot_core v0.9.10 |
355 | 2024-12-13T23:08:47.271Z | Downloaded backoff v0.4.0 |
356 | 2024-12-13T23:08:47.273Z | Downloaded stable_deref_trait v1.2.0 |
357 | 2024-12-13T23:08:47.273Z | Downloaded thiserror-impl v1.0.69 |
358 | 2024-12-13T23:08:47.276Z | Downloaded base64 v0.22.1 |
359 | 2024-12-13T23:08:47.278Z | Downloaded anyhow v1.0.93 |
360 | 2024-12-13T23:08:47.281Z | Downloaded ipnet v2.10.1 |
361 | 2024-12-13T23:08:47.283Z | Downloaded iana-time-zone v0.1.61 |
362 | 2024-12-13T23:08:47.285Z | Downloaded getrandom v0.2.15 |
363 | 2024-12-13T23:08:47.288Z | Downloaded macaddr v1.0.1 |
364 | 2024-12-13T23:08:47.290Z | Downloaded litemap v0.7.3 |
365 | 2024-12-13T23:08:47.292Z | Downloaded once_cell v1.20.2 |
366 | 2024-12-13T23:08:47.294Z | Downloaded encoding_rs v0.8.34 |
367 | 2024-12-13T23:08:47.313Z | Downloaded native-tls v0.2.12 |
368 | 2024-12-13T23:08:47.315Z | Downloaded darling v0.20.10 |
369 | 2024-12-13T23:08:47.318Z | Downloaded typify v0.2.0 |
370 | 2024-12-13T23:08:47.321Z | Downloaded plain v0.2.3 |
371 | 2024-12-13T23:08:47.324Z | Downloaded generic-array v0.14.7 |
372 | 2024-12-13T23:08:47.324Z | Downloaded hyper-rustls v0.27.3 |
373 | 2024-12-13T23:08:47.326Z | Downloaded futures-sink v0.3.31 |
374 | 2024-12-13T23:08:47.328Z | Downloaded cfg-if v1.0.0 |
375 | 2024-12-13T23:08:47.328Z | Downloaded hyper-tls v0.6.0 |
376 | 2024-12-13T23:08:47.329Z | Downloaded digest v0.10.7 |
377 | 2024-12-13T23:08:47.331Z | Downloaded futures-io v0.3.31 |
378 | 2024-12-13T23:08:47.331Z | Downloaded parse-display v0.10.0 |
379 | 2024-12-13T23:08:47.333Z | Downloaded zerofrom-derive v0.1.4 |
380 | 2024-12-13T23:08:47.333Z | Downloaded tokio-native-tls v0.3.1 |
381 | 2024-12-13T23:08:47.336Z | Downloaded idna_adapter v1.2.0 |
382 | 2024-12-13T23:08:47.336Z | Downloaded form_urlencoded v1.2.1 |
383 | 2024-12-13T23:08:47.336Z | Downloaded untrusted v0.9.0 |
384 | 2024-12-13T23:08:47.338Z | Downloaded typify-macro v0.2.0 |
385 | 2024-12-13T23:08:47.338Z | Downloaded futures-task v0.3.31 |
386 | 2024-12-13T23:08:47.340Z | Downloaded dirs-next v2.0.0 |
387 | 2024-12-13T23:08:47.340Z | Downloaded dirs-sys-next v0.1.2 |
388 | 2024-12-13T23:08:47.340Z | Downloaded deranged v0.3.11 |
389 | 2024-12-13T23:08:47.342Z | Downloaded want v0.3.1 |
390 | 2024-12-13T23:08:47.342Z | Downloaded http-body-util v0.1.2 |
391 | 2024-12-13T23:08:47.344Z | Downloaded futures-core v0.3.31 |
392 | 2024-12-13T23:08:47.347Z | Downloaded dyn-clone v1.0.17 |
393 | 2024-12-13T23:08:47.347Z | Downloaded dof v0.3.0 |
394 | 2024-12-13T23:08:47.349Z | Downloaded debug-ignore v1.0.5 |
395 | 2024-12-13T23:08:47.349Z | Downloaded byteorder v1.5.0 |
396 | 2024-12-13T23:08:47.352Z | Downloaded autocfg v1.4.0 |
397 | 2024-12-13T23:08:47.354Z | Downloaded usdt-attr-macro v0.5.0 |
398 | 2024-12-13T23:08:47.354Z | Downloaded darling_macro v0.20.10 |
399 | 2024-12-13T23:08:47.354Z | Downloaded time-macros v0.2.18 |
400 | 2024-12-13T23:08:47.356Z | Downloaded foreign-types v0.3.2 |
401 | 2024-12-13T23:08:47.356Z | Downloaded fnv v1.0.7 |
402 | 2024-12-13T23:08:47.488Z | Downloaded ring v0.17.8 |
403 | 2024-12-13T23:08:47.815Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-13T23:08:47.815Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-13T23:08:47.818Z | Compiling libc v0.2.162 |
406 | 2024-12-13T23:08:47.818Z | Checking cfg-if v1.0.0 |
407 | 2024-12-13T23:08:47.818Z | Compiling autocfg v1.4.0 |
408 | 2024-12-13T23:08:47.818Z | Compiling serde v1.0.215 |
409 | 2024-12-13T23:08:47.818Z | Compiling version_check v0.9.5 |
410 | 2024-12-13T23:08:47.841Z | Checking memchr v2.7.4 |
411 | 2024-12-13T23:08:47.949Z | Compiling serde_json v1.0.132 |
412 | 2024-12-13T23:08:48.016Z | Checking itoa v1.0.11 |
413 | 2024-12-13T23:08:48.364Z | Compiling thiserror v1.0.69 |
414 | 2024-12-13T23:08:48.512Z | Checking once_cell v1.20.2 |
415 | 2024-12-13T23:08:48.532Z | Compiling shlex v1.3.0 |
416 | 2024-12-13T23:08:48.749Z | Compiling cc v1.1.30 |
417 | 2024-12-13T23:08:48.868Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-13T23:08:48.984Z | Compiling num-traits v0.2.19 |
419 | 2024-12-13T23:08:49.205Z | Checking smallvec v1.13.2 |
420 | 2024-12-13T23:08:49.234Z | Checking bytes v1.8.0 |
421 | 2024-12-13T23:08:49.298Z | Checking getrandom v0.2.15 |
422 | 2024-12-13T23:08:49.318Z | Checking ryu v1.0.18 |
423 | 2024-12-13T23:08:49.597Z | Checking futures-core v0.3.31 |
424 | 2024-12-13T23:08:49.616Z | Compiling quote v1.0.37 |
425 | 2024-12-13T23:08:49.636Z | Compiling lock_api v0.4.12 |
426 | 2024-12-13T23:08:49.782Z | Compiling byteorder v1.5.0 |
427 | 2024-12-13T23:08:49.803Z | Compiling parking_lot_core v0.9.10 |
428 | 2024-12-13T23:08:50.067Z | Compiling syn v2.0.87 |
429 | 2024-12-13T23:08:50.086Z | Compiling ahash v0.8.11 |
430 | 2024-12-13T23:08:50.265Z | Checking scopeguard v1.2.0 |
431 | 2024-12-13T23:08:50.268Z | Compiling schemars v0.8.21 |
432 | 2024-12-13T23:08:50.378Z | Compiling slab v0.4.9 |
433 | 2024-12-13T23:08:50.532Z | Checking futures-sink v0.3.31 |
434 | 2024-12-13T23:08:50.551Z | Checking log v0.4.22 |
435 | 2024-12-13T23:08:50.621Z | Checking socket2 v0.5.7 |
436 | 2024-12-13T23:08:50.672Z | Checking signal-hook-registry v1.4.2 |
437 | 2024-12-13T23:08:50.698Z | Checking mio v1.0.2 |
438 | 2024-12-13T23:08:50.828Z | Checking parking_lot v0.12.3 |
439 | 2024-12-13T23:08:50.849Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-13T23:08:50.916Z | Checking fnv v1.0.7 |
441 | 2024-12-13T23:08:50.948Z | Checking equivalent v1.0.1 |
442 | 2024-12-13T23:08:51.041Z | Compiling semver v1.0.23 |
443 | 2024-12-13T23:08:51.060Z | Checking hashbrown v0.15.1 |
444 | 2024-12-13T23:08:51.090Z | Checking http v1.1.0 |
445 | 2024-12-13T23:08:51.151Z | Checking futures-channel v0.3.31 |
446 | 2024-12-13T23:08:51.169Z | Checking futures-io v0.3.31 |
447 | 2024-12-13T23:08:51.278Z | Checking futures-task v0.3.31 |
448 | 2024-12-13T23:08:51.343Z | Checking pin-utils v0.1.0 |
449 | 2024-12-13T23:08:51.431Z | Compiling pkg-config v0.3.31 |
450 | 2024-12-13T23:08:51.491Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-13T23:08:51.512Z | Checking rustls-pki-types v1.10.0 |
452 | 2024-12-13T23:08:51.607Z | Checking spin v0.9.8 |
453 | 2024-12-13T23:08:51.821Z | Compiling ring v0.17.8 |
454 | 2024-12-13T23:08:51.839Z | Compiling heck v0.5.0 |
455 | 2024-12-13T23:08:52.134Z | Checking iana-time-zone v0.1.61 |
456 | 2024-12-13T23:08:52.273Z | Checking writeable v0.5.5 |
457 | 2024-12-13T23:08:52.291Z | Checking litemap v0.7.3 |
458 | 2024-12-13T23:08:52.511Z | Compiling ucd-trie v0.1.7 |
459 | 2024-12-13T23:08:52.603Z | Checking untrusted v0.9.0 |
460 | 2024-12-13T23:08:52.649Z | Compiling httparse v1.9.5 |
461 | 2024-12-13T23:08:52.749Z | Checking tracing-core v0.1.32 |
462 | 2024-12-13T23:08:52.965Z | Compiling allocator-api2 v0.2.18 |
463 | 2024-12-13T23:08:53.121Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-13T23:08:53.414Z | Checking dyn-clone v1.0.17 |
465 | 2024-12-13T23:08:53.539Z | Checking atomic-waker v1.1.2 |
466 | 2024-12-13T23:08:53.673Z | Checking tracing v0.1.40 |
467 | 2024-12-13T23:08:53.735Z | Checking http-body v1.0.1 |
468 | 2024-12-13T23:08:53.992Z | Checking zeroize v1.8.1 |
469 | 2024-12-13T23:08:54.056Z | Checking try-lock v0.2.5 |
470 | 2024-12-13T23:08:54.061Z | Compiling uuid v1.11.0 |
471 | 2024-12-13T23:08:54.202Z | Checking subtle v2.6.1 |
472 | 2024-12-13T23:08:54.239Z | Checking icu_locid_transform_data v1.5.0 |
473 | 2024-12-13T23:08:54.328Z | Checking want v0.3.1 |
474 | 2024-12-13T23:08:54.406Z | Compiling chrono v0.4.38 |
475 | 2024-12-13T23:08:54.438Z | Checking icu_properties_data v1.5.0 |
476 | 2024-12-13T23:08:54.491Z | Compiling openssl v0.10.66 |
477 | 2024-12-13T23:08:54.513Z | Checking httpdate v1.0.3 |
478 | 2024-12-13T23:08:54.595Z | Checking foreign-types-shared v0.1.1 |
479 | 2024-12-13T23:08:54.675Z | Compiling slog v2.7.0 |
480 | 2024-12-13T23:08:54.697Z | Checking foreign-types v0.3.2 |
481 | 2024-12-13T23:08:54.923Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-13T23:08:55.004Z | Checking bitflags v2.6.0 |
483 | 2024-12-13T23:08:55.226Z | Compiling regex-syntax v0.8.5 |
484 | 2024-12-13T23:08:55.255Z | Compiling rustls v0.23.19 |
485 | 2024-12-13T23:08:55.557Z | Checking write16 v1.0.0 |
486 | 2024-12-13T23:08:55.674Z | Checking percent-encoding v2.3.1 |
487 | 2024-12-13T23:08:55.880Z | Checking tower-service v0.3.3 |
488 | 2024-12-13T23:08:56.026Z | Compiling native-tls v0.2.12 |
489 | 2024-12-13T23:08:56.405Z | Checking icu_normalizer_data v1.5.0 |
490 | 2024-12-13T23:08:56.431Z | Checking utf8_iter v1.0.4 |
491 | 2024-12-13T23:08:56.505Z | Compiling typenum v1.17.0 |
492 | 2024-12-13T23:08:56.626Z | Checking utf16_iter v1.0.5 |
493 | 2024-12-13T23:08:56.696Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-13T23:08:56.889Z | Compiling generic-array v0.14.7 |
495 | 2024-12-13T23:08:57.278Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-13T23:08:57.604Z | Compiling synstructure v0.13.1 |
497 | 2024-12-13T23:08:57.774Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-13T23:08:58.447Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-13T23:08:58.888Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-13T23:08:59.945Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-13T23:09:00.089Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-13T23:09:00.252Z | Compiling time-core v0.1.2 |
503 | 2024-12-13T23:09:00.317Z | Checking powerfmt v0.2.0 |
504 | 2024-12-13T23:09:00.587Z | Compiling num-conv v0.1.0 |
505 | 2024-12-13T23:09:00.667Z | Checking mime v0.3.17 |
506 | 2024-12-13T23:09:00.846Z | Compiling time-macros v0.2.18 |
507 | 2024-12-13T23:09:00.987Z | Checking deranged v0.3.11 |
508 | 2024-12-13T23:09:01.314Z | Compiling thread-id v4.2.2 |
509 | 2024-12-13T23:09:02.452Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-13T23:09:02.658Z | Checking webpki-roots v0.26.6 |
511 | 2024-12-13T23:09:02.709Z | Compiling strsim v0.11.1 |
512 | 2024-12-13T23:09:02.899Z | Compiling regex v1.11.1 |
513 | 2024-12-13T23:09:03.034Z | Checking num_threads v0.1.7 |
514 | 2024-12-13T23:09:03.147Z | Checking base64 v0.22.1 |
515 | 2024-12-13T23:09:03.200Z | Compiling serde_derive v1.0.215 |
516 | 2024-12-13T23:09:03.370Z | Compiling zerocopy-derive v0.7.35 |
517 | 2024-12-13T23:09:03.641Z | Compiling thiserror-impl v1.0.69 |
518 | 2024-12-13T23:09:03.661Z | Compiling schemars_derive v0.8.21 |
519 | 2024-12-13T23:09:03.817Z | Compiling zerofrom-derive v0.1.4 |
520 | 2024-12-13T23:09:03.875Z | Compiling yoke-derive v0.7.4 |
521 | 2024-12-13T23:09:04.143Z | Compiling tokio-macros v2.4.0 |
522 | 2024-12-13T23:09:05.409Z | Compiling zerocopy v0.7.35 |
523 | 2024-12-13T23:09:06.625Z | Checking tokio v1.40.0 |
524 | 2024-12-13T23:09:06.643Z | Compiling zerovec-derive v0.10.3 |
525 | 2024-12-13T23:09:06.647Z | Compiling displaydoc v0.2.5 |
526 | 2024-12-13T23:09:06.698Z | Compiling futures-macro v0.3.31 |
527 | 2024-12-13T23:09:07.064Z | Compiling pest v2.7.14 |
528 | 2024-12-13T23:09:07.404Z | Checking zerofrom v0.1.4 |
529 | 2024-12-13T23:09:07.588Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-12-13T23:09:07.611Z | Checking yoke v0.7.4 |
531 | 2024-12-13T23:09:07.960Z | Compiling hashbrown v0.14.5 |
532 | 2024-12-13T23:09:08.527Z | Checking futures-util v0.3.31 |
533 | 2024-12-13T23:09:08.604Z | Compiling openssl-macros v0.1.1 |
534 | 2024-12-13T23:09:09.148Z | Checking zerovec v0.10.4 |
535 | 2024-12-13T23:09:09.254Z | Compiling regress v0.10.1 |
536 | 2024-12-13T23:09:09.922Z | Compiling pest_meta v2.7.14 |
537 | 2024-12-13T23:09:09.995Z | Compiling scroll_derive v0.12.0 |
538 | 2024-12-13T23:09:11.456Z | Checking tinystr v0.7.6 |
539 | 2024-12-13T23:09:11.873Z | Checking icu_locid v1.5.0 |
540 | 2024-12-13T23:09:12.966Z | Checking icu_provider v1.5.0 |
541 | 2024-12-13T23:09:13.645Z | Checking icu_locid_transform v1.5.0 |
542 | 2024-12-13T23:09:13.794Z | Checking tokio-util v0.7.12 |
543 | 2024-12-13T23:09:13.909Z | Compiling pest_generator v2.7.14 |
544 | 2024-12-13T23:09:14.019Z | Checking icu_collections v1.5.0 |
545 | 2024-12-13T23:09:14.058Z | Checking http-body-util v0.1.2 |
546 | 2024-12-13T23:09:14.493Z | Checking tokio-rustls v0.26.0 |
547 | 2024-12-13T23:09:14.583Z | Checking scroll v0.12.0 |
548 | 2024-12-13T23:09:14.675Z | Checking icu_properties v1.5.1 |
549 | 2024-12-13T23:09:15.276Z | Checking tokio-native-tls v0.3.1 |
550 | 2024-12-13T23:09:15.550Z | Compiling pest_derive v2.7.14 |
551 | 2024-12-13T23:09:15.714Z | Checking indexmap v2.6.0 |
552 | 2024-12-13T23:09:17.012Z | Compiling serde_tokenstream v0.2.2 |
553 | 2024-12-13T23:09:17.271Z | Checking h2 v0.4.6 |
554 | 2024-12-13T23:09:18.089Z | Checking icu_normalizer v1.5.0 |
555 | 2024-12-13T23:09:18.169Z | Compiling dtrace-parser v0.2.0 |
556 | 2024-12-13T23:09:18.202Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-12-13T23:09:18.262Z | Compiling crossbeam-utils v0.8.20 |
558 | 2024-12-13T23:09:18.810Z | Compiling dof v0.3.0 |
559 | 2024-12-13T23:09:18.971Z | Checking idna_adapter v1.2.0 |
560 | 2024-12-13T23:09:19.031Z | Checking idna v1.0.3 |
561 | 2024-12-13T23:09:19.218Z | Checking plain v0.2.3 |
562 | 2024-12-13T23:09:19.359Z | Compiling ident_case v1.0.1 |
563 | 2024-12-13T23:09:19.536Z | Checking url v2.5.3 |
564 | 2024-12-13T23:09:19.557Z | Compiling darling_core v0.20.10 |
565 | 2024-12-13T23:09:19.636Z | Checking time v0.3.36 |
566 | 2024-12-13T23:09:19.716Z | Checking goblin v0.8.2 |
567 | 2024-12-13T23:09:20.077Z | Checking typify-impl v0.2.0 |
568 | 2024-12-13T23:09:20.370Z | Compiling openapiv3 v2.0.0 |
569 | 2024-12-13T23:09:21.462Z | Checking hyper v1.5.0 |
570 | 2024-12-13T23:09:26.859Z | Checking hyper-util v0.1.10 |
571 | 2024-12-13T23:09:26.964Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-13T23:09:26.964Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-12-13T23:09:26.964Z | Compiling rustls v0.22.4 |
574 | 2024-12-13T23:09:26.964Z | Compiling rustversion v1.0.17 |
575 | 2024-12-13T23:09:26.964Z | Checking ipnet v2.10.1 |
576 | 2024-12-13T23:09:26.964Z | Checking pretty-hex v0.4.1 |
577 | 2024-12-13T23:09:26.964Z | Compiling omicron-workspace-hack v0.1.0 |
578 | 2024-12-13T23:09:26.964Z | Checking hyper-rustls v0.27.3 |
579 | 2024-12-13T23:09:26.964Z | Checking hyper-tls v0.6.0 |
580 | 2024-12-13T23:09:26.964Z | Compiling paste v1.0.15 |
581 | 2024-12-13T23:09:26.965Z | Compiling unsafe-libyaml v0.2.11 |
582 | 2024-12-13T23:09:26.965Z | Checking reqwest v0.12.9 |
583 | 2024-12-13T23:09:26.965Z | Compiling darling_macro v0.20.10 |
584 | 2024-12-13T23:09:26.965Z | Checking dirs-next v2.0.0 |
585 | 2024-12-13T23:09:26.965Z | Checking toml_datetime v0.6.8 |
586 | 2024-12-13T23:09:26.965Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-13T23:09:26.965Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-13T23:09:26.965Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-13T23:09:26.965Z | Checking block-buffer v0.10.4 |
590 | 2024-12-13T23:09:26.965Z | Checking crypto-common v0.1.6 |
591 | 2024-12-13T23:09:26.965Z | Checking rand_core v0.6.4 |
592 | 2024-12-13T23:09:26.965Z | Compiling serde_yaml v0.9.34+deprecated |
593 | 2024-12-13T23:09:26.965Z | Checking thread_local v1.1.8 |
594 | 2024-12-13T23:09:26.965Z | Compiling multer v3.1.0 |
595 | 2024-12-13T23:09:26.986Z | Compiling camino v1.1.9 |
596 | 2024-12-13T23:09:26.986Z | Checking winnow v0.6.20 |
597 | 2024-12-13T23:09:27.002Z | Checking match_cfg v0.1.0 |
598 | 2024-12-13T23:09:27.062Z | Compiling slog-async v2.8.0 |
599 | 2024-12-13T23:09:27.111Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-13T23:09:27.113Z | Compiling anyhow v1.0.93 |
601 | 2024-12-13T23:09:27.535Z | Checking hostname v0.3.1 |
602 | 2024-12-13T23:09:27.556Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-13T23:09:27.631Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-13T23:09:27.896Z | Compiling darling v0.20.10 |
605 | 2024-12-13T23:09:27.960Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-13T23:09:28.014Z | Checking digest v0.10.7 |
607 | 2024-12-13T23:09:28.192Z | Checking term v0.7.0 |
608 | 2024-12-13T23:09:28.703Z | Compiling structmeta v0.3.0 |
609 | 2024-12-13T23:09:28.723Z | Checking slog-json v2.6.1 |
610 | 2024-12-13T23:09:28.967Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-13T23:09:29.099Z | Compiling usdt-macro v0.5.0 |
612 | 2024-12-13T23:09:29.137Z | Checking futures-executor v0.3.31 |
613 | 2024-12-13T23:09:29.362Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-13T23:09:29.871Z | Checking is-terminal v0.4.13 |
615 | 2024-12-13T23:09:29.955Z | Checking toml_edit v0.22.22 |
616 | 2024-12-13T23:09:29.996Z | Checking memmap v0.7.0 |
617 | 2024-12-13T23:09:30.145Z | Compiling dropshot v0.13.0 |
618 | 2024-12-13T23:09:30.211Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-13T23:09:30.315Z | Checking take_mut v0.2.2 |
620 | 2024-12-13T23:09:30.372Z | Checking sha1 v0.10.6 |
621 | 2024-12-13T23:09:30.402Z | Checking usdt v0.5.0 |
622 | 2024-12-13T23:09:30.546Z | Checking slog-term v2.9.1 |
623 | 2024-12-13T23:09:30.628Z | Compiling strum_macros v0.26.4 |
624 | 2024-12-13T23:09:30.631Z | Checking async-stream v0.3.6 |
625 | 2024-12-13T23:09:30.667Z | Checking futures v0.3.31 |
626 | 2024-12-13T23:09:30.754Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-13T23:09:30.774Z | Checking slog-bunyan v2.5.0 |
628 | 2024-12-13T23:09:30.941Z | Compiling serde_with_macros v3.11.0 |
629 | 2024-12-13T23:09:31.027Z | Checking rand v0.8.5 |
630 | 2024-12-13T23:09:32.020Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-13T23:09:32.349Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-13T23:09:32.369Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-13T23:09:32.417Z | Checking hex v0.4.3 |
634 | 2024-12-13T23:09:32.571Z | Checking toml v0.8.19 |
635 | 2024-12-13T23:09:32.706Z | Checking serde_path_to_error v0.1.16 |
636 | 2024-12-13T23:09:32.974Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-13T23:09:33.314Z | Compiling async-trait v0.1.83 |
638 | 2024-12-13T23:09:33.336Z | Checking waitgroup v0.1.2 |
639 | 2024-12-13T23:09:33.474Z | Checking hostname v0.4.0 |
640 | 2024-12-13T23:09:33.581Z | Checking instant v0.1.13 |
641 | 2024-12-13T23:09:33.609Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-13T23:09:33.696Z | Checking backoff v0.4.0 |
643 | 2024-12-13T23:09:33.743Z | Checking serde_with v3.11.0 |
644 | 2024-12-13T23:09:33.771Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-13T23:09:33.920Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-13T23:09:33.958Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-13T23:09:34.064Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2024-12-13T23:09:34.285Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-12-13T23:09:34.451Z | Checking macaddr v1.0.1 |
650 | 2024-12-13T23:09:34.618Z | Checking parse-display v0.10.0 |
651 | 2024-12-13T23:09:34.781Z | Checking regress v0.9.1 |
652 | 2024-12-13T23:09:35.182Z | Checking strum v0.26.3 |
653 | 2024-12-13T23:09:35.200Z | Compiling typify-macro v0.2.0 |
654 | 2024-12-13T23:09:37.185Z | Compiling typify v0.2.0 |
655 | 2024-12-13T23:09:37.280Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-13T23:09:39.848Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-13T23:09:44.013Z | Checking progenitor v0.8.0 |
658 | 2024-12-13T23:09:44.144Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-13T23:09:47.134Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-13T23:09:54.839Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-13T23:09:54.902Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-13T23:09:55.230Z | + cargo build --release |
663 | 2024-12-13T23:09:55.484Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-13T23:09:55.486Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-13T23:09:55.486Z | Compiling libc v0.2.162 |
666 | 2024-12-13T23:09:55.486Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-13T23:09:55.486Z | Compiling autocfg v1.4.0 |
668 | 2024-12-13T23:09:55.486Z | Compiling version_check v0.9.5 |
669 | 2024-12-13T23:09:55.486Z | Compiling serde v1.0.215 |
670 | 2024-12-13T23:09:55.486Z | Compiling memchr v2.7.4 |
671 | 2024-12-13T23:09:55.610Z | Compiling serde_json v1.0.132 |
672 | 2024-12-13T23:09:55.674Z | Compiling itoa v1.0.11 |
673 | 2024-12-13T23:09:55.934Z | Compiling thiserror v1.0.69 |
674 | 2024-12-13T23:09:56.049Z | Compiling once_cell v1.20.2 |
675 | 2024-12-13T23:09:56.131Z | Compiling shlex v1.3.0 |
676 | 2024-12-13T23:09:56.353Z | Compiling cc v1.1.30 |
677 | 2024-12-13T23:09:56.499Z | Compiling num-traits v0.2.19 |
678 | 2024-12-13T23:09:56.824Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-13T23:09:56.937Z | Compiling getrandom v0.2.15 |
680 | 2024-12-13T23:09:56.957Z | Compiling smallvec v1.13.2 |
681 | 2024-12-13T23:09:57.019Z | Compiling bytes v1.8.0 |
682 | 2024-12-13T23:09:57.144Z | Compiling quote v1.0.37 |
683 | 2024-12-13T23:09:57.275Z | Compiling ryu v1.0.18 |
684 | 2024-12-13T23:09:57.397Z | Compiling futures-core v0.3.31 |
685 | 2024-12-13T23:09:57.496Z | Compiling lock_api v0.4.12 |
686 | 2024-12-13T23:09:57.642Z | Compiling syn v2.0.87 |
687 | 2024-12-13T23:09:57.759Z | Compiling ahash v0.8.11 |
688 | 2024-12-13T23:09:57.816Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-13T23:09:57.821Z | Compiling byteorder v1.5.0 |
690 | 2024-12-13T23:09:58.077Z | Compiling schemars v0.8.21 |
691 | 2024-12-13T23:09:58.220Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-13T23:09:58.257Z | Compiling slab v0.4.9 |
693 | 2024-12-13T23:09:58.430Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-13T23:09:58.572Z | Compiling log v0.4.22 |
695 | 2024-12-13T23:09:58.706Z | Compiling mio v1.0.2 |
696 | 2024-12-13T23:09:58.728Z | Compiling socket2 v0.5.7 |
697 | 2024-12-13T23:09:58.866Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-13T23:09:58.896Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-13T23:09:59.036Z | Compiling semver v1.0.23 |
700 | 2024-12-13T23:09:59.058Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-13T23:09:59.300Z | Compiling ring v0.17.8 |
702 | 2024-12-13T23:09:59.494Z | Compiling fnv v1.0.7 |
703 | 2024-12-13T23:09:59.519Z | Compiling hashbrown v0.15.1 |
704 | 2024-12-13T23:09:59.619Z | Compiling equivalent v1.0.1 |
705 | 2024-12-13T23:09:59.719Z | Compiling http v1.1.0 |
706 | 2024-12-13T23:10:00.331Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-13T23:10:00.405Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-13T23:10:00.468Z | Compiling futures-io v0.3.31 |
709 | 2024-12-13T23:10:00.486Z | Compiling futures-task v0.3.31 |
710 | 2024-12-13T23:10:00.793Z | Compiling rustls-pki-types v1.10.0 |
711 | 2024-12-13T23:10:00.802Z | Compiling pkg-config v0.3.31 |
712 | 2024-12-13T23:10:00.961Z | Compiling vcpkg v0.2.15 |
713 | 2024-12-13T23:10:00.968Z | Compiling heck v0.5.0 |
714 | 2024-12-13T23:10:00.981Z | Compiling spin v0.9.8 |
715 | 2024-12-13T23:10:01.980Z | Compiling ucd-trie v0.1.7 |
716 | 2024-12-13T23:10:02.036Z | Compiling iana-time-zone v0.1.61 |
717 | 2024-12-13T23:10:02.525Z | Compiling untrusted v0.9.0 |
718 | 2024-12-13T23:10:02.568Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-13T23:10:02.665Z | Compiling writeable v0.5.5 |
720 | 2024-12-13T23:10:02.709Z | Compiling httparse v1.9.5 |
721 | 2024-12-13T23:10:02.744Z | Compiling litemap v0.7.3 |
722 | 2024-12-13T23:10:03.434Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-13T23:10:03.643Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-13T23:10:03.765Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-13T23:10:03.889Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-13T23:10:04.406Z | Compiling tracing v0.1.40 |
727 | 2024-12-13T23:10:04.409Z | Compiling http-body v1.0.1 |
728 | 2024-12-13T23:10:04.651Z | Compiling zeroize v1.8.1 |
729 | 2024-12-13T23:10:04.971Z | Compiling chrono v0.4.38 |
730 | 2024-12-13T23:10:04.980Z | Compiling uuid v1.11.0 |
731 | 2024-12-13T23:10:05.072Z | Compiling try-lock v0.2.5 |
732 | 2024-12-13T23:10:05.208Z | Compiling icu_locid_transform_data v1.5.0 |
733 | 2024-12-13T23:10:05.256Z | Compiling synstructure v0.13.1 |
734 | 2024-12-13T23:10:05.296Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-12-13T23:10:05.559Z | Compiling subtle v2.6.1 |
736 | 2024-12-13T23:10:05.836Z | Compiling want v0.3.1 |
737 | 2024-12-13T23:10:06.173Z | Compiling slog v2.7.0 |
738 | 2024-12-13T23:10:06.657Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-13T23:10:06.664Z | Compiling httpdate v1.0.3 |
740 | 2024-12-13T23:10:07.003Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-12-13T23:10:07.125Z | Compiling openssl v0.10.66 |
742 | 2024-12-13T23:10:07.251Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-13T23:10:07.473Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-13T23:10:07.566Z | Compiling utf16_iter v1.0.5 |
745 | 2024-12-13T23:10:07.777Z | Compiling percent-encoding v2.3.1 |
746 | 2024-12-13T23:10:08.243Z | Compiling rustls v0.23.19 |
747 | 2024-12-13T23:10:08.561Z | Compiling native-tls v0.2.12 |
748 | 2024-12-13T23:10:08.824Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-12-13T23:10:08.901Z | Compiling bitflags v2.6.0 |
750 | 2024-12-13T23:10:08.904Z | Compiling regex-syntax v0.8.5 |
751 | 2024-12-13T23:10:08.916Z | Compiling tower-service v0.3.3 |
752 | 2024-12-13T23:10:09.024Z | Compiling utf8_iter v1.0.4 |
753 | 2024-12-13T23:10:09.236Z | Compiling write16 v1.0.0 |
754 | 2024-12-13T23:10:09.247Z | Compiling typenum v1.17.0 |
755 | 2024-12-13T23:10:09.295Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-13T23:10:09.883Z | Compiling generic-array v0.14.7 |
757 | 2024-12-13T23:10:10.313Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-13T23:10:10.906Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-13T23:10:11.463Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-13T23:10:11.647Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-13T23:10:11.839Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-13T23:10:11.926Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-13T23:10:13.542Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-13T23:10:14.770Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-13T23:10:14.832Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-13T23:10:15.151Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-13T23:10:15.464Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-13T23:10:15.713Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-13T23:10:16.344Z | Compiling tokio v1.40.0 |
770 | 2024-12-13T23:10:16.384Z | Compiling displaydoc v0.2.5 |
771 | 2024-12-13T23:10:17.605Z | Compiling yoke v0.7.4 |
772 | 2024-12-13T23:10:17.615Z | Compiling futures-util v0.3.31 |
773 | 2024-12-13T23:10:17.714Z | Compiling pest v2.7.14 |
774 | 2024-12-13T23:10:17.932Z | Compiling zerovec v0.10.4 |
775 | 2024-12-13T23:10:18.095Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-13T23:10:18.100Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-13T23:10:19.371Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-13T23:10:20.651Z | Compiling tinystr v0.7.6 |
779 | 2024-12-13T23:10:21.003Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-13T23:10:21.093Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-13T23:10:24.099Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-13T23:10:24.521Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-13T23:10:25.640Z | Compiling indexmap v2.6.0 |
784 | 2024-12-13T23:10:26.274Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-13T23:10:27.389Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-13T23:10:28.302Z | Compiling icu_locid_transform v1.5.0 |
787 | 2024-12-13T23:10:28.617Z | Compiling h2 v0.4.6 |
788 | 2024-12-13T23:10:31.328Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-13T23:10:31.662Z | Compiling regress v0.10.1 |
790 | 2024-12-13T23:10:34.128Z | Compiling hyper v1.5.0 |
791 | 2024-12-13T23:10:34.278Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-13T23:10:35.212Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-13T23:10:36.074Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-13T23:10:36.942Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-13T23:10:40.743Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-13T23:10:42.142Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-13T23:10:45.330Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-13T23:10:46.085Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-13T23:10:47.145Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-13T23:10:47.718Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-13T23:10:48.080Z | Compiling usdt-impl v0.5.0 |
802 | 2024-12-13T23:10:48.143Z | Compiling typify-macro v0.2.0 |
803 | 2024-12-13T23:10:48.469Z | Compiling encoding_rs v0.8.34 |
804 | 2024-12-13T23:10:49.206Z | Compiling time-core v0.1.2 |
805 | 2024-12-13T23:10:49.372Z | Compiling regex v1.11.1 |
806 | 2024-12-13T23:10:50.358Z | Compiling powerfmt v0.2.0 |
807 | 2024-12-13T23:10:50.827Z | Compiling mime v0.3.17 |
808 | 2024-12-13T23:10:51.970Z | Compiling num-conv v0.1.0 |
809 | 2024-12-13T23:10:52.230Z | Compiling time-macros v0.2.18 |
810 | 2024-12-13T23:10:52.242Z | Compiling deranged v0.3.11 |
811 | 2024-12-13T23:10:53.152Z | Compiling scroll v0.12.0 |
812 | 2024-12-13T23:10:53.891Z | Compiling tokio-native-tls v0.3.1 |
813 | 2024-12-13T23:10:54.177Z | Compiling tokio-rustls v0.26.0 |
814 | 2024-12-13T23:10:54.572Z | Compiling idna v1.0.3 |
815 | 2024-12-13T23:10:55.245Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-13T23:10:59.133Z | Compiling dof v0.3.0 |
817 | 2024-12-13T23:10:59.997Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-13T23:11:00.600Z | Compiling thread-id v4.2.2 |
819 | 2024-12-13T23:11:00.697Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-13T23:11:01.167Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-13T23:11:01.710Z | Compiling crossbeam-utils v0.8.20 |
822 | 2024-12-13T23:11:01.757Z | Compiling strsim v0.11.1 |
823 | 2024-12-13T23:11:02.477Z | Compiling num_threads v0.1.7 |
824 | 2024-12-13T23:11:02.489Z | Compiling ident_case v1.0.1 |
825 | 2024-12-13T23:11:02.611Z | Compiling omicron-workspace-hack v0.1.0 |
826 | 2024-12-13T23:11:02.903Z | Compiling plain v0.2.3 |
827 | 2024-12-13T23:11:03.318Z | Compiling base64 v0.22.1 |
828 | 2024-12-13T23:11:03.569Z | Compiling goblin v0.8.2 |
829 | 2024-12-13T23:11:04.443Z | Compiling darling_core v0.20.10 |
830 | 2024-12-13T23:11:09.627Z | Compiling time v0.3.36 |
831 | 2024-12-13T23:11:10.562Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-13T23:11:13.662Z | Compiling url v2.5.3 |
833 | 2024-12-13T23:11:13.906Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-13T23:11:14.044Z | Compiling typify v0.2.0 |
835 | 2024-12-13T23:11:14.167Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-13T23:11:18.379Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-13T23:11:18.519Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-13T23:11:19.303Z | Compiling rustversion v1.0.17 |
839 | 2024-12-13T23:11:19.453Z | Compiling paste v1.0.15 |
840 | 2024-12-13T23:11:19.648Z | Compiling rustls v0.22.4 |
841 | 2024-12-13T23:11:19.934Z | Compiling unsafe-libyaml v0.2.11 |
842 | 2024-12-13T23:11:19.952Z | Compiling pretty-hex v0.4.1 |
843 | 2024-12-13T23:11:19.954Z | Compiling ipnet v2.10.1 |
844 | 2024-12-13T23:11:20.901Z | Compiling reqwest v0.12.9 |
845 | 2024-12-13T23:11:21.697Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-13T23:11:23.307Z | Compiling dirs-next v2.0.0 |
847 | 2024-12-13T23:11:23.564Z | Compiling progenitor-impl v0.8.0 |
848 | 2024-12-13T23:11:25.459Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-13T23:11:27.434Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-13T23:11:27.669Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-13T23:11:27.882Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-13T23:11:28.224Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-13T23:11:28.269Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-13T23:11:28.464Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-13T23:11:28.574Z | Compiling rand_core v0.6.4 |
856 | 2024-12-13T23:11:29.145Z | Compiling thread_local v1.1.8 |
857 | 2024-12-13T23:11:29.194Z | Compiling multer v3.1.0 |
858 | 2024-12-13T23:11:29.525Z | Compiling newtype-uuid v1.1.3 |
859 | 2024-12-13T23:11:29.859Z | Compiling slog-async v2.8.0 |
860 | 2024-12-13T23:11:29.877Z | Compiling anyhow v1.0.93 |
861 | 2024-12-13T23:11:30.341Z | Compiling winnow v0.6.20 |
862 | 2024-12-13T23:11:30.431Z | Compiling match_cfg v0.1.0 |
863 | 2024-12-13T23:11:30.490Z | Compiling camino v1.1.9 |
864 | 2024-12-13T23:11:30.513Z | Compiling hostname v0.3.1 |
865 | 2024-12-13T23:11:31.073Z | Compiling progenitor-macro v0.8.0 |
866 | 2024-12-13T23:11:31.103Z | Compiling structmeta v0.3.0 |
867 | 2024-12-13T23:11:31.229Z | Compiling rand_chacha v0.3.1 |
868 | 2024-12-13T23:11:32.938Z | Compiling digest v0.10.7 |
869 | 2024-12-13T23:11:33.354Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-13T23:11:33.550Z | Compiling darling v0.20.10 |
871 | 2024-12-13T23:11:33.681Z | Compiling term v0.7.0 |
872 | 2024-12-13T23:11:34.773Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-13T23:11:39.617Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-13T23:11:40.579Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-13T23:11:42.057Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-13T23:11:42.704Z | Compiling slog-json v2.6.1 |
877 | 2024-12-13T23:11:43.157Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-13T23:11:43.364Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-13T23:11:44.056Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-13T23:11:44.173Z | Compiling memmap v0.7.0 |
881 | 2024-12-13T23:11:44.352Z | Compiling dropshot v0.13.0 |
882 | 2024-12-13T23:11:44.615Z | Compiling take_mut v0.2.2 |
883 | 2024-12-13T23:11:44.689Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-13T23:11:44.698Z | Compiling async-stream v0.3.6 |
885 | 2024-12-13T23:11:44.774Z | Compiling sha1 v0.10.6 |
886 | 2024-12-13T23:11:45.049Z | Compiling usdt v0.5.0 |
887 | 2024-12-13T23:11:45.537Z | Compiling slog-term v2.9.1 |
888 | 2024-12-13T23:11:46.583Z | Compiling progenitor v0.8.0 |
889 | 2024-12-13T23:11:46.784Z | Compiling futures v0.3.31 |
890 | 2024-12-13T23:11:46.984Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-13T23:11:47.258Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-13T23:11:47.684Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-13T23:11:48.241Z | Compiling toml v0.8.19 |
894 | 2024-12-13T23:11:48.537Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-13T23:11:51.227Z | Compiling rand v0.8.5 |
896 | 2024-12-13T23:11:52.319Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-13T23:11:56.314Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-13T23:11:57.323Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-13T23:11:57.375Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-13T23:11:57.540Z | Compiling hex v0.4.3 |
901 | 2024-12-13T23:11:58.199Z | Compiling async-trait v0.1.83 |
902 | 2024-12-13T23:11:58.370Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-13T23:11:59.183Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-13T23:12:03.581Z | Compiling hostname v0.4.0 |
905 | 2024-12-13T23:12:03.688Z | Compiling instant v0.1.13 |
906 | 2024-12-13T23:12:03.688Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-13T23:12:03.688Z | Compiling backoff v0.4.0 |
908 | 2024-12-13T23:12:03.688Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-13T23:12:03.688Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-13T23:12:03.688Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-13T23:12:03.688Z | Compiling parse-display v0.10.0 |
912 | 2024-12-13T23:12:03.688Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2024-12-13T23:12:03.688Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
914 | 2024-12-13T23:12:03.688Z | Compiling strum v0.26.3 |
915 | 2024-12-13T23:12:03.721Z | Compiling serde_with v3.11.0 |
916 | 2024-12-13T23:12:04.703Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-13T23:12:05.493Z | Compiling regress v0.9.1 |
918 | 2024-12-13T23:12:05.522Z | Compiling macaddr v1.0.1 |
919 | 2024-12-13T23:12:11.569Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-13T23:12:21.784Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-13T23:12:31.631Z | Finished `release` profile [optimized] target(s) in 2m 36s |
922 | 2024-12-13T23:12:31.698Z | process exited: duration 234649 ms, exit code 0 |
|
923 | 2024-12-13T23:12:31.709Z | found 0 output files |