|
|
|
1 | 2025-02-21T12:49:20.521Z | job assigned to worker 01JMM8TNN2S28AR0J2D80NCRGS [factory aws, i-07578186346bb85a1] (queued for 5 m 37 s) |
|
2 | 2025-02-21T12:49:28.186Z | starting task 0: "setup" |
3 | 2025-02-21T12:49:28.196Z | ++ uname -s |
4 | 2025-02-21T12:49:28.199Z | + kern=SunOS |
5 | 2025-02-21T12:49:28.199Z | + build_user=build |
6 | 2025-02-21T12:49:28.199Z | + build_uid=12345 |
7 | 2025-02-21T12:49:28.199Z | + work_dir=/work |
8 | 2025-02-21T12:49:28.199Z | + input_dir=/input |
9 | 2025-02-21T12:49:28.199Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T12:49:28.199Z | + case "$kern" in |
11 | 2025-02-21T12:49:28.199Z | + groupadd -g 12345 build |
12 | 2025-02-21T12:49:28.199Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T12:49:30.206Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T12:49:30.331Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T12:49:30.333Z | + home_fs=zfs |
16 | 2025-02-21T12:49:30.333Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T12:49:30.333Z | + mkdir -p /home/build |
18 | 2025-02-21T12:49:30.337Z | + chown build:build /home/build /work |
19 | 2025-02-21T12:49:32.337Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T12:49:32.340Z | process exited: duration 4153 ms, exit code 0 |
|
21 | 2025-02-21T12:49:32.346Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T12:49:32.351Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T12:49:32.351Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T12:49:32.351Z | * rust toolchain profile = "default" |
25 | 2025-02-21T12:49:32.351Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T12:49:32.351Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T12:49:32.351Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T12:49:32.355Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T12:49:32.355Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T12:49:32.471Z | info: downloading installer |
31 | 2025-02-21T12:49:33.742Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T12:49:33.742Z | warning: /opt/ooce/bin |
33 | 2025-02-21T12:49:33.742Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T12:49:33.742Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T12:49:33.742Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T12:49:33.742Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T12:49:33.742Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T12:49:33.742Z | error: cannot install while Rust is installed |
39 | 2025-02-21T12:49:33.742Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T12:49:33.760Z | info: profile set to 'default' |
41 | 2025-02-21T12:49:33.760Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T12:49:33.766Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T12:49:33.926Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T12:49:33.926Z | info: downloading component 'cargo' |
45 | 2025-02-21T12:49:34.840Z | info: downloading component 'clippy' |
46 | 2025-02-21T12:49:35.195Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T12:49:36.582Z | info: downloading component 'rust-std' |
48 | 2025-02-21T12:49:38.622Z | info: downloading component 'rustc' |
49 | 2025-02-21T12:49:45.653Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T12:49:45.914Z | info: installing component 'cargo' |
51 | 2025-02-21T12:49:46.758Z | info: installing component 'clippy' |
52 | 2025-02-21T12:49:47.140Z | info: installing component 'rust-docs' |
53 | 2025-02-21T12:49:48.964Z | info: installing component 'rust-std' |
54 | 2025-02-21T12:49:50.861Z | info: installing component 'rustc' |
55 | 2025-02-21T12:49:56.946Z | info: installing component 'rustfmt' |
56 | 2025-02-21T12:49:57.286Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T12:49:57.286Z | |
58 | 2025-02-21T12:49:57.663Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T12:49:57.663Z | |
60 | 2025-02-21T12:49:57.666Z | |
61 | 2025-02-21T12:49:57.666Z | Rust is installed now. Great! |
62 | 2025-02-21T12:49:57.666Z | |
63 | 2025-02-21T12:49:57.666Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T12:49:57.666Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T12:49:57.666Z | |
66 | 2025-02-21T12:49:57.666Z | To configure your current shell, you need to source |
67 | 2025-02-21T12:49:57.666Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T12:49:57.666Z | |
69 | 2025-02-21T12:49:57.666Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T12:49:57.666Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T12:49:57.666Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T12:49:57.746Z | + rustup --version |
73 | 2025-02-21T12:49:57.753Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T12:49:57.753Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T12:49:57.838Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T12:49:57.843Z | + cargo --version |
77 | 2025-02-21T12:49:57.906Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T12:49:57.909Z | + rustc --version |
79 | 2025-02-21T12:49:57.979Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T12:49:57.983Z | process exited: duration 25632 ms, exit code 0 |
|
81 | 2025-02-21T12:49:57.988Z | starting task 2: "authentication" |
82 | 2025-02-21T12:49:58.011Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-21T12:49:58.016Z | starting task 3: "clone repository" |
84 | 2025-02-21T12:49:58.022Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T12:49:58.024Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T12:49:58.066Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T12:50:04.980Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T12:50:04.980Z | + git fetch origin 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
89 | 2025-02-21T12:50:05.356Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T12:50:05.356Z | * branch 517bc6313a6e2971d164a76c7a8db96dcf1a0216 -> FETCH_HEAD |
91 | 2025-02-21T12:50:05.369Z | + [[ -n renovate/reqwest-0.x-lockfile ]] |
92 | 2025-02-21T12:50:05.372Z | ++ git branch --show-current |
93 | 2025-02-21T12:50:05.377Z | + current=main |
94 | 2025-02-21T12:50:05.378Z | + [[ main != renovate/reqwest-0.x-lockfile ]] |
95 | 2025-02-21T12:50:05.378Z | + git branch -f renovate/reqwest-0.x-lockfile 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
96 | 2025-02-21T12:50:05.380Z | + git checkout -f renovate/reqwest-0.x-lockfile |
97 | 2025-02-21T12:50:05.568Z | Switched to branch 'renovate/reqwest-0.x-lockfile' |
98 | 2025-02-21T12:50:05.571Z | + git reset --hard 517bc6313a6e2971d164a76c7a8db96dcf1a0216 |
99 | 2025-02-21T12:50:05.587Z | HEAD is now at 517bc6313 Update Rust crate reqwest to v0.12.12 |
100 | 2025-02-21T12:50:05.590Z | process exited: duration 7571 ms, exit code 0 |
|
101 | 2025-02-21T12:50:05.595Z | starting task 4: "build" |
102 | 2025-02-21T12:50:05.600Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T12:50:05.603Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T12:50:05.603Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T12:50:05.603Z | + cargo --version |
106 | 2025-02-21T12:50:05.657Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T12:50:05.661Z | + rustc --version |
108 | 2025-02-21T12:50:05.726Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T12:50:05.729Z | + cd /tmp |
110 | 2025-02-21T12:50:05.734Z | + cargo new --lib test-project |
111 | 2025-02-21T12:50:05.793Z | Creating library `test-project` package |
112 | 2025-02-21T12:50:05.883Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-21T12:50:05.886Z | + cd test-project |
114 | 2025-02-21T12:50:05.886Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-21T12:50:05.953Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-21T12:50:05.954Z | Features: |
117 | 2025-02-21T12:50:05.954Z | - proptest |
118 | 2025-02-21T12:50:05.954Z | - test-strategy |
119 | 2025-02-21T12:50:05.954Z | - testing |
120 | 2025-02-21T12:50:05.988Z | Updating crates.io index |
121 | 2025-02-21T12:50:06.100Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-21T12:50:06.586Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-21T12:50:07.023Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-21T12:50:08.571Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-21T12:50:08.755Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-21T12:50:08.758Z | + cargo check |
127 | 2025-02-21T12:50:08.949Z | Updating crates.io index |
128 | 2025-02-21T12:50:09.836Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-21T12:50:09.836Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-21T12:50:09.899Z | Downloading crates ... |
131 | 2025-02-21T12:50:10.009Z | Downloaded async-stream-impl v0.3.6 |
132 | 2025-02-21T12:50:10.019Z | Downloaded atomic-waker v1.1.2 |
133 | 2025-02-21T12:50:10.023Z | Downloaded autocfg v1.4.0 |
134 | 2025-02-21T12:50:10.029Z | Downloaded backoff v0.4.0 |
135 | 2025-02-21T12:50:10.043Z | Downloaded foreign-types v0.3.2 |
136 | 2025-02-21T12:50:10.048Z | Downloaded match_cfg v0.1.0 |
137 | 2025-02-21T12:50:10.052Z | Downloaded http-body v1.0.1 |
138 | 2025-02-21T12:50:10.056Z | Downloaded ident_case v1.0.1 |
139 | 2025-02-21T12:50:10.056Z | Downloaded icu_provider_macros v1.5.0 |
140 | 2025-02-21T12:50:10.056Z | Downloaded foreign-types-shared v0.1.1 |
141 | 2025-02-21T12:50:10.060Z | Downloaded darling_macro v0.20.10 |
142 | 2025-02-21T12:50:10.065Z | Downloaded equivalent v1.0.1 |
143 | 2025-02-21T12:50:10.070Z | Downloaded instant v0.1.13 |
144 | 2025-02-21T12:50:10.071Z | Downloaded dtrace-parser v0.2.0 |
145 | 2025-02-21T12:50:10.084Z | Downloaded ahash v0.8.11 |
146 | 2025-02-21T12:50:10.090Z | Downloaded hyper-tls v0.6.0 |
147 | 2025-02-21T12:50:10.095Z | Downloaded displaydoc v0.2.5 |
148 | 2025-02-21T12:50:10.098Z | Downloaded hex v0.4.3 |
149 | 2025-02-21T12:50:10.098Z | Downloaded heck v0.5.0 |
150 | 2025-02-21T12:50:10.099Z | Downloaded dyn-clone v1.0.18 |
151 | 2025-02-21T12:50:10.104Z | Downloaded daft v0.1.1 |
152 | 2025-02-21T12:50:10.104Z | Downloaded dof v0.3.0 |
153 | 2025-02-21T12:50:10.108Z | Downloaded futures-io v0.3.31 |
154 | 2025-02-21T12:50:10.108Z | Downloaded byteorder v1.5.0 |
155 | 2025-02-21T12:50:10.108Z | Downloaded futures-core v0.3.31 |
156 | 2025-02-21T12:50:10.108Z | Downloaded futures-task v0.3.31 |
157 | 2025-02-21T12:50:10.114Z | Downloaded hostname v0.3.1 |
158 | 2025-02-21T12:50:10.114Z | Downloaded futures-sink v0.3.31 |
159 | 2025-02-21T12:50:10.114Z | Downloaded idna_adapter v1.2.0 |
160 | 2025-02-21T12:50:10.115Z | Downloaded fnv v1.0.7 |
161 | 2025-02-21T12:50:10.119Z | Downloaded futures-macro v0.3.31 |
162 | 2025-02-21T12:50:10.119Z | Downloaded is-terminal v0.4.13 |
163 | 2025-02-21T12:50:10.119Z | Downloaded futures-executor v0.3.31 |
164 | 2025-02-21T12:50:10.124Z | Downloaded tokio-util v0.7.12 |
165 | 2025-02-21T12:50:10.129Z | Downloaded mime v0.3.17 |
166 | 2025-02-21T12:50:10.129Z | Downloaded zerofrom-derive v0.1.4 |
167 | 2025-02-21T12:50:10.134Z | Downloaded zerofrom v0.1.4 |
168 | 2025-02-21T12:50:10.134Z | Downloaded zerocopy-derive v0.7.35 |
169 | 2025-02-21T12:50:10.138Z | Downloaded httpdate v1.0.3 |
170 | 2025-02-21T12:50:10.138Z | Downloaded parking_lot v0.12.3 |
171 | 2025-02-21T12:50:10.141Z | Downloaded ipnetwork v0.21.1 |
172 | 2025-02-21T12:50:10.141Z | Downloaded digest v0.10.7 |
173 | 2025-02-21T12:50:10.145Z | Downloaded block-buffer v0.10.4 |
174 | 2025-02-21T12:50:10.145Z | Downloaded async-stream v0.3.6 |
175 | 2025-02-21T12:50:10.148Z | Downloaded allocator-api2 v0.2.18 |
176 | 2025-02-21T12:50:10.148Z | Downloaded native-tls v0.2.12 |
177 | 2025-02-21T12:50:10.151Z | Downloaded zerovec v0.10.4 |
178 | 2025-02-21T12:50:10.156Z | Downloaded progenitor-macro v0.8.0 |
179 | 2025-02-21T12:50:10.158Z | Downloaded iana-time-zone v0.1.61 |
180 | 2025-02-21T12:50:10.161Z | Downloaded hyper-rustls v0.27.3 |
181 | 2025-02-21T12:50:10.163Z | Downloaded num-traits v0.2.19 |
182 | 2025-02-21T12:50:10.166Z | Downloaded num_threads v0.1.7 |
183 | 2025-02-21T12:50:10.170Z | Downloaded omicron-workspace-hack v0.1.0 |
184 | 2025-02-21T12:50:10.170Z | Downloaded daft-derive v0.1.1 |
185 | 2025-02-21T12:50:10.173Z | Downloaded openssl-macros v0.1.1 |
186 | 2025-02-21T12:50:10.173Z | Downloaded newtype-uuid v1.2.1 |
187 | 2025-02-21T12:50:10.176Z | Downloaded getrandom v0.2.15 |
188 | 2025-02-21T12:50:10.179Z | Downloaded openssl-probe v0.1.5 |
189 | 2025-02-21T12:50:10.179Z | Downloaded litemap v0.7.3 |
190 | 2025-02-21T12:50:10.182Z | Downloaded time-core v0.1.2 |
191 | 2025-02-21T12:50:10.185Z | Downloaded deranged v0.3.11 |
192 | 2025-02-21T12:50:10.185Z | Downloaded percent-encoding v2.3.1 |
193 | 2025-02-21T12:50:10.185Z | Downloaded oxnet v0.1.0 |
194 | 2025-02-21T12:50:10.189Z | Downloaded paste v1.0.15 |
195 | 2025-02-21T12:50:10.197Z | Downloaded parse-display v0.10.0 |
196 | 2025-02-21T12:50:10.197Z | Downloaded ipnet v2.10.1 |
197 | 2025-02-21T12:50:10.198Z | Downloaded progenitor-client v0.9.1 |
198 | 2025-02-21T12:50:10.217Z | Downloaded progenitor-client v0.8.0 |
199 | 2025-02-21T12:50:10.217Z | Downloaded pretty-hex v0.4.1 |
200 | 2025-02-21T12:50:10.217Z | Downloaded tower-service v0.3.3 |
201 | 2025-02-21T12:50:10.217Z | Downloaded usdt-macro v0.5.0 |
202 | 2025-02-21T12:50:10.217Z | Downloaded tinyvec_macros v0.1.1 |
203 | 2025-02-21T12:50:10.218Z | Downloaded darling v0.20.10 |
204 | 2025-02-21T12:50:10.224Z | Downloaded usdt-attr-macro v0.5.0 |
205 | 2025-02-21T12:50:10.224Z | Downloaded tower-layer v0.3.3 |
206 | 2025-02-21T12:50:10.224Z | Downloaded camino v1.1.9 |
207 | 2025-02-21T12:50:10.225Z | Downloaded strum v0.26.3 |
208 | 2025-02-21T12:50:10.225Z | Downloaded futures-channel v0.3.31 |
209 | 2025-02-21T12:50:10.225Z | Downloaded icu_locid_transform v1.5.0 |
210 | 2025-02-21T12:50:10.225Z | Downloaded write16 v1.0.0 |
211 | 2025-02-21T12:50:10.226Z | Downloaded want v0.3.1 |
212 | 2025-02-21T12:50:10.226Z | Downloaded waitgroup v0.1.2 |
213 | 2025-02-21T12:50:10.227Z | Downloaded try-lock v0.2.5 |
214 | 2025-02-21T12:50:10.227Z | Downloaded icu_locid_transform_data v1.5.0 |
215 | 2025-02-21T12:50:10.227Z | Downloaded scopeguard v1.2.0 |
216 | 2025-02-21T12:50:10.227Z | Downloaded rustc-hash v2.0.0 |
217 | 2025-02-21T12:50:10.227Z | Downloaded memchr v2.7.4 |
218 | 2025-02-21T12:50:10.231Z | Downloaded pest_generator v2.7.14 |
219 | 2025-02-21T12:50:10.231Z | Downloaded thiserror-impl v1.0.69 |
220 | 2025-02-21T12:50:10.231Z | Downloaded multer v3.1.0 |
221 | 2025-02-21T12:50:10.231Z | Downloaded parking_lot_core v0.9.10 |
222 | 2025-02-21T12:50:10.233Z | Downloaded pin-project-lite v0.2.14 |
223 | 2025-02-21T12:50:10.237Z | Downloaded take_mut v0.2.2 |
224 | 2025-02-21T12:50:10.239Z | Downloaded thread-id v4.2.2 |
225 | 2025-02-21T12:50:10.239Z | Downloaded powerfmt v0.2.0 |
226 | 2025-02-21T12:50:10.239Z | Downloaded ppv-lite86 v0.2.20 |
227 | 2025-02-21T12:50:10.242Z | Downloaded plain v0.2.3 |
228 | 2025-02-21T12:50:10.242Z | Downloaded lock_api v0.4.12 |
229 | 2025-02-21T12:50:10.245Z | Downloaded utf8_iter v1.0.4 |
230 | 2025-02-21T12:50:10.245Z | Downloaded tokio-macros v2.5.0 |
231 | 2025-02-21T12:50:10.248Z | Downloaded dropshot_endpoint v0.15.1 |
232 | 2025-02-21T12:50:10.250Z | Downloaded pin-utils v0.1.0 |
233 | 2025-02-21T12:50:10.250Z | Downloaded log v0.4.22 |
234 | 2025-02-21T12:50:10.254Z | Downloaded icu_normalizer_data v1.5.0 |
235 | 2025-02-21T12:50:10.257Z | Downloaded rand_core v0.6.4 |
236 | 2025-02-21T12:50:10.257Z | Downloaded base64 v0.22.1 |
237 | 2025-02-21T12:50:10.261Z | Downloaded schemars_derive v0.8.21 |
238 | 2025-02-21T12:50:10.264Z | Downloaded typify-macro v0.2.0 |
239 | 2025-02-21T12:50:10.264Z | Downloaded pkg-config v0.3.31 |
240 | 2025-02-21T12:50:10.264Z | Downloaded structmeta-derive v0.3.0 |
241 | 2025-02-21T12:50:10.264Z | Downloaded structmeta v0.3.0 |
242 | 2025-02-21T12:50:10.267Z | Downloaded version_check v0.9.5 |
243 | 2025-02-21T12:50:10.267Z | Downloaded stable_deref_trait v1.2.0 |
244 | 2025-02-21T12:50:10.269Z | Downloaded serde_spanned v0.6.8 |
245 | 2025-02-21T12:50:10.269Z | Downloaded serde_path_to_error v0.1.16 |
246 | 2025-02-21T12:50:10.272Z | Downloaded slog-term v2.9.1 |
247 | 2025-02-21T12:50:10.272Z | Downloaded slab v0.4.9 |
248 | 2025-02-21T12:50:10.276Z | Downloaded writeable v0.5.5 |
249 | 2025-02-21T12:50:10.279Z | Downloaded rustversion v1.0.17 |
250 | 2025-02-21T12:50:10.279Z | Downloaded slog-json v2.6.1 |
251 | 2025-02-21T12:50:10.279Z | Downloaded signal-hook-registry v1.4.2 |
252 | 2025-02-21T12:50:10.282Z | Downloaded thiserror v1.0.69 |
253 | 2025-02-21T12:50:10.285Z | Downloaded subtle v2.6.1 |
254 | 2025-02-21T12:50:10.288Z | Downloaded smallvec v1.13.2 |
255 | 2025-02-21T12:50:10.292Z | Downloaded serde_urlencoded v0.7.1 |
256 | 2025-02-21T12:50:10.292Z | Downloaded strsim v0.11.1 |
257 | 2025-02-21T12:50:10.292Z | Downloaded tokio-rustls v0.26.0 |
258 | 2025-02-21T12:50:10.296Z | Downloaded icu_provider v1.5.0 |
259 | 2025-02-21T12:50:10.299Z | Downloaded bytes v1.9.0 |
260 | 2025-02-21T12:50:10.299Z | Downloaded usdt-impl v0.5.0 |
261 | 2025-02-21T12:50:10.303Z | Downloaded icu_properties v1.5.1 |
262 | 2025-02-21T12:50:10.306Z | Downloaded darling_core v0.20.10 |
263 | 2025-02-21T12:50:10.309Z | Downloaded scroll_derive v0.12.0 |
264 | 2025-02-21T12:50:10.309Z | Downloaded yoke v0.7.4 |
265 | 2025-02-21T12:50:10.312Z | Downloaded icu_locid v1.5.0 |
266 | 2025-02-21T12:50:10.315Z | Downloaded sha1 v0.10.6 |
267 | 2025-02-21T12:50:10.319Z | Downloaded hyper-util v0.1.10 |
268 | 2025-02-21T12:50:10.327Z | Downloaded shlex v1.3.0 |
269 | 2025-02-21T12:50:10.327Z | Downloaded quinn-udp v0.5.5 |
270 | 2025-02-21T12:50:10.327Z | Downloaded serde_with_macros v3.11.0 |
271 | 2025-02-21T12:50:10.333Z | Downloaded progenitor-impl v0.8.0 |
272 | 2025-02-21T12:50:10.333Z | Downloaded serde_tokenstream v0.2.2 |
273 | 2025-02-21T12:50:10.333Z | Downloaded slog-async v2.8.0 |
274 | 2025-02-21T12:50:10.333Z | Downloaded rustls-pemfile v2.2.0 |
275 | 2025-02-21T12:50:10.334Z | Downloaded proc-macro2 v1.0.92 |
276 | 2025-02-21T12:50:10.342Z | Downloaded slog v2.7.0 |
277 | 2025-02-21T12:50:10.352Z | Downloaded unicode-ident v1.0.14 |
278 | 2025-02-21T12:50:10.353Z | Downloaded ucd-trie v0.1.7 |
279 | 2025-02-21T12:50:10.353Z | Downloaded toml v0.8.19 |
280 | 2025-02-21T12:50:10.353Z | Downloaded uuid v1.12.0 |
281 | 2025-02-21T12:50:10.360Z | Downloaded indexmap v2.7.1 |
282 | 2025-02-21T12:50:10.361Z | Downloaded term v0.7.0 |
283 | 2025-02-21T12:50:10.361Z | Downloaded strum_macros v0.26.4 |
284 | 2025-02-21T12:50:10.361Z | Downloaded unsafe-libyaml v0.2.11 |
285 | 2025-02-21T12:50:10.366Z | Downloaded rustls-pki-types v1.10.0 |
286 | 2025-02-21T12:50:10.366Z | Downloaded semver v1.0.24 |
287 | 2025-02-21T12:50:10.367Z | Downloaded socket2 v0.5.7 |
288 | 2025-02-21T12:50:10.378Z | Downloaded serde_derive v1.0.217 |
289 | 2025-02-21T12:50:10.378Z | Downloaded ryu v1.0.18 |
290 | 2025-02-21T12:50:10.378Z | Downloaded rand v0.8.5 |
291 | 2025-02-21T12:50:10.386Z | Downloaded tracing v0.1.40 |
292 | 2025-02-21T12:50:10.386Z | Downloaded crossbeam-channel v0.5.13 |
293 | 2025-02-21T12:50:10.392Z | Downloaded cc v1.1.30 |
294 | 2025-02-21T12:50:10.392Z | Downloaded spin v0.9.8 |
295 | 2025-02-21T12:50:10.397Z | Downloaded tracing-core v0.1.32 |
296 | 2025-02-21T12:50:10.397Z | Downloaded serde_yaml v0.9.34+deprecated |
297 | 2025-02-21T12:50:10.401Z | Downloaded url v2.5.3 |
298 | 2025-02-21T12:50:10.401Z | Downloaded icu_collections v1.5.0 |
299 | 2025-02-21T12:50:10.406Z | Downloaded hashbrown v0.12.3 |
300 | 2025-02-21T12:50:10.411Z | Downloaded schemars v0.8.21 |
301 | 2025-02-21T12:50:10.419Z | Downloaded quinn v0.11.5 |
302 | 2025-02-21T12:50:10.429Z | Downloaded pest v2.7.14 |
303 | 2025-02-21T12:50:10.432Z | Downloaded time v0.3.36 |
304 | 2025-02-21T12:50:10.435Z | Downloaded serde v1.0.217 |
305 | 2025-02-21T12:50:10.438Z | Downloaded tower v0.5.2 |
306 | 2025-02-21T12:50:10.447Z | Downloaded idna v1.0.3 |
307 | 2025-02-21T12:50:10.450Z | Downloaded toml_edit v0.22.22 |
308 | 2025-02-21T12:50:10.470Z | Downloaded serde_with v3.11.0 |
309 | 2025-02-21T12:50:10.477Z | Downloaded zerocopy v0.7.35 |
310 | 2025-02-21T12:50:10.493Z | Downloaded hyper v1.5.2 |
311 | 2025-02-21T12:50:10.502Z | Downloaded rustls-webpki v0.102.8 |
312 | 2025-02-21T12:50:10.516Z | Downloaded quinn-proto v0.11.8 |
313 | 2025-02-21T12:50:10.522Z | Downloaded vcpkg v0.2.15 |
314 | 2025-02-21T12:50:10.557Z | Downloaded webpki-roots v0.26.6 |
315 | 2025-02-21T12:50:10.560Z | Downloaded goblin v0.8.2 |
316 | 2025-02-21T12:50:10.566Z | Downloaded futures-util v0.3.31 |
317 | 2025-02-21T12:50:10.577Z | Downloaded serde_json v1.0.135 |
318 | 2025-02-21T12:50:10.583Z | Downloaded reqwest v0.12.12 |
319 | 2025-02-21T12:50:10.592Z | Downloaded openssl v0.10.71 |
320 | 2025-02-21T12:50:10.600Z | Downloaded h2 v0.4.6 |
321 | 2025-02-21T12:50:10.609Z | Downloaded chrono v0.4.39 |
322 | 2025-02-21T12:50:10.615Z | Downloaded openapiv3 v2.0.0 |
323 | 2025-02-21T12:50:10.628Z | Downloaded icu_properties_data v1.5.0 |
324 | 2025-02-21T12:50:10.644Z | Downloaded winnow v0.6.20 |
325 | 2025-02-21T12:50:10.653Z | Downloaded hashbrown v0.14.5 |
326 | 2025-02-21T12:50:10.654Z | Downloaded aho-corasick v1.1.3 |
327 | 2025-02-21T12:50:10.659Z | Downloaded http v1.2.0 |
328 | 2025-02-21T12:50:10.659Z | Downloaded typify-impl v0.2.0 |
329 | 2025-02-21T12:50:10.669Z | Downloaded regex v1.11.1 |
330 | 2025-02-21T12:50:10.682Z | Downloaded hashbrown v0.15.1 |
331 | 2025-02-21T12:50:10.687Z | Downloaded syn v2.0.96 |
332 | 2025-02-21T12:50:10.698Z | Downloaded typenum v1.17.0 |
333 | 2025-02-21T12:50:10.703Z | Downloaded openssl-sys v0.9.106 |
334 | 2025-02-21T12:50:10.708Z | Downloaded pest_meta v2.7.14 |
335 | 2025-02-21T12:50:10.708Z | Downloaded regress v0.10.1 |
336 | 2025-02-21T12:50:10.713Z | Downloaded dropshot v0.15.1 |
337 | 2025-02-21T12:50:10.734Z | Downloaded tinyvec v1.8.0 |
338 | 2025-02-21T12:50:10.739Z | Downloaded rustls v0.22.4 |
339 | 2025-02-21T12:50:10.753Z | Downloaded regress v0.9.1 |
340 | 2025-02-21T12:50:10.780Z | Downloaded rustls v0.23.19 |
341 | 2025-02-21T12:50:10.780Z | Downloaded regex-syntax v0.8.5 |
342 | 2025-02-21T12:50:10.792Z | Downloaded rand_chacha v0.3.1 |
343 | 2025-02-21T12:50:10.792Z | Downloaded quote v1.0.38 |
344 | 2025-02-21T12:50:10.792Z | Downloaded sha2 v0.10.8 |
345 | 2025-02-21T12:50:10.792Z | Downloaded scroll v0.12.0 |
346 | 2025-02-21T12:50:10.793Z | Downloaded typify v0.2.0 |
347 | 2025-02-21T12:50:10.793Z | Downloaded tokio-rustls v0.25.0 |
348 | 2025-02-21T12:50:10.793Z | Downloaded tokio-native-tls v0.3.1 |
349 | 2025-02-21T12:50:10.793Z | Downloaded indexmap v1.9.3 |
350 | 2025-02-21T12:50:10.793Z | Downloaded serde_derive_internals v0.29.1 |
351 | 2025-02-21T12:50:10.793Z | Downloaded progenitor v0.8.0 |
352 | 2025-02-21T12:50:10.799Z | Downloaded thiserror-impl v2.0.11 |
353 | 2025-02-21T12:50:10.799Z | Downloaded thiserror v2.0.11 |
354 | 2025-02-21T12:50:10.803Z | Downloaded pest_derive v2.7.14 |
355 | 2025-02-21T12:50:10.803Z | Downloaded utf16_iter v1.0.5 |
356 | 2025-02-21T12:50:10.803Z | Downloaded tokio v1.43.0 |
357 | 2025-02-21T12:50:10.838Z | Downloaded usdt v0.5.0 |
358 | 2025-02-21T12:50:10.850Z | Downloaded slog-bunyan v2.5.0 |
359 | 2025-02-21T12:50:10.850Z | Downloaded untrusted v0.9.0 |
360 | 2025-02-21T12:50:10.851Z | Downloaded toml_datetime v0.6.8 |
361 | 2025-02-21T12:50:10.851Z | Downloaded bitflags v2.6.0 |
362 | 2025-02-21T12:50:10.866Z | Downloaded sync_wrapper v1.0.1 |
363 | 2025-02-21T12:50:10.867Z | Downloaded futures v0.3.31 |
364 | 2025-02-21T12:50:10.867Z | Downloaded once_cell v1.20.3 |
365 | 2025-02-21T12:50:10.867Z | Downloaded regex-automata v0.4.8 |
366 | 2025-02-21T12:50:10.871Z | Downloaded icu_normalizer v1.5.0 |
367 | 2025-02-21T12:50:10.874Z | Downloaded generic-array v0.14.7 |
368 | 2025-02-21T12:50:10.874Z | Downloaded crossbeam-utils v0.8.20 |
369 | 2025-02-21T12:50:10.874Z | Downloaded tinystr v0.7.6 |
370 | 2025-02-21T12:50:10.877Z | Downloaded time-macros v0.2.18 |
371 | 2025-02-21T12:50:10.880Z | Downloaded parse-display-derive v0.10.0 |
372 | 2025-02-21T12:50:10.880Z | Downloaded thread_local v1.1.8 |
373 | 2025-02-21T12:50:10.880Z | Downloaded yoke-derive v0.7.4 |
374 | 2025-02-21T12:50:10.883Z | Downloaded num-conv v0.1.0 |
375 | 2025-02-21T12:50:10.883Z | Downloaded httparse v1.9.5 |
376 | 2025-02-21T12:50:10.885Z | Downloaded zerovec-derive v0.10.3 |
377 | 2025-02-21T12:50:10.885Z | Downloaded synstructure v0.13.1 |
378 | 2025-02-21T12:50:10.888Z | Downloaded itoa v1.0.11 |
379 | 2025-02-21T12:50:10.888Z | Downloaded memmap v0.7.0 |
380 | 2025-02-21T12:50:10.888Z | Downloaded mio v1.0.2 |
381 | 2025-02-21T12:50:10.899Z | Downloaded zeroize v1.8.1 |
382 | 2025-02-21T12:50:10.903Z | Downloaded libc v0.2.169 |
383 | 2025-02-21T12:50:10.917Z | Downloaded hostname v0.4.0 |
384 | 2025-02-21T12:50:10.920Z | Downloaded async-trait v0.1.86 |
385 | 2025-02-21T12:50:10.923Z | Downloaded anyhow v1.0.96 |
386 | 2025-02-21T12:50:10.925Z | Downloaded macaddr v1.0.1 |
387 | 2025-02-21T12:50:10.928Z | Downloaded http-body-util v0.1.2 |
388 | 2025-02-21T12:50:10.928Z | Downloaded dirs-next v2.0.0 |
389 | 2025-02-21T12:50:10.931Z | Downloaded debug-ignore v1.0.5 |
390 | 2025-02-21T12:50:10.931Z | Downloaded cfg-if v1.0.0 |
391 | 2025-02-21T12:50:10.931Z | Downloaded form_urlencoded v1.2.1 |
392 | 2025-02-21T12:50:10.935Z | Downloaded dirs-sys-next v0.1.2 |
393 | 2025-02-21T12:50:10.935Z | Downloaded crypto-common v0.1.6 |
394 | 2025-02-21T12:50:10.935Z | Downloaded cpufeatures v0.2.14 |
395 | 2025-02-21T12:50:10.996Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-02-21T12:50:11.190Z | Downloaded ring v0.17.8 |
397 | 2025-02-21T12:50:11.386Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-02-21T12:50:11.386Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-21T12:50:11.389Z | Compiling libc v0.2.169 |
400 | 2025-02-21T12:50:11.389Z | Checking cfg-if v1.0.0 |
401 | 2025-02-21T12:50:11.389Z | Compiling autocfg v1.4.0 |
402 | 2025-02-21T12:50:11.407Z | Compiling serde v1.0.217 |
403 | 2025-02-21T12:50:11.411Z | Compiling version_check v0.9.5 |
404 | 2025-02-21T12:50:11.411Z | Checking memchr v2.7.4 |
405 | 2025-02-21T12:50:11.507Z | Checking itoa v1.0.11 |
406 | 2025-02-21T12:50:11.597Z | Compiling serde_json v1.0.135 |
407 | 2025-02-21T12:50:12.031Z | Compiling thiserror v1.0.69 |
408 | 2025-02-21T12:50:12.080Z | Checking once_cell v1.20.3 |
409 | 2025-02-21T12:50:12.123Z | Compiling shlex v1.3.0 |
410 | 2025-02-21T12:50:12.314Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-21T12:50:12.400Z | Compiling cc v1.1.30 |
412 | 2025-02-21T12:50:12.434Z | Checking smallvec v1.13.2 |
413 | 2025-02-21T12:50:12.463Z | Compiling num-traits v0.2.19 |
414 | 2025-02-21T12:50:12.710Z | Checking getrandom v0.2.15 |
415 | 2025-02-21T12:50:12.822Z | Checking bytes v1.9.0 |
416 | 2025-02-21T12:50:12.839Z | Checking ryu v1.0.18 |
417 | 2025-02-21T12:50:12.939Z | Checking futures-core v0.3.31 |
418 | 2025-02-21T12:50:13.075Z | Compiling lock_api v0.4.12 |
419 | 2025-02-21T12:50:13.088Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-21T12:50:13.132Z | Compiling quote v1.0.38 |
421 | 2025-02-21T12:50:13.144Z | Checking scopeguard v1.2.0 |
422 | 2025-02-21T12:50:13.300Z | Compiling slab v0.4.9 |
423 | 2025-02-21T12:50:13.587Z | Compiling syn v2.0.96 |
424 | 2025-02-21T12:50:13.720Z | Checking futures-sink v0.3.31 |
425 | 2025-02-21T12:50:13.723Z | Compiling schemars v0.8.21 |
426 | 2025-02-21T12:50:13.776Z | Compiling byteorder v1.5.0 |
427 | 2025-02-21T12:50:13.872Z | Checking mio v1.0.2 |
428 | 2025-02-21T12:50:13.932Z | Checking socket2 v0.5.7 |
429 | 2025-02-21T12:50:13.983Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-21T12:50:14.051Z | Checking parking_lot v0.12.3 |
431 | 2025-02-21T12:50:14.185Z | Compiling ahash v0.8.11 |
432 | 2025-02-21T12:50:14.246Z | Checking log v0.4.22 |
433 | 2025-02-21T12:50:14.409Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-21T12:50:14.488Z | Checking futures-channel v0.3.31 |
435 | 2025-02-21T12:50:14.518Z | Checking pin-utils v0.1.0 |
436 | 2025-02-21T12:50:14.531Z | Checking futures-io v0.3.31 |
437 | 2025-02-21T12:50:14.607Z | Checking equivalent v1.0.1 |
438 | 2025-02-21T12:50:14.652Z | Checking fnv v1.0.7 |
439 | 2025-02-21T12:50:14.677Z | Checking futures-task v0.3.31 |
440 | 2025-02-21T12:50:14.694Z | Checking hashbrown v0.15.1 |
441 | 2025-02-21T12:50:14.716Z | Compiling semver v1.0.24 |
442 | 2025-02-21T12:50:14.719Z | Compiling pkg-config v0.3.31 |
443 | 2025-02-21T12:50:14.775Z | Checking http v1.2.0 |
444 | 2025-02-21T12:50:14.845Z | Checking spin v0.9.8 |
445 | 2025-02-21T12:50:14.901Z | Compiling vcpkg v0.2.15 |
446 | 2025-02-21T12:50:15.065Z | Checking rustls-pki-types v1.10.0 |
447 | 2025-02-21T12:50:15.108Z | Compiling ring v0.17.8 |
448 | 2025-02-21T12:50:15.593Z | Compiling heck v0.5.0 |
449 | 2025-02-21T12:50:15.731Z | Checking litemap v0.7.3 |
450 | 2025-02-21T12:50:15.806Z | Checking untrusted v0.9.0 |
451 | 2025-02-21T12:50:15.983Z | Compiling httparse v1.9.5 |
452 | 2025-02-21T12:50:16.018Z | Checking iana-time-zone v0.1.61 |
453 | 2025-02-21T12:50:16.059Z | Checking writeable v0.5.5 |
454 | 2025-02-21T12:50:16.076Z | Checking tracing-core v0.1.32 |
455 | 2025-02-21T12:50:16.174Z | Checking dyn-clone v1.0.18 |
456 | 2025-02-21T12:50:16.311Z | Compiling openssl-sys v0.9.106 |
457 | 2025-02-21T12:50:16.332Z | Compiling ucd-trie v0.1.7 |
458 | 2025-02-21T12:50:16.381Z | Checking atomic-waker v1.1.2 |
459 | 2025-02-21T12:50:16.621Z | Checking http-body v1.0.1 |
460 | 2025-02-21T12:50:16.747Z | Checking tracing v0.1.40 |
461 | 2025-02-21T12:50:16.827Z | Checking subtle v2.6.1 |
462 | 2025-02-21T12:50:16.920Z | Compiling allocator-api2 v0.2.18 |
463 | 2025-02-21T12:50:17.053Z | Checking try-lock v0.2.5 |
464 | 2025-02-21T12:50:17.076Z | Checking icu_locid_transform_data v1.5.0 |
465 | 2025-02-21T12:50:17.129Z | Checking zeroize v1.8.1 |
466 | 2025-02-21T12:50:17.186Z | Checking want v0.3.1 |
467 | 2025-02-21T12:50:17.386Z | Compiling openssl v0.10.71 |
468 | 2025-02-21T12:50:17.399Z | Compiling uuid v1.12.0 |
469 | 2025-02-21T12:50:17.514Z | Checking icu_properties_data v1.5.0 |
470 | 2025-02-21T12:50:17.628Z | Checking httpdate v1.0.3 |
471 | 2025-02-21T12:50:17.747Z | Checking tower-service v0.3.3 |
472 | 2025-02-21T12:50:17.810Z | Checking foreign-types-shared v0.1.1 |
473 | 2025-02-21T12:50:17.921Z | Checking foreign-types v0.3.2 |
474 | 2025-02-21T12:50:17.936Z | Compiling rustls v0.23.19 |
475 | 2025-02-21T12:50:18.012Z | Checking icu_normalizer_data v1.5.0 |
476 | 2025-02-21T12:50:18.043Z | Checking utf16_iter v1.0.5 |
477 | 2025-02-21T12:50:18.109Z | Compiling chrono v0.4.39 |
478 | 2025-02-21T12:50:18.179Z | Checking percent-encoding v2.3.1 |
479 | 2025-02-21T12:50:18.209Z | Compiling native-tls v0.2.12 |
480 | 2025-02-21T12:50:18.232Z | Checking utf8_iter v1.0.4 |
481 | 2025-02-21T12:50:18.294Z | Checking write16 v1.0.0 |
482 | 2025-02-21T12:50:18.419Z | Checking bitflags v2.6.0 |
483 | 2025-02-21T12:50:18.434Z | Compiling slog v2.7.0 |
484 | 2025-02-21T12:50:18.637Z | Checking form_urlencoded v1.2.1 |
485 | 2025-02-21T12:50:18.793Z | Compiling aho-corasick v1.1.3 |
486 | 2025-02-21T12:50:18.834Z | Compiling regex-syntax v0.8.5 |
487 | 2025-02-21T12:50:19.013Z | Checking openssl-probe v0.1.5 |
488 | 2025-02-21T12:50:19.031Z | Compiling typenum v1.17.0 |
489 | 2025-02-21T12:50:19.921Z | Compiling generic-array v0.14.7 |
490 | 2025-02-21T12:50:20.035Z | Checking encoding_rs v0.8.34 |
491 | 2025-02-21T12:50:20.424Z | Checking mime v0.3.17 |
492 | 2025-02-21T12:50:20.751Z | Compiling synstructure v0.13.1 |
493 | 2025-02-21T12:50:21.099Z | Compiling serde_derive_internals v0.29.1 |
494 | 2025-02-21T12:50:21.416Z | Checking rustls-webpki v0.102.8 |
495 | 2025-02-21T12:50:22.402Z | Checking webpki-roots v0.26.6 |
496 | 2025-02-21T12:50:22.601Z | Compiling regex-automata v0.4.8 |
497 | 2025-02-21T12:50:22.632Z | Checking rustls-pemfile v2.2.0 |
498 | 2025-02-21T12:50:22.865Z | Checking sync_wrapper v1.0.1 |
499 | 2025-02-21T12:50:23.099Z | Compiling usdt-impl v0.5.0 |
500 | 2025-02-21T12:50:23.549Z | Compiling num-conv v0.1.0 |
501 | 2025-02-21T12:50:23.702Z | Checking tower-layer v0.3.3 |
502 | 2025-02-21T12:50:23.814Z | Checking base64 v0.22.1 |
503 | 2025-02-21T12:50:23.976Z | Checking powerfmt v0.2.0 |
504 | 2025-02-21T12:50:24.211Z | Compiling time-core v0.1.2 |
505 | 2025-02-21T12:50:24.256Z | Checking deranged v0.3.11 |
506 | 2025-02-21T12:50:24.324Z | Compiling thread-id v4.2.2 |
507 | 2025-02-21T12:50:24.406Z | Compiling time-macros v0.2.18 |
508 | 2025-02-21T12:50:24.944Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-21T12:50:24.948Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-21T12:50:25.590Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-21T12:50:25.602Z | Compiling schemars_derive v0.8.21 |
512 | 2025-02-21T12:50:26.694Z | Compiling zerocopy v0.7.35 |
513 | 2025-02-21T12:50:26.833Z | Compiling tokio-macros v2.5.0 |
514 | 2025-02-21T12:50:26.860Z | Compiling zerofrom-derive v0.1.4 |
515 | 2025-02-21T12:50:28.066Z | Compiling yoke-derive v0.7.4 |
516 | 2025-02-21T12:50:28.242Z | Checking tokio v1.43.0 |
517 | 2025-02-21T12:50:28.355Z | Compiling futures-macro v0.3.31 |
518 | 2025-02-21T12:50:28.439Z | Compiling zerovec-derive v0.10.3 |
519 | 2025-02-21T12:50:28.482Z | Compiling displaydoc v0.2.5 |
520 | 2025-02-21T12:50:29.333Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-02-21T12:50:29.886Z | Checking zerofrom v0.1.4 |
522 | 2025-02-21T12:50:29.994Z | Compiling pest v2.7.14 |
523 | 2025-02-21T12:50:30.157Z | Checking futures-util v0.3.31 |
524 | 2025-02-21T12:50:30.416Z | Compiling openssl-macros v0.1.1 |
525 | 2025-02-21T12:50:30.442Z | Checking yoke v0.7.4 |
526 | 2025-02-21T12:50:30.663Z | Compiling hashbrown v0.14.5 |
527 | 2025-02-21T12:50:30.801Z | Checking zerovec v0.10.4 |
528 | 2025-02-21T12:50:32.155Z | Compiling regress v0.10.1 |
529 | 2025-02-21T12:50:32.377Z | Checking tinystr v0.7.6 |
530 | 2025-02-21T12:50:32.737Z | Checking icu_locid v1.5.0 |
531 | 2025-02-21T12:50:32.943Z | Compiling pest_meta v2.7.14 |
532 | 2025-02-21T12:50:33.720Z | Checking icu_provider v1.5.0 |
533 | 2025-02-21T12:50:34.313Z | Checking icu_locid_transform v1.5.0 |
534 | 2025-02-21T12:50:34.800Z | Checking icu_collections v1.5.0 |
535 | 2025-02-21T12:50:35.103Z | Checking tokio-util v0.7.12 |
536 | 2025-02-21T12:50:35.368Z | Compiling pest_generator v2.7.14 |
537 | 2025-02-21T12:50:35.451Z | Checking icu_properties v1.5.1 |
538 | 2025-02-21T12:50:35.888Z | Checking http-body-util v0.1.2 |
539 | 2025-02-21T12:50:36.330Z | Checking indexmap v2.7.1 |
540 | 2025-02-21T12:50:37.074Z | Compiling serde_tokenstream v0.2.2 |
541 | 2025-02-21T12:50:37.180Z | Compiling pest_derive v2.7.14 |
542 | 2025-02-21T12:50:37.501Z | Checking h2 v0.4.6 |
543 | 2025-02-21T12:50:37.614Z | Checking tokio-native-tls v0.3.1 |
544 | 2025-02-21T12:50:37.859Z | Checking serde_urlencoded v0.7.1 |
545 | 2025-02-21T12:50:38.070Z | Checking tokio-rustls v0.26.0 |
546 | 2025-02-21T12:50:38.134Z | Compiling regex v1.11.1 |
547 | 2025-02-21T12:50:38.247Z | Compiling scroll_derive v0.12.0 |
548 | 2025-02-21T12:50:38.426Z | Compiling dtrace-parser v0.2.0 |
549 | 2025-02-21T12:50:38.962Z | Checking icu_normalizer v1.5.0 |
550 | 2025-02-21T12:50:39.053Z | Compiling dof v0.3.0 |
551 | 2025-02-21T12:50:39.261Z | Checking tower v0.5.2 |
552 | 2025-02-21T12:50:39.561Z | Checking scroll v0.12.0 |
553 | 2025-02-21T12:50:39.725Z | Checking idna_adapter v1.2.0 |
554 | 2025-02-21T12:50:39.923Z | Checking idna v1.0.3 |
555 | 2025-02-21T12:50:40.040Z | Compiling crossbeam-utils v0.8.20 |
556 | 2025-02-21T12:50:40.231Z | Compiling ident_case v1.0.1 |
557 | 2025-02-21T12:50:40.396Z | Checking url v2.5.3 |
558 | 2025-02-21T12:50:40.645Z | Compiling strsim v0.11.1 |
559 | 2025-02-21T12:50:40.678Z | Checking ipnet v2.10.1 |
560 | 2025-02-21T12:50:41.153Z | Compiling typify-impl v0.2.0 |
561 | 2025-02-21T12:50:41.215Z | Checking plain v0.2.3 |
562 | 2025-02-21T12:50:41.237Z | Compiling paste v1.0.15 |
563 | 2025-02-21T12:50:41.269Z | Checking num_threads v0.1.7 |
564 | 2025-02-21T12:50:41.386Z | Checking goblin v0.8.2 |
565 | 2025-02-21T12:50:41.567Z | Checking time v0.3.36 |
566 | 2025-02-21T12:50:41.699Z | Compiling darling_core v0.20.10 |
567 | 2025-02-21T12:50:41.702Z | Checking hyper v1.5.2 |
568 | 2025-02-21T12:50:43.724Z | Checking hyper-util v0.1.10 |
569 | 2025-02-21T12:50:43.874Z | Compiling openapiv3 v2.0.0 |
570 | 2025-02-21T12:50:45.445Z | Checking hyper-rustls v0.27.3 |
571 | 2025-02-21T12:50:45.788Z | Checking hyper-tls v0.6.0 |
572 | 2025-02-21T12:50:45.865Z | Checking dirs-sys-next v0.1.2 |
573 | 2025-02-21T12:50:46.053Z | Checking reqwest v0.12.12 |
574 | 2025-02-21T12:50:46.066Z | Compiling omicron-workspace-hack v0.1.0 |
575 | 2025-02-21T12:50:46.406Z | Compiling unsafe-libyaml v0.2.11 |
576 | 2025-02-21T12:50:46.433Z | Compiling newtype-uuid v1.2.1 |
577 | 2025-02-21T12:50:46.445Z | Compiling rustversion v1.0.17 |
578 | 2025-02-21T12:50:46.770Z | Checking pretty-hex v0.4.1 |
579 | 2025-02-21T12:50:46.784Z | Compiling rustls v0.22.4 |
580 | 2025-02-21T12:50:47.186Z | Compiling darling_macro v0.20.10 |
581 | 2025-02-21T12:50:47.371Z | Checking dirs-next v2.0.0 |
582 | 2025-02-21T12:50:47.668Z | Compiling serde_yaml v0.9.34+deprecated |
583 | 2025-02-21T12:50:47.992Z | Checking ipnetwork v0.21.1 |
584 | 2025-02-21T12:50:48.041Z | Checking serde_spanned v0.6.8 |
585 | 2025-02-21T12:50:48.146Z | Checking toml_datetime v0.6.8 |
586 | 2025-02-21T12:50:48.250Z | Checking ppv-lite86 v0.2.20 |
587 | 2025-02-21T12:50:48.277Z | Checking crypto-common v0.1.6 |
588 | 2025-02-21T12:50:48.340Z | Checking block-buffer v0.10.4 |
589 | 2025-02-21T12:50:48.442Z | Compiling structmeta-derive v0.3.0 |
590 | 2025-02-21T12:50:48.456Z | Checking rand_core v0.6.4 |
591 | 2025-02-21T12:50:48.543Z | Checking thread_local v1.1.8 |
592 | 2025-02-21T12:50:48.564Z | Compiling multer v3.1.0 |
593 | 2025-02-21T12:50:48.610Z | Compiling camino v1.1.9 |
594 | 2025-02-21T12:50:48.754Z | Compiling anyhow v1.0.96 |
595 | 2025-02-21T12:50:48.831Z | Compiling slog-async v2.8.0 |
596 | 2025-02-21T12:50:48.948Z | Checking match_cfg v0.1.0 |
597 | 2025-02-21T12:50:48.965Z | Compiling thiserror v2.0.11 |
598 | 2025-02-21T12:50:49.038Z | Checking winnow v0.6.20 |
599 | 2025-02-21T12:50:49.264Z | Checking hostname v0.3.1 |
600 | 2025-02-21T12:50:49.399Z | Checking rand_chacha v0.3.1 |
601 | 2025-02-21T12:50:49.744Z | Checking digest v0.10.7 |
602 | 2025-02-21T12:50:49.761Z | Checking oxnet v0.1.0 |
603 | 2025-02-21T12:50:49.908Z | Checking crossbeam-channel v0.5.13 |
604 | 2025-02-21T12:50:50.037Z | Compiling darling v0.20.10 |
605 | 2025-02-21T12:50:50.058Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-21T12:50:50.119Z | Checking term v0.7.0 |
607 | 2025-02-21T12:50:50.555Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2025-02-21T12:50:50.625Z | Compiling usdt-macro v0.5.0 |
609 | 2025-02-21T12:50:50.835Z | Checking slog-json v2.6.1 |
610 | 2025-02-21T12:50:50.886Z | Compiling structmeta v0.3.0 |
611 | 2025-02-21T12:50:51.083Z | Checking futures-executor v0.3.31 |
612 | 2025-02-21T12:50:51.273Z | Compiling thiserror-impl v2.0.11 |
613 | 2025-02-21T12:50:51.312Z | Compiling daft-derive v0.1.1 |
614 | 2025-02-21T12:50:51.538Z | Compiling async-stream-impl v0.3.6 |
615 | 2025-02-21T12:50:51.873Z | Checking toml_edit v0.22.22 |
616 | 2025-02-21T12:50:51.877Z | Checking is-terminal v0.4.13 |
617 | 2025-02-21T12:50:51.943Z | Checking memmap v0.7.0 |
618 | 2025-02-21T12:50:52.005Z | Compiling dropshot v0.15.1 |
619 | 2025-02-21T12:50:52.138Z | Checking take_mut v0.2.2 |
620 | 2025-02-21T12:50:52.287Z | Checking cpufeatures v0.2.14 |
621 | 2025-02-21T12:50:52.382Z | Checking sha1 v0.10.6 |
622 | 2025-02-21T12:50:52.478Z | Compiling typify-macro v0.2.0 |
623 | 2025-02-21T12:50:52.665Z | Checking usdt v0.5.0 |
624 | 2025-02-21T12:50:52.737Z | Checking slog-term v2.9.1 |
625 | 2025-02-21T12:50:52.793Z | Checking async-stream v0.3.6 |
626 | 2025-02-21T12:50:52.796Z | Checking daft v0.1.1 |
627 | 2025-02-21T12:50:52.912Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-21T12:50:53.008Z | Checking futures v0.3.31 |
629 | 2025-02-21T12:50:53.118Z | Compiling parse-display-derive v0.10.0 |
630 | 2025-02-21T12:50:53.204Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-21T12:50:53.237Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-21T12:50:53.372Z | Checking rand v0.8.5 |
633 | 2025-02-21T12:50:53.782Z | Checking tokio-rustls v0.25.0 |
634 | 2025-02-21T12:50:54.584Z | Checking toml v0.8.19 |
635 | 2025-02-21T12:50:54.636Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-21T12:50:54.651Z | Checking hex v0.4.3 |
637 | 2025-02-21T12:50:55.015Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-02-21T12:50:55.158Z | Compiling async-trait v0.1.86 |
639 | 2025-02-21T12:50:55.298Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-21T12:50:55.678Z | Checking waitgroup v0.1.2 |
641 | 2025-02-21T12:50:55.724Z | Checking hostname v0.4.0 |
642 | 2025-02-21T12:50:55.787Z | Checking instant v0.1.13 |
643 | 2025-02-21T12:50:55.793Z | Checking debug-ignore v1.0.5 |
644 | 2025-02-21T12:50:55.808Z | Compiling typify v0.2.0 |
645 | 2025-02-21T12:50:55.945Z | Compiling progenitor-impl v0.8.0 |
646 | 2025-02-21T12:50:55.960Z | Checking backoff v0.4.0 |
647 | 2025-02-21T12:50:56.116Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-02-21T12:50:56.236Z | Checking serde_with v3.11.0 |
649 | 2025-02-21T12:50:56.279Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-21T12:50:56.412Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2025-02-21T12:50:56.635Z | Checking parse-display v0.10.0 |
652 | 2025-02-21T12:50:56.865Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-21T12:50:57.049Z | Checking strum v0.26.3 |
654 | 2025-02-21T12:50:57.227Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-21T12:50:57.294Z | Checking macaddr v1.0.1 |
656 | 2025-02-21T12:50:57.319Z | Checking regress v0.9.1 |
657 | 2025-02-21T12:50:59.015Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-21T12:51:02.558Z | Checking progenitor v0.8.0 |
659 | 2025-02-21T12:51:02.679Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-21T12:51:05.538Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-21T12:51:13.261Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-21T12:51:13.328Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
663 | 2025-02-21T12:51:13.460Z | + cargo build --release |
664 | 2025-02-21T12:51:13.722Z | Compiling proc-macro2 v1.0.92 |
665 | 2025-02-21T12:51:13.722Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-21T12:51:13.722Z | Compiling libc v0.2.169 |
667 | 2025-02-21T12:51:13.725Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-21T12:51:13.725Z | Compiling autocfg v1.4.0 |
669 | 2025-02-21T12:51:13.725Z | Compiling serde v1.0.217 |
670 | 2025-02-21T12:51:13.725Z | Compiling version_check v0.9.5 |
671 | 2025-02-21T12:51:13.769Z | Compiling memchr v2.7.4 |
672 | 2025-02-21T12:51:13.844Z | Compiling serde_json v1.0.135 |
673 | 2025-02-21T12:51:13.928Z | Compiling itoa v1.0.11 |
674 | 2025-02-21T12:51:14.222Z | Compiling thiserror v1.0.69 |
675 | 2025-02-21T12:51:14.323Z | Compiling once_cell v1.20.3 |
676 | 2025-02-21T12:51:14.351Z | Compiling shlex v1.3.0 |
677 | 2025-02-21T12:51:14.672Z | Compiling cc v1.1.30 |
678 | 2025-02-21T12:51:14.736Z | Compiling pin-project-lite v0.2.14 |
679 | 2025-02-21T12:51:14.781Z | Compiling num-traits v0.2.19 |
680 | 2025-02-21T12:51:14.866Z | Compiling smallvec v1.13.2 |
681 | 2025-02-21T12:51:15.153Z | Compiling getrandom v0.2.15 |
682 | 2025-02-21T12:51:15.178Z | Compiling ryu v1.0.18 |
683 | 2025-02-21T12:51:15.322Z | Compiling bytes v1.9.0 |
684 | 2025-02-21T12:51:15.443Z | Compiling quote v1.0.38 |
685 | 2025-02-21T12:51:15.519Z | Compiling futures-core v0.3.31 |
686 | 2025-02-21T12:51:15.742Z | Compiling lock_api v0.4.12 |
687 | 2025-02-21T12:51:15.770Z | Compiling parking_lot_core v0.9.10 |
688 | 2025-02-21T12:51:15.801Z | Compiling syn v2.0.96 |
689 | 2025-02-21T12:51:15.905Z | Compiling scopeguard v1.2.0 |
690 | 2025-02-21T12:51:16.053Z | Compiling schemars v0.8.21 |
691 | 2025-02-21T12:51:16.224Z | Compiling slab v0.4.9 |
692 | 2025-02-21T12:51:16.440Z | Compiling ahash v0.8.11 |
693 | 2025-02-21T12:51:16.456Z | Compiling futures-sink v0.3.31 |
694 | 2025-02-21T12:51:16.629Z | Compiling byteorder v1.5.0 |
695 | 2025-02-21T12:51:16.812Z | Compiling parking_lot v0.12.3 |
696 | 2025-02-21T12:51:16.856Z | Compiling mio v1.0.2 |
697 | 2025-02-21T12:51:16.893Z | Compiling signal-hook-registry v1.4.2 |
698 | 2025-02-21T12:51:17.015Z | Compiling socket2 v0.5.7 |
699 | 2025-02-21T12:51:17.112Z | Compiling log v0.4.22 |
700 | 2025-02-21T12:51:17.546Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-21T12:51:17.557Z | Compiling ring v0.17.8 |
702 | 2025-02-21T12:51:17.577Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-21T12:51:17.654Z | Compiling semver v1.0.24 |
704 | 2025-02-21T12:51:18.037Z | Compiling futures-task v0.3.31 |
705 | 2025-02-21T12:51:18.176Z | Compiling hashbrown v0.15.1 |
706 | 2025-02-21T12:51:18.352Z | Compiling equivalent v1.0.1 |
707 | 2025-02-21T12:51:18.441Z | Compiling fnv v1.0.7 |
708 | 2025-02-21T12:51:18.472Z | Compiling futures-io v0.3.31 |
709 | 2025-02-21T12:51:18.511Z | Compiling pin-utils v0.1.0 |
710 | 2025-02-21T12:51:18.578Z | Compiling http v1.2.0 |
711 | 2025-02-21T12:51:18.797Z | Compiling rustls-pki-types v1.10.0 |
712 | 2025-02-21T12:51:18.805Z | Compiling vcpkg v0.2.15 |
713 | 2025-02-21T12:51:18.829Z | Compiling spin v0.9.8 |
714 | 2025-02-21T12:51:18.869Z | Compiling pkg-config v0.3.31 |
715 | 2025-02-21T12:51:19.557Z | Compiling iana-time-zone v0.1.61 |
716 | 2025-02-21T12:51:19.899Z | Compiling httparse v1.9.5 |
717 | 2025-02-21T12:51:20.171Z | Compiling openssl-sys v0.9.106 |
718 | 2025-02-21T12:51:20.315Z | Compiling litemap v0.7.3 |
719 | 2025-02-21T12:51:20.576Z | Compiling untrusted v0.9.0 |
720 | 2025-02-21T12:51:20.581Z | Compiling heck v0.5.0 |
721 | 2025-02-21T12:51:20.761Z | Compiling writeable v0.5.5 |
722 | 2025-02-21T12:51:21.067Z | Compiling tracing-core v0.1.32 |
723 | 2025-02-21T12:51:21.236Z | Compiling ucd-trie v0.1.7 |
724 | 2025-02-21T12:51:21.261Z | Compiling dyn-clone v1.0.18 |
725 | 2025-02-21T12:51:21.293Z | Compiling atomic-waker v1.1.2 |
726 | 2025-02-21T12:51:21.681Z | Compiling http-body v1.0.1 |
727 | 2025-02-21T12:51:21.870Z | Compiling tracing v0.1.40 |
728 | 2025-02-21T12:51:22.285Z | Compiling allocator-api2 v0.2.18 |
729 | 2025-02-21T12:51:22.499Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2025-02-21T12:51:22.585Z | Compiling try-lock v0.2.5 |
731 | 2025-02-21T12:51:22.670Z | Compiling zeroize v1.8.1 |
732 | 2025-02-21T12:51:22.746Z | Compiling subtle v2.6.1 |
733 | 2025-02-21T12:51:23.003Z | Compiling want v0.3.1 |
734 | 2025-02-21T12:51:23.040Z | Compiling chrono v0.4.39 |
735 | 2025-02-21T12:51:23.307Z | Compiling synstructure v0.13.1 |
736 | 2025-02-21T12:51:23.468Z | Compiling serde_derive_internals v0.29.1 |
737 | 2025-02-21T12:51:23.468Z | Compiling openssl v0.10.71 |
738 | 2025-02-21T12:51:23.468Z | Compiling httpdate v1.0.3 |
739 | 2025-02-21T12:51:23.865Z | Compiling icu_properties_data v1.5.0 |
740 | 2025-02-21T12:51:24.120Z | Compiling uuid v1.12.0 |
741 | 2025-02-21T12:51:24.214Z | Compiling tower-service v0.3.3 |
742 | 2025-02-21T12:51:24.266Z | Compiling foreign-types-shared v0.1.1 |
743 | 2025-02-21T12:51:24.326Z | Compiling foreign-types v0.3.2 |
744 | 2025-02-21T12:51:24.669Z | Compiling bitflags v2.6.0 |
745 | 2025-02-21T12:51:24.774Z | Compiling rustls v0.23.19 |
746 | 2025-02-21T12:51:25.148Z | Compiling native-tls v0.2.12 |
747 | 2025-02-21T12:51:25.155Z | Compiling percent-encoding v2.3.1 |
748 | 2025-02-21T12:51:25.332Z | Compiling utf8_iter v1.0.4 |
749 | 2025-02-21T12:51:25.552Z | Compiling slog v2.7.0 |
750 | 2025-02-21T12:51:25.589Z | Compiling icu_normalizer_data v1.5.0 |
751 | 2025-02-21T12:51:25.692Z | Compiling utf16_iter v1.0.5 |
752 | 2025-02-21T12:51:25.728Z | Compiling write16 v1.0.0 |
753 | 2025-02-21T12:51:25.890Z | Compiling form_urlencoded v1.2.1 |
754 | 2025-02-21T12:51:25.985Z | Compiling aho-corasick v1.1.3 |
755 | 2025-02-21T12:51:26.405Z | Compiling regex-syntax v0.8.5 |
756 | 2025-02-21T12:51:26.455Z | Compiling openssl-probe v0.1.5 |
757 | 2025-02-21T12:51:26.976Z | Compiling typenum v1.17.0 |
758 | 2025-02-21T12:51:27.153Z | Compiling serde_derive v1.0.217 |
759 | 2025-02-21T12:51:27.915Z | Compiling zerocopy-derive v0.7.35 |
760 | 2025-02-21T12:51:27.945Z | Compiling thiserror-impl v1.0.69 |
761 | 2025-02-21T12:51:28.319Z | Compiling schemars_derive v0.8.21 |
762 | 2025-02-21T12:51:28.638Z | Compiling zerofrom-derive v0.1.4 |
763 | 2025-02-21T12:51:29.747Z | Compiling tokio-macros v2.5.0 |
764 | 2025-02-21T12:51:29.779Z | Compiling zerocopy v0.7.35 |
765 | 2025-02-21T12:51:31.088Z | Compiling yoke-derive v0.7.4 |
766 | 2025-02-21T12:51:31.122Z | Compiling futures-macro v0.3.31 |
767 | 2025-02-21T12:51:31.197Z | Compiling tokio v1.43.0 |
768 | 2025-02-21T12:51:31.746Z | Compiling zerofrom v0.1.4 |
769 | 2025-02-21T12:51:31.787Z | Compiling zerovec-derive v0.10.3 |
770 | 2025-02-21T12:51:31.983Z | Compiling displaydoc v0.2.5 |
771 | 2025-02-21T12:51:32.983Z | Compiling futures-util v0.3.31 |
772 | 2025-02-21T12:51:33.443Z | Compiling yoke v0.7.4 |
773 | 2025-02-21T12:51:33.514Z | Compiling icu_provider_macros v1.5.0 |
774 | 2025-02-21T12:51:34.268Z | Compiling zerovec v0.10.4 |
775 | 2025-02-21T12:51:34.683Z | Compiling rustls-webpki v0.102.8 |
776 | 2025-02-21T12:51:37.214Z | Compiling tinystr v0.7.6 |
777 | 2025-02-21T12:51:37.625Z | Compiling icu_locid v1.5.0 |
778 | 2025-02-21T12:51:39.281Z | Compiling icu_provider v1.5.0 |
779 | 2025-02-21T12:51:39.396Z | Compiling pest v2.7.14 |
780 | 2025-02-21T12:51:40.146Z | Compiling indexmap v2.7.1 |
781 | 2025-02-21T12:51:41.571Z | Compiling serde_tokenstream v0.2.2 |
782 | 2025-02-21T12:51:42.444Z | Compiling tokio-util v0.7.12 |
783 | 2025-02-21T12:51:43.220Z | Compiling pest_meta v2.7.14 |
784 | 2025-02-21T12:51:43.252Z | Compiling icu_locid_transform v1.5.0 |
785 | 2025-02-21T12:51:44.634Z | Compiling h2 v0.4.6 |
786 | 2025-02-21T12:51:45.768Z | Compiling icu_collections v1.5.0 |
787 | 2025-02-21T12:51:46.846Z | Compiling hashbrown v0.14.5 |
788 | 2025-02-21T12:51:48.095Z | Compiling regress v0.10.1 |
789 | 2025-02-21T12:51:48.544Z | Compiling icu_properties v1.5.1 |
790 | 2025-02-21T12:51:49.239Z | Compiling pest_generator v2.7.14 |
791 | 2025-02-21T12:51:50.793Z | Compiling hyper v1.5.2 |
792 | 2025-02-21T12:51:52.712Z | Compiling openssl-macros v0.1.1 |
793 | 2025-02-21T12:51:53.963Z | Compiling hyper-util v0.1.10 |
794 | 2025-02-21T12:51:54.847Z | Compiling typify-impl v0.2.0 |
795 | 2025-02-21T12:51:57.687Z | Compiling icu_normalizer v1.5.0 |
796 | 2025-02-21T12:51:58.804Z | Compiling pest_derive v2.7.14 |
797 | 2025-02-21T12:52:02.060Z | Compiling idna_adapter v1.2.0 |
798 | 2025-02-21T12:52:02.243Z | Compiling http-body-util v0.1.2 |
799 | 2025-02-21T12:52:02.287Z | Compiling regex-automata v0.4.8 |
800 | 2025-02-21T12:52:02.877Z | Compiling generic-array v0.14.7 |
801 | 2025-02-21T12:52:02.909Z | Compiling encoding_rs v0.8.34 |
802 | 2025-02-21T12:52:03.357Z | Compiling mime v0.3.17 |
803 | 2025-02-21T12:52:05.016Z | Compiling typify-macro v0.2.0 |
804 | 2025-02-21T12:52:06.642Z | Compiling regex v1.11.1 |
805 | 2025-02-21T12:52:07.011Z | Compiling idna v1.0.3 |
806 | 2025-02-21T12:52:07.530Z | Compiling tokio-rustls v0.26.0 |
807 | 2025-02-21T12:52:07.604Z | Compiling tokio-native-tls v0.3.1 |
808 | 2025-02-21T12:52:07.904Z | Compiling serde_urlencoded v0.7.1 |
809 | 2025-02-21T12:52:07.986Z | Compiling scroll_derive v0.12.0 |
810 | 2025-02-21T12:52:08.462Z | Compiling webpki-roots v0.26.6 |
811 | 2025-02-21T12:52:08.505Z | Compiling rustls-pemfile v2.2.0 |
812 | 2025-02-21T12:52:08.678Z | Compiling sync_wrapper v1.0.1 |
813 | 2025-02-21T12:52:08.987Z | Compiling usdt-impl v0.5.0 |
814 | 2025-02-21T12:52:09.173Z | Compiling base64 v0.22.1 |
815 | 2025-02-21T12:52:09.388Z | Compiling num-conv v0.1.0 |
816 | 2025-02-21T12:52:09.447Z | Compiling time-core v0.1.2 |
817 | 2025-02-21T12:52:09.642Z | Compiling tower-layer v0.3.3 |
818 | 2025-02-21T12:52:10.040Z | Compiling powerfmt v0.2.0 |
819 | 2025-02-21T12:52:10.323Z | Compiling deranged v0.3.11 |
820 | 2025-02-21T12:52:10.515Z | Compiling tower v0.5.2 |
821 | 2025-02-21T12:52:11.395Z | Compiling time-macros v0.2.18 |
822 | 2025-02-21T12:52:12.102Z | Compiling scroll v0.12.0 |
823 | 2025-02-21T12:52:12.703Z | Compiling hyper-rustls v0.27.3 |
824 | 2025-02-21T12:52:12.711Z | Compiling hyper-tls v0.6.0 |
825 | 2025-02-21T12:52:13.222Z | Compiling url v2.5.3 |
826 | 2025-02-21T12:52:14.225Z | Compiling thread-id v4.2.2 |
827 | 2025-02-21T12:52:15.555Z | Compiling dtrace-parser v0.2.0 |
828 | 2025-02-21T12:52:17.102Z | Compiling dof v0.3.0 |
829 | 2025-02-21T12:52:18.155Z | Compiling num_threads v0.1.7 |
830 | 2025-02-21T12:52:18.286Z | Compiling ipnet v2.10.1 |
831 | 2025-02-21T12:52:19.282Z | Compiling strsim v0.11.1 |
832 | 2025-02-21T12:52:22.314Z | Compiling ident_case v1.0.1 |
833 | 2025-02-21T12:52:22.499Z | Compiling omicron-workspace-hack v0.1.0 |
834 | 2025-02-21T12:52:22.576Z | Compiling paste v1.0.15 |
835 | 2025-02-21T12:52:22.850Z | Compiling crossbeam-utils v0.8.20 |
836 | 2025-02-21T12:52:23.100Z | Compiling plain v0.2.3 |
837 | 2025-02-21T12:52:23.250Z | Compiling goblin v0.8.2 |
838 | 2025-02-21T12:52:23.270Z | Compiling time v0.3.36 |
839 | 2025-02-21T12:52:23.332Z | Compiling darling_core v0.20.10 |
840 | 2025-02-21T12:52:29.407Z | Compiling reqwest v0.12.12 |
841 | 2025-02-21T12:52:30.818Z | Compiling typify v0.2.0 |
842 | 2025-02-21T12:52:30.944Z | Compiling openapiv3 v2.0.0 |
843 | 2025-02-21T12:52:32.436Z | Compiling dirs-sys-next v0.1.2 |
844 | 2025-02-21T12:52:34.025Z | Compiling pretty-hex v0.4.1 |
845 | 2025-02-21T12:52:34.291Z | Compiling rustls v0.22.4 |
846 | 2025-02-21T12:52:34.663Z | Compiling newtype-uuid v1.2.1 |
847 | 2025-02-21T12:52:35.003Z | Compiling unsafe-libyaml v0.2.11 |
848 | 2025-02-21T12:52:35.032Z | Compiling rustversion v1.0.17 |
849 | 2025-02-21T12:52:35.799Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-21T12:52:36.638Z | Compiling serde_yaml v0.9.34+deprecated |
851 | 2025-02-21T12:52:40.276Z | Compiling dirs-next v2.0.0 |
852 | 2025-02-21T12:52:40.554Z | Compiling darling_macro v0.20.10 |
853 | 2025-02-21T12:52:43.538Z | Compiling block-buffer v0.10.4 |
854 | 2025-02-21T12:52:43.782Z | Compiling crypto-common v0.1.6 |
855 | 2025-02-21T12:52:43.791Z | Compiling ipnetwork v0.21.1 |
856 | 2025-02-21T12:52:44.014Z | Compiling toml_datetime v0.6.8 |
857 | 2025-02-21T12:52:44.575Z | Compiling serde_spanned v0.6.8 |
858 | 2025-02-21T12:52:44.664Z | Compiling ppv-lite86 v0.2.20 |
859 | 2025-02-21T12:52:44.836Z | Compiling structmeta-derive v0.3.0 |
860 | 2025-02-21T12:52:45.534Z | Compiling rand_core v0.6.4 |
861 | 2025-02-21T12:52:46.144Z | Compiling thread_local v1.1.8 |
862 | 2025-02-21T12:52:46.304Z | Compiling multer v3.1.0 |
863 | 2025-02-21T12:52:46.802Z | Compiling camino v1.1.9 |
864 | 2025-02-21T12:52:46.894Z | Compiling match_cfg v0.1.0 |
865 | 2025-02-21T12:52:46.997Z | Compiling winnow v0.6.20 |
866 | 2025-02-21T12:52:47.295Z | Compiling slog-async v2.8.0 |
867 | 2025-02-21T12:52:47.401Z | Compiling anyhow v1.0.96 |
868 | 2025-02-21T12:52:47.826Z | Compiling thiserror v2.0.11 |
869 | 2025-02-21T12:52:48.025Z | Compiling structmeta v0.3.0 |
870 | 2025-02-21T12:52:48.128Z | Compiling hostname v0.3.1 |
871 | 2025-02-21T12:52:48.379Z | Compiling rand_chacha v0.3.1 |
872 | 2025-02-21T12:52:48.412Z | Compiling oxnet v0.1.0 |
873 | 2025-02-21T12:52:48.485Z | Compiling digest v0.10.7 |
874 | 2025-02-21T12:52:48.773Z | Compiling crossbeam-channel v0.5.13 |
875 | 2025-02-21T12:52:48.851Z | Compiling darling v0.20.10 |
876 | 2025-02-21T12:52:48.958Z | Compiling progenitor-macro v0.8.0 |
877 | 2025-02-21T12:52:50.127Z | Compiling term v0.7.0 |
878 | 2025-02-21T12:52:51.378Z | Compiling toml_edit v0.22.22 |
879 | 2025-02-21T12:52:56.426Z | Compiling progenitor-client v0.8.0 |
880 | 2025-02-21T12:52:57.377Z | Compiling usdt-macro v0.5.0 |
881 | 2025-02-21T12:52:58.708Z | Compiling usdt-attr-macro v0.5.0 |
882 | 2025-02-21T12:52:59.442Z | Compiling slog-json v2.6.1 |
883 | 2025-02-21T12:52:59.824Z | Compiling futures-executor v0.3.31 |
884 | 2025-02-21T12:52:59.909Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-21T12:53:00.128Z | Compiling thiserror-impl v2.0.11 |
886 | 2025-02-21T12:53:00.924Z | Compiling daft-derive v0.1.1 |
887 | 2025-02-21T12:53:01.207Z | Compiling memmap v0.7.0 |
888 | 2025-02-21T12:53:01.635Z | Compiling is-terminal v0.4.13 |
889 | 2025-02-21T12:53:01.772Z | Compiling dropshot v0.15.1 |
890 | 2025-02-21T12:53:02.153Z | Compiling take_mut v0.2.2 |
891 | 2025-02-21T12:53:02.328Z | Compiling cpufeatures v0.2.14 |
892 | 2025-02-21T12:53:02.427Z | Compiling sha1 v0.10.6 |
893 | 2025-02-21T12:53:02.475Z | Compiling daft v0.1.1 |
894 | 2025-02-21T12:53:03.254Z | Compiling slog-term v2.9.1 |
895 | 2025-02-21T12:53:03.283Z | Compiling usdt v0.5.0 |
896 | 2025-02-21T12:53:04.766Z | Compiling async-stream v0.3.6 |
897 | 2025-02-21T12:53:05.130Z | Compiling futures v0.3.31 |
898 | 2025-02-21T12:53:05.350Z | Compiling progenitor v0.8.0 |
899 | 2025-02-21T12:53:05.544Z | Compiling slog-bunyan v2.5.0 |
900 | 2025-02-21T12:53:05.830Z | Compiling tokio-rustls v0.25.0 |
901 | 2025-02-21T12:53:06.109Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-21T12:53:06.222Z | Compiling toml v0.8.19 |
903 | 2025-02-21T12:53:06.275Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-21T12:53:08.845Z | Compiling rand v0.8.5 |
905 | 2025-02-21T12:53:10.851Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-21T12:53:13.779Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-21T12:53:14.419Z | Compiling hex v0.4.3 |
908 | 2025-02-21T12:53:14.813Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-21T12:53:14.876Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
910 | 2025-02-21T12:53:15.069Z | Compiling async-trait v0.1.86 |
911 | 2025-02-21T12:53:15.762Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-21T12:53:15.794Z | Compiling hostname v0.4.0 |
913 | 2025-02-21T12:53:15.826Z | Compiling instant v0.1.13 |
914 | 2025-02-21T12:53:16.001Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-21T12:53:16.028Z | Compiling backoff v0.4.0 |
916 | 2025-02-21T12:53:16.072Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-21T12:53:16.170Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
918 | 2025-02-21T12:53:16.295Z | Compiling parse-display v0.10.0 |
919 | 2025-02-21T12:53:16.394Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
920 | 2025-02-21T12:53:16.473Z | Compiling strum v0.26.3 |
921 | 2025-02-21T12:53:16.673Z | Compiling serde_with v3.11.0 |
922 | 2025-02-21T12:53:17.344Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-21T12:53:18.180Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-21T12:53:18.432Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-21T12:53:18.985Z | Compiling regress v0.9.1 |
926 | 2025-02-21T12:53:19.474Z | Compiling macaddr v1.0.1 |
927 | 2025-02-21T12:53:27.594Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-21T12:53:38.365Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-21T12:53:48.523Z | Finished `release` profile [optimized] target(s) in 2m 34s |
930 | 2025-02-21T12:53:48.594Z | process exited: duration 222965 ms, exit code 0 |
|
931 | 2025-02-21T12:53:48.601Z | found 0 output files |