|
|
|
1 | 2024-12-19T20:56:15.404Z | job assigned to worker 01JFGB7ZZFNHEDF5RBP0WP774K [factory aws, i-013343ef2e9f3f2e9] (queued for 1 m 6 s) |
|
2 | 2024-12-19T20:56:23.677Z | starting task 0: "setup" |
3 | 2024-12-19T20:56:23.687Z | ++ uname -s |
4 | 2024-12-19T20:56:23.689Z | + kern=SunOS |
5 | 2024-12-19T20:56:23.689Z | + case "$kern" in |
6 | 2024-12-19T20:56:23.689Z | + groupadd -g 12345 build |
7 | 2024-12-19T20:56:23.692Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-19T20:56:25.698Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-19T20:56:25.854Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-19T20:56:25.856Z | + home_fs=zfs |
11 | 2024-12-19T20:56:25.857Z | + [[ zfs == autofs ]] |
12 | 2024-12-19T20:56:25.857Z | + mkdir -p /home/build |
13 | 2024-12-19T20:56:25.859Z | + chown build:build /home/build /work |
14 | 2024-12-19T20:56:27.861Z | + chmod 0700 /home/build /work |
15 | 2024-12-19T20:56:27.864Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2024-12-19T20:56:27.870Z | starting task 1: "rust-toolchain" |
17 | 2024-12-19T20:56:27.875Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-19T20:56:27.875Z | ' 1.81.0 |
19 | 2024-12-19T20:56:27.875Z | * toolchain channel = "1.81.0" |
20 | 2024-12-19T20:56:27.875Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-19T20:56:27.875Z | ' default |
22 | 2024-12-19T20:56:27.875Z | * toolchain profile = "default" |
23 | 2024-12-19T20:56:27.877Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-19T20:56:27.878Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-19T20:56:27.994Z | info: downloading installer |
26 | 2024-12-19T20:56:29.300Z | info: profile set to 'default' |
27 | 2024-12-19T20:56:29.300Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-19T20:56:29.303Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-19T20:56:29.441Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-19T20:56:29.441Z | info: downloading component 'cargo' |
31 | 2024-12-19T20:56:30.174Z | info: downloading component 'clippy' |
32 | 2024-12-19T20:56:30.444Z | info: downloading component 'rust-docs' |
33 | 2024-12-19T20:56:31.464Z | info: downloading component 'rust-std' |
34 | 2024-12-19T20:56:33.045Z | info: downloading component 'rustc' |
35 | 2024-12-19T20:56:38.714Z | info: downloading component 'rustfmt' |
36 | 2024-12-19T20:56:38.927Z | info: installing component 'cargo' |
37 | 2024-12-19T20:56:39.719Z | info: installing component 'clippy' |
38 | 2024-12-19T20:56:40.081Z | info: installing component 'rust-docs' |
39 | 2024-12-19T20:56:41.694Z | info: installing component 'rust-std' |
40 | 2024-12-19T20:56:43.382Z | info: installing component 'rustc' |
41 | 2024-12-19T20:56:49.097Z | info: installing component 'rustfmt' |
42 | 2024-12-19T20:56:49.419Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-19T20:56:49.419Z | |
44 | 2024-12-19T20:56:49.782Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-19T20:56:49.782Z | |
46 | 2024-12-19T20:56:49.785Z | |
47 | 2024-12-19T20:56:49.785Z | Rust is installed now. Great! |
48 | 2024-12-19T20:56:49.785Z | |
49 | 2024-12-19T20:56:49.785Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-19T20:56:49.785Z | environment variable. This has not been done automatically. |
51 | 2024-12-19T20:56:49.785Z | |
52 | 2024-12-19T20:56:49.785Z | To configure your current shell, you need to source |
53 | 2024-12-19T20:56:49.785Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-19T20:56:49.785Z | |
55 | 2024-12-19T20:56:49.785Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-19T20:56:49.785Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-19T20:56:49.785Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-19T20:56:49.856Z | + rustc --version |
59 | 2024-12-19T20:56:49.922Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-19T20:56:49.925Z | process exited: duration 22054 ms, exit code 0 |
|
61 | 2024-12-19T20:56:49.931Z | starting task 2: "authentication" |
62 | 2024-12-19T20:56:49.953Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-12-19T20:56:49.958Z | starting task 3: "clone repository" |
64 | 2024-12-19T20:56:49.964Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-19T20:56:49.966Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-19T20:56:51.362Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-19T20:56:59.089Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-19T20:56:59.091Z | + git fetch origin 4113601b516ea5bdf3a808a447beea4824396955 |
69 | 2024-12-19T20:56:59.409Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-19T20:56:59.409Z | * branch 4113601b516ea5bdf3a808a447beea4824396955 -> FETCH_HEAD |
71 | 2024-12-19T20:56:59.421Z | + [[ -n zl/tfportd-oximeter ]] |
72 | 2024-12-19T20:56:59.424Z | ++ git branch --show-current |
73 | 2024-12-19T20:56:59.426Z | + current=main |
74 | 2024-12-19T20:56:59.426Z | + [[ main != zl/tfportd-oximeter ]] |
75 | 2024-12-19T20:56:59.426Z | + git branch -f zl/tfportd-oximeter 4113601b516ea5bdf3a808a447beea4824396955 |
76 | 2024-12-19T20:56:59.429Z | + git checkout -f zl/tfportd-oximeter |
77 | 2024-12-19T20:56:59.606Z | Switched to branch 'zl/tfportd-oximeter' |
78 | 2024-12-19T20:56:59.609Z | + git reset --hard 4113601b516ea5bdf3a808a447beea4824396955 |
79 | 2024-12-19T20:56:59.656Z | HEAD is now at 4113601b5 update dendrite (keeping up) |
80 | 2024-12-19T20:56:59.659Z | process exited: duration 9698 ms, exit code 0 |
|
81 | 2024-12-19T20:56:59.664Z | starting task 4: "build" |
82 | 2024-12-19T20:56:59.669Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-19T20:56:59.669Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-19T20:56:59.669Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-19T20:56:59.672Z | + cargo --version |
86 | 2024-12-19T20:56:59.729Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-19T20:56:59.731Z | + rustc --version |
88 | 2024-12-19T20:56:59.797Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-19T20:56:59.800Z | + cd /tmp |
90 | 2024-12-19T20:56:59.803Z | + cargo new --lib test-project |
91 | 2024-12-19T20:56:59.865Z | Creating library `test-project` package |
92 | 2024-12-19T20:56:59.943Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-19T20:56:59.946Z | + cd test-project |
94 | 2024-12-19T20:56:59.946Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-19T20:57:00.007Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-19T20:57:00.007Z | Features: |
97 | 2024-12-19T20:57:00.007Z | - proptest |
98 | 2024-12-19T20:57:00.007Z | - test-strategy |
99 | 2024-12-19T20:57:00.007Z | - testing |
100 | 2024-12-19T20:57:00.010Z | Updating crates.io index |
101 | 2024-12-19T20:57:00.095Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-19T20:57:00.638Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-19T20:57:01.283Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-19T20:57:01.698Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-19T20:57:02.998Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-19T20:57:03.001Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-19T20:57:03.001Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2024-12-19T20:57:03.001Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2024-12-19T20:57:03.004Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2024-12-19T20:57:03.004Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2024-12-19T20:57:03.004Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2024-12-19T20:57:03.004Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2024-12-19T20:57:03.004Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2024-12-19T20:57:03.004Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2024-12-19T20:57:03.004Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2024-12-19T20:57:03.007Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2024-12-19T20:57:03.007Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2024-12-19T20:57:03.009Z | Adding regress v0.9.1 (latest: v0.10.1) |
119 | 2024-12-19T20:57:03.016Z | Adding rustls v0.22.4 (latest: v0.23.20) |
120 | 2024-12-19T20:57:03.018Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
121 | 2024-12-19T20:57:03.021Z | Adding term v0.7.0 (latest: v1.0.1) |
122 | 2024-12-19T20:57:03.021Z | Adding thiserror v1.0.69 (latest: v2.0.8) |
123 | 2024-12-19T20:57:03.021Z | Adding thiserror-impl v1.0.69 (latest: v2.0.8) |
124 | 2024-12-19T20:57:03.021Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
125 | 2024-12-19T20:57:03.023Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
126 | 2024-12-19T20:57:03.023Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
127 | 2024-12-19T20:57:03.026Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
128 | 2024-12-19T20:57:03.026Z | Adding windows v0.52.0 (latest: v0.58.0) |
129 | 2024-12-19T20:57:03.026Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
130 | 2024-12-19T20:57:03.026Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
131 | 2024-12-19T20:57:03.026Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
132 | 2024-12-19T20:57:03.026Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
133 | 2024-12-19T20:57:03.026Z | Adding writeable v0.5.5 (latest: v0.6.0) |
134 | 2024-12-19T20:57:03.026Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
135 | 2024-12-19T20:57:03.029Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
136 | 2024-12-19T20:57:03.029Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
137 | 2024-12-19T20:57:03.029Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
138 | 2024-12-19T20:57:03.106Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
139 | 2024-12-19T20:57:03.108Z | + cargo check |
140 | 2024-12-19T20:57:03.283Z | Updating crates.io index |
141 | 2024-12-19T20:57:04.042Z | Locking 2 packages to latest compatible versions |
142 | 2024-12-19T20:57:06.779Z | Adding omicron-workspace-hack v0.1.0 |
143 | 2024-12-19T20:57:08.375Z | Adding test-project v0.1.0 (/tmp/test-project) |
144 | 2024-12-19T20:57:09.013Z | Downloading crates ... |
145 | 2024-12-19T20:57:09.067Z | Downloaded async-stream-impl v0.3.6 |
146 | 2024-12-19T20:57:09.077Z | Downloaded atomic-waker v1.1.2 |
147 | 2024-12-19T20:57:09.080Z | Downloaded async-stream v0.3.6 |
148 | 2024-12-19T20:57:09.083Z | Downloaded ahash v0.8.11 |
149 | 2024-12-19T20:57:09.086Z | Downloaded foreign-types v0.3.2 |
150 | 2024-12-19T20:57:09.097Z | Downloaded foreign-types-shared v0.1.1 |
151 | 2024-12-19T20:57:09.106Z | Downloaded memmap v0.7.0 |
152 | 2024-12-19T20:57:09.106Z | Downloaded equivalent v1.0.1 |
153 | 2024-12-19T20:57:09.106Z | Downloaded try-lock v0.2.5 |
154 | 2024-12-19T20:57:09.106Z | Downloaded tower-service v0.3.3 |
155 | 2024-12-19T20:57:09.106Z | Downloaded futures-sink v0.3.31 |
156 | 2024-12-19T20:57:09.115Z | Downloaded tinyvec_macros v0.1.1 |
157 | 2024-12-19T20:57:09.115Z | Downloaded darling_macro v0.20.10 |
158 | 2024-12-19T20:57:09.115Z | Downloaded utf8_iter v1.0.4 |
159 | 2024-12-19T20:57:09.115Z | Downloaded tokio-macros v2.4.0 |
160 | 2024-12-19T20:57:09.115Z | Downloaded instant v0.1.13 |
161 | 2024-12-19T20:57:09.115Z | Downloaded num_threads v0.1.7 |
162 | 2024-12-19T20:57:09.118Z | Downloaded ident_case v1.0.1 |
163 | 2024-12-19T20:57:09.118Z | Downloaded yoke-derive v0.7.4 |
164 | 2024-12-19T20:57:09.121Z | Downloaded num-conv v0.1.0 |
165 | 2024-12-19T20:57:09.121Z | Downloaded usdt-macro v0.5.0 |
166 | 2024-12-19T20:57:09.121Z | Downloaded usdt-attr-macro v0.5.0 |
167 | 2024-12-19T20:57:09.121Z | Downloaded time-macros v0.2.18 |
168 | 2024-12-19T20:57:09.123Z | Downloaded zerofrom v0.1.4 |
169 | 2024-12-19T20:57:09.126Z | Downloaded icu_provider_macros v1.5.0 |
170 | 2024-12-19T20:57:09.126Z | Downloaded http-body v1.0.1 |
171 | 2024-12-19T20:57:09.135Z | Downloaded openssl-macros v0.1.1 |
172 | 2024-12-19T20:57:09.135Z | Downloaded write16 v1.0.0 |
173 | 2024-12-19T20:57:09.135Z | Downloaded omicron-workspace-hack v0.1.0 |
174 | 2024-12-19T20:57:09.135Z | Downloaded want v0.3.1 |
175 | 2024-12-19T20:57:09.135Z | Downloaded match_cfg v0.1.0 |
176 | 2024-12-19T20:57:09.144Z | Downloaded dtrace-parser v0.2.0 |
177 | 2024-12-19T20:57:09.144Z | Downloaded openssl-probe v0.1.5 |
178 | 2024-12-19T20:57:09.144Z | Downloaded dirs-sys-next v0.1.2 |
179 | 2024-12-19T20:57:09.144Z | Downloaded futures-macro v0.3.31 |
180 | 2024-12-19T20:57:09.147Z | Downloaded futures-io v0.3.31 |
181 | 2024-12-19T20:57:09.147Z | Downloaded futures-core v0.3.31 |
182 | 2024-12-19T20:57:09.147Z | Downloaded pretty-hex v0.4.1 |
183 | 2024-12-19T20:57:09.147Z | Downloaded utf16_iter v1.0.5 |
184 | 2024-12-19T20:57:09.150Z | Downloaded tokio-native-tls v0.3.1 |
185 | 2024-12-19T20:57:09.152Z | Downloaded generic-array v0.14.7 |
186 | 2024-12-19T20:57:09.155Z | Downloaded futures-task v0.3.31 |
187 | 2024-12-19T20:57:09.155Z | Downloaded progenitor-client v0.8.0 |
188 | 2024-12-19T20:57:09.158Z | Downloaded untrusted v0.9.0 |
189 | 2024-12-19T20:57:09.160Z | Downloaded typify-macro v0.2.0 |
190 | 2024-12-19T20:57:09.160Z | Downloaded dof v0.3.0 |
191 | 2024-12-19T20:57:09.160Z | Downloaded deranged v0.3.11 |
192 | 2024-12-19T20:57:09.163Z | Downloaded debug-ignore v1.0.5 |
193 | 2024-12-19T20:57:09.166Z | Downloaded ppv-lite86 v0.2.20 |
194 | 2024-12-19T20:57:09.166Z | Downloaded paste v1.0.15 |
195 | 2024-12-19T20:57:09.168Z | Downloaded itoa v1.0.11 |
196 | 2024-12-19T20:57:09.171Z | Downloaded heck v0.5.0 |
197 | 2024-12-19T20:57:09.171Z | Downloaded progenitor v0.8.0 |
198 | 2024-12-19T20:57:09.174Z | Downloaded toml_datetime v0.6.8 |
199 | 2024-12-19T20:57:09.174Z | Downloaded parse-display v0.10.0 |
200 | 2024-12-19T20:57:09.177Z | Downloaded tinystr v0.7.6 |
201 | 2024-12-19T20:57:09.179Z | Downloaded rand_core v0.6.4 |
202 | 2024-12-19T20:57:09.182Z | Downloaded rand_chacha v0.3.1 |
203 | 2024-12-19T20:57:09.182Z | Downloaded writeable v0.5.5 |
204 | 2024-12-19T20:57:09.184Z | Downloaded async-trait v0.1.83 |
205 | 2024-12-19T20:57:09.187Z | Downloaded quinn-udp v0.5.5 |
206 | 2024-12-19T20:57:09.190Z | Downloaded progenitor-macro v0.8.0 |
207 | 2024-12-19T20:57:09.192Z | Downloaded pkg-config v0.3.31 |
208 | 2024-12-19T20:57:09.193Z | Downloaded zerofrom-derive v0.1.4 |
209 | 2024-12-19T20:57:09.193Z | Downloaded macaddr v1.0.1 |
210 | 2024-12-19T20:57:09.196Z | Downloaded scroll_derive v0.12.0 |
211 | 2024-12-19T20:57:09.196Z | Downloaded pest_generator v2.7.14 |
212 | 2024-12-19T20:57:09.199Z | Downloaded percent-encoding v2.3.1 |
213 | 2024-12-19T20:57:09.199Z | Downloaded is-terminal v0.4.13 |
214 | 2024-12-19T20:57:09.201Z | Downloaded http-body-util v0.1.2 |
215 | 2024-12-19T20:57:09.205Z | Downloaded typify v0.2.0 |
216 | 2024-12-19T20:57:09.208Z | Downloaded powerfmt v0.2.0 |
217 | 2024-12-19T20:57:09.208Z | Downloaded plain v0.2.3 |
218 | 2024-12-19T20:57:09.208Z | Downloaded newtype-uuid v1.1.3 |
219 | 2024-12-19T20:57:09.211Z | Downloaded parse-display-derive v0.10.0 |
220 | 2024-12-19T20:57:09.211Z | Downloaded time-core v0.1.2 |
221 | 2024-12-19T20:57:09.213Z | Downloaded take_mut v0.2.2 |
222 | 2024-12-19T20:57:09.213Z | Downloaded thiserror-impl v1.0.69 |
223 | 2024-12-19T20:57:09.216Z | Downloaded ipnetwork v0.20.0 |
224 | 2024-12-19T20:57:09.216Z | Downloaded tokio-rustls v0.26.0 |
225 | 2024-12-19T20:57:09.219Z | Downloaded hostname v0.4.0 |
226 | 2024-12-19T20:57:09.221Z | Downloaded hostname v0.3.1 |
227 | 2024-12-19T20:57:09.221Z | Downloaded iana-time-zone v0.1.61 |
228 | 2024-12-19T20:57:09.224Z | Downloaded futures-channel v0.3.31 |
229 | 2024-12-19T20:57:09.227Z | Downloaded tokio-rustls v0.25.0 |
230 | 2024-12-19T20:57:09.230Z | Downloaded camino v1.1.9 |
231 | 2024-12-19T20:57:09.230Z | Downloaded displaydoc v0.2.5 |
232 | 2024-12-19T20:57:09.232Z | Downloaded zerovec-derive v0.10.3 |
233 | 2024-12-19T20:57:09.235Z | Downloaded backoff v0.4.0 |
234 | 2024-12-19T20:57:09.237Z | Downloaded idna_adapter v1.2.0 |
235 | 2024-12-19T20:57:09.237Z | Downloaded hyper-tls v0.6.0 |
236 | 2024-12-19T20:57:09.240Z | Downloaded darling v0.20.10 |
237 | 2024-12-19T20:57:09.243Z | Downloaded pin-project-lite v0.2.14 |
238 | 2024-12-19T20:57:09.247Z | Downloaded quote v1.0.37 |
239 | 2024-12-19T20:57:09.250Z | Downloaded once_cell v1.20.2 |
240 | 2024-12-19T20:57:09.252Z | Downloaded pest_derive v2.7.14 |
241 | 2024-12-19T20:57:09.255Z | Downloaded synstructure v0.13.1 |
242 | 2024-12-19T20:57:09.258Z | Downloaded sync_wrapper v1.0.1 |
243 | 2024-12-19T20:57:09.258Z | Downloaded signal-hook-registry v1.4.2 |
244 | 2024-12-19T20:57:09.260Z | Downloaded serde_path_to_error v0.1.16 |
245 | 2024-12-19T20:57:09.262Z | Downloaded ipnet v2.10.1 |
246 | 2024-12-19T20:57:09.263Z | Downloaded unicode-ident v1.0.13 |
247 | 2024-12-19T20:57:09.265Z | Downloaded strum v0.26.3 |
248 | 2024-12-19T20:57:09.268Z | Downloaded structmeta v0.3.0 |
249 | 2024-12-19T20:57:09.268Z | Downloaded strsim v0.11.1 |
250 | 2024-12-19T20:57:09.271Z | Downloaded schemars_derive v0.8.21 |
251 | 2024-12-19T20:57:09.273Z | Downloaded tracing-core v0.1.32 |
252 | 2024-12-19T20:57:09.275Z | Downloaded serde_tokenstream v0.2.2 |
253 | 2024-12-19T20:57:09.278Z | Downloaded bitflags v2.6.0 |
254 | 2024-12-19T20:57:09.280Z | Downloaded rustc-hash v2.0.0 |
255 | 2024-12-19T20:57:09.282Z | Downloaded subtle v2.6.1 |
256 | 2024-12-19T20:57:09.282Z | Downloaded futures v0.3.31 |
257 | 2024-12-19T20:57:09.288Z | Downloaded progenitor-impl v0.8.0 |
258 | 2024-12-19T20:57:09.290Z | Downloaded dropshot_endpoint v0.13.0 |
259 | 2024-12-19T20:57:09.294Z | Downloaded pest_meta v2.7.14 |
260 | 2024-12-19T20:57:09.297Z | Downloaded zerocopy-derive v0.7.35 |
261 | 2024-12-19T20:57:09.301Z | Downloaded thread_local v1.1.8 |
262 | 2024-12-19T20:57:09.303Z | Downloaded proc-macro2 v1.0.89 |
263 | 2024-12-19T20:57:09.306Z | Downloaded tinyvec v1.8.0 |
264 | 2024-12-19T20:57:09.308Z | Downloaded thiserror v1.0.69 |
265 | 2024-12-19T20:57:09.312Z | Downloaded scopeguard v1.2.0 |
266 | 2024-12-19T20:57:09.314Z | Downloaded toml v0.8.19 |
267 | 2024-12-19T20:57:09.317Z | Downloaded smallvec v1.13.2 |
268 | 2024-12-19T20:57:09.319Z | Downloaded rustls-pemfile v2.2.0 |
269 | 2024-12-19T20:57:09.322Z | Downloaded structmeta-derive v0.3.0 |
270 | 2024-12-19T20:57:09.325Z | Downloaded slog-async v2.8.0 |
271 | 2024-12-19T20:57:09.325Z | Downloaded num-traits v0.2.19 |
272 | 2024-12-19T20:57:09.327Z | Downloaded sha1 v0.10.6 |
273 | 2024-12-19T20:57:09.330Z | Downloaded semver v1.0.23 |
274 | 2024-12-19T20:57:09.332Z | Downloaded parking_lot v0.12.3 |
275 | 2024-12-19T20:57:09.335Z | Downloaded darling_core v0.20.10 |
276 | 2024-12-19T20:57:09.340Z | Downloaded anyhow v1.0.93 |
277 | 2024-12-19T20:57:09.344Z | Downloaded term v0.7.0 |
278 | 2024-12-19T20:57:09.347Z | Downloaded icu_properties v1.5.1 |
279 | 2024-12-19T20:57:09.350Z | Downloaded socket2 v0.5.7 |
280 | 2024-12-19T20:57:09.352Z | Downloaded log v0.4.22 |
281 | 2024-12-19T20:57:09.354Z | Downloaded tracing v0.1.40 |
282 | 2024-12-19T20:57:09.358Z | Downloaded url v2.5.3 |
283 | 2024-12-19T20:57:09.361Z | Downloaded ryu v1.0.18 |
284 | 2024-12-19T20:57:09.364Z | Downloaded sha2 v0.10.8 |
285 | 2024-12-19T20:57:09.367Z | Downloaded serde_derive_internals v0.29.1 |
286 | 2024-12-19T20:57:09.369Z | Downloaded rand v0.8.5 |
287 | 2024-12-19T20:57:09.372Z | Downloaded quinn v0.11.5 |
288 | 2024-12-19T20:57:09.375Z | Downloaded toml_edit v0.22.22 |
289 | 2024-12-19T20:57:09.397Z | Downloaded rustls-pki-types v1.9.0 |
290 | 2024-12-19T20:57:09.401Z | Downloaded schemars v0.8.21 |
291 | 2024-12-19T20:57:09.412Z | Downloaded icu_collections v1.5.0 |
292 | 2024-12-19T20:57:09.418Z | Downloaded memchr v2.7.4 |
293 | 2024-12-19T20:57:09.423Z | Downloaded serde v1.0.215 |
294 | 2024-12-19T20:57:09.426Z | Downloaded serde_derive v1.0.215 |
295 | 2024-12-19T20:57:09.429Z | Downloaded http v1.1.0 |
296 | 2024-12-19T20:57:09.432Z | Downloaded crossbeam-channel v0.5.13 |
297 | 2024-12-19T20:57:09.436Z | Downloaded base64 v0.22.1 |
298 | 2024-12-19T20:57:09.440Z | Downloaded hyper-util v0.1.10 |
299 | 2024-12-19T20:57:09.445Z | Downloaded serde_yaml v0.9.34+deprecated |
300 | 2024-12-19T20:57:09.448Z | Downloaded tokio-util v0.7.12 |
301 | 2024-12-19T20:57:09.454Z | Downloaded pest v2.7.14 |
302 | 2024-12-19T20:57:09.462Z | Downloaded time v0.3.36 |
303 | 2024-12-19T20:57:09.468Z | Downloaded zerovec v0.10.4 |
304 | 2024-12-19T20:57:09.473Z | Downloaded idna v1.0.3 |
305 | 2024-12-19T20:57:09.479Z | Downloaded winnow v0.6.20 |
306 | 2024-12-19T20:57:09.488Z | Downloaded zerocopy v0.7.35 |
307 | 2024-12-19T20:57:09.505Z | Downloaded hyper v1.5.0 |
308 | 2024-12-19T20:57:09.511Z | Downloaded h2 v0.4.6 |
309 | 2024-12-19T20:57:09.518Z | Downloaded serde_with v3.11.0 |
310 | 2024-12-19T20:57:09.526Z | Downloaded serde_json v1.0.132 |
311 | 2024-12-19T20:57:09.534Z | Downloaded futures-util v0.3.31 |
312 | 2024-12-19T20:57:09.545Z | Downloaded reqwest v0.12.9 |
313 | 2024-12-19T20:57:09.554Z | Downloaded rustls-webpki v0.102.8 |
314 | 2024-12-19T20:57:09.586Z | Downloaded icu_properties_data v1.5.0 |
315 | 2024-12-19T20:57:09.595Z | Downloaded regex v1.11.1 |
316 | 2024-12-19T20:57:09.606Z | Downloaded chrono v0.4.38 |
317 | 2024-12-19T20:57:09.614Z | Downloaded openssl v0.10.66 |
318 | 2024-12-19T20:57:09.624Z | Downloaded syn v2.0.87 |
319 | 2024-12-19T20:57:09.637Z | Downloaded webpki-roots v0.26.6 |
320 | 2024-12-19T20:57:09.640Z | Downloaded regress v0.10.1 |
321 | 2024-12-19T20:57:09.648Z | Downloaded rustls v0.23.14 |
322 | 2024-12-19T20:57:09.660Z | Downloaded dropshot v0.13.0 |
323 | 2024-12-19T20:57:09.681Z | Downloaded rustls v0.22.4 |
324 | 2024-12-19T20:57:09.694Z | Downloaded regex-syntax v0.8.5 |
325 | 2024-12-19T20:57:09.701Z | Downloaded openapiv3 v2.0.0 |
326 | 2024-12-19T20:57:09.713Z | Downloaded regress v0.9.1 |
327 | 2024-12-19T20:57:09.722Z | Downloaded vcpkg v0.2.15 |
328 | 2024-12-19T20:57:09.758Z | Downloaded typify-impl v0.2.0 |
329 | 2024-12-19T20:57:09.772Z | Downloaded quinn-proto v0.11.8 |
330 | 2024-12-19T20:57:09.778Z | Downloaded goblin v0.8.2 |
331 | 2024-12-19T20:57:09.784Z | Downloaded aho-corasick v1.1.3 |
332 | 2024-12-19T20:57:09.789Z | Downloaded hashbrown v0.14.5 |
333 | 2024-12-19T20:57:09.794Z | Downloaded hashbrown v0.15.1 |
334 | 2024-12-19T20:57:09.799Z | Downloaded hashbrown v0.12.3 |
335 | 2024-12-19T20:57:09.803Z | Downloaded mio v1.0.2 |
336 | 2024-12-19T20:57:09.809Z | Downloaded indexmap v2.6.0 |
337 | 2024-12-19T20:57:09.813Z | Downloaded icu_provider v1.5.0 |
338 | 2024-12-19T20:57:09.816Z | Downloaded regex-automata v0.4.8 |
339 | 2024-12-19T20:57:09.833Z | Downloaded cc v1.1.30 |
340 | 2024-12-19T20:57:09.836Z | Downloaded bytes v1.8.0 |
341 | 2024-12-19T20:57:09.840Z | Downloaded icu_normalizer_data v1.5.0 |
342 | 2024-12-19T20:57:09.842Z | Downloaded spin v0.9.8 |
343 | 2024-12-19T20:57:09.845Z | Downloaded getrandom v0.2.15 |
344 | 2024-12-19T20:57:09.847Z | Downloaded tokio v1.40.0 |
345 | 2024-12-19T20:57:09.882Z | Downloaded lock_api v0.4.12 |
346 | 2024-12-19T20:57:09.884Z | Downloaded slab v0.4.9 |
347 | 2024-12-19T20:57:09.886Z | Downloaded openssl-sys v0.9.103 |
348 | 2024-12-19T20:57:09.889Z | Downloaded serde_urlencoded v0.7.1 |
349 | 2024-12-19T20:57:09.891Z | Downloaded libc v0.2.162 |
350 | 2024-12-19T20:57:09.918Z | Downloaded slog-term v2.9.1 |
351 | 2024-12-19T20:57:09.920Z | Downloaded strum_macros v0.26.4 |
352 | 2024-12-19T20:57:09.923Z | Downloaded typenum v1.17.0 |
353 | 2024-12-19T20:57:09.926Z | Downloaded allocator-api2 v0.2.18 |
354 | 2024-12-19T20:57:09.928Z | Downloaded rustversion v1.0.17 |
355 | 2024-12-19T20:57:09.928Z | Downloaded stable_deref_trait v1.2.0 |
356 | 2024-12-19T20:57:09.931Z | Downloaded slog v2.7.0 |
357 | 2024-12-19T20:57:09.933Z | Downloaded unsafe-libyaml v0.2.11 |
358 | 2024-12-19T20:57:09.936Z | Downloaded indexmap v1.9.3 |
359 | 2024-12-19T20:57:09.939Z | Downloaded thread-id v4.2.2 |
360 | 2024-12-19T20:57:09.941Z | Downloaded scroll v0.12.0 |
361 | 2024-12-19T20:57:09.941Z | Downloaded slog-bunyan v2.5.0 |
362 | 2024-12-19T20:57:09.945Z | Downloaded icu_locid_transform_data v1.5.0 |
363 | 2024-12-19T20:57:09.947Z | Downloaded hyper-rustls v0.27.3 |
364 | 2024-12-19T20:57:09.947Z | Downloaded crossbeam-utils v0.8.20 |
365 | 2024-12-19T20:57:09.949Z | Downloaded uuid v1.11.0 |
366 | 2024-12-19T20:57:09.952Z | Downloaded icu_normalizer v1.5.0 |
367 | 2024-12-19T20:57:09.955Z | Downloaded icu_locid_transform v1.5.0 |
368 | 2024-12-19T20:57:09.958Z | Downloaded icu_locid v1.5.0 |
369 | 2024-12-19T20:57:09.961Z | Downloaded shlex v1.3.0 |
370 | 2024-12-19T20:57:09.964Z | Downloaded slog-json v2.6.1 |
371 | 2024-12-19T20:57:09.966Z | Downloaded serde_with_macros v3.11.0 |
372 | 2024-12-19T20:57:09.968Z | Downloaded usdt-impl v0.5.0 |
373 | 2024-12-19T20:57:09.968Z | Downloaded ucd-trie v0.1.7 |
374 | 2024-12-19T20:57:09.971Z | Downloaded serde_spanned v0.6.8 |
375 | 2024-12-19T20:57:09.971Z | Downloaded litemap v0.7.3 |
376 | 2024-12-19T20:57:09.973Z | Downloaded httparse v1.9.5 |
377 | 2024-12-19T20:57:09.976Z | Downloaded parking_lot_core v0.9.10 |
378 | 2024-12-19T20:57:09.978Z | Downloaded native-tls v0.2.12 |
379 | 2024-12-19T20:57:09.980Z | Downloaded multer v3.1.0 |
380 | 2024-12-19T20:57:09.983Z | Downloaded mime v0.3.17 |
381 | 2024-12-19T20:57:09.983Z | Downloaded yoke v0.7.4 |
382 | 2024-12-19T20:57:09.985Z | Downloaded version_check v0.9.5 |
383 | 2024-12-19T20:57:09.985Z | Downloaded pin-utils v0.1.0 |
384 | 2024-12-19T20:57:09.988Z | Downloaded zeroize v1.8.1 |
385 | 2024-12-19T20:57:09.988Z | Downloaded httpdate v1.0.3 |
386 | 2024-12-19T20:57:09.990Z | Downloaded hex v0.4.3 |
387 | 2024-12-19T20:57:09.990Z | Downloaded crypto-common v0.1.6 |
388 | 2024-12-19T20:57:09.990Z | Downloaded form_urlencoded v1.2.1 |
389 | 2024-12-19T20:57:09.992Z | Downloaded autocfg v1.4.0 |
390 | 2024-12-19T20:57:09.993Z | Downloaded usdt v0.5.0 |
391 | 2024-12-19T20:57:09.995Z | Downloaded futures-executor v0.3.31 |
392 | 2024-12-19T20:57:09.995Z | Downloaded fnv v1.0.7 |
393 | 2024-12-19T20:57:09.995Z | Downloaded dirs-next v2.0.0 |
394 | 2024-12-19T20:57:09.998Z | Downloaded digest v0.10.7 |
395 | 2024-12-19T20:57:09.998Z | Downloaded dyn-clone v1.0.17 |
396 | 2024-12-19T20:57:10.000Z | Downloaded cpufeatures v0.2.14 |
397 | 2024-12-19T20:57:10.003Z | Downloaded encoding_rs v0.8.34 |
398 | 2024-12-19T20:57:10.020Z | Downloaded cfg-if v1.0.0 |
399 | 2024-12-19T20:57:10.023Z | Downloaded byteorder v1.5.0 |
400 | 2024-12-19T20:57:10.023Z | Downloaded block-buffer v0.10.4 |
401 | 2024-12-19T20:57:10.025Z | Downloaded waitgroup v0.1.2 |
402 | 2024-12-19T20:57:10.184Z | Downloaded ring v0.17.8 |
403 | 2024-12-19T20:57:10.523Z | Compiling proc-macro2 v1.0.89 |
404 | 2024-12-19T20:57:10.523Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-19T20:57:10.523Z | Compiling libc v0.2.162 |
406 | 2024-12-19T20:57:10.527Z | Checking cfg-if v1.0.0 |
407 | 2024-12-19T20:57:10.527Z | Compiling autocfg v1.4.0 |
408 | 2024-12-19T20:57:10.527Z | Compiling serde v1.0.215 |
409 | 2024-12-19T20:57:10.527Z | Compiling version_check v0.9.5 |
410 | 2024-12-19T20:57:10.549Z | Checking memchr v2.7.4 |
411 | 2024-12-19T20:57:10.670Z | Checking itoa v1.0.11 |
412 | 2024-12-19T20:57:10.721Z | Compiling serde_json v1.0.132 |
413 | 2024-12-19T20:57:11.222Z | Compiling thiserror v1.0.69 |
414 | 2024-12-19T20:57:11.384Z | Checking once_cell v1.20.2 |
415 | 2024-12-19T20:57:11.400Z | Compiling shlex v1.3.0 |
416 | 2024-12-19T20:57:11.610Z | Compiling cc v1.1.30 |
417 | 2024-12-19T20:57:11.998Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-19T20:57:12.365Z | Compiling num-traits v0.2.19 |
419 | 2024-12-19T20:57:12.600Z | Checking smallvec v1.13.2 |
420 | 2024-12-19T20:57:12.600Z | Checking bytes v1.8.0 |
421 | 2024-12-19T20:57:12.639Z | Checking ryu v1.0.18 |
422 | 2024-12-19T20:57:12.838Z | Checking futures-core v0.3.31 |
423 | 2024-12-19T20:57:12.882Z | Compiling lock_api v0.4.12 |
424 | 2024-12-19T20:57:12.927Z | Compiling parking_lot_core v0.9.10 |
425 | 2024-12-19T20:57:12.981Z | Compiling byteorder v1.5.0 |
426 | 2024-12-19T20:57:13.331Z | Compiling ahash v0.8.11 |
427 | 2024-12-19T20:57:13.353Z | Checking scopeguard v1.2.0 |
428 | 2024-12-19T20:57:13.355Z | Checking getrandom v0.2.15 |
429 | 2024-12-19T20:57:13.390Z | Compiling schemars v0.8.21 |
430 | 2024-12-19T20:57:13.581Z | Compiling slab v0.4.9 |
431 | 2024-12-19T20:57:13.687Z | Compiling quote v1.0.37 |
432 | 2024-12-19T20:57:13.778Z | Checking futures-sink v0.3.31 |
433 | 2024-12-19T20:57:13.820Z | Checking log v0.4.22 |
434 | 2024-12-19T20:57:13.853Z | Checking mio v1.0.2 |
435 | 2024-12-19T20:57:13.887Z | Checking parking_lot v0.12.3 |
436 | 2024-12-19T20:57:13.908Z | Checking socket2 v0.5.7 |
437 | 2024-12-19T20:57:14.061Z | Compiling syn v2.0.87 |
438 | 2024-12-19T20:57:14.080Z | Checking signal-hook-registry v1.4.2 |
439 | 2024-12-19T20:57:14.148Z | Checking stable_deref_trait v1.2.0 |
440 | 2024-12-19T20:57:14.230Z | Compiling ring v0.17.8 |
441 | 2024-12-19T20:57:14.324Z | Checking fnv v1.0.7 |
442 | 2024-12-19T20:57:14.344Z | Compiling semver v1.0.23 |
443 | 2024-12-19T20:57:14.363Z | Checking equivalent v1.0.1 |
444 | 2024-12-19T20:57:14.397Z | Checking hashbrown v0.15.1 |
445 | 2024-12-19T20:57:14.433Z | Checking futures-channel v0.3.31 |
446 | 2024-12-19T20:57:14.451Z | Checking http v1.1.0 |
447 | 2024-12-19T20:57:14.470Z | Checking pin-utils v0.1.0 |
448 | 2024-12-19T20:57:14.506Z | Checking futures-io v0.3.31 |
449 | 2024-12-19T20:57:14.564Z | Checking futures-task v0.3.31 |
450 | 2024-12-19T20:57:14.735Z | Compiling vcpkg v0.2.15 |
451 | 2024-12-19T20:57:14.842Z | Compiling heck v0.5.0 |
452 | 2024-12-19T20:57:14.845Z | Compiling pkg-config v0.3.31 |
453 | 2024-12-19T20:57:14.948Z | Checking rustls-pki-types v1.9.0 |
454 | 2024-12-19T20:57:15.325Z | Checking spin v0.9.8 |
455 | 2024-12-19T20:57:15.526Z | Checking writeable v0.5.5 |
456 | 2024-12-19T20:57:15.545Z | Checking litemap v0.7.3 |
457 | 2024-12-19T20:57:15.815Z | Checking iana-time-zone v0.1.61 |
458 | 2024-12-19T20:57:15.834Z | Compiling ucd-trie v0.1.7 |
459 | 2024-12-19T20:57:15.953Z | Compiling httparse v1.9.5 |
460 | 2024-12-19T20:57:15.984Z | Checking untrusted v0.9.0 |
461 | 2024-12-19T20:57:16.144Z | Checking tracing-core v0.1.32 |
462 | 2024-12-19T20:57:16.303Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-19T20:57:16.320Z | Compiling openssl-sys v0.9.103 |
464 | 2024-12-19T20:57:16.434Z | Checking atomic-waker v1.1.2 |
465 | 2024-12-19T20:57:16.646Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-19T20:57:16.778Z | Checking tracing v0.1.40 |
467 | 2024-12-19T20:57:17.098Z | Checking http-body v1.0.1 |
468 | 2024-12-19T20:57:17.271Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2024-12-19T20:57:17.362Z | Checking zeroize v1.8.1 |
470 | 2024-12-19T20:57:17.383Z | Compiling uuid v1.11.0 |
471 | 2024-12-19T20:57:17.456Z | Checking subtle v2.6.1 |
472 | 2024-12-19T20:57:17.475Z | Checking try-lock v0.2.5 |
473 | 2024-12-19T20:57:17.573Z | Compiling chrono v0.4.38 |
474 | 2024-12-19T20:57:17.593Z | Checking want v0.3.1 |
475 | 2024-12-19T20:57:17.668Z | Compiling slog v2.7.0 |
476 | 2024-12-19T20:57:17.754Z | Compiling openssl v0.10.66 |
477 | 2024-12-19T20:57:17.960Z | Checking httpdate v1.0.3 |
478 | 2024-12-19T20:57:18.089Z | Checking icu_properties_data v1.5.0 |
479 | 2024-12-19T20:57:18.110Z | Checking foreign-types-shared v0.1.1 |
480 | 2024-12-19T20:57:18.197Z | Checking foreign-types v0.3.2 |
481 | 2024-12-19T20:57:18.236Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-19T20:57:18.279Z | Compiling native-tls v0.2.12 |
483 | 2024-12-19T20:57:18.303Z | Checking icu_normalizer_data v1.5.0 |
484 | 2024-12-19T20:57:18.380Z | Checking tower-service v0.3.3 |
485 | 2024-12-19T20:57:18.490Z | Checking percent-encoding v2.3.1 |
486 | 2024-12-19T20:57:18.609Z | Checking bitflags v2.6.0 |
487 | 2024-12-19T20:57:18.843Z | Checking utf16_iter v1.0.5 |
488 | 2024-12-19T20:57:19.005Z | Checking utf8_iter v1.0.4 |
489 | 2024-12-19T20:57:19.208Z | Checking write16 v1.0.0 |
490 | 2024-12-19T20:57:19.246Z | Compiling regex-syntax v0.8.5 |
491 | 2024-12-19T20:57:19.319Z | Compiling typenum v1.17.0 |
492 | 2024-12-19T20:57:19.338Z | Compiling rustls v0.23.14 |
493 | 2024-12-19T20:57:19.608Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-19T20:57:20.229Z | Compiling generic-array v0.14.7 |
495 | 2024-12-19T20:57:20.247Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-19T20:57:21.519Z | Compiling synstructure v0.13.1 |
497 | 2024-12-19T20:57:21.891Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-19T20:57:22.285Z | Compiling regex-automata v0.4.8 |
499 | 2024-12-19T20:57:22.705Z | Compiling usdt-impl v0.5.0 |
500 | 2024-12-19T20:57:22.845Z | Checking encoding_rs v0.8.34 |
501 | 2024-12-19T20:57:23.999Z | Compiling num-conv v0.1.0 |
502 | 2024-12-19T20:57:24.180Z | Compiling time-core v0.1.2 |
503 | 2024-12-19T20:57:24.288Z | Checking mime v0.3.17 |
504 | 2024-12-19T20:57:24.356Z | Checking powerfmt v0.2.0 |
505 | 2024-12-19T20:57:24.480Z | Compiling time-macros v0.2.18 |
506 | 2024-12-19T20:57:24.618Z | Checking deranged v0.3.11 |
507 | 2024-12-19T20:57:24.743Z | Compiling thread-id v4.2.2 |
508 | 2024-12-19T20:57:25.143Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-12-19T20:57:25.363Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-19T20:57:25.561Z | Compiling ident_case v1.0.1 |
511 | 2024-12-19T20:57:25.966Z | Checking plain v0.2.3 |
512 | 2024-12-19T20:57:26.015Z | Compiling serde_derive v1.0.215 |
513 | 2024-12-19T20:57:26.073Z | Compiling zerocopy-derive v0.7.35 |
514 | 2024-12-19T20:57:26.092Z | Compiling thiserror-impl v1.0.69 |
515 | 2024-12-19T20:57:26.174Z | Compiling zerofrom-derive v0.1.4 |
516 | 2024-12-19T20:57:26.321Z | Compiling schemars_derive v0.8.21 |
517 | 2024-12-19T20:57:27.587Z | Compiling yoke-derive v0.7.4 |
518 | 2024-12-19T20:57:27.946Z | Compiling zerocopy v0.7.35 |
519 | 2024-12-19T20:57:29.149Z | Compiling tokio-macros v2.4.0 |
520 | 2024-12-19T20:57:29.417Z | Compiling zerovec-derive v0.10.3 |
521 | 2024-12-19T20:57:29.579Z | Compiling displaydoc v0.2.5 |
522 | 2024-12-19T20:57:29.716Z | Checking zerofrom v0.1.4 |
523 | 2024-12-19T20:57:29.737Z | Compiling futures-macro v0.3.31 |
524 | 2024-12-19T20:57:30.293Z | Checking yoke v0.7.4 |
525 | 2024-12-19T20:57:30.440Z | Compiling pest v2.7.14 |
526 | 2024-12-19T20:57:30.621Z | Checking tokio v1.40.0 |
527 | 2024-12-19T20:57:30.770Z | Compiling icu_provider_macros v1.5.0 |
528 | 2024-12-19T20:57:31.174Z | Compiling hashbrown v0.14.5 |
529 | 2024-12-19T20:57:31.598Z | Checking futures-util v0.3.31 |
530 | 2024-12-19T20:57:31.950Z | Checking zerovec v0.10.4 |
531 | 2024-12-19T20:57:32.312Z | Checking rustls-webpki v0.102.8 |
532 | 2024-12-19T20:57:32.387Z | Compiling regress v0.10.1 |
533 | 2024-12-19T20:57:32.480Z | Compiling openssl-macros v0.1.1 |
534 | 2024-12-19T20:57:33.016Z | Compiling pest_meta v2.7.14 |
535 | 2024-12-19T20:57:33.583Z | Checking tinystr v0.7.6 |
536 | 2024-12-19T20:57:33.947Z | Checking icu_locid v1.5.0 |
537 | 2024-12-19T20:57:35.020Z | Checking icu_provider v1.5.0 |
538 | 2024-12-19T20:57:35.718Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-12-19T20:57:36.756Z | Compiling pest_generator v2.7.14 |
540 | 2024-12-19T20:57:36.836Z | Checking icu_collections v1.5.0 |
541 | 2024-12-19T20:57:37.506Z | Checking icu_properties v1.5.1 |
542 | 2024-12-19T20:57:37.858Z | Checking tokio-util v0.7.12 |
543 | 2024-12-19T20:57:38.320Z | Checking http-body-util v0.1.2 |
544 | 2024-12-19T20:57:38.515Z | Checking indexmap v2.6.0 |
545 | 2024-12-19T20:57:38.975Z | Compiling pest_derive v2.7.14 |
546 | 2024-12-19T20:57:39.449Z | Compiling serde_tokenstream v0.2.2 |
547 | 2024-12-19T20:57:39.803Z | Checking h2 v0.4.6 |
548 | 2024-12-19T20:57:40.464Z | Compiling scroll_derive v0.12.0 |
549 | 2024-12-19T20:57:40.731Z | Compiling regex v1.11.1 |
550 | 2024-12-19T20:57:40.830Z | Checking icu_normalizer v1.5.0 |
551 | 2024-12-19T20:57:41.654Z | Checking idna_adapter v1.2.0 |
552 | 2024-12-19T20:57:41.713Z | Compiling dof v0.3.0 |
553 | 2024-12-19T20:57:42.035Z | Checking idna v1.0.3 |
554 | 2024-12-19T20:57:42.047Z | Checking scroll v0.12.0 |
555 | 2024-12-19T20:57:42.047Z | Checking tokio-native-tls v0.3.1 |
556 | 2024-12-19T20:57:42.179Z | Compiling dtrace-parser v0.2.0 |
557 | 2024-12-19T20:57:42.199Z | Checking tokio-rustls v0.26.0 |
558 | 2024-12-19T20:57:42.301Z | Checking serde_urlencoded v0.7.1 |
559 | 2024-12-19T20:57:42.582Z | Compiling crossbeam-utils v0.8.20 |
560 | 2024-12-19T20:57:42.718Z | Compiling strsim v0.11.1 |
561 | 2024-12-19T20:57:43.306Z | Compiling typify-impl v0.2.0 |
562 | 2024-12-19T20:57:43.462Z | Checking base64 v0.22.1 |
563 | 2024-12-19T20:57:43.945Z | Checking num_threads v0.1.7 |
564 | 2024-12-19T20:57:44.011Z | Checking hyper v1.5.0 |
565 | 2024-12-19T20:57:44.061Z | Checking time v0.3.36 |
566 | 2024-12-19T20:57:44.737Z | Compiling darling_core v0.20.10 |
567 | 2024-12-19T20:57:46.117Z | Checking hyper-util v0.1.10 |
568 | 2024-12-19T20:57:46.265Z | Checking goblin v0.8.2 |
569 | 2024-12-19T20:57:46.456Z | Checking url v2.5.3 |
570 | 2024-12-19T20:57:46.520Z | Compiling openapiv3 v2.0.0 |
571 | 2024-12-19T20:57:47.331Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-19T20:57:47.512Z | Checking sync_wrapper v1.0.1 |
573 | 2024-12-19T20:57:47.837Z | Checking hyper-rustls v0.27.3 |
574 | 2024-12-19T20:57:48.040Z | Checking hyper-tls v0.6.0 |
575 | 2024-12-19T20:57:48.158Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2024-12-19T20:57:48.311Z | Compiling unsafe-libyaml v0.2.11 |
577 | 2024-12-19T20:57:48.467Z | Compiling paste v1.0.15 |
578 | 2024-12-19T20:57:48.470Z | Checking ipnet v2.10.1 |
579 | 2024-12-19T20:57:48.970Z | Checking pretty-hex v0.4.1 |
580 | 2024-12-19T20:57:48.989Z | Compiling rustls v0.22.4 |
581 | 2024-12-19T20:57:49.145Z | Compiling rustversion v1.0.17 |
582 | 2024-12-19T20:57:49.397Z | Checking reqwest v0.12.9 |
583 | 2024-12-19T20:57:49.877Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2024-12-19T20:57:50.304Z | Checking dirs-next v2.0.0 |
585 | 2024-12-19T20:57:50.795Z | Checking serde_spanned v0.6.8 |
586 | 2024-12-19T20:57:50.845Z | Checking toml_datetime v0.6.8 |
587 | 2024-12-19T20:57:50.872Z | Checking ppv-lite86 v0.2.20 |
588 | 2024-12-19T20:57:50.971Z | Compiling darling_macro v0.20.10 |
589 | 2024-12-19T20:57:50.974Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-19T20:57:51.118Z | Checking crypto-common v0.1.6 |
591 | 2024-12-19T20:57:51.279Z | Checking block-buffer v0.10.4 |
592 | 2024-12-19T20:57:51.469Z | Checking rand_core v0.6.4 |
593 | 2024-12-19T20:57:51.614Z | Checking thread_local v1.1.8 |
594 | 2024-12-19T20:57:51.633Z | Compiling multer v3.1.0 |
595 | 2024-12-19T20:57:51.736Z | Compiling slog-async v2.8.0 |
596 | 2024-12-19T20:57:51.893Z | Compiling camino v1.1.9 |
597 | 2024-12-19T20:57:51.948Z | Checking match_cfg v0.1.0 |
598 | 2024-12-19T20:57:51.967Z | Checking winnow v0.6.20 |
599 | 2024-12-19T20:57:51.967Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-19T20:57:52.035Z | Compiling anyhow v1.0.93 |
601 | 2024-12-19T20:57:52.288Z | Checking hostname v0.3.1 |
602 | 2024-12-19T20:57:52.433Z | Compiling darling v0.20.10 |
603 | 2024-12-19T20:57:52.533Z | Checking rand_chacha v0.3.1 |
604 | 2024-12-19T20:57:52.553Z | Checking crossbeam-channel v0.5.13 |
605 | 2024-12-19T20:57:52.892Z | Checking digest v0.10.7 |
606 | 2024-12-19T20:57:52.930Z | Checking progenitor-client v0.8.0 |
607 | 2024-12-19T20:57:52.998Z | Checking term v0.7.0 |
608 | 2024-12-19T20:57:53.415Z | Compiling usdt-macro v0.5.0 |
609 | 2024-12-19T20:57:53.444Z | Compiling usdt-attr-macro v0.5.0 |
610 | 2024-12-19T20:57:53.572Z | Compiling structmeta v0.3.0 |
611 | 2024-12-19T20:57:53.980Z | Checking slog-json v2.6.1 |
612 | 2024-12-19T20:57:54.220Z | Checking futures-executor v0.3.31 |
613 | 2024-12-19T20:57:54.316Z | Compiling async-stream-impl v0.3.6 |
614 | 2024-12-19T20:57:54.434Z | Checking memmap v0.7.0 |
615 | 2024-12-19T20:57:54.452Z | Checking is-terminal v0.4.13 |
616 | 2024-12-19T20:57:54.576Z | Compiling dropshot v0.13.0 |
617 | 2024-12-19T20:57:54.620Z | Checking take_mut v0.2.2 |
618 | 2024-12-19T20:57:54.685Z | Checking cpufeatures v0.2.14 |
619 | 2024-12-19T20:57:54.783Z | Checking sha1 v0.10.6 |
620 | 2024-12-19T20:57:54.873Z | Checking usdt v0.5.0 |
621 | 2024-12-19T20:57:54.967Z | Checking slog-term v2.9.1 |
622 | 2024-12-19T20:57:55.001Z | Checking toml_edit v0.22.22 |
623 | 2024-12-19T20:57:55.045Z | Checking futures v0.3.31 |
624 | 2024-12-19T20:57:55.048Z | Compiling strum_macros v0.26.4 |
625 | 2024-12-19T20:57:55.104Z | Checking slog-bunyan v2.5.0 |
626 | 2024-12-19T20:57:55.154Z | Compiling parse-display-derive v0.10.0 |
627 | 2024-12-19T20:57:55.477Z | Checking rand v0.8.5 |
628 | 2024-12-19T20:57:55.611Z | Checking async-stream v0.3.6 |
629 | 2024-12-19T20:57:55.630Z | Compiling serde_with_macros v3.11.0 |
630 | 2024-12-19T20:57:56.906Z | Checking ipnetwork v0.20.0 |
631 | 2024-12-19T20:57:56.937Z | Checking tokio-rustls v0.25.0 |
632 | 2024-12-19T20:57:57.006Z | Compiling dropshot_endpoint v0.13.0 |
633 | 2024-12-19T20:57:57.144Z | Compiling typify-macro v0.2.0 |
634 | 2024-12-19T20:57:57.249Z | Checking serde_path_to_error v0.1.16 |
635 | 2024-12-19T20:57:57.299Z | Checking hex v0.4.3 |
636 | 2024-12-19T20:57:57.594Z | Checking toml v0.8.19 |
637 | 2024-12-19T20:57:57.837Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
638 | 2024-12-19T20:57:57.894Z | Compiling async-trait v0.1.83 |
639 | 2024-12-19T20:57:58.247Z | Checking waitgroup v0.1.2 |
640 | 2024-12-19T20:57:58.300Z | Checking hostname v0.4.0 |
641 | 2024-12-19T20:57:58.384Z | Checking instant v0.1.13 |
642 | 2024-12-19T20:57:58.434Z | Checking debug-ignore v1.0.5 |
643 | 2024-12-19T20:57:58.500Z | Checking backoff v0.4.0 |
644 | 2024-12-19T20:57:58.568Z | Checking serde_with v3.11.0 |
645 | 2024-12-19T20:57:58.617Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2024-12-19T20:57:58.758Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
647 | 2024-12-19T20:57:58.778Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
648 | 2024-12-19T20:57:58.915Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
649 | 2024-12-19T20:57:58.952Z | Checking parse-display v0.10.0 |
650 | 2024-12-19T20:57:59.111Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2024-12-19T20:57:59.183Z | Checking macaddr v1.0.1 |
652 | 2024-12-19T20:57:59.262Z | Checking regress v0.9.1 |
653 | 2024-12-19T20:57:59.536Z | Checking strum v0.26.3 |
654 | 2024-12-19T20:58:00.528Z | Compiling typify v0.2.0 |
655 | 2024-12-19T20:58:00.613Z | Compiling progenitor-impl v0.8.0 |
656 | 2024-12-19T20:58:03.299Z | Compiling progenitor-macro v0.8.0 |
657 | 2024-12-19T20:58:07.511Z | Checking progenitor v0.8.0 |
658 | 2024-12-19T20:58:07.638Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
659 | 2024-12-19T20:58:10.551Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
660 | 2024-12-19T20:58:18.208Z | Checking test-project v0.1.0 (/tmp/test-project) |
661 | 2024-12-19T20:58:18.270Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
662 | 2024-12-19T20:58:18.604Z | + cargo build --release |
663 | 2024-12-19T20:58:18.859Z | Compiling proc-macro2 v1.0.89 |
664 | 2024-12-19T20:58:18.859Z | Compiling unicode-ident v1.0.13 |
665 | 2024-12-19T20:58:18.862Z | Compiling libc v0.2.162 |
666 | 2024-12-19T20:58:18.862Z | Compiling cfg-if v1.0.0 |
667 | 2024-12-19T20:58:18.862Z | Compiling autocfg v1.4.0 |
668 | 2024-12-19T20:58:18.862Z | Compiling serde v1.0.215 |
669 | 2024-12-19T20:58:18.862Z | Compiling version_check v0.9.5 |
670 | 2024-12-19T20:58:18.862Z | Compiling memchr v2.7.4 |
671 | 2024-12-19T20:58:18.976Z | Compiling serde_json v1.0.132 |
672 | 2024-12-19T20:58:19.046Z | Compiling itoa v1.0.11 |
673 | 2024-12-19T20:58:19.307Z | Compiling thiserror v1.0.69 |
674 | 2024-12-19T20:58:19.428Z | Compiling once_cell v1.20.2 |
675 | 2024-12-19T20:58:19.537Z | Compiling shlex v1.3.0 |
676 | 2024-12-19T20:58:19.751Z | Compiling cc v1.1.30 |
677 | 2024-12-19T20:58:19.869Z | Compiling num-traits v0.2.19 |
678 | 2024-12-19T20:58:20.138Z | Compiling pin-project-lite v0.2.14 |
679 | 2024-12-19T20:58:20.246Z | Compiling getrandom v0.2.15 |
680 | 2024-12-19T20:58:20.342Z | Compiling smallvec v1.13.2 |
681 | 2024-12-19T20:58:20.352Z | Compiling bytes v1.8.0 |
682 | 2024-12-19T20:58:20.575Z | Compiling quote v1.0.37 |
683 | 2024-12-19T20:58:20.575Z | Compiling ryu v1.0.18 |
684 | 2024-12-19T20:58:20.711Z | Compiling futures-core v0.3.31 |
685 | 2024-12-19T20:58:20.955Z | Compiling syn v2.0.87 |
686 | 2024-12-19T20:58:21.025Z | Compiling lock_api v0.4.12 |
687 | 2024-12-19T20:58:21.171Z | Compiling ahash v0.8.11 |
688 | 2024-12-19T20:58:21.195Z | Compiling byteorder v1.5.0 |
689 | 2024-12-19T20:58:21.351Z | Compiling schemars v0.8.21 |
690 | 2024-12-19T20:58:21.463Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-19T20:58:21.622Z | Compiling scopeguard v1.2.0 |
692 | 2024-12-19T20:58:21.656Z | Compiling slab v0.4.9 |
693 | 2024-12-19T20:58:21.693Z | Compiling log v0.4.22 |
694 | 2024-12-19T20:58:21.993Z | Compiling futures-sink v0.3.31 |
695 | 2024-12-19T20:58:22.126Z | Compiling socket2 v0.5.7 |
696 | 2024-12-19T20:58:22.140Z | Compiling mio v1.0.2 |
697 | 2024-12-19T20:58:22.147Z | Compiling signal-hook-registry v1.4.2 |
698 | 2024-12-19T20:58:22.230Z | Compiling semver v1.0.23 |
699 | 2024-12-19T20:58:22.259Z | Compiling parking_lot v0.12.3 |
700 | 2024-12-19T20:58:22.661Z | Compiling stable_deref_trait v1.2.0 |
701 | 2024-12-19T20:58:22.718Z | Compiling ring v0.17.8 |
702 | 2024-12-19T20:58:22.753Z | Compiling hashbrown v0.15.1 |
703 | 2024-12-19T20:58:23.056Z | Compiling equivalent v1.0.1 |
704 | 2024-12-19T20:58:23.155Z | Compiling fnv v1.0.7 |
705 | 2024-12-19T20:58:23.279Z | Compiling http v1.1.0 |
706 | 2024-12-19T20:58:23.674Z | Compiling futures-channel v0.3.31 |
707 | 2024-12-19T20:58:23.723Z | Compiling futures-task v0.3.31 |
708 | 2024-12-19T20:58:23.766Z | Compiling futures-io v0.3.31 |
709 | 2024-12-19T20:58:24.014Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-19T20:58:24.099Z | Compiling vcpkg v0.2.15 |
711 | 2024-12-19T20:58:24.129Z | Compiling rustls-pki-types v1.9.0 |
712 | 2024-12-19T20:58:24.216Z | Compiling pkg-config v0.3.31 |
713 | 2024-12-19T20:58:24.286Z | Compiling spin v0.9.8 |
714 | 2024-12-19T20:58:24.354Z | Compiling heck v0.5.0 |
715 | 2024-12-19T20:58:25.391Z | Compiling iana-time-zone v0.1.61 |
716 | 2024-12-19T20:58:25.400Z | Compiling ucd-trie v0.1.7 |
717 | 2024-12-19T20:58:25.714Z | Compiling openssl-sys v0.9.103 |
718 | 2024-12-19T20:58:25.888Z | Compiling writeable v0.5.5 |
719 | 2024-12-19T20:58:25.936Z | Compiling httparse v1.9.5 |
720 | 2024-12-19T20:58:26.108Z | Compiling untrusted v0.9.0 |
721 | 2024-12-19T20:58:26.278Z | Compiling litemap v0.7.3 |
722 | 2024-12-19T20:58:26.717Z | Compiling tracing-core v0.1.32 |
723 | 2024-12-19T20:58:26.805Z | Compiling allocator-api2 v0.2.18 |
724 | 2024-12-19T20:58:26.988Z | Compiling dyn-clone v1.0.17 |
725 | 2024-12-19T20:58:27.189Z | Compiling atomic-waker v1.1.2 |
726 | 2024-12-19T20:58:27.559Z | Compiling tracing v0.1.40 |
727 | 2024-12-19T20:58:27.884Z | Compiling http-body v1.0.1 |
728 | 2024-12-19T20:58:28.110Z | Compiling zeroize v1.8.1 |
729 | 2024-12-19T20:58:28.206Z | Compiling uuid v1.11.0 |
730 | 2024-12-19T20:58:28.384Z | Compiling chrono v0.4.38 |
731 | 2024-12-19T20:58:28.443Z | Compiling try-lock v0.2.5 |
732 | 2024-12-19T20:58:28.587Z | Compiling subtle v2.6.1 |
733 | 2024-12-19T20:58:28.737Z | Compiling synstructure v0.13.1 |
734 | 2024-12-19T20:58:28.763Z | Compiling serde_derive_internals v0.29.1 |
735 | 2024-12-19T20:58:28.846Z | Compiling icu_locid_transform_data v1.5.0 |
736 | 2024-12-19T20:58:28.938Z | Compiling want v0.3.1 |
737 | 2024-12-19T20:58:29.247Z | Compiling slog v2.7.0 |
738 | 2024-12-19T20:58:29.726Z | Compiling httpdate v1.0.3 |
739 | 2024-12-19T20:58:30.103Z | Compiling openssl v0.10.66 |
740 | 2024-12-19T20:58:30.436Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-12-19T20:58:30.465Z | Compiling icu_properties_data v1.5.0 |
742 | 2024-12-19T20:58:30.545Z | Compiling foreign-types v0.3.2 |
743 | 2024-12-19T20:58:30.866Z | Compiling aho-corasick v1.1.3 |
744 | 2024-12-19T20:58:30.999Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2024-12-19T20:58:31.088Z | Compiling write16 v1.0.0 |
746 | 2024-12-19T20:58:31.096Z | Compiling native-tls v0.2.12 |
747 | 2024-12-19T20:58:31.434Z | Compiling bitflags v2.6.0 |
748 | 2024-12-19T20:58:31.790Z | Compiling regex-syntax v0.8.5 |
749 | 2024-12-19T20:58:32.066Z | Compiling tower-service v0.3.3 |
750 | 2024-12-19T20:58:32.126Z | Compiling percent-encoding v2.3.1 |
751 | 2024-12-19T20:58:32.186Z | Compiling typenum v1.17.0 |
752 | 2024-12-19T20:58:32.562Z | Compiling rustls v0.23.14 |
753 | 2024-12-19T20:58:32.666Z | Compiling utf16_iter v1.0.5 |
754 | 2024-12-19T20:58:32.861Z | Compiling utf8_iter v1.0.4 |
755 | 2024-12-19T20:58:32.879Z | Compiling form_urlencoded v1.2.1 |
756 | 2024-12-19T20:58:33.224Z | Compiling generic-array v0.14.7 |
757 | 2024-12-19T20:58:33.419Z | Compiling openssl-probe v0.1.5 |
758 | 2024-12-19T20:58:34.277Z | Compiling serde_derive v1.0.215 |
759 | 2024-12-19T20:58:34.813Z | Compiling zerocopy-derive v0.7.35 |
760 | 2024-12-19T20:58:34.849Z | Compiling thiserror-impl v1.0.69 |
761 | 2024-12-19T20:58:35.266Z | Compiling schemars_derive v0.8.21 |
762 | 2024-12-19T20:58:35.656Z | Compiling zerofrom-derive v0.1.4 |
763 | 2024-12-19T20:58:36.854Z | Compiling zerocopy v0.7.35 |
764 | 2024-12-19T20:58:37.861Z | Compiling yoke-derive v0.7.4 |
765 | 2024-12-19T20:58:38.257Z | Compiling tokio-macros v2.4.0 |
766 | 2024-12-19T20:58:38.454Z | Compiling zerovec-derive v0.10.3 |
767 | 2024-12-19T20:58:39.245Z | Compiling zerofrom v0.1.4 |
768 | 2024-12-19T20:58:39.424Z | Compiling displaydoc v0.2.5 |
769 | 2024-12-19T20:58:39.464Z | Compiling futures-macro v0.3.31 |
770 | 2024-12-19T20:58:39.826Z | Compiling tokio v1.40.0 |
771 | 2024-12-19T20:58:40.561Z | Compiling yoke v0.7.4 |
772 | 2024-12-19T20:58:40.990Z | Compiling zerovec v0.10.4 |
773 | 2024-12-19T20:58:40.998Z | Compiling pest v2.7.14 |
774 | 2024-12-19T20:58:41.331Z | Compiling futures-util v0.3.31 |
775 | 2024-12-19T20:58:41.565Z | Compiling icu_provider_macros v1.5.0 |
776 | 2024-12-19T20:58:41.569Z | Compiling hashbrown v0.14.5 |
777 | 2024-12-19T20:58:42.887Z | Compiling rustls-webpki v0.102.8 |
778 | 2024-12-19T20:58:43.878Z | Compiling tinystr v0.7.6 |
779 | 2024-12-19T20:58:44.003Z | Compiling pest_meta v2.7.14 |
780 | 2024-12-19T20:58:44.317Z | Compiling icu_locid v1.5.0 |
781 | 2024-12-19T20:58:47.652Z | Compiling icu_provider v1.5.0 |
782 | 2024-12-19T20:58:48.092Z | Compiling pest_generator v2.7.14 |
783 | 2024-12-19T20:58:48.650Z | Compiling indexmap v2.6.0 |
784 | 2024-12-19T20:58:49.839Z | Compiling serde_tokenstream v0.2.2 |
785 | 2024-12-19T20:58:50.493Z | Compiling tokio-util v0.7.12 |
786 | 2024-12-19T20:58:51.591Z | Compiling h2 v0.4.6 |
787 | 2024-12-19T20:58:51.874Z | Compiling icu_locid_transform v1.5.0 |
788 | 2024-12-19T20:58:52.743Z | Compiling icu_collections v1.5.0 |
789 | 2024-12-19T20:58:55.163Z | Compiling regress v0.10.1 |
790 | 2024-12-19T20:58:55.439Z | Compiling icu_properties v1.5.1 |
791 | 2024-12-19T20:58:57.886Z | Compiling hyper v1.5.0 |
792 | 2024-12-19T20:58:58.925Z | Compiling pest_derive v2.7.14 |
793 | 2024-12-19T20:58:59.783Z | Compiling typify-impl v0.2.0 |
794 | 2024-12-19T20:59:00.589Z | Compiling openssl-macros v0.1.1 |
795 | 2024-12-19T20:59:01.749Z | Compiling hyper-util v0.1.10 |
796 | 2024-12-19T20:59:07.523Z | Compiling icu_normalizer v1.5.0 |
797 | 2024-12-19T20:59:07.787Z | Compiling regex-automata v0.4.8 |
798 | 2024-12-19T20:59:08.629Z | Compiling idna_adapter v1.2.0 |
799 | 2024-12-19T20:59:09.933Z | Compiling http-body-util v0.1.2 |
800 | 2024-12-19T20:59:10.927Z | Compiling scroll_derive v0.12.0 |
801 | 2024-12-19T20:59:11.933Z | Compiling typify-macro v0.2.0 |
802 | 2024-12-19T20:59:12.406Z | Compiling regex v1.11.1 |
803 | 2024-12-19T20:59:12.965Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-19T20:59:13.340Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-19T20:59:15.569Z | Compiling num-conv v0.1.0 |
806 | 2024-12-19T20:59:15.721Z | Compiling powerfmt v0.2.0 |
807 | 2024-12-19T20:59:15.802Z | Compiling mime v0.3.17 |
808 | 2024-12-19T20:59:15.833Z | Compiling time-core v0.1.2 |
809 | 2024-12-19T20:59:15.993Z | Compiling time-macros v0.2.18 |
810 | 2024-12-19T20:59:16.267Z | Compiling deranged v0.3.11 |
811 | 2024-12-19T20:59:17.021Z | Compiling tokio-rustls v0.26.0 |
812 | 2024-12-19T20:59:18.493Z | Compiling scroll v0.12.0 |
813 | 2024-12-19T20:59:19.050Z | Compiling tokio-native-tls v0.3.1 |
814 | 2024-12-19T20:59:19.064Z | Compiling idna v1.0.3 |
815 | 2024-12-19T20:59:24.057Z | Compiling dtrace-parser v0.2.0 |
816 | 2024-12-19T20:59:24.835Z | Compiling dof v0.3.0 |
817 | 2024-12-19T20:59:25.675Z | Compiling serde_urlencoded v0.7.1 |
818 | 2024-12-19T20:59:25.787Z | Compiling thread-id v4.2.2 |
819 | 2024-12-19T20:59:25.884Z | Compiling rustls-pemfile v2.2.0 |
820 | 2024-12-19T20:59:26.268Z | Compiling webpki-roots v0.26.6 |
821 | 2024-12-19T20:59:26.339Z | Compiling omicron-workspace-hack v0.1.0 |
822 | 2024-12-19T20:59:27.201Z | Compiling ident_case v1.0.1 |
823 | 2024-12-19T20:59:27.368Z | Compiling base64 v0.22.1 |
824 | 2024-12-19T20:59:27.824Z | Compiling strsim v0.11.1 |
825 | 2024-12-19T20:59:27.948Z | Compiling num_threads v0.1.7 |
826 | 2024-12-19T20:59:28.178Z | Compiling plain v0.2.3 |
827 | 2024-12-19T20:59:28.334Z | Compiling crossbeam-utils v0.8.20 |
828 | 2024-12-19T20:59:28.444Z | Compiling goblin v0.8.2 |
829 | 2024-12-19T20:59:28.551Z | Compiling darling_core v0.20.10 |
830 | 2024-12-19T20:59:29.204Z | Compiling time v0.3.36 |
831 | 2024-12-19T20:59:34.683Z | Compiling hyper-rustls v0.27.3 |
832 | 2024-12-19T20:59:36.373Z | Compiling url v2.5.3 |
833 | 2024-12-19T20:59:37.003Z | Compiling hyper-tls v0.6.0 |
834 | 2024-12-19T20:59:37.485Z | Compiling typify v0.2.0 |
835 | 2024-12-19T20:59:37.607Z | Compiling openapiv3 v2.0.0 |
836 | 2024-12-19T20:59:40.048Z | Compiling sync_wrapper v1.0.1 |
837 | 2024-12-19T20:59:40.191Z | Compiling dirs-sys-next v0.1.2 |
838 | 2024-12-19T20:59:41.655Z | Compiling rustls v0.22.4 |
839 | 2024-12-19T20:59:41.895Z | Compiling ipnet v2.10.1 |
840 | 2024-12-19T20:59:41.955Z | Compiling paste v1.0.15 |
841 | 2024-12-19T20:59:42.149Z | Compiling pretty-hex v0.4.1 |
842 | 2024-12-19T20:59:42.351Z | Compiling rustversion v1.0.17 |
843 | 2024-12-19T20:59:42.446Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2024-12-19T20:59:43.094Z | Compiling reqwest v0.12.9 |
845 | 2024-12-19T20:59:44.249Z | Compiling serde_yaml v0.9.34+deprecated |
846 | 2024-12-19T20:59:45.323Z | Compiling progenitor-impl v0.8.0 |
847 | 2024-12-19T20:59:47.546Z | Compiling dirs-next v2.0.0 |
848 | 2024-12-19T20:59:47.803Z | Compiling darling_macro v0.20.10 |
849 | 2024-12-19T20:59:50.648Z | Compiling crypto-common v0.1.6 |
850 | 2024-12-19T20:59:50.859Z | Compiling block-buffer v0.10.4 |
851 | 2024-12-19T20:59:51.088Z | Compiling serde_spanned v0.6.8 |
852 | 2024-12-19T20:59:51.320Z | Compiling toml_datetime v0.6.8 |
853 | 2024-12-19T20:59:51.333Z | Compiling ppv-lite86 v0.2.20 |
854 | 2024-12-19T20:59:52.015Z | Compiling structmeta-derive v0.3.0 |
855 | 2024-12-19T20:59:52.049Z | Compiling rand_core v0.6.4 |
856 | 2024-12-19T20:59:52.364Z | Compiling thread_local v1.1.8 |
857 | 2024-12-19T20:59:52.520Z | Compiling multer v3.1.0 |
858 | 2024-12-19T20:59:52.855Z | Compiling camino v1.1.9 |
859 | 2024-12-19T20:59:52.991Z | Compiling newtype-uuid v1.1.3 |
860 | 2024-12-19T20:59:53.072Z | Compiling anyhow v1.0.93 |
861 | 2024-12-19T20:59:53.297Z | Compiling winnow v0.6.20 |
862 | 2024-12-19T20:59:53.411Z | Compiling slog-async v2.8.0 |
863 | 2024-12-19T20:59:53.666Z | Compiling match_cfg v0.1.0 |
864 | 2024-12-19T20:59:53.750Z | Compiling hostname v0.3.1 |
865 | 2024-12-19T20:59:54.109Z | Compiling rand_chacha v0.3.1 |
866 | 2024-12-19T20:59:54.519Z | Compiling progenitor-macro v0.8.0 |
867 | 2024-12-19T20:59:54.710Z | Compiling structmeta v0.3.0 |
868 | 2024-12-19T20:59:55.064Z | Compiling digest v0.10.7 |
869 | 2024-12-19T20:59:55.463Z | Compiling crossbeam-channel v0.5.13 |
870 | 2024-12-19T20:59:55.478Z | Compiling darling v0.20.10 |
871 | 2024-12-19T20:59:55.776Z | Compiling term v0.7.0 |
872 | 2024-12-19T20:59:57.713Z | Compiling toml_edit v0.22.22 |
873 | 2024-12-19T21:00:00.489Z | Compiling progenitor-client v0.8.0 |
874 | 2024-12-19T21:00:03.888Z | Compiling usdt-macro v0.5.0 |
875 | 2024-12-19T21:00:05.218Z | Compiling usdt-attr-macro v0.5.0 |
876 | 2024-12-19T21:00:05.576Z | Compiling slog-json v2.6.1 |
877 | 2024-12-19T21:00:05.993Z | Compiling futures-executor v0.3.31 |
878 | 2024-12-19T21:00:06.651Z | Compiling async-stream-impl v0.3.6 |
879 | 2024-12-19T21:00:07.200Z | Compiling is-terminal v0.4.13 |
880 | 2024-12-19T21:00:07.311Z | Compiling memmap v0.7.0 |
881 | 2024-12-19T21:00:07.527Z | Compiling dropshot v0.13.0 |
882 | 2024-12-19T21:00:07.739Z | Compiling take_mut v0.2.2 |
883 | 2024-12-19T21:00:07.871Z | Compiling cpufeatures v0.2.14 |
884 | 2024-12-19T21:00:07.935Z | Compiling sha1 v0.10.6 |
885 | 2024-12-19T21:00:08.003Z | Compiling async-stream v0.3.6 |
886 | 2024-12-19T21:00:08.306Z | Compiling progenitor v0.8.0 |
887 | 2024-12-19T21:00:08.524Z | Compiling usdt v0.5.0 |
888 | 2024-12-19T21:00:08.706Z | Compiling slog-term v2.9.1 |
889 | 2024-12-19T21:00:10.097Z | Compiling futures v0.3.31 |
890 | 2024-12-19T21:00:10.297Z | Compiling slog-bunyan v2.5.0 |
891 | 2024-12-19T21:00:10.569Z | Compiling strum_macros v0.26.4 |
892 | 2024-12-19T21:00:11.366Z | Compiling tokio-rustls v0.25.0 |
893 | 2024-12-19T21:00:11.679Z | Compiling toml v0.8.19 |
894 | 2024-12-19T21:00:11.842Z | Compiling serde_with_macros v3.11.0 |
895 | 2024-12-19T21:00:14.587Z | Compiling parse-display-derive v0.10.0 |
896 | 2024-12-19T21:00:15.236Z | Compiling rand v0.8.5 |
897 | 2024-12-19T21:00:19.068Z | Compiling ipnetwork v0.20.0 |
898 | 2024-12-19T21:00:20.342Z | Compiling dropshot_endpoint v0.13.0 |
899 | 2024-12-19T21:00:20.735Z | Compiling hex v0.4.3 |
900 | 2024-12-19T21:00:21.425Z | Compiling serde_path_to_error v0.1.16 |
901 | 2024-12-19T21:00:21.451Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
902 | 2024-12-19T21:00:22.264Z | Compiling async-trait v0.1.83 |
903 | 2024-12-19T21:00:22.440Z | Compiling waitgroup v0.1.2 |
904 | 2024-12-19T21:00:22.677Z | Compiling hostname v0.4.0 |
905 | 2024-12-19T21:00:22.921Z | Compiling instant v0.1.13 |
906 | 2024-12-19T21:00:23.073Z | Compiling debug-ignore v1.0.5 |
907 | 2024-12-19T21:00:23.211Z | Compiling backoff v0.4.0 |
908 | 2024-12-19T21:00:23.570Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2024-12-19T21:00:23.758Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
910 | 2024-12-19T21:00:23.926Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
911 | 2024-12-19T21:00:24.245Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
912 | 2024-12-19T21:00:24.682Z | Compiling parse-display v0.10.0 |
913 | 2024-12-19T21:00:24.832Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
914 | 2024-12-19T21:00:26.878Z | Compiling strum v0.26.3 |
915 | 2024-12-19T21:00:26.901Z | Compiling serde_with v3.11.0 |
916 | 2024-12-19T21:00:27.060Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
917 | 2024-12-19T21:00:27.855Z | Compiling regress v0.9.1 |
918 | 2024-12-19T21:00:28.913Z | Compiling macaddr v1.0.1 |
919 | 2024-12-19T21:00:34.132Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2024-12-19T21:00:45.013Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2024-12-19T21:00:55.150Z | Finished `release` profile [optimized] target(s) in 2m 36s |
922 | 2024-12-19T21:00:55.217Z | process exited: duration 235533 ms, exit code 0 |
|
923 | 2024-12-19T21:00:55.222Z | found 0 output files |