|
|
|
1 | 2025-01-15T01:39:52.100Z | job assigned to worker 01JHKST8A7Z28HHGPXXPEH1MKR [factory aws, i-01bac33bf589ca610] (queued for 55 s) |
|
2 | 2025-01-15T01:39:59.756Z | starting task 0: "setup" |
3 | 2025-01-15T01:39:59.765Z | ++ uname -s |
4 | 2025-01-15T01:39:59.767Z | + kern=SunOS |
5 | 2025-01-15T01:39:59.767Z | + case "$kern" in |
6 | 2025-01-15T01:39:59.767Z | + groupadd -g 12345 build |
7 | 2025-01-15T01:39:59.770Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-15T01:40:01.777Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-15T01:40:01.955Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-15T01:40:01.958Z | + home_fs=zfs |
11 | 2025-01-15T01:40:01.958Z | + [[ zfs == autofs ]] |
12 | 2025-01-15T01:40:01.958Z | + mkdir -p /home/build |
13 | 2025-01-15T01:40:01.961Z | + chown build:build /home/build /work |
14 | 2025-01-15T01:40:03.962Z | + chmod 0700 /home/build /work |
15 | 2025-01-15T01:40:03.965Z | process exited: duration 4210 ms, exit code 0 |
|
16 | 2025-01-15T01:40:03.970Z | starting task 1: "rust-toolchain" |
17 | 2025-01-15T01:40:03.975Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-15T01:40:03.975Z | ' 1.84.0 |
19 | 2025-01-15T01:40:03.975Z | + printf ' * toolchain profile = "%s" |
20 | 2025-01-15T01:40:03.975Z | ' default |
21 | 2025-01-15T01:40:03.976Z | * toolchain channel = "1.84.0" |
22 | 2025-01-15T01:40:03.976Z | * toolchain profile = "default" |
23 | 2025-01-15T01:40:03.979Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-15T01:40:03.979Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default |
25 | 2025-01-15T01:40:04.086Z | info: downloading installer |
26 | 2025-01-15T01:40:05.241Z | info: profile set to 'default' |
27 | 2025-01-15T01:40:05.241Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-15T01:40:05.244Z | info: syncing channel updates for '1.84.0-x86_64-unknown-illumos' |
29 | 2025-01-15T01:40:05.403Z | info: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07) |
30 | 2025-01-15T01:40:05.403Z | info: downloading component 'cargo' |
31 | 2025-01-15T01:40:06.279Z | info: downloading component 'clippy' |
32 | 2025-01-15T01:40:06.612Z | info: downloading component 'rust-docs' |
33 | 2025-01-15T01:40:07.805Z | info: downloading component 'rust-std' |
34 | 2025-01-15T01:40:09.581Z | info: downloading component 'rustc' |
35 | 2025-01-15T01:40:16.379Z | info: downloading component 'rustfmt' |
36 | 2025-01-15T01:40:16.640Z | info: installing component 'cargo' |
37 | 2025-01-15T01:40:17.488Z | info: installing component 'clippy' |
38 | 2025-01-15T01:40:17.870Z | info: installing component 'rust-docs' |
39 | 2025-01-15T01:40:19.554Z | info: installing component 'rust-std' |
40 | 2025-01-15T01:40:21.280Z | info: installing component 'rustc' |
41 | 2025-01-15T01:40:27.361Z | info: installing component 'rustfmt' |
42 | 2025-01-15T01:40:27.696Z | info: default toolchain set to '1.84.0-x86_64-unknown-illumos' |
43 | 2025-01-15T01:40:27.696Z | |
44 | 2025-01-15T01:40:28.085Z | 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07) |
45 | 2025-01-15T01:40:28.085Z | |
46 | 2025-01-15T01:40:28.088Z | |
47 | 2025-01-15T01:40:28.088Z | Rust is installed now. Great! |
48 | 2025-01-15T01:40:28.088Z | |
49 | 2025-01-15T01:40:28.088Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-15T01:40:28.088Z | environment variable. This has not been done automatically. |
51 | 2025-01-15T01:40:28.088Z | |
52 | 2025-01-15T01:40:28.088Z | To configure your current shell, you need to source |
53 | 2025-01-15T01:40:28.088Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-15T01:40:28.088Z | |
55 | 2025-01-15T01:40:28.088Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-15T01:40:28.088Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-15T01:40:28.088Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-15T01:40:28.167Z | + rustc --version |
59 | 2025-01-15T01:40:28.237Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
60 | 2025-01-15T01:40:28.240Z | process exited: duration 24268 ms, exit code 0 |
|
61 | 2025-01-15T01:40:28.246Z | starting task 2: "authentication" |
62 | 2025-01-15T01:40:28.267Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2025-01-15T01:40:28.273Z | starting task 3: "clone repository" |
64 | 2025-01-15T01:40:28.278Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-15T01:40:28.281Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-15T01:40:28.321Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-15T01:40:36.003Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-15T01:40:36.003Z | + git fetch origin 8b2d5bd3d791029ceb954179d59679004268f442 |
69 | 2025-01-15T01:40:36.277Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-15T01:40:36.277Z | * branch 8b2d5bd3d791029ceb954179d59679004268f442 -> FETCH_HEAD |
71 | 2025-01-15T01:40:36.288Z | + [[ -n support-bundle-response ]] |
72 | 2025-01-15T01:40:36.290Z | ++ git branch --show-current |
73 | 2025-01-15T01:40:36.293Z | + current=main |
74 | 2025-01-15T01:40:36.293Z | + [[ main != support-bundle-response ]] |
75 | 2025-01-15T01:40:36.293Z | + git branch -f support-bundle-response 8b2d5bd3d791029ceb954179d59679004268f442 |
76 | 2025-01-15T01:40:36.296Z | + git checkout -f support-bundle-response |
77 | 2025-01-15T01:40:36.474Z | Switched to branch 'support-bundle-response' |
78 | 2025-01-15T01:40:36.477Z | + git reset --hard 8b2d5bd3d791029ceb954179d59679004268f442 |
79 | 2025-01-15T01:40:36.490Z | HEAD is now at 8b2d5bd3d Support bundle download endpoints could distinguish success and failure status codes in OpenAPI |
80 | 2025-01-15T01:40:36.493Z | process exited: duration 8217 ms, exit code 0 |
|
81 | 2025-01-15T01:40:36.498Z | starting task 4: "build" |
82 | 2025-01-15T01:40:36.503Z | + source .github/buildomat/ci-env.sh |
83 | 2025-01-15T01:40:36.503Z | ++ export CARGO_TERM_COLOR=always |
84 | 2025-01-15T01:40:36.503Z | ++ CARGO_TERM_COLOR=always |
85 | 2025-01-15T01:40:36.503Z | + cargo --version |
86 | 2025-01-15T01:40:36.566Z | cargo 1.84.0 (66221abde 2024-11-19) |
87 | 2025-01-15T01:40:36.568Z | + rustc --version |
88 | 2025-01-15T01:40:36.631Z | rustc 1.84.0 (9fc6b4312 2025-01-07) |
89 | 2025-01-15T01:40:36.634Z | + cd /tmp |
90 | 2025-01-15T01:40:36.634Z | + cargo new --lib test-project |
91 | 2025-01-15T01:40:36.694Z | Creating library `test-project` package |
92 | 2025-01-15T01:40:36.773Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2025-01-15T01:40:36.777Z | + cd test-project |
94 | 2025-01-15T01:40:36.777Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2025-01-15T01:40:36.837Z | Adding omicron-common (local) to dependencies |
96 | 2025-01-15T01:40:36.840Z | Features: |
97 | 2025-01-15T01:40:36.840Z | - proptest |
98 | 2025-01-15T01:40:36.840Z | - test-strategy |
99 | 2025-01-15T01:40:36.840Z | - testing |
100 | 2025-01-15T01:40:36.840Z | Updating crates.io index |
101 | 2025-01-15T01:40:36.875Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
102 | 2025-01-15T01:40:37.299Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
103 | 2025-01-15T01:40:37.806Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
104 | 2025-01-15T01:40:38.267Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
105 | 2025-01-15T01:40:38.632Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
106 | 2025-01-15T01:40:40.034Z | Locking 335 packages to latest compatible versions |
107 | 2025-01-15T01:40:40.235Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
108 | 2025-01-15T01:40:40.238Z | + cargo check |
109 | 2025-01-15T01:40:40.388Z | Updating crates.io index |
110 | 2025-01-15T01:40:41.239Z | Locking 1 package to latest compatible version |
111 | 2025-01-15T01:40:41.239Z | Adding omicron-workspace-hack v0.1.0 |
112 | 2025-01-15T01:40:41.263Z | Downloading crates ... |
113 | 2025-01-15T01:40:41.480Z | Downloaded match_cfg v0.1.0 |
114 | 2025-01-15T01:40:41.490Z | Downloaded thiserror v1.0.69 |
115 | 2025-01-15T01:40:41.504Z | Downloaded time v0.3.36 |
116 | 2025-01-15T01:40:41.511Z | Downloaded tinyvec_macros v0.1.1 |
117 | 2025-01-15T01:40:41.514Z | Downloaded take_mut v0.2.2 |
118 | 2025-01-15T01:40:41.515Z | Downloaded synstructure v0.13.1 |
119 | 2025-01-15T01:40:41.515Z | Downloaded thiserror-impl v1.0.69 |
120 | 2025-01-15T01:40:41.518Z | Downloaded term v0.7.0 |
121 | 2025-01-15T01:40:41.521Z | Downloaded thread_local v1.1.8 |
122 | 2025-01-15T01:40:41.555Z | Downloaded time-core v0.1.2 |
123 | 2025-01-15T01:40:41.559Z | Downloaded tokio v1.40.0 |
124 | 2025-01-15T01:40:41.594Z | Downloaded tokio-native-tls v0.3.1 |
125 | 2025-01-15T01:40:41.596Z | Downloaded tinyvec v1.8.0 |
126 | 2025-01-15T01:40:41.599Z | Downloaded thread-id v4.2.2 |
127 | 2025-01-15T01:40:41.599Z | Downloaded tokio-macros v2.4.0 |
128 | 2025-01-15T01:40:41.602Z | Downloaded time-macros v0.2.18 |
129 | 2025-01-15T01:40:41.602Z | Downloaded tinystr v0.7.6 |
130 | 2025-01-15T01:40:41.679Z | Downloaded version_check v0.9.5 |
131 | 2025-01-15T01:40:41.682Z | Downloaded waitgroup v0.1.2 |
132 | 2025-01-15T01:40:41.687Z | Downloaded usdt-attr-macro v0.5.0 |
133 | 2025-01-15T01:40:41.695Z | Downloaded equivalent v1.0.1 |
134 | 2025-01-15T01:40:41.698Z | Downloaded dirs-next v2.0.0 |
135 | 2025-01-15T01:40:41.701Z | Downloaded url v2.5.3 |
136 | 2025-01-15T01:40:41.703Z | Downloaded dtrace-parser v0.2.0 |
137 | 2025-01-15T01:40:41.706Z | Downloaded foreign-types v0.3.2 |
138 | 2025-01-15T01:40:41.706Z | Downloaded once_cell v1.20.2 |
139 | 2025-01-15T01:40:41.708Z | Downloaded usdt-macro v0.5.0 |
140 | 2025-01-15T01:40:41.711Z | Downloaded instant v0.1.13 |
141 | 2025-01-15T01:40:41.711Z | Downloaded dof v0.3.0 |
142 | 2025-01-15T01:40:41.713Z | Downloaded cpufeatures v0.2.14 |
143 | 2025-01-15T01:40:41.716Z | Downloaded write16 v1.0.0 |
144 | 2025-01-15T01:40:41.716Z | Downloaded http-body-util v0.1.2 |
145 | 2025-01-15T01:40:41.719Z | Downloaded want v0.3.1 |
146 | 2025-01-15T01:40:41.719Z | Downloaded futures-task v0.3.31 |
147 | 2025-01-15T01:40:41.719Z | Downloaded deranged v0.3.11 |
148 | 2025-01-15T01:40:41.722Z | Downloaded native-tls v0.2.12 |
149 | 2025-01-15T01:40:41.724Z | Downloaded writeable v0.5.5 |
150 | 2025-01-15T01:40:41.727Z | Downloaded utf8_iter v1.0.4 |
151 | 2025-01-15T01:40:41.727Z | Downloaded utf16_iter v1.0.5 |
152 | 2025-01-15T01:40:41.727Z | Downloaded foreign-types-shared v0.1.1 |
153 | 2025-01-15T01:40:41.730Z | Downloaded num-conv v0.1.0 |
154 | 2025-01-15T01:40:41.730Z | Downloaded zerofrom v0.1.4 |
155 | 2025-01-15T01:40:41.735Z | Downloaded futures-executor v0.3.31 |
156 | 2025-01-15T01:40:41.735Z | Downloaded form_urlencoded v1.2.1 |
157 | 2025-01-15T01:40:41.735Z | Downloaded num-traits v0.2.19 |
158 | 2025-01-15T01:40:41.739Z | Downloaded mime v0.3.17 |
159 | 2025-01-15T01:40:41.739Z | Downloaded zerovec-derive v0.10.3 |
160 | 2025-01-15T01:40:41.739Z | Downloaded zeroize v1.8.1 |
161 | 2025-01-15T01:40:41.742Z | Downloaded zerofrom-derive v0.1.4 |
162 | 2025-01-15T01:40:41.742Z | Downloaded uuid v1.11.0 |
163 | 2025-01-15T01:40:41.745Z | Downloaded progenitor-client v0.9.1 |
164 | 2025-01-15T01:40:41.748Z | Downloaded openssl-probe v0.1.5 |
165 | 2025-01-15T01:40:41.748Z | Downloaded try-lock v0.2.5 |
166 | 2025-01-15T01:40:41.750Z | Downloaded ident_case v1.0.1 |
167 | 2025-01-15T01:40:41.750Z | Downloaded progenitor v0.8.0 |
168 | 2025-01-15T01:40:41.750Z | Downloaded progenitor-client v0.8.0 |
169 | 2025-01-15T01:40:41.753Z | Downloaded omicron-workspace-hack v0.1.0 |
170 | 2025-01-15T01:40:41.753Z | Downloaded num_threads v0.1.7 |
171 | 2025-01-15T01:40:41.753Z | Downloaded percent-encoding v2.3.1 |
172 | 2025-01-15T01:40:41.756Z | Downloaded hex v0.4.3 |
173 | 2025-01-15T01:40:41.756Z | Downloaded paste v1.0.15 |
174 | 2025-01-15T01:40:41.759Z | Downloaded usdt-impl v0.5.0 |
175 | 2025-01-15T01:40:41.763Z | Downloaded hyper-tls v0.6.0 |
176 | 2025-01-15T01:40:41.765Z | Downloaded futures-io v0.3.31 |
177 | 2025-01-15T01:40:41.766Z | Downloaded yoke-derive v0.7.4 |
178 | 2025-01-15T01:40:41.766Z | Downloaded plain v0.2.3 |
179 | 2025-01-15T01:40:41.769Z | Downloaded crossbeam-utils v0.8.20 |
180 | 2025-01-15T01:40:41.771Z | Downloaded cfg-if v1.0.0 |
181 | 2025-01-15T01:40:41.771Z | Downloaded memmap v0.7.0 |
182 | 2025-01-15T01:40:41.774Z | Downloaded multer v3.1.0 |
183 | 2025-01-15T01:40:41.777Z | Downloaded http-body v1.0.1 |
184 | 2025-01-15T01:40:41.777Z | Downloaded pretty-hex v0.4.1 |
185 | 2025-01-15T01:40:41.779Z | Downloaded typify v0.2.0 |
186 | 2025-01-15T01:40:41.782Z | Downloaded parse-display v0.10.0 |
187 | 2025-01-15T01:40:41.782Z | Downloaded futures-channel v0.3.31 |
188 | 2025-01-15T01:40:41.785Z | Downloaded zerocopy-derive v0.7.35 |
189 | 2025-01-15T01:40:41.789Z | Downloaded openssl-macros v0.1.1 |
190 | 2025-01-15T01:40:41.791Z | Downloaded tower-service v0.3.3 |
191 | 2025-01-15T01:40:41.791Z | Downloaded futures-macro v0.3.31 |
192 | 2025-01-15T01:40:41.794Z | Downloaded darling_macro v0.20.10 |
193 | 2025-01-15T01:40:41.794Z | Downloaded newtype-uuid v1.1.3 |
194 | 2025-01-15T01:40:41.797Z | Downloaded pest_generator v2.7.14 |
195 | 2025-01-15T01:40:41.797Z | Downloaded tokio-rustls v0.26.0 |
196 | 2025-01-15T01:40:41.799Z | Downloaded fnv v1.0.7 |
197 | 2025-01-15T01:40:41.799Z | Downloaded byteorder v1.5.0 |
198 | 2025-01-15T01:40:41.802Z | Downloaded pkg-config v0.3.31 |
199 | 2025-01-15T01:40:41.804Z | Downloaded autocfg v1.4.0 |
200 | 2025-01-15T01:40:41.804Z | Downloaded yoke v0.7.4 |
201 | 2025-01-15T01:40:41.807Z | Downloaded ipnet v2.10.1 |
202 | 2025-01-15T01:40:41.810Z | Downloaded progenitor-macro v0.8.0 |
203 | 2025-01-15T01:40:41.810Z | Downloaded hostname v0.4.0 |
204 | 2025-01-15T01:40:41.812Z | Downloaded unsafe-libyaml v0.2.11 |
205 | 2025-01-15T01:40:41.815Z | Downloaded powerfmt v0.2.0 |
206 | 2025-01-15T01:40:41.818Z | Downloaded pest_derive v2.7.14 |
207 | 2025-01-15T01:40:41.820Z | Downloaded icu_provider v1.5.0 |
208 | 2025-01-15T01:40:41.823Z | Downloaded ppv-lite86 v0.2.20 |
209 | 2025-01-15T01:40:41.825Z | Downloaded parking_lot_core v0.9.10 |
210 | 2025-01-15T01:40:41.828Z | Downloaded pin-utils v0.1.0 |
211 | 2025-01-15T01:40:41.828Z | Downloaded dyn-clone v1.0.17 |
212 | 2025-01-15T01:40:41.830Z | Downloaded progenitor-impl v0.8.0 |
213 | 2025-01-15T01:40:41.833Z | Downloaded proc-macro2 v1.0.92 |
214 | 2025-01-15T01:40:41.836Z | Downloaded hyper-rustls v0.27.3 |
215 | 2025-01-15T01:40:41.839Z | Downloaded pin-project-lite v0.2.14 |
216 | 2025-01-15T01:40:41.843Z | Downloaded is-terminal v0.4.13 |
217 | 2025-01-15T01:40:41.846Z | Downloaded macaddr v1.0.1 |
218 | 2025-01-15T01:40:41.849Z | Downloaded itoa v1.0.11 |
219 | 2025-01-15T01:40:41.849Z | Downloaded httpdate v1.0.3 |
220 | 2025-01-15T01:40:41.851Z | Downloaded atomic-waker v1.1.2 |
221 | 2025-01-15T01:40:41.851Z | Downloaded bitflags v2.6.0 |
222 | 2025-01-15T01:40:41.855Z | Downloaded parking_lot v0.12.3 |
223 | 2025-01-15T01:40:41.858Z | Downloaded tracing v0.1.40 |
224 | 2025-01-15T01:40:41.863Z | Downloaded camino v1.1.9 |
225 | 2025-01-15T01:40:41.866Z | Downloaded toml v0.8.19 |
226 | 2025-01-15T01:40:41.869Z | Downloaded openssl-sys v0.9.103 |
227 | 2025-01-15T01:40:41.875Z | Downloaded mio v1.0.2 |
228 | 2025-01-15T01:40:41.882Z | Downloaded zerovec v0.10.4 |
229 | 2025-01-15T01:40:41.888Z | Downloaded icu_normalizer_data v1.5.0 |
230 | 2025-01-15T01:40:41.891Z | Downloaded scroll_derive v0.12.0 |
231 | 2025-01-15T01:40:41.893Z | Downloaded tokio-util v0.7.12 |
232 | 2025-01-15T01:40:41.898Z | Downloaded rustc-hash v2.0.0 |
233 | 2025-01-15T01:40:41.901Z | Downloaded litemap v0.7.3 |
234 | 2025-01-15T01:40:41.904Z | Downloaded backoff v0.4.0 |
235 | 2025-01-15T01:40:41.906Z | Downloaded hyper-util v0.1.10 |
236 | 2025-01-15T01:40:41.909Z | Downloaded httparse v1.9.5 |
237 | 2025-01-15T01:40:41.912Z | Downloaded semver v1.0.24 |
238 | 2025-01-15T01:40:41.915Z | Downloaded slog-term v2.9.1 |
239 | 2025-01-15T01:40:41.918Z | Downloaded futures v0.3.31 |
240 | 2025-01-15T01:40:41.923Z | Downloaded slog-bunyan v2.5.0 |
241 | 2025-01-15T01:40:41.926Z | Downloaded log v0.4.22 |
242 | 2025-01-15T01:40:41.928Z | Downloaded sha1 v0.10.6 |
243 | 2025-01-15T01:40:41.931Z | Downloaded zerocopy v0.7.35 |
244 | 2025-01-15T01:40:41.947Z | Downloaded schemars_derive v0.8.21 |
245 | 2025-01-15T01:40:41.949Z | Downloaded vcpkg v0.2.15 |
246 | 2025-01-15T01:40:41.987Z | Downloaded smallvec v1.13.2 |
247 | 2025-01-15T01:40:41.990Z | Downloaded webpki-roots v0.26.6 |
248 | 2025-01-15T01:40:41.992Z | Downloaded cc v1.1.30 |
249 | 2025-01-15T01:40:41.996Z | Downloaded slog-json v2.6.1 |
250 | 2025-01-15T01:40:41.998Z | Downloaded socket2 v0.5.7 |
251 | 2025-01-15T01:40:42.001Z | Downloaded strum_macros v0.26.4 |
252 | 2025-01-15T01:40:42.004Z | Downloaded subtle v2.6.1 |
253 | 2025-01-15T01:40:42.004Z | Downloaded structmeta-derive v0.3.0 |
254 | 2025-01-15T01:40:42.006Z | Downloaded scroll v0.12.0 |
255 | 2025-01-15T01:40:42.006Z | Downloaded base64 v0.22.1 |
256 | 2025-01-15T01:40:42.010Z | Downloaded sync_wrapper v1.0.1 |
257 | 2025-01-15T01:40:42.012Z | Downloaded strum v0.26.3 |
258 | 2025-01-15T01:40:42.012Z | Downloaded icu_collections v1.5.0 |
259 | 2025-01-15T01:40:42.018Z | Downloaded rand_core v0.6.4 |
260 | 2025-01-15T01:40:42.020Z | Downloaded aho-corasick v1.1.3 |
261 | 2025-01-15T01:40:42.025Z | Downloaded serde_tokenstream v0.2.2 |
262 | 2025-01-15T01:40:42.028Z | Downloaded serde_spanned v0.6.8 |
263 | 2025-01-15T01:40:42.028Z | Downloaded indexmap v2.7.0 |
264 | 2025-01-15T01:40:42.033Z | Downloaded structmeta v0.3.0 |
265 | 2025-01-15T01:40:42.036Z | Downloaded openssl v0.10.66 |
266 | 2025-01-15T01:40:42.043Z | Downloaded quote v1.0.38 |
267 | 2025-01-15T01:40:42.046Z | Downloaded strsim v0.11.1 |
268 | 2025-01-15T01:40:42.049Z | Downloaded serde_path_to_error v0.1.16 |
269 | 2025-01-15T01:40:42.052Z | Downloaded slog v2.7.0 |
270 | 2025-01-15T01:40:42.054Z | Downloaded darling_core v0.20.10 |
271 | 2025-01-15T01:40:42.057Z | Downloaded ryu v1.0.18 |
272 | 2025-01-15T01:40:42.061Z | Downloaded rustls-pki-types v1.10.0 |
273 | 2025-01-15T01:40:42.064Z | Downloaded serde_derive v1.0.217 |
274 | 2025-01-15T01:40:42.067Z | Downloaded serde_yaml v0.9.34+deprecated |
275 | 2025-01-15T01:40:42.070Z | Downloaded http v1.2.0 |
276 | 2025-01-15T01:40:42.074Z | Downloaded rand v0.8.5 |
277 | 2025-01-15T01:40:42.079Z | Downloaded hashbrown v0.12.3 |
278 | 2025-01-15T01:40:42.083Z | Downloaded serde_derive_internals v0.29.1 |
279 | 2025-01-15T01:40:42.085Z | Downloaded serde_urlencoded v0.7.1 |
280 | 2025-01-15T01:40:42.088Z | Downloaded serde_with_macros v3.11.0 |
281 | 2025-01-15T01:40:42.088Z | Downloaded rustversion v1.0.17 |
282 | 2025-01-15T01:40:42.091Z | Downloaded schemars v0.8.21 |
283 | 2025-01-15T01:40:42.103Z | Downloaded itertools v0.10.5 |
284 | 2025-01-15T01:40:42.109Z | Downloaded rustls-pemfile v2.2.0 |
285 | 2025-01-15T01:40:42.112Z | Downloaded scopeguard v1.2.0 |
286 | 2025-01-15T01:40:42.115Z | Downloaded openapiv3 v2.0.0 |
287 | 2025-01-15T01:40:42.126Z | Downloaded hashbrown v0.15.1 |
288 | 2025-01-15T01:40:42.131Z | Downloaded reqwest v0.12.9 |
289 | 2025-01-15T01:40:42.139Z | Downloaded serde_with v3.11.0 |
290 | 2025-01-15T01:40:42.148Z | Downloaded idna v1.0.3 |
291 | 2025-01-15T01:40:42.152Z | Downloaded goblin v0.8.2 |
292 | 2025-01-15T01:40:42.159Z | Downloaded quinn-proto v0.11.8 |
293 | 2025-01-15T01:40:42.166Z | Downloaded rustls v0.22.4 |
294 | 2025-01-15T01:40:42.179Z | Downloaded syn v1.0.109 |
295 | 2025-01-15T01:40:42.189Z | Downloaded syn v2.0.96 |
296 | 2025-01-15T01:40:42.200Z | Downloaded rustls-webpki v0.102.8 |
297 | 2025-01-15T01:40:42.217Z | Downloaded chrono v0.4.38 |
298 | 2025-01-15T01:40:42.224Z | Downloaded typify-impl v0.2.0 |
299 | 2025-01-15T01:40:42.238Z | Downloaded icu_properties_data v1.5.0 |
300 | 2025-01-15T01:40:42.248Z | Downloaded regex v1.11.1 |
301 | 2025-01-15T01:40:42.259Z | Downloaded dropshot v0.13.0 |
302 | 2025-01-15T01:40:42.280Z | Downloaded rustls v0.23.19 |
303 | 2025-01-15T01:40:42.290Z | Downloaded regress v0.9.1 |
304 | 2025-01-15T01:40:42.298Z | Downloaded futures-util v0.3.31 |
305 | 2025-01-15T01:40:42.309Z | Downloaded regress v0.10.1 |
306 | 2025-01-15T01:40:42.317Z | Downloaded regex-syntax v0.8.5 |
307 | 2025-01-15T01:40:42.325Z | Downloaded hyper v1.5.0 |
308 | 2025-01-15T01:40:42.331Z | Downloaded h2 v0.4.6 |
309 | 2025-01-15T01:40:42.338Z | Downloaded serde_json v1.0.135 |
310 | 2025-01-15T01:40:42.344Z | Downloaded hashbrown v0.14.5 |
311 | 2025-01-15T01:40:42.349Z | Downloaded quinn-udp v0.5.5 |
312 | 2025-01-15T01:40:42.352Z | Downloaded signal-hook-registry v1.4.2 |
313 | 2025-01-15T01:40:42.355Z | Downloaded crossbeam-channel v0.5.13 |
314 | 2025-01-15T01:40:42.357Z | Downloaded spin v0.9.8 |
315 | 2025-01-15T01:40:42.360Z | Downloaded serde v1.0.217 |
316 | 2025-01-15T01:40:42.362Z | Downloaded icu_normalizer v1.5.0 |
317 | 2025-01-15T01:40:42.365Z | Downloaded indexmap v1.9.3 |
318 | 2025-01-15T01:40:42.368Z | Downloaded icu_locid v1.5.0 |
319 | 2025-01-15T01:40:42.372Z | Downloaded slab v0.4.9 |
320 | 2025-01-15T01:40:42.375Z | Downloaded slog-async v2.8.0 |
321 | 2025-01-15T01:40:42.375Z | Downloaded sha2 v0.10.8 |
322 | 2025-01-15T01:40:42.377Z | Downloaded quinn v0.11.5 |
323 | 2025-01-15T01:40:42.380Z | Downloaded icu_locid_transform_data v1.5.0 |
324 | 2025-01-15T01:40:42.383Z | Downloaded shlex v1.3.0 |
325 | 2025-01-15T01:40:42.383Z | Downloaded pest v2.7.14 |
326 | 2025-01-15T01:40:42.388Z | Downloaded regex-automata v0.4.8 |
327 | 2025-01-15T01:40:42.404Z | Downloaded rand_chacha v0.3.1 |
328 | 2025-01-15T01:40:42.407Z | Downloaded lock_api v0.4.12 |
329 | 2025-01-15T01:40:42.407Z | Downloaded libc v0.2.162 |
330 | 2025-01-15T01:40:42.433Z | Downloaded ipnetwork v0.20.0 |
331 | 2025-01-15T01:40:42.436Z | Downloaded icu_properties v1.5.1 |
332 | 2025-01-15T01:40:42.438Z | Downloaded bytes v1.9.0 |
333 | 2025-01-15T01:40:42.441Z | Downloaded stable_deref_trait v1.2.0 |
334 | 2025-01-15T01:40:42.444Z | Downloaded winnow v0.6.20 |
335 | 2025-01-15T01:40:42.449Z | Downloaded toml_edit v0.22.22 |
336 | 2025-01-15T01:40:42.470Z | Downloaded icu_locid_transform v1.5.0 |
337 | 2025-01-15T01:40:42.472Z | Downloaded iana-time-zone v0.1.61 |
338 | 2025-01-15T01:40:42.475Z | Downloaded getrandom v0.2.15 |
339 | 2025-01-15T01:40:42.477Z | Downloaded tracing-core v0.1.32 |
340 | 2025-01-15T01:40:42.480Z | Downloaded memchr v2.7.4 |
341 | 2025-01-15T01:40:42.484Z | Downloaded ucd-trie v0.1.7 |
342 | 2025-01-15T01:40:42.487Z | Downloaded block-buffer v0.10.4 |
343 | 2025-01-15T01:40:42.487Z | Downloaded tokio-rustls v0.25.0 |
344 | 2025-01-15T01:40:42.490Z | Downloaded idna_adapter v1.2.0 |
345 | 2025-01-15T01:40:42.490Z | Downloaded hostname v0.3.1 |
346 | 2025-01-15T01:40:42.492Z | Downloaded pest_meta v2.7.14 |
347 | 2025-01-15T01:40:42.495Z | Downloaded typenum v1.17.0 |
348 | 2025-01-15T01:40:42.498Z | Downloaded allocator-api2 v0.2.18 |
349 | 2025-01-15T01:40:42.501Z | Downloaded dropshot_endpoint v0.13.0 |
350 | 2025-01-15T01:40:42.501Z | Downloaded displaydoc v0.2.5 |
351 | 2025-01-15T01:40:42.504Z | Downloaded async-stream v0.3.6 |
352 | 2025-01-15T01:40:42.507Z | Downloaded ahash v0.8.11 |
353 | 2025-01-15T01:40:42.510Z | Downloaded parse-display-derive v0.10.0 |
354 | 2025-01-15T01:40:42.510Z | Downloaded unicode-ident v1.0.14 |
355 | 2025-01-15T01:40:42.512Z | Downloaded typify-macro v0.2.0 |
356 | 2025-01-15T01:40:42.515Z | Downloaded anyhow v1.0.93 |
357 | 2025-01-15T01:40:42.518Z | Downloaded toml_datetime v0.6.8 |
358 | 2025-01-15T01:40:42.518Z | Downloaded async-trait v0.1.83 |
359 | 2025-01-15T01:40:42.520Z | Downloaded icu_provider_macros v1.5.0 |
360 | 2025-01-15T01:40:42.523Z | Downloaded heck v0.5.0 |
361 | 2025-01-15T01:40:42.523Z | Downloaded darling v0.20.10 |
362 | 2025-01-15T01:40:42.526Z | Downloaded generic-array v0.14.7 |
363 | 2025-01-15T01:40:42.529Z | Downloaded futures-sink v0.3.31 |
364 | 2025-01-15T01:40:42.529Z | Downloaded async-stream-impl v0.3.6 |
365 | 2025-01-15T01:40:42.531Z | Downloaded usdt v0.5.0 |
366 | 2025-01-15T01:40:42.531Z | Downloaded either v1.13.0 |
367 | 2025-01-15T01:40:42.531Z | Downloaded dirs-sys-next v0.1.2 |
368 | 2025-01-15T01:40:42.534Z | Downloaded debug-ignore v1.0.5 |
369 | 2025-01-15T01:40:42.534Z | Downloaded crypto-common v0.1.6 |
370 | 2025-01-15T01:40:42.534Z | Downloaded futures-core v0.3.31 |
371 | 2025-01-15T01:40:42.537Z | Downloaded digest v0.10.7 |
372 | 2025-01-15T01:40:42.537Z | Downloaded untrusted v0.9.0 |
373 | 2025-01-15T01:40:42.539Z | Downloaded encoding_rs v0.8.34 |
374 | 2025-01-15T01:40:42.707Z | Downloaded ring v0.17.8 |
375 | 2025-01-15T01:40:42.901Z | Compiling proc-macro2 v1.0.92 |
376 | 2025-01-15T01:40:42.901Z | Compiling unicode-ident v1.0.14 |
377 | 2025-01-15T01:40:42.904Z | Compiling libc v0.2.162 |
378 | 2025-01-15T01:40:42.904Z | Checking cfg-if v1.0.0 |
379 | 2025-01-15T01:40:42.904Z | Compiling autocfg v1.4.0 |
380 | 2025-01-15T01:40:42.904Z | Compiling serde v1.0.217 |
381 | 2025-01-15T01:40:42.904Z | Compiling version_check v0.9.5 |
382 | 2025-01-15T01:40:42.923Z | Checking memchr v2.7.4 |
383 | 2025-01-15T01:40:43.041Z | Compiling serde_json v1.0.135 |
384 | 2025-01-15T01:40:43.105Z | Checking itoa v1.0.11 |
385 | 2025-01-15T01:40:43.457Z | Compiling thiserror v1.0.69 |
386 | 2025-01-15T01:40:43.508Z | Checking once_cell v1.20.2 |
387 | 2025-01-15T01:40:43.537Z | Compiling shlex v1.3.0 |
388 | 2025-01-15T01:40:43.776Z | Compiling cc v1.1.30 |
389 | 2025-01-15T01:40:43.798Z | Checking pin-project-lite v0.2.14 |
390 | 2025-01-15T01:40:43.856Z | Compiling num-traits v0.2.19 |
391 | 2025-01-15T01:40:43.912Z | Checking ryu v1.0.18 |
392 | 2025-01-15T01:40:44.174Z | Checking smallvec v1.13.2 |
393 | 2025-01-15T01:40:44.270Z | Checking getrandom v0.2.15 |
394 | 2025-01-15T01:40:44.375Z | Checking bytes v1.9.0 |
395 | 2025-01-15T01:40:44.511Z | Checking futures-core v0.3.31 |
396 | 2025-01-15T01:40:44.524Z | Compiling lock_api v0.4.12 |
397 | 2025-01-15T01:40:44.597Z | Compiling parking_lot_core v0.9.10 |
398 | 2025-01-15T01:40:44.701Z | Compiling quote v1.0.38 |
399 | 2025-01-15T01:40:44.812Z | Checking scopeguard v1.2.0 |
400 | 2025-01-15T01:40:44.868Z | Compiling schemars v0.8.21 |
401 | 2025-01-15T01:40:45.126Z | Compiling byteorder v1.5.0 |
402 | 2025-01-15T01:40:45.180Z | Compiling syn v2.0.96 |
403 | 2025-01-15T01:40:45.383Z | Compiling slab v0.4.9 |
404 | 2025-01-15T01:40:45.397Z | Compiling ahash v0.8.11 |
405 | 2025-01-15T01:40:45.540Z | Checking log v0.4.22 |
406 | 2025-01-15T01:40:45.595Z | Checking futures-sink v0.3.31 |
407 | 2025-01-15T01:40:45.726Z | Checking mio v1.0.2 |
408 | 2025-01-15T01:40:45.755Z | Checking parking_lot v0.12.3 |
409 | 2025-01-15T01:40:45.787Z | Checking socket2 v0.5.7 |
410 | 2025-01-15T01:40:45.823Z | Checking signal-hook-registry v1.4.2 |
411 | 2025-01-15T01:40:45.859Z | Checking stable_deref_trait v1.2.0 |
412 | 2025-01-15T01:40:46.032Z | Checking hashbrown v0.15.1 |
413 | 2025-01-15T01:40:46.083Z | Checking equivalent v1.0.1 |
414 | 2025-01-15T01:40:46.097Z | Checking fnv v1.0.7 |
415 | 2025-01-15T01:40:46.196Z | Checking futures-channel v0.3.31 |
416 | 2025-01-15T01:40:46.209Z | Checking pin-utils v0.1.0 |
417 | 2025-01-15T01:40:46.222Z | Checking http v1.2.0 |
418 | 2025-01-15T01:40:46.252Z | Compiling semver v1.0.24 |
419 | 2025-01-15T01:40:46.286Z | Checking futures-task v0.3.31 |
420 | 2025-01-15T01:40:46.300Z | Checking futures-io v0.3.31 |
421 | 2025-01-15T01:40:46.493Z | Compiling pkg-config v0.3.31 |
422 | 2025-01-15T01:40:46.534Z | Checking spin v0.9.8 |
423 | 2025-01-15T01:40:46.560Z | Compiling vcpkg v0.2.15 |
424 | 2025-01-15T01:40:46.621Z | Compiling ring v0.17.8 |
425 | 2025-01-15T01:40:46.755Z | Checking rustls-pki-types v1.10.0 |
426 | 2025-01-15T01:40:46.977Z | Checking iana-time-zone v0.1.61 |
427 | 2025-01-15T01:40:47.138Z | Checking litemap v0.7.3 |
428 | 2025-01-15T01:40:47.302Z | Checking untrusted v0.9.0 |
429 | 2025-01-15T01:40:47.471Z | Checking writeable v0.5.5 |
430 | 2025-01-15T01:40:47.484Z | Compiling httparse v1.9.5 |
431 | 2025-01-15T01:40:47.536Z | Compiling heck v0.5.0 |
432 | 2025-01-15T01:40:47.592Z | Checking tracing-core v0.1.32 |
433 | 2025-01-15T01:40:47.857Z | Compiling ucd-trie v0.1.7 |
434 | 2025-01-15T01:40:47.937Z | Checking dyn-clone v1.0.17 |
435 | 2025-01-15T01:40:48.039Z | Compiling openssl-sys v0.9.103 |
436 | 2025-01-15T01:40:48.079Z | Checking atomic-waker v1.1.2 |
437 | 2025-01-15T01:40:48.137Z | Checking http-body v1.0.1 |
438 | 2025-01-15T01:40:48.185Z | Checking tracing v0.1.40 |
439 | 2025-01-15T01:40:48.290Z | Checking try-lock v0.2.5 |
440 | 2025-01-15T01:40:48.424Z | Checking icu_locid_transform_data v1.5.0 |
441 | 2025-01-15T01:40:48.481Z | Checking subtle v2.6.1 |
442 | 2025-01-15T01:40:48.494Z | Compiling allocator-api2 v0.2.18 |
443 | 2025-01-15T01:40:48.518Z | Checking zeroize v1.8.1 |
444 | 2025-01-15T01:40:48.705Z | Checking want v0.3.1 |
445 | 2025-01-15T01:40:48.744Z | Compiling openssl v0.10.66 |
446 | 2025-01-15T01:40:48.881Z | Checking foreign-types-shared v0.1.1 |
447 | 2025-01-15T01:40:48.986Z | Compiling uuid v1.11.0 |
448 | 2025-01-15T01:40:49.090Z | Checking icu_properties_data v1.5.0 |
449 | 2025-01-15T01:40:49.292Z | Checking httpdate v1.0.3 |
450 | 2025-01-15T01:40:49.366Z | Checking foreign-types v0.3.2 |
451 | 2025-01-15T01:40:49.523Z | Checking icu_normalizer_data v1.5.0 |
452 | 2025-01-15T01:40:49.540Z | Checking percent-encoding v2.3.1 |
453 | 2025-01-15T01:40:49.618Z | Compiling chrono v0.4.38 |
454 | 2025-01-15T01:40:49.644Z | Compiling native-tls v0.2.12 |
455 | 2025-01-15T01:40:49.704Z | Checking utf8_iter v1.0.4 |
456 | 2025-01-15T01:40:49.747Z | Compiling slog v2.7.0 |
457 | 2025-01-15T01:40:49.773Z | Checking utf16_iter v1.0.5 |
458 | 2025-01-15T01:40:49.913Z | Checking tower-service v0.3.3 |
459 | 2025-01-15T01:40:49.960Z | Compiling rustls v0.23.19 |
460 | 2025-01-15T01:40:50.035Z | Checking bitflags v2.6.0 |
461 | 2025-01-15T01:40:50.039Z | Checking write16 v1.0.0 |
462 | 2025-01-15T01:40:50.203Z | Checking form_urlencoded v1.2.1 |
463 | 2025-01-15T01:40:50.278Z | Compiling aho-corasick v1.1.3 |
464 | 2025-01-15T01:40:50.292Z | Checking openssl-probe v0.1.5 |
465 | 2025-01-15T01:40:50.438Z | Compiling regex-syntax v0.8.5 |
466 | 2025-01-15T01:40:50.472Z | Compiling typenum v1.17.0 |
467 | 2025-01-15T01:40:51.406Z | Compiling generic-array v0.14.7 |
468 | 2025-01-15T01:40:51.418Z | Checking encoding_rs v0.8.34 |
469 | 2025-01-15T01:40:51.875Z | Checking mime v0.3.17 |
470 | 2025-01-15T01:40:52.539Z | Compiling synstructure v0.13.1 |
471 | 2025-01-15T01:40:52.601Z | Compiling serde_derive_internals v0.29.1 |
472 | 2025-01-15T01:40:53.300Z | Checking rustls-webpki v0.102.8 |
473 | 2025-01-15T01:40:53.758Z | Checking rustls-pemfile v2.2.0 |
474 | 2025-01-15T01:40:53.771Z | Checking webpki-roots v0.26.6 |
475 | 2025-01-15T01:40:53.969Z | Compiling regex-automata v0.4.8 |
476 | 2025-01-15T01:40:54.597Z | Compiling usdt-impl v0.5.0 |
477 | 2025-01-15T01:40:54.928Z | Compiling time-core v0.1.2 |
478 | 2025-01-15T01:40:54.975Z | Checking base64 v0.22.1 |
479 | 2025-01-15T01:40:55.110Z | Compiling num-conv v0.1.0 |
480 | 2025-01-15T01:40:55.126Z | Checking powerfmt v0.2.0 |
481 | 2025-01-15T01:40:55.407Z | Checking deranged v0.3.11 |
482 | 2025-01-15T01:40:55.445Z | Compiling time-macros v0.2.18 |
483 | 2025-01-15T01:40:55.768Z | Compiling thread-id v4.2.2 |
484 | 2025-01-15T01:40:55.925Z | Checking sync_wrapper v1.0.1 |
485 | 2025-01-15T01:40:56.684Z | Compiling crossbeam-utils v0.8.20 |
486 | 2025-01-15T01:40:56.901Z | Checking num_threads v0.1.7 |
487 | 2025-01-15T01:40:56.919Z | Compiling serde_derive v1.0.217 |
488 | 2025-01-15T01:40:57.017Z | Compiling zerocopy-derive v0.7.35 |
489 | 2025-01-15T01:40:57.211Z | Compiling thiserror-impl v1.0.69 |
490 | 2025-01-15T01:40:57.311Z | Compiling zerofrom-derive v0.1.4 |
491 | 2025-01-15T01:40:58.311Z | Compiling schemars_derive v0.8.21 |
492 | 2025-01-15T01:40:58.631Z | Compiling tokio-macros v2.4.0 |
493 | 2025-01-15T01:40:58.684Z | Compiling yoke-derive v0.7.4 |
494 | 2025-01-15T01:40:58.929Z | Compiling zerocopy v0.7.35 |
495 | 2025-01-15T01:41:00.104Z | Checking tokio v1.40.0 |
496 | 2025-01-15T01:41:00.269Z | Compiling zerovec-derive v0.10.3 |
497 | 2025-01-15T01:41:00.468Z | Checking zerofrom v0.1.4 |
498 | 2025-01-15T01:41:00.687Z | Compiling displaydoc v0.2.5 |
499 | 2025-01-15T01:41:00.854Z | Compiling futures-macro v0.3.31 |
500 | 2025-01-15T01:41:01.084Z | Compiling icu_provider_macros v1.5.0 |
501 | 2025-01-15T01:41:01.194Z | Checking yoke v0.7.4 |
502 | 2025-01-15T01:41:01.514Z | Compiling pest v2.7.14 |
503 | 2025-01-15T01:41:01.896Z | Compiling hashbrown v0.14.5 |
504 | 2025-01-15T01:41:02.161Z | Compiling openssl-macros v0.1.1 |
505 | 2025-01-15T01:41:02.600Z | Checking zerovec v0.10.4 |
506 | 2025-01-15T01:41:02.654Z | Checking futures-util v0.3.31 |
507 | 2025-01-15T01:41:02.938Z | Compiling regress v0.10.1 |
508 | 2025-01-15T01:41:03.555Z | Compiling regex v1.11.1 |
509 | 2025-01-15T01:41:04.435Z | Checking tinystr v0.7.6 |
510 | 2025-01-15T01:41:04.485Z | Checking icu_collections v1.5.0 |
511 | 2025-01-15T01:41:04.744Z | Checking icu_locid v1.5.0 |
512 | 2025-01-15T01:41:05.171Z | Compiling pest_meta v2.7.14 |
513 | 2025-01-15T01:41:05.746Z | Checking icu_provider v1.5.0 |
514 | 2025-01-15T01:41:06.354Z | Checking icu_locid_transform v1.5.0 |
515 | 2025-01-15T01:41:06.663Z | Checking tokio-util v0.7.12 |
516 | 2025-01-15T01:41:07.166Z | Compiling pest_generator v2.7.14 |
517 | 2025-01-15T01:41:07.382Z | Checking icu_properties v1.5.1 |
518 | 2025-01-15T01:41:07.490Z | Checking http-body-util v0.1.2 |
519 | 2025-01-15T01:41:07.576Z | Checking tokio-rustls v0.26.0 |
520 | 2025-01-15T01:41:07.927Z | Compiling scroll_derive v0.12.0 |
521 | 2025-01-15T01:41:08.248Z | Checking tokio-native-tls v0.3.1 |
522 | 2025-01-15T01:41:08.757Z | Checking indexmap v2.7.0 |
523 | 2025-01-15T01:41:09.453Z | Compiling serde_tokenstream v0.2.2 |
524 | 2025-01-15T01:41:09.993Z | Checking h2 v0.4.6 |
525 | 2025-01-15T01:41:10.014Z | Compiling pest_derive v2.7.14 |
526 | 2025-01-15T01:41:10.639Z | Checking icu_normalizer v1.5.0 |
527 | 2025-01-15T01:41:11.418Z | Checking idna_adapter v1.2.0 |
528 | 2025-01-15T01:41:11.504Z | Checking serde_urlencoded v0.7.1 |
529 | 2025-01-15T01:41:11.595Z | Checking idna v1.0.3 |
530 | 2025-01-15T01:41:11.652Z | Compiling dof v0.3.0 |
531 | 2025-01-15T01:41:11.806Z | Compiling dtrace-parser v0.2.0 |
532 | 2025-01-15T01:41:11.830Z | Checking scroll v0.12.0 |
533 | 2025-01-15T01:41:11.887Z | Compiling syn v1.0.109 |
534 | 2025-01-15T01:41:12.065Z | Checking url v2.5.3 |
535 | 2025-01-15T01:41:12.292Z | Checking plain v0.2.3 |
536 | 2025-01-15T01:41:12.453Z | Compiling ident_case v1.0.1 |
537 | 2025-01-15T01:41:12.483Z | Checking ipnet v2.10.1 |
538 | 2025-01-15T01:41:12.659Z | Compiling strsim v0.11.1 |
539 | 2025-01-15T01:41:13.007Z | Compiling typify-impl v0.2.0 |
540 | 2025-01-15T01:41:13.089Z | Checking time v0.3.36 |
541 | 2025-01-15T01:41:13.286Z | Compiling darling_core v0.20.10 |
542 | 2025-01-15T01:41:13.424Z | Checking goblin v0.8.2 |
543 | 2025-01-15T01:41:14.250Z | Checking hyper v1.5.0 |
544 | 2025-01-15T01:41:15.360Z | Compiling openapiv3 v2.0.0 |
545 | 2025-01-15T01:41:15.536Z | Checking dirs-sys-next v0.1.2 |
546 | 2025-01-15T01:41:16.127Z | Checking pretty-hex v0.4.1 |
547 | 2025-01-15T01:41:16.191Z | Checking hyper-util v0.1.10 |
548 | 2025-01-15T01:41:16.317Z | Compiling newtype-uuid v1.1.3 |
549 | 2025-01-15T01:41:16.658Z | Compiling unsafe-libyaml v0.2.11 |
550 | 2025-01-15T01:41:17.519Z | Compiling rustls v0.22.4 |
551 | 2025-01-15T01:41:17.803Z | Checking hyper-tls v0.6.0 |
552 | 2025-01-15T01:41:17.841Z | Checking hyper-rustls v0.27.3 |
553 | 2025-01-15T01:41:18.079Z | Compiling paste v1.0.15 |
554 | 2025-01-15T01:41:18.168Z | Checking reqwest v0.12.9 |
555 | 2025-01-15T01:41:18.275Z | Compiling omicron-workspace-hack v0.1.0 |
556 | 2025-01-15T01:41:18.451Z | Compiling rustversion v1.0.17 |
557 | 2025-01-15T01:41:18.636Z | Compiling serde_yaml v0.9.34+deprecated |
558 | 2025-01-15T01:41:18.768Z | Compiling darling_macro v0.20.10 |
559 | 2025-01-15T01:41:18.921Z | Checking dirs-next v2.0.0 |
560 | 2025-01-15T01:41:19.141Z | Checking ipnetwork v0.20.0 |
561 | 2025-01-15T01:41:19.507Z | Checking serde_spanned v0.6.8 |
562 | 2025-01-15T01:41:19.576Z | Checking toml_datetime v0.6.8 |
563 | 2025-01-15T01:41:19.604Z | Checking ppv-lite86 v0.2.20 |
564 | 2025-01-15T01:41:19.702Z | Compiling structmeta-derive v0.3.0 |
565 | 2025-01-15T01:41:19.722Z | Checking crypto-common v0.1.6 |
566 | 2025-01-15T01:41:19.755Z | Checking block-buffer v0.10.4 |
567 | 2025-01-15T01:41:19.857Z | Checking rand_core v0.6.4 |
568 | 2025-01-15T01:41:19.953Z | Checking thread_local v1.1.8 |
569 | 2025-01-15T01:41:20.004Z | Compiling multer v3.1.0 |
570 | 2025-01-15T01:41:20.158Z | Checking match_cfg v0.1.0 |
571 | 2025-01-15T01:41:20.242Z | Compiling camino v1.1.9 |
572 | 2025-01-15T01:41:20.256Z | Checking either v1.13.0 |
573 | 2025-01-15T01:41:20.306Z | Checking winnow v0.6.20 |
574 | 2025-01-15T01:41:20.355Z | Compiling slog-async v2.8.0 |
575 | 2025-01-15T01:41:20.625Z | Compiling anyhow v1.0.93 |
576 | 2025-01-15T01:41:20.880Z | Checking itertools v0.10.5 |
577 | 2025-01-15T01:41:20.953Z | Checking rand_chacha v0.3.1 |
578 | 2025-01-15T01:41:21.308Z | Checking hostname v0.3.1 |
579 | 2025-01-15T01:41:21.604Z | Checking digest v0.10.7 |
580 | 2025-01-15T01:41:21.827Z | Checking crossbeam-channel v0.5.13 |
581 | 2025-01-15T01:41:21.903Z | Compiling darling v0.20.10 |
582 | 2025-01-15T01:41:22.005Z | Checking progenitor-client v0.8.0 |
583 | 2025-01-15T01:41:22.019Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
584 | 2025-01-15T01:41:22.220Z | Compiling structmeta v0.3.0 |
585 | 2025-01-15T01:41:22.361Z | Checking term v0.7.0 |
586 | 2025-01-15T01:41:22.793Z | Compiling usdt-macro v0.5.0 |
587 | 2025-01-15T01:41:22.920Z | Compiling usdt-attr-macro v0.5.0 |
588 | 2025-01-15T01:41:23.056Z | Checking toml_edit v0.22.22 |
589 | 2025-01-15T01:41:23.495Z | Checking slog-json v2.6.1 |
590 | 2025-01-15T01:41:23.735Z | Checking futures-executor v0.3.31 |
591 | 2025-01-15T01:41:23.768Z | Compiling async-stream-impl v0.3.6 |
592 | 2025-01-15T01:41:23.973Z | Checking is-terminal v0.4.13 |
593 | 2025-01-15T01:41:24.047Z | Checking memmap v0.7.0 |
594 | 2025-01-15T01:41:24.094Z | Compiling dropshot v0.13.0 |
595 | 2025-01-15T01:41:24.108Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
596 | 2025-01-15T01:41:24.264Z | Checking cpufeatures v0.2.14 |
597 | 2025-01-15T01:41:24.316Z | Checking take_mut v0.2.2 |
598 | 2025-01-15T01:41:24.376Z | Checking sha1 v0.10.6 |
599 | 2025-01-15T01:41:24.527Z | Checking usdt v0.5.0 |
600 | 2025-01-15T01:41:24.647Z | Checking slog-term v2.9.1 |
601 | 2025-01-15T01:41:24.776Z | Checking futures v0.3.31 |
602 | 2025-01-15T01:41:24.787Z | Checking slog-bunyan v2.5.0 |
603 | 2025-01-15T01:41:24.869Z | Compiling strum_macros v0.26.4 |
604 | 2025-01-15T01:41:24.902Z | Compiling typify-macro v0.2.0 |
605 | 2025-01-15T01:41:24.952Z | Compiling parse-display-derive v0.10.0 |
606 | 2025-01-15T01:41:25.065Z | Checking async-stream v0.3.6 |
607 | 2025-01-15T01:41:25.139Z | Compiling serde_with_macros v3.11.0 |
608 | 2025-01-15T01:41:25.206Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
609 | 2025-01-15T01:41:25.637Z | Checking rand v0.8.5 |
610 | 2025-01-15T01:41:25.640Z | Checking toml v0.8.19 |
611 | 2025-01-15T01:41:26.018Z | Checking tokio-rustls v0.25.0 |
612 | 2025-01-15T01:41:26.367Z | Compiling dropshot_endpoint v0.13.0 |
613 | 2025-01-15T01:41:26.450Z | Checking serde_path_to_error v0.1.16 |
614 | 2025-01-15T01:41:26.701Z | Checking hex v0.4.3 |
615 | 2025-01-15T01:41:26.811Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
616 | 2025-01-15T01:41:27.060Z | Compiling async-trait v0.1.83 |
617 | 2025-01-15T01:41:27.188Z | Checking waitgroup v0.1.2 |
618 | 2025-01-15T01:41:27.322Z | Checking hostname v0.4.0 |
619 | 2025-01-15T01:41:27.465Z | Checking instant v0.1.13 |
620 | 2025-01-15T01:41:27.587Z | Checking debug-ignore v1.0.5 |
621 | 2025-01-15T01:41:27.601Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
622 | 2025-01-15T01:41:27.601Z | Checking serde_with v3.11.0 |
623 | 2025-01-15T01:41:27.726Z | Checking backoff v0.4.0 |
624 | 2025-01-15T01:41:27.742Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
625 | 2025-01-15T01:41:27.889Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
626 | 2025-01-15T01:41:27.985Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
627 | 2025-01-15T01:41:28.232Z | Compiling typify v0.2.0 |
628 | 2025-01-15T01:41:28.359Z | Compiling progenitor-impl v0.8.0 |
629 | 2025-01-15T01:41:28.508Z | Checking parse-display v0.10.0 |
630 | 2025-01-15T01:41:28.753Z | Checking progenitor-client v0.9.1 |
631 | 2025-01-15T01:41:28.875Z | Checking macaddr v1.0.1 |
632 | 2025-01-15T01:41:29.084Z | Checking strum v0.26.3 |
633 | 2025-01-15T01:41:29.096Z | Checking regress v0.9.1 |
634 | 2025-01-15T01:41:31.232Z | Compiling progenitor-macro v0.8.0 |
635 | 2025-01-15T01:41:34.647Z | Checking progenitor v0.8.0 |
636 | 2025-01-15T01:41:34.754Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
637 | 2025-01-15T01:41:37.381Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
638 | 2025-01-15T01:41:44.360Z | Checking test-project v0.1.0 (/tmp/test-project) |
639 | 2025-01-15T01:41:44.421Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s |
640 | 2025-01-15T01:41:44.559Z | + cargo build --release |
641 | 2025-01-15T01:41:44.817Z | Compiling proc-macro2 v1.0.92 |
642 | 2025-01-15T01:41:44.817Z | Compiling unicode-ident v1.0.14 |
643 | 2025-01-15T01:41:44.820Z | Compiling libc v0.2.162 |
644 | 2025-01-15T01:41:44.820Z | Compiling cfg-if v1.0.0 |
645 | 2025-01-15T01:41:44.820Z | Compiling autocfg v1.4.0 |
646 | 2025-01-15T01:41:44.820Z | Compiling serde v1.0.217 |
647 | 2025-01-15T01:41:44.820Z | Compiling version_check v0.9.5 |
648 | 2025-01-15T01:41:44.820Z | Compiling memchr v2.7.4 |
649 | 2025-01-15T01:41:44.951Z | Compiling serde_json v1.0.135 |
650 | 2025-01-15T01:41:45.022Z | Compiling itoa v1.0.11 |
651 | 2025-01-15T01:41:45.293Z | Compiling thiserror v1.0.69 |
652 | 2025-01-15T01:41:45.399Z | Compiling once_cell v1.20.2 |
653 | 2025-01-15T01:41:45.431Z | Compiling shlex v1.3.0 |
654 | 2025-01-15T01:41:45.747Z | Compiling cc v1.1.30 |
655 | 2025-01-15T01:41:45.790Z | Compiling num-traits v0.2.19 |
656 | 2025-01-15T01:41:45.832Z | Compiling pin-project-lite v0.2.14 |
657 | 2025-01-15T01:41:46.115Z | Compiling getrandom v0.2.15 |
658 | 2025-01-15T01:41:46.142Z | Compiling smallvec v1.13.2 |
659 | 2025-01-15T01:41:46.162Z | Compiling ryu v1.0.18 |
660 | 2025-01-15T01:41:46.465Z | Compiling bytes v1.9.0 |
661 | 2025-01-15T01:41:46.472Z | Compiling futures-core v0.3.31 |
662 | 2025-01-15T01:41:46.591Z | Compiling quote v1.0.38 |
663 | 2025-01-15T01:41:46.626Z | Compiling lock_api v0.4.12 |
664 | 2025-01-15T01:41:46.706Z | Compiling schemars v0.8.21 |
665 | 2025-01-15T01:41:46.958Z | Compiling syn v2.0.96 |
666 | 2025-01-15T01:41:46.974Z | Compiling parking_lot_core v0.9.10 |
667 | 2025-01-15T01:41:47.077Z | Compiling ahash v0.8.11 |
668 | 2025-01-15T01:41:47.178Z | Compiling byteorder v1.5.0 |
669 | 2025-01-15T01:41:47.410Z | Compiling scopeguard v1.2.0 |
670 | 2025-01-15T01:41:47.444Z | Compiling slab v0.4.9 |
671 | 2025-01-15T01:41:47.491Z | Compiling log v0.4.22 |
672 | 2025-01-15T01:41:47.606Z | Compiling futures-sink v0.3.31 |
673 | 2025-01-15T01:41:47.925Z | Compiling signal-hook-registry v1.4.2 |
674 | 2025-01-15T01:41:47.929Z | Compiling socket2 v0.5.7 |
675 | 2025-01-15T01:41:48.004Z | Compiling parking_lot v0.12.3 |
676 | 2025-01-15T01:41:48.242Z | Compiling mio v1.0.2 |
677 | 2025-01-15T01:41:48.250Z | Compiling stable_deref_trait v1.2.0 |
678 | 2025-01-15T01:41:48.307Z | Compiling ring v0.17.8 |
679 | 2025-01-15T01:41:48.350Z | Compiling equivalent v1.0.1 |
680 | 2025-01-15T01:41:48.463Z | Compiling semver v1.0.24 |
681 | 2025-01-15T01:41:48.589Z | Compiling hashbrown v0.15.1 |
682 | 2025-01-15T01:41:48.974Z | Compiling fnv v1.0.7 |
683 | 2025-01-15T01:41:49.115Z | Compiling http v1.2.0 |
684 | 2025-01-15T01:41:49.406Z | Compiling futures-channel v0.3.31 |
685 | 2025-01-15T01:41:49.528Z | Compiling futures-task v0.3.31 |
686 | 2025-01-15T01:41:49.808Z | Compiling pin-utils v0.1.0 |
687 | 2025-01-15T01:41:49.835Z | Compiling futures-io v0.3.31 |
688 | 2025-01-15T01:41:49.893Z | Compiling spin v0.9.8 |
689 | 2025-01-15T01:41:49.956Z | Compiling pkg-config v0.3.31 |
690 | 2025-01-15T01:41:50.047Z | Compiling rustls-pki-types v1.10.0 |
691 | 2025-01-15T01:41:50.050Z | Compiling vcpkg v0.2.15 |
692 | 2025-01-15T01:41:50.178Z | Compiling writeable v0.5.5 |
693 | 2025-01-15T01:41:51.026Z | Compiling httparse v1.9.5 |
694 | 2025-01-15T01:41:51.243Z | Compiling iana-time-zone v0.1.61 |
695 | 2025-01-15T01:41:51.509Z | Compiling openssl-sys v0.9.103 |
696 | 2025-01-15T01:41:51.675Z | Compiling litemap v0.7.3 |
697 | 2025-01-15T01:41:51.747Z | Compiling untrusted v0.9.0 |
698 | 2025-01-15T01:41:51.911Z | Compiling heck v0.5.0 |
699 | 2025-01-15T01:41:52.095Z | Compiling tracing-core v0.1.32 |
700 | 2025-01-15T01:41:52.294Z | Compiling dyn-clone v1.0.17 |
701 | 2025-01-15T01:41:52.302Z | Compiling atomic-waker v1.1.2 |
702 | 2025-01-15T01:41:52.490Z | Compiling ucd-trie v0.1.7 |
703 | 2025-01-15T01:41:52.579Z | Compiling http-body v1.0.1 |
704 | 2025-01-15T01:41:52.817Z | Compiling tracing v0.1.40 |
705 | 2025-01-15T01:41:53.262Z | Compiling try-lock v0.2.5 |
706 | 2025-01-15T01:41:53.417Z | Compiling icu_locid_transform_data v1.5.0 |
707 | 2025-01-15T01:41:53.420Z | Compiling zeroize v1.8.1 |
708 | 2025-01-15T01:41:53.499Z | Compiling subtle v2.6.1 |
709 | 2025-01-15T01:41:53.516Z | Compiling allocator-api2 v0.2.18 |
710 | 2025-01-15T01:41:53.750Z | Compiling want v0.3.1 |
711 | 2025-01-15T01:41:53.780Z | Compiling icu_properties_data v1.5.0 |
712 | 2025-01-15T01:41:53.955Z | Compiling synstructure v0.13.1 |
713 | 2025-01-15T01:41:54.006Z | Compiling serde_derive_internals v0.29.1 |
714 | 2025-01-15T01:41:54.036Z | Compiling chrono v0.4.38 |
715 | 2025-01-15T01:41:54.324Z | Compiling httpdate v1.0.3 |
716 | 2025-01-15T01:41:54.471Z | Compiling foreign-types-shared v0.1.1 |
717 | 2025-01-15T01:41:54.584Z | Compiling uuid v1.11.0 |
718 | 2025-01-15T01:41:55.073Z | Compiling openssl v0.10.66 |
719 | 2025-01-15T01:41:55.100Z | Compiling foreign-types v0.3.2 |
720 | 2025-01-15T01:41:55.566Z | Compiling tower-service v0.3.3 |
721 | 2025-01-15T01:41:55.696Z | Compiling icu_normalizer_data v1.5.0 |
722 | 2025-01-15T01:41:55.839Z | Compiling write16 v1.0.0 |
723 | 2025-01-15T01:41:55.925Z | Compiling utf8_iter v1.0.4 |
724 | 2025-01-15T01:41:55.971Z | Compiling rustls v0.23.19 |
725 | 2025-01-15T01:41:56.127Z | Compiling slog v2.7.0 |
726 | 2025-01-15T01:41:56.201Z | Compiling percent-encoding v2.3.1 |
727 | 2025-01-15T01:41:56.325Z | Compiling bitflags v2.6.0 |
728 | 2025-01-15T01:41:56.442Z | Compiling native-tls v0.2.12 |
729 | 2025-01-15T01:41:56.605Z | Compiling utf16_iter v1.0.5 |
730 | 2025-01-15T01:41:56.742Z | Compiling form_urlencoded v1.2.1 |
731 | 2025-01-15T01:41:56.829Z | Compiling aho-corasick v1.1.3 |
732 | 2025-01-15T01:41:57.224Z | Compiling openssl-probe v0.1.5 |
733 | 2025-01-15T01:41:57.237Z | Compiling typenum v1.17.0 |
734 | 2025-01-15T01:41:57.703Z | Compiling regex-syntax v0.8.5 |
735 | 2025-01-15T01:41:58.325Z | Compiling generic-array v0.14.7 |
736 | 2025-01-15T01:41:58.425Z | Compiling serde_derive v1.0.217 |
737 | 2025-01-15T01:41:58.651Z | Compiling zerocopy-derive v0.7.35 |
738 | 2025-01-15T01:41:58.659Z | Compiling thiserror-impl v1.0.69 |
739 | 2025-01-15T01:41:58.722Z | Compiling zerofrom-derive v0.1.4 |
740 | 2025-01-15T01:41:59.243Z | Compiling schemars_derive v0.8.21 |
741 | 2025-01-15T01:42:00.546Z | Compiling zerocopy v0.7.35 |
742 | 2025-01-15T01:42:01.508Z | Compiling yoke-derive v0.7.4 |
743 | 2025-01-15T01:42:01.848Z | Compiling tokio-macros v2.4.0 |
744 | 2025-01-15T01:42:01.959Z | Compiling zerovec-derive v0.10.3 |
745 | 2025-01-15T01:42:02.002Z | Compiling futures-macro v0.3.31 |
746 | 2025-01-15T01:42:02.032Z | Compiling zerofrom v0.1.4 |
747 | 2025-01-15T01:42:02.254Z | Compiling displaydoc v0.2.5 |
748 | 2025-01-15T01:42:03.284Z | Compiling tokio v1.40.0 |
749 | 2025-01-15T01:42:03.729Z | Compiling icu_provider_macros v1.5.0 |
750 | 2025-01-15T01:42:03.766Z | Compiling futures-util v0.3.31 |
751 | 2025-01-15T01:42:03.945Z | Compiling yoke v0.7.4 |
752 | 2025-01-15T01:42:04.334Z | Compiling zerovec v0.10.4 |
753 | 2025-01-15T01:42:04.759Z | Compiling pest v2.7.14 |
754 | 2025-01-15T01:42:04.975Z | Compiling hashbrown v0.14.5 |
755 | 2025-01-15T01:42:07.063Z | Compiling tinystr v0.7.6 |
756 | 2025-01-15T01:42:07.436Z | Compiling icu_locid v1.5.0 |
757 | 2025-01-15T01:42:07.738Z | Compiling rustls-webpki v0.102.8 |
758 | 2025-01-15T01:42:09.770Z | Compiling icu_provider v1.5.0 |
759 | 2025-01-15T01:42:10.622Z | Compiling icu_locid_transform v1.5.0 |
760 | 2025-01-15T01:42:11.895Z | Compiling indexmap v2.7.0 |
761 | 2025-01-15T01:42:12.296Z | Compiling serde_tokenstream v0.2.2 |
762 | 2025-01-15T01:42:14.059Z | Compiling tokio-util v0.7.12 |
763 | 2025-01-15T01:42:14.615Z | Compiling pest_meta v2.7.14 |
764 | 2025-01-15T01:42:14.856Z | Compiling icu_collections v1.5.0 |
765 | 2025-01-15T01:42:16.335Z | Compiling h2 v0.4.6 |
766 | 2025-01-15T01:42:17.251Z | Compiling pest_generator v2.7.14 |
767 | 2025-01-15T01:42:17.567Z | Compiling icu_properties v1.5.1 |
768 | 2025-01-15T01:42:18.908Z | Compiling regress v0.10.1 |
769 | 2025-01-15T01:42:21.213Z | Compiling openssl-macros v0.1.1 |
770 | 2025-01-15T01:42:21.837Z | Compiling hyper v1.5.0 |
771 | 2025-01-15T01:42:23.437Z | Compiling typify-impl v0.2.0 |
772 | 2025-01-15T01:42:23.843Z | Compiling icu_normalizer v1.5.0 |
773 | 2025-01-15T01:42:28.335Z | Compiling hyper-util v0.1.10 |
774 | 2025-01-15T01:42:29.411Z | Compiling pest_derive v2.7.14 |
775 | 2025-01-15T01:42:32.654Z | Compiling idna_adapter v1.2.0 |
776 | 2025-01-15T01:42:32.867Z | Compiling http-body-util v0.1.2 |
777 | 2025-01-15T01:42:32.972Z | Compiling regex-automata v0.4.8 |
778 | 2025-01-15T01:42:33.379Z | Compiling encoding_rs v0.8.34 |
779 | 2025-01-15T01:42:33.386Z | Compiling mime v0.3.17 |
780 | 2025-01-15T01:42:33.812Z | Compiling typify-macro v0.2.0 |
781 | 2025-01-15T01:42:34.493Z | Compiling idna v1.0.3 |
782 | 2025-01-15T01:42:35.386Z | Compiling tokio-native-tls v0.3.1 |
783 | 2025-01-15T01:42:35.668Z | Compiling serde_urlencoded v0.7.1 |
784 | 2025-01-15T01:42:36.518Z | Compiling scroll_derive v0.12.0 |
785 | 2025-01-15T01:42:37.270Z | Compiling tokio-rustls v0.26.0 |
786 | 2025-01-15T01:42:37.621Z | Compiling regex v1.11.1 |
787 | 2025-01-15T01:42:38.439Z | Compiling rustls-pemfile v2.2.0 |
788 | 2025-01-15T01:42:38.519Z | Compiling webpki-roots v0.26.6 |
789 | 2025-01-15T01:42:38.911Z | Compiling usdt-impl v0.5.0 |
790 | 2025-01-15T01:42:39.142Z | Compiling num-conv v0.1.0 |
791 | 2025-01-15T01:42:39.297Z | Compiling powerfmt v0.2.0 |
792 | 2025-01-15T01:42:39.418Z | Compiling time-core v0.1.2 |
793 | 2025-01-15T01:42:39.590Z | Compiling base64 v0.22.1 |
794 | 2025-01-15T01:42:39.966Z | Compiling time-macros v0.2.18 |
795 | 2025-01-15T01:42:40.242Z | Compiling deranged v0.3.11 |
796 | 2025-01-15T01:42:41.926Z | Compiling hyper-rustls v0.27.3 |
797 | 2025-01-15T01:42:42.016Z | Compiling thread-id v4.2.2 |
798 | 2025-01-15T01:42:42.127Z | Compiling scroll v0.12.0 |
799 | 2025-01-15T01:42:42.720Z | Compiling hyper-tls v0.6.0 |
800 | 2025-01-15T01:42:42.799Z | Compiling url v2.5.3 |
801 | 2025-01-15T01:42:44.451Z | Compiling dtrace-parser v0.2.0 |
802 | 2025-01-15T01:42:46.000Z | Compiling dof v0.3.0 |
803 | 2025-01-15T01:42:46.805Z | Compiling sync_wrapper v1.0.1 |
804 | 2025-01-15T01:42:46.959Z | Compiling strsim v0.11.1 |
805 | 2025-01-15T01:42:47.568Z | Compiling plain v0.2.3 |
806 | 2025-01-15T01:42:48.816Z | Compiling num_threads v0.1.7 |
807 | 2025-01-15T01:42:48.884Z | Compiling ipnet v2.10.1 |
808 | 2025-01-15T01:42:48.935Z | Compiling omicron-workspace-hack v0.1.0 |
809 | 2025-01-15T01:42:49.511Z | Compiling ident_case v1.0.1 |
810 | 2025-01-15T01:42:50.952Z | Compiling syn v1.0.109 |
811 | 2025-01-15T01:42:51.506Z | Compiling crossbeam-utils v0.8.20 |
812 | 2025-01-15T01:42:52.096Z | Compiling darling_core v0.20.10 |
813 | 2025-01-15T01:42:52.756Z | Compiling time v0.3.36 |
814 | 2025-01-15T01:42:54.629Z | Compiling reqwest v0.12.9 |
815 | 2025-01-15T01:43:01.016Z | Compiling goblin v0.8.2 |
816 | 2025-01-15T01:43:01.712Z | Compiling typify v0.2.0 |
817 | 2025-01-15T01:43:01.833Z | Compiling openapiv3 v2.0.0 |
818 | 2025-01-15T01:43:03.706Z | Compiling dirs-sys-next v0.1.2 |
819 | 2025-01-15T01:43:05.187Z | Compiling newtype-uuid v1.1.3 |
820 | 2025-01-15T01:43:05.521Z | Compiling unsafe-libyaml v0.2.11 |
821 | 2025-01-15T01:43:05.700Z | Compiling rustversion v1.0.17 |
822 | 2025-01-15T01:43:06.346Z | Compiling pretty-hex v0.4.1 |
823 | 2025-01-15T01:43:06.592Z | Compiling paste v1.0.15 |
824 | 2025-01-15T01:43:07.082Z | Compiling rustls v0.22.4 |
825 | 2025-01-15T01:43:07.416Z | Compiling serde_yaml v0.9.34+deprecated |
826 | 2025-01-15T01:43:09.058Z | Compiling progenitor-impl v0.8.0 |
827 | 2025-01-15T01:43:10.830Z | Compiling dirs-next v2.0.0 |
828 | 2025-01-15T01:43:12.938Z | Compiling darling_macro v0.20.10 |
829 | 2025-01-15T01:43:14.917Z | Compiling crypto-common v0.1.6 |
830 | 2025-01-15T01:43:15.041Z | Compiling block-buffer v0.10.4 |
831 | 2025-01-15T01:43:15.132Z | Compiling ipnetwork v0.20.0 |
832 | 2025-01-15T01:43:15.265Z | Compiling toml_datetime v0.6.8 |
833 | 2025-01-15T01:43:15.323Z | Compiling serde_spanned v0.6.8 |
834 | 2025-01-15T01:43:15.559Z | Compiling ppv-lite86 v0.2.20 |
835 | 2025-01-15T01:43:15.927Z | Compiling structmeta-derive v0.3.0 |
836 | 2025-01-15T01:43:16.362Z | Compiling rand_core v0.6.4 |
837 | 2025-01-15T01:43:16.957Z | Compiling thread_local v1.1.8 |
838 | 2025-01-15T01:43:17.393Z | Compiling multer v3.1.0 |
839 | 2025-01-15T01:43:17.642Z | Compiling anyhow v1.0.93 |
840 | 2025-01-15T01:43:17.746Z | Compiling slog-async v2.8.0 |
841 | 2025-01-15T01:43:18.208Z | Compiling camino v1.1.9 |
842 | 2025-01-15T01:43:18.210Z | Compiling match_cfg v0.1.0 |
843 | 2025-01-15T01:43:18.299Z | Compiling either v1.13.0 |
844 | 2025-01-15T01:43:18.466Z | Compiling winnow v0.6.20 |
845 | 2025-01-15T01:43:18.721Z | Compiling itertools v0.10.5 |
846 | 2025-01-15T01:43:18.848Z | Compiling structmeta v0.3.0 |
847 | 2025-01-15T01:43:18.958Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
848 | 2025-01-15T01:43:19.199Z | Compiling hostname v0.3.1 |
849 | 2025-01-15T01:43:20.054Z | Compiling rand_chacha v0.3.1 |
850 | 2025-01-15T01:43:20.093Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
851 | 2025-01-15T01:43:21.566Z | Compiling digest v0.10.7 |
852 | 2025-01-15T01:43:21.769Z | Compiling progenitor-macro v0.8.0 |
853 | 2025-01-15T01:43:21.966Z | Compiling toml_edit v0.22.22 |
854 | 2025-01-15T01:43:22.612Z | Compiling crossbeam-channel v0.5.13 |
855 | 2025-01-15T01:43:24.178Z | Compiling darling v0.20.10 |
856 | 2025-01-15T01:43:25.036Z | Compiling term v0.7.0 |
857 | 2025-01-15T01:43:30.590Z | Compiling usdt-attr-macro v0.5.0 |
858 | 2025-01-15T01:43:31.087Z | Compiling usdt-macro v0.5.0 |
859 | 2025-01-15T01:43:31.963Z | Compiling progenitor-client v0.8.0 |
860 | 2025-01-15T01:43:32.333Z | Compiling slog-json v2.6.1 |
861 | 2025-01-15T01:43:32.807Z | Compiling futures-executor v0.3.31 |
862 | 2025-01-15T01:43:32.838Z | Compiling async-stream-impl v0.3.6 |
863 | 2025-01-15T01:43:32.901Z | Compiling memmap v0.7.0 |
864 | 2025-01-15T01:43:33.353Z | Compiling is-terminal v0.4.13 |
865 | 2025-01-15T01:43:33.485Z | Compiling dropshot v0.13.0 |
866 | 2025-01-15T01:43:33.835Z | Compiling take_mut v0.2.2 |
867 | 2025-01-15T01:43:33.890Z | Compiling cpufeatures v0.2.14 |
868 | 2025-01-15T01:43:33.985Z | Compiling sha1 v0.10.6 |
869 | 2025-01-15T01:43:34.138Z | Compiling async-stream v0.3.6 |
870 | 2025-01-15T01:43:34.545Z | Compiling slog-term v2.9.1 |
871 | 2025-01-15T01:43:34.797Z | Compiling usdt v0.5.0 |
872 | 2025-01-15T01:43:36.315Z | Compiling futures v0.3.31 |
873 | 2025-01-15T01:43:36.420Z | Compiling progenitor v0.8.0 |
874 | 2025-01-15T01:43:36.706Z | Compiling slog-bunyan v2.5.0 |
875 | 2025-01-15T01:43:36.982Z | Compiling tokio-rustls v0.25.0 |
876 | 2025-01-15T01:43:36.990Z | Compiling strum_macros v0.26.4 |
877 | 2025-01-15T01:43:37.273Z | Compiling toml v0.8.19 |
878 | 2025-01-15T01:43:37.336Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#f6abe39b) |
879 | 2025-01-15T01:43:37.394Z | Compiling serde_with_macros v3.11.0 |
880 | 2025-01-15T01:43:39.008Z | Compiling rand v0.8.5 |
881 | 2025-01-15T01:43:41.343Z | Compiling parse-display-derive v0.10.0 |
882 | 2025-01-15T01:43:42.596Z | Compiling dropshot_endpoint v0.13.0 |
883 | 2025-01-15T01:43:43.488Z | Compiling hex v0.4.3 |
884 | 2025-01-15T01:43:44.152Z | Compiling serde_path_to_error v0.1.16 |
885 | 2025-01-15T01:43:44.451Z | Compiling async-trait v0.1.83 |
886 | 2025-01-15T01:43:45.076Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
887 | 2025-01-15T01:43:45.127Z | Compiling waitgroup v0.1.2 |
888 | 2025-01-15T01:43:45.199Z | Compiling hostname v0.4.0 |
889 | 2025-01-15T01:43:45.374Z | Compiling instant v0.1.13 |
890 | 2025-01-15T01:43:45.460Z | Compiling debug-ignore v1.0.5 |
891 | 2025-01-15T01:43:45.529Z | Compiling backoff v0.4.0 |
892 | 2025-01-15T01:43:45.609Z | Compiling parse-display v0.10.0 |
893 | 2025-01-15T01:43:45.857Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
894 | 2025-01-15T01:43:45.905Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
895 | 2025-01-15T01:43:46.101Z | Compiling strum v0.26.3 |
896 | 2025-01-15T01:43:46.109Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
897 | 2025-01-15T01:43:46.273Z | Compiling serde_with v3.11.0 |
898 | 2025-01-15T01:43:46.620Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
899 | 2025-01-15T01:43:47.272Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
900 | 2025-01-15T01:43:47.547Z | Compiling progenitor-client v0.9.1 |
901 | 2025-01-15T01:43:48.062Z | Compiling regress v0.9.1 |
902 | 2025-01-15T01:43:48.439Z | Compiling macaddr v1.0.1 |
903 | 2025-01-15T01:43:56.403Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
904 | 2025-01-15T01:44:06.259Z | Compiling test-project v0.1.0 (/tmp/test-project) |
905 | 2025-01-15T01:44:16.152Z | Finished `release` profile [optimized] target(s) in 2m 31s |
906 | 2025-01-15T01:44:16.218Z | process exited: duration 219701 ms, exit code 0 |
|
907 | 2025-01-15T01:44:16.226Z | found 0 output files |