|
|
|
1 | 2025-02-21T19:41:18.735Z | job assigned to worker 01JMN0DC8XNEH7HZR69K3WCV62 [factory aws, i-013e70e4ecfca62b6] (queued for 6 m 20 s) |
|
2 | 2025-02-21T19:41:27.307Z | starting task 0: "setup" |
3 | 2025-02-21T19:41:27.319Z | ++ uname -s |
4 | 2025-02-21T19:41:27.319Z | + kern=SunOS |
5 | 2025-02-21T19:41:27.319Z | + build_user=build |
6 | 2025-02-21T19:41:27.319Z | + build_uid=12345 |
7 | 2025-02-21T19:41:27.320Z | + work_dir=/work |
8 | 2025-02-21T19:41:27.320Z | + input_dir=/input |
9 | 2025-02-21T19:41:27.320Z | + [[ 0 == 12345 ]] |
10 | 2025-02-21T19:41:27.320Z | + case "$kern" in |
11 | 2025-02-21T19:41:27.320Z | + groupadd -g 12345 build |
12 | 2025-02-21T19:41:27.320Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-21T19:41:29.309Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-21T19:41:29.428Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-21T19:41:29.431Z | + home_fs=zfs |
16 | 2025-02-21T19:41:29.431Z | + [[ zfs == autofs ]] |
17 | 2025-02-21T19:41:29.431Z | + mkdir -p /home/build |
18 | 2025-02-21T19:41:29.434Z | + chown build:build /home/build /work |
19 | 2025-02-21T19:41:31.437Z | + chmod 0700 /home/build /work |
20 | 2025-02-21T19:41:31.445Z | process exited: duration 4148 ms, exit code 0 |
|
21 | 2025-02-21T19:41:31.455Z | starting task 1: "rust-toolchain" |
22 | 2025-02-21T19:41:31.461Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-21T19:41:31.461Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-21T19:41:31.461Z | * rust toolchain profile = "default" |
25 | 2025-02-21T19:41:31.461Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-21T19:41:31.461Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-21T19:41:31.462Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-21T19:41:31.468Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-21T19:41:31.468Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-21T19:41:31.588Z | info: downloading installer |
31 | 2025-02-21T19:41:33.016Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-21T19:41:33.017Z | warning: /opt/ooce/bin |
33 | 2025-02-21T19:41:33.017Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-21T19:41:33.017Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-21T19:41:33.017Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-21T19:41:33.017Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-21T19:41:33.017Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-21T19:41:33.017Z | error: cannot install while Rust is installed |
39 | 2025-02-21T19:41:33.017Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-21T19:41:33.068Z | info: profile set to 'default' |
41 | 2025-02-21T19:41:33.069Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-21T19:41:33.069Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-21T19:41:33.256Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-21T19:41:33.256Z | info: downloading component 'cargo' |
45 | 2025-02-21T19:41:34.112Z | info: downloading component 'clippy' |
46 | 2025-02-21T19:41:34.476Z | info: downloading component 'rust-docs' |
47 | 2025-02-21T19:41:35.880Z | info: downloading component 'rust-std' |
48 | 2025-02-21T19:41:37.945Z | info: downloading component 'rustc' |
49 | 2025-02-21T19:41:45.080Z | info: downloading component 'rustfmt' |
50 | 2025-02-21T19:41:45.345Z | info: installing component 'cargo' |
51 | 2025-02-21T19:41:46.173Z | info: installing component 'clippy' |
52 | 2025-02-21T19:41:46.555Z | info: installing component 'rust-docs' |
53 | 2025-02-21T19:41:48.323Z | info: installing component 'rust-std' |
54 | 2025-02-21T19:41:50.198Z | info: installing component 'rustc' |
55 | 2025-02-21T19:41:56.119Z | info: installing component 'rustfmt' |
56 | 2025-02-21T19:41:56.454Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-21T19:41:56.454Z | |
58 | 2025-02-21T19:41:56.830Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-21T19:41:56.830Z | |
60 | 2025-02-21T19:41:56.833Z | |
61 | 2025-02-21T19:41:56.833Z | Rust is installed now. Great! |
62 | 2025-02-21T19:41:56.833Z | |
63 | 2025-02-21T19:41:56.833Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-21T19:41:56.833Z | environment variable. This has not been done automatically. |
65 | 2025-02-21T19:41:56.833Z | |
66 | 2025-02-21T19:41:56.833Z | To configure your current shell, you need to source |
67 | 2025-02-21T19:41:56.833Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-21T19:41:56.833Z | |
69 | 2025-02-21T19:41:56.833Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-21T19:41:56.834Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-21T19:41:56.834Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-21T19:41:56.910Z | + rustup --version |
73 | 2025-02-21T19:41:56.918Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-21T19:41:56.918Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-21T19:41:57.000Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-21T19:41:57.003Z | + cargo --version |
77 | 2025-02-21T19:41:57.062Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-21T19:41:57.064Z | + rustc --version |
79 | 2025-02-21T19:41:57.130Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-21T19:41:57.133Z | process exited: duration 25686 ms, exit code 0 |
|
81 | 2025-02-21T19:41:57.139Z | starting task 2: "authentication" |
82 | 2025-02-21T19:41:57.161Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-21T19:41:57.166Z | starting task 3: "clone repository" |
84 | 2025-02-21T19:41:57.176Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-21T19:41:57.179Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-21T19:41:57.215Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-21T19:42:04.226Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-21T19:42:04.226Z | + git fetch origin 9190d809eca076a02bbbf43198be33902f59249d |
89 | 2025-02-21T19:42:04.520Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-21T19:42:04.520Z | * branch 9190d809eca076a02bbbf43198be33902f59249d -> FETCH_HEAD |
91 | 2025-02-21T19:42:04.530Z | + [[ -n affinity-db-crud ]] |
92 | 2025-02-21T19:42:04.537Z | ++ git branch --show-current |
93 | 2025-02-21T19:42:04.537Z | + current=main |
94 | 2025-02-21T19:42:04.537Z | + [[ main != affinity-db-crud ]] |
95 | 2025-02-21T19:42:04.537Z | + git branch -f affinity-db-crud 9190d809eca076a02bbbf43198be33902f59249d |
96 | 2025-02-21T19:42:04.549Z | + git checkout -f affinity-db-crud |
97 | 2025-02-21T19:42:04.733Z | Switched to branch 'affinity-db-crud' |
98 | 2025-02-21T19:42:04.744Z | + git reset --hard 9190d809eca076a02bbbf43198be33902f59249d |
99 | 2025-02-21T19:42:04.755Z | HEAD is now at 9190d809e Merge branch 'affinity-db-model' into affinity-db-crud |
100 | 2025-02-21T19:42:04.756Z | process exited: duration 7580 ms, exit code 0 |
|
101 | 2025-02-21T19:42:04.775Z | starting task 4: "build" |
102 | 2025-02-21T19:42:04.783Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-21T19:42:04.784Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-21T19:42:04.784Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-21T19:42:04.784Z | + cargo --version |
106 | 2025-02-21T19:42:04.843Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-21T19:42:04.848Z | + rustc --version |
108 | 2025-02-21T19:42:04.896Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-21T19:42:04.901Z | + cd /tmp |
110 | 2025-02-21T19:42:04.901Z | + cargo new --lib test-project |
111 | 2025-02-21T19:42:04.966Z | Creating library `test-project` package |
112 | 2025-02-21T19:42:05.046Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-21T19:42:05.058Z | + cd test-project |
114 | 2025-02-21T19:42:05.058Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-21T19:42:05.118Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-21T19:42:05.118Z | Features: |
117 | 2025-02-21T19:42:05.118Z | - proptest |
118 | 2025-02-21T19:42:05.118Z | - test-strategy |
119 | 2025-02-21T19:42:05.125Z | - testing |
120 | 2025-02-21T19:42:05.145Z | Updating crates.io index |
121 | 2025-02-21T19:42:05.198Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-21T19:42:05.704Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-21T19:42:06.251Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-21T19:42:07.738Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-21T19:42:07.915Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-21T19:42:07.920Z | + cargo check |
127 | 2025-02-21T19:42:08.111Z | Updating crates.io index |
128 | 2025-02-21T19:42:08.956Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-21T19:42:08.956Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-21T19:42:09.015Z | Downloading crates ... |
131 | 2025-02-21T19:42:09.090Z | Downloaded async-stream v0.3.6 |
132 | 2025-02-21T19:42:09.097Z | Downloaded async-trait v0.1.86 |
133 | 2025-02-21T19:42:09.107Z | Downloaded foreign-types-shared v0.1.1 |
134 | 2025-02-21T19:42:09.110Z | Downloaded async-stream-impl v0.3.6 |
135 | 2025-02-21T19:42:09.113Z | Downloaded http-body v1.0.1 |
136 | 2025-02-21T19:42:09.118Z | Downloaded foreign-types v0.3.2 |
137 | 2025-02-21T19:42:09.126Z | Downloaded equivalent v1.0.1 |
138 | 2025-02-21T19:42:09.128Z | Downloaded dtrace-parser v0.2.0 |
139 | 2025-02-21T19:42:09.132Z | Downloaded tinystr v0.7.6 |
140 | 2025-02-21T19:42:09.135Z | Downloaded tinyvec v1.8.0 |
141 | 2025-02-21T19:42:09.137Z | Downloaded tokio-macros v2.5.0 |
142 | 2025-02-21T19:42:09.140Z | Downloaded tinyvec_macros v0.1.1 |
143 | 2025-02-21T19:42:09.140Z | Downloaded atomic-waker v1.1.2 |
144 | 2025-02-21T19:42:09.142Z | Downloaded instant v0.1.13 |
145 | 2025-02-21T19:42:09.148Z | Downloaded icu_provider_macros v1.5.0 |
146 | 2025-02-21T19:42:09.151Z | Downloaded try-lock v0.2.5 |
147 | 2025-02-21T19:42:09.154Z | Downloaded time-core v0.1.2 |
148 | 2025-02-21T19:42:09.157Z | Downloaded yoke-derive v0.7.4 |
149 | 2025-02-21T19:42:09.157Z | Downloaded darling_macro v0.20.10 |
150 | 2025-02-21T19:42:09.157Z | Downloaded write16 v1.0.0 |
151 | 2025-02-21T19:42:09.159Z | Downloaded waitgroup v0.1.2 |
152 | 2025-02-21T19:42:09.159Z | Downloaded openssl-probe v0.1.5 |
153 | 2025-02-21T19:42:09.162Z | Downloaded num_threads v0.1.7 |
154 | 2025-02-21T19:42:09.164Z | Downloaded match_cfg v0.1.0 |
155 | 2025-02-21T19:42:09.167Z | Downloaded ident_case v1.0.1 |
156 | 2025-02-21T19:42:09.167Z | Downloaded heck v0.5.0 |
157 | 2025-02-21T19:42:09.169Z | Downloaded num-conv v0.1.0 |
158 | 2025-02-21T19:42:09.169Z | Downloaded block-buffer v0.10.4 |
159 | 2025-02-21T19:42:09.173Z | Downloaded tower-service v0.3.3 |
160 | 2025-02-21T19:42:09.173Z | Downloaded dyn-clone v1.0.18 |
161 | 2025-02-21T19:42:09.175Z | Downloaded futures-core v0.3.31 |
162 | 2025-02-21T19:42:09.175Z | Downloaded hex v0.4.3 |
163 | 2025-02-21T19:42:09.178Z | Downloaded dirs-sys-next v0.1.2 |
164 | 2025-02-21T19:42:09.178Z | Downloaded hyper-tls v0.6.0 |
165 | 2025-02-21T19:42:09.180Z | Downloaded byteorder v1.5.0 |
166 | 2025-02-21T19:42:09.182Z | Downloaded futures-sink v0.3.31 |
167 | 2025-02-21T19:42:09.185Z | Downloaded progenitor-client v0.8.0 |
168 | 2025-02-21T19:42:09.185Z | Downloaded pretty-hex v0.4.1 |
169 | 2025-02-21T19:42:09.185Z | Downloaded hostname v0.4.0 |
170 | 2025-02-21T19:42:09.187Z | Downloaded utf16_iter v1.0.5 |
171 | 2025-02-21T19:42:09.190Z | Downloaded toml_datetime v0.6.8 |
172 | 2025-02-21T19:42:09.190Z | Downloaded idna_adapter v1.2.0 |
173 | 2025-02-21T19:42:09.194Z | Downloaded percent-encoding v2.3.1 |
174 | 2025-02-21T19:42:09.194Z | Downloaded http-body-util v0.1.2 |
175 | 2025-02-21T19:42:09.196Z | Downloaded generic-array v0.14.7 |
176 | 2025-02-21T19:42:09.196Z | Downloaded backoff v0.4.0 |
177 | 2025-02-21T19:42:09.199Z | Downloaded time-macros v0.2.18 |
178 | 2025-02-21T19:42:09.202Z | Downloaded parse-display v0.10.0 |
179 | 2025-02-21T19:42:09.204Z | Downloaded writeable v0.5.5 |
180 | 2025-02-21T19:42:09.207Z | Downloaded version_check v0.9.5 |
181 | 2025-02-21T19:42:09.207Z | Downloaded paste v1.0.15 |
182 | 2025-02-21T19:42:09.210Z | Downloaded omicron-workspace-hack v0.1.0 |
183 | 2025-02-21T19:42:09.212Z | Downloaded zerofrom-derive v0.1.4 |
184 | 2025-02-21T19:42:09.212Z | Downloaded futures-io v0.3.31 |
185 | 2025-02-21T19:42:09.215Z | Downloaded futures-executor v0.3.31 |
186 | 2025-02-21T19:42:09.215Z | Downloaded usdt-macro v0.5.0 |
187 | 2025-02-21T19:42:09.217Z | Downloaded progenitor-client v0.9.1 |
188 | 2025-02-21T19:42:09.217Z | Downloaded openssl-macros v0.1.1 |
189 | 2025-02-21T19:42:09.217Z | Downloaded want v0.3.1 |
190 | 2025-02-21T19:42:09.220Z | Downloaded pin-utils v0.1.0 |
191 | 2025-02-21T19:42:09.222Z | Downloaded itoa v1.0.11 |
192 | 2025-02-21T19:42:09.222Z | Downloaded usdt-attr-macro v0.5.0 |
193 | 2025-02-21T19:42:09.222Z | Downloaded dirs-next v2.0.0 |
194 | 2025-02-21T19:42:09.225Z | Downloaded crypto-common v0.1.6 |
195 | 2025-02-21T19:42:09.225Z | Downloaded utf8_iter v1.0.4 |
196 | 2025-02-21T19:42:09.227Z | Downloaded macaddr v1.0.1 |
197 | 2025-02-21T19:42:09.230Z | Downloaded quinn-udp v0.5.5 |
198 | 2025-02-21T19:42:09.230Z | Downloaded is-terminal v0.4.13 |
199 | 2025-02-21T19:42:09.234Z | Downloaded form_urlencoded v1.2.1 |
200 | 2025-02-21T19:42:09.234Z | Downloaded digest v0.10.7 |
201 | 2025-02-21T19:42:09.237Z | Downloaded usdt v0.5.0 |
202 | 2025-02-21T19:42:09.237Z | Downloaded untrusted v0.9.0 |
203 | 2025-02-21T19:42:09.237Z | Downloaded progenitor-macro v0.8.0 |
204 | 2025-02-21T19:42:09.239Z | Downloaded memmap v0.7.0 |
205 | 2025-02-21T19:42:09.242Z | Downloaded tokio-native-tls v0.3.1 |
206 | 2025-02-21T19:42:09.242Z | Downloaded parse-display-derive v0.10.0 |
207 | 2025-02-21T19:42:09.245Z | Downloaded zerofrom v0.1.4 |
208 | 2025-02-21T19:42:09.245Z | Downloaded httpdate v1.0.3 |
209 | 2025-02-21T19:42:09.248Z | Downloaded getrandom v0.2.15 |
210 | 2025-02-21T19:42:09.250Z | Downloaded zeroize v1.8.1 |
211 | 2025-02-21T19:42:09.250Z | Downloaded typify v0.2.0 |
212 | 2025-02-21T19:42:09.253Z | Downloaded progenitor v0.8.0 |
213 | 2025-02-21T19:42:09.256Z | Downloaded pkg-config v0.3.31 |
214 | 2025-02-21T19:42:09.258Z | Downloaded parking_lot_core v0.9.10 |
215 | 2025-02-21T19:42:09.261Z | Downloaded ahash v0.8.11 |
216 | 2025-02-21T19:42:09.264Z | Downloaded take_mut v0.2.2 |
217 | 2025-02-21T19:42:09.264Z | Downloaded native-tls v0.2.12 |
218 | 2025-02-21T19:42:09.266Z | Downloaded powerfmt v0.2.0 |
219 | 2025-02-21T19:42:09.266Z | Downloaded multer v3.1.0 |
220 | 2025-02-21T19:42:09.270Z | Downloaded ipnet v2.10.1 |
221 | 2025-02-21T19:42:09.272Z | Downloaded oxnet v0.1.0 |
222 | 2025-02-21T19:42:09.272Z | Downloaded mime v0.3.17 |
223 | 2025-02-21T19:42:09.275Z | Downloaded serde_tokenstream v0.2.2 |
224 | 2025-02-21T19:42:09.278Z | Downloaded ppv-lite86 v0.2.20 |
225 | 2025-02-21T19:42:09.278Z | Downloaded darling v0.20.10 |
226 | 2025-02-21T19:42:09.281Z | Downloaded lock_api v0.4.12 |
227 | 2025-02-21T19:42:09.284Z | Downloaded litemap v0.7.3 |
228 | 2025-02-21T19:42:09.286Z | Downloaded httparse v1.9.5 |
229 | 2025-02-21T19:42:09.289Z | Downloaded iana-time-zone v0.1.61 |
230 | 2025-02-21T19:42:09.291Z | Downloaded pest_generator v2.7.14 |
231 | 2025-02-21T19:42:09.294Z | Downloaded quote v1.0.38 |
232 | 2025-02-21T19:42:09.297Z | Downloaded once_cell v1.20.3 |
233 | 2025-02-21T19:42:09.300Z | Downloaded typify-macro v0.2.0 |
234 | 2025-02-21T19:42:09.300Z | Downloaded scroll_derive v0.12.0 |
235 | 2025-02-21T19:42:09.300Z | Downloaded sync_wrapper v1.0.1 |
236 | 2025-02-21T19:42:09.304Z | Downloaded yoke v0.7.4 |
237 | 2025-02-21T19:42:09.304Z | Downloaded strum v0.26.3 |
238 | 2025-02-21T19:42:09.307Z | Downloaded displaydoc v0.2.5 |
239 | 2025-02-21T19:42:09.307Z | Downloaded crossbeam-utils v0.8.20 |
240 | 2025-02-21T19:42:09.310Z | Downloaded futures-task v0.3.31 |
241 | 2025-02-21T19:42:09.313Z | Downloaded rustversion v1.0.17 |
242 | 2025-02-21T19:42:09.315Z | Downloaded thiserror-impl v1.0.69 |
243 | 2025-02-21T19:42:09.315Z | Downloaded tower-layer v0.3.3 |
244 | 2025-02-21T19:42:09.315Z | Downloaded slab v0.4.9 |
245 | 2025-02-21T19:42:09.319Z | Downloaded tokio-rustls v0.25.0 |
246 | 2025-02-21T19:42:09.322Z | Downloaded pest_derive v2.7.14 |
247 | 2025-02-21T19:42:09.325Z | Downloaded uuid v1.12.0 |
248 | 2025-02-21T19:42:09.328Z | Downloaded allocator-api2 v0.2.18 |
249 | 2025-02-21T19:42:09.330Z | Downloaded thread-id v4.2.2 |
250 | 2025-02-21T19:42:09.330Z | Downloaded signal-hook-registry v1.4.2 |
251 | 2025-02-21T19:42:09.333Z | Downloaded rand_core v0.6.4 |
252 | 2025-02-21T19:42:09.333Z | Downloaded pin-project-lite v0.2.14 |
253 | 2025-02-21T19:42:09.339Z | Downloaded schemars_derive v0.8.21 |
254 | 2025-02-21T19:42:09.342Z | Downloaded subtle v2.6.1 |
255 | 2025-02-21T19:42:09.342Z | Downloaded sha1 v0.10.6 |
256 | 2025-02-21T19:42:09.342Z | Downloaded thread_local v1.1.8 |
257 | 2025-02-21T19:42:09.344Z | Downloaded thiserror-impl v2.0.11 |
258 | 2025-02-21T19:42:09.347Z | Downloaded rand_chacha v0.3.1 |
259 | 2025-02-21T19:42:09.347Z | Downloaded stable_deref_trait v1.2.0 |
260 | 2025-02-21T19:42:09.347Z | Downloaded toml v0.8.19 |
261 | 2025-02-21T19:42:09.350Z | Downloaded log v0.4.22 |
262 | 2025-02-21T19:42:09.353Z | Downloaded icu_normalizer v1.5.0 |
263 | 2025-02-21T19:42:09.357Z | Downloaded serde_urlencoded v0.7.1 |
264 | 2025-02-21T19:42:09.359Z | Downloaded serde_path_to_error v0.1.16 |
265 | 2025-02-21T19:42:09.362Z | Downloaded progenitor-impl v0.8.0 |
266 | 2025-02-21T19:42:09.365Z | Downloaded proc-macro2 v1.0.92 |
267 | 2025-02-21T19:42:09.367Z | Downloaded serde_spanned v0.6.8 |
268 | 2025-02-21T19:42:09.367Z | Downloaded structmeta-derive v0.3.0 |
269 | 2025-02-21T19:42:09.370Z | Downloaded rustc-hash v2.0.0 |
270 | 2025-02-21T19:42:09.370Z | Downloaded slog-json v2.6.1 |
271 | 2025-02-21T19:42:09.373Z | Downloaded structmeta v0.3.0 |
272 | 2025-02-21T19:42:09.373Z | Downloaded rustls-pemfile v2.2.0 |
273 | 2025-02-21T19:42:09.376Z | Downloaded scroll v0.12.0 |
274 | 2025-02-21T19:42:09.377Z | Downloaded ucd-trie v0.1.7 |
275 | 2025-02-21T19:42:09.380Z | Downloaded strsim v0.11.1 |
276 | 2025-02-21T19:42:09.380Z | Downloaded slog-bunyan v2.5.0 |
277 | 2025-02-21T19:42:09.382Z | Downloaded pest_meta v2.7.14 |
278 | 2025-02-21T19:42:09.384Z | Downloaded shlex v1.3.0 |
279 | 2025-02-21T19:42:09.384Z | Downloaded thiserror v2.0.11 |
280 | 2025-02-21T19:42:09.391Z | Downloaded term v0.7.0 |
281 | 2025-02-21T19:42:09.393Z | Downloaded smallvec v1.13.2 |
282 | 2025-02-21T19:42:09.396Z | Downloaded sha2 v0.10.8 |
283 | 2025-02-21T19:42:09.399Z | Downloaded serde_with_macros v3.11.0 |
284 | 2025-02-21T19:42:09.401Z | Downloaded icu_normalizer_data v1.5.0 |
285 | 2025-02-21T19:42:09.404Z | Downloaded indexmap v1.9.3 |
286 | 2025-02-21T19:42:09.406Z | Downloaded darling_core v0.20.10 |
287 | 2025-02-21T19:42:09.411Z | Downloaded slog v2.7.0 |
288 | 2025-02-21T19:42:09.414Z | Downloaded slog-term v2.9.1 |
289 | 2025-02-21T19:42:09.416Z | Downloaded parking_lot v0.12.3 |
290 | 2025-02-21T19:42:09.419Z | Downloaded semver v1.0.25 |
291 | 2025-02-21T19:42:09.421Z | Downloaded scopeguard v1.2.0 |
292 | 2025-02-21T19:42:09.424Z | Downloaded num-traits v0.2.19 |
293 | 2025-02-21T19:42:09.426Z | Downloaded url v2.5.3 |
294 | 2025-02-21T19:42:09.430Z | Downloaded openssl-sys v0.9.106 |
295 | 2025-02-21T19:42:09.434Z | Downloaded serde_derive_internals v0.29.1 |
296 | 2025-02-21T19:42:09.436Z | Downloaded thiserror v1.0.69 |
297 | 2025-02-21T19:42:09.441Z | Downloaded socket2 v0.5.7 |
298 | 2025-02-21T19:42:09.443Z | Downloaded bytes v1.9.0 |
299 | 2025-02-21T19:42:09.447Z | Downloaded quinn v0.11.5 |
300 | 2025-02-21T19:42:09.451Z | Downloaded http v1.2.0 |
301 | 2025-02-21T19:42:09.456Z | Downloaded rustls-pki-types v1.10.0 |
302 | 2025-02-21T19:42:09.458Z | Downloaded tracing v0.1.40 |
303 | 2025-02-21T19:42:09.463Z | Downloaded ryu v1.0.18 |
304 | 2025-02-21T19:42:09.466Z | Downloaded unsafe-libyaml v0.2.11 |
305 | 2025-02-21T19:42:09.470Z | Downloaded schemars v0.8.21 |
306 | 2025-02-21T19:42:09.482Z | Downloaded serde_derive v1.0.217 |
307 | 2025-02-21T19:42:09.485Z | Downloaded mio v1.0.2 |
308 | 2025-02-21T19:42:09.491Z | Downloaded rand v0.8.5 |
309 | 2025-02-21T19:42:09.494Z | Downloaded tower v0.5.2 |
310 | 2025-02-21T19:42:09.506Z | Downloaded zerovec v0.10.4 |
311 | 2025-02-21T19:42:09.511Z | Downloaded serde v1.0.217 |
312 | 2025-02-21T19:42:09.515Z | Downloaded time v0.3.36 |
313 | 2025-02-21T19:42:09.522Z | Downloaded hashbrown v0.12.3 |
314 | 2025-02-21T19:42:09.526Z | Downloaded hashbrown v0.15.1 |
315 | 2025-02-21T19:42:09.531Z | Downloaded hashbrown v0.14.5 |
316 | 2025-02-21T19:42:09.537Z | Downloaded pest v2.7.14 |
317 | 2025-02-21T19:42:09.542Z | Downloaded winnow v0.6.20 |
318 | 2025-02-21T19:42:09.552Z | Downloaded zerocopy v0.7.35 |
319 | 2025-02-21T19:42:09.569Z | Downloaded idna v1.0.3 |
320 | 2025-02-21T19:42:09.572Z | Downloaded aho-corasick v1.1.3 |
321 | 2025-02-21T19:42:09.578Z | Downloaded toml_edit v0.22.22 |
322 | 2025-02-21T19:42:09.600Z | Downloaded serde_with v3.11.0 |
323 | 2025-02-21T19:42:09.607Z | Downloaded reqwest v0.12.12 |
324 | 2025-02-21T19:42:09.616Z | Downloaded serde_json v1.0.139 |
325 | 2025-02-21T19:42:09.623Z | Downloaded vcpkg v0.2.15 |
326 | 2025-02-21T19:42:09.660Z | Downloaded goblin v0.8.2 |
327 | 2025-02-21T19:42:09.666Z | Downloaded webpki-roots v0.26.6 |
328 | 2025-02-21T19:42:09.669Z | Downloaded h2 v0.4.6 |
329 | 2025-02-21T19:42:09.677Z | Downloaded rustls-webpki v0.102.8 |
330 | 2025-02-21T19:42:09.694Z | Downloaded icu_properties_data v1.5.0 |
331 | 2025-02-21T19:42:09.704Z | Downloaded regex v1.11.1 |
332 | 2025-02-21T19:42:09.717Z | Downloaded openssl v0.10.71 |
333 | 2025-02-21T19:42:09.726Z | Downloaded chrono v0.4.39 |
334 | 2025-02-21T19:42:09.733Z | Downloaded quinn-proto v0.11.8 |
335 | 2025-02-21T19:42:09.740Z | Downloaded futures-util v0.3.31 |
336 | 2025-02-21T19:42:09.752Z | Downloaded hyper v1.5.2 |
337 | 2025-02-21T19:42:09.759Z | Downloaded syn v2.0.96 |
338 | 2025-02-21T19:42:09.772Z | Downloaded rustls v0.23.19 |
339 | 2025-02-21T19:42:09.783Z | Downloaded rustls v0.22.4 |
340 | 2025-02-21T19:42:09.797Z | Downloaded regex-syntax v0.8.5 |
341 | 2025-02-21T19:42:09.804Z | Downloaded regress v0.10.1 |
342 | 2025-02-21T19:42:09.811Z | Downloaded regress v0.9.1 |
343 | 2025-02-21T19:42:09.819Z | Downloaded openapiv3 v2.0.0 |
344 | 2025-02-21T19:42:09.830Z | Downloaded dropshot v0.15.1 |
345 | 2025-02-21T19:42:09.851Z | Downloaded typify-impl v0.2.0 |
346 | 2025-02-21T19:42:09.864Z | Downloaded memchr v2.7.4 |
347 | 2025-02-21T19:42:09.868Z | Downloaded tokio-util v0.7.12 |
348 | 2025-02-21T19:42:09.875Z | Downloaded indexmap v2.7.1 |
349 | 2025-02-21T19:42:09.878Z | Downloaded icu_collections v1.5.0 |
350 | 2025-02-21T19:42:09.883Z | Downloaded crossbeam-channel v0.5.13 |
351 | 2025-02-21T19:42:09.887Z | Downloaded serde_yaml v0.9.34+deprecated |
352 | 2025-02-21T19:42:09.891Z | Downloaded cc v1.1.30 |
353 | 2025-02-21T19:42:09.894Z | Downloaded hyper-util v0.1.10 |
354 | 2025-02-21T19:42:09.898Z | Downloaded spin v0.9.8 |
355 | 2025-02-21T19:42:09.900Z | Downloaded regex-automata v0.4.8 |
356 | 2025-02-21T19:42:09.916Z | Downloaded tracing-core v0.1.32 |
357 | 2025-02-21T19:42:09.919Z | Downloaded strum_macros v0.26.4 |
358 | 2025-02-21T19:42:09.921Z | Downloaded base64 v0.22.1 |
359 | 2025-02-21T19:42:09.924Z | Downloaded icu_properties v1.5.1 |
360 | 2025-02-21T19:42:09.928Z | Downloaded synstructure v0.13.1 |
361 | 2025-02-21T19:42:09.931Z | Downloaded slog-async v2.8.0 |
362 | 2025-02-21T19:42:09.931Z | Downloaded tokio v1.43.0 |
363 | 2025-02-21T19:42:09.966Z | Downloaded typenum v1.17.0 |
364 | 2025-02-21T19:42:09.969Z | Downloaded libc v0.2.169 |
365 | 2025-02-21T19:42:09.991Z | Downloaded icu_locid v1.5.0 |
366 | 2025-02-21T19:42:09.995Z | Downloaded icu_locid_transform_data v1.5.0 |
367 | 2025-02-21T19:42:09.998Z | Downloaded hyper-rustls v0.27.3 |
368 | 2025-02-21T19:42:10.000Z | Downloaded plain v0.2.3 |
369 | 2025-02-21T19:42:10.000Z | Downloaded zerocopy-derive v0.7.35 |
370 | 2025-02-21T19:42:10.003Z | Downloaded icu_provider v1.5.0 |
371 | 2025-02-21T19:42:10.005Z | Downloaded unicode-ident v1.0.14 |
372 | 2025-02-21T19:42:10.008Z | Downloaded futures v0.3.31 |
373 | 2025-02-21T19:42:10.013Z | Downloaded dropshot_endpoint v0.15.1 |
374 | 2025-02-21T19:42:10.016Z | Downloaded camino v1.1.9 |
375 | 2025-02-21T19:42:10.018Z | Downloaded bitflags v2.6.0 |
376 | 2025-02-21T19:42:10.021Z | Downloaded tokio-rustls v0.26.0 |
377 | 2025-02-21T19:42:10.023Z | Downloaded ipnetwork v0.21.1 |
378 | 2025-02-21T19:42:10.026Z | Downloaded newtype-uuid v1.2.1 |
379 | 2025-02-21T19:42:10.026Z | Downloaded icu_locid_transform v1.5.0 |
380 | 2025-02-21T19:42:10.028Z | Downloaded futures-channel v0.3.31 |
381 | 2025-02-21T19:42:10.031Z | Downloaded fnv v1.0.7 |
382 | 2025-02-21T19:42:10.031Z | Downloaded daft-derive v0.1.1 |
383 | 2025-02-21T19:42:10.034Z | Downloaded anyhow v1.0.96 |
384 | 2025-02-21T19:42:10.037Z | Downloaded dof v0.3.0 |
385 | 2025-02-21T19:42:10.040Z | Downloaded deranged v0.3.11 |
386 | 2025-02-21T19:42:10.040Z | Downloaded cpufeatures v0.2.14 |
387 | 2025-02-21T19:42:10.043Z | Downloaded cfg-if v1.0.0 |
388 | 2025-02-21T19:42:10.043Z | Downloaded zerovec-derive v0.10.3 |
389 | 2025-02-21T19:42:10.043Z | Downloaded usdt-impl v0.5.0 |
390 | 2025-02-21T19:42:10.046Z | Downloaded daft v0.1.1 |
391 | 2025-02-21T19:42:10.046Z | Downloaded hostname v0.3.1 |
392 | 2025-02-21T19:42:10.048Z | Downloaded futures-macro v0.3.31 |
393 | 2025-02-21T19:42:10.048Z | Downloaded debug-ignore v1.0.5 |
394 | 2025-02-21T19:42:10.051Z | Downloaded autocfg v1.4.0 |
395 | 2025-02-21T19:42:10.076Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-02-21T19:42:10.096Z | Downloaded ring v0.17.9 |
397 | 2025-02-21T19:42:10.259Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-02-21T19:42:10.259Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-21T19:42:10.262Z | Compiling libc v0.2.169 |
400 | 2025-02-21T19:42:10.262Z | Checking cfg-if v1.0.0 |
401 | 2025-02-21T19:42:10.262Z | Compiling autocfg v1.4.0 |
402 | 2025-02-21T19:42:10.281Z | Compiling serde v1.0.217 |
403 | 2025-02-21T19:42:10.284Z | Compiling version_check v0.9.5 |
404 | 2025-02-21T19:42:10.284Z | Checking memchr v2.7.4 |
405 | 2025-02-21T19:42:10.363Z | Checking itoa v1.0.11 |
406 | 2025-02-21T19:42:10.494Z | Compiling serde_json v1.0.139 |
407 | 2025-02-21T19:42:10.895Z | Compiling thiserror v1.0.69 |
408 | 2025-02-21T19:42:10.941Z | Checking once_cell v1.20.3 |
409 | 2025-02-21T19:42:11.024Z | Compiling shlex v1.3.0 |
410 | 2025-02-21T19:42:11.137Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-21T19:42:11.233Z | Checking smallvec v1.13.2 |
412 | 2025-02-21T19:42:11.261Z | Compiling num-traits v0.2.19 |
413 | 2025-02-21T19:42:11.355Z | Compiling cc v1.1.30 |
414 | 2025-02-21T19:42:11.590Z | Checking bytes v1.9.0 |
415 | 2025-02-21T19:42:11.602Z | Checking ryu v1.0.18 |
416 | 2025-02-21T19:42:11.613Z | Checking getrandom v0.2.15 |
417 | 2025-02-21T19:42:11.829Z | Checking futures-core v0.3.31 |
418 | 2025-02-21T19:42:11.842Z | Compiling lock_api v0.4.12 |
419 | 2025-02-21T19:42:11.892Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-02-21T19:42:11.930Z | Checking scopeguard v1.2.0 |
421 | 2025-02-21T19:42:12.007Z | Compiling quote v1.0.38 |
422 | 2025-02-21T19:42:12.078Z | Compiling slab v0.4.9 |
423 | 2025-02-21T19:42:12.293Z | Compiling schemars v0.8.21 |
424 | 2025-02-21T19:42:12.438Z | Compiling syn v2.0.96 |
425 | 2025-02-21T19:42:12.498Z | Compiling byteorder v1.5.0 |
426 | 2025-02-21T19:42:12.500Z | Checking futures-sink v0.3.31 |
427 | 2025-02-21T19:42:12.639Z | Checking socket2 v0.5.7 |
428 | 2025-02-21T19:42:12.652Z | Checking mio v1.0.2 |
429 | 2025-02-21T19:42:12.734Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-21T19:42:12.734Z | Checking parking_lot v0.12.3 |
431 | 2025-02-21T19:42:12.760Z | Compiling ahash v0.8.11 |
432 | 2025-02-21T19:42:12.964Z | Checking log v0.4.22 |
433 | 2025-02-21T19:42:13.155Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-21T19:42:13.216Z | Checking futures-channel v0.3.31 |
435 | 2025-02-21T19:42:13.229Z | Checking futures-task v0.3.31 |
436 | 2025-02-21T19:42:13.272Z | Checking hashbrown v0.15.1 |
437 | 2025-02-21T19:42:13.281Z | Checking equivalent v1.0.1 |
438 | 2025-02-21T19:42:13.350Z | Checking pin-utils v0.1.0 |
439 | 2025-02-21T19:42:13.392Z | Checking fnv v1.0.7 |
440 | 2025-02-21T19:42:13.410Z | Checking futures-io v0.3.31 |
441 | 2025-02-21T19:42:13.439Z | Compiling semver v1.0.25 |
442 | 2025-02-21T19:42:13.454Z | Compiling pkg-config v0.3.31 |
443 | 2025-02-21T19:42:13.519Z | Checking http v1.2.0 |
444 | 2025-02-21T19:42:13.568Z | Compiling vcpkg v0.2.15 |
445 | 2025-02-21T19:42:13.595Z | Checking rustls-pki-types v1.10.0 |
446 | 2025-02-21T19:42:13.899Z | Compiling ring v0.17.9 |
447 | 2025-02-21T19:42:14.152Z | Checking untrusted v0.9.0 |
448 | 2025-02-21T19:42:14.365Z | Compiling heck v0.5.0 |
449 | 2025-02-21T19:42:14.528Z | Checking iana-time-zone v0.1.61 |
450 | 2025-02-21T19:42:14.634Z | Checking writeable v0.5.5 |
451 | 2025-02-21T19:42:14.698Z | Checking litemap v0.7.3 |
452 | 2025-02-21T19:42:14.849Z | Compiling httparse v1.9.5 |
453 | 2025-02-21T19:42:14.962Z | Checking tracing-core v0.1.32 |
454 | 2025-02-21T19:42:14.965Z | Checking dyn-clone v1.0.18 |
455 | 2025-02-21T19:42:15.045Z | Checking atomic-waker v1.1.2 |
456 | 2025-02-21T19:42:15.107Z | Compiling openssl-sys v0.9.106 |
457 | 2025-02-21T19:42:15.120Z | Compiling ucd-trie v0.1.7 |
458 | 2025-02-21T19:42:15.268Z | Checking http-body v1.0.1 |
459 | 2025-02-21T19:42:15.524Z | Checking try-lock v0.2.5 |
460 | 2025-02-21T19:42:15.548Z | Compiling allocator-api2 v0.2.18 |
461 | 2025-02-21T19:42:15.562Z | Checking tracing v0.1.40 |
462 | 2025-02-21T19:42:15.656Z | Checking icu_locid_transform_data v1.5.0 |
463 | 2025-02-21T19:42:15.748Z | Checking subtle v2.6.1 |
464 | 2025-02-21T19:42:15.977Z | Checking zeroize v1.8.1 |
465 | 2025-02-21T19:42:15.980Z | Checking want v0.3.1 |
466 | 2025-02-21T19:42:16.138Z | Checking tower-service v0.3.3 |
467 | 2025-02-21T19:42:16.215Z | Checking icu_properties_data v1.5.0 |
468 | 2025-02-21T19:42:16.218Z | Compiling uuid v1.12.0 |
469 | 2025-02-21T19:42:16.254Z | Compiling openssl v0.10.71 |
470 | 2025-02-21T19:42:16.366Z | Checking httpdate v1.0.3 |
471 | 2025-02-21T19:42:16.429Z | Checking foreign-types-shared v0.1.1 |
472 | 2025-02-21T19:42:16.606Z | Checking foreign-types v0.3.2 |
473 | 2025-02-21T19:42:16.697Z | Compiling native-tls v0.2.12 |
474 | 2025-02-21T19:42:16.727Z | Checking bitflags v2.6.0 |
475 | 2025-02-21T19:42:16.761Z | Compiling rustls v0.23.19 |
476 | 2025-02-21T19:42:16.928Z | Compiling chrono v0.4.39 |
477 | 2025-02-21T19:42:16.963Z | Compiling slog v2.7.0 |
478 | 2025-02-21T19:42:17.071Z | Checking percent-encoding v2.3.1 |
479 | 2025-02-21T19:42:17.095Z | Checking icu_normalizer_data v1.5.0 |
480 | 2025-02-21T19:42:17.187Z | Checking utf8_iter v1.0.4 |
481 | 2025-02-21T19:42:17.284Z | Checking write16 v1.0.0 |
482 | 2025-02-21T19:42:17.338Z | Checking utf16_iter v1.0.5 |
483 | 2025-02-21T19:42:17.375Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-21T19:42:17.497Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-21T19:42:17.566Z | Compiling regex-syntax v0.8.5 |
486 | 2025-02-21T19:42:17.774Z | Compiling typenum v1.17.0 |
487 | 2025-02-21T19:42:18.137Z | Checking openssl-probe v0.1.5 |
488 | 2025-02-21T19:42:18.684Z | Compiling generic-array v0.14.7 |
489 | 2025-02-21T19:42:18.747Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-21T19:42:19.042Z | Checking mime v0.3.17 |
491 | 2025-02-21T19:42:19.865Z | Compiling synstructure v0.13.1 |
492 | 2025-02-21T19:42:20.068Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-21T19:42:20.654Z | Checking rustls-webpki v0.102.8 |
494 | 2025-02-21T19:42:21.017Z | Checking rustls-pemfile v2.2.0 |
495 | 2025-02-21T19:42:21.062Z | Checking webpki-roots v0.26.6 |
496 | 2025-02-21T19:42:21.212Z | Compiling regex-automata v0.4.8 |
497 | 2025-02-21T19:42:21.232Z | Checking sync_wrapper v1.0.1 |
498 | 2025-02-21T19:42:21.985Z | Compiling usdt-impl v0.5.0 |
499 | 2025-02-21T19:42:22.031Z | Checking tower-layer v0.3.3 |
500 | 2025-02-21T19:42:22.166Z | Compiling num-conv v0.1.0 |
501 | 2025-02-21T19:42:22.357Z | Compiling time-core v0.1.2 |
502 | 2025-02-21T19:42:22.412Z | Checking powerfmt v0.2.0 |
503 | 2025-02-21T19:42:22.537Z | Checking base64 v0.22.1 |
504 | 2025-02-21T19:42:22.670Z | Checking deranged v0.3.11 |
505 | 2025-02-21T19:42:22.830Z | Compiling time-macros v0.2.18 |
506 | 2025-02-21T19:42:22.994Z | Compiling thread-id v4.2.2 |
507 | 2025-02-21T19:42:23.297Z | Checking ipnet v2.10.1 |
508 | 2025-02-21T19:42:23.699Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-21T19:42:23.734Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-21T19:42:23.976Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-21T19:42:24.024Z | Compiling schemars_derive v0.8.21 |
512 | 2025-02-21T19:42:25.484Z | Compiling tokio-macros v2.5.0 |
513 | 2025-02-21T19:42:25.542Z | Compiling zerofrom-derive v0.1.4 |
514 | 2025-02-21T19:42:25.592Z | Compiling zerocopy v0.7.35 |
515 | 2025-02-21T19:42:26.661Z | Compiling yoke-derive v0.7.4 |
516 | 2025-02-21T19:42:26.800Z | Compiling zerovec-derive v0.10.3 |
517 | 2025-02-21T19:42:26.830Z | Checking tokio v1.43.0 |
518 | 2025-02-21T19:42:26.895Z | Compiling futures-macro v0.3.31 |
519 | 2025-02-21T19:42:27.242Z | Compiling displaydoc v0.2.5 |
520 | 2025-02-21T19:42:27.796Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-02-21T19:42:28.496Z | Checking zerofrom v0.1.4 |
522 | 2025-02-21T19:42:28.656Z | Checking futures-util v0.3.31 |
523 | 2025-02-21T19:42:28.708Z | Compiling pest v2.7.14 |
524 | 2025-02-21T19:42:29.004Z | Checking yoke v0.7.4 |
525 | 2025-02-21T19:42:29.007Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-21T19:42:29.078Z | Compiling hashbrown v0.14.5 |
527 | 2025-02-21T19:42:29.354Z | Checking zerovec v0.10.4 |
528 | 2025-02-21T19:42:30.175Z | Compiling regress v0.10.1 |
529 | 2025-02-21T19:42:30.886Z | Checking tinystr v0.7.6 |
530 | 2025-02-21T19:42:31.205Z | Checking icu_locid v1.5.0 |
531 | 2025-02-21T19:42:31.605Z | Compiling pest_meta v2.7.14 |
532 | 2025-02-21T19:42:32.153Z | Checking icu_provider v1.5.0 |
533 | 2025-02-21T19:42:32.788Z | Checking icu_locid_transform v1.5.0 |
534 | 2025-02-21T19:42:33.042Z | Checking icu_collections v1.5.0 |
535 | 2025-02-21T19:42:33.458Z | Checking tokio-util v0.7.12 |
536 | 2025-02-21T19:42:33.673Z | Compiling pest_generator v2.7.14 |
537 | 2025-02-21T19:42:33.740Z | Checking icu_properties v1.5.1 |
538 | 2025-02-21T19:42:34.271Z | Checking http-body-util v0.1.2 |
539 | 2025-02-21T19:42:34.598Z | Checking tokio-rustls v0.26.0 |
540 | 2025-02-21T19:42:34.693Z | Compiling regex v1.11.1 |
541 | 2025-02-21T19:42:34.976Z | Compiling scroll_derive v0.12.0 |
542 | 2025-02-21T19:42:35.168Z | Checking indexmap v2.7.1 |
543 | 2025-02-21T19:42:35.709Z | Compiling serde_tokenstream v0.2.2 |
544 | 2025-02-21T19:42:36.276Z | Compiling pest_derive v2.7.14 |
545 | 2025-02-21T19:42:36.347Z | Checking h2 v0.4.6 |
546 | 2025-02-21T19:42:36.349Z | Checking tokio-native-tls v0.3.1 |
547 | 2025-02-21T19:42:36.590Z | Checking serde_urlencoded v0.7.1 |
548 | 2025-02-21T19:42:36.872Z | Checking scroll v0.12.0 |
549 | 2025-02-21T19:42:36.999Z | Checking tower v0.5.2 |
550 | 2025-02-21T19:42:37.012Z | Checking icu_normalizer v1.5.0 |
551 | 2025-02-21T19:42:37.134Z | Compiling dtrace-parser v0.2.0 |
552 | 2025-02-21T19:42:37.596Z | Compiling dof v0.3.0 |
553 | 2025-02-21T19:42:37.793Z | Checking idna_adapter v1.2.0 |
554 | 2025-02-21T19:42:37.971Z | Checking idna v1.0.3 |
555 | 2025-02-21T19:42:38.462Z | Checking url v2.5.3 |
556 | 2025-02-21T19:42:38.686Z | Compiling paste v1.0.15 |
557 | 2025-02-21T19:42:39.132Z | Compiling typify-impl v0.2.0 |
558 | 2025-02-21T19:42:39.211Z | Checking num_threads v0.1.7 |
559 | 2025-02-21T19:42:39.268Z | Compiling strsim v0.11.1 |
560 | 2025-02-21T19:42:39.334Z | Compiling crossbeam-utils v0.8.20 |
561 | 2025-02-21T19:42:39.653Z | Compiling ident_case v1.0.1 |
562 | 2025-02-21T19:42:39.828Z | Checking plain v0.2.3 |
563 | 2025-02-21T19:42:39.878Z | Compiling darling_core v0.20.10 |
564 | 2025-02-21T19:42:39.976Z | Checking goblin v0.8.2 |
565 | 2025-02-21T19:42:40.111Z | Checking time v0.3.36 |
566 | 2025-02-21T19:42:40.441Z | Checking hyper v1.5.2 |
567 | 2025-02-21T19:42:42.386Z | Checking hyper-util v0.1.10 |
568 | 2025-02-21T19:42:42.455Z | Compiling openapiv3 v2.0.0 |
569 | 2025-02-21T19:42:43.605Z | Checking dirs-sys-next v0.1.2 |
570 | 2025-02-21T19:42:43.779Z | Compiling omicron-workspace-hack v0.1.0 |
571 | 2025-02-21T19:42:43.981Z | Checking hyper-tls v0.6.0 |
572 | 2025-02-21T19:42:44.066Z | Checking hyper-rustls v0.27.3 |
573 | 2025-02-21T19:42:44.119Z | Compiling newtype-uuid v1.2.1 |
574 | 2025-02-21T19:42:44.239Z | Compiling rustversion v1.0.17 |
575 | 2025-02-21T19:42:44.388Z | Checking reqwest v0.12.12 |
576 | 2025-02-21T19:42:44.472Z | Compiling rustls v0.22.4 |
577 | 2025-02-21T19:42:44.797Z | Compiling unsafe-libyaml v0.2.11 |
578 | 2025-02-21T19:42:44.855Z | Checking pretty-hex v0.4.1 |
579 | 2025-02-21T19:42:44.980Z | Compiling darling_macro v0.20.10 |
580 | 2025-02-21T19:42:45.160Z | Checking dirs-next v2.0.0 |
581 | 2025-02-21T19:42:45.826Z | Checking ipnetwork v0.21.1 |
582 | 2025-02-21T19:42:45.950Z | Checking toml_datetime v0.6.8 |
583 | 2025-02-21T19:42:46.181Z | Compiling serde_yaml v0.9.34+deprecated |
584 | 2025-02-21T19:42:46.234Z | Checking serde_spanned v0.6.8 |
585 | 2025-02-21T19:42:46.238Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-21T19:42:46.265Z | Checking block-buffer v0.10.4 |
587 | 2025-02-21T19:42:46.424Z | Checking crypto-common v0.1.6 |
588 | 2025-02-21T19:42:46.433Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-21T19:42:46.463Z | Checking rand_core v0.6.4 |
590 | 2025-02-21T19:42:46.590Z | Checking thread_local v1.1.8 |
591 | 2025-02-21T19:42:46.603Z | Compiling multer v3.1.0 |
592 | 2025-02-21T19:42:46.606Z | Compiling camino v1.1.9 |
593 | 2025-02-21T19:42:46.725Z | Compiling slog-async v2.8.0 |
594 | 2025-02-21T19:42:46.855Z | Compiling anyhow v1.0.96 |
595 | 2025-02-21T19:42:46.928Z | Compiling thiserror v2.0.11 |
596 | 2025-02-21T19:42:46.962Z | Checking match_cfg v0.1.0 |
597 | 2025-02-21T19:42:47.048Z | Checking winnow v0.6.20 |
598 | 2025-02-21T19:42:47.260Z | Checking hostname v0.3.1 |
599 | 2025-02-21T19:42:47.327Z | Checking rand_chacha v0.3.1 |
600 | 2025-02-21T19:42:47.384Z | Checking digest v0.10.7 |
601 | 2025-02-21T19:42:47.706Z | Checking crossbeam-channel v0.5.13 |
602 | 2025-02-21T19:42:47.833Z | Checking oxnet v0.1.0 |
603 | 2025-02-21T19:42:47.874Z | Compiling darling v0.20.10 |
604 | 2025-02-21T19:42:47.984Z | Checking progenitor-client v0.8.0 |
605 | 2025-02-21T19:42:48.177Z | Checking term v0.7.0 |
606 | 2025-02-21T19:42:48.478Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2025-02-21T19:42:48.570Z | Compiling usdt-macro v0.5.0 |
608 | 2025-02-21T19:42:48.822Z | Compiling structmeta v0.3.0 |
609 | 2025-02-21T19:42:49.184Z | Checking slog-json v2.6.1 |
610 | 2025-02-21T19:42:49.288Z | Checking futures-executor v0.3.31 |
611 | 2025-02-21T19:42:49.446Z | Compiling async-stream-impl v0.3.6 |
612 | 2025-02-21T19:42:49.515Z | Compiling thiserror-impl v2.0.11 |
613 | 2025-02-21T19:42:49.553Z | Compiling daft-derive v0.1.1 |
614 | 2025-02-21T19:42:49.769Z | Checking toml_edit v0.22.22 |
615 | 2025-02-21T19:42:49.807Z | Checking is-terminal v0.4.13 |
616 | 2025-02-21T19:42:49.822Z | Checking memmap v0.7.0 |
617 | 2025-02-21T19:42:49.936Z | Compiling dropshot v0.15.1 |
618 | 2025-02-21T19:42:50.041Z | Checking spin v0.9.8 |
619 | 2025-02-21T19:42:50.090Z | Compiling typify-macro v0.2.0 |
620 | 2025-02-21T19:42:50.197Z | Checking take_mut v0.2.2 |
621 | 2025-02-21T19:42:50.301Z | Checking cpufeatures v0.2.14 |
622 | 2025-02-21T19:42:50.403Z | Checking sha1 v0.10.6 |
623 | 2025-02-21T19:42:50.641Z | Checking async-stream v0.3.6 |
624 | 2025-02-21T19:42:50.723Z | Checking usdt v0.5.0 |
625 | 2025-02-21T19:42:50.823Z | Checking slog-term v2.9.1 |
626 | 2025-02-21T19:42:50.964Z | Checking daft v0.1.1 |
627 | 2025-02-21T19:42:50.975Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-21T19:42:51.052Z | Checking futures v0.3.31 |
629 | 2025-02-21T19:42:51.158Z | Checking slog-bunyan v2.5.0 |
630 | 2025-02-21T19:42:51.298Z | Compiling parse-display-derive v0.10.0 |
631 | 2025-02-21T19:42:51.332Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-21T19:42:51.549Z | Checking tokio-rustls v0.25.0 |
633 | 2025-02-21T19:42:51.745Z | Checking rand v0.8.5 |
634 | 2025-02-21T19:42:52.369Z | Checking toml v0.8.19 |
635 | 2025-02-21T19:42:52.484Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-21T19:42:52.509Z | Checking hex v0.4.3 |
637 | 2025-02-21T19:42:52.931Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-02-21T19:42:52.984Z | Compiling async-trait v0.1.86 |
639 | 2025-02-21T19:42:53.052Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-21T19:42:53.319Z | Compiling typify v0.2.0 |
641 | 2025-02-21T19:42:53.438Z | Compiling progenitor-impl v0.8.0 |
642 | 2025-02-21T19:42:53.703Z | Checking waitgroup v0.1.2 |
643 | 2025-02-21T19:42:53.838Z | Checking hostname v0.4.0 |
644 | 2025-02-21T19:42:53.854Z | Checking instant v0.1.13 |
645 | 2025-02-21T19:42:53.959Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-21T19:42:53.972Z | Checking backoff v0.4.0 |
647 | 2025-02-21T19:42:54.106Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-02-21T19:42:54.251Z | Checking serde_with v3.11.0 |
649 | 2025-02-21T19:42:54.263Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-21T19:42:54.426Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2025-02-21T19:42:54.654Z | Checking parse-display v0.10.0 |
652 | 2025-02-21T19:42:54.880Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-21T19:42:54.927Z | Checking strum v0.26.3 |
654 | 2025-02-21T19:42:55.074Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-21T19:42:55.197Z | Checking macaddr v1.0.1 |
656 | 2025-02-21T19:42:55.258Z | Checking regress v0.9.1 |
657 | 2025-02-21T19:42:56.485Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-21T19:42:59.976Z | Checking progenitor v0.8.0 |
659 | 2025-02-21T19:43:00.087Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-21T19:43:02.821Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-21T19:43:10.116Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-21T19:43:10.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
663 | 2025-02-21T19:43:10.296Z | + cargo build --release |
664 | 2025-02-21T19:43:10.552Z | Compiling proc-macro2 v1.0.92 |
665 | 2025-02-21T19:43:10.552Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-21T19:43:10.555Z | Compiling libc v0.2.169 |
667 | 2025-02-21T19:43:10.555Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-21T19:43:10.555Z | Compiling autocfg v1.4.0 |
669 | 2025-02-21T19:43:10.555Z | Compiling serde v1.0.217 |
670 | 2025-02-21T19:43:10.601Z | Compiling version_check v0.9.5 |
671 | 2025-02-21T19:43:10.605Z | Compiling memchr v2.7.4 |
672 | 2025-02-21T19:43:10.678Z | Compiling serde_json v1.0.139 |
673 | 2025-02-21T19:43:10.763Z | Compiling itoa v1.0.11 |
674 | 2025-02-21T19:43:11.058Z | Compiling thiserror v1.0.69 |
675 | 2025-02-21T19:43:11.127Z | Compiling once_cell v1.20.3 |
676 | 2025-02-21T19:43:11.181Z | Compiling shlex v1.3.0 |
677 | 2025-02-21T19:43:11.321Z | Compiling pin-project-lite v0.2.14 |
678 | 2025-02-21T19:43:11.447Z | Compiling cc v1.1.30 |
679 | 2025-02-21T19:43:11.540Z | Compiling num-traits v0.2.19 |
680 | 2025-02-21T19:43:11.569Z | Compiling smallvec v1.13.2 |
681 | 2025-02-21T19:43:11.930Z | Compiling getrandom v0.2.15 |
682 | 2025-02-21T19:43:12.033Z | Compiling ryu v1.0.18 |
683 | 2025-02-21T19:43:12.196Z | Compiling bytes v1.9.0 |
684 | 2025-02-21T19:43:12.248Z | Compiling quote v1.0.38 |
685 | 2025-02-21T19:43:12.264Z | Compiling futures-core v0.3.31 |
686 | 2025-02-21T19:43:12.408Z | Compiling lock_api v0.4.12 |
687 | 2025-02-21T19:43:12.514Z | Compiling parking_lot_core v0.9.10 |
688 | 2025-02-21T19:43:12.597Z | Compiling syn v2.0.96 |
689 | 2025-02-21T19:43:12.748Z | Compiling scopeguard v1.2.0 |
690 | 2025-02-21T19:43:12.792Z | Compiling schemars v0.8.21 |
691 | 2025-02-21T19:43:16.718Z | Compiling slab v0.4.9 |
692 | 2025-02-21T19:43:16.773Z | Compiling ahash v0.8.11 |
693 | 2025-02-21T19:43:16.773Z | Compiling byteorder v1.5.0 |
694 | 2025-02-21T19:43:16.773Z | Compiling futures-sink v0.3.31 |
695 | 2025-02-21T19:43:16.773Z | Compiling parking_lot v0.12.3 |
696 | 2025-02-21T19:43:16.773Z | Compiling mio v1.0.2 |
697 | 2025-02-21T19:43:16.774Z | Compiling signal-hook-registry v1.4.2 |
698 | 2025-02-21T19:43:16.774Z | Compiling socket2 v0.5.7 |
699 | 2025-02-21T19:43:16.774Z | Compiling log v0.4.22 |
700 | 2025-02-21T19:43:16.774Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-21T19:43:16.774Z | Compiling ring v0.17.9 |
702 | 2025-02-21T19:43:16.774Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-21T19:43:16.774Z | Compiling hashbrown v0.15.1 |
704 | 2025-02-21T19:43:16.774Z | Compiling fnv v1.0.7 |
705 | 2025-02-21T19:43:16.774Z | Compiling futures-io v0.3.31 |
706 | 2025-02-21T19:43:16.774Z | Compiling pin-utils v0.1.0 |
707 | 2025-02-21T19:43:16.774Z | Compiling equivalent v1.0.1 |
708 | 2025-02-21T19:43:16.774Z | Compiling futures-task v0.3.31 |
709 | 2025-02-21T19:43:16.774Z | Compiling semver v1.0.25 |
710 | 2025-02-21T19:43:16.774Z | Compiling http v1.2.0 |
711 | 2025-02-21T19:43:16.774Z | Compiling vcpkg v0.2.15 |
712 | 2025-02-21T19:43:16.774Z | Compiling pkg-config v0.3.31 |
713 | 2025-02-21T19:43:16.774Z | Compiling rustls-pki-types v1.10.0 |
714 | 2025-02-21T19:43:16.774Z | Compiling writeable v0.5.5 |
715 | 2025-02-21T19:43:16.774Z | Compiling heck v0.5.0 |
716 | 2025-02-21T19:43:16.805Z | Compiling litemap v0.7.3 |
717 | 2025-02-21T19:43:16.828Z | Compiling openssl-sys v0.9.106 |
718 | 2025-02-21T19:43:18.125Z | Compiling httparse v1.9.5 |
719 | 2025-02-21T19:43:18.161Z | Compiling iana-time-zone v0.1.61 |
720 | 2025-02-21T19:43:18.161Z | Compiling untrusted v0.9.0 |
721 | 2025-02-21T19:43:18.161Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-21T19:43:18.161Z | Compiling atomic-waker v1.1.2 |
723 | 2025-02-21T19:43:18.161Z | Compiling ucd-trie v0.1.7 |
724 | 2025-02-21T19:43:18.161Z | Compiling dyn-clone v1.0.18 |
725 | 2025-02-21T19:43:18.190Z | Compiling http-body v1.0.1 |
726 | 2025-02-21T19:43:18.425Z | Compiling zeroize v1.8.1 |
727 | 2025-02-21T19:43:18.683Z | Compiling tracing v0.1.40 |
728 | 2025-02-21T19:43:18.969Z | Compiling try-lock v0.2.5 |
729 | 2025-02-21T19:43:19.050Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2025-02-21T19:43:19.133Z | Compiling allocator-api2 v0.2.18 |
731 | 2025-02-21T19:43:19.148Z | Compiling subtle v2.6.1 |
732 | 2025-02-21T19:43:19.328Z | Compiling want v0.3.1 |
733 | 2025-02-21T19:43:19.544Z | Compiling chrono v0.4.39 |
734 | 2025-02-21T19:43:19.637Z | Compiling uuid v1.12.0 |
735 | 2025-02-21T19:43:19.811Z | Compiling synstructure v0.13.1 |
736 | 2025-02-21T19:43:19.819Z | Compiling serde_derive_internals v0.29.1 |
737 | 2025-02-21T19:43:19.929Z | Compiling openssl v0.10.71 |
738 | 2025-02-21T19:43:20.171Z | Compiling httpdate v1.0.3 |
739 | 2025-02-21T19:43:20.388Z | Compiling tower-service v0.3.3 |
740 | 2025-02-21T19:43:20.522Z | Compiling icu_properties_data v1.5.0 |
741 | 2025-02-21T19:43:20.760Z | Compiling foreign-types-shared v0.1.1 |
742 | 2025-02-21T19:43:20.940Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-21T19:43:21.166Z | Compiling utf8_iter v1.0.4 |
744 | 2025-02-21T19:43:21.303Z | Compiling bitflags v2.6.0 |
745 | 2025-02-21T19:43:21.423Z | Compiling percent-encoding v2.3.1 |
746 | 2025-02-21T19:43:21.655Z | Compiling write16 v1.0.0 |
747 | 2025-02-21T19:43:21.803Z | Compiling native-tls v0.2.12 |
748 | 2025-02-21T19:43:21.898Z | Compiling utf16_iter v1.0.5 |
749 | 2025-02-21T19:43:22.115Z | Compiling rustls v0.23.19 |
750 | 2025-02-21T19:43:22.209Z | Compiling slog v2.7.0 |
751 | 2025-02-21T19:43:22.269Z | Compiling icu_normalizer_data v1.5.0 |
752 | 2025-02-21T19:43:22.331Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-21T19:43:22.452Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-21T19:43:22.759Z | Compiling openssl-probe v0.1.5 |
755 | 2025-02-21T19:43:22.830Z | Compiling typenum v1.17.0 |
756 | 2025-02-21T19:43:22.945Z | Compiling regex-syntax v0.8.5 |
757 | 2025-02-21T19:43:23.688Z | Compiling serde_derive v1.0.217 |
758 | 2025-02-21T19:43:23.741Z | Compiling zerocopy-derive v0.7.35 |
759 | 2025-02-21T19:43:24.048Z | Compiling thiserror-impl v1.0.69 |
760 | 2025-02-21T19:43:24.464Z | Compiling zerofrom-derive v0.1.4 |
761 | 2025-02-21T19:43:25.172Z | Compiling schemars_derive v0.8.21 |
762 | 2025-02-21T19:43:25.590Z | Compiling zerocopy v0.7.35 |
763 | 2025-02-21T19:43:26.095Z | Compiling tokio-macros v2.5.0 |
764 | 2025-02-21T19:43:26.916Z | Compiling yoke-derive v0.7.4 |
765 | 2025-02-21T19:43:27.486Z | Compiling zerofrom v0.1.4 |
766 | 2025-02-21T19:43:27.504Z | Compiling tokio v1.43.0 |
767 | 2025-02-21T19:43:27.707Z | Compiling zerovec-derive v0.10.3 |
768 | 2025-02-21T19:43:27.956Z | Compiling futures-macro v0.3.31 |
769 | 2025-02-21T19:43:28.157Z | Compiling displaydoc v0.2.5 |
770 | 2025-02-21T19:43:29.308Z | Compiling yoke v0.7.4 |
771 | 2025-02-21T19:43:29.578Z | Compiling icu_provider_macros v1.5.0 |
772 | 2025-02-21T19:43:29.713Z | Compiling futures-util v0.3.31 |
773 | 2025-02-21T19:43:30.029Z | Compiling zerovec v0.10.4 |
774 | 2025-02-21T19:43:30.096Z | Compiling pest v2.7.14 |
775 | 2025-02-21T19:43:32.868Z | Compiling tinystr v0.7.6 |
776 | 2025-02-21T19:43:33.016Z | Compiling rustls-webpki v0.102.8 |
777 | 2025-02-21T19:43:33.256Z | Compiling icu_locid v1.5.0 |
778 | 2025-02-21T19:43:36.044Z | Compiling serde_tokenstream v0.2.2 |
779 | 2025-02-21T19:43:36.572Z | Compiling indexmap v2.7.1 |
780 | 2025-02-21T19:43:38.101Z | Compiling tokio-util v0.7.12 |
781 | 2025-02-21T19:43:38.812Z | Compiling icu_provider v1.5.0 |
782 | 2025-02-21T19:43:39.069Z | Compiling h2 v0.4.6 |
783 | 2025-02-21T19:43:40.207Z | Compiling icu_locid_transform v1.5.0 |
784 | 2025-02-21T19:43:41.077Z | Compiling pest_meta v2.7.14 |
785 | 2025-02-21T19:43:42.428Z | Compiling icu_collections v1.5.0 |
786 | 2025-02-21T19:43:44.582Z | Compiling hashbrown v0.14.5 |
787 | 2025-02-21T19:43:45.056Z | Compiling hyper v1.5.2 |
788 | 2025-02-21T19:43:45.851Z | Compiling regress v0.10.1 |
789 | 2025-02-21T19:43:46.036Z | Compiling icu_properties v1.5.1 |
790 | 2025-02-21T19:43:46.529Z | Compiling pest_generator v2.7.14 |
791 | 2025-02-21T19:43:50.282Z | Compiling openssl-macros v0.1.1 |
792 | 2025-02-21T19:43:51.057Z | Compiling typify-impl v0.2.0 |
793 | 2025-02-21T19:43:52.190Z | Compiling icu_normalizer v1.5.0 |
794 | 2025-02-21T19:43:52.717Z | Compiling pest_derive v2.7.14 |
795 | 2025-02-21T19:43:53.649Z | Compiling hyper-util v0.1.10 |
796 | 2025-02-21T19:43:57.605Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-21T19:43:57.822Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-21T19:43:57.841Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-21T19:43:58.390Z | Compiling generic-array v0.14.7 |
800 | 2025-02-21T19:43:58.399Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-21T19:43:59.297Z | Compiling mime v0.3.17 |
802 | 2025-02-21T19:44:00.914Z | Compiling typify-macro v0.2.0 |
803 | 2025-02-21T19:44:02.470Z | Compiling regex v1.11.1 |
804 | 2025-02-21T19:44:02.598Z | Compiling tokio-rustls v0.26.0 |
805 | 2025-02-21T19:44:03.045Z | Compiling idna v1.0.3 |
806 | 2025-02-21T19:44:03.353Z | Compiling tokio-native-tls v0.3.1 |
807 | 2025-02-21T19:44:03.646Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-02-21T19:44:04.157Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-21T19:44:04.240Z | Compiling rustls-pemfile v2.2.0 |
810 | 2025-02-21T19:44:04.482Z | Compiling webpki-roots v0.26.6 |
811 | 2025-02-21T19:44:04.554Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-21T19:44:04.681Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-21T19:44:04.704Z | Compiling powerfmt v0.2.0 |
814 | 2025-02-21T19:44:05.201Z | Compiling time-core v0.1.2 |
815 | 2025-02-21T19:44:05.489Z | Compiling base64 v0.22.1 |
816 | 2025-02-21T19:44:05.611Z | Compiling tower-layer v0.3.3 |
817 | 2025-02-21T19:44:05.950Z | Compiling num-conv v0.1.0 |
818 | 2025-02-21T19:44:06.230Z | Compiling time-macros v0.2.18 |
819 | 2025-02-21T19:44:06.328Z | Compiling tower v0.5.2 |
820 | 2025-02-21T19:44:07.250Z | Compiling scroll v0.12.0 |
821 | 2025-02-21T19:44:07.995Z | Compiling deranged v0.3.11 |
822 | 2025-02-21T19:44:08.422Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-21T19:44:09.002Z | Compiling url v2.5.3 |
824 | 2025-02-21T19:44:09.795Z | Compiling hyper-tls v0.6.0 |
825 | 2025-02-21T19:44:10.269Z | Compiling thread-id v4.2.2 |
826 | 2025-02-21T19:44:11.150Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-21T19:44:12.658Z | Compiling dof v0.3.0 |
828 | 2025-02-21T19:44:13.445Z | Compiling ident_case v1.0.1 |
829 | 2025-02-21T19:44:13.619Z | Compiling omicron-workspace-hack v0.1.0 |
830 | 2025-02-21T19:44:15.048Z | Compiling plain v0.2.3 |
831 | 2025-02-21T19:44:15.220Z | Compiling ipnet v2.10.1 |
832 | 2025-02-21T19:44:16.108Z | Compiling strsim v0.11.1 |
833 | 2025-02-21T19:44:16.710Z | Compiling num_threads v0.1.7 |
834 | 2025-02-21T19:44:17.021Z | Compiling paste v1.0.15 |
835 | 2025-02-21T19:44:18.221Z | Compiling crossbeam-utils v0.8.20 |
836 | 2025-02-21T19:44:18.807Z | Compiling time v0.3.36 |
837 | 2025-02-21T19:44:18.995Z | Compiling darling_core v0.20.10 |
838 | 2025-02-21T19:44:19.018Z | Compiling reqwest v0.12.12 |
839 | 2025-02-21T19:44:22.577Z | Compiling goblin v0.8.2 |
840 | 2025-02-21T19:44:26.779Z | Compiling typify v0.2.0 |
841 | 2025-02-21T19:44:26.901Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-21T19:44:27.684Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-21T19:44:29.193Z | Compiling rustls v0.22.4 |
844 | 2025-02-21T19:44:29.566Z | Compiling unsafe-libyaml v0.2.11 |
845 | 2025-02-21T19:44:30.780Z | Compiling rustversion v1.0.17 |
846 | 2025-02-21T19:44:31.155Z | Compiling pretty-hex v0.4.1 |
847 | 2025-02-21T19:44:31.397Z | Compiling newtype-uuid v1.2.1 |
848 | 2025-02-21T19:44:31.764Z | Compiling serde_yaml v0.9.34+deprecated |
849 | 2025-02-21T19:44:33.422Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-21T19:44:35.131Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-21T19:44:35.518Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-21T19:44:38.760Z | Compiling block-buffer v0.10.4 |
853 | 2025-02-21T19:44:39.002Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-21T19:44:39.125Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-21T19:44:39.223Z | Compiling serde_spanned v0.6.8 |
856 | 2025-02-21T19:44:39.270Z | Compiling toml_datetime v0.6.8 |
857 | 2025-02-21T19:44:39.463Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-21T19:44:39.632Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-21T19:44:39.940Z | Compiling rand_core v0.6.4 |
860 | 2025-02-21T19:44:40.401Z | Compiling thread_local v1.1.8 |
861 | 2025-02-21T19:44:40.445Z | Compiling multer v3.1.0 |
862 | 2025-02-21T19:44:40.816Z | Compiling winnow v0.6.20 |
863 | 2025-02-21T19:44:41.125Z | Compiling thiserror v2.0.11 |
864 | 2025-02-21T19:44:41.706Z | Compiling slog-async v2.8.0 |
865 | 2025-02-21T19:44:42.058Z | Compiling match_cfg v0.1.0 |
866 | 2025-02-21T19:44:42.151Z | Compiling camino v1.1.9 |
867 | 2025-02-21T19:44:42.208Z | Compiling anyhow v1.0.96 |
868 | 2025-02-21T19:44:42.851Z | Compiling hostname v0.3.1 |
869 | 2025-02-21T19:44:42.876Z | Compiling structmeta v0.3.0 |
870 | 2025-02-21T19:44:43.245Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-21T19:44:43.468Z | Compiling oxnet v0.1.0 |
872 | 2025-02-21T19:44:43.642Z | Compiling digest v0.10.7 |
873 | 2025-02-21T19:44:44.061Z | Compiling progenitor-macro v0.8.0 |
874 | 2025-02-21T19:44:45.026Z | Compiling toml_edit v0.22.22 |
875 | 2025-02-21T19:44:45.056Z | Compiling crossbeam-channel v0.5.13 |
876 | 2025-02-21T19:44:46.589Z | Compiling darling v0.20.10 |
877 | 2025-02-21T19:44:46.693Z | Compiling term v0.7.0 |
878 | 2025-02-21T19:44:53.060Z | Compiling usdt-attr-macro v0.5.0 |
879 | 2025-02-21T19:44:54.091Z | Compiling usdt-macro v0.5.0 |
880 | 2025-02-21T19:44:54.249Z | Compiling progenitor-client v0.8.0 |
881 | 2025-02-21T19:44:54.685Z | Compiling slog-json v2.6.1 |
882 | 2025-02-21T19:44:55.152Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-21T19:44:55.168Z | Compiling thiserror-impl v2.0.11 |
884 | 2025-02-21T19:44:55.350Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-21T19:44:56.210Z | Compiling daft-derive v0.1.1 |
886 | 2025-02-21T19:44:56.607Z | Compiling is-terminal v0.4.13 |
887 | 2025-02-21T19:44:56.736Z | Compiling memmap v0.7.0 |
888 | 2025-02-21T19:44:57.165Z | Compiling dropshot v0.15.1 |
889 | 2025-02-21T19:44:57.514Z | Compiling cpufeatures v0.2.14 |
890 | 2025-02-21T19:44:57.618Z | Compiling spin v0.9.8 |
891 | 2025-02-21T19:44:57.731Z | Compiling take_mut v0.2.2 |
892 | 2025-02-21T19:44:58.207Z | Compiling daft v0.1.1 |
893 | 2025-02-21T19:44:58.699Z | Compiling sha1 v0.10.6 |
894 | 2025-02-21T19:44:59.598Z | Compiling usdt v0.5.0 |
895 | 2025-02-21T19:45:00.511Z | Compiling slog-term v2.9.1 |
896 | 2025-02-21T19:45:00.787Z | Compiling async-stream v0.3.6 |
897 | 2025-02-21T19:45:01.049Z | Compiling futures v0.3.31 |
898 | 2025-02-21T19:45:01.133Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-02-21T19:45:01.151Z | Compiling progenitor v0.8.0 |
900 | 2025-02-21T19:45:01.159Z | Compiling tokio-rustls v0.25.0 |
901 | 2025-02-21T19:45:01.329Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-21T19:45:01.395Z | Compiling toml v0.8.19 |
903 | 2025-02-21T19:45:01.586Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-21T19:45:03.368Z | Compiling rand v0.8.5 |
905 | 2025-02-21T19:45:04.018Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-21T19:45:06.658Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-21T19:45:06.694Z | Compiling hex v0.4.3 |
908 | 2025-02-21T19:45:07.327Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-21T19:45:07.669Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
910 | 2025-02-21T19:45:08.320Z | Compiling async-trait v0.1.86 |
911 | 2025-02-21T19:45:08.463Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-21T19:45:08.515Z | Compiling hostname v0.4.0 |
913 | 2025-02-21T19:45:08.580Z | Compiling instant v0.1.13 |
914 | 2025-02-21T19:45:08.693Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-21T19:45:08.733Z | Compiling backoff v0.4.0 |
916 | 2025-02-21T19:45:08.766Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-21T19:45:08.841Z | Compiling parse-display v0.10.0 |
918 | 2025-02-21T19:45:08.965Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-02-21T19:45:09.143Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
920 | 2025-02-21T19:45:09.154Z | Compiling strum v0.26.3 |
921 | 2025-02-21T19:45:09.333Z | Compiling serde_with v3.11.0 |
922 | 2025-02-21T19:45:10.528Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-21T19:45:10.785Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-21T19:45:11.340Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-21T19:45:11.535Z | Compiling regress v0.9.1 |
926 | 2025-02-21T19:45:12.336Z | Compiling macaddr v1.0.1 |
927 | 2025-02-21T19:45:20.261Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-21T19:45:30.440Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-21T19:45:40.582Z | Finished `release` profile [optimized] target(s) in 2m 29s |
930 | 2025-02-21T19:45:40.772Z | process exited: duration 215579 ms, exit code 0 |
|
931 | 2025-02-21T19:45:40.826Z | found 0 output files |