|
|
|
1 | 2025-03-21T17:29:20.448Z | job assigned to worker 01JPWVZ7DSA4H3TJR3HB73KVWS [factory aws, i-0bdb17897acc05091] (queued for 1 m 12 s) |
|
2 | 2025-03-21T17:29:28.685Z | starting task 0: "setup" |
3 | 2025-03-21T17:29:28.689Z | ++ uname -s |
4 | 2025-03-21T17:29:28.693Z | + kern=SunOS |
5 | 2025-03-21T17:29:28.693Z | + build_user=build |
6 | 2025-03-21T17:29:28.693Z | + build_uid=12345 |
7 | 2025-03-21T17:29:28.693Z | + work_dir=/work |
8 | 2025-03-21T17:29:28.693Z | + input_dir=/input |
9 | 2025-03-21T17:29:28.693Z | + [[ 0 == 12345 ]] |
10 | 2025-03-21T17:29:28.693Z | + case "$kern" in |
11 | 2025-03-21T17:29:28.693Z | + groupadd -g 12345 build |
12 | 2025-03-21T17:29:28.696Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-21T17:29:30.703Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-21T17:29:30.829Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-21T17:29:30.832Z | + home_fs=zfs |
16 | 2025-03-21T17:29:30.832Z | + [[ zfs == autofs ]] |
17 | 2025-03-21T17:29:30.832Z | + mkdir -p /home/build |
18 | 2025-03-21T17:29:30.835Z | + chown build:build /home/build /work |
19 | 2025-03-21T17:29:32.835Z | + chmod 0700 /home/build /work |
20 | 2025-03-21T17:29:32.838Z | process exited: duration 4155 ms, exit code 0 |
|
21 | 2025-03-21T17:29:32.845Z | starting task 1: "rust-toolchain" |
22 | 2025-03-21T17:29:32.851Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-21T17:29:32.851Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-21T17:29:32.851Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-21T17:29:32.851Z | * rust toolchain profile = "default" |
26 | 2025-03-21T17:29:32.851Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-21T17:29:32.851Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-21T17:29:32.854Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-21T17:29:32.854Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-21T17:29:32.970Z | info: downloading installer |
31 | 2025-03-21T17:29:34.385Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-21T17:29:34.385Z | warn: /opt/ooce/bin |
33 | 2025-03-21T17:29:34.385Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-21T17:29:34.385Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-21T17:29:34.385Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-21T17:29:34.385Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-21T17:29:34.385Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-21T17:29:34.385Z | error: cannot install while Rust is installed |
39 | 2025-03-21T17:29:34.385Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-21T17:29:34.401Z | info: profile set to 'default' |
41 | 2025-03-21T17:29:34.401Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-21T17:29:34.404Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-21T17:29:34.562Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-21T17:29:34.562Z | info: downloading component 'cargo' |
45 | 2025-03-21T17:29:35.344Z | info: downloading component 'clippy' |
46 | 2025-03-21T17:29:35.651Z | info: downloading component 'rust-docs' |
47 | 2025-03-21T17:29:37.031Z | info: downloading component 'rust-std' |
48 | 2025-03-21T17:29:38.744Z | info: downloading component 'rustc' |
49 | 2025-03-21T17:29:44.376Z | info: downloading component 'rustfmt' |
50 | 2025-03-21T17:29:44.673Z | info: installing component 'cargo' |
51 | 2025-03-21T17:29:45.492Z | info: installing component 'clippy' |
52 | 2025-03-21T17:29:45.876Z | info: installing component 'rust-docs' |
53 | 2025-03-21T17:29:47.637Z | info: installing component 'rust-std' |
54 | 2025-03-21T17:29:49.562Z | info: installing component 'rustc' |
55 | 2025-03-21T17:29:55.455Z | info: installing component 'rustfmt' |
56 | 2025-03-21T17:29:55.788Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-21T17:29:55.788Z | |
58 | 2025-03-21T17:29:56.156Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-21T17:29:56.156Z | |
60 | 2025-03-21T17:29:56.159Z | |
61 | 2025-03-21T17:29:56.160Z | Rust is installed now. Great! |
62 | 2025-03-21T17:29:56.160Z | |
63 | 2025-03-21T17:29:56.160Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-21T17:29:56.160Z | environment variable. This has not been done automatically. |
65 | 2025-03-21T17:29:56.160Z | |
66 | 2025-03-21T17:29:56.160Z | To configure your current shell, you need to source |
67 | 2025-03-21T17:29:56.160Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-21T17:29:56.160Z | |
69 | 2025-03-21T17:29:56.160Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-21T17:29:56.160Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-21T17:29:56.160Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-21T17:29:56.160Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-21T17:29:56.236Z | + rustup --version |
74 | 2025-03-21T17:29:56.247Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-21T17:29:56.247Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-21T17:29:56.278Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-21T17:29:56.281Z | + cargo --version |
78 | 2025-03-21T17:29:56.299Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-21T17:29:56.303Z | + rustc --version |
80 | 2025-03-21T17:29:56.328Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-21T17:29:56.332Z | process exited: duration 23484 ms, exit code 0 |
|
82 | 2025-03-21T17:29:56.338Z | starting task 2: "authentication" |
83 | 2025-03-21T17:29:56.361Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-21T17:29:56.367Z | starting task 3: "clone repository" |
85 | 2025-03-21T17:29:56.373Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-21T17:29:56.376Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-21T17:29:56.416Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-21T17:30:02.981Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-21T17:30:02.985Z | + git fetch origin a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
90 | 2025-03-21T17:30:03.292Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-21T17:30:03.292Z | * branch a567d7e0f060702c843ae3aa82bf9c39e46b75a4 -> FETCH_HEAD |
92 | 2025-03-21T17:30:03.304Z | + [[ -n unwind_volume_resource_usage_records ]] |
93 | 2025-03-21T17:30:03.307Z | ++ git branch --show-current |
94 | 2025-03-21T17:30:03.311Z | + current=main |
95 | 2025-03-21T17:30:03.311Z | + [[ main != unwind_volume_resource_usage_records ]] |
96 | 2025-03-21T17:30:03.311Z | + git branch -f unwind_volume_resource_usage_records a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
97 | 2025-03-21T17:30:03.314Z | + git checkout -f unwind_volume_resource_usage_records |
98 | 2025-03-21T17:30:03.501Z | Switched to branch 'unwind_volume_resource_usage_records' |
99 | 2025-03-21T17:30:03.505Z | + git reset --hard a567d7e0f060702c843ae3aa82bf9c39e46b75a4 |
100 | 2025-03-21T17:30:03.584Z | HEAD is now at a567d7e0f Clean up volume usage records created by sagas |
101 | 2025-03-21T17:30:03.587Z | process exited: duration 7217 ms, exit code 0 |
|
102 | 2025-03-21T17:30:03.595Z | starting task 4: "build" |
103 | 2025-03-21T17:30:03.602Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-21T17:30:03.602Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-21T17:30:03.602Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-21T17:30:03.602Z | + cargo --version |
107 | 2025-03-21T17:30:03.657Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-21T17:30:03.660Z | + rustc --version |
109 | 2025-03-21T17:30:03.729Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-21T17:30:03.732Z | + cd /tmp |
111 | 2025-03-21T17:30:03.732Z | + cargo new --lib test-project |
112 | 2025-03-21T17:30:03.754Z | Creating library `test-project` package |
113 | 2025-03-21T17:30:03.841Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-21T17:30:03.844Z | + cd test-project |
115 | 2025-03-21T17:30:03.844Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-21T17:30:03.868Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-21T17:30:03.868Z | Features: |
118 | 2025-03-21T17:30:03.871Z | - proptest |
119 | 2025-03-21T17:30:03.871Z | - test-strategy |
120 | 2025-03-21T17:30:03.871Z | - testing |
121 | 2025-03-21T17:30:03.901Z | Updating crates.io index |
122 | 2025-03-21T17:30:03.968Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-21T17:30:04.596Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-21T17:30:04.978Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-21T17:30:05.299Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-21T17:30:06.666Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-21T17:30:06.845Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-21T17:30:06.848Z | + cargo check |
129 | 2025-03-21T17:30:06.993Z | Updating crates.io index |
130 | 2025-03-21T17:30:08.039Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-21T17:30:08.039Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-21T17:30:08.102Z | Downloading crates ... |
133 | 2025-03-21T17:30:08.180Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-03-21T17:30:08.187Z | Downloaded darling_macro v0.20.10 |
135 | 2025-03-21T17:30:08.195Z | Downloaded icu_provider_macros v1.5.0 |
136 | 2025-03-21T17:30:08.202Z | Downloaded anyhow v1.0.97 |
137 | 2025-03-21T17:30:08.206Z | Downloaded autocfg v1.4.0 |
138 | 2025-03-21T17:30:08.209Z | Downloaded bit-set v0.8.0 |
139 | 2025-03-21T17:30:08.212Z | Downloaded stable_deref_trait v1.2.0 |
140 | 2025-03-21T17:30:08.212Z | Downloaded instant v0.1.13 |
141 | 2025-03-21T17:30:08.215Z | Downloaded foreign-types v0.3.2 |
142 | 2025-03-21T17:30:08.215Z | Downloaded allocator-api2 v0.2.18 |
143 | 2025-03-21T17:30:08.218Z | Downloaded http-body v1.0.1 |
144 | 2025-03-21T17:30:08.218Z | Downloaded foreign-types-shared v0.1.1 |
145 | 2025-03-21T17:30:08.222Z | Downloaded equivalent v1.0.1 |
146 | 2025-03-21T17:30:08.222Z | Downloaded dyn-clone v1.0.18 |
147 | 2025-03-21T17:30:08.225Z | Downloaded atomic-waker v1.1.2 |
148 | 2025-03-21T17:30:08.225Z | Downloaded cpufeatures v0.2.14 |
149 | 2025-03-21T17:30:08.228Z | Downloaded fnv v1.0.7 |
150 | 2025-03-21T17:30:08.228Z | Downloaded crypto-common v0.1.6 |
151 | 2025-03-21T17:30:08.228Z | Downloaded block-buffer v0.10.4 |
152 | 2025-03-21T17:30:08.231Z | Downloaded async-stream v0.3.6 |
153 | 2025-03-21T17:30:08.234Z | Downloaded fastrand v2.1.1 |
154 | 2025-03-21T17:30:08.234Z | Downloaded foldhash v0.1.3 |
155 | 2025-03-21T17:30:08.237Z | Downloaded dirs-next v2.0.0 |
156 | 2025-03-21T17:30:08.237Z | Downloaded dirs-sys-next v0.1.2 |
157 | 2025-03-21T17:30:08.237Z | Downloaded digest v0.10.7 |
158 | 2025-03-21T17:30:08.241Z | Downloaded httpdate v1.0.3 |
159 | 2025-03-21T17:30:08.241Z | Downloaded http-body-util v0.1.2 |
160 | 2025-03-21T17:30:08.244Z | Downloaded futures-io v0.3.31 |
161 | 2025-03-21T17:30:08.244Z | Downloaded debug-ignore v1.0.5 |
162 | 2025-03-21T17:30:08.247Z | Downloaded generic-array v0.14.7 |
163 | 2025-03-21T17:30:08.247Z | Downloaded lazy_static v1.5.0 |
164 | 2025-03-21T17:30:08.250Z | Downloaded itoa v1.0.11 |
165 | 2025-03-21T17:30:08.253Z | Downloaded backoff v0.4.0 |
166 | 2025-03-21T17:30:08.253Z | Downloaded async-trait v0.1.86 |
167 | 2025-03-21T17:30:08.257Z | Downloaded form_urlencoded v1.2.1 |
168 | 2025-03-21T17:30:08.260Z | Downloaded errno v0.3.9 |
169 | 2025-03-21T17:30:08.260Z | Downloaded ipnetwork v0.21.1 |
170 | 2025-03-21T17:30:08.263Z | Downloaded hyper-tls v0.6.0 |
171 | 2025-03-21T17:30:08.266Z | Downloaded hex v0.4.3 |
172 | 2025-03-21T17:30:08.266Z | Downloaded hostname v0.4.0 |
173 | 2025-03-21T17:30:08.269Z | Downloaded ident_case v1.0.1 |
174 | 2025-03-21T17:30:08.269Z | Downloaded dtrace-parser v0.2.0 |
175 | 2025-03-21T17:30:08.272Z | Downloaded is-terminal v0.4.13 |
176 | 2025-03-21T17:30:08.272Z | Downloaded idna_adapter v1.2.0 |
177 | 2025-03-21T17:30:08.272Z | Downloaded futures-macro v0.3.31 |
178 | 2025-03-21T17:30:08.276Z | Downloaded heck v0.5.0 |
179 | 2025-03-21T17:30:08.276Z | Downloaded strum_macros v0.26.4 |
180 | 2025-03-21T17:30:08.280Z | Downloaded take_mut v0.2.2 |
181 | 2025-03-21T17:30:08.280Z | Downloaded structmeta v0.3.0 |
182 | 2025-03-21T17:30:08.283Z | Downloaded sync_wrapper v1.0.1 |
183 | 2025-03-21T17:30:08.283Z | Downloaded subtle v2.6.1 |
184 | 2025-03-21T17:30:08.283Z | Downloaded darling v0.20.10 |
185 | 2025-03-21T17:30:08.287Z | Downloaded httparse v1.9.5 |
186 | 2025-03-21T17:30:08.290Z | Downloaded synstructure v0.13.1 |
187 | 2025-03-21T17:30:08.293Z | Downloaded hostname v0.3.1 |
188 | 2025-03-21T17:30:08.293Z | Downloaded test-strategy v0.4.0 |
189 | 2025-03-21T17:30:08.298Z | Downloaded scroll_derive v0.12.0 |
190 | 2025-03-21T17:30:08.301Z | Downloaded strsim v0.11.1 |
191 | 2025-03-21T17:30:08.301Z | Downloaded tempfile v3.13.0 |
192 | 2025-03-21T17:30:08.305Z | Downloaded thiserror v2.0.11 |
193 | 2025-03-21T17:30:08.309Z | Downloaded hyper-rustls v0.27.3 |
194 | 2025-03-21T17:30:08.312Z | Downloaded time-core v0.1.2 |
195 | 2025-03-21T17:30:08.316Z | Downloaded camino v1.1.9 |
196 | 2025-03-21T17:30:08.316Z | Downloaded term v0.7.0 |
197 | 2025-03-21T17:30:08.319Z | Downloaded futures-executor v0.3.31 |
198 | 2025-03-21T17:30:08.322Z | Downloaded try-lock v0.2.5 |
199 | 2025-03-21T17:30:08.325Z | Downloaded percent-encoding v2.3.1 |
200 | 2025-03-21T17:30:08.325Z | Downloaded icu_locid_transform v1.5.0 |
201 | 2025-03-21T17:30:08.329Z | Downloaded futures-channel v0.3.31 |
202 | 2025-03-21T17:30:08.329Z | Downloaded match_cfg v0.1.0 |
203 | 2025-03-21T17:30:08.332Z | Downloaded crossbeam-utils v0.8.20 |
204 | 2025-03-21T17:30:08.335Z | Downloaded usdt-macro v0.5.0 |
205 | 2025-03-21T17:30:08.335Z | Downloaded bitflags v2.6.0 |
206 | 2025-03-21T17:30:08.338Z | Downloaded tower-service v0.3.3 |
207 | 2025-03-21T17:30:08.342Z | Downloaded icu_normalizer v1.5.0 |
208 | 2025-03-21T17:30:08.345Z | Downloaded openssl-macros v0.1.1 |
209 | 2025-03-21T17:30:08.345Z | Downloaded pretty-hex v0.4.1 |
210 | 2025-03-21T17:30:08.345Z | Downloaded ppv-lite86 v0.2.20 |
211 | 2025-03-21T17:30:08.348Z | Downloaded openssl-probe v0.1.5 |
212 | 2025-03-21T17:30:08.348Z | Downloaded num-conv v0.1.0 |
213 | 2025-03-21T17:30:08.348Z | Downloaded rustc-hash v2.1.1 |
214 | 2025-03-21T17:30:08.351Z | Downloaded yoke-derive v0.7.4 |
215 | 2025-03-21T17:30:08.351Z | Downloaded usdt-attr-macro v0.5.0 |
216 | 2025-03-21T17:30:08.351Z | Downloaded write16 v1.0.0 |
217 | 2025-03-21T17:30:08.356Z | Downloaded omicron-workspace-hack v0.1.0 |
218 | 2025-03-21T17:30:08.356Z | Downloaded waitgroup v0.1.2 |
219 | 2025-03-21T17:30:08.360Z | Downloaded num_threads v0.1.7 |
220 | 2025-03-21T17:30:08.360Z | Downloaded quick-error v1.2.3 |
221 | 2025-03-21T17:30:08.360Z | Downloaded displaydoc v0.2.5 |
222 | 2025-03-21T17:30:08.363Z | Downloaded getrandom v0.3.1 |
223 | 2025-03-21T17:30:08.366Z | Downloaded quinn-udp v0.5.5 |
224 | 2025-03-21T17:30:08.366Z | Downloaded slog-term v2.9.1 |
225 | 2025-03-21T17:30:08.369Z | Downloaded progenitor-client v0.9.1 |
226 | 2025-03-21T17:30:08.369Z | Downloaded tokio-native-tls v0.3.1 |
227 | 2025-03-21T17:30:08.372Z | Downloaded thread-id v4.2.2 |
228 | 2025-03-21T17:30:08.372Z | Downloaded shlex v1.3.0 |
229 | 2025-03-21T17:30:08.376Z | Downloaded utf16_iter v1.0.5 |
230 | 2025-03-21T17:30:08.376Z | Downloaded parse-display-derive v0.10.0 |
231 | 2025-03-21T17:30:08.379Z | Downloaded paste v1.0.15 |
232 | 2025-03-21T17:30:08.379Z | Downloaded tokio-rustls v0.25.0 |
233 | 2025-03-21T17:30:08.383Z | Downloaded parse-display v0.10.0 |
234 | 2025-03-21T17:30:08.383Z | Downloaded thiserror-impl v2.0.11 |
235 | 2025-03-21T17:30:08.386Z | Downloaded thread_local v1.1.8 |
236 | 2025-03-21T17:30:08.386Z | Downloaded macaddr v1.0.1 |
237 | 2025-03-21T17:30:08.389Z | Downloaded version_check v0.9.5 |
238 | 2025-03-21T17:30:08.389Z | Downloaded untrusted v0.9.0 |
239 | 2025-03-21T17:30:08.393Z | Downloaded pin-project-lite v0.2.14 |
240 | 2025-03-21T17:30:08.396Z | Downloaded zerofrom-derive v0.1.4 |
241 | 2025-03-21T17:30:08.399Z | Downloaded tinystr v0.7.6 |
242 | 2025-03-21T17:30:08.399Z | Downloaded oxnet v0.1.1 |
243 | 2025-03-21T17:30:08.402Z | Downloaded hyper-util v0.1.10 |
244 | 2025-03-21T17:30:08.405Z | Downloaded memmap v0.7.0 |
245 | 2025-03-21T17:30:08.408Z | Downloaded powerfmt v0.2.0 |
246 | 2025-03-21T17:30:08.408Z | Downloaded plain v0.2.3 |
247 | 2025-03-21T17:30:08.411Z | Downloaded zeroize v1.8.1 |
248 | 2025-03-21T17:30:08.411Z | Downloaded wait-timeout v0.2.0 |
249 | 2025-03-21T17:30:08.414Z | Downloaded icu_properties v1.5.1 |
250 | 2025-03-21T17:30:08.417Z | Downloaded progenitor v0.8.0 |
251 | 2025-03-21T17:30:08.417Z | Downloaded tokio-macros v2.5.0 |
252 | 2025-03-21T17:30:08.421Z | Downloaded slab v0.4.9 |
253 | 2025-03-21T17:30:08.421Z | Downloaded icu_locid v1.5.0 |
254 | 2025-03-21T17:30:08.425Z | Downloaded rand_chacha v0.3.1 |
255 | 2025-03-21T17:30:08.429Z | Downloaded sha1 v0.10.6 |
256 | 2025-03-21T17:30:08.432Z | Downloaded serde_path_to_error v0.1.16 |
257 | 2025-03-21T17:30:08.432Z | Downloaded progenitor-macro v0.8.0 |
258 | 2025-03-21T17:30:08.432Z | Downloaded serde_spanned v0.6.8 |
259 | 2025-03-21T17:30:08.435Z | Downloaded quote v1.0.38 |
260 | 2025-03-21T17:30:08.438Z | Downloaded serde_with_macros v3.12.0 |
261 | 2025-03-21T17:30:08.438Z | Downloaded schemars_derive v0.8.22 |
262 | 2025-03-21T17:30:08.442Z | Downloaded spin v0.9.8 |
263 | 2025-03-21T17:30:08.445Z | Downloaded icu_normalizer_data v1.5.0 |
264 | 2025-03-21T17:30:08.445Z | Downloaded parking_lot v0.12.3 |
265 | 2025-03-21T17:30:08.449Z | Downloaded rand_xorshift v0.3.0 |
266 | 2025-03-21T17:30:08.452Z | Downloaded rand_core v0.6.4 |
267 | 2025-03-21T17:30:08.452Z | Downloaded usdt-impl v0.5.0 |
268 | 2025-03-21T17:30:08.455Z | Downloaded toml_datetime v0.6.8 |
269 | 2025-03-21T17:30:08.455Z | Downloaded icu_collections v1.5.0 |
270 | 2025-03-21T17:30:08.460Z | Downloaded once_cell v1.20.3 |
271 | 2025-03-21T17:30:08.463Z | Downloaded pest_generator v2.7.14 |
272 | 2025-03-21T17:30:08.466Z | Downloaded zerocopy-derive v0.7.35 |
273 | 2025-03-21T17:30:08.469Z | Downloaded semver v1.0.25 |
274 | 2025-03-21T17:30:08.472Z | Downloaded native-tls v0.2.12 |
275 | 2025-03-21T17:30:08.476Z | Downloaded pkg-config v0.3.31 |
276 | 2025-03-21T17:30:08.476Z | Downloaded ucd-trie v0.1.7 |
277 | 2025-03-21T17:30:08.479Z | Downloaded scroll v0.12.0 |
278 | 2025-03-21T17:30:08.479Z | Downloaded slog-async v2.8.0 |
279 | 2025-03-21T17:30:08.482Z | Downloaded rustls-pki-types v1.10.0 |
280 | 2025-03-21T17:30:08.485Z | Downloaded sha2 v0.10.8 |
281 | 2025-03-21T17:30:08.502Z | Downloaded darling_core v0.20.10 |
282 | 2025-03-21T17:30:08.502Z | Downloaded cc v1.2.15 |
283 | 2025-03-21T17:30:08.502Z | Downloaded num-traits v0.2.19 |
284 | 2025-03-21T17:30:08.502Z | Downloaded typenum v1.17.0 |
285 | 2025-03-21T17:30:08.506Z | Downloaded slog v2.7.0 |
286 | 2025-03-21T17:30:08.506Z | Downloaded progenitor-impl v0.8.0 |
287 | 2025-03-21T17:30:08.509Z | Downloaded rustls-pemfile v2.2.0 |
288 | 2025-03-21T17:30:08.512Z | Downloaded smallvec v1.14.0 |
289 | 2025-03-21T17:30:08.515Z | Downloaded tracing-core v0.1.32 |
290 | 2025-03-21T17:30:08.515Z | Downloaded ryu v1.0.18 |
291 | 2025-03-21T17:30:08.519Z | Downloaded uuid v1.15.1 |
292 | 2025-03-21T17:30:08.522Z | Downloaded http v1.2.0 |
293 | 2025-03-21T17:30:08.527Z | Downloaded syn v2.0.98 |
294 | 2025-03-21T17:30:08.540Z | Downloaded socket2 v0.5.8 |
295 | 2025-03-21T17:30:08.543Z | Downloaded schemars v0.8.22 |
296 | 2025-03-21T17:30:08.555Z | Downloaded rand v0.8.5 |
297 | 2025-03-21T17:30:08.558Z | Downloaded openssl-sys v0.9.106 |
298 | 2025-03-21T17:30:08.564Z | Downloaded url v2.5.3 |
299 | 2025-03-21T17:30:08.567Z | Downloaded memchr v2.7.4 |
300 | 2025-03-21T17:30:08.573Z | Downloaded tracing v0.1.40 |
301 | 2025-03-21T17:30:08.578Z | Downloaded hashbrown v0.15.1 |
302 | 2025-03-21T17:30:08.583Z | Downloaded unsafe-libyaml v0.2.11 |
303 | 2025-03-21T17:30:08.587Z | Downloaded toml_edit v0.22.24 |
304 | 2025-03-21T17:30:08.609Z | Downloaded mio v1.0.2 |
305 | 2025-03-21T17:30:08.614Z | Downloaded tower v0.5.2 |
306 | 2025-03-21T17:30:08.623Z | Downloaded pest v2.7.14 |
307 | 2025-03-21T17:30:08.629Z | Downloaded zerovec v0.10.4 |
308 | 2025-03-21T17:30:08.635Z | Downloaded h2 v0.4.6 |
309 | 2025-03-21T17:30:08.643Z | Downloaded serde_with v3.12.0 |
310 | 2025-03-21T17:30:08.651Z | Downloaded serde_json v1.0.139 |
311 | 2025-03-21T17:30:08.659Z | Downloaded winnow v0.7.3 |
312 | 2025-03-21T17:30:08.669Z | Downloaded zerocopy v0.7.35 |
313 | 2025-03-21T17:30:08.686Z | Downloaded rustls-webpki v0.102.8 |
314 | 2025-03-21T17:30:08.704Z | Downloaded quinn-proto v0.11.8 |
315 | 2025-03-21T17:30:08.710Z | Downloaded proptest v1.6.0 |
316 | 2025-03-21T17:30:08.719Z | Downloaded regex v1.11.1 |
317 | 2025-03-21T17:30:08.733Z | Downloaded reqwest v0.12.12 |
318 | 2025-03-21T17:30:08.741Z | Downloaded webpki-roots v0.26.6 |
319 | 2025-03-21T17:30:08.745Z | Downloaded vcpkg v0.2.15 |
320 | 2025-03-21T17:30:08.783Z | Downloaded icu_properties_data v1.5.0 |
321 | 2025-03-21T17:30:08.792Z | Downloaded openssl v0.10.71 |
322 | 2025-03-21T17:30:08.801Z | Downloaded dropshot v0.16.0 |
323 | 2025-03-21T17:30:08.823Z | Downloaded rustls v0.23.19 |
324 | 2025-03-21T17:30:08.834Z | Downloaded rustls v0.22.4 |
325 | 2025-03-21T17:30:08.846Z | Downloaded rustix v0.38.37 |
326 | 2025-03-21T17:30:08.868Z | Downloaded openapiv3 v2.0.0 |
327 | 2025-03-21T17:30:08.877Z | Downloaded regex-syntax v0.8.5 |
328 | 2025-03-21T17:30:08.885Z | Downloaded regress v0.10.3 |
329 | 2025-03-21T17:30:08.893Z | Downloaded chrono v0.4.40 |
330 | 2025-03-21T17:30:08.900Z | Downloaded goblin v0.8.2 |
331 | 2025-03-21T17:30:08.906Z | Downloaded futures-util v0.3.31 |
332 | 2025-03-21T17:30:08.916Z | Downloaded typify-impl v0.2.0 |
333 | 2025-03-21T17:30:08.930Z | Downloaded tokio-util v0.7.13 |
334 | 2025-03-21T17:30:08.936Z | Downloaded time v0.3.36 |
335 | 2025-03-21T17:30:08.943Z | Downloaded idna v1.0.3 |
336 | 2025-03-21T17:30:08.946Z | Downloaded regex-automata v0.4.8 |
337 | 2025-03-21T17:30:08.962Z | Downloaded aho-corasick v1.1.3 |
338 | 2025-03-21T17:30:08.967Z | Downloaded hyper v1.6.0 |
339 | 2025-03-21T17:30:08.973Z | Downloaded hashbrown v0.12.3 |
340 | 2025-03-21T17:30:08.977Z | Downloaded crossbeam-channel v0.5.13 |
341 | 2025-03-21T17:30:08.981Z | Downloaded proc-macro2 v1.0.93 |
342 | 2025-03-21T17:30:08.984Z | Downloaded serde_derive v1.0.218 |
343 | 2025-03-21T17:30:08.987Z | Downloaded serde_yaml v0.9.34+deprecated |
344 | 2025-03-21T17:30:08.990Z | Downloaded serde v1.0.218 |
345 | 2025-03-21T17:30:08.994Z | Downloaded quinn v0.11.5 |
346 | 2025-03-21T17:30:08.998Z | Downloaded unicode-ident v1.0.14 |
347 | 2025-03-21T17:30:09.001Z | Downloaded base64 v0.22.1 |
348 | 2025-03-21T17:30:09.004Z | Downloaded pest_derive v2.7.14 |
349 | 2025-03-21T17:30:09.004Z | Downloaded pest_meta v2.7.14 |
350 | 2025-03-21T17:30:09.009Z | Downloaded log v0.4.22 |
351 | 2025-03-21T17:30:09.012Z | Downloaded tinyvec v1.8.0 |
352 | 2025-03-21T17:30:09.012Z | Downloaded serde_derive_internals v0.29.1 |
353 | 2025-03-21T17:30:09.015Z | Downloaded typify v0.2.0 |
354 | 2025-03-21T17:30:09.018Z | Downloaded tokio v1.43.0 |
355 | 2025-03-21T17:30:09.052Z | Downloaded toml v0.8.20 |
356 | 2025-03-21T17:30:09.055Z | Downloaded multer v3.1.0 |
357 | 2025-03-21T17:30:09.058Z | Downloaded litemap v0.7.3 |
358 | 2025-03-21T17:30:09.061Z | Downloaded yoke v0.7.4 |
359 | 2025-03-21T17:30:09.061Z | Downloaded indexmap v2.7.1 |
360 | 2025-03-21T17:30:09.065Z | Downloaded time-macros v0.2.18 |
361 | 2025-03-21T17:30:09.068Z | Downloaded serde_tokenstream v0.2.2 |
362 | 2025-03-21T17:30:09.068Z | Downloaded lock_api v0.4.12 |
363 | 2025-03-21T17:30:09.071Z | Downloaded zerovec-derive v0.10.3 |
364 | 2025-03-21T17:30:09.071Z | Downloaded writeable v0.5.5 |
365 | 2025-03-21T17:30:09.074Z | Downloaded bytes v1.10.0 |
366 | 2025-03-21T17:30:09.077Z | Downloaded signal-hook-registry v1.4.2 |
367 | 2025-03-21T17:30:09.080Z | Downloaded scopeguard v1.2.0 |
368 | 2025-03-21T17:30:09.080Z | Downloaded slog-json v2.6.1 |
369 | 2025-03-21T17:30:09.080Z | Downloaded slog-bunyan v2.5.0 |
370 | 2025-03-21T17:30:09.083Z | Downloaded parking_lot_core v0.9.10 |
371 | 2025-03-21T17:30:09.083Z | Downloaded tokio-rustls v0.26.0 |
372 | 2025-03-21T17:30:09.086Z | Downloaded rusty-fork v0.3.0 |
373 | 2025-03-21T17:30:09.086Z | Downloaded rustversion v1.0.17 |
374 | 2025-03-21T17:30:09.089Z | Downloaded pin-utils v0.1.0 |
375 | 2025-03-21T17:30:09.089Z | Downloaded serde_urlencoded v0.7.1 |
376 | 2025-03-21T17:30:09.092Z | Downloaded newtype-uuid v1.2.1 |
377 | 2025-03-21T17:30:09.092Z | Downloaded mime v0.3.17 |
378 | 2025-03-21T17:30:09.095Z | Downloaded utf8_iter v1.0.4 |
379 | 2025-03-21T17:30:09.095Z | Downloaded usdt v0.5.0 |
380 | 2025-03-21T17:30:09.095Z | Downloaded indexmap v1.9.3 |
381 | 2025-03-21T17:30:09.098Z | Downloaded unarray v0.1.4 |
382 | 2025-03-21T17:30:09.101Z | Downloaded icu_provider v1.5.0 |
383 | 2025-03-21T17:30:09.101Z | Downloaded typify-macro v0.2.0 |
384 | 2025-03-21T17:30:09.104Z | Downloaded futures v0.3.31 |
385 | 2025-03-21T17:30:09.107Z | Downloaded ipnet v2.11.0 |
386 | 2025-03-21T17:30:09.110Z | Downloaded tinyvec_macros v0.1.1 |
387 | 2025-03-21T17:30:09.110Z | Downloaded icu_locid_transform_data v1.5.0 |
388 | 2025-03-21T17:30:09.113Z | Downloaded zerofrom v0.1.4 |
389 | 2025-03-21T17:30:09.113Z | Downloaded want v0.3.1 |
390 | 2025-03-21T17:30:09.113Z | Downloaded tower-layer v0.3.3 |
391 | 2025-03-21T17:30:09.116Z | Downloaded dropshot_endpoint v0.16.0 |
392 | 2025-03-21T17:30:09.119Z | Downloaded daft-derive v0.1.1 |
393 | 2025-03-21T17:30:09.122Z | Downloaded progenitor-client v0.8.0 |
394 | 2025-03-21T17:30:09.125Z | Downloaded thiserror-impl v1.0.69 |
395 | 2025-03-21T17:30:09.125Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-03-21T17:30:09.143Z | Downloaded thiserror v1.0.69 |
397 | 2025-03-21T17:30:09.148Z | Downloaded iana-time-zone v0.1.61 |
398 | 2025-03-21T17:30:09.150Z | Downloaded daft v0.1.1 |
399 | 2025-03-21T17:30:09.153Z | Downloaded getrandom v0.2.15 |
400 | 2025-03-21T17:30:09.156Z | Downloaded ring v0.17.11 |
401 | 2025-03-21T17:30:09.194Z | Downloaded structmeta-derive v0.3.0 |
402 | 2025-03-21T17:30:09.197Z | Downloaded bit-vec v0.8.0 |
403 | 2025-03-21T17:30:09.197Z | Downloaded strum v0.26.3 |
404 | 2025-03-21T17:30:09.197Z | Downloaded libc v0.2.170 |
405 | 2025-03-21T17:30:09.220Z | Downloaded futures-task v0.3.31 |
406 | 2025-03-21T17:30:09.223Z | Downloaded futures-sink v0.3.31 |
407 | 2025-03-21T17:30:09.223Z | Downloaded dof v0.3.0 |
408 | 2025-03-21T17:30:09.223Z | Downloaded deranged v0.3.11 |
409 | 2025-03-21T17:30:09.226Z | Downloaded futures-core v0.3.31 |
410 | 2025-03-21T17:30:09.226Z | Downloaded byteorder v1.5.0 |
411 | 2025-03-21T17:30:09.229Z | Downloaded cfg-if v1.0.0 |
412 | 2025-03-21T17:30:09.350Z | Compiling proc-macro2 v1.0.93 |
413 | 2025-03-21T17:30:09.350Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-21T17:30:09.353Z | Compiling libc v0.2.170 |
415 | 2025-03-21T17:30:09.353Z | Checking cfg-if v1.0.0 |
416 | 2025-03-21T17:30:09.353Z | Compiling autocfg v1.4.0 |
417 | 2025-03-21T17:30:09.353Z | Compiling serde v1.0.218 |
418 | 2025-03-21T17:30:09.372Z | Checking memchr v2.7.4 |
419 | 2025-03-21T17:30:09.375Z | Compiling serde_json v1.0.139 |
420 | 2025-03-21T17:30:09.510Z | Checking itoa v1.0.11 |
421 | 2025-03-21T17:30:09.725Z | Compiling thiserror v1.0.69 |
422 | 2025-03-21T17:30:09.828Z | Compiling shlex v1.3.0 |
423 | 2025-03-21T17:30:09.970Z | Checking once_cell v1.20.3 |
424 | 2025-03-21T17:30:10.169Z | Compiling cc v1.2.15 |
425 | 2025-03-21T17:30:10.181Z | Checking pin-project-lite v0.2.14 |
426 | 2025-03-21T17:30:10.271Z | Checking smallvec v1.14.0 |
427 | 2025-03-21T17:30:10.296Z | Checking ryu v1.0.18 |
428 | 2025-03-21T17:30:10.513Z | Checking bytes v1.10.0 |
429 | 2025-03-21T17:30:10.587Z | Compiling version_check v0.9.5 |
430 | 2025-03-21T17:30:10.615Z | Compiling semver v1.0.25 |
431 | 2025-03-21T17:30:10.846Z | Checking futures-core v0.3.31 |
432 | 2025-03-21T17:30:10.920Z | Compiling lock_api v0.4.12 |
433 | 2025-03-21T17:30:11.040Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-21T17:30:11.154Z | Compiling quote v1.0.38 |
435 | 2025-03-21T17:30:11.184Z | Checking getrandom v0.2.15 |
436 | 2025-03-21T17:30:11.229Z | Checking foldhash v0.1.3 |
437 | 2025-03-21T17:30:11.386Z | Checking scopeguard v1.2.0 |
438 | 2025-03-21T17:30:11.428Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-21T17:30:11.482Z | Checking equivalent v1.0.1 |
440 | 2025-03-21T17:30:11.540Z | Compiling syn v2.0.98 |
441 | 2025-03-21T17:30:11.630Z | Compiling slab v0.4.9 |
442 | 2025-03-21T17:30:11.643Z | Checking futures-sink v0.3.31 |
443 | 2025-03-21T17:30:11.714Z | Checking fnv v1.0.7 |
444 | 2025-03-21T17:30:11.831Z | Checking mio v1.0.2 |
445 | 2025-03-21T17:30:11.844Z | Checking signal-hook-registry v1.4.2 |
446 | 2025-03-21T17:30:11.957Z | Checking parking_lot v0.12.3 |
447 | 2025-03-21T17:30:12.011Z | Checking hashbrown v0.15.1 |
448 | 2025-03-21T17:30:12.089Z | Checking socket2 v0.5.8 |
449 | 2025-03-21T17:30:12.126Z | Checking log v0.4.22 |
450 | 2025-03-21T17:30:12.337Z | Compiling num-traits v0.2.19 |
451 | 2025-03-21T17:30:12.439Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-21T17:30:12.463Z | Checking futures-channel v0.3.31 |
453 | 2025-03-21T17:30:12.482Z | Checking pin-utils v0.1.0 |
454 | 2025-03-21T17:30:12.557Z | Checking futures-task v0.3.31 |
455 | 2025-03-21T17:30:12.574Z | Compiling getrandom v0.3.1 |
456 | 2025-03-21T17:30:12.637Z | Checking futures-io v0.3.31 |
457 | 2025-03-21T17:30:12.824Z | Checking http v1.2.0 |
458 | 2025-03-21T17:30:13.124Z | Checking bitflags v2.6.0 |
459 | 2025-03-21T17:30:13.127Z | Compiling ring v0.17.11 |
460 | 2025-03-21T17:30:13.150Z | Compiling pkg-config v0.3.31 |
461 | 2025-03-21T17:30:13.274Z | Compiling vcpkg v0.2.15 |
462 | 2025-03-21T17:30:13.414Z | Compiling schemars v0.8.22 |
463 | 2025-03-21T17:30:13.572Z | Checking iana-time-zone v0.1.61 |
464 | 2025-03-21T17:30:13.741Z | Compiling heck v0.5.0 |
465 | 2025-03-21T17:30:13.948Z | Checking rustls-pki-types v1.10.0 |
466 | 2025-03-21T17:30:14.213Z | Checking untrusted v0.9.0 |
467 | 2025-03-21T17:30:14.362Z | Compiling httparse v1.9.5 |
468 | 2025-03-21T17:30:14.484Z | Checking writeable v0.5.5 |
469 | 2025-03-21T17:30:14.509Z | Checking dyn-clone v1.0.18 |
470 | 2025-03-21T17:30:14.567Z | Checking litemap v0.7.3 |
471 | 2025-03-21T17:30:14.658Z | Compiling openssl-sys v0.9.106 |
472 | 2025-03-21T17:30:14.797Z | Checking tracing-core v0.1.32 |
473 | 2025-03-21T17:30:14.891Z | Checking atomic-waker v1.1.2 |
474 | 2025-03-21T17:30:14.903Z | Compiling ucd-trie v0.1.7 |
475 | 2025-03-21T17:30:15.336Z | Checking http-body v1.0.1 |
476 | 2025-03-21T17:30:15.426Z | Checking tracing v0.1.40 |
477 | 2025-03-21T17:30:15.525Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2025-03-21T17:30:15.615Z | Checking try-lock v0.2.5 |
479 | 2025-03-21T17:30:15.694Z | Checking zeroize v1.8.1 |
480 | 2025-03-21T17:30:15.710Z | Checking subtle v2.6.1 |
481 | 2025-03-21T17:30:15.728Z | Checking byteorder v1.5.0 |
482 | 2025-03-21T17:30:15.754Z | Checking want v0.3.1 |
483 | 2025-03-21T17:30:15.949Z | Compiling openssl v0.10.71 |
484 | 2025-03-21T17:30:15.966Z | Checking httpdate v1.0.3 |
485 | 2025-03-21T17:30:16.167Z | Checking foreign-types-shared v0.1.1 |
486 | 2025-03-21T17:30:16.268Z | Compiling uuid v1.15.1 |
487 | 2025-03-21T17:30:16.281Z | Checking icu_properties_data v1.5.0 |
488 | 2025-03-21T17:30:16.364Z | Checking tower-service v0.3.3 |
489 | 2025-03-21T17:30:16.436Z | Checking foreign-types v0.3.2 |
490 | 2025-03-21T17:30:16.479Z | Compiling chrono v0.4.40 |
491 | 2025-03-21T17:30:16.522Z | Compiling regress v0.10.3 |
492 | 2025-03-21T17:30:16.563Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-21T17:30:16.823Z | Compiling regex-syntax v0.8.5 |
494 | 2025-03-21T17:30:17.205Z | Checking write16 v1.0.0 |
495 | 2025-03-21T17:30:17.336Z | Checking utf16_iter v1.0.5 |
496 | 2025-03-21T17:30:17.510Z | Checking utf8_iter v1.0.4 |
497 | 2025-03-21T17:30:17.607Z | Compiling rustls v0.23.19 |
498 | 2025-03-21T17:30:17.706Z | Compiling slog v2.7.0 |
499 | 2025-03-21T17:30:17.959Z | Compiling native-tls v0.2.12 |
500 | 2025-03-21T17:30:18.221Z | Checking icu_normalizer_data v1.5.0 |
501 | 2025-03-21T17:30:18.274Z | Checking percent-encoding v2.3.1 |
502 | 2025-03-21T17:30:18.390Z | Compiling typenum v1.17.0 |
503 | 2025-03-21T17:30:18.489Z | Checking form_urlencoded v1.2.1 |
504 | 2025-03-21T17:30:18.693Z | Compiling synstructure v0.13.1 |
505 | 2025-03-21T17:30:19.334Z | Compiling serde_derive_internals v0.29.1 |
506 | 2025-03-21T17:30:19.532Z | Checking rustls-webpki v0.102.8 |
507 | 2025-03-21T17:30:20.298Z | Checking openssl-probe v0.1.5 |
508 | 2025-03-21T17:30:20.394Z | Compiling regex-automata v0.4.8 |
509 | 2025-03-21T17:30:21.270Z | Compiling generic-array v0.14.7 |
510 | 2025-03-21T17:30:21.684Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-21T17:30:22.070Z | Checking mime v0.3.17 |
512 | 2025-03-21T17:30:22.552Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-21T17:30:22.806Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-21T17:30:23.163Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-21T17:30:23.232Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-21T17:30:23.246Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-21T17:30:24.004Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-21T17:30:24.664Z | Checking tokio v1.43.0 |
519 | 2025-03-21T17:30:25.588Z | Compiling zerocopy-derive v0.7.35 |
520 | 2025-03-21T17:30:25.625Z | Compiling futures-macro v0.3.31 |
521 | 2025-03-21T17:30:25.910Z | Compiling zerovec-derive v0.10.3 |
522 | 2025-03-21T17:30:26.277Z | Checking zerofrom v0.1.4 |
523 | 2025-03-21T17:30:26.427Z | Compiling displaydoc v0.2.5 |
524 | 2025-03-21T17:30:26.503Z | Checking yoke v0.7.4 |
525 | 2025-03-21T17:30:26.833Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-21T17:30:27.081Z | Compiling pest v2.7.14 |
527 | 2025-03-21T17:30:27.387Z | Checking futures-util v0.3.31 |
528 | 2025-03-21T17:30:27.577Z | Checking zerocopy v0.7.35 |
529 | 2025-03-21T17:30:27.865Z | Compiling openssl-macros v0.1.1 |
530 | 2025-03-21T17:30:27.893Z | Compiling regex v1.11.1 |
531 | 2025-03-21T17:30:28.262Z | Checking zerovec v0.10.4 |
532 | 2025-03-21T17:30:30.050Z | Checking tinystr v0.7.6 |
533 | 2025-03-21T17:30:30.077Z | Checking icu_collections v1.5.0 |
534 | 2025-03-21T17:30:30.395Z | Checking icu_locid v1.5.0 |
535 | 2025-03-21T17:30:30.710Z | Compiling pest_meta v2.7.14 |
536 | 2025-03-21T17:30:31.354Z | Checking icu_provider v1.5.0 |
537 | 2025-03-21T17:30:31.501Z | Checking tokio-util v0.7.13 |
538 | 2025-03-21T17:30:31.952Z | Checking icu_locid_transform v1.5.0 |
539 | 2025-03-21T17:30:32.026Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-21T17:30:32.042Z | Checking http-body-util v0.1.2 |
541 | 2025-03-21T17:30:32.305Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-21T17:30:32.467Z | Compiling scroll_derive v0.12.0 |
543 | 2025-03-21T17:30:32.960Z | Checking icu_properties v1.5.1 |
544 | 2025-03-21T17:30:33.870Z | Checking rustls-pemfile v2.2.0 |
545 | 2025-03-21T17:30:33.892Z | Checking webpki-roots v0.26.6 |
546 | 2025-03-21T17:30:34.074Z | Checking indexmap v2.7.1 |
547 | 2025-03-21T17:30:34.398Z | Compiling pest_derive v2.7.14 |
548 | 2025-03-21T17:30:34.498Z | Checking tokio-native-tls v0.3.1 |
549 | 2025-03-21T17:30:34.668Z | Checking serde_urlencoded v0.7.1 |
550 | 2025-03-21T17:30:34.742Z | Checking rand_core v0.6.4 |
551 | 2025-03-21T17:30:35.044Z | Compiling usdt-impl v0.5.0 |
552 | 2025-03-21T17:30:35.100Z | Checking sync_wrapper v1.0.1 |
553 | 2025-03-21T17:30:35.253Z | Compiling serde_tokenstream v0.2.2 |
554 | 2025-03-21T17:30:35.367Z | Checking h2 v0.4.6 |
555 | 2025-03-21T17:30:35.492Z | Compiling time-core v0.1.2 |
556 | 2025-03-21T17:30:35.666Z | Checking base64 v0.22.1 |
557 | 2025-03-21T17:30:35.781Z | Compiling num-conv v0.1.0 |
558 | 2025-03-21T17:30:35.889Z | Checking tower-layer v0.3.3 |
559 | 2025-03-21T17:30:36.058Z | Compiling rustix v0.38.37 |
560 | 2025-03-21T17:30:36.143Z | Checking powerfmt v0.2.0 |
561 | 2025-03-21T17:30:36.154Z | Checking tower v0.5.2 |
562 | 2025-03-21T17:30:36.186Z | Checking icu_normalizer v1.5.0 |
563 | 2025-03-21T17:30:36.399Z | Checking deranged v0.3.11 |
564 | 2025-03-21T17:30:36.754Z | Compiling time-macros v0.2.18 |
565 | 2025-03-21T17:30:36.950Z | Checking idna_adapter v1.2.0 |
566 | 2025-03-21T17:30:36.979Z | Compiling dof v0.3.0 |
567 | 2025-03-21T17:30:37.138Z | Checking idna v1.0.3 |
568 | 2025-03-21T17:30:37.470Z | Compiling dtrace-parser v0.2.0 |
569 | 2025-03-21T17:30:37.636Z | Checking url v2.5.3 |
570 | 2025-03-21T17:30:37.774Z | Compiling thread-id v4.2.2 |
571 | 2025-03-21T17:30:37.777Z | Checking scroll v0.12.0 |
572 | 2025-03-21T17:30:38.266Z | Checking ppv-lite86 v0.2.20 |
573 | 2025-03-21T17:30:38.476Z | Compiling structmeta-derive v0.3.0 |
574 | 2025-03-21T17:30:38.895Z | Compiling typify-impl v0.2.0 |
575 | 2025-03-21T17:30:38.992Z | Checking errno v0.3.9 |
576 | 2025-03-21T17:30:39.008Z | Compiling paste v1.0.15 |
577 | 2025-03-21T17:30:39.382Z | Compiling ident_case v1.0.1 |
578 | 2025-03-21T17:30:39.488Z | Checking hyper v1.6.0 |
579 | 2025-03-21T17:30:39.517Z | Compiling strsim v0.11.1 |
580 | 2025-03-21T17:30:39.565Z | Checking ipnet v2.11.0 |
581 | 2025-03-21T17:30:39.647Z | Checking num_threads v0.1.7 |
582 | 2025-03-21T17:30:40.006Z | Compiling rustversion v1.0.17 |
583 | 2025-03-21T17:30:40.034Z | Checking plain v0.2.3 |
584 | 2025-03-21T17:30:40.180Z | Compiling crossbeam-utils v0.8.20 |
585 | 2025-03-21T17:30:40.300Z | Checking time v0.3.36 |
586 | 2025-03-21T17:30:40.718Z | Checking goblin v0.8.2 |
587 | 2025-03-21T17:30:40.751Z | Compiling darling_core v0.20.10 |
588 | 2025-03-21T17:30:40.894Z | Compiling structmeta v0.3.0 |
589 | 2025-03-21T17:30:41.467Z | Checking hyper-util v0.1.10 |
590 | 2025-03-21T17:30:43.105Z | Checking rand_chacha v0.3.1 |
591 | 2025-03-21T17:30:43.139Z | Checking hyper-rustls v0.27.3 |
592 | 2025-03-21T17:30:43.401Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-21T17:30:43.477Z | Compiling openapiv3 v2.0.0 |
594 | 2025-03-21T17:30:43.678Z | Checking reqwest v0.12.12 |
595 | 2025-03-21T17:30:44.681Z | Checking dirs-sys-next v0.1.2 |
596 | 2025-03-21T17:30:44.871Z | Compiling newtype-uuid v1.2.1 |
597 | 2025-03-21T17:30:44.924Z | Checking pretty-hex v0.4.1 |
598 | 2025-03-21T17:30:45.109Z | Compiling rustls v0.22.4 |
599 | 2025-03-21T17:30:45.196Z | Compiling unsafe-libyaml v0.2.11 |
600 | 2025-03-21T17:30:45.229Z | Compiling omicron-workspace-hack v0.1.0 |
601 | 2025-03-21T17:30:45.459Z | Checking fastrand v2.1.1 |
602 | 2025-03-21T17:30:45.765Z | Checking tempfile v3.13.0 |
603 | 2025-03-21T17:30:45.777Z | Checking dirs-next v2.0.0 |
604 | 2025-03-21T17:30:45.838Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-21T17:30:46.142Z | Checking rand v0.8.5 |
606 | 2025-03-21T17:30:46.824Z | Compiling serde_yaml v0.9.34+deprecated |
607 | 2025-03-21T17:30:47.108Z | Checking block-buffer v0.10.4 |
608 | 2025-03-21T17:30:47.111Z | Checking crypto-common v0.1.6 |
609 | 2025-03-21T17:30:47.281Z | Checking ipnetwork v0.21.1 |
610 | 2025-03-21T17:30:47.311Z | Checking toml_datetime v0.6.8 |
611 | 2025-03-21T17:30:47.324Z | Checking serde_spanned v0.6.8 |
612 | 2025-03-21T17:30:47.366Z | Compiling multer v3.1.0 |
613 | 2025-03-21T17:30:47.514Z | Checking wait-timeout v0.2.0 |
614 | 2025-03-21T17:30:47.526Z | Checking thread_local v1.1.8 |
615 | 2025-03-21T17:30:47.600Z | Checking match_cfg v0.1.0 |
616 | 2025-03-21T17:30:47.649Z | Compiling camino v1.1.9 |
617 | 2025-03-21T17:30:47.689Z | Checking winnow v0.7.3 |
618 | 2025-03-21T17:30:47.703Z | Compiling anyhow v1.0.97 |
619 | 2025-03-21T17:30:47.726Z | Compiling slog-async v2.8.0 |
620 | 2025-03-21T17:30:47.797Z | Compiling thiserror v2.0.11 |
621 | 2025-03-21T17:30:48.098Z | Checking bit-vec v0.8.0 |
622 | 2025-03-21T17:30:48.236Z | Checking quick-error v1.2.3 |
623 | 2025-03-21T17:30:48.383Z | Checking rusty-fork v0.3.0 |
624 | 2025-03-21T17:30:48.391Z | Compiling strum_macros v0.26.4 |
625 | 2025-03-21T17:30:48.459Z | Checking bit-set v0.8.0 |
626 | 2025-03-21T17:30:48.657Z | Checking hostname v0.3.1 |
627 | 2025-03-21T17:30:48.708Z | Checking oxnet v0.1.1 |
628 | 2025-03-21T17:30:48.782Z | Checking digest v0.10.7 |
629 | 2025-03-21T17:30:48.794Z | Checking crossbeam-channel v0.5.13 |
630 | 2025-03-21T17:30:49.061Z | Compiling darling v0.20.10 |
631 | 2025-03-21T17:30:49.092Z | Checking term v0.7.0 |
632 | 2025-03-21T17:30:49.442Z | Checking progenitor-client v0.8.0 |
633 | 2025-03-21T17:30:49.507Z | Compiling usdt-macro v0.5.0 |
634 | 2025-03-21T17:30:49.521Z | Compiling usdt-attr-macro v0.5.0 |
635 | 2025-03-21T17:30:49.756Z | Checking slog-json v2.6.1 |
636 | 2025-03-21T17:30:49.981Z | Compiling parse-display-derive v0.10.0 |
637 | 2025-03-21T17:30:50.005Z | Checking rand_xorshift v0.3.0 |
638 | 2025-03-21T17:30:50.169Z | Compiling typify-macro v0.2.0 |
639 | 2025-03-21T17:30:50.188Z | Checking hex v0.4.3 |
640 | 2025-03-21T17:30:50.446Z | Checking toml_edit v0.22.24 |
641 | 2025-03-21T17:30:50.633Z | Checking futures-executor v0.3.31 |
642 | 2025-03-21T17:30:50.771Z | Compiling daft-derive v0.1.1 |
643 | 2025-03-21T17:30:50.865Z | Compiling thiserror-impl v2.0.11 |
644 | 2025-03-21T17:30:50.931Z | Compiling async-stream-impl v0.3.6 |
645 | 2025-03-21T17:30:52.192Z | Compiling dropshot v0.16.0 |
646 | 2025-03-21T17:30:52.252Z | Checking memmap v0.7.0 |
647 | 2025-03-21T17:30:52.468Z | Checking is-terminal v0.4.13 |
648 | 2025-03-21T17:30:52.494Z | Checking take_mut v0.2.2 |
649 | 2025-03-21T17:30:52.564Z | Checking cpufeatures v0.2.14 |
650 | 2025-03-21T17:30:52.591Z | Checking unarray v0.1.4 |
651 | 2025-03-21T17:30:52.640Z | Checking spin v0.9.8 |
652 | 2025-03-21T17:30:52.659Z | Checking lazy_static v1.5.0 |
653 | 2025-03-21T17:30:52.712Z | Checking tokio-rustls v0.25.0 |
654 | 2025-03-21T17:30:52.738Z | Checking sha1 v0.10.6 |
655 | 2025-03-21T17:30:52.796Z | Checking proptest v1.6.0 |
656 | 2025-03-21T17:30:53.074Z | Checking slog-term v2.9.1 |
657 | 2025-03-21T17:30:53.089Z | Checking toml v0.8.20 |
658 | 2025-03-21T17:30:53.246Z | Checking strum v0.26.3 |
659 | 2025-03-21T17:30:53.284Z | Checking usdt v0.5.0 |
660 | 2025-03-21T17:30:53.393Z | Checking daft v0.1.1 |
661 | 2025-03-21T17:30:53.407Z | Compiling typify v0.2.0 |
662 | 2025-03-21T17:30:53.519Z | Compiling progenitor-impl v0.8.0 |
663 | 2025-03-21T17:30:53.519Z | Checking parse-display v0.10.0 |
664 | 2025-03-21T17:30:53.545Z | Checking async-stream v0.3.6 |
665 | 2025-03-21T17:30:53.731Z | Checking futures v0.3.31 |
666 | 2025-03-21T17:30:53.752Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
667 | 2025-03-21T17:30:53.765Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-21T17:30:53.769Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-21T17:30:53.927Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-21T17:30:53.999Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-21T17:30:54.150Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-21T17:30:54.356Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-21T17:30:54.767Z | Compiling async-trait v0.1.86 |
674 | 2025-03-21T17:30:55.169Z | Checking waitgroup v0.1.2 |
675 | 2025-03-21T17:30:55.317Z | Checking hostname v0.4.0 |
676 | 2025-03-21T17:30:55.462Z | Checking instant v0.1.13 |
677 | 2025-03-21T17:30:55.480Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-21T17:30:55.581Z | Checking backoff v0.4.0 |
679 | 2025-03-21T17:30:55.622Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-21T17:30:55.761Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-21T17:30:55.869Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-21T17:30:56.143Z | Checking serde_with v3.12.0 |
683 | 2025-03-21T17:30:56.381Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-21T17:30:56.678Z | Checking macaddr v1.0.1 |
685 | 2025-03-21T17:30:56.974Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
686 | 2025-03-21T17:30:57.508Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-21T17:31:01.008Z | Checking progenitor v0.8.0 |
688 | 2025-03-21T17:31:01.119Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
689 | 2025-03-21T17:31:03.893Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-21T17:31:11.019Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-21T17:31:11.082Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
692 | 2025-03-21T17:31:11.216Z | + cargo build --release |
693 | 2025-03-21T17:31:11.451Z | Compiling proc-macro2 v1.0.93 |
694 | 2025-03-21T17:31:11.451Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-21T17:31:11.454Z | Compiling libc v0.2.170 |
696 | 2025-03-21T17:31:11.454Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-21T17:31:11.454Z | Compiling autocfg v1.4.0 |
698 | 2025-03-21T17:31:11.454Z | Compiling serde v1.0.218 |
699 | 2025-03-21T17:31:11.455Z | Compiling memchr v2.7.4 |
700 | 2025-03-21T17:31:11.455Z | Compiling serde_json v1.0.139 |
701 | 2025-03-21T17:31:11.571Z | Compiling itoa v1.0.11 |
702 | 2025-03-21T17:31:11.781Z | Compiling thiserror v1.0.69 |
703 | 2025-03-21T17:31:11.893Z | Compiling shlex v1.3.0 |
704 | 2025-03-21T17:31:12.065Z | Compiling once_cell v1.20.3 |
705 | 2025-03-21T17:31:12.169Z | Compiling cc v1.2.15 |
706 | 2025-03-21T17:31:12.348Z | Compiling pin-project-lite v0.2.14 |
707 | 2025-03-21T17:31:12.470Z | Compiling ryu v1.0.18 |
708 | 2025-03-21T17:31:12.477Z | Compiling smallvec v1.14.0 |
709 | 2025-03-21T17:31:12.902Z | Compiling semver v1.0.25 |
710 | 2025-03-21T17:31:12.915Z | Compiling bytes v1.10.0 |
711 | 2025-03-21T17:31:13.051Z | Compiling version_check v0.9.5 |
712 | 2025-03-21T17:31:13.059Z | Compiling futures-core v0.3.31 |
713 | 2025-03-21T17:31:13.304Z | Compiling quote v1.0.38 |
714 | 2025-03-21T17:31:13.405Z | Compiling lock_api v0.4.12 |
715 | 2025-03-21T17:31:13.599Z | Compiling parking_lot_core v0.9.10 |
716 | 2025-03-21T17:31:13.698Z | Compiling syn v2.0.98 |
717 | 2025-03-21T17:31:13.835Z | Compiling getrandom v0.2.15 |
718 | 2025-03-21T17:31:13.945Z | Compiling equivalent v1.0.1 |
719 | 2025-03-21T17:31:14.043Z | Compiling allocator-api2 v0.2.18 |
720 | 2025-03-21T17:31:14.058Z | Compiling foldhash v0.1.3 |
721 | 2025-03-21T17:31:14.068Z | Compiling scopeguard v1.2.0 |
722 | 2025-03-21T17:31:14.218Z | Compiling slab v0.4.9 |
723 | 2025-03-21T17:31:14.433Z | Compiling fnv v1.0.7 |
724 | 2025-03-21T17:31:14.607Z | Compiling futures-sink v0.3.31 |
725 | 2025-03-21T17:31:14.757Z | Compiling hashbrown v0.15.1 |
726 | 2025-03-21T17:31:14.793Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-21T17:31:14.839Z | Compiling socket2 v0.5.8 |
728 | 2025-03-21T17:31:14.861Z | Compiling mio v1.0.2 |
729 | 2025-03-21T17:31:14.919Z | Compiling signal-hook-registry v1.4.2 |
730 | 2025-03-21T17:31:15.031Z | Compiling log v0.4.22 |
731 | 2025-03-21T17:31:15.353Z | Compiling num-traits v0.2.19 |
732 | 2025-03-21T17:31:15.459Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-21T17:31:15.573Z | Compiling ring v0.17.11 |
734 | 2025-03-21T17:31:15.965Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-21T17:31:16.220Z | Compiling futures-io v0.3.31 |
736 | 2025-03-21T17:31:16.387Z | Compiling pin-utils v0.1.0 |
737 | 2025-03-21T17:31:16.420Z | Compiling getrandom v0.3.1 |
738 | 2025-03-21T17:31:16.458Z | Compiling futures-task v0.3.31 |
739 | 2025-03-21T17:31:16.541Z | Compiling http v1.2.0 |
740 | 2025-03-21T17:31:16.639Z | Compiling vcpkg v0.2.15 |
741 | 2025-03-21T17:31:16.743Z | Compiling iana-time-zone v0.1.61 |
742 | 2025-03-21T17:31:16.931Z | Compiling heck v0.5.0 |
743 | 2025-03-21T17:31:17.159Z | Compiling pkg-config v0.3.31 |
744 | 2025-03-21T17:31:17.311Z | Compiling schemars v0.8.22 |
745 | 2025-03-21T17:31:17.468Z | Compiling rustls-pki-types v1.10.0 |
746 | 2025-03-21T17:31:18.129Z | Compiling bitflags v2.6.0 |
747 | 2025-03-21T17:31:18.199Z | Compiling openssl-sys v0.9.106 |
748 | 2025-03-21T17:31:18.853Z | Compiling dyn-clone v1.0.18 |
749 | 2025-03-21T17:31:18.883Z | Compiling untrusted v0.9.0 |
750 | 2025-03-21T17:31:19.070Z | Compiling litemap v0.7.3 |
751 | 2025-03-21T17:31:19.086Z | Compiling httparse v1.9.5 |
752 | 2025-03-21T17:31:19.229Z | Compiling writeable v0.5.5 |
753 | 2025-03-21T17:31:19.548Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-21T17:31:19.775Z | Compiling atomic-waker v1.1.2 |
755 | 2025-03-21T17:31:19.818Z | Compiling ucd-trie v0.1.7 |
756 | 2025-03-21T17:31:20.230Z | Compiling http-body v1.0.1 |
757 | 2025-03-21T17:31:20.286Z | Compiling tracing v0.1.40 |
758 | 2025-03-21T17:31:20.857Z | Compiling byteorder v1.5.0 |
759 | 2025-03-21T17:31:20.922Z | Compiling synstructure v0.13.1 |
760 | 2025-03-21T17:31:20.936Z | Compiling serde_derive_internals v0.29.1 |
761 | 2025-03-21T17:31:21.272Z | Compiling zeroize v1.8.1 |
762 | 2025-03-21T17:31:21.345Z | Compiling try-lock v0.2.5 |
763 | 2025-03-21T17:31:21.453Z | Compiling subtle v2.6.1 |
764 | 2025-03-21T17:31:21.610Z | Compiling icu_locid_transform_data v1.5.0 |
765 | 2025-03-21T17:31:21.720Z | Compiling want v0.3.1 |
766 | 2025-03-21T17:31:21.781Z | Compiling chrono v0.4.40 |
767 | 2025-03-21T17:31:22.038Z | Compiling foreign-types-shared v0.1.1 |
768 | 2025-03-21T17:31:22.049Z | Compiling openssl v0.10.71 |
769 | 2025-03-21T17:31:22.149Z | Compiling icu_properties_data v1.5.0 |
770 | 2025-03-21T17:31:22.171Z | Compiling httpdate v1.0.3 |
771 | 2025-03-21T17:31:22.404Z | Compiling uuid v1.15.1 |
772 | 2025-03-21T17:31:22.647Z | Compiling tower-service v0.3.3 |
773 | 2025-03-21T17:31:22.829Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-21T17:31:22.924Z | Compiling regress v0.10.3 |
775 | 2025-03-21T17:31:22.984Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-21T17:31:23.537Z | Compiling regex-syntax v0.8.5 |
777 | 2025-03-21T17:31:24.204Z | Compiling native-tls v0.2.12 |
778 | 2025-03-21T17:31:24.621Z | Compiling icu_normalizer_data v1.5.0 |
779 | 2025-03-21T17:31:24.730Z | Compiling write16 v1.0.0 |
780 | 2025-03-21T17:31:24.775Z | Compiling percent-encoding v2.3.1 |
781 | 2025-03-21T17:31:24.858Z | Compiling slog v2.7.0 |
782 | 2025-03-21T17:31:24.987Z | Compiling serde_derive v1.0.218 |
783 | 2025-03-21T17:31:25.500Z | Compiling thiserror-impl v1.0.69 |
784 | 2025-03-21T17:31:25.510Z | Compiling schemars_derive v0.8.22 |
785 | 2025-03-21T17:31:26.505Z | Compiling tokio-macros v2.5.0 |
786 | 2025-03-21T17:31:26.662Z | Compiling zerofrom-derive v0.1.4 |
787 | 2025-03-21T17:31:27.135Z | Compiling yoke-derive v0.7.4 |
788 | 2025-03-21T17:31:27.338Z | Compiling futures-macro v0.3.31 |
789 | 2025-03-21T17:31:27.982Z | Compiling tokio v1.43.0 |
790 | 2025-03-21T17:31:28.073Z | Compiling zerocopy-derive v0.7.35 |
791 | 2025-03-21T17:31:28.178Z | Compiling zerovec-derive v0.10.3 |
792 | 2025-03-21T17:31:28.872Z | Compiling displaydoc v0.2.5 |
793 | 2025-03-21T17:31:29.188Z | Compiling futures-util v0.3.31 |
794 | 2025-03-21T17:31:29.681Z | Compiling zerofrom v0.1.4 |
795 | 2025-03-21T17:31:29.883Z | Compiling yoke v0.7.4 |
796 | 2025-03-21T17:31:29.972Z | Compiling icu_provider_macros v1.5.0 |
797 | 2025-03-21T17:31:30.273Z | Compiling pest v2.7.14 |
798 | 2025-03-21T17:31:30.495Z | Compiling zerocopy v0.7.35 |
799 | 2025-03-21T17:31:30.597Z | Compiling zerovec v0.10.4 |
800 | 2025-03-21T17:31:31.128Z | Compiling openssl-macros v0.1.1 |
801 | 2025-03-21T17:31:31.913Z | Compiling utf8_iter v1.0.4 |
802 | 2025-03-21T17:31:32.511Z | Compiling rustls-webpki v0.102.8 |
803 | 2025-03-21T17:31:33.210Z | Compiling tinystr v0.7.6 |
804 | 2025-03-21T17:31:33.465Z | Compiling pest_meta v2.7.14 |
805 | 2025-03-21T17:31:33.610Z | Compiling icu_locid v1.5.0 |
806 | 2025-03-21T17:31:35.300Z | Compiling icu_provider v1.5.0 |
807 | 2025-03-21T17:31:37.019Z | Compiling tokio-util v0.7.13 |
808 | 2025-03-21T17:31:37.576Z | Compiling indexmap v2.7.1 |
809 | 2025-03-21T17:31:39.321Z | Compiling serde_tokenstream v0.2.2 |
810 | 2025-03-21T17:31:39.519Z | Compiling h2 v0.4.6 |
811 | 2025-03-21T17:31:39.881Z | Compiling icu_locid_transform v1.5.0 |
812 | 2025-03-21T17:31:40.107Z | Compiling icu_collections v1.5.0 |
813 | 2025-03-21T17:31:41.161Z | Compiling pest_generator v2.7.14 |
814 | 2025-03-21T17:31:42.845Z | Compiling icu_properties v1.5.1 |
815 | 2025-03-21T17:31:43.465Z | Compiling utf16_iter v1.0.5 |
816 | 2025-03-21T17:31:43.539Z | Compiling rustls v0.23.19 |
817 | 2025-03-21T17:31:43.703Z | Compiling pest_derive v2.7.14 |
818 | 2025-03-21T17:31:43.931Z | Compiling typify-impl v0.2.0 |
819 | 2025-03-21T17:31:45.812Z | Compiling hyper v1.6.0 |
820 | 2025-03-21T17:31:47.666Z | Compiling icu_normalizer v1.5.0 |
821 | 2025-03-21T17:31:49.395Z | Compiling hyper-util v0.1.10 |
822 | 2025-03-21T17:31:53.312Z | Compiling regex-automata v0.4.8 |
823 | 2025-03-21T17:31:53.959Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-21T17:31:55.260Z | Compiling typenum v1.17.0 |
825 | 2025-03-21T17:31:55.327Z | Compiling openssl-probe v0.1.5 |
826 | 2025-03-21T17:31:56.900Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-21T17:31:57.394Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-21T17:31:57.637Z | Compiling regex v1.11.1 |
829 | 2025-03-21T17:31:58.497Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-21T17:31:58.573Z | Compiling generic-array v0.14.7 |
831 | 2025-03-21T17:31:58.927Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-21T17:31:59.043Z | Compiling mime v0.3.17 |
833 | 2025-03-21T17:32:00.264Z | Compiling idna v1.0.3 |
834 | 2025-03-21T17:32:00.299Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-21T17:32:03.058Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-21T17:32:04.982Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-21T17:32:05.475Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-21T17:32:05.729Z | Compiling webpki-roots v0.26.6 |
839 | 2025-03-21T17:32:05.952Z | Compiling rustls-pemfile v2.2.0 |
840 | 2025-03-21T17:32:06.430Z | Compiling rand_core v0.6.4 |
841 | 2025-03-21T17:32:06.847Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-21T17:32:06.920Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-21T17:32:07.072Z | Compiling powerfmt v0.2.0 |
844 | 2025-03-21T17:32:07.263Z | Compiling base64 v0.22.1 |
845 | 2025-03-21T17:32:07.587Z | Compiling tower-layer v0.3.3 |
846 | 2025-03-21T17:32:07.964Z | Compiling rustix v0.38.37 |
847 | 2025-03-21T17:32:08.388Z | Compiling num-conv v0.1.0 |
848 | 2025-03-21T17:32:08.642Z | Compiling time-core v0.1.2 |
849 | 2025-03-21T17:32:08.784Z | Compiling tower v0.5.2 |
850 | 2025-03-21T17:32:08.813Z | Compiling time-macros v0.2.18 |
851 | 2025-03-21T17:32:09.694Z | Compiling deranged v0.3.11 |
852 | 2025-03-21T17:32:10.510Z | Compiling scroll v0.12.0 |
853 | 2025-03-21T17:32:11.473Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-21T17:32:12.893Z | Compiling dof v0.3.0 |
855 | 2025-03-21T17:32:12.898Z | Compiling thread-id v4.2.2 |
856 | 2025-03-21T17:32:12.977Z | Compiling url v2.5.3 |
857 | 2025-03-21T17:32:12.984Z | Compiling hyper-tls v0.6.0 |
858 | 2025-03-21T17:32:12.993Z | Compiling dtrace-parser v0.2.0 |
859 | 2025-03-21T17:32:13.396Z | Compiling ppv-lite86 v0.2.20 |
860 | 2025-03-21T17:32:13.468Z | Compiling structmeta-derive v0.3.0 |
861 | 2025-03-21T17:32:14.380Z | Compiling errno v0.3.9 |
862 | 2025-03-21T17:32:15.719Z | Compiling num_threads v0.1.7 |
863 | 2025-03-21T17:32:15.930Z | Compiling strsim v0.11.1 |
864 | 2025-03-21T17:32:15.942Z | Compiling ipnet v2.11.0 |
865 | 2025-03-21T17:32:16.549Z | Compiling plain v0.2.3 |
866 | 2025-03-21T17:32:16.722Z | Compiling rustversion v1.0.17 |
867 | 2025-03-21T17:32:17.482Z | Compiling omicron-workspace-hack v0.1.0 |
868 | 2025-03-21T17:32:17.551Z | Compiling paste v1.0.15 |
869 | 2025-03-21T17:32:17.830Z | Compiling ident_case v1.0.1 |
870 | 2025-03-21T17:32:18.008Z | Compiling crossbeam-utils v0.8.20 |
871 | 2025-03-21T17:32:18.138Z | Compiling darling_core v0.20.10 |
872 | 2025-03-21T17:32:18.793Z | Compiling time v0.3.36 |
873 | 2025-03-21T17:32:20.945Z | Compiling goblin v0.8.2 |
874 | 2025-03-21T17:32:23.001Z | Compiling reqwest v0.12.12 |
875 | 2025-03-21T17:32:23.380Z | Compiling structmeta v0.3.0 |
876 | 2025-03-21T17:32:27.767Z | Compiling rand_chacha v0.3.1 |
877 | 2025-03-21T17:32:29.770Z | Compiling openapiv3 v2.0.0 |
878 | 2025-03-21T17:32:30.762Z | Compiling typify v0.2.0 |
879 | 2025-03-21T17:32:31.321Z | Compiling dirs-sys-next v0.1.2 |
880 | 2025-03-21T17:32:32.394Z | Compiling pretty-hex v0.4.1 |
881 | 2025-03-21T17:32:32.647Z | Compiling fastrand v2.1.1 |
882 | 2025-03-21T17:32:33.342Z | Compiling newtype-uuid v1.2.1 |
883 | 2025-03-21T17:32:33.712Z | Compiling rustls v0.22.4 |
884 | 2025-03-21T17:32:33.758Z | Compiling unsafe-libyaml v0.2.11 |
885 | 2025-03-21T17:32:34.085Z | Compiling progenitor-impl v0.8.0 |
886 | 2025-03-21T17:32:35.449Z | Compiling serde_yaml v0.9.34+deprecated |
887 | 2025-03-21T17:32:36.774Z | Compiling tempfile v3.13.0 |
888 | 2025-03-21T17:32:38.654Z | Compiling dirs-next v2.0.0 |
889 | 2025-03-21T17:32:39.081Z | Compiling rand v0.8.5 |
890 | 2025-03-21T17:32:40.926Z | Compiling darling_macro v0.20.10 |
891 | 2025-03-21T17:32:44.342Z | Compiling crypto-common v0.1.6 |
892 | 2025-03-21T17:32:44.559Z | Compiling block-buffer v0.10.4 |
893 | 2025-03-21T17:32:44.569Z | Compiling ipnetwork v0.21.1 |
894 | 2025-03-21T17:32:44.815Z | Compiling toml_datetime v0.6.8 |
895 | 2025-03-21T17:32:44.861Z | Compiling serde_spanned v0.6.8 |
896 | 2025-03-21T17:32:45.103Z | Compiling multer v3.1.0 |
897 | 2025-03-21T17:32:45.372Z | Compiling wait-timeout v0.2.0 |
898 | 2025-03-21T17:32:45.489Z | Compiling thread_local v1.1.8 |
899 | 2025-03-21T17:32:45.582Z | Compiling match_cfg v0.1.0 |
900 | 2025-03-21T17:32:45.677Z | Compiling camino v1.1.9 |
901 | 2025-03-21T17:32:46.215Z | Compiling bit-vec v0.8.0 |
902 | 2025-03-21T17:32:46.289Z | Compiling quick-error v1.2.3 |
903 | 2025-03-21T17:32:46.361Z | Compiling winnow v0.7.3 |
904 | 2025-03-21T17:32:46.390Z | Compiling anyhow v1.0.97 |
905 | 2025-03-21T17:32:46.438Z | Compiling thiserror v2.0.11 |
906 | 2025-03-21T17:32:46.764Z | Compiling slog-async v2.8.0 |
907 | 2025-03-21T17:32:47.319Z | Compiling bit-set v0.8.0 |
908 | 2025-03-21T17:32:47.344Z | Compiling rusty-fork v0.3.0 |
909 | 2025-03-21T17:32:47.438Z | Compiling hostname v0.3.1 |
910 | 2025-03-21T17:32:47.749Z | Compiling oxnet v0.1.1 |
911 | 2025-03-21T17:32:49.236Z | Compiling digest v0.10.7 |
912 | 2025-03-21T17:32:49.419Z | Compiling crossbeam-channel v0.5.13 |
913 | 2025-03-21T17:32:49.595Z | Compiling strum_macros v0.26.4 |
914 | 2025-03-21T17:32:50.770Z | Compiling toml_edit v0.22.24 |
915 | 2025-03-21T17:32:52.723Z | Compiling darling v0.20.10 |
916 | 2025-03-21T17:32:52.834Z | Compiling progenitor-macro v0.8.0 |
917 | 2025-03-21T17:32:53.883Z | Compiling term v0.7.0 |
918 | 2025-03-21T17:32:58.441Z | Compiling usdt-attr-macro v0.5.0 |
919 | 2025-03-21T17:32:58.642Z | Compiling usdt-macro v0.5.0 |
920 | 2025-03-21T17:33:00.076Z | Compiling progenitor-client v0.8.0 |
921 | 2025-03-21T17:33:00.134Z | Compiling parse-display-derive v0.10.0 |
922 | 2025-03-21T17:33:00.816Z | Compiling slog-json v2.6.1 |
923 | 2025-03-21T17:33:01.309Z | Compiling rand_xorshift v0.3.0 |
924 | 2025-03-21T17:33:01.622Z | Compiling hex v0.4.3 |
925 | 2025-03-21T17:33:02.288Z | Compiling futures-executor v0.3.31 |
926 | 2025-03-21T17:33:03.357Z | Compiling async-stream-impl v0.3.6 |
927 | 2025-03-21T17:33:03.592Z | Compiling daft-derive v0.1.1 |
928 | 2025-03-21T17:33:03.629Z | Compiling thiserror-impl v2.0.11 |
929 | 2025-03-21T17:33:04.624Z | Compiling dropshot v0.16.0 |
930 | 2025-03-21T17:33:05.014Z | Compiling memmap v0.7.0 |
931 | 2025-03-21T17:33:05.140Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-21T17:33:05.149Z | Compiling lazy_static v1.5.0 |
933 | 2025-03-21T17:33:05.277Z | Compiling take_mut v0.2.2 |
934 | 2025-03-21T17:33:05.287Z | Compiling unarray v0.1.4 |
935 | 2025-03-21T17:33:05.396Z | Compiling spin v0.9.8 |
936 | 2025-03-21T17:33:05.444Z | Compiling cpufeatures v0.2.14 |
937 | 2025-03-21T17:33:05.479Z | Compiling proptest v1.6.0 |
938 | 2025-03-21T17:33:05.586Z | Compiling sha1 v0.10.6 |
939 | 2025-03-21T17:33:06.631Z | Compiling slog-term v2.9.1 |
940 | 2025-03-21T17:33:08.255Z | Compiling usdt v0.5.0 |
941 | 2025-03-21T17:33:09.502Z | Compiling daft v0.1.1 |
942 | 2025-03-21T17:33:09.690Z | Compiling async-stream v0.3.6 |
943 | 2025-03-21T17:33:09.720Z | Compiling parse-display v0.10.0 |
944 | 2025-03-21T17:33:09.952Z | Compiling progenitor v0.8.0 |
945 | 2025-03-21T17:33:10.038Z | Compiling futures v0.3.31 |
946 | 2025-03-21T17:33:10.139Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-03-21T17:33:10.257Z | Compiling tokio-rustls v0.25.0 |
948 | 2025-03-21T17:33:10.338Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-03-21T17:33:10.624Z | Compiling toml v0.8.20 |
950 | 2025-03-21T17:33:10.681Z | Compiling strum v0.26.3 |
951 | 2025-03-21T17:33:10.881Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-21T17:33:13.405Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-21T17:33:14.406Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-21T17:33:14.542Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-21T17:33:15.539Z | Compiling async-trait v0.1.86 |
956 | 2025-03-21T17:33:16.632Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
957 | 2025-03-21T17:33:17.469Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-21T17:33:17.725Z | Compiling hostname v0.4.0 |
959 | 2025-03-21T17:33:17.788Z | Compiling instant v0.1.13 |
960 | 2025-03-21T17:33:17.827Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-21T17:33:17.956Z | Compiling backoff v0.4.0 |
962 | 2025-03-21T17:33:17.977Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-21T17:33:17.984Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
964 | 2025-03-21T17:33:18.294Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
965 | 2025-03-21T17:33:18.312Z | Compiling serde_with v3.12.0 |
966 | 2025-03-21T17:33:19.766Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-21T17:33:20.616Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-21T17:33:21.397Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-21T17:33:22.457Z | Compiling macaddr v1.0.1 |
970 | 2025-03-21T17:33:25.625Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-21T17:33:36.614Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-21T17:33:46.293Z | Finished `release` profile [optimized] target(s) in 2m 35s |
973 | 2025-03-21T17:33:46.384Z | process exited: duration 222733 ms, exit code 0 |
|
974 | 2025-03-21T17:33:46.445Z | found 0 output files |