|
|
|
1 | 2025-02-25T01:14:52.172Z | job assigned to worker 01JMXANRTFC6KK5W1KY5WP5RXQ [factory aws, i-00e2b3e1f6be1b081] (queued for 33 m 27 s) |
|
2 | 2025-02-25T01:15:00.396Z | starting task 0: "setup" |
3 | 2025-02-25T01:15:00.403Z | ++ uname -s |
4 | 2025-02-25T01:15:00.405Z | + kern=SunOS |
5 | 2025-02-25T01:15:00.406Z | + build_user=build |
6 | 2025-02-25T01:15:00.406Z | + build_uid=12345 |
7 | 2025-02-25T01:15:00.406Z | + work_dir=/work |
8 | 2025-02-25T01:15:00.406Z | + input_dir=/input |
9 | 2025-02-25T01:15:00.406Z | + [[ 0 == 12345 ]] |
10 | 2025-02-25T01:15:00.406Z | + case "$kern" in |
11 | 2025-02-25T01:15:00.406Z | + groupadd -g 12345 build |
12 | 2025-02-25T01:15:00.409Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-25T01:15:02.419Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-25T01:15:02.519Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-25T01:15:02.522Z | + home_fs=zfs |
16 | 2025-02-25T01:15:02.522Z | + [[ zfs == autofs ]] |
17 | 2025-02-25T01:15:02.522Z | + mkdir -p /home/build |
18 | 2025-02-25T01:15:02.525Z | + chown build:build /home/build /work |
19 | 2025-02-25T01:15:04.526Z | + chmod 0700 /home/build /work |
20 | 2025-02-25T01:15:04.530Z | process exited: duration 4132 ms, exit code 0 |
|
21 | 2025-02-25T01:15:04.537Z | starting task 1: "rust-toolchain" |
22 | 2025-02-25T01:15:04.542Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-02-25T01:15:04.542Z | * rust toolchain channel = "1.85.0" |
24 | 2025-02-25T01:15:04.542Z | * rust toolchain profile = "default" |
25 | 2025-02-25T01:15:04.542Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-25T01:15:04.542Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-25T01:15:04.542Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-25T01:15:04.546Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-25T01:15:04.546Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-02-25T01:15:04.667Z | info: downloading installer |
31 | 2025-02-25T01:15:05.798Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-25T01:15:05.798Z | warning: /opt/ooce/bin |
33 | 2025-02-25T01:15:05.798Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-25T01:15:05.798Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-25T01:15:05.798Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-25T01:15:05.798Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-25T01:15:05.798Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-25T01:15:05.798Z | error: cannot install while Rust is installed |
39 | 2025-02-25T01:15:05.798Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-25T01:15:05.822Z | info: profile set to 'default' |
41 | 2025-02-25T01:15:05.822Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-25T01:15:05.825Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-02-25T01:15:05.966Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-02-25T01:15:05.966Z | info: downloading component 'cargo' |
45 | 2025-02-25T01:15:06.700Z | info: downloading component 'clippy' |
46 | 2025-02-25T01:15:07.089Z | info: downloading component 'rust-docs' |
47 | 2025-02-25T01:15:08.201Z | info: downloading component 'rust-std' |
48 | 2025-02-25T01:15:09.836Z | info: downloading component 'rustc' |
49 | 2025-02-25T01:15:15.537Z | info: downloading component 'rustfmt' |
50 | 2025-02-25T01:15:15.749Z | info: installing component 'cargo' |
51 | 2025-02-25T01:15:16.562Z | info: installing component 'clippy' |
52 | 2025-02-25T01:15:16.946Z | info: installing component 'rust-docs' |
53 | 2025-02-25T01:15:18.692Z | info: installing component 'rust-std' |
54 | 2025-02-25T01:15:20.532Z | info: installing component 'rustc' |
55 | 2025-02-25T01:15:26.485Z | info: installing component 'rustfmt' |
56 | 2025-02-25T01:15:26.823Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-02-25T01:15:26.823Z | |
58 | 2025-02-25T01:15:27.202Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-02-25T01:15:27.202Z | |
60 | 2025-02-25T01:15:27.205Z | |
61 | 2025-02-25T01:15:27.205Z | Rust is installed now. Great! |
62 | 2025-02-25T01:15:27.205Z | |
63 | 2025-02-25T01:15:27.205Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-25T01:15:27.205Z | environment variable. This has not been done automatically. |
65 | 2025-02-25T01:15:27.205Z | |
66 | 2025-02-25T01:15:27.205Z | To configure your current shell, you need to source |
67 | 2025-02-25T01:15:27.205Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-25T01:15:27.205Z | |
69 | 2025-02-25T01:15:27.205Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-25T01:15:27.205Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-25T01:15:27.205Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-25T01:15:27.281Z | + rustup --version |
73 | 2025-02-25T01:15:27.290Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-25T01:15:27.290Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-25T01:15:27.371Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
76 | 2025-02-25T01:15:27.374Z | + cargo --version |
77 | 2025-02-25T01:15:27.433Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
78 | 2025-02-25T01:15:27.436Z | + rustc --version |
79 | 2025-02-25T01:15:27.501Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
80 | 2025-02-25T01:15:27.506Z | process exited: duration 22964 ms, exit code 0 |
|
81 | 2025-02-25T01:15:27.513Z | starting task 2: "authentication" |
82 | 2025-02-25T01:15:27.534Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-25T01:15:27.540Z | starting task 3: "clone repository" |
84 | 2025-02-25T01:15:27.545Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-25T01:15:27.548Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-25T01:15:28.314Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-25T01:15:36.672Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-25T01:15:36.672Z | + git fetch origin e893250381d11254f24f0a09fc0987adb158add4 |
89 | 2025-02-25T01:15:37.012Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-25T01:15:37.012Z | * branch e893250381d11254f24f0a09fc0987adb158add4 -> FETCH_HEAD |
91 | 2025-02-25T01:15:37.023Z | + [[ -n affinity-integration ]] |
92 | 2025-02-25T01:15:37.026Z | ++ git branch --show-current |
93 | 2025-02-25T01:15:37.028Z | + current=main |
94 | 2025-02-25T01:15:37.028Z | + [[ main != affinity-integration ]] |
95 | 2025-02-25T01:15:37.028Z | + git branch -f affinity-integration e893250381d11254f24f0a09fc0987adb158add4 |
96 | 2025-02-25T01:15:37.031Z | + git checkout -f affinity-integration |
97 | 2025-02-25T01:15:37.220Z | Switched to branch 'affinity-integration' |
98 | 2025-02-25T01:15:37.223Z | + git reset --hard e893250381d11254f24f0a09fc0987adb158add4 |
99 | 2025-02-25T01:15:37.239Z | HEAD is now at e89325038 Merge branch 'affinity-instance-integration' into affinity-integration |
100 | 2025-02-25T01:15:37.242Z | process exited: duration 9699 ms, exit code 0 |
|
101 | 2025-02-25T01:15:37.248Z | starting task 4: "build" |
102 | 2025-02-25T01:15:37.253Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-25T01:15:37.255Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-25T01:15:37.255Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-25T01:15:37.255Z | + cargo --version |
106 | 2025-02-25T01:15:37.306Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
107 | 2025-02-25T01:15:37.309Z | + rustc --version |
108 | 2025-02-25T01:15:37.375Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
109 | 2025-02-25T01:15:37.379Z | + cd /tmp |
110 | 2025-02-25T01:15:37.381Z | + cargo new --lib test-project |
111 | 2025-02-25T01:15:37.442Z | Creating library `test-project` package |
112 | 2025-02-25T01:15:37.530Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-25T01:15:37.533Z | + cd test-project |
114 | 2025-02-25T01:15:37.533Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-25T01:15:37.599Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-25T01:15:37.599Z | Features: |
117 | 2025-02-25T01:15:37.601Z | - proptest |
118 | 2025-02-25T01:15:37.601Z | - test-strategy |
119 | 2025-02-25T01:15:37.601Z | - testing |
120 | 2025-02-25T01:15:37.632Z | Updating crates.io index |
121 | 2025-02-25T01:15:37.681Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
122 | 2025-02-25T01:15:38.322Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
123 | 2025-02-25T01:15:38.779Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
124 | 2025-02-25T01:15:40.300Z | Locking 335 packages to latest Rust 1.85.0 compatible versions |
125 | 2025-02-25T01:15:40.480Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
126 | 2025-02-25T01:15:40.483Z | + cargo check |
127 | 2025-02-25T01:15:40.683Z | Updating crates.io index |
128 | 2025-02-25T01:15:41.565Z | Locking 1 package to latest Rust 1.85.0 compatible version |
129 | 2025-02-25T01:15:41.565Z | Adding omicron-workspace-hack v0.1.0 |
130 | 2025-02-25T01:15:41.621Z | Downloading crates ... |
131 | 2025-02-25T01:15:41.704Z | Downloaded async-stream-impl v0.3.6 |
132 | 2025-02-25T01:15:41.708Z | Downloaded equivalent v1.0.1 |
133 | 2025-02-25T01:15:41.715Z | Downloaded foreign-types-shared v0.1.1 |
134 | 2025-02-25T01:15:41.719Z | Downloaded dtrace-parser v0.2.0 |
135 | 2025-02-25T01:15:41.722Z | Downloaded cfg-if v1.0.0 |
136 | 2025-02-25T01:15:41.722Z | Downloaded darling_macro v0.20.10 |
137 | 2025-02-25T01:15:41.731Z | Downloaded match_cfg v0.1.0 |
138 | 2025-02-25T01:15:41.735Z | Downloaded take_mut v0.2.2 |
139 | 2025-02-25T01:15:41.735Z | Downloaded foreign-types v0.3.2 |
140 | 2025-02-25T01:15:41.742Z | Downloaded http-body v1.0.1 |
141 | 2025-02-25T01:15:41.750Z | Downloaded icu_provider_macros v1.5.0 |
142 | 2025-02-25T01:15:41.753Z | Downloaded instant v0.1.13 |
143 | 2025-02-25T01:15:41.756Z | Downloaded generic-array v0.14.7 |
144 | 2025-02-25T01:15:41.759Z | Downloaded deranged v0.3.11 |
145 | 2025-02-25T01:15:41.762Z | Downloaded ipnetwork v0.21.1 |
146 | 2025-02-25T01:15:41.764Z | Downloaded block-buffer v0.10.4 |
147 | 2025-02-25T01:15:41.764Z | Downloaded autocfg v1.4.0 |
148 | 2025-02-25T01:15:41.766Z | Downloaded dirs-next v2.0.0 |
149 | 2025-02-25T01:15:41.785Z | Downloaded hyper-tls v0.6.0 |
150 | 2025-02-25T01:15:41.788Z | Downloaded form_urlencoded v1.2.1 |
151 | 2025-02-25T01:15:41.791Z | Downloaded fnv v1.0.7 |
152 | 2025-02-25T01:15:41.791Z | Downloaded crypto-common v0.1.6 |
153 | 2025-02-25T01:15:41.795Z | Downloaded dof v0.3.0 |
154 | 2025-02-25T01:15:41.797Z | Downloaded dirs-sys-next v0.1.2 |
155 | 2025-02-25T01:15:41.802Z | Downloaded is-terminal v0.4.13 |
156 | 2025-02-25T01:15:41.804Z | Downloaded progenitor-client v0.8.0 |
157 | 2025-02-25T01:15:41.807Z | Downloaded async-trait v0.1.86 |
158 | 2025-02-25T01:15:41.809Z | Downloaded heck v0.5.0 |
159 | 2025-02-25T01:15:41.812Z | Downloaded hex v0.4.3 |
160 | 2025-02-25T01:15:41.814Z | Downloaded httparse v1.9.5 |
161 | 2025-02-25T01:15:41.818Z | Downloaded futures-task v0.3.31 |
162 | 2025-02-25T01:15:41.818Z | Downloaded debug-ignore v1.0.5 |
163 | 2025-02-25T01:15:41.821Z | Downloaded ident_case v1.0.1 |
164 | 2025-02-25T01:15:41.823Z | Downloaded anyhow v1.0.96 |
165 | 2025-02-25T01:15:41.826Z | Downloaded ahash v0.8.11 |
166 | 2025-02-25T01:15:41.830Z | Downloaded lock_api v0.4.12 |
167 | 2025-02-25T01:15:41.838Z | Downloaded futures-macro v0.3.31 |
168 | 2025-02-25T01:15:41.841Z | Downloaded displaydoc v0.2.5 |
169 | 2025-02-25T01:15:41.844Z | Downloaded cpufeatures v0.2.14 |
170 | 2025-02-25T01:15:41.847Z | Downloaded http-body-util v0.1.2 |
171 | 2025-02-25T01:15:41.850Z | Downloaded litemap v0.7.3 |
172 | 2025-02-25T01:15:41.852Z | Downloaded futures-channel v0.3.31 |
173 | 2025-02-25T01:15:41.855Z | Downloaded getrandom v0.2.15 |
174 | 2025-02-25T01:15:41.858Z | Downloaded idna_adapter v1.2.0 |
175 | 2025-02-25T01:15:41.858Z | Downloaded icu_locid_transform v1.5.0 |
176 | 2025-02-25T01:15:41.860Z | Downloaded futures-executor v0.3.31 |
177 | 2025-02-25T01:15:41.863Z | Downloaded futures-core v0.3.31 |
178 | 2025-02-25T01:15:41.863Z | Downloaded camino v1.1.9 |
179 | 2025-02-25T01:15:41.865Z | Downloaded iana-time-zone v0.1.61 |
180 | 2025-02-25T01:15:41.868Z | Downloaded async-stream v0.3.6 |
181 | 2025-02-25T01:15:41.870Z | Downloaded backoff v0.4.0 |
182 | 2025-02-25T01:15:41.873Z | Downloaded futures-io v0.3.31 |
183 | 2025-02-25T01:15:41.873Z | Downloaded progenitor-client v0.9.1 |
184 | 2025-02-25T01:15:41.876Z | Downloaded synstructure v0.13.1 |
185 | 2025-02-25T01:15:41.876Z | Downloaded icu_normalizer v1.5.0 |
186 | 2025-02-25T01:15:41.878Z | Downloaded httpdate v1.0.3 |
187 | 2025-02-25T01:15:41.881Z | Downloaded hostname v0.3.1 |
188 | 2025-02-25T01:15:41.884Z | Downloaded dyn-clone v1.0.18 |
189 | 2025-02-25T01:15:41.884Z | Downloaded sync_wrapper v1.0.1 |
190 | 2025-02-25T01:15:41.886Z | Downloaded icu_locid_transform_data v1.5.0 |
191 | 2025-02-25T01:15:41.886Z | Downloaded icu_locid v1.5.0 |
192 | 2025-02-25T01:15:41.890Z | Downloaded hostname v0.4.0 |
193 | 2025-02-25T01:15:41.893Z | Downloaded stable_deref_trait v1.2.0 |
194 | 2025-02-25T01:15:41.896Z | Downloaded tower-service v0.3.3 |
195 | 2025-02-25T01:15:41.896Z | Downloaded slog-bunyan v2.5.0 |
196 | 2025-02-25T01:15:41.896Z | Downloaded signal-hook-registry v1.4.2 |
197 | 2025-02-25T01:15:41.899Z | Downloaded log v0.4.22 |
198 | 2025-02-25T01:15:41.901Z | Downloaded darling v0.20.10 |
199 | 2025-02-25T01:15:41.904Z | Downloaded toml_datetime v0.6.8 |
200 | 2025-02-25T01:15:41.906Z | Downloaded toml v0.8.19 |
201 | 2025-02-25T01:15:41.909Z | Downloaded icu_provider v1.5.0 |
202 | 2025-02-25T01:15:41.912Z | Downloaded typenum v1.17.0 |
203 | 2025-02-25T01:15:41.914Z | Downloaded tokio-rustls v0.26.0 |
204 | 2025-02-25T01:15:41.917Z | Downloaded futures v0.3.31 |
205 | 2025-02-25T01:15:41.922Z | Downloaded progenitor-macro v0.8.0 |
206 | 2025-02-25T01:15:41.924Z | Downloaded untrusted v0.9.0 |
207 | 2025-02-25T01:15:41.925Z | Downloaded typify-macro v0.2.0 |
208 | 2025-02-25T01:15:41.927Z | Downloaded want v0.3.1 |
209 | 2025-02-25T01:15:41.927Z | Downloaded base64 v0.22.1 |
210 | 2025-02-25T01:15:41.931Z | Downloaded writeable v0.5.5 |
211 | 2025-02-25T01:15:41.933Z | Downloaded utf16_iter v1.0.5 |
212 | 2025-02-25T01:15:41.936Z | Downloaded usdt-macro v0.5.0 |
213 | 2025-02-25T01:15:41.936Z | Downloaded quinn-udp v0.5.5 |
214 | 2025-02-25T01:15:41.939Z | Downloaded usdt-attr-macro v0.5.0 |
215 | 2025-02-25T01:15:41.939Z | Downloaded tracing-core v0.1.32 |
216 | 2025-02-25T01:15:41.941Z | Downloaded icu_normalizer_data v1.5.0 |
217 | 2025-02-25T01:15:41.944Z | Downloaded hyper-rustls v0.27.3 |
218 | 2025-02-25T01:15:41.946Z | Downloaded schemars_derive v0.8.21 |
219 | 2025-02-25T01:15:41.949Z | Downloaded yoke-derive v0.7.4 |
220 | 2025-02-25T01:15:41.949Z | Downloaded try-lock v0.2.5 |
221 | 2025-02-25T01:15:41.949Z | Downloaded bitflags v2.6.0 |
222 | 2025-02-25T01:15:41.953Z | Downloaded serde_with_macros v3.11.0 |
223 | 2025-02-25T01:15:41.955Z | Downloaded ipnet v2.10.1 |
224 | 2025-02-25T01:15:41.958Z | Downloaded url v2.5.3 |
225 | 2025-02-25T01:15:41.961Z | Downloaded typify v0.2.0 |
226 | 2025-02-25T01:15:41.963Z | Downloaded num-conv v0.1.0 |
227 | 2025-02-25T01:15:41.966Z | Downloaded openssl-probe v0.1.5 |
228 | 2025-02-25T01:15:41.966Z | Downloaded bytes v1.9.0 |
229 | 2025-02-25T01:15:41.969Z | Downloaded waitgroup v0.1.2 |
230 | 2025-02-25T01:15:41.972Z | Downloaded tower-layer v0.3.3 |
231 | 2025-02-25T01:15:41.974Z | Downloaded uuid v1.12.0 |
232 | 2025-02-25T01:15:41.977Z | Downloaded zeroize v1.8.1 |
233 | 2025-02-25T01:15:41.977Z | Downloaded tinyvec_macros v0.1.1 |
234 | 2025-02-25T01:15:41.979Z | Downloaded time-core v0.1.2 |
235 | 2025-02-25T01:15:41.979Z | Downloaded hyper-util v0.1.10 |
236 | 2025-02-25T01:15:41.982Z | Downloaded shlex v1.3.0 |
237 | 2025-02-25T01:15:41.985Z | Downloaded serde_path_to_error v0.1.16 |
238 | 2025-02-25T01:15:41.985Z | Downloaded rustls-pemfile v2.2.0 |
239 | 2025-02-25T01:15:41.987Z | Downloaded strum_macros v0.26.4 |
240 | 2025-02-25T01:15:41.990Z | Downloaded subtle v2.6.1 |
241 | 2025-02-25T01:15:41.993Z | Downloaded omicron-workspace-hack v0.1.0 |
242 | 2025-02-25T01:15:41.993Z | Downloaded mime v0.3.17 |
243 | 2025-02-25T01:15:41.996Z | Downloaded write16 v1.0.0 |
244 | 2025-02-25T01:15:41.996Z | Downloaded multer v3.1.0 |
245 | 2025-02-25T01:15:41.999Z | Downloaded openssl-macros v0.1.1 |
246 | 2025-02-25T01:15:41.999Z | Downloaded strum v0.26.3 |
247 | 2025-02-25T01:15:41.999Z | Downloaded num_threads v0.1.7 |
248 | 2025-02-25T01:15:42.002Z | Downloaded pretty-hex v0.4.1 |
249 | 2025-02-25T01:15:42.002Z | Downloaded zerofrom v0.1.4 |
250 | 2025-02-25T01:15:42.004Z | Downloaded ucd-trie v0.1.7 |
251 | 2025-02-25T01:15:42.004Z | Downloaded darling_core v0.20.10 |
252 | 2025-02-25T01:15:42.008Z | Downloaded slog-json v2.6.1 |
253 | 2025-02-25T01:15:42.011Z | Downloaded rand_core v0.6.4 |
254 | 2025-02-25T01:15:42.014Z | Downloaded unsafe-libyaml v0.2.11 |
255 | 2025-02-25T01:15:42.018Z | Downloaded rand_chacha v0.3.1 |
256 | 2025-02-25T01:15:42.020Z | Downloaded serde_urlencoded v0.7.1 |
257 | 2025-02-25T01:15:42.020Z | Downloaded rustversion v1.0.17 |
258 | 2025-02-25T01:15:42.023Z | Downloaded futures-sink v0.3.31 |
259 | 2025-02-25T01:15:42.023Z | Downloaded smallvec v1.14.0 |
260 | 2025-02-25T01:15:42.026Z | Downloaded slog-term v2.9.1 |
261 | 2025-02-25T01:15:42.029Z | Downloaded strsim v0.11.1 |
262 | 2025-02-25T01:15:42.029Z | Downloaded thiserror v1.0.69 |
263 | 2025-02-25T01:15:42.032Z | Downloaded thiserror-impl v1.0.69 |
264 | 2025-02-25T01:15:42.036Z | Downloaded indexmap v1.9.3 |
265 | 2025-02-25T01:15:42.039Z | Downloaded zerofrom-derive v0.1.4 |
266 | 2025-02-25T01:15:42.039Z | Downloaded version_check v0.9.5 |
267 | 2025-02-25T01:15:42.041Z | Downloaded ppv-lite86 v0.2.20 |
268 | 2025-02-25T01:15:42.041Z | Downloaded thiserror-impl v2.0.11 |
269 | 2025-02-25T01:15:42.044Z | Downloaded icu_properties v1.5.1 |
270 | 2025-02-25T01:15:42.047Z | Downloaded structmeta v0.3.0 |
271 | 2025-02-25T01:15:42.049Z | Downloaded rustc-hash v2.1.1 |
272 | 2025-02-25T01:15:42.049Z | Downloaded semver v1.0.25 |
273 | 2025-02-25T01:15:42.052Z | Downloaded yoke v0.7.4 |
274 | 2025-02-25T01:15:42.054Z | Downloaded pest_generator v2.7.14 |
275 | 2025-02-25T01:15:42.055Z | Downloaded serde_spanned v0.6.8 |
276 | 2025-02-25T01:15:42.057Z | Downloaded sha2 v0.10.8 |
277 | 2025-02-25T01:15:42.060Z | Downloaded usdt-impl v0.5.0 |
278 | 2025-02-25T01:15:42.060Z | Downloaded paste v1.0.15 |
279 | 2025-02-25T01:15:42.062Z | Downloaded sha1 v0.10.6 |
280 | 2025-02-25T01:15:42.065Z | Downloaded atomic-waker v1.1.2 |
281 | 2025-02-25T01:15:42.065Z | Downloaded serde_tokenstream v0.2.2 |
282 | 2025-02-25T01:15:42.067Z | Downloaded progenitor v0.8.0 |
283 | 2025-02-25T01:15:42.070Z | Downloaded pin-utils v0.1.0 |
284 | 2025-02-25T01:15:42.070Z | Downloaded parse-display v0.10.0 |
285 | 2025-02-25T01:15:42.070Z | Downloaded parse-display-derive v0.10.0 |
286 | 2025-02-25T01:15:42.073Z | Downloaded scopeguard v1.2.0 |
287 | 2025-02-25T01:15:42.073Z | Downloaded parking_lot_core v0.9.10 |
288 | 2025-02-25T01:15:42.076Z | Downloaded slab v0.4.9 |
289 | 2025-02-25T01:15:42.078Z | Downloaded native-tls v0.2.12 |
290 | 2025-02-25T01:15:42.078Z | Downloaded pkg-config v0.3.31 |
291 | 2025-02-25T01:15:42.081Z | Downloaded num-traits v0.2.19 |
292 | 2025-02-25T01:15:42.083Z | Downloaded zerocopy-derive v0.7.35 |
293 | 2025-02-25T01:15:42.087Z | Downloaded pin-project-lite v0.2.14 |
294 | 2025-02-25T01:15:42.092Z | Downloaded progenitor-impl v0.8.0 |
295 | 2025-02-25T01:15:42.095Z | Downloaded unicode-ident v1.0.14 |
296 | 2025-02-25T01:15:42.097Z | Downloaded pest_derive v2.7.14 |
297 | 2025-02-25T01:15:42.100Z | Downloaded term v0.7.0 |
298 | 2025-02-25T01:15:42.103Z | Downloaded parking_lot v0.12.3 |
299 | 2025-02-25T01:15:42.106Z | Downloaded structmeta-derive v0.3.0 |
300 | 2025-02-25T01:15:42.108Z | Downloaded icu_collections v1.5.0 |
301 | 2025-02-25T01:15:42.112Z | Downloaded slog-async v2.8.0 |
302 | 2025-02-25T01:15:42.115Z | Downloaded quote v1.0.38 |
303 | 2025-02-25T01:15:42.117Z | Downloaded scroll v0.12.0 |
304 | 2025-02-25T01:15:42.120Z | Downloaded plain v0.2.3 |
305 | 2025-02-25T01:15:42.120Z | Downloaded pest_meta v2.7.14 |
306 | 2025-02-25T01:15:42.123Z | Downloaded proc-macro2 v1.0.93 |
307 | 2025-02-25T01:15:42.126Z | Downloaded tinyvec v1.8.0 |
308 | 2025-02-25T01:15:42.128Z | Downloaded tokio-rustls v0.25.0 |
309 | 2025-02-25T01:15:42.131Z | Downloaded thiserror v2.0.11 |
310 | 2025-02-25T01:15:42.135Z | Downloaded indexmap v2.7.1 |
311 | 2025-02-25T01:15:42.139Z | Downloaded slog v2.7.0 |
312 | 2025-02-25T01:15:42.143Z | Downloaded ryu v1.0.18 |
313 | 2025-02-25T01:15:42.145Z | Downloaded cc v1.2.15 |
314 | 2025-02-25T01:15:42.150Z | Downloaded serde_yaml v0.9.34+deprecated |
315 | 2025-02-25T01:15:42.153Z | Downloaded toml_edit v0.22.22 |
316 | 2025-02-25T01:15:42.175Z | Downloaded quinn v0.11.5 |
317 | 2025-02-25T01:15:42.178Z | Downloaded crossbeam-channel v0.5.13 |
318 | 2025-02-25T01:15:42.182Z | Downloaded serde v1.0.218 |
319 | 2025-02-25T01:15:42.185Z | Downloaded rand v0.8.5 |
320 | 2025-02-25T01:15:42.189Z | Downloaded mio v1.0.2 |
321 | 2025-02-25T01:15:42.194Z | Downloaded rustls-pki-types v1.10.0 |
322 | 2025-02-25T01:15:42.198Z | Downloaded zerovec v0.10.4 |
323 | 2025-02-25T01:15:42.203Z | Downloaded time v0.3.36 |
324 | 2025-02-25T01:15:42.210Z | Downloaded pest v2.7.14 |
325 | 2025-02-25T01:15:42.217Z | Downloaded winnow v0.6.20 |
326 | 2025-02-25T01:15:42.224Z | Downloaded hashbrown v0.14.5 |
327 | 2025-02-25T01:15:42.230Z | Downloaded zerocopy v0.7.35 |
328 | 2025-02-25T01:15:42.245Z | Downloaded idna v1.0.3 |
329 | 2025-02-25T01:15:42.249Z | Downloaded webpki-roots v0.26.6 |
330 | 2025-02-25T01:15:42.253Z | Downloaded vcpkg v0.2.15 |
331 | 2025-02-25T01:15:42.288Z | Downloaded h2 v0.4.6 |
332 | 2025-02-25T01:15:42.294Z | Downloaded hashbrown v0.15.1 |
333 | 2025-02-25T01:15:42.300Z | Downloaded openssl v0.10.71 |
334 | 2025-02-25T01:15:42.308Z | Downloaded hyper v1.5.2 |
335 | 2025-02-25T01:15:42.314Z | Downloaded goblin v0.8.2 |
336 | 2025-02-25T01:15:42.319Z | Downloaded serde_json v1.0.139 |
337 | 2025-02-25T01:15:42.326Z | Downloaded serde_with v3.11.0 |
338 | 2025-02-25T01:15:42.334Z | Downloaded futures-util v0.3.31 |
339 | 2025-02-25T01:15:42.345Z | Downloaded openapiv3 v2.0.0 |
340 | 2025-02-25T01:15:42.356Z | Downloaded chrono v0.4.39 |
341 | 2025-02-25T01:15:42.363Z | Downloaded aho-corasick v1.1.3 |
342 | 2025-02-25T01:15:42.369Z | Downloaded typify-impl v0.2.0 |
343 | 2025-02-25T01:15:42.383Z | Downloaded quinn-proto v0.11.8 |
344 | 2025-02-25T01:15:42.389Z | Downloaded reqwest v0.12.12 |
345 | 2025-02-25T01:15:42.397Z | Downloaded tokio-util v0.7.12 |
346 | 2025-02-25T01:15:42.403Z | Downloaded rustls-webpki v0.102.8 |
347 | 2025-02-25T01:15:42.420Z | Downloaded regex v1.11.1 |
348 | 2025-02-25T01:15:42.432Z | Downloaded socket2 v0.5.8 |
349 | 2025-02-25T01:15:42.435Z | Downloaded schemars v0.8.21 |
350 | 2025-02-25T01:15:42.444Z | Downloaded openssl-sys v0.9.106 |
351 | 2025-02-25T01:15:42.449Z | Downloaded icu_properties_data v1.5.0 |
352 | 2025-02-25T01:15:42.458Z | Downloaded memchr v2.7.4 |
353 | 2025-02-25T01:15:42.463Z | Downloaded dropshot v0.15.1 |
354 | 2025-02-25T01:15:42.483Z | Downloaded syn v2.0.96 |
355 | 2025-02-25T01:15:42.493Z | Downloaded regress v0.10.1 |
356 | 2025-02-25T01:15:42.501Z | Downloaded regress v0.9.1 |
357 | 2025-02-25T01:15:42.510Z | Downloaded rustls v0.23.19 |
358 | 2025-02-25T01:15:42.520Z | Downloaded rustls v0.22.4 |
359 | 2025-02-25T01:15:42.531Z | Downloaded hashbrown v0.12.3 |
360 | 2025-02-25T01:15:42.535Z | Downloaded regex-syntax v0.8.5 |
361 | 2025-02-25T01:15:42.542Z | Downloaded zerovec-derive v0.10.3 |
362 | 2025-02-25T01:15:42.545Z | Downloaded http v1.2.0 |
363 | 2025-02-25T01:15:42.547Z | Downloaded newtype-uuid v1.2.1 |
364 | 2025-02-25T01:15:42.550Z | Downloaded spin v0.9.8 |
365 | 2025-02-25T01:15:42.552Z | Downloaded macaddr v1.0.1 |
366 | 2025-02-25T01:15:42.552Z | Downloaded itoa v1.0.11 |
367 | 2025-02-25T01:15:42.552Z | Downloaded tokio-macros v2.5.0 |
368 | 2025-02-25T01:15:42.555Z | Downloaded thread-id v4.2.2 |
369 | 2025-02-25T01:15:42.555Z | Downloaded serde_derive v1.0.218 |
370 | 2025-02-25T01:15:42.558Z | Downloaded once_cell v1.20.3 |
371 | 2025-02-25T01:15:42.561Z | Downloaded tracing v0.1.40 |
372 | 2025-02-25T01:15:42.564Z | Downloaded tokio v1.43.0 |
373 | 2025-02-25T01:15:42.598Z | Downloaded thread_local v1.1.8 |
374 | 2025-02-25T01:15:42.601Z | Downloaded byteorder v1.5.0 |
375 | 2025-02-25T01:15:42.603Z | Downloaded usdt v0.5.0 |
376 | 2025-02-25T01:15:42.603Z | Downloaded time-macros v0.2.18 |
377 | 2025-02-25T01:15:42.606Z | Downloaded scroll_derive v0.12.0 |
378 | 2025-02-25T01:15:42.606Z | Downloaded powerfmt v0.2.0 |
379 | 2025-02-25T01:15:42.606Z | Downloaded oxnet v0.1.0 |
380 | 2025-02-25T01:15:42.609Z | Downloaded memmap v0.7.0 |
381 | 2025-02-25T01:15:42.609Z | Downloaded dropshot_endpoint v0.15.1 |
382 | 2025-02-25T01:15:42.611Z | Downloaded daft v0.1.1 |
383 | 2025-02-25T01:15:42.614Z | Downloaded percent-encoding v2.3.1 |
384 | 2025-02-25T01:15:42.614Z | Downloaded regex-automata v0.4.8 |
385 | 2025-02-25T01:15:42.628Z | Downloaded serde_derive_internals v0.29.1 |
386 | 2025-02-25T01:15:42.632Z | Downloaded tower v0.5.2 |
387 | 2025-02-25T01:15:42.639Z | Downloaded utf8_iter v1.0.4 |
388 | 2025-02-25T01:15:42.641Z | Downloaded tokio-native-tls v0.3.1 |
389 | 2025-02-25T01:15:42.641Z | Downloaded tinystr v0.7.6 |
390 | 2025-02-25T01:15:42.641Z | Downloaded digest v0.10.7 |
391 | 2025-02-25T01:15:42.644Z | Downloaded libc v0.2.170 |
392 | 2025-02-25T01:15:42.665Z | Downloaded daft-derive v0.1.1 |
393 | 2025-02-25T01:15:42.668Z | Downloaded crossbeam-utils v0.8.20 |
394 | 2025-02-25T01:15:42.671Z | Downloaded allocator-api2 v0.2.18 |
395 | 2025-02-25T01:15:42.744Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-02-25T01:15:42.763Z | Downloaded ring v0.17.11 |
397 | 2025-02-25T01:15:42.924Z | Compiling proc-macro2 v1.0.93 |
398 | 2025-02-25T01:15:42.924Z | Compiling unicode-ident v1.0.14 |
399 | 2025-02-25T01:15:42.926Z | Compiling libc v0.2.170 |
400 | 2025-02-25T01:15:42.926Z | Checking cfg-if v1.0.0 |
401 | 2025-02-25T01:15:42.926Z | Compiling autocfg v1.4.0 |
402 | 2025-02-25T01:15:42.926Z | Compiling serde v1.0.218 |
403 | 2025-02-25T01:15:42.945Z | Compiling version_check v0.9.5 |
404 | 2025-02-25T01:15:42.947Z | Checking memchr v2.7.4 |
405 | 2025-02-25T01:15:43.030Z | Checking itoa v1.0.11 |
406 | 2025-02-25T01:15:43.161Z | Compiling serde_json v1.0.139 |
407 | 2025-02-25T01:15:43.558Z | Compiling thiserror v1.0.69 |
408 | 2025-02-25T01:15:43.708Z | Checking once_cell v1.20.3 |
409 | 2025-02-25T01:15:43.792Z | Compiling shlex v1.3.0 |
410 | 2025-02-25T01:15:43.837Z | Checking pin-project-lite v0.2.14 |
411 | 2025-02-25T01:15:43.959Z | Checking smallvec v1.14.0 |
412 | 2025-02-25T01:15:43.992Z | Compiling num-traits v0.2.19 |
413 | 2025-02-25T01:15:44.139Z | Compiling cc v1.2.15 |
414 | 2025-02-25T01:15:44.339Z | Checking bytes v1.9.0 |
415 | 2025-02-25T01:15:44.371Z | Checking ryu v1.0.18 |
416 | 2025-02-25T01:15:44.423Z | Checking getrandom v0.2.15 |
417 | 2025-02-25T01:15:44.516Z | Checking futures-core v0.3.31 |
418 | 2025-02-25T01:15:44.609Z | Compiling lock_api v0.4.12 |
419 | 2025-02-25T01:15:44.612Z | Compiling semver v1.0.25 |
420 | 2025-02-25T01:15:44.622Z | Compiling parking_lot_core v0.9.10 |
421 | 2025-02-25T01:15:44.701Z | Checking scopeguard v1.2.0 |
422 | 2025-02-25T01:15:44.860Z | Compiling slab v0.4.9 |
423 | 2025-02-25T01:15:44.873Z | Compiling byteorder v1.5.0 |
424 | 2025-02-25T01:15:44.960Z | Compiling quote v1.0.38 |
425 | 2025-02-25T01:15:45.228Z | Checking futures-sink v0.3.31 |
426 | 2025-02-25T01:15:45.318Z | Compiling syn v2.0.96 |
427 | 2025-02-25T01:15:45.389Z | Checking mio v1.0.2 |
428 | 2025-02-25T01:15:45.422Z | Checking socket2 v0.5.8 |
429 | 2025-02-25T01:15:45.487Z | Checking signal-hook-registry v1.4.2 |
430 | 2025-02-25T01:15:45.501Z | Compiling ahash v0.8.11 |
431 | 2025-02-25T01:15:45.514Z | Checking log v0.4.22 |
432 | 2025-02-25T01:15:45.597Z | Checking parking_lot v0.12.3 |
433 | 2025-02-25T01:15:45.880Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-02-25T01:15:45.933Z | Checking futures-channel v0.3.31 |
435 | 2025-02-25T01:15:45.945Z | Checking fnv v1.0.7 |
436 | 2025-02-25T01:15:45.960Z | Checking futures-task v0.3.31 |
437 | 2025-02-25T01:15:45.981Z | Checking equivalent v1.0.1 |
438 | 2025-02-25T01:15:46.015Z | Checking futures-io v0.3.31 |
439 | 2025-02-25T01:15:46.101Z | Checking pin-utils v0.1.0 |
440 | 2025-02-25T01:15:46.136Z | Checking hashbrown v0.15.1 |
441 | 2025-02-25T01:15:46.152Z | Checking http v1.2.0 |
442 | 2025-02-25T01:15:46.195Z | Compiling vcpkg v0.2.15 |
443 | 2025-02-25T01:15:46.211Z | Compiling pkg-config v0.3.31 |
444 | 2025-02-25T01:15:46.230Z | Checking rustls-pki-types v1.10.0 |
445 | 2025-02-25T01:15:46.822Z | Checking untrusted v0.9.0 |
446 | 2025-02-25T01:15:47.014Z | Checking litemap v0.7.3 |
447 | 2025-02-25T01:15:47.054Z | Compiling ring v0.17.11 |
448 | 2025-02-25T01:15:47.210Z | Compiling schemars v0.8.21 |
449 | 2025-02-25T01:15:47.354Z | Checking iana-time-zone v0.1.61 |
450 | 2025-02-25T01:15:47.379Z | Compiling heck v0.5.0 |
451 | 2025-02-25T01:15:47.508Z | Checking writeable v0.5.5 |
452 | 2025-02-25T01:15:47.537Z | Compiling httparse v1.9.5 |
453 | 2025-02-25T01:15:47.621Z | Checking tracing-core v0.1.32 |
454 | 2025-02-25T01:15:47.673Z | Compiling openssl-sys v0.9.106 |
455 | 2025-02-25T01:15:47.764Z | Checking dyn-clone v1.0.18 |
456 | 2025-02-25T01:15:47.779Z | Checking atomic-waker v1.1.2 |
457 | 2025-02-25T01:15:47.811Z | Compiling ucd-trie v0.1.7 |
458 | 2025-02-25T01:15:47.913Z | Checking http-body v1.0.1 |
459 | 2025-02-25T01:15:48.095Z | Checking icu_locid_transform_data v1.5.0 |
460 | 2025-02-25T01:15:48.181Z | Checking subtle v2.6.1 |
461 | 2025-02-25T01:15:48.233Z | Checking try-lock v0.2.5 |
462 | 2025-02-25T01:15:48.244Z | Checking tracing v0.1.40 |
463 | 2025-02-25T01:15:48.363Z | Checking zeroize v1.8.1 |
464 | 2025-02-25T01:15:48.768Z | Compiling allocator-api2 v0.2.18 |
465 | 2025-02-25T01:15:48.789Z | Checking want v0.3.1 |
466 | 2025-02-25T01:15:48.789Z | Checking httpdate v1.0.3 |
467 | 2025-02-25T01:15:48.809Z | Checking icu_properties_data v1.5.0 |
468 | 2025-02-25T01:15:48.853Z | Checking foreign-types-shared v0.1.1 |
469 | 2025-02-25T01:15:49.000Z | Compiling openssl v0.10.71 |
470 | 2025-02-25T01:15:49.102Z | Checking tower-service v0.3.3 |
471 | 2025-02-25T01:15:49.151Z | Compiling uuid v1.12.0 |
472 | 2025-02-25T01:15:49.223Z | Checking foreign-types v0.3.2 |
473 | 2025-02-25T01:15:49.235Z | Compiling chrono v0.4.39 |
474 | 2025-02-25T01:15:49.326Z | Checking bitflags v2.6.0 |
475 | 2025-02-25T01:15:49.559Z | Compiling native-tls v0.2.12 |
476 | 2025-02-25T01:15:49.683Z | Compiling rustls v0.23.19 |
477 | 2025-02-25T01:15:49.721Z | Checking percent-encoding v2.3.1 |
478 | 2025-02-25T01:15:49.750Z | Compiling slog v2.7.0 |
479 | 2025-02-25T01:15:49.935Z | Checking write16 v1.0.0 |
480 | 2025-02-25T01:15:49.938Z | Checking utf8_iter v1.0.4 |
481 | 2025-02-25T01:15:50.029Z | Checking utf16_iter v1.0.5 |
482 | 2025-02-25T01:15:50.060Z | Checking icu_normalizer_data v1.5.0 |
483 | 2025-02-25T01:15:50.148Z | Checking form_urlencoded v1.2.1 |
484 | 2025-02-25T01:15:50.201Z | Compiling aho-corasick v1.1.3 |
485 | 2025-02-25T01:15:50.293Z | Compiling typenum v1.17.0 |
486 | 2025-02-25T01:15:50.334Z | Checking openssl-probe v0.1.5 |
487 | 2025-02-25T01:15:50.489Z | Compiling regex-syntax v0.8.5 |
488 | 2025-02-25T01:15:50.994Z | Compiling generic-array v0.14.7 |
489 | 2025-02-25T01:15:51.257Z | Checking encoding_rs v0.8.34 |
490 | 2025-02-25T01:15:51.507Z | Checking mime v0.3.17 |
491 | 2025-02-25T01:15:52.387Z | Compiling synstructure v0.13.1 |
492 | 2025-02-25T01:15:52.519Z | Compiling serde_derive_internals v0.29.1 |
493 | 2025-02-25T01:15:53.572Z | Checking webpki-roots v0.26.6 |
494 | 2025-02-25T01:15:53.575Z | Checking rustls-pemfile v2.2.0 |
495 | 2025-02-25T01:15:53.772Z | Checking sync_wrapper v1.0.1 |
496 | 2025-02-25T01:15:53.948Z | Compiling usdt-impl v0.5.0 |
497 | 2025-02-25T01:15:54.382Z | Compiling regex-automata v0.4.8 |
498 | 2025-02-25T01:15:54.429Z | Checking base64 v0.22.1 |
499 | 2025-02-25T01:15:54.937Z | Checking powerfmt v0.2.0 |
500 | 2025-02-25T01:15:55.102Z | Compiling num-conv v0.1.0 |
501 | 2025-02-25T01:15:55.220Z | Compiling time-core v0.1.2 |
502 | 2025-02-25T01:15:55.305Z | Checking rustls-webpki v0.102.8 |
503 | 2025-02-25T01:15:55.381Z | Checking tower-layer v0.3.3 |
504 | 2025-02-25T01:15:55.395Z | Compiling time-macros v0.2.18 |
505 | 2025-02-25T01:15:55.604Z | Checking deranged v0.3.11 |
506 | 2025-02-25T01:15:55.651Z | Compiling thread-id v4.2.2 |
507 | 2025-02-25T01:15:55.906Z | Compiling paste v1.0.15 |
508 | 2025-02-25T01:15:56.277Z | Compiling serde_derive v1.0.218 |
509 | 2025-02-25T01:15:56.443Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-25T01:15:56.866Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-25T01:15:56.948Z | Compiling tokio-macros v2.5.0 |
512 | 2025-02-25T01:15:57.904Z | Compiling zerofrom-derive v0.1.4 |
513 | 2025-02-25T01:15:58.192Z | Compiling schemars_derive v0.8.21 |
514 | 2025-02-25T01:15:58.346Z | Compiling zerocopy v0.7.35 |
515 | 2025-02-25T01:15:58.389Z | Checking tokio v1.43.0 |
516 | 2025-02-25T01:15:59.728Z | Compiling yoke-derive v0.7.4 |
517 | 2025-02-25T01:16:00.827Z | Compiling zerovec-derive v0.10.3 |
518 | 2025-02-25T01:16:00.851Z | Compiling futures-macro v0.3.31 |
519 | 2025-02-25T01:16:00.901Z | Compiling displaydoc v0.2.5 |
520 | 2025-02-25T01:16:00.964Z | Checking zerofrom v0.1.4 |
521 | 2025-02-25T01:16:01.164Z | Compiling icu_provider_macros v1.5.0 |
522 | 2025-02-25T01:16:01.705Z | Compiling pest v2.7.14 |
523 | 2025-02-25T01:16:02.133Z | Checking yoke v0.7.4 |
524 | 2025-02-25T01:16:02.360Z | Compiling hashbrown v0.14.5 |
525 | 2025-02-25T01:16:02.373Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-25T01:16:02.641Z | Checking futures-util v0.3.31 |
527 | 2025-02-25T01:16:03.140Z | Checking zerovec v0.10.4 |
528 | 2025-02-25T01:16:03.446Z | Compiling regress v0.10.1 |
529 | 2025-02-25T01:16:04.568Z | Compiling pest_meta v2.7.14 |
530 | 2025-02-25T01:16:04.692Z | Checking tinystr v0.7.6 |
531 | 2025-02-25T01:16:05.040Z | Checking icu_locid v1.5.0 |
532 | 2025-02-25T01:16:05.139Z | Checking tokio-util v0.7.12 |
533 | 2025-02-25T01:16:05.950Z | Checking icu_collections v1.5.0 |
534 | 2025-02-25T01:16:06.002Z | Checking icu_provider v1.5.0 |
535 | 2025-02-25T01:16:06.635Z | Compiling pest_generator v2.7.14 |
536 | 2025-02-25T01:16:06.651Z | Checking icu_locid_transform v1.5.0 |
537 | 2025-02-25T01:16:07.067Z | Checking http-body-util v0.1.2 |
538 | 2025-02-25T01:16:07.512Z | Checking tokio-rustls v0.26.0 |
539 | 2025-02-25T01:16:07.726Z | Checking icu_properties v1.5.1 |
540 | 2025-02-25T01:16:07.910Z | Checking indexmap v2.7.1 |
541 | 2025-02-25T01:16:08.549Z | Compiling serde_tokenstream v0.2.2 |
542 | 2025-02-25T01:16:09.079Z | Checking h2 v0.4.6 |
543 | 2025-02-25T01:16:09.082Z | Compiling pest_derive v2.7.14 |
544 | 2025-02-25T01:16:09.309Z | Checking serde_urlencoded v0.7.1 |
545 | 2025-02-25T01:16:09.409Z | Checking tokio-native-tls v0.3.1 |
546 | 2025-02-25T01:16:09.669Z | Compiling regex v1.11.1 |
547 | 2025-02-25T01:16:09.746Z | Compiling scroll_derive v0.12.0 |
548 | 2025-02-25T01:16:09.994Z | Compiling dtrace-parser v0.2.0 |
549 | 2025-02-25T01:16:10.568Z | Compiling dof v0.3.0 |
550 | 2025-02-25T01:16:10.658Z | Checking tower v0.5.2 |
551 | 2025-02-25T01:16:11.043Z | Checking icu_normalizer v1.5.0 |
552 | 2025-02-25T01:16:11.170Z | Checking scroll v0.12.0 |
553 | 2025-02-25T01:16:11.580Z | Compiling crossbeam-utils v0.8.20 |
554 | 2025-02-25T01:16:11.657Z | Checking num_threads v0.1.7 |
555 | 2025-02-25T01:16:11.784Z | Checking ipnet v2.10.1 |
556 | 2025-02-25T01:16:11.840Z | Checking idna_adapter v1.2.0 |
557 | 2025-02-25T01:16:12.044Z | Checking idna v1.0.3 |
558 | 2025-02-25T01:16:12.131Z | Compiling ident_case v1.0.1 |
559 | 2025-02-25T01:16:12.219Z | Compiling strsim v0.11.1 |
560 | 2025-02-25T01:16:12.497Z | Compiling typify-impl v0.2.0 |
561 | 2025-02-25T01:16:12.528Z | Checking url v2.5.3 |
562 | 2025-02-25T01:16:12.571Z | Checking plain v0.2.3 |
563 | 2025-02-25T01:16:13.225Z | Checking time v0.3.36 |
564 | 2025-02-25T01:16:13.348Z | Checking goblin v0.8.2 |
565 | 2025-02-25T01:16:13.413Z | Checking hyper v1.5.2 |
566 | 2025-02-25T01:16:13.427Z | Compiling darling_core v0.20.10 |
567 | 2025-02-25T01:16:15.314Z | Checking hyper-util v0.1.10 |
568 | 2025-02-25T01:16:15.746Z | Compiling openapiv3 v2.0.0 |
569 | 2025-02-25T01:16:16.894Z | Checking hyper-tls v0.6.0 |
570 | 2025-02-25T01:16:17.168Z | Checking hyper-rustls v0.27.3 |
571 | 2025-02-25T01:16:17.472Z | Checking reqwest v0.12.12 |
572 | 2025-02-25T01:16:17.510Z | Checking dirs-sys-next v0.1.2 |
573 | 2025-02-25T01:16:17.688Z | Checking pretty-hex v0.4.1 |
574 | 2025-02-25T01:16:17.878Z | Compiling unsafe-libyaml v0.2.11 |
575 | 2025-02-25T01:16:17.966Z | Compiling omicron-workspace-hack v0.1.0 |
576 | 2025-02-25T01:16:18.309Z | Compiling newtype-uuid v1.2.1 |
577 | 2025-02-25T01:16:18.324Z | Compiling rustls v0.22.4 |
578 | 2025-02-25T01:16:18.519Z | Compiling rustversion v1.0.17 |
579 | 2025-02-25T01:16:18.681Z | Compiling darling_macro v0.20.10 |
580 | 2025-02-25T01:16:19.061Z | Checking dirs-next v2.0.0 |
581 | 2025-02-25T01:16:19.193Z | Compiling serde_yaml v0.9.34+deprecated |
582 | 2025-02-25T01:16:19.541Z | Checking ipnetwork v0.21.1 |
583 | 2025-02-25T01:16:19.626Z | Checking toml_datetime v0.6.8 |
584 | 2025-02-25T01:16:19.681Z | Checking serde_spanned v0.6.8 |
585 | 2025-02-25T01:16:19.724Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-02-25T01:16:19.869Z | Checking crypto-common v0.1.6 |
587 | 2025-02-25T01:16:19.898Z | Checking block-buffer v0.10.4 |
588 | 2025-02-25T01:16:19.902Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-02-25T01:16:20.049Z | Checking rand_core v0.6.4 |
590 | 2025-02-25T01:16:20.211Z | Checking thread_local v1.1.8 |
591 | 2025-02-25T01:16:20.225Z | Compiling multer v3.1.0 |
592 | 2025-02-25T01:16:20.237Z | Compiling camino v1.1.9 |
593 | 2025-02-25T01:16:20.344Z | Compiling thiserror v2.0.11 |
594 | 2025-02-25T01:16:20.410Z | Compiling slog-async v2.8.0 |
595 | 2025-02-25T01:16:20.484Z | Checking match_cfg v0.1.0 |
596 | 2025-02-25T01:16:20.570Z | Compiling anyhow v1.0.96 |
597 | 2025-02-25T01:16:20.581Z | Checking winnow v0.6.20 |
598 | 2025-02-25T01:16:20.934Z | Checking hostname v0.3.1 |
599 | 2025-02-25T01:16:20.984Z | Checking rand_chacha v0.3.1 |
600 | 2025-02-25T01:16:21.293Z | Checking crossbeam-channel v0.5.13 |
601 | 2025-02-25T01:16:21.350Z | Checking digest v0.10.7 |
602 | 2025-02-25T01:16:21.519Z | Checking oxnet v0.1.0 |
603 | 2025-02-25T01:16:21.588Z | Compiling darling v0.20.10 |
604 | 2025-02-25T01:16:21.709Z | Checking term v0.7.0 |
605 | 2025-02-25T01:16:21.837Z | Checking progenitor-client v0.8.0 |
606 | 2025-02-25T01:16:22.155Z | Compiling usdt-attr-macro v0.5.0 |
607 | 2025-02-25T01:16:22.319Z | Compiling structmeta v0.3.0 |
608 | 2025-02-25T01:16:22.351Z | Compiling usdt-macro v0.5.0 |
609 | 2025-02-25T01:16:22.380Z | Checking slog-json v2.6.1 |
610 | 2025-02-25T01:16:22.646Z | Checking futures-executor v0.3.31 |
611 | 2025-02-25T01:16:22.689Z | Compiling async-stream-impl v0.3.6 |
612 | 2025-02-25T01:16:22.833Z | Compiling thiserror-impl v2.0.11 |
613 | 2025-02-25T01:16:22.879Z | Compiling daft-derive v0.1.1 |
614 | 2025-02-25T01:16:23.332Z | Checking toml_edit v0.22.22 |
615 | 2025-02-25T01:16:23.355Z | Compiling typify-macro v0.2.0 |
616 | 2025-02-25T01:16:23.521Z | Checking is-terminal v0.4.13 |
617 | 2025-02-25T01:16:23.632Z | Checking memmap v0.7.0 |
618 | 2025-02-25T01:16:23.650Z | Compiling dropshot v0.15.1 |
619 | 2025-02-25T01:16:23.826Z | Checking spin v0.9.8 |
620 | 2025-02-25T01:16:23.913Z | Checking take_mut v0.2.2 |
621 | 2025-02-25T01:16:24.001Z | Checking cpufeatures v0.2.14 |
622 | 2025-02-25T01:16:24.097Z | Checking sha1 v0.10.6 |
623 | 2025-02-25T01:16:24.333Z | Checking daft v0.1.1 |
624 | 2025-02-25T01:16:24.368Z | Checking async-stream v0.3.6 |
625 | 2025-02-25T01:16:24.379Z | Checking usdt v0.5.0 |
626 | 2025-02-25T01:16:24.454Z | Checking slog-term v2.9.1 |
627 | 2025-02-25T01:16:24.554Z | Checking futures v0.3.31 |
628 | 2025-02-25T01:16:24.625Z | Compiling strum_macros v0.26.4 |
629 | 2025-02-25T01:16:24.659Z | Compiling parse-display-derive v0.10.0 |
630 | 2025-02-25T01:16:24.735Z | Checking slog-bunyan v2.5.0 |
631 | 2025-02-25T01:16:24.903Z | Compiling serde_with_macros v3.11.0 |
632 | 2025-02-25T01:16:25.331Z | Checking rand v0.8.5 |
633 | 2025-02-25T01:16:25.345Z | Checking tokio-rustls v0.25.0 |
634 | 2025-02-25T01:16:25.843Z | Compiling dropshot_endpoint v0.15.1 |
635 | 2025-02-25T01:16:25.967Z | Checking toml v0.8.19 |
636 | 2025-02-25T01:16:26.223Z | Checking hex v0.4.3 |
637 | 2025-02-25T01:16:26.471Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-02-25T01:16:26.671Z | Compiling typify v0.2.0 |
639 | 2025-02-25T01:16:26.710Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-25T01:16:26.792Z | Compiling progenitor-impl v0.8.0 |
641 | 2025-02-25T01:16:27.082Z | Compiling async-trait v0.1.86 |
642 | 2025-02-25T01:16:27.223Z | Checking waitgroup v0.1.2 |
643 | 2025-02-25T01:16:27.359Z | Checking hostname v0.4.0 |
644 | 2025-02-25T01:16:27.483Z | Checking instant v0.1.13 |
645 | 2025-02-25T01:16:27.495Z | Checking debug-ignore v1.0.5 |
646 | 2025-02-25T01:16:27.604Z | Checking backoff v0.4.0 |
647 | 2025-02-25T01:16:27.645Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-02-25T01:16:27.795Z | Checking serde_with v3.11.0 |
649 | 2025-02-25T01:16:27.895Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
650 | 2025-02-25T01:16:28.033Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2025-02-25T01:16:28.047Z | Checking parse-display v0.10.0 |
652 | 2025-02-25T01:16:28.283Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
653 | 2025-02-25T01:16:28.711Z | Checking progenitor-client v0.9.1 |
654 | 2025-02-25T01:16:28.746Z | Checking strum v0.26.3 |
655 | 2025-02-25T01:16:28.792Z | Checking macaddr v1.0.1 |
656 | 2025-02-25T01:16:28.907Z | Checking regress v0.9.1 |
657 | 2025-02-25T01:16:30.032Z | Compiling progenitor-macro v0.8.0 |
658 | 2025-02-25T01:16:33.527Z | Checking progenitor v0.8.0 |
659 | 2025-02-25T01:16:33.634Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
660 | 2025-02-25T01:16:36.416Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
661 | 2025-02-25T01:16:44.150Z | Checking test-project v0.1.0 (/tmp/test-project) |
662 | 2025-02-25T01:16:44.222Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
663 | 2025-02-25T01:16:44.365Z | + cargo build --release |
664 | 2025-02-25T01:16:44.636Z | Compiling proc-macro2 v1.0.93 |
665 | 2025-02-25T01:16:44.636Z | Compiling unicode-ident v1.0.14 |
666 | 2025-02-25T01:16:44.639Z | Compiling libc v0.2.170 |
667 | 2025-02-25T01:16:44.639Z | Compiling cfg-if v1.0.0 |
668 | 2025-02-25T01:16:44.639Z | Compiling autocfg v1.4.0 |
669 | 2025-02-25T01:16:44.639Z | Compiling serde v1.0.218 |
670 | 2025-02-25T01:16:44.639Z | Compiling version_check v0.9.5 |
671 | 2025-02-25T01:16:44.684Z | Compiling memchr v2.7.4 |
672 | 2025-02-25T01:16:44.775Z | Compiling serde_json v1.0.139 |
673 | 2025-02-25T01:16:44.861Z | Compiling itoa v1.0.11 |
674 | 2025-02-25T01:16:45.158Z | Compiling thiserror v1.0.69 |
675 | 2025-02-25T01:16:45.228Z | Compiling once_cell v1.20.3 |
676 | 2025-02-25T01:16:45.267Z | Compiling shlex v1.3.0 |
677 | 2025-02-25T01:16:45.406Z | Compiling pin-project-lite v0.2.14 |
678 | 2025-02-25T01:16:45.521Z | Compiling cc v1.2.15 |
679 | 2025-02-25T01:16:45.658Z | Compiling num-traits v0.2.19 |
680 | 2025-02-25T01:16:45.718Z | Compiling smallvec v1.14.0 |
681 | 2025-02-25T01:16:46.039Z | Compiling getrandom v0.2.15 |
682 | 2025-02-25T01:16:46.202Z | Compiling ryu v1.0.18 |
683 | 2025-02-25T01:16:46.348Z | Compiling bytes v1.9.0 |
684 | 2025-02-25T01:16:46.386Z | Compiling quote v1.0.38 |
685 | 2025-02-25T01:16:46.453Z | Compiling semver v1.0.25 |
686 | 2025-02-25T01:16:46.550Z | Compiling futures-core v0.3.31 |
687 | 2025-02-25T01:16:46.790Z | Compiling syn v2.0.96 |
688 | 2025-02-25T01:16:46.798Z | Compiling lock_api v0.4.12 |
689 | 2025-02-25T01:16:46.901Z | Compiling parking_lot_core v0.9.10 |
690 | 2025-02-25T01:16:46.923Z | Compiling scopeguard v1.2.0 |
691 | 2025-02-25T01:16:47.087Z | Compiling slab v0.4.9 |
692 | 2025-02-25T01:16:47.204Z | Compiling ahash v0.8.11 |
693 | 2025-02-25T01:16:47.354Z | Compiling byteorder v1.5.0 |
694 | 2025-02-25T01:16:47.611Z | Compiling futures-sink v0.3.31 |
695 | 2025-02-25T01:16:47.759Z | Compiling parking_lot v0.12.3 |
696 | 2025-02-25T01:16:47.776Z | Compiling signal-hook-registry v1.4.2 |
697 | 2025-02-25T01:16:47.804Z | Compiling socket2 v0.5.8 |
698 | 2025-02-25T01:16:47.900Z | Compiling mio v1.0.2 |
699 | 2025-02-25T01:16:48.201Z | Compiling log v0.4.22 |
700 | 2025-02-25T01:16:48.674Z | Compiling stable_deref_trait v1.2.0 |
701 | 2025-02-25T01:16:48.713Z | Compiling ring v0.17.11 |
702 | 2025-02-25T01:16:48.769Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-25T01:16:48.782Z | Compiling equivalent v1.0.1 |
704 | 2025-02-25T01:16:48.903Z | Compiling futures-io v0.3.31 |
705 | 2025-02-25T01:16:49.255Z | Compiling hashbrown v0.15.1 |
706 | 2025-02-25T01:16:49.258Z | Compiling fnv v1.0.7 |
707 | 2025-02-25T01:16:49.321Z | Compiling futures-task v0.3.31 |
708 | 2025-02-25T01:16:49.392Z | Compiling pin-utils v0.1.0 |
709 | 2025-02-25T01:16:49.486Z | Compiling http v1.2.0 |
710 | 2025-02-25T01:16:49.600Z | Compiling vcpkg v0.2.15 |
711 | 2025-02-25T01:16:49.625Z | Compiling rustls-pki-types v1.10.0 |
712 | 2025-02-25T01:16:49.797Z | Compiling pkg-config v0.3.31 |
713 | 2025-02-25T01:16:50.674Z | Compiling iana-time-zone v0.1.61 |
714 | 2025-02-25T01:16:50.850Z | Compiling writeable v0.5.5 |
715 | 2025-02-25T01:16:50.968Z | Compiling openssl-sys v0.9.106 |
716 | 2025-02-25T01:16:51.383Z | Compiling heck v0.5.0 |
717 | 2025-02-25T01:16:51.445Z | Compiling untrusted v0.9.0 |
718 | 2025-02-25T01:16:51.648Z | Compiling litemap v0.7.3 |
719 | 2025-02-25T01:16:51.777Z | Compiling schemars v0.8.21 |
720 | 2025-02-25T01:16:51.934Z | Compiling httparse v1.9.5 |
721 | 2025-02-25T01:16:52.104Z | Compiling tracing-core v0.1.32 |
722 | 2025-02-25T01:16:52.236Z | Compiling dyn-clone v1.0.18 |
723 | 2025-02-25T01:16:52.305Z | Compiling ucd-trie v0.1.7 |
724 | 2025-02-25T01:16:52.465Z | Compiling atomic-waker v1.1.2 |
725 | 2025-02-25T01:16:52.665Z | Compiling http-body v1.0.1 |
726 | 2025-02-25T01:16:52.911Z | Compiling tracing v0.1.40 |
727 | 2025-02-25T01:16:53.278Z | Compiling try-lock v0.2.5 |
728 | 2025-02-25T01:16:53.443Z | Compiling allocator-api2 v0.2.18 |
729 | 2025-02-25T01:16:53.533Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2025-02-25T01:16:53.629Z | Compiling zeroize v1.8.1 |
731 | 2025-02-25T01:16:53.644Z | Compiling subtle v2.6.1 |
732 | 2025-02-25T01:16:53.953Z | Compiling chrono v0.4.39 |
733 | 2025-02-25T01:16:53.971Z | Compiling want v0.3.1 |
734 | 2025-02-25T01:16:54.147Z | Compiling synstructure v0.13.1 |
735 | 2025-02-25T01:16:54.255Z | Compiling serde_derive_internals v0.29.1 |
736 | 2025-02-25T01:16:54.323Z | Compiling httpdate v1.0.3 |
737 | 2025-02-25T01:16:54.365Z | Compiling tower-service v0.3.3 |
738 | 2025-02-25T01:16:54.500Z | Compiling openssl v0.10.71 |
739 | 2025-02-25T01:16:54.975Z | Compiling foreign-types-shared v0.1.1 |
740 | 2025-02-25T01:16:55.098Z | Compiling icu_properties_data v1.5.0 |
741 | 2025-02-25T01:16:55.120Z | Compiling uuid v1.12.0 |
742 | 2025-02-25T01:16:55.499Z | Compiling foreign-types v0.3.2 |
743 | 2025-02-25T01:16:55.749Z | Compiling icu_normalizer_data v1.5.0 |
744 | 2025-02-25T01:16:55.858Z | Compiling percent-encoding v2.3.1 |
745 | 2025-02-25T01:16:56.093Z | Compiling utf8_iter v1.0.4 |
746 | 2025-02-25T01:16:56.187Z | Compiling utf16_iter v1.0.5 |
747 | 2025-02-25T01:16:56.342Z | Compiling write16 v1.0.0 |
748 | 2025-02-25T01:16:56.382Z | Compiling slog v2.7.0 |
749 | 2025-02-25T01:16:56.406Z | Compiling bitflags v2.6.0 |
750 | 2025-02-25T01:16:56.480Z | Compiling rustls v0.23.19 |
751 | 2025-02-25T01:16:56.836Z | Compiling native-tls v0.2.12 |
752 | 2025-02-25T01:16:56.933Z | Compiling form_urlencoded v1.2.1 |
753 | 2025-02-25T01:16:57.075Z | Compiling aho-corasick v1.1.3 |
754 | 2025-02-25T01:16:57.256Z | Compiling typenum v1.17.0 |
755 | 2025-02-25T01:16:57.439Z | Compiling regex-syntax v0.8.5 |
756 | 2025-02-25T01:16:57.572Z | Compiling openssl-probe v0.1.5 |
757 | 2025-02-25T01:16:58.208Z | Compiling serde_derive v1.0.218 |
758 | 2025-02-25T01:16:58.256Z | Compiling zerocopy-derive v0.7.35 |
759 | 2025-02-25T01:16:58.955Z | Compiling thiserror-impl v1.0.69 |
760 | 2025-02-25T01:16:59.392Z | Compiling tokio-macros v2.5.0 |
761 | 2025-02-25T01:16:59.943Z | Compiling schemars_derive v0.8.21 |
762 | 2025-02-25T01:17:00.246Z | Compiling zerocopy v0.7.35 |
763 | 2025-02-25T01:17:00.880Z | Compiling zerofrom-derive v0.1.4 |
764 | 2025-02-25T01:17:00.937Z | Compiling tokio v1.43.0 |
765 | 2025-02-25T01:17:01.923Z | Compiling yoke-derive v0.7.4 |
766 | 2025-02-25T01:17:02.761Z | Compiling futures-macro v0.3.31 |
767 | 2025-02-25T01:17:02.792Z | Compiling zerovec-derive v0.10.3 |
768 | 2025-02-25T01:17:03.157Z | Compiling displaydoc v0.2.5 |
769 | 2025-02-25T01:17:03.968Z | Compiling zerofrom v0.1.4 |
770 | 2025-02-25T01:17:04.346Z | Compiling yoke v0.7.4 |
771 | 2025-02-25T01:17:04.468Z | Compiling futures-util v0.3.31 |
772 | 2025-02-25T01:17:04.615Z | Compiling icu_provider_macros v1.5.0 |
773 | 2025-02-25T01:17:04.709Z | Compiling pest v2.7.14 |
774 | 2025-02-25T01:17:05.715Z | Compiling zerovec v0.10.4 |
775 | 2025-02-25T01:17:07.633Z | Compiling rustls-webpki v0.102.8 |
776 | 2025-02-25T01:17:08.650Z | Compiling tinystr v0.7.6 |
777 | 2025-02-25T01:17:09.057Z | Compiling icu_locid v1.5.0 |
778 | 2025-02-25T01:17:10.986Z | Compiling indexmap v2.7.1 |
779 | 2025-02-25T01:17:12.153Z | Compiling serde_tokenstream v0.2.2 |
780 | 2025-02-25T01:17:14.208Z | Compiling icu_provider v1.5.0 |
781 | 2025-02-25T01:17:14.565Z | Compiling tokio-util v0.7.12 |
782 | 2025-02-25T01:17:15.223Z | Compiling hashbrown v0.14.5 |
783 | 2025-02-25T01:17:16.496Z | Compiling h2 v0.4.6 |
784 | 2025-02-25T01:17:16.505Z | Compiling icu_locid_transform v1.5.0 |
785 | 2025-02-25T01:17:16.751Z | Compiling icu_collections v1.5.0 |
786 | 2025-02-25T01:17:16.803Z | Compiling pest_meta v2.7.14 |
787 | 2025-02-25T01:17:19.459Z | Compiling pest_generator v2.7.14 |
788 | 2025-02-25T01:17:20.328Z | Compiling icu_properties v1.5.1 |
789 | 2025-02-25T01:17:21.180Z | Compiling regress v0.10.1 |
790 | 2025-02-25T01:17:22.415Z | Compiling hyper v1.5.2 |
791 | 2025-02-25T01:17:24.398Z | Compiling openssl-macros v0.1.1 |
792 | 2025-02-25T01:17:25.851Z | Compiling hyper-util v0.1.10 |
793 | 2025-02-25T01:17:26.788Z | Compiling typify-impl v0.2.0 |
794 | 2025-02-25T01:17:28.985Z | Compiling icu_normalizer v1.5.0 |
795 | 2025-02-25T01:17:30.713Z | Compiling pest_derive v2.7.14 |
796 | 2025-02-25T01:17:33.628Z | Compiling idna_adapter v1.2.0 |
797 | 2025-02-25T01:17:33.746Z | Compiling http-body-util v0.1.2 |
798 | 2025-02-25T01:17:33.869Z | Compiling regex-automata v0.4.8 |
799 | 2025-02-25T01:17:34.445Z | Compiling generic-array v0.14.7 |
800 | 2025-02-25T01:17:34.789Z | Compiling encoding_rs v0.8.34 |
801 | 2025-02-25T01:17:34.821Z | Compiling mime v0.3.17 |
802 | 2025-02-25T01:17:36.722Z | Compiling idna v1.0.3 |
803 | 2025-02-25T01:17:37.112Z | Compiling typify-macro v0.2.0 |
804 | 2025-02-25T01:17:37.380Z | Compiling tokio-native-tls v0.3.1 |
805 | 2025-02-25T01:17:37.677Z | Compiling serde_urlencoded v0.7.1 |
806 | 2025-02-25T01:17:38.265Z | Compiling regex v1.11.1 |
807 | 2025-02-25T01:17:39.218Z | Compiling tokio-rustls v0.26.0 |
808 | 2025-02-25T01:17:39.680Z | Compiling scroll_derive v0.12.0 |
809 | 2025-02-25T01:17:40.494Z | Compiling rustls-pemfile v2.2.0 |
810 | 2025-02-25T01:17:40.618Z | Compiling webpki-roots v0.26.6 |
811 | 2025-02-25T01:17:40.712Z | Compiling sync_wrapper v1.0.1 |
812 | 2025-02-25T01:17:40.880Z | Compiling usdt-impl v0.5.0 |
813 | 2025-02-25T01:17:40.976Z | Compiling time-core v0.1.2 |
814 | 2025-02-25T01:17:41.154Z | Compiling base64 v0.22.1 |
815 | 2025-02-25T01:17:41.163Z | Compiling num-conv v0.1.0 |
816 | 2025-02-25T01:17:41.326Z | Compiling tower-layer v0.3.3 |
817 | 2025-02-25T01:17:41.731Z | Compiling powerfmt v0.2.0 |
818 | 2025-02-25T01:17:42.236Z | Compiling deranged v0.3.11 |
819 | 2025-02-25T01:17:42.288Z | Compiling tower v0.5.2 |
820 | 2025-02-25T01:17:42.315Z | Compiling time-macros v0.2.18 |
821 | 2025-02-25T01:17:43.381Z | Compiling scroll v0.12.0 |
822 | 2025-02-25T01:17:43.962Z | Compiling hyper-rustls v0.27.3 |
823 | 2025-02-25T01:17:45.095Z | Compiling hyper-tls v0.6.0 |
824 | 2025-02-25T01:17:45.350Z | Compiling url v2.5.3 |
825 | 2025-02-25T01:17:45.408Z | Compiling thread-id v4.2.2 |
826 | 2025-02-25T01:17:46.233Z | Compiling dtrace-parser v0.2.0 |
827 | 2025-02-25T01:17:47.811Z | Compiling dof v0.3.0 |
828 | 2025-02-25T01:17:48.643Z | Compiling strsim v0.11.1 |
829 | 2025-02-25T01:17:49.275Z | Compiling num_threads v0.1.7 |
830 | 2025-02-25T01:17:49.408Z | Compiling crossbeam-utils v0.8.20 |
831 | 2025-02-25T01:17:52.562Z | Compiling plain v0.2.3 |
832 | 2025-02-25T01:17:52.740Z | Compiling paste v1.0.15 |
833 | 2025-02-25T01:17:52.792Z | Compiling ident_case v1.0.1 |
834 | 2025-02-25T01:17:52.973Z | Compiling omicron-workspace-hack v0.1.0 |
835 | 2025-02-25T01:17:53.283Z | Compiling ipnet v2.10.1 |
836 | 2025-02-25T01:17:53.511Z | Compiling time v0.3.36 |
837 | 2025-02-25T01:17:54.515Z | Compiling reqwest v0.12.12 |
838 | 2025-02-25T01:17:55.318Z | Compiling darling_core v0.20.10 |
839 | 2025-02-25T01:17:56.344Z | Compiling goblin v0.8.2 |
840 | 2025-02-25T01:18:03.665Z | Compiling typify v0.2.0 |
841 | 2025-02-25T01:18:03.789Z | Compiling openapiv3 v2.0.0 |
842 | 2025-02-25T01:18:04.493Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-02-25T01:18:05.991Z | Compiling newtype-uuid v1.2.1 |
844 | 2025-02-25T01:18:06.366Z | Compiling rustls v0.22.4 |
845 | 2025-02-25T01:18:06.722Z | Compiling pretty-hex v0.4.1 |
846 | 2025-02-25T01:18:06.958Z | Compiling rustversion v1.0.17 |
847 | 2025-02-25T01:18:07.611Z | Compiling unsafe-libyaml v0.2.11 |
848 | 2025-02-25T01:18:07.829Z | Compiling progenitor-impl v0.8.0 |
849 | 2025-02-25T01:18:09.302Z | Compiling serde_yaml v0.9.34+deprecated |
850 | 2025-02-25T01:18:12.858Z | Compiling dirs-next v2.0.0 |
851 | 2025-02-25T01:18:13.932Z | Compiling darling_macro v0.20.10 |
852 | 2025-02-25T01:18:15.610Z | Compiling block-buffer v0.10.4 |
853 | 2025-02-25T01:18:15.878Z | Compiling crypto-common v0.1.6 |
854 | 2025-02-25T01:18:16.057Z | Compiling ipnetwork v0.21.1 |
855 | 2025-02-25T01:18:16.113Z | Compiling toml_datetime v0.6.8 |
856 | 2025-02-25T01:18:16.402Z | Compiling serde_spanned v0.6.8 |
857 | 2025-02-25T01:18:16.678Z | Compiling ppv-lite86 v0.2.20 |
858 | 2025-02-25T01:18:16.795Z | Compiling structmeta-derive v0.3.0 |
859 | 2025-02-25T01:18:17.553Z | Compiling rand_core v0.6.4 |
860 | 2025-02-25T01:18:17.906Z | Compiling thread_local v1.1.8 |
861 | 2025-02-25T01:18:18.062Z | Compiling multer v3.1.0 |
862 | 2025-02-25T01:18:18.477Z | Compiling match_cfg v0.1.0 |
863 | 2025-02-25T01:18:18.581Z | Compiling camino v1.1.9 |
864 | 2025-02-25T01:18:18.636Z | Compiling winnow v0.6.20 |
865 | 2025-02-25T01:18:19.239Z | Compiling thiserror v2.0.11 |
866 | 2025-02-25T01:18:19.451Z | Compiling slog-async v2.8.0 |
867 | 2025-02-25T01:18:19.636Z | Compiling anyhow v1.0.96 |
868 | 2025-02-25T01:18:20.031Z | Compiling structmeta v0.3.0 |
869 | 2025-02-25T01:18:20.296Z | Compiling hostname v0.3.1 |
870 | 2025-02-25T01:18:20.480Z | Compiling rand_chacha v0.3.1 |
871 | 2025-02-25T01:18:20.619Z | Compiling oxnet v0.1.0 |
872 | 2025-02-25T01:18:20.757Z | Compiling digest v0.10.7 |
873 | 2025-02-25T01:18:20.912Z | Compiling darling v0.20.10 |
874 | 2025-02-25T01:18:21.026Z | Compiling crossbeam-channel v0.5.13 |
875 | 2025-02-25T01:18:21.179Z | Compiling progenitor-macro v0.8.0 |
876 | 2025-02-25T01:18:22.297Z | Compiling term v0.7.0 |
877 | 2025-02-25T01:18:22.688Z | Compiling toml_edit v0.22.22 |
878 | 2025-02-25T01:18:28.180Z | Compiling usdt-attr-macro v0.5.0 |
879 | 2025-02-25T01:18:29.645Z | Compiling usdt-macro v0.5.0 |
880 | 2025-02-25T01:18:30.964Z | Compiling progenitor-client v0.8.0 |
881 | 2025-02-25T01:18:31.897Z | Compiling slog-json v2.6.1 |
882 | 2025-02-25T01:18:31.976Z | Compiling futures-executor v0.3.31 |
883 | 2025-02-25T01:18:32.111Z | Compiling async-stream-impl v0.3.6 |
884 | 2025-02-25T01:18:32.405Z | Compiling daft-derive v0.1.1 |
885 | 2025-02-25T01:18:33.115Z | Compiling thiserror-impl v2.0.11 |
886 | 2025-02-25T01:18:33.496Z | Compiling memmap v0.7.0 |
887 | 2025-02-25T01:18:33.934Z | Compiling is-terminal v0.4.13 |
888 | 2025-02-25T01:18:33.993Z | Compiling dropshot v0.15.1 |
889 | 2025-02-25T01:18:34.073Z | Compiling cpufeatures v0.2.14 |
890 | 2025-02-25T01:18:34.170Z | Compiling take_mut v0.2.2 |
891 | 2025-02-25T01:18:34.338Z | Compiling spin v0.9.8 |
892 | 2025-02-25T01:18:36.354Z | Compiling sha1 v0.10.6 |
893 | 2025-02-25T01:18:37.191Z | Compiling slog-term v2.9.1 |
894 | 2025-02-25T01:18:37.367Z | Compiling daft v0.1.1 |
895 | 2025-02-25T01:18:37.760Z | Compiling usdt v0.5.0 |
896 | 2025-02-25T01:18:37.875Z | Compiling async-stream v0.3.6 |
897 | 2025-02-25T01:18:37.968Z | Compiling futures v0.3.31 |
898 | 2025-02-25T01:18:38.086Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-02-25T01:18:38.238Z | Compiling progenitor v0.8.0 |
900 | 2025-02-25T01:18:38.430Z | Compiling tokio-rustls v0.25.0 |
901 | 2025-02-25T01:18:38.465Z | Compiling strum_macros v0.26.4 |
902 | 2025-02-25T01:18:38.913Z | Compiling toml v0.8.19 |
903 | 2025-02-25T01:18:39.229Z | Compiling serde_with_macros v3.11.0 |
904 | 2025-02-25T01:18:40.218Z | Compiling rand v0.8.5 |
905 | 2025-02-25T01:18:42.190Z | Compiling parse-display-derive v0.10.0 |
906 | 2025-02-25T01:18:43.506Z | Compiling dropshot_endpoint v0.15.1 |
907 | 2025-02-25T01:18:44.454Z | Compiling hex v0.4.3 |
908 | 2025-02-25T01:18:45.145Z | Compiling serde_path_to_error v0.1.16 |
909 | 2025-02-25T01:18:46.077Z | Compiling async-trait v0.1.86 |
910 | 2025-02-25T01:18:46.201Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2025-02-25T01:18:46.517Z | Compiling waitgroup v0.1.2 |
912 | 2025-02-25T01:18:46.786Z | Compiling hostname v0.4.0 |
913 | 2025-02-25T01:18:47.070Z | Compiling instant v0.1.13 |
914 | 2025-02-25T01:18:47.117Z | Compiling debug-ignore v1.0.5 |
915 | 2025-02-25T01:18:47.245Z | Compiling backoff v0.4.0 |
916 | 2025-02-25T01:18:47.271Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
917 | 2025-02-25T01:18:47.319Z | Compiling parse-display v0.10.0 |
918 | 2025-02-25T01:18:47.496Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-02-25T01:18:47.680Z | Compiling strum v0.26.3 |
920 | 2025-02-25T01:18:47.689Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
921 | 2025-02-25T01:18:47.786Z | Compiling serde_with v3.11.0 |
922 | 2025-02-25T01:18:47.870Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
923 | 2025-02-25T01:18:48.735Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
924 | 2025-02-25T01:18:49.480Z | Compiling progenitor-client v0.9.1 |
925 | 2025-02-25T01:18:49.561Z | Compiling regress v0.9.1 |
926 | 2025-02-25T01:18:50.531Z | Compiling macaddr v1.0.1 |
927 | 2025-02-25T01:18:58.963Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
928 | 2025-02-25T01:19:09.820Z | Compiling test-project v0.1.0 (/tmp/test-project) |
929 | 2025-02-25T01:19:19.498Z | Finished `release` profile [optimized] target(s) in 2m 35s |
930 | 2025-02-25T01:19:19.562Z | process exited: duration 222286 ms, exit code 0 |
|
931 | 2025-02-25T01:19:19.571Z | found 0 output files |