|
|
|
1 | 2024-11-13T04:20:51.400Z | job assigned to worker 01JCHVZNEC66EYBA5E59A22GQQ (queued for 59 s) |
|
2 | 2024-11-13T04:20:59.203Z | starting task 0: "setup" |
3 | 2024-11-13T04:20:59.215Z | ++ uname -s |
4 | 2024-11-13T04:20:59.217Z | + kern=SunOS |
5 | 2024-11-13T04:20:59.217Z | + case "$kern" in |
6 | 2024-11-13T04:20:59.217Z | + groupadd -g 12345 build |
7 | 2024-11-13T04:20:59.220Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-13T04:21:01.230Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-13T04:21:01.296Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-13T04:21:01.299Z | + home_fs=zfs |
11 | 2024-11-13T04:21:01.299Z | + [[ zfs == autofs ]] |
12 | 2024-11-13T04:21:01.299Z | + mkdir -p /home/build |
13 | 2024-11-13T04:21:01.301Z | + chown build:build /home/build /work |
14 | 2024-11-13T04:21:03.303Z | + chmod 0700 /home/build /work |
15 | 2024-11-13T04:21:03.306Z | process exited: duration 4102 ms, exit code 0 |
|
16 | 2024-11-13T04:21:03.311Z | starting task 1: "rust-toolchain" |
17 | 2024-11-13T04:21:03.317Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-13T04:21:03.317Z | ' 1.81.0 |
19 | 2024-11-13T04:21:03.319Z | * toolchain channel = "1.81.0" |
20 | 2024-11-13T04:21:03.319Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-13T04:21:03.319Z | ' default |
22 | 2024-11-13T04:21:03.319Z | * toolchain profile = "default" |
23 | 2024-11-13T04:21:03.319Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-13T04:21:03.319Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-13T04:21:03.434Z | info: downloading installer |
26 | 2024-11-13T04:21:04.638Z | info: profile set to 'default' |
27 | 2024-11-13T04:21:04.638Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-13T04:21:04.641Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-13T04:21:04.792Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-13T04:21:04.792Z | info: downloading component 'cargo' |
31 | 2024-11-13T04:21:05.478Z | info: downloading component 'clippy' |
32 | 2024-11-13T04:21:05.739Z | info: downloading component 'rust-docs' |
33 | 2024-11-13T04:21:06.698Z | info: downloading component 'rust-std' |
34 | 2024-11-13T04:21:08.190Z | info: downloading component 'rustc' |
35 | 2024-11-13T04:21:13.490Z | info: downloading component 'rustfmt' |
36 | 2024-11-13T04:21:13.693Z | info: installing component 'cargo' |
37 | 2024-11-13T04:21:14.522Z | info: installing component 'clippy' |
38 | 2024-11-13T04:21:14.912Z | info: installing component 'rust-docs' |
39 | 2024-11-13T04:21:16.546Z | info: installing component 'rust-std' |
40 | 2024-11-13T04:21:18.492Z | info: installing component 'rustc' |
41 | 2024-11-13T04:21:24.274Z | info: installing component 'rustfmt' |
42 | 2024-11-13T04:21:24.615Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-13T04:21:24.615Z | |
44 | 2024-11-13T04:21:24.978Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-13T04:21:24.978Z | |
46 | 2024-11-13T04:21:24.981Z | |
47 | 2024-11-13T04:21:24.981Z | Rust is installed now. Great! |
48 | 2024-11-13T04:21:24.981Z | |
49 | 2024-11-13T04:21:24.981Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-13T04:21:24.981Z | environment variable. This has not been done automatically. |
51 | 2024-11-13T04:21:24.981Z | |
52 | 2024-11-13T04:21:24.981Z | To configure your current shell, you need to source |
53 | 2024-11-13T04:21:24.981Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-13T04:21:24.981Z | |
55 | 2024-11-13T04:21:24.981Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-13T04:21:24.981Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-13T04:21:24.981Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-13T04:21:25.051Z | + rustc --version |
59 | 2024-11-13T04:21:25.117Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-13T04:21:25.120Z | process exited: duration 21805 ms, exit code 0 |
|
61 | 2024-11-13T04:21:25.126Z | starting task 2: "authentication" |
62 | 2024-11-13T04:21:25.147Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-11-13T04:21:25.152Z | starting task 3: "clone repository" |
64 | 2024-11-13T04:21:25.158Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-13T04:21:25.160Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-13T04:21:25.199Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-13T04:21:32.380Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-13T04:21:32.380Z | + git fetch origin 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
69 | 2024-11-13T04:21:32.692Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-13T04:21:32.692Z | * branch 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 -> FETCH_HEAD |
71 | 2024-11-13T04:21:32.702Z | + [[ -n renovate/bytes-1.x ]] |
72 | 2024-11-13T04:21:32.705Z | ++ git branch --show-current |
73 | 2024-11-13T04:21:32.708Z | + current=main |
74 | 2024-11-13T04:21:32.708Z | + [[ main != renovate/bytes-1.x ]] |
75 | 2024-11-13T04:21:32.708Z | + git branch -f renovate/bytes-1.x 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
76 | 2024-11-13T04:21:32.711Z | + git checkout -f renovate/bytes-1.x |
77 | 2024-11-13T04:21:32.883Z | Switched to branch 'renovate/bytes-1.x' |
78 | 2024-11-13T04:21:32.886Z | + git reset --hard 7e1623fdb8a67722576c5eccbf821ca9c9e9a787 |
79 | 2024-11-13T04:21:33.055Z | HEAD is now at 7e1623fdb Update Rust crate bytes to 1.8.0 |
80 | 2024-11-13T04:21:33.065Z | process exited: duration 7902 ms, exit code 0 |
|
81 | 2024-11-13T04:21:33.070Z | starting task 4: "build" |
82 | 2024-11-13T04:21:33.075Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-13T04:21:33.075Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-13T04:21:33.075Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-13T04:21:33.075Z | + cargo --version |
86 | 2024-11-13T04:21:33.132Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-13T04:21:33.135Z | + rustc --version |
88 | 2024-11-13T04:21:33.198Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-13T04:21:33.201Z | + cd /tmp |
90 | 2024-11-13T04:21:33.203Z | + cargo new --lib test-project |
91 | 2024-11-13T04:21:33.260Z | Creating library `test-project` package |
92 | 2024-11-13T04:21:33.337Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-11-13T04:21:33.340Z | + cd test-project |
94 | 2024-11-13T04:21:33.340Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-11-13T04:21:33.399Z | Adding omicron-common (local) to dependencies |
96 | 2024-11-13T04:21:33.399Z | Features: |
97 | 2024-11-13T04:21:33.401Z | - proptest |
98 | 2024-11-13T04:21:33.401Z | - test-strategy |
99 | 2024-11-13T04:21:33.401Z | - testing |
100 | 2024-11-13T04:21:33.401Z | Updating crates.io index |
101 | 2024-11-13T04:21:33.461Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-11-13T04:21:34.209Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-11-13T04:21:34.662Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-11-13T04:21:35.021Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-11-13T04:21:36.353Z | Locking 325 packages to latest compatible versions |
106 | 2024-11-13T04:21:36.356Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-11-13T04:21:36.356Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-11-13T04:21:36.356Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-11-13T04:21:36.358Z | Adding generic-array v0.14.7 (latest: v1.1.0) |
110 | 2024-11-13T04:21:36.358Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-11-13T04:21:36.358Z | Adding hashbrown v0.12.3 (latest: v0.15.1) |
112 | 2024-11-13T04:21:36.359Z | Adding hashbrown v0.14.5 (latest: v0.15.1) |
113 | 2024-11-13T04:21:36.359Z | Adding hermit-abi v0.3.9 (latest: v0.4.0) |
114 | 2024-11-13T04:21:36.359Z | Adding hostname v0.3.1 (latest: v0.4.0) |
115 | 2024-11-13T04:21:36.361Z | Adding indexmap v1.9.3 (latest: v2.6.0) |
116 | 2024-11-13T04:21:36.361Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
117 | 2024-11-13T04:21:36.363Z | Adding regress v0.9.1 (latest: v0.10.1) |
118 | 2024-11-13T04:21:36.371Z | Adding rustls v0.22.4 (latest: v0.23.16) |
119 | 2024-11-13T04:21:36.373Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
120 | 2024-11-13T04:21:36.375Z | Adding term v0.7.0 (latest: v1.0.0) |
121 | 2024-11-13T04:21:36.378Z | Adding thiserror v1.0.69 (latest: v2.0.3) |
122 | 2024-11-13T04:21:36.378Z | Adding thiserror-impl v1.0.69 (latest: v2.0.3) |
123 | 2024-11-13T04:21:36.378Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
124 | 2024-11-13T04:21:36.378Z | Adding tokio-rustls v0.25.0 (latest: v0.26.0) |
125 | 2024-11-13T04:21:36.380Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-11-13T04:21:36.380Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-11-13T04:21:36.381Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-11-13T04:21:36.381Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-11-13T04:21:36.381Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-11-13T04:21:36.381Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-11-13T04:21:36.383Z | Adding zerocopy v0.7.35 (latest: v0.8.9) |
132 | 2024-11-13T04:21:36.383Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.9) |
133 | 2024-11-13T04:21:36.456Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
134 | 2024-11-13T04:21:36.459Z | + cargo check |
135 | 2024-11-13T04:21:36.630Z | Updating crates.io index |
136 | 2024-11-13T04:21:37.357Z | Locking 2 packages to latest compatible versions |
137 | 2024-11-13T04:21:40.690Z | Adding omicron-workspace-hack v0.1.0 |
138 | 2024-11-13T04:21:42.787Z | Adding test-project v0.1.0 (/tmp/test-project) |
139 | 2024-11-13T04:21:43.622Z | Downloading crates ... |
140 | 2024-11-13T04:21:43.702Z | Downloaded async-trait v0.1.83 |
141 | 2024-11-13T04:21:43.708Z | Downloaded camino v1.1.9 |
142 | 2024-11-13T04:21:43.711Z | Downloaded darling v0.20.10 |
143 | 2024-11-13T04:21:43.716Z | Downloaded heck v0.5.0 |
144 | 2024-11-13T04:21:43.718Z | Downloaded dirs-next v2.0.0 |
145 | 2024-11-13T04:21:43.721Z | Downloaded http v1.1.0 |
146 | 2024-11-13T04:21:43.724Z | Downloaded block-buffer v0.10.4 |
147 | 2024-11-13T04:21:43.724Z | Downloaded anyhow v1.0.93 |
148 | 2024-11-13T04:21:43.728Z | Downloaded icu_locid v1.5.0 |
149 | 2024-11-13T04:21:43.733Z | Downloaded icu_normalizer v1.5.0 |
150 | 2024-11-13T04:21:43.736Z | Downloaded time-core v0.1.2 |
151 | 2024-11-13T04:21:43.739Z | Downloaded hyper-rustls v0.27.3 |
152 | 2024-11-13T04:21:43.742Z | Downloaded futures-executor v0.3.31 |
153 | 2024-11-13T04:21:43.745Z | Downloaded debug-ignore v1.0.5 |
154 | 2024-11-13T04:21:43.745Z | Downloaded crossbeam-utils v0.8.20 |
155 | 2024-11-13T04:21:43.748Z | Downloaded tinystr v0.7.6 |
156 | 2024-11-13T04:21:43.752Z | Downloaded idna_adapter v1.2.0 |
157 | 2024-11-13T04:21:43.754Z | Downloaded generic-array v0.14.7 |
158 | 2024-11-13T04:21:43.754Z | Downloaded chrono v0.4.38 |
159 | 2024-11-13T04:21:43.762Z | Downloaded zerocopy v0.7.35 |
160 | 2024-11-13T04:21:43.780Z | Downloaded slog-json v2.6.1 |
161 | 2024-11-13T04:21:43.782Z | Downloaded thiserror-impl v1.0.69 |
162 | 2024-11-13T04:21:43.785Z | Downloaded memmap v0.7.0 |
163 | 2024-11-13T04:21:43.785Z | Downloaded backoff v0.4.0 |
164 | 2024-11-13T04:21:43.788Z | Downloaded rand_core v0.6.4 |
165 | 2024-11-13T04:21:43.791Z | Downloaded thread-id v4.2.2 |
166 | 2024-11-13T04:21:43.791Z | Downloaded ppv-lite86 v0.2.20 |
167 | 2024-11-13T04:21:43.793Z | Downloaded percent-encoding v2.3.1 |
168 | 2024-11-13T04:21:43.794Z | Downloaded once_cell v1.20.2 |
169 | 2024-11-13T04:21:43.797Z | Downloaded num-traits v0.2.19 |
170 | 2024-11-13T04:21:43.800Z | Downloaded native-tls v0.2.12 |
171 | 2024-11-13T04:21:43.803Z | Downloaded serde_derive_internals v0.29.1 |
172 | 2024-11-13T04:21:43.805Z | Downloaded serde_path_to_error v0.1.16 |
173 | 2024-11-13T04:21:43.808Z | Downloaded strum_macros v0.26.4 |
174 | 2024-11-13T04:21:43.810Z | Downloaded structmeta-derive v0.3.0 |
175 | 2024-11-13T04:21:43.810Z | Downloaded structmeta v0.3.0 |
176 | 2024-11-13T04:21:43.812Z | Downloaded time v0.3.36 |
177 | 2024-11-13T04:21:43.818Z | Downloaded strsim v0.11.1 |
178 | 2024-11-13T04:21:43.821Z | Downloaded progenitor-client v0.8.0 |
179 | 2024-11-13T04:21:43.821Z | Downloaded waitgroup v0.1.2 |
180 | 2024-11-13T04:21:43.824Z | Downloaded usdt-attr-macro v0.5.0 |
181 | 2024-11-13T04:21:43.824Z | Downloaded serde_urlencoded v0.7.1 |
182 | 2024-11-13T04:21:43.826Z | Downloaded rustls-pemfile v2.2.0 |
183 | 2024-11-13T04:21:43.829Z | Downloaded winnow v0.6.20 |
184 | 2024-11-13T04:21:43.838Z | Downloaded pretty-hex v0.4.1 |
185 | 2024-11-13T04:21:43.841Z | Downloaded write16 v1.0.0 |
186 | 2024-11-13T04:21:43.843Z | Downloaded async-stream v0.3.6 |
187 | 2024-11-13T04:21:43.843Z | Downloaded omicron-workspace-hack v0.1.0 |
188 | 2024-11-13T04:21:43.846Z | Downloaded num_threads v0.1.7 |
189 | 2024-11-13T04:21:43.846Z | Downloaded paste v1.0.15 |
190 | 2024-11-13T04:21:43.849Z | Downloaded syn v2.0.87 |
191 | 2024-11-13T04:21:43.862Z | Downloaded zerofrom v0.1.4 |
192 | 2024-11-13T04:21:43.865Z | Downloaded equivalent v1.0.1 |
193 | 2024-11-13T04:21:43.865Z | Downloaded atomic-waker v1.1.2 |
194 | 2024-11-13T04:21:43.867Z | Downloaded async-stream-impl v0.3.6 |
195 | 2024-11-13T04:21:43.867Z | Downloaded utf8_iter v1.0.4 |
196 | 2024-11-13T04:21:43.867Z | Downloaded typify-macro v0.2.0 |
197 | 2024-11-13T04:21:43.870Z | Downloaded futures-channel v0.3.31 |
198 | 2024-11-13T04:21:43.872Z | Downloaded hostname v0.4.0 |
199 | 2024-11-13T04:21:43.875Z | Downloaded base64 v0.22.1 |
200 | 2024-11-13T04:21:43.877Z | Downloaded parse-display v0.10.0 |
201 | 2024-11-13T04:21:43.880Z | Downloaded match_cfg v0.1.0 |
202 | 2024-11-13T04:21:43.880Z | Downloaded http-body v1.0.1 |
203 | 2024-11-13T04:21:43.882Z | Downloaded rand_chacha v0.3.1 |
204 | 2024-11-13T04:21:43.882Z | Downloaded foreign-types v0.3.2 |
205 | 2024-11-13T04:21:43.885Z | Downloaded futures-task v0.3.31 |
206 | 2024-11-13T04:21:43.885Z | Downloaded slab v0.4.9 |
207 | 2024-11-13T04:21:43.888Z | Downloaded progenitor v0.8.0 |
208 | 2024-11-13T04:21:43.888Z | Downloaded plain v0.2.3 |
209 | 2024-11-13T04:21:43.888Z | Downloaded http-body-util v0.1.2 |
210 | 2024-11-13T04:21:43.891Z | Downloaded form_urlencoded v1.2.1 |
211 | 2024-11-13T04:21:43.893Z | Downloaded rustc-hash v2.0.0 |
212 | 2024-11-13T04:21:43.893Z | Downloaded tokio-native-tls v0.3.1 |
213 | 2024-11-13T04:21:43.895Z | Downloaded powerfmt v0.2.0 |
214 | 2024-11-13T04:21:43.898Z | Downloaded writeable v0.5.5 |
215 | 2024-11-13T04:21:43.898Z | Downloaded utf16_iter v1.0.5 |
216 | 2024-11-13T04:21:43.901Z | Downloaded zerovec-derive v0.10.3 |
217 | 2024-11-13T04:21:43.901Z | Downloaded zeroize v1.8.1 |
218 | 2024-11-13T04:21:43.904Z | Downloaded ipnetwork v0.20.0 |
219 | 2024-11-13T04:21:43.904Z | Downloaded instant v0.1.13 |
220 | 2024-11-13T04:21:43.906Z | Downloaded rustversion v1.0.17 |
221 | 2024-11-13T04:21:43.909Z | Downloaded progenitor-macro v0.8.0 |
222 | 2024-11-13T04:21:43.912Z | Downloaded parking_lot_core v0.9.10 |
223 | 2024-11-13T04:21:43.912Z | Downloaded newtype-uuid v1.1.3 |
224 | 2024-11-13T04:21:43.914Z | Downloaded quote v1.0.37 |
225 | 2024-11-13T04:21:43.916Z | Downloaded pin-utils v0.1.0 |
226 | 2024-11-13T04:21:43.919Z | Downloaded yoke v0.7.4 |
227 | 2024-11-13T04:21:43.921Z | Downloaded usdt v0.5.0 |
228 | 2024-11-13T04:21:43.921Z | Downloaded multer v3.1.0 |
229 | 2024-11-13T04:21:43.925Z | Downloaded toml v0.8.19 |
230 | 2024-11-13T04:21:43.927Z | Downloaded sha1 v0.10.6 |
231 | 2024-11-13T04:21:43.929Z | Downloaded thiserror v1.0.69 |
232 | 2024-11-13T04:21:43.934Z | Downloaded synstructure v0.13.1 |
233 | 2024-11-13T04:21:43.937Z | Downloaded stable_deref_trait v1.2.0 |
234 | 2024-11-13T04:21:43.939Z | Downloaded pest_derive v2.7.14 |
235 | 2024-11-13T04:21:43.939Z | Downloaded tokio-rustls v0.25.0 |
236 | 2024-11-13T04:21:43.942Z | Downloaded strum v0.26.3 |
237 | 2024-11-13T04:21:43.945Z | Downloaded schemars_derive v0.8.21 |
238 | 2024-11-13T04:21:43.945Z | Downloaded icu_normalizer_data v1.5.0 |
239 | 2024-11-13T04:21:43.947Z | Downloaded ahash v0.8.11 |
240 | 2024-11-13T04:21:43.950Z | Downloaded socket2 v0.5.7 |
241 | 2024-11-13T04:21:43.953Z | Downloaded sync_wrapper v1.0.1 |
242 | 2024-11-13T04:21:43.953Z | Downloaded slog-bunyan v2.5.0 |
243 | 2024-11-13T04:21:43.956Z | Downloaded proc-macro2 v1.0.89 |
244 | 2024-11-13T04:21:43.958Z | Downloaded take_mut v0.2.2 |
245 | 2024-11-13T04:21:43.958Z | Downloaded httparse v1.9.5 |
246 | 2024-11-13T04:21:43.961Z | Downloaded unicode-ident v1.0.13 |
247 | 2024-11-13T04:21:43.964Z | Downloaded typenum v1.17.0 |
248 | 2024-11-13T04:21:43.968Z | Downloaded lock_api v0.4.12 |
249 | 2024-11-13T04:21:43.971Z | Downloaded tinyvec v1.8.0 |
250 | 2024-11-13T04:21:43.973Z | Downloaded ipnet v2.10.1 |
251 | 2024-11-13T04:21:43.974Z | Downloaded spin v0.9.8 |
252 | 2024-11-13T04:21:43.977Z | Downloaded shlex v1.3.0 |
253 | 2024-11-13T04:21:43.977Z | Downloaded log v0.4.22 |
254 | 2024-11-13T04:21:43.980Z | Downloaded sha2 v0.10.8 |
255 | 2024-11-13T04:21:43.982Z | Downloaded tracing-core v0.1.32 |
256 | 2024-11-13T04:21:43.985Z | Downloaded serde_with_macros v3.11.0 |
257 | 2024-11-13T04:21:43.988Z | Downloaded slog-term v2.9.1 |
258 | 2024-11-13T04:21:43.991Z | Downloaded futures v0.3.31 |
259 | 2024-11-13T04:21:43.996Z | Downloaded term v0.7.0 |
260 | 2024-11-13T04:21:43.999Z | Downloaded ryu v1.0.18 |
261 | 2024-11-13T04:21:44.003Z | Downloaded signal-hook-registry v1.4.2 |
262 | 2024-11-13T04:21:44.005Z | Downloaded dropshot_endpoint v0.12.0 |
263 | 2024-11-13T04:21:44.008Z | Downloaded slog-async v2.8.0 |
264 | 2024-11-13T04:21:44.010Z | Downloaded url v2.5.3 |
265 | 2024-11-13T04:21:44.013Z | Downloaded scopeguard v1.2.0 |
266 | 2024-11-13T04:21:44.017Z | Downloaded tokio-macros v2.4.0 |
267 | 2024-11-13T04:21:44.017Z | Downloaded icu_collections v1.5.0 |
268 | 2024-11-13T04:21:44.021Z | Downloaded schemars v0.8.21 |
269 | 2024-11-13T04:21:44.034Z | Downloaded slog v2.7.0 |
270 | 2024-11-13T04:21:44.037Z | Downloaded unsafe-libyaml v0.2.11 |
271 | 2024-11-13T04:21:44.040Z | Downloaded serde_yaml v0.9.34+deprecated |
272 | 2024-11-13T04:21:44.044Z | Downloaded smallvec v1.13.2 |
273 | 2024-11-13T04:21:44.047Z | Downloaded quinn v0.11.5 |
274 | 2024-11-13T04:21:44.050Z | Downloaded serde v1.0.215 |
275 | 2024-11-13T04:21:44.053Z | Downloaded mio v1.0.2 |
276 | 2024-11-13T04:21:44.060Z | Downloaded toml_edit v0.22.22 |
277 | 2024-11-13T04:21:44.083Z | Downloaded rand v0.8.5 |
278 | 2024-11-13T04:21:44.086Z | Downloaded tokio-util v0.7.12 |
279 | 2024-11-13T04:21:44.093Z | Downloaded regress v0.10.1 |
280 | 2024-11-13T04:21:44.102Z | Downloaded futures-util v0.3.31 |
281 | 2024-11-13T04:21:44.115Z | Downloaded serde_with v3.11.0 |
282 | 2024-11-13T04:21:44.123Z | Downloaded reqwest v0.12.9 |
283 | 2024-11-13T04:21:44.131Z | Downloaded h2 v0.4.6 |
284 | 2024-11-13T04:21:44.138Z | Downloaded goblin v0.8.2 |
285 | 2024-11-13T04:21:44.145Z | Downloaded quinn-proto v0.11.8 |
286 | 2024-11-13T04:21:44.151Z | Downloaded rustls-webpki v0.102.8 |
287 | 2024-11-13T04:21:44.170Z | Downloaded regex v1.11.1 |
288 | 2024-11-13T04:21:44.182Z | Downloaded vcpkg v0.2.15 |
289 | 2024-11-13T04:21:44.219Z | Downloaded serde_json v1.0.132 |
290 | 2024-11-13T04:21:44.226Z | Downloaded webpki-roots v0.26.6 |
291 | 2024-11-13T04:21:44.229Z | Downloaded idna v1.0.3 |
292 | 2024-11-13T04:21:44.233Z | Downloaded rustls v0.23.14 |
293 | 2024-11-13T04:21:44.244Z | Downloaded openssl v0.10.68 |
294 | 2024-11-13T04:21:44.254Z | Downloaded dropshot v0.12.0 |
295 | 2024-11-13T04:21:44.273Z | Downloaded pest v2.7.14 |
296 | 2024-11-13T04:21:44.278Z | Downloaded hyper v1.4.1 |
297 | 2024-11-13T04:21:44.284Z | Downloaded hashbrown v0.15.0 |
298 | 2024-11-13T04:21:44.289Z | Downloaded hashbrown v0.14.5 |
299 | 2024-11-13T04:21:44.294Z | Downloaded zerovec v0.10.4 |
300 | 2024-11-13T04:21:44.300Z | Downloaded regress v0.9.1 |
301 | 2024-11-13T04:21:44.309Z | Downloaded openapiv3 v2.0.0 |
302 | 2024-11-13T04:21:44.321Z | Downloaded memchr v2.7.4 |
303 | 2024-11-13T04:21:44.325Z | Downloaded rustls v0.22.4 |
304 | 2024-11-13T04:21:44.337Z | Downloaded rustls-pki-types v1.9.0 |
305 | 2024-11-13T04:21:44.340Z | Downloaded serde_derive v1.0.215 |
306 | 2024-11-13T04:21:44.343Z | Downloaded indexmap v2.6.0 |
307 | 2024-11-13T04:21:44.347Z | Downloaded regex-syntax v0.8.5 |
308 | 2024-11-13T04:21:44.355Z | Downloaded openssl-sys v0.9.104 |
309 | 2024-11-13T04:21:44.359Z | Downloaded typify-impl v0.2.0 |
310 | 2024-11-13T04:21:44.373Z | Downloaded icu_provider v1.5.0 |
311 | 2024-11-13T04:21:44.378Z | Downloaded darling_core v0.20.10 |
312 | 2024-11-13T04:21:44.381Z | Downloaded crossbeam-channel v0.5.13 |
313 | 2024-11-13T04:21:44.385Z | Downloaded uuid v1.10.0 |
314 | 2024-11-13T04:21:44.387Z | Downloaded scroll v0.12.0 |
315 | 2024-11-13T04:21:44.390Z | Downloaded semver v1.0.23 |
316 | 2024-11-13T04:21:44.392Z | Downloaded subtle v2.6.1 |
317 | 2024-11-13T04:21:44.392Z | Downloaded parse-display-derive v0.10.0 |
318 | 2024-11-13T04:21:44.395Z | Downloaded indexmap v1.9.3 |
319 | 2024-11-13T04:21:44.398Z | Downloaded icu_locid_transform_data v1.5.0 |
320 | 2024-11-13T04:21:44.398Z | Downloaded icu_properties v1.5.1 |
321 | 2024-11-13T04:21:44.400Z | Downloaded libc v0.2.162 |
322 | 2024-11-13T04:21:44.427Z | Downloaded ucd-trie v0.1.7 |
323 | 2024-11-13T04:21:44.430Z | Downloaded regex-automata v0.4.8 |
324 | 2024-11-13T04:21:44.444Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-11-13T04:21:44.447Z | Downloaded serde_spanned v0.6.8 |
326 | 2024-11-13T04:21:44.447Z | Downloaded pin-project-lite v0.2.14 |
327 | 2024-11-13T04:21:44.450Z | Downloaded pest_generator v2.7.14 |
328 | 2024-11-13T04:21:44.453Z | Downloaded usdt-impl v0.5.0 |
329 | 2024-11-13T04:21:44.453Z | Downloaded hyper-tls v0.6.0 |
330 | 2024-11-13T04:21:44.456Z | Downloaded futures-core v0.3.31 |
331 | 2024-11-13T04:21:44.456Z | Downloaded progenitor-impl v0.8.0 |
332 | 2024-11-13T04:21:44.458Z | Downloaded iana-time-zone v0.1.61 |
333 | 2024-11-13T04:21:44.461Z | Downloaded typify v0.2.0 |
334 | 2024-11-13T04:21:44.463Z | Downloaded hex v0.4.3 |
335 | 2024-11-13T04:21:44.465Z | Downloaded itoa v1.0.11 |
336 | 2024-11-13T04:21:44.466Z | Downloaded icu_locid_transform v1.5.0 |
337 | 2024-11-13T04:21:44.469Z | Downloaded tokio v1.40.0 |
338 | 2024-11-13T04:21:44.503Z | Downloaded scroll_derive v0.12.0 |
339 | 2024-11-13T04:21:44.506Z | Downloaded zerocopy-derive v0.7.35 |
340 | 2024-11-13T04:21:44.509Z | Downloaded ident_case v1.0.1 |
341 | 2024-11-13T04:21:44.509Z | Downloaded icu_provider_macros v1.5.0 |
342 | 2024-11-13T04:21:44.512Z | Downloaded futures-macro v0.3.31 |
343 | 2024-11-13T04:21:44.512Z | Downloaded dyn-clone v1.0.17 |
344 | 2024-11-13T04:21:44.512Z | Downloaded httpdate v1.0.3 |
345 | 2024-11-13T04:21:44.516Z | Downloaded futures-io v0.3.31 |
346 | 2024-11-13T04:21:44.516Z | Downloaded darling_macro v0.20.10 |
347 | 2024-11-13T04:21:44.516Z | Downloaded cc v1.1.30 |
348 | 2024-11-13T04:21:44.520Z | Downloaded byteorder v1.5.0 |
349 | 2024-11-13T04:21:44.522Z | Downloaded bitflags v2.6.0 |
350 | 2024-11-13T04:21:44.523Z | Downloaded openssl-probe v0.1.5 |
351 | 2024-11-13T04:21:44.523Z | Downloaded dof v0.3.0 |
352 | 2024-11-13T04:21:44.525Z | Downloaded digest v0.10.7 |
353 | 2024-11-13T04:21:44.525Z | Downloaded deranged v0.3.11 |
354 | 2024-11-13T04:21:44.527Z | Downloaded bytes v1.8.0 |
355 | 2024-11-13T04:21:44.530Z | Downloaded allocator-api2 v0.2.18 |
356 | 2024-11-13T04:21:44.532Z | Downloaded num-conv v0.1.0 |
357 | 2024-11-13T04:21:44.535Z | Downloaded version_check v0.9.5 |
358 | 2024-11-13T04:21:44.535Z | Downloaded yoke-derive v0.7.4 |
359 | 2024-11-13T04:21:44.537Z | Downloaded want v0.3.1 |
360 | 2024-11-13T04:21:44.537Z | Downloaded tower-service v0.3.3 |
361 | 2024-11-13T04:21:44.537Z | Downloaded displaydoc v0.2.5 |
362 | 2024-11-13T04:21:44.540Z | Downloaded encoding_rs v0.8.34 |
363 | 2024-11-13T04:21:44.560Z | Downloaded dirs-sys-next v0.1.2 |
364 | 2024-11-13T04:21:44.562Z | Downloaded crypto-common v0.1.6 |
365 | 2024-11-13T04:21:44.562Z | Downloaded cpufeatures v0.2.14 |
366 | 2024-11-13T04:21:44.564Z | Downloaded cfg-if v1.0.0 |
367 | 2024-11-13T04:21:44.564Z | Downloaded autocfg v1.4.0 |
368 | 2024-11-13T04:21:44.567Z | Downloaded tokio-rustls v0.26.0 |
369 | 2024-11-13T04:21:44.567Z | Downloaded hostname v0.3.1 |
370 | 2024-11-13T04:21:44.569Z | Downloaded mime v0.3.17 |
371 | 2024-11-13T04:21:44.569Z | Downloaded icu_properties_data v1.5.0 |
372 | 2024-11-13T04:21:44.579Z | Downloaded fnv v1.0.7 |
373 | 2024-11-13T04:21:44.581Z | Downloaded untrusted v0.9.0 |
374 | 2024-11-13T04:21:44.581Z | Downloaded tracing v0.1.40 |
375 | 2024-11-13T04:21:44.585Z | Downloaded time-macros v0.2.18 |
376 | 2024-11-13T04:21:44.588Z | Downloaded macaddr v1.0.1 |
377 | 2024-11-13T04:21:44.588Z | Downloaded aho-corasick v1.1.3 |
378 | 2024-11-13T04:21:44.593Z | Downloaded quinn-udp v0.5.5 |
379 | 2024-11-13T04:21:44.595Z | Downloaded pkg-config v0.3.31 |
380 | 2024-11-13T04:21:44.597Z | Downloaded pest_meta v2.7.14 |
381 | 2024-11-13T04:21:44.597Z | Downloaded parking_lot v0.12.3 |
382 | 2024-11-13T04:21:44.600Z | Downloaded openssl-macros v0.1.1 |
383 | 2024-11-13T04:21:44.600Z | Downloaded zerofrom-derive v0.1.4 |
384 | 2024-11-13T04:21:44.603Z | Downloaded usdt-macro v0.5.0 |
385 | 2024-11-13T04:21:44.603Z | Downloaded toml_datetime v0.6.8 |
386 | 2024-11-13T04:21:44.603Z | Downloaded thread_local v1.1.8 |
387 | 2024-11-13T04:21:44.605Z | Downloaded is-terminal v0.4.13 |
388 | 2024-11-13T04:21:44.605Z | Downloaded hyper-util v0.1.10 |
389 | 2024-11-13T04:21:44.608Z | Downloaded futures-sink v0.3.31 |
390 | 2024-11-13T04:21:44.612Z | Downloaded try-lock v0.2.5 |
391 | 2024-11-13T04:21:44.612Z | Downloaded tinyvec_macros v0.1.1 |
392 | 2024-11-13T04:21:44.612Z | Downloaded litemap v0.7.3 |
393 | 2024-11-13T04:21:44.614Z | Downloaded hashbrown v0.12.3 |
394 | 2024-11-13T04:21:44.617Z | Downloaded getrandom v0.2.15 |
395 | 2024-11-13T04:21:44.619Z | Downloaded foreign-types-shared v0.1.1 |
396 | 2024-11-13T04:21:44.622Z | Downloaded dtrace-parser v0.2.0 |
397 | 2024-11-13T04:21:44.761Z | Downloaded ring v0.17.8 |
398 | 2024-11-13T04:21:45.093Z | Compiling proc-macro2 v1.0.89 |
399 | 2024-11-13T04:21:45.093Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-13T04:21:45.093Z | Compiling libc v0.2.162 |
401 | 2024-11-13T04:21:45.096Z | Checking cfg-if v1.0.0 |
402 | 2024-11-13T04:21:45.096Z | Compiling autocfg v1.4.0 |
403 | 2024-11-13T04:21:45.096Z | Compiling serde v1.0.215 |
404 | 2024-11-13T04:21:45.096Z | Compiling version_check v0.9.5 |
405 | 2024-11-13T04:21:45.096Z | Checking memchr v2.7.4 |
406 | 2024-11-13T04:21:45.231Z | Checking itoa v1.0.11 |
407 | 2024-11-13T04:21:45.287Z | Compiling serde_json v1.0.132 |
408 | 2024-11-13T04:21:45.750Z | Compiling thiserror v1.0.69 |
409 | 2024-11-13T04:21:45.769Z | Checking once_cell v1.20.2 |
410 | 2024-11-13T04:21:45.843Z | Compiling shlex v1.3.0 |
411 | 2024-11-13T04:21:46.070Z | Compiling cc v1.1.30 |
412 | 2024-11-13T04:21:46.107Z | Checking pin-project-lite v0.2.14 |
413 | 2024-11-13T04:21:46.219Z | Compiling num-traits v0.2.19 |
414 | 2024-11-13T04:21:46.556Z | Checking smallvec v1.13.2 |
415 | 2024-11-13T04:21:46.595Z | Checking getrandom v0.2.15 |
416 | 2024-11-13T04:21:46.635Z | Checking ryu v1.0.18 |
417 | 2024-11-13T04:21:46.677Z | Checking bytes v1.8.0 |
418 | 2024-11-13T04:21:46.787Z | Checking futures-core v0.3.31 |
419 | 2024-11-13T04:21:46.813Z | Compiling quote v1.0.37 |
420 | 2024-11-13T04:21:46.901Z | Compiling lock_api v0.4.12 |
421 | 2024-11-13T04:21:46.948Z | Compiling parking_lot_core v0.9.10 |
422 | 2024-11-13T04:21:47.092Z | Compiling byteorder v1.5.0 |
423 | 2024-11-13T04:21:47.290Z | Compiling syn v2.0.87 |
424 | 2024-11-13T04:21:47.463Z | Compiling ahash v0.8.11 |
425 | 2024-11-13T04:21:47.484Z | Compiling schemars v0.8.21 |
426 | 2024-11-13T04:21:47.527Z | Checking scopeguard v1.2.0 |
427 | 2024-11-13T04:21:47.644Z | Compiling slab v0.4.9 |
428 | 2024-11-13T04:21:47.875Z | Checking log v0.4.22 |
429 | 2024-11-13T04:21:47.897Z | Checking futures-sink v0.3.31 |
430 | 2024-11-13T04:21:47.900Z | Checking socket2 v0.5.7 |
431 | 2024-11-13T04:21:47.934Z | Checking signal-hook-registry v1.4.2 |
432 | 2024-11-13T04:21:48.043Z | Checking mio v1.0.2 |
433 | 2024-11-13T04:21:48.105Z | Checking parking_lot v0.12.3 |
434 | 2024-11-13T04:21:48.129Z | Checking stable_deref_trait v1.2.0 |
435 | 2024-11-13T04:21:48.197Z | Checking hashbrown v0.15.0 |
436 | 2024-11-13T04:21:48.232Z | Checking equivalent v1.0.1 |
437 | 2024-11-13T04:21:48.341Z | Checking fnv v1.0.7 |
438 | 2024-11-13T04:21:48.430Z | Checking futures-channel v0.3.31 |
439 | 2024-11-13T04:21:48.449Z | Checking futures-io v0.3.31 |
440 | 2024-11-13T04:21:48.470Z | Checking pin-utils v0.1.0 |
441 | 2024-11-13T04:21:48.470Z | Checking http v1.1.0 |
442 | 2024-11-13T04:21:48.591Z | Checking futures-task v0.3.31 |
443 | 2024-11-13T04:21:48.671Z | Compiling semver v1.0.23 |
444 | 2024-11-13T04:21:48.807Z | Checking spin v0.9.8 |
445 | 2024-11-13T04:21:48.860Z | Compiling pkg-config v0.3.31 |
446 | 2024-11-13T04:21:48.963Z | Compiling heck v0.5.0 |
447 | 2024-11-13T04:21:49.132Z | Compiling vcpkg v0.2.15 |
448 | 2024-11-13T04:21:49.294Z | Compiling ring v0.17.8 |
449 | 2024-11-13T04:21:49.337Z | Checking rustls-pki-types v1.9.0 |
450 | 2024-11-13T04:21:49.525Z | Compiling httparse v1.9.5 |
451 | 2024-11-13T04:21:49.915Z | Checking untrusted v0.9.0 |
452 | 2024-11-13T04:21:50.093Z | Checking writeable v0.5.5 |
453 | 2024-11-13T04:21:50.167Z | Checking litemap v0.7.3 |
454 | 2024-11-13T04:21:50.215Z | Compiling ucd-trie v0.1.7 |
455 | 2024-11-13T04:21:50.247Z | Checking iana-time-zone v0.1.61 |
456 | 2024-11-13T04:21:50.456Z | Checking tracing-core v0.1.32 |
457 | 2024-11-13T04:21:50.511Z | Checking atomic-waker v1.1.2 |
458 | 2024-11-13T04:21:50.646Z | Compiling allocator-api2 v0.2.18 |
459 | 2024-11-13T04:21:50.780Z | Compiling openssl-sys v0.9.104 |
460 | 2024-11-13T04:21:50.860Z | Checking dyn-clone v1.0.17 |
461 | 2024-11-13T04:21:51.138Z | Checking tracing v0.1.40 |
462 | 2024-11-13T04:21:51.452Z | Checking http-body v1.0.1 |
463 | 2024-11-13T04:21:51.469Z | Compiling uuid v1.10.0 |
464 | 2024-11-13T04:21:51.488Z | Checking subtle v2.6.1 |
465 | 2024-11-13T04:21:51.704Z | Checking try-lock v0.2.5 |
466 | 2024-11-13T04:21:51.810Z | Checking icu_locid_transform_data v1.5.0 |
467 | 2024-11-13T04:21:51.839Z | Checking zeroize v1.8.1 |
468 | 2024-11-13T04:21:51.858Z | Checking want v0.3.1 |
469 | 2024-11-13T04:21:51.901Z | Checking foreign-types-shared v0.1.1 |
470 | 2024-11-13T04:21:52.000Z | Checking icu_properties_data v1.5.0 |
471 | 2024-11-13T04:21:52.019Z | Compiling chrono v0.4.38 |
472 | 2024-11-13T04:21:52.079Z | Compiling slog v2.7.0 |
473 | 2024-11-13T04:21:52.140Z | Checking httpdate v1.0.3 |
474 | 2024-11-13T04:21:52.239Z | Compiling openssl v0.10.68 |
475 | 2024-11-13T04:21:52.372Z | Checking foreign-types v0.3.2 |
476 | 2024-11-13T04:21:52.459Z | Compiling aho-corasick v1.1.3 |
477 | 2024-11-13T04:21:52.641Z | Compiling regex-syntax v0.8.5 |
478 | 2024-11-13T04:21:52.693Z | Checking tower-service v0.3.3 |
479 | 2024-11-13T04:21:52.817Z | Checking write16 v1.0.0 |
480 | 2024-11-13T04:21:52.935Z | Compiling typenum v1.17.0 |
481 | 2024-11-13T04:21:53.662Z | Checking icu_normalizer_data v1.5.0 |
482 | 2024-11-13T04:21:53.892Z | Checking percent-encoding v2.3.1 |
483 | 2024-11-13T04:21:54.086Z | Compiling native-tls v0.2.12 |
484 | 2024-11-13T04:21:54.114Z | Checking utf16_iter v1.0.5 |
485 | 2024-11-13T04:21:54.290Z | Checking utf8_iter v1.0.4 |
486 | 2024-11-13T04:21:54.410Z | Compiling rustls v0.23.14 |
487 | 2024-11-13T04:21:54.458Z | Checking bitflags v2.6.0 |
488 | 2024-11-13T04:21:54.524Z | Checking form_urlencoded v1.2.1 |
489 | 2024-11-13T04:21:54.782Z | Compiling generic-array v0.14.7 |
490 | 2024-11-13T04:21:54.802Z | Checking openssl-probe v0.1.5 |
491 | 2024-11-13T04:21:55.062Z | Compiling synstructure v0.13.1 |
492 | 2024-11-13T04:21:55.105Z | Compiling serde_derive_internals v0.29.1 |
493 | 2024-11-13T04:21:55.265Z | Checking rustls-webpki v0.102.8 |
494 | 2024-11-13T04:21:56.475Z | Compiling regex-automata v0.4.8 |
495 | 2024-11-13T04:21:57.634Z | Compiling usdt-impl v0.5.0 |
496 | 2024-11-13T04:21:58.003Z | Checking encoding_rs v0.8.34 |
497 | 2024-11-13T04:21:58.025Z | Compiling time-core v0.1.2 |
498 | 2024-11-13T04:21:58.179Z | Checking mime v0.3.17 |
499 | 2024-11-13T04:21:58.507Z | Checking powerfmt v0.2.0 |
500 | 2024-11-13T04:21:58.625Z | Compiling num-conv v0.1.0 |
501 | 2024-11-13T04:21:58.648Z | Compiling thread-id v4.2.2 |
502 | 2024-11-13T04:21:58.780Z | Checking deranged v0.3.11 |
503 | 2024-11-13T04:21:58.902Z | Compiling time-macros v0.2.18 |
504 | 2024-11-13T04:22:00.064Z | Checking webpki-roots v0.26.6 |
505 | 2024-11-13T04:22:00.259Z | Checking rustls-pemfile v2.2.0 |
506 | 2024-11-13T04:22:00.357Z | Checking base64 v0.22.1 |
507 | 2024-11-13T04:22:00.462Z | Compiling regex v1.11.1 |
508 | 2024-11-13T04:22:00.601Z | Compiling ident_case v1.0.1 |
509 | 2024-11-13T04:22:00.639Z | Compiling serde_derive v1.0.215 |
510 | 2024-11-13T04:22:00.774Z | Compiling zerocopy-derive v0.7.35 |
511 | 2024-11-13T04:22:00.830Z | Compiling thiserror-impl v1.0.69 |
512 | 2024-11-13T04:22:01.067Z | Compiling zerofrom-derive v0.1.4 |
513 | 2024-11-13T04:22:01.473Z | Compiling schemars_derive v0.8.21 |
514 | 2024-11-13T04:22:01.574Z | Compiling yoke-derive v0.7.4 |
515 | 2024-11-13T04:22:01.967Z | Compiling tokio-macros v2.4.0 |
516 | 2024-11-13T04:22:02.864Z | Compiling zerocopy v0.7.35 |
517 | 2024-11-13T04:22:03.962Z | Checking tokio v1.40.0 |
518 | 2024-11-13T04:22:04.307Z | Compiling zerovec-derive v0.10.3 |
519 | 2024-11-13T04:22:04.382Z | Compiling futures-macro v0.3.31 |
520 | 2024-11-13T04:22:04.512Z | Compiling displaydoc v0.2.5 |
521 | 2024-11-13T04:22:04.672Z | Checking zerofrom v0.1.4 |
522 | 2024-11-13T04:22:04.881Z | Checking yoke v0.7.4 |
523 | 2024-11-13T04:22:04.898Z | Compiling pest v2.7.14 |
524 | 2024-11-13T04:22:05.159Z | Compiling icu_provider_macros v1.5.0 |
525 | 2024-11-13T04:22:05.228Z | Compiling hashbrown v0.14.5 |
526 | 2024-11-13T04:22:06.182Z | Checking futures-util v0.3.31 |
527 | 2024-11-13T04:22:06.305Z | Compiling openssl-macros v0.1.1 |
528 | 2024-11-13T04:22:06.630Z | Compiling regress v0.10.1 |
529 | 2024-11-13T04:22:06.696Z | Checking zerovec v0.10.4 |
530 | 2024-11-13T04:22:07.689Z | Compiling pest_meta v2.7.14 |
531 | 2024-11-13T04:22:07.893Z | Compiling scroll_derive v0.12.0 |
532 | 2024-11-13T04:22:09.409Z | Checking tinystr v0.7.6 |
533 | 2024-11-13T04:22:09.827Z | Checking icu_locid v1.5.0 |
534 | 2024-11-13T04:22:10.928Z | Checking icu_provider v1.5.0 |
535 | 2024-11-13T04:22:11.177Z | Checking tokio-util v0.7.12 |
536 | 2024-11-13T04:22:11.333Z | Compiling pest_generator v2.7.14 |
537 | 2024-11-13T04:22:11.426Z | Checking icu_collections v1.5.0 |
538 | 2024-11-13T04:22:11.636Z | Checking icu_locid_transform v1.5.0 |
539 | 2024-11-13T04:22:11.835Z | Checking http-body-util v0.1.2 |
540 | 2024-11-13T04:22:12.019Z | Checking tokio-rustls v0.26.0 |
541 | 2024-11-13T04:22:12.116Z | Checking scroll v0.12.0 |
542 | 2024-11-13T04:22:12.619Z | Checking icu_properties v1.5.1 |
543 | 2024-11-13T04:22:12.782Z | Compiling strsim v0.11.1 |
544 | 2024-11-13T04:22:12.947Z | Checking tokio-native-tls v0.3.1 |
545 | 2024-11-13T04:22:13.105Z | Compiling pest_derive v2.7.14 |
546 | 2024-11-13T04:22:13.430Z | Checking indexmap v2.6.0 |
547 | 2024-11-13T04:22:14.776Z | Compiling serde_tokenstream v0.2.2 |
548 | 2024-11-13T04:22:14.830Z | Checking h2 v0.4.6 |
549 | 2024-11-13T04:22:15.632Z | Compiling dtrace-parser v0.2.0 |
550 | 2024-11-13T04:22:15.779Z | Checking serde_urlencoded v0.7.1 |
551 | 2024-11-13T04:22:15.982Z | Checking icu_normalizer v1.5.0 |
552 | 2024-11-13T04:22:16.472Z | Compiling dof v0.3.0 |
553 | 2024-11-13T04:22:16.772Z | Checking idna_adapter v1.2.0 |
554 | 2024-11-13T04:22:16.791Z | Checking plain v0.2.3 |
555 | 2024-11-13T04:22:16.949Z | Compiling crossbeam-utils v0.8.20 |
556 | 2024-11-13T04:22:16.955Z | Checking idna v1.0.3 |
557 | 2024-11-13T04:22:17.288Z | Checking num_threads v0.1.7 |
558 | 2024-11-13T04:22:17.386Z | Checking time v0.3.36 |
559 | 2024-11-13T04:22:17.406Z | Checking typify-impl v0.2.0 |
560 | 2024-11-13T04:22:17.460Z | Checking url v2.5.3 |
561 | 2024-11-13T04:22:17.568Z | Checking goblin v0.8.2 |
562 | 2024-11-13T04:22:18.840Z | Compiling openapiv3 v2.0.0 |
563 | 2024-11-13T04:22:19.258Z | Checking hyper v1.4.1 |
564 | 2024-11-13T04:22:19.954Z | Compiling darling_core v0.20.10 |
565 | 2024-11-13T04:22:20.631Z | Checking sync_wrapper v1.0.1 |
566 | 2024-11-13T04:22:20.780Z | Checking dirs-sys-next v0.1.2 |
567 | 2024-11-13T04:22:21.342Z | Compiling omicron-workspace-hack v0.1.0 |
568 | 2024-11-13T04:22:21.446Z | Checking hyper-util v0.1.10 |
569 | 2024-11-13T04:22:21.644Z | Checking ipnet v2.10.1 |
570 | 2024-11-13T04:22:22.167Z | Checking pretty-hex v0.4.1 |
571 | 2024-11-13T04:22:22.346Z | Compiling unsafe-libyaml v0.2.11 |
572 | 2024-11-13T04:22:22.431Z | Compiling rustversion v1.0.17 |
573 | 2024-11-13T04:22:22.774Z | Compiling rustls v0.22.4 |
574 | 2024-11-13T04:22:22.994Z | Compiling paste v1.0.15 |
575 | 2024-11-13T04:22:23.201Z | Checking hyper-tls v0.6.0 |
576 | 2024-11-13T04:22:23.297Z | Checking hyper-rustls v0.27.3 |
577 | 2024-11-13T04:22:23.559Z | Checking dirs-next v2.0.0 |
578 | 2024-11-13T04:22:23.614Z | Checking reqwest v0.12.9 |
579 | 2024-11-13T04:22:23.631Z | Compiling serde_yaml v0.9.34+deprecated |
580 | 2024-11-13T04:22:23.691Z | Checking serde_spanned v0.6.8 |
581 | 2024-11-13T04:22:23.731Z | Checking toml_datetime v0.6.8 |
582 | 2024-11-13T04:22:23.882Z | Checking ppv-lite86 v0.2.20 |
583 | 2024-11-13T04:22:24.028Z | Compiling structmeta-derive v0.3.0 |
584 | 2024-11-13T04:22:24.073Z | Checking crypto-common v0.1.6 |
585 | 2024-11-13T04:22:24.245Z | Checking block-buffer v0.10.4 |
586 | 2024-11-13T04:22:24.351Z | Checking rand_core v0.6.4 |
587 | 2024-11-13T04:22:24.576Z | Checking thread_local v1.1.8 |
588 | 2024-11-13T04:22:24.666Z | Compiling multer v3.1.0 |
589 | 2024-11-13T04:22:24.692Z | Compiling newtype-uuid v1.1.3 |
590 | 2024-11-13T04:22:24.850Z | Compiling camino v1.1.9 |
591 | 2024-11-13T04:22:24.996Z | Compiling anyhow v1.0.93 |
592 | 2024-11-13T04:22:25.021Z | Checking winnow v0.6.20 |
593 | 2024-11-13T04:22:25.065Z | Compiling slog-async v2.8.0 |
594 | 2024-11-13T04:22:25.471Z | Checking match_cfg v0.1.0 |
595 | 2024-11-13T04:22:25.559Z | Checking hostname v0.3.1 |
596 | 2024-11-13T04:22:25.707Z | Checking progenitor-client v0.8.0 |
597 | 2024-11-13T04:22:25.848Z | Checking rand_chacha v0.3.1 |
598 | 2024-11-13T04:22:25.986Z | Compiling darling_macro v0.20.10 |
599 | 2024-11-13T04:22:26.008Z | Checking digest v0.10.7 |
600 | 2024-11-13T04:22:26.158Z | Checking crossbeam-channel v0.5.13 |
601 | 2024-11-13T04:22:26.327Z | Checking term v0.7.0 |
602 | 2024-11-13T04:22:26.752Z | Compiling structmeta v0.3.0 |
603 | 2024-11-13T04:22:26.980Z | Compiling darling v0.20.10 |
604 | 2024-11-13T04:22:27.088Z | Checking slog-json v2.6.1 |
605 | 2024-11-13T04:22:27.126Z | Compiling usdt-attr-macro v0.5.0 |
606 | 2024-11-13T04:22:27.338Z | Compiling usdt-macro v0.5.0 |
607 | 2024-11-13T04:22:27.356Z | Checking futures-executor v0.3.31 |
608 | 2024-11-13T04:22:27.573Z | Compiling async-stream-impl v0.3.6 |
609 | 2024-11-13T04:22:27.599Z | Checking is-terminal v0.4.13 |
610 | 2024-11-13T04:22:27.717Z | Checking memmap v0.7.0 |
611 | 2024-11-13T04:22:27.932Z | Compiling dropshot v0.12.0 |
612 | 2024-11-13T04:22:27.960Z | Checking cpufeatures v0.2.14 |
613 | 2024-11-13T04:22:28.049Z | Checking take_mut v0.2.2 |
614 | 2024-11-13T04:22:28.104Z | Checking toml_edit v0.22.22 |
615 | 2024-11-13T04:22:28.337Z | Checking sha1 v0.10.6 |
616 | 2024-11-13T04:22:28.498Z | Compiling strum_macros v0.26.4 |
617 | 2024-11-13T04:22:28.517Z | Checking slog-term v2.9.1 |
618 | 2024-11-13T04:22:28.590Z | Checking futures v0.3.31 |
619 | 2024-11-13T04:22:28.648Z | Checking usdt v0.5.0 |
620 | 2024-11-13T04:22:28.696Z | Checking slog-bunyan v2.5.0 |
621 | 2024-11-13T04:22:28.841Z | Checking async-stream v0.3.6 |
622 | 2024-11-13T04:22:28.871Z | Compiling parse-display-derive v0.10.0 |
623 | 2024-11-13T04:22:28.902Z | Compiling serde_with_macros v3.11.0 |
624 | 2024-11-13T04:22:28.998Z | Checking rand v0.8.5 |
625 | 2024-11-13T04:22:30.416Z | Checking ipnetwork v0.20.0 |
626 | 2024-11-13T04:22:30.569Z | Checking tokio-rustls v0.25.0 |
627 | 2024-11-13T04:22:30.694Z | Checking toml v0.8.19 |
628 | 2024-11-13T04:22:30.711Z | Compiling dropshot_endpoint v0.12.0 |
629 | 2024-11-13T04:22:30.775Z | Checking hex v0.4.3 |
630 | 2024-11-13T04:22:30.916Z | Checking serde_path_to_error v0.1.16 |
631 | 2024-11-13T04:22:31.314Z | Compiling async-trait v0.1.83 |
632 | 2024-11-13T04:22:31.414Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
633 | 2024-11-13T04:22:31.514Z | Checking waitgroup v0.1.2 |
634 | 2024-11-13T04:22:31.568Z | Checking hostname v0.4.0 |
635 | 2024-11-13T04:22:31.658Z | Checking instant v0.1.13 |
636 | 2024-11-13T04:22:31.703Z | Checking debug-ignore v1.0.5 |
637 | 2024-11-13T04:22:31.779Z | Checking backoff v0.4.0 |
638 | 2024-11-13T04:22:31.856Z | Checking serde_with v3.11.0 |
639 | 2024-11-13T04:22:32.041Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
640 | 2024-11-13T04:22:32.196Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
641 | 2024-11-13T04:22:32.300Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
642 | 2024-11-13T04:22:32.448Z | Compiling typify-macro v0.2.0 |
643 | 2024-11-13T04:22:32.449Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
644 | 2024-11-13T04:22:32.605Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
645 | 2024-11-13T04:22:32.792Z | Checking parse-display v0.10.0 |
646 | 2024-11-13T04:22:32.881Z | Checking macaddr v1.0.1 |
647 | 2024-11-13T04:22:32.943Z | Checking strum v0.26.3 |
648 | 2024-11-13T04:22:32.989Z | Checking regress v0.9.1 |
649 | 2024-11-13T04:22:34.713Z | Compiling typify v0.2.0 |
650 | 2024-11-13T04:22:34.803Z | Compiling progenitor-impl v0.8.0 |
651 | 2024-11-13T04:22:37.534Z | Compiling progenitor-macro v0.8.0 |
652 | 2024-11-13T04:22:41.716Z | Checking progenitor v0.8.0 |
653 | 2024-11-13T04:22:41.845Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
654 | 2024-11-13T04:22:44.707Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
655 | 2024-11-13T04:22:52.381Z | Checking test-project v0.1.0 (/tmp/test-project) |
656 | 2024-11-13T04:22:52.444Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
657 | 2024-11-13T04:22:52.765Z | + cargo build --release |
658 | 2024-11-13T04:22:53.021Z | Compiling proc-macro2 v1.0.89 |
659 | 2024-11-13T04:22:53.021Z | Compiling unicode-ident v1.0.13 |
660 | 2024-11-13T04:22:53.026Z | Compiling libc v0.2.162 |
661 | 2024-11-13T04:22:53.026Z | Compiling cfg-if v1.0.0 |
662 | 2024-11-13T04:22:53.026Z | Compiling autocfg v1.4.0 |
663 | 2024-11-13T04:22:53.026Z | Compiling serde v1.0.215 |
664 | 2024-11-13T04:22:53.026Z | Compiling version_check v0.9.5 |
665 | 2024-11-13T04:22:53.027Z | Compiling memchr v2.7.4 |
666 | 2024-11-13T04:22:53.129Z | Compiling serde_json v1.0.132 |
667 | 2024-11-13T04:22:53.215Z | Compiling itoa v1.0.11 |
668 | 2024-11-13T04:22:53.450Z | Compiling thiserror v1.0.69 |
669 | 2024-11-13T04:22:53.587Z | Compiling once_cell v1.20.2 |
670 | 2024-11-13T04:22:53.678Z | Compiling shlex v1.3.0 |
671 | 2024-11-13T04:22:53.916Z | Compiling cc v1.1.30 |
672 | 2024-11-13T04:22:53.996Z | Compiling num-traits v0.2.19 |
673 | 2024-11-13T04:22:54.319Z | Compiling pin-project-lite v0.2.14 |
674 | 2024-11-13T04:22:54.429Z | Compiling smallvec v1.13.2 |
675 | 2024-11-13T04:22:54.521Z | Compiling getrandom v0.2.15 |
676 | 2024-11-13T04:22:54.594Z | Compiling bytes v1.8.0 |
677 | 2024-11-13T04:22:54.671Z | Compiling quote v1.0.37 |
678 | 2024-11-13T04:22:54.846Z | Compiling ryu v1.0.18 |
679 | 2024-11-13T04:22:54.898Z | Compiling futures-core v0.3.31 |
680 | 2024-11-13T04:22:55.090Z | Compiling syn v2.0.87 |
681 | 2024-11-13T04:22:55.134Z | Compiling lock_api v0.4.12 |
682 | 2024-11-13T04:22:55.296Z | Compiling ahash v0.8.11 |
683 | 2024-11-13T04:22:55.372Z | Compiling parking_lot_core v0.9.10 |
684 | 2024-11-13T04:22:55.471Z | Compiling byteorder v1.5.0 |
685 | 2024-11-13T04:22:55.664Z | Compiling schemars v0.8.21 |
686 | 2024-11-13T04:22:55.820Z | Compiling scopeguard v1.2.0 |
687 | 2024-11-13T04:22:55.962Z | Compiling slab v0.4.9 |
688 | 2024-11-13T04:22:56.038Z | Compiling futures-sink v0.3.31 |
689 | 2024-11-13T04:22:56.186Z | Compiling log v0.4.22 |
690 | 2024-11-13T04:22:56.320Z | Compiling signal-hook-registry v1.4.2 |
691 | 2024-11-13T04:22:56.408Z | Compiling parking_lot v0.12.3 |
692 | 2024-11-13T04:22:56.429Z | Compiling mio v1.0.2 |
693 | 2024-11-13T04:22:56.468Z | Compiling socket2 v0.5.7 |
694 | 2024-11-13T04:22:56.661Z | Compiling stable_deref_trait v1.2.0 |
695 | 2024-11-13T04:22:56.766Z | Compiling hashbrown v0.15.0 |
696 | 2024-11-13T04:22:56.858Z | Compiling ring v0.17.8 |
697 | 2024-11-13T04:22:57.026Z | Compiling equivalent v1.0.1 |
698 | 2024-11-13T04:22:57.147Z | Compiling fnv v1.0.7 |
699 | 2024-11-13T04:22:57.267Z | Compiling http v1.1.0 |
700 | 2024-11-13T04:22:57.881Z | Compiling futures-channel v0.3.31 |
701 | 2024-11-13T04:22:58.076Z | Compiling futures-task v0.3.31 |
702 | 2024-11-13T04:22:58.140Z | Compiling pin-utils v0.1.0 |
703 | 2024-11-13T04:22:58.222Z | Compiling futures-io v0.3.31 |
704 | 2024-11-13T04:22:58.271Z | Compiling semver v1.0.23 |
705 | 2024-11-13T04:22:58.349Z | Compiling heck v0.5.0 |
706 | 2024-11-13T04:22:58.539Z | Compiling pkg-config v0.3.31 |
707 | 2024-11-13T04:22:58.549Z | Compiling vcpkg v0.2.15 |
708 | 2024-11-13T04:22:58.562Z | Compiling spin v0.9.8 |
709 | 2024-11-13T04:22:58.759Z | Compiling rustls-pki-types v1.9.0 |
710 | 2024-11-13T04:22:59.359Z | Compiling ucd-trie v0.1.7 |
711 | 2024-11-13T04:22:59.737Z | Compiling writeable v0.5.5 |
712 | 2024-11-13T04:22:59.847Z | Compiling iana-time-zone v0.1.61 |
713 | 2024-11-13T04:23:00.177Z | Compiling openssl-sys v0.9.104 |
714 | 2024-11-13T04:23:00.549Z | Compiling httparse v1.9.5 |
715 | 2024-11-13T04:23:00.686Z | Compiling untrusted v0.9.0 |
716 | 2024-11-13T04:23:00.861Z | Compiling litemap v0.7.3 |
717 | 2024-11-13T04:23:00.995Z | Compiling tracing-core v0.1.32 |
718 | 2024-11-13T04:23:01.270Z | Compiling allocator-api2 v0.2.18 |
719 | 2024-11-13T04:23:01.467Z | Compiling dyn-clone v1.0.17 |
720 | 2024-11-13T04:23:01.598Z | Compiling atomic-waker v1.1.2 |
721 | 2024-11-13T04:23:01.782Z | Compiling tracing v0.1.40 |
722 | 2024-11-13T04:23:02.035Z | Compiling http-body v1.0.1 |
723 | 2024-11-13T04:23:02.339Z | Compiling uuid v1.10.0 |
724 | 2024-11-13T04:23:02.574Z | Compiling chrono v0.4.38 |
725 | 2024-11-13T04:23:02.606Z | Compiling zeroize v1.8.1 |
726 | 2024-11-13T04:23:02.926Z | Compiling synstructure v0.13.1 |
727 | 2024-11-13T04:23:02.947Z | Compiling serde_derive_internals v0.29.1 |
728 | 2024-11-13T04:23:03.005Z | Compiling try-lock v0.2.5 |
729 | 2024-11-13T04:23:03.152Z | Compiling icu_locid_transform_data v1.5.0 |
730 | 2024-11-13T04:23:03.359Z | Compiling subtle v2.6.1 |
731 | 2024-11-13T04:23:03.410Z | Compiling want v0.3.1 |
732 | 2024-11-13T04:23:03.752Z | Compiling httpdate v1.0.3 |
733 | 2024-11-13T04:23:04.316Z | Compiling openssl v0.10.68 |
734 | 2024-11-13T04:23:04.509Z | Compiling slog v2.7.0 |
735 | 2024-11-13T04:23:04.658Z | Compiling foreign-types-shared v0.1.1 |
736 | 2024-11-13T04:23:04.751Z | Compiling icu_properties_data v1.5.0 |
737 | 2024-11-13T04:23:05.009Z | Compiling foreign-types v0.3.2 |
738 | 2024-11-13T04:23:05.110Z | Compiling aho-corasick v1.1.3 |
739 | 2024-11-13T04:23:05.180Z | Compiling utf8_iter v1.0.4 |
740 | 2024-11-13T04:23:05.449Z | Compiling percent-encoding v2.3.1 |
741 | 2024-11-13T04:23:05.700Z | Compiling write16 v1.0.0 |
742 | 2024-11-13T04:23:05.819Z | Compiling typenum v1.17.0 |
743 | 2024-11-13T04:23:05.901Z | Compiling regex-syntax v0.8.5 |
744 | 2024-11-13T04:23:06.561Z | Compiling icu_normalizer_data v1.5.0 |
745 | 2024-11-13T04:23:06.653Z | Compiling utf16_iter v1.0.5 |
746 | 2024-11-13T04:23:06.796Z | Compiling rustls v0.23.14 |
747 | 2024-11-13T04:23:06.861Z | Compiling native-tls v0.2.12 |
748 | 2024-11-13T04:23:07.108Z | Compiling bitflags v2.6.0 |
749 | 2024-11-13T04:23:07.222Z | Compiling tower-service v0.3.3 |
750 | 2024-11-13T04:23:07.395Z | Compiling form_urlencoded v1.2.1 |
751 | 2024-11-13T04:23:07.971Z | Compiling generic-array v0.14.7 |
752 | 2024-11-13T04:23:08.092Z | Compiling openssl-probe v0.1.5 |
753 | 2024-11-13T04:23:08.509Z | Compiling serde_derive v1.0.215 |
754 | 2024-11-13T04:23:08.589Z | Compiling zerocopy-derive v0.7.35 |
755 | 2024-11-13T04:23:08.608Z | Compiling thiserror-impl v1.0.69 |
756 | 2024-11-13T04:23:09.500Z | Compiling zerofrom-derive v0.1.4 |
757 | 2024-11-13T04:23:09.551Z | Compiling schemars_derive v0.8.21 |
758 | 2024-11-13T04:23:10.700Z | Compiling zerocopy v0.7.35 |
759 | 2024-11-13T04:23:11.927Z | Compiling tokio-macros v2.4.0 |
760 | 2024-11-13T04:23:12.292Z | Compiling yoke-derive v0.7.4 |
761 | 2024-11-13T04:23:12.655Z | Compiling zerovec-derive v0.10.3 |
762 | 2024-11-13T04:23:13.104Z | Compiling zerofrom v0.1.4 |
763 | 2024-11-13T04:23:13.336Z | Compiling futures-macro v0.3.31 |
764 | 2024-11-13T04:23:13.385Z | Compiling displaydoc v0.2.5 |
765 | 2024-11-13T04:23:13.470Z | Compiling tokio v1.40.0 |
766 | 2024-11-13T04:23:15.095Z | Compiling yoke v0.7.4 |
767 | 2024-11-13T04:23:15.139Z | Compiling pest v2.7.14 |
768 | 2024-11-13T04:23:15.281Z | Compiling futures-util v0.3.31 |
769 | 2024-11-13T04:23:15.443Z | Compiling zerovec v0.10.4 |
770 | 2024-11-13T04:23:15.464Z | Compiling icu_provider_macros v1.5.0 |
771 | 2024-11-13T04:23:15.595Z | Compiling hashbrown v0.14.5 |
772 | 2024-11-13T04:23:16.969Z | Compiling rustls-webpki v0.102.8 |
773 | 2024-11-13T04:23:18.109Z | Compiling tinystr v0.7.6 |
774 | 2024-11-13T04:23:18.522Z | Compiling icu_locid v1.5.0 |
775 | 2024-11-13T04:23:18.563Z | Compiling pest_meta v2.7.14 |
776 | 2024-11-13T04:23:21.741Z | Compiling icu_provider v1.5.0 |
777 | 2024-11-13T04:23:22.348Z | Compiling tokio-util v0.7.12 |
778 | 2024-11-13T04:23:23.314Z | Compiling indexmap v2.6.0 |
779 | 2024-11-13T04:23:24.041Z | Compiling serde_tokenstream v0.2.2 |
780 | 2024-11-13T04:23:25.114Z | Compiling h2 v0.4.6 |
781 | 2024-11-13T04:23:25.998Z | Compiling icu_locid_transform v1.5.0 |
782 | 2024-11-13T04:23:26.591Z | Compiling pest_generator v2.7.14 |
783 | 2024-11-13T04:23:28.773Z | Compiling icu_collections v1.5.0 |
784 | 2024-11-13T04:23:29.592Z | Compiling regress v0.10.1 |
785 | 2024-11-13T04:23:31.498Z | Compiling hyper v1.4.1 |
786 | 2024-11-13T04:23:31.952Z | Compiling icu_properties v1.5.1 |
787 | 2024-11-13T04:23:33.255Z | Compiling pest_derive v2.7.14 |
788 | 2024-11-13T04:23:34.158Z | Compiling typify-impl v0.2.0 |
789 | 2024-11-13T04:23:34.970Z | Compiling openssl-macros v0.1.1 |
790 | 2024-11-13T04:23:38.240Z | Compiling icu_normalizer v1.5.0 |
791 | 2024-11-13T04:23:41.242Z | Compiling hyper-util v0.1.10 |
792 | 2024-11-13T04:23:42.402Z | Compiling regex-automata v0.4.8 |
793 | 2024-11-13T04:23:43.519Z | Compiling idna_adapter v1.2.0 |
794 | 2024-11-13T04:23:43.725Z | Compiling http-body-util v0.1.2 |
795 | 2024-11-13T04:23:44.306Z | Compiling scroll_derive v0.12.0 |
796 | 2024-11-13T04:23:46.452Z | Compiling typify-macro v0.2.0 |
797 | 2024-11-13T04:23:47.242Z | Compiling regex v1.11.1 |
798 | 2024-11-13T04:23:47.411Z | Compiling usdt-impl v0.5.0 |
799 | 2024-11-13T04:23:47.801Z | Compiling encoding_rs v0.8.34 |
800 | 2024-11-13T04:23:48.204Z | Compiling time-core v0.1.2 |
801 | 2024-11-13T04:23:48.368Z | Compiling mime v0.3.17 |
802 | 2024-11-13T04:23:49.454Z | Compiling num-conv v0.1.0 |
803 | 2024-11-13T04:23:50.262Z | Compiling powerfmt v0.2.0 |
804 | 2024-11-13T04:23:50.358Z | Compiling time-macros v0.2.18 |
805 | 2024-11-13T04:23:50.366Z | Compiling tokio-rustls v0.26.0 |
806 | 2024-11-13T04:23:50.731Z | Compiling deranged v0.3.11 |
807 | 2024-11-13T04:23:53.105Z | Compiling thread-id v4.2.2 |
808 | 2024-11-13T04:23:53.201Z | Compiling scroll v0.12.0 |
809 | 2024-11-13T04:23:53.429Z | Compiling idna v1.0.3 |
810 | 2024-11-13T04:23:53.993Z | Compiling tokio-native-tls v0.3.1 |
811 | 2024-11-13T04:23:58.542Z | Compiling dtrace-parser v0.2.0 |
812 | 2024-11-13T04:23:59.222Z | Compiling dof v0.3.0 |
813 | 2024-11-13T04:24:00.095Z | Compiling serde_urlencoded v0.7.1 |
814 | 2024-11-13T04:24:00.361Z | Compiling rustls-pemfile v2.2.0 |
815 | 2024-11-13T04:24:00.692Z | Compiling webpki-roots v0.26.6 |
816 | 2024-11-13T04:24:00.903Z | Compiling omicron-workspace-hack v0.1.0 |
817 | 2024-11-13T04:24:00.979Z | Compiling plain v0.2.3 |
818 | 2024-11-13T04:24:01.136Z | Compiling ident_case v1.0.1 |
819 | 2024-11-13T04:24:01.213Z | Compiling strsim v0.11.1 |
820 | 2024-11-13T04:24:01.296Z | Compiling base64 v0.22.1 |
821 | 2024-11-13T04:24:02.391Z | Compiling num_threads v0.1.7 |
822 | 2024-11-13T04:24:02.506Z | Compiling crossbeam-utils v0.8.20 |
823 | 2024-11-13T04:24:03.025Z | Compiling time v0.3.36 |
824 | 2024-11-13T04:24:05.725Z | Compiling darling_core v0.20.10 |
825 | 2024-11-13T04:24:07.013Z | Compiling goblin v0.8.2 |
826 | 2024-11-13T04:24:07.554Z | Compiling hyper-rustls v0.27.3 |
827 | 2024-11-13T04:24:12.036Z | Compiling hyper-tls v0.6.0 |
828 | 2024-11-13T04:24:12.439Z | Compiling url v2.5.3 |
829 | 2024-11-13T04:24:12.538Z | Compiling typify v0.2.0 |
830 | 2024-11-13T04:24:12.616Z | Compiling openapiv3 v2.0.0 |
831 | 2024-11-13T04:24:14.346Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-13T04:24:14.493Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-13T04:24:15.983Z | Compiling rustls v0.22.4 |
834 | 2024-11-13T04:24:16.298Z | Compiling paste v1.0.15 |
835 | 2024-11-13T04:24:16.770Z | Compiling pretty-hex v0.4.1 |
836 | 2024-11-13T04:24:16.900Z | Compiling unsafe-libyaml v0.2.11 |
837 | 2024-11-13T04:24:16.987Z | Compiling ipnet v2.10.1 |
838 | 2024-11-13T04:24:18.221Z | Compiling rustversion v1.0.17 |
839 | 2024-11-13T04:24:18.702Z | Compiling serde_yaml v0.9.34+deprecated |
840 | 2024-11-13T04:24:18.949Z | Compiling reqwest v0.12.9 |
841 | 2024-11-13T04:24:20.155Z | Compiling progenitor-impl v0.8.0 |
842 | 2024-11-13T04:24:22.626Z | Compiling dirs-next v2.0.0 |
843 | 2024-11-13T04:24:22.884Z | Compiling darling_macro v0.20.10 |
844 | 2024-11-13T04:24:25.775Z | Compiling crypto-common v0.1.6 |
845 | 2024-11-13T04:24:25.987Z | Compiling block-buffer v0.10.4 |
846 | 2024-11-13T04:24:26.223Z | Compiling serde_spanned v0.6.8 |
847 | 2024-11-13T04:24:26.461Z | Compiling toml_datetime v0.6.8 |
848 | 2024-11-13T04:24:26.478Z | Compiling ppv-lite86 v0.2.20 |
849 | 2024-11-13T04:24:26.943Z | Compiling structmeta-derive v0.3.0 |
850 | 2024-11-13T04:24:27.165Z | Compiling rand_core v0.6.4 |
851 | 2024-11-13T04:24:27.556Z | Compiling thread_local v1.1.8 |
852 | 2024-11-13T04:24:27.657Z | Compiling multer v3.1.0 |
853 | 2024-11-13T04:24:27.989Z | Compiling newtype-uuid v1.1.3 |
854 | 2024-11-13T04:24:28.257Z | Compiling winnow v0.6.20 |
855 | 2024-11-13T04:24:28.303Z | Compiling anyhow v1.0.93 |
856 | 2024-11-13T04:24:28.896Z | Compiling slog-async v2.8.0 |
857 | 2024-11-13T04:24:29.395Z | Compiling camino v1.1.9 |
858 | 2024-11-13T04:24:29.431Z | Compiling match_cfg v0.1.0 |
859 | 2024-11-13T04:24:29.516Z | Compiling hostname v0.3.1 |
860 | 2024-11-13T04:24:29.701Z | Compiling structmeta v0.3.0 |
861 | 2024-11-13T04:24:30.080Z | Compiling rand_chacha v0.3.1 |
862 | 2024-11-13T04:24:30.172Z | Compiling progenitor-macro v0.8.0 |
863 | 2024-11-13T04:24:30.539Z | Compiling digest v0.10.7 |
864 | 2024-11-13T04:24:30.948Z | Compiling crossbeam-channel v0.5.13 |
865 | 2024-11-13T04:24:32.088Z | Compiling darling v0.20.10 |
866 | 2024-11-13T04:24:32.193Z | Compiling toml_edit v0.22.22 |
867 | 2024-11-13T04:24:32.554Z | Compiling term v0.7.0 |
868 | 2024-11-13T04:24:37.337Z | Compiling progenitor-client v0.8.0 |
869 | 2024-11-13T04:24:40.657Z | Compiling usdt-macro v0.5.0 |
870 | 2024-11-13T04:24:41.353Z | Compiling usdt-attr-macro v0.5.0 |
871 | 2024-11-13T04:24:42.012Z | Compiling slog-json v2.6.1 |
872 | 2024-11-13T04:24:42.475Z | Compiling futures-executor v0.3.31 |
873 | 2024-11-13T04:24:42.863Z | Compiling async-stream-impl v0.3.6 |
874 | 2024-11-13T04:24:43.297Z | Compiling memmap v0.7.0 |
875 | 2024-11-13T04:24:43.634Z | Compiling is-terminal v0.4.13 |
876 | 2024-11-13T04:24:43.742Z | Compiling dropshot v0.12.0 |
877 | 2024-11-13T04:24:43.753Z | Compiling cpufeatures v0.2.14 |
878 | 2024-11-13T04:24:43.838Z | Compiling take_mut v0.2.2 |
879 | 2024-11-13T04:24:44.134Z | Compiling sha1 v0.10.6 |
880 | 2024-11-13T04:24:44.223Z | Compiling async-stream v0.3.6 |
881 | 2024-11-13T04:24:44.531Z | Compiling slog-term v2.9.1 |
882 | 2024-11-13T04:24:44.916Z | Compiling usdt v0.5.0 |
883 | 2024-11-13T04:24:46.480Z | Compiling progenitor v0.8.0 |
884 | 2024-11-13T04:24:46.693Z | Compiling futures v0.3.31 |
885 | 2024-11-13T04:24:46.892Z | Compiling slog-bunyan v2.5.0 |
886 | 2024-11-13T04:24:47.171Z | Compiling strum_macros v0.26.4 |
887 | 2024-11-13T04:24:47.449Z | Compiling tokio-rustls v0.25.0 |
888 | 2024-11-13T04:24:47.477Z | Compiling toml v0.8.19 |
889 | 2024-11-13T04:24:47.880Z | Compiling serde_with_macros v3.11.0 |
890 | 2024-11-13T04:24:50.597Z | Compiling rand v0.8.5 |
891 | 2024-11-13T04:24:53.387Z | Compiling parse-display-derive v0.10.0 |
892 | 2024-11-13T04:24:55.444Z | Compiling ipnetwork v0.20.0 |
893 | 2024-11-13T04:24:55.454Z | Compiling dropshot_endpoint v0.12.0 |
894 | 2024-11-13T04:24:56.652Z | Compiling serde_path_to_error v0.1.16 |
895 | 2024-11-13T04:24:57.438Z | Compiling hex v0.4.3 |
896 | 2024-11-13T04:24:57.701Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
897 | 2024-11-13T04:24:58.140Z | Compiling async-trait v0.1.83 |
898 | 2024-11-13T04:24:58.547Z | Compiling waitgroup v0.1.2 |
899 | 2024-11-13T04:24:58.773Z | Compiling hostname v0.4.0 |
900 | 2024-11-13T04:24:59.026Z | Compiling instant v0.1.13 |
901 | 2024-11-13T04:24:59.178Z | Compiling debug-ignore v1.0.5 |
902 | 2024-11-13T04:24:59.347Z | Compiling backoff v0.4.0 |
903 | 2024-11-13T04:24:59.730Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
904 | 2024-11-13T04:24:59.849Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
905 | 2024-11-13T04:24:59.907Z | Compiling parse-display v0.10.0 |
906 | 2024-11-13T04:24:59.907Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
907 | 2024-11-13T04:25:00.639Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
908 | 2024-11-13T04:25:01.189Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
909 | 2024-11-13T04:25:02.047Z | Compiling strum v0.26.3 |
910 | 2024-11-13T04:25:02.213Z | Compiling serde_with v3.11.0 |
911 | 2024-11-13T04:25:03.811Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
912 | 2024-11-13T04:25:04.664Z | Compiling regress v0.9.1 |
913 | 2024-11-13T04:25:04.804Z | Compiling macaddr v1.0.1 |
914 | 2024-11-13T04:25:09.194Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
915 | 2024-11-13T04:25:20.335Z | Compiling test-project v0.1.0 (/tmp/test-project) |
916 | 2024-11-13T04:25:30.248Z | Finished `release` profile [optimized] target(s) in 2m 37s |
917 | 2024-11-13T04:25:30.316Z | process exited: duration 237209 ms, exit code 0 |
|
918 | 2024-11-13T04:25:30.323Z | found 0 output files |