|
|
|
1 | 2025-03-02T04:04:08.712Z | job assigned to worker 01JNAGC4EP1Z075W3XPHGEK770 [factory gimlet-EVT22200007-propolis, EVT22200007/21071] (queued for 1 m 1 s) |
|
2 | 2025-03-02T04:04:16.389Z | starting task 0: "setup" |
3 | 2025-03-02T04:04:16.417Z | ++ uname -s |
4 | 2025-03-02T04:04:16.417Z | + kern=SunOS |
5 | 2025-03-02T04:04:16.417Z | + build_user=build |
6 | 2025-03-02T04:04:16.417Z | + build_uid=12345 |
7 | 2025-03-02T04:04:16.417Z | + work_dir=/work |
8 | 2025-03-02T04:04:16.417Z | + input_dir=/input |
9 | 2025-03-02T04:04:16.417Z | + [[ 0 == 12345 ]] |
10 | 2025-03-02T04:04:16.417Z | + case "$kern" in |
11 | 2025-03-02T04:04:16.418Z | + groupadd -g 12345 build |
12 | 2025-03-02T04:04:16.419Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-02T04:04:18.417Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-02T04:04:18.450Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-02T04:04:18.474Z | + home_fs=zfs |
16 | 2025-03-02T04:04:18.474Z | + [[ zfs == autofs ]] |
17 | 2025-03-02T04:04:18.474Z | + mkdir -p /home/build |
18 | 2025-03-02T04:04:18.475Z | + chown build:build /home/build /work |
19 | 2025-03-02T04:04:20.458Z | + chmod 0700 /home/build /work |
20 | 2025-03-02T04:04:20.483Z | process exited: duration 4074 ms, exit code 0 |
|
21 | 2025-03-02T04:04:20.536Z | starting task 1: "rust-toolchain" |
22 | 2025-03-02T04:04:20.561Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-02T04:04:20.561Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-02T04:04:20.561Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
25 | 2025-03-02T04:04:20.561Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-03-02T04:04:20.561Z | * rust toolchain channel = "1.85.0" |
27 | 2025-03-02T04:04:20.561Z | * rust toolchain profile = "default" |
28 | 2025-03-02T04:04:20.561Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-02T04:04:20.561Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-02T04:04:20.682Z | info: downloading installer |
31 | 2025-03-02T04:04:21.046Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-03-02T04:04:21.046Z | warning: /opt/ooce/bin |
33 | 2025-03-02T04:04:21.046Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-02T04:04:21.046Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-03-02T04:04:21.046Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-02T04:04:21.046Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-02T04:04:21.046Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-02T04:04:21.046Z | error: cannot install while Rust is installed |
39 | 2025-03-02T04:04:21.046Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-02T04:04:21.070Z | info: profile set to 'default' |
41 | 2025-03-02T04:04:21.070Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-02T04:04:21.070Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-02T04:04:21.181Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-02T04:04:21.182Z | info: downloading component 'cargo' |
45 | 2025-03-02T04:04:21.338Z | info: downloading component 'clippy' |
46 | 2025-03-02T04:04:21.414Z | info: downloading component 'rust-docs' |
47 | 2025-03-02T04:04:21.593Z | info: downloading component 'rust-std' |
48 | 2025-03-02T04:04:21.951Z | info: downloading component 'rustc' |
49 | 2025-03-02T04:04:22.956Z | info: downloading component 'rustfmt' |
50 | 2025-03-02T04:04:22.996Z | info: installing component 'cargo' |
51 | 2025-03-02T04:04:24.175Z | info: installing component 'clippy' |
52 | 2025-03-02T04:04:24.650Z | info: installing component 'rust-docs' |
53 | 2025-03-02T04:04:27.600Z | info: installing component 'rust-std' |
54 | 2025-03-02T04:04:29.778Z | info: installing component 'rustc' |
55 | 2025-03-02T04:04:37.026Z | info: installing component 'rustfmt' |
56 | 2025-03-02T04:04:37.406Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-02T04:04:37.406Z | |
58 | 2025-03-02T04:04:37.548Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-02T04:04:37.548Z | |
60 | 2025-03-02T04:04:37.573Z | |
61 | 2025-03-02T04:04:37.573Z | Rust is installed now. Great! |
62 | 2025-03-02T04:04:37.573Z | |
63 | 2025-03-02T04:04:37.573Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-02T04:04:37.573Z | environment variable. This has not been done automatically. |
65 | 2025-03-02T04:04:37.574Z | |
66 | 2025-03-02T04:04:37.574Z | To configure your current shell, you need to source |
67 | 2025-03-02T04:04:37.574Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-02T04:04:37.574Z | |
69 | 2025-03-02T04:04:37.574Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-02T04:04:37.574Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-02T04:04:37.574Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-02T04:04:37.669Z | + rustup --version |
73 | 2025-03-02T04:04:37.693Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-03-02T04:04:37.693Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-03-02T04:04:37.802Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-03-02T04:04:37.828Z | + cargo --version |
77 | 2025-03-02T04:04:37.904Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-03-02T04:04:37.930Z | + rustc --version |
79 | 2025-03-02T04:04:38.022Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-03-02T04:04:38.046Z | process exited: duration 17491 ms, exit code 0 |
|
81 | 2025-03-02T04:04:38.097Z | starting task 2: "authentication" |
82 | 2025-03-02T04:04:38.147Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
83 | 2025-03-02T04:04:44.230Z | process exited: duration 6133 ms, exit code 0 |
|
84 | 2025-03-02T04:04:44.279Z | starting task 3: "clone repository" |
85 | 2025-03-02T04:04:44.303Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-02T04:04:44.303Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-02T04:04:44.327Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-02T04:04:51.771Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-02T04:04:51.771Z | + git fetch origin 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
90 | 2025-03-02T04:04:52.385Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-02T04:04:52.385Z | * branch 735fe0f29f4956b3b333a10687ccaa70e2e6a94a -> FETCH_HEAD |
92 | 2025-03-02T04:04:52.410Z | + [[ -n '' ]] |
93 | 2025-03-02T04:04:52.411Z | + git reset --hard 735fe0f29f4956b3b333a10687ccaa70e2e6a94a |
94 | 2025-03-02T04:04:52.580Z | HEAD is now at 735fe0f29 Update Rust crate hyper-rustls to 0.27.5 |
95 | 2025-03-02T04:04:52.604Z | process exited: duration 8303 ms, exit code 0 |
|
96 | 2025-03-02T04:04:52.653Z | starting task 4: "build" |
97 | 2025-03-02T04:04:52.679Z | + source .github/buildomat/ci-env.sh |
98 | 2025-03-02T04:04:52.679Z | ++ export CARGO_TERM_COLOR=always |
99 | 2025-03-02T04:04:52.679Z | ++ CARGO_TERM_COLOR=always |
100 | 2025-03-02T04:04:52.679Z | + cargo --version |
101 | 2025-03-02T04:04:52.726Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
102 | 2025-03-02T04:04:52.751Z | + rustc --version |
103 | 2025-03-02T04:04:52.815Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
104 | 2025-03-02T04:04:52.839Z | + cd /tmp |
105 | 2025-03-02T04:04:52.839Z | + cargo new --lib test-project |
106 | 2025-03-02T04:04:52.889Z | Creating library `test-project` package |
107 | 2025-03-02T04:04:52.994Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
108 | 2025-03-02T04:04:53.018Z | + cd test-project |
109 | 2025-03-02T04:04:53.018Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
110 | 2025-03-02T04:04:53.080Z | Adding omicron-common (local) to dependencies |
111 | 2025-03-02T04:04:53.080Z | Features: |
112 | 2025-03-02T04:04:53.080Z | - proptest |
113 | 2025-03-02T04:04:53.080Z | - test-strategy |
114 | 2025-03-02T04:04:53.080Z | - testing |
115 | 2025-03-02T04:04:53.114Z | Updating crates.io index |
116 | 2025-03-02T04:04:53.182Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
117 | 2025-03-02T04:04:53.857Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
118 | 2025-03-02T04:04:54.482Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
119 | 2025-03-02T04:04:56.095Z | Locking 333 packages to latest Rust 1.85.0 compatible versions |
120 | 2025-03-02T04:04:56.265Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
121 | 2025-03-02T04:04:56.289Z | + cargo check |
122 | 2025-03-02T04:04:56.502Z | Updating crates.io index |
123 | 2025-03-02T04:04:57.470Z | Locking 1 package to latest Rust 1.85.0 compatible version |
124 | 2025-03-02T04:04:57.470Z | Adding omicron-workspace-hack v0.1.0 |
125 | 2025-03-02T04:04:57.544Z | Downloading crates ... |
126 | 2025-03-02T04:04:57.627Z | Downloaded foreign-types v0.3.2 |
127 | 2025-03-02T04:04:57.671Z | Downloaded equivalent v1.0.1 |
128 | 2025-03-02T04:04:57.672Z | Downloaded dtrace-parser v0.2.0 |
129 | 2025-03-02T04:04:57.672Z | Downloaded instant v0.1.13 |
130 | 2025-03-02T04:04:57.672Z | Downloaded ident_case v1.0.1 |
131 | 2025-03-02T04:04:57.672Z | Downloaded futures-core v0.3.31 |
132 | 2025-03-02T04:04:57.672Z | Downloaded form_urlencoded v1.2.1 |
133 | 2025-03-02T04:04:57.672Z | Downloaded dirs-sys-next v0.1.2 |
134 | 2025-03-02T04:04:57.672Z | Downloaded crypto-common v0.1.6 |
135 | 2025-03-02T04:04:57.672Z | Downloaded futures-io v0.3.31 |
136 | 2025-03-02T04:04:57.672Z | Downloaded ipnetwork v0.21.1 |
137 | 2025-03-02T04:04:57.672Z | Downloaded match_cfg v0.1.0 |
138 | 2025-03-02T04:04:57.698Z | Downloaded litemap v0.7.3 |
139 | 2025-03-02T04:04:57.698Z | Downloaded progenitor-client v0.9.1 |
140 | 2025-03-02T04:04:57.698Z | Downloaded icu_provider_macros v1.5.0 |
141 | 2025-03-02T04:04:57.698Z | Downloaded progenitor-macro v0.8.0 |
142 | 2025-03-02T04:04:57.698Z | Downloaded serde_urlencoded v0.7.1 |
143 | 2025-03-02T04:04:57.698Z | Downloaded rustversion v1.0.17 |
144 | 2025-03-02T04:04:57.698Z | Downloaded sync_wrapper v1.0.1 |
145 | 2025-03-02T04:04:57.698Z | Downloaded take_mut v0.2.2 |
146 | 2025-03-02T04:04:57.698Z | Downloaded base64 v0.22.1 |
147 | 2025-03-02T04:04:57.698Z | Downloaded scroll_derive v0.12.0 |
148 | 2025-03-02T04:04:57.698Z | Downloaded bitflags v2.6.0 |
149 | 2025-03-02T04:04:57.698Z | Downloaded quinn-udp v0.5.5 |
150 | 2025-03-02T04:04:57.698Z | Downloaded scopeguard v1.2.0 |
151 | 2025-03-02T04:04:57.725Z | Downloaded toml v0.8.20 |
152 | 2025-03-02T04:04:57.725Z | Downloaded strum_macros v0.26.4 |
153 | 2025-03-02T04:04:57.725Z | Downloaded semver v1.0.25 |
154 | 2025-03-02T04:04:57.725Z | Downloaded smallvec v1.14.0 |
155 | 2025-03-02T04:04:57.725Z | Downloaded serde_yaml v0.9.34+deprecated |
156 | 2025-03-02T04:04:57.725Z | Downloaded slog-bunyan v2.5.0 |
157 | 2025-03-02T04:04:57.725Z | Downloaded sha1 v0.10.6 |
158 | 2025-03-02T04:04:58.268Z | Downloaded http v1.2.0 |
159 | 2025-03-02T04:04:58.268Z | Downloaded slog-json v2.6.1 |
160 | 2025-03-02T04:04:58.268Z | Downloaded signal-hook-registry v1.4.2 |
161 | 2025-03-02T04:04:58.268Z | Downloaded write16 v1.0.0 |
162 | 2025-03-02T04:04:58.269Z | Downloaded zerofrom-derive v0.1.4 |
163 | 2025-03-02T04:04:58.269Z | Downloaded slog v2.7.0 |
164 | 2025-03-02T04:04:58.269Z | Downloaded multer v3.1.0 |
165 | 2025-03-02T04:04:58.269Z | Downloaded serde_derive v1.0.218 |
166 | 2025-03-02T04:04:58.269Z | Downloaded progenitor v0.8.0 |
167 | 2025-03-02T04:04:58.269Z | Downloaded rand v0.8.5 |
168 | 2025-03-02T04:04:58.269Z | Downloaded serde v1.0.218 |
169 | 2025-03-02T04:04:58.269Z | Downloaded pretty-hex v0.4.1 |
170 | 2025-03-02T04:04:58.269Z | Downloaded plain v0.2.3 |
171 | 2025-03-02T04:04:58.269Z | Downloaded pest_generator v2.7.14 |
172 | 2025-03-02T04:04:58.269Z | Downloaded parse-display-derive v0.10.0 |
173 | 2025-03-02T04:04:58.269Z | Downloaded oxnet v0.1.1 |
174 | 2025-03-02T04:04:58.269Z | Downloaded zeroize v1.8.1 |
175 | 2025-03-02T04:04:58.269Z | Downloaded scroll v0.12.0 |
176 | 2025-03-02T04:04:58.269Z | Downloaded pin-utils v0.1.0 |
177 | 2025-03-02T04:04:58.269Z | Downloaded uuid v1.15.1 |
178 | 2025-03-02T04:04:58.269Z | Downloaded slab v0.4.9 |
179 | 2025-03-02T04:04:58.269Z | Downloaded powerfmt v0.2.0 |
180 | 2025-03-02T04:04:58.269Z | Downloaded url v2.5.3 |
181 | 2025-03-02T04:04:58.269Z | Downloaded ryu v1.0.18 |
182 | 2025-03-02T04:04:58.269Z | Downloaded serde_with v3.12.0 |
183 | 2025-03-02T04:04:58.269Z | Downloaded serde_json v1.0.139 |
184 | 2025-03-02T04:04:58.269Z | Downloaded memchr v2.7.4 |
185 | 2025-03-02T04:04:58.269Z | Downloaded reqwest v0.12.12 |
186 | 2025-03-02T04:04:58.269Z | Downloaded pest v2.7.14 |
187 | 2025-03-02T04:04:58.269Z | Downloaded zerocopy v0.7.35 |
188 | 2025-03-02T04:04:58.269Z | Downloaded regex v1.11.1 |
189 | 2025-03-02T04:04:58.269Z | Downloaded dropshot v0.16.0 |
190 | 2025-03-02T04:04:58.269Z | Downloaded syn v2.0.98 |
191 | 2025-03-02T04:04:58.269Z | Downloaded vcpkg v0.2.15 |
192 | 2025-03-02T04:04:58.269Z | Downloaded quinn-proto v0.11.8 |
193 | 2025-03-02T04:04:58.269Z | Downloaded rustls v0.23.19 |
194 | 2025-03-02T04:04:58.269Z | Downloaded regress v0.10.3 |
195 | 2025-03-02T04:04:58.269Z | Downloaded openssl v0.10.71 |
196 | 2025-03-02T04:04:58.269Z | Downloaded regex-syntax v0.8.5 |
197 | 2025-03-02T04:04:58.269Z | Downloaded rustls v0.22.4 |
198 | 2025-03-02T04:04:58.269Z | Downloaded webpki-roots v0.26.6 |
199 | 2025-03-02T04:04:58.270Z | Downloaded openapiv3 v2.0.0 |
200 | 2025-03-02T04:04:58.270Z | Downloaded winnow v0.7.3 |
201 | 2025-03-02T04:04:58.270Z | Downloaded tower v0.5.2 |
202 | 2025-03-02T04:04:58.270Z | Downloaded tokio-util v0.7.13 |
203 | 2025-03-02T04:04:58.270Z | Downloaded rustls-webpki v0.102.8 |
204 | 2025-03-02T04:04:58.270Z | Downloaded typify-impl v0.2.0 |
205 | 2025-03-02T04:04:58.270Z | Downloaded openssl-sys v0.9.106 |
206 | 2025-03-02T04:04:58.270Z | Downloaded mio v1.0.2 |
207 | 2025-03-02T04:04:58.270Z | Downloaded tracing v0.1.40 |
208 | 2025-03-02T04:04:58.270Z | Downloaded icu_properties_data v1.5.0 |
209 | 2025-03-02T04:04:58.270Z | Downloaded unsafe-libyaml v0.2.11 |
210 | 2025-03-02T04:04:58.270Z | Downloaded chrono v0.4.40 |
211 | 2025-03-02T04:04:58.270Z | Downloaded proc-macro2 v1.0.93 |
212 | 2025-03-02T04:04:58.270Z | Downloaded libc v0.2.170 |
213 | 2025-03-02T04:04:58.270Z | Downloaded regex-automata v0.4.8 |
214 | 2025-03-02T04:04:58.270Z | Downloaded pin-project-lite v0.2.14 |
215 | 2025-03-02T04:04:58.270Z | Downloaded parking_lot v0.12.3 |
216 | 2025-03-02T04:04:58.270Z | Downloaded num-traits v0.2.19 |
217 | 2025-03-02T04:04:58.270Z | Downloaded zerocopy-derive v0.7.35 |
218 | 2025-03-02T04:04:58.270Z | Downloaded yoke v0.7.4 |
219 | 2025-03-02T04:04:58.270Z | Downloaded paste v1.0.15 |
220 | 2025-03-02T04:04:58.270Z | Downloaded once_cell v1.20.3 |
221 | 2025-03-02T04:04:58.270Z | Downloaded pest_derive v2.7.14 |
222 | 2025-03-02T04:04:58.295Z | Downloaded goblin v0.8.2 |
223 | 2025-03-02T04:04:58.295Z | Downloaded openssl-probe v0.1.5 |
224 | 2025-03-02T04:04:58.295Z | Downloaded memmap v0.7.0 |
225 | 2025-03-02T04:04:58.295Z | Downloaded waitgroup v0.1.2 |
226 | 2025-03-02T04:04:58.295Z | Downloaded tokio v1.43.0 |
227 | 2025-03-02T04:04:58.295Z | Downloaded aho-corasick v1.1.3 |
228 | 2025-03-02T04:04:58.295Z | Downloaded percent-encoding v2.3.1 |
229 | 2025-03-02T04:04:58.295Z | Downloaded parse-display v0.10.0 |
230 | 2025-03-02T04:04:58.295Z | Downloaded omicron-workspace-hack v0.1.0 |
231 | 2025-03-02T04:04:58.295Z | Downloaded mime v0.3.17 |
232 | 2025-03-02T04:04:58.295Z | Downloaded tokio-rustls v0.26.0 |
233 | 2025-03-02T04:04:58.295Z | Downloaded hyper v1.6.0 |
234 | 2025-03-02T04:04:58.321Z | Downloaded num_threads v0.1.7 |
235 | 2025-03-02T04:04:58.321Z | Downloaded zerofrom v0.1.4 |
236 | 2025-03-02T04:04:58.321Z | Downloaded want v0.3.1 |
237 | 2025-03-02T04:04:58.321Z | Downloaded typenum v1.17.0 |
238 | 2025-03-02T04:04:58.321Z | Downloaded h2 v0.4.6 |
239 | 2025-03-02T04:04:58.321Z | Downloaded futures-util v0.3.31 |
240 | 2025-03-02T04:04:58.346Z | Downloaded pest_meta v2.7.14 |
241 | 2025-03-02T04:04:58.346Z | Downloaded parking_lot_core v0.9.10 |
242 | 2025-03-02T04:04:58.346Z | Downloaded num-conv v0.1.0 |
243 | 2025-03-02T04:04:58.346Z | Downloaded version_check v0.9.5 |
244 | 2025-03-02T04:04:58.346Z | Downloaded unicode-ident v1.0.14 |
245 | 2025-03-02T04:04:58.346Z | Downloaded ppv-lite86 v0.2.20 |
246 | 2025-03-02T04:04:58.346Z | Downloaded pkg-config v0.3.31 |
247 | 2025-03-02T04:04:58.346Z | Downloaded encoding_rs v0.8.34 |
248 | 2025-03-02T04:04:58.372Z | Downloaded newtype-uuid v1.2.1 |
249 | 2025-03-02T04:04:58.372Z | Downloaded zerovec-derive v0.10.3 |
250 | 2025-03-02T04:04:58.372Z | Downloaded writeable v0.5.5 |
251 | 2025-03-02T04:04:58.372Z | Downloaded ring v0.17.11 |
252 | 2025-03-02T04:04:58.413Z | Downloaded usdt-impl v0.5.0 |
253 | 2025-03-02T04:04:58.438Z | Downloaded tower-service v0.3.3 |
254 | 2025-03-02T04:04:58.438Z | Downloaded openssl-macros v0.1.1 |
255 | 2025-03-02T04:04:58.438Z | Downloaded native-tls v0.2.12 |
256 | 2025-03-02T04:04:58.438Z | Downloaded utf8_iter v1.0.4 |
257 | 2025-03-02T04:04:58.438Z | Downloaded utf16_iter v1.0.5 |
258 | 2025-03-02T04:04:58.438Z | Downloaded hashbrown v0.15.1 |
259 | 2025-03-02T04:04:58.438Z | Downloaded typify v0.2.0 |
260 | 2025-03-02T04:04:58.438Z | Downloaded idna v1.0.3 |
261 | 2025-03-02T04:04:58.438Z | Downloaded shlex v1.3.0 |
262 | 2025-03-02T04:04:58.438Z | Downloaded schemars v0.8.22 |
263 | 2025-03-02T04:04:58.463Z | Downloaded yoke-derive v0.7.4 |
264 | 2025-03-02T04:04:58.463Z | Downloaded tower-layer v0.3.3 |
265 | 2025-03-02T04:04:58.463Z | Downloaded tokio-rustls v0.25.0 |
266 | 2025-03-02T04:04:58.463Z | Downloaded tinystr v0.7.6 |
267 | 2025-03-02T04:04:58.463Z | Downloaded thiserror v2.0.11 |
268 | 2025-03-02T04:04:58.463Z | Downloaded sha2 v0.10.8 |
269 | 2025-03-02T04:04:58.463Z | Downloaded socket2 v0.5.8 |
270 | 2025-03-02T04:04:58.487Z | Downloaded quinn v0.11.5 |
271 | 2025-03-02T04:04:58.487Z | Downloaded zerovec v0.10.4 |
272 | 2025-03-02T04:04:58.487Z | Downloaded usdt-macro v0.5.0 |
273 | 2025-03-02T04:04:58.487Z | Downloaded usdt-attr-macro v0.5.0 |
274 | 2025-03-02T04:04:58.487Z | Downloaded ucd-trie v0.1.7 |
275 | 2025-03-02T04:04:58.487Z | Downloaded slog-term v2.9.1 |
276 | 2025-03-02T04:04:58.488Z | Downloaded tokio-macros v2.5.0 |
277 | 2025-03-02T04:04:58.488Z | Downloaded thiserror-impl v2.0.11 |
278 | 2025-03-02T04:04:58.488Z | Downloaded thiserror-impl v1.0.69 |
279 | 2025-03-02T04:04:58.488Z | Downloaded hashbrown v0.12.3 |
280 | 2025-03-02T04:04:58.512Z | Downloaded slog-async v2.8.0 |
281 | 2025-03-02T04:04:58.512Z | Downloaded serde_derive_internals v0.29.1 |
282 | 2025-03-02T04:04:58.512Z | Downloaded rustls-pki-types v1.10.0 |
283 | 2025-03-02T04:04:58.512Z | Downloaded usdt v0.5.0 |
284 | 2025-03-02T04:04:58.512Z | Downloaded untrusted v0.9.0 |
285 | 2025-03-02T04:04:58.512Z | Downloaded try-lock v0.2.5 |
286 | 2025-03-02T04:04:58.512Z | Downloaded tracing-core v0.1.32 |
287 | 2025-03-02T04:04:58.513Z | Downloaded tinyvec_macros v0.1.1 |
288 | 2025-03-02T04:04:58.513Z | Downloaded tinyvec v1.8.0 |
289 | 2025-03-02T04:04:58.513Z | Downloaded rustls-pemfile v2.2.0 |
290 | 2025-03-02T04:04:58.513Z | Downloaded rand_chacha v0.3.1 |
291 | 2025-03-02T04:04:58.513Z | Downloaded quote v1.0.38 |
292 | 2025-03-02T04:04:58.513Z | Downloaded rustc-hash v2.1.1 |
293 | 2025-03-02T04:04:58.538Z | Downloaded typify-macro v0.2.0 |
294 | 2025-03-02T04:04:58.538Z | Downloaded toml_edit v0.22.24 |
295 | 2025-03-02T04:04:58.564Z | Downloaded toml_datetime v0.6.8 |
296 | 2025-03-02T04:04:58.564Z | Downloaded cc v1.2.15 |
297 | 2025-03-02T04:04:58.564Z | Downloaded schemars_derive v0.8.22 |
298 | 2025-03-02T04:04:58.564Z | Downloaded rand_core v0.6.4 |
299 | 2025-03-02T04:04:58.564Z | Downloaded synstructure v0.13.1 |
300 | 2025-03-02T04:04:58.564Z | Downloaded structmeta-derive v0.3.0 |
301 | 2025-03-02T04:04:58.564Z | Downloaded spin v0.9.8 |
302 | 2025-03-02T04:04:58.564Z | Downloaded tokio-native-tls v0.3.1 |
303 | 2025-03-02T04:04:58.564Z | Downloaded stable_deref_trait v1.2.0 |
304 | 2025-03-02T04:04:58.564Z | Downloaded thread-id v4.2.2 |
305 | 2025-03-02T04:04:58.564Z | Downloaded crossbeam-channel v0.5.13 |
306 | 2025-03-02T04:04:58.564Z | Downloaded subtle v2.6.1 |
307 | 2025-03-02T04:04:58.564Z | Downloaded structmeta v0.3.0 |
308 | 2025-03-02T04:04:58.589Z | Downloaded strsim v0.11.1 |
309 | 2025-03-02T04:04:58.589Z | Downloaded serde_tokenstream v0.2.2 |
310 | 2025-03-02T04:04:58.589Z | Downloaded progenitor-impl v0.8.0 |
311 | 2025-03-02T04:04:58.589Z | Downloaded indexmap v2.7.1 |
312 | 2025-03-02T04:04:58.589Z | Downloaded icu_collections v1.5.0 |
313 | 2025-03-02T04:04:58.590Z | Downloaded strum v0.26.3 |
314 | 2025-03-02T04:04:58.590Z | Downloaded serde_with_macros v3.12.0 |
315 | 2025-03-02T04:04:58.590Z | Downloaded serde_path_to_error v0.1.16 |
316 | 2025-03-02T04:04:58.590Z | Downloaded time v0.3.36 |
317 | 2025-03-02T04:04:58.614Z | Downloaded indexmap v1.9.3 |
318 | 2025-03-02T04:04:58.614Z | Downloaded bytes v1.10.0 |
319 | 2025-03-02T04:04:58.614Z | Downloaded time-macros v0.2.18 |
320 | 2025-03-02T04:04:58.615Z | Downloaded time-core v0.1.2 |
321 | 2025-03-02T04:04:58.615Z | Downloaded thiserror v1.0.69 |
322 | 2025-03-02T04:04:58.615Z | Downloaded log v0.4.22 |
323 | 2025-03-02T04:04:58.615Z | Downloaded icu_properties v1.5.1 |
324 | 2025-03-02T04:04:58.615Z | Downloaded hyper-util v0.1.10 |
325 | 2025-03-02T04:04:58.640Z | Downloaded getrandom v0.3.1 |
326 | 2025-03-02T04:04:58.640Z | Downloaded allocator-api2 v0.2.18 |
327 | 2025-03-02T04:04:58.640Z | Downloaded serde_spanned v0.6.8 |
328 | 2025-03-02T04:04:58.640Z | Downloaded term v0.7.0 |
329 | 2025-03-02T04:04:58.640Z | Downloaded icu_locid_transform_data v1.5.0 |
330 | 2025-03-02T04:04:58.640Z | Downloaded http-body-util v0.1.2 |
331 | 2025-03-02T04:04:58.640Z | Downloaded dyn-clone v1.0.18 |
332 | 2025-03-02T04:04:58.640Z | Downloaded darling_core v0.20.10 |
333 | 2025-03-02T04:04:58.664Z | Downloaded anyhow v1.0.96 |
334 | 2025-03-02T04:04:58.664Z | Downloaded icu_provider v1.5.0 |
335 | 2025-03-02T04:04:58.664Z | Downloaded icu_normalizer v1.5.0 |
336 | 2025-03-02T04:04:58.664Z | Downloaded icu_locid_transform v1.5.0 |
337 | 2025-03-02T04:04:58.664Z | Downloaded icu_locid v1.5.0 |
338 | 2025-03-02T04:04:58.664Z | Downloaded futures-channel v0.3.31 |
339 | 2025-03-02T04:04:58.664Z | Downloaded icu_normalizer_data v1.5.0 |
340 | 2025-03-02T04:04:58.664Z | Downloaded hyper-rustls v0.27.5 |
341 | 2025-03-02T04:04:58.689Z | Downloaded dropshot_endpoint v0.16.0 |
342 | 2025-03-02T04:04:58.689Z | Downloaded crossbeam-utils v0.8.20 |
343 | 2025-03-02T04:04:58.690Z | Downloaded camino v1.1.9 |
344 | 2025-03-02T04:04:58.690Z | Downloaded progenitor-client v0.8.0 |
345 | 2025-03-02T04:04:58.690Z | Downloaded thread_local v1.1.8 |
346 | 2025-03-02T04:04:58.690Z | Downloaded lock_api v0.4.12 |
347 | 2025-03-02T04:04:58.690Z | Downloaded itoa v1.0.11 |
348 | 2025-03-02T04:04:58.690Z | Downloaded ipnet v2.11.0 |
349 | 2025-03-02T04:04:58.690Z | Downloaded getrandom v0.2.15 |
350 | 2025-03-02T04:04:58.691Z | Downloaded httparse v1.9.5 |
351 | 2025-03-02T04:04:58.691Z | Downloaded futures-macro v0.3.31 |
352 | 2025-03-02T04:04:58.691Z | Downloaded futures v0.3.31 |
353 | 2025-03-02T04:04:58.715Z | Downloaded macaddr v1.0.1 |
354 | 2025-03-02T04:04:58.716Z | Downloaded is-terminal v0.4.13 |
355 | 2025-03-02T04:04:58.716Z | Downloaded idna_adapter v1.2.0 |
356 | 2025-03-02T04:04:58.716Z | Downloaded iana-time-zone v0.1.61 |
357 | 2025-03-02T04:04:58.716Z | Downloaded hostname v0.4.0 |
358 | 2025-03-02T04:04:58.716Z | Downloaded displaydoc v0.2.5 |
359 | 2025-03-02T04:04:58.716Z | Downloaded debug-ignore v1.0.5 |
360 | 2025-03-02T04:04:58.716Z | Downloaded daft-derive v0.1.1 |
361 | 2025-03-02T04:04:58.716Z | Downloaded cpufeatures v0.2.14 |
362 | 2025-03-02T04:04:58.716Z | Downloaded async-trait v0.1.86 |
363 | 2025-03-02T04:04:58.716Z | Downloaded hyper-tls v0.6.0 |
364 | 2025-03-02T04:04:58.741Z | Downloaded httpdate v1.0.3 |
365 | 2025-03-02T04:04:58.741Z | Downloaded hostname v0.3.1 |
366 | 2025-03-02T04:04:58.741Z | Downloaded hex v0.4.3 |
367 | 2025-03-02T04:04:58.741Z | Downloaded heck v0.5.0 |
368 | 2025-03-02T04:04:58.741Z | Downloaded generic-array v0.14.7 |
369 | 2025-03-02T04:04:58.741Z | Downloaded futures-task v0.3.31 |
370 | 2025-03-02T04:04:58.741Z | Downloaded futures-sink v0.3.31 |
371 | 2025-03-02T04:04:58.741Z | Downloaded foldhash v0.1.3 |
372 | 2025-03-02T04:04:58.742Z | Downloaded dirs-next v2.0.0 |
373 | 2025-03-02T04:04:58.742Z | Downloaded deranged v0.3.11 |
374 | 2025-03-02T04:04:58.742Z | Downloaded darling v0.20.10 |
375 | 2025-03-02T04:04:58.742Z | Downloaded cfg-if v1.0.0 |
376 | 2025-03-02T04:04:58.742Z | Downloaded backoff v0.4.0 |
377 | 2025-03-02T04:04:58.742Z | Downloaded async-stream v0.3.6 |
378 | 2025-03-02T04:04:58.742Z | Downloaded futures-executor v0.3.31 |
379 | 2025-03-02T04:04:58.766Z | Downloaded fnv v1.0.7 |
380 | 2025-03-02T04:04:58.766Z | Downloaded dof v0.3.0 |
381 | 2025-03-02T04:04:58.766Z | Downloaded digest v0.10.7 |
382 | 2025-03-02T04:04:58.766Z | Downloaded daft v0.1.1 |
383 | 2025-03-02T04:04:58.766Z | Downloaded autocfg v1.4.0 |
384 | 2025-03-02T04:04:58.766Z | Downloaded byteorder v1.5.0 |
385 | 2025-03-02T04:04:58.766Z | Downloaded block-buffer v0.10.4 |
386 | 2025-03-02T04:04:58.766Z | Downloaded atomic-waker v1.1.2 |
387 | 2025-03-02T04:04:58.766Z | Downloaded http-body v1.0.1 |
388 | 2025-03-02T04:04:58.766Z | Downloaded foreign-types-shared v0.1.1 |
389 | 2025-03-02T04:04:58.766Z | Downloaded darling_macro v0.20.10 |
390 | 2025-03-02T04:04:58.766Z | Downloaded async-stream-impl v0.3.6 |
391 | 2025-03-02T04:04:58.865Z | Compiling proc-macro2 v1.0.93 |
392 | 2025-03-02T04:04:58.865Z | Compiling unicode-ident v1.0.14 |
393 | 2025-03-02T04:04:58.889Z | Compiling libc v0.2.170 |
394 | 2025-03-02T04:04:58.890Z | Checking cfg-if v1.0.0 |
395 | 2025-03-02T04:04:58.890Z | Compiling autocfg v1.4.0 |
396 | 2025-03-02T04:04:58.890Z | Compiling serde v1.0.218 |
397 | 2025-03-02T04:04:58.890Z | Checking memchr v2.7.4 |
398 | 2025-03-02T04:04:58.890Z | Checking itoa v1.0.11 |
399 | 2025-03-02T04:04:58.982Z | Compiling serde_json v1.0.139 |
400 | 2025-03-02T04:04:59.125Z | Compiling thiserror v1.0.69 |
401 | 2025-03-02T04:04:59.361Z | Compiling shlex v1.3.0 |
402 | 2025-03-02T04:04:59.648Z | Compiling cc v1.2.15 |
403 | 2025-03-02T04:04:59.673Z | Checking pin-project-lite v0.2.14 |
404 | 2025-03-02T04:04:59.673Z | Checking smallvec v1.14.0 |
405 | 2025-03-02T04:04:59.780Z | Compiling num-traits v0.2.19 |
406 | 2025-03-02T04:04:59.882Z | Checking ryu v1.0.18 |
407 | 2025-03-02T04:04:59.962Z | Checking bytes v1.10.0 |
408 | 2025-03-02T04:04:59.999Z | Compiling version_check v0.9.5 |
409 | 2025-03-02T04:05:00.035Z | Checking futures-core v0.3.31 |
410 | 2025-03-02T04:05:00.086Z | Compiling lock_api v0.4.12 |
411 | 2025-03-02T04:05:00.205Z | Compiling parking_lot_core v0.9.10 |
412 | 2025-03-02T04:05:00.249Z | Compiling semver v1.0.25 |
413 | 2025-03-02T04:05:00.304Z | Checking once_cell v1.20.3 |
414 | 2025-03-02T04:05:00.404Z | Compiling quote v1.0.38 |
415 | 2025-03-02T04:05:00.570Z | Checking scopeguard v1.2.0 |
416 | 2025-03-02T04:05:00.631Z | Checking equivalent v1.0.1 |
417 | 2025-03-02T04:05:00.716Z | Compiling syn v2.0.98 |
418 | 2025-03-02T04:05:00.743Z | Checking allocator-api2 v0.2.18 |
419 | 2025-03-02T04:05:00.767Z | Checking foldhash v0.1.3 |
420 | 2025-03-02T04:05:00.850Z | Compiling slab v0.4.9 |
421 | 2025-03-02T04:05:00.949Z | Checking futures-sink v0.3.31 |
422 | 2025-03-02T04:05:01.082Z | Checking mio v1.0.2 |
423 | 2025-03-02T04:05:01.133Z | Checking socket2 v0.5.8 |
424 | 2025-03-02T04:05:01.170Z | Checking parking_lot v0.12.3 |
425 | 2025-03-02T04:05:01.199Z | Checking signal-hook-registry v1.4.2 |
426 | 2025-03-02T04:05:01.248Z | Checking hashbrown v0.15.1 |
427 | 2025-03-02T04:05:01.298Z | Checking log v0.4.22 |
428 | 2025-03-02T04:05:01.458Z | Checking getrandom v0.2.15 |
429 | 2025-03-02T04:05:01.549Z | Checking stable_deref_trait v1.2.0 |
430 | 2025-03-02T04:05:01.590Z | Checking futures-channel v0.3.31 |
431 | 2025-03-02T04:05:01.659Z | Checking pin-utils v0.1.0 |
432 | 2025-03-02T04:05:01.695Z | Checking futures-task v0.3.31 |
433 | 2025-03-02T04:05:01.739Z | Checking fnv v1.0.7 |
434 | 2025-03-02T04:05:01.776Z | Checking futures-io v0.3.31 |
435 | 2025-03-02T04:05:01.801Z | Compiling getrandom v0.3.1 |
436 | 2025-03-02T04:05:01.898Z | Checking http v1.2.0 |
437 | 2025-03-02T04:05:02.077Z | Compiling pkg-config v0.3.31 |
438 | 2025-03-02T04:05:02.179Z | Compiling ring v0.17.11 |
439 | 2025-03-02T04:05:02.228Z | Compiling vcpkg v0.2.15 |
440 | 2025-03-02T04:05:02.315Z | Checking rustls-pki-types v1.10.0 |
441 | 2025-03-02T04:05:02.820Z | Checking iana-time-zone v0.1.61 |
442 | 2025-03-02T04:05:02.977Z | Compiling heck v0.5.0 |
443 | 2025-03-02T04:05:03.069Z | Compiling schemars v0.8.22 |
444 | 2025-03-02T04:05:03.094Z | Compiling httparse v1.9.5 |
445 | 2025-03-02T04:05:03.372Z | Checking litemap v0.7.3 |
446 | 2025-03-02T04:05:03.432Z | Compiling openssl-sys v0.9.106 |
447 | 2025-03-02T04:05:03.468Z | Checking writeable v0.5.5 |
448 | 2025-03-02T04:05:03.716Z | Checking untrusted v0.9.0 |
449 | 2025-03-02T04:05:03.796Z | Checking tracing-core v0.1.32 |
450 | 2025-03-02T04:05:03.821Z | Checking dyn-clone v1.0.18 |
451 | 2025-03-02T04:05:03.846Z | Compiling ucd-trie v0.1.7 |
452 | 2025-03-02T04:05:03.905Z | Checking atomic-waker v1.1.2 |
453 | 2025-03-02T04:05:03.972Z | Checking http-body v1.0.1 |
454 | 2025-03-02T04:05:04.310Z | Checking try-lock v0.2.5 |
455 | 2025-03-02T04:05:04.335Z | Checking subtle v2.6.1 |
456 | 2025-03-02T04:05:04.359Z | Checking tracing v0.1.40 |
457 | 2025-03-02T04:05:04.434Z | Checking zeroize v1.8.1 |
458 | 2025-03-02T04:05:04.531Z | Checking icu_locid_transform_data v1.5.0 |
459 | 2025-03-02T04:05:04.565Z | Checking want v0.3.1 |
460 | 2025-03-02T04:05:04.633Z | Checking foreign-types-shared v0.1.1 |
461 | 2025-03-02T04:05:04.658Z | Checking httpdate v1.0.3 |
462 | 2025-03-02T04:05:04.734Z | Checking tower-service v0.3.3 |
463 | 2025-03-02T04:05:04.762Z | Compiling openssl v0.10.71 |
464 | 2025-03-02T04:05:04.853Z | Compiling uuid v1.15.1 |
465 | 2025-03-02T04:05:04.877Z | Checking icu_properties_data v1.5.0 |
466 | 2025-03-02T04:05:05.082Z | Checking foreign-types v0.3.2 |
467 | 2025-03-02T04:05:05.144Z | Compiling chrono v0.4.40 |
468 | 2025-03-02T04:05:05.187Z | Compiling regress v0.10.3 |
469 | 2025-03-02T04:05:05.250Z | Checking percent-encoding v2.3.1 |
470 | 2025-03-02T04:05:05.361Z | Checking bitflags v2.6.0 |
471 | 2025-03-02T04:05:05.458Z | Checking byteorder v1.5.0 |
472 | 2025-03-02T04:05:05.499Z | Compiling slog v2.7.0 |
473 | 2025-03-02T04:05:05.581Z | Checking write16 v1.0.0 |
474 | 2025-03-02T04:05:05.700Z | Compiling rustls v0.23.19 |
475 | 2025-03-02T04:05:05.915Z | Checking utf16_iter v1.0.5 |
476 | 2025-03-02T04:05:05.962Z | Compiling native-tls v0.2.12 |
477 | 2025-03-02T04:05:05.999Z | Checking utf8_iter v1.0.4 |
478 | 2025-03-02T04:05:06.057Z | Checking icu_normalizer_data v1.5.0 |
479 | 2025-03-02T04:05:06.174Z | Checking form_urlencoded v1.2.1 |
480 | 2025-03-02T04:05:06.199Z | Compiling aho-corasick v1.1.3 |
481 | 2025-03-02T04:05:06.319Z | Compiling typenum v1.17.0 |
482 | 2025-03-02T04:05:06.373Z | Checking openssl-probe v0.1.5 |
483 | 2025-03-02T04:05:06.493Z | Compiling regex-syntax v0.8.5 |
484 | 2025-03-02T04:05:06.999Z | Compiling synstructure v0.13.1 |
485 | 2025-03-02T04:05:07.056Z | Compiling serde_derive_internals v0.29.1 |
486 | 2025-03-02T04:05:07.583Z | Checking rustls-webpki v0.102.8 |
487 | 2025-03-02T04:05:07.996Z | Compiling generic-array v0.14.7 |
488 | 2025-03-02T04:05:08.265Z | Checking encoding_rs v0.8.34 |
489 | 2025-03-02T04:05:08.548Z | Checking mime v0.3.17 |
490 | 2025-03-02T04:05:08.884Z | Checking webpki-roots v0.26.6 |
491 | 2025-03-02T04:05:09.053Z | Checking rustls-pemfile v2.2.0 |
492 | 2025-03-02T04:05:09.124Z | Compiling usdt-impl v0.5.0 |
493 | 2025-03-02T04:05:09.240Z | Compiling regex-automata v0.4.8 |
494 | 2025-03-02T04:05:09.455Z | Checking sync_wrapper v1.0.1 |
495 | 2025-03-02T04:05:09.881Z | Compiling serde_derive v1.0.218 |
496 | 2025-03-02T04:05:09.942Z | Compiling thiserror-impl v1.0.69 |
497 | 2025-03-02T04:05:10.010Z | Compiling tokio-macros v2.5.0 |
498 | 2025-03-02T04:05:10.173Z | Compiling zerofrom-derive v0.1.4 |
499 | 2025-03-02T04:05:10.568Z | Compiling schemars_derive v0.8.22 |
500 | 2025-03-02T04:05:10.867Z | Compiling yoke-derive v0.7.4 |
501 | 2025-03-02T04:05:11.118Z | Checking tokio v1.43.0 |
502 | 2025-03-02T04:05:11.798Z | Compiling zerovec-derive v0.10.3 |
503 | 2025-03-02T04:05:12.084Z | Compiling futures-macro v0.3.31 |
504 | 2025-03-02T04:05:12.471Z | Checking zerofrom v0.1.4 |
505 | 2025-03-02T04:05:12.630Z | Compiling displaydoc v0.2.5 |
506 | 2025-03-02T04:05:12.654Z | Compiling zerocopy-derive v0.7.35 |
507 | 2025-03-02T04:05:12.698Z | Checking yoke v0.7.4 |
508 | 2025-03-02T04:05:12.985Z | Compiling icu_provider_macros v1.5.0 |
509 | 2025-03-02T04:05:13.464Z | Checking futures-util v0.3.31 |
510 | 2025-03-02T04:05:13.569Z | Checking zerovec v0.10.4 |
511 | 2025-03-02T04:05:13.819Z | Compiling pest v2.7.14 |
512 | 2025-03-02T04:05:13.971Z | Compiling openssl-macros v0.1.1 |
513 | 2025-03-02T04:05:14.104Z | Checking zerocopy v0.7.35 |
514 | 2025-03-02T04:05:15.195Z | Checking tinystr v0.7.6 |
515 | 2025-03-02T04:05:15.501Z | Checking icu_locid v1.5.0 |
516 | 2025-03-02T04:05:15.772Z | Checking icu_collections v1.5.0 |
517 | 2025-03-02T04:05:16.290Z | Compiling pest_meta v2.7.14 |
518 | 2025-03-02T04:05:16.343Z | Checking icu_provider v1.5.0 |
519 | 2025-03-02T04:05:16.368Z | Compiling regex v1.11.1 |
520 | 2025-03-02T04:05:16.815Z | Checking tokio-util v0.7.13 |
521 | 2025-03-02T04:05:16.873Z | Checking icu_locid_transform v1.5.0 |
522 | 2025-03-02T04:05:17.095Z | Checking tokio-rustls v0.26.0 |
523 | 2025-03-02T04:05:17.213Z | Checking http-body-util v0.1.2 |
524 | 2025-03-02T04:05:17.416Z | Compiling pest_generator v2.7.14 |
525 | 2025-03-02T04:05:17.471Z | Compiling scroll_derive v0.12.0 |
526 | 2025-03-02T04:05:17.565Z | Compiling time-core v0.1.2 |
527 | 2025-03-02T04:05:17.659Z | Checking icu_properties v1.5.1 |
528 | 2025-03-02T04:05:17.726Z | Checking tower-layer v0.3.3 |
529 | 2025-03-02T04:05:18.547Z | Checking indexmap v2.7.1 |
530 | 2025-03-02T04:05:19.075Z | Compiling serde_tokenstream v0.2.2 |
531 | 2025-03-02T04:05:19.527Z | Checking h2 v0.4.6 |
532 | 2025-03-02T04:05:19.551Z | Compiling pest_derive v2.7.14 |
533 | 2025-03-02T04:05:19.982Z | Checking tokio-native-tls v0.3.1 |
534 | 2025-03-02T04:05:20.195Z | Checking serde_urlencoded v0.7.1 |
535 | 2025-03-02T04:05:20.275Z | Compiling num-conv v0.1.0 |
536 | 2025-03-02T04:05:20.484Z | Checking icu_normalizer v1.5.0 |
537 | 2025-03-02T04:05:20.510Z | Checking powerfmt v0.2.0 |
538 | 2025-03-02T04:05:20.546Z | Checking base64 v0.22.1 |
539 | 2025-03-02T04:05:20.752Z | Checking deranged v0.3.11 |
540 | 2025-03-02T04:05:20.833Z | Compiling time-macros v0.2.18 |
541 | 2025-03-02T04:05:21.095Z | Compiling dof v0.3.0 |
542 | 2025-03-02T04:05:21.123Z | Checking idna_adapter v1.2.0 |
543 | 2025-03-02T04:05:21.293Z | Checking idna v1.0.3 |
544 | 2025-03-02T04:05:21.708Z | Checking url v2.5.3 |
545 | 2025-03-02T04:05:21.784Z | Compiling dtrace-parser v0.2.0 |
546 | 2025-03-02T04:05:21.847Z | Compiling typify-impl v0.2.0 |
547 | 2025-03-02T04:05:22.015Z | Checking scroll v0.12.0 |
548 | 2025-03-02T04:05:22.426Z | Checking tower v0.5.2 |
549 | 2025-03-02T04:05:22.526Z | Compiling thread-id v4.2.2 |
550 | 2025-03-02T04:05:23.103Z | Checking hyper v1.6.0 |
551 | 2025-03-02T04:05:23.154Z | Compiling paste v1.0.15 |
552 | 2025-03-02T04:05:23.189Z | Checking num_threads v0.1.7 |
553 | 2025-03-02T04:05:23.298Z | Compiling strsim v0.11.1 |
554 | 2025-03-02T04:05:23.350Z | Checking plain v0.2.3 |
555 | 2025-03-02T04:05:23.502Z | Compiling crossbeam-utils v0.8.20 |
556 | 2025-03-02T04:05:23.616Z | Compiling ident_case v1.0.1 |
557 | 2025-03-02T04:05:23.824Z | Checking ipnet v2.11.0 |
558 | 2025-03-02T04:05:23.925Z | Checking time v0.3.36 |
559 | 2025-03-02T04:05:23.964Z | Compiling darling_core v0.20.10 |
560 | 2025-03-02T04:05:24.270Z | Checking goblin v0.8.2 |
561 | 2025-03-02T04:05:24.638Z | Checking hyper-util v0.1.10 |
562 | 2025-03-02T04:05:25.496Z | Compiling openapiv3 v2.0.0 |
563 | 2025-03-02T04:05:25.961Z | Checking hyper-tls v0.6.0 |
564 | 2025-03-02T04:05:26.188Z | Checking hyper-rustls v0.27.5 |
565 | 2025-03-02T04:05:26.444Z | Checking reqwest v0.12.12 |
566 | 2025-03-02T04:05:26.866Z | Checking dirs-sys-next v0.1.2 |
567 | 2025-03-02T04:05:27.055Z | Compiling newtype-uuid v1.2.1 |
568 | 2025-03-02T04:05:27.270Z | Compiling rustls v0.22.4 |
569 | 2025-03-02T04:05:27.323Z | Checking pretty-hex v0.4.1 |
570 | 2025-03-02T04:05:27.476Z | Compiling rustversion v1.0.17 |
571 | 2025-03-02T04:05:27.534Z | Compiling omicron-workspace-hack v0.1.0 |
572 | 2025-03-02T04:05:27.652Z | Compiling unsafe-libyaml v0.2.11 |
573 | 2025-03-02T04:05:27.920Z | Checking dirs-next v2.0.0 |
574 | 2025-03-02T04:05:28.057Z | Compiling darling_macro v0.20.10 |
575 | 2025-03-02T04:05:28.536Z | Checking crypto-common v0.1.6 |
576 | 2025-03-02T04:05:28.672Z | Compiling serde_yaml v0.9.34+deprecated |
577 | 2025-03-02T04:05:28.789Z | Checking block-buffer v0.10.4 |
578 | 2025-03-02T04:05:28.879Z | Checking ipnetwork v0.21.1 |
579 | 2025-03-02T04:05:28.879Z | Checking serde_spanned v0.6.8 |
580 | 2025-03-02T04:05:28.982Z | Checking toml_datetime v0.6.8 |
581 | 2025-03-02T04:05:28.983Z | Checking ppv-lite86 v0.2.20 |
582 | 2025-03-02T04:05:29.130Z | Compiling structmeta-derive v0.3.0 |
583 | 2025-03-02T04:05:29.131Z | Checking rand_core v0.6.4 |
584 | 2025-03-02T04:05:29.131Z | Checking thread_local v1.1.8 |
585 | 2025-03-02T04:05:29.192Z | Compiling multer v3.1.0 |
586 | 2025-03-02T04:05:29.243Z | Compiling camino v1.1.9 |
587 | 2025-03-02T04:05:29.272Z | Checking match_cfg v0.1.0 |
588 | 2025-03-02T04:05:29.302Z | Compiling slog-async v2.8.0 |
589 | 2025-03-02T04:05:29.342Z | Compiling thiserror v2.0.11 |
590 | 2025-03-02T04:05:29.382Z | Compiling anyhow v1.0.96 |
591 | 2025-03-02T04:05:29.486Z | Checking winnow v0.7.3 |
592 | 2025-03-02T04:05:29.770Z | Checking rand_chacha v0.3.1 |
593 | 2025-03-02T04:05:29.830Z | Checking hostname v0.3.1 |
594 | 2025-03-02T04:05:30.085Z | Checking oxnet v0.1.1 |
595 | 2025-03-02T04:05:30.144Z | Checking crossbeam-channel v0.5.13 |
596 | 2025-03-02T04:05:30.195Z | Checking digest v0.10.7 |
597 | 2025-03-02T04:05:30.385Z | Compiling darling v0.20.10 |
598 | 2025-03-02T04:05:30.469Z | Checking term v0.7.0 |
599 | 2025-03-02T04:05:30.512Z | Compiling typify-macro v0.2.0 |
600 | 2025-03-02T04:05:30.734Z | Checking progenitor-client v0.8.0 |
601 | 2025-03-02T04:05:30.858Z | Compiling usdt-macro v0.5.0 |
602 | 2025-03-02T04:05:30.901Z | Compiling structmeta v0.3.0 |
603 | 2025-03-02T04:05:31.023Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2025-03-02T04:05:31.215Z | Checking slog-json v2.6.1 |
605 | 2025-03-02T04:05:31.329Z | Checking futures-executor v0.3.31 |
606 | 2025-03-02T04:05:31.377Z | Compiling async-stream-impl v0.3.6 |
607 | 2025-03-02T04:05:31.461Z | Compiling thiserror-impl v2.0.11 |
608 | 2025-03-02T04:05:31.538Z | Compiling daft-derive v0.1.1 |
609 | 2025-03-02T04:05:31.735Z | Checking toml_edit v0.22.24 |
610 | 2025-03-02T04:05:31.893Z | Compiling dropshot v0.16.0 |
611 | 2025-03-02T04:05:32.127Z | Checking memmap v0.7.0 |
612 | 2025-03-02T04:05:32.191Z | Checking is-terminal v0.4.13 |
613 | 2025-03-02T04:05:32.317Z | Checking spin v0.9.8 |
614 | 2025-03-02T04:05:32.343Z | Checking take_mut v0.2.2 |
615 | 2025-03-02T04:05:32.391Z | Checking cpufeatures v0.2.14 |
616 | 2025-03-02T04:05:32.488Z | Checking sha1 v0.10.6 |
617 | 2025-03-02T04:05:32.769Z | Checking daft v0.1.1 |
618 | 2025-03-02T04:05:32.854Z | Checking async-stream v0.3.6 |
619 | 2025-03-02T04:05:32.854Z | Checking usdt v0.5.0 |
620 | 2025-03-02T04:05:32.935Z | Checking slog-term v2.9.1 |
621 | 2025-03-02T04:05:32.988Z | Checking futures v0.3.31 |
622 | 2025-03-02T04:05:33.017Z | Checking slog-bunyan v2.5.0 |
623 | 2025-03-02T04:05:33.062Z | Compiling strum_macros v0.26.4 |
624 | 2025-03-02T04:05:33.087Z | Compiling parse-display-derive v0.10.0 |
625 | 2025-03-02T04:05:33.169Z | Compiling serde_with_macros v3.12.0 |
626 | 2025-03-02T04:05:33.217Z | Compiling typify v0.2.0 |
627 | 2025-03-02T04:05:33.331Z | Compiling progenitor-impl v0.8.0 |
628 | 2025-03-02T04:05:33.581Z | Checking tokio-rustls v0.25.0 |
629 | 2025-03-02T04:05:33.897Z | Checking rand v0.8.5 |
630 | 2025-03-02T04:05:34.009Z | Checking toml v0.8.20 |
631 | 2025-03-02T04:05:34.609Z | Compiling dropshot_endpoint v0.16.0 |
632 | 2025-03-02T04:05:34.793Z | Checking hex v0.4.3 |
633 | 2025-03-02T04:05:34.954Z | Checking serde_path_to_error v0.1.16 |
634 | 2025-03-02T04:05:34.954Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
635 | 2025-03-02T04:05:35.086Z | Compiling async-trait v0.1.86 |
636 | 2025-03-02T04:05:35.129Z | Checking waitgroup v0.1.2 |
637 | 2025-03-02T04:05:35.212Z | Checking hostname v0.4.0 |
638 | 2025-03-02T04:05:35.355Z | Checking instant v0.1.13 |
639 | 2025-03-02T04:05:35.407Z | Checking debug-ignore v1.0.5 |
640 | 2025-03-02T04:05:35.476Z | Checking backoff v0.4.0 |
641 | 2025-03-02T04:05:35.528Z | Checking serde_with v3.12.0 |
642 | 2025-03-02T04:05:35.560Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
643 | 2025-03-02T04:05:35.705Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
644 | 2025-03-02T04:05:35.738Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
645 | 2025-03-02T04:05:35.815Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
646 | 2025-03-02T04:05:35.900Z | Checking parse-display v0.10.0 |
647 | 2025-03-02T04:05:36.177Z | Checking progenitor-client v0.9.1 |
648 | 2025-03-02T04:05:36.206Z | Checking macaddr v1.0.1 |
649 | 2025-03-02T04:05:36.233Z | Checking strum v0.26.3 |
650 | 2025-03-02T04:05:36.990Z | Compiling progenitor-macro v0.8.0 |
651 | 2025-03-02T04:05:40.707Z | Checking progenitor v0.8.0 |
652 | 2025-03-02T04:05:40.847Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
653 | 2025-03-02T04:05:44.287Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
654 | 2025-03-02T04:05:53.356Z | Checking test-project v0.1.0 (/tmp/test-project) |
655 | 2025-03-02T04:05:53.446Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 57.11s |
656 | 2025-03-02T04:05:53.568Z | + cargo build --release |
657 | 2025-03-02T04:05:53.900Z | Compiling proc-macro2 v1.0.93 |
658 | 2025-03-02T04:05:53.900Z | Compiling unicode-ident v1.0.14 |
659 | 2025-03-02T04:05:53.925Z | Compiling libc v0.2.170 |
660 | 2025-03-02T04:05:53.925Z | Compiling autocfg v1.4.0 |
661 | 2025-03-02T04:05:53.926Z | Compiling cfg-if v1.0.0 |
662 | 2025-03-02T04:05:53.926Z | Compiling serde v1.0.218 |
663 | 2025-03-02T04:05:53.926Z | Compiling memchr v2.7.4 |
664 | 2025-03-02T04:05:53.926Z | Compiling serde_json v1.0.139 |
665 | 2025-03-02T04:05:54.022Z | Compiling itoa v1.0.11 |
666 | 2025-03-02T04:05:54.230Z | Compiling thiserror v1.0.69 |
667 | 2025-03-02T04:05:54.265Z | Compiling shlex v1.3.0 |
668 | 2025-03-02T04:05:54.425Z | Compiling pin-project-lite v0.2.14 |
669 | 2025-03-02T04:05:54.555Z | Compiling cc v1.2.15 |
670 | 2025-03-02T04:05:54.601Z | Compiling num-traits v0.2.19 |
671 | 2025-03-02T04:05:54.733Z | Compiling smallvec v1.14.0 |
672 | 2025-03-02T04:05:55.045Z | Compiling bytes v1.10.0 |
673 | 2025-03-02T04:05:55.074Z | Compiling ryu v1.0.18 |
674 | 2025-03-02T04:05:55.135Z | Compiling futures-core v0.3.31 |
675 | 2025-03-02T04:05:55.163Z | Compiling version_check v0.9.5 |
676 | 2025-03-02T04:05:55.194Z | Compiling semver v1.0.25 |
677 | 2025-03-02T04:05:55.361Z | Compiling quote v1.0.38 |
678 | 2025-03-02T04:05:55.512Z | Compiling lock_api v0.4.12 |
679 | 2025-03-02T04:05:55.610Z | Compiling parking_lot_core v0.9.10 |
680 | 2025-03-02T04:05:55.636Z | Compiling once_cell v1.20.3 |
681 | 2025-03-02T04:05:55.732Z | Compiling syn v2.0.98 |
682 | 2025-03-02T04:05:55.835Z | Compiling scopeguard v1.2.0 |
683 | 2025-03-02T04:05:55.970Z | Compiling foldhash v0.1.3 |
684 | 2025-03-02T04:05:56.000Z | Compiling equivalent v1.0.1 |
685 | 2025-03-02T04:05:56.027Z | Compiling allocator-api2 v0.2.18 |
686 | 2025-03-02T04:05:56.181Z | Compiling slab v0.4.9 |
687 | 2025-03-02T04:05:56.273Z | Compiling futures-sink v0.3.31 |
688 | 2025-03-02T04:05:56.472Z | Compiling parking_lot v0.12.3 |
689 | 2025-03-02T04:05:56.641Z | Compiling hashbrown v0.15.1 |
690 | 2025-03-02T04:05:56.665Z | Compiling signal-hook-registry v1.4.2 |
691 | 2025-03-02T04:05:56.691Z | Compiling socket2 v0.5.8 |
692 | 2025-03-02T04:05:56.759Z | Compiling mio v1.0.2 |
693 | 2025-03-02T04:05:56.851Z | Compiling log v0.4.22 |
694 | 2025-03-02T04:05:57.183Z | Compiling getrandom v0.2.15 |
695 | 2025-03-02T04:05:57.220Z | Compiling stable_deref_trait v1.2.0 |
696 | 2025-03-02T04:05:57.327Z | Compiling ring v0.17.11 |
697 | 2025-03-02T04:05:57.493Z | Compiling futures-channel v0.3.31 |
698 | 2025-03-02T04:05:57.820Z | Compiling fnv v1.0.7 |
699 | 2025-03-02T04:05:57.871Z | Compiling futures-task v0.3.31 |
700 | 2025-03-02T04:05:57.896Z | Compiling pin-utils v0.1.0 |
701 | 2025-03-02T04:05:57.953Z | Compiling futures-io v0.3.31 |
702 | 2025-03-02T04:05:57.977Z | Compiling http v1.2.0 |
703 | 2025-03-02T04:05:58.059Z | Compiling getrandom v0.3.1 |
704 | 2025-03-02T04:05:58.196Z | Compiling vcpkg v0.2.15 |
705 | 2025-03-02T04:05:58.252Z | Compiling rustls-pki-types v1.10.0 |
706 | 2025-03-02T04:05:58.375Z | Compiling pkg-config v0.3.31 |
707 | 2025-03-02T04:05:59.256Z | Compiling openssl-sys v0.9.106 |
708 | 2025-03-02T04:05:59.281Z | Compiling litemap v0.7.3 |
709 | 2025-03-02T04:05:59.647Z | Compiling httparse v1.9.5 |
710 | 2025-03-02T04:05:59.672Z | Compiling writeable v0.5.5 |
711 | 2025-03-02T04:05:59.950Z | Compiling heck v0.5.0 |
712 | 2025-03-02T04:06:00.055Z | Compiling untrusted v0.9.0 |
713 | 2025-03-02T04:06:00.158Z | Compiling schemars v0.8.22 |
714 | 2025-03-02T04:06:00.212Z | Compiling iana-time-zone v0.1.61 |
715 | 2025-03-02T04:06:00.292Z | Compiling tracing-core v0.1.32 |
716 | 2025-03-02T04:06:00.540Z | Compiling dyn-clone v1.0.18 |
717 | 2025-03-02T04:06:00.652Z | Compiling atomic-waker v1.1.2 |
718 | 2025-03-02T04:06:00.727Z | Compiling ucd-trie v0.1.7 |
719 | 2025-03-02T04:06:00.837Z | Compiling http-body v1.0.1 |
720 | 2025-03-02T04:06:01.042Z | Compiling tracing v0.1.40 |
721 | 2025-03-02T04:06:01.360Z | Compiling try-lock v0.2.5 |
722 | 2025-03-02T04:06:01.543Z | Compiling synstructure v0.13.1 |
723 | 2025-03-02T04:06:01.569Z | Compiling serde_derive_internals v0.29.1 |
724 | 2025-03-02T04:06:01.607Z | Compiling zeroize v1.8.1 |
725 | 2025-03-02T04:06:01.963Z | Compiling subtle v2.6.1 |
726 | 2025-03-02T04:06:02.118Z | Compiling icu_locid_transform_data v1.5.0 |
727 | 2025-03-02T04:06:02.206Z | Compiling chrono v0.4.40 |
728 | 2025-03-02T04:06:02.254Z | Compiling want v0.3.1 |
729 | 2025-03-02T04:06:02.255Z | Compiling httpdate v1.0.3 |
730 | 2025-03-02T04:06:02.512Z | Compiling tower-service v0.3.3 |
731 | 2025-03-02T04:06:02.601Z | Compiling foreign-types-shared v0.1.1 |
732 | 2025-03-02T04:06:02.756Z | Compiling icu_properties_data v1.5.0 |
733 | 2025-03-02T04:06:02.795Z | Compiling uuid v1.15.1 |
734 | 2025-03-02T04:06:02.852Z | Compiling openssl v0.10.71 |
735 | 2025-03-02T04:06:03.082Z | Compiling foreign-types v0.3.2 |
736 | 2025-03-02T04:06:03.280Z | Compiling regress v0.10.3 |
737 | 2025-03-02T04:06:03.410Z | Compiling percent-encoding v2.3.1 |
738 | 2025-03-02T04:06:03.669Z | Compiling native-tls v0.2.12 |
739 | 2025-03-02T04:06:03.739Z | Compiling utf8_iter v1.0.4 |
740 | 2025-03-02T04:06:03.939Z | Compiling rustls v0.23.19 |
741 | 2025-03-02T04:06:04.097Z | Compiling write16 v1.0.0 |
742 | 2025-03-02T04:06:04.254Z | Compiling bitflags v2.6.0 |
743 | 2025-03-02T04:06:04.255Z | Compiling byteorder v1.5.0 |
744 | 2025-03-02T04:06:04.341Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2025-03-02T04:06:04.341Z | Compiling slog v2.7.0 |
746 | 2025-03-02T04:06:04.618Z | Compiling serde_derive v1.0.218 |
747 | 2025-03-02T04:06:04.678Z | Compiling thiserror-impl v1.0.69 |
748 | 2025-03-02T04:06:04.678Z | Compiling zerofrom-derive v0.1.4 |
749 | 2025-03-02T04:06:04.679Z | Compiling tokio-macros v2.5.0 |
750 | 2025-03-02T04:06:05.163Z | Compiling schemars_derive v0.8.22 |
751 | 2025-03-02T04:06:05.295Z | Compiling yoke-derive v0.7.4 |
752 | 2025-03-02T04:06:05.763Z | Compiling tokio v1.43.0 |
753 | 2025-03-02T04:06:06.339Z | Compiling zerovec-derive v0.10.3 |
754 | 2025-03-02T04:06:06.514Z | Compiling futures-macro v0.3.31 |
755 | 2025-03-02T04:06:06.798Z | Compiling displaydoc v0.2.5 |
756 | 2025-03-02T04:06:06.822Z | Compiling zerocopy-derive v0.7.35 |
757 | 2025-03-02T04:06:07.083Z | Compiling zerofrom v0.1.4 |
758 | 2025-03-02T04:06:07.281Z | Compiling yoke v0.7.4 |
759 | 2025-03-02T04:06:07.617Z | Compiling icu_provider_macros v1.5.0 |
760 | 2025-03-02T04:06:07.854Z | Compiling futures-util v0.3.31 |
761 | 2025-03-02T04:06:08.008Z | Compiling pest v2.7.14 |
762 | 2025-03-02T04:06:08.198Z | Compiling zerovec v0.10.4 |
763 | 2025-03-02T04:06:08.424Z | Compiling openssl-macros v0.1.1 |
764 | 2025-03-02T04:06:08.523Z | Compiling utf16_iter v1.0.5 |
765 | 2025-03-02T04:06:08.996Z | Compiling zerocopy v0.7.35 |
766 | 2025-03-02T04:06:10.355Z | Compiling tinystr v0.7.6 |
767 | 2025-03-02T04:06:10.497Z | Compiling rustls-webpki v0.102.8 |
768 | 2025-03-02T04:06:10.703Z | Compiling icu_locid v1.5.0 |
769 | 2025-03-02T04:06:12.834Z | Compiling icu_provider v1.5.0 |
770 | 2025-03-02T04:06:14.017Z | Compiling tokio-util v0.7.13 |
771 | 2025-03-02T04:06:14.689Z | Compiling indexmap v2.7.1 |
772 | 2025-03-02T04:06:14.913Z | Compiling serde_tokenstream v0.2.2 |
773 | 2025-03-02T04:06:16.575Z | Compiling h2 v0.4.6 |
774 | 2025-03-02T04:06:16.599Z | Compiling icu_locid_transform v1.5.0 |
775 | 2025-03-02T04:06:16.883Z | Compiling pest_meta v2.7.14 |
776 | 2025-03-02T04:06:16.936Z | Compiling icu_collections v1.5.0 |
777 | 2025-03-02T04:06:19.168Z | Compiling pest_generator v2.7.14 |
778 | 2025-03-02T04:06:19.608Z | Compiling icu_properties v1.5.1 |
779 | 2025-03-02T04:06:20.358Z | Compiling pest_derive v2.7.14 |
780 | 2025-03-02T04:06:21.052Z | Compiling hyper v1.6.0 |
781 | 2025-03-02T04:06:21.181Z | Compiling form_urlencoded v1.2.1 |
782 | 2025-03-02T04:06:21.582Z | Compiling typify-impl v0.2.0 |
783 | 2025-03-02T04:06:22.542Z | Compiling icu_normalizer v1.5.0 |
784 | 2025-03-02T04:06:24.405Z | Compiling hyper-util v0.1.10 |
785 | 2025-03-02T04:06:26.639Z | Compiling aho-corasick v1.1.3 |
786 | 2025-03-02T04:06:28.030Z | Compiling openssl-probe v0.1.5 |
787 | 2025-03-02T04:06:28.366Z | Compiling regex-syntax v0.8.5 |
788 | 2025-03-02T04:06:28.442Z | Compiling typenum v1.17.0 |
789 | 2025-03-02T04:06:28.799Z | Compiling typify-macro v0.2.0 |
790 | 2025-03-02T04:06:29.201Z | Compiling idna_adapter v1.2.0 |
791 | 2025-03-02T04:06:29.430Z | Compiling http-body-util v0.1.2 |
792 | 2025-03-02T04:06:29.488Z | Compiling generic-array v0.14.7 |
793 | 2025-03-02T04:06:29.805Z | Compiling encoding_rs v0.8.34 |
794 | 2025-03-02T04:06:30.122Z | Compiling mime v0.3.17 |
795 | 2025-03-02T04:06:30.761Z | Compiling idna v1.0.3 |
796 | 2025-03-02T04:06:31.230Z | Compiling regex-automata v0.4.8 |
797 | 2025-03-02T04:06:31.444Z | Compiling tokio-native-tls v0.3.1 |
798 | 2025-03-02T04:06:31.692Z | Compiling serde_urlencoded v0.7.1 |
799 | 2025-03-02T04:06:32.183Z | Compiling scroll_derive v0.12.0 |
800 | 2025-03-02T04:06:32.450Z | Compiling rustls-pemfile v2.2.0 |
801 | 2025-03-02T04:06:32.850Z | Compiling webpki-roots v0.26.6 |
802 | 2025-03-02T04:06:32.874Z | Compiling usdt-impl v0.5.0 |
803 | 2025-03-02T04:06:33.023Z | Compiling sync_wrapper v1.0.1 |
804 | 2025-03-02T04:06:33.247Z | Compiling time-core v0.1.2 |
805 | 2025-03-02T04:06:33.413Z | Compiling base64 v0.22.1 |
806 | 2025-03-02T04:06:34.260Z | Compiling powerfmt v0.2.0 |
807 | 2025-03-02T04:06:34.650Z | Compiling regex v1.11.1 |
808 | 2025-03-02T04:06:34.925Z | Compiling tokio-rustls v0.26.0 |
809 | 2025-03-02T04:06:35.339Z | Compiling num-conv v0.1.0 |
810 | 2025-03-02T04:06:35.363Z | Compiling tower-layer v0.3.3 |
811 | 2025-03-02T04:06:35.563Z | Compiling time-macros v0.2.18 |
812 | 2025-03-02T04:06:35.651Z | Compiling tower v0.5.2 |
813 | 2025-03-02T04:06:36.406Z | Compiling hyper-rustls v0.27.5 |
814 | 2025-03-02T04:06:37.538Z | Compiling deranged v0.3.11 |
815 | 2025-03-02T04:06:37.562Z | Compiling scroll v0.12.0 |
816 | 2025-03-02T04:06:38.049Z | Compiling hyper-tls v0.6.0 |
817 | 2025-03-02T04:06:38.439Z | Compiling url v2.5.3 |
818 | 2025-03-02T04:06:38.921Z | Compiling dof v0.3.0 |
819 | 2025-03-02T04:06:38.995Z | Compiling thread-id v4.2.2 |
820 | 2025-03-02T04:06:39.097Z | Compiling dtrace-parser v0.2.0 |
821 | 2025-03-02T04:06:40.404Z | Compiling ipnet v2.11.0 |
822 | 2025-03-02T04:06:42.738Z | Compiling ident_case v1.0.1 |
823 | 2025-03-02T04:06:42.894Z | Compiling paste v1.0.15 |
824 | 2025-03-02T04:06:43.295Z | Compiling omicron-workspace-hack v0.1.0 |
825 | 2025-03-02T04:06:43.573Z | Compiling num_threads v0.1.7 |
826 | 2025-03-02T04:06:43.682Z | Compiling crossbeam-utils v0.8.20 |
827 | 2025-03-02T04:06:44.149Z | Compiling strsim v0.11.1 |
828 | 2025-03-02T04:06:44.653Z | Compiling plain v0.2.3 |
829 | 2025-03-02T04:06:44.797Z | Compiling goblin v0.8.2 |
830 | 2025-03-02T04:06:45.305Z | Compiling darling_core v0.20.10 |
831 | 2025-03-02T04:06:48.485Z | Compiling time v0.3.36 |
832 | 2025-03-02T04:06:49.059Z | Compiling reqwest v0.12.12 |
833 | 2025-03-02T04:06:52.808Z | Compiling openapiv3 v2.0.0 |
834 | 2025-03-02T04:06:55.281Z | Compiling typify v0.2.0 |
835 | 2025-03-02T04:06:55.931Z | Compiling dirs-sys-next v0.1.2 |
836 | 2025-03-02T04:06:56.807Z | Compiling pretty-hex v0.4.1 |
837 | 2025-03-02T04:06:57.001Z | Compiling rustls v0.22.4 |
838 | 2025-03-02T04:06:57.324Z | Compiling newtype-uuid v1.2.1 |
839 | 2025-03-02T04:06:57.526Z | Compiling unsafe-libyaml v0.2.11 |
840 | 2025-03-02T04:06:58.217Z | Compiling rustversion v1.0.17 |
841 | 2025-03-02T04:06:58.707Z | Compiling serde_yaml v0.9.34+deprecated |
842 | 2025-03-02T04:06:59.738Z | Compiling dirs-next v2.0.0 |
843 | 2025-03-02T04:07:00.079Z | Compiling progenitor-impl v0.8.0 |
844 | 2025-03-02T04:07:01.110Z | Compiling darling_macro v0.20.10 |
845 | 2025-03-02T04:07:03.579Z | Compiling crypto-common v0.1.6 |
846 | 2025-03-02T04:07:03.683Z | Compiling block-buffer v0.10.4 |
847 | 2025-03-02T04:07:03.771Z | Compiling ipnetwork v0.21.1 |
848 | 2025-03-02T04:07:03.900Z | Compiling toml_datetime v0.6.8 |
849 | 2025-03-02T04:07:04.276Z | Compiling serde_spanned v0.6.8 |
850 | 2025-03-02T04:07:04.311Z | Compiling ppv-lite86 v0.2.20 |
851 | 2025-03-02T04:07:04.461Z | Compiling structmeta-derive v0.3.0 |
852 | 2025-03-02T04:07:04.501Z | Compiling rand_core v0.6.4 |
853 | 2025-03-02T04:07:04.909Z | Compiling thread_local v1.1.8 |
854 | 2025-03-02T04:07:04.955Z | Compiling multer v3.1.0 |
855 | 2025-03-02T04:07:05.366Z | Compiling match_cfg v0.1.0 |
856 | 2025-03-02T04:07:05.453Z | Compiling winnow v0.7.3 |
857 | 2025-03-02T04:07:05.510Z | Compiling thiserror v2.0.11 |
858 | 2025-03-02T04:07:05.980Z | Compiling slog-async v2.8.0 |
859 | 2025-03-02T04:07:06.307Z | Compiling camino v1.1.9 |
860 | 2025-03-02T04:07:06.406Z | Compiling anyhow v1.0.96 |
861 | 2025-03-02T04:07:06.878Z | Compiling structmeta v0.3.0 |
862 | 2025-03-02T04:07:07.195Z | Compiling hostname v0.3.1 |
863 | 2025-03-02T04:07:07.498Z | Compiling rand_chacha v0.3.1 |
864 | 2025-03-02T04:07:07.534Z | Compiling progenitor-macro v0.8.0 |
865 | 2025-03-02T04:07:07.807Z | Compiling oxnet v0.1.1 |
866 | 2025-03-02T04:07:08.717Z | Compiling toml_edit v0.22.24 |
867 | 2025-03-02T04:07:08.760Z | Compiling digest v0.10.7 |
868 | 2025-03-02T04:07:08.806Z | Compiling crossbeam-channel v0.5.13 |
869 | 2025-03-02T04:07:10.039Z | Compiling darling v0.20.10 |
870 | 2025-03-02T04:07:10.118Z | Compiling term v0.7.0 |
871 | 2025-03-02T04:07:14.790Z | Compiling usdt-attr-macro v0.5.0 |
872 | 2025-03-02T04:07:15.472Z | Compiling usdt-macro v0.5.0 |
873 | 2025-03-02T04:07:15.738Z | Compiling progenitor-client v0.8.0 |
874 | 2025-03-02T04:07:15.906Z | Compiling slog-json v2.6.1 |
875 | 2025-03-02T04:07:16.321Z | Compiling futures-executor v0.3.31 |
876 | 2025-03-02T04:07:16.478Z | Compiling async-stream-impl v0.3.6 |
877 | 2025-03-02T04:07:16.504Z | Compiling daft-derive v0.1.1 |
878 | 2025-03-02T04:07:17.202Z | Compiling thiserror-impl v2.0.11 |
879 | 2025-03-02T04:07:17.459Z | Compiling dropshot v0.16.0 |
880 | 2025-03-02T04:07:17.678Z | Compiling is-terminal v0.4.13 |
881 | 2025-03-02T04:07:17.779Z | Compiling memmap v0.7.0 |
882 | 2025-03-02T04:07:17.825Z | Compiling cpufeatures v0.2.14 |
883 | 2025-03-02T04:07:17.881Z | Compiling spin v0.9.8 |
884 | 2025-03-02T04:07:18.038Z | Compiling take_mut v0.2.2 |
885 | 2025-03-02T04:07:19.564Z | Compiling usdt v0.5.0 |
886 | 2025-03-02T04:07:20.268Z | Compiling sha1 v0.10.6 |
887 | 2025-03-02T04:07:20.762Z | Compiling slog-term v2.9.1 |
888 | 2025-03-02T04:07:20.796Z | Compiling daft v0.1.1 |
889 | 2025-03-02T04:07:20.859Z | Compiling async-stream v0.3.6 |
890 | 2025-03-02T04:07:21.161Z | Compiling futures v0.3.31 |
891 | 2025-03-02T04:07:21.265Z | Compiling slog-bunyan v2.5.0 |
892 | 2025-03-02T04:07:21.290Z | Compiling progenitor v0.8.0 |
893 | 2025-03-02T04:07:21.438Z | Compiling tokio-rustls v0.25.0 |
894 | 2025-03-02T04:07:21.510Z | Compiling strum_macros v0.26.4 |
895 | 2025-03-02T04:07:21.538Z | Compiling toml v0.8.20 |
896 | 2025-03-02T04:07:21.786Z | Compiling serde_with_macros v3.12.0 |
897 | 2025-03-02T04:07:22.919Z | Compiling rand v0.8.5 |
898 | 2025-03-02T04:07:24.357Z | Compiling parse-display-derive v0.10.0 |
899 | 2025-03-02T04:07:24.865Z | Compiling dropshot_endpoint v0.16.0 |
900 | 2025-03-02T04:07:25.662Z | Compiling hex v0.4.3 |
901 | 2025-03-02T04:07:26.193Z | Compiling serde_path_to_error v0.1.16 |
902 | 2025-03-02T04:07:26.636Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2025-03-02T04:07:27.006Z | Compiling async-trait v0.1.86 |
904 | 2025-03-02T04:07:27.094Z | Compiling waitgroup v0.1.2 |
905 | 2025-03-02T04:07:27.119Z | Compiling hostname v0.4.0 |
906 | 2025-03-02T04:07:27.317Z | Compiling instant v0.1.13 |
907 | 2025-03-02T04:07:27.342Z | Compiling debug-ignore v1.0.5 |
908 | 2025-03-02T04:07:27.342Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
909 | 2025-03-02T04:07:27.474Z | Compiling backoff v0.4.0 |
910 | 2025-03-02T04:07:27.499Z | Compiling parse-display v0.10.0 |
911 | 2025-03-02T04:07:27.547Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
912 | 2025-03-02T04:07:27.768Z | Compiling strum v0.26.3 |
913 | 2025-03-02T04:07:27.809Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
914 | 2025-03-02T04:07:27.897Z | Compiling serde_with v3.12.0 |
915 | 2025-03-02T04:07:27.937Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2025-03-02T04:07:28.578Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
917 | 2025-03-02T04:07:29.094Z | Compiling progenitor-client v0.9.1 |
918 | 2025-03-02T04:07:29.218Z | Compiling macaddr v1.0.1 |
919 | 2025-03-02T04:07:35.204Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
920 | 2025-03-02T04:07:44.742Z | Compiling test-project v0.1.0 (/tmp/test-project) |
921 | 2025-03-02T04:07:55.121Z | Finished `release` profile [optimized] target(s) in 2m 01s |
922 | 2025-03-02T04:07:55.188Z | process exited: duration 182542 ms, exit code 0 |
|
923 | 2025-03-02T04:07:55.237Z | found 0 output files |