|
|
|
1 | 2025-07-18T16:16:18.241Z | job assigned to worker 01K0F53GMMY8G87KJMXGHSZ7B7 [factory aws, i-002d68b7dec768b21] (queued for 5 m 43 s) |
|
2 | 2025-07-18T16:16:27.110Z | starting task 0: "setup" |
3 | 2025-07-18T16:16:27.128Z | ++ uname -s |
4 | 2025-07-18T16:16:27.128Z | + kern=SunOS |
5 | 2025-07-18T16:16:27.129Z | + build_user=build |
6 | 2025-07-18T16:16:27.129Z | + build_uid=12345 |
7 | 2025-07-18T16:16:27.129Z | + work_dir=/work |
8 | 2025-07-18T16:16:27.129Z | + input_dir=/input |
9 | 2025-07-18T16:16:27.129Z | + [[ 0 == 12345 ]] |
10 | 2025-07-18T16:16:27.129Z | + case "$kern" in |
11 | 2025-07-18T16:16:27.129Z | + groupadd -g 12345 build |
12 | 2025-07-18T16:16:27.129Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-18T16:16:29.116Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-18T16:16:29.248Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-18T16:16:29.252Z | + home_fs=zfs |
16 | 2025-07-18T16:16:29.252Z | + [[ zfs == autofs ]] |
17 | 2025-07-18T16:16:29.252Z | + mkdir -p /home/build |
18 | 2025-07-18T16:16:29.256Z | + chown build:build /home/build /work |
19 | 2025-07-18T16:16:31.255Z | + chmod 0700 /home/build /work |
20 | 2025-07-18T16:16:31.258Z | process exited: duration 4163 ms, exit code 0 |
|
21 | 2025-07-18T16:16:31.265Z | starting task 1: "rust-toolchain" |
22 | 2025-07-18T16:16:31.270Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-18T16:16:31.271Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-18T16:16:31.271Z | * rust toolchain channel = "1.88.0" |
25 | 2025-07-18T16:16:31.271Z | * rust toolchain profile = "default" |
26 | 2025-07-18T16:16:31.271Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-18T16:16:31.271Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-18T16:16:31.274Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-18T16:16:31.274Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-18T16:16:31.387Z | info: downloading installer |
31 | 2025-07-18T16:16:32.710Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-18T16:16:32.710Z | warn: /opt/ooce/bin |
33 | 2025-07-18T16:16:32.711Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-18T16:16:32.711Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-18T16:16:32.711Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-18T16:16:32.711Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-18T16:16:32.711Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-18T16:16:32.711Z | error: cannot install while Rust is installed |
39 | 2025-07-18T16:16:32.711Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-18T16:16:32.752Z | info: profile set to 'default' |
41 | 2025-07-18T16:16:32.752Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-18T16:16:32.755Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-18T16:16:32.903Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-18T16:16:32.903Z | info: downloading component 'cargo' |
45 | 2025-07-18T16:16:33.661Z | info: downloading component 'clippy' |
46 | 2025-07-18T16:16:34.045Z | info: downloading component 'rust-docs' |
47 | 2025-07-18T16:16:35.215Z | info: downloading component 'rust-std' |
48 | 2025-07-18T16:16:36.648Z | info: downloading component 'rustc' |
49 | 2025-07-18T16:16:42.562Z | info: downloading component 'rustfmt' |
50 | 2025-07-18T16:16:42.830Z | info: installing component 'cargo' |
51 | 2025-07-18T16:16:43.711Z | info: installing component 'clippy' |
52 | 2025-07-18T16:16:44.105Z | info: installing component 'rust-docs' |
53 | 2025-07-18T16:16:45.887Z | info: installing component 'rust-std' |
54 | 2025-07-18T16:16:47.671Z | info: installing component 'rustc' |
55 | 2025-07-18T16:16:54.291Z | info: installing component 'rustfmt' |
56 | 2025-07-18T16:16:54.621Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-18T16:16:54.621Z | |
58 | 2025-07-18T16:16:55.053Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-18T16:16:55.053Z | |
60 | 2025-07-18T16:16:55.056Z | |
61 | 2025-07-18T16:16:55.056Z | Rust is installed now. Great! |
62 | 2025-07-18T16:16:55.056Z | |
63 | 2025-07-18T16:16:55.056Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-18T16:16:55.056Z | environment variable. This has not been done automatically. |
65 | 2025-07-18T16:16:55.056Z | |
66 | 2025-07-18T16:16:55.056Z | To configure your current shell, you need to source |
67 | 2025-07-18T16:16:55.057Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-18T16:16:55.057Z | |
69 | 2025-07-18T16:16:55.057Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-18T16:16:55.057Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-18T16:16:55.057Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-18T16:16:55.057Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-18T16:16:55.162Z | + rustup --version |
74 | 2025-07-18T16:16:55.174Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-18T16:16:55.177Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-18T16:16:55.256Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-18T16:16:55.260Z | + cargo --version |
78 | 2025-07-18T16:16:55.320Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-18T16:16:55.324Z | + rustc --version |
80 | 2025-07-18T16:16:55.393Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-18T16:16:55.397Z | process exited: duration 24129 ms, exit code 0 |
|
82 | 2025-07-18T16:16:55.404Z | starting task 2: "authentication" |
83 | 2025-07-18T16:16:55.427Z | process exited: duration 23 ms, exit code 0 |
|
84 | 2025-07-18T16:16:55.434Z | starting task 3: "clone repository" |
85 | 2025-07-18T16:16:55.440Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-18T16:16:55.443Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-18T16:16:55.524Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-18T16:17:04.334Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-18T16:17:04.340Z | + git fetch origin bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
90 | 2025-07-18T16:17:04.699Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-18T16:17:04.704Z | * branch bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 -> FETCH_HEAD |
92 | 2025-07-18T16:17:04.711Z | + [[ -n bundle-comment ]] |
93 | 2025-07-18T16:17:04.711Z | ++ git branch --show-current |
94 | 2025-07-18T16:17:04.721Z | + current=main |
95 | 2025-07-18T16:17:04.721Z | + [[ main != bundle-comment ]] |
96 | 2025-07-18T16:17:04.721Z | + git branch -f bundle-comment bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
97 | 2025-07-18T16:17:04.721Z | + git checkout -f bundle-comment |
98 | 2025-07-18T16:17:04.945Z | Switched to branch 'bundle-comment' |
99 | 2025-07-18T16:17:04.950Z | + git reset --hard bcdd59cf4a962ca63bc2e2edb8553f4e43cb5646 |
100 | 2025-07-18T16:17:04.976Z | HEAD is now at bcdd59cf4 Support Bundle: Add user comment support |
101 | 2025-07-18T16:17:04.981Z | process exited: duration 9541 ms, exit code 0 |
|
102 | 2025-07-18T16:17:04.993Z | starting task 4: "build" |
103 | 2025-07-18T16:17:04.999Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-18T16:17:04.999Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-18T16:17:04.999Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-18T16:17:04.999Z | + cargo --version |
107 | 2025-07-18T16:17:05.055Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-18T16:17:05.060Z | + rustc --version |
109 | 2025-07-18T16:17:05.128Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-18T16:17:05.133Z | + cd /tmp |
111 | 2025-07-18T16:17:05.133Z | + cargo new --lib test-project |
112 | 2025-07-18T16:17:05.200Z | Creating library `test-project` package |
113 | 2025-07-18T16:17:05.285Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-07-18T16:17:05.289Z | + cd test-project |
115 | 2025-07-18T16:17:05.289Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-07-18T16:17:05.357Z | Adding omicron-common (local) to dependencies |
117 | 2025-07-18T16:17:05.361Z | Features: |
118 | 2025-07-18T16:17:05.362Z | - proptest |
119 | 2025-07-18T16:17:05.362Z | - test-strategy |
120 | 2025-07-18T16:17:05.362Z | - testing |
121 | 2025-07-18T16:17:05.388Z | Updating crates.io index |
122 | 2025-07-18T16:17:05.464Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-07-18T16:17:06.003Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-07-18T16:17:06.571Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-07-18T16:17:07.017Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-07-18T16:17:07.404Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-07-18T16:17:08.842Z | Locking 357 packages to latest Rust 1.88.0 compatible versions |
128 | 2025-07-18T16:17:08.957Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-07-18T16:17:08.960Z | + cargo check |
130 | 2025-07-18T16:17:09.150Z | Updating crates.io index |
131 | 2025-07-18T16:17:10.085Z | Locking 1 package to latest Rust 1.88.0 compatible version |
132 | 2025-07-18T16:17:10.085Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-07-18T16:17:10.125Z | Downloading crates ... |
134 | 2025-07-18T16:17:10.186Z | Downloaded atomic-waker v1.1.2 |
135 | 2025-07-18T16:17:10.198Z | Downloaded cfg-if v1.0.1 |
136 | 2025-07-18T16:17:10.201Z | Downloaded autocfg v1.4.0 |
137 | 2025-07-18T16:17:10.204Z | Downloaded allocator-api2 v0.2.21 |
138 | 2025-07-18T16:17:10.211Z | Downloaded byteorder v1.5.0 |
139 | 2025-07-18T16:17:10.214Z | Downloaded backoff v0.4.0 |
140 | 2025-07-18T16:17:10.217Z | Downloaded anyhow v1.0.98 |
141 | 2025-07-18T16:17:10.220Z | Downloaded litemap v0.7.3 |
142 | 2025-07-18T16:17:10.223Z | Downloaded strum_macros v0.27.1 |
143 | 2025-07-18T16:17:10.228Z | Downloaded displaydoc v0.2.5 |
144 | 2025-07-18T16:17:10.231Z | Downloaded dof v0.3.0 |
145 | 2025-07-18T16:17:10.234Z | Downloaded test-strategy v0.4.3 |
146 | 2025-07-18T16:17:10.237Z | Downloaded time-macros v0.2.18 |
147 | 2025-07-18T16:17:10.240Z | Downloaded term v0.7.0 |
148 | 2025-07-18T16:17:10.243Z | Downloaded time v0.3.36 |
149 | 2025-07-18T16:17:10.250Z | Downloaded time-core v0.1.2 |
150 | 2025-07-18T16:17:10.253Z | Downloaded dyn-clone v1.0.19 |
151 | 2025-07-18T16:17:10.254Z | Downloaded async-trait v0.1.88 |
152 | 2025-07-18T16:17:10.258Z | Downloaded tokio-macros v2.5.0 |
153 | 2025-07-18T16:17:10.261Z | Downloaded strum_macros v0.26.4 |
154 | 2025-07-18T16:17:10.264Z | Downloaded tinyvec_macros v0.1.1 |
155 | 2025-07-18T16:17:10.267Z | Downloaded futures-task v0.3.31 |
156 | 2025-07-18T16:17:10.268Z | Downloaded deranged v0.3.11 |
157 | 2025-07-18T16:17:10.271Z | Downloaded futures-sink v0.3.31 |
158 | 2025-07-18T16:17:10.274Z | Downloaded ident_case v1.0.1 |
159 | 2025-07-18T16:17:10.274Z | Downloaded bitflags v2.9.1 |
160 | 2025-07-18T16:17:10.278Z | Downloaded equivalent v1.0.2 |
161 | 2025-07-18T16:17:10.281Z | Downloaded icu_provider_macros v1.5.0 |
162 | 2025-07-18T16:17:10.281Z | Downloaded darling_macro v0.20.10 |
163 | 2025-07-18T16:17:10.285Z | Downloaded sync_wrapper v1.0.1 |
164 | 2025-07-18T16:17:10.285Z | Downloaded http-body v1.0.1 |
165 | 2025-07-18T16:17:10.288Z | Downloaded tinyvec v1.8.0 |
166 | 2025-07-18T16:17:10.292Z | Downloaded instant v0.1.13 |
167 | 2025-07-18T16:17:10.292Z | Downloaded cpufeatures v0.2.14 |
168 | 2025-07-18T16:17:10.295Z | Downloaded tower-layer v0.3.3 |
169 | 2025-07-18T16:17:10.295Z | Downloaded httpdate v1.0.3 |
170 | 2025-07-18T16:17:10.298Z | Downloaded match_cfg v0.1.0 |
171 | 2025-07-18T16:17:10.298Z | Downloaded base64 v0.22.1 |
172 | 2025-07-18T16:17:10.304Z | Downloaded yoke-derive v0.7.4 |
173 | 2025-07-18T16:17:10.307Z | Downloaded waitgroup v0.1.2 |
174 | 2025-07-18T16:17:10.307Z | Downloaded usdt-macro v0.5.0 |
175 | 2025-07-18T16:17:10.310Z | Downloaded write16 v1.0.0 |
176 | 2025-07-18T16:17:10.310Z | Downloaded want v0.3.1 |
177 | 2025-07-18T16:17:10.313Z | Downloaded pretty-hex v0.4.1 |
178 | 2025-07-18T16:17:10.313Z | Downloaded zerofrom v0.1.4 |
179 | 2025-07-18T16:17:10.317Z | Downloaded tower-service v0.3.3 |
180 | 2025-07-18T16:17:10.317Z | Downloaded tinystr v0.7.6 |
181 | 2025-07-18T16:17:10.320Z | Downloaded wait-timeout v0.2.0 |
182 | 2025-07-18T16:17:10.323Z | Downloaded futures-executor v0.3.31 |
183 | 2025-07-18T16:17:10.323Z | Downloaded fastrand v2.1.1 |
184 | 2025-07-18T16:17:10.326Z | Downloaded hostname v0.4.0 |
185 | 2025-07-18T16:17:10.330Z | Downloaded utf16_iter v1.0.5 |
186 | 2025-07-18T16:17:10.330Z | Downloaded http-body-util v0.1.3 |
187 | 2025-07-18T16:17:10.333Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2025-07-18T16:17:10.333Z | Downloaded num_threads v0.1.7 |
189 | 2025-07-18T16:17:10.336Z | Downloaded fnv v1.0.7 |
190 | 2025-07-18T16:17:10.336Z | Downloaded lazy_static v1.5.0 |
191 | 2025-07-18T16:17:10.339Z | Downloaded hostname v0.3.1 |
192 | 2025-07-18T16:17:10.339Z | Downloaded num-conv v0.1.0 |
193 | 2025-07-18T16:17:10.343Z | Downloaded usdt-attr-macro v0.5.0 |
194 | 2025-07-18T16:17:10.343Z | Downloaded getrandom v0.2.15 |
195 | 2025-07-18T16:17:10.347Z | Downloaded strum v0.26.3 |
196 | 2025-07-18T16:17:10.347Z | Downloaded ipnetwork v0.21.1 |
197 | 2025-07-18T16:17:10.350Z | Downloaded utf8_iter v1.0.4 |
198 | 2025-07-18T16:17:10.353Z | Downloaded strsim v0.11.1 |
199 | 2025-07-18T16:17:10.353Z | Downloaded unarray v0.1.4 |
200 | 2025-07-18T16:17:10.356Z | Downloaded version_check v0.9.5 |
201 | 2025-07-18T16:17:10.356Z | Downloaded typify-macro v0.3.0 |
202 | 2025-07-18T16:17:10.361Z | Downloaded toml_write v0.1.2 |
203 | 2025-07-18T16:17:10.361Z | Downloaded itoa v1.0.11 |
204 | 2025-07-18T16:17:10.364Z | Downloaded is-terminal v0.4.13 |
205 | 2025-07-18T16:17:10.364Z | Downloaded hex v0.4.3 |
206 | 2025-07-18T16:17:10.367Z | Downloaded zerofrom-derive v0.1.4 |
207 | 2025-07-18T16:17:10.367Z | Downloaded progenitor-client v0.9.1 |
208 | 2025-07-18T16:17:10.370Z | Downloaded toml v0.8.23 |
209 | 2025-07-18T16:17:10.370Z | Downloaded yoke v0.7.4 |
210 | 2025-07-18T16:17:10.373Z | Downloaded camino v1.1.10 |
211 | 2025-07-18T16:17:10.376Z | Downloaded slab v0.4.9 |
212 | 2025-07-18T16:17:10.376Z | Downloaded serde_path_to_error v0.1.17 |
213 | 2025-07-18T16:17:10.379Z | Downloaded rand_core v0.6.4 |
214 | 2025-07-18T16:17:10.382Z | Downloaded scopeguard v1.2.0 |
215 | 2025-07-18T16:17:10.382Z | Downloaded iana-time-zone v0.1.63 |
216 | 2025-07-18T16:17:10.386Z | Downloaded pest_generator v2.7.14 |
217 | 2025-07-18T16:17:10.389Z | Downloaded percent-encoding v2.3.1 |
218 | 2025-07-18T16:17:10.389Z | Downloaded paste v1.0.15 |
219 | 2025-07-18T16:17:10.392Z | Downloaded mime v0.3.17 |
220 | 2025-07-18T16:17:10.395Z | Downloaded ref-cast v1.0.24 |
221 | 2025-07-18T16:17:10.398Z | Downloaded rand_xorshift v0.4.0 |
222 | 2025-07-18T16:17:10.398Z | Downloaded usdt v0.5.0 |
223 | 2025-07-18T16:17:10.401Z | Downloaded synstructure v0.13.1 |
224 | 2025-07-18T16:17:10.401Z | Downloaded derive-ex v0.1.8 |
225 | 2025-07-18T16:17:10.401Z | Downloaded rand_chacha v0.9.0 |
226 | 2025-07-18T16:17:10.405Z | Downloaded slog-json v2.6.1 |
227 | 2025-07-18T16:17:10.409Z | Downloaded writeable v0.5.5 |
228 | 2025-07-18T16:17:10.409Z | Downloaded untrusted v0.9.0 |
229 | 2025-07-18T16:17:10.409Z | Downloaded lock_api v0.4.12 |
230 | 2025-07-18T16:17:10.412Z | Downloaded crossbeam-utils v0.8.21 |
231 | 2025-07-18T16:17:10.415Z | Downloaded rand_chacha v0.3.1 |
232 | 2025-07-18T16:17:10.415Z | Downloaded structmeta-derive v0.3.0 |
233 | 2025-07-18T16:17:10.418Z | Downloaded pin-utils v0.1.0 |
234 | 2025-07-18T16:17:10.418Z | Downloaded strum v0.27.1 |
235 | 2025-07-18T16:17:10.418Z | Downloaded signal-hook-registry v1.4.2 |
236 | 2025-07-18T16:17:10.421Z | Downloaded shlex v1.3.0 |
237 | 2025-07-18T16:17:10.422Z | Downloaded pin-project-lite v0.2.14 |
238 | 2025-07-18T16:17:10.426Z | Downloaded scroll_derive v0.12.0 |
239 | 2025-07-18T16:17:10.429Z | Downloaded ucd-trie v0.1.7 |
240 | 2025-07-18T16:17:10.430Z | Downloaded tokio-rustls v0.26.0 |
241 | 2025-07-18T16:17:10.433Z | Downloaded serde_urlencoded v0.7.1 |
242 | 2025-07-18T16:17:10.433Z | Downloaded serde_tokenstream v0.2.2 |
243 | 2025-07-18T16:17:10.436Z | Downloaded serde_derive_internals v0.29.1 |
244 | 2025-07-18T16:17:10.436Z | Downloaded dropshot_endpoint v0.16.2 |
245 | 2025-07-18T16:17:10.440Z | Downloaded serde_spanned v0.6.9 |
246 | 2025-07-18T16:17:10.443Z | Downloaded pest_derive v2.7.14 |
247 | 2025-07-18T16:17:10.446Z | Downloaded multer v3.1.0 |
248 | 2025-07-18T16:17:10.450Z | Downloaded quick-error v1.2.3 |
249 | 2025-07-18T16:17:10.450Z | Downloaded unicode-ident v1.0.18 |
250 | 2025-07-18T16:17:10.453Z | Downloaded rand_core v0.9.2 |
251 | 2025-07-18T16:17:10.453Z | Downloaded plain v0.2.3 |
252 | 2025-07-18T16:17:10.456Z | Downloaded rusty-fork v0.3.0 |
253 | 2025-07-18T16:17:10.456Z | Downloaded rustversion v1.0.17 |
254 | 2025-07-18T16:17:10.459Z | Downloaded slog-term v2.9.1 |
255 | 2025-07-18T16:17:10.462Z | Downloaded ipnet v2.11.0 |
256 | 2025-07-18T16:17:10.466Z | Downloaded sha1 v0.10.6 |
257 | 2025-07-18T16:17:10.466Z | Downloaded slog-bunyan v2.5.0 |
258 | 2025-07-18T16:17:10.469Z | Downloaded spin v0.9.8 |
259 | 2025-07-18T16:17:10.469Z | Downloaded serde_with_macros v3.14.0 |
260 | 2025-07-18T16:17:10.473Z | Downloaded getrandom v0.3.1 |
261 | 2025-07-18T16:17:10.476Z | Downloaded futures v0.3.31 |
262 | 2025-07-18T16:17:10.480Z | Downloaded quote v1.0.40 |
263 | 2025-07-18T16:17:10.484Z | Downloaded uuid v1.17.0 |
264 | 2025-07-18T16:17:10.487Z | Downloaded log v0.4.27 |
265 | 2025-07-18T16:17:10.487Z | Downloaded icu_provider v1.5.0 |
266 | 2025-07-18T16:17:10.490Z | Downloaded icu_properties v1.5.1 |
267 | 2025-07-18T16:17:10.493Z | Downloaded futures-channel v0.3.31 |
268 | 2025-07-18T16:17:10.496Z | Downloaded smallvec v1.15.0 |
269 | 2025-07-18T16:17:10.496Z | Downloaded url v2.5.4 |
270 | 2025-07-18T16:17:10.500Z | Downloaded num-traits v0.2.19 |
271 | 2025-07-18T16:17:10.503Z | Downloaded tracing v0.1.40 |
272 | 2025-07-18T16:17:10.507Z | Downloaded unsafe-libyaml v0.2.11 |
273 | 2025-07-18T16:17:10.510Z | Downloaded semver v1.0.26 |
274 | 2025-07-18T16:17:10.510Z | Downloaded ryu v1.0.18 |
275 | 2025-07-18T16:17:10.513Z | Downloaded slog v2.7.0 |
276 | 2025-07-18T16:17:10.516Z | Downloaded rustls-pki-types v1.10.0 |
277 | 2025-07-18T16:17:10.520Z | Downloaded toml_edit v0.22.27 |
278 | 2025-07-18T16:17:10.523Z | Downloaded icu_collections v1.5.0 |
279 | 2025-07-18T16:17:10.528Z | Downloaded progenitor-impl v0.9.1 |
280 | 2025-07-18T16:17:10.531Z | Downloaded cc v1.2.15 |
281 | 2025-07-18T16:17:10.534Z | Downloaded crossbeam-channel v0.5.15 |
282 | 2025-07-18T16:17:10.538Z | Downloaded memchr v2.7.4 |
283 | 2025-07-18T16:17:10.541Z | Downloaded serde_derive v1.0.219 |
284 | 2025-07-18T16:17:10.544Z | Downloaded socket2 v0.5.10 |
285 | 2025-07-18T16:17:10.548Z | Downloaded schemars v0.8.22 |
286 | 2025-07-18T16:17:10.558Z | Downloaded serde_yaml v0.9.34+deprecated |
287 | 2025-07-18T16:17:10.561Z | Downloaded proc-macro2 v1.0.95 |
288 | 2025-07-18T16:17:10.564Z | Downloaded rand v0.8.5 |
289 | 2025-07-18T16:17:10.567Z | Downloaded quinn v0.11.5 |
290 | 2025-07-18T16:17:10.570Z | Downloaded zerovec v0.10.4 |
291 | 2025-07-18T16:17:10.573Z | Downloaded tokio-util v0.7.15 |
292 | 2025-07-18T16:17:10.580Z | Downloaded serde v1.0.219 |
293 | 2025-07-18T16:17:10.583Z | Downloaded iddqd v0.3.8 |
294 | 2025-07-18T16:17:10.588Z | Downloaded hyper-util v0.1.14 |
295 | 2025-07-18T16:17:10.593Z | Downloaded rand v0.9.1 |
296 | 2025-07-18T16:17:10.596Z | Downloaded tower-http v0.6.6 |
297 | 2025-07-18T16:17:10.603Z | Downloaded serde_json v1.0.140 |
298 | 2025-07-18T16:17:10.610Z | Downloaded iri-string v0.7.8 |
299 | 2025-07-18T16:17:10.617Z | Downloaded idna v1.0.3 |
300 | 2025-07-18T16:17:10.621Z | Downloaded winnow v0.7.10 |
301 | 2025-07-18T16:17:10.627Z | Downloaded futures-util v0.3.31 |
302 | 2025-07-18T16:17:10.638Z | Downloaded hyper v1.6.0 |
303 | 2025-07-18T16:17:10.642Z | Downloaded h2 v0.4.6 |
304 | 2025-07-18T16:17:10.648Z | Downloaded quinn-proto v0.11.8 |
305 | 2025-07-18T16:17:10.653Z | Downloaded reqwest v0.12.22 |
306 | 2025-07-18T16:17:10.661Z | Downloaded rustls-webpki v0.102.8 |
307 | 2025-07-18T16:17:10.678Z | Downloaded serde_with v3.14.0 |
308 | 2025-07-18T16:17:10.689Z | Downloaded icu_properties_data v1.5.0 |
309 | 2025-07-18T16:17:10.697Z | Downloaded zerocopy v0.8.26 |
310 | 2025-07-18T16:17:10.715Z | Downloaded webpki-roots v1.0.1 |
311 | 2025-07-18T16:17:10.719Z | Downloaded regex v1.11.1 |
312 | 2025-07-18T16:17:10.729Z | Downloaded syn v2.0.104 |
313 | 2025-07-18T16:17:10.739Z | Downloaded dropshot v0.16.2 |
314 | 2025-07-18T16:17:10.758Z | Downloaded rustls v0.23.19 |
315 | 2025-07-18T16:17:10.782Z | Downloaded rustls v0.22.4 |
316 | 2025-07-18T16:17:10.786Z | Downloaded regex-syntax v0.8.5 |
317 | 2025-07-18T16:17:10.786Z | Downloaded regress v0.10.3 |
318 | 2025-07-18T16:17:10.790Z | Downloaded tokio v1.45.1 |
319 | 2025-07-18T16:17:10.828Z | Downloaded openapiv3 v2.2.0 |
320 | 2025-07-18T16:17:10.839Z | Downloaded proptest v1.7.0 |
321 | 2025-07-18T16:17:10.846Z | Downloaded typify-impl v0.3.0 |
322 | 2025-07-18T16:17:10.857Z | Downloaded goblin v0.8.2 |
323 | 2025-07-18T16:17:10.862Z | Downloaded rustix v1.0.7 |
324 | 2025-07-18T16:17:10.883Z | Downloaded hashbrown v0.15.4 |
325 | 2025-07-18T16:17:10.888Z | Downloaded pest v2.7.14 |
326 | 2025-07-18T16:17:10.892Z | Downloaded zerocopy v0.7.35 |
327 | 2025-07-18T16:17:10.907Z | Downloaded tower v0.5.2 |
328 | 2025-07-18T16:17:10.914Z | Downloaded http v1.3.1 |
329 | 2025-07-18T16:17:10.917Z | Downloaded mio v1.0.2 |
330 | 2025-07-18T16:17:10.921Z | Downloaded regex-automata v0.4.8 |
331 | 2025-07-18T16:17:10.936Z | Downloaded indexmap v2.10.0 |
332 | 2025-07-18T16:17:10.939Z | Downloaded pest_meta v2.7.14 |
333 | 2025-07-18T16:17:10.943Z | Downloaded sha2 v0.10.9 |
334 | 2025-07-18T16:17:10.943Z | Downloaded tracing-core v0.1.32 |
335 | 2025-07-18T16:17:10.946Z | Downloaded darling_core v0.20.10 |
336 | 2025-07-18T16:17:10.949Z | Downloaded quinn-udp v0.5.5 |
337 | 2025-07-18T16:17:10.952Z | Downloaded parking_lot v0.12.3 |
338 | 2025-07-18T16:17:10.952Z | Downloaded once_cell v1.21.3 |
339 | 2025-07-18T16:17:10.956Z | Downloaded scroll v0.12.0 |
340 | 2025-07-18T16:17:10.956Z | Downloaded typenum v1.17.0 |
341 | 2025-07-18T16:17:10.959Z | Downloaded zerocopy-derive v0.7.35 |
342 | 2025-07-18T16:17:10.963Z | Downloaded rustc-hash v2.1.1 |
343 | 2025-07-18T16:17:10.963Z | Downloaded libc v0.2.174 |
344 | 2025-07-18T16:17:10.984Z | Downloaded progenitor-client v0.10.0 |
345 | 2025-07-18T16:17:10.987Z | Downloaded progenitor v0.9.1 |
346 | 2025-07-18T16:17:10.987Z | Downloaded zeroize v1.8.1 |
347 | 2025-07-18T16:17:10.990Z | Downloaded typify v0.3.0 |
348 | 2025-07-18T16:17:10.990Z | Downloaded icu_locid_transform_data v1.5.0 |
349 | 2025-07-18T16:17:10.993Z | Downloaded zerovec-derive v0.10.3 |
350 | 2025-07-18T16:17:10.993Z | Downloaded parking_lot_core v0.9.10 |
351 | 2025-07-18T16:17:10.997Z | Downloaded icu_normalizer_data v1.5.0 |
352 | 2025-07-18T16:17:10.997Z | Downloaded icu_normalizer v1.5.0 |
353 | 2025-07-18T16:17:11.000Z | Downloaded icu_locid v1.5.0 |
354 | 2025-07-18T16:17:11.005Z | Downloaded newtype-uuid v1.2.4 |
355 | 2025-07-18T16:17:11.008Z | Downloaded ppv-lite86 v0.2.20 |
356 | 2025-07-18T16:17:11.008Z | Downloaded slog-async v2.8.0 |
357 | 2025-07-18T16:17:11.008Z | Downloaded rustls-pemfile v2.2.0 |
358 | 2025-07-18T16:17:11.011Z | Downloaded tokio-rustls v0.25.0 |
359 | 2025-07-18T16:17:11.011Z | Downloaded stable_deref_trait v1.2.0 |
360 | 2025-07-18T16:17:11.015Z | Downloaded httparse v1.9.5 |
361 | 2025-07-18T16:17:11.015Z | Downloaded derive-where v1.5.0 |
362 | 2025-07-18T16:17:11.019Z | Downloaded macaddr v1.0.1 |
363 | 2025-07-18T16:17:11.022Z | Downloaded icu_locid_transform v1.5.0 |
364 | 2025-07-18T16:17:11.022Z | Downloaded parse-display v0.10.0 |
365 | 2025-07-18T16:17:11.025Z | Downloaded hyper-rustls v0.27.7 |
366 | 2025-07-18T16:17:11.025Z | Downloaded generic-array v0.14.7 |
367 | 2025-07-18T16:17:11.029Z | Downloaded darling v0.20.10 |
368 | 2025-07-18T16:17:11.032Z | Downloaded daft-derive v0.1.4 |
369 | 2025-07-18T16:17:11.036Z | Downloaded parse-display-derive v0.10.0 |
370 | 2025-07-18T16:17:11.036Z | Downloaded oxnet v0.1.2 |
371 | 2025-07-18T16:17:11.040Z | Downloaded memmap v0.7.0 |
372 | 2025-07-18T16:17:11.040Z | Downloaded schemars_derive v0.8.22 |
373 | 2025-07-18T16:17:11.040Z | Downloaded ref-cast-impl v1.0.24 |
374 | 2025-07-18T16:17:11.040Z | Downloaded progenitor-macro v0.9.1 |
375 | 2025-07-18T16:17:11.043Z | Downloaded powerfmt v0.2.0 |
376 | 2025-07-18T16:17:11.043Z | Downloaded structmeta v0.3.0 |
377 | 2025-07-18T16:17:11.043Z | Downloaded futures-core v0.3.31 |
378 | 2025-07-18T16:17:11.043Z | Downloaded daft v0.1.4 |
379 | 2025-07-18T16:17:11.047Z | Downloaded idna_adapter v1.2.0 |
380 | 2025-07-18T16:17:11.047Z | Downloaded toml_datetime v0.6.11 |
381 | 2025-07-18T16:17:11.051Z | Downloaded heck v0.5.0 |
382 | 2025-07-18T16:17:11.051Z | Downloaded bytes v1.10.1 |
383 | 2025-07-18T16:17:11.054Z | Downloaded crypto-common v0.1.6 |
384 | 2025-07-18T16:17:11.054Z | Downloaded errno v0.3.12 |
385 | 2025-07-18T16:17:11.054Z | Downloaded usdt-impl v0.5.0 |
386 | 2025-07-18T16:17:11.058Z | Downloaded thiserror v2.0.12 |
387 | 2025-07-18T16:17:11.061Z | Downloaded encoding_rs v0.8.34 |
388 | 2025-07-18T16:17:11.078Z | Downloaded futures-macro v0.3.31 |
389 | 2025-07-18T16:17:11.081Z | Downloaded futures-io v0.3.31 |
390 | 2025-07-18T16:17:11.081Z | Downloaded bit-set v0.8.0 |
391 | 2025-07-18T16:17:11.081Z | Downloaded thiserror-impl v2.0.12 |
392 | 2025-07-18T16:17:11.086Z | Downloaded form_urlencoded v1.2.1 |
393 | 2025-07-18T16:17:11.086Z | Downloaded try-lock v0.2.5 |
394 | 2025-07-18T16:17:11.086Z | Downloaded ring v0.17.14 |
395 | 2025-07-18T16:17:11.120Z | Downloaded foldhash v0.1.5 |
396 | 2025-07-18T16:17:11.123Z | Downloaded dirs-sys-next v0.1.2 |
397 | 2025-07-18T16:17:11.123Z | Downloaded debug-ignore v1.0.5 |
398 | 2025-07-18T16:17:11.123Z | Downloaded bit-vec v0.8.0 |
399 | 2025-07-18T16:17:11.127Z | Downloaded thread_local v1.1.8 |
400 | 2025-07-18T16:17:11.127Z | Downloaded thiserror v1.0.69 |
401 | 2025-07-18T16:17:11.130Z | Downloaded tempfile v3.20.0 |
402 | 2025-07-18T16:17:11.133Z | Downloaded take_mut v0.2.2 |
403 | 2025-07-18T16:17:11.133Z | Downloaded subtle v2.6.1 |
404 | 2025-07-18T16:17:11.136Z | Downloaded dtrace-parser v0.2.0 |
405 | 2025-07-18T16:17:11.136Z | Downloaded dirs-next v2.0.0 |
406 | 2025-07-18T16:17:11.136Z | Downloaded chrono v0.4.41 |
407 | 2025-07-18T16:17:11.141Z | Downloaded async-stream-impl v0.3.6 |
408 | 2025-07-18T16:17:11.144Z | Downloaded thread-id v4.2.2 |
409 | 2025-07-18T16:17:11.145Z | Downloaded thiserror-impl v1.0.69 |
410 | 2025-07-18T16:17:11.145Z | Downloaded digest v0.10.7 |
411 | 2025-07-18T16:17:11.148Z | Downloaded aho-corasick v1.1.3 |
412 | 2025-07-18T16:17:11.151Z | Downloaded block-buffer v0.10.4 |
413 | 2025-07-18T16:17:11.154Z | Downloaded async-stream v0.3.6 |
414 | 2025-07-18T16:17:11.225Z | Compiling proc-macro2 v1.0.95 |
415 | 2025-07-18T16:17:11.225Z | Compiling unicode-ident v1.0.18 |
416 | 2025-07-18T16:17:11.229Z | Compiling libc v0.2.174 |
417 | 2025-07-18T16:17:11.230Z | Checking cfg-if v1.0.1 |
418 | 2025-07-18T16:17:11.230Z | Compiling autocfg v1.4.0 |
419 | 2025-07-18T16:17:11.230Z | Compiling serde v1.0.219 |
420 | 2025-07-18T16:17:11.230Z | Checking memchr v2.7.4 |
421 | 2025-07-18T16:17:11.341Z | Compiling serde_json v1.0.140 |
422 | 2025-07-18T16:17:11.464Z | Checking itoa v1.0.11 |
423 | 2025-07-18T16:17:11.696Z | Checking ryu v1.0.18 |
424 | 2025-07-18T16:17:11.916Z | Compiling getrandom v0.3.1 |
425 | 2025-07-18T16:17:12.116Z | Compiling semver v1.0.26 |
426 | 2025-07-18T16:17:12.312Z | Checking pin-project-lite v0.2.14 |
427 | 2025-07-18T16:17:12.355Z | Checking smallvec v1.15.0 |
428 | 2025-07-18T16:17:12.455Z | Compiling version_check v0.9.5 |
429 | 2025-07-18T16:17:12.488Z | Checking futures-core v0.3.31 |
430 | 2025-07-18T16:17:12.674Z | Checking bytes v1.10.1 |
431 | 2025-07-18T16:17:12.694Z | Checking once_cell v1.21.3 |
432 | 2025-07-18T16:17:12.715Z | Compiling lock_api v0.4.12 |
433 | 2025-07-18T16:17:12.865Z | Compiling num-traits v0.2.19 |
434 | 2025-07-18T16:17:12.880Z | Checking foldhash v0.1.5 |
435 | 2025-07-18T16:17:13.004Z | Checking equivalent v1.0.2 |
436 | 2025-07-18T16:17:13.093Z | Compiling parking_lot_core v0.9.10 |
437 | 2025-07-18T16:17:13.115Z | Checking allocator-api2 v0.2.21 |
438 | 2025-07-18T16:17:13.225Z | Checking fnv v1.0.7 |
439 | 2025-07-18T16:17:13.296Z | Checking scopeguard v1.2.0 |
440 | 2025-07-18T16:17:13.368Z | Compiling thiserror v1.0.69 |
441 | 2025-07-18T16:17:13.450Z | Compiling quote v1.0.40 |
442 | 2025-07-18T16:17:13.698Z | Compiling slab v0.4.9 |
443 | 2025-07-18T16:17:13.727Z | Checking hashbrown v0.15.4 |
444 | 2025-07-18T16:17:13.860Z | Compiling syn v2.0.104 |
445 | 2025-07-18T16:17:13.874Z | Checking futures-sink v0.3.31 |
446 | 2025-07-18T16:17:13.940Z | Compiling shlex v1.3.0 |
447 | 2025-07-18T16:17:14.033Z | Checking parking_lot v0.12.3 |
448 | 2025-07-18T16:17:14.065Z | Checking getrandom v0.2.15 |
449 | 2025-07-18T16:17:14.239Z | Compiling cc v1.2.15 |
450 | 2025-07-18T16:17:14.276Z | Checking signal-hook-registry v1.4.2 |
451 | 2025-07-18T16:17:14.325Z | Checking mio v1.0.2 |
452 | 2025-07-18T16:17:14.325Z | Checking socket2 v0.5.10 |
453 | 2025-07-18T16:17:14.403Z | Checking iana-time-zone v0.1.63 |
454 | 2025-07-18T16:17:14.540Z | Checking stable_deref_trait v1.2.0 |
455 | 2025-07-18T16:17:14.553Z | Compiling schemars v0.8.22 |
456 | 2025-07-18T16:17:14.779Z | Checking dyn-clone v1.0.19 |
457 | 2025-07-18T16:17:14.797Z | Compiling heck v0.5.0 |
458 | 2025-07-18T16:17:14.902Z | Checking futures-channel v0.3.31 |
459 | 2025-07-18T16:17:14.912Z | Checking http v1.3.1 |
460 | 2025-07-18T16:17:14.928Z | Checking futures-task v0.3.31 |
461 | 2025-07-18T16:17:14.959Z | Compiling thiserror v2.0.12 |
462 | 2025-07-18T16:17:14.979Z | Checking futures-io v0.3.31 |
463 | 2025-07-18T16:17:15.160Z | Checking log v0.4.27 |
464 | 2025-07-18T16:17:15.175Z | Checking pin-utils v0.1.0 |
465 | 2025-07-18T16:17:15.210Z | Checking rustls-pki-types v1.10.0 |
466 | 2025-07-18T16:17:15.679Z | Checking untrusted v0.9.0 |
467 | 2025-07-18T16:17:15.767Z | Checking litemap v0.7.3 |
468 | 2025-07-18T16:17:15.861Z | Checking writeable v0.5.5 |
469 | 2025-07-18T16:17:15.962Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-18T16:17:16.133Z | Checking byteorder v1.5.0 |
471 | 2025-07-18T16:17:16.164Z | Compiling httparse v1.9.5 |
472 | 2025-07-18T16:17:16.231Z | Checking http-body v1.0.1 |
473 | 2025-07-18T16:17:16.424Z | Checking tracing-core v0.1.32 |
474 | 2025-07-18T16:17:16.459Z | Checking bitflags v2.9.1 |
475 | 2025-07-18T16:17:16.568Z | Checking zeroize v1.8.1 |
476 | 2025-07-18T16:17:16.854Z | Checking atomic-waker v1.1.2 |
477 | 2025-07-18T16:17:16.871Z | Checking percent-encoding v2.3.1 |
478 | 2025-07-18T16:17:17.015Z | Checking icu_locid_transform_data v1.5.0 |
479 | 2025-07-18T16:17:17.082Z | Compiling ring v0.17.14 |
480 | 2025-07-18T16:17:17.096Z | Checking subtle v2.6.1 |
481 | 2025-07-18T16:17:17.163Z | Checking tracing v0.1.40 |
482 | 2025-07-18T16:17:17.415Z | Checking try-lock v0.2.5 |
483 | 2025-07-18T16:17:17.486Z | Checking icu_properties_data v1.5.0 |
484 | 2025-07-18T16:17:17.506Z | Compiling uuid v1.17.0 |
485 | 2025-07-18T16:17:17.644Z | Checking tower-service v0.3.3 |
486 | 2025-07-18T16:17:17.720Z | Compiling chrono v0.4.41 |
487 | 2025-07-18T16:17:17.779Z | Checking want v0.3.1 |
488 | 2025-07-18T16:17:17.782Z | Compiling regress v0.10.3 |
489 | 2025-07-18T16:17:17.806Z | Compiling rustls v0.23.19 |
490 | 2025-07-18T16:17:17.972Z | Checking httpdate v1.0.3 |
491 | 2025-07-18T16:17:18.060Z | Checking utf16_iter v1.0.5 |
492 | 2025-07-18T16:17:18.153Z | Checking write16 v1.0.0 |
493 | 2025-07-18T16:17:18.212Z | Compiling slog v2.7.0 |
494 | 2025-07-18T16:17:18.227Z | Checking utf8_iter v1.0.4 |
495 | 2025-07-18T16:17:18.265Z | Checking icu_normalizer_data v1.5.0 |
496 | 2025-07-18T16:17:18.443Z | Checking form_urlencoded v1.2.1 |
497 | 2025-07-18T16:17:18.619Z | Compiling aho-corasick v1.1.3 |
498 | 2025-07-18T16:17:18.666Z | Compiling regex-syntax v0.8.5 |
499 | 2025-07-18T16:17:18.771Z | Compiling typenum v1.17.0 |
500 | 2025-07-18T16:17:19.449Z | Compiling zerocopy v0.8.26 |
501 | 2025-07-18T16:17:19.722Z | Checking ipnet v2.11.0 |
502 | 2025-07-18T16:17:20.190Z | Checking base64 v0.22.1 |
503 | 2025-07-18T16:17:20.701Z | Compiling paste v1.0.15 |
504 | 2025-07-18T16:17:21.229Z | Compiling serde_derive_internals v0.29.1 |
505 | 2025-07-18T16:17:22.047Z | Compiling synstructure v0.13.1 |
506 | 2025-07-18T16:17:22.275Z | Compiling regex-automata v0.4.8 |
507 | 2025-07-18T16:17:23.236Z | Compiling generic-array v0.14.7 |
508 | 2025-07-18T16:17:23.253Z | Checking sync_wrapper v1.0.1 |
509 | 2025-07-18T16:17:23.405Z | Compiling newtype-uuid v1.2.4 |
510 | 2025-07-18T16:17:23.578Z | Checking tower-layer v0.3.3 |
511 | 2025-07-18T16:17:23.603Z | Compiling rustversion v1.0.17 |
512 | 2025-07-18T16:17:24.126Z | Checking http-body-util v0.1.3 |
513 | 2025-07-18T16:17:24.299Z | Checking webpki-roots v1.0.1 |
514 | 2025-07-18T16:17:24.390Z | Checking rustls-webpki v0.102.8 |
515 | 2025-07-18T16:17:24.520Z | Compiling usdt-impl v0.5.0 |
516 | 2025-07-18T16:17:24.599Z | Compiling serde_derive v1.0.219 |
517 | 2025-07-18T16:17:24.921Z | Compiling schemars_derive v0.8.22 |
518 | 2025-07-18T16:17:24.946Z | Compiling zerofrom-derive v0.1.4 |
519 | 2025-07-18T16:17:24.984Z | Compiling thiserror-impl v1.0.69 |
520 | 2025-07-18T16:17:25.088Z | Compiling tokio-macros v2.5.0 |
521 | 2025-07-18T16:17:25.239Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-07-18T16:17:26.530Z | Compiling yoke-derive v0.7.4 |
523 | 2025-07-18T16:17:27.407Z | Checking tokio v1.45.1 |
524 | 2025-07-18T16:17:27.442Z | Compiling zerovec-derive v0.10.3 |
525 | 2025-07-18T16:17:27.601Z | Compiling displaydoc v0.2.5 |
526 | 2025-07-18T16:17:27.635Z | Compiling futures-macro v0.3.31 |
527 | 2025-07-18T16:17:27.931Z | Checking zerofrom v0.1.4 |
528 | 2025-07-18T16:17:28.166Z | Compiling thiserror-impl v2.0.12 |
529 | 2025-07-18T16:17:28.824Z | Checking yoke v0.7.4 |
530 | 2025-07-18T16:17:28.927Z | Compiling icu_provider_macros v1.5.0 |
531 | 2025-07-18T16:17:29.070Z | Compiling pest v2.7.14 |
532 | 2025-07-18T16:17:29.128Z | Checking zerocopy v0.7.35 |
533 | 2025-07-18T16:17:29.389Z | Checking futures-util v0.3.31 |
534 | 2025-07-18T16:17:29.440Z | Checking zerovec v0.10.4 |
535 | 2025-07-18T16:17:30.391Z | Checking ppv-lite86 v0.2.20 |
536 | 2025-07-18T16:17:31.046Z | Checking tinystr v0.7.6 |
537 | 2025-07-18T16:17:31.105Z | Checking icu_collections v1.5.0 |
538 | 2025-07-18T16:17:31.772Z | Checking icu_locid v1.5.0 |
539 | 2025-07-18T16:17:31.881Z | Compiling pest_meta v2.7.14 |
540 | 2025-07-18T16:17:32.670Z | Compiling regex v1.11.1 |
541 | 2025-07-18T16:17:32.769Z | Checking icu_provider v1.5.0 |
542 | 2025-07-18T16:17:33.415Z | Checking icu_locid_transform v1.5.0 |
543 | 2025-07-18T16:17:33.591Z | Compiling pest_generator v2.7.14 |
544 | 2025-07-18T16:17:33.753Z | Checking tokio-util v0.7.15 |
545 | 2025-07-18T16:17:34.124Z | Checking tower v0.5.2 |
546 | 2025-07-18T16:17:34.421Z | Checking icu_properties v1.5.1 |
547 | 2025-07-18T16:17:34.583Z | Compiling structmeta-derive v0.3.0 |
548 | 2025-07-18T16:17:34.830Z | Compiling scroll_derive v0.12.0 |
549 | 2025-07-18T16:17:34.833Z | Checking tokio-rustls v0.26.0 |
550 | 2025-07-18T16:17:35.216Z | Checking powerfmt v0.2.0 |
551 | 2025-07-18T16:17:35.476Z | Compiling pest_derive v2.7.14 |
552 | 2025-07-18T16:17:35.510Z | Compiling time-core v0.1.2 |
553 | 2025-07-18T16:17:35.700Z | Checking iri-string v0.7.8 |
554 | 2025-07-18T16:17:36.964Z | Checking indexmap v2.10.0 |
555 | 2025-07-18T16:17:37.022Z | Compiling serde_tokenstream v0.2.2 |
556 | 2025-07-18T16:17:37.545Z | Checking serde_urlencoded v0.7.1 |
557 | 2025-07-18T16:17:37.676Z | Checking icu_normalizer v1.5.0 |
558 | 2025-07-18T16:17:37.844Z | Compiling num-conv v0.1.0 |
559 | 2025-07-18T16:17:37.985Z | Compiling rustix v1.0.7 |
560 | 2025-07-18T16:17:38.134Z | Compiling time-macros v0.2.18 |
561 | 2025-07-18T16:17:38.189Z | Checking h2 v0.4.6 |
562 | 2025-07-18T16:17:38.215Z | Checking tower-http v0.6.6 |
563 | 2025-07-18T16:17:38.660Z | Checking idna_adapter v1.2.0 |
564 | 2025-07-18T16:17:38.787Z | Compiling dof v0.3.0 |
565 | 2025-07-18T16:17:38.863Z | Checking idna v1.0.3 |
566 | 2025-07-18T16:17:38.875Z | Compiling structmeta v0.3.0 |
567 | 2025-07-18T16:17:39.212Z | Compiling dtrace-parser v0.2.0 |
568 | 2025-07-18T16:17:39.369Z | Checking url v2.5.4 |
569 | 2025-07-18T16:17:39.557Z | Checking scroll v0.12.0 |
570 | 2025-07-18T16:17:39.780Z | Checking ipnetwork v0.21.1 |
571 | 2025-07-18T16:17:40.165Z | Checking oxnet v0.1.2 |
572 | 2025-07-18T16:17:40.198Z | Checking deranged v0.3.11 |
573 | 2025-07-18T16:17:40.287Z | Compiling typify-impl v0.3.0 |
574 | 2025-07-18T16:17:40.535Z | Checking rand_core v0.9.2 |
575 | 2025-07-18T16:17:40.771Z | Compiling thread-id v4.2.2 |
576 | 2025-07-18T16:17:40.901Z | Compiling daft-derive v0.1.4 |
577 | 2025-07-18T16:17:41.531Z | Checking errno v0.3.12 |
578 | 2025-07-18T16:17:41.887Z | Compiling strsim v0.11.1 |
579 | 2025-07-18T16:17:42.131Z | Compiling crossbeam-utils v0.8.21 |
580 | 2025-07-18T16:17:42.136Z | Checking num_threads v0.1.7 |
581 | 2025-07-18T16:17:42.199Z | Compiling ident_case v1.0.1 |
582 | 2025-07-18T16:17:42.300Z | Checking hyper v1.6.0 |
583 | 2025-07-18T16:17:42.401Z | Checking plain v0.2.3 |
584 | 2025-07-18T16:17:42.426Z | Compiling omicron-workspace-hack v0.1.0 |
585 | 2025-07-18T16:17:42.574Z | Checking goblin v0.8.2 |
586 | 2025-07-18T16:17:42.767Z | Checking time v0.3.36 |
587 | 2025-07-18T16:17:42.818Z | Checking daft v0.1.4 |
588 | 2025-07-18T16:17:43.285Z | Compiling darling_core v0.20.10 |
589 | 2025-07-18T16:17:44.323Z | Checking hyper-util v0.1.14 |
590 | 2025-07-18T16:17:45.811Z | Compiling openapiv3 v2.2.0 |
591 | 2025-07-18T16:17:46.497Z | Checking hyper-rustls v0.27.7 |
592 | 2025-07-18T16:17:46.827Z | Checking reqwest v0.12.22 |
593 | 2025-07-18T16:17:47.172Z | Checking dirs-sys-next v0.1.2 |
594 | 2025-07-18T16:17:47.202Z | Compiling anyhow v1.0.98 |
595 | 2025-07-18T16:17:47.363Z | Checking pretty-hex v0.4.1 |
596 | 2025-07-18T16:17:47.464Z | Compiling rustls v0.22.4 |
597 | 2025-07-18T16:17:47.552Z | Compiling unsafe-libyaml v0.2.11 |
598 | 2025-07-18T16:17:47.806Z | Checking fastrand v2.1.1 |
599 | 2025-07-18T16:17:48.131Z | Checking tempfile v3.20.0 |
600 | 2025-07-18T16:17:48.278Z | Checking dirs-next v2.0.0 |
601 | 2025-07-18T16:17:48.413Z | Compiling darling_macro v0.20.10 |
602 | 2025-07-18T16:17:48.694Z | Checking crypto-common v0.1.6 |
603 | 2025-07-18T16:17:48.882Z | Compiling serde_yaml v0.9.34+deprecated |
604 | 2025-07-18T16:17:48.992Z | Checking block-buffer v0.10.4 |
605 | 2025-07-18T16:17:49.170Z | Checking serde_spanned v0.6.9 |
606 | 2025-07-18T16:17:49.205Z | Checking toml_datetime v0.6.11 |
607 | 2025-07-18T16:17:49.287Z | Checking rand_core v0.6.4 |
608 | 2025-07-18T16:17:49.358Z | Checking thread_local v1.1.8 |
609 | 2025-07-18T16:17:49.361Z | Compiling multer v3.1.0 |
610 | 2025-07-18T16:17:49.557Z | Checking wait-timeout v0.2.0 |
611 | 2025-07-18T16:17:49.587Z | Compiling ref-cast v1.0.24 |
612 | 2025-07-18T16:17:49.627Z | Checking quick-error v1.2.3 |
613 | 2025-07-18T16:17:49.702Z | Checking winnow v0.7.10 |
614 | 2025-07-18T16:17:49.716Z | Checking toml_write v0.1.2 |
615 | 2025-07-18T16:17:49.746Z | Compiling camino v1.1.10 |
616 | 2025-07-18T16:17:49.749Z | Compiling slog-async v2.8.0 |
617 | 2025-07-18T16:17:49.780Z | Checking bit-vec v0.8.0 |
618 | 2025-07-18T16:17:50.031Z | Checking match_cfg v0.1.0 |
619 | 2025-07-18T16:17:50.129Z | Checking hostname v0.3.1 |
620 | 2025-07-18T16:17:50.159Z | Checking bit-set v0.8.0 |
621 | 2025-07-18T16:17:50.173Z | Checking rusty-fork v0.3.0 |
622 | 2025-07-18T16:17:50.344Z | Checking rand_chacha v0.3.1 |
623 | 2025-07-18T16:17:50.411Z | Compiling darling v0.20.10 |
624 | 2025-07-18T16:17:50.415Z | Checking crossbeam-channel v0.5.15 |
625 | 2025-07-18T16:17:50.471Z | Checking digest v0.10.7 |
626 | 2025-07-18T16:17:50.526Z | Checking term v0.7.0 |
627 | 2025-07-18T16:17:50.787Z | Checking progenitor-client v0.9.1 |
628 | 2025-07-18T16:17:50.952Z | Compiling usdt-attr-macro v0.5.0 |
629 | 2025-07-18T16:17:51.110Z | Compiling usdt-macro v0.5.0 |
630 | 2025-07-18T16:17:51.126Z | Compiling typify-macro v0.3.0 |
631 | 2025-07-18T16:17:51.142Z | Checking slog-json v2.6.1 |
632 | 2025-07-18T16:17:51.145Z | Compiling strum_macros v0.26.4 |
633 | 2025-07-18T16:17:51.406Z | Checking rand_chacha v0.9.0 |
634 | 2025-07-18T16:17:51.748Z | Checking rand_xorshift v0.4.0 |
635 | 2025-07-18T16:17:51.938Z | Checking rand v0.9.1 |
636 | 2025-07-18T16:17:51.953Z | Compiling derive-ex v0.1.8 |
637 | 2025-07-18T16:17:52.315Z | Checking hex v0.4.3 |
638 | 2025-07-18T16:17:52.349Z | Checking futures-executor v0.3.31 |
639 | 2025-07-18T16:17:52.540Z | Checking toml_edit v0.22.27 |
640 | 2025-07-18T16:17:52.599Z | Compiling async-stream-impl v0.3.6 |
641 | 2025-07-18T16:17:52.803Z | Compiling ref-cast-impl v1.0.24 |
642 | 2025-07-18T16:17:52.907Z | Compiling dropshot v0.16.2 |
643 | 2025-07-18T16:17:53.292Z | Checking memmap v0.7.0 |
644 | 2025-07-18T16:17:53.510Z | Checking is-terminal v0.4.13 |
645 | 2025-07-18T16:17:53.647Z | Checking encoding_rs v0.8.34 |
646 | 2025-07-18T16:17:53.816Z | Checking unarray v0.1.4 |
647 | 2025-07-18T16:17:53.936Z | Checking mime v0.3.17 |
648 | 2025-07-18T16:17:53.978Z | Checking take_mut v0.2.2 |
649 | 2025-07-18T16:17:54.135Z | Checking cpufeatures v0.2.14 |
650 | 2025-07-18T16:17:54.226Z | Checking lazy_static v1.5.0 |
651 | 2025-07-18T16:17:54.241Z | Checking spin v0.9.8 |
652 | 2025-07-18T16:17:54.253Z | Checking sha1 v0.10.6 |
653 | 2025-07-18T16:17:54.362Z | Compiling typify v0.3.0 |
654 | 2025-07-18T16:17:54.420Z | Checking proptest v1.7.0 |
655 | 2025-07-18T16:17:54.489Z | Compiling progenitor-impl v0.9.1 |
656 | 2025-07-18T16:17:54.523Z | Checking tokio-rustls v0.25.0 |
657 | 2025-07-18T16:17:55.040Z | Checking toml v0.8.23 |
658 | 2025-07-18T16:17:55.055Z | Checking strum v0.26.3 |
659 | 2025-07-18T16:17:55.219Z | Checking async-stream v0.3.6 |
660 | 2025-07-18T16:17:55.323Z | Checking slog-term v2.9.1 |
661 | 2025-07-18T16:17:55.418Z | Checking usdt v0.5.0 |
662 | 2025-07-18T16:17:55.557Z | Compiling test-strategy v0.4.3 |
663 | 2025-07-18T16:17:55.725Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
664 | 2025-07-18T16:17:55.741Z | Checking futures v0.3.31 |
665 | 2025-07-18T16:17:55.815Z | Checking slog-bunyan v2.5.0 |
666 | 2025-07-18T16:17:55.852Z | Checking rand v0.8.5 |
667 | 2025-07-18T16:17:55.897Z | Compiling serde_with_macros v3.14.0 |
668 | 2025-07-18T16:17:56.374Z | Compiling strum_macros v0.27.1 |
669 | 2025-07-18T16:17:56.453Z | Compiling parse-display-derive v0.10.0 |
670 | 2025-07-18T16:17:56.505Z | Compiling dropshot_endpoint v0.16.2 |
671 | 2025-07-18T16:17:57.075Z | Checking serde_path_to_error v0.1.17 |
672 | 2025-07-18T16:17:57.706Z | Compiling async-trait v0.1.88 |
673 | 2025-07-18T16:17:58.296Z | Compiling derive-where v1.5.0 |
674 | 2025-07-18T16:17:58.476Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
675 | 2025-07-18T16:17:58.670Z | Checking waitgroup v0.1.2 |
676 | 2025-07-18T16:17:58.820Z | Checking rustls-pemfile v2.2.0 |
677 | 2025-07-18T16:17:59.040Z | Checking hostname v0.4.0 |
678 | 2025-07-18T16:17:59.203Z | Checking instant v0.1.13 |
679 | 2025-07-18T16:17:59.290Z | Checking debug-ignore v1.0.5 |
680 | 2025-07-18T16:17:59.336Z | Checking rustc-hash v2.1.1 |
681 | 2025-07-18T16:17:59.447Z | Checking backoff v0.4.0 |
682 | 2025-07-18T16:17:59.521Z | Checking iddqd v0.3.8 |
683 | 2025-07-18T16:17:59.729Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
684 | 2025-07-18T16:17:59.793Z | Compiling progenitor-macro v0.9.1 |
685 | 2025-07-18T16:17:59.832Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
686 | 2025-07-18T16:17:59.873Z | Checking serde_with v3.14.0 |
687 | 2025-07-18T16:17:59.901Z | Checking parse-display v0.10.0 |
688 | 2025-07-18T16:18:00.155Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
689 | 2025-07-18T16:18:00.436Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
690 | 2025-07-18T16:18:00.690Z | Checking strum v0.27.1 |
691 | 2025-07-18T16:18:00.879Z | Checking progenitor-client v0.10.0 |
692 | 2025-07-18T16:18:01.062Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
693 | 2025-07-18T16:18:01.081Z | Checking macaddr v1.0.1 |
694 | 2025-07-18T16:18:01.143Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
695 | 2025-07-18T16:18:04.156Z | Checking progenitor v0.9.1 |
696 | 2025-07-18T16:18:04.274Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
697 | 2025-07-18T16:18:06.947Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
698 | 2025-07-18T16:18:14.246Z | Checking test-project v0.1.0 (/tmp/test-project) |
699 | 2025-07-18T16:18:14.320Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 05s |
700 | 2025-07-18T16:18:15.078Z | + cargo build --release |
701 | 2025-07-18T16:18:15.105Z | Compiling proc-macro2 v1.0.95 |
702 | 2025-07-18T16:18:15.105Z | Compiling unicode-ident v1.0.18 |
703 | 2025-07-18T16:18:15.105Z | Compiling libc v0.2.174 |
704 | 2025-07-18T16:18:15.106Z | Compiling cfg-if v1.0.1 |
705 | 2025-07-18T16:18:15.106Z | Compiling autocfg v1.4.0 |
706 | 2025-07-18T16:18:15.106Z | Compiling serde v1.0.219 |
707 | 2025-07-18T16:18:15.106Z | Compiling memchr v2.7.4 |
708 | 2025-07-18T16:18:15.106Z | Compiling serde_json v1.0.140 |
709 | 2025-07-18T16:18:15.106Z | Compiling itoa v1.0.11 |
710 | 2025-07-18T16:18:15.122Z | Compiling ryu v1.0.18 |
711 | 2025-07-18T16:18:15.185Z | Compiling semver v1.0.26 |
712 | 2025-07-18T16:18:15.384Z | Compiling getrandom v0.3.1 |
713 | 2025-07-18T16:18:15.667Z | Compiling pin-project-lite v0.2.14 |
714 | 2025-07-18T16:18:15.695Z | Compiling smallvec v1.15.0 |
715 | 2025-07-18T16:18:15.802Z | Compiling bytes v1.10.1 |
716 | 2025-07-18T16:18:15.820Z | Compiling futures-core v0.3.31 |
717 | 2025-07-18T16:18:16.063Z | Compiling version_check v0.9.5 |
718 | 2025-07-18T16:18:16.075Z | Compiling once_cell v1.21.3 |
719 | 2025-07-18T16:18:16.165Z | Compiling lock_api v0.4.12 |
720 | 2025-07-18T16:18:16.209Z | Compiling num-traits v0.2.19 |
721 | 2025-07-18T16:18:16.485Z | Compiling quote v1.0.40 |
722 | 2025-07-18T16:18:16.500Z | Compiling allocator-api2 v0.2.21 |
723 | 2025-07-18T16:18:16.564Z | Compiling foldhash v0.1.5 |
724 | 2025-07-18T16:18:16.611Z | Compiling equivalent v1.0.2 |
725 | 2025-07-18T16:18:16.734Z | Compiling thiserror v1.0.69 |
726 | 2025-07-18T16:18:16.779Z | Compiling parking_lot_core v0.9.10 |
727 | 2025-07-18T16:18:16.953Z | Compiling syn v2.0.104 |
728 | 2025-07-18T16:18:17.253Z | Compiling hashbrown v0.15.4 |
729 | 2025-07-18T16:18:17.271Z | Compiling scopeguard v1.2.0 |
730 | 2025-07-18T16:18:17.300Z | Compiling fnv v1.0.7 |
731 | 2025-07-18T16:18:17.439Z | Compiling slab v0.4.9 |
732 | 2025-07-18T16:18:17.599Z | Compiling shlex v1.3.0 |
733 | 2025-07-18T16:18:17.861Z | Compiling futures-sink v0.3.31 |
734 | 2025-07-18T16:18:17.887Z | Compiling cc v1.2.15 |
735 | 2025-07-18T16:18:17.974Z | Compiling parking_lot v0.12.3 |
736 | 2025-07-18T16:18:18.029Z | Compiling signal-hook-registry v1.4.2 |
737 | 2025-07-18T16:18:18.061Z | Compiling socket2 v0.5.10 |
738 | 2025-07-18T16:18:18.141Z | Compiling mio v1.0.2 |
739 | 2025-07-18T16:18:18.711Z | Compiling getrandom v0.2.15 |
740 | 2025-07-18T16:18:19.136Z | Compiling schemars v0.8.22 |
741 | 2025-07-18T16:18:19.490Z | Compiling iana-time-zone v0.1.63 |
742 | 2025-07-18T16:18:19.529Z | Compiling stable_deref_trait v1.2.0 |
743 | 2025-07-18T16:18:19.644Z | Compiling heck v0.5.0 |
744 | 2025-07-18T16:18:19.741Z | Compiling thiserror v2.0.12 |
745 | 2025-07-18T16:18:19.795Z | Compiling dyn-clone v1.0.19 |
746 | 2025-07-18T16:18:19.892Z | Compiling futures-channel v0.3.31 |
747 | 2025-07-18T16:18:20.030Z | Compiling http v1.3.1 |
748 | 2025-07-18T16:18:20.041Z | Compiling futures-task v0.3.31 |
749 | 2025-07-18T16:18:20.044Z | Compiling log v0.4.27 |
750 | 2025-07-18T16:18:20.150Z | Compiling pin-utils v0.1.0 |
751 | 2025-07-18T16:18:20.244Z | Compiling futures-io v0.3.31 |
752 | 2025-07-18T16:18:20.332Z | Compiling rustls-pki-types v1.10.0 |
753 | 2025-07-18T16:18:20.656Z | Compiling writeable v0.5.5 |
754 | 2025-07-18T16:18:20.665Z | Compiling ring v0.17.14 |
755 | 2025-07-18T16:18:20.762Z | Compiling untrusted v0.9.0 |
756 | 2025-07-18T16:18:20.953Z | Compiling litemap v0.7.3 |
757 | 2025-07-18T16:18:21.260Z | Compiling ucd-trie v0.1.7 |
758 | 2025-07-18T16:18:21.392Z | Compiling httparse v1.9.5 |
759 | 2025-07-18T16:18:21.669Z | Compiling byteorder v1.5.0 |
760 | 2025-07-18T16:18:21.710Z | Compiling http-body v1.0.1 |
761 | 2025-07-18T16:18:22.014Z | Compiling tracing-core v0.1.32 |
762 | 2025-07-18T16:18:22.154Z | Compiling percent-encoding v2.3.1 |
763 | 2025-07-18T16:18:22.441Z | Compiling icu_locid_transform_data v1.5.0 |
764 | 2025-07-18T16:18:22.553Z | Compiling atomic-waker v1.1.2 |
765 | 2025-07-18T16:18:22.749Z | Compiling subtle v2.6.1 |
766 | 2025-07-18T16:18:22.906Z | Compiling bitflags v2.9.1 |
767 | 2025-07-18T16:18:22.974Z | Compiling zeroize v1.8.1 |
768 | 2025-07-18T16:18:23.023Z | Compiling tracing v0.1.40 |
769 | 2025-07-18T16:18:23.504Z | Compiling chrono v0.4.41 |
770 | 2025-07-18T16:18:24.057Z | Compiling tower-service v0.3.3 |
771 | 2025-07-18T16:18:24.125Z | Compiling icu_properties_data v1.5.0 |
772 | 2025-07-18T16:18:24.194Z | Compiling serde_derive_internals v0.29.1 |
773 | 2025-07-18T16:18:24.326Z | Compiling synstructure v0.13.1 |
774 | 2025-07-18T16:18:24.557Z | Compiling try-lock v0.2.5 |
775 | 2025-07-18T16:18:24.669Z | Compiling uuid v1.17.0 |
776 | 2025-07-18T16:18:24.869Z | Compiling want v0.3.1 |
777 | 2025-07-18T16:18:25.235Z | Compiling regress v0.10.3 |
778 | 2025-07-18T16:18:25.326Z | Compiling write16 v1.0.0 |
779 | 2025-07-18T16:18:25.445Z | Compiling utf8_iter v1.0.4 |
780 | 2025-07-18T16:18:25.465Z | Compiling rustls v0.23.19 |
781 | 2025-07-18T16:18:25.839Z | Compiling slog v2.7.0 |
782 | 2025-07-18T16:18:25.976Z | Compiling icu_normalizer_data v1.5.0 |
783 | 2025-07-18T16:18:26.062Z | Compiling httpdate v1.0.3 |
784 | 2025-07-18T16:18:26.082Z | Compiling utf16_iter v1.0.5 |
785 | 2025-07-18T16:18:26.413Z | Compiling form_urlencoded v1.2.1 |
786 | 2025-07-18T16:18:27.098Z | Compiling aho-corasick v1.1.3 |
787 | 2025-07-18T16:18:27.152Z | Compiling regex-syntax v0.8.5 |
788 | 2025-07-18T16:18:28.023Z | Compiling serde_derive v1.0.219 |
789 | 2025-07-18T16:18:28.178Z | Compiling schemars_derive v0.8.22 |
790 | 2025-07-18T16:18:29.507Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-07-18T16:18:30.559Z | Compiling zerofrom-derive v0.1.4 |
792 | 2025-07-18T16:18:30.879Z | Compiling tokio-macros v2.5.0 |
793 | 2025-07-18T16:18:31.554Z | Compiling yoke-derive v0.7.4 |
794 | 2025-07-18T16:18:32.006Z | Compiling zerocopy-derive v0.7.35 |
795 | 2025-07-18T16:18:32.307Z | Compiling tokio v1.45.1 |
796 | 2025-07-18T16:18:32.316Z | Compiling zerovec-derive v0.10.3 |
797 | 2025-07-18T16:18:33.561Z | Compiling zerofrom v0.1.4 |
798 | 2025-07-18T16:18:33.801Z | Compiling futures-macro v0.3.31 |
799 | 2025-07-18T16:18:33.804Z | Compiling displaydoc v0.2.5 |
800 | 2025-07-18T16:18:33.865Z | Compiling yoke v0.7.4 |
801 | 2025-07-18T16:18:34.209Z | Compiling thiserror-impl v2.0.12 |
802 | 2025-07-18T16:18:34.563Z | Compiling zerovec v0.10.4 |
803 | 2025-07-18T16:18:35.550Z | Compiling futures-util v0.3.31 |
804 | 2025-07-18T16:18:37.100Z | Compiling tinystr v0.7.6 |
805 | 2025-07-18T16:18:37.506Z | Compiling icu_locid v1.5.0 |
806 | 2025-07-18T16:18:44.278Z | Compiling indexmap v2.10.0 |
807 | 2025-07-18T16:18:44.465Z | Compiling serde_tokenstream v0.2.2 |
808 | 2025-07-18T16:18:44.886Z | Compiling icu_provider_macros v1.5.0 |
809 | 2025-07-18T16:18:45.010Z | Compiling rustls-webpki v0.102.8 |
810 | 2025-07-18T16:18:46.059Z | Compiling icu_provider v1.5.0 |
811 | 2025-07-18T16:18:46.905Z | Compiling pest v2.7.14 |
812 | 2025-07-18T16:18:47.316Z | Compiling zerocopy v0.7.35 |
813 | 2025-07-18T16:18:48.199Z | Compiling icu_locid_transform v1.5.0 |
814 | 2025-07-18T16:18:48.806Z | Compiling tokio-util v0.7.15 |
815 | 2025-07-18T16:18:49.389Z | Compiling icu_collections v1.5.0 |
816 | 2025-07-18T16:18:49.789Z | Compiling pest_meta v2.7.14 |
817 | 2025-07-18T16:18:50.921Z | Compiling icu_properties v1.5.1 |
818 | 2025-07-18T16:18:51.760Z | Compiling pest_generator v2.7.14 |
819 | 2025-07-18T16:18:51.980Z | Compiling h2 v0.4.6 |
820 | 2025-07-18T16:18:53.498Z | Compiling pest_derive v2.7.14 |
821 | 2025-07-18T16:18:54.102Z | Compiling paste v1.0.15 |
822 | 2025-07-18T16:18:54.393Z | Compiling base64 v0.22.1 |
823 | 2025-07-18T16:18:54.642Z | Compiling ipnet v2.11.0 |
824 | 2025-07-18T16:18:55.458Z | Compiling typify-impl v0.3.0 |
825 | 2025-07-18T16:18:56.168Z | Compiling icu_normalizer v1.5.0 |
826 | 2025-07-18T16:18:57.263Z | Compiling zerocopy v0.8.26 |
827 | 2025-07-18T16:18:57.420Z | Compiling typenum v1.17.0 |
828 | 2025-07-18T16:18:57.512Z | Compiling idna_adapter v1.2.0 |
829 | 2025-07-18T16:18:57.724Z | Compiling hyper v1.6.0 |
830 | 2025-07-18T16:18:58.724Z | Compiling regex-automata v0.4.8 |
831 | 2025-07-18T16:19:01.464Z | Compiling hyper-util v0.1.14 |
832 | 2025-07-18T16:19:02.781Z | Compiling generic-array v0.14.7 |
833 | 2025-07-18T16:19:03.040Z | Compiling sync_wrapper v1.0.1 |
834 | 2025-07-18T16:19:03.270Z | Compiling newtype-uuid v1.2.4 |
835 | 2025-07-18T16:19:03.641Z | Compiling rustversion v1.0.17 |
836 | 2025-07-18T16:19:04.299Z | Compiling tower-layer v0.3.3 |
837 | 2025-07-18T16:19:05.209Z | Compiling tokio-rustls v0.26.0 |
838 | 2025-07-18T16:19:05.259Z | Compiling typify-macro v0.3.0 |
839 | 2025-07-18T16:19:05.669Z | Compiling tower v0.5.2 |
840 | 2025-07-18T16:19:06.647Z | Compiling regex v1.11.1 |
841 | 2025-07-18T16:19:07.723Z | Compiling idna v1.0.3 |
842 | 2025-07-18T16:19:08.094Z | Compiling ppv-lite86 v0.2.20 |
843 | 2025-07-18T16:19:08.273Z | Compiling ipnetwork v0.21.1 |
844 | 2025-07-18T16:19:08.542Z | Compiling serde_urlencoded v0.7.1 |
845 | 2025-07-18T16:19:08.885Z | Compiling structmeta-derive v0.3.0 |
846 | 2025-07-18T16:19:09.108Z | Compiling scroll_derive v0.12.0 |
847 | 2025-07-18T16:19:09.831Z | Compiling http-body-util v0.1.3 |
848 | 2025-07-18T16:19:10.353Z | Compiling webpki-roots v1.0.1 |
849 | 2025-07-18T16:19:10.531Z | Compiling usdt-impl v0.5.0 |
850 | 2025-07-18T16:19:10.936Z | Compiling omicron-workspace-hack v0.1.0 |
851 | 2025-07-18T16:19:11.187Z | Compiling time-core v0.1.2 |
852 | 2025-07-18T16:19:11.250Z | Compiling rustix v1.0.7 |
853 | 2025-07-18T16:19:11.322Z | Compiling powerfmt v0.2.0 |
854 | 2025-07-18T16:19:11.350Z | Compiling num-conv v0.1.0 |
855 | 2025-07-18T16:19:11.620Z | Compiling iri-string v0.7.8 |
856 | 2025-07-18T16:19:11.787Z | Compiling time-macros v0.2.18 |
857 | 2025-07-18T16:19:12.046Z | Compiling deranged v0.3.11 |
858 | 2025-07-18T16:19:12.664Z | Compiling structmeta v0.3.0 |
859 | 2025-07-18T16:19:13.015Z | Compiling rand_core v0.9.2 |
860 | 2025-07-18T16:19:13.547Z | Compiling hyper-rustls v0.27.7 |
861 | 2025-07-18T16:19:13.764Z | Compiling scroll v0.12.0 |
862 | 2025-07-18T16:19:14.356Z | Compiling oxnet v0.1.2 |
863 | 2025-07-18T16:19:14.483Z | Compiling url v2.5.4 |
864 | 2025-07-18T16:19:16.191Z | Compiling tower-http v0.6.6 |
865 | 2025-07-18T16:19:17.485Z | Compiling thread-id v4.2.2 |
866 | 2025-07-18T16:19:18.373Z | Compiling dof v0.3.0 |
867 | 2025-07-18T16:19:18.959Z | Compiling dtrace-parser v0.2.0 |
868 | 2025-07-18T16:19:19.110Z | Compiling daft-derive v0.1.4 |
869 | 2025-07-18T16:19:20.018Z | Compiling errno v0.3.12 |
870 | 2025-07-18T16:19:20.469Z | Compiling plain v0.2.3 |
871 | 2025-07-18T16:19:20.641Z | Compiling num_threads v0.1.7 |
872 | 2025-07-18T16:19:21.039Z | Compiling ident_case v1.0.1 |
873 | 2025-07-18T16:19:21.225Z | Compiling strsim v0.11.1 |
874 | 2025-07-18T16:19:21.493Z | Compiling crossbeam-utils v0.8.21 |
875 | 2025-07-18T16:19:21.894Z | Compiling darling_core v0.20.10 |
876 | 2025-07-18T16:19:22.060Z | Compiling time v0.3.36 |
877 | 2025-07-18T16:19:25.129Z | Compiling daft v0.1.4 |
878 | 2025-07-18T16:19:26.965Z | Compiling goblin v0.8.2 |
879 | 2025-07-18T16:19:30.468Z | Compiling reqwest v0.12.22 |
880 | 2025-07-18T16:19:30.641Z | Compiling openapiv3 v2.2.0 |
881 | 2025-07-18T16:19:30.996Z | Compiling typify v0.3.0 |
882 | 2025-07-18T16:19:33.800Z | Compiling dirs-sys-next v0.1.2 |
883 | 2025-07-18T16:19:34.544Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-07-18T16:19:34.858Z | Compiling rustls v0.22.4 |
885 | 2025-07-18T16:19:35.225Z | Compiling pretty-hex v0.4.1 |
886 | 2025-07-18T16:19:35.482Z | Compiling fastrand v2.1.1 |
887 | 2025-07-18T16:19:36.111Z | Compiling anyhow v1.0.98 |
888 | 2025-07-18T16:19:36.216Z | Compiling tempfile v3.20.0 |
889 | 2025-07-18T16:19:37.054Z | Compiling serde_yaml v0.9.34+deprecated |
890 | 2025-07-18T16:19:38.033Z | Compiling progenitor-impl v0.9.1 |
891 | 2025-07-18T16:19:39.860Z | Compiling dirs-next v2.0.0 |
892 | 2025-07-18T16:19:40.314Z | Compiling darling_macro v0.20.10 |
893 | 2025-07-18T16:19:41.303Z | Compiling crypto-common v0.1.6 |
894 | 2025-07-18T16:19:41.530Z | Compiling block-buffer v0.10.4 |
895 | 2025-07-18T16:19:41.791Z | Compiling serde_spanned v0.6.9 |
896 | 2025-07-18T16:19:42.046Z | Compiling toml_datetime v0.6.11 |
897 | 2025-07-18T16:19:42.837Z | Compiling rand_core v0.6.4 |
898 | 2025-07-18T16:19:43.097Z | Compiling multer v3.1.0 |
899 | 2025-07-18T16:19:43.211Z | Compiling thread_local v1.1.8 |
900 | 2025-07-18T16:19:43.434Z | Compiling wait-timeout v0.2.0 |
901 | 2025-07-18T16:19:43.509Z | Compiling bit-vec v0.8.0 |
902 | 2025-07-18T16:19:43.639Z | Compiling match_cfg v0.1.0 |
903 | 2025-07-18T16:19:43.741Z | Compiling slog-async v2.8.0 |
904 | 2025-07-18T16:19:43.922Z | Compiling winnow v0.7.10 |
905 | 2025-07-18T16:19:44.105Z | Compiling quick-error v1.2.3 |
906 | 2025-07-18T16:19:44.254Z | Compiling toml_write v0.1.2 |
907 | 2025-07-18T16:19:44.263Z | Compiling camino v1.1.10 |
908 | 2025-07-18T16:19:44.402Z | Compiling ref-cast v1.0.24 |
909 | 2025-07-18T16:19:44.784Z | Compiling rusty-fork v0.3.0 |
910 | 2025-07-18T16:19:44.931Z | Compiling bit-set v0.8.0 |
911 | 2025-07-18T16:19:44.964Z | Compiling hostname v0.3.1 |
912 | 2025-07-18T16:19:45.227Z | Compiling progenitor-macro v0.9.1 |
913 | 2025-07-18T16:19:46.258Z | Compiling rand_chacha v0.3.1 |
914 | 2025-07-18T16:19:46.734Z | Compiling crossbeam-channel v0.5.15 |
915 | 2025-07-18T16:19:47.928Z | Compiling toml_edit v0.22.27 |
916 | 2025-07-18T16:19:48.290Z | Compiling digest v0.10.7 |
917 | 2025-07-18T16:19:48.343Z | Compiling darling v0.20.10 |
918 | 2025-07-18T16:19:48.708Z | Compiling term v0.7.0 |
919 | 2025-07-18T16:19:54.567Z | Compiling progenitor-client v0.9.1 |
920 | 2025-07-18T16:19:55.489Z | Compiling usdt-macro v0.5.0 |
921 | 2025-07-18T16:19:55.951Z | Compiling usdt-attr-macro v0.5.0 |
922 | 2025-07-18T16:19:56.338Z | Compiling slog-json v2.6.1 |
923 | 2025-07-18T16:19:56.756Z | Compiling strum_macros v0.26.4 |
924 | 2025-07-18T16:19:56.804Z | Compiling rand_chacha v0.9.0 |
925 | 2025-07-18T16:19:57.325Z | Compiling rand v0.9.1 |
926 | 2025-07-18T16:19:57.798Z | Compiling rand_xorshift v0.4.0 |
927 | 2025-07-18T16:19:58.075Z | Compiling derive-ex v0.1.8 |
928 | 2025-07-18T16:19:58.669Z | Compiling futures-executor v0.3.31 |
929 | 2025-07-18T16:19:59.731Z | Compiling hex v0.4.3 |
930 | 2025-07-18T16:20:00.370Z | Compiling async-stream-impl v0.3.6 |
931 | 2025-07-18T16:20:00.860Z | Compiling ref-cast-impl v1.0.24 |
932 | 2025-07-18T16:20:01.646Z | Compiling dropshot v0.16.2 |
933 | 2025-07-18T16:20:01.906Z | Compiling memmap v0.7.0 |
934 | 2025-07-18T16:20:02.017Z | Compiling is-terminal v0.4.13 |
935 | 2025-07-18T16:20:02.041Z | Compiling encoding_rs v0.8.34 |
936 | 2025-07-18T16:20:02.156Z | Compiling mime v0.3.17 |
937 | 2025-07-18T16:20:02.321Z | Compiling spin v0.9.8 |
938 | 2025-07-18T16:20:02.513Z | Compiling unarray v0.1.4 |
939 | 2025-07-18T16:20:02.712Z | Compiling cpufeatures v0.2.14 |
940 | 2025-07-18T16:20:02.818Z | Compiling lazy_static v1.5.0 |
941 | 2025-07-18T16:20:02.986Z | Compiling take_mut v0.2.2 |
942 | 2025-07-18T16:20:03.140Z | Compiling proptest v1.7.0 |
943 | 2025-07-18T16:20:07.824Z | Compiling sha1 v0.10.6 |
944 | 2025-07-18T16:20:08.637Z | Compiling slog-term v2.9.1 |
945 | 2025-07-18T16:20:08.651Z | Compiling usdt v0.5.0 |
946 | 2025-07-18T16:20:10.127Z | Compiling test-strategy v0.4.3 |
947 | 2025-07-18T16:20:10.226Z | Compiling async-stream v0.3.6 |
948 | 2025-07-18T16:20:10.591Z | Compiling strum v0.26.3 |
949 | 2025-07-18T16:20:10.792Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
950 | 2025-07-18T16:20:10.979Z | Compiling futures v0.3.31 |
951 | 2025-07-18T16:20:11.306Z | Compiling slog-bunyan v2.5.0 |
952 | 2025-07-18T16:20:11.331Z | Compiling progenitor v0.9.1 |
953 | 2025-07-18T16:20:11.512Z | Compiling tokio-rustls v0.25.0 |
954 | 2025-07-18T16:20:11.574Z | Compiling toml v0.8.23 |
955 | 2025-07-18T16:20:11.929Z | Compiling serde_with_macros v3.14.0 |
956 | 2025-07-18T16:20:12.796Z | Compiling rand v0.8.5 |
957 | 2025-07-18T16:20:14.299Z | Compiling strum_macros v0.27.1 |
958 | 2025-07-18T16:20:14.528Z | Compiling parse-display-derive v0.10.0 |
959 | 2025-07-18T16:20:14.599Z | Compiling dropshot_endpoint v0.16.2 |
960 | 2025-07-18T16:20:17.983Z | Compiling serde_path_to_error v0.1.17 |
961 | 2025-07-18T16:20:17.986Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
962 | 2025-07-18T16:20:18.537Z | Compiling async-trait v0.1.88 |
963 | 2025-07-18T16:20:18.786Z | Compiling derive-where v1.5.0 |
964 | 2025-07-18T16:20:18.795Z | Compiling waitgroup v0.1.2 |
965 | 2025-07-18T16:20:18.932Z | Compiling rustls-pemfile v2.2.0 |
966 | 2025-07-18T16:20:19.038Z | Compiling hostname v0.4.0 |
967 | 2025-07-18T16:20:19.294Z | Compiling instant v0.1.13 |
968 | 2025-07-18T16:20:19.408Z | Compiling debug-ignore v1.0.5 |
969 | 2025-07-18T16:20:19.468Z | Compiling rustc-hash v2.1.1 |
970 | 2025-07-18T16:20:19.566Z | Compiling backoff v0.4.0 |
971 | 2025-07-18T16:20:19.649Z | Compiling iddqd v0.3.8 |
972 | 2025-07-18T16:20:19.905Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
973 | 2025-07-18T16:20:20.113Z | Compiling strum v0.27.1 |
974 | 2025-07-18T16:20:20.317Z | Compiling parse-display v0.10.0 |
975 | 2025-07-18T16:20:21.671Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
976 | 2025-07-18T16:20:21.729Z | Compiling serde_with v3.14.0 |
977 | 2025-07-18T16:20:21.983Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
978 | 2025-07-18T16:20:22.204Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
979 | 2025-07-18T16:20:23.533Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
980 | 2025-07-18T16:20:24.330Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
981 | 2025-07-18T16:20:24.717Z | Compiling progenitor-client v0.10.0 |
982 | 2025-07-18T16:20:25.152Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
983 | 2025-07-18T16:20:25.668Z | Compiling macaddr v1.0.1 |
984 | 2025-07-18T16:20:28.224Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
985 | 2025-07-18T16:20:39.052Z | Compiling test-project v0.1.0 (/tmp/test-project) |
986 | 2025-07-18T16:20:48.763Z | Finished `release` profile [optimized] target(s) in 2m 34s |
987 | 2025-07-18T16:20:48.831Z | process exited: duration 223815 ms, exit code 0 |
|
988 | 2025-07-18T16:20:48.838Z | found 0 output files |