|
|
|
1 | 2025-02-23T08:22:22.332Z | job assigned to worker 01JMRYB1821GMBWV83YG97SWYJ [factory aws, i-0ce03b85ef5749372] (queued for 1 m 2 s) |
|
2 | 2025-02-23T08:22:30.291Z | starting task 0: "setup" |
3 | 2025-02-23T08:22:30.299Z | ++ uname -s |
4 | 2025-02-23T08:22:30.301Z | + kern=SunOS |
5 | 2025-02-23T08:22:30.302Z | + build_user=build |
6 | 2025-02-23T08:22:30.302Z | + build_uid=12345 |
7 | 2025-02-23T08:22:30.302Z | + work_dir=/work |
8 | 2025-02-23T08:22:30.302Z | + input_dir=/input |
9 | 2025-02-23T08:22:30.302Z | + [[ 0 == 12345 ]] |
10 | 2025-02-23T08:22:30.302Z | + case "$kern" in |
11 | 2025-02-23T08:22:30.302Z | + groupadd -g 12345 build |
12 | 2025-02-23T08:22:30.304Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-23T08:22:32.311Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-23T08:22:32.436Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-23T08:22:32.439Z | + home_fs=zfs |
16 | 2025-02-23T08:22:32.439Z | + [[ zfs == autofs ]] |
17 | 2025-02-23T08:22:32.439Z | + mkdir -p /home/build |
18 | 2025-02-23T08:22:32.442Z | + chown build:build /home/build /work |
19 | 2025-02-23T08:22:34.443Z | + chmod 0700 /home/build /work |
20 | 2025-02-23T08:22:34.447Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-02-23T08:22:34.454Z | starting task 1: "rust-toolchain" |
22 | 2025-02-23T08:22:34.459Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-23T08:22:34.459Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-23T08:22:34.459Z | * rust toolchain profile = "default" |
25 | 2025-02-23T08:22:34.459Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-23T08:22:34.459Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-23T08:22:34.459Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-23T08:22:34.462Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-23T08:22:34.462Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-23T08:22:34.567Z | info: downloading installer |
31 | 2025-02-23T08:22:35.919Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-23T08:22:35.920Z | warning: /opt/ooce/bin |
33 | 2025-02-23T08:22:35.920Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-23T08:22:35.920Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-23T08:22:35.920Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-23T08:22:35.920Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-23T08:22:35.920Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-23T08:22:35.920Z | error: cannot install while Rust is installed |
39 | 2025-02-23T08:22:35.920Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-23T08:22:35.935Z | info: profile set to 'default' |
41 | 2025-02-23T08:22:35.935Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-23T08:22:35.938Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-23T08:22:36.077Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-23T08:22:36.078Z | info: downloading component 'cargo' |
45 | 2025-02-23T08:22:36.798Z | info: downloading component 'clippy' |
46 | 2025-02-23T08:22:37.077Z | info: downloading component 'rust-docs' |
47 | 2025-02-23T08:22:38.180Z | info: downloading component 'rust-std' |
48 | 2025-02-23T08:22:39.803Z | info: downloading component 'rustc' |
49 | 2025-02-23T08:22:45.332Z | info: downloading component 'rustfmt' |
50 | 2025-02-23T08:22:45.539Z | info: installing component 'cargo' |
51 | 2025-02-23T08:22:46.348Z | info: installing component 'clippy' |
52 | 2025-02-23T08:22:46.733Z | info: installing component 'rust-docs' |
53 | 2025-02-23T08:22:48.481Z | info: installing component 'rust-std' |
54 | 2025-02-23T08:22:50.332Z | info: installing component 'rustc' |
55 | 2025-02-23T08:22:56.221Z | info: installing component 'rustfmt' |
56 | 2025-02-23T08:22:56.609Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-23T08:22:56.609Z | |
58 | 2025-02-23T08:22:56.999Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-23T08:22:56.999Z | |
60 | 2025-02-23T08:22:57.002Z | |
61 | 2025-02-23T08:22:57.002Z | Rust is installed now. Great! |
62 | 2025-02-23T08:22:57.002Z | |
63 | 2025-02-23T08:22:57.002Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-23T08:22:57.002Z | environment variable. This has not been done automatically. |
65 | 2025-02-23T08:22:57.002Z | |
66 | 2025-02-23T08:22:57.002Z | To configure your current shell, you need to source |
67 | 2025-02-23T08:22:57.002Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-23T08:22:57.002Z | |
69 | 2025-02-23T08:22:57.002Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-23T08:22:57.002Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-23T08:22:57.003Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-23T08:22:57.076Z | + rustup --version |
73 | 2025-02-23T08:22:57.084Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-23T08:22:57.084Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-23T08:22:57.166Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-23T08:22:57.169Z | + cargo --version |
77 | 2025-02-23T08:22:57.230Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-23T08:22:57.232Z | + rustc --version |
79 | 2025-02-23T08:22:57.298Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-23T08:22:57.302Z | process exited: duration 22845 ms, exit code 0 |
|
81 | 2025-02-23T08:22:57.308Z | starting task 2: "authentication" |
82 | 2025-02-23T08:22:57.330Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-23T08:22:57.335Z | starting task 3: "clone repository" |
84 | 2025-02-23T08:22:57.340Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-23T08:22:57.343Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-23T08:22:57.385Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-23T08:23:04.417Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-23T08:23:04.417Z | + git fetch origin fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
89 | 2025-02-23T08:23:04.747Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-23T08:23:04.747Z | * branch fef44b3229fc3a7f8a483a2e323b831dc82f07e3 -> FETCH_HEAD |
91 | 2025-02-23T08:23:04.758Z | + [[ -n renovate/test-strategy-0.x ]] |
92 | 2025-02-23T08:23:04.760Z | ++ git branch --show-current |
93 | 2025-02-23T08:23:04.763Z | + current=main |
94 | 2025-02-23T08:23:04.763Z | + [[ main != renovate/test-strategy-0.x ]] |
95 | 2025-02-23T08:23:04.763Z | + git branch -f renovate/test-strategy-0.x fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
96 | 2025-02-23T08:23:04.766Z | + git checkout -f renovate/test-strategy-0.x |
97 | 2025-02-23T08:23:04.952Z | Switched to branch 'renovate/test-strategy-0.x' |
98 | 2025-02-23T08:23:04.954Z | + git reset --hard fef44b3229fc3a7f8a483a2e323b831dc82f07e3 |
99 | 2025-02-23T08:23:05.132Z | HEAD is now at fef44b322 merge main into branch |
100 | 2025-02-23T08:23:05.135Z | process exited: duration 7797 ms, exit code 0 |
|
101 | 2025-02-23T08:23:05.140Z | starting task 4: "build" |
102 | 2025-02-23T08:23:05.145Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-23T08:23:05.146Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-23T08:23:05.146Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-23T08:23:05.146Z | + cargo --version |
106 | 2025-02-23T08:23:05.198Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-23T08:23:05.201Z | + rustc --version |
108 | 2025-02-23T08:23:05.264Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-23T08:23:05.267Z | + cd /tmp |
110 | 2025-02-23T08:23:05.267Z | + cargo new --lib test-project |
111 | 2025-02-23T08:23:05.326Z | Creating library `test-project` package |
112 | 2025-02-23T08:23:05.409Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-23T08:23:05.414Z | + cd test-project |
114 | 2025-02-23T08:23:05.414Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-23T08:23:05.474Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-23T08:23:05.476Z | Features: |
117 | 2025-02-23T08:23:05.477Z | - proptest |
118 | 2025-02-23T08:23:05.477Z | - test-strategy |
119 | 2025-02-23T08:23:05.477Z | - testing |
120 | 2025-02-23T08:23:05.505Z | Updating crates.io index |
121 | 2025-02-23T08:23:05.585Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-23T08:23:06.191Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-23T08:23:06.634Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-23T08:23:08.092Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-23T08:23:08.266Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-23T08:23:08.269Z | + cargo check |
127 | 2025-02-23T08:23:08.456Z | Updating crates.io index |
128 | 2025-02-23T08:23:09.344Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-23T08:23:09.344Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-23T08:23:09.402Z | Downloading crates ... |
131 | 2025-02-23T08:23:09.539Z | Downloaded take_mut v0.2.2 |
132 | 2025-02-23T08:23:09.544Z | Downloaded match_cfg v0.1.0 |
133 | 2025-02-23T08:23:09.548Z | Downloaded backoff v0.4.0 |
134 | 2025-02-23T08:23:09.551Z | Downloaded tinyvec_macros v0.1.1 |
135 | 2025-02-23T08:23:09.554Z | Downloaded atomic-waker v1.1.2 |
136 | 2025-02-23T08:23:09.554Z | Downloaded time-core v0.1.2 |
137 | 2025-02-23T08:23:09.556Z | Downloaded tower-layer v0.3.3 |
138 | 2025-02-23T08:23:09.559Z | Downloaded thiserror-impl v1.0.69 |
139 | 2025-02-23T08:23:09.562Z | Downloaded bitflags v2.6.0 |
140 | 2025-02-23T08:23:09.565Z | Downloaded try-lock v0.2.5 |
141 | 2025-02-23T08:23:09.569Z | Downloaded ahash v0.8.11 |
142 | 2025-02-23T08:23:09.572Z | Downloaded anyhow v1.0.96 |
143 | 2025-02-23T08:23:09.574Z | Downloaded openssl-macros v0.1.1 |
144 | 2025-02-23T08:23:09.577Z | Downloaded num-conv v0.1.0 |
145 | 2025-02-23T08:23:09.577Z | Downloaded async-stream-impl v0.3.6 |
146 | 2025-02-23T08:23:09.577Z | Downloaded write16 v1.0.0 |
147 | 2025-02-23T08:23:09.579Z | Downloaded openssl-probe v0.1.5 |
148 | 2025-02-23T08:23:09.580Z | Downloaded want v0.3.1 |
149 | 2025-02-23T08:23:09.583Z | Downloaded block-buffer v0.10.4 |
150 | 2025-02-23T08:23:09.583Z | Downloaded waitgroup v0.1.2 |
151 | 2025-02-23T08:23:09.585Z | Downloaded displaydoc v0.2.5 |
152 | 2025-02-23T08:23:09.588Z | Downloaded digest v0.10.7 |
153 | 2025-02-23T08:23:09.590Z | Downloaded pretty-hex v0.4.1 |
154 | 2025-02-23T08:23:09.594Z | Downloaded num_threads v0.1.7 |
155 | 2025-02-23T08:23:09.594Z | Downloaded foreign-types v0.3.2 |
156 | 2025-02-23T08:23:09.594Z | Downloaded equivalent v1.0.1 |
157 | 2025-02-23T08:23:09.594Z | Downloaded dyn-clone v1.0.18 |
158 | 2025-02-23T08:23:09.597Z | Downloaded thiserror-impl v2.0.11 |
159 | 2025-02-23T08:23:09.599Z | Downloaded tokio-macros v2.5.0 |
160 | 2025-02-23T08:23:09.601Z | Downloaded toml_datetime v0.6.8 |
161 | 2025-02-23T08:23:09.601Z | Downloaded thread_local v1.1.8 |
162 | 2025-02-23T08:23:09.604Z | Downloaded thread-id v4.2.2 |
163 | 2025-02-23T08:23:09.606Z | Downloaded dropshot_endpoint v0.15.1 |
164 | 2025-02-23T08:23:09.609Z | Downloaded omicron-workspace-hack v0.1.0 |
165 | 2025-02-23T08:23:09.609Z | Downloaded term v0.7.0 |
166 | 2025-02-23T08:23:09.613Z | Downloaded usdt-macro v0.5.0 |
167 | 2025-02-23T08:23:09.615Z | Downloaded writeable v0.5.5 |
168 | 2025-02-23T08:23:09.618Z | Downloaded tinystr v0.7.6 |
169 | 2025-02-23T08:23:09.620Z | Downloaded percent-encoding v2.3.1 |
170 | 2025-02-23T08:23:09.621Z | Downloaded parse-display-derive v0.10.0 |
171 | 2025-02-23T08:23:09.624Z | Downloaded thiserror v2.0.11 |
172 | 2025-02-23T08:23:09.629Z | Downloaded newtype-uuid v1.2.1 |
173 | 2025-02-23T08:23:09.631Z | Downloaded memmap v0.7.0 |
174 | 2025-02-23T08:23:09.634Z | Downloaded zerofrom-derive v0.1.4 |
175 | 2025-02-23T08:23:09.637Z | Downloaded paste v1.0.15 |
176 | 2025-02-23T08:23:09.639Z | Downloaded parse-display v0.10.0 |
177 | 2025-02-23T08:23:09.639Z | Downloaded zerovec-derive v0.10.3 |
178 | 2025-02-23T08:23:09.642Z | Downloaded pest_generator v2.7.14 |
179 | 2025-02-23T08:23:09.644Z | Downloaded utf16_iter v1.0.5 |
180 | 2025-02-23T08:23:09.645Z | Downloaded powerfmt v0.2.0 |
181 | 2025-02-23T08:23:09.647Z | Downloaded usdt-impl v0.5.0 |
182 | 2025-02-23T08:23:09.647Z | Downloaded icu_provider_macros v1.5.0 |
183 | 2025-02-23T08:23:09.650Z | Downloaded zeroize v1.8.1 |
184 | 2025-02-23T08:23:09.650Z | Downloaded pkg-config v0.3.31 |
185 | 2025-02-23T08:23:09.652Z | Downloaded http-body v1.0.1 |
186 | 2025-02-23T08:23:09.653Z | Downloaded time-macros v0.2.18 |
187 | 2025-02-23T08:23:09.656Z | Downloaded futures-executor v0.3.31 |
188 | 2025-02-23T08:23:09.658Z | Downloaded http-body-util v0.1.2 |
189 | 2025-02-23T08:23:09.662Z | Downloaded typify v0.2.0 |
190 | 2025-02-23T08:23:09.665Z | Downloaded futures-core v0.3.31 |
191 | 2025-02-23T08:23:09.665Z | Downloaded hex v0.4.3 |
192 | 2025-02-23T08:23:09.668Z | Downloaded futures-channel v0.3.31 |
193 | 2025-02-23T08:23:09.668Z | Downloaded heck v0.5.0 |
194 | 2025-02-23T08:23:09.670Z | Downloaded zerofrom v0.1.4 |
195 | 2025-02-23T08:23:09.672Z | Downloaded hyper-tls v0.6.0 |
196 | 2025-02-23T08:23:09.672Z | Downloaded idna_adapter v1.2.0 |
197 | 2025-02-23T08:23:09.675Z | Downloaded hostname v0.3.1 |
198 | 2025-02-23T08:23:09.675Z | Downloaded futures-sink v0.3.31 |
199 | 2025-02-23T08:23:09.678Z | Downloaded tokio-rustls v0.26.0 |
200 | 2025-02-23T08:23:09.680Z | Downloaded httpdate v1.0.3 |
201 | 2025-02-23T08:23:09.680Z | Downloaded multer v3.1.0 |
202 | 2025-02-23T08:23:09.683Z | Downloaded hostname v0.4.0 |
203 | 2025-02-23T08:23:09.685Z | Downloaded tokio-native-tls v0.3.1 |
204 | 2025-02-23T08:23:09.688Z | Downloaded yoke v0.7.4 |
205 | 2025-02-23T08:23:09.688Z | Downloaded zerocopy-derive v0.7.35 |
206 | 2025-02-23T08:23:09.693Z | Downloaded sync_wrapper v1.0.1 |
207 | 2025-02-23T08:23:09.696Z | Downloaded plain v0.2.3 |
208 | 2025-02-23T08:23:09.696Z | Downloaded pin-project-lite v0.2.14 |
209 | 2025-02-23T08:23:09.700Z | Downloaded pest_derive v2.7.14 |
210 | 2025-02-23T08:23:09.703Z | Downloaded yoke-derive v0.7.4 |
211 | 2025-02-23T08:23:09.706Z | Downloaded usdt-attr-macro v0.5.0 |
212 | 2025-02-23T08:23:09.706Z | Downloaded strum v0.26.3 |
213 | 2025-02-23T08:23:09.708Z | Downloaded scroll_derive v0.12.0 |
214 | 2025-02-23T08:23:09.708Z | Downloaded synstructure v0.13.1 |
215 | 2025-02-23T08:23:09.708Z | Downloaded native-tls v0.2.12 |
216 | 2025-02-23T08:23:09.711Z | Downloaded macaddr v1.0.1 |
217 | 2025-02-23T08:23:09.715Z | Downloaded typenum v1.17.0 |
218 | 2025-02-23T08:23:09.718Z | Downloaded toml v0.8.19 |
219 | 2025-02-23T08:23:09.720Z | Downloaded tinyvec v1.8.0 |
220 | 2025-02-23T08:23:09.723Z | Downloaded progenitor-client v0.9.1 |
221 | 2025-02-23T08:23:09.723Z | Downloaded progenitor-client v0.8.0 |
222 | 2025-02-23T08:23:09.726Z | Downloaded slab v0.4.9 |
223 | 2025-02-23T08:23:09.726Z | Downloaded signal-hook-registry v1.4.2 |
224 | 2025-02-23T08:23:09.728Z | Downloaded slog-json v2.6.1 |
225 | 2025-02-23T08:23:09.728Z | Downloaded rand_chacha v0.3.1 |
226 | 2025-02-23T08:23:09.731Z | Downloaded shlex v1.3.0 |
227 | 2025-02-23T08:23:09.731Z | Downloaded ipnetwork v0.21.1 |
228 | 2025-02-23T08:23:09.734Z | Downloaded camino v1.1.9 |
229 | 2025-02-23T08:23:09.737Z | Downloaded iana-time-zone v0.1.61 |
230 | 2025-02-23T08:23:09.740Z | Downloaded lock_api v0.4.12 |
231 | 2025-02-23T08:23:09.740Z | Downloaded oxnet v0.1.0 |
232 | 2025-02-23T08:23:09.742Z | Downloaded rustc-hash v2.0.0 |
233 | 2025-02-23T08:23:09.745Z | Downloaded sha1 v0.10.6 |
234 | 2025-02-23T08:23:09.745Z | Downloaded icu_locid_transform v1.5.0 |
235 | 2025-02-23T08:23:09.748Z | Downloaded daft-derive v0.1.1 |
236 | 2025-02-23T08:23:09.751Z | Downloaded serde_urlencoded v0.7.1 |
237 | 2025-02-23T08:23:09.754Z | Downloaded progenitor-macro v0.8.0 |
238 | 2025-02-23T08:23:09.754Z | Downloaded strsim v0.11.1 |
239 | 2025-02-23T08:23:09.758Z | Downloaded once_cell v1.20.3 |
240 | 2025-02-23T08:23:09.758Z | Downloaded slog-async v2.8.0 |
241 | 2025-02-23T08:23:09.762Z | Downloaded proc-macro2 v1.0.92 |
242 | 2025-02-23T08:23:09.764Z | Downloaded icu_normalizer v1.5.0 |
243 | 2025-02-23T08:23:09.766Z | Downloaded quote v1.0.38 |
244 | 2025-02-23T08:23:09.769Z | Downloaded rand_core v0.6.4 |
245 | 2025-02-23T08:23:09.771Z | Downloaded quinn-udp v0.5.5 |
246 | 2025-02-23T08:23:09.774Z | Downloaded scroll v0.12.0 |
247 | 2025-02-23T08:23:09.774Z | Downloaded rustversion v1.0.17 |
248 | 2025-02-23T08:23:09.777Z | Downloaded subtle v2.6.1 |
249 | 2025-02-23T08:23:09.779Z | Downloaded httparse v1.9.5 |
250 | 2025-02-23T08:23:09.782Z | Downloaded icu_locid_transform_data v1.5.0 |
251 | 2025-02-23T08:23:09.784Z | Downloaded ipnet v2.10.1 |
252 | 2025-02-23T08:23:09.786Z | Downloaded stable_deref_trait v1.2.0 |
253 | 2025-02-23T08:23:09.786Z | Downloaded scopeguard v1.2.0 |
254 | 2025-02-23T08:23:09.789Z | Downloaded sha2 v0.10.8 |
255 | 2025-02-23T08:23:09.792Z | Downloaded log v0.4.22 |
256 | 2025-02-23T08:23:09.792Z | Downloaded hyper-util v0.1.10 |
257 | 2025-02-23T08:23:09.796Z | Downloaded serde_path_to_error v0.1.16 |
258 | 2025-02-23T08:23:09.799Z | Downloaded num-traits v0.2.19 |
259 | 2025-02-23T08:23:09.802Z | Downloaded base64 v0.22.1 |
260 | 2025-02-23T08:23:09.805Z | Downloaded strum_macros v0.26.4 |
261 | 2025-02-23T08:23:09.808Z | Downloaded spin v0.9.8 |
262 | 2025-02-23T08:23:09.811Z | Downloaded tracing v0.1.40 |
263 | 2025-02-23T08:23:09.815Z | Downloaded smallvec v1.13.2 |
264 | 2025-02-23T08:23:09.818Z | Downloaded indexmap v1.9.3 |
265 | 2025-02-23T08:23:09.821Z | Downloaded icu_properties v1.5.1 |
266 | 2025-02-23T08:23:09.824Z | Downloaded slog v2.7.0 |
267 | 2025-02-23T08:23:09.827Z | Downloaded progenitor-impl v0.8.0 |
268 | 2025-02-23T08:23:09.829Z | Downloaded rustls-pemfile v2.2.0 |
269 | 2025-02-23T08:23:09.832Z | Downloaded url v2.5.3 |
270 | 2025-02-23T08:23:09.835Z | Downloaded icu_collections v1.5.0 |
271 | 2025-02-23T08:23:09.841Z | Downloaded openssl-sys v0.9.106 |
272 | 2025-02-23T08:23:09.847Z | Downloaded serde_derive v1.0.217 |
273 | 2025-02-23T08:23:09.850Z | Downloaded hashbrown v0.12.3 |
274 | 2025-02-23T08:23:09.854Z | Downloaded rustls-pki-types v1.10.0 |
275 | 2025-02-23T08:23:09.859Z | Downloaded quinn v0.11.5 |
276 | 2025-02-23T08:23:09.862Z | Downloaded crossbeam-channel v0.5.13 |
277 | 2025-02-23T08:23:09.866Z | Downloaded socket2 v0.5.7 |
278 | 2025-02-23T08:23:09.869Z | Downloaded serde v1.0.217 |
279 | 2025-02-23T08:23:09.872Z | Downloaded http v1.2.0 |
280 | 2025-02-23T08:23:09.877Z | Downloaded rand v0.8.5 |
281 | 2025-02-23T08:23:09.881Z | Downloaded cc v1.2.15 |
282 | 2025-02-23T08:23:09.885Z | Downloaded toml_edit v0.22.22 |
283 | 2025-02-23T08:23:09.907Z | Downloaded ryu v1.0.18 |
284 | 2025-02-23T08:23:09.910Z | Downloaded idna v1.0.3 |
285 | 2025-02-23T08:23:09.914Z | Downloaded mio v1.0.2 |
286 | 2025-02-23T08:23:09.920Z | Downloaded schemars v0.8.21 |
287 | 2025-02-23T08:23:09.932Z | Downloaded hyper v1.5.2 |
288 | 2025-02-23T08:23:09.938Z | Downloaded pest v2.7.14 |
289 | 2025-02-23T08:23:09.944Z | Downloaded zerovec v0.10.4 |
290 | 2025-02-23T08:23:09.949Z | Downloaded tower v0.5.2 |
291 | 2025-02-23T08:23:09.960Z | Downloaded serde_with v3.11.0 |
292 | 2025-02-23T08:23:09.967Z | Downloaded goblin v0.8.2 |
293 | 2025-02-23T08:23:09.973Z | Downloaded quinn-proto v0.11.8 |
294 | 2025-02-23T08:23:09.980Z | Downloaded h2 v0.4.6 |
295 | 2025-02-23T08:23:09.987Z | Downloaded serde_json v1.0.139 |
296 | 2025-02-23T08:23:09.997Z | Downloaded zerocopy v0.7.35 |
297 | 2025-02-23T08:23:10.010Z | Downloaded chrono v0.4.39 |
298 | 2025-02-23T08:23:10.017Z | Downloaded regex v1.11.1 |
299 | 2025-02-23T08:23:10.029Z | Downloaded winnow v0.6.20 |
300 | 2025-02-23T08:23:10.037Z | Downloaded rustls-webpki v0.102.8 |
301 | 2025-02-23T08:23:10.055Z | Downloaded dropshot v0.15.1 |
302 | 2025-02-23T08:23:10.076Z | Downloaded reqwest v0.12.12 |
303 | 2025-02-23T08:23:10.084Z | Downloaded regex-syntax v0.8.5 |
304 | 2025-02-23T08:23:10.092Z | Downloaded vcpkg v0.2.15 |
305 | 2025-02-23T08:23:10.129Z | Downloaded icu_properties_data v1.5.0 |
306 | 2025-02-23T08:23:10.139Z | Downloaded openssl v0.10.71 |
307 | 2025-02-23T08:23:10.148Z | Downloaded tokio-util v0.7.12 |
308 | 2025-02-23T08:23:10.154Z | Downloaded futures-util v0.3.31 |
309 | 2025-02-23T08:23:10.165Z | Downloaded hashbrown v0.14.5 |
310 | 2025-02-23T08:23:10.170Z | Downloaded syn v2.0.96 |
311 | 2025-02-23T08:23:10.181Z | Downloaded webpki-roots v0.26.6 |
312 | 2025-02-23T08:23:10.185Z | Downloaded regress v0.10.1 |
313 | 2025-02-23T08:23:10.193Z | Downloaded rustls v0.23.19 |
314 | 2025-02-23T08:23:10.205Z | Downloaded rustls v0.22.4 |
315 | 2025-02-23T08:23:10.217Z | Downloaded openapiv3 v2.0.0 |
316 | 2025-02-23T08:23:10.228Z | Downloaded regress v0.9.1 |
317 | 2025-02-23T08:23:10.236Z | Downloaded time v0.3.36 |
318 | 2025-02-23T08:23:10.243Z | Downloaded memchr v2.7.4 |
319 | 2025-02-23T08:23:10.247Z | Downloaded typify-impl v0.2.0 |
320 | 2025-02-23T08:23:10.261Z | Downloaded hashbrown v0.15.1 |
321 | 2025-02-23T08:23:10.265Z | Downloaded serde_yaml v0.9.34+deprecated |
322 | 2025-02-23T08:23:10.269Z | Downloaded indexmap v2.7.1 |
323 | 2025-02-23T08:23:10.273Z | Downloaded bytes v1.9.0 |
324 | 2025-02-23T08:23:10.277Z | Downloaded slog-term v2.9.1 |
325 | 2025-02-23T08:23:10.279Z | Downloaded semver v1.0.25 |
326 | 2025-02-23T08:23:10.282Z | Downloaded icu_normalizer_data v1.5.0 |
327 | 2025-02-23T08:23:10.284Z | Downloaded regex-automata v0.4.8 |
328 | 2025-02-23T08:23:10.300Z | Downloaded structmeta-derive v0.3.0 |
329 | 2025-02-23T08:23:10.302Z | Downloaded libc v0.2.169 |
330 | 2025-02-23T08:23:10.324Z | Downloaded unsafe-libyaml v0.2.11 |
331 | 2025-02-23T08:23:10.328Z | Downloaded allocator-api2 v0.2.18 |
332 | 2025-02-23T08:23:10.331Z | Downloaded serde_derive_internals v0.29.1 |
333 | 2025-02-23T08:23:10.333Z | Downloaded schemars_derive v0.8.21 |
334 | 2025-02-23T08:23:10.333Z | Downloaded ppv-lite86 v0.2.20 |
335 | 2025-02-23T08:23:10.336Z | Downloaded slog-bunyan v2.5.0 |
336 | 2025-02-23T08:23:10.336Z | Downloaded serde_with_macros v3.11.0 |
337 | 2025-02-23T08:23:10.339Z | Downloaded parking_lot_core v0.9.10 |
338 | 2025-02-23T08:23:10.339Z | Downloaded structmeta v0.3.0 |
339 | 2025-02-23T08:23:10.341Z | Downloaded tokio v1.43.0 |
340 | 2025-02-23T08:23:10.375Z | Downloaded icu_provider v1.5.0 |
341 | 2025-02-23T08:23:10.378Z | Downloaded hyper-rustls v0.27.3 |
342 | 2025-02-23T08:23:10.380Z | Downloaded crossbeam-utils v0.8.20 |
343 | 2025-02-23T08:23:10.383Z | Downloaded progenitor v0.8.0 |
344 | 2025-02-23T08:23:10.385Z | Downloaded tracing-core v0.1.32 |
345 | 2025-02-23T08:23:10.388Z | Downloaded icu_locid v1.5.0 |
346 | 2025-02-23T08:23:10.390Z | Downloaded pin-utils v0.1.0 |
347 | 2025-02-23T08:23:10.393Z | Downloaded pest_meta v2.7.14 |
348 | 2025-02-23T08:23:10.393Z | Downloaded litemap v0.7.3 |
349 | 2025-02-23T08:23:10.395Z | Downloaded serde_tokenstream v0.2.2 |
350 | 2025-02-23T08:23:10.398Z | Downloaded parking_lot v0.12.3 |
351 | 2025-02-23T08:23:10.398Z | Downloaded unicode-ident v1.0.14 |
352 | 2025-02-23T08:23:10.401Z | Downloaded ucd-trie v0.1.7 |
353 | 2025-02-23T08:23:10.403Z | Downloaded uuid v1.12.0 |
354 | 2025-02-23T08:23:10.406Z | Downloaded serde_spanned v0.6.8 |
355 | 2025-02-23T08:23:10.409Z | Downloaded mime v0.3.17 |
356 | 2025-02-23T08:23:10.409Z | Downloaded tokio-rustls v0.25.0 |
357 | 2025-02-23T08:23:10.412Z | Downloaded daft v0.1.1 |
358 | 2025-02-23T08:23:10.412Z | Downloaded getrandom v0.2.15 |
359 | 2025-02-23T08:23:10.414Z | Downloaded futures v0.3.31 |
360 | 2025-02-23T08:23:10.418Z | Downloaded encoding_rs v0.8.34 |
361 | 2025-02-23T08:23:10.437Z | Downloaded itoa v1.0.11 |
362 | 2025-02-23T08:23:10.440Z | Downloaded is-terminal v0.4.13 |
363 | 2025-02-23T08:23:10.440Z | Downloaded futures-task v0.3.31 |
364 | 2025-02-23T08:23:10.443Z | Downloaded crypto-common v0.1.6 |
365 | 2025-02-23T08:23:10.443Z | Downloaded cpufeatures v0.2.14 |
366 | 2025-02-23T08:23:10.443Z | Downloaded cfg-if v1.0.0 |
367 | 2025-02-23T08:23:10.447Z | Downloaded futures-macro v0.3.31 |
368 | 2025-02-23T08:23:10.447Z | Downloaded futures-io v0.3.31 |
369 | 2025-02-23T08:23:10.447Z | Downloaded form_urlencoded v1.2.1 |
370 | 2025-02-23T08:23:10.447Z | Downloaded instant v0.1.13 |
371 | 2025-02-23T08:23:10.450Z | Downloaded utf8_iter v1.0.4 |
372 | 2025-02-23T08:23:10.450Z | Downloaded typify-macro v0.2.0 |
373 | 2025-02-23T08:23:10.450Z | Downloaded ident_case v1.0.1 |
374 | 2025-02-23T08:23:10.450Z | Downloaded generic-array v0.14.7 |
375 | 2025-02-23T08:23:10.454Z | Downloaded fnv v1.0.7 |
376 | 2025-02-23T08:23:10.454Z | Downloaded async-stream v0.3.6 |
377 | 2025-02-23T08:23:10.457Z | Downloaded version_check v0.9.5 |
378 | 2025-02-23T08:23:10.457Z | Downloaded usdt v0.5.0 |
379 | 2025-02-23T08:23:10.457Z | Downloaded untrusted v0.9.0 |
380 | 2025-02-23T08:23:10.457Z | Downloaded dof v0.3.0 |
381 | 2025-02-23T08:23:10.460Z | Downloaded dirs-sys-next v0.1.2 |
382 | 2025-02-23T08:23:10.460Z | Downloaded debug-ignore v1.0.5 |
383 | 2025-02-23T08:23:10.460Z | Downloaded darling v0.20.10 |
384 | 2025-02-23T08:23:10.463Z | Downloaded foreign-types-shared v0.1.1 |
385 | 2025-02-23T08:23:10.472Z | Downloaded darling_core v0.20.10 |
386 | 2025-02-23T08:23:10.477Z | Downloaded ring v0.17.11 |
387 | 2025-02-23T08:23:10.506Z | Downloaded dtrace-parser v0.2.0 |
388 | 2025-02-23T08:23:10.512Z | Downloaded dirs-next v2.0.0 |
389 | 2025-02-23T08:23:10.512Z | Downloaded deranged v0.3.11 |
390 | 2025-02-23T08:23:10.512Z | Downloaded darling_macro v0.20.10 |
391 | 2025-02-23T08:23:10.512Z | Downloaded byteorder v1.5.0 |
392 | 2025-02-23T08:23:10.512Z | Downloaded aho-corasick v1.1.3 |
393 | 2025-02-23T08:23:10.516Z | Downloaded tower-service v0.3.3 |
394 | 2025-02-23T08:23:10.519Z | Downloaded thiserror v1.0.69 |
395 | 2025-02-23T08:23:10.522Z | Downloaded autocfg v1.4.0 |
396 | 2025-02-23T08:23:10.526Z | Downloaded async-trait v0.1.86 |
397 | 2025-02-23T08:23:10.649Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-02-23T08:23:10.649Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-23T08:23:10.649Z | Compiling libc v0.2.169 |
400 | 2025-02-23T08:23:10.651Z | Checking cfg-if v1.0.0 |
401 | 2025-02-23T08:23:10.651Z | Compiling autocfg v1.4.0 |
402 | 2025-02-23T08:23:10.651Z | Compiling serde v1.0.217 |
403 | 2025-02-23T08:23:10.670Z | Compiling version_check v0.9.5 |
404 | 2025-02-23T08:23:10.672Z | Checking memchr v2.7.4 |
405 | 2025-02-23T08:23:10.744Z | Checking itoa v1.0.11 |
406 | 2025-02-23T08:23:10.863Z | Compiling serde_json v1.0.139 |
407 | 2025-02-23T08:23:11.331Z | Checking once_cell v1.20.3 |
408 | 2025-02-23T08:23:11.347Z | Compiling thiserror v1.0.69 |
409 | 2025-02-23T08:23:11.363Z | Compiling shlex v1.3.0 |
410 | 2025-02-23T08:23:11.596Z | Compiling cc v1.2.15 |
411 | 2025-02-23T08:23:11.638Z | Checking pin-project-lite v0.2.14 |
412 | 2025-02-23T08:23:11.691Z | Checking smallvec v1.13.2 |
413 | 2025-02-23T08:23:11.754Z | Compiling num-traits v0.2.19 |
414 | 2025-02-23T08:23:12.018Z | Checking ryu v1.0.18 |
415 | 2025-02-23T08:23:12.058Z | Checking getrandom v0.2.15 |
416 | 2025-02-23T08:23:12.085Z | Checking bytes v1.9.0 |
417 | 2025-02-23T08:23:12.252Z | Checking futures-core v0.3.31 |
418 | 2025-02-23T08:23:12.271Z | Compiling lock_api v0.4.12 |
419 | 2025-02-23T08:23:12.437Z | Compiling quote v1.0.38 |
420 | 2025-02-23T08:23:12.449Z | Compiling parking_lot_core v0.9.10 |
421 | 2025-02-23T08:23:12.466Z | Compiling semver v1.0.25 |
422 | 2025-02-23T08:23:12.714Z | Checking scopeguard v1.2.0 |
423 | 2025-02-23T08:23:12.779Z | Compiling slab v0.4.9 |
424 | 2025-02-23T08:23:12.854Z | Compiling syn v2.0.96 |
425 | 2025-02-23T08:23:12.939Z | Checking futures-sink v0.3.31 |
426 | 2025-02-23T08:23:13.009Z | Compiling byteorder v1.5.0 |
427 | 2025-02-23T08:23:13.079Z | Checking socket2 v0.5.7 |
428 | 2025-02-23T08:23:13.228Z | Checking mio v1.0.2 |
429 | 2025-02-23T08:23:13.241Z | Checking parking_lot v0.12.3 |
430 | 2025-02-23T08:23:13.273Z | Checking signal-hook-registry v1.4.2 |
431 | 2025-02-23T08:23:13.332Z | Compiling ahash v0.8.11 |
432 | 2025-02-23T08:23:13.423Z | Checking log v0.4.22 |
433 | 2025-02-23T08:23:13.566Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-23T08:23:13.672Z | Checking futures-channel v0.3.31 |
435 | 2025-02-23T08:23:13.686Z | Checking equivalent v1.0.1 |
436 | 2025-02-23T08:23:13.768Z | Checking fnv v1.0.7 |
437 | 2025-02-23T08:23:13.790Z | Checking futures-task v0.3.31 |
438 | 2025-02-23T08:23:13.801Z | Checking futures-io v0.3.31 |
439 | 2025-02-23T08:23:13.803Z | Checking pin-utils v0.1.0 |
440 | 2025-02-23T08:23:13.890Z | Checking hashbrown v0.15.1 |
441 | 2025-02-23T08:23:13.903Z | Checking http v1.2.0 |
442 | 2025-02-23T08:23:13.916Z | Checking rustls-pki-types v1.10.0 |
443 | 2025-02-23T08:23:13.984Z | Compiling pkg-config v0.3.31 |
444 | 2025-02-23T08:23:14.006Z | Compiling vcpkg v0.2.15 |
445 | 2025-02-23T08:23:14.404Z | Compiling ring v0.17.11 |
446 | 2025-02-23T08:23:14.439Z | Compiling schemars v0.8.21 |
447 | 2025-02-23T08:23:14.832Z | Compiling heck v0.5.0 |
448 | 2025-02-23T08:23:14.854Z | Checking writeable v0.5.5 |
449 | 2025-02-23T08:23:15.002Z | Checking untrusted v0.9.0 |
450 | 2025-02-23T08:23:15.170Z | Checking litemap v0.7.3 |
451 | 2025-02-23T08:23:15.173Z | Compiling httparse v1.9.5 |
452 | 2025-02-23T08:23:15.194Z | Checking iana-time-zone v0.1.61 |
453 | 2025-02-23T08:23:15.261Z | Checking tracing-core v0.1.32 |
454 | 2025-02-23T08:23:15.343Z | Checking dyn-clone v1.0.18 |
455 | 2025-02-23T08:23:15.346Z | Compiling openssl-sys v0.9.106 |
456 | 2025-02-23T08:23:15.466Z | Checking atomic-waker v1.1.2 |
457 | 2025-02-23T08:23:15.490Z | Compiling ucd-trie v0.1.7 |
458 | 2025-02-23T08:23:15.494Z | Checking http-body v1.0.1 |
459 | 2025-02-23T08:23:15.689Z | Checking zeroize v1.8.1 |
460 | 2025-02-23T08:23:15.867Z | Checking tracing v0.1.40 |
461 | 2025-02-23T08:23:15.919Z | Compiling allocator-api2 v0.2.18 |
462 | 2025-02-23T08:23:15.932Z | Checking try-lock v0.2.5 |
463 | 2025-02-23T08:23:16.069Z | Checking subtle v2.6.1 |
464 | 2025-02-23T08:23:16.156Z | Checking icu_locid_transform_data v1.5.0 |
465 | 2025-02-23T08:23:16.311Z | Checking want v0.3.1 |
466 | 2025-02-23T08:23:16.479Z | Compiling uuid v1.12.0 |
467 | 2025-02-23T08:23:16.620Z | Checking icu_properties_data v1.5.0 |
468 | 2025-02-23T08:23:16.650Z | Compiling openssl v0.10.71 |
469 | 2025-02-23T08:23:16.741Z | Checking foreign-types-shared v0.1.1 |
470 | 2025-02-23T08:23:16.851Z | Checking tower-service v0.3.3 |
471 | 2025-02-23T08:23:16.863Z | Checking httpdate v1.0.3 |
472 | 2025-02-23T08:23:16.968Z | Compiling chrono v0.4.39 |
473 | 2025-02-23T08:23:17.012Z | Checking foreign-types v0.3.2 |
474 | 2025-02-23T08:23:17.107Z | Compiling slog v2.7.0 |
475 | 2025-02-23T08:23:17.110Z | Compiling rustls v0.23.19 |
476 | 2025-02-23T08:23:17.140Z | Checking icu_normalizer_data v1.5.0 |
477 | 2025-02-23T08:23:17.245Z | Checking utf8_iter v1.0.4 |
478 | 2025-02-23T08:23:17.457Z | Checking write16 v1.0.0 |
479 | 2025-02-23T08:23:17.470Z | Compiling native-tls v0.2.12 |
480 | 2025-02-23T08:23:17.583Z | Checking percent-encoding v2.3.1 |
481 | 2025-02-23T08:23:17.598Z | Checking bitflags v2.6.0 |
482 | 2025-02-23T08:23:17.770Z | Checking utf16_iter v1.0.5 |
483 | 2025-02-23T08:23:17.790Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-23T08:23:17.898Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-23T08:23:17.933Z | Compiling typenum v1.17.0 |
486 | 2025-02-23T08:23:17.974Z | Checking openssl-probe v0.1.5 |
487 | 2025-02-23T08:23:18.136Z | Compiling regex-syntax v0.8.5 |
488 | 2025-02-23T08:23:18.796Z | Compiling generic-array v0.14.7 |
489 | 2025-02-23T08:23:18.902Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-23T08:23:19.140Z | Checking mime v0.3.17 |
491 | 2025-02-23T08:23:20.183Z | Compiling synstructure v0.13.1 |
492 | 2025-02-23T08:23:20.494Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-23T08:23:20.731Z | Checking rustls-webpki v0.102.8 |
494 | 2025-02-23T08:23:21.157Z | Checking webpki-roots v0.26.6 |
495 | 2025-02-23T08:23:21.342Z | Checking rustls-pemfile v2.2.0 |
496 | 2025-02-23T08:23:21.357Z | Checking sync_wrapper v1.0.1 |
497 | 2025-02-23T08:23:21.666Z | Compiling regex-automata v0.4.8 |
498 | 2025-02-23T08:23:22.216Z | Compiling usdt-impl v0.5.0 |
499 | 2025-02-23T08:23:22.379Z | Checking base64 v0.22.1 |
500 | 2025-02-23T08:23:22.620Z | Compiling time-core v0.1.2 |
501 | 2025-02-23T08:23:22.803Z | Compiling num-conv v0.1.0 |
502 | 2025-02-23T08:23:22.855Z | Checking powerfmt v0.2.0 |
503 | 2025-02-23T08:23:23.069Z | Checking tower-layer v0.3.3 |
504 | 2025-02-23T08:23:23.108Z | Compiling time-macros v0.2.18 |
505 | 2025-02-23T08:23:23.126Z | Checking deranged v0.3.11 |
506 | 2025-02-23T08:23:23.413Z | Compiling thread-id v4.2.2 |
507 | 2025-02-23T08:23:23.527Z | Compiling ident_case v1.0.1 |
508 | 2025-02-23T08:23:23.730Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-23T08:23:23.924Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-23T08:23:24.409Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-23T08:23:24.514Z | Compiling schemars_derive v0.8.21 |
512 | 2025-02-23T08:23:25.760Z | Compiling zerofrom-derive v0.1.4 |
513 | 2025-02-23T08:23:25.773Z | Compiling tokio-macros v2.5.0 |
514 | 2025-02-23T08:23:25.801Z | Compiling zerocopy v0.7.35 |
515 | 2025-02-23T08:23:27.126Z | Compiling yoke-derive v0.7.4 |
516 | 2025-02-23T08:23:27.129Z | Compiling zerovec-derive v0.10.3 |
517 | 2025-02-23T08:23:27.129Z | Compiling futures-macro v0.3.31 |
518 | 2025-02-23T08:23:27.163Z | Checking tokio v1.43.0 |
519 | 2025-02-23T08:23:27.292Z | Compiling displaydoc v0.2.5 |
520 | 2025-02-23T08:23:28.256Z | Compiling icu_provider_macros v1.5.0 |
521 | 2025-02-23T08:23:28.719Z | Compiling pest v2.7.14 |
522 | 2025-02-23T08:23:28.776Z | Checking zerofrom v0.1.4 |
523 | 2025-02-23T08:23:28.925Z | Checking futures-util v0.3.31 |
524 | 2025-02-23T08:23:29.420Z | Compiling hashbrown v0.14.5 |
525 | 2025-02-23T08:23:29.446Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-23T08:23:29.460Z | Checking yoke v0.7.4 |
527 | 2025-02-23T08:23:29.772Z | Checking zerovec v0.10.4 |
528 | 2025-02-23T08:23:30.905Z | Compiling regress v0.10.1 |
529 | 2025-02-23T08:23:31.337Z | Checking tinystr v0.7.6 |
530 | 2025-02-23T08:23:31.543Z | Checking icu_collections v1.5.0 |
531 | 2025-02-23T08:23:31.684Z | Checking icu_locid v1.5.0 |
532 | 2025-02-23T08:23:32.208Z | Compiling pest_meta v2.7.14 |
533 | 2025-02-23T08:23:32.665Z | Checking icu_provider v1.5.0 |
534 | 2025-02-23T08:23:33.305Z | Checking icu_locid_transform v1.5.0 |
535 | 2025-02-23T08:23:33.434Z | Checking http-body-util v0.1.2 |
536 | 2025-02-23T08:23:33.767Z | Checking tokio-util v0.7.12 |
537 | 2025-02-23T08:23:33.858Z | Compiling pest_generator v2.7.14 |
538 | 2025-02-23T08:23:34.317Z | Checking icu_properties v1.5.1 |
539 | 2025-02-23T08:23:34.557Z | Checking tokio-rustls v0.26.0 |
540 | 2025-02-23T08:23:34.943Z | Compiling regex v1.11.1 |
541 | 2025-02-23T08:23:35.352Z | Checking indexmap v2.7.1 |
542 | 2025-02-23T08:23:35.769Z | Compiling serde_tokenstream v0.2.2 |
543 | 2025-02-23T08:23:36.057Z | Compiling pest_derive v2.7.14 |
544 | 2025-02-23T08:23:36.469Z | Checking serde_urlencoded v0.7.1 |
545 | 2025-02-23T08:23:36.557Z | Checking h2 v0.4.6 |
546 | 2025-02-23T08:23:36.591Z | Checking tokio-native-tls v0.3.1 |
547 | 2025-02-23T08:23:36.843Z | Compiling scroll_derive v0.12.0 |
548 | 2025-02-23T08:23:36.845Z | Checking tower v0.5.2 |
549 | 2025-02-23T08:23:36.916Z | Compiling dtrace-parser v0.2.0 |
550 | 2025-02-23T08:23:37.611Z | Checking icu_normalizer v1.5.0 |
551 | 2025-02-23T08:23:37.760Z | Compiling dof v0.3.0 |
552 | 2025-02-23T08:23:38.225Z | Checking scroll v0.12.0 |
553 | 2025-02-23T08:23:38.380Z | Checking idna_adapter v1.2.0 |
554 | 2025-02-23T08:23:38.562Z | Checking idna v1.0.3 |
555 | 2025-02-23T08:23:38.666Z | Compiling paste v1.0.15 |
556 | 2025-02-23T08:23:38.809Z | Compiling strsim v0.11.1 |
557 | 2025-02-23T08:23:39.039Z | Checking url v2.5.3 |
558 | 2025-02-23T08:23:39.157Z | Checking num_threads v0.1.7 |
559 | 2025-02-23T08:23:39.242Z | Compiling crossbeam-utils v0.8.20 |
560 | 2025-02-23T08:23:39.275Z | Checking ipnet v2.10.1 |
561 | 2025-02-23T08:23:39.437Z | Compiling typify-impl v0.2.0 |
562 | 2025-02-23T08:23:39.739Z | Checking plain v0.2.3 |
563 | 2025-02-23T08:23:39.974Z | Checking goblin v0.8.2 |
564 | 2025-02-23T08:23:40.037Z | Checking time v0.3.36 |
565 | 2025-02-23T08:23:40.466Z | Compiling darling_core v0.20.10 |
566 | 2025-02-23T08:23:40.731Z | Checking hyper v1.5.2 |
567 | 2025-02-23T08:23:42.155Z | Compiling openapiv3 v2.0.0 |
568 | 2025-02-23T08:23:42.752Z | Checking hyper-util v0.1.10 |
569 | 2025-02-23T08:23:43.834Z | Checking dirs-sys-next v0.1.2 |
570 | 2025-02-23T08:23:44.347Z | Checking hyper-tls v0.6.0 |
571 | 2025-02-23T08:23:44.412Z | Checking hyper-rustls v0.27.3 |
572 | 2025-02-23T08:23:44.627Z | Compiling unsafe-libyaml v0.2.11 |
573 | 2025-02-23T08:23:44.722Z | Checking reqwest v0.12.12 |
574 | 2025-02-23T08:23:44.865Z | Checking pretty-hex v0.4.1 |
575 | 2025-02-23T08:23:45.056Z | Compiling rustls v0.22.4 |
576 | 2025-02-23T08:23:45.399Z | Compiling omicron-workspace-hack v0.1.0 |
577 | 2025-02-23T08:23:45.484Z | Compiling rustversion v1.0.17 |
578 | 2025-02-23T08:23:45.510Z | Compiling newtype-uuid v1.2.1 |
579 | 2025-02-23T08:23:45.875Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2025-02-23T08:23:46.000Z | Compiling darling_macro v0.20.10 |
581 | 2025-02-23T08:23:46.186Z | Checking dirs-next v2.0.0 |
582 | 2025-02-23T08:23:46.296Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-23T08:23:46.318Z | Checking serde_spanned v0.6.8 |
584 | 2025-02-23T08:23:46.495Z | Checking toml_datetime v0.6.8 |
585 | 2025-02-23T08:23:46.623Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-23T08:23:46.663Z | Checking block-buffer v0.10.4 |
587 | 2025-02-23T08:23:46.795Z | Checking crypto-common v0.1.6 |
588 | 2025-02-23T08:23:46.855Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-23T08:23:46.951Z | Checking rand_core v0.6.4 |
590 | 2025-02-23T08:23:46.988Z | Checking thread_local v1.1.8 |
591 | 2025-02-23T08:23:47.088Z | Compiling multer v3.1.0 |
592 | 2025-02-23T08:23:47.199Z | Compiling anyhow v1.0.96 |
593 | 2025-02-23T08:23:47.245Z | Checking match_cfg v0.1.0 |
594 | 2025-02-23T08:23:47.266Z | Compiling thiserror v2.0.11 |
595 | 2025-02-23T08:23:47.332Z | Compiling camino v1.1.9 |
596 | 2025-02-23T08:23:47.349Z | Compiling slog-async v2.8.0 |
597 | 2025-02-23T08:23:47.448Z | Checking winnow v0.6.20 |
598 | 2025-02-23T08:23:47.944Z | Checking rand_chacha v0.3.1 |
599 | 2025-02-23T08:23:47.981Z | Checking hostname v0.3.1 |
600 | 2025-02-23T08:23:48.117Z | Checking crossbeam-channel v0.5.13 |
601 | 2025-02-23T08:23:48.207Z | Checking digest v0.10.7 |
602 | 2025-02-23T08:23:48.288Z | Compiling darling v0.20.10 |
603 | 2025-02-23T08:23:48.403Z | Checking oxnet v0.1.0 |
604 | 2025-02-23T08:23:48.520Z | Checking term v0.7.0 |
605 | 2025-02-23T08:23:48.730Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-23T08:23:48.939Z | Compiling usdt-macro v0.5.0 |
607 | 2025-02-23T08:23:49.038Z | Compiling usdt-attr-macro v0.5.0 |
608 | 2025-02-23T08:23:49.098Z | Checking slog-json v2.6.1 |
609 | 2025-02-23T08:23:49.178Z | Compiling structmeta v0.3.0 |
610 | 2025-02-23T08:23:49.348Z | Checking futures-executor v0.3.31 |
611 | 2025-02-23T08:23:49.538Z | Compiling daft-derive v0.1.1 |
612 | 2025-02-23T08:23:49.572Z | Compiling thiserror-impl v2.0.11 |
613 | 2025-02-23T08:23:49.806Z | Compiling async-stream-impl v0.3.6 |
614 | 2025-02-23T08:23:50.187Z | Checking toml_edit v0.22.22 |
615 | 2025-02-23T08:23:50.200Z | Checking is-terminal v0.4.13 |
616 | 2025-02-23T08:23:50.329Z | Checking memmap v0.7.0 |
617 | 2025-02-23T08:23:50.441Z | Compiling dropshot v0.15.1 |
618 | 2025-02-23T08:23:50.444Z | Compiling typify-macro v0.2.0 |
619 | 2025-02-23T08:23:50.524Z | Checking take_mut v0.2.2 |
620 | 2025-02-23T08:23:50.668Z | Checking spin v0.9.8 |
621 | 2025-02-23T08:23:50.800Z | Checking cpufeatures v0.2.14 |
622 | 2025-02-23T08:23:50.888Z | Checking sha1 v0.10.6 |
623 | 2025-02-23T08:23:50.901Z | Checking daft v0.1.1 |
624 | 2025-02-23T08:23:50.956Z | Checking async-stream v0.3.6 |
625 | 2025-02-23T08:23:51.210Z | Checking usdt v0.5.0 |
626 | 2025-02-23T08:23:51.222Z | Checking slog-term v2.9.1 |
627 | 2025-02-23T08:23:51.296Z | Compiling strum_macros v0.26.4 |
628 | 2025-02-23T08:23:51.457Z | Checking futures v0.3.31 |
629 | 2025-02-23T08:23:51.470Z | Compiling parse-display-derive v0.10.0 |
630 | 2025-02-23T08:23:51.562Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-23T08:23:51.717Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-23T08:23:51.729Z | Checking rand v0.8.5 |
633 | 2025-02-23T08:23:52.101Z | Checking tokio-rustls v0.25.0 |
634 | 2025-02-23T08:23:52.795Z | Checking toml v0.8.19 |
635 | 2025-02-23T08:23:52.881Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2025-02-23T08:23:52.899Z | Checking serde_path_to_error v0.1.16 |
637 | 2025-02-23T08:23:53.089Z | Checking hex v0.4.3 |
638 | 2025-02-23T08:23:53.481Z | Compiling async-trait v0.1.86 |
639 | 2025-02-23T08:23:53.503Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-23T08:23:53.594Z | Checking waitgroup v0.1.2 |
641 | 2025-02-23T08:23:53.713Z | Compiling typify v0.2.0 |
642 | 2025-02-23T08:23:53.825Z | Compiling progenitor-impl v0.8.0 |
643 | 2025-02-23T08:23:54.035Z | Checking hostname v0.4.0 |
644 | 2025-02-23T08:23:54.184Z | Checking instant v0.1.13 |
645 | 2025-02-23T08:23:54.289Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-23T08:23:54.302Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
647 | 2025-02-23T08:23:54.433Z | Checking backoff v0.4.0 |
648 | 2025-02-23T08:23:54.452Z | Checking serde_with v3.11.0 |
649 | 2025-02-23T08:23:54.702Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-23T08:23:54.860Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2025-02-23T08:23:54.889Z | Checking parse-display v0.10.0 |
652 | 2025-02-23T08:23:55.118Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-23T08:23:55.379Z | Checking strum v0.26.3 |
654 | 2025-02-23T08:23:55.504Z | Checking progenitor-client v0.9.1 |
655 | 2025-02-23T08:23:55.573Z | Checking macaddr v1.0.1 |
656 | 2025-02-23T08:23:55.621Z | Checking regress v0.9.1 |
657 | 2025-02-23T08:23:56.860Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-23T08:24:00.314Z | Checking progenitor v0.8.0 |
659 | 2025-02-23T08:24:00.422Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-23T08:24:03.173Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-23T08:24:10.359Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-23T08:24:10.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
663 | 2025-02-23T08:24:10.548Z | + cargo build --release |
664 | 2025-02-23T08:24:10.804Z | Compiling proc-macro2 v1.0.92 |
665 | 2025-02-23T08:24:10.804Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-23T08:24:10.804Z | Compiling libc v0.2.169 |
667 | 2025-02-23T08:24:10.806Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-23T08:24:10.806Z | Compiling autocfg v1.4.0 |
669 | 2025-02-23T08:24:10.806Z | Compiling serde v1.0.217 |
670 | 2025-02-23T08:24:10.807Z | Compiling version_check v0.9.5 |
671 | 2025-02-23T08:24:10.850Z | Compiling memchr v2.7.4 |
672 | 2025-02-23T08:24:10.936Z | Compiling serde_json v1.0.139 |
673 | 2025-02-23T08:24:11.010Z | Compiling itoa v1.0.11 |
674 | 2025-02-23T08:24:11.310Z | Compiling thiserror v1.0.69 |
675 | 2025-02-23T08:24:11.360Z | Compiling once_cell v1.20.3 |
676 | 2025-02-23T08:24:11.398Z | Compiling shlex v1.3.0 |
677 | 2025-02-23T08:24:11.706Z | Compiling cc v1.2.15 |
678 | 2025-02-23T08:24:11.786Z | Compiling pin-project-lite v0.2.14 |
679 | 2025-02-23T08:24:11.831Z | Compiling num-traits v0.2.19 |
680 | 2025-02-23T08:24:11.909Z | Compiling smallvec v1.13.2 |
681 | 2025-02-23T08:24:12.118Z | Compiling getrandom v0.2.15 |
682 | 2025-02-23T08:24:12.208Z | Compiling ryu v1.0.18 |
683 | 2025-02-23T08:24:12.350Z | Compiling bytes v1.9.0 |
684 | 2025-02-23T08:24:12.512Z | Compiling quote v1.0.38 |
685 | 2025-02-23T08:24:12.561Z | Compiling semver v1.0.25 |
686 | 2025-02-23T08:24:12.794Z | Compiling futures-core v0.3.31 |
687 | 2025-02-23T08:24:12.824Z | Compiling lock_api v0.4.12 |
688 | 2025-02-23T08:24:13.020Z | Compiling syn v2.0.96 |
689 | 2025-02-23T08:24:13.021Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-23T08:24:13.041Z | Compiling scopeguard v1.2.0 |
691 | 2025-02-23T08:24:13.197Z | Compiling slab v0.4.9 |
692 | 2025-02-23T08:24:13.254Z | Compiling ahash v0.8.11 |
693 | 2025-02-23T08:24:13.564Z | Compiling byteorder v1.5.0 |
694 | 2025-02-23T08:24:13.643Z | Compiling futures-sink v0.3.31 |
695 | 2025-02-23T08:24:13.769Z | Compiling socket2 v0.5.7 |
696 | 2025-02-23T08:24:13.801Z | Compiling mio v1.0.2 |
697 | 2025-02-23T08:24:13.867Z | Compiling parking_lot v0.12.3 |
698 | 2025-02-23T08:24:13.990Z | Compiling signal-hook-registry v1.4.2 |
699 | 2025-02-23T08:24:14.134Z | Compiling log v0.4.22 |
700 | 2025-02-23T08:24:14.558Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-23T08:24:14.666Z | Compiling ring v0.17.11 |
702 | 2025-02-23T08:24:14.763Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-23T08:24:14.851Z | Compiling fnv v1.0.7 |
704 | 2025-02-23T08:24:14.989Z | Compiling equivalent v1.0.1 |
705 | 2025-02-23T08:24:15.107Z | Compiling hashbrown v0.15.1 |
706 | 2025-02-23T08:24:15.212Z | Compiling futures-task v0.3.31 |
707 | 2025-02-23T08:24:15.398Z | Compiling pin-utils v0.1.0 |
708 | 2025-02-23T08:24:15.484Z | Compiling futures-io v0.3.31 |
709 | 2025-02-23T08:24:15.490Z | Compiling http v1.2.0 |
710 | 2025-02-23T08:24:15.504Z | Compiling pkg-config v0.3.31 |
711 | 2025-02-23T08:24:15.707Z | Compiling rustls-pki-types v1.10.0 |
712 | 2025-02-23T08:24:15.806Z | Compiling vcpkg v0.2.15 |
713 | 2025-02-23T08:24:16.492Z | Compiling litemap v0.7.3 |
714 | 2025-02-23T08:24:16.506Z | Compiling schemars v0.8.21 |
715 | 2025-02-23T08:24:16.891Z | Compiling httparse v1.9.5 |
716 | 2025-02-23T08:24:16.902Z | Compiling writeable v0.5.5 |
717 | 2025-02-23T08:24:17.182Z | Compiling openssl-sys v0.9.106 |
718 | 2025-02-23T08:24:17.461Z | Compiling iana-time-zone v0.1.61 |
719 | 2025-02-23T08:24:17.560Z | Compiling untrusted v0.9.0 |
720 | 2025-02-23T08:24:17.774Z | Compiling heck v0.5.0 |
721 | 2025-02-23T08:24:18.162Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-23T08:24:18.165Z | Compiling ucd-trie v0.1.7 |
723 | 2025-02-23T08:24:18.247Z | Compiling dyn-clone v1.0.18 |
724 | 2025-02-23T08:24:18.293Z | Compiling atomic-waker v1.1.2 |
725 | 2025-02-23T08:24:18.489Z | Compiling http-body v1.0.1 |
726 | 2025-02-23T08:24:18.734Z | Compiling try-lock v0.2.5 |
727 | 2025-02-23T08:24:18.875Z | Compiling tracing v0.1.40 |
728 | 2025-02-23T08:24:18.901Z | Compiling subtle v2.6.1 |
729 | 2025-02-23T08:24:19.174Z | Compiling allocator-api2 v0.2.18 |
730 | 2025-02-23T08:24:19.701Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2025-02-23T08:24:19.791Z | Compiling zeroize v1.8.1 |
732 | 2025-02-23T08:24:19.809Z | Compiling chrono v0.4.39 |
733 | 2025-02-23T08:24:19.892Z | Compiling want v0.3.1 |
734 | 2025-02-23T08:24:20.105Z | Compiling synstructure v0.13.1 |
735 | 2025-02-23T08:24:20.117Z | Compiling serde_derive_internals v0.29.1 |
736 | 2025-02-23T08:24:20.176Z | Compiling openssl v0.10.71 |
737 | 2025-02-23T08:24:20.315Z | Compiling httpdate v1.0.3 |
738 | 2025-02-23T08:24:20.622Z | Compiling foreign-types-shared v0.1.1 |
739 | 2025-02-23T08:24:20.733Z | Compiling tower-service v0.3.3 |
740 | 2025-02-23T08:24:20.852Z | Compiling uuid v1.12.0 |
741 | 2025-02-23T08:24:21.090Z | Compiling icu_properties_data v1.5.0 |
742 | 2025-02-23T08:24:21.334Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-23T08:24:21.480Z | Compiling icu_normalizer_data v1.5.0 |
744 | 2025-02-23T08:24:21.533Z | Compiling write16 v1.0.0 |
745 | 2025-02-23T08:24:21.572Z | Compiling percent-encoding v2.3.1 |
746 | 2025-02-23T08:24:21.668Z | Compiling rustls v0.23.19 |
747 | 2025-02-23T08:24:21.934Z | Compiling bitflags v2.6.0 |
748 | 2025-02-23T08:24:22.022Z | Compiling native-tls v0.2.12 |
749 | 2025-02-23T08:24:22.025Z | Compiling utf16_iter v1.0.5 |
750 | 2025-02-23T08:24:22.428Z | Compiling utf8_iter v1.0.4 |
751 | 2025-02-23T08:24:22.541Z | Compiling slog v2.7.0 |
752 | 2025-02-23T08:24:22.592Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-23T08:24:22.719Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-23T08:24:23.073Z | Compiling typenum v1.17.0 |
755 | 2025-02-23T08:24:23.345Z | Compiling openssl-probe v0.1.5 |
756 | 2025-02-23T08:24:23.838Z | Compiling regex-syntax v0.8.5 |
757 | 2025-02-23T08:24:24.052Z | Compiling serde_derive v1.0.217 |
758 | 2025-02-23T08:24:24.081Z | Compiling zerocopy-derive v0.7.35 |
759 | 2025-02-23T08:24:24.845Z | Compiling thiserror-impl v1.0.69 |
760 | 2025-02-23T08:24:24.853Z | Compiling tokio-macros v2.5.0 |
761 | 2025-02-23T08:24:25.585Z | Compiling zerofrom-derive v0.1.4 |
762 | 2025-02-23T08:24:25.954Z | Compiling zerocopy v0.7.35 |
763 | 2025-02-23T08:24:26.303Z | Compiling schemars_derive v0.8.21 |
764 | 2025-02-23T08:24:26.381Z | Compiling tokio v1.43.0 |
765 | 2025-02-23T08:24:27.615Z | Compiling yoke-derive v0.7.4 |
766 | 2025-02-23T08:24:28.640Z | Compiling zerofrom v0.1.4 |
767 | 2025-02-23T08:24:28.718Z | Compiling futures-macro v0.3.31 |
768 | 2025-02-23T08:24:28.853Z | Compiling zerovec-derive v0.10.3 |
769 | 2025-02-23T08:24:29.007Z | Compiling displaydoc v0.2.5 |
770 | 2025-02-23T08:24:29.963Z | Compiling yoke v0.7.4 |
771 | 2025-02-23T08:24:30.302Z | Compiling icu_provider_macros v1.5.0 |
772 | 2025-02-23T08:24:30.479Z | Compiling pest v2.7.14 |
773 | 2025-02-23T08:24:30.490Z | Compiling futures-util v0.3.31 |
774 | 2025-02-23T08:24:31.408Z | Compiling zerovec v0.10.4 |
775 | 2025-02-23T08:24:33.414Z | Compiling tinystr v0.7.6 |
776 | 2025-02-23T08:24:33.824Z | Compiling icu_locid v1.5.0 |
777 | 2025-02-23T08:24:34.215Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-02-23T08:24:36.821Z | Compiling indexmap v2.7.1 |
779 | 2025-02-23T08:24:38.395Z | Compiling serde_tokenstream v0.2.2 |
780 | 2025-02-23T08:24:39.621Z | Compiling icu_provider v1.5.0 |
781 | 2025-02-23T08:24:40.283Z | Compiling tokio-util v0.7.12 |
782 | 2025-02-23T08:24:41.004Z | Compiling hashbrown v0.14.5 |
783 | 2025-02-23T08:24:41.252Z | Compiling h2 v0.4.6 |
784 | 2025-02-23T08:24:42.179Z | Compiling icu_locid_transform v1.5.0 |
785 | 2025-02-23T08:24:42.391Z | Compiling icu_collections v1.5.0 |
786 | 2025-02-23T08:24:42.503Z | Compiling pest_meta v2.7.14 |
787 | 2025-02-23T08:24:45.042Z | Compiling pest_generator v2.7.14 |
788 | 2025-02-23T08:24:46.008Z | Compiling icu_properties v1.5.1 |
789 | 2025-02-23T08:24:46.647Z | Compiling regress v0.10.1 |
790 | 2025-02-23T08:24:47.044Z | Compiling hyper v1.5.2 |
791 | 2025-02-23T08:24:50.773Z | Compiling openssl-macros v0.1.1 |
792 | 2025-02-23T08:24:51.166Z | Compiling typify-impl v0.2.0 |
793 | 2025-02-23T08:24:52.191Z | Compiling hyper-util v0.1.10 |
794 | 2025-02-23T08:24:54.055Z | Compiling icu_normalizer v1.5.0 |
795 | 2025-02-23T08:24:56.475Z | Compiling pest_derive v2.7.14 |
796 | 2025-02-23T08:24:57.382Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-23T08:24:57.559Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-23T08:24:57.624Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-23T08:24:58.585Z | Compiling generic-array v0.14.7 |
800 | 2025-02-23T08:24:58.960Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-23T08:24:59.554Z | Compiling mime v0.3.17 |
802 | 2025-02-23T08:25:00.936Z | Compiling typify-macro v0.2.0 |
803 | 2025-02-23T08:25:01.276Z | Compiling tokio-native-tls v0.3.1 |
804 | 2025-02-23T08:25:01.565Z | Compiling idna v1.0.3 |
805 | 2025-02-23T08:25:01.581Z | Compiling serde_urlencoded v0.7.1 |
806 | 2025-02-23T08:25:02.122Z | Compiling regex v1.11.1 |
807 | 2025-02-23T08:25:04.189Z | Compiling tokio-rustls v0.26.0 |
808 | 2025-02-23T08:25:04.192Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-23T08:25:04.322Z | Compiling webpki-roots v0.26.6 |
810 | 2025-02-23T08:25:04.541Z | Compiling rustls-pemfile v2.2.0 |
811 | 2025-02-23T08:25:04.670Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-23T08:25:05.013Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-23T08:25:05.408Z | Compiling tower-layer v0.3.3 |
814 | 2025-02-23T08:25:05.607Z | Compiling time-core v0.1.2 |
815 | 2025-02-23T08:25:05.777Z | Compiling powerfmt v0.2.0 |
816 | 2025-02-23T08:25:05.788Z | Compiling num-conv v0.1.0 |
817 | 2025-02-23T08:25:06.063Z | Compiling base64 v0.22.1 |
818 | 2025-02-23T08:25:06.257Z | Compiling time-macros v0.2.18 |
819 | 2025-02-23T08:25:06.961Z | Compiling deranged v0.3.11 |
820 | 2025-02-23T08:25:07.155Z | Compiling tower v0.5.2 |
821 | 2025-02-23T08:25:08.039Z | Compiling scroll v0.12.0 |
822 | 2025-02-23T08:25:08.668Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-23T08:25:10.007Z | Compiling url v2.5.3 |
824 | 2025-02-23T08:25:10.068Z | Compiling hyper-tls v0.6.0 |
825 | 2025-02-23T08:25:10.168Z | Compiling thread-id v4.2.2 |
826 | 2025-02-23T08:25:10.572Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-23T08:25:12.059Z | Compiling dof v0.3.0 |
828 | 2025-02-23T08:25:12.870Z | Compiling crossbeam-utils v0.8.20 |
829 | 2025-02-23T08:25:13.423Z | Compiling strsim v0.11.1 |
830 | 2025-02-23T08:25:14.015Z | Compiling plain v0.2.3 |
831 | 2025-02-23T08:25:14.404Z | Compiling num_threads v0.1.7 |
832 | 2025-02-23T08:25:14.528Z | Compiling paste v1.0.15 |
833 | 2025-02-23T08:25:15.770Z | Compiling omicron-workspace-hack v0.1.0 |
834 | 2025-02-23T08:25:16.100Z | Compiling ipnet v2.10.1 |
835 | 2025-02-23T08:25:16.113Z | Compiling ident_case v1.0.1 |
836 | 2025-02-23T08:25:18.885Z | Compiling time v0.3.36 |
837 | 2025-02-23T08:25:19.011Z | Compiling reqwest v0.12.12 |
838 | 2025-02-23T08:25:22.782Z | Compiling darling_core v0.20.10 |
839 | 2025-02-23T08:25:24.122Z | Compiling goblin v0.8.2 |
840 | 2025-02-23T08:25:28.046Z | Compiling typify v0.2.0 |
841 | 2025-02-23T08:25:28.161Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-23T08:25:28.890Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-23T08:25:30.397Z | Compiling unsafe-libyaml v0.2.11 |
844 | 2025-02-23T08:25:31.946Z | Compiling pretty-hex v0.4.1 |
845 | 2025-02-23T08:25:32.068Z | Compiling rustversion v1.0.17 |
846 | 2025-02-23T08:25:32.184Z | Compiling rustls v0.22.4 |
847 | 2025-02-23T08:25:32.530Z | Compiling newtype-uuid v1.2.1 |
848 | 2025-02-23T08:25:32.904Z | Compiling serde_yaml v0.9.34+deprecated |
849 | 2025-02-23T08:25:34.275Z | Compiling progenitor-impl v0.8.0 |
850 | 2025-02-23T08:25:36.299Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-23T08:25:36.570Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-23T08:25:38.873Z | Compiling block-buffer v0.10.4 |
853 | 2025-02-23T08:25:39.028Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-23T08:25:39.111Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-23T08:25:39.255Z | Compiling serde_spanned v0.6.8 |
856 | 2025-02-23T08:25:39.506Z | Compiling toml_datetime v0.6.8 |
857 | 2025-02-23T08:25:40.013Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-23T08:25:40.191Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-23T08:25:40.820Z | Compiling rand_core v0.6.4 |
860 | 2025-02-23T08:25:41.219Z | Compiling thread_local v1.1.8 |
861 | 2025-02-23T08:25:41.300Z | Compiling multer v3.1.0 |
862 | 2025-02-23T08:25:41.674Z | Compiling thiserror v2.0.11 |
863 | 2025-02-23T08:25:41.959Z | Compiling match_cfg v0.1.0 |
864 | 2025-02-23T08:25:42.060Z | Compiling winnow v0.6.20 |
865 | 2025-02-23T08:25:42.259Z | Compiling camino v1.1.9 |
866 | 2025-02-23T08:25:42.664Z | Compiling slog-async v2.8.0 |
867 | 2025-02-23T08:25:42.849Z | Compiling anyhow v1.0.96 |
868 | 2025-02-23T08:25:43.298Z | Compiling structmeta v0.3.0 |
869 | 2025-02-23T08:25:43.647Z | Compiling hostname v0.3.1 |
870 | 2025-02-23T08:25:43.905Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-23T08:25:43.933Z | Compiling progenitor-macro v0.8.0 |
872 | 2025-02-23T08:25:45.158Z | Compiling oxnet v0.1.0 |
873 | 2025-02-23T08:25:45.613Z | Compiling toml_edit v0.22.22 |
874 | 2025-02-23T08:25:46.247Z | Compiling digest v0.10.7 |
875 | 2025-02-23T08:25:48.196Z | Compiling crossbeam-channel v0.5.13 |
876 | 2025-02-23T08:25:49.784Z | Compiling darling v0.20.10 |
877 | 2025-02-23T08:25:49.890Z | Compiling term v0.7.0 |
878 | 2025-02-23T08:25:54.427Z | Compiling usdt-macro v0.5.0 |
879 | 2025-02-23T08:25:54.658Z | Compiling usdt-attr-macro v0.5.0 |
880 | 2025-02-23T08:25:55.496Z | Compiling progenitor-client v0.8.0 |
881 | 2025-02-23T08:25:55.676Z | Compiling slog-json v2.6.1 |
882 | 2025-02-23T08:25:56.062Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-23T08:25:56.105Z | Compiling thiserror-impl v2.0.11 |
884 | 2025-02-23T08:25:56.405Z | Compiling async-stream-impl v0.3.6 |
885 | 2025-02-23T08:25:57.118Z | Compiling daft-derive v0.1.1 |
886 | 2025-02-23T08:25:57.722Z | Compiling is-terminal v0.4.13 |
887 | 2025-02-23T08:25:57.852Z | Compiling memmap v0.7.0 |
888 | 2025-02-23T08:25:58.279Z | Compiling dropshot v0.15.1 |
889 | 2025-02-23T08:25:58.649Z | Compiling cpufeatures v0.2.14 |
890 | 2025-02-23T08:25:58.652Z | Compiling spin v0.9.8 |
891 | 2025-02-23T08:25:58.743Z | Compiling take_mut v0.2.2 |
892 | 2025-02-23T08:25:59.031Z | Compiling sha1 v0.10.6 |
893 | 2025-02-23T08:25:59.896Z | Compiling daft v0.1.1 |
894 | 2025-02-23T08:26:00.376Z | Compiling usdt v0.5.0 |
895 | 2025-02-23T08:26:00.940Z | Compiling slog-term v2.9.1 |
896 | 2025-02-23T08:26:01.534Z | Compiling async-stream v0.3.6 |
897 | 2025-02-23T08:26:01.860Z | Compiling futures v0.3.31 |
898 | 2025-02-23T08:26:01.964Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-02-23T08:26:01.966Z | Compiling progenitor v0.8.0 |
900 | 2025-02-23T08:26:02.102Z | Compiling strum_macros v0.26.4 |
901 | 2025-02-23T08:26:02.149Z | Compiling tokio-rustls v0.25.0 |
902 | 2025-02-23T08:26:02.238Z | Compiling serde_with_macros v3.11.0 |
903 | 2025-02-23T08:26:02.557Z | Compiling toml v0.8.19 |
904 | 2025-02-23T08:26:03.747Z | Compiling rand v0.8.5 |
905 | 2025-02-23T08:26:05.505Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-23T08:26:06.324Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-23T08:26:07.518Z | Compiling hex v0.4.3 |
908 | 2025-02-23T08:26:08.152Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-23T08:26:08.994Z | Compiling async-trait v0.1.86 |
910 | 2025-02-23T08:26:09.123Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2025-02-23T08:26:09.148Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-23T08:26:09.384Z | Compiling hostname v0.4.0 |
913 | 2025-02-23T08:26:09.641Z | Compiling instant v0.1.13 |
914 | 2025-02-23T08:26:09.784Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-23T08:26:09.802Z | Compiling backoff v0.4.0 |
916 | 2025-02-23T08:26:09.924Z | Compiling parse-display v0.10.0 |
917 | 2025-02-23T08:26:09.932Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
918 | 2025-02-23T08:26:10.111Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-02-23T08:26:10.228Z | Compiling strum v0.26.3 |
920 | 2025-02-23T08:26:10.288Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
921 | 2025-02-23T08:26:10.311Z | Compiling serde_with v3.11.0 |
922 | 2025-02-23T08:26:10.419Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-23T08:26:11.238Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-23T08:26:11.884Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-23T08:26:12.027Z | Compiling regress v0.9.1 |
926 | 2025-02-23T08:26:12.871Z | Compiling macaddr v1.0.1 |
927 | 2025-02-23T08:26:18.514Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-23T08:26:29.781Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-23T08:26:39.571Z | Finished `release` profile [optimized] target(s) in 2m 28s |
930 | 2025-02-23T08:26:39.639Z | process exited: duration 214475 ms, exit code 0 |
|
931 | 2025-02-23T08:26:39.645Z | found 0 output files |