|
|
|
1 | 2025-03-12T21:49:38.830Z | job assigned to worker 01JP659E63MJX4Q1GV91Q1ZVT8 [factory aws, i-0348329d488d90b6d] (queued for 1 m 10 s) |
|
2 | 2025-03-12T21:49:46.506Z | starting task 0: "setup" |
3 | 2025-03-12T21:49:46.511Z | ++ uname -s |
4 | 2025-03-12T21:49:46.515Z | + kern=SunOS |
5 | 2025-03-12T21:49:46.515Z | + build_user=build |
6 | 2025-03-12T21:49:46.515Z | + build_uid=12345 |
7 | 2025-03-12T21:49:46.515Z | + work_dir=/work |
8 | 2025-03-12T21:49:46.515Z | + input_dir=/input |
9 | 2025-03-12T21:49:46.515Z | + [[ 0 == 12345 ]] |
10 | 2025-03-12T21:49:46.515Z | + case "$kern" in |
11 | 2025-03-12T21:49:46.515Z | + groupadd -g 12345 build |
12 | 2025-03-12T21:49:46.518Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-12T21:49:48.524Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-12T21:49:48.624Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-12T21:49:48.627Z | + home_fs=zfs |
16 | 2025-03-12T21:49:48.627Z | + [[ zfs == autofs ]] |
17 | 2025-03-12T21:49:48.627Z | + mkdir -p /home/build |
18 | 2025-03-12T21:49:48.630Z | + chown build:build /home/build /work |
19 | 2025-03-12T21:49:49.630Z | + chmod 0700 /home/build /work |
20 | 2025-03-12T21:49:49.633Z | process exited: duration 3128 ms, exit code 0 |
|
21 | 2025-03-12T21:49:49.640Z | starting task 1: "rust-toolchain" |
22 | 2025-03-12T21:49:49.645Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-12T21:49:49.645Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-12T21:49:49.645Z | * rust toolchain profile = "default" |
25 | 2025-03-12T21:49:49.648Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-12T21:49:49.648Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-12T21:49:49.648Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-12T21:49:49.648Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-12T21:49:49.648Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-12T21:49:49.752Z | info: downloading installer |
31 | 2025-03-12T21:49:51.139Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-12T21:49:51.139Z | warn: /opt/ooce/bin |
33 | 2025-03-12T21:49:51.139Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-12T21:49:51.139Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-12T21:49:51.139Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-12T21:49:51.139Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-12T21:49:51.139Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-12T21:49:51.139Z | error: cannot install while Rust is installed |
39 | 2025-03-12T21:49:51.139Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-12T21:49:51.152Z | info: profile set to 'default' |
41 | 2025-03-12T21:49:51.152Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-12T21:49:51.155Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-12T21:49:51.303Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-12T21:49:51.303Z | info: downloading component 'cargo' |
45 | 2025-03-12T21:49:52.212Z | info: downloading component 'clippy' |
46 | 2025-03-12T21:49:52.584Z | info: downloading component 'rust-docs' |
47 | 2025-03-12T21:49:53.923Z | info: downloading component 'rust-std' |
48 | 2025-03-12T21:49:55.918Z | info: downloading component 'rustc' |
49 | 2025-03-12T21:50:02.547Z | info: downloading component 'rustfmt' |
50 | 2025-03-12T21:50:02.873Z | info: installing component 'cargo' |
51 | 2025-03-12T21:50:03.684Z | info: installing component 'clippy' |
52 | 2025-03-12T21:50:04.066Z | info: installing component 'rust-docs' |
53 | 2025-03-12T21:50:05.813Z | info: installing component 'rust-std' |
54 | 2025-03-12T21:50:07.696Z | info: installing component 'rustc' |
55 | 2025-03-12T21:50:13.565Z | info: installing component 'rustfmt' |
56 | 2025-03-12T21:50:13.893Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-12T21:50:13.893Z | |
58 | 2025-03-12T21:50:14.262Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-12T21:50:14.262Z | |
60 | 2025-03-12T21:50:14.265Z | |
61 | 2025-03-12T21:50:14.265Z | Rust is installed now. Great! |
62 | 2025-03-12T21:50:14.265Z | |
63 | 2025-03-12T21:50:14.265Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-12T21:50:14.265Z | environment variable. This has not been done automatically. |
65 | 2025-03-12T21:50:14.265Z | |
66 | 2025-03-12T21:50:14.265Z | To configure your current shell, you need to source |
67 | 2025-03-12T21:50:14.265Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-12T21:50:14.265Z | |
69 | 2025-03-12T21:50:14.265Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-12T21:50:14.265Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-12T21:50:14.265Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-12T21:50:14.265Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-12T21:50:14.333Z | + rustup --version |
74 | 2025-03-12T21:50:14.344Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-12T21:50:14.344Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-12T21:50:14.371Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-12T21:50:14.374Z | + cargo --version |
78 | 2025-03-12T21:50:14.392Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-12T21:50:14.395Z | + rustc --version |
80 | 2025-03-12T21:50:14.420Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-12T21:50:14.423Z | process exited: duration 24780 ms, exit code 0 |
|
82 | 2025-03-12T21:50:14.430Z | starting task 2: "authentication" |
83 | 2025-03-12T21:50:14.451Z | process exited: duration 21 ms, exit code 0 |
|
84 | 2025-03-12T21:50:14.459Z | starting task 3: "clone repository" |
85 | 2025-03-12T21:50:14.462Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-12T21:50:14.465Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-12T21:50:14.502Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-12T21:50:22.512Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-12T21:50:22.512Z | + git fetch origin 906d0e83e75936fa09151629f7063b71a8e0e563 |
90 | 2025-03-12T21:50:22.847Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-12T21:50:22.847Z | * branch 906d0e83e75936fa09151629f7063b71a8e0e563 -> FETCH_HEAD |
92 | 2025-03-12T21:50:22.857Z | + [[ -n '' ]] |
93 | 2025-03-12T21:50:22.857Z | + git reset --hard 906d0e83e75936fa09151629f7063b71a8e0e563 |
94 | 2025-03-12T21:50:23.058Z | HEAD is now at 906d0e83e add transit_ips to NIC create params |
95 | 2025-03-12T21:50:23.061Z | process exited: duration 8595 ms, exit code 0 |
|
96 | 2025-03-12T21:50:23.069Z | starting task 4: "build" |
97 | 2025-03-12T21:50:23.073Z | + source .github/buildomat/ci-env.sh |
98 | 2025-03-12T21:50:23.077Z | ++ export CARGO_TERM_COLOR=always |
99 | 2025-03-12T21:50:23.077Z | ++ CARGO_TERM_COLOR=always |
100 | 2025-03-12T21:50:23.077Z | + cargo --version |
101 | 2025-03-12T21:50:23.129Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
102 | 2025-03-12T21:50:23.132Z | + rustc --version |
103 | 2025-03-12T21:50:23.198Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
104 | 2025-03-12T21:50:23.201Z | + cd /tmp |
105 | 2025-03-12T21:50:23.201Z | + cargo new --lib test-project |
106 | 2025-03-12T21:50:23.223Z | Creating library `test-project` package |
107 | 2025-03-12T21:50:23.306Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
108 | 2025-03-12T21:50:23.310Z | + cd test-project |
109 | 2025-03-12T21:50:23.310Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
110 | 2025-03-12T21:50:23.333Z | Adding omicron-common (local) to dependencies |
111 | 2025-03-12T21:50:23.336Z | Features: |
112 | 2025-03-12T21:50:23.336Z | - proptest |
113 | 2025-03-12T21:50:23.336Z | - test-strategy |
114 | 2025-03-12T21:50:23.336Z | - testing |
115 | 2025-03-12T21:50:23.364Z | Updating crates.io index |
116 | 2025-03-12T21:50:23.422Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
117 | 2025-03-12T21:50:23.965Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
118 | 2025-03-12T21:50:24.511Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
119 | 2025-03-12T21:50:24.891Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
120 | 2025-03-12T21:50:26.303Z | Locking 355 packages to latest Rust 1.85.0 compatible versions |
121 | 2025-03-12T21:50:26.477Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
122 | 2025-03-12T21:50:26.480Z | + cargo check |
123 | 2025-03-12T21:50:26.619Z | Updating crates.io index |
124 | 2025-03-12T21:50:27.466Z | Locking 1 package to latest Rust 1.85.0 compatible version |
125 | 2025-03-12T21:50:27.466Z | Adding omicron-workspace-hack v0.1.0 |
126 | 2025-03-12T21:50:27.529Z | Downloading crates ... |
127 | 2025-03-12T21:50:27.620Z | Downloaded bit-set v0.8.0 |
128 | 2025-03-12T21:50:27.624Z | Downloaded aho-corasick v1.1.3 |
129 | 2025-03-12T21:50:27.629Z | Downloaded bit-vec v0.8.0 |
130 | 2025-03-12T21:50:27.634Z | Downloaded allocator-api2 v0.2.18 |
131 | 2025-03-12T21:50:27.637Z | Downloaded take_mut v0.2.2 |
132 | 2025-03-12T21:50:27.637Z | Downloaded digest v0.10.7 |
133 | 2025-03-12T21:50:27.640Z | Downloaded block-buffer v0.10.4 |
134 | 2025-03-12T21:50:27.640Z | Downloaded anyhow v1.0.97 |
135 | 2025-03-12T21:50:27.642Z | Downloaded sync_wrapper v1.0.1 |
136 | 2025-03-12T21:50:27.645Z | Downloaded strum v0.26.3 |
137 | 2025-03-12T21:50:27.646Z | Downloaded structmeta v0.3.0 |
138 | 2025-03-12T21:50:27.646Z | Downloaded darling_macro v0.20.10 |
139 | 2025-03-12T21:50:27.648Z | Downloaded backoff v0.4.0 |
140 | 2025-03-12T21:50:27.648Z | Downloaded synstructure v0.13.1 |
141 | 2025-03-12T21:50:27.651Z | Downloaded autocfg v1.4.0 |
142 | 2025-03-12T21:50:27.654Z | Downloaded test-strategy v0.4.0 |
143 | 2025-03-12T21:50:27.657Z | Downloaded strum_macros v0.26.4 |
144 | 2025-03-12T21:50:27.660Z | Downloaded bitflags v2.6.0 |
145 | 2025-03-12T21:50:27.663Z | Downloaded try-lock v0.2.5 |
146 | 2025-03-12T21:50:27.668Z | Downloaded async-stream-impl v0.3.6 |
147 | 2025-03-12T21:50:27.668Z | Downloaded async-trait v0.1.87 |
148 | 2025-03-12T21:50:27.668Z | Downloaded want v0.3.1 |
149 | 2025-03-12T21:50:27.672Z | Downloaded tower-layer v0.3.3 |
150 | 2025-03-12T21:50:27.672Z | Downloaded num-conv v0.1.0 |
151 | 2025-03-12T21:50:27.672Z | Downloaded tower-service v0.3.3 |
152 | 2025-03-12T21:50:27.672Z | Downloaded stable_deref_trait v1.2.0 |
153 | 2025-03-12T21:50:27.675Z | Downloaded async-stream v0.3.6 |
154 | 2025-03-12T21:50:27.675Z | Downloaded atomic-waker v1.1.2 |
155 | 2025-03-12T21:50:27.675Z | Downloaded zerofrom v0.1.4 |
156 | 2025-03-12T21:50:27.679Z | Downloaded usdt-attr-macro v0.5.0 |
157 | 2025-03-12T21:50:27.679Z | Downloaded base64 v0.22.1 |
158 | 2025-03-12T21:50:27.682Z | Downloaded yoke-derive v0.7.4 |
159 | 2025-03-12T21:50:27.682Z | Downloaded openssl-macros v0.1.1 |
160 | 2025-03-12T21:50:27.686Z | Downloaded equivalent v1.0.1 |
161 | 2025-03-12T21:50:27.686Z | Downloaded openssl-probe v0.1.5 |
162 | 2025-03-12T21:50:27.686Z | Downloaded form_urlencoded v1.2.1 |
163 | 2025-03-12T21:50:27.686Z | Downloaded num_threads v0.1.7 |
164 | 2025-03-12T21:50:27.689Z | Downloaded usdt-macro v0.5.0 |
165 | 2025-03-12T21:50:27.689Z | Downloaded http-body v1.0.1 |
166 | 2025-03-12T21:50:27.689Z | Downloaded foreign-types-shared v0.1.1 |
167 | 2025-03-12T21:50:27.692Z | Downloaded getrandom v0.2.15 |
168 | 2025-03-12T21:50:27.696Z | Downloaded match_cfg v0.1.0 |
169 | 2025-03-12T21:50:27.696Z | Downloaded thread_local v1.1.8 |
170 | 2025-03-12T21:50:27.699Z | Downloaded write16 v1.0.0 |
171 | 2025-03-12T21:50:27.699Z | Downloaded futures-executor v0.3.31 |
172 | 2025-03-12T21:50:27.700Z | Downloaded waitgroup v0.1.2 |
173 | 2025-03-12T21:50:27.703Z | Downloaded futures-sink v0.3.31 |
174 | 2025-03-12T21:50:27.703Z | Downloaded generic-array v0.14.7 |
175 | 2025-03-12T21:50:27.709Z | Downloaded tokio-macros v2.5.0 |
176 | 2025-03-12T21:50:27.709Z | Downloaded dtrace-parser v0.2.0 |
177 | 2025-03-12T21:50:27.712Z | Downloaded getrandom v0.3.1 |
178 | 2025-03-12T21:50:27.712Z | Downloaded zeroize v1.8.1 |
179 | 2025-03-12T21:50:27.712Z | Downloaded wait-timeout v0.2.0 |
180 | 2025-03-12T21:50:27.715Z | Downloaded zerovec-derive v0.10.3 |
181 | 2025-03-12T21:50:27.715Z | Downloaded foreign-types v0.3.2 |
182 | 2025-03-12T21:50:27.720Z | Downloaded hostname v0.3.1 |
183 | 2025-03-12T21:50:27.720Z | Downloaded futures-util v0.3.31 |
184 | 2025-03-12T21:50:27.730Z | Downloaded zerofrom-derive v0.1.4 |
185 | 2025-03-12T21:50:27.735Z | Downloaded subtle v2.6.1 |
186 | 2025-03-12T21:50:27.735Z | Downloaded heck v0.5.0 |
187 | 2025-03-12T21:50:27.735Z | Downloaded version_check v0.9.5 |
188 | 2025-03-12T21:50:27.739Z | Downloaded utf16_iter v1.0.5 |
189 | 2025-03-12T21:50:27.739Z | Downloaded instant v0.1.13 |
190 | 2025-03-12T21:50:27.739Z | Downloaded usdt-impl v0.5.0 |
191 | 2025-03-12T21:50:27.743Z | Downloaded oxnet v0.1.1 |
192 | 2025-03-12T21:50:27.743Z | Downloaded newtype-uuid v1.2.1 |
193 | 2025-03-12T21:50:27.743Z | Downloaded writeable v0.5.5 |
194 | 2025-03-12T21:50:27.746Z | Downloaded lazy_static v1.5.0 |
195 | 2025-03-12T21:50:27.746Z | Downloaded ident_case v1.0.1 |
196 | 2025-03-12T21:50:27.752Z | Downloaded scroll_derive v0.12.0 |
197 | 2025-03-12T21:50:27.752Z | Downloaded icu_provider_macros v1.5.0 |
198 | 2025-03-12T21:50:27.752Z | Downloaded utf8_iter v1.0.4 |
199 | 2025-03-12T21:50:27.752Z | Downloaded usdt v0.5.0 |
200 | 2025-03-12T21:50:27.752Z | Downloaded is-terminal v0.4.13 |
201 | 2025-03-12T21:50:27.757Z | Downloaded deranged v0.3.11 |
202 | 2025-03-12T21:50:27.757Z | Downloaded crypto-common v0.1.6 |
203 | 2025-03-12T21:50:27.757Z | Downloaded ipnetwork v0.21.1 |
204 | 2025-03-12T21:50:27.757Z | Downloaded mime v0.3.17 |
205 | 2025-03-12T21:50:27.760Z | Downloaded http-body-util v0.1.2 |
206 | 2025-03-12T21:50:27.760Z | Downloaded debug-ignore v1.0.5 |
207 | 2025-03-12T21:50:27.764Z | Downloaded quick-error v1.2.3 |
208 | 2025-03-12T21:50:27.764Z | Downloaded hostname v0.4.0 |
209 | 2025-03-12T21:50:27.764Z | Downloaded tokio-native-tls v0.3.1 |
210 | 2025-03-12T21:50:27.767Z | Downloaded tokio-rustls v0.26.0 |
211 | 2025-03-12T21:50:27.770Z | Downloaded hyper-tls v0.6.0 |
212 | 2025-03-12T21:50:27.770Z | Downloaded httparse v1.9.5 |
213 | 2025-03-12T21:50:27.773Z | Downloaded tinyvec_macros v0.1.1 |
214 | 2025-03-12T21:50:27.773Z | Downloaded thiserror-impl v1.0.69 |
215 | 2025-03-12T21:50:27.776Z | Downloaded multer v3.1.0 |
216 | 2025-03-12T21:50:27.776Z | Downloaded litemap v0.7.3 |
217 | 2025-03-12T21:50:27.779Z | Downloaded yoke v0.7.4 |
218 | 2025-03-12T21:50:27.782Z | Downloaded fastrand v2.1.1 |
219 | 2025-03-12T21:50:27.782Z | Downloaded errno v0.3.9 |
220 | 2025-03-12T21:50:27.786Z | Downloaded term v0.7.0 |
221 | 2025-03-12T21:50:27.786Z | Downloaded tokio-rustls v0.25.0 |
222 | 2025-03-12T21:50:27.791Z | Downloaded progenitor-client v0.9.1 |
223 | 2025-03-12T21:50:27.791Z | Downloaded progenitor v0.8.0 |
224 | 2025-03-12T21:50:27.794Z | Downloaded cpufeatures v0.2.14 |
225 | 2025-03-12T21:50:27.794Z | Downloaded thiserror v2.0.11 |
226 | 2025-03-12T21:50:27.797Z | Downloaded itoa v1.0.11 |
227 | 2025-03-12T21:50:27.800Z | Downloaded camino v1.1.9 |
228 | 2025-03-12T21:50:27.800Z | Downloaded plain v0.2.3 |
229 | 2025-03-12T21:50:27.803Z | Downloaded progenitor-client v0.8.0 |
230 | 2025-03-12T21:50:27.803Z | Downloaded omicron-workspace-hack v0.1.0 |
231 | 2025-03-12T21:50:27.803Z | Downloaded foldhash v0.1.3 |
232 | 2025-03-12T21:50:27.804Z | Downloaded fnv v1.0.7 |
233 | 2025-03-12T21:50:27.807Z | Downloaded dyn-clone v1.0.19 |
234 | 2025-03-12T21:50:27.807Z | Downloaded dof v0.3.0 |
235 | 2025-03-12T21:50:27.807Z | Downloaded progenitor-macro v0.8.0 |
236 | 2025-03-12T21:50:27.810Z | Downloaded sha1 v0.10.6 |
237 | 2025-03-12T21:50:27.810Z | Downloaded quinn-udp v0.5.5 |
238 | 2025-03-12T21:50:27.814Z | Downloaded icu_provider v1.5.0 |
239 | 2025-03-12T21:50:27.814Z | Downloaded hyper-rustls v0.27.3 |
240 | 2025-03-12T21:50:27.817Z | Downloaded structmeta-derive v0.3.0 |
241 | 2025-03-12T21:50:27.817Z | Downloaded pretty-hex v0.4.1 |
242 | 2025-03-12T21:50:27.821Z | Downloaded icu_locid_transform_data v1.5.0 |
243 | 2025-03-12T21:50:27.821Z | Downloaded icu_locid v1.5.0 |
244 | 2025-03-12T21:50:27.824Z | Downloaded icu_normalizer_data v1.5.0 |
245 | 2025-03-12T21:50:27.827Z | Downloaded schemars_derive v0.8.22 |
246 | 2025-03-12T21:50:27.832Z | Downloaded lock_api v0.4.12 |
247 | 2025-03-12T21:50:27.832Z | Downloaded zerocopy-derive v0.7.35 |
248 | 2025-03-12T21:50:27.835Z | Downloaded rand_xorshift v0.3.0 |
249 | 2025-03-12T21:50:27.835Z | Downloaded native-tls v0.2.12 |
250 | 2025-03-12T21:50:27.838Z | Downloaded toml v0.8.20 |
251 | 2025-03-12T21:50:27.841Z | Downloaded slog-bunyan v2.5.0 |
252 | 2025-03-12T21:50:27.841Z | Downloaded shlex v1.3.0 |
253 | 2025-03-12T21:50:27.841Z | Downloaded slab v0.4.9 |
254 | 2025-03-12T21:50:27.846Z | Downloaded ucd-trie v0.1.7 |
255 | 2025-03-12T21:50:27.846Z | Downloaded rand_chacha v0.3.1 |
256 | 2025-03-12T21:50:27.849Z | Downloaded rand_core v0.6.4 |
257 | 2025-03-12T21:50:27.849Z | Downloaded pest_generator v2.7.14 |
258 | 2025-03-12T21:50:27.849Z | Downloaded rustc-hash v2.1.1 |
259 | 2025-03-12T21:50:27.849Z | Downloaded darling v0.20.10 |
260 | 2025-03-12T21:50:27.853Z | Downloaded parse-display v0.10.0 |
261 | 2025-03-12T21:50:27.858Z | Downloaded strsim v0.11.1 |
262 | 2025-03-12T21:50:27.858Z | Downloaded tinyvec v1.8.0 |
263 | 2025-03-12T21:50:27.861Z | Downloaded iana-time-zone v0.1.61 |
264 | 2025-03-12T21:50:27.861Z | Downloaded serde_urlencoded v0.7.1 |
265 | 2025-03-12T21:50:27.864Z | Downloaded serde_tokenstream v0.2.2 |
266 | 2025-03-12T21:50:27.864Z | Downloaded slog-term v2.9.1 |
267 | 2025-03-12T21:50:27.868Z | Downloaded pin-project-lite v0.2.14 |
268 | 2025-03-12T21:50:27.871Z | Downloaded scopeguard v1.2.0 |
269 | 2025-03-12T21:50:27.871Z | Downloaded scroll v0.12.0 |
270 | 2025-03-12T21:50:27.874Z | Downloaded slog-json v2.6.1 |
271 | 2025-03-12T21:50:27.874Z | Downloaded slog-async v2.8.0 |
272 | 2025-03-12T21:50:27.877Z | Downloaded once_cell v1.20.3 |
273 | 2025-03-12T21:50:27.880Z | Downloaded pkg-config v0.3.31 |
274 | 2025-03-12T21:50:27.880Z | Downloaded paste v1.0.15 |
275 | 2025-03-12T21:50:27.886Z | Downloaded serde_spanned v0.6.8 |
276 | 2025-03-12T21:50:27.886Z | Downloaded parse-display-derive v0.10.0 |
277 | 2025-03-12T21:50:27.889Z | Downloaded ryu v1.0.18 |
278 | 2025-03-12T21:50:27.889Z | Downloaded ppv-lite86 v0.2.20 |
279 | 2025-03-12T21:50:27.889Z | Downloaded pest_meta v2.7.14 |
280 | 2025-03-12T21:50:27.893Z | Downloaded powerfmt v0.2.0 |
281 | 2025-03-12T21:50:27.893Z | Downloaded pin-utils v0.1.0 |
282 | 2025-03-12T21:50:27.893Z | Downloaded parking_lot v0.12.3 |
283 | 2025-03-12T21:50:27.896Z | Downloaded signal-hook-registry v1.4.2 |
284 | 2025-03-12T21:50:27.896Z | Downloaded icu_properties v1.5.1 |
285 | 2025-03-12T21:50:27.899Z | Downloaded uuid v1.15.1 |
286 | 2025-03-12T21:50:27.903Z | Downloaded slog v2.7.0 |
287 | 2025-03-12T21:50:27.906Z | Downloaded proc-macro2 v1.0.94 |
288 | 2025-03-12T21:50:27.906Z | Downloaded bytes v1.10.1 |
289 | 2025-03-12T21:50:27.911Z | Downloaded serde_with_macros v3.12.0 |
290 | 2025-03-12T21:50:27.916Z | Downloaded rusty-fork v0.3.0 |
291 | 2025-03-12T21:50:27.916Z | Downloaded spin v0.9.8 |
292 | 2025-03-12T21:50:27.919Z | Downloaded hyper-util v0.1.10 |
293 | 2025-03-12T21:50:27.922Z | Downloaded time-macros v0.2.18 |
294 | 2025-03-12T21:50:27.922Z | Downloaded indexmap v2.7.1 |
295 | 2025-03-12T21:50:27.925Z | Downloaded serde v1.0.218 |
296 | 2025-03-12T21:50:27.929Z | Downloaded quote v1.0.39 |
297 | 2025-03-12T21:50:27.936Z | Downloaded serde_yaml v0.9.34+deprecated |
298 | 2025-03-12T21:50:27.936Z | Downloaded crossbeam-channel v0.5.13 |
299 | 2025-03-12T21:50:27.939Z | Downloaded tracing v0.1.40 |
300 | 2025-03-12T21:50:27.942Z | Downloaded parking_lot_core v0.9.10 |
301 | 2025-03-12T21:50:27.945Z | Downloaded smallvec v1.14.0 |
302 | 2025-03-12T21:50:27.948Z | Downloaded openssl-sys v0.9.106 |
303 | 2025-03-12T21:50:27.951Z | Downloaded url v2.5.3 |
304 | 2025-03-12T21:50:27.955Z | Downloaded unicode-ident v1.0.14 |
305 | 2025-03-12T21:50:27.958Z | Downloaded http v1.2.0 |
306 | 2025-03-12T21:50:27.961Z | Downloaded hyper v1.6.0 |
307 | 2025-03-12T21:50:27.966Z | Downloaded socket2 v0.5.8 |
308 | 2025-03-12T21:50:27.969Z | Downloaded hashbrown v0.15.1 |
309 | 2025-03-12T21:50:27.973Z | Downloaded rustls-pki-types v1.10.0 |
310 | 2025-03-12T21:50:27.976Z | Downloaded serde_with v3.12.0 |
311 | 2025-03-12T21:50:27.984Z | Downloaded memchr v2.7.4 |
312 | 2025-03-12T21:50:27.989Z | Downloaded tracing-core v0.1.32 |
313 | 2025-03-12T21:50:27.992Z | Downloaded h2 v0.4.6 |
314 | 2025-03-12T21:50:27.997Z | Downloaded goblin v0.8.2 |
315 | 2025-03-12T21:50:28.003Z | Downloaded tower v0.5.2 |
316 | 2025-03-12T21:50:28.011Z | Downloaded proptest v1.6.0 |
317 | 2025-03-12T21:50:28.020Z | Downloaded quinn v0.11.5 |
318 | 2025-03-12T21:50:28.023Z | Downloaded rand v0.8.5 |
319 | 2025-03-12T21:50:28.026Z | Downloaded icu_properties_data v1.5.0 |
320 | 2025-03-12T21:50:28.036Z | Downloaded tokio-util v0.7.13 |
321 | 2025-03-12T21:50:28.042Z | Downloaded chrono v0.4.40 |
322 | 2025-03-12T21:50:28.048Z | Downloaded toml_edit v0.22.24 |
323 | 2025-03-12T21:50:28.068Z | Downloaded pest v2.7.14 |
324 | 2025-03-12T21:50:28.073Z | Downloaded dropshot v0.16.0 |
325 | 2025-03-12T21:50:28.093Z | Downloaded rustls v0.22.4 |
326 | 2025-03-12T21:50:28.104Z | Downloaded zerovec v0.10.4 |
327 | 2025-03-12T21:50:28.109Z | Downloaded zerocopy v0.7.35 |
328 | 2025-03-12T21:50:28.125Z | Downloaded serde_json v1.0.139 |
329 | 2025-03-12T21:50:28.130Z | Downloaded winnow v0.7.3 |
330 | 2025-03-12T21:50:28.138Z | Downloaded time v0.3.36 |
331 | 2025-03-12T21:50:28.144Z | Downloaded mio v1.0.2 |
332 | 2025-03-12T21:50:28.149Z | Downloaded schemars v0.8.22 |
333 | 2025-03-12T21:50:28.159Z | Downloaded idna v1.0.3 |
334 | 2025-03-12T21:50:28.163Z | Downloaded cc v1.2.15 |
335 | 2025-03-12T21:50:28.167Z | Downloaded tempfile v3.13.0 |
336 | 2025-03-12T21:50:28.170Z | Downloaded serde_derive v1.0.218 |
337 | 2025-03-12T21:50:28.173Z | Downloaded icu_collections v1.5.0 |
338 | 2025-03-12T21:50:28.176Z | Downloaded hashbrown v0.12.3 |
339 | 2025-03-12T21:50:28.180Z | Downloaded progenitor-impl v0.8.0 |
340 | 2025-03-12T21:50:28.183Z | Downloaded syn v2.0.98 |
341 | 2025-03-12T21:50:28.192Z | Downloaded rustls-webpki v0.102.8 |
342 | 2025-03-12T21:50:28.210Z | Downloaded quinn-proto v0.11.8 |
343 | 2025-03-12T21:50:28.217Z | Downloaded webpki-roots v0.26.6 |
344 | 2025-03-12T21:50:28.220Z | Downloaded vcpkg v0.2.15 |
345 | 2025-03-12T21:50:28.257Z | Downloaded reqwest v0.12.12 |
346 | 2025-03-12T21:50:28.266Z | Downloaded num-traits v0.2.19 |
347 | 2025-03-12T21:50:28.269Z | Downloaded unsafe-libyaml v0.2.11 |
348 | 2025-03-12T21:50:28.272Z | Downloaded darling_core v0.20.10 |
349 | 2025-03-12T21:50:28.276Z | Downloaded regex v1.11.1 |
350 | 2025-03-12T21:50:28.289Z | Downloaded openssl v0.10.71 |
351 | 2025-03-12T21:50:28.298Z | Downloaded log v0.4.22 |
352 | 2025-03-12T21:50:28.301Z | Downloaded dirs-next v2.0.0 |
353 | 2025-03-12T21:50:28.304Z | Downloaded pest_derive v2.7.14 |
354 | 2025-03-12T21:50:28.304Z | Downloaded sha2 v0.10.8 |
355 | 2025-03-12T21:50:28.310Z | Downloaded semver v1.0.25 |
356 | 2025-03-12T21:50:28.313Z | Downloaded serde_path_to_error v0.1.16 |
357 | 2025-03-12T21:50:28.313Z | Downloaded serde_derive_internals v0.29.1 |
358 | 2025-03-12T21:50:28.313Z | Downloaded rustls-pemfile v2.2.0 |
359 | 2025-03-12T21:50:28.313Z | Downloaded indexmap v1.9.3 |
360 | 2025-03-12T21:50:28.316Z | Downloaded dropshot_endpoint v0.16.0 |
361 | 2025-03-12T21:50:28.320Z | Downloaded memmap v0.7.0 |
362 | 2025-03-12T21:50:28.322Z | Downloaded macaddr v1.0.1 |
363 | 2025-03-12T21:50:28.322Z | Downloaded thiserror v1.0.69 |
364 | 2025-03-12T21:50:28.326Z | Downloaded futures v0.3.31 |
365 | 2025-03-12T21:50:28.330Z | Downloaded regress v0.10.3 |
366 | 2025-03-12T21:50:28.338Z | Downloaded openapiv3 v2.0.0 |
367 | 2025-03-12T21:50:28.349Z | Downloaded crossbeam-utils v0.8.20 |
368 | 2025-03-12T21:50:28.351Z | Downloaded regex-syntax v0.8.5 |
369 | 2025-03-12T21:50:28.359Z | Downloaded rustls v0.23.19 |
370 | 2025-03-12T21:50:28.369Z | Downloaded rustix v0.38.37 |
371 | 2025-03-12T21:50:28.389Z | Downloaded icu_normalizer v1.5.0 |
372 | 2025-03-12T21:50:28.392Z | Downloaded typify-impl v0.2.0 |
373 | 2025-03-12T21:50:28.405Z | Downloaded icu_locid_transform v1.5.0 |
374 | 2025-03-12T21:50:28.408Z | Downloaded daft v0.1.2 |
375 | 2025-03-12T21:50:28.412Z | Downloaded typenum v1.17.0 |
376 | 2025-03-12T21:50:28.412Z | Downloaded ipnet v2.11.0 |
377 | 2025-03-12T21:50:28.412Z | Downloaded displaydoc v0.2.5 |
378 | 2025-03-12T21:50:28.415Z | Downloaded typify v0.2.0 |
379 | 2025-03-12T21:50:28.418Z | Downloaded daft-derive v0.1.2 |
380 | 2025-03-12T21:50:28.421Z | Downloaded rustversion v1.0.17 |
381 | 2025-03-12T21:50:28.424Z | Downloaded percent-encoding v2.3.1 |
382 | 2025-03-12T21:50:28.424Z | Downloaded dirs-sys-next v0.1.2 |
383 | 2025-03-12T21:50:28.424Z | Downloaded idna_adapter v1.2.0 |
384 | 2025-03-12T21:50:28.427Z | Downloaded httpdate v1.0.3 |
385 | 2025-03-12T21:50:28.427Z | Downloaded cfg-if v1.0.0 |
386 | 2025-03-12T21:50:28.427Z | Downloaded untrusted v0.9.0 |
387 | 2025-03-12T21:50:28.431Z | Downloaded unarray v0.1.4 |
388 | 2025-03-12T21:50:28.431Z | Downloaded typify-macro v0.2.0 |
389 | 2025-03-12T21:50:28.431Z | Downloaded toml_datetime v0.6.8 |
390 | 2025-03-12T21:50:28.434Z | Downloaded tinystr v0.7.6 |
391 | 2025-03-12T21:50:28.434Z | Downloaded time-core v0.1.2 |
392 | 2025-03-12T21:50:28.434Z | Downloaded encoding_rs v0.8.34 |
393 | 2025-03-12T21:50:28.452Z | Downloaded thread-id v4.2.2 |
394 | 2025-03-12T21:50:28.455Z | Downloaded thiserror-impl v2.0.11 |
395 | 2025-03-12T21:50:28.455Z | Downloaded hex v0.4.3 |
396 | 2025-03-12T21:50:28.458Z | Downloaded futures-macro v0.3.31 |
397 | 2025-03-12T21:50:28.458Z | Downloaded ring v0.17.11 |
398 | 2025-03-12T21:50:28.495Z | Downloaded regex-automata v0.4.8 |
399 | 2025-03-12T21:50:28.509Z | Downloaded futures-io v0.3.31 |
400 | 2025-03-12T21:50:28.512Z | Downloaded futures-task v0.3.31 |
401 | 2025-03-12T21:50:28.512Z | Downloaded libc v0.2.170 |
402 | 2025-03-12T21:50:28.533Z | Downloaded futures-core v0.3.31 |
403 | 2025-03-12T21:50:28.536Z | Downloaded tokio v1.43.0 |
404 | 2025-03-12T21:50:28.569Z | Downloaded byteorder v1.5.0 |
405 | 2025-03-12T21:50:28.572Z | Downloaded futures-channel v0.3.31 |
406 | 2025-03-12T21:50:28.699Z | Compiling proc-macro2 v1.0.94 |
407 | 2025-03-12T21:50:28.699Z | Compiling unicode-ident v1.0.14 |
408 | 2025-03-12T21:50:28.702Z | Compiling libc v0.2.170 |
409 | 2025-03-12T21:50:28.702Z | Checking cfg-if v1.0.0 |
410 | 2025-03-12T21:50:28.702Z | Compiling autocfg v1.4.0 |
411 | 2025-03-12T21:50:28.702Z | Compiling serde v1.0.218 |
412 | 2025-03-12T21:50:28.727Z | Checking memchr v2.7.4 |
413 | 2025-03-12T21:50:28.730Z | Compiling serde_json v1.0.139 |
414 | 2025-03-12T21:50:28.828Z | Checking itoa v1.0.11 |
415 | 2025-03-12T21:50:29.034Z | Compiling thiserror v1.0.69 |
416 | 2025-03-12T21:50:29.200Z | Compiling shlex v1.3.0 |
417 | 2025-03-12T21:50:29.335Z | Checking once_cell v1.20.3 |
418 | 2025-03-12T21:50:29.469Z | Compiling cc v1.2.15 |
419 | 2025-03-12T21:50:29.576Z | Checking pin-project-lite v0.2.14 |
420 | 2025-03-12T21:50:29.600Z | Checking ryu v1.0.18 |
421 | 2025-03-12T21:50:29.690Z | Checking smallvec v1.14.0 |
422 | 2025-03-12T21:50:29.816Z | Checking bytes v1.10.1 |
423 | 2025-03-12T21:50:29.936Z | Compiling version_check v0.9.5 |
424 | 2025-03-12T21:50:30.002Z | Compiling semver v1.0.25 |
425 | 2025-03-12T21:50:30.061Z | Checking futures-core v0.3.31 |
426 | 2025-03-12T21:50:30.186Z | Compiling lock_api v0.4.12 |
427 | 2025-03-12T21:50:30.241Z | Compiling parking_lot_core v0.9.10 |
428 | 2025-03-12T21:50:30.439Z | Compiling quote v1.0.39 |
429 | 2025-03-12T21:50:30.562Z | Checking getrandom v0.2.15 |
430 | 2025-03-12T21:50:30.635Z | Checking scopeguard v1.2.0 |
431 | 2025-03-12T21:50:30.670Z | Checking equivalent v1.0.1 |
432 | 2025-03-12T21:50:30.783Z | Checking allocator-api2 v0.2.18 |
433 | 2025-03-12T21:50:30.794Z | Compiling syn v2.0.98 |
434 | 2025-03-12T21:50:30.797Z | Checking foldhash v0.1.3 |
435 | 2025-03-12T21:50:30.989Z | Compiling slab v0.4.9 |
436 | 2025-03-12T21:50:30.992Z | Checking futures-sink v0.3.31 |
437 | 2025-03-12T21:50:31.012Z | Checking fnv v1.0.7 |
438 | 2025-03-12T21:50:31.136Z | Checking mio v1.0.2 |
439 | 2025-03-12T21:50:31.236Z | Checking signal-hook-registry v1.4.2 |
440 | 2025-03-12T21:50:31.289Z | Checking parking_lot v0.12.3 |
441 | 2025-03-12T21:50:31.397Z | Checking hashbrown v0.15.1 |
442 | 2025-03-12T21:50:31.462Z | Checking socket2 v0.5.8 |
443 | 2025-03-12T21:50:31.479Z | Checking log v0.4.22 |
444 | 2025-03-12T21:50:31.631Z | Compiling num-traits v0.2.19 |
445 | 2025-03-12T21:50:31.733Z | Checking stable_deref_trait v1.2.0 |
446 | 2025-03-12T21:50:31.745Z | Checking futures-channel v0.3.31 |
447 | 2025-03-12T21:50:31.758Z | Checking futures-task v0.3.31 |
448 | 2025-03-12T21:50:31.834Z | Compiling getrandom v0.3.1 |
449 | 2025-03-12T21:50:31.927Z | Checking futures-io v0.3.31 |
450 | 2025-03-12T21:50:31.991Z | Checking pin-utils v0.1.0 |
451 | 2025-03-12T21:50:32.082Z | Checking http v1.2.0 |
452 | 2025-03-12T21:50:32.093Z | Compiling pkg-config v0.3.31 |
453 | 2025-03-12T21:50:32.097Z | Checking iana-time-zone v0.1.61 |
454 | 2025-03-12T21:50:32.364Z | Compiling heck v0.5.0 |
455 | 2025-03-12T21:50:32.376Z | Compiling ring v0.17.11 |
456 | 2025-03-12T21:50:32.463Z | Compiling vcpkg v0.2.15 |
457 | 2025-03-12T21:50:33.026Z | Compiling schemars v0.8.22 |
458 | 2025-03-12T21:50:33.138Z | Checking bitflags v2.6.0 |
459 | 2025-03-12T21:50:33.180Z | Checking rustls-pki-types v1.10.0 |
460 | 2025-03-12T21:50:33.429Z | Compiling httparse v1.9.5 |
461 | 2025-03-12T21:50:33.673Z | Checking writeable v0.5.5 |
462 | 2025-03-12T21:50:33.719Z | Checking untrusted v0.9.0 |
463 | 2025-03-12T21:50:33.769Z | Compiling openssl-sys v0.9.106 |
464 | 2025-03-12T21:50:33.782Z | Checking dyn-clone v1.0.19 |
465 | 2025-03-12T21:50:33.864Z | Checking litemap v0.7.3 |
466 | 2025-03-12T21:50:33.973Z | Checking tracing-core v0.1.32 |
467 | 2025-03-12T21:50:34.094Z | Checking atomic-waker v1.1.2 |
468 | 2025-03-12T21:50:34.150Z | Compiling ucd-trie v0.1.7 |
469 | 2025-03-12T21:50:34.427Z | Checking http-body v1.0.1 |
470 | 2025-03-12T21:50:34.559Z | Checking tracing v0.1.40 |
471 | 2025-03-12T21:50:34.617Z | Checking icu_locid_transform_data v1.5.0 |
472 | 2025-03-12T21:50:34.664Z | Checking zeroize v1.8.1 |
473 | 2025-03-12T21:50:34.702Z | Checking byteorder v1.5.0 |
474 | 2025-03-12T21:50:34.823Z | Checking subtle v2.6.1 |
475 | 2025-03-12T21:50:34.844Z | Checking try-lock v0.2.5 |
476 | 2025-03-12T21:50:34.975Z | Checking want v0.3.1 |
477 | 2025-03-12T21:50:35.081Z | Checking tower-service v0.3.3 |
478 | 2025-03-12T21:50:35.093Z | Checking httpdate v1.0.3 |
479 | 2025-03-12T21:50:35.158Z | Checking foreign-types-shared v0.1.1 |
480 | 2025-03-12T21:50:35.194Z | Compiling uuid v1.15.1 |
481 | 2025-03-12T21:50:35.236Z | Checking icu_properties_data v1.5.0 |
482 | 2025-03-12T21:50:35.257Z | Compiling openssl v0.10.71 |
483 | 2025-03-12T21:50:35.464Z | Checking foreign-types v0.3.2 |
484 | 2025-03-12T21:50:35.648Z | Compiling chrono v0.4.40 |
485 | 2025-03-12T21:50:35.693Z | Compiling regress v0.10.3 |
486 | 2025-03-12T21:50:35.724Z | Compiling aho-corasick v1.1.3 |
487 | 2025-03-12T21:50:35.736Z | Checking write16 v1.0.0 |
488 | 2025-03-12T21:50:35.855Z | Compiling native-tls v0.2.12 |
489 | 2025-03-12T21:50:36.064Z | Checking utf8_iter v1.0.4 |
490 | 2025-03-12T21:50:36.226Z | Checking percent-encoding v2.3.1 |
491 | 2025-03-12T21:50:36.261Z | Compiling slog v2.7.0 |
492 | 2025-03-12T21:50:36.437Z | Compiling rustls v0.23.19 |
493 | 2025-03-12T21:50:36.620Z | Checking utf16_iter v1.0.5 |
494 | 2025-03-12T21:50:36.771Z | Compiling regex-syntax v0.8.5 |
495 | 2025-03-12T21:50:36.789Z | Checking icu_normalizer_data v1.5.0 |
496 | 2025-03-12T21:50:36.955Z | Checking form_urlencoded v1.2.1 |
497 | 2025-03-12T21:50:37.410Z | Checking openssl-probe v0.1.5 |
498 | 2025-03-12T21:50:38.250Z | Compiling serde_derive_internals v0.29.1 |
499 | 2025-03-12T21:50:38.464Z | Compiling synstructure v0.13.1 |
500 | 2025-03-12T21:50:39.372Z | Checking rustls-webpki v0.102.8 |
501 | 2025-03-12T21:50:39.583Z | Compiling typenum v1.17.0 |
502 | 2025-03-12T21:50:40.149Z | Compiling generic-array v0.14.7 |
503 | 2025-03-12T21:50:40.327Z | Compiling regex-automata v0.4.8 |
504 | 2025-03-12T21:50:40.543Z | Checking encoding_rs v0.8.34 |
505 | 2025-03-12T21:50:40.589Z | Checking mime v0.3.17 |
506 | 2025-03-12T21:50:41.695Z | Compiling serde_derive v1.0.218 |
507 | 2025-03-12T21:50:41.962Z | Compiling thiserror-impl v1.0.69 |
508 | 2025-03-12T21:50:42.027Z | Compiling schemars_derive v0.8.22 |
509 | 2025-03-12T21:50:42.038Z | Compiling zerofrom-derive v0.1.4 |
510 | 2025-03-12T21:50:42.420Z | Compiling tokio-macros v2.5.0 |
511 | 2025-03-12T21:50:42.740Z | Compiling yoke-derive v0.7.4 |
512 | 2025-03-12T21:50:43.838Z | Checking tokio v1.43.0 |
513 | 2025-03-12T21:50:44.636Z | Compiling futures-macro v0.3.31 |
514 | 2025-03-12T21:50:44.740Z | Compiling zerovec-derive v0.10.3 |
515 | 2025-03-12T21:50:44.765Z | Compiling zerocopy-derive v0.7.35 |
516 | 2025-03-12T21:50:44.975Z | Checking zerofrom v0.1.4 |
517 | 2025-03-12T21:50:45.033Z | Compiling displaydoc v0.2.5 |
518 | 2025-03-12T21:50:45.169Z | Checking yoke v0.7.4 |
519 | 2025-03-12T21:50:45.486Z | Compiling icu_provider_macros v1.5.0 |
520 | 2025-03-12T21:50:46.354Z | Checking futures-util v0.3.31 |
521 | 2025-03-12T21:50:46.482Z | Compiling pest v2.7.14 |
522 | 2025-03-12T21:50:46.554Z | Checking zerocopy v0.7.35 |
523 | 2025-03-12T21:50:46.683Z | Compiling openssl-macros v0.1.1 |
524 | 2025-03-12T21:50:46.858Z | Compiling regex v1.11.1 |
525 | 2025-03-12T21:50:47.079Z | Checking zerovec v0.10.4 |
526 | 2025-03-12T21:50:48.981Z | Checking tinystr v0.7.6 |
527 | 2025-03-12T21:50:49.309Z | Checking icu_locid v1.5.0 |
528 | 2025-03-12T21:50:49.386Z | Compiling pest_meta v2.7.14 |
529 | 2025-03-12T21:50:50.260Z | Checking icu_provider v1.5.0 |
530 | 2025-03-12T21:50:50.458Z | Checking tokio-util v0.7.13 |
531 | 2025-03-12T21:50:50.784Z | Checking icu_collections v1.5.0 |
532 | 2025-03-12T21:50:50.841Z | Checking icu_locid_transform v1.5.0 |
533 | 2025-03-12T21:50:51.019Z | Compiling pest_generator v2.7.14 |
534 | 2025-03-12T21:50:51.244Z | Checking http-body-util v0.1.2 |
535 | 2025-03-12T21:50:51.414Z | Checking tokio-rustls v0.26.0 |
536 | 2025-03-12T21:50:51.670Z | Compiling scroll_derive v0.12.0 |
537 | 2025-03-12T21:50:51.837Z | Checking icu_properties v1.5.1 |
538 | 2025-03-12T21:50:52.519Z | Checking webpki-roots v0.26.6 |
539 | 2025-03-12T21:50:52.644Z | Checking rustls-pemfile v2.2.0 |
540 | 2025-03-12T21:50:52.711Z | Checking rand_core v0.6.4 |
541 | 2025-03-12T21:50:52.866Z | Checking indexmap v2.7.1 |
542 | 2025-03-12T21:50:52.997Z | Compiling pest_derive v2.7.14 |
543 | 2025-03-12T21:50:53.299Z | Checking tokio-native-tls v0.3.1 |
544 | 2025-03-12T21:50:53.566Z | Compiling serde_tokenstream v0.2.2 |
545 | 2025-03-12T21:50:53.999Z | Checking h2 v0.4.6 |
546 | 2025-03-12T21:50:54.126Z | Checking serde_urlencoded v0.7.1 |
547 | 2025-03-12T21:50:54.192Z | Compiling usdt-impl v0.5.0 |
548 | 2025-03-12T21:50:54.369Z | Checking sync_wrapper v1.0.1 |
549 | 2025-03-12T21:50:54.518Z | Compiling num-conv v0.1.0 |
550 | 2025-03-12T21:50:54.540Z | Checking powerfmt v0.2.0 |
551 | 2025-03-12T21:50:54.595Z | Compiling time-core v0.1.2 |
552 | 2025-03-12T21:50:54.772Z | Compiling rustix v0.38.37 |
553 | 2025-03-12T21:50:54.775Z | Checking base64 v0.22.1 |
554 | 2025-03-12T21:50:54.795Z | Checking tower-layer v0.3.3 |
555 | 2025-03-12T21:50:55.034Z | Checking icu_normalizer v1.5.0 |
556 | 2025-03-12T21:50:55.049Z | Checking tower v0.5.2 |
557 | 2025-03-12T21:50:55.099Z | Checking deranged v0.3.11 |
558 | 2025-03-12T21:50:55.559Z | Compiling dof v0.3.0 |
559 | 2025-03-12T21:50:55.733Z | Compiling time-macros v0.2.18 |
560 | 2025-03-12T21:50:55.786Z | Checking idna_adapter v1.2.0 |
561 | 2025-03-12T21:50:55.943Z | Compiling dtrace-parser v0.2.0 |
562 | 2025-03-12T21:50:55.965Z | Checking idna v1.0.3 |
563 | 2025-03-12T21:50:56.331Z | Checking scroll v0.12.0 |
564 | 2025-03-12T21:50:56.352Z | Compiling thread-id v4.2.2 |
565 | 2025-03-12T21:50:56.445Z | Checking url v2.5.3 |
566 | 2025-03-12T21:50:56.780Z | Checking ppv-lite86 v0.2.20 |
567 | 2025-03-12T21:50:57.066Z | Compiling typify-impl v0.2.0 |
568 | 2025-03-12T21:50:57.275Z | Compiling structmeta-derive v0.3.0 |
569 | 2025-03-12T21:50:57.465Z | Checking errno v0.3.9 |
570 | 2025-03-12T21:50:57.646Z | Compiling paste v1.0.15 |
571 | 2025-03-12T21:50:57.663Z | Checking ipnet v2.11.0 |
572 | 2025-03-12T21:50:58.152Z | Checking hyper v1.6.0 |
573 | 2025-03-12T21:50:58.171Z | Checking plain v0.2.3 |
574 | 2025-03-12T21:50:58.337Z | Compiling ident_case v1.0.1 |
575 | 2025-03-12T21:50:58.391Z | Compiling strsim v0.11.1 |
576 | 2025-03-12T21:50:58.392Z | Compiling rustversion v1.0.17 |
577 | 2025-03-12T21:50:58.433Z | Compiling crossbeam-utils v0.8.20 |
578 | 2025-03-12T21:50:58.990Z | Checking num_threads v0.1.7 |
579 | 2025-03-12T21:50:59.127Z | Compiling darling_core v0.20.10 |
580 | 2025-03-12T21:50:59.160Z | Checking time v0.3.36 |
581 | 2025-03-12T21:50:59.160Z | Checking goblin v0.8.2 |
582 | 2025-03-12T21:50:59.712Z | Compiling structmeta v0.3.0 |
583 | 2025-03-12T21:51:00.059Z | Checking hyper-util v0.1.10 |
584 | 2025-03-12T21:51:01.510Z | Checking rand_chacha v0.3.1 |
585 | 2025-03-12T21:51:01.721Z | Checking hyper-tls v0.6.0 |
586 | 2025-03-12T21:51:01.825Z | Checking hyper-rustls v0.27.3 |
587 | 2025-03-12T21:51:02.159Z | Checking reqwest v0.12.12 |
588 | 2025-03-12T21:51:02.179Z | Compiling openapiv3 v2.0.0 |
589 | 2025-03-12T21:51:03.228Z | Checking dirs-sys-next v0.1.2 |
590 | 2025-03-12T21:51:03.414Z | Checking fastrand v2.1.1 |
591 | 2025-03-12T21:51:03.567Z | Compiling omicron-workspace-hack v0.1.0 |
592 | 2025-03-12T21:51:03.580Z | Compiling rustls v0.22.4 |
593 | 2025-03-12T21:51:03.722Z | Compiling unsafe-libyaml v0.2.11 |
594 | 2025-03-12T21:51:03.907Z | Checking pretty-hex v0.4.1 |
595 | 2025-03-12T21:51:03.922Z | Compiling newtype-uuid v1.2.1 |
596 | 2025-03-12T21:51:04.004Z | Checking tempfile v3.13.0 |
597 | 2025-03-12T21:51:04.066Z | Compiling darling_macro v0.20.10 |
598 | 2025-03-12T21:51:04.324Z | Checking dirs-next v2.0.0 |
599 | 2025-03-12T21:51:04.461Z | Checking rand v0.8.5 |
600 | 2025-03-12T21:51:05.012Z | Compiling serde_yaml v0.9.34+deprecated |
601 | 2025-03-12T21:51:05.611Z | Checking block-buffer v0.10.4 |
602 | 2025-03-12T21:51:05.615Z | Checking crypto-common v0.1.6 |
603 | 2025-03-12T21:51:05.687Z | Checking ipnetwork v0.21.1 |
604 | 2025-03-12T21:51:05.786Z | Checking toml_datetime v0.6.8 |
605 | 2025-03-12T21:51:05.799Z | Checking serde_spanned v0.6.8 |
606 | 2025-03-12T21:51:05.811Z | Compiling multer v3.1.0 |
607 | 2025-03-12T21:51:05.880Z | Checking wait-timeout v0.2.0 |
608 | 2025-03-12T21:51:06.044Z | Checking thread_local v1.1.8 |
609 | 2025-03-12T21:51:06.060Z | Compiling thiserror v2.0.11 |
610 | 2025-03-12T21:51:06.072Z | Checking match_cfg v0.1.0 |
611 | 2025-03-12T21:51:06.088Z | Checking bit-vec v0.8.0 |
612 | 2025-03-12T21:51:06.156Z | Compiling anyhow v1.0.97 |
613 | 2025-03-12T21:51:06.168Z | Compiling slog-async v2.8.0 |
614 | 2025-03-12T21:51:06.312Z | Compiling camino v1.1.9 |
615 | 2025-03-12T21:51:06.440Z | Checking quick-error v1.2.3 |
616 | 2025-03-12T21:51:06.458Z | Checking winnow v0.7.3 |
617 | 2025-03-12T21:51:06.608Z | Checking rusty-fork v0.3.0 |
618 | 2025-03-12T21:51:06.755Z | Compiling strum_macros v0.26.4 |
619 | 2025-03-12T21:51:06.883Z | Checking bit-set v0.8.0 |
620 | 2025-03-12T21:51:06.989Z | Checking hostname v0.3.1 |
621 | 2025-03-12T21:51:07.080Z | Checking oxnet v0.1.1 |
622 | 2025-03-12T21:51:07.116Z | Checking digest v0.10.7 |
623 | 2025-03-12T21:51:07.127Z | Checking crossbeam-channel v0.5.13 |
624 | 2025-03-12T21:51:07.417Z | Compiling darling v0.20.10 |
625 | 2025-03-12T21:51:07.435Z | Checking term v0.7.0 |
626 | 2025-03-12T21:51:07.772Z | Checking progenitor-client v0.8.0 |
627 | 2025-03-12T21:51:07.814Z | Compiling usdt-macro v0.5.0 |
628 | 2025-03-12T21:51:07.843Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2025-03-12T21:51:08.083Z | Checking slog-json v2.6.1 |
630 | 2025-03-12T21:51:08.098Z | Compiling parse-display-derive v0.10.0 |
631 | 2025-03-12T21:51:08.264Z | Compiling typify-macro v0.2.0 |
632 | 2025-03-12T21:51:08.333Z | Checking rand_xorshift v0.3.0 |
633 | 2025-03-12T21:51:08.508Z | Checking hex v0.4.3 |
634 | 2025-03-12T21:51:08.998Z | Checking futures-executor v0.3.31 |
635 | 2025-03-12T21:51:09.021Z | Compiling thiserror-impl v2.0.11 |
636 | 2025-03-12T21:51:09.121Z | Compiling daft-derive v0.1.2 |
637 | 2025-03-12T21:51:09.208Z | Checking toml_edit v0.22.24 |
638 | 2025-03-12T21:51:09.236Z | Compiling async-stream-impl v0.3.6 |
639 | 2025-03-12T21:51:10.460Z | Compiling dropshot v0.16.0 |
640 | 2025-03-12T21:51:10.649Z | Checking memmap v0.7.0 |
641 | 2025-03-12T21:51:10.728Z | Checking is-terminal v0.4.13 |
642 | 2025-03-12T21:51:10.800Z | Checking cpufeatures v0.2.14 |
643 | 2025-03-12T21:51:10.813Z | Checking spin v0.9.8 |
644 | 2025-03-12T21:51:10.849Z | Checking take_mut v0.2.2 |
645 | 2025-03-12T21:51:10.860Z | Checking unarray v0.1.4 |
646 | 2025-03-12T21:51:10.893Z | Checking lazy_static v1.5.0 |
647 | 2025-03-12T21:51:11.010Z | Checking sha1 v0.10.6 |
648 | 2025-03-12T21:51:11.021Z | Checking proptest v1.6.0 |
649 | 2025-03-12T21:51:11.256Z | Checking usdt v0.5.0 |
650 | 2025-03-12T21:51:11.259Z | Checking slog-term v2.9.1 |
651 | 2025-03-12T21:51:11.338Z | Checking tokio-rustls v0.25.0 |
652 | 2025-03-12T21:51:11.479Z | Compiling typify v0.2.0 |
653 | 2025-03-12T21:51:11.504Z | Checking parse-display v0.10.0 |
654 | 2025-03-12T21:51:11.596Z | Compiling progenitor-impl v0.8.0 |
655 | 2025-03-12T21:51:11.722Z | Checking strum v0.26.3 |
656 | 2025-03-12T21:51:11.726Z | Checking daft v0.1.2 |
657 | 2025-03-12T21:51:11.745Z | Checking async-stream v0.3.6 |
658 | 2025-03-12T21:51:11.828Z | Checking toml v0.8.20 |
659 | 2025-03-12T21:51:11.865Z | Checking futures v0.3.31 |
660 | 2025-03-12T21:51:11.877Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
661 | 2025-03-12T21:51:11.925Z | Checking slog-bunyan v2.5.0 |
662 | 2025-03-12T21:51:11.965Z | Compiling serde_with_macros v3.12.0 |
663 | 2025-03-12T21:51:12.197Z | Compiling test-strategy v0.4.0 |
664 | 2025-03-12T21:51:12.383Z | Compiling dropshot_endpoint v0.16.0 |
665 | 2025-03-12T21:51:12.511Z | Checking serde_path_to_error v0.1.16 |
666 | 2025-03-12T21:51:12.588Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
667 | 2025-03-12T21:51:13.099Z | Compiling async-trait v0.1.87 |
668 | 2025-03-12T21:51:13.397Z | Checking waitgroup v0.1.2 |
669 | 2025-03-12T21:51:13.435Z | Checking hostname v0.4.0 |
670 | 2025-03-12T21:51:13.539Z | Checking instant v0.1.13 |
671 | 2025-03-12T21:51:13.575Z | Checking debug-ignore v1.0.5 |
672 | 2025-03-12T21:51:13.651Z | Checking backoff v0.4.0 |
673 | 2025-03-12T21:51:13.712Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
674 | 2025-03-12T21:51:13.862Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
675 | 2025-03-12T21:51:13.920Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
676 | 2025-03-12T21:51:14.307Z | Checking serde_with v3.12.0 |
677 | 2025-03-12T21:51:14.407Z | Checking progenitor-client v0.9.1 |
678 | 2025-03-12T21:51:14.718Z | Checking macaddr v1.0.1 |
679 | 2025-03-12T21:51:15.212Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
680 | 2025-03-12T21:51:15.574Z | Compiling progenitor-macro v0.8.0 |
681 | 2025-03-12T21:51:19.039Z | Checking progenitor v0.8.0 |
682 | 2025-03-12T21:51:19.147Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
683 | 2025-03-12T21:51:21.837Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
684 | 2025-03-12T21:51:28.704Z | Checking test-project v0.1.0 (/tmp/test-project) |
685 | 2025-03-12T21:51:28.765Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s |
686 | 2025-03-12T21:51:28.895Z | + cargo build --release |
687 | 2025-03-12T21:51:29.117Z | Compiling proc-macro2 v1.0.94 |
688 | 2025-03-12T21:51:29.117Z | Compiling unicode-ident v1.0.14 |
689 | 2025-03-12T21:51:29.117Z | Compiling libc v0.2.170 |
690 | 2025-03-12T21:51:29.120Z | Compiling cfg-if v1.0.0 |
691 | 2025-03-12T21:51:29.120Z | Compiling autocfg v1.4.0 |
692 | 2025-03-12T21:51:29.120Z | Compiling serde v1.0.218 |
693 | 2025-03-12T21:51:29.120Z | Compiling memchr v2.7.4 |
694 | 2025-03-12T21:51:29.120Z | Compiling serde_json v1.0.139 |
695 | 2025-03-12T21:51:29.260Z | Compiling itoa v1.0.11 |
696 | 2025-03-12T21:51:29.490Z | Compiling thiserror v1.0.69 |
697 | 2025-03-12T21:51:29.541Z | Compiling shlex v1.3.0 |
698 | 2025-03-12T21:51:29.730Z | Compiling once_cell v1.20.3 |
699 | 2025-03-12T21:51:29.829Z | Compiling cc v1.2.15 |
700 | 2025-03-12T21:51:30.011Z | Compiling pin-project-lite v0.2.14 |
701 | 2025-03-12T21:51:30.118Z | Compiling smallvec v1.14.0 |
702 | 2025-03-12T21:51:30.130Z | Compiling ryu v1.0.18 |
703 | 2025-03-12T21:51:30.564Z | Compiling semver v1.0.25 |
704 | 2025-03-12T21:51:30.571Z | Compiling bytes v1.10.1 |
705 | 2025-03-12T21:51:30.682Z | Compiling futures-core v0.3.31 |
706 | 2025-03-12T21:51:30.749Z | Compiling version_check v0.9.5 |
707 | 2025-03-12T21:51:30.931Z | Compiling quote v1.0.39 |
708 | 2025-03-12T21:51:31.055Z | Compiling lock_api v0.4.12 |
709 | 2025-03-12T21:51:31.300Z | Compiling syn v2.0.98 |
710 | 2025-03-12T21:51:31.320Z | Compiling parking_lot_core v0.9.10 |
711 | 2025-03-12T21:51:31.365Z | Compiling getrandom v0.2.15 |
712 | 2025-03-12T21:51:31.496Z | Compiling scopeguard v1.2.0 |
713 | 2025-03-12T21:51:31.652Z | Compiling equivalent v1.0.1 |
714 | 2025-03-12T21:51:31.689Z | Compiling allocator-api2 v0.2.18 |
715 | 2025-03-12T21:51:31.727Z | Compiling foldhash v0.1.3 |
716 | 2025-03-12T21:51:31.757Z | Compiling slab v0.4.9 |
717 | 2025-03-12T21:51:32.095Z | Compiling fnv v1.0.7 |
718 | 2025-03-12T21:51:32.146Z | Compiling futures-sink v0.3.31 |
719 | 2025-03-12T21:51:32.290Z | Compiling parking_lot v0.12.3 |
720 | 2025-03-12T21:51:32.359Z | Compiling socket2 v0.5.8 |
721 | 2025-03-12T21:51:32.462Z | Compiling hashbrown v0.15.1 |
722 | 2025-03-12T21:51:32.490Z | Compiling signal-hook-registry v1.4.2 |
723 | 2025-03-12T21:51:32.560Z | Compiling mio v1.0.2 |
724 | 2025-03-12T21:51:32.587Z | Compiling log v0.4.22 |
725 | 2025-03-12T21:51:32.920Z | Compiling num-traits v0.2.19 |
726 | 2025-03-12T21:51:33.031Z | Compiling stable_deref_trait v1.2.0 |
727 | 2025-03-12T21:51:33.138Z | Compiling ring v0.17.11 |
728 | 2025-03-12T21:51:33.529Z | Compiling futures-channel v0.3.31 |
729 | 2025-03-12T21:51:33.929Z | Compiling getrandom v0.3.1 |
730 | 2025-03-12T21:51:33.980Z | Compiling futures-io v0.3.31 |
731 | 2025-03-12T21:51:33.989Z | Compiling futures-task v0.3.31 |
732 | 2025-03-12T21:51:34.073Z | Compiling pin-utils v0.1.0 |
733 | 2025-03-12T21:51:34.156Z | Compiling http v1.2.0 |
734 | 2025-03-12T21:51:34.321Z | Compiling pkg-config v0.3.31 |
735 | 2025-03-12T21:51:34.390Z | Compiling rustls-pki-types v1.10.0 |
736 | 2025-03-12T21:51:34.585Z | Compiling heck v0.5.0 |
737 | 2025-03-12T21:51:34.667Z | Compiling bitflags v2.6.0 |
738 | 2025-03-12T21:51:35.332Z | Compiling schemars v0.8.22 |
739 | 2025-03-12T21:51:35.404Z | Compiling iana-time-zone v0.1.61 |
740 | 2025-03-12T21:51:35.643Z | Compiling vcpkg v0.2.15 |
741 | 2025-03-12T21:51:36.116Z | Compiling untrusted v0.9.0 |
742 | 2025-03-12T21:51:36.174Z | Compiling litemap v0.7.3 |
743 | 2025-03-12T21:51:36.293Z | Compiling writeable v0.5.5 |
744 | 2025-03-12T21:51:36.439Z | Compiling httparse v1.9.5 |
745 | 2025-03-12T21:51:36.559Z | Compiling dyn-clone v1.0.19 |
746 | 2025-03-12T21:51:36.967Z | Compiling openssl-sys v0.9.106 |
747 | 2025-03-12T21:51:37.004Z | Compiling tracing-core v0.1.32 |
748 | 2025-03-12T21:51:37.157Z | Compiling atomic-waker v1.1.2 |
749 | 2025-03-12T21:51:37.261Z | Compiling ucd-trie v0.1.7 |
750 | 2025-03-12T21:51:37.665Z | Compiling http-body v1.0.1 |
751 | 2025-03-12T21:51:37.892Z | Compiling tracing v0.1.40 |
752 | 2025-03-12T21:51:38.293Z | Compiling subtle v2.6.1 |
753 | 2025-03-12T21:51:38.541Z | Compiling serde_derive_internals v0.29.1 |
754 | 2025-03-12T21:51:38.549Z | Compiling synstructure v0.13.1 |
755 | 2025-03-12T21:51:38.589Z | Compiling zeroize v1.8.1 |
756 | 2025-03-12T21:51:38.730Z | Compiling try-lock v0.2.5 |
757 | 2025-03-12T21:51:38.884Z | Compiling byteorder v1.5.0 |
758 | 2025-03-12T21:51:39.111Z | Compiling icu_locid_transform_data v1.5.0 |
759 | 2025-03-12T21:51:39.183Z | Compiling want v0.3.1 |
760 | 2025-03-12T21:51:39.205Z | Compiling chrono v0.4.40 |
761 | 2025-03-12T21:51:39.460Z | Compiling tower-service v0.3.3 |
762 | 2025-03-12T21:51:39.480Z | Compiling openssl v0.10.71 |
763 | 2025-03-12T21:51:39.583Z | Compiling httpdate v1.0.3 |
764 | 2025-03-12T21:51:39.622Z | Compiling icu_properties_data v1.5.0 |
765 | 2025-03-12T21:51:39.849Z | Compiling foreign-types-shared v0.1.1 |
766 | 2025-03-12T21:51:39.964Z | Compiling uuid v1.15.1 |
767 | 2025-03-12T21:51:40.348Z | Compiling foreign-types v0.3.2 |
768 | 2025-03-12T21:51:40.437Z | Compiling regress v0.10.3 |
769 | 2025-03-12T21:51:40.528Z | Compiling aho-corasick v1.1.3 |
770 | 2025-03-12T21:51:41.005Z | Compiling utf8_iter v1.0.4 |
771 | 2025-03-12T21:51:41.257Z | Compiling regex-syntax v0.8.5 |
772 | 2025-03-12T21:51:41.673Z | Compiling percent-encoding v2.3.1 |
773 | 2025-03-12T21:51:42.113Z | Compiling icu_normalizer_data v1.5.0 |
774 | 2025-03-12T21:51:42.116Z | Compiling utf16_iter v1.0.5 |
775 | 2025-03-12T21:51:42.212Z | Compiling write16 v1.0.0 |
776 | 2025-03-12T21:51:42.328Z | Compiling native-tls v0.2.12 |
777 | 2025-03-12T21:51:42.347Z | Compiling rustls v0.23.19 |
778 | 2025-03-12T21:51:42.414Z | Compiling serde_derive v1.0.218 |
779 | 2025-03-12T21:51:42.684Z | Compiling thiserror-impl v1.0.69 |
780 | 2025-03-12T21:51:42.722Z | Compiling schemars_derive v0.8.22 |
781 | 2025-03-12T21:51:43.962Z | Compiling zerofrom-derive v0.1.4 |
782 | 2025-03-12T21:51:44.062Z | Compiling tokio-macros v2.5.0 |
783 | 2025-03-12T21:51:44.281Z | Compiling yoke-derive v0.7.4 |
784 | 2025-03-12T21:51:44.794Z | Compiling futures-macro v0.3.31 |
785 | 2025-03-12T21:51:45.387Z | Compiling zerovec-derive v0.10.3 |
786 | 2025-03-12T21:51:45.459Z | Compiling tokio v1.43.0 |
787 | 2025-03-12T21:51:45.483Z | Compiling zerocopy-derive v0.7.35 |
788 | 2025-03-12T21:51:46.441Z | Compiling displaydoc v0.2.5 |
789 | 2025-03-12T21:51:46.590Z | Compiling futures-util v0.3.31 |
790 | 2025-03-12T21:51:46.833Z | Compiling zerofrom v0.1.4 |
791 | 2025-03-12T21:51:47.065Z | Compiling yoke v0.7.4 |
792 | 2025-03-12T21:51:47.290Z | Compiling icu_provider_macros v1.5.0 |
793 | 2025-03-12T21:51:47.402Z | Compiling pest v2.7.14 |
794 | 2025-03-12T21:51:47.726Z | Compiling zerovec v0.10.4 |
795 | 2025-03-12T21:51:47.994Z | Compiling zerocopy v0.7.35 |
796 | 2025-03-12T21:51:48.344Z | Compiling openssl-macros v0.1.1 |
797 | 2025-03-12T21:51:49.429Z | Compiling rustls-webpki v0.102.8 |
798 | 2025-03-12T21:51:50.226Z | Compiling tinystr v0.7.6 |
799 | 2025-03-12T21:51:50.441Z | Compiling pest_meta v2.7.14 |
800 | 2025-03-12T21:51:50.633Z | Compiling icu_locid v1.5.0 |
801 | 2025-03-12T21:51:52.644Z | Compiling icu_provider v1.5.0 |
802 | 2025-03-12T21:51:53.931Z | Compiling icu_locid_transform v1.5.0 |
803 | 2025-03-12T21:51:54.001Z | Compiling icu_collections v1.5.0 |
804 | 2025-03-12T21:51:54.937Z | Compiling indexmap v2.7.1 |
805 | 2025-03-12T21:51:56.748Z | Compiling serde_tokenstream v0.2.2 |
806 | 2025-03-12T21:51:57.884Z | Compiling tokio-util v0.7.13 |
807 | 2025-03-12T21:51:58.041Z | Compiling icu_properties v1.5.1 |
808 | 2025-03-12T21:51:58.060Z | Compiling pest_generator v2.7.14 |
809 | 2025-03-12T21:51:59.808Z | Compiling h2 v0.4.6 |
810 | 2025-03-12T21:52:00.379Z | Compiling slog v2.7.0 |
811 | 2025-03-12T21:52:00.763Z | Compiling typify-impl v0.2.0 |
812 | 2025-03-12T21:52:00.898Z | Compiling pest_derive v2.7.14 |
813 | 2025-03-12T21:52:01.810Z | Compiling icu_normalizer v1.5.0 |
814 | 2025-03-12T21:52:04.327Z | Compiling regex-automata v0.4.8 |
815 | 2025-03-12T21:52:04.859Z | Compiling form_urlencoded v1.2.1 |
816 | 2025-03-12T21:52:05.348Z | Compiling hyper v1.6.0 |
817 | 2025-03-12T21:52:10.646Z | Compiling hyper-util v0.1.10 |
818 | 2025-03-12T21:52:11.111Z | Compiling typenum v1.17.0 |
819 | 2025-03-12T21:52:12.048Z | Compiling openssl-probe v0.1.5 |
820 | 2025-03-12T21:52:14.372Z | Compiling typify-macro v0.2.0 |
821 | 2025-03-12T21:52:14.577Z | Compiling regex v1.11.1 |
822 | 2025-03-12T21:52:15.084Z | Compiling idna_adapter v1.2.0 |
823 | 2025-03-12T21:52:15.442Z | Compiling http-body-util v0.1.2 |
824 | 2025-03-12T21:52:15.461Z | Compiling generic-array v0.14.7 |
825 | 2025-03-12T21:52:15.966Z | Compiling encoding_rs v0.8.34 |
826 | 2025-03-12T21:52:16.330Z | Compiling mime v0.3.17 |
827 | 2025-03-12T21:52:17.382Z | Compiling idna v1.0.3 |
828 | 2025-03-12T21:52:17.767Z | Compiling tokio-native-tls v0.3.1 |
829 | 2025-03-12T21:52:19.552Z | Compiling serde_urlencoded v0.7.1 |
830 | 2025-03-12T21:52:21.463Z | Compiling scroll_derive v0.12.0 |
831 | 2025-03-12T21:52:22.892Z | Compiling tokio-rustls v0.26.0 |
832 | 2025-03-12T21:52:22.910Z | Compiling rustls-pemfile v2.2.0 |
833 | 2025-03-12T21:52:23.358Z | Compiling webpki-roots v0.26.6 |
834 | 2025-03-12T21:52:23.366Z | Compiling rand_core v0.6.4 |
835 | 2025-03-12T21:52:23.555Z | Compiling usdt-impl v0.5.0 |
836 | 2025-03-12T21:52:23.823Z | Compiling sync_wrapper v1.0.1 |
837 | 2025-03-12T21:52:23.964Z | Compiling powerfmt v0.2.0 |
838 | 2025-03-12T21:52:23.975Z | Compiling time-core v0.1.2 |
839 | 2025-03-12T21:52:24.143Z | Compiling num-conv v0.1.0 |
840 | 2025-03-12T21:52:24.412Z | Compiling rustix v0.38.37 |
841 | 2025-03-12T21:52:24.440Z | Compiling tower-layer v0.3.3 |
842 | 2025-03-12T21:52:24.824Z | Compiling base64 v0.22.1 |
843 | 2025-03-12T21:52:25.203Z | Compiling tower v0.5.2 |
844 | 2025-03-12T21:52:25.901Z | Compiling time-macros v0.2.18 |
845 | 2025-03-12T21:52:26.138Z | Compiling deranged v0.3.11 |
846 | 2025-03-12T21:52:27.300Z | Compiling hyper-rustls v0.27.3 |
847 | 2025-03-12T21:52:27.849Z | Compiling scroll v0.12.0 |
848 | 2025-03-12T21:52:28.674Z | Compiling thread-id v4.2.2 |
849 | 2025-03-12T21:52:28.773Z | Compiling url v2.5.3 |
850 | 2025-03-12T21:52:29.505Z | Compiling hyper-tls v0.6.0 |
851 | 2025-03-12T21:52:29.622Z | Compiling dof v0.3.0 |
852 | 2025-03-12T21:52:29.987Z | Compiling dtrace-parser v0.2.0 |
853 | 2025-03-12T21:52:30.010Z | Compiling ppv-lite86 v0.2.20 |
854 | 2025-03-12T21:52:30.412Z | Compiling structmeta-derive v0.3.0 |
855 | 2025-03-12T21:52:31.447Z | Compiling errno v0.3.9 |
856 | 2025-03-12T21:52:31.620Z | Compiling ident_case v1.0.1 |
857 | 2025-03-12T21:52:31.711Z | Compiling paste v1.0.15 |
858 | 2025-03-12T21:52:31.795Z | Compiling strsim v0.11.1 |
859 | 2025-03-12T21:52:32.251Z | Compiling omicron-workspace-hack v0.1.0 |
860 | 2025-03-12T21:52:32.602Z | Compiling plain v0.2.3 |
861 | 2025-03-12T21:52:32.607Z | Compiling rustversion v1.0.17 |
862 | 2025-03-12T21:52:32.879Z | Compiling crossbeam-utils v0.8.20 |
863 | 2025-03-12T21:52:33.201Z | Compiling num_threads v0.1.7 |
864 | 2025-03-12T21:52:33.396Z | Compiling ipnet v2.11.0 |
865 | 2025-03-12T21:52:34.576Z | Compiling reqwest v0.12.12 |
866 | 2025-03-12T21:52:37.366Z | Compiling time v0.3.36 |
867 | 2025-03-12T21:52:38.750Z | Compiling structmeta v0.3.0 |
868 | 2025-03-12T21:52:39.100Z | Compiling goblin v0.8.2 |
869 | 2025-03-12T21:52:39.398Z | Compiling darling_core v0.20.10 |
870 | 2025-03-12T21:52:45.767Z | Compiling rand_chacha v0.3.1 |
871 | 2025-03-12T21:52:47.344Z | Compiling openapiv3 v2.0.0 |
872 | 2025-03-12T21:52:47.427Z | Compiling typify v0.2.0 |
873 | 2025-03-12T21:52:48.053Z | Compiling dirs-sys-next v0.1.2 |
874 | 2025-03-12T21:52:49.120Z | Compiling pretty-hex v0.4.1 |
875 | 2025-03-12T21:52:49.360Z | Compiling fastrand v2.1.1 |
876 | 2025-03-12T21:52:50.041Z | Compiling rustls v0.22.4 |
877 | 2025-03-12T21:52:50.388Z | Compiling newtype-uuid v1.2.1 |
878 | 2025-03-12T21:52:50.740Z | Compiling unsafe-libyaml v0.2.11 |
879 | 2025-03-12T21:52:51.142Z | Compiling progenitor-impl v0.8.0 |
880 | 2025-03-12T21:52:52.403Z | Compiling serde_yaml v0.9.34+deprecated |
881 | 2025-03-12T21:52:53.389Z | Compiling tempfile v3.13.0 |
882 | 2025-03-12T21:52:55.554Z | Compiling dirs-next v2.0.0 |
883 | 2025-03-12T21:52:55.933Z | Compiling rand v0.8.5 |
884 | 2025-03-12T21:52:56.794Z | Compiling darling_macro v0.20.10 |
885 | 2025-03-12T21:52:58.948Z | Compiling block-buffer v0.10.4 |
886 | 2025-03-12T21:52:59.189Z | Compiling crypto-common v0.1.6 |
887 | 2025-03-12T21:52:59.415Z | Compiling ipnetwork v0.21.1 |
888 | 2025-03-12T21:53:00.572Z | Compiling toml_datetime v0.6.8 |
889 | 2025-03-12T21:53:01.259Z | Compiling serde_spanned v0.6.8 |
890 | 2025-03-12T21:53:01.311Z | Compiling multer v3.1.0 |
891 | 2025-03-12T21:53:01.509Z | Compiling wait-timeout v0.2.0 |
892 | 2025-03-12T21:53:01.803Z | Compiling thread_local v1.1.8 |
893 | 2025-03-12T21:53:02.473Z | Compiling bit-vec v0.8.0 |
894 | 2025-03-12T21:53:02.536Z | Compiling quick-error v1.2.3 |
895 | 2025-03-12T21:53:02.688Z | Compiling winnow v0.7.3 |
896 | 2025-03-12T21:53:02.928Z | Compiling anyhow v1.0.97 |
897 | 2025-03-12T21:53:03.047Z | Compiling match_cfg v0.1.0 |
898 | 2025-03-12T21:53:03.138Z | Compiling camino v1.1.9 |
899 | 2025-03-12T21:53:03.526Z | Compiling slog-async v2.8.0 |
900 | 2025-03-12T21:53:03.715Z | Compiling thiserror v2.0.11 |
901 | 2025-03-12T21:53:04.074Z | Compiling hostname v0.3.1 |
902 | 2025-03-12T21:53:04.337Z | Compiling bit-set v0.8.0 |
903 | 2025-03-12T21:53:04.379Z | Compiling rusty-fork v0.3.0 |
904 | 2025-03-12T21:53:04.702Z | Compiling oxnet v0.1.1 |
905 | 2025-03-12T21:53:05.229Z | Compiling crossbeam-channel v0.5.13 |
906 | 2025-03-12T21:53:06.348Z | Compiling toml_edit v0.22.24 |
907 | 2025-03-12T21:53:06.824Z | Compiling digest v0.10.7 |
908 | 2025-03-12T21:53:06.958Z | Compiling strum_macros v0.26.4 |
909 | 2025-03-12T21:53:09.591Z | Compiling darling v0.20.10 |
910 | 2025-03-12T21:53:09.698Z | Compiling progenitor-macro v0.8.0 |
911 | 2025-03-12T21:53:11.127Z | Compiling term v0.7.0 |
912 | 2025-03-12T21:53:15.619Z | Compiling usdt-macro v0.5.0 |
913 | 2025-03-12T21:53:15.705Z | Compiling usdt-attr-macro v0.5.0 |
914 | 2025-03-12T21:53:15.854Z | Compiling slog-json v2.6.1 |
915 | 2025-03-12T21:53:16.335Z | Compiling parse-display-derive v0.10.0 |
916 | 2025-03-12T21:53:16.895Z | Compiling progenitor-client v0.8.0 |
917 | 2025-03-12T21:53:17.091Z | Compiling rand_xorshift v0.3.0 |
918 | 2025-03-12T21:53:17.373Z | Compiling hex v0.4.3 |
919 | 2025-03-12T21:53:17.782Z | Compiling futures-executor v0.3.31 |
920 | 2025-03-12T21:53:18.027Z | Compiling thiserror-impl v2.0.11 |
921 | 2025-03-12T21:53:18.849Z | Compiling daft-derive v0.1.2 |
922 | 2025-03-12T21:53:19.889Z | Compiling async-stream-impl v0.3.6 |
923 | 2025-03-12T21:53:20.102Z | Compiling dropshot v0.16.0 |
924 | 2025-03-12T21:53:20.405Z | Compiling is-terminal v0.4.13 |
925 | 2025-03-12T21:53:20.456Z | Compiling memmap v0.7.0 |
926 | 2025-03-12T21:53:20.533Z | Compiling take_mut v0.2.2 |
927 | 2025-03-12T21:53:20.708Z | Compiling spin v0.9.8 |
928 | 2025-03-12T21:53:20.860Z | Compiling unarray v0.1.4 |
929 | 2025-03-12T21:53:20.893Z | Compiling lazy_static v1.5.0 |
930 | 2025-03-12T21:53:20.896Z | Compiling cpufeatures v0.2.14 |
931 | 2025-03-12T21:53:20.990Z | Compiling proptest v1.6.0 |
932 | 2025-03-12T21:53:21.023Z | Compiling sha1 v0.10.6 |
933 | 2025-03-12T21:53:21.134Z | Compiling async-stream v0.3.6 |
934 | 2025-03-12T21:53:21.830Z | Compiling usdt v0.5.0 |
935 | 2025-03-12T21:53:23.288Z | Compiling slog-term v2.9.1 |
936 | 2025-03-12T21:53:23.927Z | Compiling daft v0.1.2 |
937 | 2025-03-12T21:53:24.373Z | Compiling progenitor v0.8.0 |
938 | 2025-03-12T21:53:24.560Z | Compiling parse-display v0.10.0 |
939 | 2025-03-12T21:53:24.695Z | Compiling futures v0.3.31 |
940 | 2025-03-12T21:53:24.805Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
941 | 2025-03-12T21:53:24.983Z | Compiling tokio-rustls v0.25.0 |
942 | 2025-03-12T21:53:25.510Z | Compiling slog-bunyan v2.5.0 |
943 | 2025-03-12T21:53:25.783Z | Compiling strum v0.26.3 |
944 | 2025-03-12T21:53:25.978Z | Compiling toml v0.8.20 |
945 | 2025-03-12T21:53:26.133Z | Compiling serde_with_macros v3.12.0 |
946 | 2025-03-12T21:53:28.632Z | Compiling test-strategy v0.4.0 |
947 | 2025-03-12T21:53:29.373Z | Compiling dropshot_endpoint v0.16.0 |
948 | 2025-03-12T21:53:29.411Z | Compiling serde_path_to_error v0.1.16 |
949 | 2025-03-12T21:53:30.380Z | Compiling async-trait v0.1.87 |
950 | 2025-03-12T21:53:31.740Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
951 | 2025-03-12T21:53:32.548Z | Compiling waitgroup v0.1.2 |
952 | 2025-03-12T21:53:32.574Z | Compiling hostname v0.4.0 |
953 | 2025-03-12T21:53:32.786Z | Compiling instant v0.1.13 |
954 | 2025-03-12T21:53:32.833Z | Compiling debug-ignore v1.0.5 |
955 | 2025-03-12T21:53:32.947Z | Compiling backoff v0.4.0 |
956 | 2025-03-12T21:53:32.985Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
957 | 2025-03-12T21:53:33.116Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#d2387032) |
958 | 2025-03-12T21:53:33.272Z | Compiling serde_with v3.12.0 |
959 | 2025-03-12T21:53:33.288Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
960 | 2025-03-12T21:53:34.897Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
961 | 2025-03-12T21:53:35.710Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
962 | 2025-03-12T21:53:36.491Z | Compiling progenitor-client v0.9.1 |
963 | 2025-03-12T21:53:37.330Z | Compiling macaddr v1.0.1 |
964 | 2025-03-12T21:53:40.582Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
965 | 2025-03-12T21:53:51.201Z | Compiling test-project v0.1.0 (/tmp/test-project) |
966 | 2025-03-12T21:54:00.643Z | Finished `release` profile [optimized] target(s) in 2m 31s |
967 | 2025-03-12T21:54:00.713Z | process exited: duration 217622 ms, exit code 0 |
|
968 | 2025-03-12T21:54:00.720Z | found 0 output files |