|
|
|
1 | 2025-07-23T00:43:18.733Z | job assigned to worker 01K0TBNNKDB6X2BP6V9QM99PK2 [factory gimlet-EVT22200007-propolis, EVT22200007/35475] (queued for 1 m 16 s) |
|
2 | 2025-07-23T00:43:27.279Z | starting task 0: "setup" |
3 | 2025-07-23T00:43:27.304Z | ++ uname -s |
4 | 2025-07-23T00:43:27.304Z | + kern=SunOS |
5 | 2025-07-23T00:43:27.304Z | + build_user=build |
6 | 2025-07-23T00:43:27.304Z | + build_uid=12345 |
7 | 2025-07-23T00:43:27.304Z | + work_dir=/work |
8 | 2025-07-23T00:43:27.304Z | + input_dir=/input |
9 | 2025-07-23T00:43:27.304Z | + [[ 0 == 12345 ]] |
10 | 2025-07-23T00:43:27.304Z | + case "$kern" in |
11 | 2025-07-23T00:43:27.304Z | + groupadd -g 12345 build |
12 | 2025-07-23T00:43:27.304Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-23T00:43:29.305Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-23T00:43:29.339Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-23T00:43:29.364Z | + home_fs=zfs |
16 | 2025-07-23T00:43:29.364Z | + [[ zfs == autofs ]] |
17 | 2025-07-23T00:43:29.365Z | + mkdir -p /home/build |
18 | 2025-07-23T00:43:29.365Z | + chown build:build /home/build /work |
19 | 2025-07-23T00:43:31.349Z | + chmod 0700 /home/build /work |
20 | 2025-07-23T00:43:31.373Z | process exited: duration 4077 ms, exit code 0 |
|
21 | 2025-07-23T00:43:31.423Z | starting task 1: "rust-toolchain" |
22 | 2025-07-23T00:43:31.447Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-23T00:43:31.447Z | * rust toolchain channel = "1.88.0" |
24 | 2025-07-23T00:43:31.447Z | * rust toolchain profile = "default" |
25 | 2025-07-23T00:43:31.447Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-07-23T00:43:31.447Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-23T00:43:31.447Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-23T00:43:31.447Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-23T00:43:31.447Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-23T00:43:31.562Z | info: downloading installer |
31 | 2025-07-23T00:43:32.074Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-23T00:43:32.074Z | warn: /opt/ooce/bin |
33 | 2025-07-23T00:43:32.074Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-23T00:43:32.074Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-23T00:43:32.074Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-23T00:43:32.074Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-23T00:43:32.074Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-23T00:43:32.074Z | error: cannot install while Rust is installed |
39 | 2025-07-23T00:43:32.074Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-23T00:43:32.098Z | info: profile set to 'default' |
41 | 2025-07-23T00:43:32.098Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-23T00:43:32.098Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-23T00:43:32.209Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-23T00:43:32.209Z | info: downloading component 'cargo' |
45 | 2025-07-23T00:43:32.447Z | info: downloading component 'clippy' |
46 | 2025-07-23T00:43:32.518Z | info: downloading component 'rust-docs' |
47 | 2025-07-23T00:43:32.774Z | info: downloading component 'rust-std' |
48 | 2025-07-23T00:43:33.101Z | info: downloading component 'rustc' |
49 | 2025-07-23T00:43:34.515Z | info: downloading component 'rustfmt' |
50 | 2025-07-23T00:43:34.577Z | info: installing component 'cargo' |
51 | 2025-07-23T00:43:35.749Z | info: installing component 'clippy' |
52 | 2025-07-23T00:43:36.249Z | info: installing component 'rust-docs' |
53 | 2025-07-23T00:43:39.279Z | info: installing component 'rust-std' |
54 | 2025-07-23T00:43:41.271Z | info: installing component 'rustc' |
55 | 2025-07-23T00:43:49.187Z | info: installing component 'rustfmt' |
56 | 2025-07-23T00:43:49.570Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-23T00:43:49.570Z | |
58 | 2025-07-23T00:43:49.741Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-23T00:43:49.741Z | |
60 | 2025-07-23T00:43:49.741Z | |
61 | 2025-07-23T00:43:49.741Z | Rust is installed now. Great! |
62 | 2025-07-23T00:43:49.741Z | |
63 | 2025-07-23T00:43:49.741Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-23T00:43:49.766Z | environment variable. This has not been done automatically. |
65 | 2025-07-23T00:43:49.766Z | |
66 | 2025-07-23T00:43:49.766Z | To configure your current shell, you need to source |
67 | 2025-07-23T00:43:49.766Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-23T00:43:49.766Z | |
69 | 2025-07-23T00:43:49.766Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-23T00:43:49.766Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-23T00:43:49.766Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-23T00:43:49.766Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-23T00:43:49.854Z | + rustup --version |
74 | 2025-07-23T00:43:49.878Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-23T00:43:49.878Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-23T00:43:49.990Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-23T00:43:50.015Z | + cargo --version |
78 | 2025-07-23T00:43:50.112Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-23T00:43:50.136Z | + rustc --version |
80 | 2025-07-23T00:43:50.238Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-23T00:43:50.263Z | process exited: duration 18822 ms, exit code 0 |
|
82 | 2025-07-23T00:43:50.312Z | starting task 2: "authentication" |
83 | 2025-07-23T00:43:50.374Z | process exited: duration 61 ms, exit code 0 |
|
84 | 2025-07-23T00:43:50.423Z | starting task 3: "clone repository" |
85 | 2025-07-23T00:43:50.447Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-23T00:43:50.448Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-23T00:43:50.472Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-23T00:44:09.144Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-23T00:44:09.168Z | + git fetch origin a498b868de0a2b55ed764d79c08d9744cec6c01a |
90 | 2025-07-23T00:44:09.851Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-23T00:44:09.851Z | * branch a498b868de0a2b55ed764d79c08d9744cec6c01a -> FETCH_HEAD |
92 | 2025-07-23T00:44:09.876Z | + [[ -n '' ]] |
93 | 2025-07-23T00:44:09.876Z | + git reset --hard a498b868de0a2b55ed764d79c08d9744cec6c01a |
94 | 2025-07-23T00:44:10.133Z | HEAD is now at a498b868d expectorate |
95 | 2025-07-23T00:44:10.157Z | process exited: duration 19714 ms, exit code 0 |
|
96 | 2025-07-23T00:44:10.209Z | starting task 4: "build" |
97 | 2025-07-23T00:44:10.234Z | + source .github/buildomat/ci-env.sh |
98 | 2025-07-23T00:44:10.234Z | ++ export CARGO_TERM_COLOR=always |
99 | 2025-07-23T00:44:10.234Z | ++ CARGO_TERM_COLOR=always |
100 | 2025-07-23T00:44:10.234Z | + cargo --version |
101 | 2025-07-23T00:44:10.285Z | cargo 1.88.0 (873a06493 2025-05-10) |
102 | 2025-07-23T00:44:10.309Z | + rustc --version |
103 | 2025-07-23T00:44:10.379Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
104 | 2025-07-23T00:44:10.405Z | + cd /tmp |
105 | 2025-07-23T00:44:10.405Z | + cargo new --lib test-project |
106 | 2025-07-23T00:44:10.467Z | Creating library `test-project` package |
107 | 2025-07-23T00:44:10.572Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
108 | 2025-07-23T00:44:10.597Z | + cd test-project |
109 | 2025-07-23T00:44:10.597Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
110 | 2025-07-23T00:44:10.664Z | Adding omicron-common (local) to dependencies |
111 | 2025-07-23T00:44:10.664Z | Features: |
112 | 2025-07-23T00:44:10.664Z | - proptest |
113 | 2025-07-23T00:44:10.664Z | - test-strategy |
114 | 2025-07-23T00:44:10.664Z | - testing |
115 | 2025-07-23T00:44:10.702Z | Updating crates.io index |
116 | 2025-07-23T00:44:10.784Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
117 | 2025-07-23T00:44:11.486Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
118 | 2025-07-23T00:44:12.374Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
119 | 2025-07-23T00:44:12.866Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
120 | 2025-07-23T00:44:13.381Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
121 | 2025-07-23T00:44:15.078Z | Locking 358 packages to latest Rust 1.88.0 compatible versions |
122 | 2025-07-23T00:44:15.208Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
123 | 2025-07-23T00:44:15.233Z | + cargo check |
124 | 2025-07-23T00:44:15.471Z | Updating crates.io index |
125 | 2025-07-23T00:44:16.671Z | Locking 1 package to latest Rust 1.88.0 compatible version |
126 | 2025-07-23T00:44:16.671Z | Adding omicron-workspace-hack v0.1.0 |
127 | 2025-07-23T00:44:16.724Z | Downloading crates ... |
128 | 2025-07-23T00:44:16.809Z | Downloaded anyhow v1.0.98 |
129 | 2025-07-23T00:44:16.834Z | Downloaded strum_macros v0.27.1 |
130 | 2025-07-23T00:44:16.834Z | Downloaded thiserror v2.0.12 |
131 | 2025-07-23T00:44:16.834Z | Downloaded thread-id v4.2.2 |
132 | 2025-07-23T00:44:16.834Z | Downloaded strum_macros v0.26.4 |
133 | 2025-07-23T00:44:16.859Z | Downloaded tokio-rustls v0.25.0 |
134 | 2025-07-23T00:44:16.859Z | Downloaded unarray v0.1.4 |
135 | 2025-07-23T00:44:16.859Z | Downloaded zerofrom v0.1.4 |
136 | 2025-07-23T00:44:16.859Z | Downloaded paste v1.0.15 |
137 | 2025-07-23T00:44:16.859Z | Downloaded scopeguard v1.2.0 |
138 | 2025-07-23T00:44:16.885Z | Downloaded rusty-fork v0.3.0 |
139 | 2025-07-23T00:44:16.885Z | Downloaded progenitor-client v0.9.1 |
140 | 2025-07-23T00:44:16.885Z | Downloaded shlex v1.3.0 |
141 | 2025-07-23T00:44:16.885Z | Downloaded schemars_derive v0.8.22 |
142 | 2025-07-23T00:44:16.885Z | Downloaded quote v1.0.40 |
143 | 2025-07-23T00:44:16.885Z | Downloaded slab v0.4.9 |
144 | 2025-07-23T00:44:16.885Z | Downloaded ryu v1.0.18 |
145 | 2025-07-23T00:44:16.885Z | Downloaded quick-error v1.2.3 |
146 | 2025-07-23T00:44:16.886Z | Downloaded uuid v1.17.0 |
147 | 2025-07-23T00:44:16.911Z | Downloaded ref-cast-impl v1.0.24 |
148 | 2025-07-23T00:44:16.911Z | Downloaded scroll_derive v0.12.0 |
149 | 2025-07-23T00:44:16.911Z | Downloaded rustc-hash v2.1.1 |
150 | 2025-07-23T00:44:16.911Z | Downloaded slog-json v2.6.1 |
151 | 2025-07-23T00:44:16.911Z | Downloaded slog-bunyan v2.5.0 |
152 | 2025-07-23T00:44:16.911Z | Downloaded serde_path_to_error v0.1.17 |
153 | 2025-07-23T00:44:16.911Z | Downloaded smallvec v1.15.0 |
154 | 2025-07-23T00:44:16.911Z | Downloaded mio v1.0.2 |
155 | 2025-07-23T00:44:16.937Z | Downloaded slog v2.7.0 |
156 | 2025-07-23T00:44:16.937Z | Downloaded socket2 v0.5.10 |
157 | 2025-07-23T00:44:16.937Z | Downloaded serde v1.0.219 |
158 | 2025-07-23T00:44:16.937Z | Downloaded winnow v0.7.10 |
159 | 2025-07-23T00:44:16.963Z | Downloaded serde_with v3.14.0 |
160 | 2025-07-23T00:44:16.963Z | Downloaded pest v2.7.14 |
161 | 2025-07-23T00:44:16.990Z | Downloaded serde_json v1.0.140 |
162 | 2025-07-23T00:44:16.990Z | Downloaded reqwest v0.12.22 |
163 | 2025-07-23T00:44:16.990Z | Downloaded instant v0.1.13 |
164 | 2025-07-23T00:44:16.990Z | Downloaded regex v1.11.1 |
165 | 2025-07-23T00:44:17.015Z | Downloaded rustls-webpki v0.102.8 |
166 | 2025-07-23T00:44:17.040Z | Downloaded percent-encoding v2.3.1 |
167 | 2025-07-23T00:44:17.040Z | Downloaded icu_normalizer_data v1.5.0 |
168 | 2025-07-23T00:44:17.041Z | Downloaded icu_normalizer v1.5.0 |
169 | 2025-07-23T00:44:17.041Z | Downloaded regex-syntax v0.8.5 |
170 | 2025-07-23T00:44:17.075Z | Downloaded rustls v0.22.4 |
171 | 2025-07-23T00:44:17.075Z | Downloaded indexmap v2.10.0 |
172 | 2025-07-23T00:44:17.075Z | Downloaded rustls v0.23.19 |
173 | 2025-07-23T00:44:17.100Z | Downloaded icu_properties_data v1.5.0 |
174 | 2025-07-23T00:44:17.100Z | Downloaded iri-string v0.7.8 |
175 | 2025-07-23T00:44:17.100Z | Downloaded hyper v1.6.0 |
176 | 2025-07-23T00:44:17.124Z | Downloaded typify-impl v0.3.0 |
177 | 2025-07-23T00:44:17.124Z | Downloaded goblin v0.8.2 |
178 | 2025-07-23T00:44:17.124Z | Downloaded rustix v1.0.7 |
179 | 2025-07-23T00:44:17.148Z | Downloaded h2 v0.4.6 |
180 | 2025-07-23T00:44:17.172Z | Downloaded futures-util v0.3.31 |
181 | 2025-07-23T00:44:17.172Z | Downloaded chrono v0.4.41 |
182 | 2025-07-23T00:44:17.173Z | Downloaded aho-corasick v1.1.3 |
183 | 2025-07-23T00:44:17.197Z | Downloaded regex-automata v0.4.8 |
184 | 2025-07-23T00:44:17.197Z | Downloaded iddqd v0.3.9 |
185 | 2025-07-23T00:44:17.221Z | Downloaded http v1.3.1 |
186 | 2025-07-23T00:44:17.221Z | Downloaded hashbrown v0.15.4 |
187 | 2025-07-23T00:44:17.221Z | Downloaded dropshot v0.16.2 |
188 | 2025-07-23T00:44:17.246Z | Downloaded hyper-util v0.1.14 |
189 | 2025-07-23T00:44:17.246Z | Downloaded tokio v1.45.1 |
190 | 2025-07-23T00:44:17.285Z | Downloaded cc v1.2.30 |
191 | 2025-07-23T00:44:17.335Z | Downloaded bytes v1.10.1 |
192 | 2025-07-23T00:44:17.335Z | Downloaded base64 v0.22.1 |
193 | 2025-07-23T00:44:17.335Z | Downloaded regress v0.10.3 |
194 | 2025-07-23T00:44:17.335Z | Downloaded pest_meta v2.7.14 |
195 | 2025-07-23T00:44:17.335Z | Downloaded icu_properties v1.5.1 |
196 | 2025-07-23T00:44:17.335Z | Downloaded icu_collections v1.5.0 |
197 | 2025-07-23T00:44:17.335Z | Downloaded dropshot_endpoint v0.16.2 |
198 | 2025-07-23T00:44:17.335Z | Downloaded darling_core v0.20.10 |
199 | 2025-07-23T00:44:17.335Z | Downloaded openapiv3 v2.2.0 |
200 | 2025-07-23T00:44:17.335Z | Downloaded idna v1.0.3 |
201 | 2025-07-23T00:44:17.335Z | Downloaded icu_provider v1.5.0 |
202 | 2025-07-23T00:44:17.335Z | Downloaded iana-time-zone v0.1.63 |
203 | 2025-07-23T00:44:17.335Z | Downloaded httparse v1.9.5 |
204 | 2025-07-23T00:44:17.335Z | Downloaded getrandom v0.3.1 |
205 | 2025-07-23T00:44:17.335Z | Downloaded getrandom v0.2.15 |
206 | 2025-07-23T00:44:17.360Z | Downloaded libc v0.2.174 |
207 | 2025-07-23T00:44:17.387Z | Downloaded futures v0.3.31 |
208 | 2025-07-23T00:44:17.387Z | Downloaded displaydoc v0.2.5 |
209 | 2025-07-23T00:44:17.387Z | Downloaded dirs-sys-next v0.1.2 |
210 | 2025-07-23T00:44:17.387Z | Downloaded derive-where v1.5.0 |
211 | 2025-07-23T00:44:17.387Z | Downloaded derive-ex v0.1.8 |
212 | 2025-07-23T00:44:17.387Z | Downloaded darling_macro v0.20.10 |
213 | 2025-07-23T00:44:17.387Z | Downloaded darling v0.20.10 |
214 | 2025-07-23T00:44:17.387Z | Downloaded daft v0.1.4 |
215 | 2025-07-23T00:44:17.387Z | Downloaded cpufeatures v0.2.14 |
216 | 2025-07-23T00:44:17.387Z | Downloaded autocfg v1.4.0 |
217 | 2025-07-23T00:44:17.387Z | Downloaded async-stream-impl v0.3.6 |
218 | 2025-07-23T00:44:17.412Z | Downloaded itoa v1.0.11 |
219 | 2025-07-23T00:44:17.412Z | Downloaded idna_adapter v1.2.0 |
220 | 2025-07-23T00:44:17.412Z | Downloaded hyper-rustls v0.27.7 |
221 | 2025-07-23T00:44:17.412Z | Downloaded futures-task v0.3.31 |
222 | 2025-07-23T00:44:17.412Z | Downloaded futures-channel v0.3.31 |
223 | 2025-07-23T00:44:17.412Z | Downloaded form_urlencoded v1.2.1 |
224 | 2025-07-23T00:44:17.412Z | Downloaded errno v0.3.12 |
225 | 2025-07-23T00:44:17.412Z | Downloaded dof v0.3.0 |
226 | 2025-07-23T00:44:17.412Z | Downloaded debug-ignore v1.0.5 |
227 | 2025-07-23T00:44:17.412Z | Downloaded byteorder v1.5.0 |
228 | 2025-07-23T00:44:17.412Z | Downloaded atomic-waker v1.1.2 |
229 | 2025-07-23T00:44:17.412Z | Downloaded pin-project-lite v0.2.14 |
230 | 2025-07-23T00:44:17.412Z | Downloaded ipnetwork v0.21.1 |
231 | 2025-07-23T00:44:17.412Z | Downloaded ident_case v1.0.1 |
232 | 2025-07-23T00:44:17.437Z | Downloaded icu_locid_transform v1.5.0 |
233 | 2025-07-23T00:44:17.437Z | Downloaded httpdate v1.0.3 |
234 | 2025-07-23T00:44:17.437Z | Downloaded http-body-util v0.1.3 |
235 | 2025-07-23T00:44:17.438Z | Downloaded heck v0.5.0 |
236 | 2025-07-23T00:44:17.438Z | Downloaded generic-array v0.14.7 |
237 | 2025-07-23T00:44:17.438Z | Downloaded futures-io v0.3.31 |
238 | 2025-07-23T00:44:17.438Z | Downloaded ring v0.17.14 |
239 | 2025-07-23T00:44:17.463Z | Downloaded futures-executor v0.3.31 |
240 | 2025-07-23T00:44:17.487Z | Downloaded foldhash v0.1.5 |
241 | 2025-07-23T00:44:17.487Z | Downloaded fnv v1.0.7 |
242 | 2025-07-23T00:44:17.487Z | Downloaded daft-derive v0.1.4 |
243 | 2025-07-23T00:44:17.487Z | Downloaded http-body v1.0.1 |
244 | 2025-07-23T00:44:17.487Z | Downloaded crossbeam-channel v0.5.15 |
245 | 2025-07-23T00:44:17.487Z | Downloaded encoding_rs v0.8.34 |
246 | 2025-07-23T00:44:17.512Z | Downloaded hex v0.4.3 |
247 | 2025-07-23T00:44:17.512Z | Downloaded futures-sink v0.3.31 |
248 | 2025-07-23T00:44:17.512Z | Downloaded futures-macro v0.3.31 |
249 | 2025-07-23T00:44:17.512Z | Downloaded futures-core v0.3.31 |
250 | 2025-07-23T00:44:17.512Z | Downloaded fastrand v2.1.1 |
251 | 2025-07-23T00:44:17.512Z | Downloaded dyn-clone v1.0.19 |
252 | 2025-07-23T00:44:17.512Z | Downloaded camino v1.1.10 |
253 | 2025-07-23T00:44:17.513Z | Downloaded zerocopy v0.8.26 |
254 | 2025-07-23T00:44:17.538Z | Downloaded webpki-roots v1.0.1 |
255 | 2025-07-23T00:44:17.538Z | Downloaded is-terminal v0.4.13 |
256 | 2025-07-23T00:44:17.538Z | Downloaded icu_locid_transform_data v1.5.0 |
257 | 2025-07-23T00:44:17.538Z | Downloaded hostname v0.3.1 |
258 | 2025-07-23T00:44:17.538Z | Downloaded equivalent v1.0.2 |
259 | 2025-07-23T00:44:17.562Z | Downloaded dtrace-parser v0.2.0 |
260 | 2025-07-23T00:44:17.562Z | Downloaded digest v0.10.7 |
261 | 2025-07-23T00:44:17.562Z | Downloaded deranged v0.3.11 |
262 | 2025-07-23T00:44:17.562Z | Downloaded proptest v1.7.0 |
263 | 2025-07-23T00:44:17.562Z | Downloaded syn v2.0.104 |
264 | 2025-07-23T00:44:17.562Z | Downloaded lazy_static v1.5.0 |
265 | 2025-07-23T00:44:17.587Z | Downloaded icu_locid v1.5.0 |
266 | 2025-07-23T00:44:17.587Z | Downloaded dirs-next v2.0.0 |
267 | 2025-07-23T00:44:17.587Z | Downloaded crypto-common v0.1.6 |
268 | 2025-07-23T00:44:17.587Z | Downloaded bitflags v2.9.1 |
269 | 2025-07-23T00:44:17.587Z | Downloaded icu_provider_macros v1.5.0 |
270 | 2025-07-23T00:44:17.587Z | Downloaded hostname v0.4.0 |
271 | 2025-07-23T00:44:17.587Z | Downloaded cfg-if v1.0.1 |
272 | 2025-07-23T00:44:17.587Z | Downloaded block-buffer v0.10.4 |
273 | 2025-07-23T00:44:17.587Z | Downloaded bit-vec v0.8.0 |
274 | 2025-07-23T00:44:17.587Z | Downloaded async-trait v0.1.88 |
275 | 2025-07-23T00:44:17.587Z | Downloaded async-stream v0.3.6 |
276 | 2025-07-23T00:44:17.587Z | Downloaded allocator-api2 v0.2.21 |
277 | 2025-07-23T00:44:17.613Z | Downloaded quinn-proto v0.11.8 |
278 | 2025-07-23T00:44:17.613Z | Downloaded bit-set v0.8.0 |
279 | 2025-07-23T00:44:17.613Z | Downloaded zerocopy v0.7.35 |
280 | 2025-07-23T00:44:17.637Z | Downloaded serde_derive v1.0.219 |
281 | 2025-07-23T00:44:17.637Z | Downloaded rand v0.9.1 |
282 | 2025-07-23T00:44:17.637Z | Downloaded rand v0.8.5 |
283 | 2025-07-23T00:44:17.637Z | Downloaded zerovec v0.10.4 |
284 | 2025-07-23T00:44:17.637Z | Downloaded backoff v0.4.0 |
285 | 2025-07-23T00:44:17.637Z | Downloaded rustls-pki-types v1.10.0 |
286 | 2025-07-23T00:44:17.637Z | Downloaded slog-term v2.9.1 |
287 | 2025-07-23T00:44:17.661Z | Downloaded semver v1.0.26 |
288 | 2025-07-23T00:44:17.661Z | Downloaded tower-http v0.6.6 |
289 | 2025-07-23T00:44:17.661Z | Downloaded slog-async v2.8.0 |
290 | 2025-07-23T00:44:17.661Z | Downloaded serde_urlencoded v0.7.1 |
291 | 2025-07-23T00:44:17.661Z | Downloaded serde_derive_internals v0.29.1 |
292 | 2025-07-23T00:44:17.661Z | Downloaded proc-macro2 v1.0.95 |
293 | 2025-07-23T00:44:17.661Z | Downloaded progenitor-client v0.10.0 |
294 | 2025-07-23T00:44:17.661Z | Downloaded serde_tokenstream v0.2.2 |
295 | 2025-07-23T00:44:17.661Z | Downloaded serde_spanned v0.6.9 |
296 | 2025-07-23T00:44:17.661Z | Downloaded scroll v0.12.0 |
297 | 2025-07-23T00:44:17.661Z | Downloaded rustversion v1.0.17 |
298 | 2025-07-23T00:44:17.686Z | Downloaded pest_derive v2.7.14 |
299 | 2025-07-23T00:44:17.686Z | Downloaded strsim v0.11.1 |
300 | 2025-07-23T00:44:17.686Z | Downloaded spin v0.9.8 |
301 | 2025-07-23T00:44:17.686Z | Downloaded progenitor-impl v0.9.1 |
302 | 2025-07-23T00:44:17.686Z | Downloaded serde_yaml v0.9.34+deprecated |
303 | 2025-07-23T00:44:17.686Z | Downloaded pretty-hex v0.4.1 |
304 | 2025-07-23T00:44:17.686Z | Downloaded rand_xorshift v0.4.0 |
305 | 2025-07-23T00:44:17.686Z | Downloaded rand_chacha v0.3.1 |
306 | 2025-07-23T00:44:17.686Z | Downloaded quinn v0.11.5 |
307 | 2025-07-23T00:44:17.686Z | Downloaded memchr v2.7.4 |
308 | 2025-07-23T00:44:17.686Z | Downloaded tokio-util v0.7.15 |
309 | 2025-07-23T00:44:17.710Z | Downloaded progenitor v0.9.1 |
310 | 2025-07-23T00:44:17.710Z | Downloaded ppv-lite86 v0.2.20 |
311 | 2025-07-23T00:44:17.710Z | Downloaded pest_generator v2.7.14 |
312 | 2025-07-23T00:44:17.711Z | Downloaded stable_deref_trait v1.2.0 |
313 | 2025-07-23T00:44:17.711Z | Downloaded ref-cast v1.0.24 |
314 | 2025-07-23T00:44:17.711Z | Downloaded rand_core v0.9.2 |
315 | 2025-07-23T00:44:17.711Z | Downloaded rand_core v0.6.4 |
316 | 2025-07-23T00:44:17.711Z | Downloaded rand_chacha v0.9.0 |
317 | 2025-07-23T00:44:17.711Z | Downloaded schemars v0.8.22 |
318 | 2025-07-23T00:44:17.735Z | Downloaded unsafe-libyaml v0.2.11 |
319 | 2025-07-23T00:44:17.735Z | Downloaded tracing-core v0.1.32 |
320 | 2025-07-23T00:44:17.735Z | Downloaded tower v0.5.2 |
321 | 2025-07-23T00:44:17.735Z | Downloaded progenitor-macro v0.9.1 |
322 | 2025-07-23T00:44:17.735Z | Downloaded sha2 v0.10.9 |
323 | 2025-07-23T00:44:17.735Z | Downloaded serde_with_macros v3.14.0 |
324 | 2025-07-23T00:44:17.735Z | Downloaded parking_lot v0.12.3 |
325 | 2025-07-23T00:44:17.735Z | Downloaded once_cell v1.21.3 |
326 | 2025-07-23T00:44:17.771Z | Downloaded tracing v0.1.40 |
327 | 2025-07-23T00:44:17.771Z | Downloaded toml_edit v0.22.27 |
328 | 2025-07-23T00:44:17.771Z | Downloaded signal-hook-registry v1.4.2 |
329 | 2025-07-23T00:44:17.771Z | Downloaded sha1 v0.10.6 |
330 | 2025-07-23T00:44:17.771Z | Downloaded parking_lot_core v0.9.10 |
331 | 2025-07-23T00:44:17.771Z | Downloaded num-traits v0.2.19 |
332 | 2025-07-23T00:44:17.771Z | Downloaded log v0.4.27 |
333 | 2025-07-23T00:44:17.771Z | Downloaded url v2.5.4 |
334 | 2025-07-23T00:44:17.771Z | Downloaded time v0.3.36 |
335 | 2025-07-23T00:44:17.771Z | Downloaded rustls-pemfile v2.2.0 |
336 | 2025-07-23T00:44:17.771Z | Downloaded multer v3.1.0 |
337 | 2025-07-23T00:44:17.771Z | Downloaded memmap v0.7.0 |
338 | 2025-07-23T00:44:17.796Z | Downloaded match_cfg v0.1.0 |
339 | 2025-07-23T00:44:17.796Z | Downloaded lock_api v0.4.12 |
340 | 2025-07-23T00:44:17.796Z | Downloaded yoke v0.7.4 |
341 | 2025-07-23T00:44:17.796Z | Downloaded usdt-impl v0.5.0 |
342 | 2025-07-23T00:44:17.796Z | Downloaded tinyvec v1.8.0 |
343 | 2025-07-23T00:44:17.796Z | Downloaded quinn-udp v0.5.5 |
344 | 2025-07-23T00:44:17.796Z | Downloaded powerfmt v0.2.0 |
345 | 2025-07-23T00:44:17.796Z | Downloaded plain v0.2.3 |
346 | 2025-07-23T00:44:17.796Z | Downloaded pin-utils v0.1.0 |
347 | 2025-07-23T00:44:17.796Z | Downloaded parse-display-derive v0.10.0 |
348 | 2025-07-23T00:44:17.796Z | Downloaded parse-display v0.10.0 |
349 | 2025-07-23T00:44:17.796Z | Downloaded oxnet v0.1.2 |
350 | 2025-07-23T00:44:17.796Z | Downloaded num_threads v0.1.7 |
351 | 2025-07-23T00:44:17.797Z | Downloaded newtype-uuid v1.2.4 |
352 | 2025-07-23T00:44:17.797Z | Downloaded mime v0.3.17 |
353 | 2025-07-23T00:44:17.797Z | Downloaded zeroize v1.8.1 |
354 | 2025-07-23T00:44:17.797Z | Downloaded zerocopy-derive v0.7.35 |
355 | 2025-07-23T00:44:17.797Z | Downloaded yoke-derive v0.7.4 |
356 | 2025-07-23T00:44:17.822Z | Downloaded wait-timeout v0.2.0 |
357 | 2025-07-23T00:44:17.822Z | Downloaded version_check v0.9.5 |
358 | 2025-07-23T00:44:17.822Z | Downloaded usdt v0.5.0 |
359 | 2025-07-23T00:44:17.822Z | Downloaded unicode-ident v1.0.18 |
360 | 2025-07-23T00:44:17.822Z | Downloaded ucd-trie v0.1.7 |
361 | 2025-07-23T00:44:17.822Z | Downloaded typenum v1.17.0 |
362 | 2025-07-23T00:44:17.822Z | Downloaded omicron-workspace-hack v0.1.0 |
363 | 2025-07-23T00:44:17.822Z | Downloaded num-conv v0.1.0 |
364 | 2025-07-23T00:44:17.822Z | Downloaded macaddr v1.0.1 |
365 | 2025-07-23T00:44:17.822Z | Downloaded zerovec-derive v0.10.3 |
366 | 2025-07-23T00:44:17.822Z | Downloaded zerofrom-derive v0.1.4 |
367 | 2025-07-23T00:44:17.822Z | Downloaded writeable v0.5.5 |
368 | 2025-07-23T00:44:17.822Z | Downloaded utf8_iter v1.0.4 |
369 | 2025-07-23T00:44:17.822Z | Downloaded usdt-macro v0.5.0 |
370 | 2025-07-23T00:44:17.822Z | Downloaded tokio-rustls v0.26.0 |
371 | 2025-07-23T00:44:17.822Z | Downloaded tokio-macros v2.5.0 |
372 | 2025-07-23T00:44:17.822Z | Downloaded time-macros v0.2.18 |
373 | 2025-07-23T00:44:17.822Z | Downloaded test-strategy v0.4.3 |
374 | 2025-07-23T00:44:17.847Z | Downloaded tempfile v3.20.0 |
375 | 2025-07-23T00:44:17.847Z | Downloaded write16 v1.0.0 |
376 | 2025-07-23T00:44:17.847Z | Downloaded want v0.3.1 |
377 | 2025-07-23T00:44:17.848Z | Downloaded waitgroup v0.1.2 |
378 | 2025-07-23T00:44:17.848Z | Downloaded utf16_iter v1.0.5 |
379 | 2025-07-23T00:44:17.848Z | Downloaded usdt-attr-macro v0.5.0 |
380 | 2025-07-23T00:44:17.848Z | Downloaded untrusted v0.9.0 |
381 | 2025-07-23T00:44:17.848Z | Downloaded typify v0.3.0 |
382 | 2025-07-23T00:44:17.848Z | Downloaded tower-layer v0.3.3 |
383 | 2025-07-23T00:44:17.848Z | Downloaded toml_datetime v0.6.11 |
384 | 2025-07-23T00:44:17.848Z | Downloaded toml v0.8.23 |
385 | 2025-07-23T00:44:17.848Z | Downloaded tinystr v0.7.6 |
386 | 2025-07-23T00:44:17.848Z | Downloaded thiserror-impl v2.0.12 |
387 | 2025-07-23T00:44:17.848Z | Downloaded thiserror v1.0.69 |
388 | 2025-07-23T00:44:17.873Z | Downloaded typify-macro v0.3.0 |
389 | 2025-07-23T00:44:17.873Z | Downloaded try-lock v0.2.5 |
390 | 2025-07-23T00:44:17.873Z | Downloaded tower-service v0.3.3 |
391 | 2025-07-23T00:44:17.873Z | Downloaded toml_write v0.1.2 |
392 | 2025-07-23T00:44:17.873Z | Downloaded thread_local v1.1.8 |
393 | 2025-07-23T00:44:17.873Z | Downloaded synstructure v0.13.1 |
394 | 2025-07-23T00:44:17.873Z | Downloaded strum v0.27.1 |
395 | 2025-07-23T00:44:17.873Z | Downloaded tinyvec_macros v0.1.1 |
396 | 2025-07-23T00:44:17.873Z | Downloaded time-core v0.1.2 |
397 | 2025-07-23T00:44:17.873Z | Downloaded thiserror-impl v1.0.69 |
398 | 2025-07-23T00:44:17.873Z | Downloaded take_mut v0.2.2 |
399 | 2025-07-23T00:44:17.873Z | Downloaded sync_wrapper v1.0.1 |
400 | 2025-07-23T00:44:17.873Z | Downloaded strum v0.26.3 |
401 | 2025-07-23T00:44:17.873Z | Downloaded term v0.7.0 |
402 | 2025-07-23T00:44:17.873Z | Downloaded subtle v2.6.1 |
403 | 2025-07-23T00:44:17.874Z | Downloaded structmeta-derive v0.3.0 |
404 | 2025-07-23T00:44:17.874Z | Downloaded structmeta v0.3.0 |
405 | 2025-07-23T00:44:17.874Z | Downloaded litemap v0.7.3 |
406 | 2025-07-23T00:44:17.874Z | Downloaded ipnet v2.11.0 |
407 | 2025-07-23T00:44:17.875Z | Downloaded crossbeam-utils v0.8.21 |
408 | 2025-07-23T00:44:17.967Z | Compiling proc-macro2 v1.0.95 |
409 | 2025-07-23T00:44:17.967Z | Compiling unicode-ident v1.0.18 |
410 | 2025-07-23T00:44:17.968Z | Compiling libc v0.2.174 |
411 | 2025-07-23T00:44:17.992Z | Checking cfg-if v1.0.1 |
412 | 2025-07-23T00:44:17.992Z | Compiling autocfg v1.4.0 |
413 | 2025-07-23T00:44:17.992Z | Compiling serde v1.0.219 |
414 | 2025-07-23T00:44:17.992Z | Checking memchr v2.7.4 |
415 | 2025-07-23T00:44:18.016Z | Compiling serde_json v1.0.140 |
416 | 2025-07-23T00:44:18.127Z | Checking itoa v1.0.11 |
417 | 2025-07-23T00:44:18.462Z | Checking ryu v1.0.18 |
418 | 2025-07-23T00:44:18.610Z | Compiling getrandom v0.3.1 |
419 | 2025-07-23T00:44:18.693Z | Compiling semver v1.0.26 |
420 | 2025-07-23T00:44:18.829Z | Checking pin-project-lite v0.2.14 |
421 | 2025-07-23T00:44:18.948Z | Checking smallvec v1.15.0 |
422 | 2025-07-23T00:44:18.973Z | Compiling version_check v0.9.5 |
423 | 2025-07-23T00:44:19.002Z | Checking bytes v1.10.1 |
424 | 2025-07-23T00:44:19.216Z | Checking futures-core v0.3.31 |
425 | 2025-07-23T00:44:19.289Z | Checking once_cell v1.21.3 |
426 | 2025-07-23T00:44:19.313Z | Compiling lock_api v0.4.12 |
427 | 2025-07-23T00:44:19.496Z | Compiling num-traits v0.2.19 |
428 | 2025-07-23T00:44:19.592Z | Compiling parking_lot_core v0.9.10 |
429 | 2025-07-23T00:44:19.620Z | Checking foldhash v0.1.5 |
430 | 2025-07-23T00:44:19.696Z | Checking equivalent v1.0.2 |
431 | 2025-07-23T00:44:19.763Z | Checking allocator-api2 v0.2.21 |
432 | 2025-07-23T00:44:19.884Z | Compiling quote v1.0.40 |
433 | 2025-07-23T00:44:19.979Z | Checking fnv v1.0.7 |
434 | 2025-07-23T00:44:20.012Z | Compiling thiserror v1.0.69 |
435 | 2025-07-23T00:44:20.037Z | Checking scopeguard v1.2.0 |
436 | 2025-07-23T00:44:20.336Z | Compiling syn v2.0.104 |
437 | 2025-07-23T00:44:20.401Z | Checking hashbrown v0.15.4 |
438 | 2025-07-23T00:44:20.426Z | Compiling slab v0.4.9 |
439 | 2025-07-23T00:44:20.450Z | Compiling shlex v1.3.0 |
440 | 2025-07-23T00:44:20.474Z | Checking futures-sink v0.3.31 |
441 | 2025-07-23T00:44:20.543Z | Checking parking_lot v0.12.3 |
442 | 2025-07-23T00:44:20.607Z | Checking socket2 v0.5.10 |
443 | 2025-07-23T00:44:20.741Z | Compiling cc v1.2.30 |
444 | 2025-07-23T00:44:20.814Z | Checking getrandom v0.2.15 |
445 | 2025-07-23T00:44:20.850Z | Checking mio v1.0.2 |
446 | 2025-07-23T00:44:20.875Z | Checking signal-hook-registry v1.4.2 |
447 | 2025-07-23T00:44:21.028Z | Compiling schemars v0.8.22 |
448 | 2025-07-23T00:44:21.052Z | Checking iana-time-zone v0.1.63 |
449 | 2025-07-23T00:44:21.127Z | Checking stable_deref_trait v1.2.0 |
450 | 2025-07-23T00:44:21.242Z | Compiling heck v0.5.0 |
451 | 2025-07-23T00:44:21.368Z | Checking dyn-clone v1.0.19 |
452 | 2025-07-23T00:44:21.412Z | Checking futures-channel v0.3.31 |
453 | 2025-07-23T00:44:21.446Z | Checking http v1.3.1 |
454 | 2025-07-23T00:44:21.470Z | Checking pin-utils v0.1.0 |
455 | 2025-07-23T00:44:21.495Z | Checking futures-io v0.3.31 |
456 | 2025-07-23T00:44:21.542Z | Checking log v0.4.27 |
457 | 2025-07-23T00:44:21.579Z | Compiling thiserror v2.0.12 |
458 | 2025-07-23T00:44:21.615Z | Checking futures-task v0.3.31 |
459 | 2025-07-23T00:44:21.824Z | Checking rustls-pki-types v1.10.0 |
460 | 2025-07-23T00:44:22.128Z | Checking litemap v0.7.3 |
461 | 2025-07-23T00:44:22.238Z | Checking writeable v0.5.5 |
462 | 2025-07-23T00:44:22.377Z | Checking untrusted v0.9.0 |
463 | 2025-07-23T00:44:22.492Z | Checking byteorder v1.5.0 |
464 | 2025-07-23T00:44:22.555Z | Compiling httparse v1.9.5 |
465 | 2025-07-23T00:44:22.579Z | Compiling ucd-trie v0.1.7 |
466 | 2025-07-23T00:44:22.610Z | Checking http-body v1.0.1 |
467 | 2025-07-23T00:44:22.805Z | Checking tracing-core v0.1.32 |
468 | 2025-07-23T00:44:22.941Z | Checking icu_locid_transform_data v1.5.0 |
469 | 2025-07-23T00:44:23.132Z | Compiling ring v0.17.14 |
470 | 2025-07-23T00:44:23.173Z | Checking atomic-waker v1.1.2 |
471 | 2025-07-23T00:44:23.313Z | Checking bitflags v2.9.1 |
472 | 2025-07-23T00:44:23.345Z | Checking subtle v2.6.1 |
473 | 2025-07-23T00:44:23.371Z | Checking percent-encoding v2.3.1 |
474 | 2025-07-23T00:44:23.396Z | Checking zeroize v1.8.1 |
475 | 2025-07-23T00:44:23.554Z | Checking tracing v0.1.40 |
476 | 2025-07-23T00:44:23.599Z | Checking tower-service v0.3.3 |
477 | 2025-07-23T00:44:23.714Z | Checking try-lock v0.2.5 |
478 | 2025-07-23T00:44:23.744Z | Compiling uuid v1.17.0 |
479 | 2025-07-23T00:44:23.831Z | Compiling chrono v0.4.41 |
480 | 2025-07-23T00:44:23.855Z | Checking icu_properties_data v1.5.0 |
481 | 2025-07-23T00:44:23.955Z | Checking want v0.3.1 |
482 | 2025-07-23T00:44:24.070Z | Compiling regress v0.10.3 |
483 | 2025-07-23T00:44:24.146Z | Checking utf16_iter v1.0.5 |
484 | 2025-07-23T00:44:24.170Z | Checking httpdate v1.0.3 |
485 | 2025-07-23T00:44:24.249Z | Checking icu_normalizer_data v1.5.0 |
486 | 2025-07-23T00:44:24.289Z | Checking utf8_iter v1.0.4 |
487 | 2025-07-23T00:44:24.313Z | Checking write16 v1.0.0 |
488 | 2025-07-23T00:44:24.351Z | Compiling slog v2.7.0 |
489 | 2025-07-23T00:44:24.437Z | Compiling rustls v0.23.19 |
490 | 2025-07-23T00:44:24.683Z | Checking form_urlencoded v1.2.1 |
491 | 2025-07-23T00:44:24.738Z | Compiling aho-corasick v1.1.3 |
492 | 2025-07-23T00:44:24.841Z | Checking regex-syntax v0.8.5 |
493 | 2025-07-23T00:44:24.876Z | Checking base64 v0.22.1 |
494 | 2025-07-23T00:44:25.272Z | Checking ipnet v2.11.0 |
495 | 2025-07-23T00:44:25.340Z | Compiling paste v1.0.15 |
496 | 2025-07-23T00:44:25.761Z | Compiling zerocopy v0.8.26 |
497 | 2025-07-23T00:44:26.267Z | Compiling serde_derive_internals v0.29.1 |
498 | 2025-07-23T00:44:26.349Z | Compiling synstructure v0.13.1 |
499 | 2025-07-23T00:44:27.389Z | Compiling typenum v1.17.0 |
500 | 2025-07-23T00:44:27.637Z | Compiling generic-array v0.14.7 |
501 | 2025-07-23T00:44:27.788Z | Checking sync_wrapper v1.0.1 |
502 | 2025-07-23T00:44:27.955Z | Compiling newtype-uuid v1.2.4 |
503 | 2025-07-23T00:44:28.003Z | Checking tower-layer v0.3.3 |
504 | 2025-07-23T00:44:28.031Z | Compiling rustversion v1.0.17 |
505 | 2025-07-23T00:44:28.646Z | Compiling regex-automata v0.4.8 |
506 | 2025-07-23T00:44:28.769Z | Checking http-body-util v0.1.3 |
507 | 2025-07-23T00:44:29.078Z | Compiling serde_derive v1.0.219 |
508 | 2025-07-23T00:44:29.164Z | Compiling schemars_derive v0.8.22 |
509 | 2025-07-23T00:44:29.188Z | Compiling zerofrom-derive v0.1.4 |
510 | 2025-07-23T00:44:29.282Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-07-23T00:44:29.323Z | Compiling yoke-derive v0.7.4 |
512 | 2025-07-23T00:44:29.787Z | Compiling zerocopy-derive v0.7.35 |
513 | 2025-07-23T00:44:30.927Z | Compiling tokio-macros v2.5.0 |
514 | 2025-07-23T00:44:31.153Z | Compiling zerovec-derive v0.10.3 |
515 | 2025-07-23T00:44:31.238Z | Compiling futures-macro v0.3.31 |
516 | 2025-07-23T00:44:31.262Z | Compiling displaydoc v0.2.5 |
517 | 2025-07-23T00:44:31.321Z | Compiling thiserror-impl v2.0.12 |
518 | 2025-07-23T00:44:31.505Z | Checking zerofrom v0.1.4 |
519 | 2025-07-23T00:44:31.688Z | Checking yoke v0.7.4 |
520 | 2025-07-23T00:44:32.111Z | Checking tokio v1.45.1 |
521 | 2025-07-23T00:44:32.138Z | Compiling icu_provider_macros v1.5.0 |
522 | 2025-07-23T00:44:32.416Z | Compiling pest v2.7.14 |
523 | 2025-07-23T00:44:32.613Z | Checking futures-util v0.3.31 |
524 | 2025-07-23T00:44:32.893Z | Checking zerovec v0.10.4 |
525 | 2025-07-23T00:44:33.013Z | Checking zerocopy v0.7.35 |
526 | 2025-07-23T00:44:33.497Z | Checking rustls-webpki v0.102.8 |
527 | 2025-07-23T00:44:34.250Z | Checking tinystr v0.7.6 |
528 | 2025-07-23T00:44:34.305Z | Checking icu_collections v1.5.0 |
529 | 2025-07-23T00:44:34.544Z | Checking icu_locid v1.5.0 |
530 | 2025-07-23T00:44:34.696Z | Compiling pest_meta v2.7.14 |
531 | 2025-07-23T00:44:34.885Z | Checking ppv-lite86 v0.2.20 |
532 | 2025-07-23T00:44:35.333Z | Checking icu_provider v1.5.0 |
533 | 2025-07-23T00:44:35.461Z | Compiling regex v1.11.1 |
534 | 2025-07-23T00:44:35.844Z | Checking icu_locid_transform v1.5.0 |
535 | 2025-07-23T00:44:36.163Z | Compiling pest_generator v2.7.14 |
536 | 2025-07-23T00:44:36.644Z | Checking icu_properties v1.5.1 |
537 | 2025-07-23T00:44:37.339Z | Compiling scroll_derive v0.12.0 |
538 | 2025-07-23T00:44:37.449Z | Compiling structmeta-derive v0.3.0 |
539 | 2025-07-23T00:44:37.564Z | Compiling pest_derive v2.7.14 |
540 | 2025-07-23T00:44:38.320Z | Checking indexmap v2.10.0 |
541 | 2025-07-23T00:44:38.411Z | Compiling serde_tokenstream v0.2.2 |
542 | 2025-07-23T00:44:38.834Z | Checking tokio-util v0.7.15 |
543 | 2025-07-23T00:44:39.256Z | Checking tokio-rustls v0.26.0 |
544 | 2025-07-23T00:44:39.304Z | Checking icu_normalizer v1.5.0 |
545 | 2025-07-23T00:44:39.328Z | Checking tower v0.5.2 |
546 | 2025-07-23T00:44:39.352Z | Checking serde_urlencoded v0.7.1 |
547 | 2025-07-23T00:44:39.503Z | Checking h2 v0.4.6 |
548 | 2025-07-23T00:44:39.707Z | Checking webpki-roots v1.0.1 |
549 | 2025-07-23T00:44:39.882Z | Compiling usdt-impl v0.5.0 |
550 | 2025-07-23T00:44:39.955Z | Checking idna_adapter v1.2.0 |
551 | 2025-07-23T00:44:40.094Z | Compiling num-conv v0.1.0 |
552 | 2025-07-23T00:44:40.155Z | Checking idna v1.0.3 |
553 | 2025-07-23T00:44:40.256Z | Compiling time-core v0.1.2 |
554 | 2025-07-23T00:44:40.363Z | Compiling rustix v1.0.7 |
555 | 2025-07-23T00:44:40.434Z | Checking powerfmt v0.2.0 |
556 | 2025-07-23T00:44:40.584Z | Checking iri-string v0.7.8 |
557 | 2025-07-23T00:44:40.611Z | Checking url v2.5.4 |
558 | 2025-07-23T00:44:40.684Z | Checking deranged v0.3.11 |
559 | 2025-07-23T00:44:40.749Z | Checking ipnetwork v0.21.1 |
560 | 2025-07-23T00:44:41.079Z | Compiling typify-impl v0.3.0 |
561 | 2025-07-23T00:44:41.288Z | Checking oxnet v0.1.2 |
562 | 2025-07-23T00:44:41.312Z | Compiling thread-id v4.2.2 |
563 | 2025-07-23T00:44:41.425Z | Compiling time-macros v0.2.18 |
564 | 2025-07-23T00:44:41.734Z | Compiling dof v0.3.0 |
565 | 2025-07-23T00:44:41.766Z | Compiling structmeta v0.3.0 |
566 | 2025-07-23T00:44:41.880Z | Checking scroll v0.12.0 |
567 | 2025-07-23T00:44:42.081Z | Compiling dtrace-parser v0.2.0 |
568 | 2025-07-23T00:44:42.264Z | Checking rand_core v0.9.2 |
569 | 2025-07-23T00:44:42.525Z | Compiling daft-derive v0.1.4 |
570 | 2025-07-23T00:44:42.672Z | Checking tower-http v0.6.6 |
571 | 2025-07-23T00:44:42.894Z | Checking hyper v1.6.0 |
572 | 2025-07-23T00:44:43.338Z | Checking errno v0.3.12 |
573 | 2025-07-23T00:44:43.707Z | Compiling omicron-workspace-hack v0.1.0 |
574 | 2025-07-23T00:44:43.848Z | Compiling strsim v0.11.1 |
575 | 2025-07-23T00:44:44.018Z | Checking num_threads v0.1.7 |
576 | 2025-07-23T00:44:44.053Z | Checking plain v0.2.3 |
577 | 2025-07-23T00:44:44.144Z | Compiling ident_case v1.0.1 |
578 | 2025-07-23T00:44:44.202Z | Compiling crossbeam-utils v0.8.21 |
579 | 2025-07-23T00:44:44.261Z | Checking time v0.3.36 |
580 | 2025-07-23T00:44:44.324Z | Compiling darling_core v0.20.10 |
581 | 2025-07-23T00:44:44.368Z | Checking goblin v0.8.2 |
582 | 2025-07-23T00:44:44.560Z | Checking hyper-util v0.1.14 |
583 | 2025-07-23T00:44:45.641Z | Checking daft v0.1.4 |
584 | 2025-07-23T00:44:46.350Z | Checking hyper-rustls v0.27.7 |
585 | 2025-07-23T00:44:46.634Z | Checking reqwest v0.12.22 |
586 | 2025-07-23T00:44:47.230Z | Compiling openapiv3 v2.2.0 |
587 | 2025-07-23T00:44:47.640Z | Checking dirs-sys-next v0.1.2 |
588 | 2025-07-23T00:44:47.696Z | Checking pretty-hex v0.4.1 |
589 | 2025-07-23T00:44:47.785Z | Checking fastrand v2.1.1 |
590 | 2025-07-23T00:44:47.809Z | Compiling rustls v0.22.4 |
591 | 2025-07-23T00:44:47.876Z | Compiling unsafe-libyaml v0.2.11 |
592 | 2025-07-23T00:44:48.069Z | Compiling anyhow v1.0.98 |
593 | 2025-07-23T00:44:48.126Z | Checking tempfile v3.20.0 |
594 | 2025-07-23T00:44:48.438Z | Compiling darling_macro v0.20.10 |
595 | 2025-07-23T00:44:48.462Z | Checking dirs-next v2.0.0 |
596 | 2025-07-23T00:44:48.887Z | Compiling serde_yaml v0.9.34+deprecated |
597 | 2025-07-23T00:44:49.143Z | Checking block-buffer v0.10.4 |
598 | 2025-07-23T00:44:49.189Z | Checking crypto-common v0.1.6 |
599 | 2025-07-23T00:44:49.217Z | Checking toml_datetime v0.6.11 |
600 | 2025-07-23T00:44:49.347Z | Checking serde_spanned v0.6.9 |
601 | 2025-07-23T00:44:49.373Z | Checking rand_core v0.6.4 |
602 | 2025-07-23T00:44:49.459Z | Checking thread_local v1.1.8 |
603 | 2025-07-23T00:44:49.521Z | Compiling multer v3.1.0 |
604 | 2025-07-23T00:44:49.545Z | Checking wait-timeout v0.2.0 |
605 | 2025-07-23T00:44:49.588Z | Compiling typify-macro v0.3.0 |
606 | 2025-07-23T00:44:49.722Z | Checking quick-error v1.2.3 |
607 | 2025-07-23T00:44:49.746Z | Compiling ref-cast v1.0.24 |
608 | 2025-07-23T00:44:49.770Z | Checking winnow v0.7.10 |
609 | 2025-07-23T00:44:49.770Z | Checking toml_write v0.1.2 |
610 | 2025-07-23T00:44:49.844Z | Compiling camino v1.1.10 |
611 | 2025-07-23T00:44:49.878Z | Compiling slog-async v2.8.0 |
612 | 2025-07-23T00:44:50.047Z | Checking bit-vec v0.8.0 |
613 | 2025-07-23T00:44:50.174Z | Checking match_cfg v0.1.0 |
614 | 2025-07-23T00:44:50.266Z | Checking hostname v0.3.1 |
615 | 2025-07-23T00:44:50.302Z | Checking rusty-fork v0.3.0 |
616 | 2025-07-23T00:44:50.393Z | Checking bit-set v0.8.0 |
617 | 2025-07-23T00:44:50.425Z | Checking rand_chacha v0.3.1 |
618 | 2025-07-23T00:44:50.449Z | Checking crossbeam-channel v0.5.15 |
619 | 2025-07-23T00:44:50.582Z | Checking digest v0.10.7 |
620 | 2025-07-23T00:44:50.629Z | Compiling darling v0.20.10 |
621 | 2025-07-23T00:44:50.759Z | Checking term v0.7.0 |
622 | 2025-07-23T00:44:50.879Z | Checking progenitor-client v0.9.1 |
623 | 2025-07-23T00:44:51.038Z | Compiling usdt-macro v0.5.0 |
624 | 2025-07-23T00:44:51.090Z | Compiling usdt-attr-macro v0.5.0 |
625 | 2025-07-23T00:44:51.143Z | Checking slog-json v2.6.1 |
626 | 2025-07-23T00:44:51.200Z | Compiling strum_macros v0.26.4 |
627 | 2025-07-23T00:44:51.387Z | Checking rand v0.9.1 |
628 | 2025-07-23T00:44:51.471Z | Checking rand_chacha v0.9.0 |
629 | 2025-07-23T00:44:51.754Z | Checking rand_xorshift v0.4.0 |
630 | 2025-07-23T00:44:51.916Z | Compiling derive-ex v0.1.8 |
631 | 2025-07-23T00:44:52.058Z | Checking toml_edit v0.22.27 |
632 | 2025-07-23T00:44:52.086Z | Checking hex v0.4.3 |
633 | 2025-07-23T00:44:52.238Z | Checking futures-executor v0.3.31 |
634 | 2025-07-23T00:44:52.270Z | Compiling async-stream-impl v0.3.6 |
635 | 2025-07-23T00:44:52.270Z | Compiling typify v0.3.0 |
636 | 2025-07-23T00:44:52.369Z | Compiling progenitor-impl v0.9.1 |
637 | 2025-07-23T00:44:52.542Z | Compiling ref-cast-impl v1.0.24 |
638 | 2025-07-23T00:44:53.194Z | Compiling dropshot v0.16.2 |
639 | 2025-07-23T00:44:53.422Z | Checking is-terminal v0.4.13 |
640 | 2025-07-23T00:44:53.520Z | Checking memmap v0.7.0 |
641 | 2025-07-23T00:44:53.549Z | Checking encoding_rs v0.8.34 |
642 | 2025-07-23T00:44:53.673Z | Checking lazy_static v1.5.0 |
643 | 2025-07-23T00:44:53.711Z | Checking mime v0.3.17 |
644 | 2025-07-23T00:44:53.819Z | Checking cpufeatures v0.2.14 |
645 | 2025-07-23T00:44:53.920Z | Checking take_mut v0.2.2 |
646 | 2025-07-23T00:44:54.004Z | Checking unarray v0.1.4 |
647 | 2025-07-23T00:44:54.029Z | Checking spin v0.9.8 |
648 | 2025-07-23T00:44:54.164Z | Checking proptest v1.7.0 |
649 | 2025-07-23T00:44:54.194Z | Checking sha1 v0.10.6 |
650 | 2025-07-23T00:44:54.292Z | Checking toml v0.8.23 |
651 | 2025-07-23T00:44:54.320Z | Checking strum v0.26.3 |
652 | 2025-07-23T00:44:54.346Z | Checking usdt v0.5.0 |
653 | 2025-07-23T00:44:54.442Z | Checking tokio-rustls v0.25.0 |
654 | 2025-07-23T00:44:54.481Z | Checking slog-term v2.9.1 |
655 | 2025-07-23T00:44:54.743Z | Checking async-stream v0.3.6 |
656 | 2025-07-23T00:44:54.777Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
657 | 2025-07-23T00:44:54.838Z | Compiling test-strategy v0.4.3 |
658 | 2025-07-23T00:44:54.922Z | Checking futures v0.3.31 |
659 | 2025-07-23T00:44:54.948Z | Checking slog-bunyan v2.5.0 |
660 | 2025-07-23T00:44:54.972Z | Checking rand v0.8.5 |
661 | 2025-07-23T00:44:54.972Z | Compiling serde_with_macros v3.14.0 |
662 | 2025-07-23T00:44:55.279Z | Compiling strum_macros v0.27.1 |
663 | 2025-07-23T00:44:55.478Z | Compiling parse-display-derive v0.10.0 |
664 | 2025-07-23T00:44:55.667Z | Compiling dropshot_endpoint v0.16.2 |
665 | 2025-07-23T00:44:55.916Z | Checking serde_path_to_error v0.1.17 |
666 | 2025-07-23T00:44:56.425Z | Compiling async-trait v0.1.88 |
667 | 2025-07-23T00:44:56.634Z | Compiling progenitor-macro v0.9.1 |
668 | 2025-07-23T00:44:56.855Z | Compiling derive-where v1.5.0 |
669 | 2025-07-23T00:44:57.328Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
670 | 2025-07-23T00:44:57.491Z | Checking waitgroup v0.1.2 |
671 | 2025-07-23T00:44:57.643Z | Checking rustls-pemfile v2.2.0 |
672 | 2025-07-23T00:44:57.858Z | Checking hostname v0.4.0 |
673 | 2025-07-23T00:44:57.996Z | Checking instant v0.1.13 |
674 | 2025-07-23T00:44:58.023Z | Checking rustc-hash v2.1.1 |
675 | 2025-07-23T00:44:58.120Z | Checking debug-ignore v1.0.5 |
676 | 2025-07-23T00:44:58.148Z | Checking backoff v0.4.0 |
677 | 2025-07-23T00:44:58.183Z | Checking iddqd v0.3.9 |
678 | 2025-07-23T00:44:58.240Z | Checking parse-display v0.10.0 |
679 | 2025-07-23T00:44:58.278Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-07-23T00:44:58.418Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
681 | 2025-07-23T00:44:58.443Z | Checking serde_with v3.14.0 |
682 | 2025-07-23T00:44:58.467Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
683 | 2025-07-23T00:44:58.712Z | Checking strum v0.27.1 |
684 | 2025-07-23T00:44:58.873Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
685 | 2025-07-23T00:44:58.951Z | Checking progenitor-client v0.10.0 |
686 | 2025-07-23T00:44:59.217Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
687 | 2025-07-23T00:44:59.274Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
688 | 2025-07-23T00:44:59.301Z | Checking macaddr v1.0.1 |
689 | 2025-07-23T00:45:02.110Z | Checking progenitor v0.9.1 |
690 | 2025-07-23T00:45:02.258Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
691 | 2025-07-23T00:45:05.948Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
692 | 2025-07-23T00:45:16.406Z | Checking test-project v0.1.0 (/tmp/test-project) |
693 | 2025-07-23T00:45:16.513Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 01s |
694 | 2025-07-23T00:45:16.659Z | + cargo build --release |
695 | 2025-07-23T00:45:17.061Z | Compiling proc-macro2 v1.0.95 |
696 | 2025-07-23T00:45:17.061Z | Compiling unicode-ident v1.0.18 |
697 | 2025-07-23T00:45:17.061Z | Compiling libc v0.2.174 |
698 | 2025-07-23T00:45:17.061Z | Compiling cfg-if v1.0.1 |
699 | 2025-07-23T00:45:17.085Z | Compiling autocfg v1.4.0 |
700 | 2025-07-23T00:45:17.085Z | Compiling serde v1.0.219 |
701 | 2025-07-23T00:45:17.085Z | Compiling memchr v2.7.4 |
702 | 2025-07-23T00:45:17.085Z | Compiling serde_json v1.0.140 |
703 | 2025-07-23T00:45:17.233Z | Compiling itoa v1.0.11 |
704 | 2025-07-23T00:45:17.441Z | Compiling ryu v1.0.18 |
705 | 2025-07-23T00:45:17.495Z | Compiling semver v1.0.26 |
706 | 2025-07-23T00:45:17.636Z | Compiling getrandom v0.3.1 |
707 | 2025-07-23T00:45:17.986Z | Compiling pin-project-lite v0.2.14 |
708 | 2025-07-23T00:45:18.010Z | Compiling smallvec v1.15.0 |
709 | 2025-07-23T00:45:18.087Z | Compiling version_check v0.9.5 |
710 | 2025-07-23T00:45:18.149Z | Compiling futures-core v0.3.31 |
711 | 2025-07-23T00:45:18.315Z | Compiling bytes v1.10.1 |
712 | 2025-07-23T00:45:18.451Z | Compiling once_cell v1.21.3 |
713 | 2025-07-23T00:45:18.493Z | Compiling num-traits v0.2.19 |
714 | 2025-07-23T00:45:18.524Z | Compiling lock_api v0.4.12 |
715 | 2025-07-23T00:45:18.617Z | Compiling thiserror v1.0.69 |
716 | 2025-07-23T00:45:18.795Z | Compiling quote v1.0.40 |
717 | 2025-07-23T00:45:18.879Z | Compiling foldhash v0.1.5 |
718 | 2025-07-23T00:45:18.905Z | Compiling parking_lot_core v0.9.10 |
719 | 2025-07-23T00:45:19.095Z | Compiling equivalent v1.0.2 |
720 | 2025-07-23T00:45:19.163Z | Compiling syn v2.0.104 |
721 | 2025-07-23T00:45:19.204Z | Compiling allocator-api2 v0.2.21 |
722 | 2025-07-23T00:45:19.390Z | Compiling scopeguard v1.2.0 |
723 | 2025-07-23T00:45:19.414Z | Compiling fnv v1.0.7 |
724 | 2025-07-23T00:45:19.567Z | Compiling slab v0.4.9 |
725 | 2025-07-23T00:45:19.749Z | Compiling futures-sink v0.3.31 |
726 | 2025-07-23T00:45:19.922Z | Compiling shlex v1.3.0 |
727 | 2025-07-23T00:45:19.954Z | Compiling hashbrown v0.15.4 |
728 | 2025-07-23T00:45:20.043Z | Compiling parking_lot v0.12.3 |
729 | 2025-07-23T00:45:20.164Z | Compiling cc v1.2.30 |
730 | 2025-07-23T00:45:20.255Z | Compiling mio v1.0.2 |
731 | 2025-07-23T00:45:20.280Z | Compiling getrandom v0.2.15 |
732 | 2025-07-23T00:45:20.380Z | Compiling signal-hook-registry v1.4.2 |
733 | 2025-07-23T00:45:20.673Z | Compiling socket2 v0.5.10 |
734 | 2025-07-23T00:45:21.508Z | Compiling schemars v0.8.22 |
735 | 2025-07-23T00:45:21.564Z | Compiling iana-time-zone v0.1.63 |
736 | 2025-07-23T00:45:21.725Z | Compiling stable_deref_trait v1.2.0 |
737 | 2025-07-23T00:45:21.845Z | Compiling thiserror v2.0.12 |
738 | 2025-07-23T00:45:21.890Z | Compiling dyn-clone v1.0.19 |
739 | 2025-07-23T00:45:21.948Z | Compiling heck v0.5.0 |
740 | 2025-07-23T00:45:22.113Z | Compiling futures-channel v0.3.31 |
741 | 2025-07-23T00:45:22.144Z | Compiling http v1.3.1 |
742 | 2025-07-23T00:45:22.217Z | Compiling futures-task v0.3.31 |
743 | 2025-07-23T00:45:22.271Z | Compiling log v0.4.27 |
744 | 2025-07-23T00:45:22.341Z | Compiling pin-utils v0.1.0 |
745 | 2025-07-23T00:45:22.393Z | Compiling futures-io v0.3.31 |
746 | 2025-07-23T00:45:22.568Z | Compiling rustls-pki-types v1.10.0 |
747 | 2025-07-23T00:45:22.797Z | Compiling ring v0.17.14 |
748 | 2025-07-23T00:45:22.851Z | Compiling litemap v0.7.3 |
749 | 2025-07-23T00:45:22.983Z | Compiling writeable v0.5.5 |
750 | 2025-07-23T00:45:23.155Z | Compiling untrusted v0.9.0 |
751 | 2025-07-23T00:45:23.419Z | Compiling ucd-trie v0.1.7 |
752 | 2025-07-23T00:45:23.531Z | Compiling byteorder v1.5.0 |
753 | 2025-07-23T00:45:23.798Z | Compiling httparse v1.9.5 |
754 | 2025-07-23T00:45:23.890Z | Compiling http-body v1.0.1 |
755 | 2025-07-23T00:45:24.116Z | Compiling tracing-core v0.1.32 |
756 | 2025-07-23T00:45:24.436Z | Compiling subtle v2.6.1 |
757 | 2025-07-23T00:45:24.486Z | Compiling bitflags v2.9.1 |
758 | 2025-07-23T00:45:24.697Z | Compiling icu_locid_transform_data v1.5.0 |
759 | 2025-07-23T00:45:24.809Z | Compiling zeroize v1.8.1 |
760 | 2025-07-23T00:45:24.833Z | Compiling atomic-waker v1.1.2 |
761 | 2025-07-23T00:45:25.180Z | Compiling percent-encoding v2.3.1 |
762 | 2025-07-23T00:45:25.249Z | Compiling tracing v0.1.40 |
763 | 2025-07-23T00:45:25.368Z | Compiling chrono v0.4.41 |
764 | 2025-07-23T00:45:25.847Z | Compiling serde_derive_internals v0.29.1 |
765 | 2025-07-23T00:45:26.148Z | Compiling synstructure v0.13.1 |
766 | 2025-07-23T00:45:26.547Z | Compiling tower-service v0.3.3 |
767 | 2025-07-23T00:45:26.683Z | Compiling uuid v1.17.0 |
768 | 2025-07-23T00:45:26.767Z | Compiling icu_properties_data v1.5.0 |
769 | 2025-07-23T00:45:26.991Z | Compiling try-lock v0.2.5 |
770 | 2025-07-23T00:45:27.139Z | Compiling want v0.3.1 |
771 | 2025-07-23T00:45:27.165Z | Compiling regress v0.10.3 |
772 | 2025-07-23T00:45:27.436Z | Compiling icu_normalizer_data v1.5.0 |
773 | 2025-07-23T00:45:27.462Z | Compiling utf16_iter v1.0.5 |
774 | 2025-07-23T00:45:27.526Z | Compiling write16 v1.0.0 |
775 | 2025-07-23T00:45:27.551Z | Compiling rustls v0.23.19 |
776 | 2025-07-23T00:45:27.675Z | Compiling httpdate v1.0.3 |
777 | 2025-07-23T00:45:27.700Z | Compiling utf8_iter v1.0.4 |
778 | 2025-07-23T00:45:27.868Z | Compiling slog v2.7.0 |
779 | 2025-07-23T00:45:28.338Z | Compiling form_urlencoded v1.2.1 |
780 | 2025-07-23T00:45:28.813Z | Compiling aho-corasick v1.1.3 |
781 | 2025-07-23T00:45:28.938Z | Compiling typenum v1.17.0 |
782 | 2025-07-23T00:45:28.962Z | Compiling serde_derive v1.0.219 |
783 | 2025-07-23T00:45:29.031Z | Compiling schemars_derive v0.8.22 |
784 | 2025-07-23T00:45:29.652Z | Compiling zerofrom-derive v0.1.4 |
785 | 2025-07-23T00:45:29.778Z | Compiling thiserror-impl v1.0.69 |
786 | 2025-07-23T00:45:30.788Z | Compiling yoke-derive v0.7.4 |
787 | 2025-07-23T00:45:31.298Z | Compiling tokio-macros v2.5.0 |
788 | 2025-07-23T00:45:31.563Z | Compiling zerocopy-derive v0.7.35 |
789 | 2025-07-23T00:45:31.860Z | Compiling zerovec-derive v0.10.3 |
790 | 2025-07-23T00:45:31.931Z | Compiling futures-macro v0.3.31 |
791 | 2025-07-23T00:45:32.188Z | Compiling zerofrom v0.1.4 |
792 | 2025-07-23T00:45:32.394Z | Compiling displaydoc v0.2.5 |
793 | 2025-07-23T00:45:32.519Z | Compiling tokio v1.45.1 |
794 | 2025-07-23T00:45:32.761Z | Compiling yoke v0.7.4 |
795 | 2025-07-23T00:45:33.072Z | Compiling thiserror-impl v2.0.12 |
796 | 2025-07-23T00:45:33.419Z | Compiling futures-util v0.3.31 |
797 | 2025-07-23T00:45:33.634Z | Compiling icu_provider_macros v1.5.0 |
798 | 2025-07-23T00:45:33.729Z | Compiling zerovec v0.10.4 |
799 | 2025-07-23T00:45:35.301Z | Compiling pest v2.7.14 |
800 | 2025-07-23T00:45:36.178Z | Compiling tinystr v0.7.6 |
801 | 2025-07-23T00:45:36.560Z | Compiling icu_locid v1.5.0 |
802 | 2025-07-23T00:45:37.759Z | Compiling icu_provider v1.5.0 |
803 | 2025-07-23T00:45:41.034Z | Compiling indexmap v2.10.0 |
804 | 2025-07-23T00:45:41.354Z | Compiling serde_tokenstream v0.2.2 |
805 | 2025-07-23T00:45:42.487Z | Compiling rustls-webpki v0.102.8 |
806 | 2025-07-23T00:45:42.487Z | Compiling zerocopy v0.7.35 |
807 | 2025-07-23T00:45:42.623Z | Compiling tokio-util v0.7.15 |
808 | 2025-07-23T00:45:43.696Z | Compiling icu_locid_transform v1.5.0 |
809 | 2025-07-23T00:45:43.746Z | Compiling pest_meta v2.7.14 |
810 | 2025-07-23T00:45:44.368Z | Compiling icu_collections v1.5.0 |
811 | 2025-07-23T00:45:46.135Z | Compiling icu_properties v1.5.1 |
812 | 2025-07-23T00:45:46.301Z | Compiling pest_generator v2.7.14 |
813 | 2025-07-23T00:45:46.603Z | Compiling h2 v0.4.6 |
814 | 2025-07-23T00:45:47.732Z | Compiling pest_derive v2.7.14 |
815 | 2025-07-23T00:45:48.493Z | Compiling typify-impl v0.3.0 |
816 | 2025-07-23T00:45:48.685Z | Compiling ipnet v2.11.0 |
817 | 2025-07-23T00:45:49.140Z | Compiling regex-syntax v0.8.5 |
818 | 2025-07-23T00:45:51.257Z | Compiling icu_normalizer v1.5.0 |
819 | 2025-07-23T00:45:51.568Z | Compiling paste v1.0.15 |
820 | 2025-07-23T00:45:51.655Z | Compiling hyper v1.6.0 |
821 | 2025-07-23T00:45:52.036Z | Compiling base64 v0.22.1 |
822 | 2025-07-23T00:45:52.995Z | Compiling zerocopy v0.8.26 |
823 | 2025-07-23T00:45:53.876Z | Compiling regex-automata v0.4.8 |
824 | 2025-07-23T00:45:56.029Z | Compiling hyper-util v0.1.14 |
825 | 2025-07-23T00:45:56.826Z | Compiling typify-macro v0.3.0 |
826 | 2025-07-23T00:45:59.222Z | Compiling idna_adapter v1.2.0 |
827 | 2025-07-23T00:46:00.009Z | Compiling generic-array v0.14.7 |
828 | 2025-07-23T00:46:00.161Z | Compiling sync_wrapper v1.0.1 |
829 | 2025-07-23T00:46:00.390Z | Compiling rustversion v1.0.17 |
830 | 2025-07-23T00:46:00.849Z | Compiling tower-layer v0.3.3 |
831 | 2025-07-23T00:46:00.951Z | Compiling newtype-uuid v1.2.4 |
832 | 2025-07-23T00:46:01.195Z | Compiling tower v0.5.2 |
833 | 2025-07-23T00:46:01.963Z | Compiling idna v1.0.3 |
834 | 2025-07-23T00:46:02.074Z | Compiling regex v1.11.1 |
835 | 2025-07-23T00:46:02.445Z | Compiling ppv-lite86 v0.2.20 |
836 | 2025-07-23T00:46:02.741Z | Compiling ipnetwork v0.21.1 |
837 | 2025-07-23T00:46:02.905Z | Compiling serde_urlencoded v0.7.1 |
838 | 2025-07-23T00:46:03.451Z | Compiling structmeta-derive v0.3.0 |
839 | 2025-07-23T00:46:04.474Z | Compiling scroll_derive v0.12.0 |
840 | 2025-07-23T00:46:05.689Z | Compiling http-body-util v0.1.3 |
841 | 2025-07-23T00:46:05.746Z | Compiling webpki-roots v1.0.1 |
842 | 2025-07-23T00:46:05.888Z | Compiling usdt-impl v0.5.0 |
843 | 2025-07-23T00:46:06.223Z | Compiling tokio-rustls v0.26.0 |
844 | 2025-07-23T00:46:06.298Z | Compiling num-conv v0.1.0 |
845 | 2025-07-23T00:46:06.560Z | Compiling rustix v1.0.7 |
846 | 2025-07-23T00:46:06.664Z | Compiling omicron-workspace-hack v0.1.0 |
847 | 2025-07-23T00:46:06.747Z | Compiling iri-string v0.7.8 |
848 | 2025-07-23T00:46:06.903Z | Compiling powerfmt v0.2.0 |
849 | 2025-07-23T00:46:07.004Z | Compiling time-core v0.1.2 |
850 | 2025-07-23T00:46:07.188Z | Compiling time-macros v0.2.18 |
851 | 2025-07-23T00:46:07.296Z | Compiling deranged v0.3.11 |
852 | 2025-07-23T00:46:07.374Z | Compiling hyper-rustls v0.27.7 |
853 | 2025-07-23T00:46:08.969Z | Compiling scroll v0.12.0 |
854 | 2025-07-23T00:46:09.414Z | Compiling structmeta v0.3.0 |
855 | 2025-07-23T00:46:09.439Z | Compiling rand_core v0.9.2 |
856 | 2025-07-23T00:46:09.550Z | Compiling oxnet v0.1.2 |
857 | 2025-07-23T00:46:09.769Z | Compiling url v2.5.4 |
858 | 2025-07-23T00:46:11.074Z | Compiling tower-http v0.6.6 |
859 | 2025-07-23T00:46:12.084Z | Compiling dof v0.3.0 |
860 | 2025-07-23T00:46:12.802Z | Compiling thread-id v4.2.2 |
861 | 2025-07-23T00:46:13.265Z | Compiling dtrace-parser v0.2.0 |
862 | 2025-07-23T00:46:13.772Z | Compiling daft-derive v0.1.4 |
863 | 2025-07-23T00:46:14.569Z | Compiling errno v0.3.12 |
864 | 2025-07-23T00:46:14.823Z | Compiling num_threads v0.1.7 |
865 | 2025-07-23T00:46:14.967Z | Compiling strsim v0.11.1 |
866 | 2025-07-23T00:46:16.016Z | Compiling crossbeam-utils v0.8.21 |
867 | 2025-07-23T00:46:16.343Z | Compiling plain v0.2.3 |
868 | 2025-07-23T00:46:16.531Z | Compiling ident_case v1.0.1 |
869 | 2025-07-23T00:46:16.660Z | Compiling time v0.3.36 |
870 | 2025-07-23T00:46:16.726Z | Compiling darling_core v0.20.10 |
871 | 2025-07-23T00:46:16.751Z | Compiling goblin v0.8.2 |
872 | 2025-07-23T00:46:22.960Z | Compiling daft v0.1.4 |
873 | 2025-07-23T00:46:24.623Z | Compiling reqwest v0.12.22 |
874 | 2025-07-23T00:46:24.766Z | Compiling openapiv3 v2.2.0 |
875 | 2025-07-23T00:46:26.489Z | Compiling typify v0.3.0 |
876 | 2025-07-23T00:46:27.504Z | Compiling dirs-sys-next v0.1.2 |
877 | 2025-07-23T00:46:28.186Z | Compiling unsafe-libyaml v0.2.11 |
878 | 2025-07-23T00:46:28.499Z | Compiling pretty-hex v0.4.1 |
879 | 2025-07-23T00:46:28.744Z | Compiling rustls v0.22.4 |
880 | 2025-07-23T00:46:29.070Z | Compiling anyhow v1.0.98 |
881 | 2025-07-23T00:46:29.582Z | Compiling fastrand v2.1.1 |
882 | 2025-07-23T00:46:29.974Z | Compiling tempfile v3.20.0 |
883 | 2025-07-23T00:46:30.213Z | Compiling serde_yaml v0.9.34+deprecated |
884 | 2025-07-23T00:46:31.899Z | Compiling progenitor-impl v0.9.1 |
885 | 2025-07-23T00:46:33.060Z | Compiling dirs-next v2.0.0 |
886 | 2025-07-23T00:46:33.657Z | Compiling darling_macro v0.20.10 |
887 | 2025-07-23T00:46:36.358Z | Compiling block-buffer v0.10.4 |
888 | 2025-07-23T00:46:36.618Z | Compiling crypto-common v0.1.6 |
889 | 2025-07-23T00:46:36.748Z | Compiling serde_spanned v0.6.9 |
890 | 2025-07-23T00:46:36.856Z | Compiling toml_datetime v0.6.11 |
891 | 2025-07-23T00:46:37.011Z | Compiling rand_core v0.6.4 |
892 | 2025-07-23T00:46:37.384Z | Compiling thread_local v1.1.8 |
893 | 2025-07-23T00:46:37.499Z | Compiling multer v3.1.0 |
894 | 2025-07-23T00:46:37.567Z | Compiling wait-timeout v0.2.0 |
895 | 2025-07-23T00:46:37.908Z | Compiling camino v1.1.10 |
896 | 2025-07-23T00:46:38.002Z | Compiling match_cfg v0.1.0 |
897 | 2025-07-23T00:46:38.121Z | Compiling quick-error v1.2.3 |
898 | 2025-07-23T00:46:38.146Z | Compiling winnow v0.7.10 |
899 | 2025-07-23T00:46:38.289Z | Compiling toml_write v0.1.2 |
900 | 2025-07-23T00:46:38.493Z | Compiling bit-vec v0.8.0 |
901 | 2025-07-23T00:46:38.523Z | Compiling ref-cast v1.0.24 |
902 | 2025-07-23T00:46:38.758Z | Compiling slog-async v2.8.0 |
903 | 2025-07-23T00:46:38.942Z | Compiling bit-set v0.8.0 |
904 | 2025-07-23T00:46:39.084Z | Compiling rusty-fork v0.3.0 |
905 | 2025-07-23T00:46:39.115Z | Compiling hostname v0.3.1 |
906 | 2025-07-23T00:46:39.331Z | Compiling rand_chacha v0.3.1 |
907 | 2025-07-23T00:46:39.382Z | Compiling digest v0.10.7 |
908 | 2025-07-23T00:46:39.407Z | Compiling progenitor-macro v0.9.1 |
909 | 2025-07-23T00:46:39.783Z | Compiling crossbeam-channel v0.5.15 |
910 | 2025-07-23T00:46:40.852Z | Compiling darling v0.20.10 |
911 | 2025-07-23T00:46:40.974Z | Compiling term v0.7.0 |
912 | 2025-07-23T00:46:42.222Z | Compiling toml_edit v0.22.27 |
913 | 2025-07-23T00:46:46.368Z | Compiling progenitor-client v0.9.1 |
914 | 2025-07-23T00:46:47.260Z | Compiling usdt-macro v0.5.0 |
915 | 2025-07-23T00:46:48.442Z | Compiling usdt-attr-macro v0.5.0 |
916 | 2025-07-23T00:46:48.778Z | Compiling slog-json v2.6.1 |
917 | 2025-07-23T00:46:49.049Z | Compiling strum_macros v0.26.4 |
918 | 2025-07-23T00:46:49.271Z | Compiling rand_chacha v0.9.0 |
919 | 2025-07-23T00:46:49.701Z | Compiling rand v0.9.1 |
920 | 2025-07-23T00:46:50.131Z | Compiling rand_xorshift v0.4.0 |
921 | 2025-07-23T00:46:50.413Z | Compiling derive-ex v0.1.8 |
922 | 2025-07-23T00:46:51.012Z | Compiling hex v0.4.3 |
923 | 2025-07-23T00:46:51.629Z | Compiling futures-executor v0.3.31 |
924 | 2025-07-23T00:46:52.642Z | Compiling ref-cast-impl v1.0.24 |
925 | 2025-07-23T00:46:52.720Z | Compiling async-stream-impl v0.3.6 |
926 | 2025-07-23T00:46:53.742Z | Compiling dropshot v0.16.2 |
927 | 2025-07-23T00:46:53.766Z | Compiling is-terminal v0.4.13 |
928 | 2025-07-23T00:46:53.878Z | Compiling memmap v0.7.0 |
929 | 2025-07-23T00:46:53.935Z | Compiling encoding_rs v0.8.34 |
930 | 2025-07-23T00:46:54.104Z | Compiling cpufeatures v0.2.14 |
931 | 2025-07-23T00:46:54.213Z | Compiling mime v0.3.17 |
932 | 2025-07-23T00:46:54.306Z | Compiling take_mut v0.2.2 |
933 | 2025-07-23T00:46:54.476Z | Compiling lazy_static v1.5.0 |
934 | 2025-07-23T00:46:54.633Z | Compiling unarray v0.1.4 |
935 | 2025-07-23T00:46:54.844Z | Compiling spin v0.9.8 |
936 | 2025-07-23T00:46:55.063Z | Compiling proptest v1.7.0 |
937 | 2025-07-23T00:46:59.129Z | Compiling sha1 v0.10.6 |
938 | 2025-07-23T00:46:59.768Z | Compiling usdt v0.5.0 |
939 | 2025-07-23T00:47:00.743Z | Compiling slog-term v2.9.1 |
940 | 2025-07-23T00:47:01.054Z | Compiling async-stream v0.3.6 |
941 | 2025-07-23T00:47:01.401Z | Compiling test-strategy v0.4.3 |
942 | 2025-07-23T00:47:02.879Z | Compiling strum v0.26.3 |
943 | 2025-07-23T00:47:02.975Z | Compiling futures v0.3.31 |
944 | 2025-07-23T00:47:03.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
945 | 2025-07-23T00:47:03.199Z | Compiling slog-bunyan v2.5.0 |
946 | 2025-07-23T00:47:03.233Z | Compiling progenitor v0.9.1 |
947 | 2025-07-23T00:47:03.278Z | Compiling toml v0.8.23 |
948 | 2025-07-23T00:47:03.415Z | Compiling tokio-rustls v0.25.0 |
949 | 2025-07-23T00:47:03.476Z | Compiling serde_with_macros v3.14.0 |
950 | 2025-07-23T00:47:03.815Z | Compiling rand v0.8.5 |
951 | 2025-07-23T00:47:05.286Z | Compiling strum_macros v0.27.1 |
952 | 2025-07-23T00:47:05.479Z | Compiling parse-display-derive v0.10.0 |
953 | 2025-07-23T00:47:05.536Z | Compiling dropshot_endpoint v0.16.2 |
954 | 2025-07-23T00:47:08.363Z | Compiling serde_path_to_error v0.1.17 |
955 | 2025-07-23T00:47:08.645Z | Compiling derive-where v1.5.0 |
956 | 2025-07-23T00:47:08.774Z | Compiling async-trait v0.1.88 |
957 | 2025-07-23T00:47:08.801Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
958 | 2025-07-23T00:47:09.206Z | Compiling waitgroup v0.1.2 |
959 | 2025-07-23T00:47:09.438Z | Compiling rustls-pemfile v2.2.0 |
960 | 2025-07-23T00:47:09.479Z | Compiling hostname v0.4.0 |
961 | 2025-07-23T00:47:09.722Z | Compiling instant v0.1.13 |
962 | 2025-07-23T00:47:09.787Z | Compiling debug-ignore v1.0.5 |
963 | 2025-07-23T00:47:09.849Z | Compiling rustc-hash v2.1.1 |
964 | 2025-07-23T00:47:09.887Z | Compiling backoff v0.4.0 |
965 | 2025-07-23T00:47:09.950Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
966 | 2025-07-23T00:47:10.035Z | Compiling iddqd v0.3.9 |
967 | 2025-07-23T00:47:10.164Z | Compiling strum v0.27.1 |
968 | 2025-07-23T00:47:10.218Z | Compiling parse-display v0.10.0 |
969 | 2025-07-23T00:47:10.351Z | Compiling serde_with v3.14.0 |
970 | 2025-07-23T00:47:10.945Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
971 | 2025-07-23T00:47:11.235Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
972 | 2025-07-23T00:47:11.872Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
973 | 2025-07-23T00:47:13.182Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
974 | 2025-07-23T00:47:13.258Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
975 | 2025-07-23T00:47:13.774Z | Compiling progenitor-client v0.10.0 |
976 | 2025-07-23T00:47:13.839Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
977 | 2025-07-23T00:47:14.577Z | Compiling macaddr v1.0.1 |
978 | 2025-07-23T00:47:16.561Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
979 | 2025-07-23T00:47:27.519Z | Compiling test-project v0.1.0 (/tmp/test-project) |
980 | 2025-07-23T00:47:38.461Z | Finished `release` profile [optimized] target(s) in 2m 21s |
981 | 2025-07-23T00:47:38.525Z | process exited: duration 208335 ms, exit code 0 |
|
982 | 2025-07-23T00:47:38.574Z | found 0 output files |