|
|
|
1 | 2025-01-31T22:48:01.553Z | job assigned to worker 01JJZ8QP67PHK9P3WX1EP15XKX [factory aws, i-04ca5f69122c53637] (queued for 1 m 2 s) |
|
2 | 2025-01-31T22:48:09.537Z | starting task 0: "setup" |
3 | 2025-01-31T22:48:09.546Z | ++ uname -s |
4 | 2025-01-31T22:48:09.549Z | + kern=SunOS |
5 | 2025-01-31T22:48:09.549Z | + build_user=build |
6 | 2025-01-31T22:48:09.549Z | + build_uid=12345 |
7 | 2025-01-31T22:48:09.549Z | + work_dir=/work |
8 | 2025-01-31T22:48:09.549Z | + input_dir=/input |
9 | 2025-01-31T22:48:09.549Z | + [[ 0 == 12345 ]] |
10 | 2025-01-31T22:48:09.549Z | + case "$kern" in |
11 | 2025-01-31T22:48:09.549Z | + groupadd -g 12345 build |
12 | 2025-01-31T22:48:09.552Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
13 | 2025-01-31T22:48:11.560Z | + zfs create -o mountpoint=/work rpool/work |
14 | 2025-01-31T22:48:11.678Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
15 | 2025-01-31T22:48:11.681Z | + home_fs=zfs |
16 | 2025-01-31T22:48:11.681Z | + [[ zfs == autofs ]] |
17 | 2025-01-31T22:48:11.681Z | + mkdir -p /home/build |
18 | 2025-01-31T22:48:11.684Z | + chown build:build /home/build /work |
19 | 2025-01-31T22:48:13.685Z | + chmod 0700 /home/build /work |
20 | 2025-01-31T22:48:13.688Z | process exited: duration 4152 ms, exit code 0 |
|
21 | 2025-01-31T22:48:13.694Z | starting task 1: "rust-toolchain" |
22 | 2025-01-31T22:48:13.700Z | + printf ' * rust toolchain channel = "%s"\n' 1.84.0 |
23 | 2025-01-31T22:48:13.700Z | * rust toolchain channel = "1.84.0" |
24 | 2025-01-31T22:48:13.700Z | * rust toolchain profile = "default" |
25 | 2025-01-31T22:48:13.700Z | + printf ' * rust toolchain profile = "%s"\n' default |
26 | 2025-01-31T22:48:13.700Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
27 | 2025-01-31T22:48:13.700Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
28 | 2025-01-31T22:48:13.703Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
29 | 2025-01-31T22:48:13.703Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
30 | 2025-01-31T22:48:14.014Z | info: downloading installer |
31 | 2025-01-31T22:48:15.174Z | warning: it looks like you have an existing installation of Rust at: |
32 | 2025-01-31T22:48:15.174Z | warning: /opt/ooce/bin |
33 | 2025-01-31T22:48:15.174Z | warning: It is recommended that rustup be the primary Rust installation. |
34 | 2025-01-31T22:48:15.174Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
35 | 2025-01-31T22:48:15.174Z | warning: If you are sure that you want both rustup and your already installed Rust |
36 | 2025-01-31T22:48:15.174Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
37 | 2025-01-31T22:48:15.174Z | warning: or pass `-y' to ignore all ignorable checks. |
38 | 2025-01-31T22:48:15.174Z | error: cannot install while Rust is installed |
39 | 2025-01-31T22:48:15.174Z | warning: continuing (because the -y flag is set and the error is ignorable) |
40 | 2025-01-31T22:48:15.189Z | info: profile set to 'default' |
41 | 2025-01-31T22:48:15.189Z | info: default host triple is x86_64-unknown-illumos |
42 | 2025-01-31T22:48:15.192Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-31T22:48:15.347Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
44 | 2025-01-31T22:48:15.348Z | info: downloading component 'cargo' |
45 | 2025-01-31T22:48:16.255Z | info: downloading component 'clippy' |
46 | 2025-01-31T22:48:16.599Z | info: downloading component 'rust-docs' |
47 | 2025-01-31T22:48:17.830Z | info: downloading component 'rust-std' |
48 | 2025-01-31T22:48:19.667Z | info: downloading component 'rustc' |
49 | 2025-01-31T22:48:26.667Z | info: downloading component 'rustfmt' |
50 | 2025-01-31T22:48:26.935Z | info: installing component 'cargo' |
51 | 2025-01-31T22:48:27.777Z | info: installing component 'clippy' |
52 | 2025-01-31T22:48:28.156Z | info: installing component 'rust-docs' |
53 | 2025-01-31T22:48:29.855Z | info: installing component 'rust-std' |
54 | 2025-01-31T22:48:31.587Z | info: installing component 'rustc' |
55 | 2025-01-31T22:48:37.634Z | info: installing component 'rustfmt' |
56 | 2025-01-31T22:48:37.966Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
57 | 2025-01-31T22:48:37.966Z | |
58 | 2025-01-31T22:48:38.355Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
59 | 2025-01-31T22:48:38.355Z | |
60 | 2025-01-31T22:48:38.358Z | |
61 | 2025-01-31T22:48:38.358Z | Rust is installed now. Great! |
62 | 2025-01-31T22:48:38.358Z | |
63 | 2025-01-31T22:48:38.358Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
64 | 2025-01-31T22:48:38.358Z | environment variable. This has not been done automatically. |
65 | 2025-01-31T22:48:38.358Z | |
66 | 2025-01-31T22:48:38.358Z | To configure your current shell, you need to source |
67 | 2025-01-31T22:48:38.358Z | the corresponding env file under $HOME/.cargo. |
68 | 2025-01-31T22:48:38.358Z | |
69 | 2025-01-31T22:48:38.358Z | This is usually done by running one of the following (note the leading DOT): |
70 | 2025-01-31T22:48:38.358Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
71 | 2025-01-31T22:48:38.358Z | source "$HOME/.cargo/env.fish" # For fish |
72 | 2025-01-31T22:48:38.436Z | + rustup --version |
73 | 2025-01-31T22:48:38.443Z | rustup 1.27.1 (54dd3d00f 2024-04-24) |
74 | 2025-01-31T22:48:38.443Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
75 | 2025-01-31T22:48:38.521Z | info: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)` |
76 | 2025-01-31T22:48:38.524Z | + cargo --version |
77 | 2025-01-31T22:48:38.581Z | cargo 1.84.0 (66221abde 2024-11-19) |
78 | 2025-01-31T22:48:38.584Z | + rustc --version |
79 | 2025-01-31T22:48:38.644Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
80 | 2025-01-31T22:48:38.647Z | process exited: duration 24947 ms, exit code 0 |
|
81 | 2025-01-31T22:48:38.653Z | starting task 2: "authentication" |
82 | 2025-01-31T22:48:38.674Z | process exited: duration 20 ms, exit code 0 |
|
83 | 2025-01-31T22:48:38.679Z | starting task 3: "clone repository" |
84 | 2025-01-31T22:48:38.684Z | + mkdir -p /work/oxidecomputer/omicron |
85 | 2025-01-31T22:48:38.687Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
86 | 2025-01-31T22:48:38.730Z | Cloning into '/work/oxidecomputer/omicron'... |
87 | 2025-01-31T22:48:46.805Z | + cd /work/oxidecomputer/omicron |
88 | 2025-01-31T22:48:46.805Z | + git fetch origin 4b08032dc3c887cf4512518705d80f22b50b0a48 |
89 | 2025-01-31T22:48:47.096Z | From https://github.com/oxidecomputer/omicron |
90 | 2025-01-31T22:48:47.096Z | * branch 4b08032dc3c887cf4512518705d80f22b50b0a48 -> FETCH_HEAD |
91 | 2025-01-31T22:48:47.108Z | + [[ -n affinity-api ]] |
92 | 2025-01-31T22:48:47.110Z | ++ git branch --show-current |
93 | 2025-01-31T22:48:47.113Z | + current=main |
94 | 2025-01-31T22:48:47.113Z | + [[ main != affinity-api ]] |
95 | 2025-01-31T22:48:47.113Z | + git branch -f affinity-api 4b08032dc3c887cf4512518705d80f22b50b0a48 |
96 | 2025-01-31T22:48:47.116Z | + git checkout -f affinity-api |
97 | 2025-01-31T22:48:47.291Z | Switched to branch 'affinity-api' |
98 | 2025-01-31T22:48:47.294Z | + git reset --hard 4b08032dc3c887cf4512518705d80f22b50b0a48 |
99 | 2025-01-31T22:48:47.314Z | HEAD is now at 4b08032dc typed UUID |
100 | 2025-01-31T22:48:47.317Z | process exited: duration 8634 ms, exit code 0 |
|
101 | 2025-01-31T22:48:47.323Z | starting task 4: "build" |
102 | 2025-01-31T22:48:47.328Z | + source .github/buildomat/ci-env.sh |
103 | 2025-01-31T22:48:47.328Z | ++ export CARGO_TERM_COLOR=always |
104 | 2025-01-31T22:48:47.328Z | ++ CARGO_TERM_COLOR=always |
105 | 2025-01-31T22:48:47.331Z | + cargo --version |
106 | 2025-01-31T22:48:47.382Z | cargo 1.84.0 (66221abde 2024-11-19) |
107 | 2025-01-31T22:48:47.385Z | + rustc --version |
108 | 2025-01-31T22:48:47.445Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
109 | 2025-01-31T22:48:47.447Z | + cd /tmp |
110 | 2025-01-31T22:48:47.448Z | + cargo new --lib test-project |
111 | 2025-01-31T22:48:47.504Z | Creating library `test-project` package |
112 | 2025-01-31T22:48:47.582Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
113 | 2025-01-31T22:48:47.585Z | + cd test-project |
114 | 2025-01-31T22:48:47.585Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
115 | 2025-01-31T22:48:47.645Z | Adding omicron-common (local) to dependencies |
116 | 2025-01-31T22:48:47.649Z | Features: |
117 | 2025-01-31T22:48:47.649Z | - proptest |
118 | 2025-01-31T22:48:47.649Z | - test-strategy |
119 | 2025-01-31T22:48:47.649Z | - testing |
120 | 2025-01-31T22:48:47.649Z | Updating crates.io index |
121 | 2025-01-31T22:48:47.712Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
122 | 2025-01-31T22:48:48.267Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
123 | 2025-01-31T22:48:48.857Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
124 | 2025-01-31T22:48:49.432Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
125 | 2025-01-31T22:48:49.823Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
126 | 2025-01-31T22:48:51.429Z | Locking 338 packages to latest compatible versions |
127 | 2025-01-31T22:48:51.628Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
128 | 2025-01-31T22:48:51.631Z | + cargo check |
129 | 2025-01-31T22:48:51.775Z | Updating crates.io index |
130 | 2025-01-31T22:48:52.611Z | Locking 1 package to latest compatible version |
131 | 2025-01-31T22:48:52.611Z | Adding omicron-workspace-hack v0.1.0 |
132 | 2025-01-31T22:48:52.635Z | Downloading crates ... |
133 | 2025-01-31T22:48:52.754Z | Downloaded async-stream v0.3.6 |
134 | 2025-01-31T22:48:52.765Z | Downloaded match_cfg v0.1.0 |
135 | 2025-01-31T22:48:52.768Z | Downloaded foreign-types v0.3.2 |
136 | 2025-01-31T22:48:52.772Z | Downloaded thiserror-impl v1.0.69 |
137 | 2025-01-31T22:48:52.775Z | Downloaded thiserror v1.0.69 |
138 | 2025-01-31T22:48:52.780Z | Downloaded try-lock v0.2.5 |
139 | 2025-01-31T22:48:52.783Z | Downloaded synstructure v0.13.1 |
140 | 2025-01-31T22:48:52.785Z | Downloaded tower-service v0.3.3 |
141 | 2025-01-31T22:48:52.785Z | Downloaded usdt-attr-macro v0.5.0 |
142 | 2025-01-31T22:48:52.788Z | Downloaded darling_macro v0.20.10 |
143 | 2025-01-31T22:48:52.788Z | Downloaded tinyvec_macros v0.1.1 |
144 | 2025-01-31T22:48:52.790Z | Downloaded take_mut v0.2.2 |
145 | 2025-01-31T22:48:52.790Z | Downloaded foreign-types-shared v0.1.1 |
146 | 2025-01-31T22:48:52.790Z | Downloaded equivalent v1.0.1 |
147 | 2025-01-31T22:48:52.793Z | Downloaded waitgroup v0.1.2 |
148 | 2025-01-31T22:48:52.793Z | Downloaded icu_provider_macros v1.5.0 |
149 | 2025-01-31T22:48:52.796Z | Downloaded usdt-macro v0.5.0 |
150 | 2025-01-31T22:48:52.799Z | Downloaded instant v0.1.13 |
151 | 2025-01-31T22:48:52.804Z | Downloaded time-core v0.1.2 |
152 | 2025-01-31T22:48:52.808Z | Downloaded progenitor-client v0.8.0 |
153 | 2025-01-31T22:48:52.808Z | Downloaded omicron-workspace-hack v0.1.0 |
154 | 2025-01-31T22:48:52.808Z | Downloaded fnv v1.0.7 |
155 | 2025-01-31T22:48:52.813Z | Downloaded pretty-hex v0.4.1 |
156 | 2025-01-31T22:48:52.813Z | Downloaded thiserror-impl v2.0.11 |
157 | 2025-01-31T22:48:52.813Z | Downloaded anyhow v1.0.95 |
158 | 2025-01-31T22:48:52.815Z | Downloaded num-conv v0.1.0 |
159 | 2025-01-31T22:48:52.818Z | Downloaded progenitor-client v0.9.1 |
160 | 2025-01-31T22:48:52.818Z | Downloaded zerofrom v0.1.4 |
161 | 2025-01-31T22:48:52.821Z | Downloaded http-body v1.0.1 |
162 | 2025-01-31T22:48:52.821Z | Downloaded openssl-macros v0.1.1 |
163 | 2025-01-31T22:48:52.824Z | Downloaded dtrace-parser v0.2.0 |
164 | 2025-01-31T22:48:52.824Z | Downloaded openssl-probe v0.1.5 |
165 | 2025-01-31T22:48:52.827Z | Downloaded ident_case v1.0.1 |
166 | 2025-01-31T22:48:52.827Z | Downloaded yoke-derive v0.7.4 |
167 | 2025-01-31T22:48:52.827Z | Downloaded write16 v1.0.0 |
168 | 2025-01-31T22:48:52.829Z | Downloaded ahash v0.8.11 |
169 | 2025-01-31T22:48:52.832Z | Downloaded heck v0.5.0 |
170 | 2025-01-31T22:48:52.835Z | Downloaded crypto-common v0.1.6 |
171 | 2025-01-31T22:48:52.835Z | Downloaded hex v0.4.3 |
172 | 2025-01-31T22:48:52.838Z | Downloaded untrusted v0.9.0 |
173 | 2025-01-31T22:48:52.838Z | Downloaded toml_datetime v0.6.8 |
174 | 2025-01-31T22:48:52.842Z | Downloaded http-body-util v0.1.2 |
175 | 2025-01-31T22:48:52.842Z | Downloaded want v0.3.1 |
176 | 2025-01-31T22:48:52.845Z | Downloaded typify-macro v0.2.0 |
177 | 2025-01-31T22:48:52.845Z | Downloaded generic-array v0.14.7 |
178 | 2025-01-31T22:48:52.847Z | Downloaded digest v0.10.7 |
179 | 2025-01-31T22:48:52.850Z | Downloaded percent-encoding v2.3.1 |
180 | 2025-01-31T22:48:52.850Z | Downloaded dirs-sys-next v0.1.2 |
181 | 2025-01-31T22:48:52.855Z | Downloaded writeable v0.5.5 |
182 | 2025-01-31T22:48:52.855Z | Downloaded version_check v0.9.5 |
183 | 2025-01-31T22:48:52.859Z | Downloaded dyn-clone v1.0.17 |
184 | 2025-01-31T22:48:52.859Z | Downloaded ppv-lite86 v0.2.20 |
185 | 2025-01-31T22:48:52.859Z | Downloaded dof v0.3.0 |
186 | 2025-01-31T22:48:52.867Z | Downloaded paste v1.0.15 |
187 | 2025-01-31T22:48:52.867Z | Downloaded powerfmt v0.2.0 |
188 | 2025-01-31T22:48:52.871Z | Downloaded zerovec-derive v0.10.3 |
189 | 2025-01-31T22:48:52.871Z | Downloaded progenitor v0.8.0 |
190 | 2025-01-31T22:48:52.871Z | Downloaded pin-utils v0.1.0 |
191 | 2025-01-31T22:48:52.871Z | Downloaded tokio-rustls v0.25.0 |
192 | 2025-01-31T22:48:52.875Z | Downloaded zeroize v1.8.1 |
193 | 2025-01-31T22:48:52.875Z | Downloaded itoa v1.0.11 |
194 | 2025-01-31T22:48:52.875Z | Downloaded autocfg v1.4.0 |
195 | 2025-01-31T22:48:52.878Z | Downloaded usdt v0.5.0 |
196 | 2025-01-31T22:48:52.878Z | Downloaded parse-display v0.10.0 |
197 | 2025-01-31T22:48:52.878Z | Downloaded zerofrom-derive v0.1.4 |
198 | 2025-01-31T22:48:52.881Z | Downloaded memmap v0.7.0 |
199 | 2025-01-31T22:48:52.881Z | Downloaded allocator-api2 v0.2.18 |
200 | 2025-01-31T22:48:52.889Z | Downloaded parse-display-derive v0.10.0 |
201 | 2025-01-31T22:48:52.889Z | Downloaded mime v0.3.17 |
202 | 2025-01-31T22:48:52.890Z | Downloaded futures-core v0.3.31 |
203 | 2025-01-31T22:48:52.894Z | Downloaded utf16_iter v1.0.5 |
204 | 2025-01-31T22:48:52.894Z | Downloaded is-terminal v0.4.13 |
205 | 2025-01-31T22:48:52.894Z | Downloaded hyper-tls v0.6.0 |
206 | 2025-01-31T22:48:52.894Z | Downloaded newtype-uuid v1.2.1 |
207 | 2025-01-31T22:48:52.899Z | Downloaded usdt-impl v0.5.0 |
208 | 2025-01-31T22:48:52.899Z | Downloaded futures-io v0.3.31 |
209 | 2025-01-31T22:48:52.899Z | Downloaded httpdate v1.0.3 |
210 | 2025-01-31T22:48:52.899Z | Downloaded multer v3.1.0 |
211 | 2025-01-31T22:48:52.904Z | Downloaded thiserror v2.0.11 |
212 | 2025-01-31T22:48:52.906Z | Downloaded native-tls v0.2.12 |
213 | 2025-01-31T22:48:52.909Z | Downloaded macaddr v1.0.1 |
214 | 2025-01-31T22:48:52.912Z | Downloaded pest_derive v2.7.14 |
215 | 2025-01-31T22:48:52.912Z | Downloaded futures-executor v0.3.31 |
216 | 2025-01-31T22:48:52.914Z | Downloaded parking_lot_core v0.9.10 |
217 | 2025-01-31T22:48:52.918Z | Downloaded cpufeatures v0.2.14 |
218 | 2025-01-31T22:48:52.920Z | Downloaded async-trait v0.1.85 |
219 | 2025-01-31T22:48:52.923Z | Downloaded futures-task v0.3.31 |
220 | 2025-01-31T22:48:52.923Z | Downloaded camino v1.1.9 |
221 | 2025-01-31T22:48:52.926Z | Downloaded thread_local v1.1.8 |
222 | 2025-01-31T22:48:52.928Z | Downloaded yoke v0.7.4 |
223 | 2025-01-31T22:48:52.928Z | Downloaded schemars_derive v0.8.21 |
224 | 2025-01-31T22:48:52.931Z | Downloaded getrandom v0.2.15 |
225 | 2025-01-31T22:48:52.933Z | Downloaded zerocopy-derive v0.7.35 |
226 | 2025-01-31T22:48:52.937Z | Downloaded iana-time-zone v0.1.61 |
227 | 2025-01-31T22:48:52.940Z | Downloaded litemap v0.7.3 |
228 | 2025-01-31T22:48:52.943Z | Downloaded sync_wrapper v1.0.1 |
229 | 2025-01-31T22:48:52.945Z | Downloaded strum v0.26.3 |
230 | 2025-01-31T22:48:52.945Z | Downloaded hostname v0.3.1 |
231 | 2025-01-31T22:48:52.948Z | Downloaded lock_api v0.4.12 |
232 | 2025-01-31T22:48:52.948Z | Downloaded ipnetwork v0.20.0 |
233 | 2025-01-31T22:48:52.951Z | Downloaded rand_chacha v0.3.1 |
234 | 2025-01-31T22:48:52.951Z | Downloaded form_urlencoded v1.2.1 |
235 | 2025-01-31T22:48:52.953Z | Downloaded thread-id v4.2.2 |
236 | 2025-01-31T22:48:52.953Z | Downloaded quote v1.0.38 |
237 | 2025-01-31T22:48:52.956Z | Downloaded once_cell v1.20.2 |
238 | 2025-01-31T22:48:52.959Z | Downloaded scroll_derive v0.12.0 |
239 | 2025-01-31T22:48:52.961Z | Downloaded proc-macro2 v1.0.92 |
240 | 2025-01-31T22:48:52.964Z | Downloaded shlex v1.3.0 |
241 | 2025-01-31T22:48:52.964Z | Downloaded subtle v2.6.1 |
242 | 2025-01-31T22:48:52.967Z | Downloaded toml v0.8.19 |
243 | 2025-01-31T22:48:52.969Z | Downloaded parking_lot v0.12.3 |
244 | 2025-01-31T22:48:52.972Z | Downloaded num_threads v0.1.7 |
245 | 2025-01-31T22:48:52.972Z | Downloaded async-stream-impl v0.3.6 |
246 | 2025-01-31T22:48:52.974Z | Downloaded rand_core v0.6.4 |
247 | 2025-01-31T22:48:52.974Z | Downloaded darling v0.20.10 |
248 | 2025-01-31T22:48:52.978Z | Downloaded strsim v0.11.1 |
249 | 2025-01-31T22:48:52.981Z | Downloaded ucd-trie v0.1.7 |
250 | 2025-01-31T22:48:52.983Z | Downloaded rustversion v1.0.17 |
251 | 2025-01-31T22:48:52.986Z | Downloaded icu_locid_transform v1.5.0 |
252 | 2025-01-31T22:48:52.989Z | Downloaded pest_meta v2.7.14 |
253 | 2025-01-31T22:48:52.992Z | Downloaded uuid v1.12.0 |
254 | 2025-01-31T22:48:52.992Z | Downloaded tracing-core v0.1.32 |
255 | 2025-01-31T22:48:52.995Z | Downloaded rustc-hash v2.0.0 |
256 | 2025-01-31T22:48:52.998Z | Downloaded structmeta-derive v0.3.0 |
257 | 2025-01-31T22:48:52.998Z | Downloaded quinn-udp v0.5.5 |
258 | 2025-01-31T22:48:53.000Z | Downloaded log v0.4.22 |
259 | 2025-01-31T22:48:53.003Z | Downloaded ipnet v2.10.1 |
260 | 2025-01-31T22:48:53.005Z | Downloaded serde_with_macros v3.11.0 |
261 | 2025-01-31T22:48:53.007Z | Downloaded hyper-rustls v0.27.3 |
262 | 2025-01-31T22:48:53.010Z | Downloaded icu_provider v1.5.0 |
263 | 2025-01-31T22:48:53.013Z | Downloaded progenitor-macro v0.8.0 |
264 | 2025-01-31T22:48:53.013Z | Downloaded scopeguard v1.2.0 |
265 | 2025-01-31T22:48:53.014Z | Downloaded stable_deref_trait v1.2.0 |
266 | 2025-01-31T22:48:53.016Z | Downloaded dropshot_endpoint v0.15.1 |
267 | 2025-01-31T22:48:53.019Z | Downloaded httparse v1.9.5 |
268 | 2025-01-31T22:48:53.021Z | Downloaded plain v0.2.3 |
269 | 2025-01-31T22:48:53.021Z | Downloaded structmeta v0.3.0 |
270 | 2025-01-31T22:48:53.024Z | Downloaded pest_generator v2.7.14 |
271 | 2025-01-31T22:48:53.024Z | Downloaded serde_derive_internals v0.29.1 |
272 | 2025-01-31T22:48:53.026Z | Downloaded serde_urlencoded v0.7.1 |
273 | 2025-01-31T22:48:53.028Z | Downloaded icu_locid v1.5.0 |
274 | 2025-01-31T22:48:53.032Z | Downloaded slog-json v2.6.1 |
275 | 2025-01-31T22:48:53.034Z | Downloaded atomic-waker v1.1.2 |
276 | 2025-01-31T22:48:53.037Z | Downloaded sha1 v0.10.6 |
277 | 2025-01-31T22:48:53.037Z | Downloaded rustls-pemfile v2.2.0 |
278 | 2025-01-31T22:48:53.039Z | Downloaded socket2 v0.5.7 |
279 | 2025-01-31T22:48:53.042Z | Downloaded slog-bunyan v2.5.0 |
280 | 2025-01-31T22:48:53.043Z | Downloaded tracing v0.1.40 |
281 | 2025-01-31T22:48:53.047Z | Downloaded serde_spanned v0.6.8 |
282 | 2025-01-31T22:48:53.049Z | Downloaded unsafe-libyaml v0.2.11 |
283 | 2025-01-31T22:48:53.052Z | Downloaded progenitor-impl v0.8.0 |
284 | 2025-01-31T22:48:53.055Z | Downloaded cfg-if v1.0.0 |
285 | 2025-01-31T22:48:53.055Z | Downloaded tinystr v0.7.6 |
286 | 2025-01-31T22:48:53.057Z | Downloaded pkg-config v0.3.31 |
287 | 2025-01-31T22:48:53.060Z | Downloaded url v2.5.3 |
288 | 2025-01-31T22:48:53.062Z | Downloaded darling_core v0.20.10 |
289 | 2025-01-31T22:48:53.067Z | Downloaded slog v2.7.0 |
290 | 2025-01-31T22:48:53.069Z | Downloaded serde_path_to_error v0.1.16 |
291 | 2025-01-31T22:48:53.072Z | Downloaded icu_properties v1.5.1 |
292 | 2025-01-31T22:48:53.075Z | Downloaded rustls-pki-types v1.10.0 |
293 | 2025-01-31T22:48:53.077Z | Downloaded bitflags v2.6.0 |
294 | 2025-01-31T22:48:53.081Z | Downloaded slog-term v2.9.1 |
295 | 2025-01-31T22:48:53.084Z | Downloaded scroll v0.12.0 |
296 | 2025-01-31T22:48:53.087Z | Downloaded serde_derive v1.0.217 |
297 | 2025-01-31T22:48:53.089Z | Downloaded icu_normalizer v1.5.0 |
298 | 2025-01-31T22:48:53.092Z | Downloaded semver v1.0.24 |
299 | 2025-01-31T22:48:53.094Z | Downloaded hyper-util v0.1.10 |
300 | 2025-01-31T22:48:53.098Z | Downloaded deranged v0.3.11 |
301 | 2025-01-31T22:48:53.101Z | Downloaded term v0.7.0 |
302 | 2025-01-31T22:48:53.104Z | Downloaded mio v1.0.2 |
303 | 2025-01-31T22:48:53.110Z | Downloaded openssl-sys v0.9.104 |
304 | 2025-01-31T22:48:53.114Z | Downloaded icu_collections v1.5.0 |
305 | 2025-01-31T22:48:53.120Z | Downloaded spin v0.9.8 |
306 | 2025-01-31T22:48:53.123Z | Downloaded tokio-util v0.7.12 |
307 | 2025-01-31T22:48:53.129Z | Downloaded quinn v0.11.5 |
308 | 2025-01-31T22:48:53.133Z | Downloaded schemars v0.8.21 |
309 | 2025-01-31T22:48:53.145Z | Downloaded ryu v1.0.18 |
310 | 2025-01-31T22:48:53.148Z | Downloaded time v0.3.36 |
311 | 2025-01-31T22:48:53.155Z | Downloaded pest v2.7.14 |
312 | 2025-01-31T22:48:53.160Z | Downloaded zerocopy v0.7.35 |
313 | 2025-01-31T22:48:53.176Z | Downloaded winnow v0.6.20 |
314 | 2025-01-31T22:48:53.184Z | Downloaded http v1.2.0 |
315 | 2025-01-31T22:48:53.189Z | Downloaded crossbeam-channel v0.5.13 |
316 | 2025-01-31T22:48:53.193Z | Downloaded indexmap v1.9.3 |
317 | 2025-01-31T22:48:53.196Z | Downloaded serde_json v1.0.135 |
318 | 2025-01-31T22:48:53.204Z | Downloaded rand v0.8.5 |
319 | 2025-01-31T22:48:53.207Z | Downloaded serde v1.0.217 |
320 | 2025-01-31T22:48:53.211Z | Downloaded itertools v0.10.5 |
321 | 2025-01-31T22:48:53.217Z | Downloaded sha2 v0.10.8 |
322 | 2025-01-31T22:48:53.219Z | Downloaded hashbrown v0.12.3 |
323 | 2025-01-31T22:48:53.224Z | Downloaded crossbeam-utils v0.8.20 |
324 | 2025-01-31T22:48:53.227Z | Downloaded vcpkg v0.2.15 |
325 | 2025-01-31T22:48:53.264Z | Downloaded hashbrown v0.14.5 |
326 | 2025-01-31T22:48:53.269Z | Downloaded webpki-roots v0.26.6 |
327 | 2025-01-31T22:48:53.272Z | Downloaded hashbrown v0.15.1 |
328 | 2025-01-31T22:48:53.278Z | Downloaded hyper v1.5.2 |
329 | 2025-01-31T22:48:53.284Z | Downloaded syn v1.0.109 |
330 | 2025-01-31T22:48:53.295Z | Downloaded aho-corasick v1.1.3 |
331 | 2025-01-31T22:48:53.301Z | Downloaded openssl v0.10.66 |
332 | 2025-01-31T22:48:53.310Z | Downloaded serde_with v3.11.0 |
333 | 2025-01-31T22:48:53.319Z | Downloaded syn v2.0.96 |
334 | 2025-01-31T22:48:53.330Z | Downloaded regress v0.10.1 |
335 | 2025-01-31T22:48:53.338Z | Downloaded rustls v0.22.4 |
336 | 2025-01-31T22:48:53.351Z | Downloaded goblin v0.8.2 |
337 | 2025-01-31T22:48:53.357Z | Downloaded reqwest v0.12.9 |
338 | 2025-01-31T22:48:53.365Z | Downloaded openapiv3 v2.0.0 |
339 | 2025-01-31T22:48:53.375Z | Downloaded chrono v0.4.39 |
340 | 2025-01-31T22:48:53.384Z | Downloaded rustls-webpki v0.102.8 |
341 | 2025-01-31T22:48:53.400Z | Downloaded icu_properties_data v1.5.0 |
342 | 2025-01-31T22:48:53.411Z | Downloaded quinn-proto v0.11.8 |
343 | 2025-01-31T22:48:53.417Z | Downloaded regex v1.11.1 |
344 | 2025-01-31T22:48:53.428Z | Downloaded futures-util v0.3.31 |
345 | 2025-01-31T22:48:53.439Z | Downloaded typify-impl v0.2.0 |
346 | 2025-01-31T22:48:53.453Z | Downloaded h2 v0.4.6 |
347 | 2025-01-31T22:48:53.459Z | Downloaded dropshot v0.15.1 |
348 | 2025-01-31T22:48:53.480Z | Downloaded idna v1.0.3 |
349 | 2025-01-31T22:48:53.483Z | Downloaded regex-syntax v0.8.5 |
350 | 2025-01-31T22:48:53.491Z | Downloaded regress v0.9.1 |
351 | 2025-01-31T22:48:53.498Z | Downloaded rustls v0.23.19 |
352 | 2025-01-31T22:48:53.509Z | Downloaded zerovec v0.10.4 |
353 | 2025-01-31T22:48:53.514Z | Downloaded cc v1.1.30 |
354 | 2025-01-31T22:48:53.517Z | Downloaded indexmap v2.7.1 |
355 | 2025-01-31T22:48:53.521Z | Downloaded toml_edit v0.22.22 |
356 | 2025-01-31T22:48:53.542Z | Downloaded base64 v0.22.1 |
357 | 2025-01-31T22:48:53.545Z | Downloaded smallvec v1.13.2 |
358 | 2025-01-31T22:48:53.548Z | Downloaded memchr v2.7.4 |
359 | 2025-01-31T22:48:53.553Z | Downloaded serde_yaml v0.9.34+deprecated |
360 | 2025-01-31T22:48:53.556Z | Downloaded bytes v1.9.0 |
361 | 2025-01-31T22:48:53.559Z | Downloaded tokio v1.43.0 |
362 | 2025-01-31T22:48:53.594Z | Downloaded strum_macros v0.26.4 |
363 | 2025-01-31T22:48:53.597Z | Downloaded signal-hook-registry v1.4.2 |
364 | 2025-01-31T22:48:53.600Z | Downloaded regex-automata v0.4.8 |
365 | 2025-01-31T22:48:53.613Z | Downloaded icu_normalizer_data v1.5.0 |
366 | 2025-01-31T22:48:53.615Z | Downloaded futures-channel v0.3.31 |
367 | 2025-01-31T22:48:53.618Z | Downloaded serde_tokenstream v0.2.2 |
368 | 2025-01-31T22:48:53.618Z | Downloaded slog-async v2.8.0 |
369 | 2025-01-31T22:48:53.620Z | Downloaded slab v0.4.9 |
370 | 2025-01-31T22:48:53.620Z | Downloaded icu_locid_transform_data v1.5.0 |
371 | 2025-01-31T22:48:53.623Z | Downloaded futures v0.3.31 |
372 | 2025-01-31T22:48:53.625Z | Downloaded num-traits v0.2.19 |
373 | 2025-01-31T22:48:53.628Z | Downloaded unicode-ident v1.0.14 |
374 | 2025-01-31T22:48:53.630Z | Downloaded typify v0.2.0 |
375 | 2025-01-31T22:48:53.633Z | Downloaded typenum v1.17.0 |
376 | 2025-01-31T22:48:53.636Z | Downloaded pin-project-lite v0.2.14 |
377 | 2025-01-31T22:48:53.639Z | Downloaded futures-macro v0.3.31 |
378 | 2025-01-31T22:48:53.642Z | Downloaded libc v0.2.169 |
379 | 2025-01-31T22:48:53.662Z | Downloaded displaydoc v0.2.5 |
380 | 2025-01-31T22:48:53.664Z | Downloaded backoff v0.4.0 |
381 | 2025-01-31T22:48:53.667Z | Downloaded tokio-rustls v0.26.0 |
382 | 2025-01-31T22:48:53.669Z | Downloaded tinyvec v1.8.0 |
383 | 2025-01-31T22:48:53.672Z | Downloaded idna_adapter v1.2.0 |
384 | 2025-01-31T22:48:53.672Z | Downloaded hostname v0.4.0 |
385 | 2025-01-31T22:48:53.675Z | Downloaded utf8_iter v1.0.4 |
386 | 2025-01-31T22:48:53.675Z | Downloaded debug-ignore v1.0.5 |
387 | 2025-01-31T22:48:53.675Z | Downloaded either v1.13.0 |
388 | 2025-01-31T22:48:53.677Z | Downloaded byteorder v1.5.0 |
389 | 2025-01-31T22:48:53.677Z | Downloaded block-buffer v0.10.4 |
390 | 2025-01-31T22:48:53.680Z | Downloaded tokio-native-tls v0.3.1 |
391 | 2025-01-31T22:48:53.682Z | Downloaded tokio-macros v2.5.0 |
392 | 2025-01-31T22:48:53.683Z | Downloaded time-macros v0.2.18 |
393 | 2025-01-31T22:48:53.685Z | Downloaded futures-sink v0.3.31 |
394 | 2025-01-31T22:48:53.685Z | Downloaded dirs-next v2.0.0 |
395 | 2025-01-31T22:48:53.715Z | Downloaded encoding_rs v0.8.34 |
396 | 2025-01-31T22:48:53.899Z | Downloaded ring v0.17.8 |
397 | 2025-01-31T22:48:54.092Z | Compiling proc-macro2 v1.0.92 |
398 | 2025-01-31T22:48:54.092Z | Compiling unicode-ident v1.0.14 |
399 | 2025-01-31T22:48:54.095Z | Compiling libc v0.2.169 |
400 | 2025-01-31T22:48:54.095Z | Checking cfg-if v1.0.0 |
401 | 2025-01-31T22:48:54.095Z | Compiling autocfg v1.4.0 |
402 | 2025-01-31T22:48:54.095Z | Compiling serde v1.0.217 |
403 | 2025-01-31T22:48:54.121Z | Compiling version_check v0.9.5 |
404 | 2025-01-31T22:48:54.124Z | Checking memchr v2.7.4 |
405 | 2025-01-31T22:48:54.193Z | Compiling serde_json v1.0.135 |
406 | 2025-01-31T22:48:54.327Z | Checking itoa v1.0.11 |
407 | 2025-01-31T22:48:54.672Z | Compiling thiserror v1.0.69 |
408 | 2025-01-31T22:48:54.764Z | Checking once_cell v1.20.2 |
409 | 2025-01-31T22:48:54.862Z | Compiling shlex v1.3.0 |
410 | 2025-01-31T22:48:55.066Z | Checking pin-project-lite v0.2.14 |
411 | 2025-01-31T22:48:55.129Z | Compiling cc v1.1.30 |
412 | 2025-01-31T22:48:55.187Z | Compiling num-traits v0.2.19 |
413 | 2025-01-31T22:48:55.199Z | Checking ryu v1.0.18 |
414 | 2025-01-31T22:48:55.524Z | Checking smallvec v1.13.2 |
415 | 2025-01-31T22:48:55.553Z | Checking getrandom v0.2.15 |
416 | 2025-01-31T22:48:55.639Z | Checking bytes v1.9.0 |
417 | 2025-01-31T22:48:55.772Z | Checking futures-core v0.3.31 |
418 | 2025-01-31T22:48:55.802Z | Compiling lock_api v0.4.12 |
419 | 2025-01-31T22:48:55.813Z | Compiling parking_lot_core v0.9.10 |
420 | 2025-01-31T22:48:55.948Z | Compiling quote v1.0.38 |
421 | 2025-01-31T22:48:56.069Z | Compiling schemars v0.8.21 |
422 | 2025-01-31T22:48:56.265Z | Checking scopeguard v1.2.0 |
423 | 2025-01-31T22:48:56.280Z | Compiling byteorder v1.5.0 |
424 | 2025-01-31T22:48:56.389Z | Compiling syn v2.0.96 |
425 | 2025-01-31T22:48:56.444Z | Compiling slab v0.4.9 |
426 | 2025-01-31T22:48:56.486Z | Compiling ahash v0.8.11 |
427 | 2025-01-31T22:48:56.509Z | Checking log v0.4.22 |
428 | 2025-01-31T22:48:56.706Z | Checking futures-sink v0.3.31 |
429 | 2025-01-31T22:48:56.752Z | Checking socket2 v0.5.7 |
430 | 2025-01-31T22:48:56.765Z | Checking parking_lot v0.12.3 |
431 | 2025-01-31T22:48:56.850Z | Checking signal-hook-registry v1.4.2 |
432 | 2025-01-31T22:48:56.894Z | Checking mio v1.0.2 |
433 | 2025-01-31T22:48:56.914Z | Checking stable_deref_trait v1.2.0 |
434 | 2025-01-31T22:48:57.074Z | Checking equivalent v1.0.1 |
435 | 2025-01-31T22:48:57.088Z | Checking fnv v1.0.7 |
436 | 2025-01-31T22:48:57.088Z | Checking hashbrown v0.15.1 |
437 | 2025-01-31T22:48:57.180Z | Checking futures-channel v0.3.31 |
438 | 2025-01-31T22:48:57.192Z | Checking futures-task v0.3.31 |
439 | 2025-01-31T22:48:57.209Z | Checking http v1.2.0 |
440 | 2025-01-31T22:48:57.258Z | Checking futures-io v0.3.31 |
441 | 2025-01-31T22:48:57.436Z | Compiling semver v1.0.24 |
442 | 2025-01-31T22:48:57.452Z | Checking pin-utils v0.1.0 |
443 | 2025-01-31T22:48:57.465Z | Checking spin v0.9.8 |
444 | 2025-01-31T22:48:57.524Z | Compiling pkg-config v0.3.31 |
445 | 2025-01-31T22:48:57.537Z | Compiling vcpkg v0.2.15 |
446 | 2025-01-31T22:48:57.674Z | Checking rustls-pki-types v1.10.0 |
447 | 2025-01-31T22:48:57.788Z | Compiling ring v0.17.8 |
448 | 2025-01-31T22:48:58.050Z | Compiling httparse v1.9.5 |
449 | 2025-01-31T22:48:58.229Z | Checking iana-time-zone v0.1.61 |
450 | 2025-01-31T22:48:58.381Z | Compiling heck v0.5.0 |
451 | 2025-01-31T22:48:58.452Z | Checking litemap v0.7.3 |
452 | 2025-01-31T22:48:58.606Z | Checking writeable v0.5.5 |
453 | 2025-01-31T22:48:58.682Z | Checking untrusted v0.9.0 |
454 | 2025-01-31T22:48:58.791Z | Checking tracing-core v0.1.32 |
455 | 2025-01-31T22:48:58.824Z | Checking atomic-waker v1.1.2 |
456 | 2025-01-31T22:48:58.839Z | Compiling ucd-trie v0.1.7 |
457 | 2025-01-31T22:48:58.946Z | Checking dyn-clone v1.0.17 |
458 | 2025-01-31T22:48:58.974Z | Compiling openssl-sys v0.9.104 |
459 | 2025-01-31T22:48:59.082Z | Checking http-body v1.0.1 |
460 | 2025-01-31T22:48:59.269Z | Checking icu_locid_transform_data v1.5.0 |
461 | 2025-01-31T22:48:59.283Z | Checking try-lock v0.2.5 |
462 | 2025-01-31T22:48:59.360Z | Compiling allocator-api2 v0.2.18 |
463 | 2025-01-31T22:48:59.385Z | Checking tracing v0.1.40 |
464 | 2025-01-31T22:48:59.404Z | Checking zeroize v1.8.1 |
465 | 2025-01-31T22:48:59.407Z | Checking subtle v2.6.1 |
466 | 2025-01-31T22:48:59.653Z | Checking want v0.3.1 |
467 | 2025-01-31T22:48:59.667Z | Checking icu_properties_data v1.5.0 |
468 | 2025-01-31T22:48:59.880Z | Checking httpdate v1.0.3 |
469 | 2025-01-31T22:48:59.999Z | Checking foreign-types-shared v0.1.1 |
470 | 2025-01-31T22:49:00.031Z | Compiling openssl v0.10.66 |
471 | 2025-01-31T22:49:00.099Z | Compiling uuid v1.12.0 |
472 | 2025-01-31T22:49:00.102Z | Checking foreign-types v0.3.2 |
473 | 2025-01-31T22:49:00.192Z | Compiling slog v2.7.0 |
474 | 2025-01-31T22:49:00.459Z | Compiling rustls v0.23.19 |
475 | 2025-01-31T22:49:00.669Z | Compiling chrono v0.4.39 |
476 | 2025-01-31T22:49:00.730Z | Checking icu_normalizer_data v1.5.0 |
477 | 2025-01-31T22:49:00.785Z | Checking utf16_iter v1.0.5 |
478 | 2025-01-31T22:49:00.789Z | Checking tower-service v0.3.3 |
479 | 2025-01-31T22:49:00.820Z | Checking utf8_iter v1.0.4 |
480 | 2025-01-31T22:49:00.911Z | Checking write16 v1.0.0 |
481 | 2025-01-31T22:49:00.945Z | Checking percent-encoding v2.3.1 |
482 | 2025-01-31T22:49:01.009Z | Checking bitflags v2.6.0 |
483 | 2025-01-31T22:49:01.012Z | Compiling native-tls v0.2.12 |
484 | 2025-01-31T22:49:01.157Z | Checking form_urlencoded v1.2.1 |
485 | 2025-01-31T22:49:01.246Z | Compiling aho-corasick v1.1.3 |
486 | 2025-01-31T22:49:01.357Z | Checking openssl-probe v0.1.5 |
487 | 2025-01-31T22:49:01.412Z | Compiling typenum v1.17.0 |
488 | 2025-01-31T22:49:01.506Z | Compiling regex-syntax v0.8.5 |
489 | 2025-01-31T22:49:02.297Z | Compiling generic-array v0.14.7 |
490 | 2025-01-31T22:49:02.325Z | Checking encoding_rs v0.8.34 |
491 | 2025-01-31T22:49:02.740Z | Checking mime v0.3.17 |
492 | 2025-01-31T22:49:03.105Z | Compiling synstructure v0.13.1 |
493 | 2025-01-31T22:49:03.494Z | Compiling serde_derive_internals v0.29.1 |
494 | 2025-01-31T22:49:03.528Z | Checking rustls-webpki v0.102.8 |
495 | 2025-01-31T22:49:04.582Z | Checking rustls-pemfile v2.2.0 |
496 | 2025-01-31T22:49:04.807Z | Checking webpki-roots v0.26.6 |
497 | 2025-01-31T22:49:05.074Z | Compiling regex-automata v0.4.8 |
498 | 2025-01-31T22:49:05.416Z | Compiling usdt-impl v0.5.0 |
499 | 2025-01-31T22:49:05.737Z | Compiling time-core v0.1.2 |
500 | 2025-01-31T22:49:05.914Z | Compiling num-conv v0.1.0 |
501 | 2025-01-31T22:49:05.980Z | Checking base64 v0.22.1 |
502 | 2025-01-31T22:49:06.190Z | Checking powerfmt v0.2.0 |
503 | 2025-01-31T22:49:06.426Z | Compiling time-macros v0.2.18 |
504 | 2025-01-31T22:49:06.462Z | Checking deranged v0.3.11 |
505 | 2025-01-31T22:49:06.629Z | Compiling thread-id v4.2.2 |
506 | 2025-01-31T22:49:06.937Z | Checking sync_wrapper v1.0.1 |
507 | 2025-01-31T22:49:07.071Z | Checking ipnet v2.10.1 |
508 | 2025-01-31T22:49:07.417Z | Compiling serde_derive v1.0.217 |
509 | 2025-01-31T22:49:07.533Z | Compiling zerocopy-derive v0.7.35 |
510 | 2025-01-31T22:49:07.736Z | Compiling thiserror-impl v1.0.69 |
511 | 2025-01-31T22:49:07.922Z | Compiling zerofrom-derive v0.1.4 |
512 | 2025-01-31T22:49:08.846Z | Compiling schemars_derive v0.8.21 |
513 | 2025-01-31T22:49:08.992Z | Compiling tokio-macros v2.5.0 |
514 | 2025-01-31T22:49:09.175Z | Compiling yoke-derive v0.7.4 |
515 | 2025-01-31T22:49:09.400Z | Compiling zerocopy v0.7.35 |
516 | 2025-01-31T22:49:10.555Z | Checking tokio v1.43.0 |
517 | 2025-01-31T22:49:10.762Z | Compiling zerovec-derive v0.10.3 |
518 | 2025-01-31T22:49:10.979Z | Checking zerofrom v0.1.4 |
519 | 2025-01-31T22:49:11.182Z | Compiling displaydoc v0.2.5 |
520 | 2025-01-31T22:49:11.561Z | Compiling futures-macro v0.3.31 |
521 | 2025-01-31T22:49:11.591Z | Checking yoke v0.7.4 |
522 | 2025-01-31T22:49:11.630Z | Compiling icu_provider_macros v1.5.0 |
523 | 2025-01-31T22:49:11.879Z | Compiling pest v2.7.14 |
524 | 2025-01-31T22:49:12.363Z | Compiling hashbrown v0.14.5 |
525 | 2025-01-31T22:49:12.628Z | Compiling openssl-macros v0.1.1 |
526 | 2025-01-31T22:49:13.102Z | Checking zerovec v0.10.4 |
527 | 2025-01-31T22:49:13.280Z | Checking futures-util v0.3.31 |
528 | 2025-01-31T22:49:13.521Z | Compiling regress v0.10.1 |
529 | 2025-01-31T22:49:14.117Z | Compiling regex v1.11.1 |
530 | 2025-01-31T22:49:14.811Z | Checking tinystr v0.7.6 |
531 | 2025-01-31T22:49:14.993Z | Checking icu_collections v1.5.0 |
532 | 2025-01-31T22:49:15.111Z | Checking icu_locid v1.5.0 |
533 | 2025-01-31T22:49:15.650Z | Compiling pest_meta v2.7.14 |
534 | 2025-01-31T22:49:16.086Z | Checking icu_provider v1.5.0 |
535 | 2025-01-31T22:49:16.694Z | Checking icu_locid_transform v1.5.0 |
536 | 2025-01-31T22:49:16.964Z | Checking tokio-util v0.7.12 |
537 | 2025-01-31T22:49:17.705Z | Checking icu_properties v1.5.1 |
538 | 2025-01-31T22:49:17.719Z | Compiling pest_generator v2.7.14 |
539 | 2025-01-31T22:49:17.739Z | Checking http-body-util v0.1.2 |
540 | 2025-01-31T22:49:18.012Z | Checking tokio-rustls v0.26.0 |
541 | 2025-01-31T22:49:18.171Z | Compiling scroll_derive v0.12.0 |
542 | 2025-01-31T22:49:18.555Z | Checking tokio-native-tls v0.3.1 |
543 | 2025-01-31T22:49:18.799Z | Checking indexmap v2.7.1 |
544 | 2025-01-31T22:49:19.492Z | Compiling pest_derive v2.7.14 |
545 | 2025-01-31T22:49:19.874Z | Compiling serde_tokenstream v0.2.2 |
546 | 2025-01-31T22:49:20.141Z | Checking h2 v0.4.6 |
547 | 2025-01-31T22:49:20.521Z | Checking serde_urlencoded v0.7.1 |
548 | 2025-01-31T22:49:20.741Z | Compiling dtrace-parser v0.2.0 |
549 | 2025-01-31T22:49:20.816Z | Checking icu_normalizer v1.5.0 |
550 | 2025-01-31T22:49:20.916Z | Checking scroll v0.12.0 |
551 | 2025-01-31T22:49:21.555Z | Checking idna_adapter v1.2.0 |
552 | 2025-01-31T22:49:21.739Z | Checking idna v1.0.3 |
553 | 2025-01-31T22:49:21.865Z | Compiling dof v0.3.0 |
554 | 2025-01-31T22:49:22.116Z | Compiling ident_case v1.0.1 |
555 | 2025-01-31T22:49:22.212Z | Checking url v2.5.3 |
556 | 2025-01-31T22:49:22.298Z | Checking plain v0.2.3 |
557 | 2025-01-31T22:49:22.316Z | Compiling crossbeam-utils v0.8.20 |
558 | 2025-01-31T22:49:22.711Z | Checking num_threads v0.1.7 |
559 | 2025-01-31T22:49:22.798Z | Compiling strsim v0.11.1 |
560 | 2025-01-31T22:49:23.006Z | Compiling syn v1.0.109 |
561 | 2025-01-31T22:49:23.052Z | Checking typify-impl v0.2.0 |
562 | 2025-01-31T22:49:23.065Z | Checking time v0.3.36 |
563 | 2025-01-31T22:49:23.685Z | Compiling darling_core v0.20.10 |
564 | 2025-01-31T22:49:24.210Z | Checking hyper v1.5.2 |
565 | 2025-01-31T22:49:24.758Z | Checking goblin v0.8.2 |
566 | 2025-01-31T22:49:25.478Z | Compiling openapiv3 v2.0.0 |
567 | 2025-01-31T22:49:26.098Z | Checking hyper-util v0.1.10 |
568 | 2025-01-31T22:49:26.380Z | Checking dirs-sys-next v0.1.2 |
569 | 2025-01-31T22:49:26.942Z | Checking pretty-hex v0.4.1 |
570 | 2025-01-31T22:49:26.958Z | Compiling omicron-workspace-hack v0.1.0 |
571 | 2025-01-31T22:49:27.124Z | Compiling rustls v0.22.4 |
572 | 2025-01-31T22:49:27.269Z | Compiling rustversion v1.0.17 |
573 | 2025-01-31T22:49:27.451Z | Compiling unsafe-libyaml v0.2.11 |
574 | 2025-01-31T22:49:27.694Z | Checking hyper-rustls v0.27.3 |
575 | 2025-01-31T22:49:27.910Z | Checking hyper-tls v0.6.0 |
576 | 2025-01-31T22:49:27.979Z | Compiling newtype-uuid v1.2.1 |
577 | 2025-01-31T22:49:28.173Z | Checking reqwest v0.12.9 |
578 | 2025-01-31T22:49:28.306Z | Compiling paste v1.0.15 |
579 | 2025-01-31T22:49:28.663Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2025-01-31T22:49:29.074Z | Compiling darling_macro v0.20.10 |
581 | 2025-01-31T22:49:29.109Z | Checking dirs-next v2.0.0 |
582 | 2025-01-31T22:49:29.537Z | Checking ipnetwork v0.20.0 |
583 | 2025-01-31T22:49:29.591Z | Checking serde_spanned v0.6.8 |
584 | 2025-01-31T22:49:29.781Z | Checking toml_datetime v0.6.8 |
585 | 2025-01-31T22:49:29.862Z | Checking ppv-lite86 v0.2.20 |
586 | 2025-01-31T22:49:29.877Z | Checking crypto-common v0.1.6 |
587 | 2025-01-31T22:49:29.997Z | Checking block-buffer v0.10.4 |
588 | 2025-01-31T22:49:30.048Z | Compiling structmeta-derive v0.3.0 |
589 | 2025-01-31T22:49:30.051Z | Checking rand_core v0.6.4 |
590 | 2025-01-31T22:49:30.186Z | Checking thread_local v1.1.8 |
591 | 2025-01-31T22:49:30.267Z | Compiling multer v3.1.0 |
592 | 2025-01-31T22:49:30.336Z | Compiling anyhow v1.0.95 |
593 | 2025-01-31T22:49:30.451Z | Checking winnow v0.6.20 |
594 | 2025-01-31T22:49:30.556Z | Compiling slog-async v2.8.0 |
595 | 2025-01-31T22:49:30.591Z | Checking match_cfg v0.1.0 |
596 | 2025-01-31T22:49:30.680Z | Compiling camino v1.1.9 |
597 | 2025-01-31T22:49:30.884Z | Compiling thiserror v2.0.11 |
598 | 2025-01-31T22:49:31.057Z | Checking either v1.13.0 |
599 | 2025-01-31T22:49:31.407Z | Checking itertools v0.10.5 |
600 | 2025-01-31T22:49:31.754Z | Checking hostname v0.3.1 |
601 | 2025-01-31T22:49:31.802Z | Checking rand_chacha v0.3.1 |
602 | 2025-01-31T22:49:31.883Z | Checking digest v0.10.7 |
603 | 2025-01-31T22:49:32.168Z | Compiling darling v0.20.10 |
604 | 2025-01-31T22:49:32.197Z | Checking crossbeam-channel v0.5.13 |
605 | 2025-01-31T22:49:32.281Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
606 | 2025-01-31T22:49:32.327Z | Checking progenitor-client v0.8.0 |
607 | 2025-01-31T22:49:32.475Z | Compiling structmeta v0.3.0 |
608 | 2025-01-31T22:49:32.626Z | Checking term v0.7.0 |
609 | 2025-01-31T22:49:33.116Z | Compiling usdt-macro v0.5.0 |
610 | 2025-01-31T22:49:33.159Z | Checking toml_edit v0.22.22 |
611 | 2025-01-31T22:49:33.478Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2025-01-31T22:49:34.009Z | Checking slog-json v2.6.1 |
613 | 2025-01-31T22:49:34.039Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
614 | 2025-01-31T22:49:34.052Z | Checking futures-executor v0.3.31 |
615 | 2025-01-31T22:49:34.253Z | Compiling thiserror-impl v2.0.11 |
616 | 2025-01-31T22:49:34.259Z | Compiling async-stream-impl v0.3.6 |
617 | 2025-01-31T22:49:34.330Z | Checking memmap v0.7.0 |
618 | 2025-01-31T22:49:34.528Z | Checking is-terminal v0.4.13 |
619 | 2025-01-31T22:49:34.652Z | Compiling dropshot v0.15.1 |
620 | 2025-01-31T22:49:34.871Z | Checking take_mut v0.2.2 |
621 | 2025-01-31T22:49:34.996Z | Checking cpufeatures v0.2.14 |
622 | 2025-01-31T22:49:35.085Z | Checking sha1 v0.10.6 |
623 | 2025-01-31T22:49:35.144Z | Compiling typify-macro v0.2.0 |
624 | 2025-01-31T22:49:35.157Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
625 | 2025-01-31T22:49:35.349Z | Checking usdt v0.5.0 |
626 | 2025-01-31T22:49:35.362Z | Checking slog-term v2.9.1 |
627 | 2025-01-31T22:49:35.503Z | Checking async-stream v0.3.6 |
628 | 2025-01-31T22:49:35.598Z | Checking slog-bunyan v2.5.0 |
629 | 2025-01-31T22:49:35.641Z | Checking toml v0.8.19 |
630 | 2025-01-31T22:49:35.688Z | Checking futures v0.3.31 |
631 | 2025-01-31T22:49:35.692Z | Compiling strum_macros v0.26.4 |
632 | 2025-01-31T22:49:35.758Z | Compiling parse-display-derive v0.10.0 |
633 | 2025-01-31T22:49:35.789Z | Compiling serde_with_macros v3.11.0 |
634 | 2025-01-31T22:49:35.821Z | Checking rand v0.8.5 |
635 | 2025-01-31T22:49:35.867Z | Checking tokio-rustls v0.25.0 |
636 | 2025-01-31T22:49:36.770Z | Compiling dropshot_endpoint v0.15.1 |
637 | 2025-01-31T22:49:36.944Z | Checking serde_path_to_error v0.1.16 |
638 | 2025-01-31T22:49:37.117Z | Checking hex v0.4.3 |
639 | 2025-01-31T22:49:37.216Z | Compiling async-trait v0.1.85 |
640 | 2025-01-31T22:49:37.538Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2025-01-31T22:49:37.613Z | Checking waitgroup v0.1.2 |
642 | 2025-01-31T22:49:37.745Z | Checking hostname v0.4.0 |
643 | 2025-01-31T22:49:37.887Z | Checking instant v0.1.13 |
644 | 2025-01-31T22:49:37.997Z | Checking debug-ignore v1.0.5 |
645 | 2025-01-31T22:49:38.132Z | Checking serde_with v3.11.0 |
646 | 2025-01-31T22:49:38.143Z | Checking backoff v0.4.0 |
647 | 2025-01-31T22:49:38.309Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
648 | 2025-01-31T22:49:38.412Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
649 | 2025-01-31T22:49:38.425Z | Compiling typify v0.2.0 |
650 | 2025-01-31T22:49:38.546Z | Compiling progenitor-impl v0.8.0 |
651 | 2025-01-31T22:49:38.559Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
652 | 2025-01-31T22:49:39.261Z | Checking parse-display v0.10.0 |
653 | 2025-01-31T22:49:39.340Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
654 | 2025-01-31T22:49:39.378Z | Checking progenitor-client v0.9.1 |
655 | 2025-01-31T22:49:39.585Z | Checking macaddr v1.0.1 |
656 | 2025-01-31T22:49:39.704Z | Checking regress v0.9.1 |
657 | 2025-01-31T22:49:39.782Z | Checking strum v0.26.3 |
658 | 2025-01-31T22:49:41.414Z | Compiling progenitor-macro v0.8.0 |
659 | 2025-01-31T22:49:44.821Z | Checking progenitor v0.8.0 |
660 | 2025-01-31T22:49:44.925Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
661 | 2025-01-31T22:49:47.582Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
662 | 2025-01-31T22:49:54.870Z | Checking test-project v0.1.0 (/tmp/test-project) |
663 | 2025-01-31T22:49:54.870Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s |
664 | 2025-01-31T22:49:55.167Z | + cargo build --release |
665 | 2025-01-31T22:49:55.339Z | Compiling proc-macro2 v1.0.92 |
666 | 2025-01-31T22:49:55.339Z | Compiling unicode-ident v1.0.14 |
667 | 2025-01-31T22:49:55.339Z | Compiling libc v0.2.169 |
668 | 2025-01-31T22:49:55.339Z | Compiling cfg-if v1.0.0 |
669 | 2025-01-31T22:49:55.339Z | Compiling autocfg v1.4.0 |
670 | 2025-01-31T22:49:55.339Z | Compiling serde v1.0.217 |
671 | 2025-01-31T22:49:55.339Z | Compiling version_check v0.9.5 |
672 | 2025-01-31T22:49:55.339Z | Compiling memchr v2.7.4 |
673 | 2025-01-31T22:49:55.339Z | Compiling serde_json v1.0.135 |
674 | 2025-01-31T22:49:55.577Z | Compiling itoa v1.0.11 |
675 | 2025-01-31T22:49:55.927Z | Compiling thiserror v1.0.69 |
676 | 2025-01-31T22:49:56.286Z | Compiling once_cell v1.20.2 |
677 | 2025-01-31T22:49:56.286Z | Compiling shlex v1.3.0 |
678 | 2025-01-31T22:49:56.286Z | Compiling cc v1.1.30 |
679 | 2025-01-31T22:49:56.619Z | Compiling num-traits v0.2.19 |
680 | 2025-01-31T22:49:56.619Z | Compiling pin-project-lite v0.2.14 |
681 | 2025-01-31T22:49:56.620Z | Compiling smallvec v1.13.2 |
682 | 2025-01-31T22:49:56.804Z | Compiling getrandom v0.2.15 |
683 | 2025-01-31T22:49:56.804Z | Compiling ryu v1.0.18 |
684 | 2025-01-31T22:49:56.883Z | Compiling quote v1.0.38 |
685 | 2025-01-31T22:49:56.883Z | Compiling bytes v1.9.0 |
686 | 2025-01-31T22:49:56.883Z | Compiling futures-core v0.3.31 |
687 | 2025-01-31T22:49:56.938Z | Compiling lock_api v0.4.12 |
688 | 2025-01-31T22:49:57.210Z | Compiling syn v2.0.96 |
689 | 2025-01-31T22:49:57.423Z | Compiling schemars v0.8.21 |
690 | 2025-01-31T22:49:57.424Z | Compiling parking_lot_core v0.9.10 |
691 | 2025-01-31T22:49:57.821Z | Compiling ahash v0.8.11 |
692 | 2025-01-31T22:49:57.821Z | Compiling byteorder v1.5.0 |
693 | 2025-01-31T22:49:58.237Z | Compiling scopeguard v1.2.0 |
694 | 2025-01-31T22:49:58.238Z | Compiling slab v0.4.9 |
695 | 2025-01-31T22:49:58.238Z | Compiling futures-sink v0.3.31 |
696 | 2025-01-31T22:49:58.238Z | Compiling log v0.4.22 |
697 | 2025-01-31T22:49:58.624Z | Compiling parking_lot v0.12.3 |
698 | 2025-01-31T22:49:58.624Z | Compiling signal-hook-registry v1.4.2 |
699 | 2025-01-31T22:49:58.624Z | Compiling mio v1.0.2 |
700 | 2025-01-31T22:49:58.947Z | Compiling socket2 v0.5.7 |
701 | 2025-01-31T22:49:58.947Z | Compiling stable_deref_trait v1.2.0 |
702 | 2025-01-31T22:49:58.947Z | Compiling ring v0.17.8 |
703 | 2025-01-31T22:49:58.947Z | Compiling equivalent v1.0.1 |
704 | 2025-01-31T22:49:58.948Z | Compiling hashbrown v0.15.1 |
705 | 2025-01-31T22:49:59.093Z | Compiling semver v1.0.24 |
706 | 2025-01-31T22:49:59.467Z | Compiling fnv v1.0.7 |
707 | 2025-01-31T22:50:00.189Z | Compiling http v1.2.0 |
708 | 2025-01-31T22:50:00.228Z | Compiling futures-channel v0.3.31 |
709 | 2025-01-31T22:50:00.229Z | Compiling pin-utils v0.1.0 |
710 | 2025-01-31T22:50:00.229Z | Compiling futures-io v0.3.31 |
711 | 2025-01-31T22:50:00.230Z | Compiling futures-task v0.3.31 |
712 | 2025-01-31T22:50:00.230Z | Compiling pkg-config v0.3.31 |
713 | 2025-01-31T22:50:00.469Z | Compiling rustls-pki-types v1.10.0 |
714 | 2025-01-31T22:50:00.655Z | Compiling spin v0.9.8 |
715 | 2025-01-31T22:50:00.655Z | Compiling vcpkg v0.2.15 |
716 | 2025-01-31T22:50:00.655Z | Compiling httparse v1.9.5 |
717 | 2025-01-31T22:50:01.103Z | Compiling writeable v0.5.5 |
718 | 2025-01-31T22:50:01.642Z | Compiling litemap v0.7.3 |
719 | 2025-01-31T22:50:01.664Z | Compiling untrusted v0.9.0 |
720 | 2025-01-31T22:50:01.877Z | Compiling openssl-sys v0.9.104 |
721 | 2025-01-31T22:50:01.982Z | Compiling iana-time-zone v0.1.61 |
722 | 2025-01-31T22:50:02.030Z | Compiling heck v0.5.0 |
723 | 2025-01-31T22:50:02.642Z | Compiling tracing-core v0.1.32 |
724 | 2025-01-31T22:50:02.683Z | Compiling atomic-waker v1.1.2 |
725 | 2025-01-31T22:50:02.683Z | Compiling dyn-clone v1.0.17 |
726 | 2025-01-31T22:50:02.683Z | Compiling ucd-trie v0.1.7 |
727 | 2025-01-31T22:50:02.818Z | Compiling http-body v1.0.1 |
728 | 2025-01-31T22:50:03.026Z | Compiling tracing v0.1.40 |
729 | 2025-01-31T22:50:03.557Z | Compiling allocator-api2 v0.2.18 |
730 | 2025-01-31T22:50:03.849Z | Compiling icu_locid_transform_data v1.5.0 |
731 | 2025-01-31T22:50:03.920Z | Compiling try-lock v0.2.5 |
732 | 2025-01-31T22:50:03.920Z | Compiling subtle v2.6.1 |
733 | 2025-01-31T22:50:03.920Z | Compiling zeroize v1.8.1 |
734 | 2025-01-31T22:50:04.014Z | Compiling want v0.3.1 |
735 | 2025-01-31T22:50:04.059Z | Compiling synstructure v0.13.1 |
736 | 2025-01-31T22:50:04.304Z | Compiling serde_derive_internals v0.29.1 |
737 | 2025-01-31T22:50:04.304Z | Compiling chrono v0.4.39 |
738 | 2025-01-31T22:50:04.568Z | Compiling httpdate v1.0.3 |
739 | 2025-01-31T22:50:04.582Z | Compiling icu_properties_data v1.5.0 |
740 | 2025-01-31T22:50:05.047Z | Compiling openssl v0.10.66 |
741 | 2025-01-31T22:50:05.165Z | Compiling foreign-types-shared v0.1.1 |
742 | 2025-01-31T22:50:05.457Z | Compiling uuid v1.12.0 |
743 | 2025-01-31T22:50:05.580Z | Compiling foreign-types v0.3.2 |
744 | 2025-01-31T22:50:05.802Z | Compiling slog v2.7.0 |
745 | 2025-01-31T22:50:06.189Z | Compiling bitflags v2.6.0 |
746 | 2025-01-31T22:50:06.230Z | Compiling tower-service v0.3.3 |
747 | 2025-01-31T22:50:06.230Z | Compiling percent-encoding v2.3.1 |
748 | 2025-01-31T22:50:06.792Z | Compiling icu_normalizer_data v1.5.0 |
749 | 2025-01-31T22:50:07.367Z | Compiling rustls v0.23.19 |
750 | 2025-01-31T22:50:07.368Z | Compiling write16 v1.0.0 |
751 | 2025-01-31T22:50:07.368Z | Compiling utf16_iter v1.0.5 |
752 | 2025-01-31T22:50:07.368Z | Compiling utf8_iter v1.0.4 |
753 | 2025-01-31T22:50:07.368Z | Compiling native-tls v0.2.12 |
754 | 2025-01-31T22:50:07.368Z | Compiling form_urlencoded v1.2.1 |
755 | 2025-01-31T22:50:07.421Z | Compiling aho-corasick v1.1.3 |
756 | 2025-01-31T22:50:07.422Z | Compiling typenum v1.17.0 |
757 | 2025-01-31T22:50:07.422Z | Compiling regex-syntax v0.8.5 |
758 | 2025-01-31T22:50:08.054Z | Compiling openssl-probe v0.1.5 |
759 | 2025-01-31T22:50:08.871Z | Compiling serde_derive v1.0.217 |
760 | 2025-01-31T22:50:09.534Z | Compiling zerocopy-derive v0.7.35 |
761 | 2025-01-31T22:50:09.920Z | Compiling thiserror-impl v1.0.69 |
762 | 2025-01-31T22:50:09.920Z | Compiling zerofrom-derive v0.1.4 |
763 | 2025-01-31T22:50:09.920Z | Compiling schemars_derive v0.8.21 |
764 | 2025-01-31T22:50:10.805Z | Compiling zerocopy v0.7.35 |
765 | 2025-01-31T22:50:11.876Z | Compiling tokio-macros v2.5.0 |
766 | 2025-01-31T22:50:12.100Z | Compiling yoke-derive v0.7.4 |
767 | 2025-01-31T22:50:12.100Z | Compiling zerovec-derive v0.10.3 |
768 | 2025-01-31T22:50:12.445Z | Compiling displaydoc v0.2.5 |
769 | 2025-01-31T22:50:12.689Z | Compiling zerofrom v0.1.4 |
770 | 2025-01-31T22:50:12.988Z | Compiling futures-macro v0.3.31 |
771 | 2025-01-31T22:50:13.414Z | Compiling tokio v1.43.0 |
772 | 2025-01-31T22:50:13.897Z | Compiling icu_provider_macros v1.5.0 |
773 | 2025-01-31T22:50:14.548Z | Compiling yoke v0.7.4 |
774 | 2025-01-31T22:50:14.799Z | Compiling futures-util v0.3.31 |
775 | 2025-01-31T22:50:14.800Z | Compiling pest v2.7.14 |
776 | 2025-01-31T22:50:15.094Z | Compiling zerovec v0.10.4 |
777 | 2025-01-31T22:50:15.094Z | Compiling rustls-webpki v0.102.8 |
778 | 2025-01-31T22:50:17.454Z | Compiling tinystr v0.7.6 |
779 | 2025-01-31T22:50:17.975Z | Compiling icu_locid v1.5.0 |
780 | 2025-01-31T22:50:19.550Z | Compiling icu_provider v1.5.0 |
781 | 2025-01-31T22:50:20.396Z | Compiling icu_locid_transform v1.5.0 |
782 | 2025-01-31T22:50:20.763Z | Compiling hashbrown v0.14.5 |
783 | 2025-01-31T22:50:21.525Z | Compiling indexmap v2.7.1 |
784 | 2025-01-31T22:50:23.125Z | Compiling serde_tokenstream v0.2.2 |
785 | 2025-01-31T22:50:25.087Z | Compiling tokio-util v0.7.12 |
786 | 2025-01-31T22:50:25.638Z | Compiling pest_meta v2.7.14 |
787 | 2025-01-31T22:50:26.080Z | Compiling h2 v0.4.6 |
788 | 2025-01-31T22:50:27.052Z | Compiling icu_collections v1.5.0 |
789 | 2025-01-31T22:50:27.144Z | Compiling pest_generator v2.7.14 |
790 | 2025-01-31T22:50:28.827Z | Compiling icu_properties v1.5.1 |
791 | 2025-01-31T22:50:29.742Z | Compiling regress v0.10.1 |
792 | 2025-01-31T22:50:30.004Z | Compiling openssl-macros v0.1.1 |
793 | 2025-01-31T22:50:32.101Z | Compiling hyper v1.5.2 |
794 | 2025-01-31T22:50:34.159Z | Compiling typify-impl v0.2.0 |
795 | 2025-01-31T22:50:35.075Z | Compiling hyper-util v0.1.10 |
796 | 2025-01-31T22:50:37.037Z | Compiling icu_normalizer v1.5.0 |
797 | 2025-01-31T22:50:40.872Z | Compiling pest_derive v2.7.14 |
798 | 2025-01-31T22:50:42.471Z | Compiling idna_adapter v1.2.0 |
799 | 2025-01-31T22:50:42.962Z | Compiling http-body-util v0.1.2 |
800 | 2025-01-31T22:50:43.276Z | Compiling regex-automata v0.4.8 |
801 | 2025-01-31T22:50:43.559Z | Compiling generic-array v0.14.7 |
802 | 2025-01-31T22:50:43.616Z | Compiling encoding_rs v0.8.34 |
803 | 2025-01-31T22:50:43.870Z | Compiling mime v0.3.17 |
804 | 2025-01-31T22:50:44.472Z | Compiling typify-macro v0.2.0 |
805 | 2025-01-31T22:50:44.863Z | Compiling tokio-native-tls v0.3.1 |
806 | 2025-01-31T22:50:45.141Z | Compiling idna v1.0.3 |
807 | 2025-01-31T22:50:46.023Z | Compiling serde_urlencoded v0.7.1 |
808 | 2025-01-31T22:50:46.249Z | Compiling scroll_derive v0.12.0 |
809 | 2025-01-31T22:50:47.678Z | Compiling regex v1.11.1 |
810 | 2025-01-31T22:50:47.728Z | Compiling webpki-roots v0.26.6 |
811 | 2025-01-31T22:50:47.870Z | Compiling rustls-pemfile v2.2.0 |
812 | 2025-01-31T22:50:47.933Z | Compiling tokio-rustls v0.26.0 |
813 | 2025-01-31T22:50:48.386Z | Compiling usdt-impl v0.5.0 |
814 | 2025-01-31T22:50:48.771Z | Compiling base64 v0.22.1 |
815 | 2025-01-31T22:50:49.829Z | Compiling num-conv v0.1.0 |
816 | 2025-01-31T22:50:50.027Z | Compiling time-core v0.1.2 |
817 | 2025-01-31T22:50:50.083Z | Compiling powerfmt v0.2.0 |
818 | 2025-01-31T22:50:50.180Z | Compiling time-macros v0.2.18 |
819 | 2025-01-31T22:50:50.555Z | Compiling deranged v0.3.11 |
820 | 2025-01-31T22:50:50.991Z | Compiling hyper-rustls v0.27.3 |
821 | 2025-01-31T22:50:52.172Z | Compiling scroll v0.12.0 |
822 | 2025-01-31T22:50:53.011Z | Compiling url v2.5.3 |
823 | 2025-01-31T22:50:53.981Z | Compiling hyper-tls v0.6.0 |
824 | 2025-01-31T22:50:54.465Z | Compiling thread-id v4.2.2 |
825 | 2025-01-31T22:50:54.631Z | Compiling dtrace-parser v0.2.0 |
826 | 2025-01-31T22:50:56.198Z | Compiling dof v0.3.0 |
827 | 2025-01-31T22:50:57.001Z | Compiling sync_wrapper v1.0.1 |
828 | 2025-01-31T22:50:58.358Z | Compiling strsim v0.11.1 |
829 | 2025-01-31T22:50:58.716Z | Compiling plain v0.2.3 |
830 | 2025-01-31T22:50:58.881Z | Compiling num_threads v0.1.7 |
831 | 2025-01-31T22:50:58.994Z | Compiling ipnet v2.10.1 |
832 | 2025-01-31T22:51:00.047Z | Compiling omicron-workspace-hack v0.1.0 |
833 | 2025-01-31T22:51:00.375Z | Compiling crossbeam-utils v0.8.20 |
834 | 2025-01-31T22:51:02.174Z | Compiling syn v1.0.109 |
835 | 2025-01-31T22:51:02.182Z | Compiling ident_case v1.0.1 |
836 | 2025-01-31T22:51:02.346Z | Compiling time v0.3.36 |
837 | 2025-01-31T22:51:02.360Z | Compiling darling_core v0.20.10 |
838 | 2025-01-31T22:51:05.059Z | Compiling reqwest v0.12.9 |
839 | 2025-01-31T22:51:06.140Z | Compiling goblin v0.8.2 |
840 | 2025-01-31T22:51:12.260Z | Compiling typify v0.2.0 |
841 | 2025-01-31T22:51:12.380Z | Compiling openapiv3 v2.0.0 |
842 | 2025-01-31T22:51:14.409Z | Compiling dirs-sys-next v0.1.2 |
843 | 2025-01-31T22:51:15.848Z | Compiling rustversion v1.0.17 |
844 | 2025-01-31T22:51:16.245Z | Compiling rustls v0.22.4 |
845 | 2025-01-31T22:51:16.482Z | Compiling pretty-hex v0.4.1 |
846 | 2025-01-31T22:51:16.570Z | Compiling paste v1.0.15 |
847 | 2025-01-31T22:51:16.706Z | Compiling newtype-uuid v1.2.1 |
848 | 2025-01-31T22:51:17.038Z | Compiling unsafe-libyaml v0.2.11 |
849 | 2025-01-31T22:51:18.699Z | Compiling serde_yaml v0.9.34+deprecated |
850 | 2025-01-31T22:51:19.187Z | Compiling progenitor-impl v0.8.0 |
851 | 2025-01-31T22:51:21.578Z | Compiling dirs-next v2.0.0 |
852 | 2025-01-31T22:51:21.846Z | Compiling darling_macro v0.20.10 |
853 | 2025-01-31T22:51:24.687Z | Compiling crypto-common v0.1.6 |
854 | 2025-01-31T22:51:24.906Z | Compiling block-buffer v0.10.4 |
855 | 2025-01-31T22:51:25.121Z | Compiling ipnetwork v0.20.0 |
856 | 2025-01-31T22:51:25.141Z | Compiling toml_datetime v0.6.8 |
857 | 2025-01-31T22:51:25.546Z | Compiling serde_spanned v0.6.8 |
858 | 2025-01-31T22:51:25.791Z | Compiling ppv-lite86 v0.2.20 |
859 | 2025-01-31T22:51:25.806Z | Compiling structmeta-derive v0.3.0 |
860 | 2025-01-31T22:51:26.634Z | Compiling rand_core v0.6.4 |
861 | 2025-01-31T22:51:27.215Z | Compiling thread_local v1.1.8 |
862 | 2025-01-31T22:51:27.863Z | Compiling multer v3.1.0 |
863 | 2025-01-31T22:51:28.027Z | Compiling winnow v0.6.20 |
864 | 2025-01-31T22:51:28.118Z | Compiling camino v1.1.9 |
865 | 2025-01-31T22:51:28.199Z | Compiling anyhow v1.0.95 |
866 | 2025-01-31T22:51:28.297Z | Compiling slog-async v2.8.0 |
867 | 2025-01-31T22:51:28.688Z | Compiling thiserror v2.0.11 |
868 | 2025-01-31T22:51:28.758Z | Compiling match_cfg v0.1.0 |
869 | 2025-01-31T22:51:28.777Z | Compiling either v1.13.0 |
870 | 2025-01-31T22:51:28.846Z | Compiling hostname v0.3.1 |
871 | 2025-01-31T22:51:29.185Z | Compiling itertools v0.10.5 |
872 | 2025-01-31T22:51:29.576Z | Compiling structmeta v0.3.0 |
873 | 2025-01-31T22:51:29.669Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
874 | 2025-01-31T22:51:29.931Z | Compiling rand_chacha v0.3.1 |
875 | 2025-01-31T22:51:29.974Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc) |
876 | 2025-01-31T22:51:30.807Z | Compiling progenitor-macro v0.8.0 |
877 | 2025-01-31T22:51:31.560Z | Compiling toml_edit v0.22.22 |
878 | 2025-01-31T22:51:32.104Z | Compiling digest v0.10.7 |
879 | 2025-01-31T22:51:32.141Z | Compiling crossbeam-channel v0.5.13 |
880 | 2025-01-31T22:51:33.690Z | Compiling darling v0.20.10 |
881 | 2025-01-31T22:51:33.791Z | Compiling term v0.7.0 |
882 | 2025-01-31T22:51:39.642Z | Compiling usdt-attr-macro v0.5.0 |
883 | 2025-01-31T22:51:40.588Z | Compiling usdt-macro v0.5.0 |
884 | 2025-01-31T22:51:41.040Z | Compiling progenitor-client v0.8.0 |
885 | 2025-01-31T22:51:41.861Z | Compiling slog-json v2.6.1 |
886 | 2025-01-31T22:51:41.884Z | Compiling futures-executor v0.3.31 |
887 | 2025-01-31T22:51:41.907Z | Compiling async-stream-impl v0.3.6 |
888 | 2025-01-31T22:51:42.337Z | Compiling thiserror-impl v2.0.11 |
889 | 2025-01-31T22:51:42.968Z | Compiling memmap v0.7.0 |
890 | 2025-01-31T22:51:43.203Z | Compiling is-terminal v0.4.13 |
891 | 2025-01-31T22:51:43.339Z | Compiling dropshot v0.15.1 |
892 | 2025-01-31T22:51:43.415Z | Compiling take_mut v0.2.2 |
893 | 2025-01-31T22:51:43.576Z | Compiling cpufeatures v0.2.14 |
894 | 2025-01-31T22:51:43.663Z | Compiling sha1 v0.10.6 |
895 | 2025-01-31T22:51:44.468Z | Compiling slog-term v2.9.1 |
896 | 2025-01-31T22:51:45.438Z | Compiling async-stream v0.3.6 |
897 | 2025-01-31T22:51:45.781Z | Compiling usdt v0.5.0 |
898 | 2025-01-31T22:51:46.985Z | Compiling slog-bunyan v2.5.0 |
899 | 2025-01-31T22:51:47.216Z | Compiling futures v0.3.31 |
900 | 2025-01-31T22:51:47.253Z | Compiling progenitor v0.8.0 |
901 | 2025-01-31T22:51:47.260Z | Compiling tokio-rustls v0.25.0 |
902 | 2025-01-31T22:51:47.316Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506) |
903 | 2025-01-31T22:51:47.328Z | Compiling strum_macros v0.26.4 |
904 | 2025-01-31T22:51:47.416Z | Compiling toml v0.8.19 |
905 | 2025-01-31T22:51:47.668Z | Compiling serde_with_macros v3.11.0 |
906 | 2025-01-31T22:51:48.994Z | Compiling rand v0.8.5 |
907 | 2025-01-31T22:51:50.138Z | Compiling parse-display-derive v0.10.0 |
908 | 2025-01-31T22:51:53.539Z | Compiling dropshot_endpoint v0.15.1 |
909 | 2025-01-31T22:51:53.800Z | Compiling hex v0.4.3 |
910 | 2025-01-31T22:51:54.216Z | Compiling serde_path_to_error v0.1.16 |
911 | 2025-01-31T22:51:54.459Z | Compiling async-trait v0.1.85 |
912 | 2025-01-31T22:51:54.529Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
913 | 2025-01-31T22:51:54.558Z | Compiling waitgroup v0.1.2 |
914 | 2025-01-31T22:51:54.785Z | Compiling hostname v0.4.0 |
915 | 2025-01-31T22:51:55.032Z | Compiling instant v0.1.13 |
916 | 2025-01-31T22:51:55.153Z | Compiling debug-ignore v1.0.5 |
917 | 2025-01-31T22:51:55.189Z | Compiling backoff v0.4.0 |
918 | 2025-01-31T22:51:55.289Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
919 | 2025-01-31T22:51:55.292Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
920 | 2025-01-31T22:51:55.461Z | Compiling parse-display v0.10.0 |
921 | 2025-01-31T22:51:55.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
922 | 2025-01-31T22:51:55.584Z | Compiling strum v0.26.3 |
923 | 2025-01-31T22:51:55.775Z | Compiling serde_with v3.11.0 |
924 | 2025-01-31T22:51:56.749Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
925 | 2025-01-31T22:51:57.415Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
926 | 2025-01-31T22:51:57.448Z | Compiling progenitor-client v0.9.1 |
927 | 2025-01-31T22:51:58.215Z | Compiling regress v0.9.1 |
928 | 2025-01-31T22:51:58.410Z | Compiling macaddr v1.0.1 |
929 | 2025-01-31T22:52:05.616Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
930 | 2025-01-31T22:52:15.774Z | Compiling test-project v0.1.0 (/tmp/test-project) |
931 | 2025-01-31T22:52:25.642Z | Finished `release` profile [optimized] target(s) in 2m 30s |
932 | 2025-01-31T22:52:25.712Z | process exited: duration 218348 ms, exit code 0 |
|
933 | 2025-01-31T22:52:25.719Z | found 0 output files |