|
|
|
1 | 2024-12-18T19:00:03.272Z | job assigned to worker 01JFDJ6X0DFK59H09HDATYKC3Y [factory aws, i-02b39750b53c539f2] (queued for 54 s) |
|
2 | 2024-12-18T19:00:10.539Z | starting task 0: "setup" |
3 | 2024-12-18T19:00:10.546Z | ++ uname -s |
4 | 2024-12-18T19:00:10.549Z | + kern=SunOS |
5 | 2024-12-18T19:00:10.549Z | + case "$kern" in |
6 | 2024-12-18T19:00:10.549Z | + groupadd -g 12345 build |
7 | 2024-12-18T19:00:10.552Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-18T19:00:12.560Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-18T19:00:12.679Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-18T19:00:12.682Z | + home_fs=zfs |
11 | 2024-12-18T19:00:12.682Z | + [[ zfs == autofs ]] |
12 | 2024-12-18T19:00:12.682Z | + mkdir -p /home/build |
13 | 2024-12-18T19:00:12.685Z | + chown build:build /home/build /work |
14 | 2024-12-18T19:00:13.693Z | + chmod 0700 /home/build /work |
15 | 2024-12-18T19:00:13.701Z | process exited: duration 3151 ms, exit code 0 |
|
16 | 2024-12-18T19:00:13.736Z | starting task 1: "rust-toolchain" |
17 | 2024-12-18T19:00:13.741Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-18T19:00:13.741Z | ' 1.81.0 |
19 | 2024-12-18T19:00:13.742Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-18T19:00:13.742Z | * toolchain channel = "1.81.0" |
21 | 2024-12-18T19:00:13.742Z | ' default |
22 | 2024-12-18T19:00:13.742Z | * toolchain profile = "default" |
23 | 2024-12-18T19:00:13.742Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-18T19:00:13.742Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-18T19:00:13.861Z | info: downloading installer |
26 | 2024-12-18T19:00:15.206Z | info: profile set to 'default' |
27 | 2024-12-18T19:00:15.206Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-18T19:00:15.208Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-18T19:00:15.338Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-18T19:00:15.338Z | info: downloading component 'cargo' |
31 | 2024-12-18T19:00:16.022Z | info: downloading component 'clippy' |
32 | 2024-12-18T19:00:16.275Z | info: downloading component 'rust-docs' |
33 | 2024-12-18T19:00:17.223Z | info: downloading component 'rust-std' |
34 | 2024-12-18T19:00:18.696Z | info: downloading component 'rustc' |
35 | 2024-12-18T19:00:23.992Z | info: downloading component 'rustfmt' |
36 | 2024-12-18T19:00:24.191Z | info: installing component 'cargo' |
37 | 2024-12-18T19:00:24.976Z | info: installing component 'clippy' |
38 | 2024-12-18T19:00:25.335Z | info: installing component 'rust-docs' |
39 | 2024-12-18T19:00:26.939Z | info: installing component 'rust-std' |
40 | 2024-12-18T19:00:28.644Z | info: installing component 'rustc' |
41 | 2024-12-18T19:00:34.257Z | info: installing component 'rustfmt' |
42 | 2024-12-18T19:00:34.578Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-18T19:00:34.579Z | |
44 | 2024-12-18T19:00:34.944Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-18T19:00:34.944Z | |
46 | 2024-12-18T19:00:34.955Z | |
47 | 2024-12-18T19:00:34.955Z | Rust is installed now. Great! |
48 | 2024-12-18T19:00:34.955Z | |
49 | 2024-12-18T19:00:34.955Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-18T19:00:34.955Z | environment variable. This has not been done automatically. |
51 | 2024-12-18T19:00:34.955Z | |
52 | 2024-12-18T19:00:34.955Z | To configure your current shell, you need to source |
53 | 2024-12-18T19:00:34.955Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-18T19:00:34.955Z | |
55 | 2024-12-18T19:00:34.955Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-18T19:00:34.955Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-18T19:00:34.955Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-18T19:00:35.012Z | + rustc --version |
59 | 2024-12-18T19:00:35.077Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-18T19:00:35.084Z | process exited: duration 21344 ms, exit code 0 |
|
61 | 2024-12-18T19:00:35.091Z | starting task 2: "authentication" |
62 | 2024-12-18T19:00:35.111Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-18T19:00:35.118Z | starting task 3: "clone repository" |
64 | 2024-12-18T19:00:35.123Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-18T19:00:35.125Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-18T19:00:35.170Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-18T19:00:42.097Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-18T19:00:42.106Z | + git fetch origin f1bb19aaaacb71432be7cfaca331b33e0df20123 |
69 | 2024-12-18T19:00:42.371Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-18T19:00:42.371Z | * branch f1bb19aaaacb71432be7cfaca331b33e0df20123 -> FETCH_HEAD |
71 | 2024-12-18T19:00:42.381Z | + [[ -n less-uuid-conflict ]] |
72 | 2024-12-18T19:00:42.381Z | ++ git branch --show-current |
73 | 2024-12-18T19:00:42.390Z | + current=main |
74 | 2024-12-18T19:00:42.390Z | + [[ main != less-uuid-conflict ]] |
75 | 2024-12-18T19:00:42.390Z | + git branch -f less-uuid-conflict f1bb19aaaacb71432be7cfaca331b33e0df20123 |
76 | 2024-12-18T19:00:42.390Z | + git checkout -f less-uuid-conflict |
77 | 2024-12-18T19:00:42.557Z | Switched to branch 'less-uuid-conflict' |
78 | 2024-12-18T19:00:42.565Z | + git reset --hard f1bb19aaaacb71432be7cfaca331b33e0df20123 |
79 | 2024-12-18T19:00:42.727Z | HEAD is now at f1bb19aaa UUID test, comment |
80 | 2024-12-18T19:00:42.744Z | process exited: duration 7607 ms, exit code 0 |
|
81 | 2024-12-18T19:00:42.768Z | starting task 4: "build" |
82 | 2024-12-18T19:00:42.781Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-18T19:00:42.781Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-18T19:00:42.785Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-18T19:00:42.785Z | + cargo --version |
86 | 2024-12-18T19:00:42.825Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-18T19:00:42.831Z | + rustc --version |
88 | 2024-12-18T19:00:42.885Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-18T19:00:42.891Z | + cd /tmp |
90 | 2024-12-18T19:00:42.892Z | + cargo new --lib test-project |
91 | 2024-12-18T19:00:42.945Z | Creating library `test-project` package |
92 | 2024-12-18T19:00:43.027Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-18T19:00:43.038Z | + cd test-project |
94 | 2024-12-18T19:00:43.038Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-18T19:00:43.079Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-18T19:00:43.086Z | Features: |
97 | 2024-12-18T19:00:43.086Z | - proptest |
98 | 2024-12-18T19:00:43.086Z | - test-strategy |
99 | 2024-12-18T19:00:43.086Z | - testing |
100 | 2024-12-18T19:00:43.086Z | Updating crates.io index |
101 | 2024-12-18T19:00:43.150Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-18T19:00:43.668Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-18T19:00:44.241Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-18T19:00:47.633Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-18T19:00:47.638Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-18T19:00:47.638Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-18T19:00:47.638Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-18T19:00:47.638Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-18T19:00:47.638Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-18T19:00:47.639Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-18T19:00:47.639Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-18T19:00:47.639Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-18T19:00:47.639Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-18T19:00:47.639Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-18T19:00:47.639Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-18T19:00:47.639Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-18T19:00:47.639Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-18T19:00:47.639Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-18T19:00:47.639Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-18T19:00:47.639Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-18T19:00:47.639Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-18T19:00:47.639Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-18T19:00:47.639Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-18T19:00:47.639Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-18T19:00:47.639Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-18T19:00:47.639Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-18T19:00:47.639Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-18T19:00:47.639Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-18T19:00:47.639Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-18T19:00:47.639Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-18T19:00:47.640Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-18T19:00:47.640Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-18T19:00:47.640Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-18T19:00:47.640Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-18T19:00:47.640Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-18T19:00:47.640Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-18T19:00:47.640Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-18T19:00:47.640Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-18T19:00:47.640Z | + cargo check |
140 | 2024-12-18T19:00:47.640Z | Updating crates.io index |
141 | 2024-12-18T19:00:47.640Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-18T19:00:49.835Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-18T19:00:51.735Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-18T19:00:52.531Z | Downloading crates ... |
145 | 2024-12-18T19:00:52.600Z | Downloaded ahash v0.8.11 |
146 | 2024-12-18T19:00:52.612Z | Downloaded crossbeam-utils v0.8.20 |
147 | 2024-12-18T19:00:52.623Z | Downloaded foreign-types-shared v0.1.1 |
148 | 2024-12-18T19:00:52.626Z | Downloaded equivalent v1.0.1 |
149 | 2024-12-18T19:00:52.626Z | Downloaded dtrace-parser v0.2.0 |
150 | 2024-12-18T19:00:52.631Z | Downloaded darling_macro v0.20.10 |
151 | 2024-12-18T19:00:52.635Z | Downloaded async-stream-impl v0.3.6 |
152 | 2024-12-18T19:00:52.637Z | Downloaded icu_provider_macros v1.5.0 |
153 | 2024-12-18T19:00:52.646Z | Downloaded time-core v0.1.2 |
154 | 2024-12-18T19:00:52.648Z | Downloaded thiserror-impl v1.0.69 |
155 | 2024-12-18T19:00:52.653Z | Downloaded thread_local v1.1.8 |
156 | 2024-12-18T19:00:52.656Z | Downloaded http-body v1.0.1 |
157 | 2024-12-18T19:00:52.656Z | Downloaded thread-id v4.2.2 |
158 | 2024-12-18T19:00:52.660Z | Downloaded ident_case v1.0.1 |
159 | 2024-12-18T19:00:52.662Z | Downloaded match_cfg v0.1.0 |
160 | 2024-12-18T19:00:52.665Z | Downloaded time v0.3.36 |
161 | 2024-12-18T19:00:52.671Z | Downloaded memmap v0.7.0 |
162 | 2024-12-18T19:00:52.674Z | Downloaded time-macros v0.2.18 |
163 | 2024-12-18T19:00:52.676Z | Downloaded fnv v1.0.7 |
164 | 2024-12-18T19:00:52.677Z | Downloaded cfg-if v1.0.0 |
165 | 2024-12-18T19:00:52.679Z | Downloaded byteorder v1.5.0 |
166 | 2024-12-18T19:00:52.679Z | Downloaded block-buffer v0.10.4 |
167 | 2024-12-18T19:00:52.682Z | Downloaded instant v0.1.13 |
168 | 2024-12-18T19:00:52.684Z | Downloaded futures-task v0.3.31 |
169 | 2024-12-18T19:00:52.684Z | Downloaded futures-macro v0.3.31 |
170 | 2024-12-18T19:00:52.686Z | Downloaded futures-core v0.3.31 |
171 | 2024-12-18T19:00:52.686Z | Downloaded futures-executor v0.3.31 |
172 | 2024-12-18T19:00:52.688Z | Downloaded digest v0.10.7 |
173 | 2024-12-18T19:00:52.691Z | Downloaded tinystr v0.7.6 |
174 | 2024-12-18T19:00:52.694Z | Downloaded toml_datetime v0.6.8 |
175 | 2024-12-18T19:00:52.696Z | Downloaded tinyvec v1.8.0 |
176 | 2024-12-18T19:00:52.698Z | Downloaded generic-array v0.14.7 |
177 | 2024-12-18T19:00:52.701Z | Downloaded dirs-next v2.0.0 |
178 | 2024-12-18T19:00:52.703Z | Downloaded try-lock v0.2.5 |
179 | 2024-12-18T19:00:52.703Z | Downloaded tower-service v0.3.3 |
180 | 2024-12-18T19:00:52.705Z | Downloaded tinyvec_macros v0.1.1 |
181 | 2024-12-18T19:00:52.705Z | Downloaded ipnetwork v0.20.0 |
182 | 2024-12-18T19:00:52.707Z | Downloaded hostname v0.3.1 |
183 | 2024-12-18T19:00:52.710Z | Downloaded tokio-rustls v0.25.0 |
184 | 2024-12-18T19:00:52.710Z | Downloaded tokio-macros v2.4.0 |
185 | 2024-12-18T19:00:52.713Z | Downloaded debug-ignore v1.0.5 |
186 | 2024-12-18T19:00:52.713Z | Downloaded idna_adapter v1.2.0 |
187 | 2024-12-18T19:00:52.715Z | Downloaded futures-io v0.3.31 |
188 | 2024-12-18T19:00:52.715Z | Downloaded dyn-clone v1.0.17 |
189 | 2024-12-18T19:00:52.718Z | Downloaded dof v0.3.0 |
190 | 2024-12-18T19:00:52.718Z | Downloaded deranged v0.3.11 |
191 | 2024-12-18T19:00:52.720Z | Downloaded cpufeatures v0.2.14 |
192 | 2024-12-18T19:00:52.722Z | Downloaded tracing v0.1.40 |
193 | 2024-12-18T19:00:52.725Z | Downloaded macaddr v1.0.1 |
194 | 2024-12-18T19:00:52.727Z | Downloaded hostname v0.4.0 |
195 | 2024-12-18T19:00:52.727Z | Downloaded typenum v1.17.0 |
196 | 2024-12-18T19:00:52.730Z | Downloaded heck v0.5.0 |
197 | 2024-12-18T19:00:52.732Z | Downloaded futures-sink v0.3.31 |
198 | 2024-12-18T19:00:52.734Z | Downloaded crypto-common v0.1.6 |
199 | 2024-12-18T19:00:52.734Z | Downloaded autocfg v1.4.0 |
200 | 2024-12-18T19:00:52.736Z | Downloaded itoa v1.0.11 |
201 | 2024-12-18T19:00:52.738Z | Downloaded tracing-core v0.1.32 |
202 | 2024-12-18T19:00:52.740Z | Downloaded ucd-trie v0.1.7 |
203 | 2024-12-18T19:00:52.743Z | Downloaded toml v0.8.19 |
204 | 2024-12-18T19:00:52.745Z | Downloaded displaydoc v0.2.5 |
205 | 2024-12-18T19:00:52.747Z | Downloaded waitgroup v0.1.2 |
206 | 2024-12-18T19:00:52.750Z | Downloaded backoff v0.4.0 |
207 | 2024-12-18T19:00:52.752Z | Downloaded is-terminal v0.4.13 |
208 | 2024-12-18T19:00:52.752Z | Downloaded hyper-tls v0.6.0 |
209 | 2024-12-18T19:00:52.755Z | Downloaded http-body-util v0.1.2 |
210 | 2024-12-18T19:00:52.758Z | Downloaded scroll_derive v0.12.0 |
211 | 2024-12-18T19:00:52.758Z | Downloaded untrusted v0.9.0 |
212 | 2024-12-18T19:00:52.761Z | Downloaded toml_edit v0.22.22 |
213 | 2024-12-18T19:00:52.779Z | Downloaded omicron-workspace-hack v0.1.0 |
214 | 2024-12-18T19:00:52.784Z | Downloaded typify-macro v0.2.0 |
215 | 2024-12-18T19:00:52.784Z | Downloaded async-trait v0.1.83 |
216 | 2024-12-18T19:00:52.786Z | Downloaded num_threads v0.1.7 |
217 | 2024-12-18T19:00:52.786Z | Downloaded num-conv v0.1.0 |
218 | 2024-12-18T19:00:52.787Z | Downloaded zerofrom v0.1.4 |
219 | 2024-12-18T19:00:52.789Z | Downloaded yoke-derive v0.7.4 |
220 | 2024-12-18T19:00:52.789Z | Downloaded utf16_iter v1.0.5 |
221 | 2024-12-18T19:00:52.791Z | Downloaded pretty-hex v0.4.1 |
222 | 2024-12-18T19:00:52.791Z | Downloaded openssl-macros v0.1.1 |
223 | 2024-12-18T19:00:52.791Z | Downloaded ipnet v2.10.1 |
224 | 2024-12-18T19:00:52.793Z | Downloaded httparse v1.9.5 |
225 | 2024-12-18T19:00:52.795Z | Downloaded usdt v0.5.0 |
226 | 2024-12-18T19:00:52.797Z | Downloaded tokio-native-tls v0.3.1 |
227 | 2024-12-18T19:00:52.800Z | Downloaded writeable v0.5.5 |
228 | 2024-12-18T19:00:52.802Z | Downloaded version_check v0.9.5 |
229 | 2024-12-18T19:00:52.802Z | Downloaded utf8_iter v1.0.4 |
230 | 2024-12-18T19:00:52.802Z | Downloaded iana-time-zone v0.1.61 |
231 | 2024-12-18T19:00:52.804Z | Downloaded getrandom v0.2.15 |
232 | 2024-12-18T19:00:52.807Z | Downloaded usdt-impl v0.5.0 |
233 | 2024-12-18T19:00:52.809Z | Downloaded lock_api v0.4.12 |
234 | 2024-12-18T19:00:52.811Z | Downloaded hyper-rustls v0.27.3 |
235 | 2024-12-18T19:00:52.814Z | Downloaded futures-channel v0.3.31 |
236 | 2024-12-18T19:00:52.814Z | Downloaded progenitor-client v0.8.0 |
237 | 2024-12-18T19:00:52.816Z | Downloaded progenitor-macro v0.8.0 |
238 | 2024-12-18T19:00:52.816Z | Downloaded openssl-probe v0.1.5 |
239 | 2024-12-18T19:00:52.819Z | Downloaded darling v0.20.10 |
240 | 2024-12-18T19:00:52.821Z | Downloaded sync_wrapper v1.0.1 |
241 | 2024-12-18T19:00:52.824Z | Downloaded rustls-pemfile v2.2.0 |
242 | 2024-12-18T19:00:52.824Z | Downloaded mime v0.3.17 |
243 | 2024-12-18T19:00:52.826Z | Downloaded pin-utils v0.1.0 |
244 | 2024-12-18T19:00:52.826Z | Downloaded parse-display v0.10.0 |
245 | 2024-12-18T19:00:52.828Z | Downloaded schemars_derive v0.8.21 |
246 | 2024-12-18T19:00:52.830Z | Downloaded serde_spanned v0.6.8 |
247 | 2024-12-18T19:00:52.830Z | Downloaded serde_path_to_error v0.1.16 |
248 | 2024-12-18T19:00:52.833Z | Downloaded newtype-uuid v1.1.3 |
249 | 2024-12-18T19:00:52.833Z | Downloaded pkg-config v0.3.31 |
250 | 2024-12-18T19:00:52.835Z | Downloaded pest_generator v2.7.14 |
251 | 2024-12-18T19:00:52.835Z | Downloaded zerofrom-derive v0.1.4 |
252 | 2024-12-18T19:00:52.838Z | Downloaded bitflags v2.6.0 |
253 | 2024-12-18T19:00:52.840Z | Downloaded take_mut v0.2.2 |
254 | 2024-12-18T19:00:52.840Z | Downloaded serde_urlencoded v0.7.1 |
255 | 2024-12-18T19:00:52.850Z | Downloaded powerfmt v0.2.0 |
256 | 2024-12-18T19:00:52.850Z | Downloaded plain v0.2.3 |
257 | 2024-12-18T19:00:52.850Z | Downloaded scopeguard v1.2.0 |
258 | 2024-12-18T19:00:52.850Z | Downloaded camino v1.1.9 |
259 | 2024-12-18T19:00:52.850Z | Downloaded subtle v2.6.1 |
260 | 2024-12-18T19:00:52.850Z | Downloaded ppv-lite86 v0.2.20 |
261 | 2024-12-18T19:00:52.850Z | Downloaded dropshot_endpoint v0.13.0 |
262 | 2024-12-18T19:00:52.854Z | Downloaded paste v1.0.15 |
263 | 2024-12-18T19:00:52.856Z | Downloaded parse-display-derive v0.10.0 |
264 | 2024-12-18T19:00:52.856Z | Downloaded yoke v0.7.4 |
265 | 2024-12-18T19:00:52.858Z | Downloaded progenitor v0.8.0 |
266 | 2024-12-18T19:00:52.861Z | Downloaded rand_chacha v0.3.1 |
267 | 2024-12-18T19:00:52.861Z | Downloaded zerovec-derive v0.10.3 |
268 | 2024-12-18T19:00:52.863Z | Downloaded icu_normalizer_data v1.5.0 |
269 | 2024-12-18T19:00:52.864Z | Downloaded percent-encoding v2.3.1 |
270 | 2024-12-18T19:00:52.866Z | Downloaded futures v0.3.31 |
271 | 2024-12-18T19:00:52.869Z | Downloaded stable_deref_trait v1.2.0 |
272 | 2024-12-18T19:00:52.871Z | Downloaded slog-json v2.6.1 |
273 | 2024-12-18T19:00:52.873Z | Downloaded quinn-udp v0.5.5 |
274 | 2024-12-18T19:00:52.873Z | Downloaded native-tls v0.2.12 |
275 | 2024-12-18T19:00:52.876Z | Downloaded zeroize v1.8.1 |
276 | 2024-12-18T19:00:52.876Z | Downloaded icu_locid_transform v1.5.0 |
277 | 2024-12-18T19:00:52.878Z | Downloaded slog-bunyan v2.5.0 |
278 | 2024-12-18T19:00:52.880Z | Downloaded icu_locid_transform_data v1.5.0 |
279 | 2024-12-18T19:00:52.883Z | Downloaded icu_locid v1.5.0 |
280 | 2024-12-18T19:00:52.885Z | Downloaded pest_derive v2.7.14 |
281 | 2024-12-18T19:00:52.888Z | Downloaded rustc-hash v2.0.0 |
282 | 2024-12-18T19:00:52.890Z | Downloaded icu_normalizer v1.5.0 |
283 | 2024-12-18T19:00:52.892Z | Downloaded structmeta-derive v0.3.0 |
284 | 2024-12-18T19:00:52.894Z | Downloaded unsafe-libyaml v0.2.11 |
285 | 2024-12-18T19:00:52.897Z | Downloaded slab v0.4.9 |
286 | 2024-12-18T19:00:52.900Z | Downloaded signal-hook-registry v1.4.2 |
287 | 2024-12-18T19:00:52.900Z | Downloaded serde_tokenstream v0.2.2 |
288 | 2024-12-18T19:00:52.900Z | Downloaded synstructure v0.13.1 |
289 | 2024-12-18T19:00:52.902Z | Downloaded uuid v1.11.0 |
290 | 2024-12-18T19:00:52.905Z | Downloaded rand_core v0.6.4 |
291 | 2024-12-18T19:00:52.905Z | Downloaded quote v1.0.37 |
292 | 2024-12-18T19:00:52.907Z | Downloaded structmeta v0.3.0 |
293 | 2024-12-18T19:00:52.910Z | Downloaded strsim v0.11.1 |
294 | 2024-12-18T19:00:52.910Z | Downloaded rustversion v1.0.17 |
295 | 2024-12-18T19:00:52.912Z | Downloaded num-traits v0.2.19 |
296 | 2024-12-18T19:00:52.915Z | Downloaded sha1 v0.10.6 |
297 | 2024-12-18T19:00:52.915Z | Downloaded once_cell v1.20.2 |
298 | 2024-12-18T19:00:52.918Z | Downloaded smallvec v1.13.2 |
299 | 2024-12-18T19:00:52.920Z | Downloaded darling_core v0.20.10 |
300 | 2024-12-18T19:00:52.924Z | Downloaded serde_derive_internals v0.29.1 |
301 | 2024-12-18T19:00:52.926Z | Downloaded parking_lot_core v0.9.10 |
302 | 2024-12-18T19:00:52.928Z | Downloaded icu_properties v1.5.1 |
303 | 2024-12-18T19:00:52.930Z | Downloaded sha2 v0.10.8 |
304 | 2024-12-18T19:00:52.933Z | Downloaded pest_meta v2.7.14 |
305 | 2024-12-18T19:00:52.935Z | Downloaded indexmap v1.9.3 |
306 | 2024-12-18T19:00:52.937Z | Downloaded progenitor-impl v0.8.0 |
307 | 2024-12-18T19:00:52.940Z | Downloaded strum_macros v0.26.4 |
308 | 2024-12-18T19:00:52.942Z | Downloaded bytes v1.8.0 |
309 | 2024-12-18T19:00:52.945Z | Downloaded pin-project-lite v0.2.14 |
310 | 2024-12-18T19:00:52.949Z | Downloaded slog v2.7.0 |
311 | 2024-12-18T19:00:52.952Z | Downloaded thiserror v1.0.69 |
312 | 2024-12-18T19:00:52.956Z | Downloaded term v0.7.0 |
313 | 2024-12-18T19:00:52.959Z | Downloaded spin v0.9.8 |
314 | 2024-12-18T19:00:52.962Z | Downloaded slog-term v2.9.1 |
315 | 2024-12-18T19:00:52.965Z | Downloaded serde_with_macros v3.11.0 |
316 | 2024-12-18T19:00:52.969Z | Downloaded serde_derive v1.0.215 |
317 | 2024-12-18T19:00:52.969Z | Downloaded socket2 v0.5.7 |
318 | 2024-12-18T19:00:52.972Z | Downloaded shlex v1.3.0 |
319 | 2024-12-18T19:00:52.972Z | Downloaded url v2.5.3 |
320 | 2024-12-18T19:00:52.974Z | Downloaded allocator-api2 v0.2.18 |
321 | 2024-12-18T19:00:52.978Z | Downloaded scroll v0.12.0 |
322 | 2024-12-18T19:00:52.981Z | Downloaded indexmap v2.6.0 |
323 | 2024-12-18T19:00:52.984Z | Downloaded rand v0.8.5 |
324 | 2024-12-18T19:00:52.987Z | Downloaded quinn v0.11.5 |
325 | 2024-12-18T19:00:52.989Z | Downloaded openssl-sys v0.9.103 |
326 | 2024-12-18T19:00:52.993Z | Downloaded mio v1.0.2 |
327 | 2024-12-18T19:00:52.998Z | Downloaded ryu v1.0.18 |
328 | 2024-12-18T19:00:53.001Z | Downloaded schemars v0.8.21 |
329 | 2024-12-18T19:00:53.012Z | Downloaded rustls-pki-types v1.10.0 |
330 | 2024-12-18T19:00:53.015Z | Downloaded cc v1.1.30 |
331 | 2024-12-18T19:00:53.018Z | Downloaded icu_collections v1.5.0 |
332 | 2024-12-18T19:00:53.024Z | Downloaded http v1.1.0 |
333 | 2024-12-18T19:00:53.027Z | Downloaded serde_yaml v0.9.34+deprecated |
334 | 2024-12-18T19:00:53.030Z | Downloaded hashbrown v0.12.3 |
335 | 2024-12-18T19:00:53.034Z | Downloaded pest v2.7.14 |
336 | 2024-12-18T19:00:53.039Z | Downloaded serde v1.0.215 |
337 | 2024-12-18T19:00:53.042Z | Downloaded zerovec v0.10.4 |
338 | 2024-12-18T19:00:53.048Z | Downloaded hyper-util v0.1.10 |
339 | 2024-12-18T19:00:53.051Z | Downloaded memchr v2.7.4 |
340 | 2024-12-18T19:00:53.056Z | Downloaded winnow v0.6.20 |
341 | 2024-12-18T19:00:53.064Z | Downloaded serde_with v3.11.0 |
342 | 2024-12-18T19:00:53.072Z | Downloaded serde_json v1.0.132 |
343 | 2024-12-18T19:00:53.078Z | Downloaded hashbrown v0.15.1 |
344 | 2024-12-18T19:00:53.083Z | Downloaded zerocopy v0.7.35 |
345 | 2024-12-18T19:00:53.098Z | Downloaded hashbrown v0.14.5 |
346 | 2024-12-18T19:00:53.103Z | Downloaded idna v1.0.3 |
347 | 2024-12-18T19:00:53.106Z | Downloaded h2 v0.4.6 |
348 | 2024-12-18T19:00:53.112Z | Downloaded quinn-proto v0.11.8 |
349 | 2024-12-18T19:00:53.118Z | Downloaded vcpkg v0.2.15 |
350 | 2024-12-18T19:00:53.154Z | Downloaded webpki-roots v0.26.6 |
351 | 2024-12-18T19:00:53.157Z | Downloaded hyper v1.5.0 |
352 | 2024-12-18T19:00:53.163Z | Downloaded crossbeam-channel v0.5.13 |
353 | 2024-12-18T19:00:53.167Z | Downloaded futures-util v0.3.31 |
354 | 2024-12-18T19:00:53.178Z | Downloaded openssl v0.10.66 |
355 | 2024-12-18T19:00:53.186Z | Downloaded reqwest v0.12.9 |
356 | 2024-12-18T19:00:53.194Z | Downloaded goblin v0.8.2 |
357 | 2024-12-18T19:00:53.200Z | Downloaded aho-corasick v1.1.3 |
358 | 2024-12-18T19:00:53.205Z | Downloaded base64 v0.22.1 |
359 | 2024-12-18T19:00:53.208Z | Downloaded regress v0.10.1 |
360 | 2024-12-18T19:00:53.216Z | Downloaded rustls-webpki v0.102.8 |
361 | 2024-12-18T19:00:53.232Z | Downloaded chrono v0.4.38 |
362 | 2024-12-18T19:00:53.239Z | Downloaded regex-syntax v0.8.5 |
363 | 2024-12-18T19:00:53.247Z | Downloaded regex v1.11.1 |
364 | 2024-12-18T19:00:53.258Z | Downloaded openapiv3 v2.0.0 |
365 | 2024-12-18T19:00:53.268Z | Downloaded syn v2.0.87 |
366 | 2024-12-18T19:00:53.278Z | Downloaded regress v0.9.1 |
367 | 2024-12-18T19:00:53.286Z | Downloaded rustls v0.22.4 |
368 | 2024-12-18T19:00:53.297Z | Downloaded dropshot v0.13.0 |
369 | 2024-12-18T19:00:53.316Z | Downloaded rustls v0.23.19 |
370 | 2024-12-18T19:00:53.326Z | Downloaded typify-impl v0.2.0 |
371 | 2024-12-18T19:00:53.339Z | Downloaded icu_properties_data v1.5.0 |
372 | 2024-12-18T19:00:53.348Z | Downloaded proc-macro2 v1.0.89 |
373 | 2024-12-18T19:00:53.351Z | Downloaded icu_provider v1.5.0 |
374 | 2024-12-18T19:00:53.353Z | Downloaded parking_lot v0.12.3 |
375 | 2024-12-18T19:00:53.356Z | Downloaded anyhow v1.0.93 |
376 | 2024-12-18T19:00:53.358Z | Downloaded semver v1.0.23 |
377 | 2024-12-18T19:00:53.360Z | Downloaded multer v3.1.0 |
378 | 2024-12-18T19:00:53.362Z | Downloaded zerocopy-derive v0.7.35 |
379 | 2024-12-18T19:00:53.366Z | Downloaded log v0.4.22 |
380 | 2024-12-18T19:00:53.368Z | Downloaded regex-automata v0.4.8 |
381 | 2024-12-18T19:00:53.383Z | Downloaded tokio v1.40.0 |
382 | 2024-12-18T19:00:53.417Z | Downloaded litemap v0.7.3 |
383 | 2024-12-18T19:00:53.419Z | Downloaded unicode-ident v1.0.13 |
384 | 2024-12-18T19:00:53.422Z | Downloaded slog-async v2.8.0 |
385 | 2024-12-18T19:00:53.424Z | Downloaded strum v0.26.3 |
386 | 2024-12-18T19:00:53.424Z | Downloaded write16 v1.0.0 |
387 | 2024-12-18T19:00:53.425Z | Downloaded want v0.3.1 |
388 | 2024-12-18T19:00:53.427Z | Downloaded usdt-macro v0.5.0 |
389 | 2024-12-18T19:00:53.427Z | Downloaded usdt-attr-macro v0.5.0 |
390 | 2024-12-18T19:00:53.427Z | Downloaded typify v0.2.0 |
391 | 2024-12-18T19:00:53.430Z | Downloaded tokio-util v0.7.12 |
392 | 2024-12-18T19:00:53.434Z | Downloaded hex v0.4.3 |
393 | 2024-12-18T19:00:53.436Z | Downloaded dirs-sys-next v0.1.2 |
394 | 2024-12-18T19:00:53.438Z | Downloaded async-stream v0.3.6 |
395 | 2024-12-18T19:00:53.438Z | Downloaded atomic-waker v1.1.2 |
396 | 2024-12-18T19:00:53.441Z | Downloaded tokio-rustls v0.26.0 |
397 | 2024-12-18T19:00:53.441Z | Downloaded httpdate v1.0.3 |
398 | 2024-12-18T19:00:53.443Z | Downloaded form_urlencoded v1.2.1 |
399 | 2024-12-18T19:00:53.443Z | Downloaded foreign-types v0.3.2 |
400 | 2024-12-18T19:00:53.446Z | Downloaded libc v0.2.162 |
401 | 2024-12-18T19:00:53.510Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-18T19:00:53.697Z | Downloaded ring v0.17.8 |
403 | 2024-12-18T19:00:54.027Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-18T19:00:54.027Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-18T19:00:54.027Z | Compiling libc v0.2.162 |
406 | 2024-12-18T19:00:54.027Z | Checking cfg-if v1.0.0 |
407 | 2024-12-18T19:00:54.029Z | Compiling autocfg v1.4.0 |
408 | 2024-12-18T19:00:54.029Z | Compiling serde v1.0.215 |
409 | 2024-12-18T19:00:54.053Z | Compiling version_check v0.9.5 |
410 | 2024-12-18T19:00:54.065Z | Checking memchr v2.7.4 |
411 | 2024-12-18T19:00:54.170Z | Compiling serde_json v1.0.132 |
412 | 2024-12-18T19:00:54.244Z | Checking itoa v1.0.11 |
413 | 2024-12-18T19:00:54.791Z | Compiling thiserror v1.0.69 |
414 | 2024-12-18T19:00:54.821Z | Checking once_cell v1.20.2 |
415 | 2024-12-18T19:00:54.908Z | Compiling shlex v1.3.0 |
416 | 2024-12-18T19:00:54.929Z | Checking pin-project-lite v0.2.14 |
417 | 2024-12-18T19:00:55.112Z | Compiling num-traits v0.2.19 |
418 | 2024-12-18T19:00:55.252Z | Compiling cc v1.1.30 |
419 | 2024-12-18T19:00:55.436Z | Checking smallvec v1.13.2 |
420 | 2024-12-18T19:00:55.480Z | Checking bytes v1.8.0 |
421 | 2024-12-18T19:00:55.549Z | Checking getrandom v0.2.15 |
422 | 2024-12-18T19:00:55.627Z | Checking ryu v1.0.18 |
423 | 2024-12-18T19:00:55.757Z | Checking futures-core v0.3.31 |
424 | 2024-12-18T19:00:55.775Z | Compiling lock_api v0.4.12 |
425 | 2024-12-18T19:00:55.924Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-18T19:00:55.941Z | Compiling byteorder v1.5.0 |
427 | 2024-12-18T19:00:55.977Z | Compiling quote v1.0.37 |
428 | 2024-12-18T19:00:56.223Z | Compiling ahash v0.8.11 |
429 | 2024-12-18T19:00:56.275Z | Checking scopeguard v1.2.0 |
430 | 2024-12-18T19:00:56.370Z | Compiling syn v2.0.87 |
431 | 2024-12-18T19:00:56.412Z | Compiling schemars v0.8.21 |
432 | 2024-12-18T19:00:56.654Z | Compiling slab v0.4.9 |
433 | 2024-12-18T19:00:56.731Z | Checking futures-sink v0.3.31 |
434 | 2024-12-18T19:00:56.802Z | Checking log v0.4.22 |
435 | 2024-12-18T19:00:56.850Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-12-18T19:00:56.869Z | Checking mio v1.0.2 |
437 | 2024-12-18T19:00:56.888Z | Checking socket2 v0.5.7 |
438 | 2024-12-18T19:00:56.957Z | Checking parking_lot v0.12.3 |
439 | 2024-12-18T19:00:57.080Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-18T19:00:57.187Z | Checking fnv v1.0.7 |
441 | 2024-12-18T19:00:57.252Z | Compiling semver v1.0.23 |
442 | 2024-12-18T19:00:57.373Z | Checking equivalent v1.0.1 |
443 | 2024-12-18T19:00:57.419Z | Checking hashbrown v0.15.1 |
444 | 2024-12-18T19:00:57.489Z | Checking http v1.1.0 |
445 | 2024-12-18T19:00:57.509Z | Checking futures-channel v0.3.31 |
446 | 2024-12-18T19:00:57.531Z | Checking futures-task v0.3.31 |
447 | 2024-12-18T19:00:57.574Z | Checking pin-utils v0.1.0 |
448 | 2024-12-18T19:00:57.680Z | Checking futures-io v0.3.31 |
449 | 2024-12-18T19:00:57.806Z | Checking rustls-pki-types v1.10.0 |
450 | 2024-12-18T19:00:57.847Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-18T19:00:57.866Z | Compiling heck v0.5.0 |
452 | 2024-12-18T19:00:57.883Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-18T19:00:58.309Z | Checking spin v0.9.8 |
454 | 2024-12-18T19:00:58.380Z | Compiling ring v0.17.8 |
455 | 2024-12-18T19:00:58.515Z | Compiling httparse v1.9.5 |
456 | 2024-12-18T19:00:58.518Z | Checking litemap v0.7.3 |
457 | 2024-12-18T19:00:58.943Z | Compiling ucd-trie v0.1.7 |
458 | 2024-12-18T19:00:58.985Z | Checking writeable v0.5.5 |
459 | 2024-12-18T19:00:59.139Z | Checking iana-time-zone v0.1.61 |
460 | 2024-12-18T19:00:59.211Z | Checking untrusted v0.9.0 |
461 | 2024-12-18T19:00:59.365Z | Checking tracing-core v0.1.32 |
462 | 2024-12-18T19:00:59.430Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-18T19:00:59.451Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-18T19:00:59.545Z | Compiling allocator-api2 v0.2.18 |
465 | 2024-12-18T19:00:59.565Z | Checking atomic-waker v1.1.2 |
466 | 2024-12-18T19:00:59.962Z | Checking tracing v0.1.40 |
467 | 2024-12-18T19:01:00.274Z | Checking http-body v1.0.1 |
468 | 2024-12-18T19:01:00.295Z | Checking zeroize v1.8.1 |
469 | 2024-12-18T19:01:00.312Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-18T19:01:00.332Z | Compiling uuid v1.11.0 |
471 | 2024-12-18T19:01:00.402Z | Checking subtle v2.6.1 |
472 | 2024-12-18T19:01:00.443Z | Checking try-lock v0.2.5 |
473 | 2024-12-18T19:01:00.591Z | Checking want v0.3.1 |
474 | 2024-12-18T19:01:00.744Z | Compiling chrono v0.4.38 |
475 | 2024-12-18T19:01:00.747Z | Compiling openssl v0.10.66 |
476 | 2024-12-18T19:01:00.797Z | Checking icu_properties_data v1.5.0 |
477 | 2024-12-18T19:01:00.830Z | Checking httpdate v1.0.3 |
478 | 2024-12-18T19:01:00.895Z | Checking foreign-types-shared v0.1.1 |
479 | 2024-12-18T19:01:01.007Z | Compiling slog v2.7.0 |
480 | 2024-12-18T19:01:01.024Z | Checking foreign-types v0.3.2 |
481 | 2024-12-18T19:01:01.126Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-18T19:01:01.289Z | Compiling rustls v0.23.19 |
483 | 2024-12-18T19:01:01.489Z | Checking tower-service v0.3.3 |
484 | 2024-12-18T19:01:01.563Z | Checking utf16_iter v1.0.5 |
485 | 2024-12-18T19:01:01.583Z | Checking utf8_iter v1.0.4 |
486 | 2024-12-18T19:01:01.729Z | Compiling native-tls v0.2.12 |
487 | 2024-12-18T19:01:01.772Z | Compiling regex-syntax v0.8.5 |
488 | 2024-12-18T19:01:02.571Z | Checking icu_normalizer_data v1.5.0 |
489 | 2024-12-18T19:01:02.652Z | Checking bitflags v2.6.0 |
490 | 2024-12-18T19:01:02.669Z | Checking percent-encoding v2.3.1 |
491 | 2024-12-18T19:01:02.858Z | Checking write16 v1.0.0 |
492 | 2024-12-18T19:01:02.875Z | Compiling typenum v1.17.0 |
493 | 2024-12-18T19:01:02.972Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-18T19:01:03.695Z | Compiling synstructure v0.13.1 |
495 | 2024-12-18T19:01:03.806Z | Compiling serde_derive_internals v0.29.1 |
496 | 2024-12-18T19:01:03.920Z | Compiling generic-array v0.14.7 |
497 | 2024-12-18T19:01:05.102Z | Compiling regex-automata v0.4.8 |
498 | 2024-12-18T19:01:05.350Z | Checking openssl-probe v0.1.5 |
499 | 2024-12-18T19:01:06.040Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-18T19:01:06.420Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-18T19:01:06.770Z | Checking mime v0.3.17 |
502 | 2024-12-18T19:01:07.098Z | Checking powerfmt v0.2.0 |
503 | 2024-12-18T19:01:07.228Z | Compiling num-conv v0.1.0 |
504 | 2024-12-18T19:01:07.277Z | Compiling time-core v0.1.2 |
505 | 2024-12-18T19:01:07.346Z | Checking deranged v0.3.11 |
506 | 2024-12-18T19:01:07.516Z | Compiling time-macros v0.2.18 |
507 | 2024-12-18T19:01:07.828Z | Checking rustls-webpki v0.102.8 |
508 | 2024-12-18T19:01:08.621Z | Compiling thread-id v4.2.2 |
509 | 2024-12-18T19:01:08.728Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-18T19:01:08.836Z | Checking rustls-pemfile v2.2.0 |
511 | 2024-12-18T19:01:08.950Z | Compiling serde_derive v1.0.215 |
512 | 2024-12-18T19:01:09.047Z | Compiling zerocopy-derive v0.7.35 |
513 | 2024-12-18T19:01:09.130Z | Compiling thiserror-impl v1.0.69 |
514 | 2024-12-18T19:01:10.145Z | Compiling zerofrom-derive v0.1.4 |
515 | 2024-12-18T19:01:10.195Z | Compiling schemars_derive v0.8.21 |
516 | 2024-12-18T19:01:10.524Z | Compiling tokio-macros v2.4.0 |
517 | 2024-12-18T19:01:11.116Z | Compiling zerocopy v0.7.35 |
518 | 2024-12-18T19:01:12.258Z | Compiling yoke-derive v0.7.4 |
519 | 2024-12-18T19:01:12.753Z | Checking tokio v1.40.0 |
520 | 2024-12-18T19:01:12.861Z | Compiling zerovec-derive v0.10.3 |
521 | 2024-12-18T19:01:13.194Z | Compiling futures-macro v0.3.31 |
522 | 2024-12-18T19:01:13.472Z | Compiling displaydoc v0.2.5 |
523 | 2024-12-18T19:01:13.665Z | Checking zerofrom v0.1.4 |
524 | 2024-12-18T19:01:13.882Z | Compiling pest v2.7.14 |
525 | 2024-12-18T19:01:14.155Z | Compiling icu_provider_macros v1.5.0 |
526 | 2024-12-18T19:01:14.970Z | Checking yoke v0.7.4 |
527 | 2024-12-18T19:01:15.035Z | Compiling hashbrown v0.14.5 |
528 | 2024-12-18T19:01:15.055Z | Checking futures-util v0.3.31 |
529 | 2024-12-18T19:01:15.289Z | Compiling openssl-macros v0.1.1 |
530 | 2024-12-18T19:01:15.340Z | Checking zerovec v0.10.4 |
531 | 2024-12-18T19:01:16.808Z | Compiling pest_meta v2.7.14 |
532 | 2024-12-18T19:01:16.827Z | Compiling regress v0.10.1 |
533 | 2024-12-18T19:01:17.032Z | Checking tinystr v0.7.6 |
534 | 2024-12-18T19:01:17.428Z | Checking icu_locid v1.5.0 |
535 | 2024-12-18T19:01:18.498Z | Checking icu_provider v1.5.0 |
536 | 2024-12-18T19:01:19.124Z | Checking icu_locid_transform v1.5.0 |
537 | 2024-12-18T19:01:19.813Z | Checking tokio-util v0.7.12 |
538 | 2024-12-18T19:01:20.029Z | Compiling pest_generator v2.7.14 |
539 | 2024-12-18T19:01:20.116Z | Checking icu_collections v1.5.0 |
540 | 2024-12-18T19:01:20.646Z | Checking http-body-util v0.1.2 |
541 | 2024-12-18T19:01:20.783Z | Checking icu_properties v1.5.1 |
542 | 2024-12-18T19:01:20.869Z | Compiling regex v1.11.1 |
543 | 2024-12-18T19:01:21.083Z | Compiling scroll_derive v0.12.0 |
544 | 2024-12-18T19:01:21.523Z | Checking indexmap v2.6.0 |
545 | 2024-12-18T19:01:21.825Z | Compiling pest_derive v2.7.14 |
546 | 2024-12-18T19:01:22.474Z | Compiling serde_tokenstream v0.2.2 |
547 | 2024-12-18T19:01:22.832Z | Checking h2 v0.4.6 |
548 | 2024-12-18T19:01:23.211Z | Compiling dtrace-parser v0.2.0 |
549 | 2024-12-18T19:01:23.347Z | Checking tokio-native-tls v0.3.1 |
550 | 2024-12-18T19:01:23.472Z | Checking scroll v0.12.0 |
551 | 2024-12-18T19:01:23.585Z | Checking serde_urlencoded v0.7.1 |
552 | 2024-12-18T19:01:23.938Z | Checking tokio-rustls v0.26.0 |
553 | 2024-12-18T19:01:23.989Z | Checking icu_normalizer v1.5.0 |
554 | 2024-12-18T19:01:24.297Z | Compiling dof v0.3.0 |
555 | 2024-12-18T19:01:24.765Z | Checking idna_adapter v1.2.0 |
556 | 2024-12-18T19:01:24.962Z | Checking idna v1.0.3 |
557 | 2024-12-18T19:01:25.199Z | Compiling ident_case v1.0.1 |
558 | 2024-12-18T19:01:25.358Z | Checking base64 v0.22.1 |
559 | 2024-12-18T19:01:25.454Z | Compiling crossbeam-utils v0.8.20 |
560 | 2024-12-18T19:01:25.495Z | Checking num_threads v0.1.7 |
561 | 2024-12-18T19:01:25.524Z | Checking plain v0.2.3 |
562 | 2024-12-18T19:01:25.607Z | Compiling strsim v0.11.1 |
563 | 2024-12-18T19:01:25.666Z | Checking goblin v0.8.2 |
564 | 2024-12-18T19:01:25.833Z | Checking time v0.3.36 |
565 | 2024-12-18T19:01:26.025Z | Compiling typify-impl v0.2.0 |
566 | 2024-12-18T19:01:26.368Z | Compiling darling_core v0.20.10 |
567 | 2024-12-18T19:01:27.039Z | Checking hyper v1.5.0 |
568 | 2024-12-18T19:01:27.625Z | Checking url v2.5.3 |
569 | 2024-12-18T19:01:29.014Z | Compiling openapiv3 v2.0.0 |
570 | 2024-12-18T19:01:29.034Z | Checking hyper-util v0.1.10 |
571 | 2024-12-18T19:01:30.052Z | Checking sync_wrapper v1.0.1 |
572 | 2024-12-18T19:01:30.184Z | Checking dirs-sys-next v0.1.2 |
573 | 2024-12-18T19:01:30.749Z | Compiling unsafe-libyaml v0.2.11 |
574 | 2024-12-18T19:01:30.769Z | Compiling paste v1.0.15 |
575 | 2024-12-18T19:01:30.787Z | Checking hyper-rustls v0.27.3 |
576 | 2024-12-18T19:01:31.097Z | Checking hyper-tls v0.6.0 |
577 | 2024-12-18T19:01:31.249Z | Compiling omicron-workspace-hack v0.1.0 |
578 | 2024-12-18T19:01:31.381Z | Compiling rustversion v1.0.17 |
579 | 2024-12-18T19:01:31.558Z | Checking ipnet v2.10.1 |
580 | 2024-12-18T19:01:32.024Z | Compiling rustls v0.22.4 |
581 | 2024-12-18T19:01:32.062Z | Checking pretty-hex v0.4.1 |
582 | 2024-12-18T19:01:32.316Z | Checking reqwest v0.12.9 |
583 | 2024-12-18T19:01:32.361Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2024-12-18T19:01:32.419Z | Compiling darling_macro v0.20.10 |
585 | 2024-12-18T19:01:32.723Z | Checking dirs-next v2.0.0 |
586 | 2024-12-18T19:01:33.228Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-18T19:01:33.263Z | Checking toml_datetime v0.6.8 |
588 | 2024-12-18T19:01:33.280Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-18T19:01:33.394Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-18T19:01:33.414Z | Checking crypto-common v0.1.6 |
591 | 2024-12-18T19:01:33.544Z | Checking block-buffer v0.10.4 |
592 | 2024-12-18T19:01:33.561Z | Checking rand_core v0.6.4 |
593 | 2024-12-18T19:01:33.692Z | Checking thread_local v1.1.8 |
594 | 2024-12-18T19:01:33.712Z | Compiling multer v3.1.0 |
595 | 2024-12-18T19:01:33.743Z | Compiling anyhow v1.0.93 |
596 | 2024-12-18T19:01:33.833Z | Compiling newtype-uuid v1.1.3 |
597 | 2024-12-18T19:01:33.960Z | Compiling camino v1.1.9 |
598 | 2024-12-18T19:01:34.008Z | Compiling slog-async v2.8.0 |
599 | 2024-12-18T19:01:34.027Z | Checking winnow v0.6.20 |
600 | 2024-12-18T19:01:34.131Z | Checking match_cfg v0.1.0 |
601 | 2024-12-18T19:01:34.218Z | Checking hostname v0.3.1 |
602 | 2024-12-18T19:01:34.441Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-18T19:01:34.563Z | Checking digest v0.10.7 |
604 | 2024-12-18T19:01:34.611Z | Checking progenitor-client v0.8.0 |
605 | 2024-12-18T19:01:34.772Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-18T19:01:34.886Z | Compiling darling v0.20.10 |
607 | 2024-12-18T19:01:34.927Z | Checking term v0.7.0 |
608 | 2024-12-18T19:01:35.518Z | Compiling usdt-macro v0.5.0 |
609 | 2024-12-18T19:01:36.017Z | Compiling usdt-attr-macro v0.5.0 |
610 | 2024-12-18T19:01:36.037Z | Compiling structmeta v0.3.0 |
611 | 2024-12-18T19:01:36.074Z | Checking slog-json v2.6.1 |
612 | 2024-12-18T19:01:36.328Z | Checking futures-executor v0.3.31 |
613 | 2024-12-18T19:01:36.428Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-18T19:01:36.537Z | Checking memmap v0.7.0 |
615 | 2024-12-18T19:01:36.600Z | Checking is-terminal v0.4.13 |
616 | 2024-12-18T19:01:36.720Z | Compiling dropshot v0.13.0 |
617 | 2024-12-18T19:01:36.743Z | Checking cpufeatures v0.2.14 |
618 | 2024-12-18T19:01:36.764Z | Checking take_mut v0.2.2 |
619 | 2024-12-18T19:01:36.839Z | Checking sha1 v0.10.6 |
620 | 2024-12-18T19:01:37.080Z | Checking toml_edit v0.22.22 |
621 | 2024-12-18T19:01:37.099Z | Checking slog-term v2.9.1 |
622 | 2024-12-18T19:01:37.119Z | Compiling strum_macros v0.26.4 |
623 | 2024-12-18T19:01:37.190Z | Checking futures v0.3.31 |
624 | 2024-12-18T19:01:37.292Z | Compiling parse-display-derive v0.10.0 |
625 | 2024-12-18T19:01:37.383Z | Checking usdt v0.5.0 |
626 | 2024-12-18T19:01:37.604Z | Checking slog-bunyan v2.5.0 |
627 | 2024-12-18T19:01:37.626Z | Compiling serde_with_macros v3.11.0 |
628 | 2024-12-18T19:01:37.698Z | Checking async-stream v0.3.6 |
629 | 2024-12-18T19:01:37.776Z | Checking rand v0.8.5 |
630 | 2024-12-18T19:01:38.908Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-18T19:01:39.249Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-18T19:01:39.288Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-18T19:01:39.342Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-18T19:01:39.645Z | Checking hex v0.4.3 |
635 | 2024-12-18T19:01:39.713Z | Checking toml v0.8.19 |
636 | 2024-12-18T19:01:39.916Z | Compiling typify-macro v0.2.0 |
637 | 2024-12-18T19:01:40.005Z | Compiling async-trait v0.1.83 |
638 | 2024-12-18T19:01:40.169Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
639 | 2024-12-18T19:01:40.217Z | Checking waitgroup v0.1.2 |
640 | 2024-12-18T19:01:40.348Z | Checking hostname v0.4.0 |
641 | 2024-12-18T19:01:40.434Z | Checking instant v0.1.13 |
642 | 2024-12-18T19:01:40.483Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-18T19:01:40.542Z | Checking backoff v0.4.0 |
644 | 2024-12-18T19:01:40.621Z | Checking serde_with v3.11.0 |
645 | 2024-12-18T19:01:40.804Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-18T19:01:40.942Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2024-12-18T19:01:40.945Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-18T19:01:41.081Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-12-18T19:01:41.157Z | Checking parse-display v0.10.0 |
650 | 2024-12-18T19:01:41.309Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
651 | 2024-12-18T19:01:41.477Z | Checking macaddr v1.0.1 |
652 | 2024-12-18T19:01:41.572Z | Checking strum v0.26.3 |
653 | 2024-12-18T19:01:41.595Z | Checking regress v0.9.1 |
654 | 2024-12-18T19:01:42.949Z | Compiling typify v0.2.0 |
655 | 2024-12-18T19:01:43.042Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-18T19:01:45.710Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-18T19:01:49.879Z | Checking progenitor v0.8.0 |
658 | 2024-12-18T19:01:50.012Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-18T19:01:52.869Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-18T19:02:00.215Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-18T19:02:00.278Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s |
662 | 2024-12-18T19:02:00.601Z | + cargo build --release |
663 | 2024-12-18T19:02:00.850Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-18T19:02:00.850Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-18T19:02:00.853Z | Compiling libc v0.2.162 |
666 | 2024-12-18T19:02:00.853Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-18T19:02:00.853Z | Compiling autocfg v1.4.0 |
668 | 2024-12-18T19:02:00.853Z | Compiling version_check v0.9.5 |
669 | 2024-12-18T19:02:00.853Z | Compiling serde v1.0.215 |
670 | 2024-12-18T19:02:00.853Z | Compiling memchr v2.7.4 |
671 | 2024-12-18T19:02:00.963Z | Compiling serde_json v1.0.132 |
672 | 2024-12-18T19:02:01.258Z | Compiling itoa v1.0.11 |
673 | 2024-12-18T19:02:01.410Z | Compiling thiserror v1.0.69 |
674 | 2024-12-18T19:02:01.473Z | Compiling once_cell v1.20.2 |
675 | 2024-12-18T19:02:01.490Z | Compiling shlex v1.3.0 |
676 | 2024-12-18T19:02:01.729Z | Compiling cc v1.1.30 |
677 | 2024-12-18T19:02:01.923Z | Compiling num-traits v0.2.19 |
678 | 2024-12-18T19:02:02.248Z | Compiling getrandom v0.2.15 |
679 | 2024-12-18T19:02:02.293Z | Compiling pin-project-lite v0.2.14 |
680 | 2024-12-18T19:02:02.360Z | Compiling smallvec v1.13.2 |
681 | 2024-12-18T19:02:02.402Z | Compiling ryu v1.0.18 |
682 | 2024-12-18T19:02:02.571Z | Compiling quote v1.0.37 |
683 | 2024-12-18T19:02:02.645Z | Compiling bytes v1.8.0 |
684 | 2024-12-18T19:02:02.820Z | Compiling futures-core v0.3.31 |
685 | 2024-12-18T19:02:02.918Z | Compiling syn v2.0.87 |
686 | 2024-12-18T19:02:02.946Z | Compiling lock_api v0.4.12 |
687 | 2024-12-18T19:02:03.060Z | Compiling ahash v0.8.11 |
688 | 2024-12-18T19:02:03.166Z | Compiling schemars v0.8.21 |
689 | 2024-12-18T19:02:03.264Z | Compiling parking_lot_core v0.9.10 |
690 | 2024-12-18T19:02:03.270Z | Compiling byteorder v1.5.0 |
691 | 2024-12-18T19:02:03.555Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-18T19:02:03.661Z | Compiling slab v0.4.9 |
693 | 2024-12-18T19:02:03.720Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-18T19:02:03.863Z | Compiling log v0.4.22 |
695 | 2024-12-18T19:02:04.084Z | Compiling socket2 v0.5.7 |
696 | 2024-12-18T19:02:04.124Z | Compiling signal-hook-registry v1.4.2 |
697 | 2024-12-18T19:02:04.185Z | Compiling parking_lot v0.12.3 |
698 | 2024-12-18T19:02:04.309Z | Compiling mio v1.0.2 |
699 | 2024-12-18T19:02:04.405Z | Compiling semver v1.0.23 |
700 | 2024-12-18T19:02:04.495Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-18T19:02:04.603Z | Compiling ring v0.17.8 |
702 | 2024-12-18T19:02:04.895Z | Compiling hashbrown v0.15.1 |
703 | 2024-12-18T19:02:04.909Z | Compiling fnv v1.0.7 |
704 | 2024-12-18T19:02:05.033Z | Compiling equivalent v1.0.1 |
705 | 2024-12-18T19:02:05.134Z | Compiling http v1.1.0 |
706 | 2024-12-18T19:02:05.629Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-18T19:02:05.744Z | Compiling pin-utils v0.1.0 |
708 | 2024-12-18T19:02:05.825Z | Compiling futures-io v0.3.31 |
709 | 2024-12-18T19:02:05.945Z | Compiling futures-task v0.3.31 |
710 | 2024-12-18T19:02:06.146Z | Compiling pkg-config v0.3.31 |
711 | 2024-12-18T19:02:06.220Z | Compiling vcpkg v0.2.15 |
712 | 2024-12-18T19:02:06.260Z | Compiling heck v0.5.0 |
713 | 2024-12-18T19:02:06.272Z | Compiling spin v0.9.8 |
714 | 2024-12-18T19:02:06.352Z | Compiling rustls-pki-types v1.10.0 |
715 | 2024-12-18T19:02:07.274Z | Compiling litemap v0.7.3 |
716 | 2024-12-18T19:02:07.342Z | Compiling untrusted v0.9.0 |
717 | 2024-12-18T19:02:07.518Z | Compiling writeable v0.5.5 |
718 | 2024-12-18T19:02:07.715Z | Compiling ucd-trie v0.1.7 |
719 | 2024-12-18T19:02:07.828Z | Compiling openssl-sys v0.9.103 |
720 | 2024-12-18T19:02:08.209Z | Compiling httparse v1.9.5 |
721 | 2024-12-18T19:02:08.260Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-18T19:02:08.726Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-18T19:02:08.921Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-18T19:02:08.948Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-18T19:02:09.117Z | Compiling allocator-api2 v0.2.18 |
726 | 2024-12-18T19:02:09.795Z | Compiling tracing v0.1.40 |
727 | 2024-12-18T19:02:09.834Z | Compiling http-body v1.0.1 |
728 | 2024-12-18T19:02:10.074Z | Compiling zeroize v1.8.1 |
729 | 2024-12-18T19:02:10.232Z | Compiling chrono v0.4.38 |
730 | 2024-12-18T19:02:10.358Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2024-12-18T19:02:10.413Z | Compiling try-lock v0.2.5 |
732 | 2024-12-18T19:02:10.442Z | Compiling synstructure v0.13.1 |
733 | 2024-12-18T19:02:10.449Z | Compiling serde_derive_internals v0.29.1 |
734 | 2024-12-18T19:02:10.535Z | Compiling subtle v2.6.1 |
735 | 2024-12-18T19:02:10.803Z | Compiling uuid v1.11.0 |
736 | 2024-12-18T19:02:11.366Z | Compiling want v0.3.1 |
737 | 2024-12-18T19:02:11.836Z | Compiling slog v2.7.0 |
738 | 2024-12-18T19:02:12.042Z | Compiling foreign-types-shared v0.1.1 |
739 | 2024-12-18T19:02:12.139Z | Compiling httpdate v1.0.3 |
740 | 2024-12-18T19:02:12.246Z | Compiling openssl v0.10.66 |
741 | 2024-12-18T19:02:12.327Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-18T19:02:12.615Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-18T19:02:12.695Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-18T19:02:12.870Z | Compiling utf16_iter v1.0.5 |
745 | 2024-12-18T19:02:13.076Z | Compiling typenum v1.17.0 |
746 | 2024-12-18T19:02:14.013Z | Compiling icu_normalizer_data v1.5.0 |
747 | 2024-12-18T19:02:14.086Z | Compiling tower-service v0.3.3 |
748 | 2024-12-18T19:02:14.101Z | Compiling utf8_iter v1.0.4 |
749 | 2024-12-18T19:02:14.195Z | Compiling bitflags v2.6.0 |
750 | 2024-12-18T19:02:14.330Z | Compiling write16 v1.0.0 |
751 | 2024-12-18T19:02:14.343Z | Compiling regex-syntax v0.8.5 |
752 | 2024-12-18T19:02:14.444Z | Compiling rustls v0.23.19 |
753 | 2024-12-18T19:02:14.551Z | Compiling native-tls v0.2.12 |
754 | 2024-12-18T19:02:14.679Z | Compiling percent-encoding v2.3.1 |
755 | 2024-12-18T19:02:14.922Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-18T19:02:15.163Z | Compiling generic-array v0.14.7 |
757 | 2024-12-18T19:02:15.478Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-18T19:02:16.043Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-18T19:02:16.684Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-18T19:02:16.844Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-18T19:02:17.075Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-12-18T19:02:17.404Z | Compiling schemars_derive v0.8.21 |
763 | 2024-12-18T19:02:18.746Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-18T19:02:20.220Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-18T19:02:20.348Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-18T19:02:20.465Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-18T19:02:20.584Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-18T19:02:20.807Z | Compiling futures-macro v0.3.31 |
769 | 2024-12-18T19:02:21.633Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-18T19:02:21.896Z | Compiling tokio v1.40.0 |
771 | 2024-12-18T19:02:22.706Z | Compiling futures-util v0.3.31 |
772 | 2024-12-18T19:02:22.936Z | Compiling yoke v0.7.4 |
773 | 2024-12-18T19:02:23.017Z | Compiling pest v2.7.14 |
774 | 2024-12-18T19:02:23.305Z | Compiling zerovec v0.10.4 |
775 | 2024-12-18T19:02:23.350Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-18T19:02:23.428Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-18T19:02:24.699Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-18T19:02:25.953Z | Compiling tinystr v0.7.6 |
779 | 2024-12-18T19:02:26.335Z | Compiling icu_locid v1.5.0 |
780 | 2024-12-18T19:02:26.404Z | Compiling pest_meta v2.7.14 |
781 | 2024-12-18T19:02:29.392Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-18T19:02:29.609Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-18T19:02:30.807Z | Compiling indexmap v2.6.0 |
784 | 2024-12-18T19:02:31.360Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-18T19:02:32.579Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-18T19:02:38.570Z | Compiling h2 v0.4.6 |
787 | 2024-12-18T19:02:38.686Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-18T19:02:38.728Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-18T19:02:38.728Z | Compiling regress v0.10.1 |
790 | 2024-12-18T19:02:39.152Z | Compiling hyper v1.5.0 |
791 | 2024-12-18T19:02:39.724Z | Compiling icu_properties v1.5.1 |
792 | 2024-12-18T19:02:40.507Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-18T19:02:41.400Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-18T19:02:42.089Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-18T19:02:46.009Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-18T19:02:47.339Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-18T19:02:50.874Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-18T19:02:51.219Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-18T19:02:52.133Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-18T19:02:52.734Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-18T19:02:53.261Z | Compiling usdt-impl v0.5.0 |
802 | 2024-12-18T19:02:53.421Z | Compiling typify-macro v0.2.0 |
803 | 2024-12-18T19:02:53.614Z | Compiling encoding_rs v0.8.34 |
804 | 2024-12-18T19:02:54.213Z | Compiling powerfmt v0.2.0 |
805 | 2024-12-18T19:02:54.692Z | Compiling time-core v0.1.2 |
806 | 2024-12-18T19:02:54.848Z | Compiling num-conv v0.1.0 |
807 | 2024-12-18T19:02:55.122Z | Compiling regex v1.11.1 |
808 | 2024-12-18T19:02:57.170Z | Compiling mime v0.3.17 |
809 | 2024-12-18T19:02:57.217Z | Compiling time-macros v0.2.18 |
810 | 2024-12-18T19:02:58.244Z | Compiling deranged v0.3.11 |
811 | 2024-12-18T19:02:58.766Z | Compiling scroll v0.12.0 |
812 | 2024-12-18T19:02:59.395Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-18T19:03:00.345Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-18T19:03:00.511Z | Compiling idna v1.0.3 |
815 | 2024-12-18T19:03:04.346Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-18T19:03:06.100Z | Compiling dof v0.3.0 |
817 | 2024-12-18T19:03:06.151Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-18T19:03:06.941Z | Compiling thread-id v4.2.2 |
819 | 2024-12-18T19:03:07.040Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-18T19:03:07.247Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-18T19:03:07.711Z | Compiling base64 v0.22.1 |
822 | 2024-12-18T19:03:08.158Z | Compiling plain v0.2.3 |
823 | 2024-12-18T19:03:08.565Z | Compiling omicron-workspace-hack v0.1.0 |
824 | 2024-12-18T19:03:08.816Z | Compiling num_threads v0.1.7 |
825 | 2024-12-18T19:03:08.869Z | Compiling crossbeam-utils v0.8.20 |
826 | 2024-12-18T19:03:09.236Z | Compiling strsim v0.11.1 |
827 | 2024-12-18T19:03:09.408Z | Compiling ident_case v1.0.1 |
828 | 2024-12-18T19:03:09.565Z | Compiling darling_core v0.20.10 |
829 | 2024-12-18T19:03:09.651Z | Compiling time v0.3.36 |
830 | 2024-12-18T19:03:12.685Z | Compiling goblin v0.8.2 |
831 | 2024-12-18T19:03:13.842Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-18T19:03:16.929Z | Compiling url v2.5.3 |
833 | 2024-12-18T19:03:18.844Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-18T19:03:18.932Z | Compiling typify v0.2.0 |
835 | 2024-12-18T19:03:19.055Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-18T19:03:19.333Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-18T19:03:19.473Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-18T19:03:20.946Z | Compiling ipnet v2.10.1 |
839 | 2024-12-18T19:03:22.706Z | Compiling rustversion v1.0.17 |
840 | 2024-12-18T19:03:23.266Z | Compiling paste v1.0.15 |
841 | 2024-12-18T19:03:23.365Z | Compiling pretty-hex v0.4.1 |
842 | 2024-12-18T19:03:23.590Z | Compiling unsafe-libyaml v0.2.11 |
843 | 2024-12-18T19:03:23.753Z | Compiling rustls v0.22.4 |
844 | 2024-12-18T19:03:24.131Z | Compiling progenitor-impl v0.8.0 |
845 | 2024-12-18T19:03:25.295Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-18T19:03:25.882Z | Compiling reqwest v0.12.9 |
847 | 2024-12-18T19:03:29.155Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-18T19:03:29.540Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-18T19:03:30.541Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-18T19:03:30.758Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-18T19:03:30.962Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-18T19:03:31.021Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-18T19:03:31.199Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-18T19:03:31.711Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-18T19:03:32.139Z | Compiling rand_core v0.6.4 |
856 | 2024-12-18T19:03:32.447Z | Compiling thread_local v1.1.8 |
857 | 2024-12-18T19:03:32.608Z | Compiling multer v3.1.0 |
858 | 2024-12-18T19:03:32.931Z | Compiling camino v1.1.9 |
859 | 2024-12-18T19:03:33.128Z | Compiling match_cfg v0.1.0 |
860 | 2024-12-18T19:03:33.216Z | Compiling newtype-uuid v1.1.3 |
861 | 2024-12-18T19:03:33.530Z | Compiling anyhow v1.0.93 |
862 | 2024-12-18T19:03:33.538Z | Compiling winnow v0.6.20 |
863 | 2024-12-18T19:03:34.141Z | Compiling slog-async v2.8.0 |
864 | 2024-12-18T19:03:34.395Z | Compiling structmeta v0.3.0 |
865 | 2024-12-18T19:03:34.846Z | Compiling hostname v0.3.1 |
866 | 2024-12-18T19:03:35.080Z | Compiling rand_chacha v0.3.1 |
867 | 2024-12-18T19:03:36.548Z | Compiling crossbeam-channel v0.5.13 |
868 | 2024-12-18T19:03:36.781Z | Compiling progenitor-macro v0.8.0 |
869 | 2024-12-18T19:03:37.511Z | Compiling toml_edit v0.22.22 |
870 | 2024-12-18T19:03:37.922Z | Compiling digest v0.10.7 |
871 | 2024-12-18T19:03:38.129Z | Compiling darling v0.20.10 |
872 | 2024-12-18T19:03:38.338Z | Compiling term v0.7.0 |
873 | 2024-12-18T19:03:38.568Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-18T19:03:42.917Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-18T19:03:44.230Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-18T19:03:45.688Z | Compiling slog-json v2.6.1 |
877 | 2024-12-18T19:03:46.136Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-18T19:03:46.327Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-18T19:03:47.312Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-18T19:03:47.434Z | Compiling memmap v0.7.0 |
881 | 2024-12-18T19:03:47.695Z | Compiling dropshot v0.13.0 |
882 | 2024-12-18T19:03:47.881Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-18T19:03:47.971Z | Compiling take_mut v0.2.2 |
884 | 2024-12-18T19:03:48.121Z | Compiling sha1 v0.10.6 |
885 | 2024-12-18T19:03:48.901Z | Compiling async-stream v0.3.6 |
886 | 2024-12-18T19:03:49.173Z | Compiling usdt v0.5.0 |
887 | 2024-12-18T19:03:49.623Z | Compiling progenitor v0.8.0 |
888 | 2024-12-18T19:03:49.838Z | Compiling slog-term v2.9.1 |
889 | 2024-12-18T19:03:50.677Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-18T19:03:51.138Z | Compiling futures v0.3.31 |
891 | 2024-12-18T19:03:51.339Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-18T19:03:51.423Z | Compiling toml v0.8.19 |
893 | 2024-12-18T19:03:51.590Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-18T19:03:52.801Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-18T19:03:55.493Z | Compiling rand v0.8.5 |
896 | 2024-12-18T19:03:58.931Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-18T19:03:59.236Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-18T19:04:00.197Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-18T19:04:00.559Z | Compiling serde_path_to_error v0.1.16 |
900 | 2024-12-18T19:04:01.573Z | Compiling hex v0.4.3 |
901 | 2024-12-18T19:04:02.273Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-18T19:04:02.964Z | Compiling async-trait v0.1.83 |
903 | 2024-12-18T19:04:03.104Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-18T19:04:03.338Z | Compiling hostname v0.4.0 |
905 | 2024-12-18T19:04:03.587Z | Compiling instant v0.1.13 |
906 | 2024-12-18T19:04:03.737Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-18T19:04:03.872Z | Compiling backoff v0.4.0 |
908 | 2024-12-18T19:04:04.204Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-18T19:04:04.271Z | Compiling parse-display v0.10.0 |
910 | 2024-12-18T19:04:04.395Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
911 | 2024-12-18T19:04:04.552Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
912 | 2024-12-18T19:04:04.645Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-18T19:04:05.209Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-18T19:04:06.466Z | Compiling strum v0.26.3 |
915 | 2024-12-18T19:04:06.640Z | Compiling serde_with v3.11.0 |
916 | 2024-12-18T19:04:09.486Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-18T19:04:09.857Z | Compiling regress v0.9.1 |
918 | 2024-12-18T19:04:10.282Z | Compiling macaddr v1.0.1 |
919 | 2024-12-18T19:04:16.536Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-18T19:04:26.590Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-18T19:04:36.345Z | Finished `release` profile [optimized] target(s) in 2m 35s |
922 | 2024-12-18T19:04:36.410Z | process exited: duration 233571 ms, exit code 0 |
|
923 | 2024-12-18T19:04:36.416Z | found 0 output files |