|
|
|
1 | 2025-02-25T01:32:42.175Z | job assigned to worker 01JMXBPKRMXHX73K91K0XGS726 [factory aws, i-038bb6654e88e110b] (queued for 51 m 0 s) |
|
2 | 2025-02-25T01:32:50.560Z | starting task 0: "setup" |
3 | 2025-02-25T01:32:50.567Z | ++ uname -s |
4 | 2025-02-25T01:32:50.570Z | + kern=SunOS |
5 | 2025-02-25T01:32:50.570Z | + build_user=build |
6 | 2025-02-25T01:32:50.570Z | + build_uid=12345 |
7 | 2025-02-25T01:32:50.570Z | + work_dir=/work |
8 | 2025-02-25T01:32:50.570Z | + input_dir=/input |
9 | 2025-02-25T01:32:50.570Z | + [[ 0 == 12345 ]] |
10 | 2025-02-25T01:32:50.570Z | + case "$kern" in |
11 | 2025-02-25T01:32:50.570Z | + groupadd -g 12345 build |
12 | 2025-02-25T01:32:50.572Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-25T01:32:52.581Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-25T01:32:52.722Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-25T01:32:52.725Z | + home_fs=zfs |
16 | 2025-02-25T01:32:52.725Z | + [[ zfs == autofs ]] |
17 | 2025-02-25T01:32:52.725Z | + mkdir -p /home/build |
18 | 2025-02-25T01:32:52.728Z | + chown build:build /home/build /work |
19 | 2025-02-25T01:32:54.729Z | + chmod 0700 /home/build /work |
20 | 2025-02-25T01:32:54.733Z | process exited: duration 4171 ms, exit code 0 |
|
21 | 2025-02-25T01:32:54.740Z | starting task 1: "rust-toolchain" |
22 | 2025-02-25T01:32:54.744Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-25T01:32:54.744Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-25T01:32:54.745Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-02-25T01:32:54.745Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
26 | 2025-02-25T01:32:54.745Z | * rust toolchain profile = "default" |
27 | 2025-02-25T01:32:54.745Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-25T01:32:54.747Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-25T01:32:54.747Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-25T01:32:54.870Z | info: downloading installer |
31 | 2025-02-25T01:32:56.298Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-25T01:32:56.298Z | warning: /opt/ooce/bin |
33 | 2025-02-25T01:32:56.298Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-25T01:32:56.298Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-25T01:32:56.298Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-25T01:32:56.298Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-25T01:32:56.298Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-25T01:32:56.298Z | error: cannot install while Rust is installed |
39 | 2025-02-25T01:32:56.298Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-25T01:32:56.323Z | info: profile set to 'default' |
41 | 2025-02-25T01:32:56.323Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-25T01:32:56.325Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-25T01:32:56.491Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-25T01:32:56.491Z | info: downloading component 'cargo' |
45 | 2025-02-25T01:32:57.231Z | info: downloading component 'clippy' |
46 | 2025-02-25T01:32:57.605Z | info: downloading component 'rust-docs' |
47 | 2025-02-25T01:32:58.728Z | info: downloading component 'rust-std' |
48 | 2025-02-25T01:33:00.392Z | info: downloading component 'rustc' |
49 | 2025-02-25T01:33:06.187Z | info: downloading component 'rustfmt' |
50 | 2025-02-25T01:33:06.405Z | info: installing component 'cargo' |
51 | 2025-02-25T01:33:07.212Z | info: installing component 'clippy' |
52 | 2025-02-25T01:33:07.592Z | info: installing component 'rust-docs' |
53 | 2025-02-25T01:33:09.309Z | info: installing component 'rust-std' |
54 | 2025-02-25T01:33:11.219Z | info: installing component 'rustc' |
55 | 2025-02-25T01:33:17.017Z | info: installing component 'rustfmt' |
56 | 2025-02-25T01:33:17.349Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-25T01:33:17.349Z | |
58 | 2025-02-25T01:33:17.717Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-25T01:33:17.717Z | |
60 | 2025-02-25T01:33:17.720Z | |
61 | 2025-02-25T01:33:17.720Z | Rust is installed now. Great! |
62 | 2025-02-25T01:33:17.720Z | |
63 | 2025-02-25T01:33:17.720Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-25T01:33:17.720Z | environment variable. This has not been done automatically. |
65 | 2025-02-25T01:33:17.720Z | |
66 | 2025-02-25T01:33:17.720Z | To configure your current shell, you need to source |
67 | 2025-02-25T01:33:17.720Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-25T01:33:17.720Z | |
69 | 2025-02-25T01:33:17.720Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-25T01:33:17.720Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-25T01:33:17.720Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-25T01:33:17.793Z | + rustup --version |
73 | 2025-02-25T01:33:17.800Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-25T01:33:17.800Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-25T01:33:17.883Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-25T01:33:17.902Z | + cargo --version |
77 | 2025-02-25T01:33:17.940Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-25T01:33:17.944Z | + rustc --version |
79 | 2025-02-25T01:33:18.008Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-25T01:33:18.012Z | process exited: duration 23270 ms, exit code 0 |
|
81 | 2025-02-25T01:33:18.018Z | starting task 2: "authentication" |
82 | 2025-02-25T01:33:18.039Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-02-25T01:33:18.045Z | starting task 3: "clone repository" |
84 | 2025-02-25T01:33:18.050Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-25T01:33:18.054Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-25T01:33:18.173Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-25T01:33:25.418Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-25T01:33:25.418Z | + git fetch origin 804b2ee5bcfea29637e6d28381ef63b58b391875 |
89 | 2025-02-25T01:33:25.715Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-25T01:33:25.715Z | * branch 804b2ee5bcfea29637e6d28381ef63b58b391875 -> FETCH_HEAD |
91 | 2025-02-25T01:33:25.732Z | + [[ -n aa-group-of-group ]] |
92 | 2025-02-25T01:33:25.783Z | ++ git branch --show-current |
93 | 2025-02-25T01:33:25.783Z | + current=main |
94 | 2025-02-25T01:33:25.783Z | + [[ main != aa-group-of-group ]] |
95 | 2025-02-25T01:33:25.783Z | + git branch -f aa-group-of-group 804b2ee5bcfea29637e6d28381ef63b58b391875 |
96 | 2025-02-25T01:33:25.783Z | + git checkout -f aa-group-of-group |
97 | 2025-02-25T01:33:25.921Z | Switched to branch 'aa-group-of-group' |
98 | 2025-02-25T01:33:25.929Z | + git reset --hard 804b2ee5bcfea29637e6d28381ef63b58b391875 |
99 | 2025-02-25T01:33:25.938Z | HEAD is now at 804b2ee5b Merge branch 'vmm-reduce-contention' into aa-group-of-group |
100 | 2025-02-25T01:33:25.938Z | process exited: duration 7882 ms, exit code 0 |
|
101 | 2025-02-25T01:33:25.949Z | starting task 4: "build" |
102 | 2025-02-25T01:33:25.959Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-25T01:33:25.959Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-25T01:33:25.959Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-25T01:33:25.959Z | + cargo --version |
106 | 2025-02-25T01:33:26.039Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-25T01:33:26.047Z | + rustc --version |
108 | 2025-02-25T01:33:26.074Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-25T01:33:26.087Z | + cd /tmp |
110 | 2025-02-25T01:33:26.087Z | + cargo new --lib test-project |
111 | 2025-02-25T01:33:26.164Z | Creating library `test-project` package |
112 | 2025-02-25T01:33:26.221Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-25T01:33:26.248Z | + cd test-project |
114 | 2025-02-25T01:33:26.248Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-25T01:33:26.285Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-25T01:33:26.327Z | Features: |
117 | 2025-02-25T01:33:26.327Z | - proptest |
118 | 2025-02-25T01:33:26.327Z | - test-strategy |
119 | 2025-02-25T01:33:26.327Z | - testing |
120 | 2025-02-25T01:33:26.362Z | Updating crates.io index |
121 | 2025-02-25T01:33:26.372Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-25T01:33:26.924Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-25T01:33:27.404Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-25T01:33:28.849Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-25T01:33:29.021Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-25T01:33:29.025Z | + cargo check |
127 | 2025-02-25T01:33:29.203Z | Updating crates.io index |
128 | 2025-02-25T01:33:30.039Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-25T01:33:30.039Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-25T01:33:30.095Z | Downloading crates ... |
131 | 2025-02-25T01:33:30.181Z | Downloaded allocator-api2 v0.2.18 |
132 | 2025-02-25T01:33:30.188Z | Downloaded autocfg v1.4.0 |
133 | 2025-02-25T01:33:30.191Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-02-25T01:33:30.191Z | Downloaded async-trait v0.1.86 |
135 | 2025-02-25T01:33:30.198Z | Downloaded foreign-types v0.3.2 |
136 | 2025-02-25T01:33:30.205Z | Downloaded time-core v0.1.2 |
137 | 2025-02-25T01:33:30.208Z | Downloaded http-body v1.0.1 |
138 | 2025-02-25T01:33:30.212Z | Downloaded darling_macro v0.20.10 |
139 | 2025-02-25T01:33:30.216Z | Downloaded instant v0.1.13 |
140 | 2025-02-25T01:33:30.216Z | Downloaded tokio-macros v2.5.0 |
141 | 2025-02-25T01:33:30.219Z | Downloaded tokio-rustls v0.26.0 |
142 | 2025-02-25T01:33:30.219Z | Downloaded equivalent v1.0.1 |
143 | 2025-02-25T01:33:30.222Z | Downloaded match_cfg v0.1.0 |
144 | 2025-02-25T01:33:30.224Z | Downloaded num_threads v0.1.7 |
145 | 2025-02-25T01:33:30.224Z | Downloaded try-lock v0.2.5 |
146 | 2025-02-25T01:33:30.227Z | Downloaded hex v0.4.3 |
147 | 2025-02-25T01:33:30.229Z | Downloaded dirs-sys-next v0.1.2 |
148 | 2025-02-25T01:33:30.231Z | Downloaded debug-ignore v1.0.5 |
149 | 2025-02-25T01:33:30.234Z | Downloaded usdt-macro v0.5.0 |
150 | 2025-02-25T01:33:30.234Z | Downloaded daft v0.1.1 |
151 | 2025-02-25T01:33:30.236Z | Downloaded openssl-macros v0.1.1 |
152 | 2025-02-25T01:33:30.236Z | Downloaded progenitor-client v0.8.0 |
153 | 2025-02-25T01:33:30.239Z | Downloaded foreign-types-shared v0.1.1 |
154 | 2025-02-25T01:33:30.239Z | Downloaded icu_provider_macros v1.5.0 |
155 | 2025-02-25T01:33:30.243Z | Downloaded pretty-hex v0.4.1 |
156 | 2025-02-25T01:33:30.243Z | Downloaded yoke-derive v0.7.4 |
157 | 2025-02-25T01:33:30.246Z | Downloaded openssl-probe v0.1.5 |
158 | 2025-02-25T01:33:30.246Z | Downloaded toml_datetime v0.6.8 |
159 | 2025-02-25T01:33:30.246Z | Downloaded thread_local v1.1.8 |
160 | 2025-02-25T01:33:30.249Z | Downloaded tinyvec_macros v0.1.1 |
161 | 2025-02-25T01:33:30.249Z | Downloaded ident_case v1.0.1 |
162 | 2025-02-25T01:33:30.253Z | Downloaded parse-display-derive v0.10.0 |
163 | 2025-02-25T01:33:30.253Z | Downloaded num-conv v0.1.0 |
164 | 2025-02-25T01:33:30.256Z | Downloaded idna_adapter v1.2.0 |
165 | 2025-02-25T01:33:30.256Z | Downloaded atomic-waker v1.1.2 |
166 | 2025-02-25T01:33:30.256Z | Downloaded futures-macro v0.3.31 |
167 | 2025-02-25T01:33:30.260Z | Downloaded percent-encoding v2.3.1 |
168 | 2025-02-25T01:33:30.260Z | Downloaded tokio-native-tls v0.3.1 |
169 | 2025-02-25T01:33:30.263Z | Downloaded hyper-tls v0.6.0 |
170 | 2025-02-25T01:33:30.263Z | Downloaded itoa v1.0.11 |
171 | 2025-02-25T01:33:30.267Z | Downloaded progenitor-macro v0.8.0 |
172 | 2025-02-25T01:33:30.267Z | Downloaded backoff v0.4.0 |
173 | 2025-02-25T01:33:30.270Z | Downloaded memmap v0.7.0 |
174 | 2025-02-25T01:33:30.270Z | Downloaded displaydoc v0.2.5 |
175 | 2025-02-25T01:33:30.274Z | Downloaded progenitor-client v0.9.1 |
176 | 2025-02-25T01:33:30.274Z | Downloaded zeroize v1.8.1 |
177 | 2025-02-25T01:33:30.277Z | Downloaded zerofrom v0.1.4 |
178 | 2025-02-25T01:33:30.278Z | Downloaded want v0.3.1 |
179 | 2025-02-25T01:33:30.278Z | Downloaded futures-core v0.3.31 |
180 | 2025-02-25T01:33:30.281Z | Downloaded pin-utils v0.1.0 |
181 | 2025-02-25T01:33:30.281Z | Downloaded pest_generator v2.7.14 |
182 | 2025-02-25T01:33:30.282Z | Downloaded omicron-workspace-hack v0.1.0 |
183 | 2025-02-25T01:33:30.282Z | Downloaded untrusted v0.9.0 |
184 | 2025-02-25T01:33:30.285Z | Downloaded usdt-impl v0.5.0 |
185 | 2025-02-25T01:33:30.286Z | Downloaded pkg-config v0.3.31 |
186 | 2025-02-25T01:33:30.289Z | Downloaded ipnet v2.10.1 |
187 | 2025-02-25T01:33:30.289Z | Downloaded ppv-lite86 v0.2.20 |
188 | 2025-02-25T01:33:30.289Z | Downloaded utf16_iter v1.0.5 |
189 | 2025-02-25T01:33:30.292Z | Downloaded heck v0.5.0 |
190 | 2025-02-25T01:33:30.292Z | Downloaded usdt-attr-macro v0.5.0 |
191 | 2025-02-25T01:33:30.295Z | Downloaded tower-layer v0.3.3 |
192 | 2025-02-25T01:33:30.295Z | Downloaded macaddr v1.0.1 |
193 | 2025-02-25T01:33:30.295Z | Downloaded tokio-rustls v0.25.0 |
194 | 2025-02-25T01:33:30.298Z | Downloaded async-stream v0.3.6 |
195 | 2025-02-25T01:33:30.301Z | Downloaded hostname v0.4.0 |
196 | 2025-02-25T01:33:30.304Z | Downloaded icu_locid_transform v1.5.0 |
197 | 2025-02-25T01:33:30.304Z | Downloaded futures-executor v0.3.31 |
198 | 2025-02-25T01:33:30.307Z | Downloaded zerocopy-derive v0.7.35 |
199 | 2025-02-25T01:33:30.310Z | Downloaded litemap v0.7.3 |
200 | 2025-02-25T01:33:30.313Z | Downloaded ipnetwork v0.21.1 |
201 | 2025-02-25T01:33:30.316Z | Downloaded progenitor v0.8.0 |
202 | 2025-02-25T01:33:30.316Z | Downloaded daft-derive v0.1.1 |
203 | 2025-02-25T01:33:30.319Z | Downloaded multer v3.1.0 |
204 | 2025-02-25T01:33:30.322Z | Downloaded httparse v1.9.5 |
205 | 2025-02-25T01:33:30.325Z | Downloaded write16 v1.0.0 |
206 | 2025-02-25T01:33:30.328Z | Downloaded powerfmt v0.2.0 |
207 | 2025-02-25T01:33:30.328Z | Downloaded crossbeam-utils v0.8.20 |
208 | 2025-02-25T01:33:30.330Z | Downloaded typify v0.2.0 |
209 | 2025-02-25T01:33:30.334Z | Downloaded serde_with_macros v3.11.0 |
210 | 2025-02-25T01:33:30.336Z | Downloaded plain v0.2.3 |
211 | 2025-02-25T01:33:30.336Z | Downloaded zerovec-derive v0.10.3 |
212 | 2025-02-25T01:33:30.339Z | Downloaded darling v0.20.10 |
213 | 2025-02-25T01:33:30.342Z | Downloaded strum v0.26.3 |
214 | 2025-02-25T01:33:30.345Z | Downloaded scroll_derive v0.12.0 |
215 | 2025-02-25T01:33:30.345Z | Downloaded take_mut v0.2.2 |
216 | 2025-02-25T01:33:30.345Z | Downloaded schemars_derive v0.8.21 |
217 | 2025-02-25T01:33:30.348Z | Downloaded strsim v0.11.1 |
218 | 2025-02-25T01:33:30.348Z | Downloaded tinyvec v1.8.0 |
219 | 2025-02-25T01:33:30.351Z | Downloaded ucd-trie v0.1.7 |
220 | 2025-02-25T01:33:30.354Z | Downloaded icu_locid v1.5.0 |
221 | 2025-02-25T01:33:30.357Z | Downloaded progenitor-impl v0.8.0 |
222 | 2025-02-25T01:33:30.359Z | Downloaded serde_path_to_error v0.1.16 |
223 | 2025-02-25T01:33:30.362Z | Downloaded shlex v1.3.0 |
224 | 2025-02-25T01:33:30.362Z | Downloaded pest_meta v2.7.14 |
225 | 2025-02-25T01:33:30.365Z | Downloaded signal-hook-registry v1.4.2 |
226 | 2025-02-25T01:33:30.368Z | Downloaded time v0.3.36 |
227 | 2025-02-25T01:33:30.374Z | Downloaded scopeguard v1.2.0 |
228 | 2025-02-25T01:33:30.378Z | Downloaded parse-display v0.10.0 |
229 | 2025-02-25T01:33:30.378Z | Downloaded parking_lot_core v0.9.10 |
230 | 2025-02-25T01:33:30.380Z | Downloaded once_cell v1.20.3 |
231 | 2025-02-25T01:33:30.380Z | Downloaded icu_locid_transform_data v1.5.0 |
232 | 2025-02-25T01:33:30.383Z | Downloaded serde_tokenstream v0.2.2 |
233 | 2025-02-25T01:33:30.383Z | Downloaded serde_spanned v0.6.8 |
234 | 2025-02-25T01:33:30.386Z | Downloaded slog-json v2.6.1 |
235 | 2025-02-25T01:33:30.386Z | Downloaded slog-async v2.8.0 |
236 | 2025-02-25T01:33:30.388Z | Downloaded slog-term v2.9.1 |
237 | 2025-02-25T01:33:30.391Z | Downloaded slab v0.4.9 |
238 | 2025-02-25T01:33:30.391Z | Downloaded rustversion v1.0.17 |
239 | 2025-02-25T01:33:30.394Z | Downloaded structmeta-derive v0.3.0 |
240 | 2025-02-25T01:33:30.397Z | Downloaded tracing-core v0.1.32 |
241 | 2025-02-25T01:33:30.397Z | Downloaded futures v0.3.31 |
242 | 2025-02-25T01:33:30.402Z | Downloaded spin v0.9.8 |
243 | 2025-02-25T01:33:30.405Z | Downloaded crossbeam-channel v0.5.13 |
244 | 2025-02-25T01:33:30.411Z | Downloaded scroll v0.12.0 |
245 | 2025-02-25T01:33:30.413Z | Downloaded thiserror v1.0.69 |
246 | 2025-02-25T01:33:30.417Z | Downloaded slog-bunyan v2.5.0 |
247 | 2025-02-25T01:33:30.419Z | Downloaded serde_derive_internals v0.29.1 |
248 | 2025-02-25T01:33:30.422Z | Downloaded cc v1.2.15 |
249 | 2025-02-25T01:33:30.425Z | Downloaded unsafe-libyaml v0.2.11 |
250 | 2025-02-25T01:33:30.428Z | Downloaded sha2 v0.10.8 |
251 | 2025-02-25T01:33:30.430Z | Downloaded strum_macros v0.26.4 |
252 | 2025-02-25T01:33:30.433Z | Downloaded rustls-pki-types v1.10.0 |
253 | 2025-02-25T01:33:30.436Z | Downloaded slog v2.7.0 |
254 | 2025-02-25T01:33:30.439Z | Downloaded hyper-util v0.1.10 |
255 | 2025-02-25T01:33:30.444Z | Downloaded quinn v0.11.5 |
256 | 2025-02-25T01:33:30.447Z | Downloaded socket2 v0.5.8 |
257 | 2025-02-25T01:33:30.450Z | Downloaded openssl-sys v0.9.106 |
258 | 2025-02-25T01:33:30.455Z | Downloaded term v0.7.0 |
259 | 2025-02-25T01:33:30.459Z | Downloaded serde_derive v1.0.218 |
260 | 2025-02-25T01:33:30.462Z | Downloaded toml_edit v0.22.22 |
261 | 2025-02-25T01:33:30.484Z | Downloaded serde_yaml v0.9.34+deprecated |
262 | 2025-02-25T01:33:30.488Z | Downloaded ryu v1.0.18 |
263 | 2025-02-25T01:33:30.491Z | Downloaded schemars v0.8.21 |
264 | 2025-02-25T01:33:30.505Z | Downloaded serde v1.0.218 |
265 | 2025-02-25T01:33:30.508Z | Downloaded http v1.2.0 |
266 | 2025-02-25T01:33:30.511Z | Downloaded rand v0.8.5 |
267 | 2025-02-25T01:33:30.514Z | Downloaded pest v2.7.14 |
268 | 2025-02-25T01:33:30.519Z | Downloaded zerovec v0.10.4 |
269 | 2025-02-25T01:33:30.525Z | Downloaded tokio-util v0.7.12 |
270 | 2025-02-25T01:33:30.533Z | Downloaded hashbrown v0.14.5 |
271 | 2025-02-25T01:33:30.538Z | Downloaded winnow v0.6.20 |
272 | 2025-02-25T01:33:30.549Z | Downloaded zerocopy v0.7.35 |
273 | 2025-02-25T01:33:30.567Z | Downloaded serde_json v1.0.139 |
274 | 2025-02-25T01:33:30.571Z | Downloaded futures-util v0.3.31 |
275 | 2025-02-25T01:33:30.583Z | Downloaded idna v1.0.3 |
276 | 2025-02-25T01:33:30.588Z | Downloaded goblin v0.8.2 |
277 | 2025-02-25T01:33:30.594Z | Downloaded serde_with v3.11.0 |
278 | 2025-02-25T01:33:30.603Z | Downloaded aho-corasick v1.1.3 |
279 | 2025-02-25T01:33:30.609Z | Downloaded quinn-proto v0.11.8 |
280 | 2025-02-25T01:33:30.616Z | Downloaded vcpkg v0.2.15 |
281 | 2025-02-25T01:33:30.654Z | Downloaded icu_properties_data v1.5.0 |
282 | 2025-02-25T01:33:30.663Z | Downloaded chrono v0.4.39 |
283 | 2025-02-25T01:33:30.670Z | Downloaded webpki-roots v0.26.6 |
284 | 2025-02-25T01:33:30.674Z | Downloaded reqwest v0.12.12 |
285 | 2025-02-25T01:33:30.682Z | Downloaded regex v1.11.1 |
286 | 2025-02-25T01:33:30.696Z | Downloaded syn v2.0.96 |
287 | 2025-02-25T01:33:30.707Z | Downloaded rustls v0.22.4 |
288 | 2025-02-25T01:33:30.719Z | Downloaded regress v0.9.1 |
289 | 2025-02-25T01:33:30.728Z | Downloaded openapiv3 v2.0.0 |
290 | 2025-02-25T01:33:30.739Z | Downloaded rustls v0.23.19 |
291 | 2025-02-25T01:33:30.750Z | Downloaded regex-syntax v0.8.5 |
292 | 2025-02-25T01:33:30.758Z | Downloaded dropshot v0.15.1 |
293 | 2025-02-25T01:33:30.778Z | Downloaded typify-impl v0.2.0 |
294 | 2025-02-25T01:33:30.791Z | Downloaded regress v0.10.1 |
295 | 2025-02-25T01:33:30.798Z | Downloaded openssl v0.10.71 |
296 | 2025-02-25T01:33:30.807Z | Downloaded rustls-webpki v0.102.8 |
297 | 2025-02-25T01:33:30.824Z | Downloaded h2 v0.4.6 |
298 | 2025-02-25T01:33:30.832Z | Downloaded hyper v1.5.2 |
299 | 2025-02-25T01:33:30.836Z | Downloaded hashbrown v0.15.1 |
300 | 2025-02-25T01:33:30.841Z | Downloaded tower v0.5.2 |
301 | 2025-02-25T01:33:30.849Z | Downloaded mio v1.0.2 |
302 | 2025-02-25T01:33:30.854Z | Downloaded indexmap v2.7.1 |
303 | 2025-02-25T01:33:30.858Z | Downloaded hashbrown v0.12.3 |
304 | 2025-02-25T01:33:30.863Z | Downloaded smallvec v1.14.0 |
305 | 2025-02-25T01:33:30.865Z | Downloaded url v2.5.3 |
306 | 2025-02-25T01:33:30.868Z | Downloaded regex-automata v0.4.8 |
307 | 2025-02-25T01:33:30.884Z | Downloaded memchr v2.7.4 |
308 | 2025-02-25T01:33:30.889Z | Downloaded icu_properties v1.5.1 |
309 | 2025-02-25T01:33:30.891Z | Downloaded libc v0.2.170 |
310 | 2025-02-25T01:33:30.914Z | Downloaded tracing v0.1.40 |
311 | 2025-02-25T01:33:30.918Z | Downloaded quote v1.0.38 |
312 | 2025-02-25T01:33:30.921Z | Downloaded sha1 v0.10.6 |
313 | 2025-02-25T01:33:30.925Z | Downloaded rand_chacha v0.3.1 |
314 | 2025-02-25T01:33:30.925Z | Downloaded rustls-pemfile v2.2.0 |
315 | 2025-02-25T01:33:30.928Z | Downloaded icu_collections v1.5.0 |
316 | 2025-02-25T01:33:30.932Z | Downloaded base64 v0.22.1 |
317 | 2025-02-25T01:33:30.935Z | Downloaded tokio v1.43.0 |
318 | 2025-02-25T01:33:30.971Z | Downloaded semver v1.0.25 |
319 | 2025-02-25T01:33:30.973Z | Downloaded icu_provider v1.5.0 |
320 | 2025-02-25T01:33:30.976Z | Downloaded futures-channel v0.3.31 |
321 | 2025-02-25T01:33:30.979Z | Downloaded typenum v1.17.0 |
322 | 2025-02-25T01:33:30.979Z | Downloaded darling_core v0.20.10 |
323 | 2025-02-25T01:33:30.983Z | Downloaded stable_deref_trait v1.2.0 |
324 | 2025-02-25T01:33:30.985Z | Downloaded yoke v0.7.4 |
325 | 2025-02-25T01:33:30.988Z | Downloaded icu_normalizer v1.5.0 |
326 | 2025-02-25T01:33:30.990Z | Downloaded structmeta v0.3.0 |
327 | 2025-02-25T01:33:30.991Z | Downloaded serde_urlencoded v0.7.1 |
328 | 2025-02-25T01:33:30.994Z | Downloaded rand_core v0.6.4 |
329 | 2025-02-25T01:33:30.994Z | Downloaded thiserror v2.0.11 |
330 | 2025-02-25T01:33:30.997Z | Downloaded icu_normalizer_data v1.5.0 |
331 | 2025-02-25T01:33:30.999Z | Downloaded getrandom v0.2.15 |
332 | 2025-02-25T01:33:31.002Z | Downloaded rustc-hash v2.1.1 |
333 | 2025-02-25T01:33:31.002Z | Downloaded subtle v2.6.1 |
334 | 2025-02-25T01:33:31.005Z | Downloaded quinn-udp v0.5.5 |
335 | 2025-02-25T01:33:31.005Z | Downloaded proc-macro2 v1.0.93 |
336 | 2025-02-25T01:33:31.007Z | Downloaded pin-project-lite v0.2.14 |
337 | 2025-02-25T01:33:31.012Z | Downloaded paste v1.0.15 |
338 | 2025-02-25T01:33:31.014Z | Downloaded uuid v1.12.0 |
339 | 2025-02-25T01:33:31.017Z | Downloaded bytes v1.9.0 |
340 | 2025-02-25T01:33:31.019Z | Downloaded pest_derive v2.7.14 |
341 | 2025-02-25T01:33:31.022Z | Downloaded unicode-ident v1.0.14 |
342 | 2025-02-25T01:33:31.025Z | Downloaded tinystr v0.7.6 |
343 | 2025-02-25T01:33:31.029Z | Downloaded indexmap v1.9.3 |
344 | 2025-02-25T01:33:31.031Z | Downloaded dropshot_endpoint v0.15.1 |
345 | 2025-02-25T01:33:31.031Z | Downloaded num-traits v0.2.19 |
346 | 2025-02-25T01:33:31.034Z | Downloaded log v0.4.22 |
347 | 2025-02-25T01:33:31.036Z | Downloaded hyper-rustls v0.27.3 |
348 | 2025-02-25T01:33:31.039Z | Downloaded generic-array v0.14.7 |
349 | 2025-02-25T01:33:31.039Z | Downloaded thiserror-impl v2.0.11 |
350 | 2025-02-25T01:33:31.043Z | Downloaded parking_lot v0.12.3 |
351 | 2025-02-25T01:33:31.043Z | Downloaded native-tls v0.2.12 |
352 | 2025-02-25T01:33:31.045Z | Downloaded time-macros v0.2.18 |
353 | 2025-02-25T01:33:31.045Z | Downloaded thiserror-impl v1.0.69 |
354 | 2025-02-25T01:33:31.048Z | Downloaded sync_wrapper v1.0.1 |
355 | 2025-02-25T01:33:31.048Z | Downloaded utf8_iter v1.0.4 |
356 | 2025-02-25T01:33:31.050Z | Downloaded http-body-util v0.1.2 |
357 | 2025-02-25T01:33:31.050Z | Downloaded digest v0.10.7 |
358 | 2025-02-25T01:33:31.053Z | Downloaded encoding_rs v0.8.34 |
359 | 2025-02-25T01:33:31.069Z | Downloaded crypto-common v0.1.6 |
360 | 2025-02-25T01:33:31.072Z | Downloaded ahash v0.8.11 |
361 | 2025-02-25T01:33:31.075Z | Downloaded toml v0.8.19 |
362 | 2025-02-25T01:33:31.077Z | Downloaded synstructure v0.13.1 |
363 | 2025-02-25T01:33:31.077Z | Downloaded iana-time-zone v0.1.61 |
364 | 2025-02-25T01:33:31.080Z | Downloaded hostname v0.3.1 |
365 | 2025-02-25T01:33:31.080Z | Downloaded ring v0.17.11 |
366 | 2025-02-25T01:33:31.117Z | Downloaded bitflags v2.6.0 |
367 | 2025-02-25T01:33:31.120Z | Downloaded anyhow v1.0.96 |
368 | 2025-02-25T01:33:31.124Z | Downloaded lock_api v0.4.12 |
369 | 2025-02-25T01:33:31.127Z | Downloaded camino v1.1.9 |
370 | 2025-02-25T01:33:31.127Z | Downloaded version_check v0.9.5 |
371 | 2025-02-25T01:33:31.129Z | Downloaded usdt v0.5.0 |
372 | 2025-02-25T01:33:31.134Z | Downloaded dyn-clone v1.0.18 |
373 | 2025-02-25T01:33:31.134Z | Downloaded dtrace-parser v0.2.0 |
374 | 2025-02-25T01:33:31.134Z | Downloaded byteorder v1.5.0 |
375 | 2025-02-25T01:33:31.134Z | Downloaded futures-sink v0.3.31 |
376 | 2025-02-25T01:33:31.134Z | Downloaded form_urlencoded v1.2.1 |
377 | 2025-02-25T01:33:31.137Z | Downloaded dirs-next v2.0.0 |
378 | 2025-02-25T01:33:31.137Z | Downloaded cpufeatures v0.2.14 |
379 | 2025-02-25T01:33:31.137Z | Downloaded cfg-if v1.0.0 |
380 | 2025-02-25T01:33:31.138Z | Downloaded oxnet v0.1.0 |
381 | 2025-02-25T01:33:31.138Z | Downloaded newtype-uuid v1.2.1 |
382 | 2025-02-25T01:33:31.141Z | Downloaded mime v0.3.17 |
383 | 2025-02-25T01:33:31.141Z | Downloaded zerofrom-derive v0.1.4 |
384 | 2025-02-25T01:33:31.142Z | Downloaded writeable v0.5.5 |
385 | 2025-02-25T01:33:31.142Z | Downloaded typify-macro v0.2.0 |
386 | 2025-02-25T01:33:31.142Z | Downloaded thread-id v4.2.2 |
387 | 2025-02-25T01:33:31.145Z | Downloaded fnv v1.0.7 |
388 | 2025-02-25T01:33:31.145Z | Downloaded dof v0.3.0 |
389 | 2025-02-25T01:33:31.146Z | Downloaded waitgroup v0.1.2 |
390 | 2025-02-25T01:33:31.146Z | Downloaded tower-service v0.3.3 |
391 | 2025-02-25T01:33:31.146Z | Downloaded futures-io v0.3.31 |
392 | 2025-02-25T01:33:31.149Z | Downloaded deranged v0.3.11 |
393 | 2025-02-25T01:33:31.149Z | Downloaded httpdate v1.0.3 |
394 | 2025-02-25T01:33:31.149Z | Downloaded is-terminal v0.4.13 |
395 | 2025-02-25T01:33:31.149Z | Downloaded futures-task v0.3.31 |
396 | 2025-02-25T01:33:31.153Z | Downloaded block-buffer v0.10.4 |
397 | 2025-02-25T01:33:31.271Z | Compiling proc-macro2 v1.0.93 |
398 | 2025-02-25T01:33:31.271Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-25T01:33:31.274Z | Compiling libc v0.2.170 |
400 | 2025-02-25T01:33:31.274Z | Checking cfg-if v1.0.0 |
401 | 2025-02-25T01:33:31.274Z | Compiling autocfg v1.4.0 |
402 | 2025-02-25T01:33:31.275Z | Compiling serde v1.0.218 |
403 | 2025-02-25T01:33:31.275Z | Compiling version_check v0.9.5 |
404 | 2025-02-25T01:33:31.292Z | Checking memchr v2.7.4 |
405 | 2025-02-25T01:33:31.376Z | Checking itoa v1.0.11 |
406 | 2025-02-25T01:33:31.474Z | Compiling serde_json v1.0.139 |
407 | 2025-02-25T01:33:31.821Z | Compiling thiserror v1.0.69 |
408 | 2025-02-25T01:33:32.022Z | Checking once_cell v1.20.3 |
409 | 2025-02-25T01:33:32.050Z | Compiling shlex v1.3.0 |
410 | 2025-02-25T01:33:33.205Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-25T01:33:33.208Z | Compiling cc v1.2.15 |
412 | 2025-02-25T01:33:33.208Z | Checking smallvec v1.14.0 |
413 | 2025-02-25T01:33:33.208Z | Compiling num-traits v0.2.19 |
414 | 2025-02-25T01:33:33.208Z | Checking ryu v1.0.18 |
415 | 2025-02-25T01:33:33.208Z | Checking bytes v1.9.0 |
416 | 2025-02-25T01:33:33.208Z | Checking futures-core v0.3.31 |
417 | 2025-02-25T01:33:33.208Z | Checking getrandom v0.2.15 |
418 | 2025-02-25T01:33:33.208Z | Compiling lock_api v0.4.12 |
419 | 2025-02-25T01:33:33.208Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-25T01:33:33.208Z | Compiling semver v1.0.25 |
421 | 2025-02-25T01:33:33.208Z | Checking scopeguard v1.2.0 |
422 | 2025-02-25T01:33:33.208Z | Compiling slab v0.4.9 |
423 | 2025-02-25T01:33:33.224Z | Compiling byteorder v1.5.0 |
424 | 2025-02-25T01:33:33.311Z | Compiling quote v1.0.38 |
425 | 2025-02-25T01:33:33.493Z | Checking futures-sink v0.3.31 |
426 | 2025-02-25T01:33:33.654Z | Checking mio v1.0.2 |
427 | 2025-02-25T01:33:33.726Z | Compiling syn v2.0.96 |
428 | 2025-02-25T01:33:33.739Z | Checking parking_lot v0.12.3 |
429 | 2025-02-25T01:33:33.752Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-25T01:33:33.770Z | Checking socket2 v0.5.8 |
431 | 2025-02-25T01:33:33.809Z | Compiling ahash v0.8.11 |
432 | 2025-02-25T01:33:33.835Z | Checking log v0.4.22 |
433 | 2025-02-25T01:33:34.087Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-25T01:33:34.186Z | Checking futures-channel v0.3.31 |
435 | 2025-02-25T01:33:34.210Z | Checking futures-task v0.3.31 |
436 | 2025-02-25T01:33:34.228Z | Checking pin-utils v0.1.0 |
437 | 2025-02-25T01:33:34.254Z | Checking equivalent v1.0.1 |
438 | 2025-02-25T01:33:34.332Z | Checking futures-io v0.3.31 |
439 | 2025-02-25T01:33:34.342Z | Checking fnv v1.0.7 |
440 | 2025-02-25T01:33:34.397Z | Checking hashbrown v0.15.1 |
441 | 2025-02-25T01:33:34.428Z | Compiling pkg-config v0.3.31 |
442 | 2025-02-25T01:33:34.471Z | Checking http v1.2.0 |
443 | 2025-02-25T01:33:34.506Z | Checking rustls-pki-types v1.10.0 |
444 | 2025-02-25T01:33:34.518Z | Compiling vcpkg v0.2.15 |
445 | 2025-02-25T01:33:35.095Z | Checking untrusted v0.9.0 |
446 | 2025-02-25T01:33:35.153Z | Compiling ring v0.17.11 |
447 | 2025-02-25T01:33:35.266Z | Checking litemap v0.7.3 |
448 | 2025-02-25T01:33:35.450Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-25T01:33:35.532Z | Checking writeable v0.5.5 |
450 | 2025-02-25T01:33:35.618Z | Compiling schemars v0.8.21 |
451 | 2025-02-25T01:33:35.809Z | Compiling heck v0.5.0 |
452 | 2025-02-25T01:33:35.826Z | Compiling httparse v1.9.5 |
453 | 2025-02-25T01:33:35.907Z | Checking tracing-core v0.1.32 |
454 | 2025-02-25T01:33:35.983Z | Compiling openssl-sys v0.9.106 |
455 | 2025-02-25T01:33:36.094Z | Checking dyn-clone v1.0.18 |
456 | 2025-02-25T01:33:36.281Z | Compiling ucd-trie v0.1.7 |
457 | 2025-02-25T01:33:36.312Z | Checking atomic-waker v1.1.2 |
458 | 2025-02-25T01:33:36.341Z | Checking http-body v1.0.1 |
459 | 2025-02-25T01:33:36.656Z | Checking tracing v0.1.40 |
460 | 2025-02-25T01:33:36.691Z | Checking icu_locid_transform_data v1.5.0 |
461 | 2025-02-25T01:33:36.721Z | Checking try-lock v0.2.5 |
462 | 2025-02-25T01:33:36.778Z | Compiling allocator-api2 v0.2.18 |
463 | 2025-02-25T01:33:36.850Z | Checking zeroize v1.8.1 |
464 | 2025-02-25T01:33:37.004Z | Checking subtle v2.6.1 |
465 | 2025-02-25T01:33:37.083Z | Checking want v0.3.1 |
466 | 2025-02-25T01:33:37.250Z | Compiling openssl v0.10.71 |
467 | 2025-02-25T01:33:37.281Z | Checking foreign-types-shared v0.1.1 |
468 | 2025-02-25T01:33:37.415Z | Checking icu_properties_data v1.5.0 |
469 | 2025-02-25T01:33:37.518Z | Checking tower-service v0.3.3 |
470 | 2025-02-25T01:33:37.605Z | Compiling chrono v0.4.39 |
471 | 2025-02-25T01:33:37.634Z | Compiling uuid v1.12.0 |
472 | 2025-02-25T01:33:37.676Z | Checking httpdate v1.0.3 |
473 | 2025-02-25T01:33:37.778Z | Checking foreign-types v0.3.2 |
474 | 2025-02-25T01:33:37.872Z | Checking icu_normalizer_data v1.5.0 |
475 | 2025-02-25T01:33:37.941Z | Checking utf16_iter v1.0.5 |
476 | 2025-02-25T01:33:38.102Z | Checking percent-encoding v2.3.1 |
477 | 2025-02-25T01:33:38.115Z | Checking bitflags v2.6.0 |
478 | 2025-02-25T01:33:38.129Z | Compiling native-tls v0.2.12 |
479 | 2025-02-25T01:33:38.143Z | Compiling slog v2.7.0 |
480 | 2025-02-25T01:33:38.287Z | Checking utf8_iter v1.0.4 |
481 | 2025-02-25T01:33:38.363Z | Compiling rustls v0.23.19 |
482 | 2025-02-25T01:33:38.479Z | Checking write16 v1.0.0 |
483 | 2025-02-25T01:33:38.510Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-25T01:33:38.674Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-25T01:33:38.695Z | Compiling typenum v1.17.0 |
486 | 2025-02-25T01:33:38.707Z | Compiling regex-syntax v0.8.5 |
487 | 2025-02-25T01:33:39.100Z | Checking openssl-probe v0.1.5 |
488 | 2025-02-25T01:33:39.659Z | Compiling generic-array v0.14.7 |
489 | 2025-02-25T01:33:39.689Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-25T01:33:40.011Z | Checking mime v0.3.17 |
491 | 2025-02-25T01:33:40.446Z | Compiling synstructure v0.13.1 |
492 | 2025-02-25T01:33:40.882Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-25T01:33:41.980Z | Checking rustls-pemfile v2.2.0 |
494 | 2025-02-25T01:33:42.206Z | Compiling regex-automata v0.4.8 |
495 | 2025-02-25T01:33:42.233Z | Checking webpki-roots v0.26.6 |
496 | 2025-02-25T01:33:42.429Z | Checking sync_wrapper v1.0.1 |
497 | 2025-02-25T01:33:42.772Z | Compiling usdt-impl v0.5.0 |
498 | 2025-02-25T01:33:43.167Z | Checking base64 v0.22.1 |
499 | 2025-02-25T01:33:43.222Z | Checking tower-layer v0.3.3 |
500 | 2025-02-25T01:33:43.350Z | Compiling time-core v0.1.2 |
501 | 2025-02-25T01:33:43.532Z | Compiling num-conv v0.1.0 |
502 | 2025-02-25T01:33:43.640Z | Checking powerfmt v0.2.0 |
503 | 2025-02-25T01:33:43.811Z | Compiling time-macros v0.2.18 |
504 | 2025-02-25T01:33:43.921Z | Checking deranged v0.3.11 |
505 | 2025-02-25T01:33:44.045Z | Compiling thread-id v4.2.2 |
506 | 2025-02-25T01:33:44.059Z | Checking rustls-webpki v0.102.8 |
507 | 2025-02-25T01:33:44.449Z | Compiling serde_derive v1.0.218 |
508 | 2025-02-25T01:33:44.508Z | Compiling zerocopy-derive v0.7.35 |
509 | 2025-02-25T01:33:44.749Z | Compiling thiserror-impl v1.0.69 |
510 | 2025-02-25T01:33:45.184Z | Compiling schemars_derive v0.8.21 |
511 | 2025-02-25T01:33:45.208Z | Compiling zerofrom-derive v0.1.4 |
512 | 2025-02-25T01:33:46.331Z | Compiling zerocopy v0.7.35 |
513 | 2025-02-25T01:33:46.518Z | Compiling tokio-macros v2.5.0 |
514 | 2025-02-25T01:33:47.498Z | Compiling yoke-derive v0.7.4 |
515 | 2025-02-25T01:33:47.672Z | Compiling zerovec-derive v0.10.3 |
516 | 2025-02-25T01:33:47.917Z | Compiling futures-macro v0.3.31 |
517 | 2025-02-25T01:33:47.936Z | Compiling displaydoc v0.2.5 |
518 | 2025-02-25T01:33:47.968Z | Checking tokio v1.43.0 |
519 | 2025-02-25T01:33:48.208Z | Checking zerofrom v0.1.4 |
520 | 2025-02-25T01:33:48.426Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-02-25T01:33:49.206Z | Compiling pest v2.7.14 |
522 | 2025-02-25T01:33:49.480Z | Compiling hashbrown v0.14.5 |
523 | 2025-02-25T01:33:49.521Z | Compiling openssl-macros v0.1.1 |
524 | 2025-02-25T01:33:49.629Z | Checking futures-util v0.3.31 |
525 | 2025-02-25T01:33:49.777Z | Checking yoke v0.7.4 |
526 | 2025-02-25T01:33:50.100Z | Checking zerovec v0.10.4 |
527 | 2025-02-25T01:33:50.660Z | Compiling regress v0.10.1 |
528 | 2025-02-25T01:33:51.672Z | Checking tinystr v0.7.6 |
529 | 2025-02-25T01:33:51.988Z | Checking icu_locid v1.5.0 |
530 | 2025-02-25T01:33:52.000Z | Checking icu_collections v1.5.0 |
531 | 2025-02-25T01:33:52.601Z | Compiling pest_meta v2.7.14 |
532 | 2025-02-25T01:33:52.892Z | Checking icu_provider v1.5.0 |
533 | 2025-02-25T01:33:53.501Z | Checking icu_locid_transform v1.5.0 |
534 | 2025-02-25T01:33:53.982Z | Compiling pest_generator v2.7.14 |
535 | 2025-02-25T01:33:54.463Z | Checking icu_properties v1.5.1 |
536 | 2025-02-25T01:33:54.570Z | Checking tokio-util v0.7.12 |
537 | 2025-02-25T01:33:55.091Z | Checking http-body-util v0.1.2 |
538 | 2025-02-25T01:33:55.504Z | Compiling regex v1.11.1 |
539 | 2025-02-25T01:33:55.554Z | Compiling scroll_derive v0.12.0 |
540 | 2025-02-25T01:33:55.814Z | Checking indexmap v2.7.1 |
541 | 2025-02-25T01:33:56.608Z | Compiling serde_tokenstream v0.2.2 |
542 | 2025-02-25T01:33:57.147Z | Checking h2 v0.4.6 |
543 | 2025-02-25T01:33:57.165Z | Compiling pest_derive v2.7.14 |
544 | 2025-02-25T01:33:57.590Z | Checking tokio-native-tls v0.3.1 |
545 | 2025-02-25T01:33:57.662Z | Checking icu_normalizer v1.5.0 |
546 | 2025-02-25T01:33:57.838Z | Checking serde_urlencoded v0.7.1 |
547 | 2025-02-25T01:33:58.229Z | Compiling dtrace-parser v0.2.0 |
548 | 2025-02-25T01:33:58.426Z | Checking idna_adapter v1.2.0 |
549 | 2025-02-25T01:33:58.622Z | Checking idna v1.0.3 |
550 | 2025-02-25T01:33:58.625Z | Compiling dof v0.3.0 |
551 | 2025-02-25T01:33:58.646Z | Checking scroll v0.12.0 |
552 | 2025-02-25T01:33:59.080Z | Checking tower v0.5.2 |
553 | 2025-02-25T01:33:59.092Z | Checking url v2.5.3 |
554 | 2025-02-25T01:33:59.768Z | Checking tokio-rustls v0.26.0 |
555 | 2025-02-25T01:33:59.782Z | Compiling typify-impl v0.2.0 |
556 | 2025-02-25T01:34:00.120Z | Checking num_threads v0.1.7 |
557 | 2025-02-25T01:34:00.164Z | Compiling ident_case v1.0.1 |
558 | 2025-02-25T01:34:00.232Z | Compiling crossbeam-utils v0.8.20 |
559 | 2025-02-25T01:34:00.353Z | Checking ipnet v2.10.1 |
560 | 2025-02-25T01:34:00.761Z | Checking plain v0.2.3 |
561 | 2025-02-25T01:34:00.915Z | Compiling strsim v0.11.1 |
562 | 2025-02-25T01:34:01.044Z | Compiling paste v1.0.15 |
563 | 2025-02-25T01:34:01.120Z | Checking time v0.3.36 |
564 | 2025-02-25T01:34:01.262Z | Checking hyper v1.5.2 |
565 | 2025-02-25T01:34:01.511Z | Compiling darling_core v0.20.10 |
566 | 2025-02-25T01:34:01.585Z | Checking goblin v0.8.2 |
567 | 2025-02-25T01:34:03.167Z | Checking hyper-util v0.1.10 |
568 | 2025-02-25T01:34:03.634Z | Compiling openapiv3 v2.0.0 |
569 | 2025-02-25T01:34:04.781Z | Checking hyper-rustls v0.27.3 |
570 | 2025-02-25T01:34:04.837Z | Checking hyper-tls v0.6.0 |
571 | 2025-02-25T01:34:05.089Z | Checking dirs-sys-next v0.1.2 |
572 | 2025-02-25T01:34:05.110Z | Checking reqwest v0.12.12 |
573 | 2025-02-25T01:34:05.386Z | Checking pretty-hex v0.4.1 |
574 | 2025-02-25T01:34:05.557Z | Compiling newtype-uuid v1.2.1 |
575 | 2025-02-25T01:34:05.685Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2025-02-25T01:34:05.906Z | Compiling rustversion v1.0.17 |
577 | 2025-02-25T01:34:06.032Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2025-02-25T01:34:06.517Z | Compiling rustls v0.22.4 |
579 | 2025-02-25T01:34:06.575Z | Compiling darling_macro v0.20.10 |
580 | 2025-02-25T01:34:06.797Z | Checking dirs-next v2.0.0 |
581 | 2025-02-25T01:34:07.312Z | Compiling serde_yaml v0.9.34+deprecated |
582 | 2025-02-25T01:34:07.447Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-25T01:34:07.526Z | Checking toml_datetime v0.6.8 |
584 | 2025-02-25T01:34:07.607Z | Checking serde_spanned v0.6.8 |
585 | 2025-02-25T01:34:07.692Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-25T01:34:07.787Z | Checking block-buffer v0.10.4 |
587 | 2025-02-25T01:34:07.802Z | Checking crypto-common v0.1.6 |
588 | 2025-02-25T01:34:07.815Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-25T01:34:07.941Z | Checking rand_core v0.6.4 |
590 | 2025-02-25T01:34:07.992Z | Checking thread_local v1.1.8 |
591 | 2025-02-25T01:34:08.069Z | Compiling multer v3.1.0 |
592 | 2025-02-25T01:34:08.135Z | Checking match_cfg v0.1.0 |
593 | 2025-02-25T01:34:08.209Z | Compiling camino v1.1.9 |
594 | 2025-02-25T01:34:08.230Z | Checking winnow v0.6.20 |
595 | 2025-02-25T01:34:08.254Z | Compiling slog-async v2.8.0 |
596 | 2025-02-25T01:34:08.378Z | Compiling thiserror v2.0.11 |
597 | 2025-02-25T01:34:08.422Z | Compiling anyhow v1.0.96 |
598 | 2025-02-25T01:34:08.848Z | Checking rand_chacha v0.3.1 |
599 | 2025-02-25T01:34:08.867Z | Checking hostname v0.3.1 |
600 | 2025-02-25T01:34:09.192Z | Checking digest v0.10.7 |
601 | 2025-02-25T01:34:09.279Z | Checking oxnet v0.1.0 |
602 | 2025-02-25T01:34:09.405Z | Checking crossbeam-channel v0.5.13 |
603 | 2025-02-25T01:34:09.513Z | Compiling darling v0.20.10 |
604 | 2025-02-25T01:34:09.551Z | Checking term v0.7.0 |
605 | 2025-02-25T01:34:09.980Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-25T01:34:10.094Z | Compiling structmeta v0.3.0 |
607 | 2025-02-25T01:34:10.096Z | Compiling usdt-macro v0.5.0 |
608 | 2025-02-25T01:34:10.296Z | Compiling usdt-attr-macro v0.5.0 |
609 | 2025-02-25T01:34:10.427Z | Checking slog-json v2.6.1 |
610 | 2025-02-25T01:34:10.477Z | Checking futures-executor v0.3.31 |
611 | 2025-02-25T01:34:10.684Z | Compiling thiserror-impl v2.0.11 |
612 | 2025-02-25T01:34:10.712Z | Compiling daft-derive v0.1.1 |
613 | 2025-02-25T01:34:10.837Z | Compiling typify-macro v0.2.0 |
614 | 2025-02-25T01:34:10.926Z | Checking toml_edit v0.22.22 |
615 | 2025-02-25T01:34:11.008Z | Compiling async-stream-impl v0.3.6 |
616 | 2025-02-25T01:34:11.329Z | Checking memmap v0.7.0 |
617 | 2025-02-25T01:34:11.547Z | Checking is-terminal v0.4.13 |
618 | 2025-02-25T01:34:11.624Z | Compiling dropshot v0.15.1 |
619 | 2025-02-25T01:34:11.662Z | Checking spin v0.9.8 |
620 | 2025-02-25T01:34:11.820Z | Checking cpufeatures v0.2.14 |
621 | 2025-02-25T01:34:11.919Z | Checking take_mut v0.2.2 |
622 | 2025-02-25T01:34:12.044Z | Checking sha1 v0.10.6 |
623 | 2025-02-25T01:34:12.159Z | Checking async-stream v0.3.6 |
624 | 2025-02-25T01:34:12.172Z | Checking daft v0.1.1 |
625 | 2025-02-25T01:34:12.343Z | Checking slog-term v2.9.1 |
626 | 2025-02-25T01:34:12.361Z | Checking usdt v0.5.0 |
627 | 2025-02-25T01:34:12.563Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-25T01:34:12.607Z | Checking futures v0.3.31 |
629 | 2025-02-25T01:34:12.699Z | Checking slog-bunyan v2.5.0 |
630 | 2025-02-25T01:34:12.714Z | Compiling parse-display-derive v0.10.0 |
631 | 2025-02-25T01:34:12.827Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-25T01:34:12.962Z | Checking tokio-rustls v0.25.0 |
633 | 2025-02-25T01:34:13.225Z | Checking rand v0.8.5 |
634 | 2025-02-25T01:34:13.436Z | Checking toml v0.8.19 |
635 | 2025-02-25T01:34:13.663Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-25T01:34:13.780Z | Checking serde_path_to_error v0.1.16 |
637 | 2025-02-25T01:34:14.132Z | Compiling typify v0.2.0 |
638 | 2025-02-25T01:34:14.259Z | Compiling progenitor-impl v0.8.0 |
639 | 2025-02-25T01:34:14.364Z | Checking hex v0.4.3 |
640 | 2025-02-25T01:34:14.393Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2025-02-25T01:34:14.844Z | Compiling async-trait v0.1.86 |
642 | 2025-02-25T01:34:15.140Z | Checking waitgroup v0.1.2 |
643 | 2025-02-25T01:34:15.198Z | Checking hostname v0.4.0 |
644 | 2025-02-25T01:34:15.283Z | Checking instant v0.1.13 |
645 | 2025-02-25T01:34:15.338Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-25T01:34:15.398Z | Checking backoff v0.4.0 |
647 | 2025-02-25T01:34:15.481Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-02-25T01:34:15.630Z | Checking serde_with v3.11.0 |
649 | 2025-02-25T01:34:15.673Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-25T01:34:15.825Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2025-02-25T01:34:16.155Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
652 | 2025-02-25T01:34:16.172Z | Checking parse-display v0.10.0 |
653 | 2025-02-25T01:34:16.490Z | Checking progenitor-client v0.9.1 |
654 | 2025-02-25T01:34:16.537Z | Checking macaddr v1.0.1 |
655 | 2025-02-25T01:34:16.567Z | Checking strum v0.26.3 |
656 | 2025-02-25T01:34:16.713Z | Checking regress v0.9.1 |
657 | 2025-02-25T01:34:17.486Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-25T01:34:21.086Z | Checking progenitor v0.8.0 |
659 | 2025-02-25T01:34:21.192Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-25T01:34:23.906Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-25T01:34:31.092Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-25T01:34:31.153Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
663 | 2025-02-25T01:34:31.277Z | + cargo build --release |
664 | 2025-02-25T01:34:31.536Z | Compiling proc-macro2 v1.0.93 |
665 | 2025-02-25T01:34:31.536Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-25T01:34:31.539Z | Compiling libc v0.2.170 |
667 | 2025-02-25T01:34:31.539Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-25T01:34:31.539Z | Compiling autocfg v1.4.0 |
669 | 2025-02-25T01:34:31.539Z | Compiling serde v1.0.218 |
670 | 2025-02-25T01:34:31.539Z | Compiling version_check v0.9.5 |
671 | 2025-02-25T01:34:31.539Z | Compiling memchr v2.7.4 |
672 | 2025-02-25T01:34:31.669Z | Compiling serde_json v1.0.139 |
673 | 2025-02-25T01:34:31.739Z | Compiling itoa v1.0.11 |
674 | 2025-02-25T01:34:32.046Z | Compiling thiserror v1.0.69 |
675 | 2025-02-25T01:34:32.110Z | Compiling once_cell v1.20.3 |
676 | 2025-02-25T01:34:32.118Z | Compiling shlex v1.3.0 |
677 | 2025-02-25T01:34:32.421Z | Compiling cc v1.2.15 |
678 | 2025-02-25T01:34:32.507Z | Compiling pin-project-lite v0.2.14 |
679 | 2025-02-25T01:34:32.593Z | Compiling num-traits v0.2.19 |
680 | 2025-02-25T01:34:32.619Z | Compiling smallvec v1.14.0 |
681 | 2025-02-25T01:34:32.782Z | Compiling getrandom v0.2.15 |
682 | 2025-02-25T01:34:32.951Z | Compiling ryu v1.0.18 |
683 | 2025-02-25T01:34:33.073Z | Compiling bytes v1.9.0 |
684 | 2025-02-25T01:34:33.156Z | Compiling semver v1.0.25 |
685 | 2025-02-25T01:34:33.235Z | Compiling quote v1.0.38 |
686 | 2025-02-25T01:34:33.460Z | Compiling futures-core v0.3.31 |
687 | 2025-02-25T01:34:33.518Z | Compiling lock_api v0.4.12 |
688 | 2025-02-25T01:34:33.666Z | Compiling syn v2.0.96 |
689 | 2025-02-25T01:34:33.709Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-25T01:34:33.784Z | Compiling scopeguard v1.2.0 |
691 | 2025-02-25T01:34:33.937Z | Compiling slab v0.4.9 |
692 | 2025-02-25T01:34:33.953Z | Compiling ahash v0.8.11 |
693 | 2025-02-25T01:34:34.313Z | Compiling byteorder v1.5.0 |
694 | 2025-02-25T01:34:34.338Z | Compiling futures-sink v0.3.31 |
695 | 2025-02-25T01:34:34.483Z | Compiling signal-hook-registry v1.4.2 |
696 | 2025-02-25T01:34:34.492Z | Compiling mio v1.0.2 |
697 | 2025-02-25T01:34:34.573Z | Compiling parking_lot v0.12.3 |
698 | 2025-02-25T01:34:34.756Z | Compiling socket2 v0.5.8 |
699 | 2025-02-25T01:34:34.818Z | Compiling log v0.4.22 |
700 | 2025-02-25T01:34:35.272Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-25T01:34:35.376Z | Compiling ring v0.17.11 |
702 | 2025-02-25T01:34:35.394Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-25T01:34:35.572Z | Compiling equivalent v1.0.1 |
704 | 2025-02-25T01:34:35.691Z | Compiling fnv v1.0.7 |
705 | 2025-02-25T01:34:35.824Z | Compiling pin-utils v0.1.0 |
706 | 2025-02-25T01:34:35.851Z | Compiling futures-io v0.3.31 |
707 | 2025-02-25T01:34:35.917Z | Compiling futures-task v0.3.31 |
708 | 2025-02-25T01:34:35.949Z | Compiling hashbrown v0.15.1 |
709 | 2025-02-25T01:34:36.095Z | Compiling http v1.2.0 |
710 | 2025-02-25T01:34:36.202Z | Compiling vcpkg v0.2.15 |
711 | 2025-02-25T01:34:36.412Z | Compiling rustls-pki-types v1.10.0 |
712 | 2025-02-25T01:34:36.476Z | Compiling pkg-config v0.3.31 |
713 | 2025-02-25T01:34:37.324Z | Compiling heck v0.5.0 |
714 | 2025-02-25T01:34:37.500Z | Compiling httparse v1.9.5 |
715 | 2025-02-25T01:34:37.529Z | Compiling openssl-sys v0.9.106 |
716 | 2025-02-25T01:34:37.709Z | Compiling litemap v0.7.3 |
717 | 2025-02-25T01:34:38.149Z | Compiling untrusted v0.9.0 |
718 | 2025-02-25T01:34:38.152Z | Compiling iana-time-zone v0.1.61 |
719 | 2025-02-25T01:34:38.220Z | Compiling writeable v0.5.5 |
720 | 2025-02-25T01:34:38.332Z | Compiling schemars v0.8.21 |
721 | 2025-02-25T01:34:38.736Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-25T01:34:38.852Z | Compiling dyn-clone v1.0.18 |
723 | 2025-02-25T01:34:38.899Z | Compiling atomic-waker v1.1.2 |
724 | 2025-02-25T01:34:38.988Z | Compiling ucd-trie v0.1.7 |
725 | 2025-02-25T01:34:39.235Z | Compiling http-body v1.0.1 |
726 | 2025-02-25T01:34:39.478Z | Compiling tracing v0.1.40 |
727 | 2025-02-25T01:34:39.739Z | Compiling zeroize v1.8.1 |
728 | 2025-02-25T01:34:40.086Z | Compiling icu_locid_transform_data v1.5.0 |
729 | 2025-02-25T01:34:40.171Z | Compiling allocator-api2 v0.2.18 |
730 | 2025-02-25T01:34:40.184Z | Compiling subtle v2.6.1 |
731 | 2025-02-25T01:34:40.463Z | Compiling try-lock v0.2.5 |
732 | 2025-02-25T01:34:40.501Z | Compiling chrono v0.4.39 |
733 | 2025-02-25T01:34:40.614Z | Compiling want v0.3.1 |
734 | 2025-02-25T01:34:40.787Z | Compiling synstructure v0.13.1 |
735 | 2025-02-25T01:34:40.868Z | Compiling serde_derive_internals v0.29.1 |
736 | 2025-02-25T01:34:40.883Z | Compiling tower-service v0.3.3 |
737 | 2025-02-25T01:34:40.903Z | Compiling foreign-types-shared v0.1.1 |
738 | 2025-02-25T01:34:41.005Z | Compiling openssl v0.10.71 |
739 | 2025-02-25T01:34:41.018Z | Compiling icu_properties_data v1.5.0 |
740 | 2025-02-25T01:34:41.427Z | Compiling httpdate v1.0.3 |
741 | 2025-02-25T01:34:41.443Z | Compiling uuid v1.12.0 |
742 | 2025-02-25T01:34:41.994Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-25T01:34:42.259Z | Compiling utf8_iter v1.0.4 |
744 | 2025-02-25T01:34:42.520Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2025-02-25T01:34:42.593Z | Compiling percent-encoding v2.3.1 |
746 | 2025-02-25T01:34:42.614Z | Compiling slog v2.7.0 |
747 | 2025-02-25T01:34:42.721Z | Compiling bitflags v2.6.0 |
748 | 2025-02-25T01:34:43.052Z | Compiling write16 v1.0.0 |
749 | 2025-02-25T01:34:43.104Z | Compiling native-tls v0.2.12 |
750 | 2025-02-25T01:34:43.192Z | Compiling rustls v0.23.19 |
751 | 2025-02-25T01:34:43.362Z | Compiling utf16_iter v1.0.5 |
752 | 2025-02-25T01:34:43.404Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-25T01:34:43.541Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-25T01:34:43.558Z | Compiling typenum v1.17.0 |
755 | 2025-02-25T01:34:43.900Z | Compiling regex-syntax v0.8.5 |
756 | 2025-02-25T01:34:44.474Z | Compiling openssl-probe v0.1.5 |
757 | 2025-02-25T01:34:44.737Z | Compiling serde_derive v1.0.218 |
758 | 2025-02-25T01:34:44.750Z | Compiling zerocopy-derive v0.7.35 |
759 | 2025-02-25T01:34:44.969Z | Compiling thiserror-impl v1.0.69 |
760 | 2025-02-25T01:34:45.635Z | Compiling schemars_derive v0.8.21 |
761 | 2025-02-25T01:34:46.161Z | Compiling zerofrom-derive v0.1.4 |
762 | 2025-02-25T01:34:46.640Z | Compiling zerocopy v0.7.35 |
763 | 2025-02-25T01:34:47.096Z | Compiling tokio-macros v2.5.0 |
764 | 2025-02-25T01:34:48.000Z | Compiling yoke-derive v0.7.4 |
765 | 2025-02-25T01:34:48.354Z | Compiling zerovec-derive v0.10.3 |
766 | 2025-02-25T01:34:48.554Z | Compiling tokio v1.43.0 |
767 | 2025-02-25T01:34:49.167Z | Compiling zerofrom v0.1.4 |
768 | 2025-02-25T01:34:49.175Z | Compiling futures-macro v0.3.31 |
769 | 2025-02-25T01:34:49.214Z | Compiling displaydoc v0.2.5 |
770 | 2025-02-25T01:34:50.380Z | Compiling yoke v0.7.4 |
771 | 2025-02-25T01:34:50.662Z | Compiling icu_provider_macros v1.5.0 |
772 | 2025-02-25T01:34:50.676Z | Compiling zerovec v0.10.4 |
773 | 2025-02-25T01:34:50.965Z | Compiling futures-util v0.3.31 |
774 | 2025-02-25T01:34:51.156Z | Compiling pest v2.7.14 |
775 | 2025-02-25T01:34:53.424Z | Compiling tinystr v0.7.6 |
776 | 2025-02-25T01:34:53.810Z | Compiling icu_locid v1.5.0 |
777 | 2025-02-25T01:34:54.081Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-02-25T01:34:57.230Z | Compiling indexmap v2.7.1 |
779 | 2025-02-25T01:34:58.632Z | Compiling serde_tokenstream v0.2.2 |
780 | 2025-02-25T01:34:59.379Z | Compiling tokio-util v0.7.12 |
781 | 2025-02-25T01:35:00.503Z | Compiling icu_provider v1.5.0 |
782 | 2025-02-25T01:35:01.039Z | Compiling h2 v0.4.6 |
783 | 2025-02-25T01:35:01.352Z | Compiling pest_meta v2.7.14 |
784 | 2025-02-25T01:35:01.617Z | Compiling icu_locid_transform v1.5.0 |
785 | 2025-02-25T01:35:02.920Z | Compiling icu_collections v1.5.0 |
786 | 2025-02-25T01:35:04.691Z | Compiling hashbrown v0.14.5 |
787 | 2025-02-25T01:35:05.555Z | Compiling icu_properties v1.5.1 |
788 | 2025-02-25T01:35:05.915Z | Compiling regress v0.10.1 |
789 | 2025-02-25T01:35:07.254Z | Compiling hyper v1.5.2 |
790 | 2025-02-25T01:35:07.271Z | Compiling pest_generator v2.7.14 |
791 | 2025-02-25T01:35:10.381Z | Compiling openssl-macros v0.1.1 |
792 | 2025-02-25T01:35:11.757Z | Compiling typify-impl v0.2.0 |
793 | 2025-02-25T01:35:11.828Z | Compiling hyper-util v0.1.10 |
794 | 2025-02-25T01:35:14.835Z | Compiling icu_normalizer v1.5.0 |
795 | 2025-02-25T01:35:16.384Z | Compiling pest_derive v2.7.14 |
796 | 2025-02-25T01:35:18.471Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-25T01:35:18.712Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-25T01:35:18.732Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-25T01:35:19.298Z | Compiling generic-array v0.14.7 |
800 | 2025-02-25T01:35:19.666Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-25T01:35:19.996Z | Compiling mime v0.3.17 |
802 | 2025-02-25T01:35:21.572Z | Compiling typify-macro v0.2.0 |
803 | 2025-02-25T01:35:21.833Z | Compiling idna v1.0.3 |
804 | 2025-02-25T01:35:22.694Z | Compiling regex v1.11.1 |
805 | 2025-02-25T01:35:23.602Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-02-25T01:35:23.846Z | Compiling tokio-rustls v0.26.0 |
807 | 2025-02-25T01:35:24.340Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-02-25T01:35:24.864Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-25T01:35:24.884Z | Compiling rustls-pemfile v2.2.0 |
810 | 2025-02-25T01:35:25.363Z | Compiling webpki-roots v0.26.6 |
811 | 2025-02-25T01:35:25.405Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-25T01:35:25.556Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-25T01:35:25.970Z | Compiling tower-layer v0.3.3 |
814 | 2025-02-25T01:35:25.997Z | Compiling base64 v0.22.1 |
815 | 2025-02-25T01:35:26.324Z | Compiling powerfmt v0.2.0 |
816 | 2025-02-25T01:35:26.364Z | Compiling time-core v0.1.2 |
817 | 2025-02-25T01:35:26.528Z | Compiling num-conv v0.1.0 |
818 | 2025-02-25T01:35:26.806Z | Compiling time-macros v0.2.18 |
819 | 2025-02-25T01:35:27.069Z | Compiling deranged v0.3.11 |
820 | 2025-02-25T01:35:27.252Z | Compiling scroll v0.12.0 |
821 | 2025-02-25T01:35:27.811Z | Compiling tower v0.5.2 |
822 | 2025-02-25T01:35:28.872Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-25T01:35:33.084Z | Compiling hyper-tls v0.6.0 |
824 | 2025-02-25T01:35:33.145Z | Compiling url v2.5.3 |
825 | 2025-02-25T01:35:33.145Z | Compiling thread-id v4.2.2 |
826 | 2025-02-25T01:35:33.145Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-25T01:35:33.145Z | Compiling dof v0.3.0 |
828 | 2025-02-25T01:35:33.145Z | Compiling ident_case v1.0.1 |
829 | 2025-02-25T01:35:33.145Z | Compiling strsim v0.11.1 |
830 | 2025-02-25T01:35:33.568Z | Compiling num_threads v0.1.7 |
831 | 2025-02-25T01:35:33.694Z | Compiling paste v1.0.15 |
832 | 2025-02-25T01:35:35.093Z | Compiling ipnet v2.10.1 |
833 | 2025-02-25T01:35:37.191Z | Compiling crossbeam-utils v0.8.20 |
834 | 2025-02-25T01:35:37.274Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2025-02-25T01:35:38.608Z | Compiling plain v0.2.3 |
836 | 2025-02-25T01:35:38.769Z | Compiling goblin v0.8.2 |
837 | 2025-02-25T01:35:40.787Z | Compiling time v0.3.36 |
838 | 2025-02-25T01:35:44.491Z | Compiling reqwest v0.12.12 |
839 | 2025-02-25T01:35:44.659Z | Compiling darling_core v0.20.10 |
840 | 2025-02-25T01:35:47.178Z | Compiling typify v0.2.0 |
841 | 2025-02-25T01:35:47.304Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-25T01:35:49.980Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-25T01:35:51.230Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2025-02-25T01:35:51.497Z | Compiling newtype-uuid v1.2.1 |
845 | 2025-02-25T01:35:51.852Z | Compiling pretty-hex v0.4.1 |
846 | 2025-02-25T01:35:52.094Z | Compiling rustversion v1.0.17 |
847 | 2025-02-25T01:35:52.744Z | Compiling rustls v0.22.4 |
848 | 2025-02-25T01:35:52.944Z | Compiling serde_yaml v0.9.34+deprecated |
849 | 2025-02-25T01:35:55.750Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-25T01:35:56.144Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-25T01:35:56.404Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-25T01:35:59.376Z | Compiling crypto-common v0.1.6 |
853 | 2025-02-25T01:35:59.603Z | Compiling block-buffer v0.10.4 |
854 | 2025-02-25T01:35:59.857Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-25T01:36:00.477Z | Compiling toml_datetime v0.6.8 |
856 | 2025-02-25T01:36:01.034Z | Compiling serde_spanned v0.6.8 |
857 | 2025-02-25T01:36:01.135Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-25T01:36:01.287Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-25T01:36:01.498Z | Compiling rand_core v0.6.4 |
860 | 2025-02-25T01:36:01.984Z | Compiling thread_local v1.1.8 |
861 | 2025-02-25T01:36:02.068Z | Compiling multer v3.1.0 |
862 | 2025-02-25T01:36:02.437Z | Compiling camino v1.1.9 |
863 | 2025-02-25T01:36:02.602Z | Compiling thiserror v2.0.11 |
864 | 2025-02-25T01:36:02.705Z | Compiling anyhow v1.0.96 |
865 | 2025-02-25T01:36:03.035Z | Compiling slog-async v2.8.0 |
866 | 2025-02-25T01:36:03.208Z | Compiling match_cfg v0.1.0 |
867 | 2025-02-25T01:36:03.279Z | Compiling winnow v0.6.20 |
868 | 2025-02-25T01:36:03.601Z | Compiling hostname v0.3.1 |
869 | 2025-02-25T01:36:03.675Z | Compiling structmeta v0.3.0 |
870 | 2025-02-25T01:36:04.025Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-25T01:36:04.094Z | Compiling progenitor-macro v0.8.0 |
872 | 2025-02-25T01:36:04.331Z | Compiling oxnet v0.1.0 |
873 | 2025-02-25T01:36:04.899Z | Compiling digest v0.10.7 |
874 | 2025-02-25T01:36:05.316Z | Compiling crossbeam-channel v0.5.13 |
875 | 2025-02-25T01:36:06.855Z | Compiling toml_edit v0.22.22 |
876 | 2025-02-25T01:36:07.582Z | Compiling darling v0.20.10 |
877 | 2025-02-25T01:36:07.685Z | Compiling term v0.7.0 |
878 | 2025-02-25T01:36:13.405Z | Compiling progenitor-client v0.8.0 |
879 | 2025-02-25T01:36:14.312Z | Compiling usdt-macro v0.5.0 |
880 | 2025-02-25T01:36:14.667Z | Compiling usdt-attr-macro v0.5.0 |
881 | 2025-02-25T01:36:14.681Z | Compiling slog-json v2.6.1 |
882 | 2025-02-25T01:36:15.157Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-25T01:36:15.599Z | Compiling thiserror-impl v2.0.11 |
884 | 2025-02-25T01:36:19.787Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-25T01:36:19.855Z | Compiling daft-derive v0.1.1 |
886 | 2025-02-25T01:36:19.855Z | Compiling is-terminal v0.4.13 |
887 | 2025-02-25T01:36:19.855Z | Compiling memmap v0.7.0 |
888 | 2025-02-25T01:36:19.855Z | Compiling dropshot v0.15.1 |
889 | 2025-02-25T01:36:19.855Z | Compiling spin v0.9.8 |
890 | 2025-02-25T01:36:19.855Z | Compiling cpufeatures v0.2.14 |
891 | 2025-02-25T01:36:19.855Z | Compiling take_mut v0.2.2 |
892 | 2025-02-25T01:36:19.855Z | Compiling sha1 v0.10.6 |
893 | 2025-02-25T01:36:19.856Z | Compiling daft v0.1.1 |
894 | 2025-02-25T01:36:19.856Z | Compiling usdt v0.5.0 |
895 | 2025-02-25T01:36:20.828Z | Compiling slog-term v2.9.1 |
896 | 2025-02-25T01:36:21.352Z | Compiling async-stream v0.3.6 |
897 | 2025-02-25T01:36:21.378Z | Compiling futures v0.3.31 |
898 | 2025-02-25T01:36:21.579Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-02-25T01:36:21.692Z | Compiling progenitor v0.8.0 |
900 | 2025-02-25T01:36:21.859Z | Compiling tokio-rustls v0.25.0 |
901 | 2025-02-25T01:36:21.869Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-25T01:36:22.350Z | Compiling toml v0.8.19 |
903 | 2025-02-25T01:36:23.626Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-25T01:36:26.033Z | Compiling rand v0.8.5 |
905 | 2025-02-25T01:36:26.037Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-25T01:36:27.884Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-25T01:36:29.069Z | Compiling hex v0.4.3 |
908 | 2025-02-25T01:36:29.373Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-25T01:36:29.682Z | Compiling async-trait v0.1.86 |
910 | 2025-02-25T01:36:29.695Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2025-02-25T01:36:30.175Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-25T01:36:30.306Z | Compiling hostname v0.4.0 |
913 | 2025-02-25T01:36:30.411Z | Compiling instant v0.1.13 |
914 | 2025-02-25T01:36:30.555Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-25T01:36:30.560Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
916 | 2025-02-25T01:36:30.570Z | Compiling backoff v0.4.0 |
917 | 2025-02-25T01:36:30.696Z | Compiling parse-display v0.10.0 |
918 | 2025-02-25T01:36:30.758Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-02-25T01:36:30.902Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
920 | 2025-02-25T01:36:31.027Z | Compiling strum v0.26.3 |
921 | 2025-02-25T01:36:31.191Z | Compiling serde_with v3.11.0 |
922 | 2025-02-25T01:36:31.789Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-25T01:36:32.596Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-25T01:36:32.632Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-25T01:36:33.393Z | Compiling regress v0.9.1 |
926 | 2025-02-25T01:36:33.605Z | Compiling macaddr v1.0.1 |
927 | 2025-02-25T01:36:41.999Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-25T01:36:51.572Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-25T01:37:01.363Z | Finished `release` profile [optimized] target(s) in 2m 30s |
930 | 2025-02-25T01:37:01.444Z | process exited: duration 215469 ms, exit code 0 |
|
931 | 2025-02-25T01:37:01.452Z | found 0 output files |