|
|
|
1 | 2025-02-06T04:23:39.421Z | job assigned to worker 01JKCQXRGGGKT1P8TD683TJSEK [factory aws, i-0ec9c45aa90134a90] (queued for 1 m 0 s) |
|
2 | 2025-02-06T04:23:47.648Z | starting task 0: "setup" |
3 | 2025-02-06T04:23:47.655Z | ++ uname -s |
4 | 2025-02-06T04:23:47.659Z | + kern=SunOS |
5 | 2025-02-06T04:23:47.659Z | + build_user=build |
6 | 2025-02-06T04:23:47.659Z | + build_uid=12345 |
7 | 2025-02-06T04:23:47.660Z | + work_dir=/work |
8 | 2025-02-06T04:23:47.660Z | + input_dir=/input |
9 | 2025-02-06T04:23:47.660Z | + [[ 0 == 12345 ]] |
10 | 2025-02-06T04:23:47.660Z | + case "$kern" in |
11 | 2025-02-06T04:23:47.660Z | + groupadd -g 12345 build |
12 | 2025-02-06T04:23:47.663Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-06T04:23:49.669Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-06T04:23:49.803Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-06T04:23:49.807Z | + home_fs=zfs |
16 | 2025-02-06T04:23:49.807Z | + [[ zfs == autofs ]] |
17 | 2025-02-06T04:23:49.807Z | + mkdir -p /home/build |
18 | 2025-02-06T04:23:49.810Z | + chown build:build /home/build /work |
19 | 2025-02-06T04:23:51.809Z | + chmod 0700 /home/build /work |
20 | 2025-02-06T04:23:51.813Z | process exited: duration 4163 ms, exit code 0 |
|
21 | 2025-02-06T04:23:51.819Z | starting task 1: "rust-toolchain" |
22 | 2025-02-06T04:23:51.825Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.1 |
23 | 2025-02-06T04:23:51.825Z | * rust toolchain channel = "1.84.1" |
24 | 2025-02-06T04:23:51.825Z | * rust toolchain profile = "default" |
25 | 2025-02-06T04:23:51.825Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-02-06T04:23:51.825Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-06T04:23:51.826Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-06T04:23:51.830Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-06T04:23:51.830Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default |
30 | 2025-02-06T04:23:51.990Z | info: downloading installer |
31 | 2025-02-06T04:23:53.521Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-06T04:23:53.521Z | warning: /opt/ooce/bin |
33 | 2025-02-06T04:23:53.521Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-06T04:23:53.521Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-06T04:23:53.521Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-06T04:23:53.521Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-06T04:23:53.521Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-06T04:23:53.521Z | error: cannot install while Rust is installed |
39 | 2025-02-06T04:23:53.521Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-06T04:23:53.536Z | info: profile set to 'default' |
41 | 2025-02-06T04:23:53.536Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-06T04:23:53.539Z | info: syncing channel updates for '1.84.1-x86_64-unknown-illumos' |
43 | 2025-02-06T04:23:53.716Z | info: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27) |
44 | 2025-02-06T04:23:53.716Z | info: downloading component 'cargo' |
45 | 2025-02-06T04:23:54.857Z | info: downloading component 'clippy' |
46 | 2025-02-06T04:23:55.257Z | info: downloading component 'rust-docs' |
47 | 2025-02-06T04:23:56.688Z | info: downloading component 'rust-std' |
48 | 2025-02-06T04:23:59.016Z | info: downloading component 'rustc' |
49 | 2025-02-06T04:24:07.224Z | info: downloading component 'rustfmt' |
50 | 2025-02-06T04:24:07.534Z | info: installing component 'cargo' |
51 | 2025-02-06T04:24:08.365Z | info: installing component 'clippy' |
52 | 2025-02-06T04:24:08.748Z | info: installing component 'rust-docs' |
53 | 2025-02-06T04:24:10.460Z | info: installing component 'rust-std' |
54 | 2025-02-06T04:24:12.297Z | info: installing component 'rustc' |
55 | 2025-02-06T04:24:18.383Z | info: installing component 'rustfmt' |
56 | 2025-02-06T04:24:18.722Z | info: default toolchain set to '1.84.1-x86_64-unknown-illumos' |
57 | 2025-02-06T04:24:18.723Z | |
58 | 2025-02-06T04:24:19.112Z | 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27) |
59 | 2025-02-06T04:24:19.112Z | |
60 | 2025-02-06T04:24:19.116Z | |
61 | 2025-02-06T04:24:19.116Z | Rust is installed now. Great! |
62 | 2025-02-06T04:24:19.116Z | |
63 | 2025-02-06T04:24:19.116Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-06T04:24:19.116Z | environment variable. This has not been done automatically. |
65 | 2025-02-06T04:24:19.116Z | |
66 | 2025-02-06T04:24:19.116Z | To configure your current shell, you need to source |
67 | 2025-02-06T04:24:19.116Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-06T04:24:19.116Z | |
69 | 2025-02-06T04:24:19.116Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-06T04:24:19.116Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-06T04:24:19.116Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-06T04:24:19.197Z | + rustup --version |
73 | 2025-02-06T04:24:19.204Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-06T04:24:19.205Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-06T04:24:19.286Z | info: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)` |
76 | 2025-02-06T04:24:19.290Z | + cargo --version |
77 | 2025-02-06T04:24:19.353Z | cargo 1.84.1 (66221abde 2024-11-19) |
78 | 2025-02-06T04:24:19.356Z | + rustc --version |
79 | 2025-02-06T04:24:19.422Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
80 | 2025-02-06T04:24:19.426Z | process exited: duration 27604 ms, exit code 0 |
|
81 | 2025-02-06T04:24:19.432Z | starting task 2: "authentication" |
82 | 2025-02-06T04:24:19.455Z | process exited: duration 22 ms, exit code 0 |
|
83 | 2025-02-06T04:24:19.461Z | starting task 3: "clone repository" |
84 | 2025-02-06T04:24:19.466Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-06T04:24:19.470Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-06T04:24:19.506Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-06T04:24:26.637Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-06T04:24:26.637Z | + git fetch origin ba446e289b5681614ace91f71690a5886211ba5d |
89 | 2025-02-06T04:24:26.973Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-06T04:24:26.974Z | * branch ba446e289b5681614ace91f71690a5886211ba5d -> FETCH_HEAD |
91 | 2025-02-06T04:24:26.985Z | + [[ -n renovate/guppy-0.x ]] |
92 | 2025-02-06T04:24:26.987Z | ++ git branch --show-current |
93 | 2025-02-06T04:24:26.990Z | + current=main |
94 | 2025-02-06T04:24:26.990Z | + [[ main != renovate/guppy-0.x ]] |
95 | 2025-02-06T04:24:26.990Z | + git branch -f renovate/guppy-0.x ba446e289b5681614ace91f71690a5886211ba5d |
96 | 2025-02-06T04:24:26.994Z | + git checkout -f renovate/guppy-0.x |
97 | 2025-02-06T04:24:27.175Z | Switched to branch 'renovate/guppy-0.x' |
98 | 2025-02-06T04:24:27.178Z | + git reset --hard ba446e289b5681614ace91f71690a5886211ba5d |
99 | 2025-02-06T04:24:27.190Z | HEAD is now at ba446e289 Update Rust crate guppy to 0.17.12 |
100 | 2025-02-06T04:24:27.193Z | process exited: duration 7730 ms, exit code 0 |
|
101 | 2025-02-06T04:24:27.199Z | starting task 4: "build" |
102 | 2025-02-06T04:24:27.204Z | + source .github/buildomat/ci-env.sh |
103 | 2025-02-06T04:24:27.207Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-02-06T04:24:27.208Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-02-06T04:24:27.208Z | + cargo --version |
106 | 2025-02-06T04:24:27.255Z | cargo 1.84.1 (66221abde 2024-11-19) |
107 | 2025-02-06T04:24:27.258Z | + rustc --version |
108 | 2025-02-06T04:24:27.322Z | rustc 1.84.1 (e71f9a9a9 2025-01-27) |
109 | 2025-02-06T04:24:27.325Z | + cd /tmp |
110 | 2025-02-06T04:24:27.325Z | + cargo new --lib test-project |
111 | 2025-02-06T04:24:27.384Z | Creating library `test-project` package |
112 | 2025-02-06T04:24:27.467Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-02-06T04:24:27.470Z | + cd test-project |
114 | 2025-02-06T04:24:27.470Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-02-06T04:24:27.533Z | Adding omicron-common (local) to dependencies |
116 | 2025-02-06T04:24:27.533Z | Features: |
117 | 2025-02-06T04:24:27.533Z | - proptest |
118 | 2025-02-06T04:24:27.533Z | - test-strategy |
119 | 2025-02-06T04:24:27.533Z | - testing |
120 | 2025-02-06T04:24:27.536Z | Updating crates.io index |
121 | 2025-02-06T04:24:27.575Z | Updating git repository `https://github.com/oxidecomputer/daft` |
122 | 2025-02-06T04:24:28.022Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-02-06T04:24:28.601Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-02-06T04:24:29.183Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-02-06T04:24:29.543Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-02-06T04:24:31.096Z | Locking 335 packages to latest compatible versions |
127 | 2025-02-06T04:24:31.297Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-02-06T04:24:31.300Z | + cargo check |
129 | 2025-02-06T04:24:31.453Z | Updating crates.io index |
130 | 2025-02-06T04:24:32.385Z | Locking 1 package to latest compatible version |
131 | 2025-02-06T04:24:32.385Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-02-06T04:24:32.409Z | Downloading crates ... |
133 | 2025-02-06T04:24:32.504Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-02-06T04:24:32.515Z | Downloaded ahash v0.8.11 |
135 | 2025-02-06T04:24:32.518Z | Downloaded allocator-api2 v0.2.18 |
136 | 2025-02-06T04:24:32.524Z | Downloaded http-body v1.0.1 |
137 | 2025-02-06T04:24:32.528Z | Downloaded futures-task v0.3.31 |
138 | 2025-02-06T04:24:32.532Z | Downloaded foreign-types-shared v0.1.1 |
139 | 2025-02-06T04:24:32.532Z | Downloaded autocfg v1.4.0 |
140 | 2025-02-06T04:24:32.535Z | Downloaded instant v0.1.13 |
141 | 2025-02-06T04:24:32.538Z | Downloaded httpdate v1.0.3 |
142 | 2025-02-06T04:24:32.542Z | Downloaded heck v0.5.0 |
143 | 2025-02-06T04:24:32.542Z | Downloaded tinyvec_macros v0.1.1 |
144 | 2025-02-06T04:24:32.545Z | Downloaded futures-sink v0.3.31 |
145 | 2025-02-06T04:24:32.545Z | Downloaded darling_macro v0.20.10 |
146 | 2025-02-06T04:24:32.545Z | Downloaded futures-macro v0.3.31 |
147 | 2025-02-06T04:24:32.548Z | Downloaded futures-core v0.3.31 |
148 | 2025-02-06T04:24:32.552Z | Downloaded fnv v1.0.7 |
149 | 2025-02-06T04:24:32.552Z | Downloaded tower-service v0.3.3 |
150 | 2025-02-06T04:24:32.555Z | Downloaded foreign-types v0.3.2 |
151 | 2025-02-06T04:24:32.555Z | Downloaded equivalent v1.0.1 |
152 | 2025-02-06T04:24:32.555Z | Downloaded crypto-common v0.1.6 |
153 | 2025-02-06T04:24:32.558Z | Downloaded block-buffer v0.10.4 |
154 | 2025-02-06T04:24:32.558Z | Downloaded waitgroup v0.1.2 |
155 | 2025-02-06T04:24:32.561Z | Downloaded debug-ignore v1.0.5 |
156 | 2025-02-06T04:24:32.561Z | Downloaded time-macros v0.2.18 |
157 | 2025-02-06T04:24:32.564Z | Downloaded try-lock v0.2.5 |
158 | 2025-02-06T04:24:32.568Z | Downloaded dof v0.3.0 |
159 | 2025-02-06T04:24:32.571Z | Downloaded write16 v1.0.0 |
160 | 2025-02-06T04:24:32.571Z | Downloaded pretty-hex v0.4.1 |
161 | 2025-02-06T04:24:32.574Z | Downloaded omicron-workspace-hack v0.1.0 |
162 | 2025-02-06T04:24:32.574Z | Downloaded ident_case v1.0.1 |
163 | 2025-02-06T04:24:32.574Z | Downloaded num_threads v0.1.7 |
164 | 2025-02-06T04:24:32.577Z | Downloaded dtrace-parser v0.2.0 |
165 | 2025-02-06T04:24:32.577Z | Downloaded toml_datetime v0.6.8 |
166 | 2025-02-06T04:24:32.580Z | Downloaded thread_local v1.1.8 |
167 | 2025-02-06T04:24:32.584Z | Downloaded pkg-config v0.3.31 |
168 | 2025-02-06T04:24:32.584Z | Downloaded mime v0.3.17 |
169 | 2025-02-06T04:24:32.593Z | Downloaded tokio-rustls v0.25.0 |
170 | 2025-02-06T04:24:32.593Z | Downloaded openssl-probe v0.1.5 |
171 | 2025-02-06T04:24:32.593Z | Downloaded hex v0.4.3 |
172 | 2025-02-06T04:24:32.593Z | Downloaded want v0.3.1 |
173 | 2025-02-06T04:24:32.593Z | Downloaded byteorder v1.5.0 |
174 | 2025-02-06T04:24:32.597Z | Downloaded paste v1.0.15 |
175 | 2025-02-06T04:24:32.600Z | Downloaded icu_provider_macros v1.5.0 |
176 | 2025-02-06T04:24:32.600Z | Downloaded ppv-lite86 v0.2.20 |
177 | 2025-02-06T04:24:32.603Z | Downloaded pin-utils v0.1.0 |
178 | 2025-02-06T04:24:32.604Z | Downloaded deranged v0.3.11 |
179 | 2025-02-06T04:24:32.607Z | Downloaded atomic-waker v1.1.2 |
180 | 2025-02-06T04:24:32.607Z | Downloaded quinn-udp v0.5.5 |
181 | 2025-02-06T04:24:32.610Z | Downloaded progenitor-client v0.9.1 |
182 | 2025-02-06T04:24:32.610Z | Downloaded icu_provider v1.5.0 |
183 | 2025-02-06T04:24:32.613Z | Downloaded typify v0.2.0 |
184 | 2025-02-06T04:24:32.616Z | Downloaded parse-display v0.10.0 |
185 | 2025-02-06T04:24:32.621Z | Downloaded match_cfg v0.1.0 |
186 | 2025-02-06T04:24:32.621Z | Downloaded thread-id v4.2.2 |
187 | 2025-02-06T04:24:32.624Z | Downloaded num-conv v0.1.0 |
188 | 2025-02-06T04:24:32.624Z | Downloaded plain v0.2.3 |
189 | 2025-02-06T04:24:32.624Z | Downloaded is-terminal v0.4.13 |
190 | 2025-02-06T04:24:32.624Z | Downloaded ipnetwork v0.20.0 |
191 | 2025-02-06T04:24:32.627Z | Downloaded generic-array v0.14.7 |
192 | 2025-02-06T04:24:32.630Z | Downloaded writeable v0.5.5 |
193 | 2025-02-06T04:24:32.630Z | Downloaded thiserror-impl v1.0.69 |
194 | 2025-02-06T04:24:32.633Z | Downloaded idna_adapter v1.2.0 |
195 | 2025-02-06T04:24:32.640Z | Downloaded once_cell v1.20.2 |
196 | 2025-02-06T04:24:32.644Z | Downloaded powerfmt v0.2.0 |
197 | 2025-02-06T04:24:32.644Z | Downloaded usdt-impl v0.5.0 |
198 | 2025-02-06T04:24:32.644Z | Downloaded hostname v0.4.0 |
199 | 2025-02-06T04:24:32.644Z | Downloaded progenitor-macro v0.8.0 |
200 | 2025-02-06T04:24:32.647Z | Downloaded pest_generator v2.7.14 |
201 | 2025-02-06T04:24:32.647Z | Downloaded futures-channel v0.3.31 |
202 | 2025-02-06T04:24:32.650Z | Downloaded strum v0.26.3 |
203 | 2025-02-06T04:24:32.650Z | Downloaded darling v0.20.10 |
204 | 2025-02-06T04:24:32.657Z | Downloaded progenitor v0.8.0 |
205 | 2025-02-06T04:24:32.657Z | Downloaded thiserror-impl v2.0.11 |
206 | 2025-02-06T04:24:32.660Z | Downloaded usdt-macro v0.5.0 |
207 | 2025-02-06T04:24:32.660Z | Downloaded time-core v0.1.2 |
208 | 2025-02-06T04:24:32.660Z | Downloaded itoa v1.0.11 |
209 | 2025-02-06T04:24:32.663Z | Downloaded icu_locid_transform_data v1.5.0 |
210 | 2025-02-06T04:24:32.663Z | Downloaded usdt-attr-macro v0.5.0 |
211 | 2025-02-06T04:24:32.666Z | Downloaded tokio-macros v2.5.0 |
212 | 2025-02-06T04:24:32.666Z | Downloaded ipnet v2.10.1 |
213 | 2025-02-06T04:24:32.669Z | Downloaded aho-corasick v1.1.3 |
214 | 2025-02-06T04:24:32.674Z | Downloaded newtype-uuid v1.2.1 |
215 | 2025-02-06T04:24:32.677Z | Downloaded progenitor-client v0.8.0 |
216 | 2025-02-06T04:24:32.677Z | Downloaded native-tls v0.2.12 |
217 | 2025-02-06T04:24:32.680Z | Downloaded scroll_derive v0.12.0 |
218 | 2025-02-06T04:24:32.683Z | Downloaded displaydoc v0.2.5 |
219 | 2025-02-06T04:24:32.685Z | Downloaded unicode-ident v1.0.14 |
220 | 2025-02-06T04:24:32.688Z | Downloaded strsim v0.11.1 |
221 | 2025-02-06T04:24:32.693Z | Downloaded pin-project-lite v0.2.14 |
222 | 2025-02-06T04:24:32.696Z | Downloaded sync_wrapper v1.0.1 |
223 | 2025-02-06T04:24:32.696Z | Downloaded bitflags v2.6.0 |
224 | 2025-02-06T04:24:32.700Z | Downloaded serde_path_to_error v0.1.16 |
225 | 2025-02-06T04:24:32.703Z | Downloaded structmeta v0.3.0 |
226 | 2025-02-06T04:24:32.703Z | Downloaded subtle v2.6.1 |
227 | 2025-02-06T04:24:32.706Z | Downloaded scopeguard v1.2.0 |
228 | 2025-02-06T04:24:32.706Z | Downloaded hashbrown v0.12.3 |
229 | 2025-02-06T04:24:32.711Z | Downloaded signal-hook-registry v1.4.2 |
230 | 2025-02-06T04:24:32.714Z | Downloaded stable_deref_trait v1.2.0 |
231 | 2025-02-06T04:24:32.714Z | Downloaded rustversion v1.0.17 |
232 | 2025-02-06T04:24:32.718Z | Downloaded slog-bunyan v2.5.0 |
233 | 2025-02-06T04:24:32.721Z | Downloaded slog-async v2.8.0 |
234 | 2025-02-06T04:24:32.721Z | Downloaded zerocopy-derive v0.7.35 |
235 | 2025-02-06T04:24:32.725Z | Downloaded quote v1.0.38 |
236 | 2025-02-06T04:24:32.728Z | Downloaded tracing v0.1.40 |
237 | 2025-02-06T04:24:32.732Z | Downloaded slog-json v2.6.1 |
238 | 2025-02-06T04:24:32.739Z | Downloaded rand_chacha v0.3.1 |
239 | 2025-02-06T04:24:32.739Z | Downloaded term v0.7.0 |
240 | 2025-02-06T04:24:32.745Z | Downloaded smallvec v1.13.2 |
241 | 2025-02-06T04:24:32.745Z | Downloaded yoke v0.7.4 |
242 | 2025-02-06T04:24:32.745Z | Downloaded strum_macros v0.26.4 |
243 | 2025-02-06T04:24:32.748Z | Downloaded serde_spanned v0.6.8 |
244 | 2025-02-06T04:24:32.748Z | Downloaded serde_tokenstream v0.2.2 |
245 | 2025-02-06T04:24:32.753Z | Downloaded serde_derive_internals v0.29.1 |
246 | 2025-02-06T04:24:32.753Z | Downloaded pest_derive v2.7.14 |
247 | 2025-02-06T04:24:32.756Z | Downloaded serde_urlencoded v0.7.1 |
248 | 2025-02-06T04:24:32.756Z | Downloaded base64 v0.22.1 |
249 | 2025-02-06T04:24:32.760Z | Downloaded rustc-hash v2.0.0 |
250 | 2025-02-06T04:24:32.762Z | Downloaded icu_properties v1.5.1 |
251 | 2025-02-06T04:24:32.765Z | Downloaded scroll v0.12.0 |
252 | 2025-02-06T04:24:32.768Z | Downloaded synstructure v0.13.1 |
253 | 2025-02-06T04:24:32.768Z | Downloaded hyper-util v0.1.10 |
254 | 2025-02-06T04:24:32.772Z | Downloaded proc-macro2 v1.0.92 |
255 | 2025-02-06T04:24:32.775Z | Downloaded sha2 v0.10.8 |
256 | 2025-02-06T04:24:32.778Z | Downloaded slog v2.7.0 |
257 | 2025-02-06T04:24:32.781Z | Downloaded rustls-pki-types v1.10.0 |
258 | 2025-02-06T04:24:32.785Z | Downloaded quinn v0.11.5 |
259 | 2025-02-06T04:24:32.788Z | Downloaded http v1.2.0 |
260 | 2025-02-06T04:24:32.793Z | Downloaded serde_with_macros v3.11.0 |
261 | 2025-02-06T04:24:32.796Z | Downloaded icu_collections v1.5.0 |
262 | 2025-02-06T04:24:32.802Z | Downloaded schemars v0.8.21 |
263 | 2025-02-06T04:24:32.815Z | Downloaded serde_derive v1.0.217 |
264 | 2025-02-06T04:24:32.818Z | Downloaded mio v1.0.2 |
265 | 2025-02-06T04:24:32.824Z | Downloaded futures-util v0.3.31 |
266 | 2025-02-06T04:24:32.836Z | Downloaded tokio-util v0.7.12 |
267 | 2025-02-06T04:24:32.844Z | Downloaded rand v0.8.5 |
268 | 2025-02-06T04:24:32.848Z | Downloaded hashbrown v0.14.5 |
269 | 2025-02-06T04:24:32.854Z | Downloaded hashbrown v0.15.1 |
270 | 2025-02-06T04:24:32.860Z | Downloaded serde v1.0.217 |
271 | 2025-02-06T04:24:32.864Z | Downloaded time v0.3.36 |
272 | 2025-02-06T04:24:32.873Z | Downloaded pest v2.7.14 |
273 | 2025-02-06T04:24:32.879Z | Downloaded winnow v0.6.20 |
274 | 2025-02-06T04:24:32.890Z | Downloaded serde_with v3.11.0 |
275 | 2025-02-06T04:24:32.899Z | Downloaded quinn-proto v0.11.8 |
276 | 2025-02-06T04:24:32.906Z | Downloaded reqwest v0.12.9 |
277 | 2025-02-06T04:24:32.915Z | Downloaded serde_json v1.0.135 |
278 | 2025-02-06T04:24:32.923Z | Downloaded icu_properties_data v1.5.0 |
279 | 2025-02-06T04:24:32.934Z | Downloaded chrono v0.4.39 |
280 | 2025-02-06T04:24:32.942Z | Downloaded vcpkg v0.2.15 |
281 | 2025-02-06T04:24:32.979Z | Downloaded regex v1.11.1 |
282 | 2025-02-06T04:24:32.991Z | Downloaded openssl v0.10.70 |
283 | 2025-02-06T04:24:33.001Z | Downloaded webpki-roots v0.26.6 |
284 | 2025-02-06T04:24:33.004Z | Downloaded rustls-webpki v0.102.8 |
285 | 2025-02-06T04:24:33.022Z | Downloaded syn v2.0.96 |
286 | 2025-02-06T04:24:33.034Z | Downloaded dropshot v0.15.1 |
287 | 2025-02-06T04:24:33.053Z | Downloaded rustls v0.23.19 |
288 | 2025-02-06T04:24:33.064Z | Downloaded regress v0.10.1 |
289 | 2025-02-06T04:24:33.072Z | Downloaded regex-syntax v0.8.5 |
290 | 2025-02-06T04:24:33.080Z | Downloaded regress v0.9.1 |
291 | 2025-02-06T04:24:33.088Z | Downloaded openapiv3 v2.0.0 |
292 | 2025-02-06T04:24:33.099Z | Downloaded rustls v0.22.4 |
293 | 2025-02-06T04:24:33.111Z | Downloaded zerocopy v0.7.35 |
294 | 2025-02-06T04:24:33.126Z | Downloaded typify-impl v0.2.0 |
295 | 2025-02-06T04:24:33.138Z | Downloaded goblin v0.8.2 |
296 | 2025-02-06T04:24:33.144Z | Downloaded hyper v1.5.2 |
297 | 2025-02-06T04:24:33.151Z | Downloaded h2 v0.4.6 |
298 | 2025-02-06T04:24:33.158Z | Downloaded zerovec v0.10.4 |
299 | 2025-02-06T04:24:33.163Z | Downloaded toml_edit v0.22.22 |
300 | 2025-02-06T04:24:33.183Z | Downloaded memchr v2.7.4 |
301 | 2025-02-06T04:24:33.188Z | Downloaded indexmap v2.7.1 |
302 | 2025-02-06T04:24:33.192Z | Downloaded regex-automata v0.4.8 |
303 | 2025-02-06T04:24:33.207Z | Downloaded idna v1.0.3 |
304 | 2025-02-06T04:24:33.210Z | Downloaded cc v1.1.30 |
305 | 2025-02-06T04:24:33.213Z | Downloaded ryu v1.0.18 |
306 | 2025-02-06T04:24:33.217Z | Downloaded socket2 v0.5.7 |
307 | 2025-02-06T04:24:33.220Z | Downloaded crossbeam-channel v0.5.13 |
308 | 2025-02-06T04:24:33.225Z | Downloaded serde_yaml v0.9.34+deprecated |
309 | 2025-02-06T04:24:33.228Z | Downloaded url v2.5.3 |
310 | 2025-02-06T04:24:33.231Z | Downloaded libc v0.2.169 |
311 | 2025-02-06T04:24:33.254Z | Downloaded darling_core v0.20.10 |
312 | 2025-02-06T04:24:33.258Z | Downloaded num-traits v0.2.19 |
313 | 2025-02-06T04:24:33.261Z | Downloaded structmeta-derive v0.3.0 |
314 | 2025-02-06T04:24:33.264Z | Downloaded rustls-pemfile v2.2.0 |
315 | 2025-02-06T04:24:33.264Z | Downloaded ucd-trie v0.1.7 |
316 | 2025-02-06T04:24:33.267Z | Downloaded openssl-sys v0.9.105 |
317 | 2025-02-06T04:24:33.270Z | Downloaded bytes v1.9.0 |
318 | 2025-02-06T04:24:33.274Z | Downloaded tokio v1.43.0 |
319 | 2025-02-06T04:24:33.311Z | Downloaded icu_locid v1.5.0 |
320 | 2025-02-06T04:24:33.315Z | Downloaded futures v0.3.31 |
321 | 2025-02-06T04:24:33.319Z | Downloaded dropshot_endpoint v0.15.1 |
322 | 2025-02-06T04:24:33.322Z | Downloaded semver v1.0.24 |
323 | 2025-02-06T04:24:33.324Z | Downloaded slog-term v2.9.1 |
324 | 2025-02-06T04:24:33.327Z | Downloaded tokio-rustls v0.26.0 |
325 | 2025-02-06T04:24:33.330Z | Downloaded log v0.4.22 |
326 | 2025-02-06T04:24:33.330Z | Downloaded spin v0.9.8 |
327 | 2025-02-06T04:24:33.333Z | Downloaded uuid v1.12.0 |
328 | 2025-02-06T04:24:33.337Z | Downloaded shlex v1.3.0 |
329 | 2025-02-06T04:24:33.337Z | Downloaded schemars_derive v0.8.21 |
330 | 2025-02-06T04:24:33.340Z | Downloaded crossbeam-utils v0.8.20 |
331 | 2025-02-06T04:24:33.340Z | Downloaded backoff v0.4.0 |
332 | 2025-02-06T04:24:33.343Z | Downloaded parking_lot v0.12.3 |
333 | 2025-02-06T04:24:33.346Z | Downloaded typenum v1.17.0 |
334 | 2025-02-06T04:24:33.348Z | Downloaded httparse v1.9.5 |
335 | 2025-02-06T04:24:33.348Z | Downloaded async-trait v0.1.86 |
336 | 2025-02-06T04:24:33.351Z | Downloaded rand_core v0.6.4 |
337 | 2025-02-06T04:24:33.354Z | Downloaded slab v0.4.9 |
338 | 2025-02-06T04:24:33.354Z | Downloaded tinyvec v1.8.0 |
339 | 2025-02-06T04:24:33.357Z | Downloaded untrusted v0.9.0 |
340 | 2025-02-06T04:24:33.360Z | Downloaded sha1 v0.10.6 |
341 | 2025-02-06T04:24:33.360Z | Downloaded parse-display-derive v0.10.0 |
342 | 2025-02-06T04:24:33.364Z | Downloaded zerovec-derive v0.10.3 |
343 | 2025-02-06T04:24:33.364Z | Downloaded utf8_iter v1.0.4 |
344 | 2025-02-06T04:24:33.364Z | Downloaded indexmap v1.9.3 |
345 | 2025-02-06T04:24:33.367Z | Downloaded icu_normalizer v1.5.0 |
346 | 2025-02-06T04:24:33.371Z | Downloaded take_mut v0.2.2 |
347 | 2025-02-06T04:24:33.371Z | Downloaded parking_lot_core v0.9.10 |
348 | 2025-02-06T04:24:33.374Z | Downloaded usdt v0.5.0 |
349 | 2025-02-06T04:24:33.374Z | Downloaded icu_normalizer_data v1.5.0 |
350 | 2025-02-06T04:24:33.377Z | Downloaded encoding_rs v0.8.34 |
351 | 2025-02-06T04:24:33.395Z | Downloaded icu_locid_transform v1.5.0 |
352 | 2025-02-06T04:24:33.398Z | Downloaded hyper-rustls v0.27.3 |
353 | 2025-02-06T04:24:33.401Z | Downloaded unsafe-libyaml v0.2.11 |
354 | 2025-02-06T04:24:33.404Z | Downloaded lock_api v0.4.12 |
355 | 2025-02-06T04:24:33.404Z | Downloaded cpufeatures v0.2.14 |
356 | 2025-02-06T04:24:33.407Z | Downloaded tracing-core v0.1.32 |
357 | 2025-02-06T04:24:33.410Z | Downloaded progenitor-impl v0.8.0 |
358 | 2025-02-06T04:24:33.410Z | Downloaded pest_meta v2.7.14 |
359 | 2025-02-06T04:24:33.413Z | Downloaded multer v3.1.0 |
360 | 2025-02-06T04:24:33.416Z | Downloaded iana-time-zone v0.1.61 |
361 | 2025-02-06T04:24:33.416Z | Downloaded utf16_iter v1.0.5 |
362 | 2025-02-06T04:24:33.419Z | Downloaded litemap v0.7.3 |
363 | 2025-02-06T04:24:33.419Z | Downloaded hyper-tls v0.6.0 |
364 | 2025-02-06T04:24:33.422Z | Downloaded getrandom v0.2.15 |
365 | 2025-02-06T04:24:33.425Z | Downloaded anyhow v1.0.95 |
366 | 2025-02-06T04:24:33.428Z | Downloaded toml v0.8.19 |
367 | 2025-02-06T04:24:33.432Z | Downloaded futures-io v0.3.31 |
368 | 2025-02-06T04:24:33.432Z | Downloaded camino v1.1.9 |
369 | 2025-02-06T04:24:33.432Z | Downloaded dirs-next v2.0.0 |
370 | 2025-02-06T04:24:33.435Z | Downloaded digest v0.10.7 |
371 | 2025-02-06T04:24:33.435Z | Downloaded macaddr v1.0.1 |
372 | 2025-02-06T04:24:33.435Z | Downloaded http-body-util v0.1.2 |
373 | 2025-02-06T04:24:33.438Z | Downloaded async-stream v0.3.6 |
374 | 2025-02-06T04:24:33.441Z | Downloaded typify-macro v0.2.0 |
375 | 2025-02-06T04:24:33.441Z | Downloaded dyn-clone v1.0.17 |
376 | 2025-02-06T04:24:33.441Z | Downloaded dirs-sys-next v0.1.2 |
377 | 2025-02-06T04:24:33.444Z | Downloaded percent-encoding v2.3.1 |
378 | 2025-02-06T04:24:33.444Z | Downloaded zeroize v1.8.1 |
379 | 2025-02-06T04:24:33.444Z | Downloaded zerofrom-derive v0.1.4 |
380 | 2025-02-06T04:24:33.449Z | Downloaded version_check v0.9.5 |
381 | 2025-02-06T04:24:33.449Z | Downloaded hostname v0.3.1 |
382 | 2025-02-06T04:24:33.449Z | Downloaded form_urlencoded v1.2.1 |
383 | 2025-02-06T04:24:33.452Z | Downloaded openssl-macros v0.1.1 |
384 | 2025-02-06T04:24:33.453Z | Downloaded zerofrom v0.1.4 |
385 | 2025-02-06T04:24:33.453Z | Downloaded yoke-derive v0.7.4 |
386 | 2025-02-06T04:24:33.453Z | Downloaded thiserror v2.0.11 |
387 | 2025-02-06T04:24:33.455Z | Downloaded futures-executor v0.3.31 |
388 | 2025-02-06T04:24:33.458Z | Downloaded tinystr v0.7.6 |
389 | 2025-02-06T04:24:33.458Z | Downloaded cfg-if v1.0.0 |
390 | 2025-02-06T04:24:33.461Z | Downloaded tokio-native-tls v0.3.1 |
391 | 2025-02-06T04:24:33.461Z | Downloaded thiserror v1.0.69 |
392 | 2025-02-06T04:24:33.465Z | Downloaded memmap v0.7.0 |
393 | 2025-02-06T04:24:33.587Z | Downloaded ring v0.17.8 |
394 | 2025-02-06T04:24:33.779Z | Compiling proc-macro2 v1.0.92 |
395 | 2025-02-06T04:24:33.779Z | Compiling unicode-ident v1.0.14 |
396 | 2025-02-06T04:24:33.782Z | Compiling libc v0.2.169 |
397 | 2025-02-06T04:24:33.782Z | Checking cfg-if v1.0.0 |
398 | 2025-02-06T04:24:33.782Z | Compiling autocfg v1.4.0 |
399 | 2025-02-06T04:24:33.782Z | Compiling serde v1.0.217 |
400 | 2025-02-06T04:24:33.801Z | Compiling version_check v0.9.5 |
401 | 2025-02-06T04:24:33.804Z | Checking memchr v2.7.4 |
402 | 2025-02-06T04:24:33.881Z | Compiling serde_json v1.0.135 |
403 | 2025-02-06T04:24:34.001Z | Checking itoa v1.0.11 |
404 | 2025-02-06T04:24:34.297Z | Compiling thiserror v1.0.69 |
405 | 2025-02-06T04:24:34.394Z | Checking once_cell v1.20.2 |
406 | 2025-02-06T04:24:34.491Z | Compiling shlex v1.3.0 |
407 | 2025-02-06T04:24:34.708Z | Checking pin-project-lite v0.2.14 |
408 | 2025-02-06T04:24:34.768Z | Compiling cc v1.1.30 |
409 | 2025-02-06T04:24:34.829Z | Compiling num-traits v0.2.19 |
410 | 2025-02-06T04:24:34.873Z | Checking ryu v1.0.18 |
411 | 2025-02-06T04:24:35.156Z | Checking smallvec v1.13.2 |
412 | 2025-02-06T04:24:35.232Z | Checking getrandom v0.2.15 |
413 | 2025-02-06T04:24:35.268Z | Checking bytes v1.9.0 |
414 | 2025-02-06T04:24:35.452Z | Checking futures-core v0.3.31 |
415 | 2025-02-06T04:24:35.465Z | Compiling lock_api v0.4.12 |
416 | 2025-02-06T04:24:35.523Z | Compiling parking_lot_core v0.9.10 |
417 | 2025-02-06T04:24:35.644Z | Compiling quote v1.0.38 |
418 | 2025-02-06T04:24:35.749Z | Compiling schemars v0.8.21 |
419 | 2025-02-06T04:24:35.955Z | Compiling byteorder v1.5.0 |
420 | 2025-02-06T04:24:36.008Z | Checking scopeguard v1.2.0 |
421 | 2025-02-06T04:24:36.022Z | Compiling syn v2.0.96 |
422 | 2025-02-06T04:24:36.154Z | Compiling slab v0.4.9 |
423 | 2025-02-06T04:24:36.168Z | Compiling ahash v0.8.11 |
424 | 2025-02-06T04:24:36.235Z | Checking futures-sink v0.3.31 |
425 | 2025-02-06T04:24:36.388Z | Checking log v0.4.22 |
426 | 2025-02-06T04:24:36.401Z | Checking signal-hook-registry v1.4.2 |
427 | 2025-02-06T04:24:36.541Z | Checking parking_lot v0.12.3 |
428 | 2025-02-06T04:24:36.599Z | Checking mio v1.0.2 |
429 | 2025-02-06T04:24:36.618Z | Checking socket2 v0.5.7 |
430 | 2025-02-06T04:24:36.636Z | Checking stable_deref_trait v1.2.0 |
431 | 2025-02-06T04:24:36.736Z | Checking hashbrown v0.15.1 |
432 | 2025-02-06T04:24:36.761Z | Checking equivalent v1.0.1 |
433 | 2025-02-06T04:24:36.872Z | Checking fnv v1.0.7 |
434 | 2025-02-06T04:24:36.886Z | Checking futures-channel v0.3.31 |
435 | 2025-02-06T04:24:36.897Z | Checking futures-io v0.3.31 |
436 | 2025-02-06T04:24:36.993Z | Checking http v1.2.0 |
437 | 2025-02-06T04:24:37.071Z | Checking futures-task v0.3.31 |
438 | 2025-02-06T04:24:37.074Z | Checking pin-utils v0.1.0 |
439 | 2025-02-06T04:24:37.168Z | Compiling semver v1.0.24 |
440 | 2025-02-06T04:24:37.181Z | Checking spin v0.9.8 |
441 | 2025-02-06T04:24:37.203Z | Compiling vcpkg v0.2.15 |
442 | 2025-02-06T04:24:37.294Z | Checking rustls-pki-types v1.10.0 |
443 | 2025-02-06T04:24:37.384Z | Compiling pkg-config v0.3.31 |
444 | 2025-02-06T04:24:37.496Z | Compiling ring v0.17.8 |
445 | 2025-02-06T04:24:37.733Z | Compiling heck v0.5.0 |
446 | 2025-02-06T04:24:37.848Z | Compiling httparse v1.9.5 |
447 | 2025-02-06T04:24:38.161Z | Checking litemap v0.7.3 |
448 | 2025-02-06T04:24:38.283Z | Checking iana-time-zone v0.1.61 |
449 | 2025-02-06T04:24:38.438Z | Checking writeable v0.5.5 |
450 | 2025-02-06T04:24:38.469Z | Checking untrusted v0.9.0 |
451 | 2025-02-06T04:24:38.506Z | Checking tracing-core v0.1.32 |
452 | 2025-02-06T04:24:38.546Z | Compiling ucd-trie v0.1.7 |
453 | 2025-02-06T04:24:38.626Z | Checking dyn-clone v1.0.17 |
454 | 2025-02-06T04:24:38.654Z | Compiling openssl-sys v0.9.105 |
455 | 2025-02-06T04:24:38.730Z | Checking atomic-waker v1.1.2 |
456 | 2025-02-06T04:24:38.877Z | Checking http-body v1.0.1 |
457 | 2025-02-06T04:24:39.065Z | Checking subtle v2.6.1 |
458 | 2025-02-06T04:24:39.106Z | Checking tracing v0.1.40 |
459 | 2025-02-06T04:24:39.266Z | Compiling allocator-api2 v0.2.18 |
460 | 2025-02-06T04:24:39.285Z | Checking icu_locid_transform_data v1.5.0 |
461 | 2025-02-06T04:24:39.299Z | Checking try-lock v0.2.5 |
462 | 2025-02-06T04:24:39.373Z | Checking zeroize v1.8.1 |
463 | 2025-02-06T04:24:39.436Z | Checking want v0.3.1 |
464 | 2025-02-06T04:24:39.600Z | Checking httpdate v1.0.3 |
465 | 2025-02-06T04:24:39.639Z | Checking foreign-types-shared v0.1.1 |
466 | 2025-02-06T04:24:39.722Z | Compiling openssl v0.10.70 |
467 | 2025-02-06T04:24:39.852Z | Compiling uuid v1.12.0 |
468 | 2025-02-06T04:24:39.886Z | Checking icu_properties_data v1.5.0 |
469 | 2025-02-06T04:24:40.109Z | Checking foreign-types v0.3.2 |
470 | 2025-02-06T04:24:40.182Z | Checking utf8_iter v1.0.4 |
471 | 2025-02-06T04:24:40.196Z | Checking write16 v1.0.0 |
472 | 2025-02-06T04:24:40.325Z | Compiling chrono v0.4.39 |
473 | 2025-02-06T04:24:40.361Z | Checking bitflags v2.6.0 |
474 | 2025-02-06T04:24:40.383Z | Compiling slog v2.7.0 |
475 | 2025-02-06T04:24:40.404Z | Checking utf16_iter v1.0.5 |
476 | 2025-02-06T04:24:40.447Z | Compiling native-tls v0.2.12 |
477 | 2025-02-06T04:24:40.567Z | Checking percent-encoding v2.3.1 |
478 | 2025-02-06T04:24:40.597Z | Compiling rustls v0.23.19 |
479 | 2025-02-06T04:24:40.765Z | Checking icu_normalizer_data v1.5.0 |
480 | 2025-02-06T04:24:40.818Z | Checking tower-service v0.3.3 |
481 | 2025-02-06T04:24:40.920Z | Checking form_urlencoded v1.2.1 |
482 | 2025-02-06T04:24:40.945Z | Compiling aho-corasick v1.1.3 |
483 | 2025-02-06T04:24:41.122Z | Compiling typenum v1.17.0 |
484 | 2025-02-06T04:24:41.180Z | Checking openssl-probe v0.1.5 |
485 | 2025-02-06T04:24:41.304Z | Compiling regex-syntax v0.8.5 |
486 | 2025-02-06T04:24:42.102Z | Compiling generic-array v0.14.7 |
487 | 2025-02-06T04:24:42.116Z | Checking encoding_rs v0.8.34 |
488 | 2025-02-06T04:24:42.430Z | Checking mime v0.3.17 |
489 | 2025-02-06T04:24:43.360Z | Compiling synstructure v0.13.1 |
490 | 2025-02-06T04:24:43.547Z | Compiling serde_derive_internals v0.29.1 |
491 | 2025-02-06T04:24:44.047Z | Checking rustls-webpki v0.102.8 |
492 | 2025-02-06T04:24:44.412Z | Checking rustls-pemfile v2.2.0 |
493 | 2025-02-06T04:24:44.574Z | Checking webpki-roots v0.26.6 |
494 | 2025-02-06T04:24:44.881Z | Compiling regex-automata v0.4.8 |
495 | 2025-02-06T04:24:45.421Z | Compiling usdt-impl v0.5.0 |
496 | 2025-02-06T04:24:45.580Z | Checking base64 v0.22.1 |
497 | 2025-02-06T04:24:45.674Z | Checking powerfmt v0.2.0 |
498 | 2025-02-06T04:24:45.949Z | Compiling time-core v0.1.2 |
499 | 2025-02-06T04:24:46.067Z | Compiling num-conv v0.1.0 |
500 | 2025-02-06T04:24:46.121Z | Checking deranged v0.3.11 |
501 | 2025-02-06T04:24:46.324Z | Compiling time-macros v0.2.18 |
502 | 2025-02-06T04:24:46.350Z | Compiling thread-id v4.2.2 |
503 | 2025-02-06T04:24:46.696Z | Checking sync_wrapper v1.0.1 |
504 | 2025-02-06T04:24:46.846Z | Checking num_threads v0.1.7 |
505 | 2025-02-06T04:24:47.185Z | Compiling paste v1.0.15 |
506 | 2025-02-06T04:24:47.405Z | Compiling strsim v0.11.1 |
507 | 2025-02-06T04:24:47.488Z | Compiling crossbeam-utils v0.8.20 |
508 | 2025-02-06T04:24:47.521Z | Compiling serde_derive v1.0.217 |
509 | 2025-02-06T04:24:47.652Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-02-06T04:24:48.005Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-02-06T04:24:48.041Z | Compiling zerofrom-derive v0.1.4 |
512 | 2025-02-06T04:24:49.067Z | Compiling schemars_derive v0.8.21 |
513 | 2025-02-06T04:24:49.146Z | Compiling yoke-derive v0.7.4 |
514 | 2025-02-06T04:24:49.407Z | Compiling tokio-macros v2.5.0 |
515 | 2025-02-06T04:24:49.586Z | Compiling zerocopy v0.7.35 |
516 | 2025-02-06T04:24:50.858Z | Checking tokio v1.43.0 |
517 | 2025-02-06T04:24:50.934Z | Compiling zerovec-derive v0.10.3 |
518 | 2025-02-06T04:24:51.234Z | Checking zerofrom v0.1.4 |
519 | 2025-02-06T04:24:51.428Z | Compiling futures-macro v0.3.31 |
520 | 2025-02-06T04:24:51.579Z | Checking yoke v0.7.4 |
521 | 2025-02-06T04:24:51.797Z | Compiling displaydoc v0.2.5 |
522 | 2025-02-06T04:24:51.870Z | Compiling icu_provider_macros v1.5.0 |
523 | 2025-02-06T04:24:52.046Z | Compiling pest v2.7.14 |
524 | 2025-02-06T04:24:52.460Z | Compiling hashbrown v0.14.5 |
525 | 2025-02-06T04:24:52.940Z | Compiling openssl-macros v0.1.1 |
526 | 2025-02-06T04:24:53.225Z | Checking futures-util v0.3.31 |
527 | 2025-02-06T04:24:53.293Z | Checking zerovec v0.10.4 |
528 | 2025-02-06T04:24:53.627Z | Compiling regress v0.10.1 |
529 | 2025-02-06T04:24:54.783Z | Checking tinystr v0.7.6 |
530 | 2025-02-06T04:24:55.013Z | Checking icu_collections v1.5.0 |
531 | 2025-02-06T04:24:55.106Z | Checking icu_locid v1.5.0 |
532 | 2025-02-06T04:24:55.616Z | Compiling pest_meta v2.7.14 |
533 | 2025-02-06T04:24:56.048Z | Checking icu_provider v1.5.0 |
534 | 2025-02-06T04:24:56.660Z | Checking icu_locid_transform v1.5.0 |
535 | 2025-02-06T04:24:57.604Z | Compiling pest_generator v2.7.14 |
536 | 2025-02-06T04:24:57.607Z | Checking tokio-util v0.7.12 |
537 | 2025-02-06T04:24:57.643Z | Checking icu_properties v1.5.1 |
538 | 2025-02-06T04:24:58.280Z | Checking http-body-util v0.1.2 |
539 | 2025-02-06T04:24:58.386Z | Checking tokio-rustls v0.26.0 |
540 | 2025-02-06T04:24:58.689Z | Compiling regex v1.11.1 |
541 | 2025-02-06T04:24:58.765Z | Compiling scroll_derive v0.12.0 |
542 | 2025-02-06T04:24:59.109Z | Checking indexmap v2.7.1 |
543 | 2025-02-06T04:24:59.598Z | Compiling pest_derive v2.7.14 |
544 | 2025-02-06T04:25:00.046Z | Compiling serde_tokenstream v0.2.2 |
545 | 2025-02-06T04:25:00.255Z | Checking h2 v0.4.6 |
546 | 2025-02-06T04:25:00.538Z | Checking tokio-native-tls v0.3.1 |
547 | 2025-02-06T04:25:00.758Z | Checking serde_urlencoded v0.7.1 |
548 | 2025-02-06T04:25:00.780Z | Compiling dtrace-parser v0.2.0 |
549 | 2025-02-06T04:25:00.947Z | Checking icu_normalizer v1.5.0 |
550 | 2025-02-06T04:25:00.962Z | Checking scroll v0.12.0 |
551 | 2025-02-06T04:25:01.752Z | Checking idna_adapter v1.2.0 |
552 | 2025-02-06T04:25:01.927Z | Checking idna v1.0.3 |
553 | 2025-02-06T04:25:02.231Z | Compiling dof v0.3.0 |
554 | 2025-02-06T04:25:02.409Z | Checking ipnet v2.10.1 |
555 | 2025-02-06T04:25:02.433Z | Checking url v2.5.3 |
556 | 2025-02-06T04:25:03.063Z | Checking plain v0.2.3 |
557 | 2025-02-06T04:25:03.242Z | Compiling ident_case v1.0.1 |
558 | 2025-02-06T04:25:03.425Z | Compiling darling_core v0.20.10 |
559 | 2025-02-06T04:25:03.438Z | Checking goblin v0.8.2 |
560 | 2025-02-06T04:25:04.115Z | Compiling typify-impl v0.2.0 |
561 | 2025-02-06T04:25:04.493Z | Checking hyper v1.5.2 |
562 | 2025-02-06T04:25:05.264Z | Checking time v0.3.36 |
563 | 2025-02-06T04:25:06.458Z | Checking hyper-util v0.1.10 |
564 | 2025-02-06T04:25:06.616Z | Compiling openapiv3 v2.0.0 |
565 | 2025-02-06T04:25:07.118Z | Checking dirs-sys-next v0.1.2 |
566 | 2025-02-06T04:25:07.295Z | Compiling rustversion v1.0.17 |
567 | 2025-02-06T04:25:07.521Z | Compiling rustls v0.22.4 |
568 | 2025-02-06T04:25:07.844Z | Compiling omicron-workspace-hack v0.1.0 |
569 | 2025-02-06T04:25:07.947Z | Compiling newtype-uuid v1.2.1 |
570 | 2025-02-06T04:25:08.107Z | Checking hyper-rustls v0.27.3 |
571 | 2025-02-06T04:25:08.173Z | Checking hyper-tls v0.6.0 |
572 | 2025-02-06T04:25:08.253Z | Compiling unsafe-libyaml v0.2.11 |
573 | 2025-02-06T04:25:08.302Z | Checking pretty-hex v0.4.1 |
574 | 2025-02-06T04:25:08.444Z | Checking reqwest v0.12.9 |
575 | 2025-02-06T04:25:08.700Z | Checking dirs-next v2.0.0 |
576 | 2025-02-06T04:25:08.899Z | Compiling darling_macro v0.20.10 |
577 | 2025-02-06T04:25:09.747Z | Compiling serde_yaml v0.9.34+deprecated |
578 | 2025-02-06T04:25:09.855Z | Checking ipnetwork v0.20.0 |
579 | 2025-02-06T04:25:09.882Z | Checking toml_datetime v0.6.8 |
580 | 2025-02-06T04:25:10.006Z | Checking serde_spanned v0.6.8 |
581 | 2025-02-06T04:25:10.159Z | Checking ppv-lite86 v0.2.20 |
582 | 2025-02-06T04:25:10.189Z | Compiling structmeta-derive v0.3.0 |
583 | 2025-02-06T04:25:10.205Z | Checking crypto-common v0.1.6 |
584 | 2025-02-06T04:25:10.245Z | Checking block-buffer v0.10.4 |
585 | 2025-02-06T04:25:10.257Z | Checking rand_core v0.6.4 |
586 | 2025-02-06T04:25:10.422Z | Checking thread_local v1.1.8 |
587 | 2025-02-06T04:25:10.437Z | Compiling multer v3.1.0 |
588 | 2025-02-06T04:25:10.466Z | Compiling camino v1.1.9 |
589 | 2025-02-06T04:25:10.542Z | Checking winnow v0.6.20 |
590 | 2025-02-06T04:25:10.684Z | Compiling anyhow v1.0.95 |
591 | 2025-02-06T04:25:10.768Z | Checking match_cfg v0.1.0 |
592 | 2025-02-06T04:25:10.844Z | Compiling thiserror v2.0.11 |
593 | 2025-02-06T04:25:10.861Z | Compiling slog-async v2.8.0 |
594 | 2025-02-06T04:25:11.102Z | Checking hostname v0.3.1 |
595 | 2025-02-06T04:25:11.235Z | Checking rand_chacha v0.3.1 |
596 | 2025-02-06T04:25:11.612Z | Checking digest v0.10.7 |
597 | 2025-02-06T04:25:11.636Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
598 | 2025-02-06T04:25:11.802Z | Compiling darling v0.20.10 |
599 | 2025-02-06T04:25:11.915Z | Checking progenitor-client v0.8.0 |
600 | 2025-02-06T04:25:11.928Z | Checking crossbeam-channel v0.5.13 |
601 | 2025-02-06T04:25:11.979Z | Checking term v0.7.0 |
602 | 2025-02-06T04:25:12.656Z | Compiling usdt-macro v0.5.0 |
603 | 2025-02-06T04:25:12.672Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2025-02-06T04:25:12.721Z | Compiling structmeta v0.3.0 |
605 | 2025-02-06T04:25:12.932Z | Checking slog-json v2.6.1 |
606 | 2025-02-06T04:25:13.097Z | Checking futures-executor v0.3.31 |
607 | 2025-02-06T04:25:13.206Z | Compiling async-stream-impl v0.3.6 |
608 | 2025-02-06T04:25:13.217Z | Checking toml_edit v0.22.22 |
609 | 2025-02-06T04:25:13.332Z | Compiling thiserror-impl v2.0.11 |
610 | 2025-02-06T04:25:13.381Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
611 | 2025-02-06T04:25:13.885Z | Checking is-terminal v0.4.13 |
612 | 2025-02-06T04:25:14.001Z | Checking memmap v0.7.0 |
613 | 2025-02-06T04:25:14.036Z | Compiling dropshot v0.15.1 |
614 | 2025-02-06T04:25:14.220Z | Checking take_mut v0.2.2 |
615 | 2025-02-06T04:25:14.362Z | Checking cpufeatures v0.2.14 |
616 | 2025-02-06T04:25:14.407Z | Checking async-stream v0.3.6 |
617 | 2025-02-06T04:25:14.446Z | Checking sha1 v0.10.6 |
618 | 2025-02-06T04:25:14.521Z | Checking daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
619 | 2025-02-06T04:25:14.611Z | Checking usdt v0.5.0 |
620 | 2025-02-06T04:25:14.709Z | Checking slog-term v2.9.1 |
621 | 2025-02-06T04:25:14.751Z | Compiling strum_macros v0.26.4 |
622 | 2025-02-06T04:25:14.800Z | Checking futures v0.3.31 |
623 | 2025-02-06T04:25:14.845Z | Checking slog-bunyan v2.5.0 |
624 | 2025-02-06T04:25:14.905Z | Compiling parse-display-derive v0.10.0 |
625 | 2025-02-06T04:25:15.013Z | Compiling serde_with_macros v3.11.0 |
626 | 2025-02-06T04:25:15.403Z | Checking tokio-rustls v0.25.0 |
627 | 2025-02-06T04:25:15.592Z | Checking rand v0.8.5 |
628 | 2025-02-06T04:25:15.746Z | Checking toml v0.8.19 |
629 | 2025-02-06T04:25:16.178Z | Compiling typify-macro v0.2.0 |
630 | 2025-02-06T04:25:16.448Z | Compiling dropshot_endpoint v0.15.1 |
631 | 2025-02-06T04:25:16.506Z | Checking hex v0.4.3 |
632 | 2025-02-06T04:25:16.690Z | Checking serde_path_to_error v0.1.16 |
633 | 2025-02-06T04:25:16.797Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
634 | 2025-02-06T04:25:17.023Z | Compiling async-trait v0.1.86 |
635 | 2025-02-06T04:25:17.335Z | Checking waitgroup v0.1.2 |
636 | 2025-02-06T04:25:17.467Z | Checking hostname v0.4.0 |
637 | 2025-02-06T04:25:17.478Z | Checking instant v0.1.13 |
638 | 2025-02-06T04:25:17.589Z | Checking debug-ignore v1.0.5 |
639 | 2025-02-06T04:25:17.593Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
640 | 2025-02-06T04:25:17.593Z | Checking backoff v0.4.0 |
641 | 2025-02-06T04:25:17.721Z | Checking serde_with v3.11.0 |
642 | 2025-02-06T04:25:17.756Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
643 | 2025-02-06T04:25:17.886Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2025-02-06T04:25:17.911Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
645 | 2025-02-06T04:25:18.310Z | Checking progenitor-client v0.9.1 |
646 | 2025-02-06T04:25:18.532Z | Checking parse-display v0.10.0 |
647 | 2025-02-06T04:25:18.754Z | Checking macaddr v1.0.1 |
648 | 2025-02-06T04:25:18.766Z | Checking regress v0.9.1 |
649 | 2025-02-06T04:25:18.872Z | Checking strum v0.26.3 |
650 | 2025-02-06T04:25:19.435Z | Compiling typify v0.2.0 |
651 | 2025-02-06T04:25:19.523Z | Compiling progenitor-impl v0.8.0 |
652 | 2025-02-06T04:25:21.940Z | Compiling progenitor-macro v0.8.0 |
653 | 2025-02-06T04:25:25.344Z | Checking progenitor v0.8.0 |
654 | 2025-02-06T04:25:25.451Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
655 | 2025-02-06T04:25:28.198Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
656 | 2025-02-06T04:25:35.285Z | Checking test-project v0.1.0 (/tmp/test-project) |
657 | 2025-02-06T04:25:35.342Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
658 | 2025-02-06T04:25:35.475Z | + cargo build --release |
659 | 2025-02-06T04:25:35.742Z | Compiling proc-macro2 v1.0.92 |
660 | 2025-02-06T04:25:35.742Z | Compiling unicode-ident v1.0.14 |
661 | 2025-02-06T04:25:35.742Z | Compiling libc v0.2.169 |
662 | 2025-02-06T04:25:35.753Z | Compiling cfg-if v1.0.0 |
663 | 2025-02-06T04:25:35.753Z | Compiling autocfg v1.4.0 |
664 | 2025-02-06T04:25:35.753Z | Compiling serde v1.0.217 |
665 | 2025-02-06T04:25:35.753Z | Compiling version_check v0.9.5 |
666 | 2025-02-06T04:25:35.779Z | Compiling memchr v2.7.4 |
667 | 2025-02-06T04:25:35.846Z | Compiling serde_json v1.0.135 |
668 | 2025-02-06T04:25:35.952Z | Compiling itoa v1.0.11 |
669 | 2025-02-06T04:25:36.208Z | Compiling thiserror v1.0.69 |
670 | 2025-02-06T04:25:36.311Z | Compiling once_cell v1.20.2 |
671 | 2025-02-06T04:25:36.351Z | Compiling shlex v1.3.0 |
672 | 2025-02-06T04:25:36.674Z | Compiling cc v1.1.30 |
673 | 2025-02-06T04:25:36.744Z | Compiling num-traits v0.2.19 |
674 | 2025-02-06T04:25:36.754Z | Compiling pin-project-lite v0.2.14 |
675 | 2025-02-06T04:25:37.040Z | Compiling getrandom v0.2.15 |
676 | 2025-02-06T04:25:37.074Z | Compiling ryu v1.0.18 |
677 | 2025-02-06T04:25:37.121Z | Compiling smallvec v1.13.2 |
678 | 2025-02-06T04:25:37.399Z | Compiling bytes v1.9.0 |
679 | 2025-02-06T04:25:37.443Z | Compiling futures-core v0.3.31 |
680 | 2025-02-06T04:25:37.558Z | Compiling quote v1.0.38 |
681 | 2025-02-06T04:25:37.575Z | Compiling lock_api v0.4.12 |
682 | 2025-02-06T04:25:37.690Z | Compiling parking_lot_core v0.9.10 |
683 | 2025-02-06T04:25:37.915Z | Compiling syn v2.0.96 |
684 | 2025-02-06T04:25:37.943Z | Compiling schemars v0.8.21 |
685 | 2025-02-06T04:25:38.120Z | Compiling ahash v0.8.11 |
686 | 2025-02-06T04:25:38.127Z | Compiling scopeguard v1.2.0 |
687 | 2025-02-06T04:25:38.150Z | Compiling byteorder v1.5.0 |
688 | 2025-02-06T04:25:38.479Z | Compiling slab v0.4.9 |
689 | 2025-02-06T04:25:38.551Z | Compiling log v0.4.22 |
690 | 2025-02-06T04:25:38.766Z | Compiling futures-sink v0.3.31 |
691 | 2025-02-06T04:25:38.922Z | Compiling parking_lot v0.12.3 |
692 | 2025-02-06T04:25:38.963Z | Compiling socket2 v0.5.7 |
693 | 2025-02-06T04:25:38.981Z | Compiling signal-hook-registry v1.4.2 |
694 | 2025-02-06T04:25:39.094Z | Compiling mio v1.0.2 |
695 | 2025-02-06T04:25:39.173Z | Compiling stable_deref_trait v1.2.0 |
696 | 2025-02-06T04:25:39.290Z | Compiling fnv v1.0.7 |
697 | 2025-02-06T04:25:39.307Z | Compiling ring v0.17.8 |
698 | 2025-02-06T04:25:39.425Z | Compiling semver v1.0.24 |
699 | 2025-02-06T04:25:39.591Z | Compiling equivalent v1.0.1 |
700 | 2025-02-06T04:25:39.710Z | Compiling hashbrown v0.15.1 |
701 | 2025-02-06T04:25:39.914Z | Compiling http v1.2.0 |
702 | 2025-02-06T04:25:40.487Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-06T04:25:40.630Z | Compiling pin-utils v0.1.0 |
704 | 2025-02-06T04:25:40.695Z | Compiling futures-task v0.3.31 |
705 | 2025-02-06T04:25:40.712Z | Compiling futures-io v0.3.31 |
706 | 2025-02-06T04:25:40.971Z | Compiling rustls-pki-types v1.10.0 |
707 | 2025-02-06T04:25:41.033Z | Compiling spin v0.9.8 |
708 | 2025-02-06T04:25:41.061Z | Compiling pkg-config v0.3.31 |
709 | 2025-02-06T04:25:41.081Z | Compiling vcpkg v0.2.15 |
710 | 2025-02-06T04:25:41.269Z | Compiling heck v0.5.0 |
711 | 2025-02-06T04:25:41.671Z | Compiling litemap v0.7.3 |
712 | 2025-02-06T04:25:42.118Z | Compiling untrusted v0.9.0 |
713 | 2025-02-06T04:25:42.137Z | Compiling iana-time-zone v0.1.61 |
714 | 2025-02-06T04:25:42.313Z | Compiling httparse v1.9.5 |
715 | 2025-02-06T04:25:42.500Z | Compiling openssl-sys v0.9.105 |
716 | 2025-02-06T04:25:42.784Z | Compiling writeable v0.5.5 |
717 | 2025-02-06T04:25:43.281Z | Compiling tracing-core v0.1.32 |
718 | 2025-02-06T04:25:43.428Z | Compiling ucd-trie v0.1.7 |
719 | 2025-02-06T04:25:43.428Z | Compiling dyn-clone v1.0.17 |
720 | 2025-02-06T04:25:43.577Z | Compiling atomic-waker v1.1.2 |
721 | 2025-02-06T04:25:43.751Z | Compiling http-body v1.0.1 |
722 | 2025-02-06T04:25:44.059Z | Compiling tracing v0.1.40 |
723 | 2025-02-06T04:25:44.147Z | Compiling zeroize v1.8.1 |
724 | 2025-02-06T04:25:44.516Z | Compiling icu_locid_transform_data v1.5.0 |
725 | 2025-02-06T04:25:44.810Z | Compiling subtle v2.6.1 |
726 | 2025-02-06T04:25:44.810Z | Compiling allocator-api2 v0.2.18 |
727 | 2025-02-06T04:25:44.947Z | Compiling try-lock v0.2.5 |
728 | 2025-02-06T04:25:44.947Z | Compiling want v0.3.1 |
729 | 2025-02-06T04:25:45.060Z | Compiling foreign-types-shared v0.1.1 |
730 | 2025-02-06T04:25:45.205Z | Compiling synstructure v0.13.1 |
731 | 2025-02-06T04:25:45.205Z | Compiling serde_derive_internals v0.29.1 |
732 | 2025-02-06T04:25:45.205Z | Compiling chrono v0.4.39 |
733 | 2025-02-06T04:25:45.353Z | Compiling uuid v1.12.0 |
734 | 2025-02-06T04:25:45.505Z | Compiling httpdate v1.0.3 |
735 | 2025-02-06T04:25:45.902Z | Compiling icu_properties_data v1.5.0 |
736 | 2025-02-06T04:25:46.184Z | Compiling openssl v0.10.70 |
737 | 2025-02-06T04:25:46.328Z | Compiling foreign-types v0.3.2 |
738 | 2025-02-06T04:25:46.633Z | Compiling write16 v1.0.0 |
739 | 2025-02-06T04:25:46.776Z | Compiling percent-encoding v2.3.1 |
740 | 2025-02-06T04:25:46.926Z | Compiling slog v2.7.0 |
741 | 2025-02-06T04:25:47.240Z | Compiling tower-service v0.3.3 |
742 | 2025-02-06T04:25:47.344Z | Compiling bitflags v2.6.0 |
743 | 2025-02-06T04:25:47.370Z | Compiling rustls v0.23.19 |
744 | 2025-02-06T04:25:47.403Z | Compiling utf16_iter v1.0.5 |
745 | 2025-02-06T04:25:47.637Z | Compiling native-tls v0.2.12 |
746 | 2025-02-06T04:25:47.713Z | Compiling icu_normalizer_data v1.5.0 |
747 | 2025-02-06T04:25:47.722Z | Compiling utf8_iter v1.0.4 |
748 | 2025-02-06T04:25:47.856Z | Compiling form_urlencoded v1.2.1 |
749 | 2025-02-06T04:25:47.992Z | Compiling aho-corasick v1.1.3 |
750 | 2025-02-06T04:25:48.262Z | Compiling typenum v1.17.0 |
751 | 2025-02-06T04:25:48.338Z | Compiling regex-syntax v0.8.5 |
752 | 2025-02-06T04:25:48.854Z | Compiling openssl-probe v0.1.5 |
753 | 2025-02-06T04:25:49.400Z | Compiling generic-array v0.14.7 |
754 | 2025-02-06T04:25:49.525Z | Compiling serde_derive v1.0.217 |
755 | 2025-02-06T04:25:49.756Z | Compiling zerocopy-derive v0.7.35 |
756 | 2025-02-06T04:25:49.967Z | Compiling thiserror-impl v1.0.69 |
757 | 2025-02-06T04:25:50.262Z | Compiling schemars_derive v0.8.21 |
758 | 2025-02-06T04:25:50.276Z | Compiling zerofrom-derive v0.1.4 |
759 | 2025-02-06T04:25:51.718Z | Compiling zerocopy v0.7.35 |
760 | 2025-02-06T04:25:52.824Z | Compiling yoke-derive v0.7.4 |
761 | 2025-02-06T04:25:53.048Z | Compiling tokio-macros v2.5.0 |
762 | 2025-02-06T04:25:53.133Z | Compiling zerovec-derive v0.10.3 |
763 | 2025-02-06T04:25:53.260Z | Compiling displaydoc v0.2.5 |
764 | 2025-02-06T04:25:53.438Z | Compiling zerofrom v0.1.4 |
765 | 2025-02-06T04:25:53.734Z | Compiling futures-macro v0.3.31 |
766 | 2025-02-06T04:25:54.603Z | Compiling tokio v1.43.0 |
767 | 2025-02-06T04:25:54.805Z | Compiling icu_provider_macros v1.5.0 |
768 | 2025-02-06T04:25:55.370Z | Compiling yoke v0.7.4 |
769 | 2025-02-06T04:25:55.524Z | Compiling futures-util v0.3.31 |
770 | 2025-02-06T04:25:55.682Z | Compiling zerovec v0.10.4 |
771 | 2025-02-06T04:25:55.852Z | Compiling pest v2.7.14 |
772 | 2025-02-06T04:25:56.088Z | Compiling rustls-webpki v0.102.8 |
773 | 2025-02-06T04:25:58.814Z | Compiling tinystr v0.7.6 |
774 | 2025-02-06T04:25:59.177Z | Compiling icu_locid v1.5.0 |
775 | 2025-02-06T04:26:00.859Z | Compiling icu_provider v1.5.0 |
776 | 2025-02-06T04:26:01.676Z | Compiling icu_locid_transform v1.5.0 |
777 | 2025-02-06T04:26:01.714Z | Compiling pest_meta v2.7.14 |
778 | 2025-02-06T04:26:03.026Z | Compiling indexmap v2.7.1 |
779 | 2025-02-06T04:26:04.674Z | Compiling serde_tokenstream v0.2.2 |
780 | 2025-02-06T04:26:06.676Z | Compiling tokio-util v0.7.12 |
781 | 2025-02-06T04:26:06.867Z | Compiling icu_collections v1.5.0 |
782 | 2025-02-06T04:26:07.120Z | Compiling hashbrown v0.14.5 |
783 | 2025-02-06T04:26:08.688Z | Compiling h2 v0.4.6 |
784 | 2025-02-06T04:26:08.920Z | Compiling regress v0.10.1 |
785 | 2025-02-06T04:26:09.685Z | Compiling icu_properties v1.5.1 |
786 | 2025-02-06T04:26:10.651Z | Compiling pest_generator v2.7.14 |
787 | 2025-02-06T04:26:12.486Z | Compiling openssl-macros v0.1.1 |
788 | 2025-02-06T04:26:13.711Z | Compiling icu_normalizer v1.5.0 |
789 | 2025-02-06T04:26:13.943Z | Compiling typify-impl v0.2.0 |
790 | 2025-02-06T04:26:16.441Z | Compiling hyper v1.5.2 |
791 | 2025-02-06T04:26:19.654Z | Compiling hyper-util v0.1.10 |
792 | 2025-02-06T04:26:21.548Z | Compiling pest_derive v2.7.14 |
793 | 2025-02-06T04:26:25.044Z | Compiling typify-macro v0.2.0 |
794 | 2025-02-06T04:26:26.450Z | Compiling idna_adapter v1.2.0 |
795 | 2025-02-06T04:26:26.687Z | Compiling http-body-util v0.1.2 |
796 | 2025-02-06T04:26:26.740Z | Compiling regex-automata v0.4.8 |
797 | 2025-02-06T04:26:26.976Z | Compiling encoding_rs v0.8.34 |
798 | 2025-02-06T04:26:27.237Z | Compiling mime v0.3.17 |
799 | 2025-02-06T04:26:28.400Z | Compiling idna v1.0.3 |
800 | 2025-02-06T04:26:28.676Z | Compiling tokio-native-tls v0.3.1 |
801 | 2025-02-06T04:26:28.778Z | Compiling serde_urlencoded v0.7.1 |
802 | 2025-02-06T04:26:29.401Z | Compiling scroll_derive v0.12.0 |
803 | 2025-02-06T04:26:30.290Z | Compiling tokio-rustls v0.26.0 |
804 | 2025-02-06T04:26:30.869Z | Compiling regex v1.11.1 |
805 | 2025-02-06T04:26:31.142Z | Compiling rustls-pemfile v2.2.0 |
806 | 2025-02-06T04:26:31.629Z | Compiling webpki-roots v0.26.6 |
807 | 2025-02-06T04:26:31.838Z | Compiling usdt-impl v0.5.0 |
808 | 2025-02-06T04:26:31.970Z | Compiling base64 v0.22.1 |
809 | 2025-02-06T04:26:32.231Z | Compiling time-core v0.1.2 |
810 | 2025-02-06T04:26:32.399Z | Compiling num-conv v0.1.0 |
811 | 2025-02-06T04:26:33.056Z | Compiling powerfmt v0.2.0 |
812 | 2025-02-06T04:26:33.536Z | Compiling deranged v0.3.11 |
813 | 2025-02-06T04:26:33.910Z | Compiling time-macros v0.2.18 |
814 | 2025-02-06T04:26:35.180Z | Compiling hyper-rustls v0.27.3 |
815 | 2025-02-06T04:26:35.649Z | Compiling thread-id v4.2.2 |
816 | 2025-02-06T04:26:35.761Z | Compiling scroll v0.12.0 |
817 | 2025-02-06T04:26:36.352Z | Compiling url v2.5.3 |
818 | 2025-02-06T04:26:36.848Z | Compiling hyper-tls v0.6.0 |
819 | 2025-02-06T04:26:38.163Z | Compiling dtrace-parser v0.2.0 |
820 | 2025-02-06T04:26:39.905Z | Compiling dof v0.3.0 |
821 | 2025-02-06T04:26:40.654Z | Compiling sync_wrapper v1.0.1 |
822 | 2025-02-06T04:26:40.808Z | Compiling paste v1.0.15 |
823 | 2025-02-06T04:26:42.289Z | Compiling ipnet v2.10.1 |
824 | 2025-02-06T04:26:42.642Z | Compiling crossbeam-utils v0.8.20 |
825 | 2025-02-06T04:26:43.149Z | Compiling num_threads v0.1.7 |
826 | 2025-02-06T04:26:44.729Z | Compiling ident_case v1.0.1 |
827 | 2025-02-06T04:26:45.311Z | Compiling strsim v0.11.1 |
828 | 2025-02-06T04:26:45.942Z | Compiling omicron-workspace-hack v0.1.0 |
829 | 2025-02-06T04:26:45.949Z | Compiling plain v0.2.3 |
830 | 2025-02-06T04:26:45.993Z | Compiling darling_core v0.20.10 |
831 | 2025-02-06T04:26:46.111Z | Compiling goblin v0.8.2 |
832 | 2025-02-06T04:26:46.261Z | Compiling time v0.3.36 |
833 | 2025-02-06T04:26:51.529Z | Compiling reqwest v0.12.9 |
834 | 2025-02-06T04:26:55.277Z | Compiling openapiv3 v2.0.0 |
835 | 2025-02-06T04:26:55.971Z | Compiling typify v0.2.0 |
836 | 2025-02-06T04:26:57.429Z | Compiling dirs-sys-next v0.1.2 |
837 | 2025-02-06T04:26:58.936Z | Compiling unsafe-libyaml v0.2.11 |
838 | 2025-02-06T04:26:59.343Z | Compiling newtype-uuid v1.2.1 |
839 | 2025-02-06T04:26:59.692Z | Compiling rustls v0.22.4 |
840 | 2025-02-06T04:27:00.033Z | Compiling pretty-hex v0.4.1 |
841 | 2025-02-06T04:27:00.286Z | Compiling rustversion v1.0.17 |
842 | 2025-02-06T04:27:01.000Z | Compiling serde_yaml v0.9.34+deprecated |
843 | 2025-02-06T04:27:02.644Z | Compiling progenitor-impl v0.8.0 |
844 | 2025-02-06T04:27:04.536Z | Compiling dirs-next v2.0.0 |
845 | 2025-02-06T04:27:06.924Z | Compiling darling_macro v0.20.10 |
846 | 2025-02-06T04:27:08.050Z | Compiling crypto-common v0.1.6 |
847 | 2025-02-06T04:27:08.268Z | Compiling block-buffer v0.10.4 |
848 | 2025-02-06T04:27:08.277Z | Compiling ipnetwork v0.20.0 |
849 | 2025-02-06T04:27:08.300Z | Compiling toml_datetime v0.6.8 |
850 | 2025-02-06T04:27:08.522Z | Compiling serde_spanned v0.6.8 |
851 | 2025-02-06T04:27:08.774Z | Compiling ppv-lite86 v0.2.20 |
852 | 2025-02-06T04:27:08.787Z | Compiling structmeta-derive v0.3.0 |
853 | 2025-02-06T04:27:09.009Z | Compiling rand_core v0.6.4 |
854 | 2025-02-06T04:27:09.587Z | Compiling thread_local v1.1.8 |
855 | 2025-02-06T04:27:09.596Z | Compiling multer v3.1.0 |
856 | 2025-02-06T04:27:09.942Z | Compiling thiserror v2.0.11 |
857 | 2025-02-06T04:27:10.275Z | Compiling winnow v0.6.20 |
858 | 2025-02-06T04:27:10.538Z | Compiling slog-async v2.8.0 |
859 | 2025-02-06T04:27:10.550Z | Compiling anyhow v1.0.95 |
860 | 2025-02-06T04:27:11.007Z | Compiling camino v1.1.9 |
861 | 2025-02-06T04:27:11.163Z | Compiling match_cfg v0.1.0 |
862 | 2025-02-06T04:27:11.258Z | Compiling hostname v0.3.1 |
863 | 2025-02-06T04:27:11.336Z | Compiling structmeta v0.3.0 |
864 | 2025-02-06T04:27:11.881Z | Compiling rand_chacha v0.3.1 |
865 | 2025-02-06T04:27:12.049Z | Compiling progenitor-macro v0.8.0 |
866 | 2025-02-06T04:27:12.092Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
867 | 2025-02-06T04:27:13.226Z | Compiling digest v0.10.7 |
868 | 2025-02-06T04:27:13.635Z | Compiling darling v0.20.10 |
869 | 2025-02-06T04:27:13.733Z | Compiling crossbeam-channel v0.5.13 |
870 | 2025-02-06T04:27:14.546Z | Compiling toml_edit v0.22.22 |
871 | 2025-02-06T04:27:15.345Z | Compiling term v0.7.0 |
872 | 2025-02-06T04:27:21.169Z | Compiling usdt-attr-macro v0.5.0 |
873 | 2025-02-06T04:27:22.613Z | Compiling usdt-macro v0.5.0 |
874 | 2025-02-06T04:27:22.865Z | Compiling progenitor-client v0.8.0 |
875 | 2025-02-06T04:27:23.269Z | Compiling slog-json v2.6.1 |
876 | 2025-02-06T04:27:23.765Z | Compiling futures-executor v0.3.31 |
877 | 2025-02-06T04:27:23.783Z | Compiling thiserror-impl v2.0.11 |
878 | 2025-02-06T04:27:23.873Z | Compiling async-stream-impl v0.3.6 |
879 | 2025-02-06T04:27:24.893Z | Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
880 | 2025-02-06T04:27:25.182Z | Compiling memmap v0.7.0 |
881 | 2025-02-06T04:27:25.639Z | Compiling is-terminal v0.4.13 |
882 | 2025-02-06T04:27:25.773Z | Compiling dropshot v0.15.1 |
883 | 2025-02-06T04:27:26.110Z | Compiling take_mut v0.2.2 |
884 | 2025-02-06T04:27:26.133Z | Compiling cpufeatures v0.2.14 |
885 | 2025-02-06T04:27:26.266Z | Compiling sha1 v0.10.6 |
886 | 2025-02-06T04:27:26.950Z | Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534) |
887 | 2025-02-06T04:27:27.073Z | Compiling slog-term v2.9.1 |
888 | 2025-02-06T04:27:27.275Z | Compiling usdt v0.5.0 |
889 | 2025-02-06T04:27:28.789Z | Compiling async-stream v0.3.6 |
890 | 2025-02-06T04:27:29.142Z | Compiling futures v0.3.31 |
891 | 2025-02-06T04:27:29.355Z | Compiling slog-bunyan v2.5.0 |
892 | 2025-02-06T04:27:29.546Z | Compiling progenitor v0.8.0 |
893 | 2025-02-06T04:27:29.624Z | Compiling tokio-rustls v0.25.0 |
894 | 2025-02-06T04:27:29.740Z | Compiling strum_macros v0.26.4 |
895 | 2025-02-06T04:27:29.924Z | Compiling toml v0.8.19 |
896 | 2025-02-06T04:27:30.044Z | Compiling serde_with_macros v3.11.0 |
897 | 2025-02-06T04:27:32.576Z | Compiling rand v0.8.5 |
898 | 2025-02-06T04:27:34.781Z | Compiling parse-display-derive v0.10.0 |
899 | 2025-02-06T04:27:36.897Z | Compiling dropshot_endpoint v0.15.1 |
900 | 2025-02-06T04:27:36.994Z | Compiling hex v0.4.3 |
901 | 2025-02-06T04:27:37.203Z | Compiling serde_path_to_error v0.1.16 |
902 | 2025-02-06T04:27:37.630Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
903 | 2025-02-06T04:27:37.975Z | Compiling async-trait v0.1.86 |
904 | 2025-02-06T04:27:38.197Z | Compiling waitgroup v0.1.2 |
905 | 2025-02-06T04:27:38.498Z | Compiling hostname v0.4.0 |
906 | 2025-02-06T04:27:38.545Z | Compiling instant v0.1.13 |
907 | 2025-02-06T04:27:38.557Z | Compiling debug-ignore v1.0.5 |
908 | 2025-02-06T04:27:38.627Z | Compiling backoff v0.4.0 |
909 | 2025-02-06T04:27:38.663Z | Compiling parse-display v0.10.0 |
910 | 2025-02-06T04:27:38.678Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
911 | 2025-02-06T04:27:38.872Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
912 | 2025-02-06T04:27:39.050Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
913 | 2025-02-06T04:27:39.057Z | Compiling strum v0.26.3 |
914 | 2025-02-06T04:27:39.241Z | Compiling serde_with v3.11.0 |
915 | 2025-02-06T04:27:40.289Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
916 | 2025-02-06T04:27:40.677Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
917 | 2025-02-06T04:27:41.068Z | Compiling progenitor-client v0.9.1 |
918 | 2025-02-06T04:27:41.364Z | Compiling regress v0.9.1 |
919 | 2025-02-06T04:27:42.038Z | Compiling macaddr v1.0.1 |
920 | 2025-02-06T04:27:50.278Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
921 | 2025-02-06T04:28:00.016Z | Compiling test-project v0.1.0 (/tmp/test-project) |
922 | 2025-02-06T04:28:10.228Z | Finished `release` profile [optimized] target(s) in 2m 34s |
923 | 2025-02-06T04:28:10.301Z | process exited: duration 223088 ms, exit code 0 |
|
924 | 2025-02-06T04:28:10.308Z | found 0 output files |