|
|
|
1 | 2024-12-17T07:20:33.356Z | job assigned to worker 01JF9QSB568D0RNH95GZ4Y19TD [factory aws, i-0966281d02d3326f5] (queued for 56 s) |
|
2 | 2024-12-17T07:20:41.642Z | starting task 0: "setup" |
3 | 2024-12-17T07:20:41.650Z | ++ uname -s |
4 | 2024-12-17T07:20:41.653Z | + kern=SunOS |
5 | 2024-12-17T07:20:41.653Z | + case "$kern" in |
6 | 2024-12-17T07:20:41.653Z | + groupadd -g 12345 build |
7 | 2024-12-17T07:20:41.656Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-17T07:20:43.661Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-17T07:20:43.769Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-17T07:20:43.771Z | + home_fs=zfs |
11 | 2024-12-17T07:20:43.771Z | + [[ zfs == autofs ]] |
12 | 2024-12-17T07:20:43.771Z | + mkdir -p /home/build |
13 | 2024-12-17T07:20:43.774Z | + chown build:build /home/build /work |
14 | 2024-12-17T07:20:45.776Z | + chmod 0700 /home/build /work |
15 | 2024-12-17T07:20:45.779Z | process exited: duration 4138 ms, exit code 0 |
|
16 | 2024-12-17T07:20:45.784Z | starting task 1: "rust-toolchain" |
17 | 2024-12-17T07:20:45.790Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-17T07:20:45.790Z | ' 1.81.0 |
19 | 2024-12-17T07:20:45.790Z | * toolchain channel = "1.81.0" |
20 | 2024-12-17T07:20:45.790Z | * toolchain profile = "default" |
21 | 2024-12-17T07:20:45.790Z | + printf ' * toolchain profile = "%s" |
22 | 2024-12-17T07:20:45.790Z | ' default |
23 | 2024-12-17T07:20:45.792Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-17T07:20:45.792Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-17T07:20:45.913Z | info: downloading installer |
26 | 2024-12-17T07:20:47.247Z | info: profile set to 'default' |
27 | 2024-12-17T07:20:47.247Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-17T07:20:47.249Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-17T07:20:47.389Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-17T07:20:47.389Z | info: downloading component 'cargo' |
31 | 2024-12-17T07:20:48.389Z | info: downloading component 'clippy' |
32 | 2024-12-17T07:20:48.881Z | info: downloading component 'rust-docs' |
33 | 2024-12-17T07:20:49.884Z | info: downloading component 'rust-std' |
34 | 2024-12-17T07:20:51.676Z | info: downloading component 'rustc' |
35 | 2024-12-17T07:20:57.460Z | info: downloading component 'rustfmt' |
36 | 2024-12-17T07:20:57.904Z | info: installing component 'cargo' |
37 | 2024-12-17T07:20:58.692Z | info: installing component 'clippy' |
38 | 2024-12-17T07:20:59.061Z | info: installing component 'rust-docs' |
39 | 2024-12-17T07:21:00.610Z | info: installing component 'rust-std' |
40 | 2024-12-17T07:21:02.359Z | info: installing component 'rustc' |
41 | 2024-12-17T07:21:08.025Z | info: installing component 'rustfmt' |
42 | 2024-12-17T07:21:08.345Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-17T07:21:08.345Z | |
44 | 2024-12-17T07:21:08.709Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-17T07:21:08.709Z | |
46 | 2024-12-17T07:21:08.712Z | |
47 | 2024-12-17T07:21:08.712Z | Rust is installed now. Great! |
48 | 2024-12-17T07:21:08.712Z | |
49 | 2024-12-17T07:21:08.712Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-17T07:21:08.712Z | environment variable. This has not been done automatically. |
51 | 2024-12-17T07:21:08.712Z | |
52 | 2024-12-17T07:21:08.712Z | To configure your current shell, you need to source |
53 | 2024-12-17T07:21:08.712Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-17T07:21:08.712Z | |
55 | 2024-12-17T07:21:08.712Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-17T07:21:08.712Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-17T07:21:08.712Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-17T07:21:08.782Z | + rustc --version |
59 | 2024-12-17T07:21:08.849Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-17T07:21:08.852Z | process exited: duration 23066 ms, exit code 0 |
|
61 | 2024-12-17T07:21:08.857Z | starting task 2: "authentication" |
62 | 2024-12-17T07:21:08.878Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-17T07:21:08.883Z | starting task 3: "clone repository" |
64 | 2024-12-17T07:21:08.887Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-17T07:21:08.890Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-17T07:21:09.183Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-17T07:21:16.899Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-17T07:21:16.899Z | + git fetch origin fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
69 | 2024-12-17T07:21:17.518Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-17T07:21:17.518Z | * branch fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 -> FETCH_HEAD |
71 | 2024-12-17T07:21:17.529Z | + [[ -n eliza/dropshot-1180 ]] |
72 | 2024-12-17T07:21:17.531Z | ++ git branch --show-current |
73 | 2024-12-17T07:21:17.534Z | + current=main |
74 | 2024-12-17T07:21:17.534Z | + [[ main != eliza/dropshot-1180 ]] |
75 | 2024-12-17T07:21:17.534Z | + git branch -f eliza/dropshot-1180 fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
76 | 2024-12-17T07:21:17.536Z | + git checkout -f eliza/dropshot-1180 |
77 | 2024-12-17T07:21:17.711Z | Switched to branch 'eliza/dropshot-1180' |
78 | 2024-12-17T07:21:17.714Z | + git reset --hard fb10fadb3bf4cd5b63ffdcd9ba500ffe6b6e3fc6 |
79 | 2024-12-17T07:21:17.748Z | HEAD is now at fb10fadb3 fix mupdate |
80 | 2024-12-17T07:21:17.751Z | process exited: duration 8866 ms, exit code 0 |
|
81 | 2024-12-17T07:21:17.756Z | starting task 4: "build" |
82 | 2024-12-17T07:21:17.762Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-17T07:21:17.762Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-17T07:21:17.762Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-17T07:21:17.762Z | + cargo --version |
86 | 2024-12-17T07:21:17.820Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-17T07:21:17.823Z | + rustc --version |
88 | 2024-12-17T07:21:17.882Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-17T07:21:17.885Z | + cd /tmp |
90 | 2024-12-17T07:21:17.885Z | + cargo new --lib test-project |
91 | 2024-12-17T07:21:17.943Z | Creating library `test-project` package |
92 | 2024-12-17T07:21:18.020Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
93 | 2024-12-17T07:21:18.023Z | + cd test-project |
94 | 2024-12-17T07:21:18.023Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
95 | 2024-12-17T07:21:18.081Z | Adding omicron-common (local) to dependencies |
96 | 2024-12-17T07:21:18.081Z | Features: |
97 | 2024-12-17T07:21:18.081Z | - proptest |
98 | 2024-12-17T07:21:18.084Z | - test-strategy |
99 | 2024-12-17T07:21:18.084Z | - testing |
100 | 2024-12-17T07:21:18.084Z | Updating crates.io index |
101 | 2024-12-17T07:21:18.152Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
102 | 2024-12-17T07:21:18.939Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
103 | 2024-12-17T07:21:19.784Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
104 | 2024-12-17T07:21:20.826Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
105 | 2024-12-17T07:21:22.822Z | Locking 327 packages to latest compatible versions |
106 | 2024-12-17T07:21:22.825Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
107 | 2024-12-17T07:21:22.825Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
108 | 2024-12-17T07:21:22.825Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
109 | 2024-12-17T07:21:22.828Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
110 | 2024-12-17T07:21:22.828Z | Adding goblin v0.8.2 (latest: v0.9.2) |
111 | 2024-12-17T07:21:22.828Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
112 | 2024-12-17T07:21:22.828Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
113 | 2024-12-17T07:21:22.828Z | Adding hostname v0.3.1 (latest: v0.4.0) |
114 | 2024-12-17T07:21:22.835Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
115 | 2024-12-17T07:21:22.835Z | Adding linux-raw-sys v0.4.14 (latest: v0.6.5) |
116 | 2024-12-17T07:21:22.835Z | Adding regress v0.9.1 (latest: v0.10.1) |
117 | 2024-12-17T07:21:22.838Z | Adding rustls v0.22.4 (latest: v0.23.20) |
118 | 2024-12-17T07:21:22.841Z | Adding security-framework v2.11.1 (latest: v3.0.1) |
119 | 2024-12-17T07:21:22.843Z | Adding term v0.7.0 (latest: v1.0.1) |
120 | 2024-12-17T07:21:22.843Z | Adding thiserror v1.0.69 (latest: v2.0.7) |
121 | 2024-12-17T07:21:22.843Z | Adding thiserror-impl v1.0.69 (latest: v2.0.7) |
122 | 2024-12-17T07:21:22.843Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
123 | 2024-12-17T07:21:22.846Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
124 | 2024-12-17T07:21:22.846Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
125 | 2024-12-17T07:21:22.848Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.13.3+wasi-0.2.2) |
126 | 2024-12-17T07:21:22.848Z | Adding windows v0.52.0 (latest: v0.58.0) |
127 | 2024-12-17T07:21:22.848Z | Adding windows-core v0.52.0 (latest: v0.58.0) |
128 | 2024-12-17T07:21:22.849Z | Adding windows-registry v0.2.0 (latest: v0.3.0) |
129 | 2024-12-17T07:21:22.849Z | Adding windows-strings v0.1.0 (latest: v0.2.0) |
130 | 2024-12-17T07:21:22.849Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
131 | 2024-12-17T07:21:22.849Z | Adding writeable v0.5.5 (latest: v0.6.0) |
132 | 2024-12-17T07:21:22.849Z | Adding zerocopy v0.7.35 (latest: v0.8.13) |
133 | 2024-12-17T07:21:22.849Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.13) |
134 | 2024-12-17T07:21:22.849Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
135 | 2024-12-17T07:21:22.849Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
136 | 2024-12-17T07:21:22.926Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
137 | 2024-12-17T07:21:22.929Z | + cargo check |
138 | 2024-12-17T07:21:23.099Z | Updating crates.io index |
139 | 2024-12-17T07:21:23.798Z | Locking 2 packages to latest compatible versions |
140 | 2024-12-17T07:21:27.648Z | Adding omicron-workspace-hack v0.1.0 |
141 | 2024-12-17T07:21:29.978Z | Adding test-project v0.1.0 (/tmp/test-project) |
142 | 2024-12-17T07:21:31.142Z | Downloading crates ... |
143 | 2024-12-17T07:21:31.249Z | Downloaded thiserror-impl v2.0.3 |
144 | 2024-12-17T07:21:31.262Z | Downloaded write16 v1.0.0 |
145 | 2024-12-17T07:21:31.267Z | Downloaded num-conv v0.1.0 |
146 | 2024-12-17T07:21:31.269Z | Downloaded tower-service v0.3.3 |
147 | 2024-12-17T07:21:31.271Z | Downloaded openssl-probe v0.1.5 |
148 | 2024-12-17T07:21:31.273Z | Downloaded openssl-macros v0.1.1 |
149 | 2024-12-17T07:21:31.273Z | Downloaded autocfg v1.4.0 |
150 | 2024-12-17T07:21:31.275Z | Downloaded async-stream-impl v0.3.6 |
151 | 2024-12-17T07:21:31.275Z | Downloaded want v0.3.1 |
152 | 2024-12-17T07:21:31.278Z | Downloaded zerofrom v0.1.4 |
153 | 2024-12-17T07:21:31.278Z | Downloaded yoke-derive v0.7.4 |
154 | 2024-12-17T07:21:31.280Z | Downloaded num_threads v0.1.7 |
155 | 2024-12-17T07:21:31.280Z | Downloaded waitgroup v0.1.2 |
156 | 2024-12-17T07:21:31.283Z | Downloaded atomic-waker v1.1.2 |
157 | 2024-12-17T07:21:31.283Z | Downloaded try-lock v0.2.5 |
158 | 2024-12-17T07:21:31.283Z | Downloaded allocator-api2 v0.2.18 |
159 | 2024-12-17T07:21:31.286Z | Downloaded progenitor-client v0.8.0 |
160 | 2024-12-17T07:21:31.289Z | Downloaded omicron-workspace-hack v0.1.0 |
161 | 2024-12-17T07:21:31.297Z | Downloaded time-core v0.1.2 |
162 | 2024-12-17T07:21:31.299Z | Downloaded pretty-hex v0.4.1 |
163 | 2024-12-17T07:21:31.299Z | Downloaded tokio-macros v2.4.0 |
164 | 2024-12-17T07:21:31.302Z | Downloaded darling_macro v0.20.10 |
165 | 2024-12-17T07:21:31.303Z | Downloaded foreign-types-shared v0.1.1 |
166 | 2024-12-17T07:21:31.306Z | Downloaded toml_datetime v0.6.8 |
167 | 2024-12-17T07:21:31.306Z | Downloaded foreign-types v0.3.2 |
168 | 2024-12-17T07:21:31.306Z | Downloaded equivalent v1.0.1 |
169 | 2024-12-17T07:21:31.308Z | Downloaded usdt-macro v0.5.0 |
170 | 2024-12-17T07:21:31.308Z | Downloaded usdt-attr-macro v0.5.0 |
171 | 2024-12-17T07:21:31.308Z | Downloaded tinyvec_macros v0.1.1 |
172 | 2024-12-17T07:21:31.310Z | Downloaded dtrace-parser v0.2.0 |
173 | 2024-12-17T07:21:31.310Z | Downloaded tokio-native-tls v0.3.1 |
174 | 2024-12-17T07:21:31.313Z | Downloaded tinystr v0.7.6 |
175 | 2024-12-17T07:21:31.315Z | Downloaded untrusted v0.9.0 |
176 | 2024-12-17T07:21:31.317Z | Downloaded crypto-common v0.1.6 |
177 | 2024-12-17T07:21:31.320Z | Downloaded cpufeatures v0.2.14 |
178 | 2024-12-17T07:21:31.320Z | Downloaded deranged v0.3.11 |
179 | 2024-12-17T07:21:31.323Z | Downloaded ppv-lite86 v0.2.20 |
180 | 2024-12-17T07:21:31.323Z | Downloaded parse-display-derive v0.10.0 |
181 | 2024-12-17T07:21:31.326Z | Downloaded dof v0.3.0 |
182 | 2024-12-17T07:21:31.326Z | Downloaded displaydoc v0.2.5 |
183 | 2024-12-17T07:21:31.329Z | Downloaded pin-utils v0.1.0 |
184 | 2024-12-17T07:21:31.331Z | Downloaded fnv v1.0.7 |
185 | 2024-12-17T07:21:31.331Z | Downloaded dirs-next v2.0.0 |
186 | 2024-12-17T07:21:31.334Z | Downloaded pkg-config v0.3.31 |
187 | 2024-12-17T07:21:31.336Z | Downloaded http-body v1.0.1 |
188 | 2024-12-17T07:21:31.336Z | Downloaded dirs-sys-next v0.1.2 |
189 | 2024-12-17T07:21:31.336Z | Downloaded paste v1.0.15 |
190 | 2024-12-17T07:21:31.340Z | Downloaded plain v0.2.3 |
191 | 2024-12-17T07:21:31.342Z | Downloaded percent-encoding v2.3.1 |
192 | 2024-12-17T07:21:31.344Z | Downloaded camino v1.1.9 |
193 | 2024-12-17T07:21:31.344Z | Downloaded backoff v0.4.0 |
194 | 2024-12-17T07:21:31.347Z | Downloaded parse-display v0.10.0 |
195 | 2024-12-17T07:21:31.350Z | Downloaded debug-ignore v1.0.5 |
196 | 2024-12-17T07:21:31.350Z | Downloaded darling v0.20.10 |
197 | 2024-12-17T07:21:31.354Z | Downloaded quinn-udp v0.5.5 |
198 | 2024-12-17T07:21:31.356Z | Downloaded progenitor-macro v0.8.0 |
199 | 2024-12-17T07:21:31.358Z | Downloaded match_cfg v0.1.0 |
200 | 2024-12-17T07:21:31.358Z | Downloaded instant v0.1.13 |
201 | 2024-12-17T07:21:31.360Z | Downloaded futures-macro v0.3.31 |
202 | 2024-12-17T07:21:31.360Z | Downloaded futures-io v0.3.31 |
203 | 2024-12-17T07:21:31.363Z | Downloaded version_check v0.9.5 |
204 | 2024-12-17T07:21:31.363Z | Downloaded time v0.3.36 |
205 | 2024-12-17T07:21:31.370Z | Downloaded scroll_derive v0.12.0 |
206 | 2024-12-17T07:21:31.373Z | Downloaded hostname v0.4.0 |
207 | 2024-12-17T07:21:31.373Z | Downloaded hex v0.4.3 |
208 | 2024-12-17T07:21:31.376Z | Downloaded rand_chacha v0.3.1 |
209 | 2024-12-17T07:21:31.376Z | Downloaded hyper-tls v0.6.0 |
210 | 2024-12-17T07:21:31.379Z | Downloaded tokio-rustls v0.26.0 |
211 | 2024-12-17T07:21:31.381Z | Downloaded icu_provider_macros v1.5.0 |
212 | 2024-12-17T07:21:31.381Z | Downloaded http-body-util v0.1.2 |
213 | 2024-12-17T07:21:31.384Z | Downloaded progenitor v0.8.0 |
214 | 2024-12-17T07:21:31.384Z | Downloaded memmap v0.7.0 |
215 | 2024-12-17T07:21:31.386Z | Downloaded powerfmt v0.2.0 |
216 | 2024-12-17T07:21:31.388Z | Downloaded once_cell v1.20.2 |
217 | 2024-12-17T07:21:31.390Z | Downloaded itoa v1.0.11 |
218 | 2024-12-17T07:21:31.390Z | Downloaded native-tls v0.2.12 |
219 | 2024-12-17T07:21:31.393Z | Downloaded pest_derive v2.7.14 |
220 | 2024-12-17T07:21:31.396Z | Downloaded typify v0.2.0 |
221 | 2024-12-17T07:21:31.398Z | Downloaded yoke v0.7.4 |
222 | 2024-12-17T07:21:31.400Z | Downloaded take_mut v0.2.2 |
223 | 2024-12-17T07:21:31.402Z | Downloaded futures-task v0.3.31 |
224 | 2024-12-17T07:21:31.402Z | Downloaded parking_lot_core v0.9.10 |
225 | 2024-12-17T07:21:31.405Z | Downloaded slab v0.4.9 |
226 | 2024-12-17T07:21:31.407Z | Downloaded multer v3.1.0 |
227 | 2024-12-17T07:21:31.410Z | Downloaded strum v0.26.3 |
228 | 2024-12-17T07:21:31.410Z | Downloaded quote v1.0.37 |
229 | 2024-12-17T07:21:31.413Z | Downloaded ipnetwork v0.20.0 |
230 | 2024-12-17T07:21:31.415Z | Downloaded usdt v0.5.0 |
231 | 2024-12-17T07:21:31.417Z | Downloaded macaddr v1.0.1 |
232 | 2024-12-17T07:21:31.417Z | Downloaded subtle v2.6.1 |
233 | 2024-12-17T07:21:31.420Z | Downloaded schemars_derive v0.8.21 |
234 | 2024-12-17T07:21:31.420Z | Downloaded pin-project-lite v0.2.14 |
235 | 2024-12-17T07:21:31.425Z | Downloaded heck v0.5.0 |
236 | 2024-12-17T07:21:31.425Z | Downloaded thiserror v2.0.3 |
237 | 2024-12-17T07:21:31.430Z | Downloaded sync_wrapper v1.0.1 |
238 | 2024-12-17T07:21:31.432Z | Downloaded hyper-rustls v0.27.3 |
239 | 2024-12-17T07:21:31.435Z | Downloaded getrandom v0.2.15 |
240 | 2024-12-17T07:21:31.438Z | Downloaded structmeta v0.3.0 |
241 | 2024-12-17T07:21:31.438Z | Downloaded rand_core v0.6.4 |
242 | 2024-12-17T07:21:31.441Z | Downloaded thiserror v1.0.69 |
243 | 2024-12-17T07:21:31.444Z | Downloaded serde_urlencoded v0.7.1 |
244 | 2024-12-17T07:21:31.446Z | Downloaded stable_deref_trait v1.2.0 |
245 | 2024-12-17T07:21:31.446Z | Downloaded tokio-rustls v0.25.0 |
246 | 2024-12-17T07:21:31.449Z | Downloaded pest_meta v2.7.14 |
247 | 2024-12-17T07:21:31.451Z | Downloaded ipnet v2.10.1 |
248 | 2024-12-17T07:21:31.453Z | Downloaded darling_core v0.20.10 |
249 | 2024-12-17T07:21:31.457Z | Downloaded shlex v1.3.0 |
250 | 2024-12-17T07:21:31.459Z | Downloaded slog-json v2.6.1 |
251 | 2024-12-17T07:21:31.462Z | Downloaded slog-async v2.8.0 |
252 | 2024-12-17T07:21:31.462Z | Downloaded sha1 v0.10.6 |
253 | 2024-12-17T07:21:31.465Z | Downloaded progenitor-impl v0.8.0 |
254 | 2024-12-17T07:21:31.468Z | Downloaded smallvec v1.13.2 |
255 | 2024-12-17T07:21:31.468Z | Downloaded structmeta-derive v0.3.0 |
256 | 2024-12-17T07:21:31.470Z | Downloaded httparse v1.9.5 |
257 | 2024-12-17T07:21:31.472Z | Downloaded icu_normalizer_data v1.5.0 |
258 | 2024-12-17T07:21:31.475Z | Downloaded slog-bunyan v2.5.0 |
259 | 2024-12-17T07:21:31.475Z | Downloaded rustc-hash v2.0.0 |
260 | 2024-12-17T07:21:31.477Z | Downloaded time-macros v0.2.18 |
261 | 2024-12-17T07:21:31.480Z | Downloaded icu_normalizer v1.5.0 |
262 | 2024-12-17T07:21:31.482Z | Downloaded scroll v0.12.0 |
263 | 2024-12-17T07:21:31.484Z | Downloaded scopeguard v1.2.0 |
264 | 2024-12-17T07:21:31.484Z | Downloaded serde_spanned v0.6.8 |
265 | 2024-12-17T07:21:31.487Z | Downloaded log v0.4.22 |
266 | 2024-12-17T07:21:31.489Z | Downloaded slog-term v2.9.1 |
267 | 2024-12-17T07:21:31.492Z | Downloaded synstructure v0.13.1 |
268 | 2024-12-17T07:21:31.492Z | Downloaded spin v0.9.8 |
269 | 2024-12-17T07:21:31.495Z | Downloaded cc v1.1.30 |
270 | 2024-12-17T07:21:31.497Z | Downloaded serde_path_to_error v0.1.16 |
271 | 2024-12-17T07:21:31.500Z | Downloaded bytes v1.8.0 |
272 | 2024-12-17T07:21:31.502Z | Downloaded socket2 v0.5.7 |
273 | 2024-12-17T07:21:31.504Z | Downloaded base64 v0.22.1 |
274 | 2024-12-17T07:21:31.508Z | Downloaded unsafe-libyaml v0.2.11 |
275 | 2024-12-17T07:21:31.511Z | Downloaded proc-macro2 v1.0.92 |
276 | 2024-12-17T07:21:31.514Z | Downloaded icu_properties v1.5.1 |
277 | 2024-12-17T07:21:31.517Z | Downloaded sha2 v0.10.8 |
278 | 2024-12-17T07:21:31.519Z | Downloaded term v0.7.0 |
279 | 2024-12-17T07:21:31.522Z | Downloaded signal-hook-registry v1.4.2 |
280 | 2024-12-17T07:21:31.524Z | Downloaded serde_yaml v0.9.34+deprecated |
281 | 2024-12-17T07:21:31.527Z | Downloaded serde_derive_internals v0.29.1 |
282 | 2024-12-17T07:21:31.530Z | Downloaded semver v1.0.23 |
283 | 2024-12-17T07:21:31.532Z | Downloaded icu_locid v1.5.0 |
284 | 2024-12-17T07:21:31.535Z | Downloaded hyper-util v0.1.10 |
285 | 2024-12-17T07:21:31.539Z | Downloaded serde_derive v1.0.215 |
286 | 2024-12-17T07:21:31.542Z | Downloaded url v2.5.3 |
287 | 2024-12-17T07:21:31.545Z | Downloaded schemars v0.8.21 |
288 | 2024-12-17T07:21:31.557Z | Downloaded serde_tokenstream v0.2.2 |
289 | 2024-12-17T07:21:31.560Z | Downloaded crossbeam-channel v0.5.13 |
290 | 2024-12-17T07:21:31.563Z | Downloaded ryu v1.0.18 |
291 | 2024-12-17T07:21:31.565Z | Downloaded hashbrown v0.12.3 |
292 | 2024-12-17T07:21:31.570Z | Downloaded slog v2.7.0 |
293 | 2024-12-17T07:21:31.573Z | Downloaded mio v1.0.2 |
294 | 2024-12-17T07:21:31.578Z | Downloaded serde v1.0.215 |
295 | 2024-12-17T07:21:31.582Z | Downloaded tracing v0.1.40 |
296 | 2024-12-17T07:21:31.586Z | Downloaded rustls-pemfile v2.2.0 |
297 | 2024-12-17T07:21:31.588Z | Downloaded quinn v0.11.5 |
298 | 2024-12-17T07:21:31.591Z | Downloaded hashbrown v0.14.5 |
299 | 2024-12-17T07:21:31.597Z | Downloaded hashbrown v0.15.1 |
300 | 2024-12-17T07:21:31.602Z | Downloaded idna v1.0.3 |
301 | 2024-12-17T07:21:31.606Z | Downloaded hyper v1.5.1 |
302 | 2024-12-17T07:21:31.612Z | Downloaded memchr v2.7.4 |
303 | 2024-12-17T07:21:31.617Z | Downloaded aho-corasick v1.1.3 |
304 | 2024-12-17T07:21:31.623Z | Downloaded futures-util v0.3.31 |
305 | 2024-12-17T07:21:31.634Z | Downloaded zerovec v0.10.4 |
306 | 2024-12-17T07:21:31.641Z | Downloaded toml_edit v0.22.22 |
307 | 2024-12-17T07:21:31.660Z | Downloaded pest v2.7.14 |
308 | 2024-12-17T07:21:31.665Z | Downloaded zerocopy v0.7.35 |
309 | 2024-12-17T07:21:31.680Z | Downloaded icu_properties_data v1.5.0 |
310 | 2024-12-17T07:21:31.690Z | Downloaded chrono v0.4.38 |
311 | 2024-12-17T07:21:31.696Z | Downloaded regex v1.11.1 |
312 | 2024-12-17T07:21:31.708Z | Downloaded serde_with v3.11.0 |
313 | 2024-12-17T07:21:31.716Z | Downloaded syn v2.0.90 |
314 | 2024-12-17T07:21:31.726Z | Downloaded serde_json v1.0.133 |
315 | 2024-12-17T07:21:31.732Z | Downloaded winnow v0.6.20 |
316 | 2024-12-17T07:21:31.740Z | Downloaded rustls-webpki v0.102.8 |
317 | 2024-12-17T07:21:31.757Z | Downloaded reqwest v0.12.9 |
318 | 2024-12-17T07:21:31.765Z | Downloaded vcpkg v0.2.15 |
319 | 2024-12-17T07:21:31.799Z | Downloaded dropshot v0.15.1 |
320 | 2024-12-17T07:21:31.818Z | Downloaded openssl v0.10.66 |
321 | 2024-12-17T07:21:31.827Z | Downloaded webpki-roots v0.26.6 |
322 | 2024-12-17T07:21:31.830Z | Downloaded rustls v0.23.19 |
323 | 2024-12-17T07:21:31.841Z | Downloaded quinn-proto v0.11.8 |
324 | 2024-12-17T07:21:31.847Z | Downloaded tokio-util v0.7.12 |
325 | 2024-12-17T07:21:31.853Z | Downloaded goblin v0.8.2 |
326 | 2024-12-17T07:21:31.858Z | Downloaded h2 v0.4.6 |
327 | 2024-12-17T07:21:31.864Z | Downloaded rustls-pki-types v1.10.0 |
328 | 2024-12-17T07:21:31.867Z | Downloaded regress v0.9.1 |
329 | 2024-12-17T07:21:31.875Z | Downloaded regress v0.10.1 |
330 | 2024-12-17T07:21:31.882Z | Downloaded rustls v0.22.4 |
331 | 2024-12-17T07:21:31.894Z | Downloaded openapiv3 v2.0.0 |
332 | 2024-12-17T07:21:31.904Z | Downloaded regex-syntax v0.8.5 |
333 | 2024-12-17T07:21:31.912Z | Downloaded rand v0.8.5 |
334 | 2024-12-17T07:21:31.915Z | Downloaded http v1.1.0 |
335 | 2024-12-17T07:21:31.918Z | Downloaded openssl-sys v0.9.103 |
336 | 2024-12-17T07:21:31.923Z | Downloaded indexmap v2.7.0 |
337 | 2024-12-17T07:21:31.926Z | Downloaded icu_collections v1.5.0 |
338 | 2024-12-17T07:21:31.931Z | Downloaded typify-impl v0.2.0 |
339 | 2024-12-17T07:21:31.944Z | Downloaded uuid v1.11.0 |
340 | 2024-12-17T07:21:31.947Z | Downloaded tinyvec v1.8.0 |
341 | 2024-12-17T07:21:31.949Z | Downloaded strum_macros v0.26.4 |
342 | 2024-12-17T07:21:31.952Z | Downloaded libc v0.2.162 |
343 | 2024-12-17T07:21:31.977Z | Downloaded serde_with_macros v3.11.0 |
344 | 2024-12-17T07:21:31.980Z | Downloaded tracing-core v0.1.32 |
345 | 2024-12-17T07:21:31.982Z | Downloaded icu_provider v1.5.0 |
346 | 2024-12-17T07:21:31.984Z | Downloaded icu_locid_transform_data v1.5.0 |
347 | 2024-12-17T07:21:31.986Z | Downloaded indexmap v1.9.3 |
348 | 2024-12-17T07:21:31.989Z | Downloaded toml v0.8.19 |
349 | 2024-12-17T07:21:31.992Z | Downloaded utf8_iter v1.0.4 |
350 | 2024-12-17T07:21:31.992Z | Downloaded litemap v0.7.3 |
351 | 2024-12-17T07:21:31.994Z | Downloaded parking_lot v0.12.3 |
352 | 2024-12-17T07:21:31.996Z | Downloaded num-traits v0.2.19 |
353 | 2024-12-17T07:21:31.999Z | Downloaded unicode-ident v1.0.13 |
354 | 2024-12-17T07:21:32.002Z | Downloaded regex-automata v0.4.8 |
355 | 2024-12-17T07:21:32.016Z | Downloaded ucd-trie v0.1.7 |
356 | 2024-12-17T07:21:32.020Z | Downloaded typenum v1.17.0 |
357 | 2024-12-17T07:21:32.020Z | Downloaded lock_api v0.4.12 |
358 | 2024-12-17T07:21:32.023Z | Downloaded usdt-impl v0.5.0 |
359 | 2024-12-17T07:21:32.023Z | Downloaded tokio v1.42.0 |
360 | 2024-12-17T07:21:32.057Z | Downloaded rustversion v1.0.17 |
361 | 2024-12-17T07:21:32.059Z | Downloaded icu_locid_transform v1.5.0 |
362 | 2024-12-17T07:21:32.061Z | Downloaded futures v0.3.31 |
363 | 2024-12-17T07:21:32.065Z | Downloaded zeroize v1.8.1 |
364 | 2024-12-17T07:21:32.067Z | Downloaded thiserror-impl v1.0.69 |
365 | 2024-12-17T07:21:32.067Z | Downloaded strsim v0.11.1 |
366 | 2024-12-17T07:21:32.070Z | Downloaded iana-time-zone v0.1.61 |
367 | 2024-12-17T07:21:32.072Z | Downloaded ahash v0.8.11 |
368 | 2024-12-17T07:21:32.075Z | Downloaded futures-channel v0.3.31 |
369 | 2024-12-17T07:21:32.075Z | Downloaded dropshot_endpoint v0.15.1 |
370 | 2024-12-17T07:21:32.078Z | Downloaded zerocopy-derive v0.7.35 |
371 | 2024-12-17T07:21:32.080Z | Downloaded is-terminal v0.4.13 |
372 | 2024-12-17T07:21:32.083Z | Downloaded idna_adapter v1.2.0 |
373 | 2024-12-17T07:21:32.083Z | Downloaded futures-executor v0.3.31 |
374 | 2024-12-17T07:21:32.085Z | Downloaded crossbeam-utils v0.8.20 |
375 | 2024-12-17T07:21:32.087Z | Downloaded bitflags v2.6.0 |
376 | 2024-12-17T07:21:32.089Z | Downloaded dyn-clone v1.0.17 |
377 | 2024-12-17T07:21:32.091Z | Downloaded anyhow v1.0.93 |
378 | 2024-12-17T07:21:32.093Z | Downloaded pest_generator v2.7.14 |
379 | 2024-12-17T07:21:32.096Z | Downloaded typify-macro v0.2.0 |
380 | 2024-12-17T07:21:32.096Z | Downloaded thread_local v1.1.8 |
381 | 2024-12-17T07:21:32.098Z | Downloaded httpdate v1.0.3 |
382 | 2024-12-17T07:21:32.098Z | Downloaded hostname v0.3.1 |
383 | 2024-12-17T07:21:32.100Z | Downloaded generic-array v0.14.7 |
384 | 2024-12-17T07:21:32.102Z | Downloaded futures-sink v0.3.31 |
385 | 2024-12-17T07:21:32.102Z | Downloaded encoding_rs v0.8.34 |
386 | 2024-12-17T07:21:32.119Z | Downloaded futures-core v0.3.31 |
387 | 2024-12-17T07:21:32.122Z | Downloaded form_urlencoded v1.2.1 |
388 | 2024-12-17T07:21:32.122Z | Downloaded digest v0.10.7 |
389 | 2024-12-17T07:21:32.124Z | Downloaded zerovec-derive v0.10.3 |
390 | 2024-12-17T07:21:32.124Z | Downloaded zerofrom-derive v0.1.4 |
391 | 2024-12-17T07:21:32.126Z | Downloaded utf16_iter v1.0.5 |
392 | 2024-12-17T07:21:32.127Z | Downloaded mime v0.3.17 |
393 | 2024-12-17T07:21:32.129Z | Downloaded ident_case v1.0.1 |
394 | 2024-12-17T07:21:32.129Z | Downloaded newtype-uuid v1.1.3 |
395 | 2024-12-17T07:21:32.129Z | Downloaded writeable v0.5.5 |
396 | 2024-12-17T07:21:32.131Z | Downloaded cfg-if v1.0.0 |
397 | 2024-12-17T07:21:32.131Z | Downloaded block-buffer v0.10.4 |
398 | 2024-12-17T07:21:32.134Z | Downloaded async-stream v0.3.6 |
399 | 2024-12-17T07:21:32.134Z | Downloaded thread-id v4.2.2 |
400 | 2024-12-17T07:21:32.136Z | Downloaded byteorder v1.5.0 |
401 | 2024-12-17T07:21:32.136Z | Downloaded async-trait v0.1.83 |
402 | 2024-12-17T07:21:32.289Z | Downloaded ring v0.17.8 |
403 | 2024-12-17T07:21:32.618Z | Compiling proc-macro2 v1.0.92 |
404 | 2024-12-17T07:21:32.618Z | Compiling unicode-ident v1.0.13 |
405 | 2024-12-17T07:21:32.618Z | Compiling libc v0.2.162 |
406 | 2024-12-17T07:21:32.618Z | Checking cfg-if v1.0.0 |
407 | 2024-12-17T07:21:32.621Z | Compiling autocfg v1.4.0 |
408 | 2024-12-17T07:21:32.621Z | Compiling serde v1.0.215 |
409 | 2024-12-17T07:21:32.642Z | Compiling version_check v0.9.5 |
410 | 2024-12-17T07:21:32.656Z | Checking memchr v2.7.4 |
411 | 2024-12-17T07:21:32.759Z | Compiling serde_json v1.0.133 |
412 | 2024-12-17T07:21:32.820Z | Checking itoa v1.0.11 |
413 | 2024-12-17T07:21:33.312Z | Compiling thiserror v1.0.69 |
414 | 2024-12-17T07:21:33.474Z | Checking once_cell v1.20.2 |
415 | 2024-12-17T07:21:33.476Z | Compiling shlex v1.3.0 |
416 | 2024-12-17T07:21:33.690Z | Compiling cc v1.1.30 |
417 | 2024-12-17T07:21:34.324Z | Checking pin-project-lite v0.2.14 |
418 | 2024-12-17T07:21:34.427Z | Compiling num-traits v0.2.19 |
419 | 2024-12-17T07:21:34.584Z | Checking smallvec v1.13.2 |
420 | 2024-12-17T07:21:34.587Z | Checking ryu v1.0.18 |
421 | 2024-12-17T07:21:34.638Z | Checking bytes v1.8.0 |
422 | 2024-12-17T07:21:34.880Z | Checking futures-core v0.3.31 |
423 | 2024-12-17T07:21:34.899Z | Compiling lock_api v0.4.12 |
424 | 2024-12-17T07:21:34.918Z | Compiling byteorder v1.5.0 |
425 | 2024-12-17T07:21:35.055Z | Compiling parking_lot_core v0.9.10 |
426 | 2024-12-17T07:21:35.341Z | Checking getrandom v0.2.15 |
427 | 2024-12-17T07:21:35.362Z | Compiling ahash v0.8.11 |
428 | 2024-12-17T07:21:35.362Z | Compiling schemars v0.8.21 |
429 | 2024-12-17T07:21:35.396Z | Checking scopeguard v1.2.0 |
430 | 2024-12-17T07:21:35.544Z | Compiling slab v0.4.9 |
431 | 2024-12-17T07:21:35.720Z | Compiling quote v1.0.37 |
432 | 2024-12-17T07:21:35.813Z | Checking log v0.4.22 |
433 | 2024-12-17T07:21:35.836Z | Checking futures-sink v0.3.31 |
434 | 2024-12-17T07:21:35.856Z | Checking socket2 v0.5.7 |
435 | 2024-12-17T07:21:35.968Z | Checking mio v1.0.2 |
436 | 2024-12-17T07:21:35.988Z | Checking parking_lot v0.12.3 |
437 | 2024-12-17T07:21:36.017Z | Checking signal-hook-registry v1.4.2 |
438 | 2024-12-17T07:21:36.082Z | Checking stable_deref_trait v1.2.0 |
439 | 2024-12-17T07:21:36.185Z | Compiling syn v2.0.90 |
440 | 2024-12-17T07:21:36.235Z | Compiling ring v0.17.8 |
441 | 2024-12-17T07:21:36.335Z | Checking hashbrown v0.15.1 |
442 | 2024-12-17T07:21:36.357Z | Checking fnv v1.0.7 |
443 | 2024-12-17T07:21:36.376Z | Checking equivalent v1.0.1 |
444 | 2024-12-17T07:21:36.396Z | Compiling semver v1.0.23 |
445 | 2024-12-17T07:21:36.475Z | Checking futures-channel v0.3.31 |
446 | 2024-12-17T07:21:36.494Z | Checking http v1.1.0 |
447 | 2024-12-17T07:21:36.592Z | Checking pin-utils v0.1.0 |
448 | 2024-12-17T07:21:36.616Z | Checking futures-io v0.3.31 |
449 | 2024-12-17T07:21:36.694Z | Checking futures-task v0.3.31 |
450 | 2024-12-17T07:21:36.813Z | Checking rustls-pki-types v1.10.0 |
451 | 2024-12-17T07:21:36.838Z | Checking spin v0.9.8 |
452 | 2024-12-17T07:21:36.935Z | Compiling vcpkg v0.2.15 |
453 | 2024-12-17T07:21:37.005Z | Compiling pkg-config v0.3.31 |
454 | 2024-12-17T07:21:37.065Z | Compiling heck v0.5.0 |
455 | 2024-12-17T07:21:37.489Z | Checking litemap v0.7.3 |
456 | 2024-12-17T07:21:37.557Z | Compiling ucd-trie v0.1.7 |
457 | 2024-12-17T07:21:37.807Z | Compiling httparse v1.9.5 |
458 | 2024-12-17T07:21:37.905Z | Checking untrusted v0.9.0 |
459 | 2024-12-17T07:21:38.032Z | Checking writeable v0.5.5 |
460 | 2024-12-17T07:21:38.056Z | Checking iana-time-zone v0.1.61 |
461 | 2024-12-17T07:21:38.237Z | Checking tracing-core v0.1.32 |
462 | 2024-12-17T07:21:38.485Z | Checking dyn-clone v1.0.17 |
463 | 2024-12-17T07:21:38.510Z | Checking atomic-waker v1.1.2 |
464 | 2024-12-17T07:21:38.561Z | Compiling openssl-sys v0.9.103 |
465 | 2024-12-17T07:21:38.607Z | Compiling allocator-api2 v0.2.18 |
466 | 2024-12-17T07:21:38.836Z | Checking tracing v0.1.40 |
467 | 2024-12-17T07:21:39.102Z | Checking http-body v1.0.1 |
468 | 2024-12-17T07:21:39.122Z | Compiling uuid v1.11.0 |
469 | 2024-12-17T07:21:39.284Z | Checking icu_locid_transform_data v1.5.0 |
470 | 2024-12-17T07:21:39.377Z | Checking try-lock v0.2.5 |
471 | 2024-12-17T07:21:39.420Z | Checking zeroize v1.8.1 |
472 | 2024-12-17T07:21:39.494Z | Checking subtle v2.6.1 |
473 | 2024-12-17T07:21:39.630Z | Checking want v0.3.1 |
474 | 2024-12-17T07:21:39.673Z | Checking icu_properties_data v1.5.0 |
475 | 2024-12-17T07:21:39.676Z | Compiling openssl v0.10.66 |
476 | 2024-12-17T07:21:39.780Z | Compiling chrono v0.4.38 |
477 | 2024-12-17T07:21:39.865Z | Compiling slog v2.7.0 |
478 | 2024-12-17T07:21:39.959Z | Checking foreign-types-shared v0.1.1 |
479 | 2024-12-17T07:21:40.061Z | Checking httpdate v1.0.3 |
480 | 2024-12-17T07:21:40.086Z | Checking foreign-types v0.3.2 |
481 | 2024-12-17T07:21:40.201Z | Compiling aho-corasick v1.1.3 |
482 | 2024-12-17T07:21:40.369Z | Checking icu_normalizer_data v1.5.0 |
483 | 2024-12-17T07:21:40.466Z | Checking percent-encoding v2.3.1 |
484 | 2024-12-17T07:21:40.673Z | Compiling native-tls v0.2.12 |
485 | 2024-12-17T07:21:40.799Z | Checking tower-service v0.3.3 |
486 | 2024-12-17T07:21:40.914Z | Checking utf8_iter v1.0.4 |
487 | 2024-12-17T07:21:40.976Z | Compiling rustls v0.23.19 |
488 | 2024-12-17T07:21:41.098Z | Compiling typenum v1.17.0 |
489 | 2024-12-17T07:21:41.230Z | Checking bitflags v2.6.0 |
490 | 2024-12-17T07:21:41.428Z | Checking write16 v1.0.0 |
491 | 2024-12-17T07:21:41.535Z | Checking utf16_iter v1.0.5 |
492 | 2024-12-17T07:21:41.620Z | Compiling regex-syntax v0.8.5 |
493 | 2024-12-17T07:21:41.687Z | Checking form_urlencoded v1.2.1 |
494 | 2024-12-17T07:21:42.049Z | Compiling generic-array v0.14.7 |
495 | 2024-12-17T07:21:42.334Z | Checking openssl-probe v0.1.5 |
496 | 2024-12-17T07:21:43.583Z | Compiling synstructure v0.13.1 |
497 | 2024-12-17T07:21:43.603Z | Compiling serde_derive_internals v0.29.1 |
498 | 2024-12-17T07:21:44.190Z | Compiling usdt-impl v0.5.0 |
499 | 2024-12-17T07:21:44.556Z | Checking encoding_rs v0.8.34 |
500 | 2024-12-17T07:21:44.868Z | Compiling regex-automata v0.4.8 |
501 | 2024-12-17T07:21:44.986Z | Checking mime v0.3.17 |
502 | 2024-12-17T07:21:45.293Z | Checking powerfmt v0.2.0 |
503 | 2024-12-17T07:21:45.422Z | Compiling num-conv v0.1.0 |
504 | 2024-12-17T07:21:45.551Z | Compiling time-core v0.1.2 |
505 | 2024-12-17T07:21:45.713Z | Checking deranged v0.3.11 |
506 | 2024-12-17T07:21:45.732Z | Compiling time-macros v0.2.18 |
507 | 2024-12-17T07:21:46.999Z | Compiling thread-id v4.2.2 |
508 | 2024-12-17T07:21:47.112Z | Checking rustls-pemfile v2.2.0 |
509 | 2024-12-17T07:21:47.326Z | Checking webpki-roots v0.26.6 |
510 | 2024-12-17T07:21:47.899Z | Checking plain v0.2.3 |
511 | 2024-12-17T07:21:47.991Z | Checking num_threads v0.1.7 |
512 | 2024-12-17T07:21:48.044Z | Checking base64 v0.22.1 |
513 | 2024-12-17T07:21:48.355Z | Compiling crossbeam-utils v0.8.20 |
514 | 2024-12-17T07:21:48.506Z | Compiling strsim v0.11.1 |
515 | 2024-12-17T07:21:48.615Z | Compiling regex v1.11.1 |
516 | 2024-12-17T07:21:48.655Z | Compiling serde_derive v1.0.215 |
517 | 2024-12-17T07:21:48.764Z | Compiling zerocopy-derive v0.7.35 |
518 | 2024-12-17T07:21:48.863Z | Compiling thiserror-impl v1.0.69 |
519 | 2024-12-17T07:21:48.914Z | Compiling zerofrom-derive v0.1.4 |
520 | 2024-12-17T07:21:49.218Z | Compiling schemars_derive v0.8.21 |
521 | 2024-12-17T07:21:49.607Z | Compiling yoke-derive v0.7.4 |
522 | 2024-12-17T07:21:50.409Z | Compiling tokio-macros v2.4.0 |
523 | 2024-12-17T07:21:50.780Z | Compiling zerocopy v0.7.35 |
524 | 2024-12-17T07:21:51.994Z | Checking tokio v1.42.0 |
525 | 2024-12-17T07:21:52.217Z | Compiling zerovec-derive v0.10.3 |
526 | 2024-12-17T07:21:52.358Z | Compiling displaydoc v0.2.5 |
527 | 2024-12-17T07:21:52.379Z | Compiling futures-macro v0.3.31 |
528 | 2024-12-17T07:21:52.455Z | Checking zerofrom v0.1.4 |
529 | 2024-12-17T07:21:52.668Z | Checking yoke v0.7.4 |
530 | 2024-12-17T07:21:52.960Z | Compiling pest v2.7.14 |
531 | 2024-12-17T07:21:53.399Z | Compiling icu_provider_macros v1.5.0 |
532 | 2024-12-17T07:21:53.930Z | Compiling hashbrown v0.14.5 |
533 | 2024-12-17T07:21:54.200Z | Checking futures-util v0.3.31 |
534 | 2024-12-17T07:21:54.716Z | Checking zerovec v0.10.4 |
535 | 2024-12-17T07:21:54.911Z | Compiling openssl-macros v0.1.1 |
536 | 2024-12-17T07:21:55.005Z | Checking rustls-webpki v0.102.8 |
537 | 2024-12-17T07:21:55.435Z | Compiling pest_meta v2.7.14 |
538 | 2024-12-17T07:21:55.662Z | Compiling regress v0.10.1 |
539 | 2024-12-17T07:21:57.040Z | Checking tinystr v0.7.6 |
540 | 2024-12-17T07:21:57.450Z | Checking icu_locid v1.5.0 |
541 | 2024-12-17T07:21:58.509Z | Checking icu_provider v1.5.0 |
542 | 2024-12-17T07:21:59.146Z | Checking tokio-util v0.7.12 |
543 | 2024-12-17T07:21:59.171Z | Checking icu_locid_transform v1.5.0 |
544 | 2024-12-17T07:21:59.323Z | Compiling pest_generator v2.7.14 |
545 | 2024-12-17T07:21:59.714Z | Checking icu_collections v1.5.0 |
546 | 2024-12-17T07:22:00.209Z | Checking http-body-util v0.1.2 |
547 | 2024-12-17T07:22:00.316Z | Compiling scroll_derive v0.12.0 |
548 | 2024-12-17T07:22:00.400Z | Checking icu_properties v1.5.1 |
549 | 2024-12-17T07:22:01.084Z | Compiling pest_derive v2.7.14 |
550 | 2024-12-17T07:22:01.294Z | Checking indexmap v2.7.0 |
551 | 2024-12-17T07:22:02.534Z | Compiling serde_tokenstream v0.2.2 |
552 | 2024-12-17T07:22:02.892Z | Checking h2 v0.4.6 |
553 | 2024-12-17T07:22:03.695Z | Checking icu_normalizer v1.5.0 |
554 | 2024-12-17T07:22:03.934Z | Checking tokio-native-tls v0.3.1 |
555 | 2024-12-17T07:22:04.287Z | Compiling dof v0.3.0 |
556 | 2024-12-17T07:22:04.493Z | Checking idna_adapter v1.2.0 |
557 | 2024-12-17T07:22:04.615Z | Compiling dtrace-parser v0.2.0 |
558 | 2024-12-17T07:22:04.691Z | Checking idna v1.0.3 |
559 | 2024-12-17T07:22:04.980Z | Checking scroll v0.12.0 |
560 | 2024-12-17T07:22:05.125Z | Checking tokio-rustls v0.26.0 |
561 | 2024-12-17T07:22:05.180Z | Checking serde_urlencoded v0.7.1 |
562 | 2024-12-17T07:22:05.534Z | Compiling ident_case v1.0.1 |
563 | 2024-12-17T07:22:05.601Z | Checking goblin v0.8.2 |
564 | 2024-12-17T07:22:05.653Z | Checking typify-impl v0.2.0 |
565 | 2024-12-17T07:22:05.712Z | Compiling darling_core v0.20.10 |
566 | 2024-12-17T07:22:07.012Z | Checking url v2.5.3 |
567 | 2024-12-17T07:22:07.174Z | Checking hyper v1.5.1 |
568 | 2024-12-17T07:22:07.510Z | Compiling openapiv3 v2.0.0 |
569 | 2024-12-17T07:22:09.392Z | Checking hyper-util v0.1.10 |
570 | 2024-12-17T07:22:09.460Z | Checking time v0.3.36 |
571 | 2024-12-17T07:22:10.798Z | Checking dirs-sys-next v0.1.2 |
572 | 2024-12-17T07:22:10.979Z | Checking sync_wrapper v1.0.1 |
573 | 2024-12-17T07:22:11.045Z | Checking hyper-rustls v0.27.3 |
574 | 2024-12-17T07:22:11.126Z | Checking hyper-tls v0.6.0 |
575 | 2024-12-17T07:22:11.334Z | Compiling unsafe-libyaml v0.2.11 |
576 | 2024-12-17T07:22:11.372Z | Checking ipnet v2.10.1 |
577 | 2024-12-17T07:22:11.392Z | Compiling paste v1.0.15 |
578 | 2024-12-17T07:22:11.689Z | Compiling omicron-workspace-hack v0.1.0 |
579 | 2024-12-17T07:22:11.710Z | Checking pretty-hex v0.4.1 |
580 | 2024-12-17T07:22:11.850Z | Compiling rustls v0.22.4 |
581 | 2024-12-17T07:22:11.870Z | Compiling rustversion v1.0.17 |
582 | 2024-12-17T07:22:11.954Z | Checking reqwest v0.12.9 |
583 | 2024-12-17T07:22:12.023Z | Compiling darling_macro v0.20.10 |
584 | 2024-12-17T07:22:12.326Z | Checking dirs-next v2.0.0 |
585 | 2024-12-17T07:22:12.600Z | Checking toml_datetime v0.6.8 |
586 | 2024-12-17T07:22:12.900Z | Compiling serde_yaml v0.9.34+deprecated |
587 | 2024-12-17T07:22:12.921Z | Checking serde_spanned v0.6.8 |
588 | 2024-12-17T07:22:12.921Z | Checking ppv-lite86 v0.2.20 |
589 | 2024-12-17T07:22:12.973Z | Compiling structmeta-derive v0.3.0 |
590 | 2024-12-17T07:22:13.128Z | Checking block-buffer v0.10.4 |
591 | 2024-12-17T07:22:13.148Z | Checking crypto-common v0.1.6 |
592 | 2024-12-17T07:22:13.254Z | Checking rand_core v0.6.4 |
593 | 2024-12-17T07:22:13.329Z | Checking thread_local v1.1.8 |
594 | 2024-12-17T07:22:13.416Z | Compiling multer v3.1.0 |
595 | 2024-12-17T07:22:13.433Z | Checking match_cfg v0.1.0 |
596 | 2024-12-17T07:22:13.523Z | Compiling thiserror v2.0.3 |
597 | 2024-12-17T07:22:13.560Z | Compiling camino v1.1.9 |
598 | 2024-12-17T07:22:13.616Z | Compiling slog-async v2.8.0 |
599 | 2024-12-17T07:22:13.689Z | Compiling newtype-uuid v1.1.3 |
600 | 2024-12-17T07:22:13.739Z | Compiling anyhow v1.0.93 |
601 | 2024-12-17T07:22:13.997Z | Checking winnow v0.6.20 |
602 | 2024-12-17T07:22:14.227Z | Checking rand_chacha v0.3.1 |
603 | 2024-12-17T07:22:14.248Z | Checking hostname v0.3.1 |
604 | 2024-12-17T07:22:14.442Z | Checking progenitor-client v0.8.0 |
605 | 2024-12-17T07:22:14.574Z | Checking digest v0.10.7 |
606 | 2024-12-17T07:22:14.653Z | Checking crossbeam-channel v0.5.13 |
607 | 2024-12-17T07:22:14.767Z | Compiling darling v0.20.10 |
608 | 2024-12-17T07:22:14.907Z | Checking term v0.7.0 |
609 | 2024-12-17T07:22:15.389Z | Checking slog-json v2.6.1 |
610 | 2024-12-17T07:22:15.616Z | Compiling structmeta v0.3.0 |
611 | 2024-12-17T07:22:15.643Z | Compiling usdt-attr-macro v0.5.0 |
612 | 2024-12-17T07:22:16.032Z | Compiling usdt-macro v0.5.0 |
613 | 2024-12-17T07:22:16.091Z | Checking futures-executor v0.3.31 |
614 | 2024-12-17T07:22:16.326Z | Compiling thiserror-impl v2.0.3 |
615 | 2024-12-17T07:22:16.419Z | Compiling async-stream-impl v0.3.6 |
616 | 2024-12-17T07:22:16.554Z | Checking memmap v0.7.0 |
617 | 2024-12-17T07:22:16.753Z | Checking is-terminal v0.4.13 |
618 | 2024-12-17T07:22:16.877Z | Compiling dropshot v0.15.1 |
619 | 2024-12-17T07:22:17.097Z | Checking toml_edit v0.22.22 |
620 | 2024-12-17T07:22:17.116Z | Checking cpufeatures v0.2.14 |
621 | 2024-12-17T07:22:17.210Z | Checking take_mut v0.2.2 |
622 | 2024-12-17T07:22:17.279Z | Checking usdt v0.5.0 |
623 | 2024-12-17T07:22:17.298Z | Checking sha1 v0.10.6 |
624 | 2024-12-17T07:22:17.523Z | Checking slog-term v2.9.1 |
625 | 2024-12-17T07:22:17.557Z | Checking futures v0.3.31 |
626 | 2024-12-17T07:22:17.666Z | Compiling strum_macros v0.26.4 |
627 | 2024-12-17T07:22:17.684Z | Compiling parse-display-derive v0.10.0 |
628 | 2024-12-17T07:22:17.717Z | Checking async-stream v0.3.6 |
629 | 2024-12-17T07:22:17.913Z | Checking slog-bunyan v2.5.0 |
630 | 2024-12-17T07:22:18.009Z | Compiling serde_with_macros v3.11.0 |
631 | 2024-12-17T07:22:18.451Z | Checking rand v0.8.5 |
632 | 2024-12-17T07:22:18.665Z | Checking tokio-rustls v0.25.0 |
633 | 2024-12-17T07:22:19.645Z | Checking toml v0.8.19 |
634 | 2024-12-17T07:22:19.842Z | Checking ipnetwork v0.20.0 |
635 | 2024-12-17T07:22:19.894Z | Compiling dropshot_endpoint v0.15.1 |
636 | 2024-12-17T07:22:20.006Z | Checking serde_path_to_error v0.1.16 |
637 | 2024-12-17T07:22:20.190Z | Checking hex v0.4.3 |
638 | 2024-12-17T07:22:20.213Z | Compiling typify-macro v0.2.0 |
639 | 2024-12-17T07:22:20.330Z | Compiling async-trait v0.1.83 |
640 | 2024-12-17T07:22:20.601Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
641 | 2024-12-17T07:22:20.643Z | Checking waitgroup v0.1.2 |
642 | 2024-12-17T07:22:20.737Z | Checking hostname v0.4.0 |
643 | 2024-12-17T07:22:20.768Z | Checking instant v0.1.13 |
644 | 2024-12-17T07:22:20.871Z | Checking debug-ignore v1.0.5 |
645 | 2024-12-17T07:22:20.890Z | Checking backoff v0.4.0 |
646 | 2024-12-17T07:22:20.999Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
647 | 2024-12-17T07:22:21.148Z | Checking serde_with v3.11.0 |
648 | 2024-12-17T07:22:21.177Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
649 | 2024-12-17T07:22:21.385Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
650 | 2024-12-17T07:22:21.512Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
651 | 2024-12-17T07:22:21.531Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
652 | 2024-12-17T07:22:21.591Z | Checking parse-display v0.10.0 |
653 | 2024-12-17T07:22:21.822Z | Checking macaddr v1.0.1 |
654 | 2024-12-17T07:22:21.887Z | Checking regress v0.9.1 |
655 | 2024-12-17T07:22:22.149Z | Checking strum v0.26.3 |
656 | 2024-12-17T07:22:23.324Z | Compiling typify v0.2.0 |
657 | 2024-12-17T07:22:23.411Z | Compiling progenitor-impl v0.8.0 |
658 | 2024-12-17T07:22:26.167Z | Compiling progenitor-macro v0.8.0 |
659 | 2024-12-17T07:22:30.374Z | Checking progenitor v0.8.0 |
660 | 2024-12-17T07:22:30.506Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
661 | 2024-12-17T07:22:33.435Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
662 | 2024-12-17T07:22:40.863Z | Checking test-project v0.1.0 (/tmp/test-project) |
663 | 2024-12-17T07:22:40.925Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s |
664 | 2024-12-17T07:22:41.256Z | + cargo build --release |
665 | 2024-12-17T07:22:41.558Z | Compiling proc-macro2 v1.0.92 |
666 | 2024-12-17T07:22:41.558Z | Compiling unicode-ident v1.0.13 |
667 | 2024-12-17T07:22:41.558Z | Compiling libc v0.2.162 |
668 | 2024-12-17T07:22:41.597Z | Compiling cfg-if v1.0.0 |
669 | 2024-12-17T07:22:41.598Z | Compiling autocfg v1.4.0 |
670 | 2024-12-17T07:22:41.598Z | Compiling version_check v0.9.5 |
671 | 2024-12-17T07:22:41.598Z | Compiling serde v1.0.215 |
672 | 2024-12-17T07:22:41.598Z | Compiling memchr v2.7.4 |
673 | 2024-12-17T07:22:41.703Z | Compiling serde_json v1.0.133 |
674 | 2024-12-17T07:22:41.831Z | Compiling itoa v1.0.11 |
675 | 2024-12-17T07:22:42.038Z | Compiling thiserror v1.0.69 |
676 | 2024-12-17T07:22:42.166Z | Compiling once_cell v1.20.2 |
677 | 2024-12-17T07:22:42.235Z | Compiling shlex v1.3.0 |
678 | 2024-12-17T07:22:42.495Z | Compiling cc v1.1.30 |
679 | 2024-12-17T07:22:42.589Z | Compiling num-traits v0.2.19 |
680 | 2024-12-17T07:22:42.918Z | Compiling pin-project-lite v0.2.14 |
681 | 2024-12-17T07:22:42.997Z | Compiling getrandom v0.2.15 |
682 | 2024-12-17T07:22:43.038Z | Compiling smallvec v1.13.2 |
683 | 2024-12-17T07:22:43.073Z | Compiling bytes v1.8.0 |
684 | 2024-12-17T07:22:43.189Z | Compiling quote v1.0.37 |
685 | 2024-12-17T07:22:43.301Z | Compiling ryu v1.0.18 |
686 | 2024-12-17T07:22:43.497Z | Compiling futures-core v0.3.31 |
687 | 2024-12-17T07:22:43.542Z | Compiling lock_api v0.4.12 |
688 | 2024-12-17T07:22:43.729Z | Compiling syn v2.0.90 |
689 | 2024-12-17T07:22:43.787Z | Compiling ahash v0.8.11 |
690 | 2024-12-17T07:22:43.818Z | Compiling parking_lot_core v0.9.10 |
691 | 2024-12-17T07:22:43.837Z | Compiling byteorder v1.5.0 |
692 | 2024-12-17T07:22:43.881Z | Compiling schemars v0.8.21 |
693 | 2024-12-17T07:22:44.267Z | Compiling scopeguard v1.2.0 |
694 | 2024-12-17T07:22:44.334Z | Compiling slab v0.4.9 |
695 | 2024-12-17T07:22:44.425Z | Compiling futures-sink v0.3.31 |
696 | 2024-12-17T07:22:44.540Z | Compiling log v0.4.22 |
697 | 2024-12-17T07:22:44.743Z | Compiling mio v1.0.2 |
698 | 2024-12-17T07:22:44.798Z | Compiling signal-hook-registry v1.4.2 |
699 | 2024-12-17T07:22:44.853Z | Compiling socket2 v0.5.7 |
700 | 2024-12-17T07:22:44.918Z | Compiling parking_lot v0.12.3 |
701 | 2024-12-17T07:22:44.997Z | Compiling stable_deref_trait v1.2.0 |
702 | 2024-12-17T07:22:45.068Z | Compiling semver v1.0.23 |
703 | 2024-12-17T07:22:45.406Z | Compiling ring v0.17.8 |
704 | 2024-12-17T07:22:45.414Z | Compiling hashbrown v0.15.1 |
705 | 2024-12-17T07:22:45.551Z | Compiling fnv v1.0.7 |
706 | 2024-12-17T07:22:45.674Z | Compiling equivalent v1.0.1 |
707 | 2024-12-17T07:22:45.778Z | Compiling http v1.1.0 |
708 | 2024-12-17T07:22:46.321Z | Compiling futures-channel v0.3.31 |
709 | 2024-12-17T07:22:46.388Z | Compiling pin-utils v0.1.0 |
710 | 2024-12-17T07:22:46.468Z | Compiling futures-task v0.3.31 |
711 | 2024-12-17T07:22:46.528Z | Compiling futures-io v0.3.31 |
712 | 2024-12-17T07:22:46.756Z | Compiling vcpkg v0.2.15 |
713 | 2024-12-17T07:22:46.832Z | Compiling spin v0.9.8 |
714 | 2024-12-17T07:22:46.868Z | Compiling rustls-pki-types v1.10.0 |
715 | 2024-12-17T07:22:46.936Z | Compiling heck v0.5.0 |
716 | 2024-12-17T07:22:46.970Z | Compiling pkg-config v0.3.31 |
717 | 2024-12-17T07:22:47.945Z | Compiling httparse v1.9.5 |
718 | 2024-12-17T07:22:48.182Z | Compiling untrusted v0.9.0 |
719 | 2024-12-17T07:22:48.360Z | Compiling openssl-sys v0.9.103 |
720 | 2024-12-17T07:22:48.367Z | Compiling litemap v0.7.3 |
721 | 2024-12-17T07:22:48.623Z | Compiling ucd-trie v0.1.7 |
722 | 2024-12-17T07:22:48.674Z | Compiling writeable v0.5.5 |
723 | 2024-12-17T07:22:48.791Z | Compiling iana-time-zone v0.1.61 |
724 | 2024-12-17T07:22:49.318Z | Compiling tracing-core v0.1.32 |
725 | 2024-12-17T07:22:49.493Z | Compiling dyn-clone v1.0.17 |
726 | 2024-12-17T07:22:49.682Z | Compiling allocator-api2 v0.2.18 |
727 | 2024-12-17T07:22:49.756Z | Compiling atomic-waker v1.1.2 |
728 | 2024-12-17T07:22:50.456Z | Compiling tracing v0.1.40 |
729 | 2024-12-17T07:22:50.468Z | Compiling http-body v1.0.1 |
730 | 2024-12-17T07:22:50.698Z | Compiling uuid v1.11.0 |
731 | 2024-12-17T07:22:50.958Z | Compiling chrono v0.4.38 |
732 | 2024-12-17T07:22:50.992Z | Compiling try-lock v0.2.5 |
733 | 2024-12-17T07:22:51.128Z | Compiling subtle v2.6.1 |
734 | 2024-12-17T07:22:51.135Z | Compiling zeroize v1.8.1 |
735 | 2024-12-17T07:22:51.405Z | Compiling icu_locid_transform_data v1.5.0 |
736 | 2024-12-17T07:22:51.463Z | Compiling synstructure v0.13.1 |
737 | 2024-12-17T07:22:51.488Z | Compiling serde_derive_internals v0.29.1 |
738 | 2024-12-17T07:22:51.503Z | Compiling want v0.3.1 |
739 | 2024-12-17T07:22:51.808Z | Compiling openssl v0.10.66 |
740 | 2024-12-17T07:22:52.239Z | Compiling foreign-types-shared v0.1.1 |
741 | 2024-12-17T07:22:52.332Z | Compiling slog v2.7.0 |
742 | 2024-12-17T07:22:52.824Z | Compiling httpdate v1.0.3 |
743 | 2024-12-17T07:22:52.839Z | Compiling icu_properties_data v1.5.0 |
744 | 2024-12-17T07:22:53.124Z | Compiling foreign-types v0.3.2 |
745 | 2024-12-17T07:22:53.551Z | Compiling aho-corasick v1.1.3 |
746 | 2024-12-17T07:22:53.714Z | Compiling icu_normalizer_data v1.5.0 |
747 | 2024-12-17T07:22:53.778Z | Compiling utf16_iter v1.0.5 |
748 | 2024-12-17T07:22:53.991Z | Compiling typenum v1.17.0 |
749 | 2024-12-17T07:22:54.633Z | Compiling rustls v0.23.19 |
750 | 2024-12-17T07:22:54.739Z | Compiling percent-encoding v2.3.1 |
751 | 2024-12-17T07:22:54.927Z | Compiling native-tls v0.2.12 |
752 | 2024-12-17T07:22:54.935Z | Compiling regex-syntax v0.8.5 |
753 | 2024-12-17T07:22:55.173Z | Compiling bitflags v2.6.0 |
754 | 2024-12-17T07:22:55.286Z | Compiling write16 v1.0.0 |
755 | 2024-12-17T07:22:55.352Z | Compiling utf8_iter v1.0.4 |
756 | 2024-12-17T07:22:55.406Z | Compiling tower-service v0.3.3 |
757 | 2024-12-17T07:22:55.527Z | Compiling form_urlencoded v1.2.1 |
758 | 2024-12-17T07:22:55.719Z | Compiling generic-array v0.14.7 |
759 | 2024-12-17T07:22:56.135Z | Compiling openssl-probe v0.1.5 |
760 | 2024-12-17T07:22:57.075Z | Compiling serde_derive v1.0.215 |
761 | 2024-12-17T07:22:57.242Z | Compiling zerocopy-derive v0.7.35 |
762 | 2024-12-17T07:22:57.411Z | Compiling thiserror-impl v1.0.69 |
763 | 2024-12-17T07:22:58.032Z | Compiling schemars_derive v0.8.21 |
764 | 2024-12-17T07:22:58.098Z | Compiling zerofrom-derive v0.1.4 |
765 | 2024-12-17T07:22:59.312Z | Compiling zerocopy v0.7.35 |
766 | 2024-12-17T07:23:00.885Z | Compiling tokio-macros v2.4.0 |
767 | 2024-12-17T07:23:00.932Z | Compiling yoke-derive v0.7.4 |
768 | 2024-12-17T07:23:01.059Z | Compiling zerovec-derive v0.10.3 |
769 | 2024-12-17T07:23:01.679Z | Compiling zerofrom v0.1.4 |
770 | 2024-12-17T07:23:01.915Z | Compiling displaydoc v0.2.5 |
771 | 2024-12-17T07:23:02.297Z | Compiling futures-macro v0.3.31 |
772 | 2024-12-17T07:23:02.438Z | Compiling tokio v1.42.0 |
773 | 2024-12-17T07:23:03.631Z | Compiling pest v2.7.14 |
774 | 2024-12-17T07:23:03.650Z | Compiling yoke v0.7.4 |
775 | 2024-12-17T07:23:04.001Z | Compiling zerovec v0.10.4 |
776 | 2024-12-17T07:23:04.065Z | Compiling icu_provider_macros v1.5.0 |
777 | 2024-12-17T07:23:04.170Z | Compiling hashbrown v0.14.5 |
778 | 2024-12-17T07:23:04.221Z | Compiling futures-util v0.3.31 |
779 | 2024-12-17T07:23:05.565Z | Compiling rustls-webpki v0.102.8 |
780 | 2024-12-17T07:23:06.512Z | Compiling tinystr v0.7.6 |
781 | 2024-12-17T07:23:06.979Z | Compiling icu_locid v1.5.0 |
782 | 2024-12-17T07:23:07.052Z | Compiling pest_meta v2.7.14 |
783 | 2024-12-17T07:23:10.384Z | Compiling icu_provider v1.5.0 |
784 | 2024-12-17T07:23:11.246Z | Compiling indexmap v2.7.0 |
785 | 2024-12-17T07:23:11.586Z | Compiling serde_tokenstream v0.2.2 |
786 | 2024-12-17T07:23:13.022Z | Compiling tokio-util v0.7.12 |
787 | 2024-12-17T07:23:14.069Z | Compiling h2 v0.4.6 |
788 | 2024-12-17T07:23:14.514Z | Compiling icu_locid_transform v1.5.0 |
789 | 2024-12-17T07:23:17.452Z | Compiling pest_generator v2.7.14 |
790 | 2024-12-17T07:23:17.568Z | Compiling icu_collections v1.5.0 |
791 | 2024-12-17T07:23:19.271Z | Compiling regress v0.10.1 |
792 | 2024-12-17T07:23:20.251Z | Compiling hyper v1.5.1 |
793 | 2024-12-17T07:23:20.478Z | Compiling pest_derive v2.7.14 |
794 | 2024-12-17T07:23:21.156Z | Compiling icu_properties v1.5.1 |
795 | 2024-12-17T07:23:21.948Z | Compiling openssl-macros v0.1.1 |
796 | 2024-12-17T07:23:24.103Z | Compiling typify-impl v0.2.0 |
797 | 2024-12-17T07:23:27.584Z | Compiling icu_normalizer v1.5.0 |
798 | 2024-12-17T07:23:27.596Z | Compiling hyper-util v0.1.10 |
799 | 2024-12-17T07:23:31.724Z | Compiling regex-automata v0.4.8 |
800 | 2024-12-17T07:23:32.771Z | Compiling idna_adapter v1.2.0 |
801 | 2024-12-17T07:23:33.370Z | Compiling http-body-util v0.1.2 |
802 | 2024-12-17T07:23:33.944Z | Compiling scroll_derive v0.12.0 |
803 | 2024-12-17T07:23:34.728Z | Compiling usdt-impl v0.5.0 |
804 | 2024-12-17T07:23:35.102Z | Compiling encoding_rs v0.8.34 |
805 | 2024-12-17T07:23:35.457Z | Compiling mime v0.3.17 |
806 | 2024-12-17T07:23:36.261Z | Compiling typify-macro v0.2.0 |
807 | 2024-12-17T07:23:36.578Z | Compiling regex v1.11.1 |
808 | 2024-12-17T07:23:37.203Z | Compiling num-conv v0.1.0 |
809 | 2024-12-17T07:23:37.557Z | Compiling time-core v0.1.2 |
810 | 2024-12-17T07:23:37.709Z | Compiling powerfmt v0.2.0 |
811 | 2024-12-17T07:23:38.183Z | Compiling deranged v0.3.11 |
812 | 2024-12-17T07:23:39.672Z | Compiling time-macros v0.2.18 |
813 | 2024-12-17T07:23:40.070Z | Compiling scroll v0.12.0 |
814 | 2024-12-17T07:23:40.431Z | Compiling tokio-rustls v0.26.0 |
815 | 2024-12-17T07:23:40.837Z | Compiling idna v1.0.3 |
816 | 2024-12-17T07:23:40.905Z | Compiling tokio-native-tls v0.3.1 |
817 | 2024-12-17T07:23:45.841Z | Compiling dtrace-parser v0.2.0 |
818 | 2024-12-17T07:23:46.686Z | Compiling dof v0.3.0 |
819 | 2024-12-17T07:23:47.558Z | Compiling serde_urlencoded v0.7.1 |
820 | 2024-12-17T07:23:48.153Z | Compiling thread-id v4.2.2 |
821 | 2024-12-17T07:23:48.253Z | Compiling webpki-roots v0.26.6 |
822 | 2024-12-17T07:23:48.470Z | Compiling rustls-pemfile v2.2.0 |
823 | 2024-12-17T07:23:48.918Z | Compiling ident_case v1.0.1 |
824 | 2024-12-17T07:23:49.082Z | Compiling plain v0.2.3 |
825 | 2024-12-17T07:23:49.769Z | Compiling num_threads v0.1.7 |
826 | 2024-12-17T07:23:49.884Z | Compiling strsim v0.11.1 |
827 | 2024-12-17T07:23:50.322Z | Compiling crossbeam-utils v0.8.20 |
828 | 2024-12-17T07:23:50.400Z | Compiling omicron-workspace-hack v0.1.0 |
829 | 2024-12-17T07:23:50.456Z | Compiling base64 v0.22.1 |
830 | 2024-12-17T07:23:50.709Z | Compiling darling_core v0.20.10 |
831 | 2024-12-17T07:23:50.867Z | Compiling time v0.3.36 |
832 | 2024-12-17T07:23:55.395Z | Compiling goblin v0.8.2 |
833 | 2024-12-17T07:23:55.466Z | Compiling hyper-rustls v0.27.3 |
834 | 2024-12-17T07:23:57.229Z | Compiling url v2.5.3 |
835 | 2024-12-17T07:23:57.438Z | Compiling hyper-tls v0.6.0 |
836 | 2024-12-17T07:23:57.923Z | Compiling typify v0.2.0 |
837 | 2024-12-17T07:23:58.042Z | Compiling openapiv3 v2.0.0 |
838 | 2024-12-17T07:24:00.573Z | Compiling sync_wrapper v1.0.1 |
839 | 2024-12-17T07:24:00.714Z | Compiling dirs-sys-next v0.1.2 |
840 | 2024-12-17T07:24:02.220Z | Compiling unsafe-libyaml v0.2.11 |
841 | 2024-12-17T07:24:02.436Z | Compiling paste v1.0.15 |
842 | 2024-12-17T07:24:02.933Z | Compiling rustversion v1.0.17 |
843 | 2024-12-17T07:24:03.145Z | Compiling ipnet v2.10.1 |
844 | 2024-12-17T07:24:03.600Z | Compiling pretty-hex v0.4.1 |
845 | 2024-12-17T07:24:03.832Z | Compiling rustls v0.22.4 |
846 | 2024-12-17T07:24:04.161Z | Compiling reqwest v0.12.9 |
847 | 2024-12-17T07:24:06.251Z | Compiling serde_yaml v0.9.34+deprecated |
848 | 2024-12-17T07:24:06.909Z | Compiling progenitor-impl v0.8.0 |
849 | 2024-12-17T07:24:10.018Z | Compiling dirs-next v2.0.0 |
850 | 2024-12-17T07:24:10.270Z | Compiling darling_macro v0.20.10 |
851 | 2024-12-17T07:24:13.083Z | Compiling block-buffer v0.10.4 |
852 | 2024-12-17T07:24:13.324Z | Compiling crypto-common v0.1.6 |
853 | 2024-12-17T07:24:13.534Z | Compiling serde_spanned v0.6.8 |
854 | 2024-12-17T07:24:13.542Z | Compiling toml_datetime v0.6.8 |
855 | 2024-12-17T07:24:13.744Z | Compiling ppv-lite86 v0.2.20 |
856 | 2024-12-17T07:24:13.771Z | Compiling structmeta-derive v0.3.0 |
857 | 2024-12-17T07:24:14.224Z | Compiling rand_core v0.6.4 |
858 | 2024-12-17T07:24:14.684Z | Compiling thread_local v1.1.8 |
859 | 2024-12-17T07:24:14.750Z | Compiling multer v3.1.0 |
860 | 2024-12-17T07:24:15.073Z | Compiling anyhow v1.0.93 |
861 | 2024-12-17T07:24:15.403Z | Compiling match_cfg v0.1.0 |
862 | 2024-12-17T07:24:15.486Z | Compiling thiserror v2.0.3 |
863 | 2024-12-17T07:24:15.662Z | Compiling camino v1.1.9 |
864 | 2024-12-17T07:24:16.073Z | Compiling slog-async v2.8.0 |
865 | 2024-12-17T07:24:16.198Z | Compiling newtype-uuid v1.1.3 |
866 | 2024-12-17T07:24:16.417Z | Compiling winnow v0.6.20 |
867 | 2024-12-17T07:24:16.522Z | Compiling structmeta v0.3.0 |
868 | 2024-12-17T07:24:16.977Z | Compiling hostname v0.3.1 |
869 | 2024-12-17T07:24:17.222Z | Compiling rand_chacha v0.3.1 |
870 | 2024-12-17T07:24:17.230Z | Compiling progenitor-macro v0.8.0 |
871 | 2024-12-17T07:24:18.961Z | Compiling digest v0.10.7 |
872 | 2024-12-17T07:24:19.377Z | Compiling crossbeam-channel v0.5.13 |
873 | 2024-12-17T07:24:19.887Z | Compiling darling v0.20.10 |
874 | 2024-12-17T07:24:20.039Z | Compiling term v0.7.0 |
875 | 2024-12-17T07:24:20.844Z | Compiling toml_edit v0.22.22 |
876 | 2024-12-17T07:24:23.321Z | Compiling progenitor-client v0.8.0 |
877 | 2024-12-17T07:24:24.583Z | Compiling usdt-attr-macro v0.5.0 |
878 | 2024-12-17T07:24:26.068Z | Compiling usdt-macro v0.5.0 |
879 | 2024-12-17T07:24:27.423Z | Compiling slog-json v2.6.1 |
880 | 2024-12-17T07:24:27.855Z | Compiling futures-executor v0.3.31 |
881 | 2024-12-17T07:24:28.290Z | Compiling thiserror-impl v2.0.3 |
882 | 2024-12-17T07:24:29.006Z | Compiling async-stream-impl v0.3.6 |
883 | 2024-12-17T07:24:30.058Z | Compiling is-terminal v0.4.13 |
884 | 2024-12-17T07:24:30.169Z | Compiling memmap v0.7.0 |
885 | 2024-12-17T07:24:30.334Z | Compiling dropshot v0.15.1 |
886 | 2024-12-17T07:24:30.604Z | Compiling cpufeatures v0.2.14 |
887 | 2024-12-17T07:24:30.658Z | Compiling take_mut v0.2.2 |
888 | 2024-12-17T07:24:30.698Z | Compiling sha1 v0.10.6 |
889 | 2024-12-17T07:24:31.493Z | Compiling usdt v0.5.0 |
890 | 2024-12-17T07:24:31.520Z | Compiling async-stream v0.3.6 |
891 | 2024-12-17T07:24:31.814Z | Compiling slog-term v2.9.1 |
892 | 2024-12-17T07:24:33.060Z | Compiling progenitor v0.8.0 |
893 | 2024-12-17T07:24:33.283Z | Compiling tokio-rustls v0.25.0 |
894 | 2024-12-17T07:24:33.729Z | Compiling futures v0.3.31 |
895 | 2024-12-17T07:24:33.923Z | Compiling slog-bunyan v2.5.0 |
896 | 2024-12-17T07:24:34.207Z | Compiling toml v0.8.19 |
897 | 2024-12-17T07:24:34.215Z | Compiling strum_macros v0.26.4 |
898 | 2024-12-17T07:24:34.741Z | Compiling serde_with_macros v3.11.0 |
899 | 2024-12-17T07:24:37.520Z | Compiling rand v0.8.5 |
900 | 2024-12-17T07:24:40.325Z | Compiling parse-display-derive v0.10.0 |
901 | 2024-12-17T07:24:42.601Z | Compiling ipnetwork v0.20.0 |
902 | 2024-12-17T07:24:43.010Z | Compiling dropshot_endpoint v0.15.1 |
903 | 2024-12-17T07:24:43.983Z | Compiling serde_path_to_error v0.1.16 |
904 | 2024-12-17T07:24:44.358Z | Compiling hex v0.4.3 |
905 | 2024-12-17T07:24:44.987Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
906 | 2024-12-17T07:24:45.056Z | Compiling async-trait v0.1.83 |
907 | 2024-12-17T07:24:45.803Z | Compiling waitgroup v0.1.2 |
908 | 2024-12-17T07:24:46.043Z | Compiling hostname v0.4.0 |
909 | 2024-12-17T07:24:46.290Z | Compiling instant v0.1.13 |
910 | 2024-12-17T07:24:46.441Z | Compiling debug-ignore v1.0.5 |
911 | 2024-12-17T07:24:46.579Z | Compiling backoff v0.4.0 |
912 | 2024-12-17T07:24:46.926Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
913 | 2024-12-17T07:24:47.103Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
914 | 2024-12-17T07:24:47.269Z | Compiling parse-display v0.10.0 |
915 | 2024-12-17T07:24:47.378Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
916 | 2024-12-17T07:24:47.708Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
917 | 2024-12-17T07:24:48.268Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
918 | 2024-12-17T07:24:48.505Z | Compiling strum v0.26.3 |
919 | 2024-12-17T07:24:48.681Z | Compiling serde_with v3.11.0 |
920 | 2024-12-17T07:24:49.498Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
921 | 2024-12-17T07:24:50.304Z | Compiling regress v0.9.1 |
922 | 2024-12-17T07:24:52.248Z | Compiling macaddr v1.0.1 |
923 | 2024-12-17T07:24:58.198Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
924 | 2024-12-17T07:25:08.619Z | Compiling test-project v0.1.0 (/tmp/test-project) |
925 | 2024-12-17T07:25:18.477Z | Finished `release` profile [optimized] target(s) in 2m 37s |
926 | 2024-12-17T07:25:18.545Z | process exited: duration 240778 ms, exit code 0 |
|
927 | 2024-12-17T07:25:18.551Z | found 0 output files |