|
|
|
1 | 2024-12-20T22:31:50.721Z | job assigned to worker 01JFK349KE3HQD87HQH6YGQ0RZ [factory aws, i-0b4f26486d8c59866] (queued for 55 s) |
|
2 | 2024-12-20T22:31:58.644Z | starting task 0: "setup" |
3 | 2024-12-20T22:31:58.653Z | ++ uname -s |
4 | 2024-12-20T22:31:58.656Z | + kern=SunOS |
5 | 2024-12-20T22:31:58.656Z | + case "$kern" in |
6 | 2024-12-20T22:31:58.656Z | + groupadd -g 12345 build |
7 | 2024-12-20T22:31:58.658Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T22:32:00.668Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T22:32:00.787Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T22:32:00.790Z | + home_fs=zfs |
11 | 2024-12-20T22:32:00.790Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T22:32:00.790Z | + mkdir -p /home/build |
13 | 2024-12-20T22:32:00.794Z | + chown build:build /home/build /work |
14 | 2024-12-20T22:32:02.794Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T22:32:02.797Z | process exited: duration 4153 ms, exit code 0 |
|
16 | 2024-12-20T22:32:02.803Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T22:32:02.808Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T22:32:02.808Z | ' 1.81.0 |
19 | 2024-12-20T22:32:02.808Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T22:32:02.808Z | * toolchain profile = "default" |
21 | 2024-12-20T22:32:02.808Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T22:32:02.808Z | ' default |
23 | 2024-12-20T22:32:02.811Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T22:32:02.811Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T22:32:02.900Z | info: downloading installer |
26 | 2024-12-20T22:32:04.092Z | info: profile set to 'default' |
27 | 2024-12-20T22:32:04.092Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T22:32:04.097Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T22:32:04.245Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T22:32:04.245Z | info: downloading component 'cargo' |
31 | 2024-12-20T22:32:05.071Z | info: downloading component 'clippy' |
32 | 2024-12-20T22:32:05.378Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T22:32:06.528Z | info: downloading component 'rust-std' |
34 | 2024-12-20T22:32:08.315Z | info: downloading component 'rustc' |
35 | 2024-12-20T22:32:14.749Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T22:32:14.994Z | info: installing component 'cargo' |
37 | 2024-12-20T22:32:19.180Z | info: installing component 'clippy' |
38 | 2024-12-20T22:32:19.267Z | info: installing component 'rust-docs' |
39 | 2024-12-20T22:32:19.267Z | info: installing component 'rust-std' |
40 | 2024-12-20T22:32:19.533Z | info: installing component 'rustc' |
41 | 2024-12-20T22:32:25.278Z | info: installing component 'rustfmt' |
42 | 2024-12-20T22:32:25.602Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T22:32:25.602Z | |
44 | 2024-12-20T22:32:25.971Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T22:32:25.971Z | |
46 | 2024-12-20T22:32:25.974Z | |
47 | 2024-12-20T22:32:25.974Z | Rust is installed now. Great! |
48 | 2024-12-20T22:32:25.974Z | |
49 | 2024-12-20T22:32:25.974Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T22:32:25.974Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T22:32:25.974Z | |
52 | 2024-12-20T22:32:25.974Z | To configure your current shell, you need to source |
53 | 2024-12-20T22:32:25.974Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T22:32:25.974Z | |
55 | 2024-12-20T22:32:25.974Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T22:32:25.974Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T22:32:25.974Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T22:32:26.049Z | + rustc --version |
59 | 2024-12-20T22:32:26.118Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T22:32:26.121Z | process exited: duration 23312 ms, exit code 0 |
|
61 | 2024-12-20T22:32:26.126Z | starting task 2: "authentication" |
62 | 2024-12-20T22:32:26.148Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-20T22:32:26.154Z | starting task 3: "clone repository" |
64 | 2024-12-20T22:32:26.159Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T22:32:26.162Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T22:32:26.199Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T22:32:33.364Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T22:32:33.364Z | + git fetch origin 5f3f50751ba1868efb7fad74e5bc041418daf93b |
69 | 2024-12-20T22:32:33.688Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T22:32:33.688Z | * branch 5f3f50751ba1868efb7fad74e5bc041418daf93b -> FETCH_HEAD |
71 | 2024-12-20T22:32:33.699Z | + [[ -n support-bundle-bg-task ]] |
72 | 2024-12-20T22:32:33.703Z | ++ git branch --show-current |
73 | 2024-12-20T22:32:33.703Z | + current=main |
74 | 2024-12-20T22:32:33.703Z | + [[ main != support-bundle-bg-task ]] |
75 | 2024-12-20T22:32:33.703Z | + git branch -f support-bundle-bg-task 5f3f50751ba1868efb7fad74e5bc041418daf93b |
76 | 2024-12-20T22:32:33.706Z | + git checkout -f support-bundle-bg-task |
77 | 2024-12-20T22:32:33.801Z | Switched to branch 'support-bundle-bg-task' |
78 | 2024-12-20T22:32:33.804Z | + git reset --hard 5f3f50751ba1868efb7fad74e5bc041418daf93b |
79 | 2024-12-20T22:32:33.907Z | HEAD is now at 5f3f50751 Merge branch 'support-bundle-simulated-implementation' into support-bundle-bg-task |
80 | 2024-12-20T22:32:33.909Z | process exited: duration 7752 ms, exit code 0 |
|
81 | 2024-12-20T22:32:33.914Z | starting task 4: "build" |
82 | 2024-12-20T22:32:33.920Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T22:32:33.920Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T22:32:33.920Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T22:32:33.923Z | + cargo --version |
86 | 2024-12-20T22:32:33.979Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T22:32:33.982Z | + rustc --version |
88 | 2024-12-20T22:32:34.043Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T22:32:34.046Z | + cd /tmp |
90 | 2024-12-20T22:32:34.048Z | + cargo new --lib test-project |
91 | 2024-12-20T22:32:34.107Z | Creating library `test-project` package |
92 | 2024-12-20T22:32:34.185Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T22:32:34.187Z | + cd test-project |
94 | 2024-12-20T22:32:34.188Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T22:32:34.248Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T22:32:34.249Z | Features: |
97 | 2024-12-20T22:32:34.249Z | - proptest |
98 | 2024-12-20T22:32:34.249Z | - test-strategy |
99 | 2024-12-20T22:32:34.249Z | - testing |
100 | 2024-12-20T22:32:34.252Z | Updating crates.io index |
101 | 2024-12-20T22:32:34.300Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-20T22:32:34.824Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-20T22:32:35.241Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-20T22:32:35.665Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-20T22:32:36.929Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-20T22:32:36.931Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-20T22:32:36.931Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-20T22:32:36.931Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T22:32:36.933Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-20T22:32:36.934Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-20T22:32:36.934Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-20T22:32:36.934Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-20T22:32:36.934Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-20T22:32:36.934Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-20T22:32:36.934Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-20T22:32:36.936Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-20T22:32:36.936Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-20T22:32:36.940Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-20T22:32:36.946Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-20T22:32:36.948Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-20T22:32:36.951Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-20T22:32:36.951Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-20T22:32:36.951Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-20T22:32:36.951Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-20T22:32:36.954Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-20T22:32:36.954Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-20T22:32:36.954Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-20T22:32:36.956Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-20T22:32:36.956Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-20T22:32:36.956Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-20T22:32:36.956Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-20T22:32:36.956Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-20T22:32:36.957Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-20T22:32:36.957Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-20T22:32:36.957Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-20T22:32:36.957Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-20T22:32:36.957Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-20T22:32:37.034Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-20T22:32:37.037Z | + cargo check |
140 | 2024-12-20T22:32:37.216Z | Updating crates.io index |
141 | 2024-12-20T22:32:38.087Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-20T22:32:41.211Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-20T22:32:43.145Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-20T22:32:43.943Z | Downloading crates ... |
145 | 2024-12-20T22:32:43.999Z | Downloaded async-trait v0.1.83 |
146 | 2024-12-20T22:32:44.008Z | Downloaded autocfg v1.4.0 |
147 | 2024-12-20T22:32:44.012Z | Downloaded backoff v0.4.0 |
148 | 2024-12-20T22:32:44.015Z | Downloaded equivalent v1.0.1 |
149 | 2024-12-20T22:32:44.025Z | Downloaded dtrace-parser v0.2.0 |
150 | 2024-12-20T22:32:44.025Z | Downloaded foreign-types-shared v0.1.1 |
151 | 2024-12-20T22:32:44.029Z | Downloaded async-stream-impl v0.3.6 |
152 | 2024-12-20T22:32:44.029Z | Downloaded tinyvec_macros v0.1.1 |
153 | 2024-12-20T22:32:44.029Z | Downloaded memmap v0.7.0 |
154 | 2024-12-20T22:32:44.029Z | Downloaded tinystr v0.7.6 |
155 | 2024-12-20T22:32:44.045Z | Downloaded http-body v1.0.1 |
156 | 2024-12-20T22:32:44.045Z | Downloaded darling_macro v0.20.10 |
157 | 2024-12-20T22:32:44.045Z | Downloaded atomic-waker v1.1.2 |
158 | 2024-12-20T22:32:44.045Z | Downloaded icu_provider_macros v1.5.0 |
159 | 2024-12-20T22:32:44.052Z | Downloaded tokio-native-tls v0.3.1 |
160 | 2024-12-20T22:32:44.052Z | Downloaded time-macros v0.2.18 |
161 | 2024-12-20T22:32:44.052Z | Downloaded openssl-macros v0.1.1 |
162 | 2024-12-20T22:32:44.052Z | Downloaded waitgroup v0.1.2 |
163 | 2024-12-20T22:32:44.052Z | Downloaded write16 v1.0.0 |
164 | 2024-12-20T22:32:44.053Z | Downloaded usdt-macro v0.5.0 |
165 | 2024-12-20T22:32:44.053Z | Downloaded match_cfg v0.1.0 |
166 | 2024-12-20T22:32:44.053Z | Downloaded ident_case v1.0.1 |
167 | 2024-12-20T22:32:44.055Z | Downloaded progenitor-client v0.8.0 |
168 | 2024-12-20T22:32:44.057Z | Downloaded dirs-next v2.0.0 |
169 | 2024-12-20T22:32:44.057Z | Downloaded want v0.3.1 |
170 | 2024-12-20T22:32:44.057Z | Downloaded usdt-attr-macro v0.5.0 |
171 | 2024-12-20T22:32:44.057Z | Downloaded deranged v0.3.11 |
172 | 2024-12-20T22:32:44.065Z | Downloaded pretty-hex v0.4.1 |
173 | 2024-12-20T22:32:44.065Z | Downloaded dof v0.3.0 |
174 | 2024-12-20T22:32:44.065Z | Downloaded debug-ignore v1.0.5 |
175 | 2024-12-20T22:32:44.069Z | Downloaded cfg-if v1.0.0 |
176 | 2024-12-20T22:32:44.069Z | Downloaded omicron-workspace-hack v0.1.0 |
177 | 2024-12-20T22:32:44.069Z | Downloaded openssl-probe v0.1.5 |
178 | 2024-12-20T22:32:44.069Z | Downloaded num_threads v0.1.7 |
179 | 2024-12-20T22:32:44.069Z | Downloaded num-conv v0.1.0 |
180 | 2024-12-20T22:32:44.069Z | Downloaded yoke-derive v0.7.4 |
181 | 2024-12-20T22:32:44.072Z | Downloaded httpdate v1.0.3 |
182 | 2024-12-20T22:32:44.072Z | Downloaded generic-array v0.14.7 |
183 | 2024-12-20T22:32:44.072Z | Downloaded version_check v0.9.5 |
184 | 2024-12-20T22:32:44.076Z | Downloaded toml_datetime v0.6.8 |
185 | 2024-12-20T22:32:44.076Z | Downloaded is-terminal v0.4.13 |
186 | 2024-12-20T22:32:44.079Z | Downloaded crypto-common v0.1.6 |
187 | 2024-12-20T22:32:44.079Z | Downloaded tracing v0.1.40 |
188 | 2024-12-20T22:32:44.087Z | Downloaded idna_adapter v1.2.0 |
189 | 2024-12-20T22:32:44.091Z | Downloaded percent-encoding v2.3.1 |
190 | 2024-12-20T22:32:44.091Z | Downloaded heck v0.5.0 |
191 | 2024-12-20T22:32:44.091Z | Downloaded paste v1.0.15 |
192 | 2024-12-20T22:32:44.096Z | Downloaded zerofrom-derive v0.1.4 |
193 | 2024-12-20T22:32:44.097Z | Downloaded newtype-uuid v1.1.3 |
194 | 2024-12-20T22:32:44.097Z | Downloaded time-core v0.1.2 |
195 | 2024-12-20T22:32:44.100Z | Downloaded powerfmt v0.2.0 |
196 | 2024-12-20T22:32:44.100Z | Downloaded plain v0.2.3 |
197 | 2024-12-20T22:32:44.100Z | Downloaded writeable v0.5.5 |
198 | 2024-12-20T22:32:44.100Z | Downloaded progenitor-macro v0.8.0 |
199 | 2024-12-20T22:32:44.103Z | Downloaded thiserror-impl v1.0.69 |
200 | 2024-12-20T22:32:44.103Z | Downloaded rand_chacha v0.3.1 |
201 | 2024-12-20T22:32:44.106Z | Downloaded utf16_iter v1.0.5 |
202 | 2024-12-20T22:32:44.106Z | Downloaded usdt v0.5.0 |
203 | 2024-12-20T22:32:44.109Z | Downloaded ppv-lite86 v0.2.20 |
204 | 2024-12-20T22:32:44.109Z | Downloaded untrusted v0.9.0 |
205 | 2024-12-20T22:32:44.112Z | Downloaded rand_core v0.6.4 |
206 | 2024-12-20T22:32:44.112Z | Downloaded iana-time-zone v0.1.61 |
207 | 2024-12-20T22:32:44.115Z | Downloaded parse-display-derive v0.10.0 |
208 | 2024-12-20T22:32:44.119Z | Downloaded yoke v0.7.4 |
209 | 2024-12-20T22:32:44.119Z | Downloaded utf8_iter v1.0.4 |
210 | 2024-12-20T22:32:44.122Z | Downloaded parse-display v0.10.0 |
211 | 2024-12-20T22:32:44.122Z | Downloaded futures-core v0.3.31 |
212 | 2024-12-20T22:32:44.125Z | Downloaded ipnet v2.10.1 |
213 | 2024-12-20T22:32:44.125Z | Downloaded progenitor v0.8.0 |
214 | 2024-12-20T22:32:44.128Z | Downloaded fnv v1.0.7 |
215 | 2024-12-20T22:32:44.128Z | Downloaded darling v0.20.10 |
216 | 2024-12-20T22:32:44.132Z | Downloaded scroll_derive v0.12.0 |
217 | 2024-12-20T22:32:44.135Z | Downloaded futures-channel v0.3.31 |
218 | 2024-12-20T22:32:44.135Z | Downloaded zerofrom v0.1.4 |
219 | 2024-12-20T22:32:44.139Z | Downloaded lock_api v0.4.12 |
220 | 2024-12-20T22:32:44.143Z | Downloaded slab v0.4.9 |
221 | 2024-12-20T22:32:44.143Z | Downloaded litemap v0.7.3 |
222 | 2024-12-20T22:32:44.147Z | Downloaded typify v0.2.0 |
223 | 2024-12-20T22:32:44.148Z | Downloaded take_mut v0.2.2 |
224 | 2024-12-20T22:32:44.152Z | Downloaded once_cell v1.20.2 |
225 | 2024-12-20T22:32:44.152Z | Downloaded getrandom v0.2.15 |
226 | 2024-12-20T22:32:44.163Z | Downloaded pest_generator v2.7.14 |
227 | 2024-12-20T22:32:44.163Z | Downloaded icu_locid_transform_data v1.5.0 |
228 | 2024-12-20T22:32:44.165Z | Downloaded bitflags v2.6.0 |
229 | 2024-12-20T22:32:44.166Z | Downloaded quote v1.0.37 |
230 | 2024-12-20T22:32:44.166Z | Downloaded indexmap v1.9.3 |
231 | 2024-12-20T22:32:44.170Z | Downloaded strum v0.26.3 |
232 | 2024-12-20T22:32:44.170Z | Downloaded toml v0.8.19 |
233 | 2024-12-20T22:32:44.174Z | Downloaded sync_wrapper v1.0.1 |
234 | 2024-12-20T22:32:44.174Z | Downloaded usdt-impl v0.5.0 |
235 | 2024-12-20T22:32:44.180Z | Downloaded serde_urlencoded v0.7.1 |
236 | 2024-12-20T22:32:44.180Z | Downloaded rustversion v1.0.17 |
237 | 2024-12-20T22:32:44.185Z | Downloaded shlex v1.3.0 |
238 | 2024-12-20T22:32:44.185Z | Downloaded thread-id v4.2.2 |
239 | 2024-12-20T22:32:44.185Z | Downloaded sha1 v0.10.6 |
240 | 2024-12-20T22:32:44.192Z | Downloaded zerovec-derive v0.10.3 |
241 | 2024-12-20T22:32:44.192Z | Downloaded slog-json v2.6.1 |
242 | 2024-12-20T22:32:44.192Z | Downloaded thiserror v1.0.69 |
243 | 2024-12-20T22:32:44.196Z | Downloaded slog-bunyan v2.5.0 |
244 | 2024-12-20T22:32:44.196Z | Downloaded proc-macro2 v1.0.89 |
245 | 2024-12-20T22:32:44.200Z | Downloaded ucd-trie v0.1.7 |
246 | 2024-12-20T22:32:44.200Z | Downloaded icu_provider v1.5.0 |
247 | 2024-12-20T22:32:44.205Z | Downloaded progenitor-impl v0.8.0 |
248 | 2024-12-20T22:32:44.209Z | Downloaded native-tls v0.2.12 |
249 | 2024-12-20T22:32:44.209Z | Downloaded hyper-util v0.1.10 |
250 | 2024-12-20T22:32:44.212Z | Downloaded serde_tokenstream v0.2.2 |
251 | 2024-12-20T22:32:44.212Z | Downloaded synstructure v0.13.1 |
252 | 2024-12-20T22:32:44.215Z | Downloaded scroll v0.12.0 |
253 | 2024-12-20T22:32:44.215Z | Downloaded rustc-hash v2.0.0 |
254 | 2024-12-20T22:32:44.217Z | Downloaded smallvec v1.13.2 |
255 | 2024-12-20T22:32:44.220Z | Downloaded signal-hook-registry v1.4.2 |
256 | 2024-12-20T22:32:44.220Z | Downloaded thread_local v1.1.8 |
257 | 2024-12-20T22:32:44.222Z | Downloaded scopeguard v1.2.0 |
258 | 2024-12-20T22:32:44.225Z | Downloaded rustls-pemfile v2.2.0 |
259 | 2024-12-20T22:32:44.229Z | Downloaded parking_lot v0.12.3 |
260 | 2024-12-20T22:32:44.229Z | Downloaded term v0.7.0 |
261 | 2024-12-20T22:32:44.234Z | Downloaded strum_macros v0.26.4 |
262 | 2024-12-20T22:32:44.237Z | Downloaded bytes v1.8.0 |
263 | 2024-12-20T22:32:44.241Z | Downloaded unicode-ident v1.0.13 |
264 | 2024-12-20T22:32:44.244Z | Downloaded icu_collections v1.5.0 |
265 | 2024-12-20T22:32:44.247Z | Downloaded subtle v2.6.1 |
266 | 2024-12-20T22:32:44.252Z | Downloaded sha2 v0.10.8 |
267 | 2024-12-20T22:32:44.255Z | Downloaded semver v1.0.23 |
268 | 2024-12-20T22:32:44.255Z | Downloaded socket2 v0.5.7 |
269 | 2024-12-20T22:32:44.257Z | Downloaded base64 v0.22.1 |
270 | 2024-12-20T22:32:44.260Z | Downloaded crossbeam-channel v0.5.13 |
271 | 2024-12-20T22:32:44.266Z | Downloaded slog v2.7.0 |
272 | 2024-12-20T22:32:44.268Z | Downloaded quinn v0.11.5 |
273 | 2024-12-20T22:32:44.272Z | Downloaded openssl-sys v0.9.103 |
274 | 2024-12-20T22:32:44.277Z | Downloaded ryu v1.0.18 |
275 | 2024-12-20T22:32:44.281Z | Downloaded unsafe-libyaml v0.2.11 |
276 | 2024-12-20T22:32:44.285Z | Downloaded schemars v0.8.21 |
277 | 2024-12-20T22:32:44.305Z | Downloaded rustls-pki-types v1.10.0 |
278 | 2024-12-20T22:32:44.311Z | Downloaded mio v1.0.2 |
279 | 2024-12-20T22:32:44.311Z | Downloaded toml_edit v0.22.22 |
280 | 2024-12-20T22:32:44.334Z | Downloaded hashbrown v0.15.1 |
281 | 2024-12-20T22:32:44.339Z | Downloaded tokio-util v0.7.12 |
282 | 2024-12-20T22:32:44.343Z | Downloaded idna v1.0.3 |
283 | 2024-12-20T22:32:44.346Z | Downloaded pest v2.7.14 |
284 | 2024-12-20T22:32:44.351Z | Downloaded zerovec v0.10.4 |
285 | 2024-12-20T22:32:44.376Z | Downloaded time v0.3.36 |
286 | 2024-12-20T22:32:44.381Z | Downloaded h2 v0.4.6 |
287 | 2024-12-20T22:32:44.381Z | Downloaded serde_json v1.0.132 |
288 | 2024-12-20T22:32:44.384Z | Downloaded winnow v0.6.20 |
289 | 2024-12-20T22:32:44.389Z | Downloaded serde_with v3.11.0 |
290 | 2024-12-20T22:32:44.400Z | Downloaded reqwest v0.12.9 |
291 | 2024-12-20T22:32:44.405Z | Downloaded icu_properties_data v1.5.0 |
292 | 2024-12-20T22:32:44.416Z | Downloaded zerocopy v0.7.35 |
293 | 2024-12-20T22:32:44.432Z | Downloaded goblin v0.8.2 |
294 | 2024-12-20T22:32:44.438Z | Downloaded syn v2.0.87 |
295 | 2024-12-20T22:32:44.451Z | Downloaded rustls-webpki v0.102.8 |
296 | 2024-12-20T22:32:44.466Z | Downloaded quinn-proto v0.11.8 |
297 | 2024-12-20T22:32:44.472Z | Downloaded dropshot v0.13.0 |
298 | 2024-12-20T22:32:44.496Z | Downloaded vcpkg v0.2.15 |
299 | 2024-12-20T22:32:44.530Z | Downloaded webpki-roots v0.26.6 |
300 | 2024-12-20T22:32:44.541Z | Downloaded rustls v0.22.4 |
301 | 2024-12-20T22:32:44.553Z | Downloaded chrono v0.4.38 |
302 | 2024-12-20T22:32:44.561Z | Downloaded openssl v0.10.66 |
303 | 2024-12-20T22:32:44.578Z | Downloaded aho-corasick v1.1.3 |
304 | 2024-12-20T22:32:44.592Z | Downloaded hyper v1.5.0 |
305 | 2024-12-20T22:32:44.592Z | Downloaded regex v1.11.1 |
306 | 2024-12-20T22:32:44.611Z | Downloaded regress v0.9.1 |
307 | 2024-12-20T22:32:44.611Z | Downloaded regress v0.10.1 |
308 | 2024-12-20T22:32:44.626Z | Downloaded regex-syntax v0.8.5 |
309 | 2024-12-20T22:32:44.626Z | Downloaded rustls v0.23.19 |
310 | 2024-12-20T22:32:44.645Z | Downloaded openapiv3 v2.0.0 |
311 | 2024-12-20T22:32:44.645Z | Downloaded hashbrown v0.14.5 |
312 | 2024-12-20T22:32:44.674Z | Downloaded futures-util v0.3.31 |
313 | 2024-12-20T22:32:44.674Z | Downloaded hashbrown v0.12.3 |
314 | 2024-12-20T22:32:44.674Z | Downloaded rand v0.8.5 |
315 | 2024-12-20T22:32:44.675Z | Downloaded serde_yaml v0.9.34+deprecated |
316 | 2024-12-20T22:32:44.675Z | Downloaded typify-impl v0.2.0 |
317 | 2024-12-20T22:32:44.708Z | Downloaded serde_derive v1.0.215 |
318 | 2024-12-20T22:32:44.708Z | Downloaded serde v1.0.215 |
319 | 2024-12-20T22:32:44.708Z | Downloaded memchr v2.7.4 |
320 | 2024-12-20T22:32:44.708Z | Downloaded http v1.1.0 |
321 | 2024-12-20T22:32:44.708Z | Downloaded url v2.5.3 |
322 | 2024-12-20T22:32:44.728Z | Downloaded cc v1.1.30 |
323 | 2024-12-20T22:32:44.728Z | Downloaded pin-project-lite v0.2.14 |
324 | 2024-12-20T22:32:44.728Z | Downloaded serde_derive_internals v0.29.1 |
325 | 2024-12-20T22:32:44.728Z | Downloaded indexmap v2.6.0 |
326 | 2024-12-20T22:32:44.728Z | Downloaded spin v0.9.8 |
327 | 2024-12-20T22:32:44.728Z | Downloaded pest_meta v2.7.14 |
328 | 2024-12-20T22:32:44.729Z | Downloaded icu_locid v1.5.0 |
329 | 2024-12-20T22:32:44.729Z | Downloaded slog-term v2.9.1 |
330 | 2024-12-20T22:32:44.729Z | Downloaded regex-automata v0.4.8 |
331 | 2024-12-20T22:32:44.749Z | Downloaded libc v0.2.162 |
332 | 2024-12-20T22:32:44.792Z | Downloaded tracing-core v0.1.32 |
333 | 2024-12-20T22:32:44.793Z | Downloaded icu_properties v1.5.1 |
334 | 2024-12-20T22:32:44.793Z | Downloaded tokio v1.40.0 |
335 | 2024-12-20T22:32:44.845Z | Downloaded structmeta-derive v0.3.0 |
336 | 2024-12-20T22:32:44.845Z | Downloaded serde_path_to_error v0.1.16 |
337 | 2024-12-20T22:32:44.845Z | Downloaded uuid v1.11.0 |
338 | 2024-12-20T22:32:44.846Z | Downloaded futures v0.3.31 |
339 | 2024-12-20T22:32:44.846Z | Downloaded darling_core v0.20.10 |
340 | 2024-12-20T22:32:44.846Z | Downloaded allocator-api2 v0.2.18 |
341 | 2024-12-20T22:32:44.846Z | Downloaded num-traits v0.2.19 |
342 | 2024-12-20T22:32:44.846Z | Downloaded serde_with_macros v3.11.0 |
343 | 2024-12-20T22:32:44.846Z | Downloaded tinyvec v1.8.0 |
344 | 2024-12-20T22:32:44.846Z | Downloaded slog-async v2.8.0 |
345 | 2024-12-20T22:32:44.846Z | Downloaded mime v0.3.17 |
346 | 2024-12-20T22:32:44.846Z | Downloaded icu_normalizer_data v1.5.0 |
347 | 2024-12-20T22:32:44.846Z | Downloaded hyper-rustls v0.27.3 |
348 | 2024-12-20T22:32:44.846Z | Downloaded httparse v1.9.5 |
349 | 2024-12-20T22:32:44.846Z | Downloaded typify-macro v0.2.0 |
350 | 2024-12-20T22:32:44.846Z | Downloaded structmeta v0.3.0 |
351 | 2024-12-20T22:32:44.846Z | Downloaded strsim v0.11.1 |
352 | 2024-12-20T22:32:44.861Z | Downloaded stable_deref_trait v1.2.0 |
353 | 2024-12-20T22:32:44.861Z | Downloaded serde_spanned v0.6.8 |
354 | 2024-12-20T22:32:44.861Z | Downloaded schemars_derive v0.8.21 |
355 | 2024-12-20T22:32:44.862Z | Downloaded crossbeam-utils v0.8.20 |
356 | 2024-12-20T22:32:44.862Z | Downloaded tokio-rustls v0.25.0 |
357 | 2024-12-20T22:32:44.862Z | Downloaded parking_lot_core v0.9.10 |
358 | 2024-12-20T22:32:44.862Z | Downloaded typenum v1.17.0 |
359 | 2024-12-20T22:32:44.862Z | Downloaded log v0.4.22 |
360 | 2024-12-20T22:32:44.862Z | Downloaded ahash v0.8.11 |
361 | 2024-12-20T22:32:44.862Z | Downloaded pest_derive v2.7.14 |
362 | 2024-12-20T22:32:44.862Z | Downloaded multer v3.1.0 |
363 | 2024-12-20T22:32:44.862Z | Downloaded zerocopy-derive v0.7.35 |
364 | 2024-12-20T22:32:44.862Z | Downloaded icu_normalizer v1.5.0 |
365 | 2024-12-20T22:32:44.862Z | Downloaded dropshot_endpoint v0.13.0 |
366 | 2024-12-20T22:32:44.863Z | Downloaded encoding_rs v0.8.34 |
367 | 2024-12-20T22:32:44.880Z | Downloaded icu_locid_transform v1.5.0 |
368 | 2024-12-20T22:32:44.880Z | Downloaded tokio-rustls v0.26.0 |
369 | 2024-12-20T22:32:44.912Z | Downloaded tower-service v0.3.3 |
370 | 2024-12-20T22:32:44.912Z | Downloaded quinn-udp v0.5.5 |
371 | 2024-12-20T22:32:44.912Z | Downloaded displaydoc v0.2.5 |
372 | 2024-12-20T22:32:44.912Z | Downloaded itoa v1.0.11 |
373 | 2024-12-20T22:32:44.912Z | Downloaded form_urlencoded v1.2.1 |
374 | 2024-12-20T22:32:44.912Z | Downloaded pkg-config v0.3.31 |
375 | 2024-12-20T22:32:44.912Z | Downloaded pin-utils v0.1.0 |
376 | 2024-12-20T22:32:44.912Z | Downloaded zeroize v1.8.1 |
377 | 2024-12-20T22:32:44.912Z | Downloaded hyper-tls v0.6.0 |
378 | 2024-12-20T22:32:44.913Z | Downloaded http-body-util v0.1.2 |
379 | 2024-12-20T22:32:44.913Z | Downloaded hostname v0.3.1 |
380 | 2024-12-20T22:32:44.913Z | Downloaded dyn-clone v1.0.17 |
381 | 2024-12-20T22:32:44.913Z | Downloaded byteorder v1.5.0 |
382 | 2024-12-20T22:32:44.913Z | Downloaded hex v0.4.3 |
383 | 2024-12-20T22:32:44.913Z | Downloaded camino v1.1.9 |
384 | 2024-12-20T22:32:44.925Z | Downloaded ipnetwork v0.20.0 |
385 | 2024-12-20T22:32:44.925Z | Downloaded dirs-sys-next v0.1.2 |
386 | 2024-12-20T22:32:44.926Z | Downloaded futures-task v0.3.31 |
387 | 2024-12-20T22:32:44.926Z | Downloaded futures-macro v0.3.31 |
388 | 2024-12-20T22:32:44.926Z | Downloaded digest v0.10.7 |
389 | 2024-12-20T22:32:44.926Z | Downloaded async-stream v0.3.6 |
390 | 2024-12-20T22:32:44.926Z | Downloaded foreign-types v0.3.2 |
391 | 2024-12-20T22:32:44.926Z | Downloaded cpufeatures v0.2.14 |
392 | 2024-12-20T22:32:44.926Z | Downloaded anyhow v1.0.93 |
393 | 2024-12-20T22:32:44.926Z | Downloaded tokio-macros v2.4.0 |
394 | 2024-12-20T22:32:44.926Z | Downloaded macaddr v1.0.1 |
395 | 2024-12-20T22:32:44.927Z | Downloaded hostname v0.4.0 |
396 | 2024-12-20T22:32:44.927Z | Downloaded futures-sink v0.3.31 |
397 | 2024-12-20T22:32:44.927Z | Downloaded futures-io v0.3.31 |
398 | 2024-12-20T22:32:44.927Z | Downloaded block-buffer v0.10.4 |
399 | 2024-12-20T22:32:44.927Z | Downloaded futures-executor v0.3.31 |
400 | 2024-12-20T22:32:44.927Z | Downloaded try-lock v0.2.5 |
401 | 2024-12-20T22:32:44.927Z | Downloaded instant v0.1.13 |
402 | 2024-12-20T22:32:45.071Z | Downloaded ring v0.17.8 |
403 | 2024-12-20T22:32:45.374Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T22:32:45.374Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T22:32:45.375Z | Compiling libc v0.2.162 |
406 | 2024-12-20T22:32:45.377Z | Checking cfg-if v1.0.0 |
407 | 2024-12-20T22:32:45.377Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T22:32:45.400Z | Compiling serde v1.0.215 |
409 | 2024-12-20T22:32:45.404Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T22:32:45.404Z | Checking memchr v2.7.4 |
411 | 2024-12-20T22:32:45.518Z | Compiling serde_json v1.0.132 |
412 | 2024-12-20T22:32:45.606Z | Checking itoa v1.0.11 |
413 | 2024-12-20T22:32:45.941Z | Compiling thiserror v1.0.69 |
414 | 2024-12-20T22:32:46.035Z | Checking once_cell v1.20.2 |
415 | 2024-12-20T22:32:46.152Z | Compiling shlex v1.3.0 |
416 | 2024-12-20T22:32:46.362Z | Checking pin-project-lite v0.2.14 |
417 | 2024-12-20T22:32:46.472Z | Compiling cc v1.1.30 |
418 | 2024-12-20T22:32:46.522Z | Compiling num-traits v0.2.19 |
419 | 2024-12-20T22:32:46.770Z | Checking smallvec v1.13.2 |
420 | 2024-12-20T22:32:46.791Z | Checking ryu v1.0.18 |
421 | 2024-12-20T22:32:46.810Z | Checking bytes v1.8.0 |
422 | 2024-12-20T22:32:46.925Z | Checking getrandom v0.2.15 |
423 | 2024-12-20T22:32:47.093Z | Checking futures-core v0.3.31 |
424 | 2024-12-20T22:32:47.132Z | Compiling quote v1.0.37 |
425 | 2024-12-20T22:32:47.152Z | Compiling lock_api v0.4.12 |
426 | 2024-12-20T22:32:47.294Z | Compiling byteorder v1.5.0 |
427 | 2024-12-20T22:32:47.420Z | Compiling parking_lot_core v0.9.10 |
428 | 2024-12-20T22:32:47.607Z | Compiling syn v2.0.87 |
429 | 2024-12-20T22:32:47.681Z | Compiling ahash v0.8.11 |
430 | 2024-12-20T22:32:47.777Z | Compiling schemars v0.8.21 |
431 | 2024-12-20T22:32:47.865Z | Checking scopeguard v1.2.0 |
432 | 2024-12-20T22:32:47.970Z | Compiling slab v0.4.9 |
433 | 2024-12-20T22:32:48.121Z | Checking log v0.4.22 |
434 | 2024-12-20T22:32:48.153Z | Checking futures-sink v0.3.31 |
435 | 2024-12-20T22:32:48.192Z | Checking signal-hook-registry v1.4.2 |
436 | 2024-12-20T22:32:48.292Z | Checking mio v1.0.2 |
437 | 2024-12-20T22:32:48.318Z | Checking socket2 v0.5.7 |
438 | 2024-12-20T22:32:48.411Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-20T22:32:48.465Z | Checking hashbrown v0.15.1 |
440 | 2024-12-20T22:32:48.496Z | Checking parking_lot v0.12.3 |
441 | 2024-12-20T22:32:48.532Z | Compiling semver v1.0.23 |
442 | 2024-12-20T22:32:49.267Z | Checking equivalent v1.0.1 |
443 | 2024-12-20T22:32:49.293Z | Checking fnv v1.0.7 |
444 | 2024-12-20T22:32:49.293Z | Checking futures-channel v0.3.31 |
445 | 2024-12-20T22:32:49.293Z | Checking futures-task v0.3.31 |
446 | 2024-12-20T22:32:49.293Z | Checking pin-utils v0.1.0 |
447 | 2024-12-20T22:32:49.293Z | Checking http v1.1.0 |
448 | 2024-12-20T22:32:49.294Z | Checking futures-io v0.3.31 |
449 | 2024-12-20T22:32:49.297Z | Checking spin v0.9.8 |
450 | 2024-12-20T22:32:49.297Z | Compiling heck v0.5.0 |
451 | 2024-12-20T22:32:49.373Z | Checking rustls-pki-types v1.10.0 |
452 | 2024-12-20T22:32:49.394Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-20T22:32:49.444Z | Compiling vcpkg v0.2.15 |
454 | 2024-12-20T22:32:49.720Z | Compiling ring v0.17.8 |
455 | 2024-12-20T22:32:49.760Z | Checking iana-time-zone v0.1.61 |
456 | 2024-12-20T22:32:49.915Z | Checking untrusted v0.9.0 |
457 | 2024-12-20T22:32:49.933Z | Checking writeable v0.5.5 |
458 | 2024-12-20T22:32:50.091Z | Compiling ucd-trie v0.1.7 |
459 | 2024-12-20T22:32:50.251Z | Checking litemap v0.7.3 |
460 | 2024-12-20T22:32:50.678Z | Compiling httparse v1.9.5 |
461 | 2024-12-20T22:32:50.838Z | Checking tracing-core v0.1.32 |
462 | 2024-12-20T22:32:50.962Z | Checking atomic-waker v1.1.2 |
463 | 2024-12-20T22:32:51.148Z | Checking dyn-clone v1.0.17 |
464 | 2024-12-20T22:32:51.322Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-20T22:32:51.323Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-20T22:32:51.498Z | Checking tracing v0.1.40 |
467 | 2024-12-20T22:32:51.803Z | Checking http-body v1.0.1 |
468 | 2024-12-20T22:32:52.165Z | Checking zeroize v1.8.1 |
469 | 2024-12-20T22:32:52.165Z | Compiling uuid v1.11.0 |
470 | 2024-12-20T22:32:52.434Z | Checking try-lock v0.2.5 |
471 | 2024-12-20T22:32:52.435Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2024-12-20T22:32:52.435Z | Checking subtle v2.6.1 |
473 | 2024-12-20T22:32:52.435Z | Checking want v0.3.1 |
474 | 2024-12-20T22:32:52.435Z | Checking httpdate v1.0.3 |
475 | 2024-12-20T22:32:52.758Z | Checking foreign-types-shared v0.1.1 |
476 | 2024-12-20T22:32:52.758Z | Compiling chrono v0.4.38 |
477 | 2024-12-20T22:32:52.758Z | Compiling openssl v0.10.66 |
478 | 2024-12-20T22:32:52.758Z | Compiling slog v2.7.0 |
479 | 2024-12-20T22:32:52.758Z | Checking icu_properties_data v1.5.0 |
480 | 2024-12-20T22:32:52.939Z | Checking foreign-types v0.3.2 |
481 | 2024-12-20T22:32:52.940Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-20T22:32:53.059Z | Checking utf8_iter v1.0.4 |
483 | 2024-12-20T22:32:53.315Z | Checking utf16_iter v1.0.5 |
484 | 2024-12-20T22:32:53.315Z | Checking tower-service v0.3.3 |
485 | 2024-12-20T22:32:53.580Z | Compiling regex-syntax v0.8.5 |
486 | 2024-12-20T22:32:53.580Z | Checking write16 v1.0.0 |
487 | 2024-12-20T22:32:53.580Z | Compiling native-tls v0.2.12 |
488 | 2024-12-20T22:32:54.004Z | Compiling typenum v1.17.0 |
489 | 2024-12-20T22:32:54.146Z | Checking bitflags v2.6.0 |
490 | 2024-12-20T22:32:54.544Z | Compiling rustls v0.23.19 |
491 | 2024-12-20T22:32:54.750Z | Checking icu_normalizer_data v1.5.0 |
492 | 2024-12-20T22:32:54.795Z | Checking percent-encoding v2.3.1 |
493 | 2024-12-20T22:32:55.003Z | Compiling generic-array v0.14.7 |
494 | 2024-12-20T22:32:55.019Z | Checking form_urlencoded v1.2.1 |
495 | 2024-12-20T22:32:55.205Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-20T22:32:55.366Z | Compiling synstructure v0.13.1 |
497 | 2024-12-20T22:32:55.411Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-20T22:32:55.834Z | Checking rustls-webpki v0.102.8 |
499 | 2024-12-20T22:32:56.808Z | Compiling regex-automata v0.4.8 |
500 | 2024-12-20T22:32:57.821Z | Compiling usdt-impl v0.5.0 |
501 | 2024-12-20T22:32:58.190Z | Checking encoding_rs v0.8.34 |
502 | 2024-12-20T22:32:58.236Z | Compiling num-conv v0.1.0 |
503 | 2024-12-20T22:32:58.497Z | Checking mime v0.3.17 |
504 | 2024-12-20T22:32:58.524Z | Compiling time-core v0.1.2 |
505 | 2024-12-20T22:32:58.712Z | Checking powerfmt v0.2.0 |
506 | 2024-12-20T22:32:59.010Z | Checking deranged v0.3.11 |
507 | 2024-12-20T22:32:59.210Z | Compiling time-macros v0.2.18 |
508 | 2024-12-20T22:32:59.236Z | Compiling thread-id v4.2.2 |
509 | 2024-12-20T22:33:01.240Z | Checking rustls-pemfile v2.2.0 |
510 | 2024-12-20T22:33:02.274Z | Checking webpki-roots v0.26.6 |
511 | 2024-12-20T22:33:02.275Z | Checking base64 v0.22.1 |
512 | 2024-12-20T22:33:02.275Z | Compiling strsim v0.11.1 |
513 | 2024-12-20T22:33:02.275Z | Compiling regex v1.11.1 |
514 | 2024-12-20T22:33:02.275Z | Compiling serde_derive v1.0.215 |
515 | 2024-12-20T22:33:02.275Z | Compiling zerocopy-derive v0.7.35 |
516 | 2024-12-20T22:33:02.275Z | Compiling thiserror-impl v1.0.69 |
517 | 2024-12-20T22:33:02.275Z | Compiling schemars_derive v0.8.21 |
518 | 2024-12-20T22:33:03.286Z | Compiling zerofrom-derive v0.1.4 |
519 | 2024-12-20T22:33:03.286Z | Compiling yoke-derive v0.7.4 |
520 | 2024-12-20T22:33:03.286Z | Compiling tokio-macros v2.4.0 |
521 | 2024-12-20T22:33:04.518Z | Compiling zerocopy v0.7.35 |
522 | 2024-12-20T22:33:05.497Z | Checking tokio v1.40.0 |
523 | 2024-12-20T22:33:05.497Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-12-20T22:33:05.498Z | Compiling displaydoc v0.2.5 |
525 | 2024-12-20T22:33:05.498Z | Compiling futures-macro v0.3.31 |
526 | 2024-12-20T22:33:06.843Z | Compiling pest v2.7.14 |
527 | 2024-12-20T22:33:06.843Z | Checking zerofrom v0.1.4 |
528 | 2024-12-20T22:33:06.843Z | Compiling icu_provider_macros v1.5.0 |
529 | 2024-12-20T22:33:06.843Z | Checking yoke v0.7.4 |
530 | 2024-12-20T22:33:08.040Z | Compiling hashbrown v0.14.5 |
531 | 2024-12-20T22:33:08.041Z | Compiling openssl-macros v0.1.1 |
532 | 2024-12-20T22:33:08.041Z | Checking futures-util v0.3.31 |
533 | 2024-12-20T22:33:08.041Z | Checking zerovec v0.10.4 |
534 | 2024-12-20T22:33:08.965Z | Compiling regress v0.10.1 |
535 | 2024-12-20T22:33:08.966Z | Compiling pest_meta v2.7.14 |
536 | 2024-12-20T22:33:08.966Z | Compiling scroll_derive v0.12.0 |
537 | 2024-12-20T22:33:10.006Z | Checking tinystr v0.7.6 |
538 | 2024-12-20T22:33:10.484Z | Checking icu_locid v1.5.0 |
539 | 2024-12-20T22:33:11.400Z | Checking icu_provider v1.5.0 |
540 | 2024-12-20T22:33:12.024Z | Checking tokio-util v0.7.12 |
541 | 2024-12-20T22:33:12.313Z | Checking icu_locid_transform v1.5.0 |
542 | 2024-12-20T22:33:12.313Z | Compiling pest_generator v2.7.14 |
543 | 2024-12-20T22:33:12.560Z | Checking icu_collections v1.5.0 |
544 | 2024-12-20T22:33:12.840Z | Checking http-body-util v0.1.2 |
545 | 2024-12-20T22:33:12.841Z | Checking tokio-rustls v0.26.0 |
546 | 2024-12-20T22:33:13.032Z | Checking scroll v0.12.0 |
547 | 2024-12-20T22:33:13.033Z | Checking icu_properties v1.5.1 |
548 | 2024-12-20T22:33:13.485Z | Checking tokio-native-tls v0.3.1 |
549 | 2024-12-20T22:33:13.803Z | Checking plain v0.2.3 |
550 | 2024-12-20T22:33:14.152Z | Compiling ident_case v1.0.1 |
551 | 2024-12-20T22:33:14.153Z | Checking indexmap v2.6.0 |
552 | 2024-12-20T22:33:15.119Z | Compiling serde_tokenstream v0.2.2 |
553 | 2024-12-20T22:33:15.693Z | Checking h2 v0.4.6 |
554 | 2024-12-20T22:33:16.004Z | Compiling pest_derive v2.7.14 |
555 | 2024-12-20T22:33:16.321Z | Checking icu_normalizer v1.5.0 |
556 | 2024-12-20T22:33:16.557Z | Checking serde_urlencoded v0.7.1 |
557 | 2024-12-20T22:33:16.885Z | Compiling dtrace-parser v0.2.0 |
558 | 2024-12-20T22:33:16.996Z | Compiling dof v0.3.0 |
559 | 2024-12-20T22:33:17.044Z | Checking idna_adapter v1.2.0 |
560 | 2024-12-20T22:33:17.240Z | Checking idna v1.0.3 |
561 | 2024-12-20T22:33:17.585Z | Compiling crossbeam-utils v0.8.20 |
562 | 2024-12-20T22:33:17.706Z | Checking num_threads v0.1.7 |
563 | 2024-12-20T22:33:17.842Z | Checking url v2.5.3 |
564 | 2024-12-20T22:33:17.866Z | Checking typify-impl v0.2.0 |
565 | 2024-12-20T22:33:17.992Z | Checking time v0.3.36 |
566 | 2024-12-20T22:33:18.192Z | Compiling openapiv3 v2.0.0 |
567 | 2024-12-20T22:33:19.912Z | Compiling darling_core v0.20.10 |
568 | 2024-12-20T22:33:20.036Z | Checking hyper v1.5.0 |
569 | 2024-12-20T22:33:20.380Z | Checking goblin v0.8.2 |
570 | 2024-12-20T22:33:22.568Z | Checking sync_wrapper v1.0.1 |
571 | 2024-12-20T22:33:24.429Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-20T22:33:24.429Z | Checking hyper-util v0.1.10 |
573 | 2024-12-20T22:33:24.429Z | Checking pretty-hex v0.4.1 |
574 | 2024-12-20T22:33:24.429Z | Compiling rustversion v1.0.17 |
575 | 2024-12-20T22:33:24.429Z | Compiling rustls v0.22.4 |
576 | 2024-12-20T22:33:24.429Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-12-20T22:33:24.429Z | Compiling omicron-workspace-hack v0.1.0 |
578 | 2024-12-20T22:33:24.429Z | Compiling paste v1.0.15 |
579 | 2024-12-20T22:33:24.429Z | Checking ipnet v2.10.1 |
580 | 2024-12-20T22:33:26.038Z | Checking dirs-next v2.0.0 |
581 | 2024-12-20T22:33:27.880Z | Checking toml_datetime v0.6.8 |
582 | 2024-12-20T22:33:27.880Z | Checking serde_spanned v0.6.8 |
583 | 2024-12-20T22:33:27.880Z | Checking hyper-tls v0.6.0 |
584 | 2024-12-20T22:33:27.880Z | Checking hyper-rustls v0.27.3 |
585 | 2024-12-20T22:33:27.880Z | Compiling serde_yaml v0.9.34+deprecated |
586 | 2024-12-20T22:33:27.880Z | Checking ppv-lite86 v0.2.20 |
587 | 2024-12-20T22:33:27.880Z | Checking reqwest v0.12.9 |
588 | 2024-12-20T22:33:27.881Z | Compiling structmeta-derive v0.3.0 |
589 | 2024-12-20T22:33:27.881Z | Checking crypto-common v0.1.6 |
590 | 2024-12-20T22:33:27.881Z | Checking block-buffer v0.10.4 |
591 | 2024-12-20T22:33:27.881Z | Checking rand_core v0.6.4 |
592 | 2024-12-20T22:33:27.881Z | Checking thread_local v1.1.8 |
593 | 2024-12-20T22:33:27.881Z | Compiling multer v3.1.0 |
594 | 2024-12-20T22:33:27.881Z | Compiling newtype-uuid v1.1.3 |
595 | 2024-12-20T22:33:27.881Z | Compiling slog-async v2.8.0 |
596 | 2024-12-20T22:33:27.881Z | Checking match_cfg v0.1.0 |
597 | 2024-12-20T22:33:27.881Z | Compiling camino v1.1.9 |
598 | 2024-12-20T22:33:27.881Z | Compiling anyhow v1.0.93 |
599 | 2024-12-20T22:33:27.881Z | Checking winnow v0.6.20 |
600 | 2024-12-20T22:33:27.881Z | Compiling darling_macro v0.20.10 |
601 | 2024-12-20T22:33:27.881Z | Checking progenitor-client v0.8.0 |
602 | 2024-12-20T22:33:27.881Z | Checking hostname v0.3.1 |
603 | 2024-12-20T22:33:27.881Z | Checking rand_chacha v0.3.1 |
604 | 2024-12-20T22:33:27.881Z | Checking digest v0.10.7 |
605 | 2024-12-20T22:33:27.881Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-20T22:33:28.816Z | Compiling darling v0.20.10 |
607 | 2024-12-20T22:33:28.816Z | Compiling structmeta v0.3.0 |
608 | 2024-12-20T22:33:28.816Z | Checking term v0.7.0 |
609 | 2024-12-20T22:33:28.816Z | Checking slog-json v2.6.1 |
610 | 2024-12-20T22:33:28.816Z | Compiling usdt-attr-macro v0.5.0 |
611 | 2024-12-20T22:33:28.816Z | Compiling usdt-macro v0.5.0 |
612 | 2024-12-20T22:33:28.816Z | Checking futures-executor v0.3.31 |
613 | 2024-12-20T22:33:28.816Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-20T22:33:28.816Z | Checking is-terminal v0.4.13 |
615 | 2024-12-20T22:33:28.817Z | Checking memmap v0.7.0 |
616 | 2024-12-20T22:33:28.817Z | Compiling dropshot v0.13.0 |
617 | 2024-12-20T22:33:28.817Z | Checking cpufeatures v0.2.14 |
618 | 2024-12-20T22:33:31.353Z | Checking take_mut v0.2.2 |
619 | 2024-12-20T22:33:31.353Z | Checking sha1 v0.10.6 |
620 | 2024-12-20T22:33:31.353Z | Compiling strum_macros v0.26.4 |
621 | 2024-12-20T22:33:31.353Z | Checking toml_edit v0.22.22 |
622 | 2024-12-20T22:33:31.354Z | Checking usdt v0.5.0 |
623 | 2024-12-20T22:33:31.354Z | Checking slog-term v2.9.1 |
624 | 2024-12-20T22:33:31.354Z | Checking futures v0.3.31 |
625 | 2024-12-20T22:33:31.354Z | Checking slog-bunyan v2.5.0 |
626 | 2024-12-20T22:33:31.354Z | Checking async-stream v0.3.6 |
627 | 2024-12-20T22:33:31.354Z | Compiling parse-display-derive v0.10.0 |
628 | 2024-12-20T22:33:31.354Z | Checking rand v0.8.5 |
629 | 2024-12-20T22:33:31.354Z | Compiling serde_with_macros v3.11.0 |
630 | 2024-12-20T22:33:32.348Z | Checking ipnetwork v0.20.0 |
631 | 2024-12-20T22:33:32.348Z | Checking tokio-rustls v0.25.0 |
632 | 2024-12-20T22:33:32.348Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-20T22:33:32.348Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-20T22:33:32.348Z | Checking hex v0.4.3 |
635 | 2024-12-20T22:33:32.348Z | Checking toml v0.8.19 |
636 | 2024-12-20T22:33:32.348Z | Compiling async-trait v0.1.83 |
637 | 2024-12-20T22:33:32.348Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-20T22:33:33.971Z | Checking waitgroup v0.1.2 |
639 | 2024-12-20T22:33:33.971Z | Checking hostname v0.4.0 |
640 | 2024-12-20T22:33:33.973Z | Checking instant v0.1.13 |
641 | 2024-12-20T22:33:33.973Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-20T22:33:33.973Z | Checking backoff v0.4.0 |
643 | 2024-12-20T22:33:33.974Z | Checking serde_with v3.11.0 |
644 | 2024-12-20T22:33:33.974Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-20T22:33:33.974Z | Compiling typify-macro v0.2.0 |
646 | 2024-12-20T22:33:33.974Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
647 | 2024-12-20T22:33:33.974Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-20T22:33:33.975Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
649 | 2024-12-20T22:33:35.363Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
650 | 2024-12-20T22:33:35.364Z | Checking parse-display v0.10.0 |
651 | 2024-12-20T22:33:35.364Z | Checking macaddr v1.0.1 |
652 | 2024-12-20T22:33:35.364Z | Checking strum v0.26.3 |
653 | 2024-12-20T22:33:35.364Z | Checking regress v0.9.1 |
654 | 2024-12-20T22:33:37.034Z | Compiling typify v0.2.0 |
655 | 2024-12-20T22:33:37.034Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-20T22:33:38.789Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-20T22:33:42.880Z | Checking progenitor v0.8.0 |
658 | 2024-12-20T22:33:43.603Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-20T22:33:45.874Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-20T22:33:53.634Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-20T22:33:54.149Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
662 | 2024-12-20T22:33:54.471Z | + cargo build --release |
663 | 2024-12-20T22:33:54.472Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-20T22:33:54.472Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-20T22:33:54.472Z | Compiling libc v0.2.162 |
666 | 2024-12-20T22:33:54.472Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-20T22:33:54.472Z | Compiling autocfg v1.4.0 |
668 | 2024-12-20T22:33:54.472Z | Compiling serde v1.0.215 |
669 | 2024-12-20T22:33:54.472Z | Compiling version_check v0.9.5 |
670 | 2024-12-20T22:33:54.472Z | Compiling memchr v2.7.4 |
671 | 2024-12-20T22:33:54.472Z | Compiling serde_json v1.0.132 |
672 | 2024-12-20T22:33:54.472Z | Compiling itoa v1.0.11 |
673 | 2024-12-20T22:33:54.569Z | Compiling thiserror v1.0.69 |
674 | 2024-12-20T22:33:54.569Z | Compiling once_cell v1.20.2 |
675 | 2024-12-20T22:33:54.595Z | Compiling shlex v1.3.0 |
676 | 2024-12-20T22:33:54.991Z | Compiling cc v1.1.30 |
677 | 2024-12-20T22:33:55.065Z | Compiling num-traits v0.2.19 |
678 | 2024-12-20T22:33:55.608Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-20T22:33:56.369Z | Compiling getrandom v0.2.15 |
680 | 2024-12-20T22:33:56.369Z | Compiling smallvec v1.13.2 |
681 | 2024-12-20T22:33:56.369Z | Compiling bytes v1.8.0 |
682 | 2024-12-20T22:33:56.370Z | Compiling quote v1.0.37 |
683 | 2024-12-20T22:33:56.370Z | Compiling ryu v1.0.18 |
684 | 2024-12-20T22:33:56.910Z | Compiling futures-core v0.3.31 |
685 | 2024-12-20T22:33:56.911Z | Compiling syn v2.0.87 |
686 | 2024-12-20T22:33:56.911Z | Compiling lock_api v0.4.12 |
687 | 2024-12-20T22:33:56.911Z | Compiling ahash v0.8.11 |
688 | 2024-12-20T22:33:56.911Z | Compiling parking_lot_core v0.9.10 |
689 | 2024-12-20T22:33:56.911Z | Compiling byteorder v1.5.0 |
690 | 2024-12-20T22:33:57.299Z | Compiling schemars v0.8.21 |
691 | 2024-12-20T22:33:57.299Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-20T22:33:57.299Z | Compiling slab v0.4.9 |
693 | 2024-12-20T22:33:57.299Z | Compiling log v0.4.22 |
694 | 2024-12-20T22:33:57.803Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-20T22:33:57.803Z | Compiling parking_lot v0.12.3 |
696 | 2024-12-20T22:33:57.803Z | Compiling mio v1.0.2 |
697 | 2024-12-20T22:33:57.804Z | Compiling socket2 v0.5.7 |
698 | 2024-12-20T22:33:57.804Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-20T22:33:57.804Z | Compiling semver v1.0.23 |
700 | 2024-12-20T22:33:58.220Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-20T22:33:58.221Z | Compiling ring v0.17.8 |
702 | 2024-12-20T22:33:58.221Z | Compiling equivalent v1.0.1 |
703 | 2024-12-20T22:33:58.222Z | Compiling hashbrown v0.15.1 |
704 | 2024-12-20T22:33:58.222Z | Compiling fnv v1.0.7 |
705 | 2024-12-20T22:33:58.903Z | Compiling http v1.1.0 |
706 | 2024-12-20T22:33:59.452Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-20T22:33:59.452Z | Compiling futures-io v0.3.31 |
708 | 2024-12-20T22:33:59.452Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-20T22:34:00.040Z | Compiling futures-task v0.3.31 |
710 | 2024-12-20T22:34:00.040Z | Compiling pkg-config v0.3.31 |
711 | 2024-12-20T22:34:00.040Z | Compiling heck v0.5.0 |
712 | 2024-12-20T22:34:00.041Z | Compiling spin v0.9.8 |
713 | 2024-12-20T22:34:00.041Z | Compiling rustls-pki-types v1.10.0 |
714 | 2024-12-20T22:34:00.041Z | Compiling vcpkg v0.2.15 |
715 | 2024-12-20T22:34:00.686Z | Compiling litemap v0.7.3 |
716 | 2024-12-20T22:34:01.135Z | Compiling untrusted v0.9.0 |
717 | 2024-12-20T22:34:01.515Z | Compiling httparse v1.9.5 |
718 | 2024-12-20T22:34:01.516Z | Compiling iana-time-zone v0.1.61 |
719 | 2024-12-20T22:34:01.516Z | Compiling openssl-sys v0.9.103 |
720 | 2024-12-20T22:34:01.851Z | Compiling ucd-trie v0.1.7 |
721 | 2024-12-20T22:34:01.851Z | Compiling writeable v0.5.5 |
722 | 2024-12-20T22:34:02.165Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-20T22:34:02.461Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-20T22:34:02.797Z | Compiling allocator-api2 v0.2.18 |
725 | 2024-12-20T22:34:02.797Z | Compiling atomic-waker v1.1.2 |
726 | 2024-12-20T22:34:03.195Z | Compiling tracing v0.1.40 |
727 | 2024-12-20T22:34:03.513Z | Compiling http-body v1.0.1 |
728 | 2024-12-20T22:34:03.765Z | Compiling chrono v0.4.38 |
729 | 2024-12-20T22:34:03.765Z | Compiling uuid v1.11.0 |
730 | 2024-12-20T22:34:04.137Z | Compiling zeroize v1.8.1 |
731 | 2024-12-20T22:34:04.417Z | Compiling synstructure v0.13.1 |
732 | 2024-12-20T22:34:04.418Z | Compiling serde_derive_internals v0.29.1 |
733 | 2024-12-20T22:34:04.418Z | Compiling icu_locid_transform_data v1.5.0 |
734 | 2024-12-20T22:34:04.418Z | Compiling subtle v2.6.1 |
735 | 2024-12-20T22:34:04.646Z | Compiling try-lock v0.2.5 |
736 | 2024-12-20T22:34:04.646Z | Compiling want v0.3.1 |
737 | 2024-12-20T22:34:04.825Z | Compiling icu_properties_data v1.5.0 |
738 | 2024-12-20T22:34:05.034Z | Compiling openssl v0.10.66 |
739 | 2024-12-20T22:34:05.392Z | Compiling httpdate v1.0.3 |
740 | 2024-12-20T22:34:05.422Z | Compiling slog v2.7.0 |
741 | 2024-12-20T22:34:05.726Z | Compiling foreign-types-shared v0.1.1 |
742 | 2024-12-20T22:34:05.812Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-20T22:34:06.150Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-20T22:34:06.252Z | Compiling write16 v1.0.0 |
745 | 2024-12-20T22:34:06.354Z | Compiling regex-syntax v0.8.5 |
746 | 2024-12-20T22:34:06.642Z | Compiling rustls v0.23.19 |
747 | 2024-12-20T22:34:06.951Z | Compiling tower-service v0.3.3 |
748 | 2024-12-20T22:34:07.065Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2024-12-20T22:34:07.153Z | Compiling percent-encoding v2.3.1 |
750 | 2024-12-20T22:34:07.395Z | Compiling bitflags v2.6.0 |
751 | 2024-12-20T22:34:07.623Z | Compiling utf16_iter v1.0.5 |
752 | 2024-12-20T22:34:07.741Z | Compiling utf8_iter v1.0.4 |
753 | 2024-12-20T22:34:07.841Z | Compiling native-tls v0.2.12 |
754 | 2024-12-20T22:34:08.118Z | Compiling typenum v1.17.0 |
755 | 2024-12-20T22:34:08.219Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-20T22:34:09.004Z | Compiling generic-array v0.14.7 |
757 | 2024-12-20T22:34:09.344Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-20T22:34:09.546Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-20T22:34:09.800Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-20T22:34:09.841Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-20T22:34:10.407Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-20T22:34:10.599Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-20T22:34:11.925Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-20T22:34:12.993Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-20T22:34:13.545Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-20T22:34:13.554Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-20T22:34:13.944Z | Compiling futures-macro v0.3.31 |
768 | 2024-12-20T22:34:14.271Z | Compiling zerofrom v0.1.4 |
769 | 2024-12-20T22:34:14.517Z | Compiling displaydoc v0.2.5 |
770 | 2024-12-20T22:34:15.120Z | Compiling tokio v1.40.0 |
771 | 2024-12-20T22:34:15.795Z | Compiling yoke v0.7.4 |
772 | 2024-12-20T22:34:15.885Z | Compiling futures-util v0.3.31 |
773 | 2024-12-20T22:34:16.167Z | Compiling zerovec v0.10.4 |
774 | 2024-12-20T22:34:16.195Z | Compiling pest v2.7.14 |
775 | 2024-12-20T22:34:16.614Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-20T22:34:16.737Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-20T22:34:17.979Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-20T22:34:19.228Z | Compiling tinystr v0.7.6 |
779 | 2024-12-20T22:34:19.252Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-20T22:34:19.659Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-20T22:34:22.826Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-20T22:34:22.939Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-20T22:34:23.457Z | Compiling icu_collections v1.5.0 |
784 | 2024-12-20T22:34:24.718Z | Compiling indexmap v2.6.0 |
785 | 2024-12-20T22:34:25.188Z | Compiling serde_tokenstream v0.2.2 |
786 | 2024-12-20T22:34:26.523Z | Compiling tokio-util v0.7.12 |
787 | 2024-12-20T22:34:27.374Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-20T22:34:27.710Z | Compiling h2 v0.4.6 |
789 | 2024-12-20T22:34:30.431Z | Compiling regress v0.10.1 |
790 | 2024-12-20T22:34:30.890Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-20T22:34:33.548Z | Compiling hyper v1.5.0 |
792 | 2024-12-20T22:34:34.856Z | Compiling typify-impl v0.2.0 |
793 | 2024-12-20T22:34:35.257Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-20T22:34:36.699Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-20T22:34:38.946Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-20T22:34:41.536Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-20T22:34:43.945Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-20T22:34:45.799Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-20T22:34:46.129Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-20T22:34:46.715Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-20T22:34:47.135Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-20T22:34:48.200Z | Compiling regex v1.11.1 |
803 | 2024-12-20T22:34:48.498Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-20T22:34:48.870Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-20T22:34:49.251Z | Compiling powerfmt v0.2.0 |
806 | 2024-12-20T22:34:51.123Z | Compiling time-core v0.1.2 |
807 | 2024-12-20T22:34:51.286Z | Compiling mime v0.3.17 |
808 | 2024-12-20T22:34:52.008Z | Compiling num-conv v0.1.0 |
809 | 2024-12-20T22:34:52.225Z | Compiling deranged v0.3.11 |
810 | 2024-12-20T22:34:52.283Z | Compiling time-macros v0.2.18 |
811 | 2024-12-20T22:34:54.538Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-12-20T22:34:55.013Z | Compiling scroll v0.12.0 |
813 | 2024-12-20T22:34:55.326Z | Compiling thread-id v4.2.2 |
814 | 2024-12-20T22:34:55.430Z | Compiling idna v1.0.3 |
815 | 2024-12-20T22:34:55.633Z | Compiling tokio-native-tls v0.3.1 |
816 | 2024-12-20T22:34:59.778Z | Compiling dtrace-parser v0.2.0 |
817 | 2024-12-20T22:35:01.294Z | Compiling dof v0.3.0 |
818 | 2024-12-20T22:35:01.593Z | Compiling serde_urlencoded v0.7.1 |
819 | 2024-12-20T22:35:02.201Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-20T22:35:02.229Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-20T22:35:02.423Z | Compiling ident_case v1.0.1 |
822 | 2024-12-20T22:35:02.592Z | Compiling base64 v0.22.1 |
823 | 2024-12-20T22:35:02.649Z | Compiling strsim v0.11.1 |
824 | 2024-12-20T22:35:03.820Z | Compiling crossbeam-utils v0.8.20 |
825 | 2024-12-20T22:35:04.151Z | Compiling num_threads v0.1.7 |
826 | 2024-12-20T22:35:04.263Z | Compiling omicron-workspace-hack v0.1.0 |
827 | 2024-12-20T22:35:04.584Z | Compiling plain v0.2.3 |
828 | 2024-12-20T22:35:04.730Z | Compiling goblin v0.8.2 |
829 | 2024-12-20T22:35:05.723Z | Compiling time v0.3.36 |
830 | 2024-12-20T22:35:07.960Z | Compiling darling_core v0.20.10 |
831 | 2024-12-20T22:35:11.015Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-20T22:35:14.164Z | Compiling url v2.5.3 |
833 | 2024-12-20T22:35:14.359Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-20T22:35:14.861Z | Compiling typify v0.2.0 |
835 | 2024-12-20T22:35:14.986Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-20T22:35:17.793Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-20T22:35:17.936Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-20T22:35:19.386Z | Compiling paste v1.0.15 |
839 | 2024-12-20T22:35:19.425Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2024-12-20T22:35:19.885Z | Compiling rustversion v1.0.17 |
841 | 2024-12-20T22:35:20.132Z | Compiling rustls v0.22.4 |
842 | 2024-12-20T22:35:20.452Z | Compiling ipnet v2.10.1 |
843 | 2024-12-20T22:35:20.584Z | Compiling pretty-hex v0.4.1 |
844 | 2024-12-20T22:35:20.809Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-20T22:35:21.185Z | Compiling reqwest v0.12.9 |
846 | 2024-12-20T22:35:23.868Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-20T22:35:24.578Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-20T22:35:24.835Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-20T22:35:27.875Z | Compiling block-buffer v0.10.4 |
850 | 2024-12-20T22:35:28.122Z | Compiling crypto-common v0.1.6 |
851 | 2024-12-20T22:35:28.347Z | Compiling toml_datetime v0.6.8 |
852 | 2024-12-20T22:35:28.505Z | Compiling serde_spanned v0.6.8 |
853 | 2024-12-20T22:35:28.743Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-20T22:35:29.037Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-20T22:35:29.691Z | Compiling rand_core v0.6.4 |
856 | 2024-12-20T22:35:30.162Z | Compiling thread_local v1.1.8 |
857 | 2024-12-20T22:35:30.177Z | Compiling multer v3.1.0 |
858 | 2024-12-20T22:35:30.507Z | Compiling slog-async v2.8.0 |
859 | 2024-12-20T22:35:30.713Z | Compiling winnow v0.6.20 |
860 | 2024-12-20T22:35:30.888Z | Compiling match_cfg v0.1.0 |
861 | 2024-12-20T22:35:30.974Z | Compiling camino v1.1.9 |
862 | 2024-12-20T22:35:31.011Z | Compiling newtype-uuid v1.1.3 |
863 | 2024-12-20T22:35:31.340Z | Compiling anyhow v1.0.93 |
864 | 2024-12-20T22:35:31.594Z | Compiling hostname v0.3.1 |
865 | 2024-12-20T22:35:31.635Z | Compiling progenitor-macro v0.8.0 |
866 | 2024-12-20T22:35:31.836Z | Compiling structmeta v0.3.0 |
867 | 2024-12-20T22:35:32.223Z | Compiling rand_chacha v0.3.1 |
868 | 2024-12-20T22:35:32.317Z | Compiling digest v0.10.7 |
869 | 2024-12-20T22:35:32.751Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-20T22:35:34.013Z | Compiling darling v0.20.10 |
871 | 2024-12-20T22:35:34.121Z | Compiling term v0.7.0 |
872 | 2024-12-20T22:35:35.246Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-20T22:35:40.220Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-20T22:35:41.205Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-20T22:35:42.570Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-20T22:35:43.440Z | Compiling slog-json v2.6.1 |
877 | 2024-12-20T22:35:43.889Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-20T22:35:44.074Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-20T22:35:44.850Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-20T22:35:44.961Z | Compiling memmap v0.7.0 |
881 | 2024-12-20T22:35:45.110Z | Compiling dropshot v0.13.0 |
882 | 2024-12-20T22:35:45.408Z | Compiling take_mut v0.2.2 |
883 | 2024-12-20T22:35:45.445Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-20T22:35:45.469Z | Compiling async-stream v0.3.6 |
885 | 2024-12-20T22:35:45.564Z | Compiling sha1 v0.10.6 |
886 | 2024-12-20T22:35:45.819Z | Compiling usdt v0.5.0 |
887 | 2024-12-20T22:35:46.337Z | Compiling slog-term v2.9.1 |
888 | 2024-12-20T22:35:47.437Z | Compiling progenitor v0.8.0 |
889 | 2024-12-20T22:35:47.660Z | Compiling futures v0.3.31 |
890 | 2024-12-20T22:35:47.863Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-20T22:35:48.138Z | Compiling tokio-rustls v0.25.0 |
892 | 2024-12-20T22:35:48.570Z | Compiling strum_macros v0.26.4 |
893 | 2024-12-20T22:35:49.013Z | Compiling toml v0.8.19 |
894 | 2024-12-20T22:35:49.314Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-20T22:35:52.046Z | Compiling rand v0.8.5 |
896 | 2024-12-20T22:35:54.040Z | Compiling parse-display-derive v0.10.0 |
897 | 2024-12-20T22:35:58.058Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-20T22:35:58.100Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-20T22:35:58.140Z | Compiling hex v0.4.3 |
900 | 2024-12-20T22:35:58.789Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-20T22:35:58.849Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-20T22:35:59.687Z | Compiling async-trait v0.1.83 |
903 | 2024-12-20T22:35:59.710Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-20T22:35:59.950Z | Compiling hostname v0.4.0 |
905 | 2024-12-20T22:36:00.207Z | Compiling instant v0.1.13 |
906 | 2024-12-20T22:36:00.362Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-20T22:36:00.503Z | Compiling backoff v0.4.0 |
908 | 2024-12-20T22:36:00.840Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-20T22:36:01.048Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-20T22:36:01.222Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-20T22:36:02.164Z | Compiling parse-display v0.10.0 |
912 | 2024-12-20T22:36:03.340Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
913 | 2024-12-20T22:36:03.941Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-20T22:36:04.391Z | Compiling strum v0.26.3 |
915 | 2024-12-20T22:36:04.579Z | Compiling serde_with v3.11.0 |
916 | 2024-12-20T22:36:06.195Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-20T22:36:06.217Z | Compiling regress v0.9.1 |
918 | 2024-12-20T22:36:07.003Z | Compiling macaddr v1.0.1 |
919 | 2024-12-20T22:36:11.869Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-20T22:36:23.019Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-20T22:36:33.158Z | Finished `release` profile [optimized] target(s) in 2m 39s |
922 | 2024-12-20T22:36:33.227Z | process exited: duration 239257 ms, exit code 0 |
|
923 | 2024-12-20T22:36:33.232Z | found 0 output files |