|
|
|
1 | 2024-12-20T19:38:27.378Z | job assigned to worker 01JFJS6HPXTDGJ041JREWFDC47 [factory aws, i-0fa84a7f73bc39f5e] (queued for 59 s) |
|
2 | 2024-12-20T19:38:35.557Z | starting task 0: "setup" |
3 | 2024-12-20T19:38:35.565Z | ++ uname -s |
4 | 2024-12-20T19:38:35.568Z | + kern=SunOS |
5 | 2024-12-20T19:38:35.568Z | + case "$kern" in |
6 | 2024-12-20T19:38:35.568Z | + groupadd -g 12345 build |
7 | 2024-12-20T19:38:35.570Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T19:38:37.576Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T19:38:37.691Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T19:38:37.694Z | + home_fs=zfs |
11 | 2024-12-20T19:38:37.694Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T19:38:37.694Z | + mkdir -p /home/build |
13 | 2024-12-20T19:38:37.699Z | + chown build:build /home/build /work |
14 | 2024-12-20T19:38:39.699Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T19:38:39.703Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-12-20T19:38:39.711Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T19:38:39.714Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T19:38:39.714Z | ' 1.81.0 |
19 | 2024-12-20T19:38:39.714Z | * toolchain channel = "1.81.0" |
20 | 2024-12-20T19:38:39.714Z | * toolchain profile = "default" |
21 | 2024-12-20T19:38:39.714Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-20T19:38:39.714Z | ' default |
23 | 2024-12-20T19:38:39.718Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T19:38:39.718Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T19:38:39.826Z | info: downloading installer |
26 | 2024-12-20T19:38:41.095Z | info: profile set to 'default' |
27 | 2024-12-20T19:38:41.095Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T19:38:41.097Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T19:38:41.253Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T19:38:41.253Z | info: downloading component 'cargo' |
31 | 2024-12-20T19:38:42.128Z | info: downloading component 'clippy' |
32 | 2024-12-20T19:38:42.454Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T19:38:43.671Z | info: downloading component 'rust-std' |
34 | 2024-12-20T19:38:45.561Z | info: downloading component 'rustc' |
35 | 2024-12-20T19:38:52.359Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T19:38:52.615Z | info: installing component 'cargo' |
37 | 2024-12-20T19:38:53.414Z | info: installing component 'clippy' |
38 | 2024-12-20T19:38:53.773Z | info: installing component 'rust-docs' |
39 | 2024-12-20T19:38:55.419Z | info: installing component 'rust-std' |
40 | 2024-12-20T19:38:57.133Z | info: installing component 'rustc' |
41 | 2024-12-20T19:39:02.730Z | info: installing component 'rustfmt' |
42 | 2024-12-20T19:39:03.046Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T19:39:03.046Z | |
44 | 2024-12-20T19:39:03.403Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T19:39:03.403Z | |
46 | 2024-12-20T19:39:03.406Z | |
47 | 2024-12-20T19:39:03.406Z | Rust is installed now. Great! |
48 | 2024-12-20T19:39:03.406Z | |
49 | 2024-12-20T19:39:03.406Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T19:39:03.406Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T19:39:03.406Z | |
52 | 2024-12-20T19:39:03.406Z | To configure your current shell, you need to source |
53 | 2024-12-20T19:39:03.407Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T19:39:03.407Z | |
55 | 2024-12-20T19:39:03.407Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T19:39:03.407Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T19:39:03.407Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T19:39:03.471Z | + rustc --version |
59 | 2024-12-20T19:39:03.536Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T19:39:03.542Z | process exited: duration 23826 ms, exit code 0 |
|
61 | 2024-12-20T19:39:03.553Z | starting task 2: "authentication" |
62 | 2024-12-20T19:39:03.574Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-20T19:39:03.579Z | starting task 3: "clone repository" |
64 | 2024-12-20T19:39:03.584Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T19:39:03.588Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T19:39:03.849Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T19:39:10.489Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T19:39:10.489Z | + git fetch origin 5e4153b5697a135cd51a49210fa9c926f8eae90a |
69 | 2024-12-20T19:39:10.788Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T19:39:10.788Z | * branch 5e4153b5697a135cd51a49210fa9c926f8eae90a -> FETCH_HEAD |
71 | 2024-12-20T19:39:10.797Z | + [[ -n dap/paginate-endpoints ]] |
72 | 2024-12-20T19:39:10.800Z | ++ git branch --show-current |
73 | 2024-12-20T19:39:10.802Z | + current=main |
74 | 2024-12-20T19:39:10.802Z | + [[ main != dap/paginate-endpoints ]] |
75 | 2024-12-20T19:39:10.802Z | + git branch -f dap/paginate-endpoints 5e4153b5697a135cd51a49210fa9c926f8eae90a |
76 | 2024-12-20T19:39:10.805Z | + git checkout -f dap/paginate-endpoints |
77 | 2024-12-20T19:39:10.987Z | Switched to branch 'dap/paginate-endpoints' |
78 | 2024-12-20T19:39:10.990Z | + git reset --hard 5e4153b5697a135cd51a49210fa9c926f8eae90a |
79 | 2024-12-20T19:39:11.001Z | HEAD is now at 5e4153b56 Revert "add integration test" |
80 | 2024-12-20T19:39:11.003Z | process exited: duration 7421 ms, exit code 0 |
|
81 | 2024-12-20T19:39:11.008Z | starting task 4: "build" |
82 | 2024-12-20T19:39:11.013Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T19:39:11.016Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T19:39:11.016Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T19:39:11.016Z | + cargo --version |
86 | 2024-12-20T19:39:11.069Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T19:39:11.071Z | + rustc --version |
88 | 2024-12-20T19:39:11.131Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T19:39:11.134Z | + cd /tmp |
90 | 2024-12-20T19:39:11.134Z | + cargo new --lib test-project |
91 | 2024-12-20T19:39:11.192Z | Creating library `test-project` package |
92 | 2024-12-20T19:39:11.265Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-20T19:39:11.268Z | + cd test-project |
94 | 2024-12-20T19:39:11.268Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-20T19:39:11.326Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-20T19:39:11.326Z | Features: |
97 | 2024-12-20T19:39:11.326Z | - proptest |
98 | 2024-12-20T19:39:11.328Z | - test-strategy |
99 | 2024-12-20T19:39:11.328Z | - testing |
100 | 2024-12-20T19:39:11.328Z | Updating crates.io index |
101 | 2024-12-20T19:39:11.375Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-20T19:39:11.891Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-20T19:39:12.321Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-20T19:39:12.703Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-20T19:39:13.953Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-20T19:39:13.962Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-20T19:39:13.962Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-20T19:39:13.962Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-20T19:39:13.962Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-20T19:39:13.962Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-20T19:39:13.962Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-20T19:39:13.963Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-20T19:39:13.963Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-20T19:39:13.963Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-20T19:39:13.963Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-20T19:39:13.963Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-20T19:39:13.963Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-20T19:39:13.963Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-20T19:39:13.970Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-20T19:39:13.970Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-20T19:39:13.970Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-20T19:39:13.970Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-20T19:39:13.970Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-20T19:39:13.970Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-20T19:39:13.970Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-20T19:39:13.970Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-20T19:39:13.974Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-20T19:39:13.974Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-20T19:39:13.974Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-20T19:39:13.974Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-20T19:39:13.974Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-20T19:39:13.974Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-20T19:39:13.974Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-20T19:39:13.974Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-20T19:39:13.975Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-20T19:39:13.975Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-20T19:39:13.977Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-20T19:39:14.046Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-20T19:39:14.052Z | + cargo check |
140 | 2024-12-20T19:39:14.211Z | Updating crates.io index |
141 | 2024-12-20T19:39:14.904Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-20T19:39:17.560Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-20T19:39:19.120Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-20T19:39:19.803Z | Downloading crates ... |
145 | 2024-12-20T19:39:19.870Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-20T19:39:19.884Z | Downloaded dtrace-parser v0.2.0 |
147 | 2024-12-20T19:39:19.886Z | Downloaded autocfg v1.4.0 |
148 | 2024-12-20T19:39:19.886Z | Downloaded async-stream v0.3.6 |
149 | 2024-12-20T19:39:19.889Z | Downloaded anyhow v1.0.93 |
150 | 2024-12-20T19:39:19.896Z | Downloaded foreign-types-shared v0.1.1 |
151 | 2024-12-20T19:39:19.905Z | Downloaded icu_provider_macros v1.5.0 |
152 | 2024-12-20T19:39:19.907Z | Downloaded http-body v1.0.1 |
153 | 2024-12-20T19:39:19.908Z | Downloaded futures-sink v0.3.31 |
154 | 2024-12-20T19:39:19.908Z | Downloaded darling_macro v0.20.10 |
155 | 2024-12-20T19:39:19.911Z | Downloaded instant v0.1.13 |
156 | 2024-12-20T19:39:19.911Z | Downloaded foreign-types v0.3.2 |
157 | 2024-12-20T19:39:19.913Z | Downloaded memmap v0.7.0 |
158 | 2024-12-20T19:39:19.916Z | Downloaded equivalent v1.0.1 |
159 | 2024-12-20T19:39:19.919Z | Downloaded try-lock v0.2.5 |
160 | 2024-12-20T19:39:19.921Z | Downloaded tower-service v0.3.3 |
161 | 2024-12-20T19:39:19.921Z | Downloaded tinyvec_macros v0.1.1 |
162 | 2024-12-20T19:39:19.923Z | Downloaded time-macros v0.2.18 |
163 | 2024-12-20T19:39:19.926Z | Downloaded futures-task v0.3.31 |
164 | 2024-12-20T19:39:19.926Z | Downloaded write16 v1.0.0 |
165 | 2024-12-20T19:39:19.931Z | Downloaded usdt-attr-macro v0.5.0 |
166 | 2024-12-20T19:39:19.931Z | Downloaded zerofrom v0.1.4 |
167 | 2024-12-20T19:39:19.933Z | Downloaded match_cfg v0.1.0 |
168 | 2024-12-20T19:39:19.933Z | Downloaded ident_case v1.0.1 |
169 | 2024-12-20T19:39:19.933Z | Downloaded http-body-util v0.1.2 |
170 | 2024-12-20T19:39:19.935Z | Downloaded heck v0.5.0 |
171 | 2024-12-20T19:39:19.936Z | Downloaded num_threads v0.1.7 |
172 | 2024-12-20T19:39:19.938Z | Downloaded yoke-derive v0.7.4 |
173 | 2024-12-20T19:39:19.938Z | Downloaded pretty-hex v0.4.1 |
174 | 2024-12-20T19:39:19.940Z | Downloaded usdt-macro v0.5.0 |
175 | 2024-12-20T19:39:19.940Z | Downloaded waitgroup v0.1.2 |
176 | 2024-12-20T19:39:19.945Z | Downloaded futures-io v0.3.31 |
177 | 2024-12-20T19:39:19.945Z | Downloaded futures-executor v0.3.31 |
178 | 2024-12-20T19:39:19.947Z | Downloaded typenum v1.17.0 |
179 | 2024-12-20T19:39:19.947Z | Downloaded tinystr v0.7.6 |
180 | 2024-12-20T19:39:19.949Z | Downloaded dirs-next v2.0.0 |
181 | 2024-12-20T19:39:19.953Z | Downloaded futures-macro v0.3.31 |
182 | 2024-12-20T19:39:19.953Z | Downloaded omicron-workspace-hack v0.1.0 |
183 | 2024-12-20T19:39:19.955Z | Downloaded fnv v1.0.7 |
184 | 2024-12-20T19:39:19.955Z | Downloaded futures-core v0.3.31 |
185 | 2024-12-20T19:39:19.955Z | Downloaded progenitor-client v0.8.0 |
186 | 2024-12-20T19:39:19.958Z | Downloaded openssl-macros v0.1.1 |
187 | 2024-12-20T19:39:19.958Z | Downloaded want v0.3.1 |
188 | 2024-12-20T19:39:19.960Z | Downloaded openssl-probe v0.1.5 |
189 | 2024-12-20T19:39:19.961Z | Downloaded hyper-tls v0.6.0 |
190 | 2024-12-20T19:39:19.963Z | Downloaded itoa v1.0.11 |
191 | 2024-12-20T19:39:19.963Z | Downloaded is-terminal v0.4.13 |
192 | 2024-12-20T19:39:19.965Z | Downloaded crypto-common v0.1.6 |
193 | 2024-12-20T19:39:19.965Z | Downloaded byteorder v1.5.0 |
194 | 2024-12-20T19:39:19.968Z | Downloaded block-buffer v0.10.4 |
195 | 2024-12-20T19:39:19.972Z | Downloaded cpufeatures v0.2.14 |
196 | 2024-12-20T19:39:19.972Z | Downloaded httpdate v1.0.3 |
197 | 2024-12-20T19:39:19.974Z | Downloaded pkg-config v0.3.31 |
198 | 2024-12-20T19:39:19.974Z | Downloaded idna_adapter v1.2.0 |
199 | 2024-12-20T19:39:19.977Z | Downloaded hex v0.4.3 |
200 | 2024-12-20T19:39:19.977Z | Downloaded form_urlencoded v1.2.1 |
201 | 2024-12-20T19:39:19.980Z | Downloaded toml_datetime v0.6.8 |
202 | 2024-12-20T19:39:19.980Z | Downloaded hostname v0.3.1 |
203 | 2024-12-20T19:39:19.982Z | Downloaded powerfmt v0.2.0 |
204 | 2024-12-20T19:39:19.982Z | Downloaded utf8_iter v1.0.4 |
205 | 2024-12-20T19:39:19.984Z | Downloaded mime v0.3.17 |
206 | 2024-12-20T19:39:19.984Z | Downloaded writeable v0.5.5 |
207 | 2024-12-20T19:39:19.987Z | Downloaded rand_core v0.6.4 |
208 | 2024-12-20T19:39:19.990Z | Downloaded progenitor-macro v0.8.0 |
209 | 2024-12-20T19:39:19.990Z | Downloaded tokio-rustls v0.26.0 |
210 | 2024-12-20T19:39:19.994Z | Downloaded tokio-rustls v0.25.0 |
211 | 2024-12-20T19:39:19.997Z | Downloaded digest v0.10.7 |
212 | 2024-12-20T19:39:19.997Z | Downloaded paste v1.0.15 |
213 | 2024-12-20T19:39:19.999Z | Downloaded zerofrom-derive v0.1.4 |
214 | 2024-12-20T19:39:20.002Z | Downloaded backoff v0.4.0 |
215 | 2024-12-20T19:39:20.004Z | Downloaded utf16_iter v1.0.5 |
216 | 2024-12-20T19:39:20.004Z | Downloaded ppv-lite86 v0.2.20 |
217 | 2024-12-20T19:39:20.006Z | Downloaded untrusted v0.9.0 |
218 | 2024-12-20T19:39:20.009Z | Downloaded progenitor v0.8.0 |
219 | 2024-12-20T19:39:20.009Z | Downloaded pin-utils v0.1.0 |
220 | 2024-12-20T19:39:20.011Z | Downloaded getrandom v0.2.15 |
221 | 2024-12-20T19:39:20.013Z | Downloaded pest_generator v2.7.14 |
222 | 2024-12-20T19:39:20.015Z | Downloaded num-conv v0.1.0 |
223 | 2024-12-20T19:39:20.015Z | Downloaded version_check v0.9.5 |
224 | 2024-12-20T19:39:20.018Z | Downloaded tokio-macros v2.4.0 |
225 | 2024-12-20T19:39:20.020Z | Downloaded hostname v0.4.0 |
226 | 2024-12-20T19:39:20.020Z | Downloaded parse-display v0.10.0 |
227 | 2024-12-20T19:39:20.022Z | Downloaded zerovec-derive v0.10.3 |
228 | 2024-12-20T19:39:20.025Z | Downloaded sync_wrapper v1.0.1 |
229 | 2024-12-20T19:39:20.025Z | Downloaded strum v0.26.3 |
230 | 2024-12-20T19:39:20.025Z | Downloaded scroll_derive v0.12.0 |
231 | 2024-12-20T19:39:20.027Z | Downloaded ipnetwork v0.20.0 |
232 | 2024-12-20T19:39:20.027Z | Downloaded generic-array v0.14.7 |
233 | 2024-12-20T19:39:20.030Z | Downloaded plain v0.2.3 |
234 | 2024-12-20T19:39:20.033Z | Downloaded rustc-hash v2.0.0 |
235 | 2024-12-20T19:39:20.033Z | Downloaded debug-ignore v1.0.5 |
236 | 2024-12-20T19:39:20.035Z | Downloaded deranged v0.3.11 |
237 | 2024-12-20T19:39:20.035Z | Downloaded typify-macro v0.2.0 |
238 | 2024-12-20T19:39:20.037Z | Downloaded dof v0.3.0 |
239 | 2024-12-20T19:39:20.037Z | Downloaded yoke v0.7.4 |
240 | 2024-12-20T19:39:20.040Z | Downloaded displaydoc v0.2.5 |
241 | 2024-12-20T19:39:20.042Z | Downloaded macaddr v1.0.1 |
242 | 2024-12-20T19:39:20.045Z | Downloaded camino v1.1.9 |
243 | 2024-12-20T19:39:20.047Z | Downloaded quinn-udp v0.5.5 |
244 | 2024-12-20T19:39:20.049Z | Downloaded lock_api v0.4.12 |
245 | 2024-12-20T19:39:20.052Z | Downloaded take_mut v0.2.2 |
246 | 2024-12-20T19:39:20.052Z | Downloaded litemap v0.7.3 |
247 | 2024-12-20T19:39:20.054Z | Downloaded dyn-clone v1.0.17 |
248 | 2024-12-20T19:39:20.057Z | Downloaded quote v1.0.37 |
249 | 2024-12-20T19:39:20.059Z | Downloaded futures-channel v0.3.31 |
250 | 2024-12-20T19:39:20.059Z | Downloaded time-core v0.1.2 |
251 | 2024-12-20T19:39:20.062Z | Downloaded usdt-impl v0.5.0 |
252 | 2024-12-20T19:39:20.062Z | Downloaded typify v0.2.0 |
253 | 2024-12-20T19:39:20.065Z | Downloaded percent-encoding v2.3.1 |
254 | 2024-12-20T19:39:20.068Z | Downloaded thiserror-impl v1.0.69 |
255 | 2024-12-20T19:39:20.068Z | Downloaded pest_derive v2.7.14 |
256 | 2024-12-20T19:39:20.070Z | Downloaded parse-display-derive v0.10.0 |
257 | 2024-12-20T19:39:20.073Z | Downloaded serde_path_to_error v0.1.16 |
258 | 2024-12-20T19:39:20.073Z | Downloaded pin-project-lite v0.2.14 |
259 | 2024-12-20T19:39:20.077Z | Downloaded zerocopy-derive v0.7.35 |
260 | 2024-12-20T19:39:20.082Z | Downloaded scopeguard v1.2.0 |
261 | 2024-12-20T19:39:20.085Z | Downloaded synstructure v0.13.1 |
262 | 2024-12-20T19:39:20.085Z | Downloaded subtle v2.6.1 |
263 | 2024-12-20T19:39:20.088Z | Downloaded slog-json v2.6.1 |
264 | 2024-12-20T19:39:20.088Z | Downloaded dropshot_endpoint v0.13.0 |
265 | 2024-12-20T19:39:20.091Z | Downloaded thiserror v1.0.69 |
266 | 2024-12-20T19:39:20.095Z | Downloaded serde_urlencoded v0.7.1 |
267 | 2024-12-20T19:39:20.097Z | Downloaded schemars_derive v0.8.21 |
268 | 2024-12-20T19:39:20.100Z | Downloaded proc-macro2 v1.0.89 |
269 | 2024-12-20T19:39:20.102Z | Downloaded progenitor-impl v0.8.0 |
270 | 2024-12-20T19:39:20.107Z | Downloaded futures v0.3.31 |
271 | 2024-12-20T19:39:20.110Z | Downloaded stable_deref_trait v1.2.0 |
272 | 2024-12-20T19:39:20.112Z | Downloaded slog-async v2.8.0 |
273 | 2024-12-20T19:39:20.112Z | Downloaded toml v0.8.19 |
274 | 2024-12-20T19:39:20.115Z | Downloaded thread-id v4.2.2 |
275 | 2024-12-20T19:39:20.118Z | Downloaded serde_spanned v0.6.8 |
276 | 2024-12-20T19:39:20.120Z | Downloaded allocator-api2 v0.2.18 |
277 | 2024-12-20T19:39:20.122Z | Downloaded log v0.4.22 |
278 | 2024-12-20T19:39:20.124Z | Downloaded slab v0.4.9 |
279 | 2024-12-20T19:39:20.126Z | Downloaded pest_meta v2.7.14 |
280 | 2024-12-20T19:39:20.129Z | Downloaded sha1 v0.10.6 |
281 | 2024-12-20T19:39:20.129Z | Downloaded tinyvec v1.8.0 |
282 | 2024-12-20T19:39:20.131Z | Downloaded bitflags v2.6.0 |
283 | 2024-12-20T19:39:20.135Z | Downloaded term v0.7.0 |
284 | 2024-12-20T19:39:20.139Z | Downloaded serde_with_macros v3.11.0 |
285 | 2024-12-20T19:39:20.141Z | Downloaded shlex v1.3.0 |
286 | 2024-12-20T19:39:20.144Z | Downloaded slog-bunyan v2.5.0 |
287 | 2024-12-20T19:39:20.144Z | Downloaded strsim v0.11.1 |
288 | 2024-12-20T19:39:20.146Z | Downloaded slog-term v2.9.1 |
289 | 2024-12-20T19:39:20.149Z | Downloaded serde_tokenstream v0.2.2 |
290 | 2024-12-20T19:39:20.149Z | Downloaded strum_macros v0.26.4 |
291 | 2024-12-20T19:39:20.151Z | Downloaded sha2 v0.10.8 |
292 | 2024-12-20T19:39:20.153Z | Downloaded unsafe-libyaml v0.2.11 |
293 | 2024-12-20T19:39:20.156Z | Downloaded uuid v1.11.0 |
294 | 2024-12-20T19:39:20.159Z | Downloaded icu_properties v1.5.1 |
295 | 2024-12-20T19:39:20.162Z | Downloaded zeroize v1.8.1 |
296 | 2024-12-20T19:39:20.165Z | Downloaded thread_local v1.1.8 |
297 | 2024-12-20T19:39:20.167Z | Downloaded rustls-pemfile v2.2.0 |
298 | 2024-12-20T19:39:20.167Z | Downloaded tracing-core v0.1.32 |
299 | 2024-12-20T19:39:20.170Z | Downloaded smallvec v1.13.2 |
300 | 2024-12-20T19:39:20.173Z | Downloaded url v2.5.3 |
301 | 2024-12-20T19:39:20.175Z | Downloaded serde_derive_internals v0.29.1 |
302 | 2024-12-20T19:39:20.179Z | Downloaded tracing v0.1.40 |
303 | 2024-12-20T19:39:20.182Z | Downloaded spin v0.9.8 |
304 | 2024-12-20T19:39:20.184Z | Downloaded cc v1.1.30 |
305 | 2024-12-20T19:39:20.187Z | Downloaded rustls-pki-types v1.10.0 |
306 | 2024-12-20T19:39:20.190Z | Downloaded rand v0.8.5 |
307 | 2024-12-20T19:39:20.194Z | Downloaded quinn v0.11.5 |
308 | 2024-12-20T19:39:20.198Z | Downloaded ryu v1.0.18 |
309 | 2024-12-20T19:39:20.201Z | Downloaded indexmap v2.6.0 |
310 | 2024-12-20T19:39:20.205Z | Downloaded mio v1.0.2 |
311 | 2024-12-20T19:39:20.210Z | Downloaded darling_core v0.20.10 |
312 | 2024-12-20T19:39:20.215Z | Downloaded socket2 v0.5.7 |
313 | 2024-12-20T19:39:20.218Z | Downloaded hyper-util v0.1.10 |
314 | 2024-12-20T19:39:20.222Z | Downloaded slog v2.7.0 |
315 | 2024-12-20T19:39:20.225Z | Downloaded base64 v0.22.1 |
316 | 2024-12-20T19:39:20.228Z | Downloaded serde_yaml v0.9.34+deprecated |
317 | 2024-12-20T19:39:20.232Z | Downloaded icu_collections v1.5.0 |
318 | 2024-12-20T19:39:20.238Z | Downloaded tokio-util v0.7.12 |
319 | 2024-12-20T19:39:20.245Z | Downloaded serde_derive v1.0.215 |
320 | 2024-12-20T19:39:20.247Z | Downloaded memchr v2.7.4 |
321 | 2024-12-20T19:39:20.252Z | Downloaded pest v2.7.14 |
322 | 2024-12-20T19:39:20.258Z | Downloaded time v0.3.36 |
323 | 2024-12-20T19:39:20.265Z | Downloaded zerovec v0.10.4 |
324 | 2024-12-20T19:39:20.270Z | Downloaded zerocopy v0.7.35 |
325 | 2024-12-20T19:39:20.287Z | Downloaded serde v1.0.215 |
326 | 2024-12-20T19:39:20.290Z | Downloaded winnow v0.6.20 |
327 | 2024-12-20T19:39:20.298Z | Downloaded hashbrown v0.15.1 |
328 | 2024-12-20T19:39:20.303Z | Downloaded http v1.1.0 |
329 | 2024-12-20T19:39:20.306Z | Downloaded hyper v1.5.0 |
330 | 2024-12-20T19:39:20.313Z | Downloaded hashbrown v0.14.5 |
331 | 2024-12-20T19:39:20.318Z | Downloaded quinn-proto v0.11.8 |
332 | 2024-12-20T19:39:20.324Z | Downloaded hashbrown v0.12.3 |
333 | 2024-12-20T19:39:20.328Z | Downloaded vcpkg v0.2.15 |
334 | 2024-12-20T19:39:20.364Z | Downloaded regex v1.11.1 |
335 | 2024-12-20T19:39:20.376Z | Downloaded serde_json v1.0.132 |
336 | 2024-12-20T19:39:20.382Z | Downloaded serde_with v3.11.0 |
337 | 2024-12-20T19:39:20.390Z | Downloaded reqwest v0.12.9 |
338 | 2024-12-20T19:39:20.398Z | Downloaded h2 v0.4.6 |
339 | 2024-12-20T19:39:20.406Z | Downloaded rustls-webpki v0.102.8 |
340 | 2024-12-20T19:39:20.430Z | Downloaded openssl v0.10.66 |
341 | 2024-12-20T19:39:20.433Z | Downloaded regress v0.10.1 |
342 | 2024-12-20T19:39:20.441Z | Downloaded regress v0.9.1 |
343 | 2024-12-20T19:39:20.448Z | Downloaded chrono v0.4.38 |
344 | 2024-12-20T19:39:20.458Z | Downloaded icu_properties_data v1.5.0 |
345 | 2024-12-20T19:39:20.465Z | Downloaded regex-syntax v0.8.5 |
346 | 2024-12-20T19:39:20.474Z | Downloaded syn v2.0.87 |
347 | 2024-12-20T19:39:20.485Z | Downloaded openapiv3 v2.0.0 |
348 | 2024-12-20T19:39:20.495Z | Downloaded rustls v0.23.19 |
349 | 2024-12-20T19:39:20.505Z | Downloaded rustls v0.22.4 |
350 | 2024-12-20T19:39:20.518Z | Downloaded dropshot v0.13.0 |
351 | 2024-12-20T19:39:20.536Z | Downloaded webpki-roots v0.26.6 |
352 | 2024-12-20T19:39:20.538Z | Downloaded goblin v0.8.2 |
353 | 2024-12-20T19:39:20.546Z | Downloaded futures-util v0.3.31 |
354 | 2024-12-20T19:39:20.554Z | Downloaded typify-impl v0.2.0 |
355 | 2024-12-20T19:39:20.567Z | Downloaded aho-corasick v1.1.3 |
356 | 2024-12-20T19:39:20.573Z | Downloaded idna v1.0.3 |
357 | 2024-12-20T19:39:20.577Z | Downloaded crossbeam-channel v0.5.13 |
358 | 2024-12-20T19:39:20.581Z | Downloaded signal-hook-registry v1.4.2 |
359 | 2024-12-20T19:39:20.584Z | Downloaded schemars v0.8.21 |
360 | 2024-12-20T19:39:20.591Z | Downloaded toml_edit v0.22.22 |
361 | 2024-12-20T19:39:20.611Z | Downloaded bytes v1.8.0 |
362 | 2024-12-20T19:39:20.615Z | Downloaded openssl-sys v0.9.103 |
363 | 2024-12-20T19:39:20.618Z | Downloaded num-traits v0.2.19 |
364 | 2024-12-20T19:39:20.621Z | Downloaded regex-automata v0.4.8 |
365 | 2024-12-20T19:39:20.636Z | Downloaded rand_chacha v0.3.1 |
366 | 2024-12-20T19:39:20.639Z | Downloaded semver v1.0.23 |
367 | 2024-12-20T19:39:20.642Z | Downloaded scroll v0.12.0 |
368 | 2024-12-20T19:39:20.642Z | Downloaded newtype-uuid v1.1.3 |
369 | 2024-12-20T19:39:20.642Z | Downloaded usdt v0.5.0 |
370 | 2024-12-20T19:39:20.646Z | Downloaded parking_lot v0.12.3 |
371 | 2024-12-20T19:39:20.646Z | Downloaded once_cell v1.20.2 |
372 | 2024-12-20T19:39:20.650Z | Downloaded unicode-ident v1.0.13 |
373 | 2024-12-20T19:39:20.652Z | Downloaded icu_provider v1.5.0 |
374 | 2024-12-20T19:39:20.652Z | Downloaded tokio v1.40.0 |
375 | 2024-12-20T19:39:20.685Z | Downloaded icu_normalizer v1.5.0 |
376 | 2024-12-20T19:39:20.688Z | Downloaded ucd-trie v0.1.7 |
377 | 2024-12-20T19:39:20.690Z | Downloaded rustversion v1.0.17 |
378 | 2024-12-20T19:39:20.694Z | Downloaded structmeta-derive v0.3.0 |
379 | 2024-12-20T19:39:20.697Z | Downloaded structmeta v0.3.0 |
380 | 2024-12-20T19:39:20.697Z | Downloaded multer v3.1.0 |
381 | 2024-12-20T19:39:20.698Z | Downloaded icu_locid_transform v1.5.0 |
382 | 2024-12-20T19:39:20.700Z | Downloaded native-tls v0.2.12 |
383 | 2024-12-20T19:39:20.701Z | Downloaded indexmap v1.9.3 |
384 | 2024-12-20T19:39:20.704Z | Downloaded icu_normalizer_data v1.5.0 |
385 | 2024-12-20T19:39:20.707Z | Downloaded icu_locid_transform_data v1.5.0 |
386 | 2024-12-20T19:39:20.707Z | Downloaded libc v0.2.162 |
387 | 2024-12-20T19:39:20.731Z | Downloaded crossbeam-utils v0.8.20 |
388 | 2024-12-20T19:39:20.735Z | Downloaded icu_locid v1.5.0 |
389 | 2024-12-20T19:39:20.738Z | Downloaded async-trait v0.1.83 |
390 | 2024-12-20T19:39:20.741Z | Downloaded ahash v0.8.11 |
391 | 2024-12-20T19:39:20.743Z | Downloaded parking_lot_core v0.9.10 |
392 | 2024-12-20T19:39:20.746Z | Downloaded iana-time-zone v0.1.61 |
393 | 2024-12-20T19:39:20.746Z | Downloaded darling v0.20.10 |
394 | 2024-12-20T19:39:20.750Z | Downloaded ipnet v2.10.1 |
395 | 2024-12-20T19:39:20.756Z | Downloaded hyper-rustls v0.27.3 |
396 | 2024-12-20T19:39:20.756Z | Downloaded tokio-native-tls v0.3.1 |
397 | 2024-12-20T19:39:20.761Z | Downloaded httparse v1.9.5 |
398 | 2024-12-20T19:39:20.761Z | Downloaded dirs-sys-next v0.1.2 |
399 | 2024-12-20T19:39:20.761Z | Downloaded atomic-waker v1.1.2 |
400 | 2024-12-20T19:39:20.761Z | Downloaded cfg-if v1.0.0 |
401 | 2024-12-20T19:39:20.820Z | Downloaded encoding_rs v0.8.34 |
402 | 2024-12-20T19:39:21.022Z | Downloaded ring v0.17.8 |
403 | 2024-12-20T19:39:21.347Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-20T19:39:21.348Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-20T19:39:21.350Z | Compiling libc v0.2.162 |
406 | 2024-12-20T19:39:21.350Z | Checking cfg-if v1.0.0 |
407 | 2024-12-20T19:39:21.350Z | Compiling autocfg v1.4.0 |
408 | 2024-12-20T19:39:21.350Z | Compiling serde v1.0.215 |
409 | 2024-12-20T19:39:21.373Z | Compiling version_check v0.9.5 |
410 | 2024-12-20T19:39:21.384Z | Checking memchr v2.7.4 |
411 | 2024-12-20T19:39:21.485Z | Checking itoa v1.0.11 |
412 | 2024-12-20T19:39:21.649Z | Compiling serde_json v1.0.132 |
413 | 2024-12-20T19:39:22.057Z | Compiling thiserror v1.0.69 |
414 | 2024-12-20T19:39:22.126Z | Checking once_cell v1.20.2 |
415 | 2024-12-20T19:39:22.157Z | Compiling shlex v1.3.0 |
416 | 2024-12-20T19:39:22.366Z | Compiling cc v1.1.30 |
417 | 2024-12-20T19:39:22.852Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-20T19:39:22.922Z | Compiling num-traits v0.2.19 |
419 | 2024-12-20T19:39:22.959Z | Checking smallvec v1.13.2 |
420 | 2024-12-20T19:39:22.976Z | Checking bytes v1.8.0 |
421 | 2024-12-20T19:39:23.114Z | Checking ryu v1.0.18 |
422 | 2024-12-20T19:39:23.280Z | Checking futures-core v0.3.31 |
423 | 2024-12-20T19:39:23.344Z | Compiling lock_api v0.4.12 |
424 | 2024-12-20T19:39:23.443Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-12-20T19:39:23.507Z | Compiling byteorder v1.5.0 |
426 | 2024-12-20T19:39:23.604Z | Checking getrandom v0.2.15 |
427 | 2024-12-20T19:39:23.702Z | Compiling ahash v0.8.11 |
428 | 2024-12-20T19:39:23.788Z | Checking scopeguard v1.2.0 |
429 | 2024-12-20T19:39:23.818Z | Compiling schemars v0.8.21 |
430 | 2024-12-20T19:39:23.849Z | Compiling quote v1.0.37 |
431 | 2024-12-20T19:39:24.110Z | Compiling slab v0.4.9 |
432 | 2024-12-20T19:39:24.129Z | Checking futures-sink v0.3.31 |
433 | 2024-12-20T19:39:24.194Z | Checking log v0.4.22 |
434 | 2024-12-20T19:39:24.267Z | Compiling syn v2.0.87 |
435 | 2024-12-20T19:39:24.285Z | Checking socket2 v0.5.7 |
436 | 2024-12-20T19:39:24.445Z | Checking parking_lot v0.12.3 |
437 | 2024-12-20T19:39:24.465Z | Checking mio v1.0.2 |
438 | 2024-12-20T19:39:24.506Z | Checking signal-hook-registry v1.4.2 |
439 | 2024-12-20T19:39:24.611Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-20T19:39:24.719Z | Checking hashbrown v0.15.1 |
441 | 2024-12-20T19:39:24.743Z | Checking equivalent v1.0.1 |
442 | 2024-12-20T19:39:24.784Z | Checking fnv v1.0.7 |
443 | 2024-12-20T19:39:24.786Z | Compiling semver v1.0.23 |
444 | 2024-12-20T19:39:24.846Z | Checking futures-channel v0.3.31 |
445 | 2024-12-20T19:39:24.897Z | Checking pin-utils v0.1.0 |
446 | 2024-12-20T19:39:24.916Z | Checking http v1.1.0 |
447 | 2024-12-20T19:39:24.989Z | Checking futures-task v0.3.31 |
448 | 2024-12-20T19:39:25.073Z | Checking futures-io v0.3.31 |
449 | 2024-12-20T19:39:25.176Z | Compiling ring v0.17.8 |
450 | 2024-12-20T19:39:25.209Z | Compiling heck v0.5.0 |
451 | 2024-12-20T19:39:25.227Z | Compiling pkg-config v0.3.31 |
452 | 2024-12-20T19:39:25.253Z | Compiling vcpkg v0.2.15 |
453 | 2024-12-20T19:39:25.382Z | Checking rustls-pki-types v1.10.0 |
454 | 2024-12-20T19:39:25.664Z | Checking spin v0.9.8 |
455 | 2024-12-20T19:39:25.930Z | Compiling ucd-trie v0.1.7 |
456 | 2024-12-20T19:39:26.103Z | Checking untrusted v0.9.0 |
457 | 2024-12-20T19:39:26.249Z | Checking writeable v0.5.5 |
458 | 2024-12-20T19:39:26.407Z | Compiling httparse v1.9.5 |
459 | 2024-12-20T19:39:26.447Z | Checking litemap v0.7.3 |
460 | 2024-12-20T19:39:26.483Z | Checking iana-time-zone v0.1.61 |
461 | 2024-12-20T19:39:26.624Z | Checking tracing-core v0.1.32 |
462 | 2024-12-20T19:39:26.775Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-20T19:39:26.929Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-20T19:39:27.065Z | Checking atomic-waker v1.1.2 |
465 | 2024-12-20T19:39:27.112Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-20T19:39:27.246Z | Checking tracing v0.1.40 |
467 | 2024-12-20T19:39:27.551Z | Checking http-body v1.0.1 |
468 | 2024-12-20T19:39:27.596Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-12-20T19:39:27.726Z | Compiling uuid v1.11.0 |
470 | 2024-12-20T19:39:27.761Z | Checking try-lock v0.2.5 |
471 | 2024-12-20T19:39:27.815Z | Checking subtle v2.6.1 |
472 | 2024-12-20T19:39:27.878Z | Checking zeroize v1.8.1 |
473 | 2024-12-20T19:39:28.115Z | Compiling chrono v0.4.38 |
474 | 2024-12-20T19:39:28.148Z | Checking want v0.3.1 |
475 | 2024-12-20T19:39:28.195Z | Checking httpdate v1.0.3 |
476 | 2024-12-20T19:39:28.300Z | Checking foreign-types-shared v0.1.1 |
477 | 2024-12-20T19:39:28.303Z | Compiling openssl v0.10.66 |
478 | 2024-12-20T19:39:28.380Z | Compiling slog v2.7.0 |
479 | 2024-12-20T19:39:28.399Z | Checking icu_properties_data v1.5.0 |
480 | 2024-12-20T19:39:28.477Z | Checking foreign-types v0.3.2 |
481 | 2024-12-20T19:39:28.602Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-20T19:39:28.743Z | Compiling native-tls v0.2.12 |
483 | 2024-12-20T19:39:28.887Z | Compiling regex-syntax v0.8.5 |
484 | 2024-12-20T19:39:29.083Z | Checking write16 v1.0.0 |
485 | 2024-12-20T19:39:29.209Z | Checking tower-service v0.3.3 |
486 | 2024-12-20T19:39:29.328Z | Checking icu_normalizer_data v1.5.0 |
487 | 2024-12-20T19:39:29.511Z | Checking utf8_iter v1.0.4 |
488 | 2024-12-20T19:39:29.694Z | Checking percent-encoding v2.3.1 |
489 | 2024-12-20T19:39:29.895Z | Checking bitflags v2.6.0 |
490 | 2024-12-20T19:39:29.954Z | Compiling typenum v1.17.0 |
491 | 2024-12-20T19:39:30.007Z | Compiling rustls v0.23.19 |
492 | 2024-12-20T19:39:30.117Z | Checking utf16_iter v1.0.5 |
493 | 2024-12-20T19:39:30.276Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-20T19:39:30.463Z | Compiling generic-array v0.14.7 |
495 | 2024-12-20T19:39:30.904Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-20T19:39:31.865Z | Compiling synstructure v0.13.1 |
497 | 2024-12-20T19:39:31.932Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-20T19:39:32.842Z | Compiling regex-automata v0.4.8 |
499 | 2024-12-20T19:39:33.215Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-20T19:39:33.482Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-20T19:39:33.533Z | Compiling time-core v0.1.2 |
502 | 2024-12-20T19:39:33.707Z | Compiling num-conv v0.1.0 |
503 | 2024-12-20T19:39:33.978Z | Checking powerfmt v0.2.0 |
504 | 2024-12-20T19:39:34.108Z | Checking mime v0.3.17 |
505 | 2024-12-20T19:39:34.250Z | Checking deranged v0.3.11 |
506 | 2024-12-20T19:39:34.429Z | Compiling time-macros v0.2.18 |
507 | 2024-12-20T19:39:35.785Z | Compiling thread-id v4.2.2 |
508 | 2024-12-20T19:39:35.896Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-12-20T19:39:35.928Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-20T19:39:36.099Z | Checking base64 v0.22.1 |
511 | 2024-12-20T19:39:36.161Z | Checking rustls-webpki v0.102.8 |
512 | 2024-12-20T19:39:36.559Z | Checking plain v0.2.3 |
513 | 2024-12-20T19:39:36.709Z | Compiling strsim v0.11.1 |
514 | 2024-12-20T19:39:36.833Z | Compiling regex v1.11.1 |
515 | 2024-12-20T19:39:37.095Z | Compiling serde_derive v1.0.215 |
516 | 2024-12-20T19:39:37.162Z | Compiling zerocopy-derive v0.7.35 |
517 | 2024-12-20T19:39:37.384Z | Compiling thiserror-impl v1.0.69 |
518 | 2024-12-20T19:39:37.401Z | Compiling zerofrom-derive v0.1.4 |
519 | 2024-12-20T19:39:37.784Z | Compiling schemars_derive v0.8.21 |
520 | 2024-12-20T19:39:39.201Z | Compiling zerocopy v0.7.35 |
521 | 2024-12-20T19:39:40.474Z | Compiling tokio-macros v2.4.0 |
522 | 2024-12-20T19:39:40.628Z | Compiling yoke-derive v0.7.4 |
523 | 2024-12-20T19:39:40.725Z | Compiling zerovec-derive v0.10.3 |
524 | 2024-12-20T19:39:40.774Z | Compiling futures-macro v0.3.31 |
525 | 2024-12-20T19:39:40.995Z | Checking zerofrom v0.1.4 |
526 | 2024-12-20T19:39:41.195Z | Compiling displaydoc v0.2.5 |
527 | 2024-12-20T19:39:41.932Z | Compiling pest v2.7.14 |
528 | 2024-12-20T19:39:41.996Z | Checking tokio v1.40.0 |
529 | 2024-12-20T19:39:42.487Z | Compiling icu_provider_macros v1.5.0 |
530 | 2024-12-20T19:39:42.604Z | Checking futures-util v0.3.31 |
531 | 2024-12-20T19:39:42.748Z | Compiling hashbrown v0.14.5 |
532 | 2024-12-20T19:39:43.275Z | Checking yoke v0.7.4 |
533 | 2024-12-20T19:39:43.550Z | Compiling openssl-macros v0.1.1 |
534 | 2024-12-20T19:39:43.606Z | Checking zerovec v0.10.4 |
535 | 2024-12-20T19:39:43.975Z | Compiling regress v0.10.1 |
536 | 2024-12-20T19:39:44.732Z | Compiling pest_meta v2.7.14 |
537 | 2024-12-20T19:39:45.221Z | Checking tinystr v0.7.6 |
538 | 2024-12-20T19:39:45.601Z | Checking icu_locid v1.5.0 |
539 | 2024-12-20T19:39:46.591Z | Checking icu_provider v1.5.0 |
540 | 2024-12-20T19:39:47.255Z | Checking icu_locid_transform v1.5.0 |
541 | 2024-12-20T19:39:47.731Z | Compiling pest_generator v2.7.14 |
542 | 2024-12-20T19:39:48.242Z | Checking icu_collections v1.5.0 |
543 | 2024-12-20T19:39:48.626Z | Checking http-body-util v0.1.2 |
544 | 2024-12-20T19:39:48.869Z | Checking icu_properties v1.5.1 |
545 | 2024-12-20T19:39:48.921Z | Compiling scroll_derive v0.12.0 |
546 | 2024-12-20T19:39:49.011Z | Checking tokio-util v0.7.12 |
547 | 2024-12-20T19:39:49.050Z | Checking tokio-rustls v0.26.0 |
548 | 2024-12-20T19:39:49.449Z | Compiling pest_derive v2.7.14 |
549 | 2024-12-20T19:39:49.786Z | Checking indexmap v2.6.0 |
550 | 2024-12-20T19:39:50.274Z | Compiling serde_tokenstream v0.2.2 |
551 | 2024-12-20T19:39:50.990Z | Checking h2 v0.4.6 |
552 | 2024-12-20T19:39:51.299Z | Checking tokio-native-tls v0.3.1 |
553 | 2024-12-20T19:39:51.556Z | Checking scroll v0.12.0 |
554 | 2024-12-20T19:39:51.558Z | Compiling dtrace-parser v0.2.0 |
555 | 2024-12-20T19:39:52.143Z | Checking icu_normalizer v1.5.0 |
556 | 2024-12-20T19:39:52.521Z | Compiling dof v0.3.0 |
557 | 2024-12-20T19:39:52.857Z | Checking serde_urlencoded v0.7.1 |
558 | 2024-12-20T19:39:52.913Z | Compiling ident_case v1.0.1 |
559 | 2024-12-20T19:39:52.932Z | Checking idna_adapter v1.2.0 |
560 | 2024-12-20T19:39:53.089Z | Checking num_threads v0.1.7 |
561 | 2024-12-20T19:39:53.116Z | Checking idna v1.0.3 |
562 | 2024-12-20T19:39:53.204Z | Compiling crossbeam-utils v0.8.20 |
563 | 2024-12-20T19:39:53.282Z | Checking time v0.3.36 |
564 | 2024-12-20T19:39:53.323Z | Compiling darling_core v0.20.10 |
565 | 2024-12-20T19:39:53.603Z | Checking url v2.5.3 |
566 | 2024-12-20T19:39:53.781Z | Compiling openapiv3 v2.0.0 |
567 | 2024-12-20T19:39:54.475Z | Compiling typify-impl v0.2.0 |
568 | 2024-12-20T19:39:54.719Z | Checking goblin v0.8.2 |
569 | 2024-12-20T19:39:55.170Z | Checking hyper v1.5.0 |
570 | 2024-12-20T19:39:57.229Z | Checking hyper-util v0.1.10 |
571 | 2024-12-20T19:39:57.725Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-20T19:39:57.902Z | Checking sync_wrapper v1.0.1 |
573 | 2024-12-20T19:39:58.042Z | Compiling paste v1.0.15 |
574 | 2024-12-20T19:39:58.350Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2024-12-20T19:39:58.544Z | Compiling rustls v0.22.4 |
576 | 2024-12-20T19:39:58.587Z | Compiling rustversion v1.0.17 |
577 | 2024-12-20T19:39:58.659Z | Checking ipnet v2.10.1 |
578 | 2024-12-20T19:39:58.848Z | Compiling unsafe-libyaml v0.2.11 |
579 | 2024-12-20T19:39:58.881Z | Checking hyper-rustls v0.27.3 |
580 | 2024-12-20T19:39:59.090Z | Checking hyper-tls v0.6.0 |
581 | 2024-12-20T19:39:59.197Z | Checking pretty-hex v0.4.1 |
582 | 2024-12-20T19:39:59.308Z | Compiling darling_macro v0.20.10 |
583 | 2024-12-20T19:39:59.349Z | Checking reqwest v0.12.9 |
584 | 2024-12-20T19:39:59.433Z | Checking dirs-next v2.0.0 |
585 | 2024-12-20T19:39:59.873Z | Checking toml_datetime v0.6.8 |
586 | 2024-12-20T19:40:00.000Z | Checking serde_spanned v0.6.8 |
587 | 2024-12-20T19:40:00.133Z | Compiling serde_yaml v0.9.34+deprecated |
588 | 2024-12-20T19:40:00.178Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-20T19:40:00.219Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-20T19:40:00.254Z | Checking block-buffer v0.10.4 |
591 | 2024-12-20T19:40:00.329Z | Checking crypto-common v0.1.6 |
592 | 2024-12-20T19:40:00.448Z | Checking rand_core v0.6.4 |
593 | 2024-12-20T19:40:00.605Z | Checking thread_local v1.1.8 |
594 | 2024-12-20T19:40:00.623Z | Compiling multer v3.1.0 |
595 | 2024-12-20T19:40:00.729Z | Compiling newtype-uuid v1.1.3 |
596 | 2024-12-20T19:40:00.749Z | Compiling camino v1.1.9 |
597 | 2024-12-20T19:40:00.892Z | Compiling anyhow v1.0.93 |
598 | 2024-12-20T19:40:00.933Z | Checking winnow v0.6.20 |
599 | 2024-12-20T19:40:00.953Z | Checking match_cfg v0.1.0 |
600 | 2024-12-20T19:40:01.046Z | Compiling slog-async v2.8.0 |
601 | 2024-12-20T19:40:01.094Z | Checking hostname v0.3.1 |
602 | 2024-12-20T19:40:01.289Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-20T19:40:01.372Z | Checking progenitor-client v0.8.0 |
604 | 2024-12-20T19:40:01.636Z | Checking digest v0.10.7 |
605 | 2024-12-20T19:40:01.702Z | Checking crossbeam-channel v0.5.13 |
606 | 2024-12-20T19:40:01.820Z | Compiling darling v0.20.10 |
607 | 2024-12-20T19:40:01.936Z | Checking term v0.7.0 |
608 | 2024-12-20T19:40:02.429Z | Checking slog-json v2.6.1 |
609 | 2024-12-20T19:40:02.674Z | Compiling usdt-macro v0.5.0 |
610 | 2024-12-20T19:40:02.715Z | Compiling structmeta v0.3.0 |
611 | 2024-12-20T19:40:03.068Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-12-20T19:40:03.118Z | Checking futures-executor v0.3.31 |
613 | 2024-12-20T19:40:03.339Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-20T19:40:03.522Z | Checking memmap v0.7.0 |
615 | 2024-12-20T19:40:03.692Z | Checking is-terminal v0.4.13 |
616 | 2024-12-20T19:40:03.734Z | Compiling dropshot v0.13.0 |
617 | 2024-12-20T19:40:03.813Z | Checking take_mut v0.2.2 |
618 | 2024-12-20T19:40:03.911Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-20T19:40:04.001Z | Checking sha1 v0.10.6 |
620 | 2024-12-20T19:40:04.023Z | Checking toml_edit v0.22.22 |
621 | 2024-12-20T19:40:04.116Z | Checking slog-term v2.9.1 |
622 | 2024-12-20T19:40:04.275Z | Compiling strum_macros v0.26.4 |
623 | 2024-12-20T19:40:04.280Z | Checking futures v0.3.31 |
624 | 2024-12-20T19:40:04.382Z | Compiling parse-display-derive v0.10.0 |
625 | 2024-12-20T19:40:04.456Z | Checking usdt v0.5.0 |
626 | 2024-12-20T19:40:04.566Z | Checking slog-bunyan v2.5.0 |
627 | 2024-12-20T19:40:04.614Z | Checking async-stream v0.3.6 |
628 | 2024-12-20T19:40:04.701Z | Compiling serde_with_macros v3.11.0 |
629 | 2024-12-20T19:40:04.790Z | Checking rand v0.8.5 |
630 | 2024-12-20T19:40:05.845Z | Checking tokio-rustls v0.25.0 |
631 | 2024-12-20T19:40:06.189Z | Checking ipnetwork v0.20.0 |
632 | 2024-12-20T19:40:06.206Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-20T19:40:06.328Z | Checking serde_path_to_error v0.1.16 |
634 | 2024-12-20T19:40:06.545Z | Checking hex v0.4.3 |
635 | 2024-12-20T19:40:06.566Z | Checking toml v0.8.19 |
636 | 2024-12-20T19:40:06.979Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
637 | 2024-12-20T19:40:07.072Z | Compiling async-trait v0.1.83 |
638 | 2024-12-20T19:40:07.277Z | Checking waitgroup v0.1.2 |
639 | 2024-12-20T19:40:07.301Z | Checking hostname v0.4.0 |
640 | 2024-12-20T19:40:07.412Z | Checking instant v0.1.13 |
641 | 2024-12-20T19:40:07.433Z | Checking debug-ignore v1.0.5 |
642 | 2024-12-20T19:40:07.525Z | Checking backoff v0.4.0 |
643 | 2024-12-20T19:40:07.573Z | Checking serde_with v3.11.0 |
644 | 2024-12-20T19:40:07.726Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
645 | 2024-12-20T19:40:07.805Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
646 | 2024-12-20T19:40:07.864Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
647 | 2024-12-20T19:40:07.953Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2024-12-20T19:40:08.081Z | Compiling typify-macro v0.2.0 |
649 | 2024-12-20T19:40:08.189Z | Checking parse-display v0.10.0 |
650 | 2024-12-20T19:40:08.209Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2024-12-20T19:40:08.325Z | Checking macaddr v1.0.1 |
652 | 2024-12-20T19:40:08.409Z | Checking regress v0.9.1 |
653 | 2024-12-20T19:40:08.649Z | Checking strum v0.26.3 |
654 | 2024-12-20T19:40:10.356Z | Compiling typify v0.2.0 |
655 | 2024-12-20T19:40:10.448Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-20T19:40:12.944Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-20T19:40:17.110Z | Checking progenitor v0.8.0 |
658 | 2024-12-20T19:40:17.242Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-20T19:40:20.142Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-20T19:40:27.514Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-20T19:40:27.563Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 13s |
662 | 2024-12-20T19:40:27.875Z | + cargo build --release |
663 | 2024-12-20T19:40:28.122Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-20T19:40:28.122Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-20T19:40:28.122Z | Compiling libc v0.2.162 |
666 | 2024-12-20T19:40:28.122Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-20T19:40:28.129Z | Compiling autocfg v1.4.0 |
668 | 2024-12-20T19:40:28.129Z | Compiling version_check v0.9.5 |
669 | 2024-12-20T19:40:28.129Z | Compiling serde v1.0.215 |
670 | 2024-12-20T19:40:28.129Z | Compiling memchr v2.7.4 |
671 | 2024-12-20T19:40:28.229Z | Compiling serde_json v1.0.132 |
672 | 2024-12-20T19:40:28.519Z | Compiling itoa v1.0.11 |
673 | 2024-12-20T19:40:28.678Z | Compiling thiserror v1.0.69 |
674 | 2024-12-20T19:40:28.727Z | Compiling once_cell v1.20.2 |
675 | 2024-12-20T19:40:28.765Z | Compiling shlex v1.3.0 |
676 | 2024-12-20T19:40:29.106Z | Compiling cc v1.1.30 |
677 | 2024-12-20T19:40:29.180Z | Compiling num-traits v0.2.19 |
678 | 2024-12-20T19:40:29.427Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-20T19:40:29.493Z | Compiling smallvec v1.13.2 |
680 | 2024-12-20T19:40:29.526Z | Compiling getrandom v0.2.15 |
681 | 2024-12-20T19:40:29.603Z | Compiling bytes v1.8.0 |
682 | 2024-12-20T19:40:29.850Z | Compiling quote v1.0.37 |
683 | 2024-12-20T19:40:29.864Z | Compiling ryu v1.0.18 |
684 | 2024-12-20T19:40:29.972Z | Compiling futures-core v0.3.31 |
685 | 2024-12-20T19:40:30.217Z | Compiling syn v2.0.87 |
686 | 2024-12-20T19:40:30.252Z | Compiling lock_api v0.4.12 |
687 | 2024-12-20T19:40:30.413Z | Compiling ahash v0.8.11 |
688 | 2024-12-20T19:40:30.457Z | Compiling byteorder v1.5.0 |
689 | 2024-12-20T19:40:30.559Z | Compiling schemars v0.8.21 |
690 | 2024-12-20T19:40:30.741Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-20T19:40:30.887Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-20T19:40:30.897Z | Compiling slab v0.4.9 |
693 | 2024-12-20T19:40:30.916Z | Compiling futures-sink v0.3.31 |
694 | 2024-12-20T19:40:31.067Z | Compiling log v0.4.22 |
695 | 2024-12-20T19:40:31.304Z | Compiling mio v1.0.2 |
696 | 2024-12-20T19:40:31.334Z | Compiling socket2 v0.5.7 |
697 | 2024-12-20T19:40:31.406Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-12-20T19:40:31.497Z | Compiling parking_lot v0.12.3 |
699 | 2024-12-20T19:40:31.502Z | Compiling semver v1.0.23 |
700 | 2024-12-20T19:40:31.939Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-20T19:40:32.020Z | Compiling ring v0.17.8 |
702 | 2024-12-20T19:40:32.026Z | Compiling hashbrown v0.15.1 |
703 | 2024-12-20T19:40:32.308Z | Compiling fnv v1.0.7 |
704 | 2024-12-20T19:40:32.434Z | Compiling equivalent v1.0.1 |
705 | 2024-12-20T19:40:32.534Z | Compiling http v1.1.0 |
706 | 2024-12-20T19:40:32.885Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-20T19:40:32.887Z | Compiling futures-io v0.3.31 |
708 | 2024-12-20T19:40:32.962Z | Compiling pin-utils v0.1.0 |
709 | 2024-12-20T19:40:33.043Z | Compiling futures-task v0.3.31 |
710 | 2024-12-20T19:40:33.316Z | Compiling pkg-config v0.3.31 |
711 | 2024-12-20T19:40:33.329Z | Compiling spin v0.9.8 |
712 | 2024-12-20T19:40:33.394Z | Compiling heck v0.5.0 |
713 | 2024-12-20T19:40:33.433Z | Compiling rustls-pki-types v1.10.0 |
714 | 2024-12-20T19:40:33.553Z | Compiling vcpkg v0.2.15 |
715 | 2024-12-20T19:40:34.402Z | Compiling httparse v1.9.5 |
716 | 2024-12-20T19:40:34.495Z | Compiling litemap v0.7.3 |
717 | 2024-12-20T19:40:34.926Z | Compiling untrusted v0.9.0 |
718 | 2024-12-20T19:40:35.066Z | Compiling writeable v0.5.5 |
719 | 2024-12-20T19:40:35.094Z | Compiling ucd-trie v0.1.7 |
720 | 2024-12-20T19:40:35.172Z | Compiling openssl-sys v0.9.103 |
721 | 2024-12-20T19:40:35.264Z | Compiling iana-time-zone v0.1.61 |
722 | 2024-12-20T19:40:35.803Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-20T19:40:36.149Z | Compiling dyn-clone v1.0.17 |
724 | 2024-12-20T19:40:36.255Z | Compiling atomic-waker v1.1.2 |
725 | 2024-12-20T19:40:36.347Z | Compiling allocator-api2 v0.2.18 |
726 | 2024-12-20T19:40:37.089Z | Compiling tracing v0.1.40 |
727 | 2024-12-20T19:40:37.138Z | Compiling http-body v1.0.1 |
728 | 2024-12-20T19:40:37.316Z | Compiling chrono v0.4.38 |
729 | 2024-12-20T19:40:37.368Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2024-12-20T19:40:37.480Z | Compiling uuid v1.11.0 |
731 | 2024-12-20T19:40:37.626Z | Compiling subtle v2.6.1 |
732 | 2024-12-20T19:40:37.747Z | Compiling try-lock v0.2.5 |
733 | 2024-12-20T19:40:37.879Z | Compiling synstructure v0.13.1 |
734 | 2024-12-20T19:40:37.880Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-12-20T19:40:38.072Z | Compiling zeroize v1.8.1 |
736 | 2024-12-20T19:40:38.124Z | Compiling want v0.3.1 |
737 | 2024-12-20T19:40:38.453Z | Compiling foreign-types-shared v0.1.1 |
738 | 2024-12-20T19:40:38.548Z | Compiling openssl v0.10.66 |
739 | 2024-12-20T19:40:38.966Z | Compiling httpdate v1.0.3 |
740 | 2024-12-20T19:40:39.301Z | Compiling slog v2.7.0 |
741 | 2024-12-20T19:40:39.588Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-20T19:40:39.817Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-20T19:40:39.893Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-20T19:40:40.061Z | Compiling typenum v1.17.0 |
745 | 2024-12-20T19:40:40.474Z | Compiling rustls v0.23.19 |
746 | 2024-12-20T19:40:40.785Z | Compiling native-tls v0.2.12 |
747 | 2024-12-20T19:40:40.982Z | Compiling regex-syntax v0.8.5 |
748 | 2024-12-20T19:40:41.116Z | Compiling utf8_iter v1.0.4 |
749 | 2024-12-20T19:40:41.240Z | Compiling bitflags v2.6.0 |
750 | 2024-12-20T19:40:41.592Z | Compiling tower-service v0.3.3 |
751 | 2024-12-20T19:40:41.707Z | Compiling percent-encoding v2.3.1 |
752 | 2024-12-20T19:40:41.709Z | Compiling icu_normalizer_data v1.5.0 |
753 | 2024-12-20T19:40:41.800Z | Compiling write16 v1.0.0 |
754 | 2024-12-20T19:40:41.924Z | Compiling utf16_iter v1.0.5 |
755 | 2024-12-20T19:40:42.131Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-20T19:40:42.315Z | Compiling generic-array v0.14.7 |
757 | 2024-12-20T19:40:42.697Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-20T19:40:43.423Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-20T19:40:43.817Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-20T19:40:44.018Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-20T19:40:44.353Z | Compiling zerofrom-derive v0.1.4 |
762 | 2024-12-20T19:40:44.710Z | Compiling schemars_derive v0.8.21 |
763 | 2024-12-20T19:40:45.829Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-20T19:40:47.078Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-20T19:40:47.423Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-20T19:40:47.674Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-20T19:40:47.887Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-20T19:40:48.117Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-20T19:40:48.452Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-20T19:40:48.943Z | Compiling tokio v1.40.0 |
771 | 2024-12-20T19:40:49.802Z | Compiling yoke v0.7.4 |
772 | 2024-12-20T19:40:50.186Z | Compiling pest v2.7.14 |
773 | 2024-12-20T19:40:50.203Z | Compiling zerovec v0.10.4 |
774 | 2024-12-20T19:40:50.305Z | Compiling futures-util v0.3.31 |
775 | 2024-12-20T19:40:50.313Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-20T19:40:50.416Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-20T19:40:51.769Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-20T19:40:53.084Z | Compiling tinystr v0.7.6 |
779 | 2024-12-20T19:40:53.184Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-20T19:40:53.529Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-20T19:40:56.457Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-20T19:40:57.214Z | Compiling indexmap v2.6.0 |
783 | 2024-12-20T19:40:58.770Z | Compiling serde_tokenstream v0.2.2 |
784 | 2024-12-20T19:40:59.578Z | Compiling tokio-util v0.7.12 |
785 | 2024-12-20T19:41:00.547Z | Compiling h2 v0.4.6 |
786 | 2024-12-20T19:41:01.863Z | Compiling icu_locid_transform v1.5.0 |
787 | 2024-12-20T19:41:03.487Z | Compiling pest_generator v2.7.14 |
788 | 2024-12-20T19:41:04.238Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-20T19:41:05.223Z | Compiling regress v0.10.1 |
790 | 2024-12-20T19:41:05.925Z | Compiling hyper v1.5.0 |
791 | 2024-12-20T19:41:06.873Z | Compiling pest_derive v2.7.14 |
792 | 2024-12-20T19:41:07.707Z | Compiling icu_properties v1.5.1 |
793 | 2024-12-20T19:41:08.265Z | Compiling openssl-macros v0.1.1 |
794 | 2024-12-20T19:41:09.059Z | Compiling typify-impl v0.2.0 |
795 | 2024-12-20T19:41:12.856Z | Compiling icu_normalizer v1.5.0 |
796 | 2024-12-20T19:41:14.024Z | Compiling hyper-util v0.1.10 |
797 | 2024-12-20T19:41:17.645Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-20T19:41:17.779Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-20T19:41:18.856Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-20T19:41:19.470Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-20T19:41:19.821Z | Compiling usdt-impl v0.5.0 |
802 | 2024-12-20T19:41:20.190Z | Compiling encoding_rs v0.8.34 |
803 | 2024-12-20T19:41:20.888Z | Compiling mime v0.3.17 |
804 | 2024-12-20T19:41:20.915Z | Compiling typify-macro v0.2.0 |
805 | 2024-12-20T19:41:21.989Z | Compiling regex v1.11.1 |
806 | 2024-12-20T19:41:22.977Z | Compiling num-conv v0.1.0 |
807 | 2024-12-20T19:41:23.246Z | Compiling time-core v0.1.2 |
808 | 2024-12-20T19:41:24.057Z | Compiling powerfmt v0.2.0 |
809 | 2024-12-20T19:41:24.530Z | Compiling deranged v0.3.11 |
810 | 2024-12-20T19:41:24.648Z | Compiling time-macros v0.2.18 |
811 | 2024-12-20T19:41:25.537Z | Compiling scroll v0.12.0 |
812 | 2024-12-20T19:41:26.143Z | Compiling tokio-rustls v0.26.0 |
813 | 2024-12-20T19:41:26.735Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-20T19:41:26.820Z | Compiling idna v1.0.3 |
815 | 2024-12-20T19:41:30.838Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-20T19:41:32.434Z | Compiling dof v0.3.0 |
817 | 2024-12-20T19:41:32.553Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-20T19:41:33.331Z | Compiling thread-id v4.2.2 |
819 | 2024-12-20T19:41:33.425Z | Compiling webpki-roots v0.26.6 |
820 | 2024-12-20T19:41:33.624Z | Compiling rustls-pemfile v2.2.0 |
821 | 2024-12-20T19:41:34.089Z | Compiling base64 v0.22.1 |
822 | 2024-12-20T19:41:34.146Z | Compiling omicron-workspace-hack v0.1.0 |
823 | 2024-12-20T19:41:34.571Z | Compiling strsim v0.11.1 |
824 | 2024-12-20T19:41:35.153Z | Compiling ident_case v1.0.1 |
825 | 2024-12-20T19:41:35.500Z | Compiling num_threads v0.1.7 |
826 | 2024-12-20T19:41:35.606Z | Compiling crossbeam-utils v0.8.20 |
827 | 2024-12-20T19:41:35.745Z | Compiling plain v0.2.3 |
828 | 2024-12-20T19:41:35.903Z | Compiling goblin v0.8.2 |
829 | 2024-12-20T19:41:36.184Z | Compiling time v0.3.36 |
830 | 2024-12-20T19:41:38.775Z | Compiling darling_core v0.20.10 |
831 | 2024-12-20T19:41:41.210Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-20T19:41:44.920Z | Compiling url v2.5.3 |
833 | 2024-12-20T19:41:45.300Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-20T19:41:45.625Z | Compiling typify v0.2.0 |
835 | 2024-12-20T19:41:45.747Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-20T19:41:48.008Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-20T19:41:48.142Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-20T19:41:49.543Z | Compiling unsafe-libyaml v0.2.11 |
839 | 2024-12-20T19:41:49.997Z | Compiling ipnet v2.10.1 |
840 | 2024-12-20T19:41:50.642Z | Compiling rustversion v1.0.17 |
841 | 2024-12-20T19:41:51.271Z | Compiling rustls v0.22.4 |
842 | 2024-12-20T19:41:51.295Z | Compiling pretty-hex v0.4.1 |
843 | 2024-12-20T19:41:51.519Z | Compiling paste v1.0.15 |
844 | 2024-12-20T19:41:52.093Z | Compiling serde_yaml v0.9.34+deprecated |
845 | 2024-12-20T19:41:52.287Z | Compiling reqwest v0.12.9 |
846 | 2024-12-20T19:41:53.016Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-20T19:41:55.880Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-20T19:41:56.129Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-20T19:41:58.154Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-20T19:41:58.355Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-20T19:41:58.576Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-20T19:41:58.807Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-20T19:41:59.494Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-20T19:41:59.695Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-20T19:41:59.783Z | Compiling rand_core v0.6.4 |
856 | 2024-12-20T19:42:00.366Z | Compiling thread_local v1.1.8 |
857 | 2024-12-20T19:42:00.404Z | Compiling multer v3.1.0 |
858 | 2024-12-20T19:42:00.425Z | Compiling anyhow v1.0.93 |
859 | 2024-12-20T19:42:00.718Z | Compiling slog-async v2.8.0 |
860 | 2024-12-20T19:42:01.001Z | Compiling newtype-uuid v1.1.3 |
861 | 2024-12-20T19:42:01.008Z | Compiling match_cfg v0.1.0 |
862 | 2024-12-20T19:42:01.080Z | Compiling winnow v0.6.20 |
863 | 2024-12-20T19:42:01.196Z | Compiling camino v1.1.9 |
864 | 2024-12-20T19:42:01.370Z | Compiling hostname v0.3.1 |
865 | 2024-12-20T19:42:01.960Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-20T19:42:02.357Z | Compiling structmeta v0.3.0 |
867 | 2024-12-20T19:42:02.709Z | Compiling progenitor-macro v0.8.0 |
868 | 2024-12-20T19:42:03.584Z | Compiling crossbeam-channel v0.5.13 |
869 | 2024-12-20T19:42:03.595Z | Compiling digest v0.10.7 |
870 | 2024-12-20T19:42:04.952Z | Compiling toml_edit v0.22.22 |
871 | 2024-12-20T19:42:05.184Z | Compiling darling v0.20.10 |
872 | 2024-12-20T19:42:05.306Z | Compiling term v0.7.0 |
873 | 2024-12-20T19:42:05.459Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-20T19:42:09.879Z | Compiling usdt-attr-macro v0.5.0 |
875 | 2024-12-20T19:42:11.341Z | Compiling usdt-macro v0.5.0 |
876 | 2024-12-20T19:42:12.638Z | Compiling slog-json v2.6.1 |
877 | 2024-12-20T19:42:12.942Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-20T19:42:13.043Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-20T19:42:14.091Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-20T19:42:14.198Z | Compiling memmap v0.7.0 |
881 | 2024-12-20T19:42:14.367Z | Compiling dropshot v0.13.0 |
882 | 2024-12-20T19:42:14.648Z | Compiling cpufeatures v0.2.14 |
883 | 2024-12-20T19:42:14.701Z | Compiling take_mut v0.2.2 |
884 | 2024-12-20T19:42:14.733Z | Compiling sha1 v0.10.6 |
885 | 2024-12-20T19:42:15.542Z | Compiling usdt v0.5.0 |
886 | 2024-12-20T19:42:15.571Z | Compiling progenitor v0.8.0 |
887 | 2024-12-20T19:42:15.771Z | Compiling async-stream v0.3.6 |
888 | 2024-12-20T19:42:16.061Z | Compiling slog-term v2.9.1 |
889 | 2024-12-20T19:42:17.368Z | Compiling tokio-rustls v0.25.0 |
890 | 2024-12-20T19:42:17.513Z | Compiling futures v0.3.31 |
891 | 2024-12-20T19:42:17.703Z | Compiling slog-bunyan v2.5.0 |
892 | 2024-12-20T19:42:17.998Z | Compiling toml v0.8.19 |
893 | 2024-12-20T19:42:18.216Z | Compiling strum_macros v0.26.4 |
894 | 2024-12-20T19:42:18.978Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-20T19:42:21.714Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-20T19:42:22.791Z | Compiling rand v0.8.5 |
897 | 2024-12-20T19:42:26.564Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-20T19:42:27.039Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-20T19:42:27.676Z | Compiling hex v0.4.3 |
900 | 2024-12-20T19:42:28.035Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-20T19:42:28.375Z | Compiling async-trait v0.1.83 |
902 | 2024-12-20T19:42:29.074Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2024-12-20T19:42:29.887Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-20T19:42:30.115Z | Compiling hostname v0.4.0 |
905 | 2024-12-20T19:42:30.352Z | Compiling instant v0.1.13 |
906 | 2024-12-20T19:42:30.502Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-20T19:42:30.636Z | Compiling backoff v0.4.0 |
908 | 2024-12-20T19:42:30.748Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-20T19:42:30.939Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-20T19:42:30.967Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-20T19:42:31.178Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-20T19:42:31.538Z | Compiling parse-display v0.10.0 |
913 | 2024-12-20T19:42:31.739Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-20T19:42:33.687Z | Compiling strum v0.26.3 |
915 | 2024-12-20T19:42:33.857Z | Compiling serde_with v3.11.0 |
916 | 2024-12-20T19:42:35.746Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-20T19:42:35.834Z | Compiling regress v0.9.1 |
918 | 2024-12-20T19:42:36.538Z | Compiling macaddr v1.0.1 |
919 | 2024-12-20T19:42:42.065Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-20T19:42:52.402Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-20T19:43:02.216Z | Finished `release` profile [optimized] target(s) in 2m 34s |
922 | 2024-12-20T19:43:02.281Z | process exited: duration 231246 ms, exit code 0 |
|
923 | 2024-12-20T19:43:02.289Z | found 0 output files |