|
|
|
1 | 2025-03-22T00:21:21.828Z | job assigned to worker 01JPXKHMQS2KC5B5M9EMAFKNB7 [factory aws, i-01fa0d93b181be2ef] (queued for 1 m 9 s) |
|
2 | 2025-03-22T00:21:29.954Z | starting task 0: "setup" |
3 | 2025-03-22T00:21:29.959Z | ++ uname -s |
4 | 2025-03-22T00:21:29.963Z | + kern=SunOS |
5 | 2025-03-22T00:21:29.963Z | + build_user=build |
6 | 2025-03-22T00:21:29.963Z | + build_uid=12345 |
7 | 2025-03-22T00:21:29.963Z | + work_dir=/work |
8 | 2025-03-22T00:21:29.963Z | + input_dir=/input |
9 | 2025-03-22T00:21:29.963Z | + [[ 0 == 12345 ]] |
10 | 2025-03-22T00:21:29.963Z | + case "$kern" in |
11 | 2025-03-22T00:21:29.963Z | + groupadd -g 12345 build |
12 | 2025-03-22T00:21:29.966Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-03-22T00:21:31.973Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-03-22T00:21:32.096Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-03-22T00:21:32.100Z | + home_fs=zfs |
16 | 2025-03-22T00:21:32.100Z | + [[ zfs == autofs ]] |
17 | 2025-03-22T00:21:32.100Z | + mkdir -p /home/build |
18 | 2025-03-22T00:21:32.103Z | + chown build:build /home/build /work |
19 | 2025-03-22T00:21:34.104Z | + chmod 0700 /home/build /work |
20 | 2025-03-22T00:21:34.107Z | process exited: duration 4154 ms, exit code 0 |
|
21 | 2025-03-22T00:21:34.114Z | starting task 1: "rust-toolchain" |
22 | 2025-03-22T00:21:34.119Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
23 | 2025-03-22T00:21:34.119Z | * rust toolchain channel = "1.85.0" |
24 | 2025-03-22T00:21:34.119Z | * rust toolchain profile = "default" |
25 | 2025-03-22T00:21:34.119Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-03-22T00:21:34.119Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-03-22T00:21:34.119Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-03-22T00:21:34.123Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-03-22T00:21:34.123Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
30 | 2025-03-22T00:21:34.242Z | info: downloading installer |
31 | 2025-03-22T00:21:35.846Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-03-22T00:21:35.846Z | warn: /opt/ooce/bin |
33 | 2025-03-22T00:21:35.846Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-03-22T00:21:35.846Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-03-22T00:21:35.846Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-03-22T00:21:35.846Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-03-22T00:21:35.846Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-03-22T00:21:35.846Z | error: cannot install while Rust is installed |
39 | 2025-03-22T00:21:35.846Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-03-22T00:21:35.859Z | info: profile set to 'default' |
41 | 2025-03-22T00:21:35.859Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-03-22T00:21:35.862Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
43 | 2025-03-22T00:21:36.052Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
44 | 2025-03-22T00:21:36.052Z | info: downloading component 'cargo' |
45 | 2025-03-22T00:21:36.984Z | info: downloading component 'clippy' |
46 | 2025-03-22T00:21:37.301Z | info: downloading component 'rust-docs' |
47 | 2025-03-22T00:21:38.718Z | info: downloading component 'rust-std' |
48 | 2025-03-22T00:21:40.438Z | info: downloading component 'rustc' |
49 | 2025-03-22T00:21:47.338Z | info: downloading component 'rustfmt' |
50 | 2025-03-22T00:21:47.584Z | info: installing component 'cargo' |
51 | 2025-03-22T00:21:48.400Z | info: installing component 'clippy' |
52 | 2025-03-22T00:21:48.780Z | info: installing component 'rust-docs' |
53 | 2025-03-22T00:21:50.564Z | info: installing component 'rust-std' |
54 | 2025-03-22T00:21:52.434Z | info: installing component 'rustc' |
55 | 2025-03-22T00:21:58.280Z | info: installing component 'rustfmt' |
56 | 2025-03-22T00:21:58.609Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
57 | 2025-03-22T00:21:58.609Z | |
58 | 2025-03-22T00:21:58.975Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
59 | 2025-03-22T00:21:58.975Z | |
60 | 2025-03-22T00:21:58.979Z | |
61 | 2025-03-22T00:21:58.979Z | Rust is installed now. Great! |
62 | 2025-03-22T00:21:58.979Z | |
63 | 2025-03-22T00:21:58.979Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-03-22T00:21:58.979Z | environment variable. This has not been done automatically. |
65 | 2025-03-22T00:21:58.979Z | |
66 | 2025-03-22T00:21:58.979Z | To configure your current shell, you need to source |
67 | 2025-03-22T00:21:58.979Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-03-22T00:21:58.979Z | |
69 | 2025-03-22T00:21:58.979Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-03-22T00:21:58.979Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-03-22T00:21:58.979Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-03-22T00:21:58.979Z | source "$HOME/.cargo/env.nu" # For nushell |
73 | 2025-03-22T00:21:59.046Z | + rustup --version |
74 | 2025-03-22T00:21:59.057Z | rustup 1.28.1 (f9edccde0 2025-03-05) |
75 | 2025-03-22T00:21:59.057Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-03-22T00:21:59.085Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
77 | 2025-03-22T00:21:59.088Z | + cargo --version |
78 | 2025-03-22T00:21:59.106Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
79 | 2025-03-22T00:21:59.109Z | + rustc --version |
80 | 2025-03-22T00:21:59.133Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
81 | 2025-03-22T00:21:59.137Z | process exited: duration 25020 ms, exit code 0 |
|
82 | 2025-03-22T00:21:59.143Z | starting task 2: "authentication" |
83 | 2025-03-22T00:21:59.166Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-03-22T00:21:59.173Z | starting task 3: "clone repository" |
85 | 2025-03-22T00:21:59.177Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-03-22T00:21:59.181Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-03-22T00:21:59.227Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-03-22T00:22:05.770Z | + cd /work/oxidecomputer/omicron |
89 | 2025-03-22T00:22:05.770Z | + git fetch origin cb759511b094ba587cb76f67df9b92e7b66f46c4 |
90 | 2025-03-22T00:22:06.069Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-03-22T00:22:06.069Z | * branch cb759511b094ba587cb76f67df9b92e7b66f46c4 -> FETCH_HEAD |
92 | 2025-03-22T00:22:06.080Z | + [[ -n ajs/realtq-1 ]] |
93 | 2025-03-22T00:22:06.083Z | ++ git branch --show-current |
94 | 2025-03-22T00:22:06.086Z | + current=main |
95 | 2025-03-22T00:22:06.086Z | + [[ main != ajs/realtq-1 ]] |
96 | 2025-03-22T00:22:06.086Z | + git branch -f ajs/realtq-1 cb759511b094ba587cb76f67df9b92e7b66f46c4 |
97 | 2025-03-22T00:22:06.089Z | + git checkout -f ajs/realtq-1 |
98 | 2025-03-22T00:22:06.133Z | Switched to branch 'ajs/realtq-1' |
99 | 2025-03-22T00:22:06.137Z | + git reset --hard cb759511b094ba587cb76f67df9b92e7b66f46c4 |
100 | 2025-03-22T00:22:06.180Z | HEAD is now at cb759511b small fixes |
101 | 2025-03-22T00:22:06.183Z | process exited: duration 7008 ms, exit code 0 |
|
102 | 2025-03-22T00:22:06.193Z | starting task 4: "build" |
103 | 2025-03-22T00:22:06.196Z | + source .github/buildomat/ci-env.sh |
104 | 2025-03-22T00:22:06.196Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-03-22T00:22:06.196Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-03-22T00:22:06.196Z | + cargo --version |
107 | 2025-03-22T00:22:06.251Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
108 | 2025-03-22T00:22:06.254Z | + rustc --version |
109 | 2025-03-22T00:22:06.320Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
110 | 2025-03-22T00:22:06.323Z | + cd /tmp |
111 | 2025-03-22T00:22:06.323Z | + cargo new --lib test-project |
112 | 2025-03-22T00:22:06.344Z | Creating library `test-project` package |
113 | 2025-03-22T00:22:06.430Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-03-22T00:22:06.433Z | + cd test-project |
115 | 2025-03-22T00:22:06.433Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-03-22T00:22:06.458Z | Adding omicron-common (local) to dependencies |
117 | 2025-03-22T00:22:06.461Z | Features: |
118 | 2025-03-22T00:22:06.461Z | - proptest |
119 | 2025-03-22T00:22:06.461Z | - test-strategy |
120 | 2025-03-22T00:22:06.461Z | - testing |
121 | 2025-03-22T00:22:06.488Z | Updating crates.io index |
122 | 2025-03-22T00:22:06.541Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-03-22T00:22:07.045Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
124 | 2025-03-22T00:22:07.472Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
125 | 2025-03-22T00:22:07.867Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
126 | 2025-03-22T00:22:09.305Z | Locking 360 packages to latest Rust 1.85.0 compatible versions |
127 | 2025-03-22T00:22:09.485Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-03-22T00:22:09.489Z | + cargo check |
129 | 2025-03-22T00:22:09.632Z | Updating crates.io index |
130 | 2025-03-22T00:22:10.509Z | Locking 1 package to latest Rust 1.85.0 compatible version |
131 | 2025-03-22T00:22:10.509Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-03-22T00:22:10.569Z | Downloading crates ... |
133 | 2025-03-22T00:22:10.673Z | Downloaded async-stream-impl v0.3.6 |
134 | 2025-03-22T00:22:10.676Z | Downloaded foreign-types v0.3.2 |
135 | 2025-03-22T00:22:10.680Z | Downloaded foreign-types-shared v0.1.1 |
136 | 2025-03-22T00:22:10.684Z | Downloaded http-body v1.0.1 |
137 | 2025-03-22T00:22:10.690Z | Downloaded time-core v0.1.2 |
138 | 2025-03-22T00:22:10.693Z | Downloaded dtrace-parser v0.2.0 |
139 | 2025-03-22T00:22:10.696Z | Downloaded darling_macro v0.20.10 |
140 | 2025-03-22T00:22:10.700Z | Downloaded strum v0.26.3 |
141 | 2025-03-22T00:22:10.703Z | Downloaded equivalent v1.0.1 |
142 | 2025-03-22T00:22:10.707Z | Downloaded take_mut v0.2.2 |
143 | 2025-03-22T00:22:10.707Z | Downloaded yoke-derive v0.7.4 |
144 | 2025-03-22T00:22:10.710Z | Downloaded icu_provider_macros v1.5.0 |
145 | 2025-03-22T00:22:10.710Z | Downloaded try-lock v0.2.5 |
146 | 2025-03-22T00:22:10.714Z | Downloaded match_cfg v0.1.0 |
147 | 2025-03-22T00:22:10.714Z | Downloaded tower-layer v0.3.3 |
148 | 2025-03-22T00:22:10.718Z | Downloaded cpufeatures v0.2.14 |
149 | 2025-03-22T00:22:10.718Z | Downloaded waitgroup v0.1.2 |
150 | 2025-03-22T00:22:10.718Z | Downloaded anyhow v1.0.97 |
151 | 2025-03-22T00:22:10.723Z | Downloaded instant v0.1.13 |
152 | 2025-03-22T00:22:10.726Z | Downloaded ident_case v1.0.1 |
153 | 2025-03-22T00:22:10.726Z | Downloaded bit-set v0.8.0 |
154 | 2025-03-22T00:22:10.729Z | Downloaded block-buffer v0.10.4 |
155 | 2025-03-22T00:22:10.729Z | Downloaded want v0.3.1 |
156 | 2025-03-22T00:22:10.733Z | Downloaded tinystr v0.7.6 |
157 | 2025-03-22T00:22:10.733Z | Downloaded time-macros v0.2.18 |
158 | 2025-03-22T00:22:10.736Z | Downloaded thiserror v1.0.69 |
159 | 2025-03-22T00:22:10.741Z | Downloaded tinyvec_macros v0.1.1 |
160 | 2025-03-22T00:22:10.744Z | Downloaded synstructure v0.13.1 |
161 | 2025-03-22T00:22:10.745Z | Downloaded zerofrom v0.1.4 |
162 | 2025-03-22T00:22:10.748Z | Downloaded thiserror-impl v1.0.69 |
163 | 2025-03-22T00:22:10.748Z | Downloaded macaddr v1.0.1 |
164 | 2025-03-22T00:22:10.751Z | Downloaded hyper-tls v0.6.0 |
165 | 2025-03-22T00:22:10.752Z | Downloaded futures-io v0.3.31 |
166 | 2025-03-22T00:22:10.755Z | Downloaded write16 v1.0.0 |
167 | 2025-03-22T00:22:10.755Z | Downloaded unarray v0.1.4 |
168 | 2025-03-22T00:22:10.758Z | Downloaded tokio-native-tls v0.3.1 |
169 | 2025-03-22T00:22:10.762Z | Downloaded itoa v1.0.11 |
170 | 2025-03-22T00:22:10.762Z | Downloaded version_check v0.9.5 |
171 | 2025-03-22T00:22:10.765Z | Downloaded utf8_iter v1.0.4 |
172 | 2025-03-22T00:22:10.765Z | Downloaded sync_wrapper v1.0.1 |
173 | 2025-03-22T00:22:10.765Z | Downloaded hex v0.4.3 |
174 | 2025-03-22T00:22:10.768Z | Downloaded untrusted v0.9.0 |
175 | 2025-03-22T00:22:10.771Z | Downloaded is-terminal v0.4.13 |
176 | 2025-03-22T00:22:10.772Z | Downloaded oxnet v0.1.1 |
177 | 2025-03-22T00:22:10.775Z | Downloaded zerofrom-derive v0.1.4 |
178 | 2025-03-22T00:22:10.778Z | Downloaded toml_datetime v0.6.8 |
179 | 2025-03-22T00:22:10.778Z | Downloaded mime v0.3.17 |
180 | 2025-03-22T00:22:10.778Z | Downloaded writeable v0.5.5 |
181 | 2025-03-22T00:22:10.781Z | Downloaded num_threads v0.1.7 |
182 | 2025-03-22T00:22:10.785Z | Downloaded hostname v0.3.1 |
183 | 2025-03-22T00:22:10.785Z | Downloaded openssl-probe v0.1.5 |
184 | 2025-03-22T00:22:10.788Z | Downloaded futures-macro v0.3.31 |
185 | 2025-03-22T00:22:10.788Z | Downloaded progenitor-client v0.9.1 |
186 | 2025-03-22T00:22:10.788Z | Downloaded usdt-macro v0.5.0 |
187 | 2025-03-22T00:22:10.791Z | Downloaded form_urlencoded v1.2.1 |
188 | 2025-03-22T00:22:10.791Z | Downloaded omicron-workspace-hack v0.1.0 |
189 | 2025-03-22T00:22:10.792Z | Downloaded num-conv v0.1.0 |
190 | 2025-03-22T00:22:10.792Z | Downloaded usdt-attr-macro v0.5.0 |
191 | 2025-03-22T00:22:10.795Z | Downloaded fnv v1.0.7 |
192 | 2025-03-22T00:22:10.795Z | Downloaded thiserror v2.0.12 |
193 | 2025-03-22T00:22:10.799Z | Downloaded memmap v0.7.0 |
194 | 2025-03-22T00:22:10.803Z | Downloaded tempfile v3.13.0 |
195 | 2025-03-22T00:22:10.806Z | Downloaded litemap v0.7.3 |
196 | 2025-03-22T00:22:10.809Z | Downloaded native-tls v0.2.12 |
197 | 2025-03-22T00:22:10.813Z | Downloaded httpdate v1.0.3 |
198 | 2025-03-22T00:22:10.813Z | Downloaded futures-channel v0.3.31 |
199 | 2025-03-22T00:22:10.816Z | Downloaded test-strategy v0.4.0 |
200 | 2025-03-22T00:22:10.819Z | Downloaded once_cell v1.20.3 |
201 | 2025-03-22T00:22:10.822Z | Downloaded icu_locid_transform v1.5.0 |
202 | 2025-03-22T00:22:10.826Z | Downloaded lock_api v0.4.12 |
203 | 2025-03-22T00:22:10.826Z | Downloaded openssl-macros v0.1.1 |
204 | 2025-03-22T00:22:10.829Z | Downloaded tinyvec v1.8.0 |
205 | 2025-03-22T00:22:10.832Z | Downloaded usdt v0.5.0 |
206 | 2025-03-22T00:22:10.832Z | Downloaded thread-id v4.2.2 |
207 | 2025-03-22T00:22:10.836Z | Downloaded scroll_derive v0.12.0 |
208 | 2025-03-22T00:22:10.836Z | Downloaded thiserror-impl v2.0.12 |
209 | 2025-03-22T00:22:10.836Z | Downloaded camino v1.1.9 |
210 | 2025-03-22T00:22:10.839Z | Downloaded progenitor-client v0.8.0 |
211 | 2025-03-22T00:22:10.839Z | Downloaded iana-time-zone v0.1.61 |
212 | 2025-03-22T00:22:10.842Z | Downloaded term v0.7.0 |
213 | 2025-03-22T00:22:10.845Z | Downloaded ppv-lite86 v0.2.20 |
214 | 2025-03-22T00:22:10.853Z | Downloaded pin-project-lite v0.2.14 |
215 | 2025-03-22T00:22:10.853Z | Downloaded pretty-hex v0.4.1 |
216 | 2025-03-22T00:22:10.853Z | Downloaded typify v0.2.0 |
217 | 2025-03-22T00:22:10.857Z | Downloaded newtype-uuid v1.2.1 |
218 | 2025-03-22T00:22:10.860Z | Downloaded unicode-ident v1.0.14 |
219 | 2025-03-22T00:22:10.863Z | Downloaded toml v0.8.20 |
220 | 2025-03-22T00:22:10.867Z | Downloaded ucd-trie v0.1.7 |
221 | 2025-03-22T00:22:10.867Z | Downloaded powerfmt v0.2.0 |
222 | 2025-03-22T00:22:10.870Z | Downloaded pin-utils v0.1.0 |
223 | 2025-03-22T00:22:10.870Z | Downloaded slog-async v2.8.0 |
224 | 2025-03-22T00:22:10.873Z | Downloaded getrandom v0.2.15 |
225 | 2025-03-22T00:22:10.878Z | Downloaded icu_provider v1.5.0 |
226 | 2025-03-22T00:22:10.881Z | Downloaded serde_derive_internals v0.29.1 |
227 | 2025-03-22T00:22:10.881Z | Downloaded scroll v0.12.0 |
228 | 2025-03-22T00:22:10.881Z | Downloaded tokio-rustls v0.25.0 |
229 | 2025-03-22T00:22:10.884Z | Downloaded serde_urlencoded v0.7.1 |
230 | 2025-03-22T00:22:10.889Z | Downloaded serde_tokenstream v0.2.2 |
231 | 2025-03-22T00:22:10.889Z | Downloaded crossbeam-utils v0.8.20 |
232 | 2025-03-22T00:22:10.893Z | Downloaded parse-display-derive v0.10.0 |
233 | 2025-03-22T00:22:10.893Z | Downloaded tokio-rustls v0.26.0 |
234 | 2025-03-22T00:22:10.896Z | Downloaded usdt-impl v0.5.0 |
235 | 2025-03-22T00:22:10.896Z | Downloaded rustversion v1.0.17 |
236 | 2025-03-22T00:22:10.900Z | Downloaded ipnetwork v0.21.1 |
237 | 2025-03-22T00:22:10.900Z | Downloaded typenum v1.17.0 |
238 | 2025-03-22T00:22:10.904Z | Downloaded slab v0.4.9 |
239 | 2025-03-22T00:22:10.904Z | Downloaded quick-error v1.2.3 |
240 | 2025-03-22T00:22:10.908Z | Downloaded log v0.4.22 |
241 | 2025-03-22T00:22:10.908Z | Downloaded rand_xorshift v0.3.0 |
242 | 2025-03-22T00:22:10.912Z | Downloaded unsafe-libyaml v0.2.11 |
243 | 2025-03-22T00:22:10.915Z | Downloaded pkg-config v0.3.31 |
244 | 2025-03-22T00:22:10.915Z | Downloaded uuid v1.15.1 |
245 | 2025-03-22T00:22:10.918Z | Downloaded rustc-hash v2.1.1 |
246 | 2025-03-22T00:22:10.921Z | Downloaded sha1 v0.10.6 |
247 | 2025-03-22T00:22:10.922Z | Downloaded slog-json v2.6.1 |
248 | 2025-03-22T00:22:10.925Z | Downloaded quote v1.0.39 |
249 | 2025-03-22T00:22:10.928Z | Downloaded semver v1.0.25 |
250 | 2025-03-22T00:22:10.928Z | Downloaded smallvec v1.14.0 |
251 | 2025-03-22T00:22:10.932Z | Downloaded rand_core v0.6.4 |
252 | 2025-03-22T00:22:10.935Z | Downloaded slog-bunyan v2.5.0 |
253 | 2025-03-22T00:22:10.935Z | Downloaded serde_spanned v0.6.8 |
254 | 2025-03-22T00:22:10.935Z | Downloaded rusty-fork v0.3.0 |
255 | 2025-03-22T00:22:10.938Z | Downloaded parse-display v0.10.0 |
256 | 2025-03-22T00:22:10.938Z | Downloaded shlex v1.3.0 |
257 | 2025-03-22T00:22:10.941Z | Downloaded slog-term v2.9.1 |
258 | 2025-03-22T00:22:10.942Z | Downloaded icu_locid_transform_data v1.5.0 |
259 | 2025-03-22T00:22:10.945Z | Downloaded openssl-sys v0.9.106 |
260 | 2025-03-22T00:22:10.949Z | Downloaded icu_properties v1.5.1 |
261 | 2025-03-22T00:22:10.952Z | Downloaded icu_normalizer v1.5.0 |
262 | 2025-03-22T00:22:10.956Z | Downloaded serde_path_to_error v0.1.16 |
263 | 2025-03-22T00:22:10.959Z | Downloaded pest_meta v2.7.14 |
264 | 2025-03-22T00:22:10.962Z | Downloaded ryu v1.0.18 |
265 | 2025-03-22T00:22:10.966Z | Downloaded serde_yaml v0.9.34+deprecated |
266 | 2025-03-22T00:22:10.969Z | Downloaded memchr v2.7.4 |
267 | 2025-03-22T00:22:10.972Z | Downloaded rustls-pki-types v1.10.0 |
268 | 2025-03-22T00:22:10.976Z | Downloaded parking_lot_core v0.9.10 |
269 | 2025-03-22T00:22:10.979Z | Downloaded base64 v0.22.1 |
270 | 2025-03-22T00:22:10.983Z | Downloaded spin v0.9.8 |
271 | 2025-03-22T00:22:10.986Z | Downloaded serde v1.0.218 |
272 | 2025-03-22T00:22:10.989Z | Downloaded toml_edit v0.22.24 |
273 | 2025-03-22T00:22:11.012Z | Downloaded progenitor-macro v0.8.0 |
274 | 2025-03-22T00:22:11.016Z | Downloaded tower v0.5.2 |
275 | 2025-03-22T00:22:11.022Z | Downloaded paste v1.0.15 |
276 | 2025-03-22T00:22:11.025Z | Downloaded crossbeam-channel v0.5.13 |
277 | 2025-03-22T00:22:11.029Z | Downloaded cc v1.2.15 |
278 | 2025-03-22T00:22:11.034Z | Downloaded socket2 v0.5.8 |
279 | 2025-03-22T00:22:11.037Z | Downloaded tokio-util v0.7.13 |
280 | 2025-03-22T00:22:11.042Z | Downloaded time v0.3.36 |
281 | 2025-03-22T00:22:11.050Z | Downloaded schemars v0.8.22 |
282 | 2025-03-22T00:22:11.062Z | Downloaded quinn v0.11.5 |
283 | 2025-03-22T00:22:11.066Z | Downloaded zerocopy v0.7.35 |
284 | 2025-03-22T00:22:11.082Z | Downloaded winnow v0.7.3 |
285 | 2025-03-22T00:22:11.090Z | Downloaded indexmap v2.7.1 |
286 | 2025-03-22T00:22:11.094Z | Downloaded http v1.2.0 |
287 | 2025-03-22T00:22:11.098Z | Downloaded hashbrown v0.12.3 |
288 | 2025-03-22T00:22:11.102Z | Downloaded rustls-webpki v0.102.8 |
289 | 2025-03-22T00:22:11.121Z | Downloaded hashbrown v0.15.1 |
290 | 2025-03-22T00:22:11.127Z | Downloaded bytes v1.10.1 |
291 | 2025-03-22T00:22:11.130Z | Downloaded rand v0.8.5 |
292 | 2025-03-22T00:22:11.134Z | Downloaded proc-macro2 v1.0.94 |
293 | 2025-03-22T00:22:11.137Z | Downloaded vcpkg v0.2.15 |
294 | 2025-03-22T00:22:11.174Z | Downloaded webpki-roots v0.26.6 |
295 | 2025-03-22T00:22:11.179Z | Downloaded hyper v1.6.0 |
296 | 2025-03-22T00:22:11.183Z | Downloaded idna v1.0.3 |
297 | 2025-03-22T00:22:11.188Z | Downloaded pest v2.7.14 |
298 | 2025-03-22T00:22:11.193Z | Downloaded openssl v0.10.71 |
299 | 2025-03-22T00:22:11.202Z | Downloaded h2 v0.4.6 |
300 | 2025-03-22T00:22:11.209Z | Downloaded syn v2.0.98 |
301 | 2025-03-22T00:22:11.221Z | Downloaded aho-corasick v1.1.3 |
302 | 2025-03-22T00:22:11.227Z | Downloaded serde_json v1.0.139 |
303 | 2025-03-22T00:22:11.234Z | Downloaded serde_with v3.12.0 |
304 | 2025-03-22T00:22:11.243Z | Downloaded regex-syntax v0.8.5 |
305 | 2025-03-22T00:22:11.251Z | Downloaded openapiv3 v2.0.0 |
306 | 2025-03-22T00:22:11.262Z | Downloaded reqwest v0.12.12 |
307 | 2025-03-22T00:22:11.272Z | Downloaded icu_properties_data v1.5.0 |
308 | 2025-03-22T00:22:11.280Z | Downloaded typify-impl v0.2.0 |
309 | 2025-03-22T00:22:11.294Z | Downloaded chrono v0.4.40 |
310 | 2025-03-22T00:22:11.301Z | Downloaded proptest v1.6.0 |
311 | 2025-03-22T00:22:11.311Z | Downloaded regex v1.11.1 |
312 | 2025-03-22T00:22:11.323Z | Downloaded quinn-proto v0.11.8 |
313 | 2025-03-22T00:22:11.329Z | Downloaded goblin v0.8.2 |
314 | 2025-03-22T00:22:11.334Z | Downloaded futures-util v0.3.31 |
315 | 2025-03-22T00:22:11.346Z | Downloaded slog v2.7.0 |
316 | 2025-03-22T00:22:11.349Z | Downloaded rustls v0.23.19 |
317 | 2025-03-22T00:22:11.359Z | Downloaded rustls v0.22.4 |
318 | 2025-03-22T00:22:11.372Z | Downloaded rustix v0.38.37 |
319 | 2025-03-22T00:22:11.392Z | Downloaded regex-automata v0.4.8 |
320 | 2025-03-22T00:22:11.408Z | Downloaded regress v0.10.3 |
321 | 2025-03-22T00:22:11.417Z | Downloaded dropshot v0.16.0 |
322 | 2025-03-22T00:22:11.434Z | Downloaded libc v0.2.170 |
323 | 2025-03-22T00:22:11.457Z | Downloaded zerovec v0.10.4 |
324 | 2025-03-22T00:22:11.462Z | Downloaded icu_collections v1.5.0 |
325 | 2025-03-22T00:22:11.468Z | Downloaded sha2 v0.10.8 |
326 | 2025-03-22T00:22:11.471Z | Downloaded serde_with_macros v3.12.0 |
327 | 2025-03-22T00:22:11.471Z | Downloaded serde_derive v1.0.218 |
328 | 2025-03-22T00:22:11.475Z | Downloaded mio v1.0.2 |
329 | 2025-03-22T00:22:11.479Z | Downloaded tracing v0.1.40 |
330 | 2025-03-22T00:22:11.483Z | Downloaded indexmap v1.9.3 |
331 | 2025-03-22T00:22:11.486Z | Downloaded darling_core v0.20.10 |
332 | 2025-03-22T00:22:11.490Z | Downloaded pest_derive v2.7.14 |
333 | 2025-03-22T00:22:11.493Z | Downloaded tokio v1.43.0 |
334 | 2025-03-22T00:22:11.528Z | Downloaded progenitor-impl v0.8.0 |
335 | 2025-03-22T00:22:11.531Z | Downloaded hyper-util v0.1.10 |
336 | 2025-03-22T00:22:11.535Z | Downloaded num-traits v0.2.19 |
337 | 2025-03-22T00:22:11.539Z | Downloaded url v2.5.3 |
338 | 2025-03-22T00:22:11.542Z | Downloaded tracing-core v0.1.32 |
339 | 2025-03-22T00:22:11.542Z | Downloaded quinn-udp v0.5.5 |
340 | 2025-03-22T00:22:11.546Z | Downloaded rand_chacha v0.3.1 |
341 | 2025-03-22T00:22:11.546Z | Downloaded plain v0.2.3 |
342 | 2025-03-22T00:22:11.546Z | Downloaded rustls-pemfile v2.2.0 |
343 | 2025-03-22T00:22:11.546Z | Downloaded parking_lot v0.12.3 |
344 | 2025-03-22T00:22:11.549Z | Downloaded signal-hook-registry v1.4.2 |
345 | 2025-03-22T00:22:11.549Z | Downloaded allocator-api2 v0.2.18 |
346 | 2025-03-22T00:22:11.553Z | Downloaded futures v0.3.31 |
347 | 2025-03-22T00:22:11.556Z | Downloaded dropshot_endpoint v0.16.0 |
348 | 2025-03-22T00:22:11.559Z | Downloaded icu_locid v1.5.0 |
349 | 2025-03-22T00:22:11.563Z | Downloaded pest_generator v2.7.14 |
350 | 2025-03-22T00:22:11.567Z | Downloaded progenitor v0.8.0 |
351 | 2025-03-22T00:22:11.567Z | Downloaded icu_normalizer_data v1.5.0 |
352 | 2025-03-22T00:22:11.570Z | Downloaded hyper-rustls v0.27.3 |
353 | 2025-03-22T00:22:11.570Z | Downloaded getrandom v0.3.1 |
354 | 2025-03-22T00:22:11.574Z | Downloaded bitflags v2.6.0 |
355 | 2025-03-22T00:22:11.578Z | Downloaded scopeguard v1.2.0 |
356 | 2025-03-22T00:22:11.578Z | Downloaded schemars_derive v0.8.22 |
357 | 2025-03-22T00:22:11.581Z | Downloaded percent-encoding v2.3.1 |
358 | 2025-03-22T00:22:11.581Z | Downloaded utf16_iter v1.0.5 |
359 | 2025-03-22T00:22:11.581Z | Downloaded ipnet v2.11.0 |
360 | 2025-03-22T00:22:11.585Z | Downloaded daft-derive v0.1.2 |
361 | 2025-03-22T00:22:11.588Z | Downloaded httparse v1.9.5 |
362 | 2025-03-22T00:22:11.588Z | Downloaded zerocopy-derive v0.7.35 |
363 | 2025-03-22T00:22:11.592Z | Downloaded thread_local v1.1.8 |
364 | 2025-03-22T00:22:11.595Z | Downloaded displaydoc v0.2.5 |
365 | 2025-03-22T00:22:11.595Z | Downloaded multer v3.1.0 |
366 | 2025-03-22T00:22:11.600Z | Downloaded yoke v0.7.4 |
367 | 2025-03-22T00:22:11.603Z | Downloaded lazy_static v1.5.0 |
368 | 2025-03-22T00:22:11.604Z | Downloaded idna_adapter v1.2.0 |
369 | 2025-03-22T00:22:11.604Z | Downloaded darling v0.20.10 |
370 | 2025-03-22T00:22:11.607Z | Downloaded zerovec-derive v0.10.3 |
371 | 2025-03-22T00:22:11.607Z | Downloaded wait-timeout v0.2.0 |
372 | 2025-03-22T00:22:11.610Z | Downloaded byteorder v1.5.0 |
373 | 2025-03-22T00:22:11.610Z | Downloaded bit-vec v0.8.0 |
374 | 2025-03-22T00:22:11.610Z | Downloaded strum_macros v0.26.4 |
375 | 2025-03-22T00:22:11.613Z | Downloaded errno v0.3.9 |
376 | 2025-03-22T00:22:11.614Z | Downloaded debug-ignore v1.0.5 |
377 | 2025-03-22T00:22:11.617Z | Downloaded daft v0.1.2 |
378 | 2025-03-22T00:22:11.617Z | Downloaded generic-array v0.14.7 |
379 | 2025-03-22T00:22:11.620Z | Downloaded backoff v0.4.0 |
380 | 2025-03-22T00:22:11.620Z | Downloaded atomic-waker v1.1.2 |
381 | 2025-03-22T00:22:11.623Z | Downloaded async-trait v0.1.87 |
382 | 2025-03-22T00:22:11.624Z | Downloaded futures-sink v0.3.31 |
383 | 2025-03-22T00:22:11.627Z | Downloaded foldhash v0.1.3 |
384 | 2025-03-22T00:22:11.627Z | Downloaded dof v0.3.0 |
385 | 2025-03-22T00:22:11.627Z | Downloaded dirs-sys-next v0.1.2 |
386 | 2025-03-22T00:22:11.630Z | Downloaded dirs-next v2.0.0 |
387 | 2025-03-22T00:22:11.630Z | Downloaded digest v0.10.7 |
388 | 2025-03-22T00:22:11.630Z | Downloaded typify-macro v0.2.0 |
389 | 2025-03-22T00:22:11.630Z | Downloaded http-body-util v0.1.2 |
390 | 2025-03-22T00:22:11.633Z | Downloaded futures-task v0.3.31 |
391 | 2025-03-22T00:22:11.633Z | Downloaded fastrand v2.1.1 |
392 | 2025-03-22T00:22:11.637Z | Downloaded encoding_rs v0.8.34 |
393 | 2025-03-22T00:22:11.653Z | Downloaded dyn-clone v1.0.19 |
394 | 2025-03-22T00:22:11.656Z | Downloaded futures-executor v0.3.31 |
395 | 2025-03-22T00:22:11.657Z | Downloaded futures-core v0.3.31 |
396 | 2025-03-22T00:22:11.657Z | Downloaded deranged v0.3.11 |
397 | 2025-03-22T00:22:11.660Z | Downloaded crypto-common v0.1.6 |
398 | 2025-03-22T00:22:11.660Z | Downloaded zeroize v1.8.1 |
399 | 2025-03-22T00:22:11.660Z | Downloaded tokio-macros v2.5.0 |
400 | 2025-03-22T00:22:11.664Z | Downloaded stable_deref_trait v1.2.0 |
401 | 2025-03-22T00:22:11.664Z | Downloaded tower-service v0.3.3 |
402 | 2025-03-22T00:22:11.664Z | Downloaded ring v0.17.11 |
403 | 2025-03-22T00:22:11.700Z | Downloaded strsim v0.11.1 |
404 | 2025-03-22T00:22:11.704Z | Downloaded hostname v0.4.0 |
405 | 2025-03-22T00:22:11.704Z | Downloaded heck v0.5.0 |
406 | 2025-03-22T00:22:11.704Z | Downloaded cfg-if v1.0.0 |
407 | 2025-03-22T00:22:11.707Z | Downloaded subtle v2.6.1 |
408 | 2025-03-22T00:22:11.707Z | Downloaded structmeta-derive v0.3.0 |
409 | 2025-03-22T00:22:11.707Z | Downloaded structmeta v0.3.0 |
410 | 2025-03-22T00:22:11.707Z | Downloaded async-stream v0.3.6 |
411 | 2025-03-22T00:22:11.711Z | Downloaded autocfg v1.4.0 |
412 | 2025-03-22T00:22:11.837Z | Compiling proc-macro2 v1.0.94 |
413 | 2025-03-22T00:22:11.837Z | Compiling unicode-ident v1.0.14 |
414 | 2025-03-22T00:22:11.841Z | Compiling libc v0.2.170 |
415 | 2025-03-22T00:22:11.841Z | Checking cfg-if v1.0.0 |
416 | 2025-03-22T00:22:11.841Z | Compiling autocfg v1.4.0 |
417 | 2025-03-22T00:22:11.858Z | Compiling serde v1.0.218 |
418 | 2025-03-22T00:22:11.862Z | Checking memchr v2.7.4 |
419 | 2025-03-22T00:22:11.866Z | Compiling serde_json v1.0.139 |
420 | 2025-03-22T00:22:11.935Z | Checking itoa v1.0.11 |
421 | 2025-03-22T00:22:12.167Z | Compiling thiserror v1.0.69 |
422 | 2025-03-22T00:22:12.371Z | Compiling shlex v1.3.0 |
423 | 2025-03-22T00:22:12.493Z | Checking pin-project-lite v0.2.14 |
424 | 2025-03-22T00:22:12.615Z | Compiling cc v1.2.15 |
425 | 2025-03-22T00:22:12.688Z | Checking once_cell v1.20.3 |
426 | 2025-03-22T00:22:12.699Z | Checking ryu v1.0.18 |
427 | 2025-03-22T00:22:12.921Z | Checking smallvec v1.14.0 |
428 | 2025-03-22T00:22:12.965Z | Checking bytes v1.10.1 |
429 | 2025-03-22T00:22:13.018Z | Compiling version_check v0.9.5 |
430 | 2025-03-22T00:22:13.177Z | Compiling semver v1.0.25 |
431 | 2025-03-22T00:22:13.239Z | Checking futures-core v0.3.31 |
432 | 2025-03-22T00:22:13.346Z | Compiling lock_api v0.4.12 |
433 | 2025-03-22T00:22:13.428Z | Compiling parking_lot_core v0.9.10 |
434 | 2025-03-22T00:22:13.594Z | Compiling quote v1.0.39 |
435 | 2025-03-22T00:22:13.642Z | Checking getrandom v0.2.15 |
436 | 2025-03-22T00:22:13.718Z | Checking scopeguard v1.2.0 |
437 | 2025-03-22T00:22:13.856Z | Checking foldhash v0.1.3 |
438 | 2025-03-22T00:22:13.880Z | Checking allocator-api2 v0.2.18 |
439 | 2025-03-22T00:22:13.894Z | Checking equivalent v1.0.1 |
440 | 2025-03-22T00:22:13.919Z | Compiling syn v2.0.98 |
441 | 2025-03-22T00:22:14.047Z | Compiling slab v0.4.9 |
442 | 2025-03-22T00:22:14.072Z | Checking futures-sink v0.3.31 |
443 | 2025-03-22T00:22:14.209Z | Checking fnv v1.0.7 |
444 | 2025-03-22T00:22:14.321Z | Checking signal-hook-registry v1.4.2 |
445 | 2025-03-22T00:22:14.334Z | Checking socket2 v0.5.8 |
446 | 2025-03-22T00:22:14.402Z | Checking parking_lot v0.12.3 |
447 | 2025-03-22T00:22:14.435Z | Checking mio v1.0.2 |
448 | 2025-03-22T00:22:14.473Z | Checking hashbrown v0.15.1 |
449 | 2025-03-22T00:22:14.529Z | Checking log v0.4.22 |
450 | 2025-03-22T00:22:14.749Z | Compiling num-traits v0.2.19 |
451 | 2025-03-22T00:22:14.775Z | Checking stable_deref_trait v1.2.0 |
452 | 2025-03-22T00:22:14.788Z | Checking futures-channel v0.3.31 |
453 | 2025-03-22T00:22:14.826Z | Checking futures-io v0.3.31 |
454 | 2025-03-22T00:22:14.879Z | Checking pin-utils v0.1.0 |
455 | 2025-03-22T00:22:15.010Z | Checking futures-task v0.3.31 |
456 | 2025-03-22T00:22:15.044Z | Compiling getrandom v0.3.1 |
457 | 2025-03-22T00:22:15.054Z | Checking http v1.2.0 |
458 | 2025-03-22T00:22:15.194Z | Checking rustls-pki-types v1.10.0 |
459 | 2025-03-22T00:22:15.453Z | Compiling ring v0.17.11 |
460 | 2025-03-22T00:22:15.525Z | Checking iana-time-zone v0.1.61 |
461 | 2025-03-22T00:22:15.552Z | Compiling schemars v0.8.22 |
462 | 2025-03-22T00:22:15.717Z | Checking bitflags v2.6.0 |
463 | 2025-03-22T00:22:15.851Z | Compiling pkg-config v0.3.31 |
464 | 2025-03-22T00:22:15.953Z | Compiling vcpkg v0.2.15 |
465 | 2025-03-22T00:22:15.999Z | Compiling heck v0.5.0 |
466 | 2025-03-22T00:22:16.439Z | Checking litemap v0.7.3 |
467 | 2025-03-22T00:22:16.778Z | Checking dyn-clone v1.0.19 |
468 | 2025-03-22T00:22:16.795Z | Compiling httparse v1.9.5 |
469 | 2025-03-22T00:22:16.951Z | Checking writeable v0.5.5 |
470 | 2025-03-22T00:22:16.984Z | Checking untrusted v0.9.0 |
471 | 2025-03-22T00:22:17.183Z | Checking tracing-core v0.1.32 |
472 | 2025-03-22T00:22:17.282Z | Compiling ucd-trie v0.1.7 |
473 | 2025-03-22T00:22:17.313Z | Checking atomic-waker v1.1.2 |
474 | 2025-03-22T00:22:17.361Z | Compiling openssl-sys v0.9.106 |
475 | 2025-03-22T00:22:17.707Z | Checking http-body v1.0.1 |
476 | 2025-03-22T00:22:17.777Z | Checking tracing v0.1.40 |
477 | 2025-03-22T00:22:18.016Z | Checking try-lock v0.2.5 |
478 | 2025-03-22T00:22:18.076Z | Checking zeroize v1.8.1 |
479 | 2025-03-22T00:22:18.144Z | Checking byteorder v1.5.0 |
480 | 2025-03-22T00:22:18.228Z | Checking subtle v2.6.1 |
481 | 2025-03-22T00:22:18.252Z | Checking icu_locid_transform_data v1.5.0 |
482 | 2025-03-22T00:22:18.335Z | Checking want v0.3.1 |
483 | 2025-03-22T00:22:18.456Z | Compiling uuid v1.15.1 |
484 | 2025-03-22T00:22:18.508Z | Compiling openssl v0.10.71 |
485 | 2025-03-22T00:22:18.522Z | Checking foreign-types-shared v0.1.1 |
486 | 2025-03-22T00:22:18.625Z | Checking icu_properties_data v1.5.0 |
487 | 2025-03-22T00:22:18.718Z | Checking httpdate v1.0.3 |
488 | 2025-03-22T00:22:18.841Z | Compiling chrono v0.4.40 |
489 | 2025-03-22T00:22:18.911Z | Checking tower-service v0.3.3 |
490 | 2025-03-22T00:22:18.975Z | Checking foreign-types v0.3.2 |
491 | 2025-03-22T00:22:19.017Z | Compiling regress v0.10.3 |
492 | 2025-03-22T00:22:19.020Z | Compiling aho-corasick v1.1.3 |
493 | 2025-03-22T00:22:19.056Z | Checking percent-encoding v2.3.1 |
494 | 2025-03-22T00:22:19.276Z | Compiling regex-syntax v0.8.5 |
495 | 2025-03-22T00:22:19.301Z | Checking utf8_iter v1.0.4 |
496 | 2025-03-22T00:22:19.489Z | Checking utf16_iter v1.0.5 |
497 | 2025-03-22T00:22:19.664Z | Checking write16 v1.0.0 |
498 | 2025-03-22T00:22:19.786Z | Compiling rustls v0.23.19 |
499 | 2025-03-22T00:22:20.087Z | Compiling slog v2.7.0 |
500 | 2025-03-22T00:22:20.133Z | Checking icu_normalizer_data v1.5.0 |
501 | 2025-03-22T00:22:20.224Z | Compiling native-tls v0.2.12 |
502 | 2025-03-22T00:22:20.689Z | Checking form_urlencoded v1.2.1 |
503 | 2025-03-22T00:22:21.561Z | Compiling synstructure v0.13.1 |
504 | 2025-03-22T00:22:22.035Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-03-22T00:22:22.690Z | Checking rustls-webpki v0.102.8 |
506 | 2025-03-22T00:22:22.708Z | Compiling typenum v1.17.0 |
507 | 2025-03-22T00:22:23.434Z | Compiling regex-automata v0.4.8 |
508 | 2025-03-22T00:22:23.499Z | Checking openssl-probe v0.1.5 |
509 | 2025-03-22T00:22:23.937Z | Compiling generic-array v0.14.7 |
510 | 2025-03-22T00:22:24.232Z | Checking encoding_rs v0.8.34 |
511 | 2025-03-22T00:22:24.293Z | Checking mime v0.3.17 |
512 | 2025-03-22T00:22:24.944Z | Compiling serde_derive v1.0.218 |
513 | 2025-03-22T00:22:24.956Z | Compiling thiserror-impl v1.0.69 |
514 | 2025-03-22T00:22:25.341Z | Compiling schemars_derive v0.8.22 |
515 | 2025-03-22T00:22:25.495Z | Compiling tokio-macros v2.5.0 |
516 | 2025-03-22T00:22:25.703Z | Compiling zerofrom-derive v0.1.4 |
517 | 2025-03-22T00:22:26.480Z | Compiling yoke-derive v0.7.4 |
518 | 2025-03-22T00:22:26.976Z | Checking tokio v1.43.0 |
519 | 2025-03-22T00:22:27.703Z | Compiling zerovec-derive v0.10.3 |
520 | 2025-03-22T00:22:28.031Z | Compiling zerocopy-derive v0.7.35 |
521 | 2025-03-22T00:22:28.179Z | Compiling futures-macro v0.3.31 |
522 | 2025-03-22T00:22:28.710Z | Checking zerofrom v0.1.4 |
523 | 2025-03-22T00:22:28.790Z | Compiling displaydoc v0.2.5 |
524 | 2025-03-22T00:22:28.919Z | Checking yoke v0.7.4 |
525 | 2025-03-22T00:22:29.256Z | Compiling icu_provider_macros v1.5.0 |
526 | 2025-03-22T00:22:29.864Z | Compiling pest v2.7.14 |
527 | 2025-03-22T00:22:29.996Z | Checking zerovec v0.10.4 |
528 | 2025-03-22T00:22:30.000Z | Checking futures-util v0.3.31 |
529 | 2025-03-22T00:22:30.114Z | Checking zerocopy v0.7.35 |
530 | 2025-03-22T00:22:30.213Z | Compiling openssl-macros v0.1.1 |
531 | 2025-03-22T00:22:30.336Z | Compiling regex v1.11.1 |
532 | 2025-03-22T00:22:31.483Z | Checking tinystr v0.7.6 |
533 | 2025-03-22T00:22:32.451Z | Checking icu_locid v1.5.0 |
534 | 2025-03-22T00:22:32.801Z | Compiling pest_meta v2.7.14 |
535 | 2025-03-22T00:22:33.367Z | Checking icu_provider v1.5.0 |
536 | 2025-03-22T00:22:33.672Z | Checking tokio-util v0.7.13 |
537 | 2025-03-22T00:22:33.988Z | Checking icu_locid_transform v1.5.0 |
538 | 2025-03-22T00:22:34.461Z | Checking icu_collections v1.5.0 |
539 | 2025-03-22T00:22:34.499Z | Compiling pest_generator v2.7.14 |
540 | 2025-03-22T00:22:34.557Z | Checking http-body-util v0.1.2 |
541 | 2025-03-22T00:22:34.975Z | Checking tokio-rustls v0.26.0 |
542 | 2025-03-22T00:22:35.049Z | Compiling scroll_derive v0.12.0 |
543 | 2025-03-22T00:22:35.100Z | Checking icu_properties v1.5.1 |
544 | 2025-03-22T00:22:36.067Z | Checking rustls-pemfile v2.2.0 |
545 | 2025-03-22T00:22:36.286Z | Checking indexmap v2.7.1 |
546 | 2025-03-22T00:22:36.505Z | Compiling pest_derive v2.7.14 |
547 | 2025-03-22T00:22:36.704Z | Checking tokio-native-tls v0.3.1 |
548 | 2025-03-22T00:22:37.012Z | Compiling serde_tokenstream v0.2.2 |
549 | 2025-03-22T00:22:37.446Z | Checking h2 v0.4.6 |
550 | 2025-03-22T00:22:37.531Z | Checking serde_urlencoded v0.7.1 |
551 | 2025-03-22T00:22:37.598Z | Checking webpki-roots v0.26.6 |
552 | 2025-03-22T00:22:37.742Z | Checking rand_core v0.6.4 |
553 | 2025-03-22T00:22:37.797Z | Compiling usdt-impl v0.5.0 |
554 | 2025-03-22T00:22:37.961Z | Checking sync_wrapper v1.0.1 |
555 | 2025-03-22T00:22:38.041Z | Checking powerfmt v0.2.0 |
556 | 2025-03-22T00:22:38.098Z | Compiling time-core v0.1.2 |
557 | 2025-03-22T00:22:38.204Z | Compiling rustix v0.38.37 |
558 | 2025-03-22T00:22:38.272Z | Checking tower-layer v0.3.3 |
559 | 2025-03-22T00:22:38.293Z | Checking base64 v0.22.1 |
560 | 2025-03-22T00:22:38.409Z | Checking icu_normalizer v1.5.0 |
561 | 2025-03-22T00:22:38.520Z | Compiling num-conv v0.1.0 |
562 | 2025-03-22T00:22:38.762Z | Compiling paste v1.0.15 |
563 | 2025-03-22T00:22:38.791Z | Compiling time-macros v0.2.18 |
564 | 2025-03-22T00:22:38.970Z | Compiling dof v0.3.0 |
565 | 2025-03-22T00:22:39.175Z | Checking idna_adapter v1.2.0 |
566 | 2025-03-22T00:22:39.242Z | Checking tower v0.5.2 |
567 | 2025-03-22T00:22:39.317Z | Checking deranged v0.3.11 |
568 | 2025-03-22T00:22:39.367Z | Checking idna v1.0.3 |
569 | 2025-03-22T00:22:39.847Z | Compiling dtrace-parser v0.2.0 |
570 | 2025-03-22T00:22:39.858Z | Checking url v2.5.3 |
571 | 2025-03-22T00:22:39.916Z | Checking scroll v0.12.0 |
572 | 2025-03-22T00:22:40.619Z | Compiling typify-impl v0.2.0 |
573 | 2025-03-22T00:22:40.683Z | Checking ppv-lite86 v0.2.20 |
574 | 2025-03-22T00:22:40.961Z | Compiling thread-id v4.2.2 |
575 | 2025-03-22T00:22:40.988Z | Compiling structmeta-derive v0.3.0 |
576 | 2025-03-22T00:22:41.334Z | Checking errno v0.3.9 |
577 | 2025-03-22T00:22:41.447Z | Checking ipnet v2.11.0 |
578 | 2025-03-22T00:22:41.514Z | Checking num_threads v0.1.7 |
579 | 2025-03-22T00:22:41.538Z | Checking plain v0.2.3 |
580 | 2025-03-22T00:22:41.570Z | Checking hyper v1.6.0 |
581 | 2025-03-22T00:22:41.625Z | Compiling ident_case v1.0.1 |
582 | 2025-03-22T00:22:41.692Z | Compiling rustversion v1.0.17 |
583 | 2025-03-22T00:22:41.757Z | Compiling crossbeam-utils v0.8.20 |
584 | 2025-03-22T00:22:41.799Z | Compiling newtype-uuid v1.2.1 |
585 | 2025-03-22T00:22:41.884Z | Compiling strsim v0.11.1 |
586 | 2025-03-22T00:22:42.439Z | Compiling darling_core v0.20.10 |
587 | 2025-03-22T00:22:42.528Z | Checking time v0.3.36 |
588 | 2025-03-22T00:22:43.330Z | Compiling structmeta v0.3.0 |
589 | 2025-03-22T00:22:43.456Z | Checking hyper-util v0.1.10 |
590 | 2025-03-22T00:22:43.719Z | Checking goblin v0.8.2 |
591 | 2025-03-22T00:22:45.034Z | Checking rand_chacha v0.3.1 |
592 | 2025-03-22T00:22:45.145Z | Checking hyper-tls v0.6.0 |
593 | 2025-03-22T00:22:45.419Z | Checking hyper-rustls v0.27.3 |
594 | 2025-03-22T00:22:45.663Z | Checking ipnetwork v0.21.1 |
595 | 2025-03-22T00:22:45.733Z | Checking reqwest v0.12.12 |
596 | 2025-03-22T00:22:46.034Z | Compiling openapiv3 v2.0.0 |
597 | 2025-03-22T00:22:46.706Z | Checking dirs-sys-next v0.1.2 |
598 | 2025-03-22T00:22:46.972Z | Checking fastrand v2.1.1 |
599 | 2025-03-22T00:22:47.209Z | Checking pretty-hex v0.4.1 |
600 | 2025-03-22T00:22:47.302Z | Compiling thiserror v2.0.12 |
601 | 2025-03-22T00:22:47.305Z | Compiling omicron-workspace-hack v0.1.0 |
602 | 2025-03-22T00:22:47.392Z | Compiling rustls v0.22.4 |
603 | 2025-03-22T00:22:47.571Z | Compiling unsafe-libyaml v0.2.11 |
604 | 2025-03-22T00:22:47.674Z | Compiling darling_macro v0.20.10 |
605 | 2025-03-22T00:22:47.903Z | Checking tempfile v3.13.0 |
606 | 2025-03-22T00:22:48.208Z | Checking dirs-next v2.0.0 |
607 | 2025-03-22T00:22:48.239Z | Checking oxnet v0.1.1 |
608 | 2025-03-22T00:22:48.337Z | Checking rand v0.8.5 |
609 | 2025-03-22T00:22:48.871Z | Compiling serde_yaml v0.9.34+deprecated |
610 | 2025-03-22T00:22:49.300Z | Checking block-buffer v0.10.4 |
611 | 2025-03-22T00:22:49.459Z | Checking crypto-common v0.1.6 |
612 | 2025-03-22T00:22:49.500Z | Checking serde_spanned v0.6.8 |
613 | 2025-03-22T00:22:49.628Z | Checking toml_datetime v0.6.8 |
614 | 2025-03-22T00:22:49.686Z | Compiling thiserror-impl v2.0.12 |
615 | 2025-03-22T00:22:49.790Z | Compiling daft-derive v0.1.2 |
616 | 2025-03-22T00:22:49.920Z | Checking wait-timeout v0.2.0 |
617 | 2025-03-22T00:22:49.944Z | Compiling multer v3.1.0 |
618 | 2025-03-22T00:22:49.963Z | Checking thread_local v1.1.8 |
619 | 2025-03-22T00:22:50.114Z | Checking match_cfg v0.1.0 |
620 | 2025-03-22T00:22:50.202Z | Checking quick-error v1.2.3 |
621 | 2025-03-22T00:22:50.237Z | Checking winnow v0.7.3 |
622 | 2025-03-22T00:22:50.317Z | Compiling camino v1.1.9 |
623 | 2025-03-22T00:22:50.344Z | Compiling anyhow v1.0.97 |
624 | 2025-03-22T00:22:50.418Z | Checking bit-vec v0.8.0 |
625 | 2025-03-22T00:22:50.775Z | Compiling slog-async v2.8.0 |
626 | 2025-03-22T00:22:51.003Z | Checking bit-set v0.8.0 |
627 | 2025-03-22T00:22:51.239Z | Compiling strum_macros v0.26.4 |
628 | 2025-03-22T00:22:51.243Z | Checking daft v0.1.2 |
629 | 2025-03-22T00:22:51.303Z | Checking rusty-fork v0.3.0 |
630 | 2025-03-22T00:22:51.387Z | Checking hostname v0.3.1 |
631 | 2025-03-22T00:22:51.591Z | Checking crossbeam-channel v0.5.13 |
632 | 2025-03-22T00:22:51.629Z | Compiling typify-macro v0.2.0 |
633 | 2025-03-22T00:22:51.643Z | Checking digest v0.10.7 |
634 | 2025-03-22T00:22:51.969Z | Compiling darling v0.20.10 |
635 | 2025-03-22T00:22:51.996Z | Checking term v0.7.0 |
636 | 2025-03-22T00:22:52.076Z | Checking progenitor-client v0.8.0 |
637 | 2025-03-22T00:22:52.272Z | Compiling usdt-attr-macro v0.5.0 |
638 | 2025-03-22T00:22:52.399Z | Compiling usdt-macro v0.5.0 |
639 | 2025-03-22T00:22:52.440Z | Checking slog-json v2.6.1 |
640 | 2025-03-22T00:22:52.616Z | Compiling parse-display-derive v0.10.0 |
641 | 2025-03-22T00:22:52.699Z | Checking rand_xorshift v0.3.0 |
642 | 2025-03-22T00:22:52.882Z | Checking hex v0.4.3 |
643 | 2025-03-22T00:22:53.016Z | Checking toml_edit v0.22.24 |
644 | 2025-03-22T00:22:53.375Z | Checking futures-executor v0.3.31 |
645 | 2025-03-22T00:22:53.569Z | Compiling async-stream-impl v0.3.6 |
646 | 2025-03-22T00:22:53.588Z | Checking is-terminal v0.4.13 |
647 | 2025-03-22T00:22:53.615Z | Checking memmap v0.7.0 |
648 | 2025-03-22T00:22:53.704Z | Compiling dropshot v0.16.0 |
649 | 2025-03-22T00:22:53.821Z | Checking lazy_static v1.5.0 |
650 | 2025-03-22T00:22:53.963Z | Checking cpufeatures v0.2.14 |
651 | 2025-03-22T00:22:54.061Z | Checking spin v0.9.8 |
652 | 2025-03-22T00:22:54.077Z | Checking take_mut v0.2.2 |
653 | 2025-03-22T00:22:54.224Z | Checking unarray v0.1.4 |
654 | 2025-03-22T00:22:54.380Z | Checking proptest v1.6.0 |
655 | 2025-03-22T00:22:54.779Z | Checking async-stream v0.3.6 |
656 | 2025-03-22T00:22:54.836Z | Compiling typify v0.2.0 |
657 | 2025-03-22T00:22:54.956Z | Compiling progenitor-impl v0.8.0 |
658 | 2025-03-22T00:22:55.031Z | Checking sha1 v0.10.6 |
659 | 2025-03-22T00:22:55.298Z | Checking usdt v0.5.0 |
660 | 2025-03-22T00:22:55.311Z | Checking strum v0.26.3 |
661 | 2025-03-22T00:22:55.333Z | Checking tokio-rustls v0.25.0 |
662 | 2025-03-22T00:22:55.463Z | Checking slog-term v2.9.1 |
663 | 2025-03-22T00:22:55.539Z | Checking futures v0.3.31 |
664 | 2025-03-22T00:22:55.639Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
665 | 2025-03-22T00:22:55.666Z | Checking slog-bunyan v2.5.0 |
666 | 2025-03-22T00:22:55.687Z | Checking toml v0.8.20 |
667 | 2025-03-22T00:22:55.801Z | Compiling serde_with_macros v3.12.0 |
668 | 2025-03-22T00:22:56.148Z | Checking parse-display v0.10.0 |
669 | 2025-03-22T00:22:56.331Z | Compiling test-strategy v0.4.0 |
670 | 2025-03-22T00:22:56.375Z | Compiling dropshot_endpoint v0.16.0 |
671 | 2025-03-22T00:22:56.400Z | Checking serde_path_to_error v0.1.16 |
672 | 2025-03-22T00:22:56.473Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-03-22T00:22:56.850Z | Compiling async-trait v0.1.87 |
674 | 2025-03-22T00:22:56.972Z | Checking waitgroup v0.1.2 |
675 | 2025-03-22T00:22:57.121Z | Checking hostname v0.4.0 |
676 | 2025-03-22T00:22:57.262Z | Checking instant v0.1.13 |
677 | 2025-03-22T00:22:57.314Z | Checking debug-ignore v1.0.5 |
678 | 2025-03-22T00:22:57.385Z | Checking backoff v0.4.0 |
679 | 2025-03-22T00:22:57.457Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
680 | 2025-03-22T00:22:57.607Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
681 | 2025-03-22T00:22:57.670Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
682 | 2025-03-22T00:22:58.153Z | Checking progenitor-client v0.9.1 |
683 | 2025-03-22T00:22:58.212Z | Checking serde_with v3.12.0 |
684 | 2025-03-22T00:22:58.300Z | Checking macaddr v1.0.1 |
685 | 2025-03-22T00:22:59.251Z | Compiling progenitor-macro v0.8.0 |
686 | 2025-03-22T00:22:59.273Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
687 | 2025-03-22T00:23:02.812Z | Checking progenitor v0.8.0 |
688 | 2025-03-22T00:23:02.918Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
689 | 2025-03-22T00:23:05.656Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
690 | 2025-03-22T00:23:12.800Z | Checking test-project v0.1.0 (/tmp/test-project) |
691 | 2025-03-22T00:23:12.864Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
692 | 2025-03-22T00:23:13.000Z | + cargo build --release |
693 | 2025-03-22T00:23:13.227Z | Compiling proc-macro2 v1.0.94 |
694 | 2025-03-22T00:23:13.227Z | Compiling unicode-ident v1.0.14 |
695 | 2025-03-22T00:23:13.231Z | Compiling libc v0.2.170 |
696 | 2025-03-22T00:23:13.231Z | Compiling cfg-if v1.0.0 |
697 | 2025-03-22T00:23:13.231Z | Compiling autocfg v1.4.0 |
698 | 2025-03-22T00:23:13.231Z | Compiling serde v1.0.218 |
699 | 2025-03-22T00:23:13.231Z | Compiling memchr v2.7.4 |
700 | 2025-03-22T00:23:13.231Z | Compiling serde_json v1.0.139 |
701 | 2025-03-22T00:23:13.344Z | Compiling itoa v1.0.11 |
702 | 2025-03-22T00:23:13.580Z | Compiling thiserror v1.0.69 |
703 | 2025-03-22T00:23:13.633Z | Compiling shlex v1.3.0 |
704 | 2025-03-22T00:23:13.861Z | Compiling cc v1.2.15 |
705 | 2025-03-22T00:23:13.951Z | Compiling once_cell v1.20.3 |
706 | 2025-03-22T00:23:14.118Z | Compiling pin-project-lite v0.2.14 |
707 | 2025-03-22T00:23:14.245Z | Compiling ryu v1.0.18 |
708 | 2025-03-22T00:23:14.354Z | Compiling smallvec v1.14.0 |
709 | 2025-03-22T00:23:14.604Z | Compiling bytes v1.10.1 |
710 | 2025-03-22T00:23:14.783Z | Compiling semver v1.0.25 |
711 | 2025-03-22T00:23:14.806Z | Compiling futures-core v0.3.31 |
712 | 2025-03-22T00:23:14.830Z | Compiling version_check v0.9.5 |
713 | 2025-03-22T00:23:15.048Z | Compiling quote v1.0.39 |
714 | 2025-03-22T00:23:15.285Z | Compiling lock_api v0.4.12 |
715 | 2025-03-22T00:23:15.390Z | Compiling parking_lot_core v0.9.10 |
716 | 2025-03-22T00:23:15.434Z | Compiling syn v2.0.98 |
717 | 2025-03-22T00:23:15.612Z | Compiling getrandom v0.2.15 |
718 | 2025-03-22T00:23:15.663Z | Compiling allocator-api2 v0.2.18 |
719 | 2025-03-22T00:23:15.826Z | Compiling foldhash v0.1.3 |
720 | 2025-03-22T00:23:15.854Z | Compiling scopeguard v1.2.0 |
721 | 2025-03-22T00:23:15.918Z | Compiling equivalent v1.0.1 |
722 | 2025-03-22T00:23:16.177Z | Compiling slab v0.4.9 |
723 | 2025-03-22T00:23:16.471Z | Compiling hashbrown v0.15.1 |
724 | 2025-03-22T00:23:16.479Z | Compiling fnv v1.0.7 |
725 | 2025-03-22T00:23:16.486Z | Compiling futures-sink v0.3.31 |
726 | 2025-03-22T00:23:16.607Z | Compiling parking_lot v0.12.3 |
727 | 2025-03-22T00:23:16.624Z | Compiling mio v1.0.2 |
728 | 2025-03-22T00:23:16.657Z | Compiling signal-hook-registry v1.4.2 |
729 | 2025-03-22T00:23:16.685Z | Compiling socket2 v0.5.8 |
730 | 2025-03-22T00:23:16.706Z | Compiling log v0.4.22 |
731 | 2025-03-22T00:23:17.127Z | Compiling num-traits v0.2.19 |
732 | 2025-03-22T00:23:17.146Z | Compiling stable_deref_trait v1.2.0 |
733 | 2025-03-22T00:23:17.256Z | Compiling ring v0.17.11 |
734 | 2025-03-22T00:23:17.749Z | Compiling futures-channel v0.3.31 |
735 | 2025-03-22T00:23:17.924Z | Compiling getrandom v0.3.1 |
736 | 2025-03-22T00:23:18.121Z | Compiling futures-io v0.3.31 |
737 | 2025-03-22T00:23:18.215Z | Compiling futures-task v0.3.31 |
738 | 2025-03-22T00:23:18.240Z | Compiling pin-utils v0.1.0 |
739 | 2025-03-22T00:23:18.371Z | Compiling http v1.2.0 |
740 | 2025-03-22T00:23:18.500Z | Compiling heck v0.5.0 |
741 | 2025-03-22T00:23:18.507Z | Compiling bitflags v2.6.0 |
742 | 2025-03-22T00:23:18.663Z | Compiling iana-time-zone v0.1.61 |
743 | 2025-03-22T00:23:18.884Z | Compiling vcpkg v0.2.15 |
744 | 2025-03-22T00:23:18.921Z | Compiling rustls-pki-types v1.10.0 |
745 | 2025-03-22T00:23:19.206Z | Compiling pkg-config v0.3.31 |
746 | 2025-03-22T00:23:20.229Z | Compiling schemars v0.8.22 |
747 | 2025-03-22T00:23:20.251Z | Compiling openssl-sys v0.9.106 |
748 | 2025-03-22T00:23:20.629Z | Compiling httparse v1.9.5 |
749 | 2025-03-22T00:23:20.718Z | Compiling dyn-clone v1.0.19 |
750 | 2025-03-22T00:23:20.777Z | Compiling untrusted v0.9.0 |
751 | 2025-03-22T00:23:20.934Z | Compiling writeable v0.5.5 |
752 | 2025-03-22T00:23:20.961Z | Compiling litemap v0.7.3 |
753 | 2025-03-22T00:23:21.370Z | Compiling tracing-core v0.1.32 |
754 | 2025-03-22T00:23:21.413Z | Compiling ucd-trie v0.1.7 |
755 | 2025-03-22T00:23:21.543Z | Compiling atomic-waker v1.1.2 |
756 | 2025-03-22T00:23:21.809Z | Compiling http-body v1.0.1 |
757 | 2025-03-22T00:23:22.325Z | Compiling tracing v0.1.40 |
758 | 2025-03-22T00:23:22.459Z | Compiling zeroize v1.8.1 |
759 | 2025-03-22T00:23:22.779Z | Compiling synstructure v0.13.1 |
760 | 2025-03-22T00:23:22.793Z | Compiling serde_derive_internals v0.29.1 |
761 | 2025-03-22T00:23:22.968Z | Compiling subtle v2.6.1 |
762 | 2025-03-22T00:23:23.077Z | Compiling byteorder v1.5.0 |
763 | 2025-03-22T00:23:23.229Z | Compiling try-lock v0.2.5 |
764 | 2025-03-22T00:23:23.391Z | Compiling icu_locid_transform_data v1.5.0 |
765 | 2025-03-22T00:23:23.489Z | Compiling want v0.3.1 |
766 | 2025-03-22T00:23:23.498Z | Compiling chrono v0.4.40 |
767 | 2025-03-22T00:23:23.597Z | Compiling tower-service v0.3.3 |
768 | 2025-03-22T00:23:23.774Z | Compiling uuid v1.15.1 |
769 | 2025-03-22T00:23:23.902Z | Compiling openssl v0.10.71 |
770 | 2025-03-22T00:23:24.055Z | Compiling icu_properties_data v1.5.0 |
771 | 2025-03-22T00:23:24.270Z | Compiling foreign-types-shared v0.1.1 |
772 | 2025-03-22T00:23:24.293Z | Compiling httpdate v1.0.3 |
773 | 2025-03-22T00:23:24.385Z | Compiling foreign-types v0.3.2 |
774 | 2025-03-22T00:23:24.632Z | Compiling regress v0.10.3 |
775 | 2025-03-22T00:23:25.060Z | Compiling aho-corasick v1.1.3 |
776 | 2025-03-22T00:23:25.258Z | Compiling native-tls v0.2.12 |
777 | 2025-03-22T00:23:25.657Z | Compiling regex-syntax v0.8.5 |
778 | 2025-03-22T00:23:25.758Z | Compiling percent-encoding v2.3.1 |
779 | 2025-03-22T00:23:26.242Z | Compiling utf8_iter v1.0.4 |
780 | 2025-03-22T00:23:26.429Z | Compiling slog v2.7.0 |
781 | 2025-03-22T00:23:26.510Z | Compiling icu_normalizer_data v1.5.0 |
782 | 2025-03-22T00:23:26.616Z | Compiling serde_derive v1.0.218 |
783 | 2025-03-22T00:23:26.918Z | Compiling thiserror-impl v1.0.69 |
784 | 2025-03-22T00:23:26.930Z | Compiling schemars_derive v0.8.22 |
785 | 2025-03-22T00:23:28.042Z | Compiling tokio-macros v2.5.0 |
786 | 2025-03-22T00:23:28.580Z | Compiling zerofrom-derive v0.1.4 |
787 | 2025-03-22T00:23:28.724Z | Compiling yoke-derive v0.7.4 |
788 | 2025-03-22T00:23:28.870Z | Compiling zerocopy-derive v0.7.35 |
789 | 2025-03-22T00:23:29.492Z | Compiling tokio v1.43.0 |
790 | 2025-03-22T00:23:29.651Z | Compiling futures-macro v0.3.31 |
791 | 2025-03-22T00:23:29.716Z | Compiling zerovec-derive v0.10.3 |
792 | 2025-03-22T00:23:30.647Z | Compiling displaydoc v0.2.5 |
793 | 2025-03-22T00:23:31.035Z | Compiling icu_provider_macros v1.5.0 |
794 | 2025-03-22T00:23:31.438Z | Compiling futures-util v0.3.31 |
795 | 2025-03-22T00:23:31.552Z | Compiling zerofrom v0.1.4 |
796 | 2025-03-22T00:23:31.776Z | Compiling yoke v0.7.4 |
797 | 2025-03-22T00:23:32.076Z | Compiling zerovec v0.10.4 |
798 | 2025-03-22T00:23:32.108Z | Compiling pest v2.7.14 |
799 | 2025-03-22T00:23:32.125Z | Compiling zerocopy v0.7.35 |
800 | 2025-03-22T00:23:32.258Z | Compiling openssl-macros v0.1.1 |
801 | 2025-03-22T00:23:33.081Z | Compiling utf16_iter v1.0.5 |
802 | 2025-03-22T00:23:33.305Z | Compiling rustls v0.23.19 |
803 | 2025-03-22T00:23:33.817Z | Compiling rustls-webpki v0.102.8 |
804 | 2025-03-22T00:23:34.864Z | Compiling tinystr v0.7.6 |
805 | 2025-03-22T00:23:34.953Z | Compiling pest_meta v2.7.14 |
806 | 2025-03-22T00:23:35.255Z | Compiling icu_locid v1.5.0 |
807 | 2025-03-22T00:23:37.516Z | Compiling icu_provider v1.5.0 |
808 | 2025-03-22T00:23:38.287Z | Compiling tokio-util v0.7.13 |
809 | 2025-03-22T00:23:38.424Z | Compiling icu_locid_transform v1.5.0 |
810 | 2025-03-22T00:23:39.722Z | Compiling indexmap v2.7.1 |
811 | 2025-03-22T00:23:41.742Z | Compiling serde_tokenstream v0.2.2 |
812 | 2025-03-22T00:23:42.280Z | Compiling h2 v0.4.6 |
813 | 2025-03-22T00:23:42.657Z | Compiling icu_collections v1.5.0 |
814 | 2025-03-22T00:23:42.818Z | Compiling pest_generator v2.7.14 |
815 | 2025-03-22T00:23:44.414Z | Compiling icu_properties v1.5.1 |
816 | 2025-03-22T00:23:44.974Z | Compiling write16 v1.0.0 |
817 | 2025-03-22T00:23:45.121Z | Compiling typify-impl v0.2.0 |
818 | 2025-03-22T00:23:45.310Z | Compiling pest_derive v2.7.14 |
819 | 2025-03-22T00:23:46.208Z | Compiling regex-automata v0.4.8 |
820 | 2025-03-22T00:23:48.850Z | Compiling hyper v1.6.0 |
821 | 2025-03-22T00:23:50.665Z | Compiling icu_normalizer v1.5.0 |
822 | 2025-03-22T00:23:53.004Z | Compiling hyper-util v0.1.10 |
823 | 2025-03-22T00:23:55.106Z | Compiling form_urlencoded v1.2.1 |
824 | 2025-03-22T00:23:56.470Z | Compiling typenum v1.17.0 |
825 | 2025-03-22T00:23:56.757Z | Compiling openssl-probe v0.1.5 |
826 | 2025-03-22T00:23:57.699Z | Compiling typify-macro v0.2.0 |
827 | 2025-03-22T00:23:58.517Z | Compiling idna_adapter v1.2.0 |
828 | 2025-03-22T00:23:58.678Z | Compiling regex v1.11.1 |
829 | 2025-03-22T00:23:59.355Z | Compiling http-body-util v0.1.2 |
830 | 2025-03-22T00:23:59.555Z | Compiling generic-array v0.14.7 |
831 | 2025-03-22T00:23:59.869Z | Compiling encoding_rs v0.8.34 |
832 | 2025-03-22T00:24:00.112Z | Compiling mime v0.3.17 |
833 | 2025-03-22T00:24:01.050Z | Compiling idna v1.0.3 |
834 | 2025-03-22T00:24:01.155Z | Compiling tokio-native-tls v0.3.1 |
835 | 2025-03-22T00:24:02.785Z | Compiling serde_urlencoded v0.7.1 |
836 | 2025-03-22T00:24:04.634Z | Compiling scroll_derive v0.12.0 |
837 | 2025-03-22T00:24:06.062Z | Compiling tokio-rustls v0.26.0 |
838 | 2025-03-22T00:24:06.431Z | Compiling webpki-roots v0.26.6 |
839 | 2025-03-22T00:24:06.519Z | Compiling rustls-pemfile v2.2.0 |
840 | 2025-03-22T00:24:06.636Z | Compiling rand_core v0.6.4 |
841 | 2025-03-22T00:24:06.986Z | Compiling usdt-impl v0.5.0 |
842 | 2025-03-22T00:24:07.109Z | Compiling sync_wrapper v1.0.1 |
843 | 2025-03-22T00:24:07.267Z | Compiling time-core v0.1.2 |
844 | 2025-03-22T00:24:07.408Z | Compiling base64 v0.22.1 |
845 | 2025-03-22T00:24:07.439Z | Compiling powerfmt v0.2.0 |
846 | 2025-03-22T00:24:07.918Z | Compiling num-conv v0.1.0 |
847 | 2025-03-22T00:24:08.182Z | Compiling tower-layer v0.3.3 |
848 | 2025-03-22T00:24:08.487Z | Compiling paste v1.0.15 |
849 | 2025-03-22T00:24:08.563Z | Compiling rustix v0.38.37 |
850 | 2025-03-22T00:24:09.056Z | Compiling tower v0.5.2 |
851 | 2025-03-22T00:24:09.377Z | Compiling time-macros v0.2.18 |
852 | 2025-03-22T00:24:09.946Z | Compiling deranged v0.3.11 |
853 | 2025-03-22T00:24:11.703Z | Compiling hyper-rustls v0.27.3 |
854 | 2025-03-22T00:24:12.205Z | Compiling scroll v0.12.0 |
855 | 2025-03-22T00:24:13.059Z | Compiling thread-id v4.2.2 |
856 | 2025-03-22T00:24:13.170Z | Compiling url v2.5.3 |
857 | 2025-03-22T00:24:13.574Z | Compiling dof v0.3.0 |
858 | 2025-03-22T00:24:14.113Z | Compiling hyper-tls v0.6.0 |
859 | 2025-03-22T00:24:14.256Z | Compiling dtrace-parser v0.2.0 |
860 | 2025-03-22T00:24:14.340Z | Compiling ppv-lite86 v0.2.20 |
861 | 2025-03-22T00:24:14.602Z | Compiling structmeta-derive v0.3.0 |
862 | 2025-03-22T00:24:15.174Z | Compiling errno v0.3.9 |
863 | 2025-03-22T00:24:15.428Z | Compiling ident_case v1.0.1 |
864 | 2025-03-22T00:24:15.604Z | Compiling rustversion v1.0.17 |
865 | 2025-03-22T00:24:15.779Z | Compiling plain v0.2.3 |
866 | 2025-03-22T00:24:17.235Z | Compiling omicron-workspace-hack v0.1.0 |
867 | 2025-03-22T00:24:17.247Z | Compiling num_threads v0.1.7 |
868 | 2025-03-22T00:24:17.373Z | Compiling strsim v0.11.1 |
869 | 2025-03-22T00:24:17.587Z | Compiling newtype-uuid v1.2.1 |
870 | 2025-03-22T00:24:17.977Z | Compiling crossbeam-utils v0.8.20 |
871 | 2025-03-22T00:24:18.182Z | Compiling ipnet v2.11.0 |
872 | 2025-03-22T00:24:18.693Z | Compiling time v0.3.36 |
873 | 2025-03-22T00:24:19.003Z | Compiling reqwest v0.12.12 |
874 | 2025-03-22T00:24:21.216Z | Compiling darling_core v0.20.10 |
875 | 2025-03-22T00:24:23.748Z | Compiling structmeta v0.3.0 |
876 | 2025-03-22T00:24:26.549Z | Compiling goblin v0.8.2 |
877 | 2025-03-22T00:24:28.039Z | Compiling rand_chacha v0.3.1 |
878 | 2025-03-22T00:24:30.543Z | Compiling openapiv3 v2.0.0 |
879 | 2025-03-22T00:24:30.967Z | Compiling typify v0.2.0 |
880 | 2025-03-22T00:24:31.015Z | Compiling ipnetwork v0.21.1 |
881 | 2025-03-22T00:24:34.813Z | Compiling dirs-sys-next v0.1.2 |
882 | 2025-03-22T00:24:35.597Z | Compiling unsafe-libyaml v0.2.11 |
883 | 2025-03-22T00:24:35.875Z | Compiling pretty-hex v0.4.1 |
884 | 2025-03-22T00:24:36.165Z | Compiling fastrand v2.1.1 |
885 | 2025-03-22T00:24:36.861Z | Compiling thiserror v2.0.12 |
886 | 2025-03-22T00:24:36.943Z | Compiling rustls v0.22.4 |
887 | 2025-03-22T00:24:37.236Z | Compiling serde_yaml v0.9.34+deprecated |
888 | 2025-03-22T00:24:37.314Z | Compiling tempfile v3.13.0 |
889 | 2025-03-22T00:24:39.233Z | Compiling dirs-next v2.0.0 |
890 | 2025-03-22T00:24:39.643Z | Compiling progenitor-impl v0.8.0 |
891 | 2025-03-22T00:24:40.477Z | Compiling oxnet v0.1.1 |
892 | 2025-03-22T00:24:42.962Z | Compiling rand v0.8.5 |
893 | 2025-03-22T00:24:45.296Z | Compiling darling_macro v0.20.10 |
894 | 2025-03-22T00:24:45.942Z | Compiling crypto-common v0.1.6 |
895 | 2025-03-22T00:24:46.171Z | Compiling block-buffer v0.10.4 |
896 | 2025-03-22T00:24:46.301Z | Compiling serde_spanned v0.6.8 |
897 | 2025-03-22T00:24:46.422Z | Compiling toml_datetime v0.6.8 |
898 | 2025-03-22T00:24:46.548Z | Compiling thiserror-impl v2.0.12 |
899 | 2025-03-22T00:24:47.095Z | Compiling daft-derive v0.1.2 |
900 | 2025-03-22T00:24:47.690Z | Compiling multer v3.1.0 |
901 | 2025-03-22T00:24:48.191Z | Compiling wait-timeout v0.2.0 |
902 | 2025-03-22T00:24:48.693Z | Compiling thread_local v1.1.8 |
903 | 2025-03-22T00:24:49.214Z | Compiling bit-vec v0.8.0 |
904 | 2025-03-22T00:24:49.435Z | Compiling quick-error v1.2.3 |
905 | 2025-03-22T00:24:49.448Z | Compiling slog-async v2.8.0 |
906 | 2025-03-22T00:24:49.592Z | Compiling winnow v0.7.3 |
907 | 2025-03-22T00:24:49.800Z | Compiling camino v1.1.9 |
908 | 2025-03-22T00:24:49.955Z | Compiling match_cfg v0.1.0 |
909 | 2025-03-22T00:24:50.054Z | Compiling anyhow v1.0.97 |
910 | 2025-03-22T00:24:50.287Z | Compiling hostname v0.3.1 |
911 | 2025-03-22T00:24:50.378Z | Compiling bit-set v0.8.0 |
912 | 2025-03-22T00:24:50.442Z | Compiling rusty-fork v0.3.0 |
913 | 2025-03-22T00:24:50.675Z | Compiling daft v0.1.2 |
914 | 2025-03-22T00:24:51.087Z | Compiling crossbeam-channel v0.5.13 |
915 | 2025-03-22T00:24:51.125Z | Compiling digest v0.10.7 |
916 | 2025-03-22T00:24:51.527Z | Compiling darling v0.20.10 |
917 | 2025-03-22T00:24:51.634Z | Compiling strum_macros v0.26.4 |
918 | 2025-03-22T00:24:52.673Z | Compiling progenitor-macro v0.8.0 |
919 | 2025-03-22T00:24:53.886Z | Compiling toml_edit v0.22.24 |
920 | 2025-03-22T00:24:55.852Z | Compiling term v0.7.0 |
921 | 2025-03-22T00:25:01.158Z | Compiling usdt-attr-macro v0.5.0 |
922 | 2025-03-22T00:25:01.180Z | Compiling usdt-macro v0.5.0 |
923 | 2025-03-22T00:25:01.678Z | Compiling parse-display-derive v0.10.0 |
924 | 2025-03-22T00:25:02.533Z | Compiling progenitor-client v0.8.0 |
925 | 2025-03-22T00:25:02.566Z | Compiling slog-json v2.6.1 |
926 | 2025-03-22T00:25:03.028Z | Compiling rand_xorshift v0.3.0 |
927 | 2025-03-22T00:25:03.311Z | Compiling hex v0.4.3 |
928 | 2025-03-22T00:25:03.451Z | Compiling futures-executor v0.3.31 |
929 | 2025-03-22T00:25:03.491Z | Compiling async-stream-impl v0.3.6 |
930 | 2025-03-22T00:25:03.955Z | Compiling dropshot v0.16.0 |
931 | 2025-03-22T00:25:04.337Z | Compiling is-terminal v0.4.13 |
932 | 2025-03-22T00:25:04.465Z | Compiling memmap v0.7.0 |
933 | 2025-03-22T00:25:04.531Z | Compiling cpufeatures v0.2.14 |
934 | 2025-03-22T00:25:04.634Z | Compiling spin v0.9.8 |
935 | 2025-03-22T00:25:04.781Z | Compiling unarray v0.1.4 |
936 | 2025-03-22T00:25:04.819Z | Compiling lazy_static v1.5.0 |
937 | 2025-03-22T00:25:04.866Z | Compiling take_mut v0.2.2 |
938 | 2025-03-22T00:25:04.957Z | Compiling proptest v1.6.0 |
939 | 2025-03-22T00:25:04.967Z | Compiling async-stream v0.3.6 |
940 | 2025-03-22T00:25:05.321Z | Compiling tokio-rustls v0.25.0 |
941 | 2025-03-22T00:25:05.330Z | Compiling parse-display v0.10.0 |
942 | 2025-03-22T00:25:07.336Z | Compiling usdt v0.5.0 |
943 | 2025-03-22T00:25:08.226Z | Compiling sha1 v0.10.6 |
944 | 2025-03-22T00:25:08.456Z | Compiling slog-term v2.9.1 |
945 | 2025-03-22T00:25:08.845Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-03-22T00:25:09.020Z | Compiling futures v0.3.31 |
947 | 2025-03-22T00:25:09.023Z | Compiling progenitor v0.8.0 |
948 | 2025-03-22T00:25:09.203Z | Compiling slog-bunyan v2.5.0 |
949 | 2025-03-22T00:25:09.219Z | Compiling toml v0.8.20 |
950 | 2025-03-22T00:25:09.489Z | Compiling strum v0.26.3 |
951 | 2025-03-22T00:25:09.684Z | Compiling serde_with_macros v3.12.0 |
952 | 2025-03-22T00:25:12.746Z | Compiling test-strategy v0.4.0 |
953 | 2025-03-22T00:25:13.462Z | Compiling dropshot_endpoint v0.16.0 |
954 | 2025-03-22T00:25:15.969Z | Compiling serde_path_to_error v0.1.16 |
955 | 2025-03-22T00:25:16.392Z | Compiling async-trait v0.1.87 |
956 | 2025-03-22T00:25:16.947Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
957 | 2025-03-22T00:25:17.211Z | Compiling waitgroup v0.1.2 |
958 | 2025-03-22T00:25:17.454Z | Compiling hostname v0.4.0 |
959 | 2025-03-22T00:25:17.499Z | Compiling instant v0.1.13 |
960 | 2025-03-22T00:25:17.691Z | Compiling debug-ignore v1.0.5 |
961 | 2025-03-22T00:25:17.699Z | Compiling backoff v0.4.0 |
962 | 2025-03-22T00:25:17.787Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
963 | 2025-03-22T00:25:17.848Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#69e2896b) |
964 | 2025-03-22T00:25:18.010Z | Compiling serde_with v3.12.0 |
965 | 2025-03-22T00:25:18.088Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=caafd889f31faacfaa51e02902990c220c20ef60#caafd889) |
966 | 2025-03-22T00:25:21.435Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
967 | 2025-03-22T00:25:22.194Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
968 | 2025-03-22T00:25:22.263Z | Compiling progenitor-client v0.9.1 |
969 | 2025-03-22T00:25:22.954Z | Compiling macaddr v1.0.1 |
970 | 2025-03-22T00:25:27.347Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
971 | 2025-03-22T00:25:37.527Z | Compiling test-project v0.1.0 (/tmp/test-project) |
972 | 2025-03-22T00:25:47.082Z | Finished `release` profile [optimized] target(s) in 2m 34s |
973 | 2025-03-22T00:25:47.154Z | process exited: duration 220947 ms, exit code 0 |
|
974 | 2025-03-22T00:25:47.162Z | found 0 output files |