|
|
|
1 | 2025-01-02T22:26:32.407Z | job assigned to worker 01JGMHZFDREQWNHJCRH29EBSRW [factory aws, i-05ac7480ad997736f] (queued for 1 m 9 s) |
|
2 | 2025-01-02T22:26:39.923Z | starting task 0: "setup" |
3 | 2025-01-02T22:26:39.932Z | ++ uname -s |
4 | 2025-01-02T22:26:39.935Z | + kern=SunOS |
5 | 2025-01-02T22:26:39.935Z | + case "$kern" in |
6 | 2025-01-02T22:26:39.935Z | + groupadd -g 12345 build |
7 | 2025-01-02T22:26:39.937Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-02T22:26:41.943Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-02T22:26:42.117Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-02T22:26:42.119Z | + home_fs=zfs |
11 | 2025-01-02T22:26:42.119Z | + [[ zfs == autofs ]] |
12 | 2025-01-02T22:26:42.119Z | + mkdir -p /home/build |
13 | 2025-01-02T22:26:42.121Z | + chown build:build /home/build /work |
14 | 2025-01-02T22:26:43.123Z | + chmod 0700 /home/build /work |
15 | 2025-01-02T22:26:43.126Z | process exited: duration 3206 ms, exit code 0 |
|
16 | 2025-01-02T22:26:43.131Z | starting task 1: "rust-toolchain" |
17 | 2025-01-02T22:26:43.137Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-02T22:26:43.137Z | ' 1.81.0 |
19 | 2025-01-02T22:26:43.137Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-02T22:26:43.137Z | ' default |
21 | 2025-01-02T22:26:43.137Z | * toolchain channel = "1.81.0" |
22 | 2025-01-02T22:26:43.137Z | * toolchain profile = "default" |
23 | 2025-01-02T22:26:43.139Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-02T22:26:43.139Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-02T22:26:43.259Z | info: downloading installer |
26 | 2025-01-02T22:26:44.627Z | info: profile set to 'default' |
27 | 2025-01-02T22:26:44.627Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-02T22:26:44.629Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-02T22:26:44.781Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-02T22:26:44.781Z | info: downloading component 'cargo' |
31 | 2025-01-02T22:26:45.623Z | info: downloading component 'clippy' |
32 | 2025-01-02T22:26:45.936Z | info: downloading component 'rust-docs' |
33 | 2025-01-02T22:26:47.112Z | info: downloading component 'rust-std' |
34 | 2025-01-02T22:26:48.935Z | info: downloading component 'rustc' |
35 | 2025-01-02T22:26:55.502Z | info: downloading component 'rustfmt' |
36 | 2025-01-02T22:26:55.746Z | info: installing component 'cargo' |
37 | 2025-01-02T22:26:56.548Z | info: installing component 'clippy' |
38 | 2025-01-02T22:26:56.908Z | info: installing component 'rust-docs' |
39 | 2025-01-02T22:26:58.474Z | info: installing component 'rust-std' |
40 | 2025-01-02T22:27:00.265Z | info: installing component 'rustc' |
41 | 2025-01-02T22:27:05.904Z | info: installing component 'rustfmt' |
42 | 2025-01-02T22:27:06.227Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-02T22:27:06.227Z | |
44 | 2025-01-02T22:27:06.598Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-02T22:27:06.598Z | |
46 | 2025-01-02T22:27:06.601Z | |
47 | 2025-01-02T22:27:06.601Z | Rust is installed now. Great! |
48 | 2025-01-02T22:27:06.601Z | |
49 | 2025-01-02T22:27:06.601Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-02T22:27:06.601Z | environment variable. This has not been done automatically. |
51 | 2025-01-02T22:27:06.601Z | |
52 | 2025-01-02T22:27:06.601Z | To configure your current shell, you need to source |
53 | 2025-01-02T22:27:06.601Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-02T22:27:06.601Z | |
55 | 2025-01-02T22:27:06.601Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-02T22:27:06.601Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-02T22:27:06.601Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-02T22:27:06.675Z | + rustc --version |
59 | 2025-01-02T22:27:06.743Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-02T22:27:06.747Z | process exited: duration 23619 ms, exit code 0 |
|
61 | 2025-01-02T22:27:06.752Z | starting task 2: "authentication" |
62 | 2025-01-02T22:27:06.772Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2025-01-02T22:27:06.777Z | starting task 3: "clone repository" |
64 | 2025-01-02T22:27:06.782Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-02T22:27:06.785Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-02T22:27:06.822Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-02T22:27:14.785Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-02T22:27:14.785Z | + git fetch origin e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 |
69 | 2025-01-02T22:27:15.134Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-02T22:27:15.134Z | * branch e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 -> FETCH_HEAD |
71 | 2025-01-02T22:27:15.145Z | + [[ -n eliza/webhook-api ]] |
72 | 2025-01-02T22:27:15.147Z | ++ git branch --show-current |
73 | 2025-01-02T22:27:15.150Z | + current=main |
74 | 2025-01-02T22:27:15.150Z | + [[ main != eliza/webhook-api ]] |
75 | 2025-01-02T22:27:15.150Z | + git branch -f eliza/webhook-api e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 |
76 | 2025-01-02T22:27:15.154Z | + git checkout -f eliza/webhook-api |
77 | 2025-01-02T22:27:15.323Z | Switched to branch 'eliza/webhook-api' |
78 | 2025-01-02T22:27:15.326Z | + git reset --hard e2f3f2ce0727e7215ef24ff9c6b86e8744d6f624 |
79 | 2025-01-02T22:27:15.387Z | HEAD is now at e2f3f2ce0 apparently this is also a thing we need to do |
80 | 2025-01-02T22:27:15.389Z | process exited: duration 8613 ms, exit code 0 |
|
81 | 2025-01-02T22:27:15.395Z | starting task 4: "build" |
82 | 2025-01-02T22:27:15.401Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-02T22:27:15.406Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-02T22:27:15.407Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-02T22:27:15.407Z | + cargo --version |
86 | 2025-01-02T22:27:15.460Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2025-01-02T22:27:15.462Z | + rustc --version |
88 | 2025-01-02T22:27:15.524Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2025-01-02T22:27:15.526Z | + cd /tmp |
90 | 2025-01-02T22:27:15.528Z | + cargo new --lib test-project |
91 | 2025-01-02T22:27:15.586Z | Creating library `test-project` package |
92 | 2025-01-02T22:27:15.666Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-02T22:27:15.668Z | + cd test-project |
94 | 2025-01-02T22:27:15.668Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-02T22:27:15.730Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-02T22:27:15.730Z | Features: |
97 | 2025-01-02T22:27:15.730Z | - proptest |
98 | 2025-01-02T22:27:15.730Z | - test-strategy |
99 | 2025-01-02T22:27:15.732Z | - testing |
100 | 2025-01-02T22:27:15.732Z | Updating crates.io index |
101 | 2025-01-02T22:27:15.814Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2025-01-02T22:27:16.383Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2025-01-02T22:27:16.877Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2025-01-02T22:27:17.340Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2025-01-02T22:27:18.561Z | Locking 329 packages to latest compatible versions |
106 | 2025-01-02T22:27:18.563Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2025-01-02T22:27:18.563Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
108 | 2025-01-02T22:27:18.563Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
109 | 2025-01-02T22:27:18.563Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
110 | 2025-01-02T22:27:18.563Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
111 | 2025-01-02T22:27:18.566Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
112 | 2025-01-02T22:27:18.566Z | Adding goblin v0.8.2 (latest: v0.9.2) |
113 | 2025-01-02T22:27:18.566Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
114 | 2025-01-02T22:27:18.566Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
115 | 2025-01-02T22:27:18.566Z | Adding hostname v0.3.1 (latest: v0.4.0) |
116 | 2025-01-02T22:27:18.569Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
117 | 2025-01-02T22:27:18.569Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
118 | 2025-01-02T22:27:18.581Z | Adding progenitor v0.8.0 (latest: v0.9.0) |
119 | 2025-01-02T22:27:18.581Z | Adding progenitor-client v0.8.0 (latest: v0.9.0) |
120 | 2025-01-02T22:27:18.581Z | Adding progenitor-impl v0.8.0 (latest: v0.9.0) |
121 | 2025-01-02T22:27:18.581Z | Adding progenitor-macro v0.8.0 (latest: v0.9.0) |
122 | 2025-01-02T22:27:18.581Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
123 | 2025-01-02T22:27:18.581Z | Adding regress v0.9.1 (latest: v0.10.1) |
124 | 2025-01-02T22:27:18.584Z | Adding rustls v0.22.4 (latest: v0.23.20) |
125 | 2025-01-02T22:27:18.586Z | Adding security-framework v2.11.1 (latest: v3.1.0) |
126 | 2025-01-02T22:27:18.589Z | Adding term v0.7.0 (latest: v1.0.1) |
127 | 2025-01-02T22:27:18.591Z | Adding thiserror v1.0.69 (latest: v2.0.9) |
128 | 2025-01-02T22:27:18.591Z | Adding thiserror-impl v1.0.69 (latest: v2.0.9) |
129 | 2025-01-02T22:27:18.591Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
130 | 2025-01-02T22:27:18.591Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
131 | 2025-01-02T22:27:18.591Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
132 | 2025-01-02T22:27:18.594Z | Adding typify v0.2.0 (latest: v0.3.0) |
133 | 2025-01-02T22:27:18.594Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
134 | 2025-01-02T22:27:18.594Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
135 | 2025-01-02T22:27:18.594Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
136 | 2025-01-02T22:27:18.596Z | Adding windows v0.52.0 (latest: v0.58.0) |
137 | 2025-01-02T22:27:18.596Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
138 | 2025-01-02T22:27:18.596Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
139 | 2025-01-02T22:27:18.596Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
140 | 2025-01-02T22:27:18.596Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
141 | 2025-01-02T22:27:18.596Z | Adding writeable v0.5.5 (latest: v0.6.0) |
142 | 2025-01-02T22:27:18.596Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
143 | 2025-01-02T22:27:18.596Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
144 | 2025-01-02T22:27:18.596Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
145 | 2025-01-02T22:27:18.596Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
146 | 2025-01-02T22:27:18.680Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
147 | 2025-01-02T22:27:18.683Z | + cargo check |
148 | 2025-01-02T22:27:18.866Z | Updating crates.io index |
149 | 2025-01-02T22:27:19.599Z | Locking 2 packages to latest compatible versions |
150 | 2025-01-02T22:27:22.782Z | Adding omicron-workspace-hack v0.1.0 |
151 | 2025-01-02T22:27:24.686Z | Adding test-project v0.1.0 (/tmp/test-project) |
152 | 2025-01-02T22:27:25.507Z | Downloading crates ... |
153 | 2025-01-02T22:27:25.593Z | Downloaded thiserror-impl v1.0.69 |
154 | 2025-01-02T22:27:25.601Z | Downloaded time-core v0.1.2 |
155 | 2025-01-02T22:27:25.603Z | Downloaded tinyvec_macros v0.1.1 |
156 | 2025-01-02T22:27:25.606Z | Downloaded try-lock v0.2.5 |
157 | 2025-01-02T22:27:25.608Z | Downloaded ahash v0.8.11 |
158 | 2025-01-02T22:27:25.610Z | Downloaded aho-corasick v1.1.3 |
159 | 2025-01-02T22:27:25.615Z | Downloaded async-stream-impl v0.3.6 |
160 | 2025-01-02T22:27:25.617Z | Downloaded anyhow v1.0.93 |
161 | 2025-01-02T22:27:25.620Z | Downloaded pretty-hex v0.4.1 |
162 | 2025-01-02T22:27:25.623Z | Downloaded num_threads v0.1.7 |
163 | 2025-01-02T22:27:25.623Z | Downloaded yoke-derive v0.7.4 |
164 | 2025-01-02T22:27:25.626Z | Downloaded write16 v1.0.0 |
165 | 2025-01-02T22:27:25.626Z | Downloaded allocator-api2 v0.2.18 |
166 | 2025-01-02T22:27:25.629Z | Downloaded openssl-macros v0.1.1 |
167 | 2025-01-02T22:27:25.629Z | Downloaded omicron-workspace-hack v0.1.0 |
168 | 2025-01-02T22:27:25.632Z | Downloaded async-stream v0.3.6 |
169 | 2025-01-02T22:27:25.632Z | Downloaded tower-service v0.3.3 |
170 | 2025-01-02T22:27:25.635Z | Downloaded thread-id v4.2.2 |
171 | 2025-01-02T22:27:25.637Z | Downloaded typify-macro v0.2.0 |
172 | 2025-01-02T22:27:25.637Z | Downloaded tokio-native-tls v0.3.1 |
173 | 2025-01-02T22:27:25.639Z | Downloaded waitgroup v0.1.2 |
174 | 2025-01-02T22:27:25.642Z | Downloaded num-conv v0.1.0 |
175 | 2025-01-02T22:27:25.642Z | Downloaded byteorder v1.5.0 |
176 | 2025-01-02T22:27:25.645Z | Downloaded async-trait v0.1.83 |
177 | 2025-01-02T22:27:25.647Z | Downloaded zerofrom v0.1.4 |
178 | 2025-01-02T22:27:25.648Z | Downloaded usdt-attr-macro v0.5.0 |
179 | 2025-01-02T22:27:25.650Z | Downloaded usdt-macro v0.5.0 |
180 | 2025-01-02T22:27:25.650Z | Downloaded base64 v0.22.1 |
181 | 2025-01-02T22:27:25.653Z | Downloaded progenitor-client v0.8.0 |
182 | 2025-01-02T22:27:25.656Z | Downloaded want v0.3.1 |
183 | 2025-01-02T22:27:25.656Z | Downloaded autocfg v1.4.0 |
184 | 2025-01-02T22:27:25.659Z | Downloaded cc v1.1.30 |
185 | 2025-01-02T22:27:25.662Z | Downloaded percent-encoding v2.3.1 |
186 | 2025-01-02T22:27:25.664Z | Downloaded memmap v0.7.0 |
187 | 2025-01-02T22:27:25.667Z | Downloaded toml_datetime v0.6.8 |
188 | 2025-01-02T22:27:25.667Z | Downloaded pest_generator v2.7.14 |
189 | 2025-01-02T22:27:25.669Z | Downloaded foreign-types v0.3.2 |
190 | 2025-01-02T22:27:25.669Z | Downloaded backoff v0.4.0 |
191 | 2025-01-02T22:27:25.672Z | Downloaded openssl-probe v0.1.5 |
192 | 2025-01-02T22:27:25.674Z | Downloaded thread_local v1.1.8 |
193 | 2025-01-02T22:27:25.674Z | Downloaded rand_core v0.6.4 |
194 | 2025-01-02T22:27:25.677Z | Downloaded mime v0.3.17 |
195 | 2025-01-02T22:27:25.679Z | Downloaded dyn-clone v1.0.17 |
196 | 2025-01-02T22:27:25.681Z | Downloaded pkg-config v0.3.31 |
197 | 2025-01-02T22:27:25.683Z | Downloaded zeroize v1.8.1 |
198 | 2025-01-02T22:27:25.683Z | Downloaded digest v0.10.7 |
199 | 2025-01-02T22:27:25.686Z | Downloaded progenitor v0.8.0 |
200 | 2025-01-02T22:27:25.688Z | Downloaded dtrace-parser v0.2.0 |
201 | 2025-01-02T22:27:25.688Z | Downloaded powerfmt v0.2.0 |
202 | 2025-01-02T22:27:25.691Z | Downloaded version_check v0.9.5 |
203 | 2025-01-02T22:27:25.693Z | Downloaded untrusted v0.9.0 |
204 | 2025-01-02T22:27:25.693Z | Downloaded rand_chacha v0.3.1 |
205 | 2025-01-02T22:27:25.696Z | Downloaded futures-core v0.3.31 |
206 | 2025-01-02T22:27:25.698Z | Downloaded form_urlencoded v1.2.1 |
207 | 2025-01-02T22:27:25.698Z | Downloaded parse-display-derive v0.10.0 |
208 | 2025-01-02T22:27:25.700Z | Downloaded fnv v1.0.7 |
209 | 2025-01-02T22:27:25.701Z | Downloaded dof v0.3.0 |
210 | 2025-01-02T22:27:25.703Z | Downloaded newtype-uuid v1.1.3 |
211 | 2025-01-02T22:27:25.703Z | Downloaded http-body v1.0.1 |
212 | 2025-01-02T22:27:25.705Z | Downloaded futures-channel v0.3.31 |
213 | 2025-01-02T22:27:25.707Z | Downloaded quinn-udp v0.5.5 |
214 | 2025-01-02T22:27:25.709Z | Downloaded plain v0.2.3 |
215 | 2025-01-02T22:27:25.709Z | Downloaded parse-display v0.10.0 |
216 | 2025-01-02T22:27:25.712Z | Downloaded progenitor-macro v0.8.0 |
217 | 2025-01-02T22:27:25.712Z | Downloaded writeable v0.5.5 |
218 | 2025-01-02T22:27:25.714Z | Downloaded usdt v0.5.0 |
219 | 2025-01-02T22:27:25.716Z | Downloaded ppv-lite86 v0.2.20 |
220 | 2025-01-02T22:27:25.716Z | Downloaded take_mut v0.2.2 |
221 | 2025-01-02T22:27:25.719Z | Downloaded parking_lot_core v0.9.10 |
222 | 2025-01-02T22:27:25.722Z | Downloaded zerovec-derive v0.10.3 |
223 | 2025-01-02T22:27:25.722Z | Downloaded match_cfg v0.1.0 |
224 | 2025-01-02T22:27:25.724Z | Downloaded ident_case v1.0.1 |
225 | 2025-01-02T22:27:25.724Z | Downloaded icu_provider_macros v1.5.0 |
226 | 2025-01-02T22:27:25.724Z | Downloaded tokio-rustls v0.26.0 |
227 | 2025-01-02T22:27:25.726Z | Downloaded tokio-rustls v0.25.0 |
228 | 2025-01-02T22:27:25.729Z | Downloaded pin-project-lite v0.2.14 |
229 | 2025-01-02T22:27:25.733Z | Downloaded zerocopy-derive v0.7.35 |
230 | 2025-01-02T22:27:25.738Z | Downloaded displaydoc v0.2.5 |
231 | 2025-01-02T22:27:25.741Z | Downloaded tinyvec v1.8.0 |
232 | 2025-01-02T22:27:25.744Z | Downloaded bytes v1.8.0 |
233 | 2025-01-02T22:27:25.748Z | Downloaded scroll_derive v0.12.0 |
234 | 2025-01-02T22:27:25.750Z | Downloaded strsim v0.11.1 |
235 | 2025-01-02T22:27:25.750Z | Downloaded utf8_iter v1.0.4 |
236 | 2025-01-02T22:27:25.752Z | Downloaded dirs-sys-next v0.1.2 |
237 | 2025-01-02T22:27:25.752Z | Downloaded crossbeam-utils v0.8.20 |
238 | 2025-01-02T22:27:25.755Z | Downloaded strum v0.26.3 |
239 | 2025-01-02T22:27:25.758Z | Downloaded httpdate v1.0.3 |
240 | 2025-01-02T22:27:25.758Z | Downloaded generic-array v0.14.7 |
241 | 2025-01-02T22:27:25.760Z | Downloaded native-tls v0.2.12 |
242 | 2025-01-02T22:27:25.762Z | Downloaded multer v3.1.0 |
243 | 2025-01-02T22:27:25.764Z | Downloaded schemars_derive v0.8.21 |
244 | 2025-01-02T22:27:25.766Z | Downloaded hostname v0.3.1 |
245 | 2025-01-02T22:27:25.769Z | Downloaded instant v0.1.13 |
246 | 2025-01-02T22:27:25.769Z | Downloaded pest_derive v2.7.14 |
247 | 2025-01-02T22:27:25.772Z | Downloaded usdt-impl v0.5.0 |
248 | 2025-01-02T22:27:25.774Z | Downloaded hyper-tls v0.6.0 |
249 | 2025-01-02T22:27:25.774Z | Downloaded idna_adapter v1.2.0 |
250 | 2025-01-02T22:27:25.776Z | Downloaded time-macros v0.2.18 |
251 | 2025-01-02T22:27:25.779Z | Downloaded subtle v2.6.1 |
252 | 2025-01-02T22:27:25.779Z | Downloaded http-body-util v0.1.2 |
253 | 2025-01-02T22:27:25.781Z | Downloaded sync_wrapper v1.0.1 |
254 | 2025-01-02T22:27:25.781Z | Downloaded dropshot_endpoint v0.13.0 |
255 | 2025-01-02T22:27:25.784Z | Downloaded heck v0.5.0 |
256 | 2025-01-02T22:27:25.786Z | Downloaded unicode-ident v1.0.13 |
257 | 2025-01-02T22:27:25.789Z | Downloaded toml v0.8.19 |
258 | 2025-01-02T22:27:25.792Z | Downloaded thiserror v1.0.69 |
259 | 2025-01-02T22:27:25.797Z | Downloaded parking_lot v0.12.3 |
260 | 2025-01-02T22:27:25.800Z | Downloaded structmeta v0.3.0 |
261 | 2025-01-02T22:27:25.802Z | Downloaded synstructure v0.13.1 |
262 | 2025-01-02T22:27:25.802Z | Downloaded serde_tokenstream v0.2.2 |
263 | 2025-01-02T22:27:25.805Z | Downloaded getrandom v0.2.15 |
264 | 2025-01-02T22:27:25.808Z | Downloaded sha1 v0.10.6 |
265 | 2025-01-02T22:27:25.811Z | Downloaded slog-async v2.8.0 |
266 | 2025-01-02T22:27:25.811Z | Downloaded slog-json v2.6.1 |
267 | 2025-01-02T22:27:25.813Z | Downloaded slog-bunyan v2.5.0 |
268 | 2025-01-02T22:27:25.813Z | Downloaded serde_path_to_error v0.1.16 |
269 | 2025-01-02T22:27:25.815Z | Downloaded utf16_iter v1.0.5 |
270 | 2025-01-02T22:27:25.817Z | Downloaded tokio-macros v2.4.0 |
271 | 2025-01-02T22:27:25.818Z | Downloaded hex v0.4.3 |
272 | 2025-01-02T22:27:25.822Z | Downloaded icu_locid_transform v1.5.0 |
273 | 2025-01-02T22:27:25.825Z | Downloaded rustls-pemfile v2.2.0 |
274 | 2025-01-02T22:27:25.825Z | Downloaded shlex v1.3.0 |
275 | 2025-01-02T22:27:25.825Z | Downloaded rustc-hash v2.0.0 |
276 | 2025-01-02T22:27:25.827Z | Downloaded httparse v1.9.5 |
277 | 2025-01-02T22:27:25.833Z | Downloaded ipnet v2.10.1 |
278 | 2025-01-02T22:27:25.839Z | Downloaded camino v1.1.9 |
279 | 2025-01-02T22:27:25.839Z | Downloaded iana-time-zone v0.1.61 |
280 | 2025-01-02T22:27:25.839Z | Downloaded num-traits v0.2.19 |
281 | 2025-01-02T22:27:25.839Z | Downloaded stable_deref_trait v1.2.0 |
282 | 2025-01-02T22:27:25.839Z | Downloaded signal-hook-registry v1.4.2 |
283 | 2025-01-02T22:27:25.842Z | Downloaded serde_spanned v0.6.8 |
284 | 2025-01-02T22:27:25.842Z | Downloaded slab v0.4.9 |
285 | 2025-01-02T22:27:25.842Z | Downloaded serde_urlencoded v0.7.1 |
286 | 2025-01-02T22:27:25.845Z | Downloaded futures v0.3.31 |
287 | 2025-01-02T22:27:25.849Z | Downloaded progenitor-impl v0.8.0 |
288 | 2025-01-02T22:27:25.851Z | Downloaded structmeta-derive v0.3.0 |
289 | 2025-01-02T22:27:25.854Z | Downloaded tracing-core v0.1.32 |
290 | 2025-01-02T22:27:25.858Z | Downloaded scopeguard v1.2.0 |
291 | 2025-01-02T22:27:25.858Z | Downloaded sha2 v0.10.8 |
292 | 2025-01-02T22:27:25.860Z | Downloaded spin v0.9.8 |
293 | 2025-01-02T22:27:25.863Z | Downloaded semver v1.0.23 |
294 | 2025-01-02T22:27:25.867Z | Downloaded icu_normalizer_data v1.5.0 |
295 | 2025-01-02T22:27:25.867Z | Downloaded icu_locid v1.5.0 |
296 | 2025-01-02T22:27:25.870Z | Downloaded quote v1.0.37 |
297 | 2025-01-02T22:27:25.873Z | Downloaded log v0.4.22 |
298 | 2025-01-02T22:27:25.875Z | Downloaded strum_macros v0.26.4 |
299 | 2025-01-02T22:27:25.878Z | Downloaded pest_meta v2.7.14 |
300 | 2025-01-02T22:27:25.881Z | Downloaded slog v2.7.0 |
301 | 2025-01-02T22:27:25.883Z | Downloaded ryu v1.0.18 |
302 | 2025-01-02T22:27:25.886Z | Downloaded slog-term v2.9.1 |
303 | 2025-01-02T22:27:25.890Z | Downloaded tracing v0.1.40 |
304 | 2025-01-02T22:27:25.893Z | Downloaded term v0.7.0 |
305 | 2025-01-02T22:27:25.896Z | Downloaded openssl-sys v0.9.103 |
306 | 2025-01-02T22:27:25.902Z | Downloaded socket2 v0.5.7 |
307 | 2025-01-02T22:27:25.904Z | Downloaded indexmap v1.9.3 |
308 | 2025-01-02T22:27:25.907Z | Downloaded serde_derive_internals v0.29.1 |
309 | 2025-01-02T22:27:25.911Z | Downloaded serde_derive v1.0.215 |
310 | 2025-01-02T22:27:25.914Z | Downloaded schemars v0.8.21 |
311 | 2025-01-02T22:27:25.922Z | Downloaded serde_yaml v0.9.34+deprecated |
312 | 2025-01-02T22:27:25.926Z | Downloaded icu_properties v1.5.1 |
313 | 2025-01-02T22:27:25.929Z | Downloaded icu_collections v1.5.0 |
314 | 2025-01-02T22:27:25.935Z | Downloaded serde v1.0.215 |
315 | 2025-01-02T22:27:25.938Z | Downloaded hyper-util v0.1.10 |
316 | 2025-01-02T22:27:25.943Z | Downloaded rand v0.8.5 |
317 | 2025-01-02T22:27:25.946Z | Downloaded memchr v2.7.4 |
318 | 2025-01-02T22:27:25.952Z | Downloaded rustls-pki-types v1.9.0 |
319 | 2025-01-02T22:27:25.955Z | Downloaded quinn v0.11.5 |
320 | 2025-01-02T22:27:25.959Z | Downloaded indexmap v2.6.0 |
321 | 2025-01-02T22:27:25.962Z | Downloaded http v1.1.0 |
322 | 2025-01-02T22:27:25.967Z | Downloaded hashbrown v0.12.3 |
323 | 2025-01-02T22:27:25.970Z | Downloaded toml_edit v0.22.22 |
324 | 2025-01-02T22:27:25.992Z | Downloaded mio v1.0.2 |
325 | 2025-01-02T22:27:25.997Z | Downloaded time v0.3.36 |
326 | 2025-01-02T22:27:26.004Z | Downloaded idna v1.0.3 |
327 | 2025-01-02T22:27:26.008Z | Downloaded futures-util v0.3.31 |
328 | 2025-01-02T22:27:26.019Z | Downloaded hyper v1.5.0 |
329 | 2025-01-02T22:27:26.025Z | Downloaded hashbrown v0.14.5 |
330 | 2025-01-02T22:27:26.031Z | Downloaded pest v2.7.14 |
331 | 2025-01-02T22:27:26.036Z | Downloaded h2 v0.4.6 |
332 | 2025-01-02T22:27:26.042Z | Downloaded goblin v0.8.2 |
333 | 2025-01-02T22:27:26.048Z | Downloaded zerocopy v0.7.35 |
334 | 2025-01-02T22:27:26.064Z | Downloaded winnow v0.6.20 |
335 | 2025-01-02T22:27:26.072Z | Downloaded icu_properties_data v1.5.0 |
336 | 2025-01-02T22:27:26.082Z | Downloaded serde_with v3.11.0 |
337 | 2025-01-02T22:27:26.089Z | Downloaded quinn-proto v0.11.8 |
338 | 2025-01-02T22:27:26.096Z | Downloaded serde_json v1.0.132 |
339 | 2025-01-02T22:27:26.103Z | Downloaded reqwest v0.12.9 |
340 | 2025-01-02T22:27:26.111Z | Downloaded chrono v0.4.38 |
341 | 2025-01-02T22:27:26.118Z | Downloaded vcpkg v0.2.15 |
342 | 2025-01-02T22:27:26.155Z | Downloaded regress v0.9.1 |
343 | 2025-01-02T22:27:26.162Z | Downloaded rustls-webpki v0.102.8 |
344 | 2025-01-02T22:27:26.179Z | Downloaded rustls v0.23.14 |
345 | 2025-01-02T22:27:26.190Z | Downloaded openssl v0.10.66 |
346 | 2025-01-02T22:27:26.198Z | Downloaded webpki-roots v0.26.6 |
347 | 2025-01-02T22:27:26.202Z | Downloaded dropshot v0.13.0 |
348 | 2025-01-02T22:27:26.223Z | Downloaded syn v2.0.87 |
349 | 2025-01-02T22:27:26.232Z | Downloaded regex v1.11.1 |
350 | 2025-01-02T22:27:26.243Z | Downloaded regress v0.10.1 |
351 | 2025-01-02T22:27:26.250Z | Downloaded zerovec v0.10.4 |
352 | 2025-01-02T22:27:26.256Z | Downloaded openapiv3 v2.0.0 |
353 | 2025-01-02T22:27:26.267Z | Downloaded rustls v0.22.4 |
354 | 2025-01-02T22:27:26.279Z | Downloaded tokio-util v0.7.12 |
355 | 2025-01-02T22:27:26.285Z | Downloaded regex-syntax v0.8.5 |
356 | 2025-01-02T22:27:26.292Z | Downloaded hashbrown v0.15.1 |
357 | 2025-01-02T22:27:26.297Z | Downloaded url v2.5.3 |
358 | 2025-01-02T22:27:26.300Z | Downloaded typenum v1.17.0 |
359 | 2025-01-02T22:27:26.302Z | Downloaded typify-impl v0.2.0 |
360 | 2025-01-02T22:27:26.316Z | Downloaded crossbeam-channel v0.5.13 |
361 | 2025-01-02T22:27:26.320Z | Downloaded proc-macro2 v1.0.89 |
362 | 2025-01-02T22:27:26.323Z | Downloaded unsafe-libyaml v0.2.11 |
363 | 2025-01-02T22:27:26.325Z | Downloaded typify v0.2.0 |
364 | 2025-01-02T22:27:26.327Z | Downloaded icu_provider v1.5.0 |
365 | 2025-01-02T22:27:26.330Z | Downloaded libc v0.2.162 |
366 | 2025-01-02T22:27:26.355Z | Downloaded icu_normalizer v1.5.0 |
367 | 2025-01-02T22:27:26.358Z | Downloaded smallvec v1.13.2 |
368 | 2025-01-02T22:27:26.360Z | Downloaded serde_with_macros v3.11.0 |
369 | 2025-01-02T22:27:26.363Z | Downloaded regex-automata v0.4.8 |
370 | 2025-01-02T22:27:26.377Z | Downloaded icu_locid_transform_data v1.5.0 |
371 | 2025-01-02T22:27:26.380Z | Downloaded scroll v0.12.0 |
372 | 2025-01-02T22:27:26.382Z | Downloaded rustversion v1.0.17 |
373 | 2025-01-02T22:27:26.384Z | Downloaded lock_api v0.4.12 |
374 | 2025-01-02T22:27:26.384Z | Downloaded litemap v0.7.3 |
375 | 2025-01-02T22:27:26.386Z | Downloaded pin-utils v0.1.0 |
376 | 2025-01-02T22:27:26.388Z | Downloaded uuid v1.11.0 |
377 | 2025-01-02T22:27:26.391Z | Downloaded hyper-rustls v0.27.3 |
378 | 2025-01-02T22:27:26.393Z | Downloaded futures-macro v0.3.31 |
379 | 2025-01-02T22:27:26.393Z | Downloaded darling_core v0.20.10 |
380 | 2025-01-02T22:27:26.397Z | Downloaded once_cell v1.20.2 |
381 | 2025-01-02T22:27:26.399Z | Downloaded ucd-trie v0.1.7 |
382 | 2025-01-02T22:27:26.403Z | Downloaded macaddr v1.0.1 |
383 | 2025-01-02T22:27:26.408Z | Downloaded itoa v1.0.11 |
384 | 2025-01-02T22:27:26.408Z | Downloaded is-terminal v0.4.13 |
385 | 2025-01-02T22:27:26.408Z | Downloaded ipnetwork v0.20.0 |
386 | 2025-01-02T22:27:26.408Z | Downloaded tokio v1.40.0 |
387 | 2025-01-02T22:27:26.440Z | Downloaded yoke v0.7.4 |
388 | 2025-01-02T22:27:26.442Z | Downloaded hostname v0.4.0 |
389 | 2025-01-02T22:27:26.445Z | Downloaded futures-sink v0.3.31 |
390 | 2025-01-02T22:27:26.445Z | Downloaded futures-io v0.3.31 |
391 | 2025-01-02T22:27:26.445Z | Downloaded futures-task v0.3.31 |
392 | 2025-01-02T22:27:26.448Z | Downloaded futures-executor v0.3.31 |
393 | 2025-01-02T22:27:26.448Z | Downloaded bitflags v2.6.0 |
394 | 2025-01-02T22:27:26.451Z | Downloaded deranged v0.3.11 |
395 | 2025-01-02T22:27:26.456Z | Downloaded darling v0.20.10 |
396 | 2025-01-02T22:27:26.459Z | Downloaded crypto-common v0.1.6 |
397 | 2025-01-02T22:27:26.459Z | Downloaded cpufeatures v0.2.14 |
398 | 2025-01-02T22:27:26.459Z | Downloaded atomic-waker v1.1.2 |
399 | 2025-01-02T22:27:26.459Z | Downloaded dirs-next v2.0.0 |
400 | 2025-01-02T22:27:26.460Z | Downloaded debug-ignore v1.0.5 |
401 | 2025-01-02T22:27:26.462Z | Downloaded zerofrom-derive v0.1.4 |
402 | 2025-01-02T22:27:26.462Z | Downloaded equivalent v1.0.1 |
403 | 2025-01-02T22:27:26.462Z | Downloaded cfg-if v1.0.0 |
404 | 2025-01-02T22:27:26.464Z | Downloaded paste v1.0.15 |
405 | 2025-01-02T22:27:26.465Z | Downloaded foreign-types-shared v0.1.1 |
406 | 2025-01-02T22:27:26.465Z | Downloaded darling_macro v0.20.10 |
407 | 2025-01-02T22:27:26.465Z | Downloaded block-buffer v0.10.4 |
408 | 2025-01-02T22:27:26.468Z | Downloaded tinystr v0.7.6 |
409 | 2025-01-02T22:27:26.478Z | Downloaded encoding_rs v0.8.34 |
410 | 2025-01-02T22:27:26.686Z | Downloaded ring v0.17.8 |
411 | 2025-01-02T22:27:27.021Z | Compiling proc-macro2 v1.0.89 |
412 | 2025-01-02T22:27:27.021Z | Compiling unicode-ident v1.0.13 |
413 | 2025-01-02T22:27:27.021Z | Compiling libc v0.2.162 |
414 | 2025-01-02T22:27:27.043Z | Checking cfg-if v1.0.0 |
415 | 2025-01-02T22:27:27.043Z | Compiling autocfg v1.4.0 |
416 | 2025-01-02T22:27:27.043Z | Compiling serde v1.0.215 |
417 | 2025-01-02T22:27:27.045Z | Compiling version_check v0.9.5 |
418 | 2025-01-02T22:27:27.045Z | Checking memchr v2.7.4 |
419 | 2025-01-02T22:27:27.156Z | Checking itoa v1.0.11 |
420 | 2025-01-02T22:27:27.215Z | Compiling serde_json v1.0.132 |
421 | 2025-01-02T22:27:27.663Z | Compiling thiserror v1.0.69 |
422 | 2025-01-02T22:27:27.706Z | Checking once_cell v1.20.2 |
423 | 2025-01-02T22:27:27.795Z | Compiling shlex v1.3.0 |
424 | 2025-01-02T22:27:27.974Z | Checking pin-project-lite v0.2.14 |
425 | 2025-01-02T22:27:28.087Z | Compiling cc v1.1.30 |
426 | 2025-01-02T22:27:28.161Z | Compiling num-traits v0.2.19 |
427 | 2025-01-02T22:27:28.422Z | Checking smallvec v1.13.2 |
428 | 2025-01-02T22:27:28.507Z | Checking bytes v1.8.0 |
429 | 2025-01-02T22:27:28.528Z | Checking ryu v1.0.18 |
430 | 2025-01-02T22:27:28.558Z | Checking getrandom v0.2.15 |
431 | 2025-01-02T22:27:28.777Z | Checking futures-core v0.3.31 |
432 | 2025-01-02T22:27:28.809Z | Compiling quote v1.0.37 |
433 | 2025-01-02T22:27:28.828Z | Compiling lock_api v0.4.12 |
434 | 2025-01-02T22:27:28.864Z | Compiling parking_lot_core v0.9.10 |
435 | 2025-01-02T22:27:28.967Z | Compiling byteorder v1.5.0 |
436 | 2025-01-02T22:27:29.308Z | Compiling syn v2.0.87 |
437 | 2025-01-02T22:27:29.349Z | Compiling ahash v0.8.11 |
438 | 2025-01-02T22:27:29.369Z | Compiling schemars v0.8.21 |
439 | 2025-01-02T22:27:29.389Z | Checking scopeguard v1.2.0 |
440 | 2025-01-02T22:27:29.566Z | Compiling slab v0.4.9 |
441 | 2025-01-02T22:27:29.778Z | Checking futures-sink v0.3.31 |
442 | 2025-01-02T22:27:29.801Z | Checking log v0.4.22 |
443 | 2025-01-02T22:27:29.820Z | Checking signal-hook-registry v1.4.2 |
444 | 2025-01-02T22:27:29.864Z | Checking mio v1.0.2 |
445 | 2025-01-02T22:27:29.920Z | Checking socket2 v0.5.7 |
446 | 2025-01-02T22:27:29.968Z | Checking parking_lot v0.12.3 |
447 | 2025-01-02T22:27:30.058Z | Checking stable_deref_trait v1.2.0 |
448 | 2025-01-02T22:27:30.100Z | Checking equivalent v1.0.1 |
449 | 2025-01-02T22:27:30.157Z | Compiling semver v1.0.23 |
450 | 2025-01-02T22:27:30.208Z | Checking hashbrown v0.15.1 |
451 | 2025-01-02T22:27:30.332Z | Checking fnv v1.0.7 |
452 | 2025-01-02T22:27:30.392Z | Checking futures-channel v0.3.31 |
453 | 2025-01-02T22:27:30.410Z | Checking futures-task v0.3.31 |
454 | 2025-01-02T22:27:30.458Z | Checking http v1.1.0 |
455 | 2025-01-02T22:27:30.476Z | Checking pin-utils v0.1.0 |
456 | 2025-01-02T22:27:30.561Z | Checking futures-io v0.3.31 |
457 | 2025-01-02T22:27:30.632Z | Checking spin v0.9.8 |
458 | 2025-01-02T22:27:30.738Z | Compiling vcpkg v0.2.15 |
459 | 2025-01-02T22:27:30.759Z | Compiling pkg-config v0.3.31 |
460 | 2025-01-02T22:27:30.761Z | Checking rustls-pki-types v1.9.0 |
461 | 2025-01-02T22:27:30.841Z | Compiling heck v0.5.0 |
462 | 2025-01-02T22:27:31.109Z | Compiling ring v0.17.8 |
463 | 2025-01-02T22:27:31.333Z | Checking iana-time-zone v0.1.61 |
464 | 2025-01-02T22:27:31.378Z | Checking writeable v0.5.5 |
465 | 2025-01-02T22:27:31.484Z | Checking litemap v0.7.3 |
466 | 2025-01-02T22:27:31.713Z | Compiling ucd-trie v0.1.7 |
467 | 2025-01-02T22:27:31.848Z | Compiling httparse v1.9.5 |
468 | 2025-01-02T22:27:31.962Z | Checking untrusted v0.9.0 |
469 | 2025-01-02T22:27:32.133Z | Checking tracing-core v0.1.32 |
470 | 2025-01-02T22:27:32.349Z | Compiling openssl-sys v0.9.103 |
471 | 2025-01-02T22:27:32.378Z | Compiling allocator-api2 v0.2.18 |
472 | 2025-01-02T22:27:32.592Z | Checking dyn-clone v1.0.17 |
473 | 2025-01-02T22:27:32.734Z | Checking atomic-waker v1.1.2 |
474 | 2025-01-02T22:27:32.771Z | Checking tracing v0.1.40 |
475 | 2025-01-02T22:27:33.101Z | Checking http-body v1.0.1 |
476 | 2025-01-02T22:27:33.172Z | Compiling uuid v1.11.0 |
477 | 2025-01-02T22:27:33.286Z | Checking zeroize v1.8.1 |
478 | 2025-01-02T22:27:33.503Z | Checking subtle v2.6.1 |
479 | 2025-01-02T22:27:33.556Z | Checking try-lock v0.2.5 |
480 | 2025-01-02T22:27:33.574Z | Checking icu_locid_transform_data v1.5.0 |
481 | 2025-01-02T22:27:33.687Z | Checking foreign-types-shared v0.1.1 |
482 | 2025-01-02T22:27:33.707Z | Compiling chrono v0.4.38 |
483 | 2025-01-02T22:27:33.729Z | Checking want v0.3.1 |
484 | 2025-01-02T22:27:33.748Z | Compiling openssl v0.10.66 |
485 | 2025-01-02T22:27:33.831Z | Checking icu_properties_data v1.5.0 |
486 | 2025-01-02T22:27:33.896Z | Checking httpdate v1.0.3 |
487 | 2025-01-02T22:27:33.916Z | Compiling slog v2.7.0 |
488 | 2025-01-02T22:27:34.128Z | Checking foreign-types v0.3.2 |
489 | 2025-01-02T22:27:34.199Z | Compiling aho-corasick v1.1.3 |
490 | 2025-01-02T22:27:34.219Z | Compiling regex-syntax v0.8.5 |
491 | 2025-01-02T22:27:34.456Z | Checking write16 v1.0.0 |
492 | 2025-01-02T22:27:34.579Z | Compiling native-tls v0.2.12 |
493 | 2025-01-02T22:27:34.930Z | Checking utf16_iter v1.0.5 |
494 | 2025-01-02T22:27:35.397Z | Checking icu_normalizer_data v1.5.0 |
495 | 2025-01-02T22:27:35.489Z | Checking utf8_iter v1.0.4 |
496 | 2025-01-02T22:27:35.693Z | Compiling typenum v1.17.0 |
497 | 2025-01-02T22:27:35.738Z | Compiling rustls v0.23.14 |
498 | 2025-01-02T22:27:35.758Z | Checking percent-encoding v2.3.1 |
499 | 2025-01-02T22:27:35.951Z | Checking tower-service v0.3.3 |
500 | 2025-01-02T22:27:36.041Z | Checking bitflags v2.6.0 |
501 | 2025-01-02T22:27:36.095Z | Checking form_urlencoded v1.2.1 |
502 | 2025-01-02T22:27:36.327Z | Compiling generic-array v0.14.7 |
503 | 2025-01-02T22:27:36.649Z | Checking openssl-probe v0.1.5 |
504 | 2025-01-02T22:27:36.797Z | Compiling synstructure v0.13.1 |
505 | 2025-01-02T22:27:36.818Z | Compiling serde_derive_internals v0.29.1 |
506 | 2025-01-02T22:27:37.081Z | Checking rustls-webpki v0.102.8 |
507 | 2025-01-02T22:27:37.860Z | Compiling regex-automata v0.4.8 |
508 | 2025-01-02T22:27:39.365Z | Compiling usdt-impl v0.5.0 |
509 | 2025-01-02T22:27:39.624Z | Checking encoding_rs v0.8.34 |
510 | 2025-01-02T22:27:39.744Z | Checking mime v0.3.17 |
511 | 2025-01-02T22:27:39.821Z | Compiling num-conv v0.1.0 |
512 | 2025-01-02T22:27:40.077Z | Compiling time-core v0.1.2 |
513 | 2025-01-02T22:27:40.098Z | Checking powerfmt v0.2.0 |
514 | 2025-01-02T22:27:40.253Z | Compiling time-macros v0.2.18 |
515 | 2025-01-02T22:27:40.365Z | Checking deranged v0.3.11 |
516 | 2025-01-02T22:27:40.606Z | Compiling thread-id v4.2.2 |
517 | 2025-01-02T22:27:41.905Z | Compiling regex v1.11.1 |
518 | 2025-01-02T22:27:42.036Z | Checking webpki-roots v0.26.6 |
519 | 2025-01-02T22:27:42.234Z | Checking rustls-pemfile v2.2.0 |
520 | 2025-01-02T22:27:42.409Z | Compiling serde_derive v1.0.215 |
521 | 2025-01-02T22:27:42.428Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-01-02T22:27:42.449Z | Compiling thiserror-impl v1.0.69 |
523 | 2025-01-02T22:27:42.884Z | Compiling schemars_derive v0.8.21 |
524 | 2025-01-02T22:27:43.004Z | Compiling zerofrom-derive v0.1.4 |
525 | 2025-01-02T22:27:43.245Z | Compiling yoke-derive v0.7.4 |
526 | 2025-01-02T22:27:43.482Z | Compiling tokio-macros v2.4.0 |
527 | 2025-01-02T22:27:44.511Z | Compiling zerocopy v0.7.35 |
528 | 2025-01-02T22:27:45.534Z | Checking tokio v1.40.0 |
529 | 2025-01-02T22:27:45.625Z | Compiling zerovec-derive v0.10.3 |
530 | 2025-01-02T22:27:45.871Z | Compiling displaydoc v0.2.5 |
531 | 2025-01-02T22:27:45.961Z | Compiling futures-macro v0.3.31 |
532 | 2025-01-02T22:27:46.432Z | Compiling pest v2.7.14 |
533 | 2025-01-02T22:27:46.552Z | Checking zerofrom v0.1.4 |
534 | 2025-01-02T22:27:46.764Z | Checking yoke v0.7.4 |
535 | 2025-01-02T22:27:46.801Z | Compiling icu_provider_macros v1.5.0 |
536 | 2025-01-02T22:27:47.077Z | Compiling hashbrown v0.14.5 |
537 | 2025-01-02T22:27:47.836Z | Checking futures-util v0.3.31 |
538 | 2025-01-02T22:27:47.866Z | Compiling openssl-macros v0.1.1 |
539 | 2025-01-02T22:27:48.052Z | Checking zerovec v0.10.4 |
540 | 2025-01-02T22:27:48.465Z | Compiling regress v0.10.1 |
541 | 2025-01-02T22:27:49.118Z | Compiling pest_meta v2.7.14 |
542 | 2025-01-02T22:27:49.318Z | Compiling scroll_derive v0.12.0 |
543 | 2025-01-02T22:27:49.784Z | Checking tinystr v0.7.6 |
544 | 2025-01-02T22:27:50.765Z | Checking icu_locid v1.5.0 |
545 | 2025-01-02T22:27:51.854Z | Checking icu_provider v1.5.0 |
546 | 2025-01-02T22:27:52.531Z | Checking icu_locid_transform v1.5.0 |
547 | 2025-01-02T22:27:52.651Z | Checking tokio-util v0.7.12 |
548 | 2025-01-02T22:27:54.055Z | Compiling pest_generator v2.7.14 |
549 | 2025-01-02T22:27:54.058Z | Checking icu_collections v1.5.0 |
550 | 2025-01-02T22:27:54.058Z | Checking http-body-util v0.1.2 |
551 | 2025-01-02T22:27:54.058Z | Checking tokio-rustls v0.26.0 |
552 | 2025-01-02T22:27:54.058Z | Checking scroll v0.12.0 |
553 | 2025-01-02T22:27:54.058Z | Checking icu_properties v1.5.1 |
554 | 2025-01-02T22:27:54.058Z | Checking plain v0.2.3 |
555 | 2025-01-02T22:27:54.131Z | Compiling ident_case v1.0.1 |
556 | 2025-01-02T22:27:54.325Z | Compiling crossbeam-utils v0.8.20 |
557 | 2025-01-02T22:27:54.607Z | Checking tokio-native-tls v0.3.1 |
558 | 2025-01-02T22:27:54.838Z | Compiling pest_derive v2.7.14 |
559 | 2025-01-02T22:27:54.894Z | Checking num_threads v0.1.7 |
560 | 2025-01-02T22:27:55.012Z | Compiling strsim v0.11.1 |
561 | 2025-01-02T22:27:55.688Z | Checking indexmap v2.6.0 |
562 | 2025-01-02T22:27:56.463Z | Compiling serde_tokenstream v0.2.2 |
563 | 2025-01-02T22:27:56.977Z | Checking h2 v0.4.6 |
564 | 2025-01-02T22:27:57.120Z | Checking icu_normalizer v1.5.0 |
565 | 2025-01-02T22:27:57.459Z | Compiling dtrace-parser v0.2.0 |
566 | 2025-01-02T22:27:57.629Z | Checking serde_urlencoded v0.7.1 |
567 | 2025-01-02T22:27:57.650Z | Checking base64 v0.22.1 |
568 | 2025-01-02T22:27:57.886Z | Checking idna_adapter v1.2.0 |
569 | 2025-01-02T22:27:58.067Z | Checking idna v1.0.3 |
570 | 2025-01-02T22:27:58.367Z | Compiling dof v0.3.0 |
571 | 2025-01-02T22:27:58.547Z | Checking url v2.5.3 |
572 | 2025-01-02T22:27:59.246Z | Compiling openapiv3 v2.0.0 |
573 | 2025-01-02T22:27:59.312Z | Checking time v0.3.36 |
574 | 2025-01-02T22:27:59.647Z | Checking typify-impl v0.2.0 |
575 | 2025-01-02T22:28:01.197Z | Checking hyper v1.5.0 |
576 | 2025-01-02T22:28:01.241Z | Compiling darling_core v0.20.10 |
577 | 2025-01-02T22:28:01.645Z | Checking goblin v0.8.2 |
578 | 2025-01-02T22:28:02.129Z | Checking sync_wrapper v1.0.1 |
579 | 2025-01-02T22:28:02.275Z | Checking dirs-sys-next v0.1.2 |
580 | 2025-01-02T22:28:02.827Z | Compiling omicron-workspace-hack v0.1.0 |
581 | 2025-01-02T22:28:03.129Z | Checking pretty-hex v0.4.1 |
582 | 2025-01-02T22:28:03.321Z | Checking ipnet v2.10.1 |
583 | 2025-01-02T22:28:03.357Z | Checking hyper-util v0.1.10 |
584 | 2025-01-02T22:28:03.400Z | Compiling paste v1.0.15 |
585 | 2025-01-02T22:28:03.489Z | Compiling rustversion v1.0.17 |
586 | 2025-01-02T22:28:03.644Z | Compiling rustls v0.22.4 |
587 | 2025-01-02T22:28:03.770Z | Compiling unsafe-libyaml v0.2.11 |
588 | 2025-01-02T22:28:04.013Z | Checking dirs-next v2.0.0 |
589 | 2025-01-02T22:28:04.177Z | Checking serde_spanned v0.6.8 |
590 | 2025-01-02T22:28:04.377Z | Checking toml_datetime v0.6.8 |
591 | 2025-01-02T22:28:04.661Z | Checking ppv-lite86 v0.2.20 |
592 | 2025-01-02T22:28:04.681Z | Compiling structmeta-derive v0.3.0 |
593 | 2025-01-02T22:28:04.870Z | Checking block-buffer v0.10.4 |
594 | 2025-01-02T22:28:05.074Z | Compiling serde_yaml v0.9.34+deprecated |
595 | 2025-01-02T22:28:05.095Z | Checking hyper-tls v0.6.0 |
596 | 2025-01-02T22:28:05.381Z | Checking hyper-rustls v0.27.3 |
597 | 2025-01-02T22:28:05.441Z | Checking crypto-common v0.1.6 |
598 | 2025-01-02T22:28:05.540Z | Checking rand_core v0.6.4 |
599 | 2025-01-02T22:28:05.707Z | Checking reqwest v0.12.9 |
600 | 2025-01-02T22:28:05.727Z | Checking thread_local v1.1.8 |
601 | 2025-01-02T22:28:05.820Z | Compiling multer v3.1.0 |
602 | 2025-01-02T22:28:06.001Z | Compiling anyhow v1.0.93 |
603 | 2025-01-02T22:28:06.162Z | Checking match_cfg v0.1.0 |
604 | 2025-01-02T22:28:06.249Z | Compiling newtype-uuid v1.1.3 |
605 | 2025-01-02T22:28:06.572Z | Checking winnow v0.6.20 |
606 | 2025-01-02T22:28:06.598Z | Compiling camino v1.1.9 |
607 | 2025-01-02T22:28:07.180Z | Compiling slog-async v2.8.0 |
608 | 2025-01-02T22:28:07.255Z | Compiling darling_macro v0.20.10 |
609 | 2025-01-02T22:28:07.275Z | Checking progenitor-client v0.8.0 |
610 | 2025-01-02T22:28:07.369Z | Compiling structmeta v0.3.0 |
611 | 2025-01-02T22:28:07.762Z | Checking hostname v0.3.1 |
612 | 2025-01-02T22:28:07.845Z | Checking rand_chacha v0.3.1 |
613 | 2025-01-02T22:28:07.887Z | Checking digest v0.10.7 |
614 | 2025-01-02T22:28:07.976Z | Checking crossbeam-channel v0.5.13 |
615 | 2025-01-02T22:28:08.192Z | Compiling darling v0.20.10 |
616 | 2025-01-02T22:28:08.219Z | Checking term v0.7.0 |
617 | 2025-01-02T22:28:08.665Z | Checking slog-json v2.6.1 |
618 | 2025-01-02T22:28:08.686Z | Compiling usdt-attr-macro v0.5.0 |
619 | 2025-01-02T22:28:08.737Z | Compiling usdt-macro v0.5.0 |
620 | 2025-01-02T22:28:08.917Z | Checking futures-executor v0.3.31 |
621 | 2025-01-02T22:28:09.143Z | Compiling async-stream-impl v0.3.6 |
622 | 2025-01-02T22:28:09.242Z | Checking memmap v0.7.0 |
623 | 2025-01-02T22:28:09.400Z | Checking is-terminal v0.4.13 |
624 | 2025-01-02T22:28:09.450Z | Compiling dropshot v0.13.0 |
625 | 2025-01-02T22:28:09.522Z | Checking cpufeatures v0.2.14 |
626 | 2025-01-02T22:28:09.616Z | Checking take_mut v0.2.2 |
627 | 2025-01-02T22:28:09.635Z | Checking toml_edit v0.22.22 |
628 | 2025-01-02T22:28:09.863Z | Checking sha1 v0.10.6 |
629 | 2025-01-02T22:28:10.021Z | Checking slog-term v2.9.1 |
630 | 2025-01-02T22:28:10.052Z | Compiling strum_macros v0.26.4 |
631 | 2025-01-02T22:28:10.102Z | Checking usdt v0.5.0 |
632 | 2025-01-02T22:28:10.126Z | Checking futures v0.3.31 |
633 | 2025-01-02T22:28:10.230Z | Checking slog-bunyan v2.5.0 |
634 | 2025-01-02T22:28:10.364Z | Compiling serde_with_macros v3.11.0 |
635 | 2025-01-02T22:28:10.385Z | Checking async-stream v0.3.6 |
636 | 2025-01-02T22:28:10.404Z | Checking rand v0.8.5 |
637 | 2025-01-02T22:28:10.885Z | Compiling parse-display-derive v0.10.0 |
638 | 2025-01-02T22:28:11.774Z | Checking ipnetwork v0.20.0 |
639 | 2025-01-02T22:28:11.835Z | Compiling dropshot_endpoint v0.13.0 |
640 | 2025-01-02T22:28:11.914Z | Checking tokio-rustls v0.25.0 |
641 | 2025-01-02T22:28:12.150Z | Checking serde_path_to_error v0.1.16 |
642 | 2025-01-02T22:28:12.185Z | Checking toml v0.8.19 |
643 | 2025-01-02T22:28:12.287Z | Checking hex v0.4.3 |
644 | 2025-01-02T22:28:12.791Z | Compiling async-trait v0.1.83 |
645 | 2025-01-02T22:28:12.826Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
646 | 2025-01-02T22:28:12.884Z | Checking waitgroup v0.1.2 |
647 | 2025-01-02T22:28:12.981Z | Checking hostname v0.4.0 |
648 | 2025-01-02T22:28:13.031Z | Checking instant v0.1.13 |
649 | 2025-01-02T22:28:13.122Z | Checking debug-ignore v1.0.5 |
650 | 2025-01-02T22:28:13.148Z | Checking backoff v0.4.0 |
651 | 2025-01-02T22:28:13.265Z | Checking serde_with v3.11.0 |
652 | 2025-01-02T22:28:13.445Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
653 | 2025-01-02T22:28:13.599Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
654 | 2025-01-02T22:28:13.619Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
655 | 2025-01-02T22:28:13.753Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
656 | 2025-01-02T22:28:13.941Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
657 | 2025-01-02T22:28:14.285Z | Compiling typify-macro v0.2.0 |
658 | 2025-01-02T22:28:14.311Z | Checking macaddr v1.0.1 |
659 | 2025-01-02T22:28:14.509Z | Checking strum v0.26.3 |
660 | 2025-01-02T22:28:14.651Z | Checking regress v0.9.1 |
661 | 2025-01-02T22:28:14.794Z | Checking parse-display v0.10.0 |
662 | 2025-01-02T22:28:16.405Z | Compiling typify v0.2.0 |
663 | 2025-01-02T22:28:16.485Z | Compiling progenitor-impl v0.8.0 |
664 | 2025-01-02T22:28:19.107Z | Compiling progenitor-macro v0.8.0 |
665 | 2025-01-02T22:28:23.287Z | Checking progenitor v0.8.0 |
666 | 2025-01-02T22:28:23.415Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
667 | 2025-01-02T22:28:26.288Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
668 | 2025-01-02T22:28:33.798Z | Checking test-project v0.1.0 (/tmp/test-project) |
669 | 2025-01-02T22:28:33.862Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
670 | 2025-01-02T22:28:34.189Z | + cargo build --release |
671 | 2025-01-02T22:28:34.444Z | Compiling proc-macro2 v1.0.89 |
672 | 2025-01-02T22:28:34.445Z | Compiling unicode-ident v1.0.13 |
673 | 2025-01-02T22:28:34.445Z | Compiling libc v0.2.162 |
674 | 2025-01-02T22:28:34.447Z | Compiling cfg-if v1.0.0 |
675 | 2025-01-02T22:28:34.447Z | Compiling autocfg v1.4.0 |
676 | 2025-01-02T22:28:34.447Z | Compiling serde v1.0.215 |
677 | 2025-01-02T22:28:34.447Z | Compiling version_check v0.9.5 |
678 | 2025-01-02T22:28:34.490Z | Compiling memchr v2.7.4 |
679 | 2025-01-02T22:28:34.566Z | Compiling serde_json v1.0.132 |
680 | 2025-01-02T22:28:34.637Z | Compiling itoa v1.0.11 |
681 | 2025-01-02T22:28:34.889Z | Compiling thiserror v1.0.69 |
682 | 2025-01-02T22:28:35.014Z | Compiling once_cell v1.20.2 |
683 | 2025-01-02T22:28:35.109Z | Compiling shlex v1.3.0 |
684 | 2025-01-02T22:28:35.316Z | Compiling cc v1.1.30 |
685 | 2025-01-02T22:28:35.464Z | Compiling num-traits v0.2.19 |
686 | 2025-01-02T22:28:35.798Z | Compiling pin-project-lite v0.2.14 |
687 | 2025-01-02T22:28:35.901Z | Compiling getrandom v0.2.15 |
688 | 2025-01-02T22:28:35.958Z | Compiling smallvec v1.13.2 |
689 | 2025-01-02T22:28:36.006Z | Compiling ryu v1.0.18 |
690 | 2025-01-02T22:28:36.128Z | Compiling quote v1.0.37 |
691 | 2025-01-02T22:28:36.247Z | Compiling bytes v1.8.0 |
692 | 2025-01-02T22:28:36.300Z | Compiling futures-core v0.3.31 |
693 | 2025-01-02T22:28:36.533Z | Compiling syn v2.0.87 |
694 | 2025-01-02T22:28:36.564Z | Compiling lock_api v0.4.12 |
695 | 2025-01-02T22:28:36.632Z | Compiling ahash v0.8.11 |
696 | 2025-01-02T22:28:36.742Z | Compiling byteorder v1.5.0 |
697 | 2025-01-02T22:28:36.749Z | Compiling schemars v0.8.21 |
698 | 2025-01-02T22:28:36.987Z | Compiling parking_lot_core v0.9.10 |
699 | 2025-01-02T22:28:37.173Z | Compiling scopeguard v1.2.0 |
700 | 2025-01-02T22:28:37.229Z | Compiling slab v0.4.9 |
701 | 2025-01-02T22:28:37.236Z | Compiling futures-sink v0.3.31 |
702 | 2025-01-02T22:28:37.365Z | Compiling log v0.4.22 |
703 | 2025-01-02T22:28:37.684Z | Compiling mio v1.0.2 |
704 | 2025-01-02T22:28:37.708Z | Compiling socket2 v0.5.7 |
705 | 2025-01-02T22:28:37.807Z | Compiling parking_lot v0.12.3 |
706 | 2025-01-02T22:28:37.810Z | Compiling signal-hook-registry v1.4.2 |
707 | 2025-01-02T22:28:38.105Z | Compiling semver v1.0.23 |
708 | 2025-01-02T22:28:38.247Z | Compiling stable_deref_trait v1.2.0 |
709 | 2025-01-02T22:28:38.267Z | Compiling ring v0.17.8 |
710 | 2025-01-02T22:28:38.580Z | Compiling fnv v1.0.7 |
711 | 2025-01-02T22:28:38.666Z | Compiling hashbrown v0.15.1 |
712 | 2025-01-02T22:28:38.698Z | Compiling equivalent v1.0.1 |
713 | 2025-01-02T22:28:38.796Z | Compiling http v1.1.0 |
714 | 2025-01-02T22:28:39.314Z | Compiling futures-channel v0.3.31 |
715 | 2025-01-02T22:28:39.344Z | Compiling pin-utils v0.1.0 |
716 | 2025-01-02T22:28:39.352Z | Compiling futures-io v0.3.31 |
717 | 2025-01-02T22:28:39.428Z | Compiling futures-task v0.3.31 |
718 | 2025-01-02T22:28:39.712Z | Compiling heck v0.5.0 |
719 | 2025-01-02T22:28:39.765Z | Compiling rustls-pki-types v1.9.0 |
720 | 2025-01-02T22:28:39.881Z | Compiling pkg-config v0.3.31 |
721 | 2025-01-02T22:28:39.922Z | Compiling vcpkg v0.2.15 |
722 | 2025-01-02T22:28:40.132Z | Compiling spin v0.9.8 |
723 | 2025-01-02T22:28:40.995Z | Compiling httparse v1.9.5 |
724 | 2025-01-02T22:28:41.033Z | Compiling writeable v0.5.5 |
725 | 2025-01-02T22:28:41.578Z | Compiling openssl-sys v0.9.103 |
726 | 2025-01-02T22:28:41.597Z | Compiling iana-time-zone v0.1.61 |
727 | 2025-01-02T22:28:41.677Z | Compiling ucd-trie v0.1.7 |
728 | 2025-01-02T22:28:42.103Z | Compiling litemap v0.7.3 |
729 | 2025-01-02T22:28:42.177Z | Compiling untrusted v0.9.0 |
730 | 2025-01-02T22:28:42.375Z | Compiling tracing-core v0.1.32 |
731 | 2025-01-02T22:28:42.516Z | Compiling dyn-clone v1.0.17 |
732 | 2025-01-02T22:28:42.610Z | Compiling atomic-waker v1.1.2 |
733 | 2025-01-02T22:28:42.720Z | Compiling allocator-api2 v0.2.18 |
734 | 2025-01-02T22:28:43.490Z | Compiling tracing v0.1.40 |
735 | 2025-01-02T22:28:43.513Z | Compiling http-body v1.0.1 |
736 | 2025-01-02T22:28:43.802Z | Compiling uuid v1.11.0 |
737 | 2025-01-02T22:28:43.925Z | Compiling zeroize v1.8.1 |
738 | 2025-01-02T22:28:44.119Z | Compiling chrono v0.4.38 |
739 | 2025-01-02T22:28:44.170Z | Compiling icu_locid_transform_data v1.5.0 |
740 | 2025-01-02T22:28:44.248Z | Compiling synstructure v0.13.1 |
741 | 2025-01-02T22:28:44.260Z | Compiling serde_derive_internals v0.29.1 |
742 | 2025-01-02T22:28:44.483Z | Compiling try-lock v0.2.5 |
743 | 2025-01-02T22:28:44.634Z | Compiling subtle v2.6.1 |
744 | 2025-01-02T22:28:44.650Z | Compiling want v0.3.1 |
745 | 2025-01-02T22:28:44.974Z | Compiling foreign-types-shared v0.1.1 |
746 | 2025-01-02T22:28:45.070Z | Compiling slog v2.7.0 |
747 | 2025-01-02T22:28:45.637Z | Compiling openssl v0.10.66 |
748 | 2025-01-02T22:28:45.924Z | Compiling icu_properties_data v1.5.0 |
749 | 2025-01-02T22:28:46.076Z | Compiling httpdate v1.0.3 |
750 | 2025-01-02T22:28:46.203Z | Compiling foreign-types v0.3.2 |
751 | 2025-01-02T22:28:46.475Z | Compiling aho-corasick v1.1.3 |
752 | 2025-01-02T22:28:46.794Z | Compiling icu_normalizer_data v1.5.0 |
753 | 2025-01-02T22:28:46.885Z | Compiling rustls v0.23.14 |
754 | 2025-01-02T22:28:46.985Z | Compiling typenum v1.17.0 |
755 | 2025-01-02T22:28:47.194Z | Compiling bitflags v2.6.0 |
756 | 2025-01-02T22:28:47.683Z | Compiling tower-service v0.3.3 |
757 | 2025-01-02T22:28:47.796Z | Compiling native-tls v0.2.12 |
758 | 2025-01-02T22:28:47.939Z | Compiling percent-encoding v2.3.1 |
759 | 2025-01-02T22:28:48.151Z | Compiling write16 v1.0.0 |
760 | 2025-01-02T22:28:48.274Z | Compiling regex-syntax v0.8.5 |
761 | 2025-01-02T22:28:48.283Z | Compiling utf16_iter v1.0.5 |
762 | 2025-01-02T22:28:48.389Z | Compiling utf8_iter v1.0.4 |
763 | 2025-01-02T22:28:48.422Z | Compiling form_urlencoded v1.2.1 |
764 | 2025-01-02T22:28:48.765Z | Compiling generic-array v0.14.7 |
765 | 2025-01-02T22:28:49.000Z | Compiling openssl-probe v0.1.5 |
766 | 2025-01-02T22:28:49.839Z | Compiling serde_derive v1.0.215 |
767 | 2025-01-02T22:28:50.341Z | Compiling zerocopy-derive v0.7.35 |
768 | 2025-01-02T22:28:50.380Z | Compiling thiserror-impl v1.0.69 |
769 | 2025-01-02T22:28:50.871Z | Compiling zerofrom-derive v0.1.4 |
770 | 2025-01-02T22:28:51.018Z | Compiling schemars_derive v0.8.21 |
771 | 2025-01-02T22:28:52.399Z | Compiling zerocopy v0.7.35 |
772 | 2025-01-02T22:28:54.012Z | Compiling tokio-macros v2.4.0 |
773 | 2025-01-02T22:28:54.024Z | Compiling yoke-derive v0.7.4 |
774 | 2025-01-02T22:28:54.188Z | Compiling zerovec-derive v0.10.3 |
775 | 2025-01-02T22:28:54.468Z | Compiling zerofrom v0.1.4 |
776 | 2025-01-02T22:28:54.702Z | Compiling futures-macro v0.3.31 |
777 | 2025-01-02T22:28:55.117Z | Compiling displaydoc v0.2.5 |
778 | 2025-01-02T22:28:55.582Z | Compiling tokio v1.40.0 |
779 | 2025-01-02T22:28:56.620Z | Compiling futures-util v0.3.31 |
780 | 2025-01-02T22:28:56.708Z | Compiling pest v2.7.14 |
781 | 2025-01-02T22:28:56.771Z | Compiling yoke v0.7.4 |
782 | 2025-01-02T22:28:56.969Z | Compiling icu_provider_macros v1.5.0 |
783 | 2025-01-02T22:28:57.141Z | Compiling zerovec v0.10.4 |
784 | 2025-01-02T22:28:57.159Z | Compiling hashbrown v0.14.5 |
785 | 2025-01-02T22:28:58.492Z | Compiling rustls-webpki v0.102.8 |
786 | 2025-01-02T22:28:59.601Z | Compiling tinystr v0.7.6 |
787 | 2025-01-02T22:29:00.089Z | Compiling icu_locid v1.5.0 |
788 | 2025-01-02T22:29:00.095Z | Compiling pest_meta v2.7.14 |
789 | 2025-01-02T22:29:03.349Z | Compiling icu_provider v1.5.0 |
790 | 2025-01-02T22:29:03.615Z | Compiling pest_generator v2.7.14 |
791 | 2025-01-02T22:29:04.581Z | Compiling indexmap v2.6.0 |
792 | 2025-01-02T22:29:05.397Z | Compiling serde_tokenstream v0.2.2 |
793 | 2025-01-02T22:29:06.410Z | Compiling tokio-util v0.7.12 |
794 | 2025-01-02T22:29:07.587Z | Compiling h2 v0.4.6 |
795 | 2025-01-02T22:29:07.653Z | Compiling icu_locid_transform v1.5.0 |
796 | 2025-01-02T22:29:10.296Z | Compiling icu_collections v1.5.0 |
797 | 2025-01-02T22:29:10.819Z | Compiling regress v0.10.1 |
798 | 2025-01-02T22:29:13.065Z | Compiling hyper v1.5.0 |
799 | 2025-01-02T22:29:13.530Z | Compiling icu_properties v1.5.1 |
800 | 2025-01-02T22:29:14.489Z | Compiling pest_derive v2.7.14 |
801 | 2025-01-02T22:29:15.370Z | Compiling typify-impl v0.2.0 |
802 | 2025-01-02T22:29:16.175Z | Compiling openssl-macros v0.1.1 |
803 | 2025-01-02T22:29:19.808Z | Compiling icu_normalizer v1.5.0 |
804 | 2025-01-02T22:29:22.867Z | Compiling hyper-util v0.1.10 |
805 | 2025-01-02T22:29:23.768Z | Compiling regex-automata v0.4.8 |
806 | 2025-01-02T22:29:25.120Z | Compiling idna_adapter v1.2.0 |
807 | 2025-01-02T22:29:25.785Z | Compiling http-body-util v0.1.2 |
808 | 2025-01-02T22:29:26.667Z | Compiling scroll_derive v0.12.0 |
809 | 2025-01-02T22:29:27.445Z | Compiling typify-macro v0.2.0 |
810 | 2025-01-02T22:29:28.199Z | Compiling regex v1.11.1 |
811 | 2025-01-02T22:29:28.851Z | Compiling usdt-impl v0.5.0 |
812 | 2025-01-02T22:29:29.174Z | Compiling encoding_rs v0.8.34 |
813 | 2025-01-02T22:29:29.225Z | Compiling num-conv v0.1.0 |
814 | 2025-01-02T22:29:29.495Z | Compiling powerfmt v0.2.0 |
815 | 2025-01-02T22:29:31.294Z | Compiling mime v0.3.17 |
816 | 2025-01-02T22:29:31.586Z | Compiling time-core v0.1.2 |
817 | 2025-01-02T22:29:31.666Z | Compiling deranged v0.3.11 |
818 | 2025-01-02T22:29:31.749Z | Compiling time-macros v0.2.18 |
819 | 2025-01-02T22:29:32.509Z | Compiling scroll v0.12.0 |
820 | 2025-01-02T22:29:33.119Z | Compiling tokio-rustls v0.26.0 |
821 | 2025-01-02T22:29:33.616Z | Compiling idna v1.0.3 |
822 | 2025-01-02T22:29:34.803Z | Compiling tokio-native-tls v0.3.1 |
823 | 2025-01-02T22:29:39.397Z | Compiling dtrace-parser v0.2.0 |
824 | 2025-01-02T22:29:39.887Z | Compiling dof v0.3.0 |
825 | 2025-01-02T22:29:40.773Z | Compiling serde_urlencoded v0.7.1 |
826 | 2025-01-02T22:29:41.235Z | Compiling thread-id v4.2.2 |
827 | 2025-01-02T22:29:41.331Z | Compiling webpki-roots v0.26.6 |
828 | 2025-01-02T22:29:41.355Z | Compiling rustls-pemfile v2.2.0 |
829 | 2025-01-02T22:29:41.537Z | Compiling plain v0.2.3 |
830 | 2025-01-02T22:29:41.696Z | Compiling strsim v0.11.1 |
831 | 2025-01-02T22:29:41.819Z | Compiling base64 v0.22.1 |
832 | 2025-01-02T22:29:42.646Z | Compiling num_threads v0.1.7 |
833 | 2025-01-02T22:29:43.906Z | Compiling ident_case v1.0.1 |
834 | 2025-01-02T22:29:43.956Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2025-01-02T22:29:44.074Z | Compiling crossbeam-utils v0.8.20 |
836 | 2025-01-02T22:29:44.081Z | Compiling time v0.3.36 |
837 | 2025-01-02T22:29:44.126Z | Compiling darling_core v0.20.10 |
838 | 2025-01-02T22:29:47.822Z | Compiling goblin v0.8.2 |
839 | 2025-01-02T22:29:48.568Z | Compiling hyper-rustls v0.27.3 |
840 | 2025-01-02T22:29:51.668Z | Compiling hyper-tls v0.6.0 |
841 | 2025-01-02T22:29:52.177Z | Compiling url v2.5.3 |
842 | 2025-01-02T22:29:53.354Z | Compiling typify v0.2.0 |
843 | 2025-01-02T22:29:53.480Z | Compiling openapiv3 v2.0.0 |
844 | 2025-01-02T22:29:53.969Z | Compiling sync_wrapper v1.0.1 |
845 | 2025-01-02T22:29:54.107Z | Compiling dirs-sys-next v0.1.2 |
846 | 2025-01-02T22:29:55.587Z | Compiling pretty-hex v0.4.1 |
847 | 2025-01-02T22:29:55.806Z | Compiling rustversion v1.0.17 |
848 | 2025-01-02T22:29:56.461Z | Compiling paste v1.0.15 |
849 | 2025-01-02T22:29:56.956Z | Compiling rustls v0.22.4 |
850 | 2025-01-02T22:29:57.261Z | Compiling ipnet v2.10.1 |
851 | 2025-01-02T22:29:57.767Z | Compiling unsafe-libyaml v0.2.11 |
852 | 2025-01-02T22:29:57.938Z | Compiling reqwest v0.12.9 |
853 | 2025-01-02T22:29:59.526Z | Compiling serde_yaml v0.9.34+deprecated |
854 | 2025-01-02T22:30:00.176Z | Compiling progenitor-impl v0.8.0 |
855 | 2025-01-02T22:30:03.402Z | Compiling dirs-next v2.0.0 |
856 | 2025-01-02T22:30:03.680Z | Compiling darling_macro v0.20.10 |
857 | 2025-01-02T22:30:06.533Z | Compiling block-buffer v0.10.4 |
858 | 2025-01-02T22:30:06.768Z | Compiling crypto-common v0.1.6 |
859 | 2025-01-02T22:30:06.919Z | Compiling toml_datetime v0.6.8 |
860 | 2025-01-02T22:30:06.976Z | Compiling serde_spanned v0.6.8 |
861 | 2025-01-02T22:30:06.984Z | Compiling ppv-lite86 v0.2.20 |
862 | 2025-01-02T22:30:07.210Z | Compiling structmeta-derive v0.3.0 |
863 | 2025-01-02T22:30:07.609Z | Compiling rand_core v0.6.4 |
864 | 2025-01-02T22:30:08.016Z | Compiling thread_local v1.1.8 |
865 | 2025-01-02T22:30:08.078Z | Compiling multer v3.1.0 |
866 | 2025-01-02T22:30:08.409Z | Compiling newtype-uuid v1.1.3 |
867 | 2025-01-02T22:30:08.709Z | Compiling anyhow v1.0.93 |
868 | 2025-01-02T22:30:08.730Z | Compiling match_cfg v0.1.0 |
869 | 2025-01-02T22:30:08.813Z | Compiling winnow v0.6.20 |
870 | 2025-01-02T22:30:09.309Z | Compiling slog-async v2.8.0 |
871 | 2025-01-02T22:30:09.765Z | Compiling camino v1.1.9 |
872 | 2025-01-02T22:30:09.933Z | Compiling structmeta v0.3.0 |
873 | 2025-01-02T22:30:10.415Z | Compiling hostname v0.3.1 |
874 | 2025-01-02T22:30:10.731Z | Compiling rand_chacha v0.3.1 |
875 | 2025-01-02T22:30:11.030Z | Compiling progenitor-macro v0.8.0 |
876 | 2025-01-02T22:30:11.615Z | Compiling digest v0.10.7 |
877 | 2025-01-02T22:30:12.037Z | Compiling crossbeam-channel v0.5.13 |
878 | 2025-01-02T22:30:12.523Z | Compiling darling v0.20.10 |
879 | 2025-01-02T22:30:12.625Z | Compiling term v0.7.0 |
880 | 2025-01-02T22:30:13.273Z | Compiling toml_edit v0.22.22 |
881 | 2025-01-02T22:30:17.270Z | Compiling progenitor-client v0.8.0 |
882 | 2025-01-02T22:30:18.202Z | Compiling usdt-attr-macro v0.5.0 |
883 | 2025-01-02T22:30:19.731Z | Compiling usdt-macro v0.5.0 |
884 | 2025-01-02T22:30:21.033Z | Compiling slog-json v2.6.1 |
885 | 2025-01-02T22:30:21.481Z | Compiling futures-executor v0.3.31 |
886 | 2025-01-02T22:30:21.841Z | Compiling async-stream-impl v0.3.6 |
887 | 2025-01-02T22:30:22.648Z | Compiling is-terminal v0.4.13 |
888 | 2025-01-02T22:30:22.766Z | Compiling memmap v0.7.0 |
889 | 2025-01-02T22:30:23.205Z | Compiling dropshot v0.13.0 |
890 | 2025-01-02T22:30:23.216Z | Compiling cpufeatures v0.2.14 |
891 | 2025-01-02T22:30:23.306Z | Compiling take_mut v0.2.2 |
892 | 2025-01-02T22:30:23.588Z | Compiling sha1 v0.10.6 |
893 | 2025-01-02T22:30:23.903Z | Compiling progenitor v0.8.0 |
894 | 2025-01-02T22:30:24.117Z | Compiling async-stream v0.3.6 |
895 | 2025-01-02T22:30:24.364Z | Compiling usdt v0.5.0 |
896 | 2025-01-02T22:30:24.425Z | Compiling slog-term v2.9.1 |
897 | 2025-01-02T22:30:25.922Z | Compiling futures v0.3.31 |
898 | 2025-01-02T22:30:26.129Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-01-02T22:30:26.390Z | Compiling tokio-rustls v0.25.0 |
900 | 2025-01-02T22:30:26.824Z | Compiling toml v0.8.19 |
901 | 2025-01-02T22:30:26.899Z | Compiling strum_macros v0.26.4 |
902 | 2025-01-02T22:30:27.348Z | Compiling serde_with_macros v3.11.0 |
903 | 2025-01-02T22:30:30.049Z | Compiling rand v0.8.5 |
904 | 2025-01-02T22:30:34.169Z | Compiling parse-display-derive v0.10.0 |
905 | 2025-01-02T22:30:34.284Z | Compiling ipnetwork v0.20.0 |
906 | 2025-01-02T22:30:35.307Z | Compiling dropshot_endpoint v0.13.0 |
907 | 2025-01-02T22:30:36.450Z | Compiling serde_path_to_error v0.1.16 |
908 | 2025-01-02T22:30:37.490Z | Compiling hex v0.4.3 |
909 | 2025-01-02T22:30:38.185Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
910 | 2025-01-02T22:30:38.266Z | Compiling async-trait v0.1.83 |
911 | 2025-01-02T22:30:39.030Z | Compiling waitgroup v0.1.2 |
912 | 2025-01-02T22:30:39.247Z | Compiling hostname v0.4.0 |
913 | 2025-01-02T22:30:39.360Z | Compiling instant v0.1.13 |
914 | 2025-01-02T22:30:39.494Z | Compiling debug-ignore v1.0.5 |
915 | 2025-01-02T22:30:39.512Z | Compiling backoff v0.4.0 |
916 | 2025-01-02T22:30:39.632Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-01-02T22:30:39.767Z | Compiling parse-display v0.10.0 |
918 | 2025-01-02T22:30:39.823Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-01-02T22:30:39.825Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
920 | 2025-01-02T22:30:40.075Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
921 | 2025-01-02T22:30:40.680Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
922 | 2025-01-02T22:30:41.985Z | Compiling strum v0.26.3 |
923 | 2025-01-02T22:30:42.011Z | Compiling serde_with v3.11.0 |
924 | 2025-01-02T22:30:42.169Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
925 | 2025-01-02T22:30:42.976Z | Compiling regress v0.9.1 |
926 | 2025-01-02T22:30:44.765Z | Compiling macaddr v1.0.1 |
927 | 2025-01-02T22:30:49.857Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-01-02T22:31:00.656Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-01-02T22:31:10.535Z | Finished `release` profile [optimized] target(s) in 2m 36s |
930 | 2025-01-02T22:31:10.601Z | process exited: duration 235268 ms, exit code 0 |
|
931 | 2025-01-02T22:31:10.606Z | found 0 output files |