|
|
|
1 | 2025-02-11T19:55:13.703Z | job assigned to worker 01JKV96XBDXT6294KN2FJE8JXJ [factory aws, i-050ccea265ce08de6] (queued for 1 m 10 s) |
|
2 | 2025-02-11T19:55:21.069Z | starting task 0: "setup" |
3 | 2025-02-11T19:55:21.074Z | ++ uname -s |
4 | 2025-02-11T19:55:21.077Z | + kern=SunOS |
5 | 2025-02-11T19:55:21.077Z | + build_user=build |
6 | 2025-02-11T19:55:21.077Z | + build_uid=12345 |
7 | 2025-02-11T19:55:21.077Z | + work_dir=/work |
8 | 2025-02-11T19:55:21.077Z | + input_dir=/input |
9 | 2025-02-11T19:55:21.077Z | + [[ 0 == 12345 ]] |
10 | 2025-02-11T19:55:21.077Z | + case "$kern" in |
11 | 2025-02-11T19:55:21.077Z | + groupadd -g 12345 build |
12 | 2025-02-11T19:55:21.080Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-02-11T19:55:23.089Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-02-11T19:55:23.219Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-02-11T19:55:23.222Z | + home_fs=zfs |
16 | 2025-02-11T19:55:23.222Z | + [[ zfs == autofs ]] |
17 | 2025-02-11T19:55:23.222Z | + mkdir -p /home/build |
18 | 2025-02-11T19:55:23.224Z | + chown build:build /home/build /work |
19 | 2025-02-11T19:55:25.226Z | + chmod 0700 /home/build /work |
20 | 2025-02-11T19:55:25.229Z | process exited: duration 4161 ms, exit code 0 |
|
21 | 2025-02-11T19:55:25.235Z | starting task 1: "rust-toolchain" |
22 | 2025-02-11T19:55:25.240Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-02-11T19:55:25.240Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-02-11T19:55:25.240Z | * rust toolchain channel = "1.84.0" |
25 | 2025-02-11T19:55:25.240Z | * rust toolchain profile = "default" |
26 | 2025-02-11T19:55:25.240Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-02-11T19:55:25.240Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-02-11T19:55:25.243Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-02-11T19:55:25.243Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-02-11T19:55:25.334Z | info: downloading installer |
31 | 2025-02-11T19:55:26.654Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-02-11T19:55:26.654Z | warning: /opt/ooce/bin |
33 | 2025-02-11T19:55:26.654Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-02-11T19:55:26.654Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-02-11T19:55:26.654Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-02-11T19:55:26.654Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-02-11T19:55:26.654Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-02-11T19:55:26.654Z | error: cannot install while Rust is installed |
39 | 2025-02-11T19:55:26.654Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-02-11T19:55:26.669Z | info: profile set to 'default' |
41 | 2025-02-11T19:55:26.669Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-02-11T19:55:26.672Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-02-11T19:55:26.807Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-02-11T19:55:26.807Z | info: downloading component 'cargo' |
45 | 2025-02-11T19:55:27.542Z | info: downloading component 'clippy' |
46 | 2025-02-11T19:55:27.824Z | info: downloading component 'rust-docs' |
47 | 2025-02-11T19:55:28.826Z | info: downloading component 'rust-std' |
48 | 2025-02-11T19:55:30.309Z | info: downloading component 'rustc' |
49 | 2025-02-11T19:55:35.999Z | info: downloading component 'rustfmt' |
50 | 2025-02-11T19:55:36.215Z | info: installing component 'cargo' |
51 | 2025-02-11T19:55:37.071Z | info: installing component 'clippy' |
52 | 2025-02-11T19:55:37.465Z | info: installing component 'rust-docs' |
53 | 2025-02-11T19:55:39.119Z | info: installing component 'rust-std' |
54 | 2025-02-11T19:55:40.917Z | info: installing component 'rustc' |
55 | 2025-02-11T19:55:47.134Z | info: installing component 'rustfmt' |
56 | 2025-02-11T19:55:47.471Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-02-11T19:55:47.471Z | |
58 | 2025-02-11T19:55:47.873Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-02-11T19:55:47.873Z | |
60 | 2025-02-11T19:55:47.875Z | |
61 | 2025-02-11T19:55:47.875Z | Rust is installed now. Great! |
62 | 2025-02-11T19:55:47.876Z | |
63 | 2025-02-11T19:55:47.876Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-02-11T19:55:47.876Z | environment variable. This has not been done automatically. |
65 | 2025-02-11T19:55:47.876Z | |
66 | 2025-02-11T19:55:47.876Z | To configure your current shell, you need to source |
67 | 2025-02-11T19:55:47.876Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-02-11T19:55:47.876Z | |
69 | 2025-02-11T19:55:47.876Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-02-11T19:55:47.876Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-02-11T19:55:47.876Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-02-11T19:55:47.958Z | + rustup --version |
73 | 2025-02-11T19:55:47.966Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-02-11T19:55:47.966Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-02-11T19:55:48.045Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-02-11T19:55:48.048Z | + cargo --version |
77 | 2025-02-11T19:55:48.107Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-02-11T19:55:48.109Z | + rustc --version |
79 | 2025-02-11T19:55:48.171Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-02-11T19:55:48.175Z | process exited: duration 22936 ms, exit code 0 |
|
81 | 2025-02-11T19:55:48.180Z | starting task 2: "authentication" |
82 | 2025-02-11T19:55:48.201Z | process exited: duration 21 ms, exit code 0 |
|
83 | 2025-02-11T19:55:48.207Z | starting task 3: "clone repository" |
84 | 2025-02-11T19:55:48.211Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-02-11T19:55:48.214Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-02-11T19:55:48.253Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-02-11T19:55:55.779Z | + cd /work/oxidecomputer/omicron |
88 | 2025-02-11T19:55:55.779Z | + git fetch origin 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
89 | 2025-02-11T19:55:56.101Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-02-11T19:55:56.104Z | * branch 9dfa35b328ef43e6efd533eddd4b8858fb66498f -> FETCH_HEAD |
91 | 2025-02-11T19:55:56.111Z | + [[ -n '' ]] |
92 | 2025-02-11T19:55:56.111Z | + git reset --hard 9dfa35b328ef43e6efd533eddd4b8858fb66498f |
93 | 2025-02-11T19:55:56.293Z | HEAD is now at 9dfa35b32 @smklein's comment suggestion |
94 | 2025-02-11T19:55:56.296Z | process exited: duration 8088 ms, exit code 0 |
|
95 | 2025-02-11T19:55:56.302Z | starting task 4: "build" |
96 | 2025-02-11T19:55:56.307Z | + source .github/buildomat/ci-env.sh |
97 | 2025-02-11T19:55:56.307Z | ++ export CARGO_TERM_COLOR=always |
98 | 2025-02-11T19:55:56.307Z | ++ CARGO_TERM_COLOR=always |
99 | 2025-02-11T19:55:56.309Z | + cargo --version |
100 | 2025-02-11T19:55:56.356Z | cargo 1.84.0 (66221abde 2024-11-19) |
101 | 2025-02-11T19:55:56.359Z | + rustc --version |
102 | 2025-02-11T19:55:56.420Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
103 | 2025-02-11T19:55:56.423Z | + cd /tmp |
104 | 2025-02-11T19:55:56.423Z | + cargo new --lib test-project |
105 | 2025-02-11T19:55:56.480Z | Creating library `test-project` package |
106 | 2025-02-11T19:55:56.561Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
107 | 2025-02-11T19:55:56.564Z | + cd test-project |
108 | 2025-02-11T19:55:56.564Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
109 | 2025-02-11T19:55:56.624Z | Adding omicron-common (local) to dependencies |
110 | 2025-02-11T19:55:56.626Z | Features: |
111 | 2025-02-11T19:55:56.626Z | - proptest |
112 | 2025-02-11T19:55:56.626Z | - test-strategy |
113 | 2025-02-11T19:55:56.626Z | - testing |
114 | 2025-02-11T19:55:56.626Z | Updating crates.io index |
115 | 2025-02-11T19:55:56.696Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
116 | 2025-02-11T19:55:57.142Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
117 | 2025-02-11T19:55:57.691Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
118 | 2025-02-11T19:55:58.178Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
119 | 2025-02-11T19:55:58.599Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
120 | 2025-02-11T19:56:00.189Z | Locking 339 packages to latest compatible versions |
121 | 2025-02-11T19:56:00.388Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
122 | 2025-02-11T19:56:00.391Z | + cargo check |
123 | 2025-02-11T19:56:00.536Z | Updating crates.io index |
124 | 2025-02-11T19:56:01.479Z | Locking 1 package to latest compatible version |
125 | 2025-02-11T19:56:01.479Z | Adding omicron-workspace-hack v0.1.0 |
126 | 2025-02-11T19:56:01.501Z | Downloading crates ... |
127 | 2025-02-11T19:56:01.607Z | Downloaded allocator-api2 v0.2.18 |
128 | 2025-02-11T19:56:01.614Z | Downloaded foreign-types v0.3.2 |
129 | 2025-02-11T19:56:01.617Z | Downloaded foreign-types-shared v0.1.1 |
130 | 2025-02-11T19:56:01.621Z | Downloaded equivalent v1.0.1 |
131 | 2025-02-11T19:56:01.624Z | Downloaded ident_case v1.0.1 |
132 | 2025-02-11T19:56:01.624Z | Downloaded async-stream-impl v0.3.6 |
133 | 2025-02-11T19:56:01.627Z | Downloaded http-body v1.0.1 |
134 | 2025-02-11T19:56:01.640Z | Downloaded dtrace-parser v0.2.0 |
135 | 2025-02-11T19:56:01.643Z | Downloaded match_cfg v0.1.0 |
136 | 2025-02-11T19:56:01.648Z | Downloaded form_urlencoded v1.2.1 |
137 | 2025-02-11T19:56:01.650Z | Downloaded digest v0.10.7 |
138 | 2025-02-11T19:56:01.653Z | Downloaded instant v0.1.13 |
139 | 2025-02-11T19:56:01.656Z | Downloaded darling_macro v0.20.10 |
140 | 2025-02-11T19:56:01.656Z | Downloaded icu_provider_macros v1.5.0 |
141 | 2025-02-11T19:56:01.659Z | Downloaded fnv v1.0.7 |
142 | 2025-02-11T19:56:01.662Z | Downloaded futures-executor v0.3.31 |
143 | 2025-02-11T19:56:01.666Z | Downloaded either v1.13.0 |
144 | 2025-02-11T19:56:01.666Z | Downloaded dof v0.3.0 |
145 | 2025-02-11T19:56:01.666Z | Downloaded cfg-if v1.0.0 |
146 | 2025-02-11T19:56:01.669Z | Downloaded block-buffer v0.10.4 |
147 | 2025-02-11T19:56:01.669Z | Downloaded futures-core v0.3.31 |
148 | 2025-02-11T19:56:01.669Z | Downloaded idna_adapter v1.2.0 |
149 | 2025-02-11T19:56:01.671Z | Downloaded futures-macro v0.3.31 |
150 | 2025-02-11T19:56:01.671Z | Downloaded dyn-clone v1.0.17 |
151 | 2025-02-11T19:56:01.676Z | Downloaded crypto-common v0.1.6 |
152 | 2025-02-11T19:56:01.676Z | Downloaded byteorder v1.5.0 |
153 | 2025-02-11T19:56:01.680Z | Downloaded autocfg v1.4.0 |
154 | 2025-02-11T19:56:01.683Z | Downloaded futures-task v0.3.31 |
155 | 2025-02-11T19:56:01.683Z | Downloaded hostname v0.3.1 |
156 | 2025-02-11T19:56:01.686Z | Downloaded thread_local v1.1.8 |
157 | 2025-02-11T19:56:01.686Z | Downloaded futures-io v0.3.31 |
158 | 2025-02-11T19:56:01.690Z | Downloaded async-stream v0.3.6 |
159 | 2025-02-11T19:56:01.694Z | Downloaded thread-id v4.2.2 |
160 | 2025-02-11T19:56:01.694Z | Downloaded thiserror-impl v2.0.11 |
161 | 2025-02-11T19:56:01.694Z | Downloaded tinyvec_macros v0.1.1 |
162 | 2025-02-11T19:56:01.697Z | Downloaded http-body-util v0.1.2 |
163 | 2025-02-11T19:56:01.697Z | Downloaded futures-sink v0.3.31 |
164 | 2025-02-11T19:56:01.700Z | Downloaded thiserror v2.0.11 |
165 | 2025-02-11T19:56:01.703Z | Downloaded try-lock v0.2.5 |
166 | 2025-02-11T19:56:01.706Z | Downloaded tower-service v0.3.3 |
167 | 2025-02-11T19:56:01.706Z | Downloaded hostname v0.4.0 |
168 | 2025-02-11T19:56:01.709Z | Downloaded toml_datetime v0.6.8 |
169 | 2025-02-11T19:56:01.709Z | Downloaded tokio-native-tls v0.3.1 |
170 | 2025-02-11T19:56:01.712Z | Downloaded is-terminal v0.4.13 |
171 | 2025-02-11T19:56:01.716Z | Downloaded ipnetwork v0.20.0 |
172 | 2025-02-11T19:56:01.716Z | Downloaded thiserror v1.0.69 |
173 | 2025-02-11T19:56:01.719Z | Downloaded tokio-macros v2.5.0 |
174 | 2025-02-11T19:56:01.723Z | Downloaded tokio-rustls v0.25.0 |
175 | 2025-02-11T19:56:01.726Z | Downloaded itoa v1.0.11 |
176 | 2025-02-11T19:56:01.726Z | Downloaded term v0.7.0 |
177 | 2025-02-11T19:56:01.729Z | Downloaded dirs-next v2.0.0 |
178 | 2025-02-11T19:56:01.733Z | Downloaded tracing-core v0.1.32 |
179 | 2025-02-11T19:56:01.735Z | Downloaded atomic-waker v1.1.2 |
180 | 2025-02-11T19:56:01.735Z | Downloaded toml v0.8.19 |
181 | 2025-02-11T19:56:01.741Z | Downloaded usdt-macro v0.5.0 |
182 | 2025-02-11T19:56:01.743Z | Downloaded ipnet v2.10.1 |
183 | 2025-02-11T19:56:01.743Z | Downloaded icu_locid_transform v1.5.0 |
184 | 2025-02-11T19:56:01.749Z | Downloaded zerofrom v0.1.4 |
185 | 2025-02-11T19:56:01.752Z | Downloaded yoke-derive v0.7.4 |
186 | 2025-02-11T19:56:01.752Z | Downloaded iana-time-zone v0.1.61 |
187 | 2025-02-11T19:56:01.755Z | Downloaded num-conv v0.1.0 |
188 | 2025-02-11T19:56:01.758Z | Downloaded tracing v0.1.40 |
189 | 2025-02-11T19:56:01.761Z | Downloaded omicron-workspace-hack v0.1.0 |
190 | 2025-02-11T19:56:01.761Z | Downloaded time-core v0.1.2 |
191 | 2025-02-11T19:56:01.764Z | Downloaded ahash v0.8.11 |
192 | 2025-02-11T19:56:01.767Z | Downloaded want v0.3.1 |
193 | 2025-02-11T19:56:01.767Z | Downloaded progenitor-client v0.9.1 |
194 | 2025-02-11T19:56:01.771Z | Downloaded usdt-attr-macro v0.5.0 |
195 | 2025-02-11T19:56:01.771Z | Downloaded litemap v0.7.3 |
196 | 2025-02-11T19:56:01.771Z | Downloaded mime v0.3.17 |
197 | 2025-02-11T19:56:01.774Z | Downloaded sync_wrapper v1.0.1 |
198 | 2025-02-11T19:56:01.774Z | Downloaded zeroize v1.8.1 |
199 | 2025-02-11T19:56:01.777Z | Downloaded utf16_iter v1.0.5 |
200 | 2025-02-11T19:56:01.777Z | Downloaded usdt v0.5.0 |
201 | 2025-02-11T19:56:01.779Z | Downloaded typify-macro v0.2.0 |
202 | 2025-02-11T19:56:01.779Z | Downloaded zerofrom-derive v0.1.4 |
203 | 2025-02-11T19:56:01.782Z | Downloaded num_threads v0.1.7 |
204 | 2025-02-11T19:56:01.782Z | Downloaded progenitor-client v0.8.0 |
205 | 2025-02-11T19:56:01.785Z | Downloaded pretty-hex v0.4.1 |
206 | 2025-02-11T19:56:01.785Z | Downloaded time v0.3.36 |
207 | 2025-02-11T19:56:01.791Z | Downloaded openssl-probe v0.1.5 |
208 | 2025-02-11T19:56:01.794Z | Downloaded parse-display-derive v0.10.0 |
209 | 2025-02-11T19:56:01.794Z | Downloaded tinystr v0.7.6 |
210 | 2025-02-11T19:56:01.797Z | Downloaded thiserror-impl v1.0.69 |
211 | 2025-02-11T19:56:01.799Z | Downloaded openssl-macros v0.1.1 |
212 | 2025-02-11T19:56:01.800Z | Downloaded crossbeam-utils v0.8.20 |
213 | 2025-02-11T19:56:01.803Z | Downloaded pin-utils v0.1.0 |
214 | 2025-02-11T19:56:01.805Z | Downloaded pest_generator v2.7.14 |
215 | 2025-02-11T19:56:01.805Z | Downloaded icu_locid_transform_data v1.5.0 |
216 | 2025-02-11T19:56:01.806Z | Downloaded httparse v1.9.5 |
217 | 2025-02-11T19:56:01.808Z | Downloaded powerfmt v0.2.0 |
218 | 2025-02-11T19:56:01.811Z | Downloaded utf8_iter v1.0.4 |
219 | 2025-02-11T19:56:01.814Z | Downloaded icu_provider v1.5.0 |
220 | 2025-02-11T19:56:01.814Z | Downloaded scroll_derive v0.12.0 |
221 | 2025-02-11T19:56:01.819Z | Downloaded futures v0.3.31 |
222 | 2025-02-11T19:56:01.823Z | Downloaded strum v0.26.3 |
223 | 2025-02-11T19:56:01.823Z | Downloaded zerocopy-derive v0.7.35 |
224 | 2025-02-11T19:56:01.826Z | Downloaded toml_edit v0.22.22 |
225 | 2025-02-11T19:56:01.847Z | Downloaded stable_deref_trait v1.2.0 |
226 | 2025-02-11T19:56:01.850Z | Downloaded time-macros v0.2.18 |
227 | 2025-02-11T19:56:01.853Z | Downloaded schemars_derive v0.8.21 |
228 | 2025-02-11T19:56:01.853Z | Downloaded rustversion v1.0.17 |
229 | 2025-02-11T19:56:01.856Z | Downloaded rand_core v0.6.4 |
230 | 2025-02-11T19:56:01.856Z | Downloaded rustc-hash v2.0.0 |
231 | 2025-02-11T19:56:01.860Z | Downloaded quinn-udp v0.5.5 |
232 | 2025-02-11T19:56:01.860Z | Downloaded typify v0.2.0 |
233 | 2025-02-11T19:56:01.863Z | Downloaded pin-project-lite v0.2.14 |
234 | 2025-02-11T19:56:01.867Z | Downloaded serde_urlencoded v0.7.1 |
235 | 2025-02-11T19:56:01.871Z | Downloaded unicode-ident v1.0.14 |
236 | 2025-02-11T19:56:01.871Z | Downloaded progenitor-macro v0.8.0 |
237 | 2025-02-11T19:56:01.874Z | Downloaded zerovec-derive v0.10.3 |
238 | 2025-02-11T19:56:01.874Z | Downloaded usdt-impl v0.5.0 |
239 | 2025-02-11T19:56:01.874Z | Downloaded typenum v1.17.0 |
240 | 2025-02-11T19:56:01.877Z | Downloaded indexmap v1.9.3 |
241 | 2025-02-11T19:56:01.880Z | Downloaded shlex v1.3.0 |
242 | 2025-02-11T19:56:01.884Z | Downloaded progenitor v0.8.0 |
243 | 2025-02-11T19:56:01.884Z | Downloaded bytes v1.9.0 |
244 | 2025-02-11T19:56:01.887Z | Downloaded pest_meta v2.7.14 |
245 | 2025-02-11T19:56:01.889Z | Downloaded icu_normalizer_data v1.5.0 |
246 | 2025-02-11T19:56:01.899Z | Downloaded icu_normalizer v1.5.0 |
247 | 2025-02-11T19:56:01.899Z | Downloaded signal-hook-registry v1.4.2 |
248 | 2025-02-11T19:56:01.899Z | Downloaded scopeguard v1.2.0 |
249 | 2025-02-11T19:56:01.899Z | Downloaded slog-async v2.8.0 |
250 | 2025-02-11T19:56:01.899Z | Downloaded dropshot_endpoint v0.15.1 |
251 | 2025-02-11T19:56:01.903Z | Downloaded serde_derive_internals v0.29.1 |
252 | 2025-02-11T19:56:01.906Z | Downloaded uuid v1.12.0 |
253 | 2025-02-11T19:56:01.906Z | Downloaded parking_lot v0.12.3 |
254 | 2025-02-11T19:56:01.909Z | Downloaded openssl-sys v0.9.105 |
255 | 2025-02-11T19:56:01.914Z | Downloaded smallvec v1.13.2 |
256 | 2025-02-11T19:56:01.918Z | Downloaded url v2.5.3 |
257 | 2025-02-11T19:56:01.921Z | Downloaded structmeta-derive v0.3.0 |
258 | 2025-02-11T19:56:01.921Z | Downloaded sha2 v0.10.8 |
259 | 2025-02-11T19:56:01.923Z | Downloaded serde_yaml v0.9.34+deprecated |
260 | 2025-02-11T19:56:01.926Z | Downloaded cc v1.1.30 |
261 | 2025-02-11T19:56:01.930Z | Downloaded icu_collections v1.5.0 |
262 | 2025-02-11T19:56:01.937Z | Downloaded mio v1.0.2 |
263 | 2025-02-11T19:56:01.942Z | Downloaded memchr v2.7.4 |
264 | 2025-02-11T19:56:01.947Z | Downloaded strum_macros v0.26.4 |
265 | 2025-02-11T19:56:01.950Z | Downloaded quinn v0.11.5 |
266 | 2025-02-11T19:56:01.953Z | Downloaded sha1 v0.10.6 |
267 | 2025-02-11T19:56:01.957Z | Downloaded base64 v0.22.1 |
268 | 2025-02-11T19:56:01.961Z | Downloaded semver v1.0.24 |
269 | 2025-02-11T19:56:01.963Z | Downloaded rand v0.8.5 |
270 | 2025-02-11T19:56:01.966Z | Downloaded schemars v0.8.21 |
271 | 2025-02-11T19:56:01.977Z | Downloaded hashbrown v0.12.3 |
272 | 2025-02-11T19:56:01.983Z | Downloaded socket2 v0.5.7 |
273 | 2025-02-11T19:56:01.986Z | Downloaded slog v2.7.0 |
274 | 2025-02-11T19:56:01.990Z | Downloaded pest v2.7.14 |
275 | 2025-02-11T19:56:01.993Z | Downloaded serde_with_macros v3.11.0 |
276 | 2025-02-11T19:56:01.996Z | Downloaded zerovec v0.10.4 |
277 | 2025-02-11T19:56:02.001Z | Downloaded serde v1.0.217 |
278 | 2025-02-11T19:56:02.003Z | Downloaded crossbeam-channel v0.5.13 |
279 | 2025-02-11T19:56:02.008Z | Downloaded ryu v1.0.18 |
280 | 2025-02-11T19:56:02.011Z | Downloaded serde_json v1.0.135 |
281 | 2025-02-11T19:56:02.018Z | Downloaded serde_derive v1.0.217 |
282 | 2025-02-11T19:56:02.021Z | Downloaded http v1.2.0 |
283 | 2025-02-11T19:56:02.025Z | Downloaded itertools v0.10.5 |
284 | 2025-02-11T19:56:02.032Z | Downloaded zerocopy v0.7.35 |
285 | 2025-02-11T19:56:02.048Z | Downloaded quinn-proto v0.11.8 |
286 | 2025-02-11T19:56:02.054Z | Downloaded vcpkg v0.2.15 |
287 | 2025-02-11T19:56:02.092Z | Downloaded openssl v0.10.70 |
288 | 2025-02-11T19:56:02.101Z | Downloaded regex v1.11.1 |
289 | 2025-02-11T19:56:02.113Z | Downloaded webpki-roots v0.26.6 |
290 | 2025-02-11T19:56:02.116Z | Downloaded idna v1.0.3 |
291 | 2025-02-11T19:56:02.121Z | Downloaded hyper v1.5.2 |
292 | 2025-02-11T19:56:02.127Z | Downloaded hashbrown v0.15.1 |
293 | 2025-02-11T19:56:02.132Z | Downloaded syn v2.0.96 |
294 | 2025-02-11T19:56:02.143Z | Downloaded regress v0.9.1 |
295 | 2025-02-11T19:56:02.152Z | Downloaded goblin v0.8.2 |
296 | 2025-02-11T19:56:02.157Z | Downloaded hashbrown v0.14.5 |
297 | 2025-02-11T19:56:02.163Z | Downloaded openapiv3 v2.0.0 |
298 | 2025-02-11T19:56:02.174Z | Downloaded serde_with v3.11.0 |
299 | 2025-02-11T19:56:02.182Z | Downloaded h2 v0.4.6 |
300 | 2025-02-11T19:56:02.187Z | Downloaded futures-util v0.3.31 |
301 | 2025-02-11T19:56:02.199Z | Downloaded reqwest v0.12.9 |
302 | 2025-02-11T19:56:02.207Z | Downloaded icu_properties_data v1.5.0 |
303 | 2025-02-11T19:56:02.217Z | Downloaded chrono v0.4.39 |
304 | 2025-02-11T19:56:02.225Z | Downloaded typify-impl v0.2.0 |
305 | 2025-02-11T19:56:02.236Z | Downloaded syn v1.0.109 |
306 | 2025-02-11T19:56:02.246Z | Downloaded rustls-webpki v0.102.8 |
307 | 2025-02-11T19:56:02.264Z | Downloaded aho-corasick v1.1.3 |
308 | 2025-02-11T19:56:02.270Z | Downloaded winnow v0.6.20 |
309 | 2025-02-11T19:56:02.277Z | Downloaded rustls-pki-types v1.10.0 |
310 | 2025-02-11T19:56:02.280Z | Downloaded spin v0.9.8 |
311 | 2025-02-11T19:56:02.283Z | Downloaded indexmap v2.7.1 |
312 | 2025-02-11T19:56:02.286Z | Downloaded darling_core v0.20.10 |
313 | 2025-02-11T19:56:02.291Z | Downloaded rand_chacha v0.3.1 |
314 | 2025-02-11T19:56:02.295Z | Downloaded slog-term v2.9.1 |
315 | 2025-02-11T19:56:02.304Z | Downloaded regress v0.10.1 |
316 | 2025-02-11T19:56:02.307Z | Downloaded rustls v0.22.4 |
317 | 2025-02-11T19:56:02.314Z | Downloaded regex-syntax v0.8.5 |
318 | 2025-02-11T19:56:02.322Z | Downloaded rustls v0.23.19 |
319 | 2025-02-11T19:56:02.333Z | Downloaded dropshot v0.15.1 |
320 | 2025-02-11T19:56:02.353Z | Downloaded hyper-util v0.1.10 |
321 | 2025-02-11T19:56:02.357Z | Downloaded proc-macro2 v1.0.92 |
322 | 2025-02-11T19:56:02.360Z | Downloaded num-traits v0.2.19 |
323 | 2025-02-11T19:56:02.364Z | Downloaded tokio v1.43.0 |
324 | 2025-02-11T19:56:02.398Z | Downloaded unsafe-libyaml v0.2.11 |
325 | 2025-02-11T19:56:02.401Z | Downloaded rustls-pemfile v2.2.0 |
326 | 2025-02-11T19:56:02.404Z | Downloaded slab v0.4.9 |
327 | 2025-02-11T19:56:02.406Z | Downloaded progenitor-impl v0.8.0 |
328 | 2025-02-11T19:56:02.406Z | Downloaded icu_properties v1.5.1 |
329 | 2025-02-11T19:56:02.409Z | Downloaded ucd-trie v0.1.7 |
330 | 2025-02-11T19:56:02.411Z | Downloaded bitflags v2.6.0 |
331 | 2025-02-11T19:56:02.415Z | Downloaded subtle v2.6.1 |
332 | 2025-02-11T19:56:02.417Z | Downloaded scroll v0.12.0 |
333 | 2025-02-11T19:56:02.417Z | Downloaded serde_path_to_error v0.1.16 |
334 | 2025-02-11T19:56:02.417Z | Downloaded slog-bunyan v2.5.0 |
335 | 2025-02-11T19:56:02.420Z | Downloaded serde_tokenstream v0.2.2 |
336 | 2025-02-11T19:56:02.420Z | Downloaded log v0.4.22 |
337 | 2025-02-11T19:56:02.423Z | Downloaded once_cell v1.20.2 |
338 | 2025-02-11T19:56:02.426Z | Downloaded native-tls v0.2.12 |
339 | 2025-02-11T19:56:02.426Z | Downloaded regex-automata v0.4.8 |
340 | 2025-02-11T19:56:02.441Z | Downloaded yoke v0.7.4 |
341 | 2025-02-11T19:56:02.446Z | Downloaded writeable v0.5.5 |
342 | 2025-02-11T19:56:02.449Z | Downloaded structmeta v0.3.0 |
343 | 2025-02-11T19:56:02.449Z | Downloaded strsim v0.11.1 |
344 | 2025-02-11T19:56:02.449Z | Downloaded slog-json v2.6.1 |
345 | 2025-02-11T19:56:02.452Z | Downloaded serde_spanned v0.6.8 |
346 | 2025-02-11T19:56:02.452Z | Downloaded quote v1.0.38 |
347 | 2025-02-11T19:56:02.454Z | Downloaded ppv-lite86 v0.2.20 |
348 | 2025-02-11T19:56:02.454Z | Downloaded plain v0.2.3 |
349 | 2025-02-11T19:56:02.454Z | Downloaded pkg-config v0.3.31 |
350 | 2025-02-11T19:56:02.457Z | Downloaded pest_derive v2.7.14 |
351 | 2025-02-11T19:56:02.459Z | Downloaded parking_lot_core v0.9.10 |
352 | 2025-02-11T19:56:02.460Z | Downloaded multer v3.1.0 |
353 | 2025-02-11T19:56:02.462Z | Downloaded libc v0.2.169 |
354 | 2025-02-11T19:56:02.484Z | Downloaded memmap v0.7.0 |
355 | 2025-02-11T19:56:02.487Z | Downloaded version_check v0.9.5 |
356 | 2025-02-11T19:56:02.487Z | Downloaded untrusted v0.9.0 |
357 | 2025-02-11T19:56:02.490Z | Downloaded tokio-util v0.7.12 |
358 | 2025-02-11T19:56:02.494Z | Downloaded icu_locid v1.5.0 |
359 | 2025-02-11T19:56:02.498Z | Downloaded percent-encoding v2.3.1 |
360 | 2025-02-11T19:56:02.502Z | Downloaded paste v1.0.15 |
361 | 2025-02-11T19:56:02.505Z | Downloaded parse-display v0.10.0 |
362 | 2025-02-11T19:56:02.505Z | Downloaded anyhow v1.0.95 |
363 | 2025-02-11T19:56:02.507Z | Downloaded newtype-uuid v1.2.1 |
364 | 2025-02-11T19:56:02.507Z | Downloaded write16 v1.0.0 |
365 | 2025-02-11T19:56:02.510Z | Downloaded waitgroup v0.1.2 |
366 | 2025-02-11T19:56:02.510Z | Downloaded getrandom v0.2.15 |
367 | 2025-02-11T19:56:02.512Z | Downloaded futures-channel v0.3.31 |
368 | 2025-02-11T19:56:02.516Z | Downloaded lock_api v0.4.12 |
369 | 2025-02-11T19:56:02.516Z | Downloaded hyper-rustls v0.27.3 |
370 | 2025-02-11T19:56:02.518Z | Downloaded async-trait v0.1.85 |
371 | 2025-02-11T19:56:02.521Z | Downloaded displaydoc v0.2.5 |
372 | 2025-02-11T19:56:02.523Z | Downloaded debug-ignore v1.0.5 |
373 | 2025-02-11T19:56:02.523Z | Downloaded darling v0.20.10 |
374 | 2025-02-11T19:56:02.527Z | Downloaded camino v1.1.9 |
375 | 2025-02-11T19:56:02.530Z | Downloaded backoff v0.4.0 |
376 | 2025-02-11T19:56:02.532Z | Downloaded cpufeatures v0.2.14 |
377 | 2025-02-11T19:56:02.532Z | Downloaded macaddr v1.0.1 |
378 | 2025-02-11T19:56:02.535Z | Downloaded generic-array v0.14.7 |
379 | 2025-02-11T19:56:02.535Z | Downloaded synstructure v0.13.1 |
380 | 2025-02-11T19:56:02.537Z | Downloaded hex v0.4.3 |
381 | 2025-02-11T19:56:02.537Z | Downloaded deranged v0.3.11 |
382 | 2025-02-11T19:56:02.541Z | Downloaded tokio-rustls v0.26.0 |
383 | 2025-02-11T19:56:02.541Z | Downloaded take_mut v0.2.2 |
384 | 2025-02-11T19:56:02.543Z | Downloaded hyper-tls v0.6.0 |
385 | 2025-02-11T19:56:02.543Z | Downloaded httpdate v1.0.3 |
386 | 2025-02-11T19:56:02.543Z | Downloaded heck v0.5.0 |
387 | 2025-02-11T19:56:02.546Z | Downloaded dirs-sys-next v0.1.2 |
388 | 2025-02-11T19:56:02.546Z | Downloaded tinyvec v1.8.0 |
389 | 2025-02-11T19:56:02.570Z | Downloaded encoding_rs v0.8.34 |
390 | 2025-02-11T19:56:02.777Z | Downloaded ring v0.17.8 |
391 | 2025-02-11T19:56:02.970Z | Compiling proc-macro2 v1.0.92 |
392 | 2025-02-11T19:56:02.970Z | Compiling unicode-ident v1.0.14 |
393 | 2025-02-11T19:56:02.970Z | Compiling libc v0.2.169 |
394 | 2025-02-11T19:56:02.972Z | Checking cfg-if v1.0.0 |
395 | 2025-02-11T19:56:02.972Z | Compiling autocfg v1.4.0 |
396 | 2025-02-11T19:56:02.972Z | Compiling serde v1.0.217 |
397 | 2025-02-11T19:56:02.991Z | Compiling version_check v0.9.5 |
398 | 2025-02-11T19:56:02.994Z | Checking memchr v2.7.4 |
399 | 2025-02-11T19:56:03.061Z | Checking itoa v1.0.11 |
400 | 2025-02-11T19:56:03.180Z | Compiling serde_json v1.0.135 |
401 | 2025-02-11T19:56:03.576Z | Checking once_cell v1.20.2 |
402 | 2025-02-11T19:56:03.615Z | Compiling thiserror v1.0.69 |
403 | 2025-02-11T19:56:03.659Z | Compiling shlex v1.3.0 |
404 | 2025-02-11T19:56:03.833Z | Checking pin-project-lite v0.2.14 |
405 | 2025-02-11T19:56:03.857Z | Compiling num-traits v0.2.19 |
406 | 2025-02-11T19:56:03.955Z | Compiling cc v1.1.30 |
407 | 2025-02-11T19:56:04.170Z | Checking smallvec v1.13.2 |
408 | 2025-02-11T19:56:04.278Z | Checking getrandom v0.2.15 |
409 | 2025-02-11T19:56:04.322Z | Checking ryu v1.0.18 |
410 | 2025-02-11T19:56:04.467Z | Checking bytes v1.9.0 |
411 | 2025-02-11T19:56:04.481Z | Checking futures-core v0.3.31 |
412 | 2025-02-11T19:56:04.484Z | Compiling lock_api v0.4.12 |
413 | 2025-02-11T19:56:04.577Z | Compiling parking_lot_core v0.9.10 |
414 | 2025-02-11T19:56:04.658Z | Compiling quote v1.0.38 |
415 | 2025-02-11T19:56:04.788Z | Compiling byteorder v1.5.0 |
416 | 2025-02-11T19:56:04.935Z | Checking scopeguard v1.2.0 |
417 | 2025-02-11T19:56:04.949Z | Compiling schemars v0.8.21 |
418 | 2025-02-11T19:56:05.004Z | Compiling syn v2.0.96 |
419 | 2025-02-11T19:56:05.206Z | Compiling slab v0.4.9 |
420 | 2025-02-11T19:56:05.221Z | Compiling ahash v0.8.11 |
421 | 2025-02-11T19:56:05.223Z | Checking futures-sink v0.3.31 |
422 | 2025-02-11T19:56:05.359Z | Checking log v0.4.22 |
423 | 2025-02-11T19:56:05.416Z | Checking socket2 v0.5.7 |
424 | 2025-02-11T19:56:05.560Z | Checking parking_lot v0.12.3 |
425 | 2025-02-11T19:56:05.608Z | Checking signal-hook-registry v1.4.2 |
426 | 2025-02-11T19:56:05.629Z | Checking mio v1.0.2 |
427 | 2025-02-11T19:56:05.659Z | Checking stable_deref_trait v1.2.0 |
428 | 2025-02-11T19:56:05.757Z | Checking fnv v1.0.7 |
429 | 2025-02-11T19:56:05.844Z | Checking equivalent v1.0.1 |
430 | 2025-02-11T19:56:05.857Z | Checking hashbrown v0.15.1 |
431 | 2025-02-11T19:56:05.876Z | Checking http v1.2.0 |
432 | 2025-02-11T19:56:05.889Z | Checking futures-channel v0.3.31 |
433 | 2025-02-11T19:56:05.928Z | Checking futures-task v0.3.31 |
434 | 2025-02-11T19:56:05.941Z | Compiling semver v1.0.24 |
435 | 2025-02-11T19:56:06.155Z | Checking futures-io v0.3.31 |
436 | 2025-02-11T19:56:06.190Z | Checking pin-utils v0.1.0 |
437 | 2025-02-11T19:56:06.225Z | Checking spin v0.9.8 |
438 | 2025-02-11T19:56:06.275Z | Compiling vcpkg v0.2.15 |
439 | 2025-02-11T19:56:06.328Z | Checking rustls-pki-types v1.10.0 |
440 | 2025-02-11T19:56:06.446Z | Compiling pkg-config v0.3.31 |
441 | 2025-02-11T19:56:06.586Z | Compiling ring v0.17.8 |
442 | 2025-02-11T19:56:06.826Z | Checking iana-time-zone v0.1.61 |
443 | 2025-02-11T19:56:06.967Z | Checking litemap v0.7.3 |
444 | 2025-02-11T19:56:06.982Z | Checking untrusted v0.9.0 |
445 | 2025-02-11T19:56:07.151Z | Checking writeable v0.5.5 |
446 | 2025-02-11T19:56:07.164Z | Compiling httparse v1.9.5 |
447 | 2025-02-11T19:56:07.319Z | Compiling heck v0.5.0 |
448 | 2025-02-11T19:56:07.493Z | Checking tracing-core v0.1.32 |
449 | 2025-02-11T19:56:07.625Z | Compiling ucd-trie v0.1.7 |
450 | 2025-02-11T19:56:07.731Z | Compiling openssl-sys v0.9.105 |
451 | 2025-02-11T19:56:07.731Z | Checking dyn-clone v1.0.17 |
452 | 2025-02-11T19:56:07.904Z | Checking atomic-waker v1.1.2 |
453 | 2025-02-11T19:56:07.979Z | Checking http-body v1.0.1 |
454 | 2025-02-11T19:56:08.051Z | Checking zeroize v1.8.1 |
455 | 2025-02-11T19:56:08.134Z | Checking tracing v0.1.40 |
456 | 2025-02-11T19:56:08.167Z | Checking subtle v2.6.1 |
457 | 2025-02-11T19:56:08.267Z | Checking icu_locid_transform_data v1.5.0 |
458 | 2025-02-11T19:56:08.359Z | Compiling allocator-api2 v0.2.18 |
459 | 2025-02-11T19:56:08.387Z | Checking try-lock v0.2.5 |
460 | 2025-02-11T19:56:08.520Z | Checking want v0.3.1 |
461 | 2025-02-11T19:56:08.551Z | Checking httpdate v1.0.3 |
462 | 2025-02-11T19:56:08.686Z | Compiling openssl v0.10.70 |
463 | 2025-02-11T19:56:08.782Z | Checking icu_properties_data v1.5.0 |
464 | 2025-02-11T19:56:08.945Z | Compiling uuid v1.12.0 |
465 | 2025-02-11T19:56:09.004Z | Checking foreign-types-shared v0.1.1 |
466 | 2025-02-11T19:56:09.106Z | Checking foreign-types v0.3.2 |
467 | 2025-02-11T19:56:09.149Z | Checking percent-encoding v2.3.1 |
468 | 2025-02-11T19:56:09.181Z | Checking bitflags v2.6.0 |
469 | 2025-02-11T19:56:09.353Z | Checking icu_normalizer_data v1.5.0 |
470 | 2025-02-11T19:56:09.429Z | Compiling chrono v0.4.39 |
471 | 2025-02-11T19:56:09.442Z | Checking write16 v1.0.0 |
472 | 2025-02-11T19:56:09.477Z | Compiling slog v2.7.0 |
473 | 2025-02-11T19:56:09.507Z | Compiling rustls v0.23.19 |
474 | 2025-02-11T19:56:09.559Z | Compiling native-tls v0.2.12 |
475 | 2025-02-11T19:56:09.778Z | Checking utf16_iter v1.0.5 |
476 | 2025-02-11T19:56:09.811Z | Checking utf8_iter v1.0.4 |
477 | 2025-02-11T19:56:09.902Z | Checking tower-service v0.3.3 |
478 | 2025-02-11T19:56:09.985Z | Checking form_urlencoded v1.2.1 |
479 | 2025-02-11T19:56:09.998Z | Compiling aho-corasick v1.1.3 |
480 | 2025-02-11T19:56:10.176Z | Compiling regex-syntax v0.8.5 |
481 | 2025-02-11T19:56:10.195Z | Checking openssl-probe v0.1.5 |
482 | 2025-02-11T19:56:10.352Z | Compiling typenum v1.17.0 |
483 | 2025-02-11T19:56:11.024Z | Compiling generic-array v0.14.7 |
484 | 2025-02-11T19:56:11.232Z | Checking encoding_rs v0.8.34 |
485 | 2025-02-11T19:56:11.329Z | Checking mime v0.3.17 |
486 | 2025-02-11T19:56:12.501Z | Compiling synstructure v0.13.1 |
487 | 2025-02-11T19:56:12.520Z | Compiling serde_derive_internals v0.29.1 |
488 | 2025-02-11T19:56:12.825Z | Checking rustls-webpki v0.102.8 |
489 | 2025-02-11T19:56:13.513Z | Checking webpki-roots v0.26.6 |
490 | 2025-02-11T19:56:13.712Z | Compiling regex-automata v0.4.8 |
491 | 2025-02-11T19:56:13.727Z | Checking rustls-pemfile v2.2.0 |
492 | 2025-02-11T19:56:14.487Z | Compiling usdt-impl v0.5.0 |
493 | 2025-02-11T19:56:14.565Z | Compiling time-core v0.1.2 |
494 | 2025-02-11T19:56:14.744Z | Checking powerfmt v0.2.0 |
495 | 2025-02-11T19:56:14.852Z | Compiling num-conv v0.1.0 |
496 | 2025-02-11T19:56:15.011Z | Checking base64 v0.22.1 |
497 | 2025-02-11T19:56:15.107Z | Compiling time-macros v0.2.18 |
498 | 2025-02-11T19:56:15.484Z | Checking deranged v0.3.11 |
499 | 2025-02-11T19:56:15.632Z | Compiling thread-id v4.2.2 |
500 | 2025-02-11T19:56:15.754Z | Checking sync_wrapper v1.0.1 |
501 | 2025-02-11T19:56:16.091Z | Checking num_threads v0.1.7 |
502 | 2025-02-11T19:56:16.215Z | Compiling crossbeam-utils v0.8.20 |
503 | 2025-02-11T19:56:16.520Z | Compiling serde_derive v1.0.217 |
504 | 2025-02-11T19:56:16.683Z | Compiling zerocopy-derive v0.7.35 |
505 | 2025-02-11T19:56:16.748Z | Compiling thiserror-impl v1.0.69 |
506 | 2025-02-11T19:56:16.761Z | Compiling zerofrom-derive v0.1.4 |
507 | 2025-02-11T19:56:17.727Z | Compiling schemars_derive v0.8.21 |
508 | 2025-02-11T19:56:17.923Z | Compiling yoke-derive v0.7.4 |
509 | 2025-02-11T19:56:18.166Z | Compiling tokio-macros v2.5.0 |
510 | 2025-02-11T19:56:18.581Z | Compiling zerocopy v0.7.35 |
511 | 2025-02-11T19:56:19.602Z | Checking tokio v1.43.0 |
512 | 2025-02-11T19:56:19.912Z | Compiling zerovec-derive v0.10.3 |
513 | 2025-02-11T19:56:19.935Z | Checking zerofrom v0.1.4 |
514 | 2025-02-11T19:56:20.124Z | Compiling futures-macro v0.3.31 |
515 | 2025-02-11T19:56:20.332Z | Checking yoke v0.7.4 |
516 | 2025-02-11T19:56:20.455Z | Compiling displaydoc v0.2.5 |
517 | 2025-02-11T19:56:20.474Z | Compiling icu_provider_macros v1.5.0 |
518 | 2025-02-11T19:56:20.774Z | Compiling pest v2.7.14 |
519 | 2025-02-11T19:56:21.216Z | Compiling hashbrown v0.14.5 |
520 | 2025-02-11T19:56:21.539Z | Compiling openssl-macros v0.1.1 |
521 | 2025-02-11T19:56:21.931Z | Checking futures-util v0.3.31 |
522 | 2025-02-11T19:56:22.253Z | Checking zerovec v0.10.4 |
523 | 2025-02-11T19:56:22.411Z | Compiling regress v0.10.1 |
524 | 2025-02-11T19:56:23.280Z | Compiling regex v1.11.1 |
525 | 2025-02-11T19:56:23.842Z | Checking tinystr v0.7.6 |
526 | 2025-02-11T19:56:24.170Z | Checking icu_locid v1.5.0 |
527 | 2025-02-11T19:56:24.189Z | Checking icu_collections v1.5.0 |
528 | 2025-02-11T19:56:24.874Z | Compiling pest_meta v2.7.14 |
529 | 2025-02-11T19:56:25.112Z | Checking icu_provider v1.5.0 |
530 | 2025-02-11T19:56:25.694Z | Checking icu_locid_transform v1.5.0 |
531 | 2025-02-11T19:56:26.167Z | Checking tokio-util v0.7.12 |
532 | 2025-02-11T19:56:26.360Z | Compiling pest_generator v2.7.14 |
533 | 2025-02-11T19:56:26.630Z | Checking icu_properties v1.5.1 |
534 | 2025-02-11T19:56:26.947Z | Checking http-body-util v0.1.2 |
535 | 2025-02-11T19:56:26.984Z | Checking tokio-rustls v0.26.0 |
536 | 2025-02-11T19:56:27.343Z | Compiling scroll_derive v0.12.0 |
537 | 2025-02-11T19:56:27.696Z | Checking tokio-native-tls v0.3.1 |
538 | 2025-02-11T19:56:27.910Z | Checking indexmap v2.7.1 |
539 | 2025-02-11T19:56:28.591Z | Compiling pest_derive v2.7.14 |
540 | 2025-02-11T19:56:28.987Z | Compiling serde_tokenstream v0.2.2 |
541 | 2025-02-11T19:56:29.278Z | Checking h2 v0.4.6 |
542 | 2025-02-11T19:56:29.659Z | Checking serde_urlencoded v0.7.1 |
543 | 2025-02-11T19:56:29.904Z | Checking icu_normalizer v1.5.0 |
544 | 2025-02-11T19:56:29.937Z | Compiling dtrace-parser v0.2.0 |
545 | 2025-02-11T19:56:30.083Z | Checking scroll v0.12.0 |
546 | 2025-02-11T19:56:30.637Z | Compiling dof v0.3.0 |
547 | 2025-02-11T19:56:30.666Z | Checking idna_adapter v1.2.0 |
548 | 2025-02-11T19:56:30.852Z | Checking idna v1.0.3 |
549 | 2025-02-11T19:56:31.208Z | Compiling ident_case v1.0.1 |
550 | 2025-02-11T19:56:31.352Z | Checking url v2.5.3 |
551 | 2025-02-11T19:56:31.423Z | Checking plain v0.2.3 |
552 | 2025-02-11T19:56:31.572Z | Checking ipnet v2.10.1 |
553 | 2025-02-11T19:56:31.803Z | Compiling strsim v0.11.1 |
554 | 2025-02-11T19:56:31.926Z | Compiling syn v1.0.109 |
555 | 2025-02-11T19:56:32.047Z | Checking typify-impl v0.2.0 |
556 | 2025-02-11T19:56:32.127Z | Compiling darling_core v0.20.10 |
557 | 2025-02-11T19:56:32.660Z | Checking time v0.3.36 |
558 | 2025-02-11T19:56:33.417Z | Checking hyper v1.5.2 |
559 | 2025-02-11T19:56:34.367Z | Checking goblin v0.8.2 |
560 | 2025-02-11T19:56:34.532Z | Compiling openapiv3 v2.0.0 |
561 | 2025-02-11T19:56:35.363Z | Checking hyper-util v0.1.10 |
562 | 2025-02-11T19:56:35.760Z | Checking dirs-sys-next v0.1.2 |
563 | 2025-02-11T19:56:36.028Z | Compiling omicron-workspace-hack v0.1.0 |
564 | 2025-02-11T19:56:36.334Z | Compiling newtype-uuid v1.2.1 |
565 | 2025-02-11T19:56:36.347Z | Checking pretty-hex v0.4.1 |
566 | 2025-02-11T19:56:36.531Z | Compiling paste v1.0.15 |
567 | 2025-02-11T19:56:36.658Z | Compiling rustls v0.22.4 |
568 | 2025-02-11T19:56:36.926Z | Checking hyper-rustls v0.27.3 |
569 | 2025-02-11T19:56:36.991Z | Checking hyper-tls v0.6.0 |
570 | 2025-02-11T19:56:37.029Z | Compiling rustversion v1.0.17 |
571 | 2025-02-11T19:56:37.234Z | Compiling unsafe-libyaml v0.2.11 |
572 | 2025-02-11T19:56:37.259Z | Checking reqwest v0.12.9 |
573 | 2025-02-11T19:56:37.508Z | Compiling darling_macro v0.20.10 |
574 | 2025-02-11T19:56:37.978Z | Checking dirs-next v2.0.0 |
575 | 2025-02-11T19:56:38.374Z | Checking ipnetwork v0.20.0 |
576 | 2025-02-11T19:56:38.457Z | Checking serde_spanned v0.6.8 |
577 | 2025-02-11T19:56:38.581Z | Compiling serde_yaml v0.9.34+deprecated |
578 | 2025-02-11T19:56:38.645Z | Checking toml_datetime v0.6.8 |
579 | 2025-02-11T19:56:38.724Z | Checking ppv-lite86 v0.2.20 |
580 | 2025-02-11T19:56:38.826Z | Checking block-buffer v0.10.4 |
581 | 2025-02-11T19:56:38.913Z | Checking crypto-common v0.1.6 |
582 | 2025-02-11T19:56:38.933Z | Compiling structmeta-derive v0.3.0 |
583 | 2025-02-11T19:56:39.024Z | Checking rand_core v0.6.4 |
584 | 2025-02-11T19:56:39.204Z | Checking thread_local v1.1.8 |
585 | 2025-02-11T19:56:39.335Z | Compiling multer v3.1.0 |
586 | 2025-02-11T19:56:39.399Z | Checking match_cfg v0.1.0 |
587 | 2025-02-11T19:56:39.472Z | Compiling camino v1.1.9 |
588 | 2025-02-11T19:56:39.491Z | Checking either v1.13.0 |
589 | 2025-02-11T19:56:39.651Z | Checking winnow v0.6.20 |
590 | 2025-02-11T19:56:39.752Z | Compiling thiserror v2.0.11 |
591 | 2025-02-11T19:56:39.860Z | Compiling anyhow v1.0.95 |
592 | 2025-02-11T19:56:40.042Z | Compiling slog-async v2.8.0 |
593 | 2025-02-11T19:56:40.639Z | Checking itertools v0.10.5 |
594 | 2025-02-11T19:56:40.869Z | Checking hostname v0.3.1 |
595 | 2025-02-11T19:56:41.001Z | Checking rand_chacha v0.3.1 |
596 | 2025-02-11T19:56:41.156Z | Checking digest v0.10.7 |
597 | 2025-02-11T19:56:41.364Z | Checking crossbeam-channel v0.5.13 |
598 | 2025-02-11T19:56:41.380Z | Compiling structmeta v0.3.0 |
599 | 2025-02-11T19:56:41.468Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
600 | 2025-02-11T19:56:41.704Z | Checking progenitor-client v0.8.0 |
601 | 2025-02-11T19:56:41.733Z | Compiling darling v0.20.10 |
602 | 2025-02-11T19:56:41.814Z | Checking term v0.7.0 |
603 | 2025-02-11T19:56:42.245Z | Compiling usdt-attr-macro v0.5.0 |
604 | 2025-02-11T19:56:42.364Z | Checking toml_edit v0.22.22 |
605 | 2025-02-11T19:56:42.657Z | Compiling usdt-macro v0.5.0 |
606 | 2025-02-11T19:56:43.116Z | Checking slog-json v2.6.1 |
607 | 2025-02-11T19:56:43.222Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
608 | 2025-02-11T19:56:43.264Z | Checking futures-executor v0.3.31 |
609 | 2025-02-11T19:56:43.383Z | Compiling thiserror-impl v2.0.11 |
610 | 2025-02-11T19:56:43.481Z | Compiling async-stream-impl v0.3.6 |
611 | 2025-02-11T19:56:43.588Z | Checking memmap v0.7.0 |
612 | 2025-02-11T19:56:43.802Z | Checking is-terminal v0.4.13 |
613 | 2025-02-11T19:56:43.842Z | Compiling dropshot v0.15.1 |
614 | 2025-02-11T19:56:43.915Z | Checking take_mut v0.2.2 |
615 | 2025-02-11T19:56:44.061Z | Checking cpufeatures v0.2.14 |
616 | 2025-02-11T19:56:44.150Z | Checking sha1 v0.10.6 |
617 | 2025-02-11T19:56:44.209Z | Compiling typify-macro v0.2.0 |
618 | 2025-02-11T19:56:44.337Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
619 | 2025-02-11T19:56:44.405Z | Checking slog-term v2.9.1 |
620 | 2025-02-11T19:56:44.520Z | Checking usdt v0.5.0 |
621 | 2025-02-11T19:56:44.709Z | Checking async-stream v0.3.6 |
622 | 2025-02-11T19:56:44.742Z | Checking futures v0.3.31 |
623 | 2025-02-11T19:56:44.841Z | Checking slog-bunyan v2.5.0 |
624 | 2025-02-11T19:56:44.858Z | Compiling strum_macros v0.26.4 |
625 | 2025-02-11T19:56:44.895Z | Compiling serde_with_macros v3.11.0 |
626 | 2025-02-11T19:56:44.898Z | Compiling parse-display-derive v0.10.0 |
627 | 2025-02-11T19:56:44.923Z | Checking toml v0.8.19 |
628 | 2025-02-11T19:56:44.991Z | Checking rand v0.8.5 |
629 | 2025-02-11T19:56:45.243Z | Checking tokio-rustls v0.25.0 |
630 | 2025-02-11T19:56:46.063Z | Compiling dropshot_endpoint v0.15.1 |
631 | 2025-02-11T19:56:46.144Z | Checking serde_path_to_error v0.1.16 |
632 | 2025-02-11T19:56:46.370Z | Checking hex v0.4.3 |
633 | 2025-02-11T19:56:46.469Z | Compiling async-trait v0.1.85 |
634 | 2025-02-11T19:56:46.753Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
635 | 2025-02-11T19:56:46.825Z | Checking waitgroup v0.1.2 |
636 | 2025-02-11T19:56:46.968Z | Checking hostname v0.4.0 |
637 | 2025-02-11T19:56:47.102Z | Checking instant v0.1.13 |
638 | 2025-02-11T19:56:47.212Z | Checking debug-ignore v1.0.5 |
639 | 2025-02-11T19:56:47.283Z | Checking serde_with v3.11.0 |
640 | 2025-02-11T19:56:47.348Z | Checking backoff v0.4.0 |
641 | 2025-02-11T19:56:47.496Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2025-02-11T19:56:47.533Z | Compiling typify v0.2.0 |
643 | 2025-02-11T19:56:47.635Z | Compiling progenitor-impl v0.8.0 |
644 | 2025-02-11T19:56:47.649Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
645 | 2025-02-11T19:56:47.794Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
646 | 2025-02-11T19:56:48.443Z | Checking parse-display v0.10.0 |
647 | 2025-02-11T19:56:48.640Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
648 | 2025-02-11T19:56:48.675Z | Checking progenitor-client v0.9.1 |
649 | 2025-02-11T19:56:48.775Z | Checking macaddr v1.0.1 |
650 | 2025-02-11T19:56:48.899Z | Checking strum v0.26.3 |
651 | 2025-02-11T19:56:49.021Z | Checking regress v0.9.1 |
652 | 2025-02-11T19:56:50.531Z | Compiling progenitor-macro v0.8.0 |
653 | 2025-02-11T19:56:53.983Z | Checking progenitor v0.8.0 |
654 | 2025-02-11T19:56:54.086Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
655 | 2025-02-11T19:56:56.723Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
656 | 2025-02-11T19:57:03.658Z | Checking test-project v0.1.0 (/tmp/test-project) |
657 | 2025-02-11T19:57:03.720Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
658 | 2025-02-11T19:57:03.864Z | + cargo build --release |
659 | 2025-02-11T19:57:04.108Z | Compiling proc-macro2 v1.0.92 |
660 | 2025-02-11T19:57:04.108Z | Compiling unicode-ident v1.0.14 |
661 | 2025-02-11T19:57:04.108Z | Compiling libc v0.2.169 |
662 | 2025-02-11T19:57:04.115Z | Compiling cfg-if v1.0.0 |
663 | 2025-02-11T19:57:04.115Z | Compiling autocfg v1.4.0 |
664 | 2025-02-11T19:57:04.115Z | Compiling serde v1.0.217 |
665 | 2025-02-11T19:57:04.115Z | Compiling version_check v0.9.5 |
666 | 2025-02-11T19:57:04.154Z | Compiling memchr v2.7.4 |
667 | 2025-02-11T19:57:04.228Z | Compiling serde_json v1.0.135 |
668 | 2025-02-11T19:57:04.316Z | Compiling itoa v1.0.11 |
669 | 2025-02-11T19:57:04.568Z | Compiling thiserror v1.0.69 |
670 | 2025-02-11T19:57:04.665Z | Compiling once_cell v1.20.2 |
671 | 2025-02-11T19:57:04.688Z | Compiling shlex v1.3.0 |
672 | 2025-02-11T19:57:04.987Z | Compiling cc v1.1.30 |
673 | 2025-02-11T19:57:05.053Z | Compiling num-traits v0.2.19 |
674 | 2025-02-11T19:57:05.082Z | Compiling pin-project-lite v0.2.14 |
675 | 2025-02-11T19:57:05.375Z | Compiling ryu v1.0.18 |
676 | 2025-02-11T19:57:05.386Z | Compiling smallvec v1.13.2 |
677 | 2025-02-11T19:57:05.506Z | Compiling getrandom v0.2.15 |
678 | 2025-02-11T19:57:05.798Z | Compiling quote v1.0.38 |
679 | 2025-02-11T19:57:05.827Z | Compiling bytes v1.9.0 |
680 | 2025-02-11T19:57:05.853Z | Compiling futures-core v0.3.31 |
681 | 2025-02-11T19:57:05.881Z | Compiling lock_api v0.4.12 |
682 | 2025-02-11T19:57:06.088Z | Compiling parking_lot_core v0.9.10 |
683 | 2025-02-11T19:57:06.165Z | Compiling syn v2.0.96 |
684 | 2025-02-11T19:57:06.231Z | Compiling schemars v0.8.21 |
685 | 2025-02-11T19:57:06.348Z | Compiling ahash v0.8.11 |
686 | 2025-02-11T19:57:06.400Z | Compiling byteorder v1.5.0 |
687 | 2025-02-11T19:57:06.512Z | Compiling scopeguard v1.2.0 |
688 | 2025-02-11T19:57:06.736Z | Compiling slab v0.4.9 |
689 | 2025-02-11T19:57:06.823Z | Compiling futures-sink v0.3.31 |
690 | 2025-02-11T19:57:06.974Z | Compiling log v0.4.22 |
691 | 2025-02-11T19:57:07.099Z | Compiling parking_lot v0.12.3 |
692 | 2025-02-11T19:57:07.211Z | Compiling socket2 v0.5.7 |
693 | 2025-02-11T19:57:07.361Z | Compiling mio v1.0.2 |
694 | 2025-02-11T19:57:07.392Z | Compiling signal-hook-registry v1.4.2 |
695 | 2025-02-11T19:57:07.509Z | Compiling stable_deref_trait v1.2.0 |
696 | 2025-02-11T19:57:07.584Z | Compiling ring v0.17.8 |
697 | 2025-02-11T19:57:07.616Z | Compiling equivalent v1.0.1 |
698 | 2025-02-11T19:57:07.725Z | Compiling semver v1.0.24 |
699 | 2025-02-11T19:57:07.886Z | Compiling fnv v1.0.7 |
700 | 2025-02-11T19:57:08.017Z | Compiling hashbrown v0.15.1 |
701 | 2025-02-11T19:57:08.207Z | Compiling http v1.2.0 |
702 | 2025-02-11T19:57:08.816Z | Compiling futures-channel v0.3.31 |
703 | 2025-02-11T19:57:08.875Z | Compiling futures-io v0.3.31 |
704 | 2025-02-11T19:57:08.883Z | Compiling pin-utils v0.1.0 |
705 | 2025-02-11T19:57:08.966Z | Compiling futures-task v0.3.31 |
706 | 2025-02-11T19:57:09.202Z | Compiling vcpkg v0.2.15 |
707 | 2025-02-11T19:57:09.232Z | Compiling pkg-config v0.3.31 |
708 | 2025-02-11T19:57:09.239Z | Compiling spin v0.9.8 |
709 | 2025-02-11T19:57:09.365Z | Compiling rustls-pki-types v1.10.0 |
710 | 2025-02-11T19:57:09.476Z | Compiling writeable v0.5.5 |
711 | 2025-02-11T19:57:10.328Z | Compiling heck v0.5.0 |
712 | 2025-02-11T19:57:10.559Z | Compiling untrusted v0.9.0 |
713 | 2025-02-11T19:57:10.606Z | Compiling openssl-sys v0.9.105 |
714 | 2025-02-11T19:57:10.703Z | Compiling litemap v0.7.3 |
715 | 2025-02-11T19:57:10.742Z | Compiling iana-time-zone v0.1.61 |
716 | 2025-02-11T19:57:11.088Z | Compiling httparse v1.9.5 |
717 | 2025-02-11T19:57:11.411Z | Compiling tracing-core v0.1.32 |
718 | 2025-02-11T19:57:11.543Z | Compiling ucd-trie v0.1.7 |
719 | 2025-02-11T19:57:11.602Z | Compiling atomic-waker v1.1.2 |
720 | 2025-02-11T19:57:11.638Z | Compiling dyn-clone v1.0.17 |
721 | 2025-02-11T19:57:11.846Z | Compiling http-body v1.0.1 |
722 | 2025-02-11T19:57:12.081Z | Compiling tracing v0.1.40 |
723 | 2025-02-11T19:57:12.308Z | Compiling try-lock v0.2.5 |
724 | 2025-02-11T19:57:12.452Z | Compiling icu_locid_transform_data v1.5.0 |
725 | 2025-02-11T19:57:12.545Z | Compiling allocator-api2 v0.2.18 |
726 | 2025-02-11T19:57:12.666Z | Compiling zeroize v1.8.1 |
727 | 2025-02-11T19:57:12.720Z | Compiling subtle v2.6.1 |
728 | 2025-02-11T19:57:12.994Z | Compiling want v0.3.1 |
729 | 2025-02-11T19:57:13.014Z | Compiling httpdate v1.0.3 |
730 | 2025-02-11T19:57:13.218Z | Compiling chrono v0.4.39 |
731 | 2025-02-11T19:57:13.261Z | Compiling synstructure v0.13.1 |
732 | 2025-02-11T19:57:13.268Z | Compiling serde_derive_internals v0.29.1 |
733 | 2025-02-11T19:57:13.627Z | Compiling icu_properties_data v1.5.0 |
734 | 2025-02-11T19:57:13.862Z | Compiling foreign-types-shared v0.1.1 |
735 | 2025-02-11T19:57:13.932Z | Compiling uuid v1.12.0 |
736 | 2025-02-11T19:57:14.093Z | Compiling openssl v0.10.70 |
737 | 2025-02-11T19:57:14.472Z | Compiling foreign-types v0.3.2 |
738 | 2025-02-11T19:57:14.611Z | Compiling native-tls v0.2.12 |
739 | 2025-02-11T19:57:14.954Z | Compiling bitflags v2.6.0 |
740 | 2025-02-11T19:57:14.979Z | Compiling percent-encoding v2.3.1 |
741 | 2025-02-11T19:57:15.189Z | Compiling utf8_iter v1.0.4 |
742 | 2025-02-11T19:57:15.450Z | Compiling rustls v0.23.19 |
743 | 2025-02-11T19:57:15.624Z | Compiling tower-service v0.3.3 |
744 | 2025-02-11T19:57:15.743Z | Compiling utf16_iter v1.0.5 |
745 | 2025-02-11T19:57:15.745Z | Compiling icu_normalizer_data v1.5.0 |
746 | 2025-02-11T19:57:15.777Z | Compiling slog v2.7.0 |
747 | 2025-02-11T19:57:15.788Z | Compiling write16 v1.0.0 |
748 | 2025-02-11T19:57:15.844Z | Compiling form_urlencoded v1.2.1 |
749 | 2025-02-11T19:57:15.954Z | Compiling aho-corasick v1.1.3 |
750 | 2025-02-11T19:57:16.326Z | Compiling openssl-probe v0.1.5 |
751 | 2025-02-11T19:57:16.546Z | Compiling typenum v1.17.0 |
752 | 2025-02-11T19:57:16.824Z | Compiling regex-syntax v0.8.5 |
753 | 2025-02-11T19:57:17.643Z | Compiling serde_derive v1.0.217 |
754 | 2025-02-11T19:57:17.652Z | Compiling zerocopy-derive v0.7.35 |
755 | 2025-02-11T19:57:17.949Z | Compiling thiserror-impl v1.0.69 |
756 | 2025-02-11T19:57:18.123Z | Compiling zerofrom-derive v0.1.4 |
757 | 2025-02-11T19:57:18.417Z | Compiling schemars_derive v0.8.21 |
758 | 2025-02-11T19:57:19.573Z | Compiling zerocopy v0.7.35 |
759 | 2025-02-11T19:57:20.832Z | Compiling tokio-macros v2.5.0 |
760 | 2025-02-11T19:57:20.924Z | Compiling yoke-derive v0.7.4 |
761 | 2025-02-11T19:57:21.172Z | Compiling zerovec-derive v0.10.3 |
762 | 2025-02-11T19:57:21.349Z | Compiling zerofrom v0.1.4 |
763 | 2025-02-11T19:57:21.364Z | Compiling displaydoc v0.2.5 |
764 | 2025-02-11T19:57:21.571Z | Compiling futures-macro v0.3.31 |
765 | 2025-02-11T19:57:22.282Z | Compiling tokio v1.43.0 |
766 | 2025-02-11T19:57:22.857Z | Compiling icu_provider_macros v1.5.0 |
767 | 2025-02-11T19:57:23.354Z | Compiling yoke v0.7.4 |
768 | 2025-02-11T19:57:23.416Z | Compiling futures-util v0.3.31 |
769 | 2025-02-11T19:57:23.711Z | Compiling zerovec v0.10.4 |
770 | 2025-02-11T19:57:23.963Z | Compiling pest v2.7.14 |
771 | 2025-02-11T19:57:24.105Z | Compiling hashbrown v0.14.5 |
772 | 2025-02-11T19:57:26.442Z | Compiling tinystr v0.7.6 |
773 | 2025-02-11T19:57:26.837Z | Compiling icu_locid v1.5.0 |
774 | 2025-02-11T19:57:26.946Z | Compiling rustls-webpki v0.102.8 |
775 | 2025-02-11T19:57:29.413Z | Compiling icu_provider v1.5.0 |
776 | 2025-02-11T19:57:29.846Z | Compiling pest_meta v2.7.14 |
777 | 2025-02-11T19:57:31.473Z | Compiling indexmap v2.7.1 |
778 | 2025-02-11T19:57:31.576Z | Compiling serde_tokenstream v0.2.2 |
779 | 2025-02-11T19:57:33.616Z | Compiling tokio-util v0.7.12 |
780 | 2025-02-11T19:57:33.681Z | Compiling icu_locid_transform v1.5.0 |
781 | 2025-02-11T19:57:34.024Z | Compiling icu_collections v1.5.0 |
782 | 2025-02-11T19:57:35.822Z | Compiling h2 v0.4.6 |
783 | 2025-02-11T19:57:36.957Z | Compiling icu_properties v1.5.1 |
784 | 2025-02-11T19:57:37.417Z | Compiling pest_generator v2.7.14 |
785 | 2025-02-11T19:57:39.088Z | Compiling regress v0.10.1 |
786 | 2025-02-11T19:57:39.602Z | Compiling openssl-macros v0.1.1 |
787 | 2025-02-11T19:57:41.637Z | Compiling hyper v1.5.2 |
788 | 2025-02-11T19:57:43.224Z | Compiling typify-impl v0.2.0 |
789 | 2025-02-11T19:57:43.648Z | Compiling icu_normalizer v1.5.0 |
790 | 2025-02-11T19:57:48.772Z | Compiling hyper-util v0.1.10 |
791 | 2025-02-11T19:57:49.115Z | Compiling pest_derive v2.7.14 |
792 | 2025-02-11T19:57:52.786Z | Compiling idna_adapter v1.2.0 |
793 | 2025-02-11T19:57:52.992Z | Compiling http-body-util v0.1.2 |
794 | 2025-02-11T19:57:53.106Z | Compiling regex-automata v0.4.8 |
795 | 2025-02-11T19:57:53.503Z | Compiling generic-array v0.14.7 |
796 | 2025-02-11T19:57:53.575Z | Compiling encoding_rs v0.8.34 |
797 | 2025-02-11T19:57:53.578Z | Compiling typify-macro v0.2.0 |
798 | 2025-02-11T19:57:53.832Z | Compiling mime v0.3.17 |
799 | 2025-02-11T19:57:54.866Z | Compiling idna v1.0.3 |
800 | 2025-02-11T19:57:54.881Z | Compiling tokio-native-tls v0.3.1 |
801 | 2025-02-11T19:57:55.153Z | Compiling serde_urlencoded v0.7.1 |
802 | 2025-02-11T19:57:56.680Z | Compiling scroll_derive v0.12.0 |
803 | 2025-02-11T19:57:57.034Z | Compiling tokio-rustls v0.26.0 |
804 | 2025-02-11T19:57:57.145Z | Compiling regex v1.11.1 |
805 | 2025-02-11T19:57:58.031Z | Compiling webpki-roots v0.26.6 |
806 | 2025-02-11T19:57:58.129Z | Compiling rustls-pemfile v2.2.0 |
807 | 2025-02-11T19:57:58.579Z | Compiling usdt-impl v0.5.0 |
808 | 2025-02-11T19:57:58.696Z | Compiling powerfmt v0.2.0 |
809 | 2025-02-11T19:57:58.986Z | Compiling time-core v0.1.2 |
810 | 2025-02-11T19:57:59.157Z | Compiling base64 v0.22.1 |
811 | 2025-02-11T19:57:59.188Z | Compiling num-conv v0.1.0 |
812 | 2025-02-11T19:58:00.064Z | Compiling time-macros v0.2.18 |
813 | 2025-02-11T19:58:00.332Z | Compiling deranged v0.3.11 |
814 | 2025-02-11T19:58:01.941Z | Compiling hyper-rustls v0.27.3 |
815 | 2025-02-11T19:58:02.009Z | Compiling scroll v0.12.0 |
816 | 2025-02-11T19:58:02.595Z | Compiling thread-id v4.2.2 |
817 | 2025-02-11T19:58:02.700Z | Compiling url v2.5.3 |
818 | 2025-02-11T19:58:02.880Z | Compiling hyper-tls v0.6.0 |
819 | 2025-02-11T19:58:04.575Z | Compiling dtrace-parser v0.2.0 |
820 | 2025-02-11T19:58:06.130Z | Compiling dof v0.3.0 |
821 | 2025-02-11T19:58:06.907Z | Compiling sync_wrapper v1.0.1 |
822 | 2025-02-11T19:58:07.245Z | Compiling strsim v0.11.1 |
823 | 2025-02-11T19:58:07.876Z | Compiling plain v0.2.3 |
824 | 2025-02-11T19:58:08.046Z | Compiling ipnet v2.10.1 |
825 | 2025-02-11T19:58:08.473Z | Compiling syn v1.0.109 |
826 | 2025-02-11T19:58:09.028Z | Compiling omicron-workspace-hack v0.1.0 |
827 | 2025-02-11T19:58:09.349Z | Compiling num_threads v0.1.7 |
828 | 2025-02-11T19:58:11.008Z | Compiling crossbeam-utils v0.8.20 |
829 | 2025-02-11T19:58:11.800Z | Compiling ident_case v1.0.1 |
830 | 2025-02-11T19:58:11.946Z | Compiling darling_core v0.20.10 |
831 | 2025-02-11T19:58:12.112Z | Compiling time v0.3.36 |
832 | 2025-02-11T19:58:15.883Z | Compiling reqwest v0.12.9 |
833 | 2025-02-11T19:58:17.148Z | Compiling goblin v0.8.2 |
834 | 2025-02-11T19:58:20.817Z | Compiling typify v0.2.0 |
835 | 2025-02-11T19:58:20.931Z | Compiling openapiv3 v2.0.0 |
836 | 2025-02-11T19:58:22.623Z | Compiling dirs-sys-next v0.1.2 |
837 | 2025-02-11T19:58:24.100Z | Compiling rustversion v1.0.17 |
838 | 2025-02-11T19:58:24.727Z | Compiling newtype-uuid v1.2.1 |
839 | 2025-02-11T19:58:24.752Z | Compiling rustls v0.22.4 |
840 | 2025-02-11T19:58:25.063Z | Compiling paste v1.0.15 |
841 | 2025-02-11T19:58:25.072Z | Compiling pretty-hex v0.4.1 |
842 | 2025-02-11T19:58:25.300Z | Compiling unsafe-libyaml v0.2.11 |
843 | 2025-02-11T19:58:26.943Z | Compiling serde_yaml v0.9.34+deprecated |
844 | 2025-02-11T19:58:28.468Z | Compiling progenitor-impl v0.8.0 |
845 | 2025-02-11T19:58:30.574Z | Compiling dirs-next v2.0.0 |
846 | 2025-02-11T19:58:30.984Z | Compiling darling_macro v0.20.10 |
847 | 2025-02-11T19:58:34.785Z | Compiling crypto-common v0.1.6 |
848 | 2025-02-11T19:58:35.092Z | Compiling block-buffer v0.10.4 |
849 | 2025-02-11T19:58:35.132Z | Compiling ipnetwork v0.20.0 |
850 | 2025-02-11T19:58:35.343Z | Compiling toml_datetime v0.6.8 |
851 | 2025-02-11T19:58:35.615Z | Compiling serde_spanned v0.6.8 |
852 | 2025-02-11T19:58:35.862Z | Compiling ppv-lite86 v0.2.20 |
853 | 2025-02-11T19:58:36.054Z | Compiling structmeta-derive v0.3.0 |
854 | 2025-02-11T19:58:36.797Z | Compiling rand_core v0.6.4 |
855 | 2025-02-11T19:58:37.286Z | Compiling thread_local v1.1.8 |
856 | 2025-02-11T19:58:37.377Z | Compiling multer v3.1.0 |
857 | 2025-02-11T19:58:37.760Z | Compiling slog-async v2.8.0 |
858 | 2025-02-11T19:58:37.966Z | Compiling anyhow v1.0.95 |
859 | 2025-02-11T19:58:38.422Z | Compiling match_cfg v0.1.0 |
860 | 2025-02-11T19:58:38.543Z | Compiling winnow v0.6.20 |
861 | 2025-02-11T19:58:38.671Z | Compiling camino v1.1.9 |
862 | 2025-02-11T19:58:38.725Z | Compiling thiserror v2.0.11 |
863 | 2025-02-11T19:58:38.797Z | Compiling either v1.13.0 |
864 | 2025-02-11T19:58:39.235Z | Compiling itertools v0.10.5 |
865 | 2025-02-11T19:58:39.319Z | Compiling structmeta v0.3.0 |
866 | 2025-02-11T19:58:39.680Z | Compiling hostname v0.3.1 |
867 | 2025-02-11T19:58:40.063Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
868 | 2025-02-11T19:58:40.297Z | Compiling rand_chacha v0.3.1 |
869 | 2025-02-11T19:58:41.243Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
870 | 2025-02-11T19:58:42.031Z | Compiling toml_edit v0.22.22 |
871 | 2025-02-11T19:58:42.055Z | Compiling digest v0.10.7 |
872 | 2025-02-11T19:58:42.137Z | Compiling progenitor-macro v0.8.0 |
873 | 2025-02-11T19:58:42.462Z | Compiling crossbeam-channel v0.5.13 |
874 | 2025-02-11T19:58:42.667Z | Compiling darling v0.20.10 |
875 | 2025-02-11T19:58:44.019Z | Compiling term v0.7.0 |
876 | 2025-02-11T19:58:49.620Z | Compiling usdt-macro v0.5.0 |
877 | 2025-02-11T19:58:50.900Z | Compiling usdt-attr-macro v0.5.0 |
878 | 2025-02-11T19:58:50.935Z | Compiling progenitor-client v0.8.0 |
879 | 2025-02-11T19:58:51.806Z | Compiling slog-json v2.6.1 |
880 | 2025-02-11T19:58:52.278Z | Compiling futures-executor v0.3.31 |
881 | 2025-02-11T19:58:52.293Z | Compiling thiserror-impl v2.0.11 |
882 | 2025-02-11T19:58:53.242Z | Compiling async-stream-impl v0.3.6 |
883 | 2025-02-11T19:58:53.273Z | Compiling memmap v0.7.0 |
884 | 2025-02-11T19:58:53.713Z | Compiling is-terminal v0.4.13 |
885 | 2025-02-11T19:58:53.842Z | Compiling dropshot v0.15.1 |
886 | 2025-02-11T19:58:54.181Z | Compiling cpufeatures v0.2.14 |
887 | 2025-02-11T19:58:54.272Z | Compiling take_mut v0.2.2 |
888 | 2025-02-11T19:58:54.499Z | Compiling async-stream v0.3.6 |
889 | 2025-02-11T19:58:54.837Z | Compiling sha1 v0.10.6 |
890 | 2025-02-11T19:58:55.437Z | Compiling slog-term v2.9.1 |
891 | 2025-02-11T19:58:55.639Z | Compiling usdt v0.5.0 |
892 | 2025-02-11T19:58:57.106Z | Compiling progenitor v0.8.0 |
893 | 2025-02-11T19:58:57.295Z | Compiling futures v0.3.31 |
894 | 2025-02-11T19:58:57.486Z | Compiling slog-bunyan v2.5.0 |
895 | 2025-02-11T19:58:57.759Z | Compiling tokio-rustls v0.25.0 |
896 | 2025-02-11T19:58:57.768Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
897 | 2025-02-11T19:58:58.185Z | Compiling strum_macros v0.26.4 |
898 | 2025-02-11T19:58:58.245Z | Compiling toml v0.8.19 |
899 | 2025-02-11T19:58:59.473Z | Compiling serde_with_macros v3.11.0 |
900 | 2025-02-11T19:58:59.476Z | Compiling rand v0.8.5 |
901 | 2025-02-11T19:59:02.483Z | Compiling parse-display-derive v0.10.0 |
902 | 2025-02-11T19:59:03.849Z | Compiling dropshot_endpoint v0.15.1 |
903 | 2025-02-11T19:59:04.705Z | Compiling hex v0.4.3 |
904 | 2025-02-11T19:59:05.343Z | Compiling serde_path_to_error v0.1.16 |
905 | 2025-02-11T19:59:05.353Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
906 | 2025-02-11T19:59:05.361Z | Compiling async-trait v0.1.85 |
907 | 2025-02-11T19:59:06.181Z | Compiling waitgroup v0.1.2 |
908 | 2025-02-11T19:59:06.213Z | Compiling hostname v0.4.0 |
909 | 2025-02-11T19:59:06.234Z | Compiling instant v0.1.13 |
910 | 2025-02-11T19:59:06.388Z | Compiling debug-ignore v1.0.5 |
911 | 2025-02-11T19:59:06.411Z | Compiling backoff v0.4.0 |
912 | 2025-02-11T19:59:06.457Z | Compiling parse-display v0.10.0 |
913 | 2025-02-11T19:59:06.536Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
914 | 2025-02-11T19:59:06.713Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
915 | 2025-02-11T19:59:06.840Z | Compiling strum v0.26.3 |
916 | 2025-02-11T19:59:06.893Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
917 | 2025-02-11T19:59:07.023Z | Compiling serde_with v3.11.0 |
918 | 2025-02-11T19:59:07.644Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
919 | 2025-02-11T19:59:08.359Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
920 | 2025-02-11T19:59:08.438Z | Compiling progenitor-client v0.9.1 |
921 | 2025-02-11T19:59:09.171Z | Compiling regress v0.9.1 |
922 | 2025-02-11T19:59:09.414Z | Compiling macaddr v1.0.1 |
923 | 2025-02-11T19:59:18.023Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
924 | 2025-02-11T19:59:27.607Z | Compiling test-project v0.1.0 (/tmp/test-project) |
925 | 2025-02-11T19:59:37.484Z | Finished `release` profile [optimized] target(s) in 2m 33s |
926 | 2025-02-11T19:59:37.552Z | process exited: duration 221216 ms, exit code 0 |
|
927 | 2025-02-11T19:59:37.560Z | found 0 output files |