|
|
|
1 | 2025-03-07T21:33:56.109Z | job assigned to worker 01JNS8D60MAV8R7T5KX16SDNCA [factory aws, i-0312ef5d82115e0dd] (queued for 1 m 1 s) |
|
2 | 2025-03-07T21:34:04.056Z | starting task 0: "setup" |
3 | 2025-03-07T21:34:04.061Z | ++ uname -s |
4 | 2025-03-07T21:34:04.064Z | + kern=SunOS |
5 | 2025-03-07T21:34:04.064Z | + build_user=build |
6 | 2025-03-07T21:34:04.064Z | + build_uid=12345 |
7 | 2025-03-07T21:34:04.064Z | + work_dir=/work |
8 | 2025-03-07T21:34:04.064Z | + input_dir=/input |
9 | 2025-03-07T21:34:04.064Z | + [[ 0 == 12345 ]] |
10 | 2025-03-07T21:34:04.064Z | + case "$kern" in |
11 | 2025-03-07T21:34:04.064Z | + groupadd -g 12345 build |
12 | 2025-03-07T21:34:04.067Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-07T21:34:06.075Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-07T21:34:06.206Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-07T21:34:06.209Z | + home_fs=zfs |
16 | 2025-03-07T21:34:06.209Z | + [[ zfs == autofs ]] |
17 | 2025-03-07T21:34:06.209Z | + mkdir -p /home/build |
18 | 2025-03-07T21:34:06.212Z | + chown build:build /home/build /work |
19 | 2025-03-07T21:34:08.213Z | + chmod 0700 /home/build /work |
20 | 2025-03-07T21:34:08.219Z | process exited: duration 4160 ms, exit code 0 |
|
21 | 2025-03-07T21:34:08.229Z | starting task 1: "rust-toolchain" |
22 | 2025-03-07T21:34:08.235Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-07T21:34:08.235Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-07T21:34:08.236Z | + printf ' * rust toolchain profile = "%s"\n' default |
25 | 2025-03-07T21:34:08.236Z | * rust toolchain profile = "default" |
26 | 2025-03-07T21:34:08.236Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-07T21:34:08.236Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-07T21:34:08.241Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-07T21:34:08.241Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-07T21:34:08.364Z | info: downloading installer |
31 | 2025-03-07T21:34:09.795Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-07T21:34:09.795Z | warn: /opt/ooce/bin |
33 | 2025-03-07T21:34:09.795Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-07T21:34:09.795Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-07T21:34:09.795Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-07T21:34:09.795Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-07T21:34:09.795Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-07T21:34:09.796Z | error: cannot install while Rust is installed |
39 | 2025-03-07T21:34:09.796Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-07T21:34:09.808Z | info: profile set to 'default' |
41 | 2025-03-07T21:34:09.808Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-07T21:34:09.811Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-07T21:34:09.982Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-07T21:34:09.982Z | info: downloading component 'cargo' |
45 | 2025-03-07T21:34:10.754Z | info: downloading component 'clippy' |
46 | 2025-03-07T21:34:11.077Z | info: downloading component 'rust-docs' |
47 | 2025-03-07T21:34:12.220Z | info: downloading component 'rust-std' |
48 | 2025-03-07T21:34:14.197Z | info: downloading component 'rustc' |
49 | 2025-03-07T21:34:19.839Z | info: downloading component 'rustfmt' |
50 | 2025-03-07T21:34:20.134Z | info: installing component 'cargo' |
51 | 2025-03-07T21:34:20.945Z | info: installing component 'clippy' |
52 | 2025-03-07T21:34:21.333Z | info: installing component 'rust-docs' |
53 | 2025-03-07T21:34:23.083Z | info: installing component 'rust-std' |
54 | 2025-03-07T21:34:24.954Z | info: installing component 'rustc' |
55 | 2025-03-07T21:34:30.880Z | info: installing component 'rustfmt' |
56 | 2025-03-07T21:34:31.206Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-07T21:34:31.206Z | |
58 | 2025-03-07T21:34:31.575Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-07T21:34:31.575Z | |
60 | 2025-03-07T21:34:31.579Z | |
61 | 2025-03-07T21:34:31.579Z | Rust is installed now. Great! |
62 | 2025-03-07T21:34:31.579Z | |
63 | 2025-03-07T21:34:31.579Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-07T21:34:31.579Z | environment variable. This has not been done automatically. |
65 | 2025-03-07T21:34:31.579Z | |
66 | 2025-03-07T21:34:31.579Z | To configure your current shell, you need to source |
67 | 2025-03-07T21:34:31.579Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-07T21:34:31.579Z | |
69 | 2025-03-07T21:34:31.579Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-07T21:34:31.579Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-07T21:34:31.579Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-07T21:34:31.580Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-07T21:34:31.646Z | + rustup --version |
74 | 2025-03-07T21:34:31.657Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-07T21:34:31.658Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-07T21:34:31.685Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-07T21:34:31.689Z | + cargo --version |
78 | 2025-03-07T21:34:31.706Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-07T21:34:31.709Z | + rustc --version |
80 | 2025-03-07T21:34:31.734Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-07T21:34:31.737Z | process exited: duration 23506 ms, exit code 0 |
|
82 | 2025-03-07T21:34:31.744Z | starting task 2: "authentication" |
83 | 2025-03-07T21:34:31.766Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-07T21:34:31.773Z | starting task 3: "clone repository" |
85 | 2025-03-07T21:34:31.778Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-07T21:34:31.781Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-07T21:34:31.825Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-07T21:34:40.296Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-07T21:34:40.296Z | + git fetch origin f5526efc6179e8c0432bd5f59334613857389061 |
90 | 2025-03-07T21:34:40.644Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-07T21:34:40.645Z | * branch f5526efc6179e8c0432bd5f59334613857389061 -> FETCH_HEAD |
92 | 2025-03-07T21:34:40.654Z | + [[ -n fix-boolean-logic ]] |
93 | 2025-03-07T21:34:40.657Z | ++ git branch --show-current |
94 | 2025-03-07T21:34:40.661Z | + current=main |
95 | 2025-03-07T21:34:40.661Z | + [[ main != fix-boolean-logic ]] |
96 | 2025-03-07T21:34:40.661Z | + git branch -f fix-boolean-logic f5526efc6179e8c0432bd5f59334613857389061 |
97 | 2025-03-07T21:34:40.664Z | + git checkout -f fix-boolean-logic |
98 | 2025-03-07T21:34:40.853Z | Switched to branch 'fix-boolean-logic' |
99 | 2025-03-07T21:34:40.856Z | + git reset --hard f5526efc6179e8c0432bd5f59334613857389061 |
100 | 2025-03-07T21:34:40.868Z | HEAD is now at f5526efc6 Fix logging too |
101 | 2025-03-07T21:34:40.871Z | process exited: duration 9095 ms, exit code 0 |
|
102 | 2025-03-07T21:34:40.881Z | starting task 4: "build" |
103 | 2025-03-07T21:34:40.885Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-07T21:34:40.885Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-07T21:34:40.885Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-07T21:34:40.885Z | + cargo --version |
107 | 2025-03-07T21:34:40.938Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-07T21:34:40.941Z | + rustc --version |
109 | 2025-03-07T21:34:41.007Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-07T21:34:41.011Z | + cd /tmp |
111 | 2025-03-07T21:34:41.011Z | + cargo new --lib test-project |
112 | 2025-03-07T21:34:41.030Z | Creating library `test-project` package |
113 | 2025-03-07T21:34:41.116Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-07T21:34:41.120Z | + cd test-project |
115 | 2025-03-07T21:34:41.120Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-07T21:34:41.142Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-07T21:34:41.145Z | Features: |
118 | 2025-03-07T21:34:41.145Z | - proptest |
119 | 2025-03-07T21:34:41.145Z | - test-strategy |
120 | 2025-03-07T21:34:41.145Z | - testing |
121 | 2025-03-07T21:34:41.172Z | Updating crates.io index |
122 | 2025-03-07T21:34:41.255Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-07T21:34:41.834Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-07T21:34:42.230Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-07T21:34:42.633Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-07T21:34:44.091Z | Locking 344 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-07T21:34:44.265Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-07T21:34:44.268Z | + cargo check |
129 | 2025-03-07T21:34:44.408Z | Updating crates.io index |
130 | 2025-03-07T21:34:45.216Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-07T21:34:45.217Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-07T21:34:45.272Z | Downloading crates ... |
133 | 2025-03-07T21:34:45.361Z | Downloaded async-trait v0.1.87 |
134 | 2025-03-07T21:34:45.369Z | Downloaded backoff v0.4.0 |
135 | 2025-03-07T21:34:45.373Z | Downloaded async-stream-impl v0.3.6 |
136 | 2025-03-07T21:34:45.385Z | Downloaded dtrace-parser v0.2.0 |
137 | 2025-03-07T21:34:45.388Z | Downloaded take_mut v0.2.2 |
138 | 2025-03-07T21:34:45.388Z | Downloaded sync_wrapper v1.0.1 |
139 | 2025-03-07T21:34:45.388Z | Downloaded darling_macro v0.20.10 |
140 | 2025-03-07T21:34:45.392Z | Downloaded equivalent v1.0.1 |
141 | 2025-03-07T21:34:45.398Z | Downloaded tower-service v0.3.3 |
142 | 2025-03-07T21:34:45.402Z | Downloaded http-body v1.0.1 |
143 | 2025-03-07T21:34:45.402Z | Downloaded tower-layer v0.3.3 |
144 | 2025-03-07T21:34:45.405Z | Downloaded foreign-types v0.3.2 |
145 | 2025-03-07T21:34:45.408Z | Downloaded time-core v0.1.2 |
146 | 2025-03-07T21:34:45.411Z | Downloaded synstructure v0.13.1 |
147 | 2025-03-07T21:34:45.411Z | Downloaded tinyvec_macros v0.1.1 |
148 | 2025-03-07T21:34:45.411Z | Downloaded subtle v2.6.1 |
149 | 2025-03-07T21:34:45.414Z | Downloaded instant v0.1.13 |
150 | 2025-03-07T21:34:45.414Z | Downloaded write16 v1.0.0 |
151 | 2025-03-07T21:34:45.417Z | Downloaded try-lock v0.2.5 |
152 | 2025-03-07T21:34:45.417Z | Downloaded icu_provider_macros v1.5.0 |
153 | 2025-03-07T21:34:45.418Z | Downloaded match_cfg v0.1.0 |
154 | 2025-03-07T21:34:45.421Z | Downloaded byteorder v1.5.0 |
155 | 2025-03-07T21:34:45.421Z | Downloaded hostname v0.3.1 |
156 | 2025-03-07T21:34:45.424Z | Downloaded waitgroup v0.1.2 |
157 | 2025-03-07T21:34:45.424Z | Downloaded block-buffer v0.10.4 |
158 | 2025-03-07T21:34:45.424Z | Downloaded num_threads v0.1.7 |
159 | 2025-03-07T21:34:45.427Z | Downloaded want v0.3.1 |
160 | 2025-03-07T21:34:45.427Z | Downloaded strum v0.26.3 |
161 | 2025-03-07T21:34:45.430Z | Downloaded usdt-attr-macro v0.5.0 |
162 | 2025-03-07T21:34:45.430Z | Downloaded ident_case v1.0.1 |
163 | 2025-03-07T21:34:45.430Z | Downloaded num-conv v0.1.0 |
164 | 2025-03-07T21:34:45.431Z | Downloaded usdt-macro v0.5.0 |
165 | 2025-03-07T21:34:45.434Z | Downloaded omicron-workspace-hack v0.1.0 |
166 | 2025-03-07T21:34:45.434Z | Downloaded zerofrom v0.1.4 |
167 | 2025-03-07T21:34:45.434Z | Downloaded yoke-derive v0.7.4 |
168 | 2025-03-07T21:34:45.437Z | Downloaded heck v0.5.0 |
169 | 2025-03-07T21:34:45.437Z | Downloaded openssl-macros v0.1.1 |
170 | 2025-03-07T21:34:45.441Z | Downloaded futures-sink v0.3.31 |
171 | 2025-03-07T21:34:45.441Z | Downloaded openssl-probe v0.1.5 |
172 | 2025-03-07T21:34:45.441Z | Downloaded futures-macro v0.3.31 |
173 | 2025-03-07T21:34:45.445Z | Downloaded form_urlencoded v1.2.1 |
174 | 2025-03-07T21:34:45.445Z | Downloaded digest v0.10.7 |
175 | 2025-03-07T21:34:45.448Z | Downloaded tinystr v0.7.6 |
176 | 2025-03-07T21:34:45.448Z | Downloaded thread-id v4.2.2 |
177 | 2025-03-07T21:34:45.448Z | Downloaded thiserror v1.0.69 |
178 | 2025-03-07T21:34:45.453Z | Downloaded tokio-native-tls v0.3.1 |
179 | 2025-03-07T21:34:45.457Z | Downloaded pretty-hex v0.4.1 |
180 | 2025-03-07T21:34:45.460Z | Downloaded tempfile v3.13.0 |
181 | 2025-03-07T21:34:45.463Z | Downloaded toml_datetime v0.6.8 |
182 | 2025-03-07T21:34:45.463Z | Downloaded foreign-types-shared v0.1.1 |
183 | 2025-03-07T21:34:45.463Z | Downloaded dirs-next v2.0.0 |
184 | 2025-03-07T21:34:45.467Z | Downloaded tokio-macros v2.5.0 |
185 | 2025-03-07T21:34:45.467Z | Downloaded dirs-sys-next v0.1.2 |
186 | 2025-03-07T21:34:45.471Z | Downloaded cfg-if v1.0.0 |
187 | 2025-03-07T21:34:45.471Z | Downloaded term v0.7.0 |
188 | 2025-03-07T21:34:45.474Z | Downloaded utf8_iter v1.0.4 |
189 | 2025-03-07T21:34:45.474Z | Downloaded utf16_iter v1.0.5 |
190 | 2025-03-07T21:34:45.477Z | Downloaded wait-timeout v0.2.0 |
191 | 2025-03-07T21:34:45.477Z | Downloaded memmap v0.7.0 |
192 | 2025-03-07T21:34:45.480Z | Downloaded usdt v0.5.0 |
193 | 2025-03-07T21:34:45.480Z | Downloaded macaddr v1.0.1 |
194 | 2025-03-07T21:34:45.480Z | Downloaded lazy_static v1.5.0 |
195 | 2025-03-07T21:34:45.484Z | Downloaded writeable v0.5.5 |
196 | 2025-03-07T21:34:45.487Z | Downloaded zerovec-derive v0.10.3 |
197 | 2025-03-07T21:34:45.487Z | Downloaded unarray v0.1.4 |
198 | 2025-03-07T21:34:45.490Z | Downloaded parse-display v0.10.0 |
199 | 2025-03-07T21:34:45.490Z | Downloaded oxnet v0.1.1 |
200 | 2025-03-07T21:34:45.494Z | Downloaded paste v1.0.15 |
201 | 2025-03-07T21:34:45.494Z | Downloaded parse-display-derive v0.10.0 |
202 | 2025-03-07T21:34:45.497Z | Downloaded percent-encoding v2.3.1 |
203 | 2025-03-07T21:34:45.497Z | Downloaded version_check v0.9.5 |
204 | 2025-03-07T21:34:45.497Z | Downloaded newtype-uuid v1.2.1 |
205 | 2025-03-07T21:34:45.501Z | Downloaded progenitor-client v0.8.0 |
206 | 2025-03-07T21:34:45.501Z | Downloaded thiserror v2.0.11 |
207 | 2025-03-07T21:34:45.505Z | Downloaded progenitor-client v0.9.1 |
208 | 2025-03-07T21:34:45.508Z | Downloaded serde_spanned v0.6.8 |
209 | 2025-03-07T21:34:45.508Z | Downloaded camino v1.1.9 |
210 | 2025-03-07T21:34:45.512Z | Downloaded stable_deref_trait v1.2.0 |
211 | 2025-03-07T21:34:45.512Z | Downloaded getrandom v0.2.15 |
212 | 2025-03-07T21:34:45.515Z | Downloaded serde_urlencoded v0.7.1 |
213 | 2025-03-07T21:34:45.516Z | Downloaded foldhash v0.1.3 |
214 | 2025-03-07T21:34:45.519Z | Downloaded time-macros v0.2.18 |
215 | 2025-03-07T21:34:45.519Z | Downloaded httparse v1.9.5 |
216 | 2025-03-07T21:34:45.522Z | Downloaded daft-derive v0.1.1 |
217 | 2025-03-07T21:34:45.526Z | Downloaded typify v0.2.0 |
218 | 2025-03-07T21:34:45.529Z | Downloaded litemap v0.7.3 |
219 | 2025-03-07T21:34:45.532Z | Downloaded hyper-rustls v0.27.3 |
220 | 2025-03-07T21:34:45.535Z | Downloaded lock_api v0.4.12 |
221 | 2025-03-07T21:34:45.535Z | Downloaded once_cell v1.20.3 |
222 | 2025-03-07T21:34:45.538Z | Downloaded scopeguard v1.2.0 |
223 | 2025-03-07T21:34:45.538Z | Downloaded dropshot_endpoint v0.16.0 |
224 | 2025-03-07T21:34:45.542Z | Downloaded native-tls v0.2.12 |
225 | 2025-03-07T21:34:45.545Z | Downloaded test-strategy v0.4.0 |
226 | 2025-03-07T21:34:45.548Z | Downloaded plain v0.2.3 |
227 | 2025-03-07T21:34:45.551Z | Downloaded pin-utils v0.1.0 |
228 | 2025-03-07T21:34:45.551Z | Downloaded toml v0.8.20 |
229 | 2025-03-07T21:34:45.554Z | Downloaded structmeta v0.3.0 |
230 | 2025-03-07T21:34:45.554Z | Downloaded tokio-rustls v0.25.0 |
231 | 2025-03-07T21:34:45.557Z | Downloaded scroll_derive v0.12.0 |
232 | 2025-03-07T21:34:45.557Z | Downloaded parking_lot_core v0.9.10 |
233 | 2025-03-07T21:34:45.560Z | Downloaded zerocopy-derive v0.7.35 |
234 | 2025-03-07T21:34:45.564Z | Downloaded structmeta-derive v0.3.0 |
235 | 2025-03-07T21:34:45.567Z | Downloaded slog-json v2.6.1 |
236 | 2025-03-07T21:34:45.567Z | Downloaded serde_tokenstream v0.2.2 |
237 | 2025-03-07T21:34:45.570Z | Downloaded pest_generator v2.7.14 |
238 | 2025-03-07T21:34:45.570Z | Downloaded ppv-lite86 v0.2.20 |
239 | 2025-03-07T21:34:45.574Z | Downloaded quinn-udp v0.5.5 |
240 | 2025-03-07T21:34:45.574Z | Downloaded rand_chacha v0.3.1 |
241 | 2025-03-07T21:34:45.577Z | Downloaded slog-async v2.8.0 |
242 | 2025-03-07T21:34:45.577Z | Downloaded rand_core v0.6.4 |
243 | 2025-03-07T21:34:45.577Z | Downloaded slog-bunyan v2.5.0 |
244 | 2025-03-07T21:34:45.580Z | Downloaded tokio-rustls v0.26.0 |
245 | 2025-03-07T21:34:45.580Z | Downloaded multer v3.1.0 |
246 | 2025-03-07T21:34:45.585Z | Downloaded num-traits v0.2.19 |
247 | 2025-03-07T21:34:45.589Z | Downloaded unicode-ident v1.0.14 |
248 | 2025-03-07T21:34:45.589Z | Downloaded parking_lot v0.12.3 |
249 | 2025-03-07T21:34:45.592Z | Downloaded icu_provider v1.5.0 |
250 | 2025-03-07T21:34:45.596Z | Downloaded rand_xorshift v0.3.0 |
251 | 2025-03-07T21:34:45.596Z | Downloaded ucd-trie v0.1.7 |
252 | 2025-03-07T21:34:45.599Z | Downloaded indexmap v1.9.3 |
253 | 2025-03-07T21:34:45.599Z | Downloaded anyhow v1.0.97 |
254 | 2025-03-07T21:34:45.603Z | Downloaded signal-hook-registry v1.4.2 |
255 | 2025-03-07T21:34:45.606Z | Downloaded powerfmt v0.2.0 |
256 | 2025-03-07T21:34:45.606Z | Downloaded schemars_derive v0.8.22 |
257 | 2025-03-07T21:34:45.610Z | Downloaded slab v0.4.9 |
258 | 2025-03-07T21:34:45.610Z | Downloaded slog-term v2.9.1 |
259 | 2025-03-07T21:34:45.613Z | Downloaded progenitor-impl v0.8.0 |
260 | 2025-03-07T21:34:45.613Z | Downloaded quick-error v1.2.3 |
261 | 2025-03-07T21:34:45.616Z | Downloaded shlex v1.3.0 |
262 | 2025-03-07T21:34:45.616Z | Downloaded progenitor v0.8.0 |
263 | 2025-03-07T21:34:45.619Z | Downloaded url v2.5.3 |
264 | 2025-03-07T21:34:45.622Z | Downloaded sha2 v0.10.8 |
265 | 2025-03-07T21:34:45.622Z | Downloaded rustversion v1.0.17 |
266 | 2025-03-07T21:34:45.625Z | Downloaded strsim v0.11.1 |
267 | 2025-03-07T21:34:45.629Z | Downloaded uuid v1.15.1 |
268 | 2025-03-07T21:34:45.632Z | Downloaded rustc-hash v2.1.1 |
269 | 2025-03-07T21:34:45.632Z | Downloaded rustls-pemfile v2.2.0 |
270 | 2025-03-07T21:34:45.636Z | Downloaded futures v0.3.31 |
271 | 2025-03-07T21:34:45.639Z | Downloaded smallvec v1.14.0 |
272 | 2025-03-07T21:34:45.642Z | Downloaded pest_derive v2.7.14 |
273 | 2025-03-07T21:34:45.645Z | Downloaded icu_locid v1.5.0 |
274 | 2025-03-07T21:34:45.648Z | Downloaded hyper-util v0.1.10 |
275 | 2025-03-07T21:34:45.651Z | Downloaded openssl-sys v0.9.106 |
276 | 2025-03-07T21:34:45.656Z | Downloaded tracing-core v0.1.32 |
277 | 2025-03-07T21:34:45.659Z | Downloaded socket2 v0.5.8 |
278 | 2025-03-07T21:34:45.662Z | Downloaded sha1 v0.10.6 |
279 | 2025-03-07T21:34:45.665Z | Downloaded pin-project-lite v0.2.14 |
280 | 2025-03-07T21:34:45.669Z | Downloaded semver v1.0.25 |
281 | 2025-03-07T21:34:45.672Z | Downloaded ryu v1.0.18 |
282 | 2025-03-07T21:34:45.675Z | Downloaded quote v1.0.38 |
283 | 2025-03-07T21:34:45.679Z | Downloaded toml_edit v0.22.24 |
284 | 2025-03-07T21:34:45.698Z | Downloaded icu_properties v1.5.1 |
285 | 2025-03-07T21:34:45.703Z | Downloaded tower v0.5.2 |
286 | 2025-03-07T21:34:45.708Z | Downloaded slog v2.7.0 |
287 | 2025-03-07T21:34:45.712Z | Downloaded schemars v0.8.22 |
288 | 2025-03-07T21:34:45.722Z | Downloaded rustls-pki-types v1.10.0 |
289 | 2025-03-07T21:34:45.726Z | Downloaded tokio-util v0.7.13 |
290 | 2025-03-07T21:34:45.732Z | Downloaded indexmap v2.7.1 |
291 | 2025-03-07T21:34:45.736Z | Downloaded time v0.3.36 |
292 | 2025-03-07T21:34:45.743Z | Downloaded proc-macro2 v1.0.93 |
293 | 2025-03-07T21:34:45.746Z | Downloaded bytes v1.10.0 |
294 | 2025-03-07T21:34:45.750Z | Downloaded http v1.2.0 |
295 | 2025-03-07T21:34:45.754Z | Downloaded rand v0.8.5 |
296 | 2025-03-07T21:34:45.757Z | Downloaded cc v1.2.15 |
297 | 2025-03-07T21:34:45.761Z | Downloaded serde v1.0.218 |
298 | 2025-03-07T21:34:45.764Z | Downloaded winnow v0.7.3 |
299 | 2025-03-07T21:34:45.773Z | Downloaded hashbrown v0.12.3 |
300 | 2025-03-07T21:34:45.777Z | Downloaded serde_yaml v0.9.34+deprecated |
301 | 2025-03-07T21:34:45.780Z | Downloaded pest v2.7.14 |
302 | 2025-03-07T21:34:45.788Z | Downloaded zerocopy v0.7.35 |
303 | 2025-03-07T21:34:45.802Z | Downloaded crossbeam-channel v0.5.13 |
304 | 2025-03-07T21:34:45.805Z | Downloaded hyper v1.6.0 |
305 | 2025-03-07T21:34:45.811Z | Downloaded idna v1.0.3 |
306 | 2025-03-07T21:34:45.815Z | Downloaded proptest v1.6.0 |
307 | 2025-03-07T21:34:45.824Z | Downloaded quinn-proto v0.11.8 |
308 | 2025-03-07T21:34:45.830Z | Downloaded serde_json v1.0.139 |
309 | 2025-03-07T21:34:45.838Z | Downloaded h2 v0.4.6 |
310 | 2025-03-07T21:34:45.844Z | Downloaded regex v1.11.1 |
311 | 2025-03-07T21:34:45.857Z | Downloaded serde_with v3.12.0 |
312 | 2025-03-07T21:34:45.865Z | Downloaded webpki-roots v0.26.6 |
313 | 2025-03-07T21:34:45.869Z | Downloaded syn v2.0.98 |
314 | 2025-03-07T21:34:45.880Z | Downloaded rustls-webpki v0.102.8 |
315 | 2025-03-07T21:34:45.896Z | Downloaded icu_properties_data v1.5.0 |
316 | 2025-03-07T21:34:45.906Z | Downloaded rustls v0.23.19 |
317 | 2025-03-07T21:34:45.918Z | Downloaded chrono v0.4.40 |
318 | 2025-03-07T21:34:45.923Z | Downloaded openapiv3 v2.0.0 |
319 | 2025-03-07T21:34:45.934Z | Downloaded reqwest v0.12.12 |
320 | 2025-03-07T21:34:45.942Z | Downloaded openssl v0.10.71 |
321 | 2025-03-07T21:34:45.950Z | Downloaded dropshot v0.16.0 |
322 | 2025-03-07T21:34:45.972Z | Downloaded regress v0.10.3 |
323 | 2025-03-07T21:34:45.978Z | Downloaded typify-impl v0.2.0 |
324 | 2025-03-07T21:34:45.991Z | Downloaded rustls v0.22.4 |
325 | 2025-03-07T21:34:46.002Z | Downloaded rustix v0.38.37 |
326 | 2025-03-07T21:34:46.023Z | Downloaded regex-syntax v0.8.5 |
327 | 2025-03-07T21:34:46.030Z | Downloaded aho-corasick v1.1.3 |
328 | 2025-03-07T21:34:46.036Z | Downloaded goblin v0.8.2 |
329 | 2025-03-07T21:34:46.040Z | Downloaded futures-util v0.3.31 |
330 | 2025-03-07T21:34:46.051Z | Downloaded vcpkg v0.2.15 |
331 | 2025-03-07T21:34:46.086Z | Downloaded hashbrown v0.15.1 |
332 | 2025-03-07T21:34:46.091Z | Downloaded quinn v0.11.5 |
333 | 2025-03-07T21:34:46.094Z | Downloaded zerovec v0.10.4 |
334 | 2025-03-07T21:34:46.099Z | Downloaded icu_collections v1.5.0 |
335 | 2025-03-07T21:34:46.104Z | Downloaded base64 v0.22.1 |
336 | 2025-03-07T21:34:46.109Z | Downloaded pest_meta v2.7.14 |
337 | 2025-03-07T21:34:46.112Z | Downloaded regex-automata v0.4.8 |
338 | 2025-03-07T21:34:46.125Z | Downloaded serde_with_macros v3.12.0 |
339 | 2025-03-07T21:34:46.129Z | Downloaded libc v0.2.170 |
340 | 2025-03-07T21:34:46.149Z | Downloaded spin v0.9.8 |
341 | 2025-03-07T21:34:46.152Z | Downloaded serde_derive v1.0.218 |
342 | 2025-03-07T21:34:46.156Z | Downloaded mio v1.0.2 |
343 | 2025-03-07T21:34:46.159Z | Downloaded memchr v2.7.4 |
344 | 2025-03-07T21:34:46.163Z | Downloaded darling_core v0.20.10 |
345 | 2025-03-07T21:34:46.166Z | Downloaded tracing v0.1.40 |
346 | 2025-03-07T21:34:46.170Z | Downloaded unsafe-libyaml v0.2.11 |
347 | 2025-03-07T21:34:46.173Z | Downloaded serde_derive_internals v0.29.1 |
348 | 2025-03-07T21:34:46.176Z | Downloaded tokio v1.43.0 |
349 | 2025-03-07T21:34:46.209Z | Downloaded pkg-config v0.3.31 |
350 | 2025-03-07T21:34:46.213Z | Downloaded rusty-fork v0.3.0 |
351 | 2025-03-07T21:34:46.213Z | Downloaded scroll v0.12.0 |
352 | 2025-03-07T21:34:46.216Z | Downloaded getrandom v0.3.1 |
353 | 2025-03-07T21:34:46.216Z | Downloaded icu_locid_transform_data v1.5.0 |
354 | 2025-03-07T21:34:46.221Z | Downloaded icu_normalizer_data v1.5.0 |
355 | 2025-03-07T21:34:46.221Z | Downloaded crossbeam-utils v0.8.20 |
356 | 2025-03-07T21:34:46.225Z | Downloaded icu_normalizer v1.5.0 |
357 | 2025-03-07T21:34:46.225Z | Downloaded log v0.4.22 |
358 | 2025-03-07T21:34:46.228Z | Downloaded typenum v1.17.0 |
359 | 2025-03-07T21:34:46.231Z | Downloaded tinyvec v1.8.0 |
360 | 2025-03-07T21:34:46.231Z | Downloaded progenitor-macro v0.8.0 |
361 | 2025-03-07T21:34:46.234Z | Downloaded strum_macros v0.26.4 |
362 | 2025-03-07T21:34:46.234Z | Downloaded bitflags v2.6.0 |
363 | 2025-03-07T21:34:46.239Z | Downloaded serde_path_to_error v0.1.16 |
364 | 2025-03-07T21:34:46.242Z | Downloaded yoke v0.7.4 |
365 | 2025-03-07T21:34:46.242Z | Downloaded usdt-impl v0.5.0 |
366 | 2025-03-07T21:34:46.242Z | Downloaded ipnet v2.11.0 |
367 | 2025-03-07T21:34:46.242Z | Downloaded allocator-api2 v0.2.18 |
368 | 2025-03-07T21:34:46.245Z | Downloaded is-terminal v0.4.13 |
369 | 2025-03-07T21:34:46.245Z | Downloaded iana-time-zone v0.1.61 |
370 | 2025-03-07T21:34:46.248Z | Downloaded displaydoc v0.2.5 |
371 | 2025-03-07T21:34:46.251Z | Downloaded darling v0.20.10 |
372 | 2025-03-07T21:34:46.255Z | Downloaded icu_locid_transform v1.5.0 |
373 | 2025-03-07T21:34:46.258Z | Downloaded async-stream v0.3.6 |
374 | 2025-03-07T21:34:46.258Z | Downloaded bit-vec v0.8.0 |
375 | 2025-03-07T21:34:46.261Z | Downloaded ipnetwork v0.21.1 |
376 | 2025-03-07T21:34:46.261Z | Downloaded futures-channel v0.3.31 |
377 | 2025-03-07T21:34:46.264Z | Downloaded mime v0.3.17 |
378 | 2025-03-07T21:34:46.264Z | Downloaded zerofrom-derive v0.1.4 |
379 | 2025-03-07T21:34:46.267Z | Downloaded typify-macro v0.2.0 |
380 | 2025-03-07T21:34:46.267Z | Downloaded itoa v1.0.11 |
381 | 2025-03-07T21:34:46.267Z | Downloaded idna_adapter v1.2.0 |
382 | 2025-03-07T21:34:46.270Z | Downloaded futures-task v0.3.31 |
383 | 2025-03-07T21:34:46.270Z | Downloaded zeroize v1.8.1 |
384 | 2025-03-07T21:34:46.270Z | Downloaded untrusted v0.9.0 |
385 | 2025-03-07T21:34:46.273Z | Downloaded dyn-clone v1.0.19 |
386 | 2025-03-07T21:34:46.273Z | Downloaded hyper-tls v0.6.0 |
387 | 2025-03-07T21:34:46.273Z | Downloaded http-body-util v0.1.2 |
388 | 2025-03-07T21:34:46.279Z | Downloaded futures-core v0.3.31 |
389 | 2025-03-07T21:34:46.279Z | Downloaded fnv v1.0.7 |
390 | 2025-03-07T21:34:46.282Z | Downloaded errno v0.3.9 |
391 | 2025-03-07T21:34:46.282Z | Downloaded dof v0.3.0 |
392 | 2025-03-07T21:34:46.282Z | Downloaded ring v0.17.11 |
393 | 2025-03-07T21:34:46.317Z | Downloaded encoding_rs v0.8.34 |
394 | 2025-03-07T21:34:46.335Z | Downloaded cpufeatures v0.2.14 |
395 | 2025-03-07T21:34:46.338Z | Downloaded httpdate v1.0.3 |
396 | 2025-03-07T21:34:46.338Z | Downloaded hostname v0.4.0 |
397 | 2025-03-07T21:34:46.338Z | Downloaded thread_local v1.1.8 |
398 | 2025-03-07T21:34:46.342Z | Downloaded thiserror-impl v2.0.11 |
399 | 2025-03-07T21:34:46.342Z | Downloaded thiserror-impl v1.0.69 |
400 | 2025-03-07T21:34:46.342Z | Downloaded futures-executor v0.3.31 |
401 | 2025-03-07T21:34:46.346Z | Downloaded atomic-waker v1.1.2 |
402 | 2025-03-07T21:34:46.346Z | Downloaded hex v0.4.3 |
403 | 2025-03-07T21:34:46.346Z | Downloaded generic-array v0.14.7 |
404 | 2025-03-07T21:34:46.346Z | Downloaded futures-io v0.3.31 |
405 | 2025-03-07T21:34:46.349Z | Downloaded fastrand v2.1.1 |
406 | 2025-03-07T21:34:46.349Z | Downloaded debug-ignore v1.0.5 |
407 | 2025-03-07T21:34:46.349Z | Downloaded crypto-common v0.1.6 |
408 | 2025-03-07T21:34:46.353Z | Downloaded deranged v0.3.11 |
409 | 2025-03-07T21:34:46.353Z | Downloaded daft v0.1.1 |
410 | 2025-03-07T21:34:46.353Z | Downloaded bit-set v0.8.0 |
411 | 2025-03-07T21:34:46.357Z | Downloaded autocfg v1.4.0 |
412 | 2025-03-07T21:34:46.480Z | Compiling proc-macro2 v1.0.93 |
413 | 2025-03-07T21:34:46.482Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-07T21:34:46.482Z | Compiling libc v0.2.170 |
415 | 2025-03-07T21:34:46.482Z | Checking cfg-if v1.0.0 |
416 | 2025-03-07T21:34:46.483Z | Compiling autocfg v1.4.0 |
417 | 2025-03-07T21:34:46.483Z | Compiling serde v1.0.218 |
418 | 2025-03-07T21:34:46.501Z | Checking memchr v2.7.4 |
419 | 2025-03-07T21:34:46.504Z | Compiling serde_json v1.0.139 |
420 | 2025-03-07T21:34:46.582Z | Checking itoa v1.0.11 |
421 | 2025-03-07T21:34:46.796Z | Compiling thiserror v1.0.69 |
422 | 2025-03-07T21:34:46.977Z | Compiling shlex v1.3.0 |
423 | 2025-03-07T21:34:47.107Z | Checking pin-project-lite v0.2.14 |
424 | 2025-03-07T21:34:47.226Z | Compiling cc v1.2.15 |
425 | 2025-03-07T21:34:47.238Z | Checking once_cell v1.20.3 |
426 | 2025-03-07T21:34:47.333Z | Checking ryu v1.0.18 |
427 | 2025-03-07T21:34:47.504Z | Checking smallvec v1.14.0 |
428 | 2025-03-07T21:34:47.546Z | Checking bytes v1.10.0 |
429 | 2025-03-07T21:34:47.699Z | Compiling version_check v0.9.5 |
430 | 2025-03-07T21:34:47.911Z | Checking futures-core v0.3.31 |
431 | 2025-03-07T21:34:47.962Z | Compiling semver v1.0.25 |
432 | 2025-03-07T21:34:48.027Z | Compiling lock_api v0.4.12 |
433 | 2025-03-07T21:34:48.110Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-07T21:34:48.279Z | Compiling quote v1.0.38 |
435 | 2025-03-07T21:34:48.341Z | Checking getrandom v0.2.15 |
436 | 2025-03-07T21:34:48.511Z | Checking allocator-api2 v0.2.18 |
437 | 2025-03-07T21:34:48.523Z | Checking scopeguard v1.2.0 |
438 | 2025-03-07T21:34:48.562Z | Checking equivalent v1.0.1 |
439 | 2025-03-07T21:34:48.574Z | Checking foldhash v0.1.3 |
440 | 2025-03-07T21:34:48.656Z | Compiling syn v2.0.98 |
441 | 2025-03-07T21:34:48.774Z | Compiling slab v0.4.9 |
442 | 2025-03-07T21:34:48.894Z | Checking futures-sink v0.3.31 |
443 | 2025-03-07T21:34:49.048Z | Checking fnv v1.0.7 |
444 | 2025-03-07T21:34:49.062Z | Checking mio v1.0.2 |
445 | 2025-03-07T21:34:49.118Z | Checking parking_lot v0.12.3 |
446 | 2025-03-07T21:34:49.142Z | Checking hashbrown v0.15.1 |
447 | 2025-03-07T21:34:49.169Z | Checking socket2 v0.5.8 |
448 | 2025-03-07T21:34:49.172Z | Checking signal-hook-registry v1.4.2 |
449 | 2025-03-07T21:34:49.324Z | Checking log v0.4.22 |
450 | 2025-03-07T21:34:49.458Z | Compiling num-traits v0.2.19 |
451 | 2025-03-07T21:34:49.594Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-07T21:34:49.617Z | Checking futures-channel v0.3.31 |
453 | 2025-03-07T21:34:49.689Z | Checking futures-task v0.3.31 |
454 | 2025-03-07T21:34:49.693Z | Compiling getrandom v0.3.1 |
455 | 2025-03-07T21:34:49.714Z | Checking futures-io v0.3.31 |
456 | 2025-03-07T21:34:49.892Z | Checking pin-utils v0.1.0 |
457 | 2025-03-07T21:34:49.905Z | Checking http v1.2.0 |
458 | 2025-03-07T21:34:49.953Z | Checking iana-time-zone v0.1.61 |
459 | 2025-03-07T21:34:49.972Z | Checking rustls-pki-types v1.10.0 |
460 | 2025-03-07T21:34:50.098Z | Compiling ring v0.17.11 |
461 | 2025-03-07T21:34:50.169Z | Compiling heck v0.5.0 |
462 | 2025-03-07T21:34:50.336Z | Checking bitflags v2.6.0 |
463 | 2025-03-07T21:34:50.502Z | Compiling vcpkg v0.2.15 |
464 | 2025-03-07T21:34:50.557Z | Compiling schemars v0.8.22 |
465 | 2025-03-07T21:34:50.615Z | Compiling pkg-config v0.3.31 |
466 | 2025-03-07T21:34:51.160Z | Checking litemap v0.7.3 |
467 | 2025-03-07T21:34:51.307Z | Checking dyn-clone v1.0.19 |
468 | 2025-03-07T21:34:51.449Z | Checking writeable v0.5.5 |
469 | 2025-03-07T21:34:51.482Z | Compiling httparse v1.9.5 |
470 | 2025-03-07T21:34:51.542Z | Checking untrusted v0.9.0 |
471 | 2025-03-07T21:34:51.708Z | Checking tracing-core v0.1.32 |
472 | 2025-03-07T21:34:51.739Z | Compiling ucd-trie v0.1.7 |
473 | 2025-03-07T21:34:51.808Z | Compiling openssl-sys v0.9.106 |
474 | 2025-03-07T21:34:51.848Z | Checking atomic-waker v1.1.2 |
475 | 2025-03-07T21:34:52.147Z | Checking http-body v1.0.1 |
476 | 2025-03-07T21:34:52.325Z | Checking tracing v0.1.40 |
477 | 2025-03-07T21:34:52.342Z | Checking subtle v2.6.1 |
478 | 2025-03-07T21:34:52.569Z | Checking icu_locid_transform_data v1.5.0 |
479 | 2025-03-07T21:34:52.622Z | Checking byteorder v1.5.0 |
480 | 2025-03-07T21:34:52.635Z | Checking try-lock v0.2.5 |
481 | 2025-03-07T21:34:52.760Z | Checking zeroize v1.8.1 |
482 | 2025-03-07T21:34:52.870Z | Checking want v0.3.1 |
483 | 2025-03-07T21:34:52.965Z | Compiling openssl v0.10.71 |
484 | 2025-03-07T21:34:52.996Z | Checking tower-service v0.3.3 |
485 | 2025-03-07T21:34:53.118Z | Checking icu_properties_data v1.5.0 |
486 | 2025-03-07T21:34:53.169Z | Compiling uuid v1.15.1 |
487 | 2025-03-07T21:34:53.213Z | Checking foreign-types-shared v0.1.1 |
488 | 2025-03-07T21:34:53.317Z | Checking httpdate v1.0.3 |
489 | 2025-03-07T21:34:53.339Z | Checking foreign-types v0.3.2 |
490 | 2025-03-07T21:34:53.410Z | Compiling chrono v0.4.40 |
491 | 2025-03-07T21:34:53.469Z | Compiling regress v0.10.3 |
492 | 2025-03-07T21:34:53.548Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-07T21:34:53.776Z | Checking utf16_iter v1.0.5 |
494 | 2025-03-07T21:34:53.938Z | Compiling regex-syntax v0.8.5 |
495 | 2025-03-07T21:34:54.025Z | Checking percent-encoding v2.3.1 |
496 | 2025-03-07T21:34:54.244Z | Checking utf8_iter v1.0.4 |
497 | 2025-03-07T21:34:54.435Z | Checking write16 v1.0.0 |
498 | 2025-03-07T21:34:54.546Z | Compiling native-tls v0.2.12 |
499 | 2025-03-07T21:34:54.557Z | Compiling rustls v0.23.19 |
500 | 2025-03-07T21:34:54.884Z | Checking icu_normalizer_data v1.5.0 |
501 | 2025-03-07T21:34:54.930Z | Compiling slog v2.7.0 |
502 | 2025-03-07T21:34:55.018Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-07T21:34:55.490Z | Compiling synstructure v0.13.1 |
504 | 2025-03-07T21:34:56.204Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-07T21:34:56.639Z | Checking rustls-webpki v0.102.8 |
506 | 2025-03-07T21:34:57.368Z | Checking openssl-probe v0.1.5 |
507 | 2025-03-07T21:34:57.525Z | Compiling regex-automata v0.4.8 |
508 | 2025-03-07T21:34:57.849Z | Compiling typenum v1.17.0 |
509 | 2025-03-07T21:34:58.509Z | Compiling generic-array v0.14.7 |
510 | 2025-03-07T21:34:58.842Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-07T21:34:59.284Z | Checking mime v0.3.17 |
512 | 2025-03-07T21:34:59.447Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-07T21:34:59.582Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-07T21:35:00.050Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-07T21:35:00.142Z | Compiling zerofrom-derive v0.1.4 |
516 | 2025-03-07T21:35:00.422Z | Compiling tokio-macros v2.5.0 |
517 | 2025-03-07T21:35:01.042Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-07T21:35:01.878Z | Checking tokio v1.43.0 |
519 | 2025-03-07T21:35:02.321Z | Compiling futures-macro v0.3.31 |
520 | 2025-03-07T21:35:02.424Z | Compiling zerocopy-derive v0.7.35 |
521 | 2025-03-07T21:35:02.751Z | Compiling zerovec-derive v0.10.3 |
522 | 2025-03-07T21:35:03.118Z | Checking zerofrom v0.1.4 |
523 | 2025-03-07T21:35:03.335Z | Compiling displaydoc v0.2.5 |
524 | 2025-03-07T21:35:03.366Z | Checking yoke v0.7.4 |
525 | 2025-03-07T21:35:03.681Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-07T21:35:04.034Z | Checking futures-util v0.3.31 |
527 | 2025-03-07T21:35:04.056Z | Compiling pest v2.7.14 |
528 | 2025-03-07T21:35:04.447Z | Checking zerocopy v0.7.35 |
529 | 2025-03-07T21:35:04.723Z | Compiling openssl-macros v0.1.1 |
530 | 2025-03-07T21:35:04.749Z | Compiling regex v1.11.1 |
531 | 2025-03-07T21:35:05.112Z | Checking zerovec v0.10.4 |
532 | 2025-03-07T21:35:06.874Z | Checking tinystr v0.7.6 |
533 | 2025-03-07T21:35:06.890Z | Checking icu_collections v1.5.0 |
534 | 2025-03-07T21:35:07.193Z | Checking icu_locid v1.5.0 |
535 | 2025-03-07T21:35:07.526Z | Compiling pest_meta v2.7.14 |
536 | 2025-03-07T21:35:08.109Z | Checking icu_provider v1.5.0 |
537 | 2025-03-07T21:35:08.327Z | Checking tokio-util v0.7.13 |
538 | 2025-03-07T21:35:08.591Z | Checking http-body-util v0.1.2 |
539 | 2025-03-07T21:35:08.686Z | Checking icu_locid_transform v1.5.0 |
540 | 2025-03-07T21:35:08.858Z | Checking tokio-rustls v0.26.0 |
541 | 2025-03-07T21:35:09.008Z | Compiling pest_generator v2.7.14 |
542 | 2025-03-07T21:35:09.129Z | Compiling scroll_derive v0.12.0 |
543 | 2025-03-07T21:35:09.657Z | Checking icu_properties v1.5.1 |
544 | 2025-03-07T21:35:09.874Z | Checking rustls-pemfile v2.2.0 |
545 | 2025-03-07T21:35:10.098Z | Checking webpki-roots v0.26.6 |
546 | 2025-03-07T21:35:10.294Z | Checking rand_core v0.6.4 |
547 | 2025-03-07T21:35:10.539Z | Compiling usdt-impl v0.5.0 |
548 | 2025-03-07T21:35:10.567Z | Checking sync_wrapper v1.0.1 |
549 | 2025-03-07T21:35:10.601Z | Checking tower-layer v0.3.3 |
550 | 2025-03-07T21:35:10.693Z | Checking indexmap v2.7.1 |
551 | 2025-03-07T21:35:11.114Z | Compiling pest_derive v2.7.14 |
552 | 2025-03-07T21:35:11.390Z | Checking serde_urlencoded v0.7.1 |
553 | 2025-03-07T21:35:11.760Z | Compiling serde_tokenstream v0.2.2 |
554 | 2025-03-07T21:35:11.906Z | Checking h2 v0.4.6 |
555 | 2025-03-07T21:35:11.948Z | Checking tokio-native-tls v0.3.1 |
556 | 2025-03-07T21:35:12.198Z | Checking base64 v0.22.1 |
557 | 2025-03-07T21:35:12.241Z | Compiling time-core v0.1.2 |
558 | 2025-03-07T21:35:12.422Z | Checking powerfmt v0.2.0 |
559 | 2025-03-07T21:35:12.457Z | Compiling num-conv v0.1.0 |
560 | 2025-03-07T21:35:12.664Z | Compiling rustix v0.38.37 |
561 | 2025-03-07T21:35:12.676Z | Checking deranged v0.3.11 |
562 | 2025-03-07T21:35:12.732Z | Compiling time-macros v0.2.18 |
563 | 2025-03-07T21:35:12.891Z | Checking icu_normalizer v1.5.0 |
564 | 2025-03-07T21:35:13.449Z | Compiling dof v0.3.0 |
565 | 2025-03-07T21:35:13.591Z | Checking idna_adapter v1.2.0 |
566 | 2025-03-07T21:35:13.787Z | Checking idna v1.0.3 |
567 | 2025-03-07T21:35:13.950Z | Compiling dtrace-parser v0.2.0 |
568 | 2025-03-07T21:35:14.123Z | Checking tower v0.5.2 |
569 | 2025-03-07T21:35:14.215Z | Checking scroll v0.12.0 |
570 | 2025-03-07T21:35:14.219Z | Compiling thread-id v4.2.2 |
571 | 2025-03-07T21:35:14.264Z | Checking url v2.5.3 |
572 | 2025-03-07T21:35:14.677Z | Checking ppv-lite86 v0.2.20 |
573 | 2025-03-07T21:35:14.925Z | Compiling structmeta-derive v0.3.0 |
574 | 2025-03-07T21:35:15.344Z | Compiling typify-impl v0.2.0 |
575 | 2025-03-07T21:35:15.482Z | Checking errno v0.3.9 |
576 | 2025-03-07T21:35:15.660Z | Compiling strsim v0.11.1 |
577 | 2025-03-07T21:35:15.730Z | Compiling paste v1.0.15 |
578 | 2025-03-07T21:35:15.851Z | Checking num_threads v0.1.7 |
579 | 2025-03-07T21:35:15.988Z | Checking hyper v1.6.0 |
580 | 2025-03-07T21:35:16.370Z | Compiling rustversion v1.0.17 |
581 | 2025-03-07T21:35:16.459Z | Checking ipnet v2.11.0 |
582 | 2025-03-07T21:35:16.480Z | Checking plain v0.2.3 |
583 | 2025-03-07T21:35:16.640Z | Compiling crossbeam-utils v0.8.20 |
584 | 2025-03-07T21:35:16.912Z | Compiling ident_case v1.0.1 |
585 | 2025-03-07T21:35:17.092Z | Compiling darling_core v0.20.10 |
586 | 2025-03-07T21:35:17.185Z | Checking goblin v0.8.2 |
587 | 2025-03-07T21:35:17.284Z | Compiling structmeta v0.3.0 |
588 | 2025-03-07T21:35:17.637Z | Checking time v0.3.36 |
589 | 2025-03-07T21:35:17.987Z | Checking hyper-util v0.1.10 |
590 | 2025-03-07T21:35:19.285Z | Checking rand_chacha v0.3.1 |
591 | 2025-03-07T21:35:19.534Z | Checking hyper-rustls v0.27.3 |
592 | 2025-03-07T21:35:19.670Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-07T21:35:19.853Z | Compiling openapiv3 v2.0.0 |
594 | 2025-03-07T21:35:19.928Z | Checking reqwest v0.12.12 |
595 | 2025-03-07T21:35:21.065Z | Checking dirs-sys-next v0.1.2 |
596 | 2025-03-07T21:35:21.252Z | Checking pretty-hex v0.4.1 |
597 | 2025-03-07T21:35:21.303Z | Checking fastrand v2.1.1 |
598 | 2025-03-07T21:35:21.344Z | Compiling omicron-workspace-hack v0.1.0 |
599 | 2025-03-07T21:35:21.436Z | Compiling newtype-uuid v1.2.1 |
600 | 2025-03-07T21:35:21.641Z | Compiling rustls v0.22.4 |
601 | 2025-03-07T21:35:21.671Z | Compiling unsafe-libyaml v0.2.11 |
602 | 2025-03-07T21:35:21.821Z | Checking tempfile v3.13.0 |
603 | 2025-03-07T21:35:22.147Z | Checking dirs-next v2.0.0 |
604 | 2025-03-07T21:35:22.249Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-07T21:35:22.283Z | Checking rand v0.8.5 |
606 | 2025-03-07T21:35:23.184Z | Compiling serde_yaml v0.9.34+deprecated |
607 | 2025-03-07T21:35:23.410Z | Checking block-buffer v0.10.4 |
608 | 2025-03-07T21:35:23.481Z | Checking crypto-common v0.1.6 |
609 | 2025-03-07T21:35:23.612Z | Checking ipnetwork v0.21.1 |
610 | 2025-03-07T21:35:23.637Z | Checking toml_datetime v0.6.8 |
611 | 2025-03-07T21:35:23.640Z | Checking serde_spanned v0.6.8 |
612 | 2025-03-07T21:35:23.640Z | Compiling multer v3.1.0 |
613 | 2025-03-07T21:35:23.781Z | Checking wait-timeout v0.2.0 |
614 | 2025-03-07T21:35:23.830Z | Checking thread_local v1.1.8 |
615 | 2025-03-07T21:35:23.908Z | Checking bit-vec v0.8.0 |
616 | 2025-03-07T21:35:23.945Z | Compiling slog-async v2.8.0 |
617 | 2025-03-07T21:35:23.975Z | Checking winnow v0.7.3 |
618 | 2025-03-07T21:35:24.018Z | Compiling camino v1.1.9 |
619 | 2025-03-07T21:35:24.112Z | Checking quick-error v1.2.3 |
620 | 2025-03-07T21:35:24.244Z | Checking match_cfg v0.1.0 |
621 | 2025-03-07T21:35:24.264Z | Compiling anyhow v1.0.97 |
622 | 2025-03-07T21:35:24.341Z | Compiling thiserror v2.0.11 |
623 | 2025-03-07T21:35:24.379Z | Compiling strum_macros v0.26.4 |
624 | 2025-03-07T21:35:24.484Z | Checking hostname v0.3.1 |
625 | 2025-03-07T21:35:24.614Z | Checking rusty-fork v0.3.0 |
626 | 2025-03-07T21:35:24.657Z | Checking bit-set v0.8.0 |
627 | 2025-03-07T21:35:24.911Z | Checking oxnet v0.1.1 |
628 | 2025-03-07T21:35:25.197Z | Checking digest v0.10.7 |
629 | 2025-03-07T21:35:25.257Z | Checking crossbeam-channel v0.5.13 |
630 | 2025-03-07T21:35:25.305Z | Compiling darling v0.20.10 |
631 | 2025-03-07T21:35:25.417Z | Checking term v0.7.0 |
632 | 2025-03-07T21:35:25.761Z | Checking progenitor-client v0.8.0 |
633 | 2025-03-07T21:35:25.830Z | Compiling usdt-macro v0.5.0 |
634 | 2025-03-07T21:35:25.956Z | Compiling usdt-attr-macro v0.5.0 |
635 | 2025-03-07T21:35:26.053Z | Checking slog-json v2.6.1 |
636 | 2025-03-07T21:35:26.233Z | Compiling parse-display-derive v0.10.0 |
637 | 2025-03-07T21:35:26.306Z | Checking hex v0.4.3 |
638 | 2025-03-07T21:35:26.495Z | Compiling typify-macro v0.2.0 |
639 | 2025-03-07T21:35:26.766Z | Checking rand_xorshift v0.3.0 |
640 | 2025-03-07T21:35:26.779Z | Checking toml_edit v0.22.24 |
641 | 2025-03-07T21:35:26.958Z | Checking futures-executor v0.3.31 |
642 | 2025-03-07T21:35:27.050Z | Compiling async-stream-impl v0.3.6 |
643 | 2025-03-07T21:35:27.194Z | Compiling daft-derive v0.1.1 |
644 | 2025-03-07T21:35:27.340Z | Compiling thiserror-impl v2.0.11 |
645 | 2025-03-07T21:35:28.309Z | Compiling dropshot v0.16.0 |
646 | 2025-03-07T21:35:28.393Z | Checking memmap v0.7.0 |
647 | 2025-03-07T21:35:28.608Z | Checking is-terminal v0.4.13 |
648 | 2025-03-07T21:35:28.640Z | Checking spin v0.9.8 |
649 | 2025-03-07T21:35:28.653Z | Checking take_mut v0.2.2 |
650 | 2025-03-07T21:35:28.719Z | Checking cpufeatures v0.2.14 |
651 | 2025-03-07T21:35:28.791Z | Checking unarray v0.1.4 |
652 | 2025-03-07T21:35:28.805Z | Checking lazy_static v1.5.0 |
653 | 2025-03-07T21:35:28.816Z | Checking sha1 v0.10.6 |
654 | 2025-03-07T21:35:28.836Z | Checking tokio-rustls v0.25.0 |
655 | 2025-03-07T21:35:28.950Z | Checking proptest v1.6.0 |
656 | 2025-03-07T21:35:29.169Z | Checking slog-term v2.9.1 |
657 | 2025-03-07T21:35:29.287Z | Checking daft v0.1.1 |
658 | 2025-03-07T21:35:29.422Z | Checking toml v0.8.20 |
659 | 2025-03-07T21:35:29.436Z | Checking usdt v0.5.0 |
660 | 2025-03-07T21:35:29.576Z | Checking parse-display v0.10.0 |
661 | 2025-03-07T21:35:29.651Z | Checking strum v0.26.3 |
662 | 2025-03-07T21:35:29.666Z | Checking async-stream v0.3.6 |
663 | 2025-03-07T21:35:29.678Z | Checking futures v0.3.31 |
664 | 2025-03-07T21:35:29.691Z | Compiling typify v0.2.0 |
665 | 2025-03-07T21:35:29.784Z | Compiling progenitor-impl v0.8.0 |
666 | 2025-03-07T21:35:29.812Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
667 | 2025-03-07T21:35:29.812Z | Checking slog-bunyan v2.5.0 |
668 | 2025-03-07T21:35:29.837Z | Compiling serde_with_macros v3.12.0 |
669 | 2025-03-07T21:35:30.157Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-07T21:35:30.228Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-07T21:35:30.328Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-07T21:35:30.495Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-07T21:35:30.883Z | Compiling async-trait v0.1.87 |
674 | 2025-03-07T21:35:31.310Z | Checking waitgroup v0.1.2 |
675 | 2025-03-07T21:35:31.455Z | Checking hostname v0.4.0 |
676 | 2025-03-07T21:35:31.594Z | Checking instant v0.1.13 |
677 | 2025-03-07T21:35:31.718Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-07T21:35:31.795Z | Checking backoff v0.4.0 |
679 | 2025-03-07T21:35:31.856Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-07T21:35:32.006Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-07T21:35:32.052Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-07T21:35:32.196Z | Checking serde_with v3.12.0 |
683 | 2025-03-07T21:35:32.569Z | Checking progenitor-client v0.9.1 |
684 | 2025-03-07T21:35:32.854Z | Checking macaddr v1.0.1 |
685 | 2025-03-07T21:35:33.066Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
686 | 2025-03-07T21:35:33.651Z | Compiling progenitor-macro v0.8.0 |
687 | 2025-03-07T21:35:37.067Z | Checking progenitor v0.8.0 |
688 | 2025-03-07T21:35:37.173Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
689 | 2025-03-07T21:35:39.881Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-07T21:35:46.748Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-07T21:35:46.811Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
692 | 2025-03-07T21:35:46.944Z | + cargo build --release |
693 | 2025-03-07T21:35:47.167Z | Compiling proc-macro2 v1.0.93 |
694 | 2025-03-07T21:35:47.168Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-07T21:35:47.171Z | Compiling libc v0.2.170 |
696 | 2025-03-07T21:35:47.171Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-07T21:35:47.171Z | Compiling autocfg v1.4.0 |
698 | 2025-03-07T21:35:47.171Z | Compiling serde v1.0.218 |
699 | 2025-03-07T21:35:47.171Z | Compiling memchr v2.7.4 |
700 | 2025-03-07T21:35:47.171Z | Compiling serde_json v1.0.139 |
701 | 2025-03-07T21:35:47.292Z | Compiling itoa v1.0.11 |
702 | 2025-03-07T21:35:47.515Z | Compiling thiserror v1.0.69 |
703 | 2025-03-07T21:35:47.581Z | Compiling shlex v1.3.0 |
704 | 2025-03-07T21:35:47.782Z | Compiling cc v1.2.15 |
705 | 2025-03-07T21:35:47.865Z | Compiling pin-project-lite v0.2.14 |
706 | 2025-03-07T21:35:47.990Z | Compiling once_cell v1.20.3 |
707 | 2025-03-07T21:35:48.067Z | Compiling ryu v1.0.18 |
708 | 2025-03-07T21:35:48.366Z | Compiling smallvec v1.14.0 |
709 | 2025-03-07T21:35:48.648Z | Compiling semver v1.0.25 |
710 | 2025-03-07T21:35:48.659Z | Compiling bytes v1.10.0 |
711 | 2025-03-07T21:35:48.754Z | Compiling version_check v0.9.5 |
712 | 2025-03-07T21:35:48.798Z | Compiling futures-core v0.3.31 |
713 | 2025-03-07T21:35:49.045Z | Compiling quote v1.0.38 |
714 | 2025-03-07T21:35:49.137Z | Compiling lock_api v0.4.12 |
715 | 2025-03-07T21:35:49.287Z | Compiling parking_lot_core v0.9.10 |
716 | 2025-03-07T21:35:49.341Z | Compiling getrandom v0.2.15 |
717 | 2025-03-07T21:35:49.505Z | Compiling syn v2.0.98 |
718 | 2025-03-07T21:35:49.612Z | Compiling allocator-api2 v0.2.18 |
719 | 2025-03-07T21:35:49.655Z | Compiling scopeguard v1.2.0 |
720 | 2025-03-07T21:35:49.744Z | Compiling equivalent v1.0.1 |
721 | 2025-03-07T21:35:49.806Z | Compiling foldhash v0.1.3 |
722 | 2025-03-07T21:35:49.894Z | Compiling slab v0.4.9 |
723 | 2025-03-07T21:35:50.181Z | Compiling futures-sink v0.3.31 |
724 | 2025-03-07T21:35:50.292Z | Compiling hashbrown v0.15.1 |
725 | 2025-03-07T21:35:50.330Z | Compiling fnv v1.0.7 |
726 | 2025-03-07T21:35:50.462Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-07T21:35:50.502Z | Compiling signal-hook-registry v1.4.2 |
728 | 2025-03-07T21:35:50.512Z | Compiling mio v1.0.2 |
729 | 2025-03-07T21:35:50.570Z | Compiling socket2 v0.5.8 |
730 | 2025-03-07T21:35:50.674Z | Compiling log v0.4.22 |
731 | 2025-03-07T21:35:51.061Z | Compiling num-traits v0.2.19 |
732 | 2025-03-07T21:35:51.100Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-07T21:35:51.205Z | Compiling ring v0.17.11 |
734 | 2025-03-07T21:35:51.659Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-07T21:35:51.729Z | Compiling futures-task v0.3.31 |
736 | 2025-03-07T21:35:51.965Z | Compiling getrandom v0.3.1 |
737 | 2025-03-07T21:35:52.013Z | Compiling pin-utils v0.1.0 |
738 | 2025-03-07T21:35:52.103Z | Compiling futures-io v0.3.31 |
739 | 2025-03-07T21:35:52.122Z | Compiling http v1.2.0 |
740 | 2025-03-07T21:35:52.413Z | Compiling vcpkg v0.2.15 |
741 | 2025-03-07T21:35:52.522Z | Compiling heck v0.5.0 |
742 | 2025-03-07T21:35:52.693Z | Compiling bitflags v2.6.0 |
743 | 2025-03-07T21:35:52.915Z | Compiling schemars v0.8.22 |
744 | 2025-03-07T21:35:53.306Z | Compiling rustls-pki-types v1.10.0 |
745 | 2025-03-07T21:35:53.380Z | Compiling iana-time-zone v0.1.61 |
746 | 2025-03-07T21:35:53.413Z | Compiling pkg-config v0.3.31 |
747 | 2025-03-07T21:35:54.195Z | Compiling dyn-clone v1.0.19 |
748 | 2025-03-07T21:35:54.425Z | Compiling untrusted v0.9.0 |
749 | 2025-03-07T21:35:54.425Z | Compiling openssl-sys v0.9.106 |
750 | 2025-03-07T21:35:54.483Z | Compiling httparse v1.9.5 |
751 | 2025-03-07T21:35:54.616Z | Compiling litemap v0.7.3 |
752 | 2025-03-07T21:35:54.882Z | Compiling writeable v0.5.5 |
753 | 2025-03-07T21:35:55.114Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-07T21:35:55.255Z | Compiling atomic-waker v1.1.2 |
755 | 2025-03-07T21:35:55.446Z | Compiling ucd-trie v0.1.7 |
756 | 2025-03-07T21:35:55.830Z | Compiling http-body v1.0.1 |
757 | 2025-03-07T21:35:55.928Z | Compiling tracing v0.1.40 |
758 | 2025-03-07T21:35:56.510Z | Compiling icu_locid_transform_data v1.5.0 |
759 | 2025-03-07T21:35:56.571Z | Compiling zeroize v1.8.1 |
760 | 2025-03-07T21:35:56.608Z | Compiling serde_derive_internals v0.29.1 |
761 | 2025-03-07T21:35:56.619Z | Compiling synstructure v0.13.1 |
762 | 2025-03-07T21:35:56.898Z | Compiling try-lock v0.2.5 |
763 | 2025-03-07T21:35:57.027Z | Compiling subtle v2.6.1 |
764 | 2025-03-07T21:35:57.056Z | Compiling byteorder v1.5.0 |
765 | 2025-03-07T21:35:57.264Z | Compiling want v0.3.1 |
766 | 2025-03-07T21:35:57.284Z | Compiling chrono v0.4.40 |
767 | 2025-03-07T21:35:57.529Z | Compiling icu_properties_data v1.5.0 |
768 | 2025-03-07T21:35:57.762Z | Compiling foreign-types-shared v0.1.1 |
769 | 2025-03-07T21:35:57.765Z | Compiling uuid v1.15.1 |
770 | 2025-03-07T21:35:57.833Z | Compiling tower-service v0.3.3 |
771 | 2025-03-07T21:35:57.870Z | Compiling httpdate v1.0.3 |
772 | 2025-03-07T21:35:57.958Z | Compiling openssl v0.10.71 |
773 | 2025-03-07T21:35:58.427Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-07T21:35:58.517Z | Compiling regress v0.10.3 |
775 | 2025-03-07T21:35:58.636Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-07T21:35:59.070Z | Compiling write16 v1.0.0 |
777 | 2025-03-07T21:35:59.217Z | Compiling rustls v0.23.19 |
778 | 2025-03-07T21:35:59.717Z | Compiling slog v2.7.0 |
779 | 2025-03-07T21:35:59.890Z | Compiling utf16_iter v1.0.5 |
780 | 2025-03-07T21:36:00.103Z | Compiling native-tls v0.2.12 |
781 | 2025-03-07T21:36:00.227Z | Compiling icu_normalizer_data v1.5.0 |
782 | 2025-03-07T21:36:00.290Z | Compiling regex-syntax v0.8.5 |
783 | 2025-03-07T21:36:00.327Z | Compiling percent-encoding v2.3.1 |
784 | 2025-03-07T21:36:00.493Z | Compiling utf8_iter v1.0.4 |
785 | 2025-03-07T21:36:00.640Z | Compiling serde_derive v1.0.218 |
786 | 2025-03-07T21:36:00.742Z | Compiling thiserror-impl v1.0.69 |
787 | 2025-03-07T21:36:00.769Z | Compiling schemars_derive v0.8.22 |
788 | 2025-03-07T21:36:02.001Z | Compiling zerofrom-derive v0.1.4 |
789 | 2025-03-07T21:36:02.179Z | Compiling tokio-macros v2.5.0 |
790 | 2025-03-07T21:36:02.362Z | Compiling yoke-derive v0.7.4 |
791 | 2025-03-07T21:36:02.915Z | Compiling futures-macro v0.3.31 |
792 | 2025-03-07T21:36:03.496Z | Compiling zerovec-derive v0.10.3 |
793 | 2025-03-07T21:36:03.505Z | Compiling zerocopy-derive v0.7.35 |
794 | 2025-03-07T21:36:03.617Z | Compiling tokio v1.43.0 |
795 | 2025-03-07T21:36:04.688Z | Compiling futures-util v0.3.31 |
796 | 2025-03-07T21:36:04.696Z | Compiling displaydoc v0.2.5 |
797 | 2025-03-07T21:36:04.918Z | Compiling zerofrom v0.1.4 |
798 | 2025-03-07T21:36:05.141Z | Compiling yoke v0.7.4 |
799 | 2025-03-07T21:36:05.382Z | Compiling icu_provider_macros v1.5.0 |
800 | 2025-03-07T21:36:05.477Z | Compiling pest v2.7.14 |
801 | 2025-03-07T21:36:05.857Z | Compiling zerovec v0.10.4 |
802 | 2025-03-07T21:36:06.325Z | Compiling zerocopy v0.7.35 |
803 | 2025-03-07T21:36:06.470Z | Compiling openssl-macros v0.1.1 |
804 | 2025-03-07T21:36:08.358Z | Compiling tinystr v0.7.6 |
805 | 2025-03-07T21:36:08.525Z | Compiling rustls-webpki v0.102.8 |
806 | 2025-03-07T21:36:08.755Z | Compiling icu_locid v1.5.0 |
807 | 2025-03-07T21:36:10.613Z | Compiling icu_provider v1.5.0 |
808 | 2025-03-07T21:36:12.847Z | Compiling tokio-util v0.7.13 |
809 | 2025-03-07T21:36:13.305Z | Compiling indexmap v2.7.1 |
810 | 2025-03-07T21:36:15.494Z | Compiling serde_tokenstream v0.2.2 |
811 | 2025-03-07T21:36:16.093Z | Compiling h2 v0.4.6 |
812 | 2025-03-07T21:36:16.400Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-03-07T21:36:16.584Z | Compiling pest_meta v2.7.14 |
814 | 2025-03-07T21:36:16.656Z | Compiling icu_collections v1.5.0 |
815 | 2025-03-07T21:36:19.390Z | Compiling pest_generator v2.7.14 |
816 | 2025-03-07T21:36:20.122Z | Compiling icu_properties v1.5.1 |
817 | 2025-03-07T21:36:21.018Z | Compiling pest_derive v2.7.14 |
818 | 2025-03-07T21:36:21.973Z | Compiling hyper v1.6.0 |
819 | 2025-03-07T21:36:22.148Z | Compiling regex-automata v0.4.8 |
820 | 2025-03-07T21:36:23.499Z | Compiling typify-impl v0.2.0 |
821 | 2025-03-07T21:36:23.880Z | Compiling icu_normalizer v1.5.0 |
822 | 2025-03-07T21:36:26.361Z | Compiling hyper-util v0.1.10 |
823 | 2025-03-07T21:36:28.860Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-07T21:36:30.920Z | Compiling openssl-probe v0.1.5 |
825 | 2025-03-07T21:36:31.394Z | Compiling typenum v1.17.0 |
826 | 2025-03-07T21:36:32.486Z | Compiling regex v1.11.1 |
827 | 2025-03-07T21:36:32.790Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-07T21:36:33.022Z | Compiling http-body-util v0.1.2 |
829 | 2025-03-07T21:36:33.074Z | Compiling generic-array v0.14.7 |
830 | 2025-03-07T21:36:33.134Z | Compiling typify-macro v0.2.0 |
831 | 2025-03-07T21:36:33.434Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-07T21:36:33.727Z | Compiling mime v0.3.17 |
833 | 2025-03-07T21:36:34.814Z | Compiling idna v1.0.3 |
834 | 2025-03-07T21:36:37.092Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-07T21:36:37.387Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-07T21:36:39.244Z | Compiling tokio-rustls v0.26.0 |
837 | 2025-03-07T21:36:39.722Z | Compiling scroll_derive v0.12.0 |
838 | 2025-03-07T21:36:41.307Z | Compiling rustls-pemfile v2.2.0 |
839 | 2025-03-07T21:36:41.310Z | Compiling webpki-roots v0.26.6 |
840 | 2025-03-07T21:36:41.310Z | Compiling rand_core v0.6.4 |
841 | 2025-03-07T21:36:41.310Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-07T21:36:41.423Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-07T21:36:41.539Z | Compiling rustix v0.38.37 |
844 | 2025-03-07T21:36:41.576Z | Compiling base64 v0.22.1 |
845 | 2025-03-07T21:36:42.197Z | Compiling num-conv v0.1.0 |
846 | 2025-03-07T21:36:42.466Z | Compiling powerfmt v0.2.0 |
847 | 2025-03-07T21:36:42.653Z | Compiling tower-layer v0.3.3 |
848 | 2025-03-07T21:36:42.961Z | Compiling time-core v0.1.2 |
849 | 2025-03-07T21:36:43.038Z | Compiling tower v0.5.2 |
850 | 2025-03-07T21:36:43.122Z | Compiling time-macros v0.2.18 |
851 | 2025-03-07T21:36:43.940Z | Compiling deranged v0.3.11 |
852 | 2025-03-07T21:36:45.588Z | Compiling scroll v0.12.0 |
853 | 2025-03-07T21:36:45.920Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-07T21:36:46.194Z | Compiling hyper-tls v0.6.0 |
855 | 2025-03-07T21:36:46.687Z | Compiling thread-id v4.2.2 |
856 | 2025-03-07T21:36:47.198Z | Compiling url v2.5.3 |
857 | 2025-03-07T21:36:47.284Z | Compiling dof v0.3.0 |
858 | 2025-03-07T21:36:47.351Z | Compiling dtrace-parser v0.2.0 |
859 | 2025-03-07T21:36:47.971Z | Compiling ppv-lite86 v0.2.20 |
860 | 2025-03-07T21:36:48.029Z | Compiling structmeta-derive v0.3.0 |
861 | 2025-03-07T21:36:48.753Z | Compiling errno v0.3.9 |
862 | 2025-03-07T21:36:48.861Z | Compiling ident_case v1.0.1 |
863 | 2025-03-07T21:36:49.032Z | Compiling plain v0.2.3 |
864 | 2025-03-07T21:36:49.201Z | Compiling crossbeam-utils v0.8.20 |
865 | 2025-03-07T21:36:49.251Z | Compiling rustversion v1.0.17 |
866 | 2025-03-07T21:36:49.906Z | Compiling num_threads v0.1.7 |
867 | 2025-03-07T21:36:50.032Z | Compiling paste v1.0.15 |
868 | 2025-03-07T21:36:50.650Z | Compiling ipnet v2.11.0 |
869 | 2025-03-07T21:36:51.915Z | Compiling strsim v0.11.1 |
870 | 2025-03-07T21:36:52.277Z | Compiling omicron-workspace-hack v0.1.0 |
871 | 2025-03-07T21:36:52.530Z | Compiling darling_core v0.20.10 |
872 | 2025-03-07T21:36:53.615Z | Compiling reqwest v0.12.12 |
873 | 2025-03-07T21:36:56.908Z | Compiling time v0.3.36 |
874 | 2025-03-07T21:36:57.779Z | Compiling structmeta v0.3.0 |
875 | 2025-03-07T21:36:58.194Z | Compiling goblin v0.8.2 |
876 | 2025-03-07T21:37:01.724Z | Compiling rand_chacha v0.3.1 |
877 | 2025-03-07T21:37:04.279Z | Compiling openapiv3 v2.0.0 |
878 | 2025-03-07T21:37:04.623Z | Compiling typify v0.2.0 |
879 | 2025-03-07T21:37:06.035Z | Compiling dirs-sys-next v0.1.2 |
880 | 2025-03-07T21:37:07.081Z | Compiling fastrand v2.1.1 |
881 | 2025-03-07T21:37:07.781Z | Compiling newtype-uuid v1.2.1 |
882 | 2025-03-07T21:37:08.155Z | Compiling pretty-hex v0.4.1 |
883 | 2025-03-07T21:37:08.227Z | Compiling rustls v0.22.4 |
884 | 2025-03-07T21:37:08.405Z | Compiling unsafe-libyaml v0.2.11 |
885 | 2025-03-07T21:37:10.070Z | Compiling serde_yaml v0.9.34+deprecated |
886 | 2025-03-07T21:37:10.601Z | Compiling progenitor-impl v0.8.0 |
887 | 2025-03-07T21:37:13.261Z | Compiling tempfile v3.13.0 |
888 | 2025-03-07T21:37:14.918Z | Compiling dirs-next v2.0.0 |
889 | 2025-03-07T21:37:15.177Z | Compiling rand v0.8.5 |
890 | 2025-03-07T21:37:16.962Z | Compiling darling_macro v0.20.10 |
891 | 2025-03-07T21:37:17.424Z | Compiling crypto-common v0.1.6 |
892 | 2025-03-07T21:37:17.541Z | Compiling block-buffer v0.10.4 |
893 | 2025-03-07T21:37:17.633Z | Compiling ipnetwork v0.21.1 |
894 | 2025-03-07T21:37:17.783Z | Compiling serde_spanned v0.6.8 |
895 | 2025-03-07T21:37:17.934Z | Compiling toml_datetime v0.6.8 |
896 | 2025-03-07T21:37:18.009Z | Compiling multer v3.1.0 |
897 | 2025-03-07T21:37:18.487Z | Compiling wait-timeout v0.2.0 |
898 | 2025-03-07T21:37:18.608Z | Compiling thread_local v1.1.8 |
899 | 2025-03-07T21:37:19.329Z | Compiling match_cfg v0.1.0 |
900 | 2025-03-07T21:37:19.423Z | Compiling camino v1.1.9 |
901 | 2025-03-07T21:37:19.482Z | Compiling slog-async v2.8.0 |
902 | 2025-03-07T21:37:19.972Z | Compiling winnow v0.7.3 |
903 | 2025-03-07T21:37:19.995Z | Compiling anyhow v1.0.97 |
904 | 2025-03-07T21:37:20.614Z | Compiling bit-vec v0.8.0 |
905 | 2025-03-07T21:37:21.192Z | Compiling thiserror v2.0.11 |
906 | 2025-03-07T21:37:21.796Z | Compiling quick-error v1.2.3 |
907 | 2025-03-07T21:37:21.980Z | Compiling rusty-fork v0.3.0 |
908 | 2025-03-07T21:37:22.105Z | Compiling bit-set v0.8.0 |
909 | 2025-03-07T21:37:22.578Z | Compiling hostname v0.3.1 |
910 | 2025-03-07T21:37:22.875Z | Compiling oxnet v0.1.1 |
911 | 2025-03-07T21:37:23.482Z | Compiling darling v0.20.10 |
912 | 2025-03-07T21:37:23.587Z | Compiling toml_edit v0.22.24 |
913 | 2025-03-07T21:37:23.963Z | Compiling digest v0.10.7 |
914 | 2025-03-07T21:37:24.281Z | Compiling strum_macros v0.26.4 |
915 | 2025-03-07T21:37:27.824Z | Compiling progenitor-macro v0.8.0 |
916 | 2025-03-07T21:37:28.443Z | Compiling crossbeam-channel v0.5.13 |
917 | 2025-03-07T21:37:29.924Z | Compiling term v0.7.0 |
918 | 2025-03-07T21:37:33.560Z | Compiling usdt-attr-macro v0.5.0 |
919 | 2025-03-07T21:37:34.390Z | Compiling usdt-macro v0.5.0 |
920 | 2025-03-07T21:37:34.980Z | Compiling slog-json v2.6.1 |
921 | 2025-03-07T21:37:34.990Z | Compiling parse-display-derive v0.10.0 |
922 | 2025-03-07T21:37:35.473Z | Compiling progenitor-client v0.8.0 |
923 | 2025-03-07T21:37:35.675Z | Compiling rand_xorshift v0.3.0 |
924 | 2025-03-07T21:37:35.972Z | Compiling hex v0.4.3 |
925 | 2025-03-07T21:37:36.391Z | Compiling futures-executor v0.3.31 |
926 | 2025-03-07T21:37:36.599Z | Compiling thiserror-impl v2.0.11 |
927 | 2025-03-07T21:37:37.435Z | Compiling async-stream-impl v0.3.6 |
928 | 2025-03-07T21:37:38.381Z | Compiling daft-derive v0.1.1 |
929 | 2025-03-07T21:37:38.514Z | Compiling dropshot v0.16.0 |
930 | 2025-03-07T21:37:38.637Z | Compiling is-terminal v0.4.13 |
931 | 2025-03-07T21:37:38.756Z | Compiling memmap v0.7.0 |
932 | 2025-03-07T21:37:38.891Z | Compiling lazy_static v1.5.0 |
933 | 2025-03-07T21:37:39.024Z | Compiling take_mut v0.2.2 |
934 | 2025-03-07T21:37:39.161Z | Compiling spin v0.9.8 |
935 | 2025-03-07T21:37:39.187Z | Compiling cpufeatures v0.2.14 |
936 | 2025-03-07T21:37:39.287Z | Compiling unarray v0.1.4 |
937 | 2025-03-07T21:37:39.465Z | Compiling proptest v1.6.0 |
938 | 2025-03-07T21:37:39.626Z | Compiling sha1 v0.10.6 |
939 | 2025-03-07T21:37:39.891Z | Compiling daft v0.1.1 |
940 | 2025-03-07T21:37:40.407Z | Compiling usdt v0.5.0 |
941 | 2025-03-07T21:37:41.909Z | Compiling slog-term v2.9.1 |
942 | 2025-03-07T21:37:42.051Z | Compiling async-stream v0.3.6 |
943 | 2025-03-07T21:37:42.405Z | Compiling parse-display v0.10.0 |
944 | 2025-03-07T21:37:43.555Z | Compiling progenitor v0.8.0 |
945 | 2025-03-07T21:37:43.743Z | Compiling futures v0.3.31 |
946 | 2025-03-07T21:37:43.851Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
947 | 2025-03-07T21:37:44.134Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-03-07T21:37:44.389Z | Compiling tokio-rustls v0.25.0 |
949 | 2025-03-07T21:37:44.412Z | Compiling strum v0.26.3 |
950 | 2025-03-07T21:37:44.604Z | Compiling toml v0.8.20 |
951 | 2025-03-07T21:37:44.750Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-07T21:37:46.803Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-07T21:37:47.243Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-07T21:37:47.525Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-07T21:37:48.543Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
956 | 2025-03-07T21:37:49.396Z | Compiling async-trait v0.1.87 |
957 | 2025-03-07T21:37:49.963Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-07T21:37:50.201Z | Compiling hostname v0.4.0 |
959 | 2025-03-07T21:37:50.453Z | Compiling instant v0.1.13 |
960 | 2025-03-07T21:37:50.619Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-07T21:37:50.761Z | Compiling backoff v0.4.0 |
962 | 2025-03-07T21:37:51.088Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
963 | 2025-03-07T21:37:51.152Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
964 | 2025-03-07T21:37:51.454Z | Compiling serde_with v3.12.0 |
965 | 2025-03-07T21:37:51.651Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
966 | 2025-03-07T21:37:52.889Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-07T21:37:53.732Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-07T21:37:54.502Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-07T21:37:55.511Z | Compiling macaddr v1.0.1 |
970 | 2025-03-07T21:37:59.193Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-07T21:38:09.739Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-07T21:38:19.256Z | Finished `release` profile [optimized] target(s) in 2m 32s |
973 | 2025-03-07T21:38:19.329Z | process exited: duration 218435 ms, exit code 0 |
|
974 | 2025-03-07T21:38:19.338Z | found 0 output files |