|
|
|
1 | 2024-12-20T19:48:05.993Z | job assigned to worker 01JFJSQZ94SYWHDABW73X5XFRK [factory aws, i-00c1c7ffb6ac0b16e] (queued for 1 m 7 s) |
|
2 | 2024-12-20T19:48:15.307Z | starting task 0: "setup" |
3 | 2024-12-20T19:48:15.315Z | ++ uname -s |
4 | 2024-12-20T19:48:15.318Z | + kern=SunOS |
5 | 2024-12-20T19:48:15.318Z | + case "$kern" in |
6 | 2024-12-20T19:48:15.318Z | + groupadd -g 12345 build |
7 | 2024-12-20T19:48:15.320Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T19:48:17.327Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T19:48:17.467Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T19:48:17.470Z | + home_fs=zfs |
11 | 2024-12-20T19:48:17.470Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T19:48:17.470Z | + mkdir -p /home/build |
13 | 2024-12-20T19:48:17.473Z | + chown build:build /home/build /work |
14 | 2024-12-20T19:48:19.474Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T19:48:19.477Z | process exited: duration 4171 ms, exit code 0 |
|
16 | 2024-12-20T19:48:19.483Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T19:48:19.489Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T19:48:19.489Z | ' 1.81.0 |
19 | 2024-12-20T19:48:19.489Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T19:48:19.489Z | * toolchain profile = "default" |
21 | 2024-12-20T19:48:19.489Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T19:48:19.489Z | ' default |
23 | 2024-12-20T19:48:19.495Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T19:48:19.495Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T19:48:19.612Z | info: downloading installer |
26 | 2024-12-20T19:48:20.893Z | info: profile set to 'default' |
27 | 2024-12-20T19:48:20.893Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T19:48:20.896Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T19:48:21.046Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T19:48:21.046Z | info: downloading component 'cargo' |
31 | 2024-12-20T19:48:21.871Z | info: downloading component 'clippy' |
32 | 2024-12-20T19:48:22.177Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T19:48:23.320Z | info: downloading component 'rust-std' |
34 | 2024-12-20T19:48:25.101Z | info: downloading component 'rustc' |
35 | 2024-12-20T19:48:31.474Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T19:48:31.712Z | info: installing component 'cargo' |
37 | 2024-12-20T19:48:32.511Z | info: installing component 'clippy' |
38 | 2024-12-20T19:48:32.875Z | info: installing component 'rust-docs' |
39 | 2024-12-20T19:48:34.516Z | info: installing component 'rust-std' |
40 | 2024-12-20T19:48:36.240Z | info: installing component 'rustc' |
41 | 2024-12-20T19:48:41.884Z | info: installing component 'rustfmt' |
42 | 2024-12-20T19:48:42.208Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T19:48:42.208Z | |
44 | 2024-12-20T19:48:42.576Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T19:48:42.576Z | |
46 | 2024-12-20T19:48:42.579Z | |
47 | 2024-12-20T19:48:42.579Z | Rust is installed now. Great! |
48 | 2024-12-20T19:48:42.579Z | |
49 | 2024-12-20T19:48:42.579Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T19:48:42.579Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T19:48:42.579Z | |
52 | 2024-12-20T19:48:42.579Z | To configure your current shell, you need to source |
53 | 2024-12-20T19:48:42.579Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T19:48:42.579Z | |
55 | 2024-12-20T19:48:42.580Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T19:48:42.580Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T19:48:42.580Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T19:48:42.653Z | + rustc --version |
59 | 2024-12-20T19:48:42.721Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T19:48:42.724Z | process exited: duration 23236 ms, exit code 0 |
|
61 | 2024-12-20T19:48:42.730Z | starting task 2: "authentication" |
62 | 2024-12-20T19:48:42.752Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-20T19:48:42.757Z | starting task 3: "clone repository" |
64 | 2024-12-20T19:48:42.762Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T19:48:42.765Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T19:48:44.203Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T19:48:50.956Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T19:48:50.956Z | + git fetch origin e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
69 | 2024-12-20T19:48:51.287Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T19:48:51.287Z | * branch e3ee22c82e2b123027b26c7cb2aa88357d52e902 -> FETCH_HEAD |
71 | 2024-12-20T19:48:51.298Z | + [[ -n john/reconfigurator-blippy ]] |
72 | 2024-12-20T19:48:51.301Z | ++ git branch --show-current |
73 | 2024-12-20T19:48:51.303Z | + current=main |
74 | 2024-12-20T19:48:51.303Z | + [[ main != john/reconfigurator-blippy ]] |
75 | 2024-12-20T19:48:51.303Z | + git branch -f john/reconfigurator-blippy e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
76 | 2024-12-20T19:48:51.306Z | + git checkout -f john/reconfigurator-blippy |
77 | 2024-12-20T19:48:51.484Z | Switched to branch 'john/reconfigurator-blippy' |
78 | 2024-12-20T19:48:51.486Z | + git reset --hard e3ee22c82e2b123027b26c7cb2aa88357d52e902 |
79 | 2024-12-20T19:48:51.659Z | HEAD is now at e3ee22c82 PR feedback |
80 | 2024-12-20T19:48:51.661Z | process exited: duration 8902 ms, exit code 0 |
|
81 | 2024-12-20T19:48:51.666Z | starting task 4: "build" |
82 | 2024-12-20T19:48:51.672Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T19:48:51.672Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T19:48:51.672Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T19:48:51.678Z | + cargo --version |
86 | 2024-12-20T19:48:51.732Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T19:48:51.735Z | + rustc --version |
88 | 2024-12-20T19:48:51.798Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T19:48:51.800Z | + cd /tmp |
90 | 2024-12-20T19:48:51.800Z | + cargo new --lib test-project |
91 | 2024-12-20T19:48:51.862Z | Creating library `test-project` package |
92 | 2024-12-20T19:48:51.944Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T19:48:51.951Z | + cd test-project |
94 | 2024-12-20T19:48:51.951Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T19:48:52.008Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T19:48:52.008Z | Features: |
97 | 2024-12-20T19:48:52.011Z | - proptest |
98 | 2024-12-20T19:48:52.011Z | - test-strategy |
99 | 2024-12-20T19:48:52.011Z | - testing |
100 | 2024-12-20T19:48:52.011Z | Updating crates.io index |
101 | 2024-12-20T19:48:52.070Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-20T19:48:52.545Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-20T19:48:52.967Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-20T19:48:53.355Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-20T19:48:54.605Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-20T19:48:54.607Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-20T19:48:54.607Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-20T19:48:54.607Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T19:48:54.610Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-20T19:48:54.610Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-20T19:48:54.610Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-20T19:48:54.610Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-20T19:48:54.610Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-20T19:48:54.610Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-20T19:48:54.610Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-20T19:48:54.613Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-20T19:48:54.613Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-20T19:48:54.616Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-20T19:48:54.621Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-20T19:48:54.624Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-20T19:48:54.626Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-20T19:48:54.626Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-20T19:48:54.628Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-20T19:48:54.628Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-20T19:48:54.628Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-20T19:48:54.628Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-20T19:48:54.631Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-20T19:48:54.631Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-20T19:48:54.631Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-20T19:48:54.631Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-20T19:48:54.632Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-20T19:48:54.632Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-20T19:48:54.637Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-20T19:48:54.637Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-20T19:48:54.637Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-20T19:48:54.637Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-20T19:48:54.637Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-20T19:48:54.709Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-20T19:48:54.712Z | + cargo check |
140 | 2024-12-20T19:48:54.889Z | Updating crates.io index |
141 | 2024-12-20T19:48:55.627Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-20T19:48:59.067Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-20T19:49:01.290Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-20T19:49:02.185Z | Downloading crates ... |
145 | 2024-12-20T19:49:02.328Z | Downloaded time-core v0.1.2 |
146 | 2024-12-20T19:49:02.334Z | Downloaded thread-id v4.2.2 |
147 | 2024-12-20T19:49:02.336Z | Downloaded time-macros v0.2.18 |
148 | 2024-12-20T19:49:02.338Z | Downloaded thread_local v1.1.8 |
149 | 2024-12-20T19:49:02.341Z | Downloaded memmap v0.7.0 |
150 | 2024-12-20T19:49:02.346Z | Downloaded try-lock v0.2.5 |
151 | 2024-12-20T19:49:02.351Z | Downloaded usdt-attr-macro v0.5.0 |
152 | 2024-12-20T19:49:02.354Z | Downloaded write16 v1.0.0 |
153 | 2024-12-20T19:49:02.354Z | Downloaded tinyvec_macros v0.1.1 |
154 | 2024-12-20T19:49:02.357Z | Downloaded waitgroup v0.1.2 |
155 | 2024-12-20T19:49:02.357Z | Downloaded openssl-probe v0.1.5 |
156 | 2024-12-20T19:49:02.363Z | Downloaded anyhow v1.0.93 |
157 | 2024-12-20T19:49:02.368Z | Downloaded want v0.3.1 |
158 | 2024-12-20T19:49:02.370Z | Downloaded usdt-macro v0.5.0 |
159 | 2024-12-20T19:49:02.370Z | Downloaded async-stream v0.3.6 |
160 | 2024-12-20T19:49:02.372Z | Downloaded omicron-workspace-hack v0.1.0 |
161 | 2024-12-20T19:49:02.375Z | Downloaded pretty-hex v0.4.1 |
162 | 2024-12-20T19:49:02.375Z | Downloaded atomic-waker v1.1.2 |
163 | 2024-12-20T19:49:02.378Z | Downloaded cpufeatures v0.2.14 |
164 | 2024-12-20T19:49:02.378Z | Downloaded tower-service v0.3.3 |
165 | 2024-12-20T19:49:02.380Z | Downloaded num-conv v0.1.0 |
166 | 2024-12-20T19:49:02.380Z | Downloaded yoke-derive v0.7.4 |
167 | 2024-12-20T19:49:02.382Z | Downloaded progenitor-client v0.8.0 |
168 | 2024-12-20T19:49:02.383Z | Downloaded openssl-macros v0.1.1 |
169 | 2024-12-20T19:49:02.385Z | Downloaded backoff v0.4.0 |
170 | 2024-12-20T19:49:02.385Z | Downloaded bytes v1.8.0 |
171 | 2024-12-20T19:49:02.391Z | Downloaded zerofrom v0.1.4 |
172 | 2024-12-20T19:49:02.396Z | Downloaded cfg-if v1.0.0 |
173 | 2024-12-20T19:49:02.396Z | Downloaded allocator-api2 v0.2.18 |
174 | 2024-12-20T19:49:02.399Z | Downloaded block-buffer v0.10.4 |
175 | 2024-12-20T19:49:02.399Z | Downloaded autocfg v1.4.0 |
176 | 2024-12-20T19:49:02.399Z | Downloaded async-stream-impl v0.3.6 |
177 | 2024-12-20T19:49:02.399Z | Downloaded thiserror-impl v1.0.69 |
178 | 2024-12-20T19:49:02.401Z | Downloaded tokio-native-tls v0.3.1 |
179 | 2024-12-20T19:49:02.404Z | Downloaded camino v1.1.9 |
180 | 2024-12-20T19:49:02.407Z | Downloaded version_check v0.9.5 |
181 | 2024-12-20T19:49:02.409Z | Downloaded usdt v0.5.0 |
182 | 2024-12-20T19:49:02.412Z | Downloaded utf8_iter v1.0.4 |
183 | 2024-12-20T19:49:02.412Z | Downloaded typify-macro v0.2.0 |
184 | 2024-12-20T19:49:02.414Z | Downloaded crossbeam-utils v0.8.20 |
185 | 2024-12-20T19:49:02.417Z | Downloaded tokio-macros v2.4.0 |
186 | 2024-12-20T19:49:02.417Z | Downloaded byteorder v1.5.0 |
187 | 2024-12-20T19:49:02.420Z | Downloaded crossbeam-channel v0.5.13 |
188 | 2024-12-20T19:49:02.425Z | Downloaded writeable v0.5.5 |
189 | 2024-12-20T19:49:02.427Z | Downloaded pest_generator v2.7.14 |
190 | 2024-12-20T19:49:02.427Z | Downloaded plain v0.2.3 |
191 | 2024-12-20T19:49:02.430Z | Downloaded percent-encoding v2.3.1 |
192 | 2024-12-20T19:49:02.434Z | Downloaded dtrace-parser v0.2.0 |
193 | 2024-12-20T19:49:02.434Z | Downloaded parse-display-derive v0.10.0 |
194 | 2024-12-20T19:49:02.434Z | Downloaded utf16_iter v1.0.5 |
195 | 2024-12-20T19:49:02.440Z | Downloaded ppv-lite86 v0.2.20 |
196 | 2024-12-20T19:49:02.440Z | Downloaded foreign-types-shared v0.1.1 |
197 | 2024-12-20T19:49:02.440Z | Downloaded pin-utils v0.1.0 |
198 | 2024-12-20T19:49:02.440Z | Downloaded parse-display v0.10.0 |
199 | 2024-12-20T19:49:02.440Z | Downloaded foreign-types v0.3.2 |
200 | 2024-12-20T19:49:02.443Z | Downloaded tinystr v0.7.6 |
201 | 2024-12-20T19:49:02.443Z | Downloaded ident_case v1.0.1 |
202 | 2024-12-20T19:49:02.445Z | Downloaded quinn-udp v0.5.5 |
203 | 2024-12-20T19:49:02.445Z | Downloaded progenitor v0.8.0 |
204 | 2024-12-20T19:49:02.448Z | Downloaded rand_core v0.6.4 |
205 | 2024-12-20T19:49:02.448Z | Downloaded rand_chacha v0.3.1 |
206 | 2024-12-20T19:49:02.450Z | Downloaded dyn-clone v1.0.17 |
207 | 2024-12-20T19:49:02.454Z | Downloaded powerfmt v0.2.0 |
208 | 2024-12-20T19:49:02.454Z | Downloaded paste v1.0.15 |
209 | 2024-12-20T19:49:02.456Z | Downloaded zerovec-derive v0.10.3 |
210 | 2024-12-20T19:49:02.458Z | Downloaded zerofrom-derive v0.1.4 |
211 | 2024-12-20T19:49:02.460Z | Downloaded instant v0.1.13 |
212 | 2024-12-20T19:49:02.461Z | Downloaded futures-core v0.3.31 |
213 | 2024-12-20T19:49:02.464Z | Downloaded strum v0.26.3 |
214 | 2024-12-20T19:49:02.465Z | Downloaded dirs-sys-next v0.1.2 |
215 | 2024-12-20T19:49:02.469Z | Downloaded digest v0.10.7 |
216 | 2024-12-20T19:49:02.469Z | Downloaded debug-ignore v1.0.5 |
217 | 2024-12-20T19:49:02.469Z | Downloaded scroll_derive v0.12.0 |
218 | 2024-12-20T19:49:02.472Z | Downloaded match_cfg v0.1.0 |
219 | 2024-12-20T19:49:02.472Z | Downloaded fnv v1.0.7 |
220 | 2024-12-20T19:49:02.472Z | Downloaded num_threads v0.1.7 |
221 | 2024-12-20T19:49:02.473Z | Downloaded http-body-util v0.1.2 |
222 | 2024-12-20T19:49:02.475Z | Downloaded futures-task v0.3.31 |
223 | 2024-12-20T19:49:02.475Z | Downloaded hex v0.4.3 |
224 | 2024-12-20T19:49:02.479Z | Downloaded heck v0.5.0 |
225 | 2024-12-20T19:49:02.479Z | Downloaded futures-sink v0.3.31 |
226 | 2024-12-20T19:49:02.479Z | Downloaded serde_path_to_error v0.1.16 |
227 | 2024-12-20T19:49:02.481Z | Downloaded hostname v0.3.1 |
228 | 2024-12-20T19:49:02.482Z | Downloaded sync_wrapper v1.0.1 |
229 | 2024-12-20T19:49:02.484Z | Downloaded take_mut v0.2.2 |
230 | 2024-12-20T19:49:02.484Z | Downloaded tokio-rustls v0.26.0 |
231 | 2024-12-20T19:49:02.486Z | Downloaded generic-array v0.14.7 |
232 | 2024-12-20T19:49:02.489Z | Downloaded futures-macro v0.3.31 |
233 | 2024-12-20T19:49:02.489Z | Downloaded futures-io v0.3.31 |
234 | 2024-12-20T19:49:02.491Z | Downloaded idna_adapter v1.2.0 |
235 | 2024-12-20T19:49:02.491Z | Downloaded hostname v0.4.0 |
236 | 2024-12-20T19:49:02.493Z | Downloaded yoke v0.7.4 |
237 | 2024-12-20T19:49:02.493Z | Downloaded dirs-next v2.0.0 |
238 | 2024-12-20T19:49:02.496Z | Downloaded darling v0.20.10 |
239 | 2024-12-20T19:49:02.498Z | Downloaded pkg-config v0.3.31 |
240 | 2024-12-20T19:49:02.501Z | Downloaded once_cell v1.20.2 |
241 | 2024-12-20T19:49:02.503Z | Downloaded multer v3.1.0 |
242 | 2024-12-20T19:49:02.506Z | Downloaded parking_lot_core v0.9.10 |
243 | 2024-12-20T19:49:02.508Z | Downloaded tokio-rustls v0.25.0 |
244 | 2024-12-20T19:49:02.511Z | Downloaded quote v1.0.37 |
245 | 2024-12-20T19:49:02.514Z | Downloaded itoa v1.0.11 |
246 | 2024-12-20T19:49:02.514Z | Downloaded is-terminal v0.4.13 |
247 | 2024-12-20T19:49:02.518Z | Downloaded progenitor-macro v0.8.0 |
248 | 2024-12-20T19:49:02.518Z | Downloaded pin-project-lite v0.2.14 |
249 | 2024-12-20T19:49:02.520Z | Downloaded signal-hook-registry v1.4.2 |
250 | 2024-12-20T19:49:02.522Z | Downloaded time v0.3.36 |
251 | 2024-12-20T19:49:02.528Z | Downloaded slab v0.4.9 |
252 | 2024-12-20T19:49:02.530Z | Downloaded aho-corasick v1.1.3 |
253 | 2024-12-20T19:49:02.535Z | Downloaded serde_spanned v0.6.8 |
254 | 2024-12-20T19:49:02.539Z | Downloaded rustc-hash v2.0.0 |
255 | 2024-12-20T19:49:02.539Z | Downloaded structmeta-derive v0.3.0 |
256 | 2024-12-20T19:49:02.544Z | Downloaded slog-bunyan v2.5.0 |
257 | 2024-12-20T19:49:02.544Z | Downloaded scopeguard v1.2.0 |
258 | 2024-12-20T19:49:02.544Z | Downloaded slog-json v2.6.1 |
259 | 2024-12-20T19:49:02.546Z | Downloaded structmeta v0.3.0 |
260 | 2024-12-20T19:49:02.546Z | Downloaded schemars_derive v0.8.21 |
261 | 2024-12-20T19:49:02.547Z | Downloaded strsim v0.11.1 |
262 | 2024-12-20T19:49:02.550Z | Downloaded synstructure v0.13.1 |
263 | 2024-12-20T19:49:02.550Z | Downloaded subtle v2.6.1 |
264 | 2024-12-20T19:49:02.550Z | Downloaded iana-time-zone v0.1.61 |
265 | 2024-12-20T19:49:02.553Z | Downloaded macaddr v1.0.1 |
266 | 2024-12-20T19:49:02.555Z | Downloaded toml v0.8.19 |
267 | 2024-12-20T19:49:02.557Z | Downloaded shlex v1.3.0 |
268 | 2024-12-20T19:49:02.560Z | Downloaded sha1 v0.10.6 |
269 | 2024-12-20T19:49:02.562Z | Downloaded zerocopy-derive v0.7.35 |
270 | 2024-12-20T19:49:02.569Z | Downloaded pest_meta v2.7.14 |
271 | 2024-12-20T19:49:02.572Z | Downloaded progenitor-impl v0.8.0 |
272 | 2024-12-20T19:49:02.576Z | Downloaded ucd-trie v0.1.7 |
273 | 2024-12-20T19:49:02.578Z | Downloaded futures v0.3.31 |
274 | 2024-12-20T19:49:02.582Z | Downloaded thiserror v1.0.69 |
275 | 2024-12-20T19:49:02.586Z | Downloaded serde_derive_internals v0.29.1 |
276 | 2024-12-20T19:49:02.589Z | Downloaded icu_locid_transform_data v1.5.0 |
277 | 2024-12-20T19:49:02.591Z | Downloaded rustversion v1.0.17 |
278 | 2024-12-20T19:49:02.593Z | Downloaded sha2 v0.10.8 |
279 | 2024-12-20T19:49:02.596Z | Downloaded serde_tokenstream v0.2.2 |
280 | 2024-12-20T19:49:02.596Z | Downloaded serde_urlencoded v0.7.1 |
281 | 2024-12-20T19:49:02.598Z | Downloaded strum_macros v0.26.4 |
282 | 2024-12-20T19:49:02.601Z | Downloaded slog-term v2.9.1 |
283 | 2024-12-20T19:49:02.603Z | Downloaded semver v1.0.23 |
284 | 2024-12-20T19:49:02.606Z | Downloaded rustls-pki-types v1.10.0 |
285 | 2024-12-20T19:49:02.608Z | Downloaded tinyvec v1.8.0 |
286 | 2024-12-20T19:49:02.611Z | Downloaded indexmap v1.9.3 |
287 | 2024-12-20T19:49:02.614Z | Downloaded tracing-core v0.1.32 |
288 | 2024-12-20T19:49:02.616Z | Downloaded proc-macro2 v1.0.89 |
289 | 2024-12-20T19:49:02.618Z | Downloaded log v0.4.22 |
290 | 2024-12-20T19:49:02.621Z | Downloaded icu_normalizer v1.5.0 |
291 | 2024-12-20T19:49:02.624Z | Downloaded icu_properties v1.5.1 |
292 | 2024-12-20T19:49:02.626Z | Downloaded serde_yaml v0.9.34+deprecated |
293 | 2024-12-20T19:49:02.630Z | Downloaded hyper-util v0.1.10 |
294 | 2024-12-20T19:49:02.634Z | Downloaded url v2.5.3 |
295 | 2024-12-20T19:49:02.638Z | Downloaded indexmap v2.6.0 |
296 | 2024-12-20T19:49:02.642Z | Downloaded icu_collections v1.5.0 |
297 | 2024-12-20T19:49:02.649Z | Downloaded serde v1.0.215 |
298 | 2024-12-20T19:49:02.653Z | Downloaded rand v0.8.5 |
299 | 2024-12-20T19:49:02.658Z | Downloaded memchr v2.7.4 |
300 | 2024-12-20T19:49:02.662Z | Downloaded slog v2.7.0 |
301 | 2024-12-20T19:49:02.665Z | Downloaded socket2 v0.5.7 |
302 | 2024-12-20T19:49:02.668Z | Downloaded hashbrown v0.12.3 |
303 | 2024-12-20T19:49:02.672Z | Downloaded http v1.1.0 |
304 | 2024-12-20T19:49:02.676Z | Downloaded chrono v0.4.38 |
305 | 2024-12-20T19:49:02.684Z | Downloaded serde_derive v1.0.215 |
306 | 2024-12-20T19:49:02.688Z | Downloaded tracing v0.1.40 |
307 | 2024-12-20T19:49:02.692Z | Downloaded hashbrown v0.15.1 |
308 | 2024-12-20T19:49:02.697Z | Downloaded schemars v0.8.21 |
309 | 2024-12-20T19:49:02.710Z | Downloaded mio v1.0.2 |
310 | 2024-12-20T19:49:02.716Z | Downloaded hyper v1.5.0 |
311 | 2024-12-20T19:49:02.723Z | Downloaded h2 v0.4.6 |
312 | 2024-12-20T19:49:02.731Z | Downloaded tokio-util v0.7.12 |
313 | 2024-12-20T19:49:02.737Z | Downloaded pest v2.7.14 |
314 | 2024-12-20T19:49:02.743Z | Downloaded goblin v0.8.2 |
315 | 2024-12-20T19:49:02.749Z | Downloaded icu_properties_data v1.5.0 |
316 | 2024-12-20T19:49:02.760Z | Downloaded zerovec v0.10.4 |
317 | 2024-12-20T19:49:02.766Z | Downloaded zerocopy v0.7.35 |
318 | 2024-12-20T19:49:02.783Z | Downloaded serde_json v1.0.132 |
319 | 2024-12-20T19:49:02.789Z | Downloaded winnow v0.6.20 |
320 | 2024-12-20T19:49:02.797Z | Downloaded futures-util v0.3.31 |
321 | 2024-12-20T19:49:02.808Z | Downloaded toml_edit v0.22.22 |
322 | 2024-12-20T19:49:02.827Z | Downloaded serde_with v3.11.0 |
323 | 2024-12-20T19:49:02.835Z | Downloaded rustls v0.22.4 |
324 | 2024-12-20T19:49:02.847Z | Downloaded regex-syntax v0.8.5 |
325 | 2024-12-20T19:49:02.854Z | Downloaded quinn-proto v0.11.8 |
326 | 2024-12-20T19:49:02.861Z | Downloaded rustls v0.23.19 |
327 | 2024-12-20T19:49:02.873Z | Downloaded rustls-webpki v0.102.8 |
328 | 2024-12-20T19:49:02.893Z | Downloaded vcpkg v0.2.15 |
329 | 2024-12-20T19:49:02.931Z | Downloaded regex v1.11.1 |
330 | 2024-12-20T19:49:02.944Z | Downloaded openssl v0.10.66 |
331 | 2024-12-20T19:49:02.953Z | Downloaded webpki-roots v0.26.6 |
332 | 2024-12-20T19:49:02.958Z | Downloaded reqwest v0.12.9 |
333 | 2024-12-20T19:49:02.965Z | Downloaded dropshot v0.13.0 |
334 | 2024-12-20T19:49:02.988Z | Downloaded syn v2.0.87 |
335 | 2024-12-20T19:49:02.999Z | Downloaded regress v0.10.1 |
336 | 2024-12-20T19:49:03.008Z | Downloaded regress v0.9.1 |
337 | 2024-12-20T19:49:03.015Z | Downloaded hashbrown v0.14.5 |
338 | 2024-12-20T19:49:03.019Z | Downloaded ryu v1.0.18 |
339 | 2024-12-20T19:49:03.022Z | Downloaded quinn v0.11.5 |
340 | 2024-12-20T19:49:03.025Z | Downloaded openapiv3 v2.0.0 |
341 | 2024-12-20T19:49:03.036Z | Downloaded idna v1.0.3 |
342 | 2024-12-20T19:49:03.039Z | Downloaded openssl-sys v0.9.103 |
343 | 2024-12-20T19:49:03.044Z | Downloaded darling_core v0.20.10 |
344 | 2024-12-20T19:49:03.048Z | Downloaded typify-impl v0.2.0 |
345 | 2024-12-20T19:49:03.061Z | Downloaded rustls-pemfile v2.2.0 |
346 | 2024-12-20T19:49:03.063Z | Downloaded scroll v0.12.0 |
347 | 2024-12-20T19:49:03.066Z | Downloaded smallvec v1.13.2 |
348 | 2024-12-20T19:49:03.068Z | Downloaded unsafe-libyaml v0.2.11 |
349 | 2024-12-20T19:49:03.071Z | Downloaded hyper-rustls v0.27.3 |
350 | 2024-12-20T19:49:03.074Z | Downloaded term v0.7.0 |
351 | 2024-12-20T19:49:03.077Z | Downloaded spin v0.9.8 |
352 | 2024-12-20T19:49:03.077Z | Downloaded serde_with_macros v3.11.0 |
353 | 2024-12-20T19:49:03.080Z | Downloaded regex-automata v0.4.8 |
354 | 2024-12-20T19:49:03.094Z | Downloaded parking_lot v0.12.3 |
355 | 2024-12-20T19:49:03.096Z | Downloaded num-traits v0.2.19 |
356 | 2024-12-20T19:49:03.099Z | Downloaded libc v0.2.162 |
357 | 2024-12-20T19:49:03.123Z | Downloaded icu_normalizer_data v1.5.0 |
358 | 2024-12-20T19:49:03.125Z | Downloaded pest_derive v2.7.14 |
359 | 2024-12-20T19:49:03.127Z | Downloaded typenum v1.17.0 |
360 | 2024-12-20T19:49:03.130Z | Downloaded icu_provider v1.5.0 |
361 | 2024-12-20T19:49:03.133Z | Downloaded icu_locid v1.5.0 |
362 | 2024-12-20T19:49:03.136Z | Downloaded dropshot_endpoint v0.13.0 |
363 | 2024-12-20T19:49:03.139Z | Downloaded stable_deref_trait v1.2.0 |
364 | 2024-12-20T19:49:03.141Z | Downloaded tokio v1.40.0 |
365 | 2024-12-20T19:49:03.172Z | Downloaded slog-async v2.8.0 |
366 | 2024-12-20T19:49:03.175Z | Downloaded uuid v1.11.0 |
367 | 2024-12-20T19:49:03.178Z | Downloaded unicode-ident v1.0.13 |
368 | 2024-12-20T19:49:03.181Z | Downloaded lock_api v0.4.12 |
369 | 2024-12-20T19:49:03.181Z | Downloaded litemap v0.7.3 |
370 | 2024-12-20T19:49:03.183Z | Downloaded ipnet v2.10.1 |
371 | 2024-12-20T19:49:03.186Z | Downloaded icu_locid_transform v1.5.0 |
372 | 2024-12-20T19:49:03.186Z | Downloaded httparse v1.9.5 |
373 | 2024-12-20T19:49:03.188Z | Downloaded getrandom v0.2.15 |
374 | 2024-12-20T19:49:03.190Z | Downloaded futures-channel v0.3.31 |
375 | 2024-12-20T19:49:03.193Z | Downloaded displaydoc v0.2.5 |
376 | 2024-12-20T19:49:03.195Z | Downloaded ipnetwork v0.20.0 |
377 | 2024-12-20T19:49:03.198Z | Downloaded hyper-tls v0.6.0 |
378 | 2024-12-20T19:49:03.198Z | Downloaded httpdate v1.0.3 |
379 | 2024-12-20T19:49:03.198Z | Downloaded mime v0.3.17 |
380 | 2024-12-20T19:49:03.201Z | Downloaded native-tls v0.2.12 |
381 | 2024-12-20T19:49:03.201Z | Downloaded zeroize v1.8.1 |
382 | 2024-12-20T19:49:03.204Z | Downloaded usdt-impl v0.5.0 |
383 | 2024-12-20T19:49:03.204Z | Downloaded typify v0.2.0 |
384 | 2024-12-20T19:49:03.207Z | Downloaded form_urlencoded v1.2.1 |
385 | 2024-12-20T19:49:03.207Z | Downloaded futures-executor v0.3.31 |
386 | 2024-12-20T19:49:03.211Z | Downloaded dof v0.3.0 |
387 | 2024-12-20T19:49:03.211Z | Downloaded deranged v0.3.11 |
388 | 2024-12-20T19:49:03.211Z | Downloaded crypto-common v0.1.6 |
389 | 2024-12-20T19:49:03.214Z | Downloaded newtype-uuid v1.1.3 |
390 | 2024-12-20T19:49:03.214Z | Downloaded icu_provider_macros v1.5.0 |
391 | 2024-12-20T19:49:03.214Z | Downloaded http-body v1.0.1 |
392 | 2024-12-20T19:49:03.214Z | Downloaded untrusted v0.9.0 |
393 | 2024-12-20T19:49:03.214Z | Downloaded toml_datetime v0.6.8 |
394 | 2024-12-20T19:49:03.216Z | Downloaded equivalent v1.0.1 |
395 | 2024-12-20T19:49:03.216Z | Downloaded darling_macro v0.20.10 |
396 | 2024-12-20T19:49:03.216Z | Downloaded cc v1.1.30 |
397 | 2024-12-20T19:49:03.218Z | Downloaded ahash v0.8.11 |
398 | 2024-12-20T19:49:03.221Z | Downloaded async-trait v0.1.83 |
399 | 2024-12-20T19:49:03.224Z | Downloaded bitflags v2.6.0 |
400 | 2024-12-20T19:49:03.227Z | Downloaded base64 v0.22.1 |
401 | 2024-12-20T19:49:03.230Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-20T19:49:03.411Z | Downloaded ring v0.17.8 |
403 | 2024-12-20T19:49:03.740Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T19:49:03.741Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T19:49:03.741Z | Compiling libc v0.2.162 |
406 | 2024-12-20T19:49:03.748Z | Checking cfg-if v1.0.0 |
407 | 2024-12-20T19:49:03.748Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T19:49:03.748Z | Compiling serde v1.0.215 |
409 | 2024-12-20T19:49:03.748Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T19:49:03.748Z | Checking memchr v2.7.4 |
411 | 2024-12-20T19:49:03.944Z | Checking itoa v1.0.11 |
412 | 2024-12-20T19:49:03.964Z | Compiling serde_json v1.0.132 |
413 | 2024-12-20T19:49:04.437Z | Compiling thiserror v1.0.69 |
414 | 2024-12-20T19:49:04.531Z | Checking once_cell v1.20.2 |
415 | 2024-12-20T19:49:04.597Z | Compiling shlex v1.3.0 |
416 | 2024-12-20T19:49:04.760Z | Compiling cc v1.1.30 |
417 | 2024-12-20T19:49:05.238Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-20T19:49:05.681Z | Compiling num-traits v0.2.19 |
419 | 2024-12-20T19:49:05.715Z | Checking smallvec v1.13.2 |
420 | 2024-12-20T19:49:05.747Z | Checking bytes v1.8.0 |
421 | 2024-12-20T19:49:05.767Z | Checking ryu v1.0.18 |
422 | 2024-12-20T19:49:06.007Z | Checking futures-core v0.3.31 |
423 | 2024-12-20T19:49:06.064Z | Compiling lock_api v0.4.12 |
424 | 2024-12-20T19:49:06.096Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-12-20T19:49:06.262Z | Compiling byteorder v1.5.0 |
426 | 2024-12-20T19:49:06.482Z | Compiling ahash v0.8.11 |
427 | 2024-12-20T19:49:06.502Z | Compiling schemars v0.8.21 |
428 | 2024-12-20T19:49:06.521Z | Checking getrandom v0.2.15 |
429 | 2024-12-20T19:49:06.521Z | Checking scopeguard v1.2.0 |
430 | 2024-12-20T19:49:06.752Z | Compiling slab v0.4.9 |
431 | 2024-12-20T19:49:06.837Z | Compiling quote v1.0.37 |
432 | 2024-12-20T19:49:06.964Z | Checking log v0.4.22 |
433 | 2024-12-20T19:49:07.011Z | Checking futures-sink v0.3.31 |
434 | 2024-12-20T19:49:07.035Z | Checking socket2 v0.5.7 |
435 | 2024-12-20T19:49:07.058Z | Checking parking_lot v0.12.3 |
436 | 2024-12-20T19:49:07.158Z | Checking mio v1.0.2 |
437 | 2024-12-20T19:49:07.229Z | Compiling syn v2.0.87 |
438 | 2024-12-20T19:49:07.248Z | Checking signal-hook-registry v1.4.2 |
439 | 2024-12-20T19:49:07.371Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-20T19:49:07.394Z | Compiling ring v0.17.8 |
441 | 2024-12-20T19:49:07.492Z | Checking fnv v1.0.7 |
442 | 2024-12-20T19:49:07.494Z | Checking equivalent v1.0.1 |
443 | 2024-12-20T19:49:07.546Z | Checking hashbrown v0.15.1 |
444 | 2024-12-20T19:49:07.549Z | Compiling semver v1.0.23 |
445 | 2024-12-20T19:49:07.664Z | Checking futures-channel v0.3.31 |
446 | 2024-12-20T19:49:07.666Z | Checking http v1.1.0 |
447 | 2024-12-20T19:49:07.761Z | Checking futures-io v0.3.31 |
448 | 2024-12-20T19:49:07.781Z | Checking pin-utils v0.1.0 |
449 | 2024-12-20T19:49:07.870Z | Checking futures-task v0.3.31 |
450 | 2024-12-20T19:49:07.942Z | Checking rustls-pki-types v1.10.0 |
451 | 2024-12-20T19:49:08.008Z | Compiling vcpkg v0.2.15 |
452 | 2024-12-20T19:49:08.119Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-20T19:49:08.206Z | Compiling heck v0.5.0 |
454 | 2024-12-20T19:49:08.554Z | Checking spin v0.9.8 |
455 | 2024-12-20T19:49:08.662Z | Compiling httparse v1.9.5 |
456 | 2024-12-20T19:49:08.771Z | Checking writeable v0.5.5 |
457 | 2024-12-20T19:49:09.047Z | Checking iana-time-zone v0.1.61 |
458 | 2024-12-20T19:49:09.188Z | Checking untrusted v0.9.0 |
459 | 2024-12-20T19:49:09.221Z | Checking litemap v0.7.3 |
460 | 2024-12-20T19:49:09.316Z | Compiling ucd-trie v0.1.7 |
461 | 2024-12-20T19:49:09.416Z | Checking tracing-core v0.1.32 |
462 | 2024-12-20T19:49:09.545Z | Checking atomic-waker v1.1.2 |
463 | 2024-12-20T19:49:09.652Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-20T19:49:09.778Z | Checking dyn-clone v1.0.17 |
465 | 2024-12-20T19:49:09.815Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-20T19:49:10.040Z | Checking tracing v0.1.40 |
467 | 2024-12-20T19:49:10.335Z | Checking http-body v1.0.1 |
468 | 2024-12-20T19:49:10.532Z | Checking zeroize v1.8.1 |
469 | 2024-12-20T19:49:10.588Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-20T19:49:10.673Z | Checking subtle v2.6.1 |
471 | 2024-12-20T19:49:10.702Z | Checking try-lock v0.2.5 |
472 | 2024-12-20T19:49:10.721Z | Compiling uuid v1.11.0 |
473 | 2024-12-20T19:49:10.825Z | Compiling chrono v0.4.38 |
474 | 2024-12-20T19:49:10.895Z | Checking want v0.3.1 |
475 | 2024-12-20T19:49:10.920Z | Compiling slog v2.7.0 |
476 | 2024-12-20T19:49:11.072Z | Compiling openssl v0.10.66 |
477 | 2024-12-20T19:49:11.247Z | Checking foreign-types-shared v0.1.1 |
478 | 2024-12-20T19:49:11.321Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-20T19:49:11.339Z | Checking httpdate v1.0.3 |
480 | 2024-12-20T19:49:11.355Z | Checking foreign-types v0.3.2 |
481 | 2024-12-20T19:49:11.513Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-20T19:49:11.536Z | Checking percent-encoding v2.3.1 |
483 | 2024-12-20T19:49:11.553Z | Checking utf16_iter v1.0.5 |
484 | 2024-12-20T19:49:11.679Z | Compiling rustls v0.23.19 |
485 | 2024-12-20T19:49:11.726Z | Compiling native-tls v0.2.12 |
486 | 2024-12-20T19:49:11.986Z | Checking utf8_iter v1.0.4 |
487 | 2024-12-20T19:49:12.006Z | Compiling typenum v1.17.0 |
488 | 2024-12-20T19:49:12.175Z | Compiling regex-syntax v0.8.5 |
489 | 2024-12-20T19:49:12.684Z | Checking tower-service v0.3.3 |
490 | 2024-12-20T19:49:12.806Z | Checking write16 v1.0.0 |
491 | 2024-12-20T19:49:12.863Z | Checking icu_normalizer_data v1.5.0 |
492 | 2024-12-20T19:49:12.948Z | Checking bitflags v2.6.0 |
493 | 2024-12-20T19:49:13.274Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-20T19:49:13.508Z | Compiling generic-array v0.14.7 |
495 | 2024-12-20T19:49:13.872Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-20T19:49:14.207Z | Compiling synstructure v0.13.1 |
497 | 2024-12-20T19:49:14.797Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-20T19:49:15.590Z | Compiling regex-automata v0.4.8 |
499 | 2024-12-20T19:49:16.290Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-20T19:49:16.463Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-20T19:49:16.931Z | Compiling time-core v0.1.2 |
502 | 2024-12-20T19:49:17.115Z | Checking powerfmt v0.2.0 |
503 | 2024-12-20T19:49:17.386Z | Checking mime v0.3.17 |
504 | 2024-12-20T19:49:17.632Z | Compiling num-conv v0.1.0 |
505 | 2024-12-20T19:49:17.711Z | Checking deranged v0.3.11 |
506 | 2024-12-20T19:49:17.900Z | Compiling time-macros v0.2.18 |
507 | 2024-12-20T19:49:17.978Z | Compiling thread-id v4.2.2 |
508 | 2024-12-20T19:49:18.688Z | Checking webpki-roots v0.26.6 |
509 | 2024-12-20T19:49:18.905Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-20T19:49:19.356Z | Compiling strsim v0.11.1 |
511 | 2024-12-20T19:49:19.379Z | Compiling regex v1.11.1 |
512 | 2024-12-20T19:49:19.605Z | Compiling serde_derive v1.0.215 |
513 | 2024-12-20T19:49:19.813Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-12-20T19:49:20.067Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-12-20T19:49:20.326Z | Compiling schemars_derive v0.8.21 |
516 | 2024-12-20T19:49:20.612Z | Compiling zerofrom-derive v0.1.4 |
517 | 2024-12-20T19:49:21.086Z | Compiling tokio-macros v2.4.0 |
518 | 2024-12-20T19:49:21.845Z | Compiling zerocopy v0.7.35 |
519 | 2024-12-20T19:49:22.641Z | Compiling yoke-derive v0.7.4 |
520 | 2024-12-20T19:49:23.020Z | Checking tokio v1.40.0 |
521 | 2024-12-20T19:49:23.122Z | Compiling zerovec-derive v0.10.3 |
522 | 2024-12-20T19:49:23.587Z | Compiling futures-macro v0.3.31 |
523 | 2024-12-20T19:49:23.602Z | Compiling displaydoc v0.2.5 |
524 | 2024-12-20T19:49:24.145Z | Checking zerofrom v0.1.4 |
525 | 2024-12-20T19:49:24.218Z | Compiling pest v2.7.14 |
526 | 2024-12-20T19:49:25.039Z | Compiling icu_provider_macros v1.5.0 |
527 | 2024-12-20T19:49:25.148Z | Checking futures-util v0.3.31 |
528 | 2024-12-20T19:49:25.348Z | Checking yoke v0.7.4 |
529 | 2024-12-20T19:49:25.623Z | Compiling hashbrown v0.14.5 |
530 | 2024-12-20T19:49:25.706Z | Checking zerovec v0.10.4 |
531 | 2024-12-20T19:49:26.279Z | Checking rustls-webpki v0.102.8 |
532 | 2024-12-20T19:49:26.586Z | Compiling openssl-macros v0.1.1 |
533 | 2024-12-20T19:49:27.064Z | Compiling pest_meta v2.7.14 |
534 | 2024-12-20T19:49:27.188Z | Compiling regress v0.10.1 |
535 | 2024-12-20T19:49:27.257Z | Checking tinystr v0.7.6 |
536 | 2024-12-20T19:49:27.355Z | Checking icu_collections v1.5.0 |
537 | 2024-12-20T19:49:27.624Z | Checking icu_locid v1.5.0 |
538 | 2024-12-20T19:49:28.695Z | Checking icu_provider v1.5.0 |
539 | 2024-12-20T19:49:29.399Z | Checking icu_locid_transform v1.5.0 |
540 | 2024-12-20T19:49:30.199Z | Checking tokio-util v0.7.12 |
541 | 2024-12-20T19:49:30.402Z | Compiling pest_generator v2.7.14 |
542 | 2024-12-20T19:49:30.428Z | Checking icu_properties v1.5.1 |
543 | 2024-12-20T19:49:32.011Z | Checking http-body-util v0.1.2 |
544 | 2024-12-20T19:49:32.205Z | Compiling pest_derive v2.7.14 |
545 | 2024-12-20T19:49:32.260Z | Compiling scroll_derive v0.12.0 |
546 | 2024-12-20T19:49:32.482Z | Checking indexmap v2.6.0 |
547 | 2024-12-20T19:49:33.146Z | Compiling serde_tokenstream v0.2.2 |
548 | 2024-12-20T19:49:33.723Z | Checking icu_normalizer v1.5.0 |
549 | 2024-12-20T19:49:33.799Z | Checking h2 v0.4.6 |
550 | 2024-12-20T19:49:34.303Z | Checking tokio-native-tls v0.3.1 |
551 | 2024-12-20T19:49:34.510Z | Checking idna_adapter v1.2.0 |
552 | 2024-12-20T19:49:34.556Z | Checking scroll v0.12.0 |
553 | 2024-12-20T19:49:34.689Z | Checking idna v1.0.3 |
554 | 2024-12-20T19:49:34.708Z | Compiling dtrace-parser v0.2.0 |
555 | 2024-12-20T19:49:35.189Z | Compiling dof v0.3.0 |
556 | 2024-12-20T19:49:35.622Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-12-20T19:49:36.133Z | Compiling ident_case v1.0.1 |
558 | 2024-12-20T19:49:36.307Z | Checking num_threads v0.1.7 |
559 | 2024-12-20T19:49:36.358Z | Checking tokio-rustls v0.26.0 |
560 | 2024-12-20T19:49:36.429Z | Checking base64 v0.22.1 |
561 | 2024-12-20T19:49:36.506Z | Checking plain v0.2.3 |
562 | 2024-12-20T19:49:36.749Z | Compiling crossbeam-utils v0.8.20 |
563 | 2024-12-20T19:49:36.851Z | Checking goblin v0.8.2 |
564 | 2024-12-20T19:49:36.886Z | Checking time v0.3.36 |
565 | 2024-12-20T19:49:37.300Z | Compiling typify-impl v0.2.0 |
566 | 2024-12-20T19:49:37.441Z | Compiling darling_core v0.20.10 |
567 | 2024-12-20T19:49:38.093Z | Checking hyper v1.5.0 |
568 | 2024-12-20T19:49:38.771Z | Compiling openapiv3 v2.0.0 |
569 | 2024-12-20T19:49:39.712Z | Checking url v2.5.3 |
570 | 2024-12-20T19:49:40.319Z | Checking hyper-util v0.1.10 |
571 | 2024-12-20T19:49:41.998Z | Checking hyper-tls v0.6.0 |
572 | 2024-12-20T19:49:42.115Z | Checking hyper-rustls v0.27.3 |
573 | 2024-12-20T19:49:42.274Z | Checking dirs-sys-next v0.1.2 |
574 | 2024-12-20T19:49:42.433Z | Checking sync_wrapper v1.0.1 |
575 | 2024-12-20T19:49:42.582Z | Compiling paste v1.0.15 |
576 | 2024-12-20T19:49:42.839Z | Compiling rustversion v1.0.17 |
577 | 2024-12-20T19:49:42.978Z | Checking ipnet v2.10.1 |
578 | 2024-12-20T19:49:43.084Z | Compiling rustls v0.22.4 |
579 | 2024-12-20T19:49:43.104Z | Checking pretty-hex v0.4.1 |
580 | 2024-12-20T19:49:43.272Z | Compiling omicron-workspace-hack v0.1.0 |
581 | 2024-12-20T19:49:43.400Z | Compiling unsafe-libyaml v0.2.11 |
582 | 2024-12-20T19:49:43.420Z | Checking reqwest v0.12.9 |
583 | 2024-12-20T19:49:43.633Z | Compiling darling_macro v0.20.10 |
584 | 2024-12-20T19:49:43.888Z | Checking dirs-next v2.0.0 |
585 | 2024-12-20T19:49:44.133Z | Checking toml_datetime v0.6.8 |
586 | 2024-12-20T19:49:44.230Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-20T19:49:44.282Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-20T19:49:44.419Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-20T19:49:44.438Z | Checking crypto-common v0.1.6 |
590 | 2024-12-20T19:49:44.613Z | Checking block-buffer v0.10.4 |
591 | 2024-12-20T19:49:44.633Z | Checking rand_core v0.6.4 |
592 | 2024-12-20T19:49:44.719Z | Compiling serde_yaml v0.9.34+deprecated |
593 | 2024-12-20T19:49:44.854Z | Checking thread_local v1.1.8 |
594 | 2024-12-20T19:49:44.918Z | Compiling multer v3.1.0 |
595 | 2024-12-20T19:49:44.938Z | Checking match_cfg v0.1.0 |
596 | 2024-12-20T19:49:45.031Z | Checking winnow v0.6.20 |
597 | 2024-12-20T19:49:45.085Z | Compiling newtype-uuid v1.1.3 |
598 | 2024-12-20T19:49:45.144Z | Compiling camino v1.1.9 |
599 | 2024-12-20T19:49:45.180Z | Compiling slog-async v2.8.0 |
600 | 2024-12-20T19:49:45.252Z | Compiling anyhow v1.0.93 |
601 | 2024-12-20T19:49:45.508Z | Checking rand_chacha v0.3.1 |
602 | 2024-12-20T19:49:45.750Z | Checking hostname v0.3.1 |
603 | 2024-12-20T19:49:45.881Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-20T19:49:45.884Z | Checking digest v0.10.7 |
605 | 2024-12-20T19:49:46.175Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-20T19:49:46.218Z | Compiling darling v0.20.10 |
607 | 2024-12-20T19:49:46.238Z | Checking term v0.7.0 |
608 | 2024-12-20T19:49:46.948Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2024-12-20T19:49:47.109Z | Compiling structmeta v0.3.0 |
610 | 2024-12-20T19:49:47.397Z | Compiling usdt-macro v0.5.0 |
611 | 2024-12-20T19:49:47.515Z | Checking slog-json v2.6.1 |
612 | 2024-12-20T19:49:47.781Z | Checking futures-executor v0.3.31 |
613 | 2024-12-20T19:49:47.925Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-20T19:49:48.012Z | Checking is-terminal v0.4.13 |
615 | 2024-12-20T19:49:48.130Z | Checking memmap v0.7.0 |
616 | 2024-12-20T19:49:48.161Z | Checking toml_edit v0.22.22 |
617 | 2024-12-20T19:49:48.334Z | Compiling dropshot v0.13.0 |
618 | 2024-12-20T19:49:48.378Z | Checking take_mut v0.2.2 |
619 | 2024-12-20T19:49:48.418Z | Checking cpufeatures v0.2.14 |
620 | 2024-12-20T19:49:48.510Z | Checking sha1 v0.10.6 |
621 | 2024-12-20T19:49:48.703Z | Checking usdt v0.5.0 |
622 | 2024-12-20T19:49:48.754Z | Checking slog-term v2.9.1 |
623 | 2024-12-20T19:49:48.783Z | Checking futures v0.3.31 |
624 | 2024-12-20T19:49:48.803Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-20T19:49:48.899Z | Checking slog-bunyan v2.5.0 |
626 | 2024-12-20T19:49:48.952Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-20T19:49:49.072Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-20T19:49:49.213Z | Checking async-stream v0.3.6 |
629 | 2024-12-20T19:49:49.411Z | Checking rand v0.8.5 |
630 | 2024-12-20T19:49:50.110Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-20T19:49:50.676Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-20T19:49:50.736Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-20T19:49:50.764Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-20T19:49:50.846Z | Checking toml v0.8.19 |
635 | 2024-12-20T19:49:51.040Z | Checking hex v0.4.3 |
636 | 2024-12-20T19:49:51.157Z | Compiling typify-macro v0.2.0 |
637 | 2024-12-20T19:49:51.431Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-20T19:49:51.577Z | Compiling async-trait v0.1.83 |
639 | 2024-12-20T19:49:51.634Z | Checking waitgroup v0.1.2 |
640 | 2024-12-20T19:49:51.712Z | Checking hostname v0.4.0 |
641 | 2024-12-20T19:49:51.772Z | Checking instant v0.1.13 |
642 | 2024-12-20T19:49:51.839Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-20T19:49:51.880Z | Checking backoff v0.4.0 |
644 | 2024-12-20T19:49:51.979Z | Checking serde_with v3.11.0 |
645 | 2024-12-20T19:49:52.149Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-20T19:49:52.235Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-20T19:49:52.306Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-20T19:49:52.371Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-12-20T19:49:52.659Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-20T19:49:52.872Z | Checking parse-display v0.10.0 |
651 | 2024-12-20T19:49:53.025Z | Checking macaddr v1.0.1 |
652 | 2024-12-20T19:49:53.105Z | Checking regress v0.9.1 |
653 | 2024-12-20T19:49:53.279Z | Checking strum v0.26.3 |
654 | 2024-12-20T19:49:54.368Z | Compiling typify v0.2.0 |
655 | 2024-12-20T19:49:54.456Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-20T19:49:57.315Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-20T19:50:01.569Z | Checking progenitor v0.8.0 |
658 | 2024-12-20T19:50:01.706Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-20T19:50:04.866Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-20T19:50:12.588Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-20T19:50:12.653Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
662 | 2024-12-20T19:50:12.983Z | + cargo build --release |
663 | 2024-12-20T19:50:13.244Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-20T19:50:13.244Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-20T19:50:13.246Z | Compiling libc v0.2.162 |
666 | 2024-12-20T19:50:13.246Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-20T19:50:13.246Z | Compiling autocfg v1.4.0 |
668 | 2024-12-20T19:50:13.247Z | Compiling version_check v0.9.5 |
669 | 2024-12-20T19:50:13.247Z | Compiling serde v1.0.215 |
670 | 2024-12-20T19:50:13.247Z | Compiling memchr v2.7.4 |
671 | 2024-12-20T19:50:13.363Z | Compiling serde_json v1.0.132 |
672 | 2024-12-20T19:50:13.437Z | Compiling itoa v1.0.11 |
673 | 2024-12-20T19:50:13.706Z | Compiling thiserror v1.0.69 |
674 | 2024-12-20T19:50:13.824Z | Compiling once_cell v1.20.2 |
675 | 2024-12-20T19:50:13.907Z | Compiling shlex v1.3.0 |
676 | 2024-12-20T19:50:14.116Z | Compiling cc v1.1.30 |
677 | 2024-12-20T19:50:14.287Z | Compiling num-traits v0.2.19 |
678 | 2024-12-20T19:50:14.617Z | Compiling getrandom v0.2.15 |
679 | 2024-12-20T19:50:14.698Z | Compiling pin-project-lite v0.2.14 |
680 | 2024-12-20T19:50:14.799Z | Compiling smallvec v1.13.2 |
681 | 2024-12-20T19:50:14.807Z | Compiling bytes v1.8.0 |
682 | 2024-12-20T19:50:14.942Z | Compiling quote v1.0.37 |
683 | 2024-12-20T19:50:14.944Z | Compiling ryu v1.0.18 |
684 | 2024-12-20T19:50:15.262Z | Compiling futures-core v0.3.31 |
685 | 2024-12-20T19:50:15.281Z | Compiling lock_api v0.4.12 |
686 | 2024-12-20T19:50:15.505Z | Compiling syn v2.0.87 |
687 | 2024-12-20T19:50:15.512Z | Compiling ahash v0.8.11 |
688 | 2024-12-20T19:50:15.568Z | Compiling byteorder v1.5.0 |
689 | 2024-12-20T19:50:15.611Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-12-20T19:50:15.881Z | Compiling schemars v0.8.21 |
691 | 2024-12-20T19:50:15.999Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-20T19:50:16.026Z | Compiling slab v0.4.9 |
693 | 2024-12-20T19:50:16.235Z | Compiling log v0.4.22 |
694 | 2024-12-20T19:50:16.353Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-20T19:50:16.511Z | Compiling signal-hook-registry v1.4.2 |
696 | 2024-12-20T19:50:16.620Z | Compiling parking_lot v0.12.3 |
697 | 2024-12-20T19:50:16.627Z | Compiling mio v1.0.2 |
698 | 2024-12-20T19:50:16.651Z | Compiling socket2 v0.5.7 |
699 | 2024-12-20T19:50:16.684Z | Compiling stable_deref_trait v1.2.0 |
700 | 2024-12-20T19:50:16.777Z | Compiling semver v1.0.23 |
701 | 2024-12-20T19:50:17.081Z | Compiling ring v0.17.8 |
702 | 2024-12-20T19:50:17.177Z | Compiling fnv v1.0.7 |
703 | 2024-12-20T19:50:17.263Z | Compiling equivalent v1.0.1 |
704 | 2024-12-20T19:50:17.294Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-20T19:50:17.362Z | Compiling http v1.1.0 |
706 | 2024-12-20T19:50:18.058Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-20T19:50:18.268Z | Compiling futures-task v0.3.31 |
708 | 2024-12-20T19:50:18.295Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-20T19:50:18.378Z | Compiling futures-io v0.3.31 |
710 | 2024-12-20T19:50:18.554Z | Compiling vcpkg v0.2.15 |
711 | 2024-12-20T19:50:18.683Z | Compiling heck v0.5.0 |
712 | 2024-12-20T19:50:18.715Z | Compiling pkg-config v0.3.31 |
713 | 2024-12-20T19:50:18.736Z | Compiling spin v0.9.8 |
714 | 2024-12-20T19:50:18.742Z | Compiling rustls-pki-types v1.10.0 |
715 | 2024-12-20T19:50:19.705Z | Compiling untrusted v0.9.0 |
716 | 2024-12-20T19:50:19.888Z | Compiling writeable v0.5.5 |
717 | 2024-12-20T19:50:19.919Z | Compiling httparse v1.9.5 |
718 | 2024-12-20T19:50:20.194Z | Compiling openssl-sys v0.9.103 |
719 | 2024-12-20T19:50:20.608Z | Compiling ucd-trie v0.1.7 |
720 | 2024-12-20T19:50:20.668Z | Compiling litemap v0.7.3 |
721 | 2024-12-20T19:50:20.977Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-20T19:50:21.131Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-20T19:50:21.262Z | Compiling atomic-waker v1.1.2 |
724 | 2024-12-20T19:50:21.459Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-20T19:50:21.614Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-20T19:50:22.066Z | Compiling tracing v0.1.40 |
727 | 2024-12-20T19:50:22.217Z | Compiling http-body v1.0.1 |
728 | 2024-12-20T19:50:22.619Z | Compiling uuid v1.11.0 |
729 | 2024-12-20T19:50:22.732Z | Compiling try-lock v0.2.5 |
730 | 2024-12-20T19:50:22.871Z | Compiling chrono v0.4.38 |
731 | 2024-12-20T19:50:22.878Z | Compiling zeroize v1.8.1 |
732 | 2024-12-20T19:50:22.987Z | Compiling subtle v2.6.1 |
733 | 2024-12-20T19:50:23.148Z | Compiling icu_locid_transform_data v1.5.0 |
734 | 2024-12-20T19:50:23.208Z | Compiling synstructure v0.13.1 |
735 | 2024-12-20T19:50:23.236Z | Compiling serde_derive_internals v0.29.1 |
736 | 2024-12-20T19:50:23.262Z | Compiling want v0.3.1 |
737 | 2024-12-20T19:50:23.975Z | Compiling slog v2.7.0 |
738 | 2024-12-20T19:50:24.462Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-20T19:50:24.562Z | Compiling httpdate v1.0.3 |
740 | 2024-12-20T19:50:24.634Z | Compiling icu_properties_data v1.5.0 |
741 | 2024-12-20T19:50:24.882Z | Compiling openssl v0.10.66 |
742 | 2024-12-20T19:50:24.900Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-20T19:50:25.328Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-20T19:50:25.435Z | Compiling utf8_iter v1.0.4 |
745 | 2024-12-20T19:50:25.558Z | Compiling utf16_iter v1.0.5 |
746 | 2024-12-20T19:50:25.700Z | Compiling native-tls v0.2.12 |
747 | 2024-12-20T19:50:25.761Z | Compiling typenum v1.17.0 |
748 | 2024-12-20T19:50:26.040Z | Compiling tower-service v0.3.3 |
749 | 2024-12-20T19:50:26.753Z | Compiling icu_normalizer_data v1.5.0 |
750 | 2024-12-20T19:50:26.762Z | Compiling percent-encoding v2.3.1 |
751 | 2024-12-20T19:50:26.846Z | Compiling rustls v0.23.19 |
752 | 2024-12-20T19:50:27.009Z | Compiling bitflags v2.6.0 |
753 | 2024-12-20T19:50:27.090Z | Compiling write16 v1.0.0 |
754 | 2024-12-20T19:50:27.175Z | Compiling regex-syntax v0.8.5 |
755 | 2024-12-20T19:50:27.221Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-20T19:50:27.475Z | Compiling generic-array v0.14.7 |
757 | 2024-12-20T19:50:27.899Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-20T19:50:28.801Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-20T19:50:28.973Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-20T19:50:29.193Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-20T19:50:29.700Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-20T19:50:29.903Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-20T19:50:31.098Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-20T19:50:32.695Z | Compiling tokio-macros v2.4.0 |
765 | 2024-12-20T19:50:32.742Z | Compiling yoke-derive v0.7.4 |
766 | 2024-12-20T19:50:32.975Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-20T19:50:33.508Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-20T19:50:33.745Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-20T19:50:34.076Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-20T19:50:34.289Z | Compiling tokio v1.40.0 |
771 | 2024-12-20T19:50:35.560Z | Compiling yoke v0.7.4 |
772 | 2024-12-20T19:50:35.671Z | Compiling pest v2.7.14 |
773 | 2024-12-20T19:50:35.702Z | Compiling futures-util v0.3.31 |
774 | 2024-12-20T19:50:35.898Z | Compiling zerovec v0.10.4 |
775 | 2024-12-20T19:50:35.998Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-20T19:50:36.068Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-20T19:50:37.415Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-20T19:50:38.603Z | Compiling tinystr v0.7.6 |
779 | 2024-12-20T19:50:38.947Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-20T19:50:39.072Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-20T19:50:42.218Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-20T19:50:42.722Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-20T19:50:43.343Z | Compiling indexmap v2.6.0 |
784 | 2024-12-20T19:50:44.517Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-20T19:50:45.190Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-20T19:50:46.340Z | Compiling h2 v0.4.6 |
787 | 2024-12-20T19:50:46.739Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-20T19:50:47.506Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-20T19:50:49.865Z | Compiling regress v0.10.1 |
790 | 2024-12-20T19:50:50.328Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-20T19:50:52.755Z | Compiling hyper v1.5.0 |
792 | 2024-12-20T19:50:53.835Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-20T19:50:54.714Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-20T19:50:56.151Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-20T19:50:58.401Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-20T19:51:02.272Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-20T19:51:02.833Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-20T19:51:04.567Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-20T19:51:05.339Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-20T19:51:06.168Z | Compiling typify-macro v0.2.0 |
801 | 2024-12-20T19:51:06.255Z | Compiling scroll_derive v0.12.0 |
802 | 2024-12-20T19:51:07.739Z | Compiling regex v1.11.1 |
803 | 2024-12-20T19:51:07.779Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-20T19:51:08.160Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-20T19:51:08.721Z | Compiling time-core v0.1.2 |
806 | 2024-12-20T19:51:10.048Z | Compiling powerfmt v0.2.0 |
807 | 2024-12-20T19:51:10.534Z | Compiling num-conv v0.1.0 |
808 | 2024-12-20T19:51:10.725Z | Compiling mime v0.3.17 |
809 | 2024-12-20T19:51:10.799Z | Compiling time-macros v0.2.18 |
810 | 2024-12-20T19:51:11.577Z | Compiling deranged v0.3.11 |
811 | 2024-12-20T19:51:11.961Z | Compiling scroll v0.12.0 |
812 | 2024-12-20T19:51:12.599Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-20T19:51:13.870Z | Compiling idna v1.0.3 |
814 | 2024-12-20T19:51:13.943Z | Compiling tokio-native-tls v0.3.1 |
815 | 2024-12-20T19:51:19.036Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-20T19:51:19.687Z | Compiling dof v0.3.0 |
817 | 2024-12-20T19:51:20.634Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-20T19:51:21.243Z | Compiling thread-id v4.2.2 |
819 | 2024-12-20T19:51:21.276Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-20T19:51:21.335Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-20T19:51:21.794Z | Compiling plain v0.2.3 |
822 | 2024-12-20T19:51:21.944Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-20T19:51:22.443Z | Compiling base64 v0.22.1 |
824 | 2024-12-20T19:51:22.462Z | Compiling num_threads v0.1.7 |
825 | 2024-12-20T19:51:22.578Z | Compiling strsim v0.11.1 |
826 | 2024-12-20T19:51:22.657Z | Compiling ident_case v1.0.1 |
827 | 2024-12-20T19:51:23.321Z | Compiling crossbeam-utils v0.8.20 |
828 | 2024-12-20T19:51:23.984Z | Compiling darling_core v0.20.10 |
829 | 2024-12-20T19:51:24.295Z | Compiling time v0.3.36 |
830 | 2024-12-20T19:51:26.243Z | Compiling goblin v0.8.2 |
831 | 2024-12-20T19:51:30.149Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-20T19:51:32.128Z | Compiling url v2.5.3 |
833 | 2024-12-20T19:51:32.614Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-20T19:51:33.116Z | Compiling typify v0.2.0 |
835 | 2024-12-20T19:51:33.242Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-20T19:51:35.567Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-20T19:51:35.713Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-20T19:51:37.226Z | Compiling rustls v0.22.4 |
839 | 2024-12-20T19:51:37.541Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2024-12-20T19:51:37.637Z | Compiling paste v1.0.15 |
841 | 2024-12-20T19:51:38.023Z | Compiling pretty-hex v0.4.1 |
842 | 2024-12-20T19:51:38.138Z | Compiling ipnet v2.10.1 |
843 | 2024-12-20T19:51:38.249Z | Compiling rustversion v1.0.17 |
844 | 2024-12-20T19:51:38.947Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-20T19:51:39.332Z | Compiling reqwest v0.12.9 |
846 | 2024-12-20T19:51:41.366Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-20T19:51:42.885Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-20T19:51:43.136Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-20T19:51:46.175Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-20T19:51:46.383Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-20T19:51:46.624Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-20T19:51:46.862Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-20T19:51:46.870Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-20T19:51:47.550Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-20T19:51:47.815Z | Compiling rand_core v0.6.4 |
856 | 2024-12-20T19:51:48.296Z | Compiling thread_local v1.1.8 |
857 | 2024-12-20T19:51:48.389Z | Compiling multer v3.1.0 |
858 | 2024-12-20T19:51:48.723Z | Compiling match_cfg v0.1.0 |
859 | 2024-12-20T19:51:48.809Z | Compiling newtype-uuid v1.1.3 |
860 | 2024-12-20T19:51:49.022Z | Compiling slog-async v2.8.0 |
861 | 2024-12-20T19:51:49.123Z | Compiling anyhow v1.0.93 |
862 | 2024-12-20T19:51:49.506Z | Compiling winnow v0.6.20 |
863 | 2024-12-20T19:51:49.709Z | Compiling camino v1.1.9 |
864 | 2024-12-20T19:51:50.288Z | Compiling structmeta v0.3.0 |
865 | 2024-12-20T19:51:50.612Z | Compiling hostname v0.3.1 |
866 | 2024-12-20T19:51:50.703Z | Compiling progenitor-macro v0.8.0 |
867 | 2024-12-20T19:51:50.865Z | Compiling rand_chacha v0.3.1 |
868 | 2024-12-20T19:51:51.649Z | Compiling digest v0.10.7 |
869 | 2024-12-20T19:51:52.063Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-20T19:51:53.070Z | Compiling darling v0.20.10 |
871 | 2024-12-20T19:51:53.174Z | Compiling term v0.7.0 |
872 | 2024-12-20T19:51:53.716Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-20T19:51:59.004Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-20T19:52:01.224Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-20T19:52:02.019Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-20T19:52:02.745Z | Compiling slog-json v2.6.1 |
877 | 2024-12-20T19:52:03.160Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-20T19:52:03.400Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-20T19:52:03.728Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-20T19:52:03.850Z | Compiling memmap v0.7.0 |
881 | 2024-12-20T19:52:04.293Z | Compiling dropshot v0.13.0 |
882 | 2024-12-20T19:52:04.331Z | Compiling take_mut v0.2.2 |
883 | 2024-12-20T19:52:04.489Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-20T19:52:04.582Z | Compiling sha1 v0.10.6 |
885 | 2024-12-20T19:52:04.748Z | Compiling async-stream v0.3.6 |
886 | 2024-12-20T19:52:05.050Z | Compiling usdt v0.5.0 |
887 | 2024-12-20T19:52:05.364Z | Compiling slog-term v2.9.1 |
888 | 2024-12-20T19:52:06.594Z | Compiling progenitor v0.8.0 |
889 | 2024-12-20T19:52:06.799Z | Compiling futures v0.3.31 |
890 | 2024-12-20T19:52:07.005Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-20T19:52:07.275Z | Compiling strum_macros v0.26.4 |
892 | 2024-12-20T19:52:08.129Z | Compiling tokio-rustls v0.25.0 |
893 | 2024-12-20T19:52:08.364Z | Compiling toml v0.8.19 |
894 | 2024-12-20T19:52:08.565Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-20T19:52:11.282Z | Compiling rand v0.8.5 |
896 | 2024-12-20T19:52:13.506Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-20T19:52:16.260Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-20T19:52:16.743Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-20T19:52:17.362Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-20T19:52:17.560Z | Compiling hex v0.4.3 |
901 | 2024-12-20T19:52:18.272Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-20T19:52:18.377Z | Compiling async-trait v0.1.83 |
903 | 2024-12-20T19:52:19.107Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-20T19:52:19.347Z | Compiling hostname v0.4.0 |
905 | 2024-12-20T19:52:19.587Z | Compiling instant v0.1.13 |
906 | 2024-12-20T19:52:19.741Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-20T19:52:19.883Z | Compiling backoff v0.4.0 |
908 | 2024-12-20T19:52:20.238Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-20T19:52:20.434Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-20T19:52:20.591Z | Compiling parse-display v0.10.0 |
911 | 2024-12-20T19:52:20.815Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-20T19:52:21.430Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-20T19:52:22.016Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-20T19:52:22.801Z | Compiling strum v0.26.3 |
915 | 2024-12-20T19:52:22.993Z | Compiling serde_with v3.11.0 |
916 | 2024-12-20T19:52:24.301Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-20T19:52:25.164Z | Compiling regress v0.9.1 |
918 | 2024-12-20T19:52:25.791Z | Compiling macaddr v1.0.1 |
919 | 2024-12-20T19:52:30.818Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-20T19:52:41.568Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-20T19:52:51.493Z | Finished `release` profile [optimized] target(s) in 2m 38s |
922 | 2024-12-20T19:52:51.559Z | process exited: duration 239852 ms, exit code 0 |
|
923 | 2024-12-20T19:52:51.566Z | found 0 output files |