|
|
|
1 | 2025-03-20T19:05:40.093Z | job assigned to worker 01JPTF34MR49V96384QYMFTPJH [factory aws, i-00ab0cf1aba0f5a3b] (queued for 1 m 2 s) |
|
2 | 2025-03-20T19:05:48.193Z | starting task 0: "setup" |
3 | 2025-03-20T19:05:48.198Z | ++ uname -s |
4 | 2025-03-20T19:05:48.201Z | + kern=SunOS |
5 | 2025-03-20T19:05:48.202Z | + build_user=build |
6 | 2025-03-20T19:05:48.202Z | + build_uid=12345 |
7 | 2025-03-20T19:05:48.202Z | + work_dir=/work |
8 | 2025-03-20T19:05:48.205Z | + input_dir=/input |
9 | 2025-03-20T19:05:48.205Z | + [[ 0 == 12345 ]] |
10 | 2025-03-20T19:05:48.205Z | + case "$kern" in |
11 | 2025-03-20T19:05:48.205Z | + groupadd -g 12345 build |
12 | 2025-03-20T19:05:48.209Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-20T19:05:50.211Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-20T19:05:50.330Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-20T19:05:50.333Z | + home_fs=zfs |
16 | 2025-03-20T19:05:50.333Z | + [[ zfs == autofs ]] |
17 | 2025-03-20T19:05:50.333Z | + mkdir -p /home/build |
18 | 2025-03-20T19:05:50.337Z | + chown build:build /home/build /work |
19 | 2025-03-20T19:05:52.337Z | + chmod 0700 /home/build /work |
20 | 2025-03-20T19:05:52.341Z | process exited: duration 4149 ms, exit code 0 |
|
21 | 2025-03-20T19:05:52.348Z | starting task 1: "rust-toolchain" |
22 | 2025-03-20T19:05:52.353Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-20T19:05:52.353Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-03-20T19:05:52.353Z | * rust toolchain channel = "1.85.0" |
25 | 2025-03-20T19:05:52.353Z | * rust toolchain profile = "default" |
26 | 2025-03-20T19:05:52.353Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-20T19:05:52.353Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-20T19:05:52.356Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-20T19:05:52.356Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-20T19:05:52.478Z | info: downloading installer |
31 | 2025-03-20T19:05:53.873Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-20T19:05:53.873Z | warn: /opt/ooce/bin |
33 | 2025-03-20T19:05:53.873Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-20T19:05:53.873Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-20T19:05:53.873Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-20T19:05:53.873Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-20T19:05:53.873Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-20T19:05:53.873Z | error: cannot install while Rust is installed |
39 | 2025-03-20T19:05:53.873Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-20T19:05:53.904Z | info: profile set to 'default' |
41 | 2025-03-20T19:05:53.904Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-20T19:05:53.907Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-20T19:05:54.064Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-20T19:05:54.064Z | info: downloading component 'cargo' |
45 | 2025-03-20T19:05:55.111Z | info: downloading component 'clippy' |
46 | 2025-03-20T19:05:55.424Z | info: downloading component 'rust-docs' |
47 | 2025-03-20T19:05:56.812Z | info: downloading component 'rust-std' |
48 | 2025-03-20T19:05:58.469Z | info: downloading component 'rustc' |
49 | 2025-03-20T19:06:05.315Z | info: downloading component 'rustfmt' |
50 | 2025-03-20T19:06:05.611Z | info: installing component 'cargo' |
51 | 2025-03-20T19:06:06.429Z | info: installing component 'clippy' |
52 | 2025-03-20T19:06:06.808Z | info: installing component 'rust-docs' |
53 | 2025-03-20T19:06:08.577Z | info: installing component 'rust-std' |
54 | 2025-03-20T19:06:10.454Z | info: installing component 'rustc' |
55 | 2025-03-20T19:06:16.273Z | info: installing component 'rustfmt' |
56 | 2025-03-20T19:06:16.600Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-20T19:06:16.600Z | |
58 | 2025-03-20T19:06:16.965Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-20T19:06:16.965Z | |
60 | 2025-03-20T19:06:16.969Z | |
61 | 2025-03-20T19:06:16.969Z | Rust is installed now. Great! |
62 | 2025-03-20T19:06:16.969Z | |
63 | 2025-03-20T19:06:16.969Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-20T19:06:16.969Z | environment variable. This has not been done automatically. |
65 | 2025-03-20T19:06:16.969Z | |
66 | 2025-03-20T19:06:16.969Z | To configure your current shell, you need to source |
67 | 2025-03-20T19:06:16.970Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-20T19:06:16.970Z | |
69 | 2025-03-20T19:06:16.970Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-20T19:06:16.970Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-20T19:06:16.970Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-20T19:06:16.970Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-20T19:06:17.039Z | + rustup --version |
74 | 2025-03-20T19:06:17.050Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-20T19:06:17.054Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-20T19:06:17.078Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-20T19:06:17.081Z | + cargo --version |
78 | 2025-03-20T19:06:17.098Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-20T19:06:17.101Z | + rustc --version |
80 | 2025-03-20T19:06:17.125Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-20T19:06:17.129Z | process exited: duration 24778 ms, exit code 0 |
|
82 | 2025-03-20T19:06:17.136Z | starting task 2: "authentication" |
83 | 2025-03-20T19:06:17.160Z | process exited: duration 24 ms, exit code 0 |
|
84 | 2025-03-20T19:06:17.168Z | starting task 3: "clone repository" |
85 | 2025-03-20T19:06:17.172Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-20T19:06:17.176Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-20T19:06:17.292Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-20T19:06:23.937Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-20T19:06:23.937Z | + git fetch origin dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
90 | 2025-03-20T19:06:24.277Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-20T19:06:24.277Z | * branch dc84a1bf0ed849a9b2f066213caf86822531d2f4 -> FETCH_HEAD |
92 | 2025-03-20T19:06:24.288Z | + [[ -n eliza/multiple-servers-in-ls-apis ]] |
93 | 2025-03-20T19:06:24.292Z | ++ git branch --show-current |
94 | 2025-03-20T19:06:24.292Z | + current=main |
95 | 2025-03-20T19:06:24.292Z | + [[ main != eliza/multiple-servers-in-ls-apis ]] |
96 | 2025-03-20T19:06:24.292Z | + git branch -f eliza/multiple-servers-in-ls-apis dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
97 | 2025-03-20T19:06:24.295Z | + git checkout -f eliza/multiple-servers-in-ls-apis |
98 | 2025-03-20T19:06:24.339Z | Switched to branch 'eliza/multiple-servers-in-ls-apis' |
99 | 2025-03-20T19:06:24.342Z | + git reset --hard dc84a1bf0ed849a9b2f066213caf86822531d2f4 |
100 | 2025-03-20T19:06:24.383Z | HEAD is now at dc84a1bf0 [ls-apis] allow multiple dep paths for servers |
101 | 2025-03-20T19:06:24.387Z | process exited: duration 7216 ms, exit code 0 |
|
102 | 2025-03-20T19:06:24.393Z | starting task 4: "build" |
103 | 2025-03-20T19:06:24.398Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-20T19:06:24.398Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-20T19:06:24.398Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-20T19:06:24.398Z | + cargo --version |
107 | 2025-03-20T19:06:24.453Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-20T19:06:24.456Z | + rustc --version |
109 | 2025-03-20T19:06:24.522Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-20T19:06:24.525Z | + cd /tmp |
111 | 2025-03-20T19:06:24.525Z | + cargo new --lib test-project |
112 | 2025-03-20T19:06:24.546Z | Creating library `test-project` package |
113 | 2025-03-20T19:06:24.630Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-20T19:06:24.633Z | + cd test-project |
115 | 2025-03-20T19:06:24.633Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-20T19:06:24.657Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-20T19:06:24.660Z | Features: |
118 | 2025-03-20T19:06:24.660Z | - proptest |
119 | 2025-03-20T19:06:24.660Z | - test-strategy |
120 | 2025-03-20T19:06:24.660Z | - testing |
121 | 2025-03-20T19:06:24.689Z | Updating crates.io index |
122 | 2025-03-20T19:06:24.756Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-20T19:06:25.308Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-20T19:06:25.678Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-20T19:06:26.025Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-20T19:06:27.515Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-20T19:06:27.686Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-20T19:06:27.689Z | + cargo check |
129 | 2025-03-20T19:06:27.832Z | Updating crates.io index |
130 | 2025-03-20T19:06:28.693Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-20T19:06:28.693Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-20T19:06:28.752Z | Downloading crates ... |
133 | 2025-03-20T19:06:28.832Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-03-20T19:06:28.836Z | Downloaded cpufeatures v0.2.14 |
135 | 2025-03-20T19:06:28.840Z | Downloaded atomic-waker v1.1.2 |
136 | 2025-03-20T19:06:28.843Z | Downloaded byteorder v1.5.0 |
137 | 2025-03-20T19:06:28.849Z | Downloaded foreign-types-shared v0.1.1 |
138 | 2025-03-20T19:06:28.852Z | Downloaded darling_macro v0.20.10 |
139 | 2025-03-20T19:06:28.855Z | Downloaded equivalent v1.0.1 |
140 | 2025-03-20T19:06:28.858Z | Downloaded dtrace-parser v0.2.0 |
141 | 2025-03-20T19:06:28.858Z | Downloaded sync_wrapper v1.0.1 |
142 | 2025-03-20T19:06:28.862Z | Downloaded futures-core v0.3.31 |
143 | 2025-03-20T19:06:28.865Z | Downloaded camino v1.1.9 |
144 | 2025-03-20T19:06:28.868Z | Downloaded block-buffer v0.10.4 |
145 | 2025-03-20T19:06:28.871Z | Downloaded autocfg v1.4.0 |
146 | 2025-03-20T19:06:28.871Z | Downloaded bit-set v0.8.0 |
147 | 2025-03-20T19:06:28.874Z | Downloaded strum v0.26.3 |
148 | 2025-03-20T19:06:28.878Z | Downloaded icu_provider_macros v1.5.0 |
149 | 2025-03-20T19:06:28.878Z | Downloaded http-body v1.0.1 |
150 | 2025-03-20T19:06:28.878Z | Downloaded instant v0.1.13 |
151 | 2025-03-20T19:06:28.881Z | Downloaded ident_case v1.0.1 |
152 | 2025-03-20T19:06:28.885Z | Downloaded debug-ignore v1.0.5 |
153 | 2025-03-20T19:06:28.888Z | Downloaded tower-service v0.3.3 |
154 | 2025-03-20T19:06:28.888Z | Downloaded num_threads v0.1.7 |
155 | 2025-03-20T19:06:28.888Z | Downloaded match_cfg v0.1.0 |
156 | 2025-03-20T19:06:28.888Z | Downloaded usdt-attr-macro v0.5.0 |
157 | 2025-03-20T19:06:28.888Z | Downloaded foreign-types v0.3.2 |
158 | 2025-03-20T19:06:28.891Z | Downloaded cfg-if v1.0.0 |
159 | 2025-03-20T19:06:28.891Z | Downloaded dof v0.3.0 |
160 | 2025-03-20T19:06:28.894Z | Downloaded futures-sink v0.3.31 |
161 | 2025-03-20T19:06:28.894Z | Downloaded fnv v1.0.7 |
162 | 2025-03-20T19:06:28.894Z | Downloaded fastrand v2.1.1 |
163 | 2025-03-20T19:06:28.897Z | Downloaded try-lock v0.2.5 |
164 | 2025-03-20T19:06:28.897Z | Downloaded digest v0.10.7 |
165 | 2025-03-20T19:06:28.902Z | Downloaded tinyvec_macros v0.1.1 |
166 | 2025-03-20T19:06:28.906Z | Downloaded tower-layer v0.3.3 |
167 | 2025-03-20T19:06:28.906Z | Downloaded is-terminal v0.4.13 |
168 | 2025-03-20T19:06:28.909Z | Downloaded futures-macro v0.3.31 |
169 | 2025-03-20T19:06:28.909Z | Downloaded want v0.3.1 |
170 | 2025-03-20T19:06:28.909Z | Downloaded errno v0.3.9 |
171 | 2025-03-20T19:06:28.912Z | Downloaded dyn-clone v1.0.19 |
172 | 2025-03-20T19:06:28.912Z | Downloaded dirs-sys-next v0.1.2 |
173 | 2025-03-20T19:06:28.915Z | Downloaded anyhow v1.0.97 |
174 | 2025-03-20T19:06:28.918Z | Downloaded zerofrom v0.1.4 |
175 | 2025-03-20T19:06:28.921Z | Downloaded yoke-derive v0.7.4 |
176 | 2025-03-20T19:06:28.921Z | Downloaded foldhash v0.1.3 |
177 | 2025-03-20T19:06:28.921Z | Downloaded hostname v0.3.1 |
178 | 2025-03-20T19:06:28.924Z | Downloaded futures-io v0.3.31 |
179 | 2025-03-20T19:06:28.924Z | Downloaded form_urlencoded v1.2.1 |
180 | 2025-03-20T19:06:28.924Z | Downloaded waitgroup v0.1.2 |
181 | 2025-03-20T19:06:28.927Z | Downloaded futures-executor v0.3.31 |
182 | 2025-03-20T19:06:28.927Z | Downloaded omicron-workspace-hack v0.1.0 |
183 | 2025-03-20T19:06:28.930Z | Downloaded hostname v0.4.0 |
184 | 2025-03-20T19:06:28.931Z | Downloaded num-conv v0.1.0 |
185 | 2025-03-20T19:06:28.934Z | Downloaded usdt-macro v0.5.0 |
186 | 2025-03-20T19:06:28.934Z | Downloaded progenitor-client v0.8.0 |
187 | 2025-03-20T19:06:28.937Z | Downloaded openssl-probe v0.1.5 |
188 | 2025-03-20T19:06:28.937Z | Downloaded time-core v0.1.2 |
189 | 2025-03-20T19:06:28.937Z | Downloaded backoff v0.4.0 |
190 | 2025-03-20T19:06:28.940Z | Downloaded utf16_iter v1.0.5 |
191 | 2025-03-20T19:06:28.940Z | Downloaded usdt v0.5.0 |
192 | 2025-03-20T19:06:28.943Z | Downloaded unarray v0.1.4 |
193 | 2025-03-20T19:06:28.944Z | Downloaded tinystr v0.7.6 |
194 | 2025-03-20T19:06:28.947Z | Downloaded utf8_iter v1.0.4 |
195 | 2025-03-20T19:06:28.947Z | Downloaded zerovec-derive v0.10.3 |
196 | 2025-03-20T19:06:28.947Z | Downloaded thread-id v4.2.2 |
197 | 2025-03-20T19:06:28.950Z | Downloaded memmap v0.7.0 |
198 | 2025-03-20T19:06:28.950Z | Downloaded hex v0.4.3 |
199 | 2025-03-20T19:06:28.954Z | Downloaded darling v0.20.10 |
200 | 2025-03-20T19:06:28.957Z | Downloaded untrusted v0.9.0 |
201 | 2025-03-20T19:06:28.957Z | Downloaded ipnetwork v0.21.1 |
202 | 2025-03-20T19:06:28.960Z | Downloaded typify-macro v0.2.0 |
203 | 2025-03-20T19:06:28.960Z | Downloaded allocator-api2 v0.2.18 |
204 | 2025-03-20T19:06:28.963Z | Downloaded getrandom v0.2.15 |
205 | 2025-03-20T19:06:28.966Z | Downloaded macaddr v1.0.1 |
206 | 2025-03-20T19:06:28.969Z | Downloaded icu_locid_transform v1.5.0 |
207 | 2025-03-20T19:06:28.969Z | Downloaded thiserror-impl v1.0.69 |
208 | 2025-03-20T19:06:28.973Z | Downloaded paste v1.0.15 |
209 | 2025-03-20T19:06:28.976Z | Downloaded stable_deref_trait v1.2.0 |
210 | 2025-03-20T19:06:28.976Z | Downloaded httpdate v1.0.3 |
211 | 2025-03-20T19:06:28.976Z | Downloaded zeroize v1.8.1 |
212 | 2025-03-20T19:06:28.979Z | Downloaded writeable v0.5.5 |
213 | 2025-03-20T19:06:28.979Z | Downloaded quick-error v1.2.3 |
214 | 2025-03-20T19:06:28.982Z | Downloaded progenitor-client v0.9.1 |
215 | 2025-03-20T19:06:28.982Z | Downloaded parse-display-derive v0.10.0 |
216 | 2025-03-20T19:06:28.982Z | Downloaded parse-display v0.10.0 |
217 | 2025-03-20T19:06:28.985Z | Downloaded ipnet v2.11.0 |
218 | 2025-03-20T19:06:28.985Z | Downloaded futures-channel v0.3.31 |
219 | 2025-03-20T19:06:28.988Z | Downloaded wait-timeout v0.2.0 |
220 | 2025-03-20T19:06:28.988Z | Downloaded iana-time-zone v0.1.61 |
221 | 2025-03-20T19:06:28.992Z | Downloaded version_check v0.9.5 |
222 | 2025-03-20T19:06:28.992Z | Downloaded tokio-native-tls v0.3.1 |
223 | 2025-03-20T19:06:28.995Z | Downloaded getrandom v0.3.1 |
224 | 2025-03-20T19:06:28.999Z | Downloaded mime v0.3.17 |
225 | 2025-03-20T19:06:28.999Z | Downloaded zerofrom-derive v0.1.4 |
226 | 2025-03-20T19:06:29.002Z | Downloaded scroll_derive v0.12.0 |
227 | 2025-03-20T19:06:29.002Z | Downloaded icu_normalizer_data v1.5.0 |
228 | 2025-03-20T19:06:29.002Z | Downloaded powerfmt v0.2.0 |
229 | 2025-03-20T19:06:29.007Z | Downloaded toml_datetime v0.6.8 |
230 | 2025-03-20T19:06:29.007Z | Downloaded async-stream v0.3.6 |
231 | 2025-03-20T19:06:29.007Z | Downloaded take_mut v0.2.2 |
232 | 2025-03-20T19:06:29.011Z | Downloaded tokio-macros v2.5.0 |
233 | 2025-03-20T19:06:29.011Z | Downloaded thiserror v1.0.69 |
234 | 2025-03-20T19:06:29.015Z | Downloaded slog-json v2.6.1 |
235 | 2025-03-20T19:06:29.015Z | Downloaded slog-bunyan v2.5.0 |
236 | 2025-03-20T19:06:29.019Z | Downloaded rustc-hash v2.1.1 |
237 | 2025-03-20T19:06:29.019Z | Downloaded thiserror v2.0.11 |
238 | 2025-03-20T19:06:29.022Z | Downloaded serde_urlencoded v0.7.1 |
239 | 2025-03-20T19:06:29.025Z | Downloaded lock_api v0.4.12 |
240 | 2025-03-20T19:06:29.025Z | Downloaded dropshot_endpoint v0.16.0 |
241 | 2025-03-20T19:06:29.028Z | Downloaded pretty-hex v0.4.1 |
242 | 2025-03-20T19:06:29.031Z | Downloaded shlex v1.3.0 |
243 | 2025-03-20T19:06:29.031Z | Downloaded serde_derive_internals v0.29.1 |
244 | 2025-03-20T19:06:29.034Z | Downloaded native-tls v0.2.12 |
245 | 2025-03-20T19:06:29.035Z | Downloaded litemap v0.7.3 |
246 | 2025-03-20T19:06:29.038Z | Downloaded slab v0.4.9 |
247 | 2025-03-20T19:06:29.038Z | Downloaded dirs-next v2.0.0 |
248 | 2025-03-20T19:06:29.042Z | Downloaded plain v0.2.3 |
249 | 2025-03-20T19:06:29.042Z | Downloaded icu_provider v1.5.0 |
250 | 2025-03-20T19:06:29.042Z | Downloaded openssl-macros v0.1.1 |
251 | 2025-03-20T19:06:29.045Z | Downloaded crossbeam-utils v0.8.20 |
252 | 2025-03-20T19:06:29.045Z | Downloaded icu_properties v1.5.1 |
253 | 2025-03-20T19:06:29.048Z | Downloaded hyper-util v0.1.10 |
254 | 2025-03-20T19:06:29.051Z | Downloaded usdt-impl v0.5.0 |
255 | 2025-03-20T19:06:29.054Z | Downloaded parking_lot_core v0.9.10 |
256 | 2025-03-20T19:06:29.057Z | Downloaded futures v0.3.31 |
257 | 2025-03-20T19:06:29.060Z | Downloaded sha1 v0.10.6 |
258 | 2025-03-20T19:06:29.063Z | Downloaded http-body-util v0.1.2 |
259 | 2025-03-20T19:06:29.063Z | Downloaded progenitor v0.8.0 |
260 | 2025-03-20T19:06:29.063Z | Downloaded base64 v0.22.1 |
261 | 2025-03-20T19:06:29.067Z | Downloaded serde_path_to_error v0.1.16 |
262 | 2025-03-20T19:06:29.070Z | Downloaded signal-hook-registry v1.4.2 |
263 | 2025-03-20T19:06:29.070Z | Downloaded semver v1.0.25 |
264 | 2025-03-20T19:06:29.073Z | Downloaded pest_meta v2.7.14 |
265 | 2025-03-20T19:06:29.076Z | Downloaded multer v3.1.0 |
266 | 2025-03-20T19:06:29.076Z | Downloaded slog-term v2.9.1 |
267 | 2025-03-20T19:06:29.079Z | Downloaded structmeta v0.3.0 |
268 | 2025-03-20T19:06:29.079Z | Downloaded serde_with_macros v3.12.0 |
269 | 2025-03-20T19:06:29.082Z | Downloaded pest_generator v2.7.14 |
270 | 2025-03-20T19:06:29.082Z | Downloaded rand_chacha v0.3.1 |
271 | 2025-03-20T19:06:29.085Z | Downloaded strsim v0.11.1 |
272 | 2025-03-20T19:06:29.085Z | Downloaded bytes v1.10.1 |
273 | 2025-03-20T19:06:29.089Z | Downloaded ppv-lite86 v0.2.20 |
274 | 2025-03-20T19:06:29.092Z | Downloaded scroll v0.12.0 |
275 | 2025-03-20T19:06:29.092Z | Downloaded once_cell v1.20.3 |
276 | 2025-03-20T19:06:29.095Z | Downloaded scopeguard v1.2.0 |
277 | 2025-03-20T19:06:29.095Z | Downloaded num-traits v0.2.19 |
278 | 2025-03-20T19:06:29.098Z | Downloaded serde_tokenstream v0.2.2 |
279 | 2025-03-20T19:06:29.098Z | Downloaded ryu v1.0.18 |
280 | 2025-03-20T19:06:29.101Z | Downloaded sha2 v0.10.8 |
281 | 2025-03-20T19:06:29.105Z | Downloaded icu_locid v1.5.0 |
282 | 2025-03-20T19:06:29.108Z | Downloaded rustls-pki-types v1.10.0 |
283 | 2025-03-20T19:06:29.111Z | Downloaded smallvec v1.14.0 |
284 | 2025-03-20T19:06:29.134Z | Downloaded slog-async v2.8.0 |
285 | 2025-03-20T19:06:29.134Z | Downloaded parking_lot v0.12.3 |
286 | 2025-03-20T19:06:29.134Z | Downloaded spin v0.9.8 |
287 | 2025-03-20T19:06:29.134Z | Downloaded serde_spanned v0.6.8 |
288 | 2025-03-20T19:06:29.134Z | Downloaded rand_xorshift v0.3.0 |
289 | 2025-03-20T19:06:29.134Z | Downloaded percent-encoding v2.3.1 |
290 | 2025-03-20T19:06:29.134Z | Downloaded structmeta-derive v0.3.0 |
291 | 2025-03-20T19:06:29.134Z | Downloaded crossbeam-channel v0.5.13 |
292 | 2025-03-20T19:06:29.134Z | Downloaded pin-utils v0.1.0 |
293 | 2025-03-20T19:06:29.134Z | Downloaded schemars_derive v0.8.22 |
294 | 2025-03-20T19:06:29.134Z | Downloaded typenum v1.17.0 |
295 | 2025-03-20T19:06:29.134Z | Downloaded tinyvec v1.8.0 |
296 | 2025-03-20T19:06:29.134Z | Downloaded pin-project-lite v0.2.14 |
297 | 2025-03-20T19:06:29.138Z | Downloaded rusty-fork v0.3.0 |
298 | 2025-03-20T19:06:29.141Z | Downloaded pkg-config v0.3.31 |
299 | 2025-03-20T19:06:29.142Z | Downloaded proc-macro2 v1.0.94 |
300 | 2025-03-20T19:06:29.146Z | Downloaded serde v1.0.218 |
301 | 2025-03-20T19:06:29.146Z | Downloaded hashbrown v0.12.3 |
302 | 2025-03-20T19:06:29.149Z | Downloaded serde_yaml v0.9.34+deprecated |
303 | 2025-03-20T19:06:29.152Z | Downloaded test-strategy v0.4.0 |
304 | 2025-03-20T19:06:29.157Z | Downloaded cc v1.2.15 |
305 | 2025-03-20T19:06:29.160Z | Downloaded quote v1.0.39 |
306 | 2025-03-20T19:06:29.163Z | Downloaded rand v0.8.5 |
307 | 2025-03-20T19:06:29.167Z | Downloaded yoke v0.7.4 |
308 | 2025-03-20T19:06:29.167Z | Downloaded rustls-pemfile v2.2.0 |
309 | 2025-03-20T19:06:29.170Z | Downloaded quinn v0.11.5 |
310 | 2025-03-20T19:06:29.173Z | Downloaded unsafe-libyaml v0.2.11 |
311 | 2025-03-20T19:06:29.176Z | Downloaded hashbrown v0.15.1 |
312 | 2025-03-20T19:06:29.180Z | Downloaded uuid v1.15.1 |
313 | 2025-03-20T19:06:29.184Z | Downloaded aho-corasick v1.1.3 |
314 | 2025-03-20T19:06:29.188Z | Downloaded idna v1.0.3 |
315 | 2025-03-20T19:06:29.192Z | Downloaded futures-util v0.3.31 |
316 | 2025-03-20T19:06:29.202Z | Downloaded pest v2.7.14 |
317 | 2025-03-20T19:06:29.207Z | Downloaded h2 v0.4.6 |
318 | 2025-03-20T19:06:29.213Z | Downloaded serde_json v1.0.139 |
319 | 2025-03-20T19:06:29.220Z | Downloaded schemars v0.8.22 |
320 | 2025-03-20T19:06:29.230Z | Downloaded icu_properties_data v1.5.0 |
321 | 2025-03-20T19:06:29.239Z | Downloaded mio v1.0.2 |
322 | 2025-03-20T19:06:29.245Z | Downloaded rustls-webpki v0.102.8 |
323 | 2025-03-20T19:06:29.260Z | Downloaded socket2 v0.5.8 |
324 | 2025-03-20T19:06:29.263Z | Downloaded openssl-sys v0.9.106 |
325 | 2025-03-20T19:06:29.267Z | Downloaded regex v1.11.1 |
326 | 2025-03-20T19:06:29.278Z | Downloaded dropshot v0.16.0 |
327 | 2025-03-20T19:06:29.297Z | Downloaded memchr v2.7.4 |
328 | 2025-03-20T19:06:29.302Z | Downloaded tower v0.5.2 |
329 | 2025-03-20T19:06:29.309Z | Downloaded toml_edit v0.22.24 |
330 | 2025-03-20T19:06:29.328Z | Downloaded chrono v0.4.40 |
331 | 2025-03-20T19:06:29.335Z | Downloaded zerovec v0.10.4 |
332 | 2025-03-20T19:06:29.340Z | Downloaded url v2.5.3 |
333 | 2025-03-20T19:06:29.343Z | Downloaded time v0.3.36 |
334 | 2025-03-20T19:06:29.349Z | Downloaded serde_with v3.12.0 |
335 | 2025-03-20T19:06:29.357Z | Downloaded goblin v0.8.2 |
336 | 2025-03-20T19:06:29.362Z | Downloaded tokio-util v0.7.13 |
337 | 2025-03-20T19:06:29.368Z | Downloaded tracing v0.1.40 |
338 | 2025-03-20T19:06:29.371Z | Downloaded term v0.7.0 |
339 | 2025-03-20T19:06:29.374Z | Downloaded hyper v1.6.0 |
340 | 2025-03-20T19:06:29.380Z | Downloaded zerocopy v0.7.35 |
341 | 2025-03-20T19:06:29.394Z | Downloaded winnow v0.7.3 |
342 | 2025-03-20T19:06:29.402Z | Downloaded tracing-core v0.1.32 |
343 | 2025-03-20T19:06:29.405Z | Downloaded http v1.2.0 |
344 | 2025-03-20T19:06:29.409Z | Downloaded serde_derive v1.0.218 |
345 | 2025-03-20T19:06:29.412Z | Downloaded slog v2.7.0 |
346 | 2025-03-20T19:06:29.415Z | Downloaded rustversion v1.0.17 |
347 | 2025-03-20T19:06:29.415Z | Downloaded log v0.4.22 |
348 | 2025-03-20T19:06:29.419Z | Downloaded progenitor-impl v0.8.0 |
349 | 2025-03-20T19:06:29.422Z | Downloaded icu_collections v1.5.0 |
350 | 2025-03-20T19:06:29.425Z | Downloaded ucd-trie v0.1.7 |
351 | 2025-03-20T19:06:29.425Z | Downloaded indexmap v2.7.1 |
352 | 2025-03-20T19:06:29.429Z | Downloaded rand_core v0.6.4 |
353 | 2025-03-20T19:06:29.432Z | Downloaded progenitor-macro v0.8.0 |
354 | 2025-03-20T19:06:29.432Z | Downloaded pest_derive v2.7.14 |
355 | 2025-03-20T19:06:29.435Z | Downloaded newtype-uuid v1.2.1 |
356 | 2025-03-20T19:06:29.435Z | Downloaded icu_locid_transform_data v1.5.0 |
357 | 2025-03-20T19:06:29.438Z | Downloaded quinn-udp v0.5.5 |
358 | 2025-03-20T19:06:29.438Z | Downloaded toml v0.8.20 |
359 | 2025-03-20T19:06:29.441Z | Downloaded zerocopy-derive v0.7.35 |
360 | 2025-03-20T19:06:29.444Z | Downloaded unicode-ident v1.0.14 |
361 | 2025-03-20T19:06:29.448Z | Downloaded tokio-rustls v0.25.0 |
362 | 2025-03-20T19:06:29.451Z | Downloaded icu_normalizer v1.5.0 |
363 | 2025-03-20T19:06:29.454Z | Downloaded darling_core v0.20.10 |
364 | 2025-03-20T19:06:29.457Z | Downloaded deranged v0.3.11 |
365 | 2025-03-20T19:06:29.457Z | Downloaded indexmap v1.9.3 |
366 | 2025-03-20T19:06:29.460Z | Downloaded typify v0.2.0 |
367 | 2025-03-20T19:06:29.463Z | Downloaded tokio-rustls v0.26.0 |
368 | 2025-03-20T19:06:29.466Z | Downloaded tempfile v3.13.0 |
369 | 2025-03-20T19:06:29.466Z | Downloaded itoa v1.0.11 |
370 | 2025-03-20T19:06:29.469Z | Downloaded generic-array v0.14.7 |
371 | 2025-03-20T19:06:29.469Z | Downloaded futures-task v0.3.31 |
372 | 2025-03-20T19:06:29.469Z | Downloaded displaydoc v0.2.5 |
373 | 2025-03-20T19:06:29.472Z | Downloaded oxnet v0.1.1 |
374 | 2025-03-20T19:06:29.475Z | Downloaded reqwest v0.12.12 |
375 | 2025-03-20T19:06:29.480Z | Downloaded vcpkg v0.2.15 |
376 | 2025-03-20T19:06:29.514Z | Downloaded proptest v1.6.0 |
377 | 2025-03-20T19:06:29.523Z | Downloaded quinn-proto v0.11.8 |
378 | 2025-03-20T19:06:29.528Z | Downloaded strum_macros v0.26.4 |
379 | 2025-03-20T19:06:29.531Z | Downloaded hyper-rustls v0.27.3 |
380 | 2025-03-20T19:06:29.534Z | Downloaded daft v0.1.2 |
381 | 2025-03-20T19:06:29.534Z | Downloaded webpki-roots v0.26.6 |
382 | 2025-03-20T19:06:29.538Z | Downloaded bitflags v2.6.0 |
383 | 2025-03-20T19:06:29.541Z | Downloaded httparse v1.9.5 |
384 | 2025-03-20T19:06:29.545Z | Downloaded heck v0.5.0 |
385 | 2025-03-20T19:06:29.545Z | Downloaded daft-derive v0.1.2 |
386 | 2025-03-20T19:06:29.548Z | Downloaded thiserror-impl v2.0.11 |
387 | 2025-03-20T19:06:29.552Z | Downloaded hyper-tls v0.6.0 |
388 | 2025-03-20T19:06:29.552Z | Downloaded time-macros v0.2.18 |
389 | 2025-03-20T19:06:29.555Z | Downloaded thread_local v1.1.8 |
390 | 2025-03-20T19:06:29.555Z | Downloaded synstructure v0.13.1 |
391 | 2025-03-20T19:06:29.555Z | Downloaded subtle v2.6.1 |
392 | 2025-03-20T19:06:29.555Z | Downloaded lazy_static v1.5.0 |
393 | 2025-03-20T19:06:29.558Z | Downloaded idna_adapter v1.2.0 |
394 | 2025-03-20T19:06:29.558Z | Downloaded crypto-common v0.1.6 |
395 | 2025-03-20T19:06:29.558Z | Downloaded write16 v1.0.0 |
396 | 2025-03-20T19:06:29.561Z | Downloaded bit-vec v0.8.0 |
397 | 2025-03-20T19:06:29.561Z | Downloaded async-trait v0.1.87 |
398 | 2025-03-20T19:06:29.564Z | Downloaded encoding_rs v0.8.34 |
399 | 2025-03-20T19:06:29.592Z | Downloaded openssl v0.10.71 |
400 | 2025-03-20T19:06:29.603Z | Downloaded syn v2.0.98 |
401 | 2025-03-20T19:06:29.653Z | Downloaded regress v0.10.3 |
402 | 2025-03-20T19:06:29.660Z | Downloaded openapiv3 v2.0.0 |
403 | 2025-03-20T19:06:29.671Z | Downloaded rustls v0.22.4 |
404 | 2025-03-20T19:06:29.682Z | Downloaded regex-syntax v0.8.5 |
405 | 2025-03-20T19:06:29.689Z | Downloaded rustix v0.38.37 |
406 | 2025-03-20T19:06:29.709Z | Downloaded rustls v0.23.19 |
407 | 2025-03-20T19:06:29.719Z | Downloaded typify-impl v0.2.0 |
408 | 2025-03-20T19:06:29.780Z | Downloaded regex-automata v0.4.8 |
409 | 2025-03-20T19:06:29.796Z | Downloaded libc v0.2.170 |
410 | 2025-03-20T19:06:29.829Z | Downloaded tokio v1.43.0 |
411 | 2025-03-20T19:06:29.904Z | Downloaded ring v0.17.11 |
412 | 2025-03-20T19:06:30.069Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-20T19:06:30.069Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-20T19:06:30.072Z | Compiling libc v0.2.170 |
415 | 2025-03-20T19:06:30.072Z | Checking cfg-if v1.0.0 |
416 | 2025-03-20T19:06:30.072Z | Compiling autocfg v1.4.0 |
417 | 2025-03-20T19:06:30.072Z | Compiling serde v1.0.218 |
418 | 2025-03-20T19:06:30.090Z | Checking memchr v2.7.4 |
419 | 2025-03-20T19:06:30.098Z | Checking itoa v1.0.11 |
420 | 2025-03-20T19:06:30.190Z | Compiling serde_json v1.0.139 |
421 | 2025-03-20T19:06:30.335Z | Compiling thiserror v1.0.69 |
422 | 2025-03-20T19:06:30.717Z | Compiling shlex v1.3.0 |
423 | 2025-03-20T19:06:30.795Z | Checking once_cell v1.20.3 |
424 | 2025-03-20T19:06:30.917Z | Checking pin-project-lite v0.2.14 |
425 | 2025-03-20T19:06:31.025Z | Compiling cc v1.2.15 |
426 | 2025-03-20T19:06:31.038Z | Checking smallvec v1.14.0 |
427 | 2025-03-20T19:06:31.089Z | Checking ryu v1.0.18 |
428 | 2025-03-20T19:06:31.192Z | Checking bytes v1.10.1 |
429 | 2025-03-20T19:06:31.296Z | Compiling semver v1.0.25 |
430 | 2025-03-20T19:06:31.347Z | Checking futures-core v0.3.31 |
431 | 2025-03-20T19:06:31.433Z | Compiling version_check v0.9.5 |
432 | 2025-03-20T19:06:31.508Z | Compiling lock_api v0.4.12 |
433 | 2025-03-20T19:06:31.526Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-20T19:06:31.847Z | Checking getrandom v0.2.15 |
435 | 2025-03-20T19:06:31.864Z | Compiling quote v1.0.39 |
436 | 2025-03-20T19:06:32.004Z | Checking allocator-api2 v0.2.18 |
437 | 2025-03-20T19:06:32.017Z | Checking equivalent v1.0.1 |
438 | 2025-03-20T19:06:32.066Z | Checking foldhash v0.1.3 |
439 | 2025-03-20T19:06:32.132Z | Checking scopeguard v1.2.0 |
440 | 2025-03-20T19:06:32.224Z | Compiling syn v2.0.98 |
441 | 2025-03-20T19:06:32.258Z | Compiling slab v0.4.9 |
442 | 2025-03-20T19:06:32.405Z | Checking futures-sink v0.3.31 |
443 | 2025-03-20T19:06:32.479Z | Checking fnv v1.0.7 |
444 | 2025-03-20T19:06:32.562Z | Checking socket2 v0.5.8 |
445 | 2025-03-20T19:06:32.590Z | Checking hashbrown v0.15.1 |
446 | 2025-03-20T19:06:32.602Z | Checking signal-hook-registry v1.4.2 |
447 | 2025-03-20T19:06:32.659Z | Checking parking_lot v0.12.3 |
448 | 2025-03-20T19:06:32.695Z | Checking mio v1.0.2 |
449 | 2025-03-20T19:06:32.743Z | Checking log v0.4.22 |
450 | 2025-03-20T19:06:32.987Z | Compiling num-traits v0.2.19 |
451 | 2025-03-20T19:06:33.026Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-20T19:06:33.059Z | Checking futures-channel v0.3.31 |
453 | 2025-03-20T19:06:33.127Z | Checking pin-utils v0.1.0 |
454 | 2025-03-20T19:06:33.139Z | Checking futures-task v0.3.31 |
455 | 2025-03-20T19:06:33.218Z | Checking futures-io v0.3.31 |
456 | 2025-03-20T19:06:33.327Z | Compiling getrandom v0.3.1 |
457 | 2025-03-20T19:06:33.370Z | Checking http v1.2.0 |
458 | 2025-03-20T19:06:33.408Z | Compiling vcpkg v0.2.15 |
459 | 2025-03-20T19:06:33.421Z | Checking iana-time-zone v0.1.61 |
460 | 2025-03-20T19:06:33.583Z | Compiling schemars v0.8.22 |
461 | 2025-03-20T19:06:33.868Z | Compiling ring v0.17.11 |
462 | 2025-03-20T19:06:33.972Z | Checking rustls-pki-types v1.10.0 |
463 | 2025-03-20T19:06:34.026Z | Compiling pkg-config v0.3.31 |
464 | 2025-03-20T19:06:34.138Z | Compiling heck v0.5.0 |
465 | 2025-03-20T19:06:34.535Z | Checking bitflags v2.6.0 |
466 | 2025-03-20T19:06:34.798Z | Compiling httparse v1.9.5 |
467 | 2025-03-20T19:06:34.854Z | Checking untrusted v0.9.0 |
468 | 2025-03-20T19:06:35.019Z | Checking writeable v0.5.5 |
469 | 2025-03-20T19:06:35.073Z | Checking litemap v0.7.3 |
470 | 2025-03-20T19:06:35.078Z | Compiling openssl-sys v0.9.106 |
471 | 2025-03-20T19:06:35.094Z | Checking dyn-clone v1.0.19 |
472 | 2025-03-20T19:06:35.326Z | Checking tracing-core v0.1.32 |
473 | 2025-03-20T19:06:35.378Z | Compiling ucd-trie v0.1.7 |
474 | 2025-03-20T19:06:35.458Z | Checking atomic-waker v1.1.2 |
475 | 2025-03-20T19:06:35.819Z | Checking http-body v1.0.1 |
476 | 2025-03-20T19:06:35.920Z | Checking tracing v0.1.40 |
477 | 2025-03-20T19:06:36.130Z | Checking icu_locid_transform_data v1.5.0 |
478 | 2025-03-20T19:06:36.173Z | Checking byteorder v1.5.0 |
479 | 2025-03-20T19:06:36.218Z | Checking subtle v2.6.1 |
480 | 2025-03-20T19:06:36.231Z | Checking try-lock v0.2.5 |
481 | 2025-03-20T19:06:36.234Z | Checking zeroize v1.8.1 |
482 | 2025-03-20T19:06:36.370Z | Checking want v0.3.1 |
483 | 2025-03-20T19:06:36.461Z | Compiling openssl v0.10.71 |
484 | 2025-03-20T19:06:36.545Z | Checking foreign-types-shared v0.1.1 |
485 | 2025-03-20T19:06:36.650Z | Checking icu_properties_data v1.5.0 |
486 | 2025-03-20T19:06:36.681Z | Checking tower-service v0.3.3 |
487 | 2025-03-20T19:06:36.732Z | Checking httpdate v1.0.3 |
488 | 2025-03-20T19:06:36.872Z | Compiling uuid v1.15.1 |
489 | 2025-03-20T19:06:36.908Z | Checking foreign-types v0.3.2 |
490 | 2025-03-20T19:06:36.982Z | Compiling regress v0.10.3 |
491 | 2025-03-20T19:06:37.003Z | Compiling chrono v0.4.40 |
492 | 2025-03-20T19:06:37.111Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-20T19:06:37.395Z | Compiling rustls v0.23.19 |
494 | 2025-03-20T19:06:37.421Z | Checking utf8_iter v1.0.4 |
495 | 2025-03-20T19:06:37.622Z | Checking write16 v1.0.0 |
496 | 2025-03-20T19:06:37.742Z | Compiling slog v2.7.0 |
497 | 2025-03-20T19:06:37.746Z | Checking percent-encoding v2.3.1 |
498 | 2025-03-20T19:06:37.974Z | Compiling native-tls v0.2.12 |
499 | 2025-03-20T19:06:38.124Z | Checking icu_normalizer_data v1.5.0 |
500 | 2025-03-20T19:06:38.214Z | Compiling regex-syntax v0.8.5 |
501 | 2025-03-20T19:06:38.238Z | Checking utf16_iter v1.0.5 |
502 | 2025-03-20T19:06:38.503Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-20T19:06:38.715Z | Checking openssl-probe v0.1.5 |
504 | 2025-03-20T19:06:38.874Z | Compiling typenum v1.17.0 |
505 | 2025-03-20T19:06:39.818Z | Compiling synstructure v0.13.1 |
506 | 2025-03-20T19:06:40.517Z | Compiling serde_derive_internals v0.29.1 |
507 | 2025-03-20T19:06:40.819Z | Checking rustls-webpki v0.102.8 |
508 | 2025-03-20T19:06:41.671Z | Compiling generic-array v0.14.7 |
509 | 2025-03-20T19:06:41.875Z | Compiling regex-automata v0.4.8 |
510 | 2025-03-20T19:06:42.017Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-20T19:06:42.391Z | Checking mime v0.3.17 |
512 | 2025-03-20T19:06:43.200Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-20T19:06:43.200Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-20T19:06:43.454Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-20T19:06:43.496Z | Compiling zerofrom-derive v0.1.4 |
516 | 2025-03-20T19:06:43.500Z | Compiling tokio-macros v2.5.0 |
517 | 2025-03-20T19:06:44.246Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-20T19:06:44.989Z | Checking tokio v1.43.0 |
519 | 2025-03-20T19:06:45.948Z | Compiling zerovec-derive v0.10.3 |
520 | 2025-03-20T19:06:46.115Z | Compiling futures-macro v0.3.31 |
521 | 2025-03-20T19:06:46.220Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-03-20T19:06:46.531Z | Checking zerofrom v0.1.4 |
523 | 2025-03-20T19:06:46.644Z | Compiling displaydoc v0.2.5 |
524 | 2025-03-20T19:06:46.742Z | Checking yoke v0.7.4 |
525 | 2025-03-20T19:06:47.079Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-20T19:06:47.841Z | Checking futures-util v0.3.31 |
527 | 2025-03-20T19:06:47.984Z | Compiling pest v2.7.14 |
528 | 2025-03-20T19:06:48.204Z | Checking zerocopy v0.7.35 |
529 | 2025-03-20T19:06:48.221Z | Checking zerovec v0.10.4 |
530 | 2025-03-20T19:06:48.234Z | Compiling openssl-macros v0.1.1 |
531 | 2025-03-20T19:06:48.561Z | Compiling regex v1.11.1 |
532 | 2025-03-20T19:06:49.760Z | Checking tinystr v0.7.6 |
533 | 2025-03-20T19:06:50.647Z | Checking icu_locid v1.5.0 |
534 | 2025-03-20T19:06:50.837Z | Compiling pest_meta v2.7.14 |
535 | 2025-03-20T19:06:51.519Z | Checking icu_provider v1.5.0 |
536 | 2025-03-20T19:06:51.625Z | Checking tokio-util v0.7.13 |
537 | 2025-03-20T19:06:52.125Z | Checking icu_locid_transform v1.5.0 |
538 | 2025-03-20T19:06:52.411Z | Checking icu_collections v1.5.0 |
539 | 2025-03-20T19:06:52.473Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-20T19:06:52.789Z | Checking http-body-util v0.1.2 |
541 | 2025-03-20T19:06:53.099Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-20T19:06:53.176Z | Checking icu_properties v1.5.1 |
543 | 2025-03-20T19:06:53.225Z | Compiling scroll_derive v0.12.0 |
544 | 2025-03-20T19:06:54.118Z | Checking webpki-roots v0.26.6 |
545 | 2025-03-20T19:06:54.319Z | Checking rustls-pemfile v2.2.0 |
546 | 2025-03-20T19:06:54.372Z | Compiling pest_derive v2.7.14 |
547 | 2025-03-20T19:06:54.442Z | Checking tokio-native-tls v0.3.1 |
548 | 2025-03-20T19:06:54.526Z | Checking rand_core v0.6.4 |
549 | 2025-03-20T19:06:54.626Z | Compiling usdt-impl v0.5.0 |
550 | 2025-03-20T19:06:54.682Z | Checking sync_wrapper v1.0.1 |
551 | 2025-03-20T19:06:54.800Z | Checking indexmap v2.7.1 |
552 | 2025-03-20T19:06:55.127Z | Compiling serde_tokenstream v0.2.2 |
553 | 2025-03-20T19:06:55.789Z | Checking serde_urlencoded v0.7.1 |
554 | 2025-03-20T19:06:55.917Z | Checking h2 v0.4.6 |
555 | 2025-03-20T19:06:56.145Z | Checking base64 v0.22.1 |
556 | 2025-03-20T19:06:56.200Z | Checking powerfmt v0.2.0 |
557 | 2025-03-20T19:06:56.255Z | Compiling num-conv v0.1.0 |
558 | 2025-03-20T19:06:56.381Z | Checking icu_normalizer v1.5.0 |
559 | 2025-03-20T19:06:56.473Z | Compiling time-core v0.1.2 |
560 | 2025-03-20T19:06:56.503Z | Checking tower-layer v0.3.3 |
561 | 2025-03-20T19:06:56.623Z | Compiling rustix v0.38.37 |
562 | 2025-03-20T19:06:56.640Z | Compiling time-macros v0.2.18 |
563 | 2025-03-20T19:06:56.922Z | Checking tower v0.5.2 |
564 | 2025-03-20T19:06:57.156Z | Checking idna_adapter v1.2.0 |
565 | 2025-03-20T19:06:57.297Z | Compiling dof v0.3.0 |
566 | 2025-03-20T19:06:57.342Z | Checking idna v1.0.3 |
567 | 2025-03-20T19:06:57.410Z | Checking deranged v0.3.11 |
568 | 2025-03-20T19:06:57.590Z | Compiling dtrace-parser v0.2.0 |
569 | 2025-03-20T19:06:57.838Z | Checking url v2.5.3 |
570 | 2025-03-20T19:06:58.455Z | Checking scroll v0.12.0 |
571 | 2025-03-20T19:06:58.678Z | Compiling typify-impl v0.2.0 |
572 | 2025-03-20T19:06:58.739Z | Compiling thread-id v4.2.2 |
573 | 2025-03-20T19:06:58.918Z | Checking ppv-lite86 v0.2.20 |
574 | 2025-03-20T19:06:59.089Z | Compiling structmeta-derive v0.3.0 |
575 | 2025-03-20T19:06:59.352Z | Checking errno v0.3.9 |
576 | 2025-03-20T19:06:59.444Z | Checking num_threads v0.1.7 |
577 | 2025-03-20T19:06:59.534Z | Compiling rustversion v1.0.17 |
578 | 2025-03-20T19:06:59.565Z | Compiling crossbeam-utils v0.8.20 |
579 | 2025-03-20T19:06:59.947Z | Compiling strsim v0.11.1 |
580 | 2025-03-20T19:07:00.036Z | Checking hyper v1.6.0 |
581 | 2025-03-20T19:07:00.056Z | Compiling paste v1.0.15 |
582 | 2025-03-20T19:07:00.164Z | Checking plain v0.2.3 |
583 | 2025-03-20T19:07:00.321Z | Compiling ident_case v1.0.1 |
584 | 2025-03-20T19:07:00.497Z | Checking ipnet v2.11.0 |
585 | 2025-03-20T19:07:00.636Z | Compiling darling_core v0.20.10 |
586 | 2025-03-20T19:07:00.809Z | Checking time v0.3.36 |
587 | 2025-03-20T19:07:01.070Z | Checking goblin v0.8.2 |
588 | 2025-03-20T19:07:01.430Z | Compiling structmeta v0.3.0 |
589 | 2025-03-20T19:07:02.010Z | Checking hyper-util v0.1.10 |
590 | 2025-03-20T19:07:02.494Z | Checking rand_chacha v0.3.1 |
591 | 2025-03-20T19:07:03.671Z | Checking hyper-rustls v0.27.3 |
592 | 2025-03-20T19:07:04.015Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-20T19:07:04.138Z | Compiling openapiv3 v2.0.0 |
594 | 2025-03-20T19:07:04.283Z | Checking reqwest v0.12.12 |
595 | 2025-03-20T19:07:04.912Z | Checking dirs-sys-next v0.1.2 |
596 | 2025-03-20T19:07:05.108Z | Checking fastrand v2.1.1 |
597 | 2025-03-20T19:07:05.281Z | Compiling unsafe-libyaml v0.2.11 |
598 | 2025-03-20T19:07:05.442Z | Compiling rustls v0.22.4 |
599 | 2025-03-20T19:07:05.746Z | Compiling newtype-uuid v1.2.1 |
600 | 2025-03-20T19:07:05.784Z | Compiling omicron-workspace-hack v0.1.0 |
601 | 2025-03-20T19:07:05.824Z | Checking pretty-hex v0.4.1 |
602 | 2025-03-20T19:07:05.998Z | Compiling darling_macro v0.20.10 |
603 | 2025-03-20T19:07:06.160Z | Checking tempfile v3.13.0 |
604 | 2025-03-20T19:07:06.173Z | Checking dirs-next v2.0.0 |
605 | 2025-03-20T19:07:06.521Z | Compiling serde_yaml v0.9.34+deprecated |
606 | 2025-03-20T19:07:06.639Z | Checking rand v0.8.5 |
607 | 2025-03-20T19:07:07.437Z | Checking crypto-common v0.1.6 |
608 | 2025-03-20T19:07:07.582Z | Checking block-buffer v0.10.4 |
609 | 2025-03-20T19:07:07.614Z | Checking ipnetwork v0.21.1 |
610 | 2025-03-20T19:07:07.772Z | Checking serde_spanned v0.6.8 |
611 | 2025-03-20T19:07:07.794Z | Checking toml_datetime v0.6.8 |
612 | 2025-03-20T19:07:07.951Z | Compiling multer v3.1.0 |
613 | 2025-03-20T19:07:07.955Z | Checking wait-timeout v0.2.0 |
614 | 2025-03-20T19:07:07.990Z | Checking thread_local v1.1.8 |
615 | 2025-03-20T19:07:08.029Z | Compiling slog-async v2.8.0 |
616 | 2025-03-20T19:07:08.074Z | Checking quick-error v1.2.3 |
617 | 2025-03-20T19:07:08.077Z | Checking bit-vec v0.8.0 |
618 | 2025-03-20T19:07:08.136Z | Checking winnow v0.7.3 |
619 | 2025-03-20T19:07:08.229Z | Compiling thiserror v2.0.11 |
620 | 2025-03-20T19:07:08.244Z | Compiling anyhow v1.0.97 |
621 | 2025-03-20T19:07:08.304Z | Compiling camino v1.1.9 |
622 | 2025-03-20T19:07:08.461Z | Checking match_cfg v0.1.0 |
623 | 2025-03-20T19:07:08.555Z | Checking hostname v0.3.1 |
624 | 2025-03-20T19:07:08.591Z | Checking bit-set v0.8.0 |
625 | 2025-03-20T19:07:08.746Z | Checking rusty-fork v0.3.0 |
626 | 2025-03-20T19:07:08.925Z | Compiling strum_macros v0.26.4 |
627 | 2025-03-20T19:07:09.019Z | Checking oxnet v0.1.1 |
628 | 2025-03-20T19:07:09.154Z | Checking digest v0.10.7 |
629 | 2025-03-20T19:07:09.168Z | Checking crossbeam-channel v0.5.13 |
630 | 2025-03-20T19:07:09.385Z | Compiling darling v0.20.10 |
631 | 2025-03-20T19:07:09.399Z | Checking term v0.7.0 |
632 | 2025-03-20T19:07:09.606Z | Compiling typify-macro v0.2.0 |
633 | 2025-03-20T19:07:09.663Z | Checking progenitor-client v0.8.0 |
634 | 2025-03-20T19:07:09.738Z | Compiling usdt-macro v0.5.0 |
635 | 2025-03-20T19:07:09.804Z | Compiling usdt-attr-macro v0.5.0 |
636 | 2025-03-20T19:07:09.860Z | Checking slog-json v2.6.1 |
637 | 2025-03-20T19:07:09.982Z | Compiling parse-display-derive v0.10.0 |
638 | 2025-03-20T19:07:10.111Z | Checking rand_xorshift v0.3.0 |
639 | 2025-03-20T19:07:10.289Z | Checking hex v0.4.3 |
640 | 2025-03-20T19:07:10.790Z | Checking futures-executor v0.3.31 |
641 | 2025-03-20T19:07:10.900Z | Checking toml_edit v0.22.24 |
642 | 2025-03-20T19:07:10.971Z | Compiling async-stream-impl v0.3.6 |
643 | 2025-03-20T19:07:11.015Z | Compiling daft-derive v0.1.2 |
644 | 2025-03-20T19:07:11.187Z | Compiling thiserror-impl v2.0.11 |
645 | 2025-03-20T19:07:12.189Z | Compiling dropshot v0.16.0 |
646 | 2025-03-20T19:07:12.506Z | Checking is-terminal v0.4.13 |
647 | 2025-03-20T19:07:12.553Z | Checking memmap v0.7.0 |
648 | 2025-03-20T19:07:12.626Z | Checking take_mut v0.2.2 |
649 | 2025-03-20T19:07:12.767Z | Checking unarray v0.1.4 |
650 | 2025-03-20T19:07:12.779Z | Checking cpufeatures v0.2.14 |
651 | 2025-03-20T19:07:12.802Z | Compiling typify v0.2.0 |
652 | 2025-03-20T19:07:12.869Z | Checking lazy_static v1.5.0 |
653 | 2025-03-20T19:07:12.908Z | Compiling progenitor-impl v0.8.0 |
654 | 2025-03-20T19:07:12.911Z | Checking spin v0.9.8 |
655 | 2025-03-20T19:07:12.933Z | Checking strum v0.26.3 |
656 | 2025-03-20T19:07:12.997Z | Checking proptest v1.6.0 |
657 | 2025-03-20T19:07:13.093Z | Checking sha1 v0.10.6 |
658 | 2025-03-20T19:07:13.345Z | Checking tokio-rustls v0.25.0 |
659 | 2025-03-20T19:07:13.350Z | Checking parse-display v0.10.0 |
660 | 2025-03-20T19:07:13.465Z | Checking usdt v0.5.0 |
661 | 2025-03-20T19:07:13.588Z | Checking toml v0.8.20 |
662 | 2025-03-20T19:07:13.685Z | Checking slog-term v2.9.1 |
663 | 2025-03-20T19:07:13.776Z | Checking daft v0.1.2 |
664 | 2025-03-20T19:07:13.849Z | Checking async-stream v0.3.6 |
665 | 2025-03-20T19:07:14.029Z | Checking futures v0.3.31 |
666 | 2025-03-20T19:07:14.047Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
667 | 2025-03-20T19:07:14.133Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-20T19:07:14.152Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-20T19:07:14.303Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-20T19:07:14.388Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-20T19:07:14.549Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-20T19:07:14.706Z | Compiling async-trait v0.1.87 |
673 | 2025-03-20T19:07:14.776Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
674 | 2025-03-20T19:07:15.147Z | Checking waitgroup v0.1.2 |
675 | 2025-03-20T19:07:15.293Z | Checking hostname v0.4.0 |
676 | 2025-03-20T19:07:15.440Z | Checking instant v0.1.13 |
677 | 2025-03-20T19:07:15.560Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-20T19:07:15.584Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
679 | 2025-03-20T19:07:15.706Z | Checking backoff v0.4.0 |
680 | 2025-03-20T19:07:15.742Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-20T19:07:16.004Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-20T19:07:16.465Z | Checking serde_with v3.12.0 |
683 | 2025-03-20T19:07:16.532Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-20T19:07:16.593Z | Checking macaddr v1.0.1 |
685 | 2025-03-20T19:07:17.258Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
686 | 2025-03-20T19:07:17.403Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-20T19:07:20.952Z | Checking progenitor v0.8.0 |
688 | 2025-03-20T19:07:21.059Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-20T19:07:23.805Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-20T19:07:30.844Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-20T19:07:30.906Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
692 | 2025-03-20T19:07:31.037Z | + cargo build --release |
693 | 2025-03-20T19:07:31.266Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-20T19:07:31.266Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-20T19:07:31.266Z | Compiling libc v0.2.170 |
696 | 2025-03-20T19:07:31.271Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-20T19:07:31.271Z | Compiling autocfg v1.4.0 |
698 | 2025-03-20T19:07:31.271Z | Compiling serde v1.0.218 |
699 | 2025-03-20T19:07:31.314Z | Compiling memchr v2.7.4 |
700 | 2025-03-20T19:07:31.317Z | Compiling serde_json v1.0.139 |
701 | 2025-03-20T19:07:31.384Z | Compiling itoa v1.0.11 |
702 | 2025-03-20T19:07:31.610Z | Compiling thiserror v1.0.69 |
703 | 2025-03-20T19:07:31.689Z | Compiling shlex v1.3.0 |
704 | 2025-03-20T19:07:31.872Z | Compiling pin-project-lite v0.2.14 |
705 | 2025-03-20T19:07:31.979Z | Compiling cc v1.2.15 |
706 | 2025-03-20T19:07:32.061Z | Compiling once_cell v1.20.3 |
707 | 2025-03-20T19:07:32.108Z | Compiling smallvec v1.14.0 |
708 | 2025-03-20T19:07:32.477Z | Compiling ryu v1.0.18 |
709 | 2025-03-20T19:07:32.581Z | Compiling semver v1.0.25 |
710 | 2025-03-20T19:07:32.766Z | Compiling bytes v1.10.1 |
711 | 2025-03-20T19:07:32.855Z | Compiling version_check v0.9.5 |
712 | 2025-03-20T19:07:33.061Z | Compiling quote v1.0.39 |
713 | 2025-03-20T19:07:33.096Z | Compiling futures-core v0.3.31 |
714 | 2025-03-20T19:07:33.345Z | Compiling lock_api v0.4.12 |
715 | 2025-03-20T19:07:33.394Z | Compiling parking_lot_core v0.9.10 |
716 | 2025-03-20T19:07:33.412Z | Compiling getrandom v0.2.15 |
717 | 2025-03-20T19:07:33.611Z | Compiling syn v2.0.98 |
718 | 2025-03-20T19:07:33.619Z | Compiling foldhash v0.1.3 |
719 | 2025-03-20T19:07:33.734Z | Compiling scopeguard v1.2.0 |
720 | 2025-03-20T19:07:33.834Z | Compiling equivalent v1.0.1 |
721 | 2025-03-20T19:07:33.854Z | Compiling allocator-api2 v0.2.18 |
722 | 2025-03-20T19:07:33.986Z | Compiling slab v0.4.9 |
723 | 2025-03-20T19:07:34.376Z | Compiling futures-sink v0.3.31 |
724 | 2025-03-20T19:07:34.384Z | Compiling fnv v1.0.7 |
725 | 2025-03-20T19:07:34.512Z | Compiling parking_lot v0.12.3 |
726 | 2025-03-20T19:07:34.532Z | Compiling signal-hook-registry v1.4.2 |
727 | 2025-03-20T19:07:34.541Z | Compiling mio v1.0.2 |
728 | 2025-03-20T19:07:34.651Z | Compiling hashbrown v0.15.1 |
729 | 2025-03-20T19:07:34.667Z | Compiling socket2 v0.5.8 |
730 | 2025-03-20T19:07:34.811Z | Compiling log v0.4.22 |
731 | 2025-03-20T19:07:35.176Z | Compiling num-traits v0.2.19 |
732 | 2025-03-20T19:07:35.232Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-20T19:07:35.337Z | Compiling ring v0.17.11 |
734 | 2025-03-20T19:07:35.788Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-20T19:07:36.023Z | Compiling getrandom v0.3.1 |
736 | 2025-03-20T19:07:36.088Z | Compiling futures-io v0.3.31 |
737 | 2025-03-20T19:07:36.142Z | Compiling pin-utils v0.1.0 |
738 | 2025-03-20T19:07:36.226Z | Compiling futures-task v0.3.31 |
739 | 2025-03-20T19:07:36.362Z | Compiling http v1.2.0 |
740 | 2025-03-20T19:07:36.451Z | Compiling rustls-pki-types v1.10.0 |
741 | 2025-03-20T19:07:36.504Z | Compiling iana-time-zone v0.1.61 |
742 | 2025-03-20T19:07:36.593Z | Compiling pkg-config v0.3.31 |
743 | 2025-03-20T19:07:36.758Z | Compiling vcpkg v0.2.15 |
744 | 2025-03-20T19:07:37.461Z | Compiling schemars v0.8.22 |
745 | 2025-03-20T19:07:37.724Z | Compiling bitflags v2.6.0 |
746 | 2025-03-20T19:07:38.124Z | Compiling heck v0.5.0 |
747 | 2025-03-20T19:07:38.166Z | Compiling openssl-sys v0.9.106 |
748 | 2025-03-20T19:07:38.453Z | Compiling litemap v0.7.3 |
749 | 2025-03-20T19:07:38.560Z | Compiling untrusted v0.9.0 |
750 | 2025-03-20T19:07:38.682Z | Compiling httparse v1.9.5 |
751 | 2025-03-20T19:07:38.750Z | Compiling writeable v0.5.5 |
752 | 2025-03-20T19:07:38.881Z | Compiling dyn-clone v1.0.19 |
753 | 2025-03-20T19:07:39.274Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-20T19:07:39.367Z | Compiling ucd-trie v0.1.7 |
755 | 2025-03-20T19:07:39.609Z | Compiling atomic-waker v1.1.2 |
756 | 2025-03-20T19:07:39.780Z | Compiling http-body v1.0.1 |
757 | 2025-03-20T19:07:40.015Z | Compiling zeroize v1.8.1 |
758 | 2025-03-20T19:07:40.131Z | Compiling tracing v0.1.40 |
759 | 2025-03-20T19:07:40.338Z | Compiling try-lock v0.2.5 |
760 | 2025-03-20T19:07:40.495Z | Compiling byteorder v1.5.0 |
761 | 2025-03-20T19:07:40.658Z | Compiling serde_derive_internals v0.29.1 |
762 | 2025-03-20T19:07:40.735Z | Compiling synstructure v0.13.1 |
763 | 2025-03-20T19:07:41.203Z | Compiling icu_locid_transform_data v1.5.0 |
764 | 2025-03-20T19:07:41.338Z | Compiling subtle v2.6.1 |
765 | 2025-03-20T19:07:41.385Z | Compiling chrono v0.4.40 |
766 | 2025-03-20T19:07:41.525Z | Compiling want v0.3.1 |
767 | 2025-03-20T19:07:41.538Z | Compiling foreign-types-shared v0.1.1 |
768 | 2025-03-20T19:07:41.651Z | Compiling icu_properties_data v1.5.0 |
769 | 2025-03-20T19:07:41.817Z | Compiling httpdate v1.0.3 |
770 | 2025-03-20T19:07:41.860Z | Compiling uuid v1.15.1 |
771 | 2025-03-20T19:07:41.889Z | Compiling openssl v0.10.71 |
772 | 2025-03-20T19:07:42.353Z | Compiling tower-service v0.3.3 |
773 | 2025-03-20T19:07:42.554Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-20T19:07:42.563Z | Compiling regress v0.10.3 |
775 | 2025-03-20T19:07:42.643Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-20T19:07:43.107Z | Compiling write16 v1.0.0 |
777 | 2025-03-20T19:07:43.250Z | Compiling rustls v0.23.19 |
778 | 2025-03-20T19:07:43.608Z | Compiling native-tls v0.2.12 |
779 | 2025-03-20T19:07:43.899Z | Compiling utf16_iter v1.0.5 |
780 | 2025-03-20T19:07:44.011Z | Compiling percent-encoding v2.3.1 |
781 | 2025-03-20T19:07:44.454Z | Compiling slog v2.7.0 |
782 | 2025-03-20T19:07:44.476Z | Compiling regex-syntax v0.8.5 |
783 | 2025-03-20T19:07:44.485Z | Compiling icu_normalizer_data v1.5.0 |
784 | 2025-03-20T19:07:44.514Z | Compiling serde_derive v1.0.218 |
785 | 2025-03-20T19:07:44.579Z | Compiling thiserror-impl v1.0.69 |
786 | 2025-03-20T19:07:44.941Z | Compiling schemars_derive v0.8.22 |
787 | 2025-03-20T19:07:46.155Z | Compiling tokio-macros v2.5.0 |
788 | 2025-03-20T19:07:46.250Z | Compiling zerofrom-derive v0.1.4 |
789 | 2025-03-20T19:07:46.628Z | Compiling yoke-derive v0.7.4 |
790 | 2025-03-20T19:07:46.893Z | Compiling zerovec-derive v0.10.3 |
791 | 2025-03-20T19:07:47.367Z | Compiling futures-macro v0.3.31 |
792 | 2025-03-20T19:07:47.621Z | Compiling tokio v1.43.0 |
793 | 2025-03-20T19:07:47.628Z | Compiling zerocopy-derive v0.7.35 |
794 | 2025-03-20T19:07:48.982Z | Compiling displaydoc v0.2.5 |
795 | 2025-03-20T19:07:49.128Z | Compiling futures-util v0.3.31 |
796 | 2025-03-20T19:07:49.249Z | Compiling zerofrom v0.1.4 |
797 | 2025-03-20T19:07:49.449Z | Compiling yoke v0.7.4 |
798 | 2025-03-20T19:07:49.471Z | Compiling icu_provider_macros v1.5.0 |
799 | 2025-03-20T19:07:49.574Z | Compiling pest v2.7.14 |
800 | 2025-03-20T19:07:49.827Z | Compiling zerovec v0.10.4 |
801 | 2025-03-20T19:07:50.567Z | Compiling zerocopy v0.7.35 |
802 | 2025-03-20T19:07:50.588Z | Compiling openssl-macros v0.1.1 |
803 | 2025-03-20T19:07:51.969Z | Compiling tinystr v0.7.6 |
804 | 2025-03-20T19:07:52.370Z | Compiling icu_locid v1.5.0 |
805 | 2025-03-20T19:07:52.382Z | Compiling rustls-webpki v0.102.8 |
806 | 2025-03-20T19:07:52.574Z | Compiling pest_meta v2.7.14 |
807 | 2025-03-20T19:07:55.139Z | Compiling icu_provider v1.5.0 |
808 | 2025-03-20T19:07:56.070Z | Compiling icu_locid_transform v1.5.0 |
809 | 2025-03-20T19:07:57.216Z | Compiling indexmap v2.7.1 |
810 | 2025-03-20T19:07:58.994Z | Compiling serde_tokenstream v0.2.2 |
811 | 2025-03-20T19:07:59.528Z | Compiling tokio-util v0.7.13 |
812 | 2025-03-20T19:07:59.795Z | Compiling icu_collections v1.5.0 |
813 | 2025-03-20T19:08:00.059Z | Compiling pest_generator v2.7.14 |
814 | 2025-03-20T19:08:01.680Z | Compiling h2 v0.4.6 |
815 | 2025-03-20T19:08:01.915Z | Compiling icu_properties v1.5.1 |
816 | 2025-03-20T19:08:02.469Z | Compiling utf8_iter v1.0.4 |
817 | 2025-03-20T19:08:02.653Z | Compiling typify-impl v0.2.0 |
818 | 2025-03-20T19:08:02.735Z | Compiling pest_derive v2.7.14 |
819 | 2025-03-20T19:08:03.637Z | Compiling regex-automata v0.4.8 |
820 | 2025-03-20T19:08:07.022Z | Compiling icu_normalizer v1.5.0 |
821 | 2025-03-20T19:08:08.116Z | Compiling hyper v1.6.0 |
822 | 2025-03-20T19:08:10.432Z | Compiling form_urlencoded v1.2.1 |
823 | 2025-03-20T19:08:12.350Z | Compiling hyper-util v0.1.10 |
824 | 2025-03-20T19:08:13.827Z | Compiling typenum v1.17.0 |
825 | 2025-03-20T19:08:15.441Z | Compiling openssl-probe v0.1.5 |
826 | 2025-03-20T19:08:16.690Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-20T19:08:17.191Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-20T19:08:17.425Z | Compiling regex v1.11.1 |
829 | 2025-03-20T19:08:17.662Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-20T19:08:17.840Z | Compiling generic-array v0.14.7 |
831 | 2025-03-20T19:08:18.211Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-20T19:08:18.269Z | Compiling mime v0.3.17 |
833 | 2025-03-20T19:08:19.374Z | Compiling idna v1.0.3 |
834 | 2025-03-20T19:08:21.700Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-20T19:08:21.993Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-20T19:08:23.850Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-20T19:08:24.326Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-20T19:08:24.792Z | Compiling rustls-pemfile v2.2.0 |
839 | 2025-03-20T19:08:25.257Z | Compiling webpki-roots v0.26.6 |
840 | 2025-03-20T19:08:25.464Z | Compiling rand_core v0.6.4 |
841 | 2025-03-20T19:08:25.711Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-20T19:08:25.927Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-20T19:08:26.083Z | Compiling time-core v0.1.2 |
844 | 2025-03-20T19:08:26.127Z | Compiling num-conv v0.1.0 |
845 | 2025-03-20T19:08:26.253Z | Compiling tower-layer v0.3.3 |
846 | 2025-03-20T19:08:26.401Z | Compiling base64 v0.22.1 |
847 | 2025-03-20T19:08:26.645Z | Compiling powerfmt v0.2.0 |
848 | 2025-03-20T19:08:27.163Z | Compiling rustix v0.38.37 |
849 | 2025-03-20T19:08:27.449Z | Compiling deranged v0.3.11 |
850 | 2025-03-20T19:08:27.930Z | Compiling tower v0.5.2 |
851 | 2025-03-20T19:08:28.835Z | Compiling time-macros v0.2.18 |
852 | 2025-03-20T19:08:29.262Z | Compiling scroll v0.12.0 |
853 | 2025-03-20T19:08:29.341Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-20T19:08:30.172Z | Compiling hyper-tls v0.6.0 |
855 | 2025-03-20T19:08:30.669Z | Compiling thread-id v4.2.2 |
856 | 2025-03-20T19:08:30.778Z | Compiling dof v0.3.0 |
857 | 2025-03-20T19:08:31.516Z | Compiling url v2.5.3 |
858 | 2025-03-20T19:08:31.528Z | Compiling dtrace-parser v0.2.0 |
859 | 2025-03-20T19:08:32.017Z | Compiling ppv-lite86 v0.2.20 |
860 | 2025-03-20T19:08:32.250Z | Compiling structmeta-derive v0.3.0 |
861 | 2025-03-20T19:08:33.028Z | Compiling errno v0.3.9 |
862 | 2025-03-20T19:08:33.053Z | Compiling ident_case v1.0.1 |
863 | 2025-03-20T19:08:33.280Z | Compiling plain v0.2.3 |
864 | 2025-03-20T19:08:33.394Z | Compiling num_threads v0.1.7 |
865 | 2025-03-20T19:08:33.517Z | Compiling strsim v0.11.1 |
866 | 2025-03-20T19:08:34.140Z | Compiling crossbeam-utils v0.8.20 |
867 | 2025-03-20T19:08:34.733Z | Compiling rustversion v1.0.17 |
868 | 2025-03-20T19:08:35.398Z | Compiling omicron-workspace-hack v0.1.0 |
869 | 2025-03-20T19:08:35.769Z | Compiling paste v1.0.15 |
870 | 2025-03-20T19:08:35.970Z | Compiling ipnet v2.11.0 |
871 | 2025-03-20T19:08:36.417Z | Compiling time v0.3.36 |
872 | 2025-03-20T19:08:38.110Z | Compiling reqwest v0.12.12 |
873 | 2025-03-20T19:08:39.018Z | Compiling structmeta v0.3.0 |
874 | 2025-03-20T19:08:39.380Z | Compiling darling_core v0.20.10 |
875 | 2025-03-20T19:08:44.674Z | Compiling goblin v0.8.2 |
876 | 2025-03-20T19:08:45.394Z | Compiling rand_chacha v0.3.1 |
877 | 2025-03-20T19:08:48.144Z | Compiling openapiv3 v2.0.0 |
878 | 2025-03-20T19:08:48.284Z | Compiling typify v0.2.0 |
879 | 2025-03-20T19:08:48.861Z | Compiling dirs-sys-next v0.1.2 |
880 | 2025-03-20T19:08:49.917Z | Compiling newtype-uuid v1.2.1 |
881 | 2025-03-20T19:08:50.267Z | Compiling rustls v0.22.4 |
882 | 2025-03-20T19:08:50.621Z | Compiling pretty-hex v0.4.1 |
883 | 2025-03-20T19:08:50.865Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-03-20T19:08:52.005Z | Compiling fastrand v2.1.1 |
885 | 2025-03-20T19:08:52.509Z | Compiling tempfile v3.13.0 |
886 | 2025-03-20T19:08:52.694Z | Compiling serde_yaml v0.9.34+deprecated |
887 | 2025-03-20T19:08:54.103Z | Compiling progenitor-impl v0.8.0 |
888 | 2025-03-20T19:08:55.871Z | Compiling dirs-next v2.0.0 |
889 | 2025-03-20T19:08:56.288Z | Compiling rand v0.8.5 |
890 | 2025-03-20T19:08:58.059Z | Compiling darling_macro v0.20.10 |
891 | 2025-03-20T19:09:01.660Z | Compiling block-buffer v0.10.4 |
892 | 2025-03-20T19:09:01.669Z | Compiling crypto-common v0.1.6 |
893 | 2025-03-20T19:09:01.733Z | Compiling ipnetwork v0.21.1 |
894 | 2025-03-20T19:09:01.874Z | Compiling toml_datetime v0.6.8 |
895 | 2025-03-20T19:09:01.893Z | Compiling serde_spanned v0.6.8 |
896 | 2025-03-20T19:09:02.128Z | Compiling multer v3.1.0 |
897 | 2025-03-20T19:09:02.500Z | Compiling wait-timeout v0.2.0 |
898 | 2025-03-20T19:09:02.667Z | Compiling thread_local v1.1.8 |
899 | 2025-03-20T19:09:03.382Z | Compiling match_cfg v0.1.0 |
900 | 2025-03-20T19:09:03.472Z | Compiling bit-vec v0.8.0 |
901 | 2025-03-20T19:09:03.480Z | Compiling camino v1.1.9 |
902 | 2025-03-20T19:09:04.041Z | Compiling thiserror v2.0.11 |
903 | 2025-03-20T19:09:04.057Z | Compiling slog-async v2.8.0 |
904 | 2025-03-20T19:09:04.572Z | Compiling anyhow v1.0.97 |
905 | 2025-03-20T19:09:04.629Z | Compiling quick-error v1.2.3 |
906 | 2025-03-20T19:09:04.782Z | Compiling winnow v0.7.3 |
907 | 2025-03-20T19:09:05.376Z | Compiling rusty-fork v0.3.0 |
908 | 2025-03-20T19:09:06.010Z | Compiling bit-set v0.8.0 |
909 | 2025-03-20T19:09:06.256Z | Compiling hostname v0.3.1 |
910 | 2025-03-20T19:09:06.575Z | Compiling oxnet v0.1.1 |
911 | 2025-03-20T19:09:07.338Z | Compiling digest v0.10.7 |
912 | 2025-03-20T19:09:07.731Z | Compiling strum_macros v0.26.4 |
913 | 2025-03-20T19:09:08.622Z | Compiling toml_edit v0.22.24 |
914 | 2025-03-20T19:09:09.001Z | Compiling crossbeam-channel v0.5.13 |
915 | 2025-03-20T19:09:11.467Z | Compiling progenitor-macro v0.8.0 |
916 | 2025-03-20T19:09:11.899Z | Compiling darling v0.20.10 |
917 | 2025-03-20T19:09:12.006Z | Compiling term v0.7.0 |
918 | 2025-03-20T19:09:16.859Z | Compiling usdt-attr-macro v0.5.0 |
919 | 2025-03-20T19:09:17.044Z | Compiling usdt-macro v0.5.0 |
920 | 2025-03-20T19:09:18.252Z | Compiling progenitor-client v0.8.0 |
921 | 2025-03-20T19:09:18.293Z | Compiling parse-display-derive v0.10.0 |
922 | 2025-03-20T19:09:19.161Z | Compiling slog-json v2.6.1 |
923 | 2025-03-20T19:09:19.310Z | Compiling rand_xorshift v0.3.0 |
924 | 2025-03-20T19:09:19.597Z | Compiling hex v0.4.3 |
925 | 2025-03-20T19:09:19.630Z | Compiling futures-executor v0.3.31 |
926 | 2025-03-20T19:09:20.234Z | Compiling async-stream-impl v0.3.6 |
927 | 2025-03-20T19:09:20.697Z | Compiling thiserror-impl v2.0.11 |
928 | 2025-03-20T19:09:21.515Z | Compiling daft-derive v0.1.2 |
929 | 2025-03-20T19:09:21.807Z | Compiling dropshot v0.16.0 |
930 | 2025-03-20T19:09:21.824Z | Compiling memmap v0.7.0 |
931 | 2025-03-20T19:09:22.179Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-20T19:09:22.230Z | Compiling lazy_static v1.5.0 |
933 | 2025-03-20T19:09:22.309Z | Compiling unarray v0.1.4 |
934 | 2025-03-20T19:09:22.366Z | Compiling cpufeatures v0.2.14 |
935 | 2025-03-20T19:09:22.464Z | Compiling spin v0.9.8 |
936 | 2025-03-20T19:09:22.497Z | Compiling take_mut v0.2.2 |
937 | 2025-03-20T19:09:23.055Z | Compiling daft v0.1.2 |
938 | 2025-03-20T19:09:23.529Z | Compiling proptest v1.6.0 |
939 | 2025-03-20T19:09:23.681Z | Compiling sha1 v0.10.6 |
940 | 2025-03-20T19:09:24.474Z | Compiling slog-term v2.9.1 |
941 | 2025-03-20T19:09:25.403Z | Compiling usdt v0.5.0 |
942 | 2025-03-20T19:09:25.807Z | Compiling progenitor v0.8.0 |
943 | 2025-03-20T19:09:25.992Z | Compiling parse-display v0.10.0 |
944 | 2025-03-20T19:09:26.864Z | Compiling async-stream v0.3.6 |
945 | 2025-03-20T19:09:27.217Z | Compiling tokio-rustls v0.25.0 |
946 | 2025-03-20T19:09:27.220Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-03-20T19:09:27.403Z | Compiling futures v0.3.31 |
948 | 2025-03-20T19:09:27.517Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-03-20T19:09:27.726Z | Compiling toml v0.8.20 |
950 | 2025-03-20T19:09:27.796Z | Compiling serde_with_macros v3.12.0 |
951 | 2025-03-20T19:09:28.005Z | Compiling strum v0.26.3 |
952 | 2025-03-20T19:09:30.238Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-20T19:09:30.965Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-20T19:09:31.388Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-20T19:09:32.394Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-20T19:09:33.230Z | Compiling async-trait v0.1.87 |
957 | 2025-03-20T19:09:33.362Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-20T19:09:33.608Z | Compiling hostname v0.4.0 |
959 | 2025-03-20T19:09:33.871Z | Compiling instant v0.1.13 |
960 | 2025-03-20T19:09:34.036Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-20T19:09:34.196Z | Compiling backoff v0.4.0 |
962 | 2025-03-20T19:09:34.537Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
963 | 2025-03-20T19:09:34.743Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
964 | 2025-03-20T19:09:34.949Z | Compiling serde_with v3.12.0 |
965 | 2025-03-20T19:09:35.046Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-20T19:09:36.308Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-20T19:09:37.140Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-20T19:09:37.969Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-20T19:09:38.964Z | Compiling macaddr v1.0.1 |
970 | 2025-03-20T19:09:43.120Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-20T19:09:53.599Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-20T19:10:02.980Z | Finished `release` profile [optimized] target(s) in 2m 31s |
973 | 2025-03-20T19:10:03.052Z | process exited: duration 218639 ms, exit code 0 |
|
974 | 2025-03-20T19:10:03.058Z | found 0 output files |