|
|
|
1 | 2025-07-14T17:19:41.268Z | job assigned to worker 01K04Z4N46QTMEWT4EG11B8Z4W [factory aws, i-0f459f71a6bc6d359] (queued for 52 s) |
|
2 | 2025-07-14T17:19:49.272Z | starting task 0: "setup" |
3 | 2025-07-14T17:19:49.277Z | ++ uname -s |
4 | 2025-07-14T17:19:49.280Z | + kern=SunOS |
5 | 2025-07-14T17:19:49.280Z | + build_user=build |
6 | 2025-07-14T17:19:49.280Z | + build_uid=12345 |
7 | 2025-07-14T17:19:49.280Z | + work_dir=/work |
8 | 2025-07-14T17:19:49.280Z | + input_dir=/input |
9 | 2025-07-14T17:19:49.280Z | + [[ 0 == 12345 ]] |
10 | 2025-07-14T17:19:49.280Z | + case "$kern" in |
11 | 2025-07-14T17:19:49.280Z | + groupadd -g 12345 build |
12 | 2025-07-14T17:19:49.283Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-07-14T17:19:51.289Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-07-14T17:19:51.415Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-07-14T17:19:51.418Z | + home_fs=zfs |
16 | 2025-07-14T17:19:51.418Z | + [[ zfs == autofs ]] |
17 | 2025-07-14T17:19:51.418Z | + mkdir -p /home/build |
18 | 2025-07-14T17:19:51.421Z | + chown build:build /home/build /work |
19 | 2025-07-14T17:19:52.422Z | + chmod 0700 /home/build /work |
20 | 2025-07-14T17:19:52.425Z | process exited: duration 3154 ms, exit code 0 |
|
21 | 2025-07-14T17:19:52.431Z | starting task 1: "rust-toolchain" |
22 | 2025-07-14T17:19:52.437Z | + printf ' * rust toolchain channel = "%s"\n' 1.88.0 |
23 | 2025-07-14T17:19:52.437Z | + printf ' * rust toolchain profile = "%s"\n' default |
24 | 2025-07-14T17:19:52.437Z | * rust toolchain channel = "1.88.0" |
25 | 2025-07-14T17:19:52.437Z | * rust toolchain profile = "default" |
26 | 2025-07-14T17:19:52.437Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-07-14T17:19:52.437Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-07-14T17:19:52.440Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-07-14T17:19:52.440Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.88.0 --profile default |
30 | 2025-07-14T17:19:52.560Z | info: downloading installer |
31 | 2025-07-14T17:19:53.841Z | warn: It looks like you have an existing installation of Rust at: |
32 | 2025-07-14T17:19:53.841Z | warn: /opt/ooce/bin |
33 | 2025-07-14T17:19:53.841Z | warn: It is recommended that rustup be the primary Rust installation. |
34 | 2025-07-14T17:19:53.841Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
35 | 2025-07-14T17:19:53.841Z | warn: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-07-14T17:19:53.841Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-07-14T17:19:53.841Z | warn: or pass `-y' to ignore all ignorable checks. |
38 | 2025-07-14T17:19:53.841Z | error: cannot install while Rust is installed |
39 | 2025-07-14T17:19:53.841Z | warn: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-07-14T17:19:53.874Z | info: profile set to 'default' |
41 | 2025-07-14T17:19:53.874Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-07-14T17:19:53.877Z | info: syncing channel updates for '1.88.0-x86_64-unknown-illumos' |
43 | 2025-07-14T17:19:54.029Z | info: latest update on 2025-06-26, rust version 1.88.0 (6b00bc388 2025-06-23) |
44 | 2025-07-14T17:19:54.029Z | info: downloading component 'cargo' |
45 | 2025-07-14T17:19:54.963Z | info: downloading component 'clippy' |
46 | 2025-07-14T17:19:55.276Z | info: downloading component 'rust-docs' |
47 | 2025-07-14T17:19:56.480Z | info: downloading component 'rust-std' |
48 | 2025-07-14T17:19:57.958Z | info: downloading component 'rustc' |
49 | 2025-07-14T17:20:04.137Z | info: downloading component 'rustfmt' |
50 | 2025-07-14T17:20:04.360Z | info: installing component 'cargo' |
51 | 2025-07-14T17:20:05.248Z | info: installing component 'clippy' |
52 | 2025-07-14T17:20:05.642Z | info: installing component 'rust-docs' |
53 | 2025-07-14T17:20:07.480Z | info: installing component 'rust-std' |
54 | 2025-07-14T17:20:09.214Z | info: installing component 'rustc' |
55 | 2025-07-14T17:20:15.862Z | info: installing component 'rustfmt' |
56 | 2025-07-14T17:20:16.202Z | info: default toolchain set to '1.88.0-x86_64-unknown-illumos' |
57 | 2025-07-14T17:20:16.202Z | |
58 | 2025-07-14T17:20:16.621Z | 1.88.0-x86_64-unknown-illumos installed - rustc 1.88.0 (6b00bc388 2025-06-23) |
59 | 2025-07-14T17:20:16.621Z | |
60 | 2025-07-14T17:20:16.624Z | |
61 | 2025-07-14T17:20:16.625Z | Rust is installed now. Great! |
62 | 2025-07-14T17:20:16.625Z | |
63 | 2025-07-14T17:20:16.625Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-07-14T17:20:16.625Z | environment variable. This has not been done automatically. |
65 | 2025-07-14T17:20:16.625Z | |
66 | 2025-07-14T17:20:16.625Z | To configure your current shell, you need to source |
67 | 2025-07-14T17:20:16.625Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-07-14T17:20:16.625Z | |
69 | 2025-07-14T17:20:16.625Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-07-14T17:20:16.625Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-07-14T17:20:16.625Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-07-14T17:20:16.625Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
73 | 2025-07-14T17:20:16.714Z | + rustup --version |
74 | 2025-07-14T17:20:16.726Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
75 | 2025-07-14T17:20:16.729Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
76 | 2025-07-14T17:20:16.808Z | info: The currently active `rustc` version is `rustc 1.88.0 (6b00bc388 2025-06-23)` |
77 | 2025-07-14T17:20:16.812Z | + cargo --version |
78 | 2025-07-14T17:20:16.875Z | cargo 1.88.0 (873a06493 2025-05-10) |
79 | 2025-07-14T17:20:16.878Z | + rustc --version |
80 | 2025-07-14T17:20:16.949Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
81 | 2025-07-14T17:20:16.953Z | process exited: duration 24519 ms, exit code 0 |
|
82 | 2025-07-14T17:20:16.959Z | starting task 2: "authentication" |
83 | 2025-07-14T17:20:16.982Z | process exited: duration 22 ms, exit code 0 |
|
84 | 2025-07-14T17:20:16.988Z | starting task 3: "clone repository" |
85 | 2025-07-14T17:20:16.993Z | + mkdir -p /work/oxidecomputer/omicron |
86 | 2025-07-14T17:20:16.996Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
87 | 2025-07-14T17:20:17.036Z | Cloning into '/work/oxidecomputer/omicron'... |
88 | 2025-07-14T17:20:27.735Z | + cd /work/oxidecomputer/omicron |
89 | 2025-07-14T17:20:27.735Z | + git fetch origin 36a0db941653c8db35660a5c9b9b24cd11c0da35 |
90 | 2025-07-14T17:20:28.028Z | From https://github.com/oxidecomputer/omicron |
91 | 2025-07-14T17:20:28.028Z | * branch 36a0db941653c8db35660a5c9b9b24cd11c0da35 -> FETCH_HEAD |
92 | 2025-07-14T17:20:28.040Z | + [[ -n john/blueprint-host-phase2-desired ]] |
93 | 2025-07-14T17:20:28.043Z | ++ git branch --show-current |
94 | 2025-07-14T17:20:28.047Z | + current=main |
95 | 2025-07-14T17:20:28.047Z | + [[ main != john/blueprint-host-phase2-desired ]] |
96 | 2025-07-14T17:20:28.047Z | + git branch -f john/blueprint-host-phase2-desired 36a0db941653c8db35660a5c9b9b24cd11c0da35 |
97 | 2025-07-14T17:20:28.050Z | + git checkout -f john/blueprint-host-phase2-desired |
98 | 2025-07-14T17:20:28.270Z | Switched to branch 'john/blueprint-host-phase2-desired' |
99 | 2025-07-14T17:20:28.273Z | + git reset --hard 36a0db941653c8db35660a5c9b9b24cd11c0da35 |
100 | 2025-07-14T17:20:28.498Z | HEAD is now at 36a0db941 catch up to main |
101 | 2025-07-14T17:20:28.501Z | process exited: duration 11511 ms, exit code 0 |
|
102 | 2025-07-14T17:20:28.507Z | starting task 4: "build" |
103 | 2025-07-14T17:20:28.513Z | + source .github/buildomat/ci-env.sh |
104 | 2025-07-14T17:20:28.513Z | ++ export CARGO_TERM_COLOR=always |
105 | 2025-07-14T17:20:28.513Z | ++ CARGO_TERM_COLOR=always |
106 | 2025-07-14T17:20:28.513Z | + cargo --version |
107 | 2025-07-14T17:20:28.569Z | cargo 1.88.0 (873a06493 2025-05-10) |
108 | 2025-07-14T17:20:28.572Z | + rustc --version |
109 | 2025-07-14T17:20:28.640Z | rustc 1.88.0 (6b00bc388 2025-06-23) |
110 | 2025-07-14T17:20:28.643Z | + cd /tmp |
111 | 2025-07-14T17:20:28.643Z | + cargo new --lib test-project |
112 | 2025-07-14T17:20:28.713Z | Creating library `test-project` package |
113 | 2025-07-14T17:20:28.797Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
114 | 2025-07-14T17:20:28.800Z | + cd test-project |
115 | 2025-07-14T17:20:28.800Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
116 | 2025-07-14T17:20:28.872Z | Adding omicron-common (local) to dependencies |
117 | 2025-07-14T17:20:28.872Z | Features: |
118 | 2025-07-14T17:20:28.875Z | - proptest |
119 | 2025-07-14T17:20:28.875Z | - test-strategy |
120 | 2025-07-14T17:20:28.875Z | - testing |
121 | 2025-07-14T17:20:28.901Z | Updating crates.io index |
122 | 2025-07-14T17:20:28.966Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
123 | 2025-07-14T17:20:29.437Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
124 | 2025-07-14T17:20:30.034Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-07-14T17:20:30.512Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-07-14T17:20:30.936Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
127 | 2025-07-14T17:20:32.396Z | Locking 357 packages to latest Rust 1.88.0 compatible versions |
128 | 2025-07-14T17:20:32.507Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
129 | 2025-07-14T17:20:32.510Z | + cargo check |
130 | 2025-07-14T17:20:32.705Z | Updating crates.io index |
131 | 2025-07-14T17:20:33.616Z | Locking 1 package to latest Rust 1.88.0 compatible version |
132 | 2025-07-14T17:20:33.616Z | Adding omicron-workspace-hack v0.1.0 |
133 | 2025-07-14T17:20:33.654Z | Downloading crates ... |
134 | 2025-07-14T17:20:33.731Z | Downloaded darling_macro v0.20.10 |
135 | 2025-07-14T17:20:33.736Z | Downloaded dtrace-parser v0.2.0 |
136 | 2025-07-14T17:20:33.739Z | Downloaded equivalent v1.0.2 |
137 | 2025-07-14T17:20:33.742Z | Downloaded async-stream-impl v0.3.6 |
138 | 2025-07-14T17:20:33.748Z | Downloaded lock_api v0.4.12 |
139 | 2025-07-14T17:20:33.751Z | Downloaded form_urlencoded v1.2.1 |
140 | 2025-07-14T17:20:33.754Z | Downloaded crypto-common v0.1.6 |
141 | 2025-07-14T17:20:33.754Z | Downloaded fastrand v2.1.1 |
142 | 2025-07-14T17:20:33.757Z | Downloaded strum_macros v0.27.1 |
143 | 2025-07-14T17:20:33.761Z | Downloaded strum v0.27.1 |
144 | 2025-07-14T17:20:33.761Z | Downloaded strum_macros v0.26.4 |
145 | 2025-07-14T17:20:33.764Z | Downloaded thiserror-impl v2.0.12 |
146 | 2025-07-14T17:20:33.767Z | Downloaded thiserror-impl v1.0.69 |
147 | 2025-07-14T17:20:33.770Z | Downloaded sync_wrapper v1.0.1 |
148 | 2025-07-14T17:20:33.770Z | Downloaded idna_adapter v1.2.0 |
149 | 2025-07-14T17:20:33.774Z | Downloaded take_mut v0.2.2 |
150 | 2025-07-14T17:20:33.774Z | Downloaded hostname v0.4.0 |
151 | 2025-07-14T17:20:33.777Z | Downloaded heck v0.5.0 |
152 | 2025-07-14T17:20:33.777Z | Downloaded futures-macro v0.3.31 |
153 | 2025-07-14T17:20:33.780Z | Downloaded futures-core v0.3.31 |
154 | 2025-07-14T17:20:33.783Z | Downloaded is-terminal v0.4.13 |
155 | 2025-07-14T17:20:33.783Z | Downloaded syn v2.0.104 |
156 | 2025-07-14T17:20:33.792Z | Downloaded thread-id v4.2.2 |
157 | 2025-07-14T17:20:33.795Z | Downloaded zerofrom-derive v0.1.4 |
158 | 2025-07-14T17:20:33.798Z | Downloaded usdt-attr-macro v0.5.0 |
159 | 2025-07-14T17:20:33.798Z | Downloaded tinystr v0.7.6 |
160 | 2025-07-14T17:20:33.801Z | Downloaded errno v0.3.12 |
161 | 2025-07-14T17:20:33.806Z | Downloaded ipnet v2.11.0 |
162 | 2025-07-14T17:20:33.806Z | Downloaded log v0.4.27 |
163 | 2025-07-14T17:20:33.809Z | Downloaded http-body v1.0.1 |
164 | 2025-07-14T17:20:33.812Z | Downloaded instant v0.1.13 |
165 | 2025-07-14T17:20:33.812Z | Downloaded tokio-rustls v0.25.0 |
166 | 2025-07-14T17:20:33.815Z | Downloaded ident_case v1.0.1 |
167 | 2025-07-14T17:20:33.815Z | Downloaded icu_provider_macros v1.5.0 |
168 | 2025-07-14T17:20:33.818Z | Downloaded match_cfg v0.1.0 |
169 | 2025-07-14T17:20:33.818Z | Downloaded toml_datetime v0.6.11 |
170 | 2025-07-14T17:20:33.821Z | Downloaded yoke v0.7.4 |
171 | 2025-07-14T17:20:33.825Z | Downloaded futures-task v0.3.31 |
172 | 2025-07-14T17:20:33.825Z | Downloaded utf8_iter v1.0.4 |
173 | 2025-07-14T17:20:33.828Z | Downloaded tinyvec v1.8.0 |
174 | 2025-07-14T17:20:33.831Z | Downloaded iana-time-zone v0.1.63 |
175 | 2025-07-14T17:20:33.834Z | Downloaded zerofrom v0.1.4 |
176 | 2025-07-14T17:20:33.834Z | Downloaded futures-executor v0.3.31 |
177 | 2025-07-14T17:20:33.837Z | Downloaded usdt-macro v0.5.0 |
178 | 2025-07-14T17:20:33.840Z | Downloaded memmap v0.7.0 |
179 | 2025-07-14T17:20:33.841Z | Downloaded try-lock v0.2.5 |
180 | 2025-07-14T17:20:33.843Z | Downloaded backoff v0.4.0 |
181 | 2025-07-14T17:20:33.846Z | Downloaded serde_spanned v0.6.9 |
182 | 2025-07-14T17:20:33.849Z | Downloaded anyhow v1.0.98 |
183 | 2025-07-14T17:20:33.852Z | Downloaded derive-where v1.5.0 |
184 | 2025-07-14T17:20:33.856Z | Downloaded foldhash v0.1.5 |
185 | 2025-07-14T17:20:33.859Z | Downloaded parse-display v0.10.0 |
186 | 2025-07-14T17:20:33.862Z | Downloaded num_threads v0.1.7 |
187 | 2025-07-14T17:20:33.862Z | Downloaded itoa v1.0.11 |
188 | 2025-07-14T17:20:33.868Z | Downloaded untrusted v0.9.0 |
189 | 2025-07-14T17:20:33.868Z | Downloaded structmeta v0.3.0 |
190 | 2025-07-14T17:20:33.868Z | Downloaded icu_normalizer_data v1.5.0 |
191 | 2025-07-14T17:20:33.871Z | Downloaded omicron-workspace-hack v0.1.0 |
192 | 2025-07-14T17:20:33.871Z | Downloaded mime v0.3.17 |
193 | 2025-07-14T17:20:33.875Z | Downloaded num-conv v0.1.0 |
194 | 2025-07-14T17:20:33.875Z | Downloaded zeroize v1.8.1 |
195 | 2025-07-14T17:20:33.875Z | Downloaded typify-macro v0.3.0 |
196 | 2025-07-14T17:20:33.879Z | Downloaded ppv-lite86 v0.2.20 |
197 | 2025-07-14T17:20:33.879Z | Downloaded parse-display-derive v0.10.0 |
198 | 2025-07-14T17:20:33.882Z | Downloaded powerfmt v0.2.0 |
199 | 2025-07-14T17:20:33.882Z | Downloaded getrandom v0.2.15 |
200 | 2025-07-14T17:20:33.885Z | Downloaded camino v1.1.10 |
201 | 2025-07-14T17:20:33.888Z | Downloaded paste v1.0.15 |
202 | 2025-07-14T17:20:33.891Z | Downloaded slog-bunyan v2.5.0 |
203 | 2025-07-14T17:20:33.891Z | Downloaded wait-timeout v0.2.0 |
204 | 2025-07-14T17:20:33.896Z | Downloaded unarray v0.1.4 |
205 | 2025-07-14T17:20:33.896Z | Downloaded dropshot_endpoint v0.16.2 |
206 | 2025-07-14T17:20:33.899Z | Downloaded ref-cast v1.0.24 |
207 | 2025-07-14T17:20:33.904Z | Downloaded pretty-hex v0.4.1 |
208 | 2025-07-14T17:20:33.904Z | Downloaded progenitor-client v0.9.1 |
209 | 2025-07-14T17:20:33.906Z | Downloaded parking_lot_core v0.9.10 |
210 | 2025-07-14T17:20:33.906Z | Downloaded strsim v0.11.1 |
211 | 2025-07-14T17:20:33.909Z | Downloaded scroll_derive v0.12.0 |
212 | 2025-07-14T17:20:33.909Z | Downloaded zerovec-derive v0.10.3 |
213 | 2025-07-14T17:20:33.912Z | Downloaded usdt-impl v0.5.0 |
214 | 2025-07-14T17:20:33.912Z | Downloaded stable_deref_trait v1.2.0 |
215 | 2025-07-14T17:20:33.915Z | Downloaded percent-encoding v2.3.1 |
216 | 2025-07-14T17:20:33.915Z | Downloaded writeable v0.5.5 |
217 | 2025-07-14T17:20:33.918Z | Downloaded httparse v1.9.5 |
218 | 2025-07-14T17:20:33.918Z | Downloaded serde_urlencoded v0.7.1 |
219 | 2025-07-14T17:20:33.922Z | Downloaded multer v3.1.0 |
220 | 2025-07-14T17:20:33.925Z | Downloaded scopeguard v1.2.0 |
221 | 2025-07-14T17:20:33.925Z | Downloaded rustc-hash v2.1.1 |
222 | 2025-07-14T17:20:33.928Z | Downloaded oxnet v0.1.2 |
223 | 2025-07-14T17:20:33.930Z | Downloaded unsafe-libyaml v0.2.11 |
224 | 2025-07-14T17:20:33.937Z | Downloaded schemars_derive v0.8.22 |
225 | 2025-07-14T17:20:33.937Z | Downloaded pin-utils v0.1.0 |
226 | 2025-07-14T17:20:33.940Z | Downloaded rusty-fork v0.3.0 |
227 | 2025-07-14T17:20:33.940Z | Downloaded rand_chacha v0.9.0 |
228 | 2025-07-14T17:20:33.940Z | Downloaded rustversion v1.0.17 |
229 | 2025-07-14T17:20:33.943Z | Downloaded pest_derive v2.7.14 |
230 | 2025-07-14T17:20:33.946Z | Downloaded crossbeam-utils v0.8.21 |
231 | 2025-07-14T17:20:33.946Z | Downloaded progenitor v0.9.1 |
232 | 2025-07-14T17:20:33.949Z | Downloaded rand_xorshift v0.4.0 |
233 | 2025-07-14T17:20:33.949Z | Downloaded displaydoc v0.2.5 |
234 | 2025-07-14T17:20:33.952Z | Downloaded shlex v1.3.0 |
235 | 2025-07-14T17:20:33.955Z | Downloaded quinn-udp v0.5.5 |
236 | 2025-07-14T17:20:33.955Z | Downloaded rand_core v0.6.4 |
237 | 2025-07-14T17:20:33.958Z | Downloaded signal-hook-registry v1.4.2 |
238 | 2025-07-14T17:20:33.958Z | Downloaded sha1 v0.10.6 |
239 | 2025-07-14T17:20:33.961Z | Downloaded rand_chacha v0.3.1 |
240 | 2025-07-14T17:20:33.961Z | Downloaded test-strategy v0.4.1 |
241 | 2025-07-14T17:20:33.965Z | Downloaded icu_locid v1.5.0 |
242 | 2025-07-14T17:20:33.970Z | Downloaded parking_lot v0.12.3 |
243 | 2025-07-14T17:20:33.973Z | Downloaded serde_with_macros v3.14.0 |
244 | 2025-07-14T17:20:33.976Z | Downloaded sha2 v0.10.9 |
245 | 2025-07-14T17:20:33.979Z | Downloaded pin-project-lite v0.2.14 |
246 | 2025-07-14T17:20:33.982Z | Downloaded uuid v1.17.0 |
247 | 2025-07-14T17:20:33.986Z | Downloaded rand_core v0.9.2 |
248 | 2025-07-14T17:20:33.989Z | Downloaded spin v0.9.8 |
249 | 2025-07-14T17:20:33.991Z | Downloaded scroll v0.12.0 |
250 | 2025-07-14T17:20:33.991Z | Downloaded slog-async v2.8.0 |
251 | 2025-07-14T17:20:33.995Z | Downloaded thiserror v2.0.12 |
252 | 2025-07-14T17:20:33.998Z | Downloaded smallvec v1.15.0 |
253 | 2025-07-14T17:20:34.002Z | Downloaded allocator-api2 v0.2.21 |
254 | 2025-07-14T17:20:34.005Z | Downloaded progenitor-impl v0.9.1 |
255 | 2025-07-14T17:20:34.008Z | Downloaded serde_yaml v0.9.34+deprecated |
256 | 2025-07-14T17:20:34.011Z | Downloaded tower-http v0.6.6 |
257 | 2025-07-14T17:20:34.017Z | Downloaded rustls-pki-types v1.10.0 |
258 | 2025-07-14T17:20:34.020Z | Downloaded slog v2.7.0 |
259 | 2025-07-14T17:20:34.023Z | Downloaded cc v1.2.15 |
260 | 2025-07-14T17:20:34.026Z | Downloaded serde_derive v1.0.219 |
261 | 2025-07-14T17:20:34.029Z | Downloaded serde_derive_internals v0.29.1 |
262 | 2025-07-14T17:20:34.032Z | Downloaded proc-macro2 v1.0.95 |
263 | 2025-07-14T17:20:34.035Z | Downloaded socket2 v0.5.10 |
264 | 2025-07-14T17:20:34.035Z | Downloaded pest_meta v2.7.14 |
265 | 2025-07-14T17:20:34.038Z | Downloaded slog-term v2.9.1 |
266 | 2025-07-14T17:20:34.041Z | Downloaded ryu v1.0.18 |
267 | 2025-07-14T17:20:34.044Z | Downloaded schemars v0.8.22 |
268 | 2025-07-14T17:20:34.055Z | Downloaded quinn v0.11.5 |
269 | 2025-07-14T17:20:34.058Z | Downloaded mio v1.0.2 |
270 | 2025-07-14T17:20:34.064Z | Downloaded zerovec v0.10.4 |
271 | 2025-07-14T17:20:34.069Z | Downloaded crossbeam-channel v0.5.15 |
272 | 2025-07-14T17:20:34.073Z | Downloaded tokio-util v0.7.15 |
273 | 2025-07-14T17:20:34.080Z | Downloaded time v0.3.36 |
274 | 2025-07-14T17:20:34.087Z | Downloaded iddqd v0.3.8 |
275 | 2025-07-14T17:20:34.093Z | Downloaded hyper v1.6.0 |
276 | 2025-07-14T17:20:34.099Z | Downloaded rand v0.9.1 |
277 | 2025-07-14T17:20:34.103Z | Downloaded hashbrown v0.15.4 |
278 | 2025-07-14T17:20:34.108Z | Downloaded zerocopy v0.7.35 |
279 | 2025-07-14T17:20:34.123Z | Downloaded pest v2.7.14 |
280 | 2025-07-14T17:20:34.128Z | Downloaded iri-string v0.7.8 |
281 | 2025-07-14T17:20:34.133Z | Downloaded h2 v0.4.6 |
282 | 2025-07-14T17:20:34.140Z | Downloaded winnow v0.7.10 |
283 | 2025-07-14T17:20:34.150Z | Downloaded quinn-proto v0.11.8 |
284 | 2025-07-14T17:20:34.154Z | Downloaded serde_json v1.0.140 |
285 | 2025-07-14T17:20:34.160Z | Downloaded zerocopy v0.8.26 |
286 | 2025-07-14T17:20:34.181Z | Downloaded rustls-webpki v0.102.8 |
287 | 2025-07-14T17:20:34.197Z | Downloaded webpki-roots v1.0.1 |
288 | 2025-07-14T17:20:34.200Z | Downloaded icu_properties_data v1.5.0 |
289 | 2025-07-14T17:20:34.208Z | Downloaded chrono v0.4.41 |
290 | 2025-07-14T17:20:34.215Z | Downloaded proptest v1.7.0 |
291 | 2025-07-14T17:20:34.224Z | Downloaded regex v1.11.1 |
292 | 2025-07-14T17:20:34.236Z | Downloaded goblin v0.8.2 |
293 | 2025-07-14T17:20:34.240Z | Downloaded reqwest v0.12.22 |
294 | 2025-07-14T17:20:34.248Z | Downloaded rustls v0.23.19 |
295 | 2025-07-14T17:20:34.258Z | Downloaded regress v0.10.3 |
296 | 2025-07-14T17:20:34.264Z | Downloaded dropshot v0.16.2 |
297 | 2025-07-14T17:20:34.284Z | Downloaded rustix v1.0.7 |
298 | 2025-07-14T17:20:34.302Z | Downloaded regex-syntax v0.8.5 |
299 | 2025-07-14T17:20:34.308Z | Downloaded rustls v0.22.4 |
300 | 2025-07-14T17:20:34.319Z | Downloaded openapiv3 v2.2.0 |
301 | 2025-07-14T17:20:34.328Z | Downloaded typify-impl v0.3.0 |
302 | 2025-07-14T17:20:34.339Z | Downloaded serde_with v3.14.0 |
303 | 2025-07-14T17:20:34.348Z | Downloaded idna v1.0.3 |
304 | 2025-07-14T17:20:34.351Z | Downloaded aho-corasick v1.1.3 |
305 | 2025-07-14T17:20:34.356Z | Downloaded futures-util v0.3.31 |
306 | 2025-07-14T17:20:34.366Z | Downloaded hyper-util v0.1.14 |
307 | 2025-07-14T17:20:34.370Z | Downloaded http v1.3.1 |
308 | 2025-07-14T17:20:34.373Z | Downloaded indexmap v2.10.0 |
309 | 2025-07-14T17:20:34.377Z | Downloaded icu_collections v1.5.0 |
310 | 2025-07-14T17:20:34.382Z | Downloaded rand v0.8.5 |
311 | 2025-07-14T17:20:34.389Z | Downloaded serde v1.0.219 |
312 | 2025-07-14T17:20:34.392Z | Downloaded regex-automata v0.4.8 |
313 | 2025-07-14T17:20:34.401Z | Downloaded toml_edit v0.22.27 |
314 | 2025-07-14T17:20:34.405Z | Downloaded tokio v1.45.1 |
315 | 2025-07-14T17:20:34.435Z | Downloaded bytes v1.10.1 |
316 | 2025-07-14T17:20:34.438Z | Downloaded icu_properties v1.5.1 |
317 | 2025-07-14T17:20:34.443Z | Downloaded tracing v0.1.40 |
318 | 2025-07-14T17:20:34.444Z | Downloaded rustls-pemfile v2.2.0 |
319 | 2025-07-14T17:20:34.449Z | Downloaded semver v1.0.26 |
320 | 2025-07-14T17:20:34.449Z | Downloaded once_cell v1.21.3 |
321 | 2025-07-14T17:20:34.452Z | Downloaded tracing-core v0.1.32 |
322 | 2025-07-14T17:20:34.452Z | Downloaded futures v0.3.31 |
323 | 2025-07-14T17:20:34.455Z | Downloaded base64 v0.22.1 |
324 | 2025-07-14T17:20:34.458Z | Downloaded libc v0.2.174 |
325 | 2025-07-14T17:20:34.479Z | Downloaded typenum v1.17.0 |
326 | 2025-07-14T17:20:34.482Z | Downloaded tower v0.5.2 |
327 | 2025-07-14T17:20:34.487Z | Downloaded num-traits v0.2.19 |
328 | 2025-07-14T17:20:34.490Z | Downloaded icu_provider v1.5.0 |
329 | 2025-07-14T17:20:34.496Z | Downloaded tempfile v3.20.0 |
330 | 2025-07-14T17:20:34.496Z | Downloaded memchr v2.7.4 |
331 | 2025-07-14T17:20:34.501Z | Downloaded ucd-trie v0.1.7 |
332 | 2025-07-14T17:20:34.504Z | Downloaded icu_normalizer v1.5.0 |
333 | 2025-07-14T17:20:34.504Z | Downloaded icu_locid_transform_data v1.5.0 |
334 | 2025-07-14T17:20:34.504Z | Downloaded plain v0.2.3 |
335 | 2025-07-14T17:20:34.509Z | Downloaded quote v1.0.40 |
336 | 2025-07-14T17:20:34.509Z | Downloaded zerocopy-derive v0.7.35 |
337 | 2025-07-14T17:20:34.512Z | Downloaded darling_core v0.20.10 |
338 | 2025-07-14T17:20:34.515Z | Downloaded slab v0.4.9 |
339 | 2025-07-14T17:20:34.516Z | Downloaded progenitor-client v0.10.0 |
340 | 2025-07-14T17:20:34.519Z | Downloaded slog-json v2.6.1 |
341 | 2025-07-14T17:20:34.519Z | Downloaded url v2.5.4 |
342 | 2025-07-14T17:20:34.522Z | Downloaded term v0.7.0 |
343 | 2025-07-14T17:20:34.526Z | Downloaded progenitor-macro v0.9.1 |
344 | 2025-07-14T17:20:34.526Z | Downloaded hyper-rustls v0.27.7 |
345 | 2025-07-14T17:20:34.529Z | Downloaded litemap v0.7.3 |
346 | 2025-07-14T17:20:34.529Z | Downloaded tokio-rustls v0.26.0 |
347 | 2025-07-14T17:20:34.532Z | Downloaded pest_generator v2.7.14 |
348 | 2025-07-14T17:20:34.532Z | Downloaded serde_tokenstream v0.2.2 |
349 | 2025-07-14T17:20:34.535Z | Downloaded macaddr v1.0.1 |
350 | 2025-07-14T17:20:34.535Z | Downloaded serde_path_to_error v0.1.17 |
351 | 2025-07-14T17:20:34.536Z | Downloaded quick-error v1.2.3 |
352 | 2025-07-14T17:20:34.538Z | Downloaded generic-array v0.14.7 |
353 | 2025-07-14T17:20:34.538Z | Downloaded darling v0.20.10 |
354 | 2025-07-14T17:20:34.542Z | Downloaded toml v0.8.23 |
355 | 2025-07-14T17:20:34.545Z | Downloaded utf16_iter v1.0.5 |
356 | 2025-07-14T17:20:34.545Z | Downloaded thiserror v1.0.69 |
357 | 2025-07-14T17:20:34.549Z | Downloaded futures-sink v0.3.31 |
358 | 2025-07-14T17:20:34.552Z | Downloaded futures-channel v0.3.31 |
359 | 2025-07-14T17:20:34.552Z | Downloaded deranged v0.3.11 |
360 | 2025-07-14T17:20:34.556Z | Downloaded unicode-ident v1.0.18 |
361 | 2025-07-14T17:20:34.557Z | Downloaded toml_write v0.1.2 |
362 | 2025-07-14T17:20:34.557Z | Downloaded bitflags v2.9.1 |
363 | 2025-07-14T17:20:34.560Z | Downloaded structmeta-derive v0.3.0 |
364 | 2025-07-14T17:20:34.564Z | Downloaded encoding_rs v0.8.34 |
365 | 2025-07-14T17:20:34.577Z | Downloaded lazy_static v1.5.0 |
366 | 2025-07-14T17:20:34.580Z | Downloaded ipnetwork v0.21.1 |
367 | 2025-07-14T17:20:34.580Z | Downloaded newtype-uuid v1.2.4 |
368 | 2025-07-14T17:20:34.583Z | Downloaded tokio-macros v2.5.0 |
369 | 2025-07-14T17:20:34.583Z | Downloaded want v0.3.1 |
370 | 2025-07-14T17:20:34.583Z | Downloaded waitgroup v0.1.2 |
371 | 2025-07-14T17:20:34.583Z | Downloaded ring v0.17.14 |
372 | 2025-07-14T17:20:34.617Z | Downloaded tower-service v0.3.3 |
373 | 2025-07-14T17:20:34.620Z | Downloaded time-core v0.1.2 |
374 | 2025-07-14T17:20:34.620Z | Downloaded httpdate v1.0.3 |
375 | 2025-07-14T17:20:34.620Z | Downloaded hostname v0.3.1 |
376 | 2025-07-14T17:20:34.620Z | Downloaded version_check v0.9.5 |
377 | 2025-07-14T17:20:34.623Z | Downloaded debug-ignore v1.0.5 |
378 | 2025-07-14T17:20:34.623Z | Downloaded ref-cast-impl v1.0.24 |
379 | 2025-07-14T17:20:34.623Z | Downloaded write16 v1.0.0 |
380 | 2025-07-14T17:20:34.623Z | Downloaded block-buffer v0.10.4 |
381 | 2025-07-14T17:20:34.627Z | Downloaded yoke-derive v0.7.4 |
382 | 2025-07-14T17:20:34.627Z | Downloaded typify v0.3.0 |
383 | 2025-07-14T17:20:34.630Z | Downloaded tower-layer v0.3.3 |
384 | 2025-07-14T17:20:34.630Z | Downloaded daft v0.1.4 |
385 | 2025-07-14T17:20:34.630Z | Downloaded usdt v0.5.0 |
386 | 2025-07-14T17:20:34.633Z | Downloaded tinyvec_macros v0.1.1 |
387 | 2025-07-14T17:20:34.633Z | Downloaded getrandom v0.3.1 |
388 | 2025-07-14T17:20:34.636Z | Downloaded hex v0.4.3 |
389 | 2025-07-14T17:20:34.636Z | Downloaded icu_locid_transform v1.5.0 |
390 | 2025-07-14T17:20:34.639Z | Downloaded http-body-util v0.1.3 |
391 | 2025-07-14T17:20:34.639Z | Downloaded fnv v1.0.7 |
392 | 2025-07-14T17:20:34.639Z | Downloaded dyn-clone v1.0.19 |
393 | 2025-07-14T17:20:34.642Z | Downloaded daft-derive v0.1.4 |
394 | 2025-07-14T17:20:34.645Z | Downloaded time-macros v0.2.18 |
395 | 2025-07-14T17:20:34.645Z | Downloaded thread_local v1.1.8 |
396 | 2025-07-14T17:20:34.648Z | Downloaded futures-io v0.3.31 |
397 | 2025-07-14T17:20:34.648Z | Downloaded dirs-sys-next v0.1.2 |
398 | 2025-07-14T17:20:34.648Z | Downloaded digest v0.10.7 |
399 | 2025-07-14T17:20:34.648Z | Downloaded async-trait v0.1.88 |
400 | 2025-07-14T17:20:34.652Z | Downloaded cfg-if v1.0.1 |
401 | 2025-07-14T17:20:34.654Z | Downloaded bit-set v0.8.0 |
402 | 2025-07-14T17:20:34.655Z | Downloaded synstructure v0.13.1 |
403 | 2025-07-14T17:20:34.655Z | Downloaded subtle v2.6.1 |
404 | 2025-07-14T17:20:34.655Z | Downloaded dof v0.3.0 |
405 | 2025-07-14T17:20:34.658Z | Downloaded dirs-next v2.0.0 |
406 | 2025-07-14T17:20:34.658Z | Downloaded autocfg v1.4.0 |
407 | 2025-07-14T17:20:34.658Z | Downloaded atomic-waker v1.1.2 |
408 | 2025-07-14T17:20:34.661Z | Downloaded strum v0.26.3 |
409 | 2025-07-14T17:20:34.661Z | Downloaded byteorder v1.5.0 |
410 | 2025-07-14T17:20:34.661Z | Downloaded bit-vec v0.8.0 |
411 | 2025-07-14T17:20:34.663Z | Downloaded async-stream v0.3.6 |
412 | 2025-07-14T17:20:34.663Z | Downloaded cpufeatures v0.2.14 |
413 | 2025-07-14T17:20:34.734Z | Compiling proc-macro2 v1.0.95 |
414 | 2025-07-14T17:20:34.734Z | Compiling unicode-ident v1.0.18 |
415 | 2025-07-14T17:20:34.737Z | Compiling libc v0.2.174 |
416 | 2025-07-14T17:20:34.737Z | Checking cfg-if v1.0.1 |
417 | 2025-07-14T17:20:34.737Z | Compiling autocfg v1.4.0 |
418 | 2025-07-14T17:20:34.737Z | Compiling serde v1.0.219 |
419 | 2025-07-14T17:20:34.858Z | Checking memchr v2.7.4 |
420 | 2025-07-14T17:20:34.869Z | Checking itoa v1.0.11 |
421 | 2025-07-14T17:20:34.969Z | Compiling serde_json v1.0.140 |
422 | 2025-07-14T17:20:35.147Z | Checking ryu v1.0.18 |
423 | 2025-07-14T17:20:35.397Z | Compiling getrandom v0.3.1 |
424 | 2025-07-14T17:20:35.580Z | Compiling semver v1.0.26 |
425 | 2025-07-14T17:20:35.685Z | Checking pin-project-lite v0.2.14 |
426 | 2025-07-14T17:20:35.807Z | Checking smallvec v1.15.0 |
427 | 2025-07-14T17:20:35.832Z | Checking futures-core v0.3.31 |
428 | 2025-07-14T17:20:35.877Z | Compiling version_check v0.9.5 |
429 | 2025-07-14T17:20:36.033Z | Checking bytes v1.10.1 |
430 | 2025-07-14T17:20:36.175Z | Checking once_cell v1.21.3 |
431 | 2025-07-14T17:20:36.188Z | Compiling num-traits v0.2.19 |
432 | 2025-07-14T17:20:36.223Z | Compiling lock_api v0.4.12 |
433 | 2025-07-14T17:20:36.433Z | Checking equivalent v1.0.2 |
434 | 2025-07-14T17:20:36.484Z | Checking allocator-api2 v0.2.21 |
435 | 2025-07-14T17:20:36.533Z | Compiling parking_lot_core v0.9.10 |
436 | 2025-07-14T17:20:36.546Z | Checking foldhash v0.1.5 |
437 | 2025-07-14T17:20:36.738Z | Compiling quote v1.0.40 |
438 | 2025-07-14T17:20:36.798Z | Checking scopeguard v1.2.0 |
439 | 2025-07-14T17:20:36.811Z | Checking fnv v1.0.7 |
440 | 2025-07-14T17:20:36.948Z | Compiling thiserror v1.0.69 |
441 | 2025-07-14T17:20:37.056Z | Compiling slab v0.4.9 |
442 | 2025-07-14T17:20:37.079Z | Checking hashbrown v0.15.4 |
443 | 2025-07-14T17:20:37.166Z | Compiling syn v2.0.104 |
444 | 2025-07-14T17:20:37.284Z | Checking futures-sink v0.3.31 |
445 | 2025-07-14T17:20:37.341Z | Compiling shlex v1.3.0 |
446 | 2025-07-14T17:20:37.359Z | Checking parking_lot v0.12.3 |
447 | 2025-07-14T17:20:37.435Z | Checking getrandom v0.2.15 |
448 | 2025-07-14T17:20:37.586Z | Compiling cc v1.2.15 |
449 | 2025-07-14T17:20:37.663Z | Checking signal-hook-registry v1.4.2 |
450 | 2025-07-14T17:20:37.666Z | Checking mio v1.0.2 |
451 | 2025-07-14T17:20:37.691Z | Checking socket2 v0.5.10 |
452 | 2025-07-14T17:20:37.861Z | Checking stable_deref_trait v1.2.0 |
453 | 2025-07-14T17:20:37.919Z | Compiling schemars v0.8.22 |
454 | 2025-07-14T17:20:37.978Z | Checking iana-time-zone v0.1.63 |
455 | 2025-07-14T17:20:38.154Z | Checking dyn-clone v1.0.19 |
456 | 2025-07-14T17:20:38.172Z | Compiling heck v0.5.0 |
457 | 2025-07-14T17:20:38.205Z | Checking futures-channel v0.3.31 |
458 | 2025-07-14T17:20:38.299Z | Checking http v1.3.1 |
459 | 2025-07-14T17:20:38.332Z | Checking log v0.4.27 |
460 | 2025-07-14T17:20:38.392Z | Checking futures-task v0.3.31 |
461 | 2025-07-14T17:20:38.509Z | Checking futures-io v0.3.31 |
462 | 2025-07-14T17:20:38.554Z | Checking pin-utils v0.1.0 |
463 | 2025-07-14T17:20:38.558Z | Compiling thiserror v2.0.12 |
464 | 2025-07-14T17:20:38.600Z | Checking rustls-pki-types v1.10.0 |
465 | 2025-07-14T17:20:38.967Z | Checking litemap v0.7.3 |
466 | 2025-07-14T17:20:39.166Z | Checking untrusted v0.9.0 |
467 | 2025-07-14T17:20:39.205Z | Checking writeable v0.5.5 |
468 | 2025-07-14T17:20:39.351Z | Checking byteorder v1.5.0 |
469 | 2025-07-14T17:20:39.522Z | Compiling ucd-trie v0.1.7 |
470 | 2025-07-14T17:20:39.534Z | Compiling httparse v1.9.5 |
471 | 2025-07-14T17:20:39.600Z | Checking http-body v1.0.1 |
472 | 2025-07-14T17:20:39.751Z | Checking tracing-core v0.1.32 |
473 | 2025-07-14T17:20:39.818Z | Checking zeroize v1.8.1 |
474 | 2025-07-14T17:20:39.954Z | Checking subtle v2.6.1 |
475 | 2025-07-14T17:20:40.089Z | Checking atomic-waker v1.1.2 |
476 | 2025-07-14T17:20:40.231Z | Checking percent-encoding v2.3.1 |
477 | 2025-07-14T17:20:40.399Z | Checking bitflags v2.9.1 |
478 | 2025-07-14T17:20:40.412Z | Compiling ring v0.17.14 |
479 | 2025-07-14T17:20:40.440Z | Checking icu_locid_transform_data v1.5.0 |
480 | 2025-07-14T17:20:40.538Z | Checking tracing v0.1.40 |
481 | 2025-07-14T17:20:40.689Z | Checking tower-service v0.3.3 |
482 | 2025-07-14T17:20:40.821Z | Compiling uuid v1.17.0 |
483 | 2025-07-14T17:20:41.012Z | Checking icu_properties_data v1.5.0 |
484 | 2025-07-14T17:20:41.027Z | Compiling chrono v0.4.41 |
485 | 2025-07-14T17:20:41.095Z | Checking try-lock v0.2.5 |
486 | 2025-07-14T17:20:41.141Z | Compiling regress v0.10.3 |
487 | 2025-07-14T17:20:41.239Z | Checking want v0.3.1 |
488 | 2025-07-14T17:20:41.369Z | Checking write16 v1.0.0 |
489 | 2025-07-14T17:20:41.424Z | Compiling rustls v0.23.19 |
490 | 2025-07-14T17:20:41.497Z | Compiling slog v2.7.0 |
491 | 2025-07-14T17:20:41.513Z | Checking utf16_iter v1.0.5 |
492 | 2025-07-14T17:20:41.594Z | Checking httpdate v1.0.3 |
493 | 2025-07-14T17:20:41.682Z | Checking utf8_iter v1.0.4 |
494 | 2025-07-14T17:20:41.773Z | Checking icu_normalizer_data v1.5.0 |
495 | 2025-07-14T17:20:41.876Z | Checking form_urlencoded v1.2.1 |
496 | 2025-07-14T17:20:41.889Z | Compiling aho-corasick v1.1.3 |
497 | 2025-07-14T17:20:42.073Z | Compiling paste v1.0.15 |
498 | 2025-07-14T17:20:42.085Z | Compiling zerocopy v0.8.26 |
499 | 2025-07-14T17:20:42.593Z | Checking regex-syntax v0.8.5 |
500 | 2025-07-14T17:20:42.802Z | Compiling typenum v1.17.0 |
501 | 2025-07-14T17:20:43.757Z | Checking ipnet v2.11.0 |
502 | 2025-07-14T17:20:44.232Z | Compiling serde_derive_internals v0.29.1 |
503 | 2025-07-14T17:20:44.453Z | Compiling synstructure v0.13.1 |
504 | 2025-07-14T17:20:45.593Z | Checking base64 v0.22.1 |
505 | 2025-07-14T17:20:45.811Z | Compiling generic-array v0.14.7 |
506 | 2025-07-14T17:20:46.051Z | Checking sync_wrapper v1.0.1 |
507 | 2025-07-14T17:20:46.097Z | Compiling rustversion v1.0.17 |
508 | 2025-07-14T17:20:46.199Z | Compiling newtype-uuid v1.2.4 |
509 | 2025-07-14T17:20:46.242Z | Checking tower-layer v0.3.3 |
510 | 2025-07-14T17:20:46.516Z | Compiling regex-automata v0.4.8 |
511 | 2025-07-14T17:20:46.832Z | Checking http-body-util v0.1.3 |
512 | 2025-07-14T17:20:47.272Z | Checking webpki-roots v1.0.1 |
513 | 2025-07-14T17:20:47.482Z | Compiling usdt-impl v0.5.0 |
514 | 2025-07-14T17:20:47.869Z | Checking rustls-webpki v0.102.8 |
515 | 2025-07-14T17:20:47.904Z | Checking powerfmt v0.2.0 |
516 | 2025-07-14T17:20:47.972Z | Compiling serde_derive v1.0.219 |
517 | 2025-07-14T17:20:48.075Z | Compiling schemars_derive v0.8.22 |
518 | 2025-07-14T17:20:48.177Z | Compiling zerofrom-derive v0.1.4 |
519 | 2025-07-14T17:20:48.612Z | Compiling thiserror-impl v1.0.69 |
520 | 2025-07-14T17:20:48.615Z | Compiling tokio-macros v2.5.0 |
521 | 2025-07-14T17:20:49.208Z | Compiling zerocopy-derive v0.7.35 |
522 | 2025-07-14T17:20:49.700Z | Compiling yoke-derive v0.7.4 |
523 | 2025-07-14T17:20:50.091Z | Checking tokio v1.45.1 |
524 | 2025-07-14T17:20:50.841Z | Compiling zerovec-derive v0.10.3 |
525 | 2025-07-14T17:20:51.090Z | Compiling displaydoc v0.2.5 |
526 | 2025-07-14T17:20:51.211Z | Checking zerofrom v0.1.4 |
527 | 2025-07-14T17:20:51.272Z | Compiling futures-macro v0.3.31 |
528 | 2025-07-14T17:20:51.422Z | Compiling thiserror-impl v2.0.12 |
529 | 2025-07-14T17:20:52.054Z | Checking yoke v0.7.4 |
530 | 2025-07-14T17:20:52.570Z | Compiling icu_provider_macros v1.5.0 |
531 | 2025-07-14T17:20:52.594Z | Compiling pest v2.7.14 |
532 | 2025-07-14T17:20:52.867Z | Checking zerocopy v0.7.35 |
533 | 2025-07-14T17:20:53.100Z | Checking zerovec v0.10.4 |
534 | 2025-07-14T17:20:53.120Z | Checking futures-util v0.3.31 |
535 | 2025-07-14T17:20:54.135Z | Checking ppv-lite86 v0.2.20 |
536 | 2025-07-14T17:20:54.875Z | Checking tinystr v0.7.6 |
537 | 2025-07-14T17:20:55.231Z | Checking icu_locid v1.5.0 |
538 | 2025-07-14T17:20:55.370Z | Compiling pest_meta v2.7.14 |
539 | 2025-07-14T17:20:55.898Z | Checking icu_collections v1.5.0 |
540 | 2025-07-14T17:20:56.196Z | Checking icu_provider v1.5.0 |
541 | 2025-07-14T17:20:56.624Z | Compiling regex v1.11.1 |
542 | 2025-07-14T17:20:56.852Z | Checking icu_locid_transform v1.5.0 |
543 | 2025-07-14T17:20:57.041Z | Checking tokio-util v0.7.15 |
544 | 2025-07-14T17:20:57.502Z | Compiling pest_generator v2.7.14 |
545 | 2025-07-14T17:20:57.591Z | Checking tower v0.5.2 |
546 | 2025-07-14T17:20:57.877Z | Compiling scroll_derive v0.12.0 |
547 | 2025-07-14T17:20:57.932Z | Checking icu_properties v1.5.1 |
548 | 2025-07-14T17:20:58.298Z | Compiling num-conv v0.1.0 |
549 | 2025-07-14T17:20:58.518Z | Checking tokio-rustls v0.26.0 |
550 | 2025-07-14T17:20:58.591Z | Compiling rustix v1.0.7 |
551 | 2025-07-14T17:20:58.897Z | Compiling time-core v0.1.2 |
552 | 2025-07-14T17:20:59.023Z | Checking iri-string v0.7.8 |
553 | 2025-07-14T17:20:59.077Z | Compiling pest_derive v2.7.14 |
554 | 2025-07-14T17:20:59.095Z | Compiling time-macros v0.2.18 |
555 | 2025-07-14T17:20:59.298Z | Checking scroll v0.12.0 |
556 | 2025-07-14T17:21:00.134Z | Checking indexmap v2.10.0 |
557 | 2025-07-14T17:21:00.381Z | Compiling serde_tokenstream v0.2.2 |
558 | 2025-07-14T17:21:01.377Z | Checking icu_normalizer v1.5.0 |
559 | 2025-07-14T17:21:01.401Z | Checking h2 v0.4.6 |
560 | 2025-07-14T17:21:01.511Z | Checking serde_urlencoded v0.7.1 |
561 | 2025-07-14T17:21:01.652Z | Checking tower-http v0.6.6 |
562 | 2025-07-14T17:21:01.947Z | Compiling dof v0.3.0 |
563 | 2025-07-14T17:21:02.165Z | Checking idna_adapter v1.2.0 |
564 | 2025-07-14T17:21:02.208Z | Compiling dtrace-parser v0.2.0 |
565 | 2025-07-14T17:21:02.253Z | Checking rand_core v0.9.2 |
566 | 2025-07-14T17:21:02.407Z | Checking idna v1.0.3 |
567 | 2025-07-14T17:21:02.598Z | Compiling thread-id v4.2.2 |
568 | 2025-07-14T17:21:02.728Z | Checking deranged v0.3.11 |
569 | 2025-07-14T17:21:02.751Z | Compiling structmeta-derive v0.3.0 |
570 | 2025-07-14T17:21:02.905Z | Checking url v2.5.4 |
571 | 2025-07-14T17:21:03.378Z | Checking ipnetwork v0.21.1 |
572 | 2025-07-14T17:21:03.738Z | Compiling typify-impl v0.3.0 |
573 | 2025-07-14T17:21:03.763Z | Checking oxnet v0.1.2 |
574 | 2025-07-14T17:21:04.064Z | Compiling daft-derive v0.1.4 |
575 | 2025-07-14T17:21:05.135Z | Checking errno v0.3.12 |
576 | 2025-07-14T17:21:05.319Z | Checking num_threads v0.1.7 |
577 | 2025-07-14T17:21:05.342Z | Compiling ident_case v1.0.1 |
578 | 2025-07-14T17:21:05.373Z | Checking plain v0.2.3 |
579 | 2025-07-14T17:21:05.442Z | Compiling crossbeam-utils v0.8.21 |
580 | 2025-07-14T17:21:05.634Z | Compiling omicron-workspace-hack v0.1.0 |
581 | 2025-07-14T17:21:05.696Z | Checking hyper v1.6.0 |
582 | 2025-07-14T17:21:05.762Z | Compiling strsim v0.11.1 |
583 | 2025-07-14T17:21:06.075Z | Checking time v0.3.36 |
584 | 2025-07-14T17:21:06.370Z | Compiling darling_core v0.20.10 |
585 | 2025-07-14T17:21:06.897Z | Checking daft v0.1.4 |
586 | 2025-07-14T17:21:07.342Z | Checking goblin v0.8.2 |
587 | 2025-07-14T17:21:07.711Z | Checking hyper-util v0.1.14 |
588 | 2025-07-14T17:21:08.468Z | Compiling structmeta v0.3.0 |
589 | 2025-07-14T17:21:08.845Z | Compiling openapiv3 v2.2.0 |
590 | 2025-07-14T17:21:09.945Z | Checking hyper-rustls v0.27.7 |
591 | 2025-07-14T17:21:10.223Z | Checking dirs-sys-next v0.1.2 |
592 | 2025-07-14T17:21:10.295Z | Checking reqwest v0.12.22 |
593 | 2025-07-14T17:21:10.432Z | Compiling rustls v0.22.4 |
594 | 2025-07-14T17:21:10.787Z | Checking fastrand v2.1.1 |
595 | 2025-07-14T17:21:10.790Z | Compiling unsafe-libyaml v0.2.11 |
596 | 2025-07-14T17:21:11.142Z | Compiling anyhow v1.0.98 |
597 | 2025-07-14T17:21:11.560Z | Checking pretty-hex v0.4.1 |
598 | 2025-07-14T17:21:11.612Z | Compiling darling_macro v0.20.10 |
599 | 2025-07-14T17:21:11.738Z | Checking tempfile v3.20.0 |
600 | 2025-07-14T17:21:12.127Z | Checking dirs-next v2.0.0 |
601 | 2025-07-14T17:21:12.152Z | Compiling serde_yaml v0.9.34+deprecated |
602 | 2025-07-14T17:21:12.574Z | Checking block-buffer v0.10.4 |
603 | 2025-07-14T17:21:12.589Z | Checking crypto-common v0.1.6 |
604 | 2025-07-14T17:21:12.624Z | Checking serde_spanned v0.6.9 |
605 | 2025-07-14T17:21:12.779Z | Checking toml_datetime v0.6.11 |
606 | 2025-07-14T17:21:12.792Z | Checking rand_core v0.6.4 |
607 | 2025-07-14T17:21:12.839Z | Compiling multer v3.1.0 |
608 | 2025-07-14T17:21:12.872Z | Checking thread_local v1.1.8 |
609 | 2025-07-14T17:21:13.078Z | Checking wait-timeout v0.2.0 |
610 | 2025-07-14T17:21:13.091Z | Compiling ref-cast v1.0.24 |
611 | 2025-07-14T17:21:13.123Z | Checking bit-vec v0.8.0 |
612 | 2025-07-14T17:21:13.143Z | Compiling camino v1.1.10 |
613 | 2025-07-14T17:21:13.225Z | Checking quick-error v1.2.3 |
614 | 2025-07-14T17:21:13.246Z | Checking match_cfg v0.1.0 |
615 | 2025-07-14T17:21:13.272Z | Checking toml_write v0.1.2 |
616 | 2025-07-14T17:21:13.347Z | Compiling slog-async v2.8.0 |
617 | 2025-07-14T17:21:13.383Z | Checking winnow v0.7.10 |
618 | 2025-07-14T17:21:13.499Z | Checking bit-set v0.8.0 |
619 | 2025-07-14T17:21:13.586Z | Checking rusty-fork v0.3.0 |
620 | 2025-07-14T17:21:13.690Z | Checking hostname v0.3.1 |
621 | 2025-07-14T17:21:13.771Z | Checking crossbeam-channel v0.5.15 |
622 | 2025-07-14T17:21:13.878Z | Checking rand_chacha v0.3.1 |
623 | 2025-07-14T17:21:13.892Z | Checking digest v0.10.7 |
624 | 2025-07-14T17:21:13.919Z | Compiling darling v0.20.10 |
625 | 2025-07-14T17:21:14.039Z | Checking term v0.7.0 |
626 | 2025-07-14T17:21:14.376Z | Checking progenitor-client v0.9.1 |
627 | 2025-07-14T17:21:14.480Z | Compiling usdt-attr-macro v0.5.0 |
628 | 2025-07-14T17:21:14.498Z | Compiling usdt-macro v0.5.0 |
629 | 2025-07-14T17:21:14.611Z | Checking slog-json v2.6.1 |
630 | 2025-07-14T17:21:14.693Z | Compiling typify-macro v0.3.0 |
631 | 2025-07-14T17:21:14.736Z | Compiling strum_macros v0.26.4 |
632 | 2025-07-14T17:21:14.896Z | Checking rand v0.9.1 |
633 | 2025-07-14T17:21:15.159Z | Checking rand_xorshift v0.4.0 |
634 | 2025-07-14T17:21:15.358Z | Checking rand_chacha v0.9.0 |
635 | 2025-07-14T17:21:15.673Z | Checking hex v0.4.3 |
636 | 2025-07-14T17:21:15.791Z | Checking futures-executor v0.3.31 |
637 | 2025-07-14T17:21:15.807Z | Compiling ref-cast-impl v1.0.24 |
638 | 2025-07-14T17:21:15.849Z | Compiling async-stream-impl v0.3.6 |
639 | 2025-07-14T17:21:16.038Z | Compiling dropshot v0.16.2 |
640 | 2025-07-14T17:21:16.181Z | Checking is-terminal v0.4.13 |
641 | 2025-07-14T17:21:16.281Z | Checking toml_edit v0.22.27 |
642 | 2025-07-14T17:21:16.316Z | Checking memmap v0.7.0 |
643 | 2025-07-14T17:21:16.437Z | Checking encoding_rs v0.8.34 |
644 | 2025-07-14T17:21:16.535Z | Checking unarray v0.1.4 |
645 | 2025-07-14T17:21:16.687Z | Checking spin v0.9.8 |
646 | 2025-07-14T17:21:16.881Z | Checking cpufeatures v0.2.14 |
647 | 2025-07-14T17:21:16.933Z | Checking lazy_static v1.5.0 |
648 | 2025-07-14T17:21:16.985Z | Checking take_mut v0.2.2 |
649 | 2025-07-14T17:21:17.069Z | Checking mime v0.3.17 |
650 | 2025-07-14T17:21:17.086Z | Checking async-stream v0.3.6 |
651 | 2025-07-14T17:21:17.288Z | Checking proptest v1.7.0 |
652 | 2025-07-14T17:21:17.386Z | Checking sha1 v0.10.6 |
653 | 2025-07-14T17:21:17.575Z | Checking usdt v0.5.0 |
654 | 2025-07-14T17:21:17.680Z | Checking tokio-rustls v0.25.0 |
655 | 2025-07-14T17:21:17.726Z | Checking slog-term v2.9.1 |
656 | 2025-07-14T17:21:17.829Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
657 | 2025-07-14T17:21:17.900Z | Compiling typify v0.3.0 |
658 | 2025-07-14T17:21:18.014Z | Compiling progenitor-impl v0.9.1 |
659 | 2025-07-14T17:21:18.044Z | Checking futures v0.3.31 |
660 | 2025-07-14T17:21:18.149Z | Checking slog-bunyan v2.5.0 |
661 | 2025-07-14T17:21:18.241Z | Checking rand v0.8.5 |
662 | 2025-07-14T17:21:18.313Z | Compiling serde_with_macros v3.14.0 |
663 | 2025-07-14T17:21:18.823Z | Checking toml v0.8.23 |
664 | 2025-07-14T17:21:18.838Z | Checking strum v0.26.3 |
665 | 2025-07-14T17:21:19.169Z | Compiling test-strategy v0.4.1 |
666 | 2025-07-14T17:21:19.440Z | Compiling parse-display-derive v0.10.0 |
667 | 2025-07-14T17:21:19.678Z | Compiling strum_macros v0.27.1 |
668 | 2025-07-14T17:21:19.681Z | Compiling dropshot_endpoint v0.16.2 |
669 | 2025-07-14T17:21:20.082Z | Checking serde_path_to_error v0.1.17 |
670 | 2025-07-14T17:21:20.725Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
671 | 2025-07-14T17:21:20.788Z | Compiling derive-where v1.5.0 |
672 | 2025-07-14T17:21:21.312Z | Compiling async-trait v0.1.88 |
673 | 2025-07-14T17:21:21.566Z | Checking waitgroup v0.1.2 |
674 | 2025-07-14T17:21:21.725Z | Checking rustls-pemfile v2.2.0 |
675 | 2025-07-14T17:21:21.966Z | Checking hostname v0.4.0 |
676 | 2025-07-14T17:21:22.123Z | Checking instant v0.1.13 |
677 | 2025-07-14T17:21:22.253Z | Checking debug-ignore v1.0.5 |
678 | 2025-07-14T17:21:22.267Z | Checking rustc-hash v2.1.1 |
679 | 2025-07-14T17:21:22.416Z | Checking backoff v0.4.0 |
680 | 2025-07-14T17:21:22.465Z | Checking iddqd v0.3.8 |
681 | 2025-07-14T17:21:22.716Z | Checking tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
682 | 2025-07-14T17:21:22.930Z | Checking parse-display v0.10.0 |
683 | 2025-07-14T17:21:23.178Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
684 | 2025-07-14T17:21:23.340Z | Checking serde_with v3.14.0 |
685 | 2025-07-14T17:21:23.340Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
686 | 2025-07-14T17:21:23.419Z | Checking protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
687 | 2025-07-14T17:21:23.452Z | Compiling progenitor-macro v0.9.1 |
688 | 2025-07-14T17:21:23.543Z | Checking id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
689 | 2025-07-14T17:21:23.877Z | Checking progenitor-client v0.10.0 |
690 | 2025-07-14T17:21:24.038Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
691 | 2025-07-14T17:21:24.167Z | Checking strum v0.27.1 |
692 | 2025-07-14T17:21:24.262Z | Checking macaddr v1.0.1 |
693 | 2025-07-14T17:21:27.786Z | Checking progenitor v0.9.1 |
694 | 2025-07-14T17:21:27.916Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
695 | 2025-07-14T17:21:30.920Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
696 | 2025-07-14T17:21:38.748Z | Checking test-project v0.1.0 (/tmp/test-project) |
697 | 2025-07-14T17:21:38.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
698 | 2025-07-14T17:21:38.964Z | + cargo build --release |
699 | 2025-07-14T17:21:39.260Z | Compiling proc-macro2 v1.0.95 |
700 | 2025-07-14T17:21:39.260Z | Compiling unicode-ident v1.0.18 |
701 | 2025-07-14T17:21:39.270Z | Compiling libc v0.2.174 |
702 | 2025-07-14T17:21:39.271Z | Compiling cfg-if v1.0.1 |
703 | 2025-07-14T17:21:39.271Z | Compiling autocfg v1.4.0 |
704 | 2025-07-14T17:21:39.271Z | Compiling serde v1.0.219 |
705 | 2025-07-14T17:21:39.271Z | Compiling memchr v2.7.4 |
706 | 2025-07-14T17:21:39.271Z | Compiling serde_json v1.0.140 |
707 | 2025-07-14T17:21:39.414Z | Compiling itoa v1.0.11 |
708 | 2025-07-14T17:21:39.642Z | Compiling ryu v1.0.18 |
709 | 2025-07-14T17:21:39.709Z | Compiling semver v1.0.26 |
710 | 2025-07-14T17:21:39.860Z | Compiling getrandom v0.3.1 |
711 | 2025-07-14T17:21:40.194Z | Compiling pin-project-lite v0.2.14 |
712 | 2025-07-14T17:21:40.246Z | Compiling smallvec v1.15.0 |
713 | 2025-07-14T17:21:40.322Z | Compiling version_check v0.9.5 |
714 | 2025-07-14T17:21:40.342Z | Compiling bytes v1.10.1 |
715 | 2025-07-14T17:21:40.547Z | Compiling futures-core v0.3.31 |
716 | 2025-07-14T17:21:40.719Z | Compiling once_cell v1.21.3 |
717 | 2025-07-14T17:21:40.734Z | Compiling lock_api v0.4.12 |
718 | 2025-07-14T17:21:40.804Z | Compiling num-traits v0.2.19 |
719 | 2025-07-14T17:21:40.860Z | Compiling equivalent v1.0.2 |
720 | 2025-07-14T17:21:41.000Z | Compiling quote v1.0.40 |
721 | 2025-07-14T17:21:41.077Z | Compiling allocator-api2 v0.2.21 |
722 | 2025-07-14T17:21:41.123Z | Compiling parking_lot_core v0.9.10 |
723 | 2025-07-14T17:21:41.137Z | Compiling thiserror v1.0.69 |
724 | 2025-07-14T17:21:41.416Z | Compiling syn v2.0.104 |
725 | 2025-07-14T17:21:41.456Z | Compiling foldhash v0.1.5 |
726 | 2025-07-14T17:21:41.748Z | Compiling scopeguard v1.2.0 |
727 | 2025-07-14T17:21:41.780Z | Compiling hashbrown v0.15.4 |
728 | 2025-07-14T17:21:41.860Z | Compiling fnv v1.0.7 |
729 | 2025-07-14T17:21:41.997Z | Compiling slab v0.4.9 |
730 | 2025-07-14T17:21:42.053Z | Compiling futures-sink v0.3.31 |
731 | 2025-07-14T17:21:42.219Z | Compiling shlex v1.3.0 |
732 | 2025-07-14T17:21:42.368Z | Compiling parking_lot v0.12.3 |
733 | 2025-07-14T17:21:42.392Z | Compiling signal-hook-registry v1.4.2 |
734 | 2025-07-14T17:21:42.523Z | Compiling cc v1.2.15 |
735 | 2025-07-14T17:21:42.560Z | Compiling socket2 v0.5.10 |
736 | 2025-07-14T17:21:42.796Z | Compiling getrandom v0.2.15 |
737 | 2025-07-14T17:21:43.183Z | Compiling mio v1.0.2 |
738 | 2025-07-14T17:21:43.275Z | Compiling schemars v0.8.22 |
739 | 2025-07-14T17:21:43.710Z | Compiling stable_deref_trait v1.2.0 |
740 | 2025-07-14T17:21:43.829Z | Compiling iana-time-zone v0.1.63 |
741 | 2025-07-14T17:21:44.039Z | Compiling dyn-clone v1.0.19 |
742 | 2025-07-14T17:21:44.251Z | Compiling heck v0.5.0 |
743 | 2025-07-14T17:21:44.295Z | Compiling thiserror v2.0.12 |
744 | 2025-07-14T17:21:44.322Z | Compiling futures-channel v0.3.31 |
745 | 2025-07-14T17:21:44.460Z | Compiling http v1.3.1 |
746 | 2025-07-14T17:21:44.526Z | Compiling futures-task v0.3.31 |
747 | 2025-07-14T17:21:44.660Z | Compiling futures-io v0.3.31 |
748 | 2025-07-14T17:21:44.814Z | Compiling log v0.4.27 |
749 | 2025-07-14T17:21:44.831Z | Compiling pin-utils v0.1.0 |
750 | 2025-07-14T17:21:44.921Z | Compiling rustls-pki-types v1.10.0 |
751 | 2025-07-14T17:21:45.215Z | Compiling untrusted v0.9.0 |
752 | 2025-07-14T17:21:45.313Z | Compiling litemap v0.7.3 |
753 | 2025-07-14T17:21:45.409Z | Compiling writeable v0.5.5 |
754 | 2025-07-14T17:21:45.465Z | Compiling ring v0.17.14 |
755 | 2025-07-14T17:21:45.823Z | Compiling httparse v1.9.5 |
756 | 2025-07-14T17:21:45.829Z | Compiling ucd-trie v0.1.7 |
757 | 2025-07-14T17:21:46.250Z | Compiling byteorder v1.5.0 |
758 | 2025-07-14T17:21:46.481Z | Compiling http-body v1.0.1 |
759 | 2025-07-14T17:21:46.614Z | Compiling tracing-core v0.1.32 |
760 | 2025-07-14T17:21:46.759Z | Compiling percent-encoding v2.3.1 |
761 | 2025-07-14T17:21:46.852Z | Compiling subtle v2.6.1 |
762 | 2025-07-14T17:21:47.114Z | Compiling bitflags v2.9.1 |
763 | 2025-07-14T17:21:47.232Z | Compiling icu_locid_transform_data v1.5.0 |
764 | 2025-07-14T17:21:47.342Z | Compiling zeroize v1.8.1 |
765 | 2025-07-14T17:21:47.531Z | Compiling atomic-waker v1.1.2 |
766 | 2025-07-14T17:21:47.925Z | Compiling tracing v0.1.40 |
767 | 2025-07-14T17:21:48.087Z | Compiling chrono v0.4.41 |
768 | 2025-07-14T17:21:48.794Z | Compiling serde_derive_internals v0.29.1 |
769 | 2025-07-14T17:21:48.985Z | Compiling synstructure v0.13.1 |
770 | 2025-07-14T17:21:49.049Z | Compiling try-lock v0.2.5 |
771 | 2025-07-14T17:21:49.147Z | Compiling tower-service v0.3.3 |
772 | 2025-07-14T17:21:49.172Z | Compiling uuid v1.17.0 |
773 | 2025-07-14T17:21:49.260Z | Compiling icu_properties_data v1.5.0 |
774 | 2025-07-14T17:21:49.736Z | Compiling want v0.3.1 |
775 | 2025-07-14T17:21:50.011Z | Compiling regress v0.10.3 |
776 | 2025-07-14T17:21:50.021Z | Compiling icu_normalizer_data v1.5.0 |
777 | 2025-07-14T17:21:50.078Z | Compiling utf8_iter v1.0.4 |
778 | 2025-07-14T17:21:50.126Z | Compiling write16 v1.0.0 |
779 | 2025-07-14T17:21:50.269Z | Compiling httpdate v1.0.3 |
780 | 2025-07-14T17:21:50.362Z | Compiling utf16_iter v1.0.5 |
781 | 2025-07-14T17:21:50.591Z | Compiling rustls v0.23.19 |
782 | 2025-07-14T17:21:50.953Z | Compiling slog v2.7.0 |
783 | 2025-07-14T17:21:51.023Z | Compiling form_urlencoded v1.2.1 |
784 | 2025-07-14T17:21:51.816Z | Compiling aho-corasick v1.1.3 |
785 | 2025-07-14T17:21:51.880Z | Compiling base64 v0.22.1 |
786 | 2025-07-14T17:21:51.898Z | Compiling regex-syntax v0.8.5 |
787 | 2025-07-14T17:21:52.582Z | Compiling serde_derive v1.0.219 |
788 | 2025-07-14T17:21:52.893Z | Compiling schemars_derive v0.8.22 |
789 | 2025-07-14T17:21:52.923Z | Compiling zerofrom-derive v0.1.4 |
790 | 2025-07-14T17:21:54.378Z | Compiling thiserror-impl v1.0.69 |
791 | 2025-07-14T17:21:55.410Z | Compiling zerocopy-derive v0.7.35 |
792 | 2025-07-14T17:21:55.628Z | Compiling yoke-derive v0.7.4 |
793 | 2025-07-14T17:21:55.989Z | Compiling zerofrom v0.1.4 |
794 | 2025-07-14T17:21:56.238Z | Compiling tokio-macros v2.5.0 |
795 | 2025-07-14T17:21:56.673Z | Compiling zerovec-derive v0.10.3 |
796 | 2025-07-14T17:21:57.012Z | Compiling futures-macro v0.3.31 |
797 | 2025-07-14T17:21:57.254Z | Compiling displaydoc v0.2.5 |
798 | 2025-07-14T17:21:57.687Z | Compiling tokio v1.45.1 |
799 | 2025-07-14T17:21:58.012Z | Compiling yoke v0.7.4 |
800 | 2025-07-14T17:21:58.419Z | Compiling thiserror-impl v2.0.12 |
801 | 2025-07-14T17:21:58.785Z | Compiling futures-util v0.3.31 |
802 | 2025-07-14T17:21:59.089Z | Compiling zerovec v0.10.4 |
803 | 2025-07-14T17:22:02.036Z | Compiling tinystr v0.7.6 |
804 | 2025-07-14T17:22:02.469Z | Compiling icu_locid v1.5.0 |
805 | 2025-07-14T17:22:08.948Z | Compiling indexmap v2.10.0 |
806 | 2025-07-14T17:22:09.955Z | Compiling serde_tokenstream v0.2.2 |
807 | 2025-07-14T17:22:10.329Z | Compiling icu_provider_macros v1.5.0 |
808 | 2025-07-14T17:22:10.748Z | Compiling rustls-webpki v0.102.8 |
809 | 2025-07-14T17:22:11.063Z | Compiling pest v2.7.14 |
810 | 2025-07-14T17:22:11.162Z | Compiling zerocopy v0.7.35 |
811 | 2025-07-14T17:22:11.462Z | Compiling icu_provider v1.5.0 |
812 | 2025-07-14T17:22:12.684Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-07-14T17:22:13.755Z | Compiling pest_meta v2.7.14 |
814 | 2025-07-14T17:22:14.000Z | Compiling tokio-util v0.7.15 |
815 | 2025-07-14T17:22:15.166Z | Compiling icu_collections v1.5.0 |
816 | 2025-07-14T17:22:15.594Z | Compiling pest_generator v2.7.14 |
817 | 2025-07-14T17:22:16.162Z | Compiling icu_properties v1.5.1 |
818 | 2025-07-14T17:22:17.204Z | Compiling h2 v0.4.6 |
819 | 2025-07-14T17:22:18.027Z | Compiling pest_derive v2.7.14 |
820 | 2025-07-14T17:22:18.633Z | Compiling zerocopy v0.8.26 |
821 | 2025-07-14T17:22:18.964Z | Compiling ipnet v2.11.0 |
822 | 2025-07-14T17:22:19.416Z | Compiling typify-impl v0.3.0 |
823 | 2025-07-14T17:22:20.289Z | Compiling icu_normalizer v1.5.0 |
824 | 2025-07-14T17:22:21.884Z | Compiling paste v1.0.15 |
825 | 2025-07-14T17:22:22.406Z | Compiling typenum v1.17.0 |
826 | 2025-07-14T17:22:22.627Z | Compiling idna_adapter v1.2.0 |
827 | 2025-07-14T17:22:22.856Z | Compiling hyper v1.6.0 |
828 | 2025-07-14T17:22:25.731Z | Compiling regex-automata v0.4.8 |
829 | 2025-07-14T17:22:26.801Z | Compiling hyper-util v0.1.14 |
830 | 2025-07-14T17:22:29.377Z | Compiling typify-macro v0.3.0 |
831 | 2025-07-14T17:22:29.392Z | Compiling generic-array v0.14.7 |
832 | 2025-07-14T17:22:29.792Z | Compiling sync_wrapper v1.0.1 |
833 | 2025-07-14T17:22:30.021Z | Compiling rustversion v1.0.17 |
834 | 2025-07-14T17:22:30.704Z | Compiling newtype-uuid v1.2.4 |
835 | 2025-07-14T17:22:31.559Z | Compiling tower-layer v0.3.3 |
836 | 2025-07-14T17:22:31.990Z | Compiling tower v0.5.2 |
837 | 2025-07-14T17:22:32.740Z | Compiling tokio-rustls v0.26.0 |
838 | 2025-07-14T17:22:32.938Z | Compiling regex v1.11.1 |
839 | 2025-07-14T17:22:33.511Z | Compiling idna v1.0.3 |
840 | 2025-07-14T17:22:33.645Z | Compiling ppv-lite86 v0.2.20 |
841 | 2025-07-14T17:22:33.842Z | Compiling ipnetwork v0.21.1 |
842 | 2025-07-14T17:22:34.504Z | Compiling serde_urlencoded v0.7.1 |
843 | 2025-07-14T17:22:34.576Z | Compiling scroll_derive v0.12.0 |
844 | 2025-07-14T17:22:35.066Z | Compiling http-body-util v0.1.3 |
845 | 2025-07-14T17:22:35.635Z | Compiling webpki-roots v1.0.1 |
846 | 2025-07-14T17:22:35.836Z | Compiling usdt-impl v0.5.0 |
847 | 2025-07-14T17:22:36.071Z | Compiling num-conv v0.1.0 |
848 | 2025-07-14T17:22:36.279Z | Compiling iri-string v0.7.8 |
849 | 2025-07-14T17:22:36.371Z | Compiling rustix v1.0.7 |
850 | 2025-07-14T17:22:36.851Z | Compiling powerfmt v0.2.0 |
851 | 2025-07-14T17:22:37.044Z | Compiling omicron-workspace-hack v0.1.0 |
852 | 2025-07-14T17:22:37.340Z | Compiling time-core v0.1.2 |
853 | 2025-07-14T17:22:37.420Z | Compiling deranged v0.3.11 |
854 | 2025-07-14T17:22:37.518Z | Compiling time-macros v0.2.18 |
855 | 2025-07-14T17:22:38.937Z | Compiling rand_core v0.9.2 |
856 | 2025-07-14T17:22:39.342Z | Compiling scroll v0.12.0 |
857 | 2025-07-14T17:22:39.362Z | Compiling hyper-rustls v0.27.7 |
858 | 2025-07-14T17:22:39.977Z | Compiling tower-http v0.6.6 |
859 | 2025-07-14T17:22:40.710Z | Compiling oxnet v0.1.2 |
860 | 2025-07-14T17:22:41.639Z | Compiling url v2.5.4 |
861 | 2025-07-14T17:22:42.206Z | Compiling dof v0.3.0 |
862 | 2025-07-14T17:22:42.230Z | Compiling thread-id v4.2.2 |
863 | 2025-07-14T17:22:43.352Z | Compiling dtrace-parser v0.2.0 |
864 | 2025-07-14T17:22:43.555Z | Compiling daft-derive v0.1.4 |
865 | 2025-07-14T17:22:44.837Z | Compiling structmeta-derive v0.3.0 |
866 | 2025-07-14T17:22:45.489Z | Compiling errno v0.3.12 |
867 | 2025-07-14T17:22:47.035Z | Compiling plain v0.2.3 |
868 | 2025-07-14T17:22:47.222Z | Compiling strsim v0.11.1 |
869 | 2025-07-14T17:22:47.248Z | Compiling num_threads v0.1.7 |
870 | 2025-07-14T17:22:47.385Z | Compiling crossbeam-utils v0.8.21 |
871 | 2025-07-14T17:22:48.159Z | Compiling ident_case v1.0.1 |
872 | 2025-07-14T17:22:48.355Z | Compiling darling_core v0.20.10 |
873 | 2025-07-14T17:22:49.021Z | Compiling time v0.3.36 |
874 | 2025-07-14T17:22:53.679Z | Compiling structmeta v0.3.0 |
875 | 2025-07-14T17:22:53.978Z | Compiling goblin v0.8.2 |
876 | 2025-07-14T17:22:54.575Z | Compiling daft v0.1.4 |
877 | 2025-07-14T17:22:56.303Z | Compiling reqwest v0.12.22 |
878 | 2025-07-14T17:22:57.412Z | Compiling openapiv3 v2.2.0 |
879 | 2025-07-14T17:22:57.655Z | Compiling typify v0.3.0 |
880 | 2025-07-14T17:23:00.129Z | Compiling dirs-sys-next v0.1.2 |
881 | 2025-07-14T17:23:01.223Z | Compiling rustls v0.22.4 |
882 | 2025-07-14T17:23:01.376Z | Compiling fastrand v2.1.1 |
883 | 2025-07-14T17:23:01.600Z | Compiling unsafe-libyaml v0.2.11 |
884 | 2025-07-14T17:23:02.065Z | Compiling anyhow v1.0.98 |
885 | 2025-07-14T17:23:02.702Z | Compiling pretty-hex v0.4.1 |
886 | 2025-07-14T17:23:03.369Z | Compiling serde_yaml v0.9.34+deprecated |
887 | 2025-07-14T17:23:04.265Z | Compiling tempfile v3.20.0 |
888 | 2025-07-14T17:23:06.152Z | Compiling progenitor-impl v0.9.1 |
889 | 2025-07-14T17:23:06.168Z | Compiling dirs-next v2.0.0 |
890 | 2025-07-14T17:23:06.726Z | Compiling darling_macro v0.20.10 |
891 | 2025-07-14T17:23:08.268Z | Compiling crypto-common v0.1.6 |
892 | 2025-07-14T17:23:08.499Z | Compiling block-buffer v0.10.4 |
893 | 2025-07-14T17:23:08.516Z | Compiling serde_spanned v0.6.9 |
894 | 2025-07-14T17:23:08.756Z | Compiling toml_datetime v0.6.11 |
895 | 2025-07-14T17:23:08.781Z | Compiling rand_core v0.6.4 |
896 | 2025-07-14T17:23:09.042Z | Compiling thread_local v1.1.8 |
897 | 2025-07-14T17:23:09.276Z | Compiling multer v3.1.0 |
898 | 2025-07-14T17:23:09.553Z | Compiling wait-timeout v0.2.0 |
899 | 2025-07-14T17:23:09.800Z | Compiling winnow v0.7.10 |
900 | 2025-07-14T17:23:09.804Z | Compiling camino v1.1.10 |
901 | 2025-07-14T17:23:10.425Z | Compiling quick-error v1.2.3 |
902 | 2025-07-14T17:23:10.573Z | Compiling toml_write v0.1.2 |
903 | 2025-07-14T17:23:10.598Z | Compiling ref-cast v1.0.24 |
904 | 2025-07-14T17:23:11.049Z | Compiling bit-vec v0.8.0 |
905 | 2025-07-14T17:23:11.153Z | Compiling match_cfg v0.1.0 |
906 | 2025-07-14T17:23:11.261Z | Compiling slog-async v2.8.0 |
907 | 2025-07-14T17:23:11.655Z | Compiling bit-set v0.8.0 |
908 | 2025-07-14T17:23:11.851Z | Compiling progenitor-macro v0.9.1 |
909 | 2025-07-14T17:23:11.860Z | Compiling hostname v0.3.1 |
910 | 2025-07-14T17:23:12.059Z | Compiling rusty-fork v0.3.0 |
911 | 2025-07-14T17:23:13.922Z | Compiling toml_edit v0.22.27 |
912 | 2025-07-14T17:23:14.130Z | Compiling rand_chacha v0.3.1 |
913 | 2025-07-14T17:23:14.235Z | Compiling digest v0.10.7 |
914 | 2025-07-14T17:23:14.661Z | Compiling darling v0.20.10 |
915 | 2025-07-14T17:23:14.773Z | Compiling crossbeam-channel v0.5.15 |
916 | 2025-07-14T17:23:16.393Z | Compiling term v0.7.0 |
917 | 2025-07-14T17:23:22.430Z | Compiling progenitor-client v0.9.1 |
918 | 2025-07-14T17:23:23.106Z | Compiling usdt-attr-macro v0.5.0 |
919 | 2025-07-14T17:23:23.139Z | Compiling usdt-macro v0.5.0 |
920 | 2025-07-14T17:23:23.406Z | Compiling slog-json v2.6.1 |
921 | 2025-07-14T17:23:23.920Z | Compiling strum_macros v0.26.4 |
922 | 2025-07-14T17:23:24.421Z | Compiling rand v0.9.1 |
923 | 2025-07-14T17:23:24.536Z | Compiling rand_chacha v0.9.0 |
924 | 2025-07-14T17:23:25.567Z | Compiling rand_xorshift v0.4.0 |
925 | 2025-07-14T17:23:25.803Z | Compiling hex v0.4.3 |
926 | 2025-07-14T17:23:25.847Z | Compiling futures-executor v0.3.31 |
927 | 2025-07-14T17:23:26.477Z | Compiling ref-cast-impl v1.0.24 |
928 | 2025-07-14T17:23:26.956Z | Compiling async-stream-impl v0.3.6 |
929 | 2025-07-14T17:23:27.686Z | Compiling dropshot v0.16.2 |
930 | 2025-07-14T17:23:28.040Z | Compiling memmap v0.7.0 |
931 | 2025-07-14T17:23:28.083Z | Compiling is-terminal v0.4.13 |
932 | 2025-07-14T17:23:28.232Z | Compiling encoding_rs v0.8.34 |
933 | 2025-07-14T17:23:28.240Z | Compiling unarray v0.1.4 |
934 | 2025-07-14T17:23:28.437Z | Compiling take_mut v0.2.2 |
935 | 2025-07-14T17:23:28.451Z | Compiling mime v0.3.17 |
936 | 2025-07-14T17:23:28.621Z | Compiling spin v0.9.8 |
937 | 2025-07-14T17:23:28.810Z | Compiling cpufeatures v0.2.14 |
938 | 2025-07-14T17:23:28.919Z | Compiling lazy_static v1.5.0 |
939 | 2025-07-14T17:23:29.074Z | Compiling proptest v1.7.0 |
940 | 2025-07-14T17:23:29.448Z | Compiling sha1 v0.10.6 |
941 | 2025-07-14T17:23:35.338Z | Compiling async-stream v0.3.6 |
942 | 2025-07-14T17:23:35.697Z | Compiling usdt v0.5.0 |
943 | 2025-07-14T17:23:36.117Z | Compiling slog-term v2.9.1 |
944 | 2025-07-14T17:23:36.702Z | Compiling strum v0.26.3 |
945 | 2025-07-14T17:23:37.074Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
946 | 2025-07-14T17:23:37.141Z | Compiling futures v0.3.31 |
947 | 2025-07-14T17:23:37.368Z | Compiling slog-bunyan v2.5.0 |
948 | 2025-07-14T17:23:37.378Z | Compiling progenitor v0.9.1 |
949 | 2025-07-14T17:23:37.568Z | Compiling tokio-rustls v0.25.0 |
950 | 2025-07-14T17:23:37.647Z | Compiling toml v0.8.23 |
951 | 2025-07-14T17:23:38.005Z | Compiling serde_with_macros v3.14.0 |
952 | 2025-07-14T17:23:38.886Z | Compiling rand v0.8.5 |
953 | 2025-07-14T17:23:40.511Z | Compiling test-strategy v0.4.1 |
954 | 2025-07-14T17:23:40.627Z | Compiling parse-display-derive v0.10.0 |
955 | 2025-07-14T17:23:40.692Z | Compiling strum_macros v0.27.1 |
956 | 2025-07-14T17:23:43.694Z | Compiling dropshot_endpoint v0.16.2 |
957 | 2025-07-14T17:23:44.149Z | Compiling serde_path_to_error v0.1.17 |
958 | 2025-07-14T17:23:44.255Z | Compiling async-trait v0.1.88 |
959 | 2025-07-14T17:23:45.163Z | Compiling derive-where v1.5.0 |
960 | 2025-07-14T17:23:45.276Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
961 | 2025-07-14T17:23:46.121Z | Compiling waitgroup v0.1.2 |
962 | 2025-07-14T17:23:46.389Z | Compiling rustls-pemfile v2.2.0 |
963 | 2025-07-14T17:23:46.463Z | Compiling hostname v0.4.0 |
964 | 2025-07-14T17:23:46.743Z | Compiling instant v0.1.13 |
965 | 2025-07-14T17:23:46.881Z | Compiling debug-ignore v1.0.5 |
966 | 2025-07-14T17:23:46.918Z | Compiling rustc-hash v2.1.1 |
967 | 2025-07-14T17:23:47.042Z | Compiling backoff v0.4.0 |
968 | 2025-07-14T17:23:47.112Z | Compiling iddqd v0.3.8 |
969 | 2025-07-14T17:23:47.400Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
970 | 2025-07-14T17:23:47.609Z | Compiling strum v0.27.1 |
971 | 2025-07-14T17:23:47.811Z | Compiling parse-display v0.10.0 |
972 | 2025-07-14T17:23:48.097Z | Compiling id-map v0.1.0 (/work/oxidecomputer/omicron/id-map) |
973 | 2025-07-14T17:23:48.466Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#c269f570) |
974 | 2025-07-14T17:23:49.831Z | Compiling serde_with v3.14.0 |
975 | 2025-07-14T17:23:50.275Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=fa5f15cdcd5864161a929e2ec01534f70dfba216#fa5f15cd) |
976 | 2025-07-14T17:23:51.032Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
977 | 2025-07-14T17:23:51.369Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#82fbc8c9) |
978 | 2025-07-14T17:23:51.896Z | Compiling progenitor-client v0.10.0 |
979 | 2025-07-14T17:23:52.869Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
980 | 2025-07-14T17:23:53.019Z | Compiling macaddr v1.0.1 |
981 | 2025-07-14T17:23:56.430Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
982 | 2025-07-14T17:24:07.334Z | Compiling test-project v0.1.0 (/tmp/test-project) |
983 | 2025-07-14T17:24:17.288Z | Finished `release` profile [optimized] target(s) in 2m 38s |
984 | 2025-07-14T17:24:17.358Z | process exited: duration 228838 ms, exit code 0 |
|
985 | 2025-07-14T17:24:17.366Z | found 0 output files |