|
|
|
1 | 2025-01-11T00:17:27.862Z | job assigned to worker 01JH9BGFKHBT3NW9T2DZQNW6X7 [factory aws, i-0cdc6cefd426e7371] (queued for 57 s) |
|
2 | 2025-01-11T00:17:35.634Z | starting task 0: "setup" |
3 | 2025-01-11T00:17:35.646Z | ++ uname -s |
4 | 2025-01-11T00:17:35.648Z | + kern=SunOS |
5 | 2025-01-11T00:17:35.648Z | + case "$kern" in |
6 | 2025-01-11T00:17:35.648Z | + groupadd -g 12345 build |
7 | 2025-01-11T00:17:35.648Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2025-01-11T00:17:37.643Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2025-01-11T00:17:37.749Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2025-01-11T00:17:37.752Z | + home_fs=zfs |
11 | 2025-01-11T00:17:37.752Z | + [[ zfs == autofs ]] |
12 | 2025-01-11T00:17:37.752Z | + mkdir -p /home/build |
13 | 2025-01-11T00:17:37.754Z | + chown build:build /home/build /work |
14 | 2025-01-11T00:17:39.756Z | + chmod 0700 /home/build /work |
15 | 2025-01-11T00:17:39.759Z | process exited: duration 4139 ms, exit code 0 |
|
16 | 2025-01-11T00:17:39.764Z | starting task 1: "rust-toolchain" |
17 | 2025-01-11T00:17:39.770Z | + printf ' * toolchain channel = "%s" |
18 | 2025-01-11T00:17:39.770Z | * toolchain channel = "1.81.0" |
19 | 2025-01-11T00:17:39.770Z | * toolchain profile = "default" |
20 | 2025-01-11T00:17:39.770Z | ' 1.81.0 |
21 | 2025-01-11T00:17:39.770Z | + printf ' * toolchain profile = "%s" |
22 | 2025-01-11T00:17:39.770Z | ' default |
23 | 2025-01-11T00:17:39.773Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2025-01-11T00:17:39.773Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2025-01-11T00:17:39.889Z | info: downloading installer |
26 | 2025-01-11T00:17:41.029Z | info: profile set to 'default' |
27 | 2025-01-11T00:17:41.029Z | info: default host triple is x86_64-unknown-illumos |
28 | 2025-01-11T00:17:41.032Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2025-01-11T00:17:41.182Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2025-01-11T00:17:41.182Z | info: downloading component 'cargo' |
31 | 2025-01-11T00:17:42.023Z | info: downloading component 'clippy' |
32 | 2025-01-11T00:17:42.337Z | info: downloading component 'rust-docs' |
33 | 2025-01-11T00:17:43.529Z | info: downloading component 'rust-std' |
34 | 2025-01-11T00:17:45.340Z | info: downloading component 'rustc' |
35 | 2025-01-11T00:17:51.867Z | info: downloading component 'rustfmt' |
36 | 2025-01-11T00:17:52.115Z | info: installing component 'cargo' |
37 | 2025-01-11T00:17:52.942Z | info: installing component 'clippy' |
38 | 2025-01-11T00:17:53.321Z | info: installing component 'rust-docs' |
39 | 2025-01-11T00:17:54.941Z | info: installing component 'rust-std' |
40 | 2025-01-11T00:17:56.769Z | info: installing component 'rustc' |
41 | 2025-01-11T00:18:02.587Z | info: installing component 'rustfmt' |
42 | 2025-01-11T00:18:02.905Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2025-01-11T00:18:02.905Z | |
44 | 2025-01-11T00:18:03.265Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2025-01-11T00:18:03.265Z | |
46 | 2025-01-11T00:18:03.268Z | |
47 | 2025-01-11T00:18:03.268Z | Rust is installed now. Great! |
48 | 2025-01-11T00:18:03.268Z | |
49 | 2025-01-11T00:18:03.268Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2025-01-11T00:18:03.268Z | environment variable. This has not been done automatically. |
51 | 2025-01-11T00:18:03.268Z | |
52 | 2025-01-11T00:18:03.268Z | To configure your current shell, you need to source |
53 | 2025-01-11T00:18:03.268Z | the corresponding env file under $HOME/.cargo. |
54 | 2025-01-11T00:18:03.268Z | |
55 | 2025-01-11T00:18:03.268Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2025-01-11T00:18:03.268Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2025-01-11T00:18:03.268Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2025-01-11T00:18:03.336Z | + rustc --version |
59 | 2025-01-11T00:18:03.405Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2025-01-11T00:18:03.408Z | process exited: duration 23640 ms, exit code 0 |
|
61 | 2025-01-11T00:18:03.415Z | starting task 2: "authentication" |
62 | 2025-01-11T00:18:03.434Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2025-01-11T00:18:03.440Z | starting task 3: "clone repository" |
64 | 2025-01-11T00:18:03.444Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2025-01-11T00:18:03.450Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2025-01-11T00:18:03.486Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2025-01-11T00:18:11.269Z | + cd /work/oxidecomputer/omicron |
68 | 2025-01-11T00:18:11.272Z | + git fetch origin 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
69 | 2025-01-11T00:18:11.611Z | From https://github.com/oxidecomputer/omicron |
70 | 2025-01-11T00:18:11.611Z | * branch 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 -> FETCH_HEAD |
71 | 2025-01-11T00:18:11.621Z | + [[ -n '' ]] |
72 | 2025-01-11T00:18:11.621Z | + git reset --hard 57f1d9ddb3b1755b611f4b5d678fc95ea3a87cb9 |
73 | 2025-01-11T00:18:11.742Z | HEAD is now at 57f1d9ddb update description |
74 | 2025-01-11T00:18:11.745Z | process exited: duration 8303 ms, exit code 0 |
|
75 | 2025-01-11T00:18:11.752Z | starting task 4: "build" |
76 | 2025-01-11T00:18:11.758Z | + source .github/buildomat/ci-env.sh |
77 | 2025-01-11T00:18:11.758Z | ++ export CARGO_TERM_COLOR=always |
78 | 2025-01-11T00:18:11.758Z | ++ CARGO_TERM_COLOR=always |
79 | 2025-01-11T00:18:11.758Z | + cargo --version |
80 | 2025-01-11T00:18:11.815Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
81 | 2025-01-11T00:18:11.817Z | + rustc --version |
82 | 2025-01-11T00:18:11.876Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
83 | 2025-01-11T00:18:11.878Z | + cd /tmp |
84 | 2025-01-11T00:18:11.878Z | + cargo new --lib test-project |
85 | 2025-01-11T00:18:11.936Z | Creating library `test-project` package |
86 | 2025-01-11T00:18:12.011Z | note: see more `Cargo.toml` keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html |
87 | 2025-01-11T00:18:12.014Z | + cd test-project |
88 | 2025-01-11T00:18:12.014Z | + cargo add omicron-common --path /work/oxidecomputer/omicron/common |
89 | 2025-01-11T00:18:12.072Z | Adding omicron-common (local) to dependencies |
90 | 2025-01-11T00:18:12.075Z | Features: |
91 | 2025-01-11T00:18:12.075Z | - proptest |
92 | 2025-01-11T00:18:12.075Z | - test-strategy |
93 | 2025-01-11T00:18:12.076Z | - testing |
94 | 2025-01-11T00:18:12.076Z | Updating crates.io index |
95 | 2025-01-11T00:18:12.141Z | Updating git repository `https://github.com/oxidecomputer/diffus` |
96 | 2025-01-11T00:18:12.646Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
97 | 2025-01-11T00:18:13.183Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
98 | 2025-01-11T00:18:13.739Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
99 | 2025-01-11T00:18:14.191Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
100 | 2025-01-11T00:18:15.473Z | Locking 335 packages to latest compatible versions |
101 | 2025-01-11T00:18:15.476Z | Adding core-foundation v0.9.4 (latest: v0.10.0) |
102 | 2025-01-11T00:18:15.476Z | Adding dropshot v0.13.0 (latest: v0.15.1) |
103 | 2025-01-11T00:18:15.476Z | Adding dropshot_endpoint v0.13.0 (latest: v0.15.1) |
104 | 2025-01-11T00:18:15.476Z | Adding foreign-types v0.3.2 (latest: v0.5.0) |
105 | 2025-01-11T00:18:15.476Z | Adding foreign-types-shared v0.1.1 (latest: v0.3.1) |
106 | 2025-01-11T00:18:15.476Z | Adding generic-array v0.14.7 (latest: v1.1.1) |
107 | 2025-01-11T00:18:15.476Z | Adding goblin v0.8.2 (latest: v0.9.3) |
108 | 2025-01-11T00:18:15.476Z | Adding hashbrown v0.12.3 (latest: v0.15.2) |
109 | 2025-01-11T00:18:15.476Z | Adding hashbrown v0.14.5 (latest: v0.15.2) |
110 | 2025-01-11T00:18:15.478Z | Adding hostname v0.3.1 (latest: v0.4.0) |
111 | 2025-01-11T00:18:15.479Z | Adding indexmap v1.9.3 (latest: v2.7.0) |
112 | 2025-01-11T00:18:15.479Z | Adding ipnetwork v0.20.0 (latest: v0.21.1) |
113 | 2025-01-11T00:18:15.483Z | Adding itertools v0.10.5 (latest: v0.14.0) |
114 | 2025-01-11T00:18:15.483Z | Adding linux-raw-sys v0.4.15 (latest: v0.7.0) |
115 | 2025-01-11T00:18:15.483Z | Adding progenitor v0.8.0 (latest: v0.9.1) |
116 | 2025-01-11T00:18:15.485Z | Adding progenitor-client v0.8.0 (latest: v0.9.1) |
117 | 2025-01-11T00:18:15.485Z | Adding progenitor-impl v0.8.0 (latest: v0.9.1) |
118 | 2025-01-11T00:18:15.485Z | Adding progenitor-macro v0.8.0 (latest: v0.9.1) |
119 | 2025-01-11T00:18:15.485Z | Adding redox_users v0.4.6 (latest: v0.5.0) |
120 | 2025-01-11T00:18:15.486Z | Adding regress v0.9.1 (latest: v0.10.1) |
121 | 2025-01-11T00:18:15.489Z | Adding rustls v0.22.4 (latest: v0.23.21) |
122 | 2025-01-11T00:18:15.492Z | Adding security-framework v2.11.1 (latest: v3.2.0) |
123 | 2025-01-11T00:18:15.494Z | Adding syn v1.0.109 (latest: v2.0.96) |
124 | 2025-01-11T00:18:15.494Z | Adding term v0.7.0 (latest: v1.0.1) |
125 | 2025-01-11T00:18:15.494Z | Adding thiserror v1.0.69 (latest: v2.0.11) |
126 | 2025-01-11T00:18:15.494Z | Adding thiserror-impl v1.0.69 (latest: v2.0.11) |
127 | 2025-01-11T00:18:15.494Z | Adding thread-id v4.2.2 (latest: v5.0.0) |
128 | 2025-01-11T00:18:15.497Z | Adding tinystr v0.7.6 (latest: v0.8.0) |
129 | 2025-01-11T00:18:15.497Z | Adding tokio-rustls v0.25.0 (latest: v0.26.1) |
130 | 2025-01-11T00:18:15.497Z | Adding typify v0.2.0 (latest: v0.3.0) |
131 | 2025-01-11T00:18:15.497Z | Adding typify-impl v0.2.0 (latest: v0.3.0) |
132 | 2025-01-11T00:18:15.497Z | Adding typify-macro v0.2.0 (latest: v0.3.0) |
133 | 2025-01-11T00:18:15.499Z | Adding wasi v0.11.0+wasi-snapshot-preview1 (latest: v0.14.0+wasi-0.2.3) |
134 | 2025-01-11T00:18:15.499Z | Adding windows v0.52.0 (latest: v0.59.0) |
135 | 2025-01-11T00:18:15.499Z | Adding windows-core v0.52.0 (latest: v0.59.0) |
136 | 2025-01-11T00:18:15.499Z | Adding windows-registry v0.2.0 (latest: v0.4.0) |
137 | 2025-01-11T00:18:15.500Z | Adding windows-result v0.2.0 (latest: v0.3.0) |
138 | 2025-01-11T00:18:15.500Z | Adding windows-strings v0.1.0 (latest: v0.3.0) |
139 | 2025-01-11T00:18:15.500Z | Adding windows-sys v0.52.0 (latest: v0.59.0) |
140 | 2025-01-11T00:18:15.500Z | Adding windows-targets v0.52.6 (latest: v0.53.0) |
141 | 2025-01-11T00:18:15.500Z | Adding windows_aarch64_gnullvm v0.52.6 (latest: v0.53.0) |
142 | 2025-01-11T00:18:15.500Z | Adding windows_aarch64_msvc v0.52.6 (latest: v0.53.0) |
143 | 2025-01-11T00:18:15.500Z | Adding windows_i686_gnu v0.52.6 (latest: v0.53.0) |
144 | 2025-01-11T00:18:15.500Z | Adding windows_i686_gnullvm v0.52.6 (latest: v0.53.0) |
145 | 2025-01-11T00:18:15.500Z | Adding windows_i686_msvc v0.52.6 (latest: v0.53.0) |
146 | 2025-01-11T00:18:15.500Z | Adding windows_x86_64_gnu v0.52.6 (latest: v0.53.0) |
147 | 2025-01-11T00:18:15.500Z | Adding windows_x86_64_gnullvm v0.52.6 (latest: v0.53.0) |
148 | 2025-01-11T00:18:15.500Z | Adding windows_x86_64_msvc v0.52.6 (latest: v0.53.0) |
149 | 2025-01-11T00:18:15.500Z | Adding writeable v0.5.5 (latest: v0.6.0) |
150 | 2025-01-11T00:18:15.503Z | Adding zerocopy v0.7.35 (latest: v0.8.14) |
151 | 2025-01-11T00:18:15.503Z | Adding zerocopy-derive v0.7.35 (latest: v0.8.14) |
152 | 2025-01-11T00:18:15.503Z | Adding zerovec v0.10.4 (latest: v0.11.0) |
153 | 2025-01-11T00:18:15.503Z | Adding zerovec-derive v0.10.3 (latest: v0.11.0) |
154 | 2025-01-11T00:18:15.577Z | + cp /work/oxidecomputer/omicron/Cargo.lock Cargo.lock |
155 | 2025-01-11T00:18:15.579Z | + cargo check |
156 | 2025-01-11T00:18:15.750Z | Updating crates.io index |
157 | 2025-01-11T00:18:16.541Z | Locking 2 packages to latest compatible versions |
158 | 2025-01-11T00:18:19.445Z | Adding omicron-workspace-hack v0.1.0 |
159 | 2025-01-11T00:18:21.210Z | Adding test-project v0.1.0 (/tmp/test-project) |
160 | 2025-01-11T00:18:21.957Z | Downloading crates ... |
161 | 2025-01-11T00:18:22.075Z | Downloaded match_cfg v0.1.0 |
162 | 2025-01-11T00:18:22.077Z | Downloaded synstructure v0.13.1 |
163 | 2025-01-11T00:18:22.080Z | Downloaded write16 v1.0.0 |
164 | 2025-01-11T00:18:22.083Z | Downloaded take_mut v0.2.2 |
165 | 2025-01-11T00:18:22.086Z | Downloaded native-tls v0.2.12 |
166 | 2025-01-11T00:18:22.091Z | Downloaded num-traits v0.2.19 |
167 | 2025-01-11T00:18:22.095Z | Downloaded writeable v0.5.5 |
168 | 2025-01-11T00:18:22.098Z | Downloaded openssl-probe v0.1.5 |
169 | 2025-01-11T00:18:22.101Z | Downloaded omicron-workspace-hack v0.1.0 |
170 | 2025-01-11T00:18:22.101Z | Downloaded num-conv v0.1.0 |
171 | 2025-01-11T00:18:22.103Z | Downloaded waitgroup v0.1.2 |
172 | 2025-01-11T00:18:22.103Z | Downloaded tinyvec_macros v0.1.1 |
173 | 2025-01-11T00:18:22.106Z | Downloaded openssl-macros v0.1.1 |
174 | 2025-01-11T00:18:22.106Z | Downloaded tower-service v0.3.3 |
175 | 2025-01-11T00:18:22.110Z | Downloaded want v0.3.1 |
176 | 2025-01-11T00:18:22.113Z | Downloaded zerofrom v0.1.4 |
177 | 2025-01-11T00:18:22.116Z | Downloaded usdt-attr-macro v0.5.0 |
178 | 2025-01-11T00:18:22.118Z | Downloaded time-core v0.1.2 |
179 | 2025-01-11T00:18:22.121Z | Downloaded thread-id v4.2.2 |
180 | 2025-01-11T00:18:22.126Z | Downloaded usdt-macro v0.5.0 |
181 | 2025-01-11T00:18:22.129Z | Downloaded typify v0.2.0 |
182 | 2025-01-11T00:18:22.132Z | Downloaded async-stream v0.3.6 |
183 | 2025-01-11T00:18:22.134Z | Downloaded try-lock v0.2.5 |
184 | 2025-01-11T00:18:22.134Z | Downloaded cpufeatures v0.2.14 |
185 | 2025-01-11T00:18:22.137Z | Downloaded progenitor-client v0.8.0 |
186 | 2025-01-11T00:18:22.139Z | Downloaded num_threads v0.1.7 |
187 | 2025-01-11T00:18:22.139Z | Downloaded anyhow v1.0.93 |
188 | 2025-01-11T00:18:22.145Z | Downloaded pretty-hex v0.4.1 |
189 | 2025-01-11T00:18:22.147Z | Downloaded async-stream-impl v0.3.6 |
190 | 2025-01-11T00:18:22.147Z | Downloaded progenitor-client v0.9.1 |
191 | 2025-01-11T00:18:22.149Z | Downloaded zeroize v1.8.1 |
192 | 2025-01-11T00:18:22.152Z | Downloaded tinystr v0.7.6 |
193 | 2025-01-11T00:18:22.154Z | Downloaded memmap v0.7.0 |
194 | 2025-01-11T00:18:22.154Z | Downloaded thiserror-impl v1.0.69 |
195 | 2025-01-11T00:18:22.158Z | Downloaded ppv-lite86 v0.2.20 |
196 | 2025-01-11T00:18:22.165Z | Downloaded powerfmt v0.2.0 |
197 | 2025-01-11T00:18:22.167Z | Downloaded mime v0.3.17 |
198 | 2025-01-11T00:18:22.167Z | Downloaded darling_macro v0.20.10 |
199 | 2025-01-11T00:18:22.167Z | Downloaded cfg-if v1.0.0 |
200 | 2025-01-11T00:18:22.167Z | Downloaded parse-display v0.10.0 |
201 | 2025-01-11T00:18:22.168Z | Downloaded camino v1.1.9 |
202 | 2025-01-11T00:18:22.170Z | Downloaded version_check v0.9.5 |
203 | 2025-01-11T00:18:22.172Z | Downloaded autocfg v1.4.0 |
204 | 2025-01-11T00:18:22.172Z | Downloaded byteorder v1.5.0 |
205 | 2025-01-11T00:18:22.175Z | Downloaded crypto-common v0.1.6 |
206 | 2025-01-11T00:18:22.178Z | Downloaded block-buffer v0.10.4 |
207 | 2025-01-11T00:18:22.178Z | Downloaded atomic-waker v1.1.2 |
208 | 2025-01-11T00:18:22.181Z | Downloaded untrusted v0.9.0 |
209 | 2025-01-11T00:18:22.181Z | Downloaded typify-macro v0.2.0 |
210 | 2025-01-11T00:18:22.184Z | Downloaded foreign-types-shared v0.1.1 |
211 | 2025-01-11T00:18:22.184Z | Downloaded equivalent v1.0.1 |
212 | 2025-01-11T00:18:22.186Z | Downloaded toml_datetime v0.6.8 |
213 | 2025-01-11T00:18:22.186Z | Downloaded thread_local v1.1.8 |
214 | 2025-01-11T00:18:22.186Z | Downloaded dtrace-parser v0.2.0 |
215 | 2025-01-11T00:18:22.189Z | Downloaded debug-ignore v1.0.5 |
216 | 2025-01-11T00:18:22.191Z | Downloaded utf16_iter v1.0.5 |
217 | 2025-01-11T00:18:22.191Z | Downloaded bitflags v2.6.0 |
218 | 2025-01-11T00:18:22.194Z | Downloaded percent-encoding v2.3.1 |
219 | 2025-01-11T00:18:22.197Z | Downloaded paste v1.0.15 |
220 | 2025-01-11T00:18:22.199Z | Downloaded progenitor v0.8.0 |
221 | 2025-01-11T00:18:22.202Z | Downloaded ahash v0.8.11 |
222 | 2025-01-11T00:18:22.204Z | Downloaded pest_generator v2.7.14 |
223 | 2025-01-11T00:18:22.207Z | Downloaded foreign-types v0.3.2 |
224 | 2025-01-11T00:18:22.207Z | Downloaded plain v0.2.3 |
225 | 2025-01-11T00:18:22.209Z | Downloaded usdt-impl v0.5.0 |
226 | 2025-01-11T00:18:22.209Z | Downloaded zerofrom-derive v0.1.4 |
227 | 2025-01-11T00:18:22.212Z | Downloaded futures-task v0.3.31 |
228 | 2025-01-11T00:18:22.212Z | Downloaded dyn-clone v1.0.17 |
229 | 2025-01-11T00:18:22.214Z | Downloaded dirs-sys-next v0.1.2 |
230 | 2025-01-11T00:18:22.214Z | Downloaded parse-display-derive v0.10.0 |
231 | 2025-01-11T00:18:22.216Z | Downloaded yoke-derive v0.7.4 |
232 | 2025-01-11T00:18:22.216Z | Downloaded thiserror v1.0.69 |
233 | 2025-01-11T00:18:22.221Z | Downloaded pin-utils v0.1.0 |
234 | 2025-01-11T00:18:22.223Z | Downloaded multer v3.1.0 |
235 | 2025-01-11T00:18:22.226Z | Downloaded zerovec-derive v0.10.3 |
236 | 2025-01-11T00:18:22.228Z | Downloaded ident_case v1.0.1 |
237 | 2025-01-11T00:18:22.228Z | Downloaded yoke v0.7.4 |
238 | 2025-01-11T00:18:22.230Z | Downloaded progenitor-macro v0.8.0 |
239 | 2025-01-11T00:18:22.230Z | Downloaded icu_provider_macros v1.5.0 |
240 | 2025-01-11T00:18:22.233Z | Downloaded crossbeam-utils v0.8.20 |
241 | 2025-01-11T00:18:22.235Z | Downloaded tokio-rustls v0.26.0 |
242 | 2025-01-11T00:18:22.237Z | Downloaded cc v1.1.30 |
243 | 2025-01-11T00:18:22.241Z | Downloaded tokio-native-tls v0.3.1 |
244 | 2025-01-11T00:18:22.243Z | Downloaded time-macros v0.2.18 |
245 | 2025-01-11T00:18:22.245Z | Downloaded pin-project-lite v0.2.14 |
246 | 2025-01-11T00:18:22.248Z | Downloaded strum v0.26.3 |
247 | 2025-01-11T00:18:22.251Z | Downloaded rustc-hash v2.0.0 |
248 | 2025-01-11T00:18:22.251Z | Downloaded tokio-rustls v0.25.0 |
249 | 2025-01-11T00:18:22.253Z | Downloaded once_cell v1.20.2 |
250 | 2025-01-11T00:18:22.255Z | Downloaded zerocopy-derive v0.7.35 |
251 | 2025-01-11T00:18:22.260Z | Downloaded hyper-tls v0.6.0 |
252 | 2025-01-11T00:18:22.262Z | Downloaded pest_derive v2.7.14 |
253 | 2025-01-11T00:18:22.264Z | Downloaded tokio-macros v2.4.0 |
254 | 2025-01-11T00:18:22.267Z | Downloaded httpdate v1.0.3 |
255 | 2025-01-11T00:18:22.267Z | Downloaded http-body-util v0.1.2 |
256 | 2025-01-11T00:18:22.269Z | Downloaded idna_adapter v1.2.0 |
257 | 2025-01-11T00:18:22.269Z | Downloaded hostname v0.4.0 |
258 | 2025-01-11T00:18:22.271Z | Downloaded shlex v1.3.0 |
259 | 2025-01-11T00:18:22.272Z | Downloaded scroll_derive v0.12.0 |
260 | 2025-01-11T00:18:22.274Z | Downloaded hostname v0.3.1 |
261 | 2025-01-11T00:18:22.274Z | Downloaded hex v0.4.3 |
262 | 2025-01-11T00:18:22.276Z | Downloaded darling_core v0.20.10 |
263 | 2025-01-11T00:18:22.279Z | Downloaded stable_deref_trait v1.2.0 |
264 | 2025-01-11T00:18:22.282Z | Downloaded serde_urlencoded v0.7.1 |
265 | 2025-01-11T00:18:22.284Z | Downloaded sync_wrapper v1.0.1 |
266 | 2025-01-11T00:18:22.284Z | Downloaded signal-hook-registry v1.4.2 |
267 | 2025-01-11T00:18:22.285Z | Downloaded base64 v0.22.1 |
268 | 2025-01-11T00:18:22.288Z | Downloaded sha1 v0.10.6 |
269 | 2025-01-11T00:18:22.290Z | Downloaded serde_tokenstream v0.2.2 |
270 | 2025-01-11T00:18:22.293Z | Downloaded deranged v0.3.11 |
271 | 2025-01-11T00:18:22.293Z | Downloaded pest_meta v2.7.14 |
272 | 2025-01-11T00:18:22.295Z | Downloaded itoa v1.0.11 |
273 | 2025-01-11T00:18:22.298Z | Downloaded crossbeam-channel v0.5.13 |
274 | 2025-01-11T00:18:22.300Z | Downloaded progenitor-impl v0.8.0 |
275 | 2025-01-11T00:18:22.303Z | Downloaded pkg-config v0.3.31 |
276 | 2025-01-11T00:18:22.305Z | Downloaded uuid v1.11.0 |
277 | 2025-01-11T00:18:22.307Z | Downloaded tinyvec v1.8.0 |
278 | 2025-01-11T00:18:22.310Z | Downloaded icu_locid_transform v1.5.0 |
279 | 2025-01-11T00:18:22.312Z | Downloaded getrandom v0.2.15 |
280 | 2025-01-11T00:18:22.315Z | Downloaded parking_lot v0.12.3 |
281 | 2025-01-11T00:18:22.317Z | Downloaded lock_api v0.4.12 |
282 | 2025-01-11T00:18:22.320Z | Downloaded structmeta-derive v0.3.0 |
283 | 2025-01-11T00:18:22.323Z | Downloaded unicode-ident v1.0.14 |
284 | 2025-01-11T00:18:22.326Z | Downloaded toml v0.8.19 |
285 | 2025-01-11T00:18:22.328Z | Downloaded proc-macro2 v1.0.92 |
286 | 2025-01-11T00:18:22.330Z | Downloaded rand_chacha v0.3.1 |
287 | 2025-01-11T00:18:22.330Z | Downloaded quinn-udp v0.5.5 |
288 | 2025-01-11T00:18:22.332Z | Downloaded structmeta v0.3.0 |
289 | 2025-01-11T00:18:22.335Z | Downloaded serde_spanned v0.6.8 |
290 | 2025-01-11T00:18:22.335Z | Downloaded serde_path_to_error v0.1.16 |
291 | 2025-01-11T00:18:22.337Z | Downloaded subtle v2.6.1 |
292 | 2025-01-11T00:18:22.337Z | Downloaded scopeguard v1.2.0 |
293 | 2025-01-11T00:18:22.340Z | Downloaded slog-json v2.6.1 |
294 | 2025-01-11T00:18:22.340Z | Downloaded slog-bunyan v2.5.0 |
295 | 2025-01-11T00:18:22.342Z | Downloaded slog-async v2.8.0 |
296 | 2025-01-11T00:18:22.342Z | Downloaded serde_derive_internals v0.29.1 |
297 | 2025-01-11T00:18:22.346Z | Downloaded litemap v0.7.3 |
298 | 2025-01-11T00:18:22.348Z | Downloaded unsafe-libyaml v0.2.11 |
299 | 2025-01-11T00:18:22.351Z | Downloaded fnv v1.0.7 |
300 | 2025-01-11T00:18:22.351Z | Downloaded displaydoc v0.2.5 |
301 | 2025-01-11T00:18:22.354Z | Downloaded indexmap v1.9.3 |
302 | 2025-01-11T00:18:22.357Z | Downloaded tracing-core v0.1.32 |
303 | 2025-01-11T00:18:22.360Z | Downloaded icu_normalizer_data v1.5.0 |
304 | 2025-01-11T00:18:22.363Z | Downloaded schemars_derive v0.8.21 |
305 | 2025-01-11T00:18:22.363Z | Downloaded rustversion v1.0.17 |
306 | 2025-01-11T00:18:22.365Z | Downloaded strsim v0.11.1 |
307 | 2025-01-11T00:18:22.367Z | Downloaded serde_with_macros v3.11.0 |
308 | 2025-01-11T00:18:22.370Z | Downloaded smallvec v1.13.2 |
309 | 2025-01-11T00:18:22.370Z | Downloaded semver v1.0.24 |
310 | 2025-01-11T00:18:22.373Z | Downloaded openssl-sys v0.9.103 |
311 | 2025-01-11T00:18:22.377Z | Downloaded rand_core v0.6.4 |
312 | 2025-01-11T00:18:22.380Z | Downloaded spin v0.9.8 |
313 | 2025-01-11T00:18:22.382Z | Downloaded log v0.4.22 |
314 | 2025-01-11T00:18:22.385Z | Downloaded hyper-util v0.1.10 |
315 | 2025-01-11T00:18:22.388Z | Downloaded slog v2.7.0 |
316 | 2025-01-11T00:18:22.391Z | Downloaded icu_normalizer v1.5.0 |
317 | 2025-01-11T00:18:22.394Z | Downloaded allocator-api2 v0.2.18 |
318 | 2025-01-11T00:18:22.397Z | Downloaded futures v0.3.31 |
319 | 2025-01-11T00:18:22.402Z | Downloaded slog-term v2.9.1 |
320 | 2025-01-11T00:18:22.405Z | Downloaded ryu v1.0.18 |
321 | 2025-01-11T00:18:22.407Z | Downloaded tracing v0.1.40 |
322 | 2025-01-11T00:18:22.411Z | Downloaded ucd-trie v0.1.7 |
323 | 2025-01-11T00:18:22.413Z | Downloaded icu_collections v1.5.0 |
324 | 2025-01-11T00:18:22.419Z | Downloaded strum_macros v0.26.4 |
325 | 2025-01-11T00:18:22.421Z | Downloaded quote v1.0.38 |
326 | 2025-01-11T00:18:22.423Z | Downloaded rustls-pki-types v1.10.0 |
327 | 2025-01-11T00:18:22.427Z | Downloaded quinn v0.11.5 |
328 | 2025-01-11T00:18:22.430Z | Downloaded hashbrown v0.12.3 |
329 | 2025-01-11T00:18:22.434Z | Downloaded socket2 v0.5.7 |
330 | 2025-01-11T00:18:22.437Z | Downloaded memchr v2.7.4 |
331 | 2025-01-11T00:18:22.442Z | Downloaded chrono v0.4.38 |
332 | 2025-01-11T00:18:22.449Z | Downloaded serde v1.0.217 |
333 | 2025-01-11T00:18:22.452Z | Downloaded mio v1.0.2 |
334 | 2025-01-11T00:18:22.457Z | Downloaded indexmap v2.7.0 |
335 | 2025-01-11T00:18:22.461Z | Downloaded rand v0.8.5 |
336 | 2025-01-11T00:18:22.465Z | Downloaded http v1.2.0 |
337 | 2025-01-11T00:18:22.469Z | Downloaded serde_yaml v0.9.34+deprecated |
338 | 2025-01-11T00:18:22.472Z | Downloaded aho-corasick v1.1.3 |
339 | 2025-01-11T00:18:22.478Z | Downloaded hashbrown v0.15.1 |
340 | 2025-01-11T00:18:22.483Z | Downloaded idna v1.0.3 |
341 | 2025-01-11T00:18:22.487Z | Downloaded hashbrown v0.14.5 |
342 | 2025-01-11T00:18:22.492Z | Downloaded futures-util v0.3.31 |
343 | 2025-01-11T00:18:22.503Z | Downloaded serde_json v1.0.135 |
344 | 2025-01-11T00:18:22.510Z | Downloaded time v0.3.36 |
345 | 2025-01-11T00:18:22.517Z | Downloaded hyper v1.5.0 |
346 | 2025-01-11T00:18:22.523Z | Downloaded icu_properties_data v1.5.0 |
347 | 2025-01-11T00:18:22.533Z | Downloaded pest v2.7.14 |
348 | 2025-01-11T00:18:22.538Z | Downloaded zerovec v0.10.4 |
349 | 2025-01-11T00:18:22.544Z | Downloaded zerocopy v0.7.35 |
350 | 2025-01-11T00:18:22.559Z | Downloaded dropshot v0.13.0 |
351 | 2025-01-11T00:18:22.578Z | Downloaded goblin v0.8.2 |
352 | 2025-01-11T00:18:22.583Z | Downloaded winnow v0.6.20 |
353 | 2025-01-11T00:18:22.591Z | Downloaded serde_with v3.11.0 |
354 | 2025-01-11T00:18:22.599Z | Downloaded tokio-util v0.7.12 |
355 | 2025-01-11T00:18:22.605Z | Downloaded rustls v0.23.19 |
356 | 2025-01-11T00:18:22.615Z | Downloaded h2 v0.4.6 |
357 | 2025-01-11T00:18:22.621Z | Downloaded rustls-webpki v0.102.8 |
358 | 2025-01-11T00:18:22.638Z | Downloaded quinn-proto v0.11.8 |
359 | 2025-01-11T00:18:22.646Z | Downloaded reqwest v0.12.9 |
360 | 2025-01-11T00:18:22.652Z | Downloaded vcpkg v0.2.15 |
361 | 2025-01-11T00:18:22.688Z | Downloaded webpki-roots v0.26.6 |
362 | 2025-01-11T00:18:22.692Z | Downloaded schemars v0.8.21 |
363 | 2025-01-11T00:18:22.702Z | Downloaded syn v1.0.109 |
364 | 2025-01-11T00:18:22.711Z | Downloaded openssl v0.10.66 |
365 | 2025-01-11T00:18:22.720Z | Downloaded toml_edit v0.22.22 |
366 | 2025-01-11T00:18:22.740Z | Downloaded itertools v0.10.5 |
367 | 2025-01-11T00:18:22.745Z | Downloaded regex v1.11.1 |
368 | 2025-01-11T00:18:22.757Z | Downloaded syn v2.0.96 |
369 | 2025-01-11T00:18:22.768Z | Downloaded rustls v0.22.4 |
370 | 2025-01-11T00:18:22.780Z | Downloaded regress v0.9.1 |
371 | 2025-01-11T00:18:22.788Z | Downloaded regex-syntax v0.8.5 |
372 | 2025-01-11T00:18:22.795Z | Downloaded openapiv3 v2.0.0 |
373 | 2025-01-11T00:18:22.806Z | Downloaded regress v0.10.1 |
374 | 2025-01-11T00:18:22.814Z | Downloaded typify-impl v0.2.0 |
375 | 2025-01-11T00:18:22.827Z | Downloaded serde_derive v1.0.217 |
376 | 2025-01-11T00:18:22.831Z | Downloaded url v2.5.3 |
377 | 2025-01-11T00:18:22.833Z | Downloaded icu_properties v1.5.1 |
378 | 2025-01-11T00:18:22.838Z | Downloaded bytes v1.9.0 |
379 | 2025-01-11T00:18:22.840Z | Downloaded icu_provider v1.5.0 |
380 | 2025-01-11T00:18:22.843Z | Downloaded httparse v1.9.5 |
381 | 2025-01-11T00:18:22.843Z | Downloaded icu_locid_transform_data v1.5.0 |
382 | 2025-01-11T00:18:22.845Z | Downloaded libc v0.2.162 |
383 | 2025-01-11T00:18:22.869Z | Downloaded icu_locid v1.5.0 |
384 | 2025-01-11T00:18:22.873Z | Downloaded rustls-pemfile v2.2.0 |
385 | 2025-01-11T00:18:22.876Z | Downloaded sha2 v0.10.8 |
386 | 2025-01-11T00:18:22.879Z | Downloaded scroll v0.12.0 |
387 | 2025-01-11T00:18:22.881Z | Downloaded ipnet v2.10.1 |
388 | 2025-01-11T00:18:22.881Z | Downloaded regex-automata v0.4.8 |
389 | 2025-01-11T00:18:22.895Z | Downloaded dof v0.3.0 |
390 | 2025-01-11T00:18:22.902Z | Downloaded slab v0.4.9 |
391 | 2025-01-11T00:18:22.902Z | Downloaded newtype-uuid v1.1.3 |
392 | 2025-01-11T00:18:22.902Z | Downloaded usdt v0.5.0 |
393 | 2025-01-11T00:18:22.902Z | Downloaded ipnetwork v0.20.0 |
394 | 2025-01-11T00:18:22.902Z | Downloaded dropshot_endpoint v0.13.0 |
395 | 2025-01-11T00:18:22.905Z | Downloaded iana-time-zone v0.1.61 |
396 | 2025-01-11T00:18:22.907Z | Downloaded hyper-rustls v0.27.3 |
397 | 2025-01-11T00:18:22.910Z | Downloaded generic-array v0.14.7 |
398 | 2025-01-11T00:18:22.910Z | Downloaded futures-core v0.3.31 |
399 | 2025-01-11T00:18:22.913Z | Downloaded futures-channel v0.3.31 |
400 | 2025-01-11T00:18:22.913Z | Downloaded typenum v1.17.0 |
401 | 2025-01-11T00:18:22.916Z | Downloaded macaddr v1.0.1 |
402 | 2025-01-11T00:18:22.916Z | Downloaded is-terminal v0.4.13 |
403 | 2025-01-11T00:18:22.918Z | Downloaded digest v0.10.7 |
404 | 2025-01-11T00:18:22.918Z | Downloaded futures-executor v0.3.31 |
405 | 2025-01-11T00:18:22.921Z | Downloaded tokio v1.40.0 |
406 | 2025-01-11T00:18:22.953Z | Downloaded form_urlencoded v1.2.1 |
407 | 2025-01-11T00:18:22.956Z | Downloaded heck v0.5.0 |
408 | 2025-01-11T00:18:22.956Z | Downloaded futures-sink v0.3.31 |
409 | 2025-01-11T00:18:22.958Z | Downloaded futures-macro v0.3.31 |
410 | 2025-01-11T00:18:22.958Z | Downloaded futures-io v0.3.31 |
411 | 2025-01-11T00:18:22.958Z | Downloaded either v1.13.0 |
412 | 2025-01-11T00:18:22.962Z | Downloaded dirs-next v2.0.0 |
413 | 2025-01-11T00:18:22.962Z | Downloaded parking_lot_core v0.9.10 |
414 | 2025-01-11T00:18:22.965Z | Downloaded instant v0.1.13 |
415 | 2025-01-11T00:18:22.965Z | Downloaded term v0.7.0 |
416 | 2025-01-11T00:18:22.969Z | Downloaded http-body v1.0.1 |
417 | 2025-01-11T00:18:22.969Z | Downloaded darling v0.20.10 |
418 | 2025-01-11T00:18:22.972Z | Downloaded backoff v0.4.0 |
419 | 2025-01-11T00:18:22.975Z | Downloaded async-trait v0.1.83 |
420 | 2025-01-11T00:18:22.978Z | Downloaded utf8_iter v1.0.4 |
421 | 2025-01-11T00:18:22.978Z | Downloaded encoding_rs v0.8.34 |
422 | 2025-01-11T00:18:23.159Z | Downloaded ring v0.17.8 |
423 | 2025-01-11T00:18:23.491Z | Compiling proc-macro2 v1.0.92 |
424 | 2025-01-11T00:18:23.491Z | Compiling unicode-ident v1.0.14 |
425 | 2025-01-11T00:18:23.491Z | Compiling libc v0.2.162 |
426 | 2025-01-11T00:18:23.494Z | Checking cfg-if v1.0.0 |
427 | 2025-01-11T00:18:23.494Z | Compiling autocfg v1.4.0 |
428 | 2025-01-11T00:18:23.494Z | Compiling serde v1.0.217 |
429 | 2025-01-11T00:18:23.494Z | Compiling version_check v0.9.5 |
430 | 2025-01-11T00:18:23.521Z | Checking memchr v2.7.4 |
431 | 2025-01-11T00:18:23.635Z | Checking itoa v1.0.11 |
432 | 2025-01-11T00:18:23.680Z | Compiling serde_json v1.0.135 |
433 | 2025-01-11T00:18:24.200Z | Compiling thiserror v1.0.69 |
434 | 2025-01-11T00:18:24.376Z | Checking once_cell v1.20.2 |
435 | 2025-01-11T00:18:24.490Z | Compiling shlex v1.3.0 |
436 | 2025-01-11T00:18:24.543Z | Checking pin-project-lite v0.2.14 |
437 | 2025-01-11T00:18:24.678Z | Compiling num-traits v0.2.19 |
438 | 2025-01-11T00:18:24.848Z | Compiling cc v1.1.30 |
439 | 2025-01-11T00:18:24.996Z | Checking smallvec v1.13.2 |
440 | 2025-01-11T00:18:25.118Z | Checking ryu v1.0.18 |
441 | 2025-01-11T00:18:25.171Z | Checking bytes v1.9.0 |
442 | 2025-01-11T00:18:25.210Z | Checking futures-core v0.3.31 |
443 | 2025-01-11T00:18:25.339Z | Checking getrandom v0.2.15 |
444 | 2025-01-11T00:18:25.357Z | Compiling lock_api v0.4.12 |
445 | 2025-01-11T00:18:25.378Z | Compiling parking_lot_core v0.9.10 |
446 | 2025-01-11T00:18:25.568Z | Compiling schemars v0.8.21 |
447 | 2025-01-11T00:18:25.621Z | Checking scopeguard v1.2.0 |
448 | 2025-01-11T00:18:25.694Z | Compiling quote v1.0.38 |
449 | 2025-01-11T00:18:25.767Z | Compiling byteorder v1.5.0 |
450 | 2025-01-11T00:18:25.964Z | Compiling slab v0.4.9 |
451 | 2025-01-11T00:18:25.967Z | Compiling ahash v0.8.11 |
452 | 2025-01-11T00:18:26.183Z | Compiling syn v2.0.96 |
453 | 2025-01-11T00:18:26.218Z | Checking futures-sink v0.3.31 |
454 | 2025-01-11T00:18:26.307Z | Checking log v0.4.22 |
455 | 2025-01-11T00:18:26.362Z | Checking parking_lot v0.12.3 |
456 | 2025-01-11T00:18:26.366Z | Checking socket2 v0.5.7 |
457 | 2025-01-11T00:18:26.468Z | Checking signal-hook-registry v1.4.2 |
458 | 2025-01-11T00:18:26.486Z | Checking mio v1.0.2 |
459 | 2025-01-11T00:18:26.543Z | Checking stable_deref_trait v1.2.0 |
460 | 2025-01-11T00:18:26.715Z | Checking equivalent v1.0.1 |
461 | 2025-01-11T00:18:26.717Z | Checking hashbrown v0.15.1 |
462 | 2025-01-11T00:18:26.717Z | Checking fnv v1.0.7 |
463 | 2025-01-11T00:18:26.823Z | Checking futures-channel v0.3.31 |
464 | 2025-01-11T00:18:26.862Z | Compiling semver v1.0.24 |
465 | 2025-01-11T00:18:26.882Z | Checking http v1.2.0 |
466 | 2025-01-11T00:18:26.915Z | Checking futures-task v0.3.31 |
467 | 2025-01-11T00:18:27.049Z | Checking pin-utils v0.1.0 |
468 | 2025-01-11T00:18:27.135Z | Checking futures-io v0.3.31 |
469 | 2025-01-11T00:18:27.154Z | Compiling pkg-config v0.3.31 |
470 | 2025-01-11T00:18:27.177Z | Checking spin v0.9.8 |
471 | 2025-01-11T00:18:27.327Z | Checking rustls-pki-types v1.10.0 |
472 | 2025-01-11T00:18:27.388Z | Compiling vcpkg v0.2.15 |
473 | 2025-01-11T00:18:27.829Z | Checking litemap v0.7.3 |
474 | 2025-01-11T00:18:27.868Z | Compiling ring v0.17.8 |
475 | 2025-01-11T00:18:27.897Z | Compiling heck v0.5.0 |
476 | 2025-01-11T00:18:28.190Z | Checking untrusted v0.9.0 |
477 | 2025-01-11T00:18:28.342Z | Checking writeable v0.5.5 |
478 | 2025-01-11T00:18:28.361Z | Checking iana-time-zone v0.1.61 |
479 | 2025-01-11T00:18:28.364Z | Compiling httparse v1.9.5 |
480 | 2025-01-11T00:18:28.419Z | Checking tracing-core v0.1.32 |
481 | 2025-01-11T00:18:28.508Z | Checking atomic-waker v1.1.2 |
482 | 2025-01-11T00:18:28.631Z | Compiling ucd-trie v0.1.7 |
483 | 2025-01-11T00:18:28.746Z | Checking dyn-clone v1.0.17 |
484 | 2025-01-11T00:18:28.905Z | Checking http-body v1.0.1 |
485 | 2025-01-11T00:18:29.053Z | Checking tracing v0.1.40 |
486 | 2025-01-11T00:18:29.072Z | Compiling openssl-sys v0.9.103 |
487 | 2025-01-11T00:18:29.090Z | Checking try-lock v0.2.5 |
488 | 2025-01-11T00:18:29.110Z | Compiling allocator-api2 v0.2.18 |
489 | 2025-01-11T00:18:29.215Z | Checking icu_locid_transform_data v1.5.0 |
490 | 2025-01-11T00:18:29.301Z | Checking zeroize v1.8.1 |
491 | 2025-01-11T00:18:29.320Z | Checking subtle v2.6.1 |
492 | 2025-01-11T00:18:29.548Z | Checking want v0.3.1 |
493 | 2025-01-11T00:18:29.573Z | Checking icu_properties_data v1.5.0 |
494 | 2025-01-11T00:18:29.701Z | Compiling openssl v0.10.66 |
495 | 2025-01-11T00:18:29.784Z | Checking foreign-types-shared v0.1.1 |
496 | 2025-01-11T00:18:29.856Z | Checking httpdate v1.0.3 |
497 | 2025-01-11T00:18:29.874Z | Compiling uuid v1.11.0 |
498 | 2025-01-11T00:18:30.212Z | Checking foreign-types v0.3.2 |
499 | 2025-01-11T00:18:30.231Z | Compiling native-tls v0.2.12 |
500 | 2025-01-11T00:18:30.284Z | Checking icu_normalizer_data v1.5.0 |
501 | 2025-01-11T00:18:30.381Z | Checking bitflags v2.6.0 |
502 | 2025-01-11T00:18:30.526Z | Compiling chrono v0.4.38 |
503 | 2025-01-11T00:18:30.548Z | Checking tower-service v0.3.3 |
504 | 2025-01-11T00:18:30.595Z | Compiling rustls v0.23.19 |
505 | 2025-01-11T00:18:30.615Z | Checking write16 v1.0.0 |
506 | 2025-01-11T00:18:30.638Z | Checking utf8_iter v1.0.4 |
507 | 2025-01-11T00:18:30.641Z | Checking percent-encoding v2.3.1 |
508 | 2025-01-11T00:18:30.738Z | Checking utf16_iter v1.0.5 |
509 | 2025-01-11T00:18:30.827Z | Compiling slog v2.7.0 |
510 | 2025-01-11T00:18:30.850Z | Checking form_urlencoded v1.2.1 |
511 | 2025-01-11T00:18:30.866Z | Compiling aho-corasick v1.1.3 |
512 | 2025-01-11T00:18:31.033Z | Compiling regex-syntax v0.8.5 |
513 | 2025-01-11T00:18:31.341Z | Checking openssl-probe v0.1.5 |
514 | 2025-01-11T00:18:32.135Z | Compiling typenum v1.17.0 |
515 | 2025-01-11T00:18:32.929Z | Compiling generic-array v0.14.7 |
516 | 2025-01-11T00:18:33.021Z | Compiling synstructure v0.13.1 |
517 | 2025-01-11T00:18:33.123Z | Compiling serde_derive_internals v0.29.1 |
518 | 2025-01-11T00:18:33.304Z | Checking encoding_rs v0.8.34 |
519 | 2025-01-11T00:18:34.441Z | Compiling regex-automata v0.4.8 |
520 | 2025-01-11T00:18:35.206Z | Checking mime v0.3.17 |
521 | 2025-01-11T00:18:35.709Z | Checking rustls-pemfile v2.2.0 |
522 | 2025-01-11T00:18:35.929Z | Checking webpki-roots v0.26.6 |
523 | 2025-01-11T00:18:36.198Z | Compiling usdt-impl v0.5.0 |
524 | 2025-01-11T00:18:36.575Z | Checking powerfmt v0.2.0 |
525 | 2025-01-11T00:18:36.761Z | Compiling time-core v0.1.2 |
526 | 2025-01-11T00:18:36.839Z | Checking base64 v0.22.1 |
527 | 2025-01-11T00:18:36.859Z | Compiling num-conv v0.1.0 |
528 | 2025-01-11T00:18:37.147Z | Compiling time-macros v0.2.18 |
529 | 2025-01-11T00:18:37.325Z | Checking deranged v0.3.11 |
530 | 2025-01-11T00:18:37.796Z | Compiling thread-id v4.2.2 |
531 | 2025-01-11T00:18:38.051Z | Checking sync_wrapper v1.0.1 |
532 | 2025-01-11T00:18:38.137Z | Compiling strsim v0.11.1 |
533 | 2025-01-11T00:18:38.198Z | Compiling crossbeam-utils v0.8.20 |
534 | 2025-01-11T00:18:38.309Z | Checking rustls-webpki v0.102.8 |
535 | 2025-01-11T00:18:38.494Z | Compiling serde_derive v1.0.217 |
536 | 2025-01-11T00:18:38.756Z | Compiling zerocopy-derive v0.7.35 |
537 | 2025-01-11T00:18:38.906Z | Compiling thiserror-impl v1.0.69 |
538 | 2025-01-11T00:18:39.061Z | Compiling schemars_derive v0.8.21 |
539 | 2025-01-11T00:18:39.194Z | Compiling zerofrom-derive v0.1.4 |
540 | 2025-01-11T00:18:39.642Z | Compiling tokio-macros v2.4.0 |
541 | 2025-01-11T00:18:40.243Z | Compiling yoke-derive v0.7.4 |
542 | 2025-01-11T00:18:40.814Z | Compiling zerocopy v0.7.35 |
543 | 2025-01-11T00:18:41.987Z | Checking tokio v1.40.0 |
544 | 2025-01-11T00:18:42.038Z | Compiling zerovec-derive v0.10.3 |
545 | 2025-01-11T00:18:42.356Z | Compiling displaydoc v0.2.5 |
546 | 2025-01-11T00:18:42.433Z | Compiling futures-macro v0.3.31 |
547 | 2025-01-11T00:18:42.670Z | Compiling icu_provider_macros v1.5.0 |
548 | 2025-01-11T00:18:42.742Z | Checking zerofrom v0.1.4 |
549 | 2025-01-11T00:18:42.967Z | Checking yoke v0.7.4 |
550 | 2025-01-11T00:18:43.308Z | Compiling pest v2.7.14 |
551 | 2025-01-11T00:18:43.597Z | Compiling hashbrown v0.14.5 |
552 | 2025-01-11T00:18:43.764Z | Compiling openssl-macros v0.1.1 |
553 | 2025-01-11T00:18:44.282Z | Checking futures-util v0.3.31 |
554 | 2025-01-11T00:18:44.521Z | Checking zerovec v0.10.4 |
555 | 2025-01-11T00:18:44.957Z | Compiling regress v0.10.1 |
556 | 2025-01-11T00:18:46.315Z | Checking tinystr v0.7.6 |
557 | 2025-01-11T00:18:46.713Z | Checking icu_locid v1.5.0 |
558 | 2025-01-11T00:18:47.765Z | Checking icu_provider v1.5.0 |
559 | 2025-01-11T00:18:48.446Z | Checking icu_locid_transform v1.5.0 |
560 | 2025-01-11T00:18:49.017Z | Checking tokio-util v0.7.12 |
561 | 2025-01-11T00:18:49.321Z | Checking icu_collections v1.5.0 |
562 | 2025-01-11T00:18:49.433Z | Compiling pest_meta v2.7.14 |
563 | 2025-01-11T00:18:49.648Z | Checking http-body-util v0.1.2 |
564 | 2025-01-11T00:18:49.839Z | Compiling scroll_derive v0.12.0 |
565 | 2025-01-11T00:18:49.970Z | Checking icu_properties v1.5.1 |
566 | 2025-01-11T00:18:50.102Z | Compiling regex v1.11.1 |
567 | 2025-01-11T00:18:50.341Z | Checking tokio-native-tls v0.3.1 |
568 | 2025-01-11T00:18:50.408Z | Checking tokio-rustls v0.26.0 |
569 | 2025-01-11T00:18:50.796Z | Compiling pest_generator v2.7.14 |
570 | 2025-01-11T00:18:51.256Z | Checking indexmap v2.7.0 |
571 | 2025-01-11T00:18:52.506Z | Compiling serde_tokenstream v0.2.2 |
572 | 2025-01-11T00:18:53.153Z | Checking h2 v0.4.6 |
573 | 2025-01-11T00:18:53.335Z | Checking icu_normalizer v1.5.0 |
574 | 2025-01-11T00:18:53.672Z | Compiling pest_derive v2.7.14 |
575 | 2025-01-11T00:18:54.105Z | Checking idna_adapter v1.2.0 |
576 | 2025-01-11T00:18:54.580Z | Checking idna v1.0.3 |
577 | 2025-01-11T00:18:54.647Z | Checking serde_urlencoded v0.7.1 |
578 | 2025-01-11T00:18:54.694Z | Compiling dtrace-parser v0.2.0 |
579 | 2025-01-11T00:18:55.075Z | Checking url v2.5.3 |
580 | 2025-01-11T00:18:55.096Z | Compiling dof v0.3.0 |
581 | 2025-01-11T00:18:55.096Z | Checking scroll v0.12.0 |
582 | 2025-01-11T00:18:55.631Z | Checking plain v0.2.3 |
583 | 2025-01-11T00:18:55.781Z | Compiling ident_case v1.0.1 |
584 | 2025-01-11T00:18:55.933Z | Checking num_threads v0.1.7 |
585 | 2025-01-11T00:18:56.002Z | Checking ipnet v2.10.1 |
586 | 2025-01-11T00:18:56.052Z | Compiling syn v1.0.109 |
587 | 2025-01-11T00:18:56.198Z | Compiling typify-impl v0.2.0 |
588 | 2025-01-11T00:18:56.469Z | Checking time v0.3.36 |
589 | 2025-01-11T00:18:56.537Z | Compiling darling_core v0.20.10 |
590 | 2025-01-11T00:18:57.394Z | Checking hyper v1.5.0 |
591 | 2025-01-11T00:18:57.515Z | Checking goblin v0.8.2 |
592 | 2025-01-11T00:18:58.942Z | Compiling openapiv3 v2.0.0 |
593 | 2025-01-11T00:18:59.495Z | Checking hyper-util v0.1.10 |
594 | 2025-01-11T00:18:59.561Z | Checking dirs-sys-next v0.1.2 |
595 | 2025-01-11T00:18:59.735Z | Compiling newtype-uuid v1.1.3 |
596 | 2025-01-11T00:18:59.943Z | Checking pretty-hex v0.4.1 |
597 | 2025-01-11T00:19:00.059Z | Compiling paste v1.0.15 |
598 | 2025-01-11T00:19:00.124Z | Compiling rustls v0.22.4 |
599 | 2025-01-11T00:19:00.446Z | Compiling rustversion v1.0.17 |
600 | 2025-01-11T00:19:00.594Z | Compiling unsafe-libyaml v0.2.11 |
601 | 2025-01-11T00:19:01.121Z | Compiling omicron-workspace-hack v0.1.0 |
602 | 2025-01-11T00:19:01.225Z | Checking hyper-rustls v0.27.3 |
603 | 2025-01-11T00:19:01.430Z | Checking hyper-tls v0.6.0 |
604 | 2025-01-11T00:19:01.710Z | Checking reqwest v0.12.9 |
605 | 2025-01-11T00:19:01.934Z | Compiling serde_yaml v0.9.34+deprecated |
606 | 2025-01-11T00:19:02.394Z | Checking dirs-next v2.0.0 |
607 | 2025-01-11T00:19:02.632Z | Compiling darling_macro v0.20.10 |
608 | 2025-01-11T00:19:03.216Z | Checking ipnetwork v0.20.0 |
609 | 2025-01-11T00:19:03.248Z | Checking toml_datetime v0.6.8 |
610 | 2025-01-11T00:19:03.389Z | Checking serde_spanned v0.6.8 |
611 | 2025-01-11T00:19:03.607Z | Checking ppv-lite86 v0.2.20 |
612 | 2025-01-11T00:19:03.614Z | Compiling structmeta-derive v0.3.0 |
613 | 2025-01-11T00:19:03.614Z | Checking block-buffer v0.10.4 |
614 | 2025-01-11T00:19:03.614Z | Checking crypto-common v0.1.6 |
615 | 2025-01-11T00:19:03.620Z | Checking rand_core v0.6.4 |
616 | 2025-01-11T00:19:03.783Z | Checking thread_local v1.1.8 |
617 | 2025-01-11T00:19:03.874Z | Compiling multer v3.1.0 |
618 | 2025-01-11T00:19:03.910Z | Checking match_cfg v0.1.0 |
619 | 2025-01-11T00:19:04.006Z | Compiling anyhow v1.0.93 |
620 | 2025-01-11T00:19:04.064Z | Compiling camino v1.1.9 |
621 | 2025-01-11T00:19:04.206Z | Checking winnow v0.6.20 |
622 | 2025-01-11T00:19:04.315Z | Checking either v1.13.0 |
623 | 2025-01-11T00:19:04.603Z | Compiling slog-async v2.8.0 |
624 | 2025-01-11T00:19:04.710Z | Checking itertools v0.10.5 |
625 | 2025-01-11T00:19:05.097Z | Checking rand_chacha v0.3.1 |
626 | 2025-01-11T00:19:05.208Z | Checking hostname v0.3.1 |
627 | 2025-01-11T00:19:05.467Z | Checking digest v0.10.7 |
628 | 2025-01-11T00:19:05.607Z | Compiling darling v0.20.10 |
629 | 2025-01-11T00:19:05.727Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
630 | 2025-01-11T00:19:05.802Z | Checking crossbeam-channel v0.5.13 |
631 | 2025-01-11T00:19:05.844Z | Checking progenitor-client v0.8.0 |
632 | 2025-01-11T00:19:06.054Z | Checking term v0.7.0 |
633 | 2025-01-11T00:19:06.234Z | Compiling structmeta v0.3.0 |
634 | 2025-01-11T00:19:06.615Z | Compiling usdt-attr-macro v0.5.0 |
635 | 2025-01-11T00:19:07.109Z | Compiling usdt-macro v0.5.0 |
636 | 2025-01-11T00:19:07.349Z | Checking toml_edit v0.22.22 |
637 | 2025-01-11T00:19:07.553Z | Checking slog-json v2.6.1 |
638 | 2025-01-11T00:19:07.757Z | Checking futures-executor v0.3.31 |
639 | 2025-01-11T00:19:07.806Z | Compiling async-stream-impl v0.3.6 |
640 | 2025-01-11T00:19:07.966Z | Checking is-terminal v0.4.13 |
641 | 2025-01-11T00:19:08.022Z | Checking memmap v0.7.0 |
642 | 2025-01-11T00:19:08.083Z | Compiling dropshot v0.13.0 |
643 | 2025-01-11T00:19:08.248Z | Checking cpufeatures v0.2.14 |
644 | 2025-01-11T00:19:08.347Z | Checking take_mut v0.2.2 |
645 | 2025-01-11T00:19:08.420Z | Checking usdt v0.5.0 |
646 | 2025-01-11T00:19:08.472Z | Checking sha1 v0.10.6 |
647 | 2025-01-11T00:19:08.672Z | Checking slog-term v2.9.1 |
648 | 2025-01-11T00:19:08.751Z | Checking futures v0.3.31 |
649 | 2025-01-11T00:19:08.800Z | Checking slog-bunyan v2.5.0 |
650 | 2025-01-11T00:19:08.849Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
651 | 2025-01-11T00:19:08.866Z | Compiling strum_macros v0.26.4 |
652 | 2025-01-11T00:19:08.962Z | Compiling parse-display-derive v0.10.0 |
653 | 2025-01-11T00:19:09.122Z | Checking async-stream v0.3.6 |
654 | 2025-01-11T00:19:09.148Z | Compiling serde_with_macros v3.11.0 |
655 | 2025-01-11T00:19:09.316Z | Checking rand v0.8.5 |
656 | 2025-01-11T00:19:09.935Z | Compiling typify-macro v0.2.0 |
657 | 2025-01-11T00:19:09.989Z | Checking diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
658 | 2025-01-11T00:19:10.008Z | Checking toml v0.8.19 |
659 | 2025-01-11T00:19:10.119Z | Checking tokio-rustls v0.25.0 |
660 | 2025-01-11T00:19:10.857Z | Compiling dropshot_endpoint v0.13.0 |
661 | 2025-01-11T00:19:10.876Z | Checking hex v0.4.3 |
662 | 2025-01-11T00:19:10.909Z | Checking serde_path_to_error v0.1.16 |
663 | 2025-01-11T00:19:11.166Z | Compiling async-trait v0.1.83 |
664 | 2025-01-11T00:19:11.432Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
665 | 2025-01-11T00:19:11.536Z | Checking waitgroup v0.1.2 |
666 | 2025-01-11T00:19:11.671Z | Checking hostname v0.4.0 |
667 | 2025-01-11T00:19:11.754Z | Checking instant v0.1.13 |
668 | 2025-01-11T00:19:11.808Z | Checking debug-ignore v1.0.5 |
669 | 2025-01-11T00:19:11.863Z | Checking backoff v0.4.0 |
670 | 2025-01-11T00:19:11.950Z | Checking serde_with v3.11.0 |
671 | 2025-01-11T00:19:12.146Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
672 | 2025-01-11T00:19:12.194Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
673 | 2025-01-11T00:19:12.291Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
674 | 2025-01-11T00:19:12.331Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
675 | 2025-01-11T00:19:12.701Z | Checking progenitor-client v0.9.1 |
676 | 2025-01-11T00:19:12.830Z | Checking parse-display v0.10.0 |
677 | 2025-01-11T00:19:13.071Z | Checking macaddr v1.0.1 |
678 | 2025-01-11T00:19:13.144Z | Checking regress v0.9.1 |
679 | 2025-01-11T00:19:13.255Z | Checking strum v0.26.3 |
680 | 2025-01-11T00:19:13.497Z | Compiling typify v0.2.0 |
681 | 2025-01-11T00:19:13.622Z | Compiling progenitor-impl v0.8.0 |
682 | 2025-01-11T00:19:16.392Z | Compiling progenitor-macro v0.8.0 |
683 | 2025-01-11T00:19:20.709Z | Checking progenitor v0.8.0 |
684 | 2025-01-11T00:19:20.841Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
685 | 2025-01-11T00:19:23.842Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
686 | 2025-01-11T00:19:31.571Z | Checking test-project v0.1.0 (/tmp/test-project) |
687 | 2025-01-11T00:19:31.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
688 | 2025-01-11T00:19:31.958Z | + cargo build --release |
689 | 2025-01-11T00:19:32.213Z | Compiling proc-macro2 v1.0.92 |
690 | 2025-01-11T00:19:32.213Z | Compiling unicode-ident v1.0.14 |
691 | 2025-01-11T00:19:32.213Z | Compiling libc v0.2.162 |
692 | 2025-01-11T00:19:32.215Z | Compiling cfg-if v1.0.0 |
693 | 2025-01-11T00:19:32.216Z | Compiling autocfg v1.4.0 |
694 | 2025-01-11T00:19:32.216Z | Compiling serde v1.0.217 |
695 | 2025-01-11T00:19:32.216Z | Compiling version_check v0.9.5 |
696 | 2025-01-11T00:19:32.257Z | Compiling memchr v2.7.4 |
697 | 2025-01-11T00:19:32.329Z | Compiling serde_json v1.0.135 |
698 | 2025-01-11T00:19:32.401Z | Compiling itoa v1.0.11 |
699 | 2025-01-11T00:19:32.643Z | Compiling thiserror v1.0.69 |
700 | 2025-01-11T00:19:32.771Z | Compiling once_cell v1.20.2 |
701 | 2025-01-11T00:19:32.869Z | Compiling shlex v1.3.0 |
702 | 2025-01-11T00:19:33.105Z | Compiling cc v1.1.30 |
703 | 2025-01-11T00:19:33.183Z | Compiling num-traits v0.2.19 |
704 | 2025-01-11T00:19:33.199Z | Compiling pin-project-lite v0.2.14 |
705 | 2025-01-11T00:19:33.607Z | Compiling smallvec v1.13.2 |
706 | 2025-01-11T00:19:33.647Z | Compiling getrandom v0.2.15 |
707 | 2025-01-11T00:19:33.800Z | Compiling ryu v1.0.18 |
708 | 2025-01-11T00:19:33.884Z | Compiling quote v1.0.38 |
709 | 2025-01-11T00:19:34.000Z | Compiling bytes v1.9.0 |
710 | 2025-01-11T00:19:34.003Z | Compiling futures-core v0.3.31 |
711 | 2025-01-11T00:19:34.077Z | Compiling lock_api v0.4.12 |
712 | 2025-01-11T00:19:34.230Z | Compiling parking_lot_core v0.9.10 |
713 | 2025-01-11T00:19:34.346Z | Compiling syn v2.0.96 |
714 | 2025-01-11T00:19:34.503Z | Compiling schemars v0.8.21 |
715 | 2025-01-11T00:19:34.603Z | Compiling ahash v0.8.11 |
716 | 2025-01-11T00:19:34.671Z | Compiling byteorder v1.5.0 |
717 | 2025-01-11T00:19:34.855Z | Compiling scopeguard v1.2.0 |
718 | 2025-01-11T00:19:34.944Z | Compiling slab v0.4.9 |
719 | 2025-01-11T00:19:35.005Z | Compiling log v0.4.22 |
720 | 2025-01-11T00:19:35.298Z | Compiling futures-sink v0.3.31 |
721 | 2025-01-11T00:19:35.445Z | Compiling parking_lot v0.12.3 |
722 | 2025-01-11T00:19:35.497Z | Compiling signal-hook-registry v1.4.2 |
723 | 2025-01-11T00:19:35.621Z | Compiling mio v1.0.2 |
724 | 2025-01-11T00:19:35.659Z | Compiling socket2 v0.5.7 |
725 | 2025-01-11T00:19:35.682Z | Compiling stable_deref_trait v1.2.0 |
726 | 2025-01-11T00:19:35.822Z | Compiling fnv v1.0.7 |
727 | 2025-01-11T00:19:35.944Z | Compiling semver v1.0.24 |
728 | 2025-01-11T00:19:36.048Z | Compiling ring v0.17.8 |
729 | 2025-01-11T00:19:36.085Z | Compiling hashbrown v0.15.1 |
730 | 2025-01-11T00:19:36.413Z | Compiling equivalent v1.0.1 |
731 | 2025-01-11T00:19:36.515Z | Compiling http v1.2.0 |
732 | 2025-01-11T00:19:37.005Z | Compiling futures-channel v0.3.31 |
733 | 2025-01-11T00:19:37.249Z | Compiling futures-task v0.3.31 |
734 | 2025-01-11T00:19:37.333Z | Compiling futures-io v0.3.31 |
735 | 2025-01-11T00:19:37.457Z | Compiling pin-utils v0.1.0 |
736 | 2025-01-11T00:19:37.529Z | Compiling spin v0.9.8 |
737 | 2025-01-11T00:19:37.536Z | Compiling pkg-config v0.3.31 |
738 | 2025-01-11T00:19:37.576Z | Compiling rustls-pki-types v1.10.0 |
739 | 2025-01-11T00:19:37.664Z | Compiling vcpkg v0.2.15 |
740 | 2025-01-11T00:19:37.761Z | Compiling heck v0.5.0 |
741 | 2025-01-11T00:19:38.144Z | Compiling httparse v1.9.5 |
742 | 2025-01-11T00:19:38.713Z | Compiling writeable v0.5.5 |
743 | 2025-01-11T00:19:38.787Z | Compiling litemap v0.7.3 |
744 | 2025-01-11T00:19:39.226Z | Compiling untrusted v0.9.0 |
745 | 2025-01-11T00:19:39.307Z | Compiling openssl-sys v0.9.103 |
746 | 2025-01-11T00:19:39.401Z | Compiling iana-time-zone v0.1.61 |
747 | 2025-01-11T00:19:39.802Z | Compiling tracing-core v0.1.32 |
748 | 2025-01-11T00:19:39.888Z | Compiling dyn-clone v1.0.17 |
749 | 2025-01-11T00:19:40.077Z | Compiling ucd-trie v0.1.7 |
750 | 2025-01-11T00:19:40.113Z | Compiling atomic-waker v1.1.2 |
751 | 2025-01-11T00:19:40.375Z | Compiling http-body v1.0.1 |
752 | 2025-01-11T00:19:40.622Z | Compiling tracing v0.1.40 |
753 | 2025-01-11T00:19:40.844Z | Compiling allocator-api2 v0.2.18 |
754 | 2025-01-11T00:19:41.171Z | Compiling subtle v2.6.1 |
755 | 2025-01-11T00:19:41.297Z | Compiling icu_locid_transform_data v1.5.0 |
756 | 2025-01-11T00:19:41.382Z | Compiling zeroize v1.8.1 |
757 | 2025-01-11T00:19:41.427Z | Compiling try-lock v0.2.5 |
758 | 2025-01-11T00:19:41.564Z | Compiling want v0.3.1 |
759 | 2025-01-11T00:19:41.605Z | Compiling openssl v0.10.66 |
760 | 2025-01-11T00:19:41.703Z | Compiling icu_properties_data v1.5.0 |
761 | 2025-01-11T00:19:41.834Z | Compiling chrono v0.4.38 |
762 | 2025-01-11T00:19:41.899Z | Compiling synstructure v0.13.1 |
763 | 2025-01-11T00:19:41.935Z | Compiling serde_derive_internals v0.29.1 |
764 | 2025-01-11T00:19:42.135Z | Compiling uuid v1.11.0 |
765 | 2025-01-11T00:19:42.288Z | Compiling httpdate v1.0.3 |
766 | 2025-01-11T00:19:42.685Z | Compiling foreign-types-shared v0.1.1 |
767 | 2025-01-11T00:19:42.781Z | Compiling foreign-types v0.3.2 |
768 | 2025-01-11T00:19:43.325Z | Compiling utf16_iter v1.0.5 |
769 | 2025-01-11T00:19:43.536Z | Compiling tower-service v0.3.3 |
770 | 2025-01-11T00:19:43.653Z | Compiling bitflags v2.6.0 |
771 | 2025-01-11T00:19:43.806Z | Compiling rustls v0.23.19 |
772 | 2025-01-11T00:19:44.009Z | Compiling percent-encoding v2.3.1 |
773 | 2025-01-11T00:19:44.115Z | Compiling write16 v1.0.0 |
774 | 2025-01-11T00:19:44.147Z | Compiling slog v2.7.0 |
775 | 2025-01-11T00:19:44.233Z | Compiling utf8_iter v1.0.4 |
776 | 2025-01-11T00:19:44.444Z | Compiling icu_normalizer_data v1.5.0 |
777 | 2025-01-11T00:19:44.456Z | Compiling native-tls v0.2.12 |
778 | 2025-01-11T00:19:44.534Z | Compiling form_urlencoded v1.2.1 |
779 | 2025-01-11T00:19:44.813Z | Compiling aho-corasick v1.1.3 |
780 | 2025-01-11T00:19:44.853Z | Compiling regex-syntax v0.8.5 |
781 | 2025-01-11T00:19:44.930Z | Compiling typenum v1.17.0 |
782 | 2025-01-11T00:19:45.867Z | Compiling openssl-probe v0.1.5 |
783 | 2025-01-11T00:19:46.526Z | Compiling generic-array v0.14.7 |
784 | 2025-01-11T00:19:46.856Z | Compiling encoding_rs v0.8.34 |
785 | 2025-01-11T00:19:47.032Z | Compiling mime v0.3.17 |
786 | 2025-01-11T00:19:47.476Z | Compiling serde_derive v1.0.217 |
787 | 2025-01-11T00:19:48.101Z | Compiling zerocopy-derive v0.7.35 |
788 | 2025-01-11T00:19:48.155Z | Compiling thiserror-impl v1.0.69 |
789 | 2025-01-11T00:19:49.116Z | Compiling schemars_derive v0.8.21 |
790 | 2025-01-11T00:19:50.169Z | Compiling zerocopy v0.7.35 |
791 | 2025-01-11T00:19:50.908Z | Compiling zerofrom-derive v0.1.4 |
792 | 2025-01-11T00:19:51.768Z | Compiling yoke-derive v0.7.4 |
793 | 2025-01-11T00:19:52.082Z | Compiling tokio-macros v2.4.0 |
794 | 2025-01-11T00:19:52.881Z | Compiling zerovec-derive v0.10.3 |
795 | 2025-01-11T00:19:53.670Z | Compiling tokio v1.40.0 |
796 | 2025-01-11T00:19:54.273Z | Compiling zerofrom v0.1.4 |
797 | 2025-01-11T00:19:54.509Z | Compiling futures-macro v0.3.31 |
798 | 2025-01-11T00:19:54.547Z | Compiling displaydoc v0.2.5 |
799 | 2025-01-11T00:19:54.555Z | Compiling yoke v0.7.4 |
800 | 2025-01-11T00:19:55.492Z | Compiling zerovec v0.10.4 |
801 | 2025-01-11T00:19:56.121Z | Compiling icu_provider_macros v1.5.0 |
802 | 2025-01-11T00:19:56.359Z | Compiling futures-util v0.3.31 |
803 | 2025-01-11T00:19:57.675Z | Compiling tinystr v0.7.6 |
804 | 2025-01-11T00:19:57.754Z | Compiling pest v2.7.14 |
805 | 2025-01-11T00:19:58.088Z | Compiling icu_locid v1.5.0 |
806 | 2025-01-11T00:19:58.661Z | Compiling rustls-webpki v0.102.8 |
807 | 2025-01-11T00:20:00.685Z | Compiling icu_provider v1.5.0 |
808 | 2025-01-11T00:20:02.912Z | Compiling indexmap v2.7.0 |
809 | 2025-01-11T00:20:03.238Z | Compiling serde_tokenstream v0.2.2 |
810 | 2025-01-11T00:20:03.838Z | Compiling tokio-util v0.7.12 |
811 | 2025-01-11T00:20:05.053Z | Compiling h2 v0.4.6 |
812 | 2025-01-11T00:20:05.375Z | Compiling icu_locid_transform v1.5.0 |
813 | 2025-01-11T00:20:05.465Z | Compiling pest_meta v2.7.14 |
814 | 2025-01-11T00:20:07.988Z | Compiling hashbrown v0.14.5 |
815 | 2025-01-11T00:20:09.333Z | Compiling icu_collections v1.5.0 |
816 | 2025-01-11T00:20:09.566Z | Compiling regress v0.10.1 |
817 | 2025-01-11T00:20:11.220Z | Compiling hyper v1.5.0 |
818 | 2025-01-11T00:20:11.676Z | Compiling icu_properties v1.5.1 |
819 | 2025-01-11T00:20:11.991Z | Compiling pest_generator v2.7.14 |
820 | 2025-01-11T00:20:14.341Z | Compiling openssl-macros v0.1.1 |
821 | 2025-01-11T00:20:17.183Z | Compiling typify-impl v0.2.0 |
822 | 2025-01-11T00:20:17.824Z | Compiling icu_normalizer v1.5.0 |
823 | 2025-01-11T00:20:18.469Z | Compiling hyper-util v0.1.10 |
824 | 2025-01-11T00:20:20.961Z | Compiling pest_derive v2.7.14 |
825 | 2025-01-11T00:20:23.120Z | Compiling idna_adapter v1.2.0 |
826 | 2025-01-11T00:20:23.308Z | Compiling http-body-util v0.1.2 |
827 | 2025-01-11T00:20:23.748Z | Compiling regex-automata v0.4.8 |
828 | 2025-01-11T00:20:23.985Z | Compiling idna v1.0.3 |
829 | 2025-01-11T00:20:24.410Z | Compiling tokio-native-tls v0.3.1 |
830 | 2025-01-11T00:20:25.460Z | Compiling serde_urlencoded v0.7.1 |
831 | 2025-01-11T00:20:26.051Z | Compiling scroll_derive v0.12.0 |
832 | 2025-01-11T00:20:27.514Z | Compiling webpki-roots v0.26.6 |
833 | 2025-01-11T00:20:27.720Z | Compiling rustls-pemfile v2.2.0 |
834 | 2025-01-11T00:20:28.189Z | Compiling regex v1.11.1 |
835 | 2025-01-11T00:20:29.108Z | Compiling typify-macro v0.2.0 |
836 | 2025-01-11T00:20:29.180Z | Compiling usdt-impl v0.5.0 |
837 | 2025-01-11T00:20:29.380Z | Compiling base64 v0.22.1 |
838 | 2025-01-11T00:20:29.545Z | Compiling time-core v0.1.2 |
839 | 2025-01-11T00:20:29.867Z | Compiling tokio-rustls v0.26.0 |
840 | 2025-01-11T00:20:30.291Z | Compiling num-conv v0.1.0 |
841 | 2025-01-11T00:20:30.483Z | Compiling powerfmt v0.2.0 |
842 | 2025-01-11T00:20:30.561Z | Compiling time-macros v0.2.18 |
843 | 2025-01-11T00:20:30.962Z | Compiling deranged v0.3.11 |
844 | 2025-01-11T00:20:31.492Z | Compiling hyper-rustls v0.27.3 |
845 | 2025-01-11T00:20:33.223Z | Compiling scroll v0.12.0 |
846 | 2025-01-11T00:20:33.250Z | Compiling thread-id v4.2.2 |
847 | 2025-01-11T00:20:33.347Z | Compiling hyper-tls v0.6.0 |
848 | 2025-01-11T00:20:33.833Z | Compiling url v2.5.3 |
849 | 2025-01-11T00:20:34.354Z | Compiling dtrace-parser v0.2.0 |
850 | 2025-01-11T00:20:36.082Z | Compiling dof v0.3.0 |
851 | 2025-01-11T00:20:36.965Z | Compiling sync_wrapper v1.0.1 |
852 | 2025-01-11T00:20:37.107Z | Compiling omicron-workspace-hack v0.1.0 |
853 | 2025-01-11T00:20:37.413Z | Compiling syn v1.0.109 |
854 | 2025-01-11T00:20:38.079Z | Compiling plain v0.2.3 |
855 | 2025-01-11T00:20:38.113Z | Compiling crossbeam-utils v0.8.20 |
856 | 2025-01-11T00:20:38.686Z | Compiling ipnet v2.10.1 |
857 | 2025-01-11T00:20:39.894Z | Compiling ident_case v1.0.1 |
858 | 2025-01-11T00:20:42.462Z | Compiling strsim v0.11.1 |
859 | 2025-01-11T00:20:42.527Z | Compiling num_threads v0.1.7 |
860 | 2025-01-11T00:20:42.819Z | Compiling time v0.3.36 |
861 | 2025-01-11T00:20:42.843Z | Compiling darling_core v0.20.10 |
862 | 2025-01-11T00:20:46.747Z | Compiling reqwest v0.12.9 |
863 | 2025-01-11T00:20:47.269Z | Compiling goblin v0.8.2 |
864 | 2025-01-11T00:20:50.374Z | Compiling typify v0.2.0 |
865 | 2025-01-11T00:20:50.496Z | Compiling openapiv3 v2.0.0 |
866 | 2025-01-11T00:20:52.526Z | Compiling dirs-sys-next v0.1.2 |
867 | 2025-01-11T00:20:53.980Z | Compiling rustversion v1.0.17 |
868 | 2025-01-11T00:20:54.619Z | Compiling paste v1.0.15 |
869 | 2025-01-11T00:20:54.673Z | Compiling rustls v0.22.4 |
870 | 2025-01-11T00:20:54.981Z | Compiling pretty-hex v0.4.1 |
871 | 2025-01-11T00:20:55.118Z | Compiling newtype-uuid v1.1.3 |
872 | 2025-01-11T00:20:55.201Z | Compiling unsafe-libyaml v0.2.11 |
873 | 2025-01-11T00:20:56.882Z | Compiling serde_yaml v0.9.34+deprecated |
874 | 2025-01-11T00:20:58.646Z | Compiling progenitor-impl v0.8.0 |
875 | 2025-01-11T00:21:00.765Z | Compiling dirs-next v2.0.0 |
876 | 2025-01-11T00:21:01.887Z | Compiling darling_macro v0.20.10 |
877 | 2025-01-11T00:21:05.395Z | Compiling block-buffer v0.10.4 |
878 | 2025-01-11T00:21:05.443Z | Compiling crypto-common v0.1.6 |
879 | 2025-01-11T00:21:05.626Z | Compiling ipnetwork v0.20.0 |
880 | 2025-01-11T00:21:05.642Z | Compiling toml_datetime v0.6.8 |
881 | 2025-01-11T00:21:06.308Z | Compiling serde_spanned v0.6.8 |
882 | 2025-01-11T00:21:06.545Z | Compiling ppv-lite86 v0.2.20 |
883 | 2025-01-11T00:21:06.786Z | Compiling structmeta-derive v0.3.0 |
884 | 2025-01-11T00:21:07.466Z | Compiling rand_core v0.6.4 |
885 | 2025-01-11T00:21:08.046Z | Compiling thread_local v1.1.8 |
886 | 2025-01-11T00:21:08.733Z | Compiling multer v3.1.0 |
887 | 2025-01-11T00:21:08.752Z | Compiling winnow v0.6.20 |
888 | 2025-01-11T00:21:09.056Z | Compiling anyhow v1.0.93 |
889 | 2025-01-11T00:21:09.229Z | Compiling either v1.13.0 |
890 | 2025-01-11T00:21:09.475Z | Compiling match_cfg v0.1.0 |
891 | 2025-01-11T00:21:09.562Z | Compiling slog-async v2.8.0 |
892 | 2025-01-11T00:21:09.620Z | Compiling camino v1.1.9 |
893 | 2025-01-11T00:21:10.012Z | Compiling itertools v0.10.5 |
894 | 2025-01-11T00:21:10.108Z | Compiling hostname v0.3.1 |
895 | 2025-01-11T00:21:10.251Z | Compiling structmeta v0.3.0 |
896 | 2025-01-11T00:21:10.599Z | Compiling rand_chacha v0.3.1 |
897 | 2025-01-11T00:21:10.602Z | Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
898 | 2025-01-11T00:21:11.724Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
899 | 2025-01-11T00:21:11.792Z | Compiling digest v0.10.7 |
900 | 2025-01-11T00:21:12.325Z | Compiling progenitor-macro v0.8.0 |
901 | 2025-01-11T00:21:13.061Z | Compiling toml_edit v0.22.22 |
902 | 2025-01-11T00:21:13.253Z | Compiling crossbeam-channel v0.5.13 |
903 | 2025-01-11T00:21:14.877Z | Compiling darling v0.20.10 |
904 | 2025-01-11T00:21:14.981Z | Compiling term v0.7.0 |
905 | 2025-01-11T00:21:20.989Z | Compiling usdt-macro v0.5.0 |
906 | 2025-01-11T00:21:21.540Z | Compiling usdt-attr-macro v0.5.0 |
907 | 2025-01-11T00:21:22.302Z | Compiling progenitor-client v0.8.0 |
908 | 2025-01-11T00:21:23.016Z | Compiling slog-json v2.6.1 |
909 | 2025-01-11T00:21:23.254Z | Compiling futures-executor v0.3.31 |
910 | 2025-01-11T00:21:23.456Z | Compiling async-stream-impl v0.3.6 |
911 | 2025-01-11T00:21:24.407Z | Compiling is-terminal v0.4.13 |
912 | 2025-01-11T00:21:24.521Z | Compiling memmap v0.7.0 |
913 | 2025-01-11T00:21:24.796Z | Compiling dropshot v0.13.0 |
914 | 2025-01-11T00:21:24.911Z | Compiling take_mut v0.2.2 |
915 | 2025-01-11T00:21:25.059Z | Compiling cpufeatures v0.2.14 |
916 | 2025-01-11T00:21:25.315Z | Compiling sha1 v0.10.6 |
917 | 2025-01-11T00:21:25.325Z | Compiling progenitor v0.8.0 |
918 | 2025-01-11T00:21:25.383Z | Compiling async-stream v0.3.6 |
919 | 2025-01-11T00:21:25.672Z | Compiling usdt v0.5.0 |
920 | 2025-01-11T00:21:25.897Z | Compiling slog-term v2.9.1 |
921 | 2025-01-11T00:21:27.220Z | Compiling futures v0.3.31 |
922 | 2025-01-11T00:21:27.331Z | Compiling slog-bunyan v2.5.0 |
923 | 2025-01-11T00:21:27.676Z | Compiling tokio-rustls v0.25.0 |
924 | 2025-01-11T00:21:28.102Z | Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide/main#f6abe39b) |
925 | 2025-01-11T00:21:28.576Z | Compiling strum_macros v0.26.4 |
926 | 2025-01-11T00:21:28.795Z | Compiling toml v0.8.19 |
927 | 2025-01-11T00:21:29.879Z | Compiling serde_with_macros v3.11.0 |
928 | 2025-01-11T00:21:30.050Z | Compiling rand v0.8.5 |
929 | 2025-01-11T00:21:31.938Z | Compiling parse-display-derive v0.10.0 |
930 | 2025-01-11T00:21:35.308Z | Compiling dropshot_endpoint v0.13.0 |
931 | 2025-01-11T00:21:35.812Z | Compiling serde_path_to_error v0.1.16 |
932 | 2025-01-11T00:21:35.862Z | Compiling hex v0.4.3 |
933 | 2025-01-11T00:21:35.962Z | Compiling async-trait v0.1.83 |
934 | 2025-01-11T00:21:36.185Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
935 | 2025-01-11T00:21:36.541Z | Compiling waitgroup v0.1.2 |
936 | 2025-01-11T00:21:36.755Z | Compiling hostname v0.4.0 |
937 | 2025-01-11T00:21:36.800Z | Compiling instant v0.1.13 |
938 | 2025-01-11T00:21:36.946Z | Compiling debug-ignore v1.0.5 |
939 | 2025-01-11T00:21:36.986Z | Compiling backoff v0.4.0 |
940 | 2025-01-11T00:21:36.994Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
941 | 2025-01-11T00:21:37.074Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
942 | 2025-01-11T00:21:37.177Z | Compiling parse-display v0.10.0 |
943 | 2025-01-11T00:21:37.320Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
944 | 2025-01-11T00:21:37.324Z | Compiling strum v0.26.3 |
945 | 2025-01-11T00:21:37.490Z | Compiling serde_with v3.11.0 |
946 | 2025-01-11T00:21:38.353Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
947 | 2025-01-11T00:21:39.043Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
948 | 2025-01-11T00:21:39.303Z | Compiling progenitor-client v0.9.1 |
949 | 2025-01-11T00:21:39.834Z | Compiling regress v0.9.1 |
950 | 2025-01-11T00:21:40.289Z | Compiling macaddr v1.0.1 |
951 | 2025-01-11T00:21:48.420Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
952 | 2025-01-11T00:21:58.505Z | Compiling test-project v0.1.0 (/tmp/test-project) |
953 | 2025-01-11T00:22:08.346Z | Finished `release` profile [optimized] target(s) in 2m 36s |
954 | 2025-01-11T00:22:08.413Z | process exited: duration 236634 ms, exit code 0 |
|
955 | 2025-01-11T00:22:08.420Z | found 0 output files |