@layerzerolabs/protocol-stellar-v2 0.2.46 → 0.2.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +235 -231
- package/.turbo/turbo-lint.log +304 -97
- package/.turbo/turbo-test.log +1745 -1806
- package/contracts/workers/dvn/src/tests/dvn.rs +4 -0
- package/contracts/workers/dvn-fee-lib/src/dvn_fee_lib.rs +4 -0
- package/contracts/workers/fee-lib-interfaces/src/dvn_fee_lib.rs +6 -0
- package/contracts/workers/price-feed/src/price_feed.rs +17 -28
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +268 -270
- package/sdk/dist/generated/dvn_fee_lib.d.ts +8 -3
- package/sdk/dist/generated/dvn_fee_lib.js +5 -3
- package/sdk/dist/generated/price_feed.d.ts +3 -3
- package/sdk/dist/generated/price_feed.js +3 -3
- package/sdk/package.json +1 -1
package/.turbo/turbo-lint.log
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
🔧 User volumes override 1 default volume(s)
|
|
8
8
|
✅ stellar-25.1.0 (Latest stable release)
|
|
9
9
|
🔧 stellar version: 25.1.0
|
|
10
|
-
(node:
|
|
10
|
+
(node:48520) [MODULE_TYPELESS_PACKAGE_JSON] Warning: Module type of file:///home/runner/work/monorepo-internal/monorepo-internal/configs/vm-tooling/values/docker-image-repo.ts is not specified and it doesn't parse as CommonJS.
|
|
11
11
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
12
12
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
13
13
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -30,37 +30,39 @@ efd28cb7ba78: Pulling fs layer
|
|
|
30
30
|
14f775f5d67b: Pulling fs layer
|
|
31
31
|
3f562c99cbe3: Pulling fs layer
|
|
32
32
|
5fa3a944df97: Pulling fs layer
|
|
33
|
-
3e1d87a413fa: Waiting
|
|
34
|
-
fb456ca5475e: Waiting
|
|
35
33
|
a0f6971ecbd3: Waiting
|
|
36
|
-
2c1ce468d9f3: Waiting
|
|
37
34
|
92a1b3d31b96: Waiting
|
|
35
|
+
fb456ca5475e: Waiting
|
|
36
|
+
2c1ce468d9f3: Waiting
|
|
38
37
|
963aa7b66e91: Waiting
|
|
38
|
+
5fa3a944df97: Waiting
|
|
39
|
+
3f562c99cbe3: Waiting
|
|
39
40
|
efd28cb7ba78: Waiting
|
|
40
41
|
14f775f5d67b: Waiting
|
|
41
|
-
|
|
42
|
-
5fa3a944df97: Waiting
|
|
42
|
+
f6bd9104d248: Verifying Checksum
|
|
43
43
|
f6bd9104d248: Download complete
|
|
44
|
+
f6bd9104d248: Pull complete
|
|
44
45
|
3e1d87a413fa: Verifying Checksum
|
|
45
46
|
3e1d87a413fa: Download complete
|
|
46
|
-
f6bd9104d248: Pull complete
|
|
47
47
|
a0f6971ecbd3: Verifying Checksum
|
|
48
48
|
a0f6971ecbd3: Download complete
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
4617420e017b: Verifying Checksum
|
|
50
|
+
4617420e017b: Download complete
|
|
51
51
|
beaaf8a7146e: Verifying Checksum
|
|
52
52
|
beaaf8a7146e: Download complete
|
|
53
53
|
2c1ce468d9f3: Verifying Checksum
|
|
54
54
|
2c1ce468d9f3: Download complete
|
|
55
|
+
92a1b3d31b96: Verifying Checksum
|
|
56
|
+
92a1b3d31b96: Download complete
|
|
55
57
|
fb456ca5475e: Verifying Checksum
|
|
56
58
|
fb456ca5475e: Download complete
|
|
57
|
-
efd28cb7ba78: Verifying Checksum
|
|
58
59
|
efd28cb7ba78: Download complete
|
|
59
|
-
|
|
60
|
+
14f775f5d67b: Verifying Checksum
|
|
60
61
|
14f775f5d67b: Download complete
|
|
61
62
|
3f562c99cbe3: Download complete
|
|
62
63
|
963aa7b66e91: Verifying Checksum
|
|
63
64
|
963aa7b66e91: Download complete
|
|
65
|
+
5fa3a944df97: Verifying Checksum
|
|
64
66
|
5fa3a944df97: Download complete
|
|
65
67
|
4617420e017b: Pull complete
|
|
66
68
|
beaaf8a7146e: Pull complete
|
|
@@ -85,14 +87,26 @@ Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/
|
|
|
85
87
|
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-rustup:/cache/rustup -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy'
|
|
86
88
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
87
89
|
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
88
|
-
info: component '
|
|
89
|
-
info: component '
|
|
90
|
-
info: component '
|
|
90
|
+
info: downloading component 'cargo'
|
|
91
|
+
info: downloading component 'clippy'
|
|
92
|
+
info: downloading component 'rust-docs'
|
|
93
|
+
info: downloading component 'rust-std' for 'wasm32v1-none'
|
|
94
|
+
info: downloading component 'rust-std'
|
|
95
|
+
info: downloading component 'rustc'
|
|
96
|
+
info: downloading component 'rustfmt'
|
|
97
|
+
info: installing component 'cargo'
|
|
98
|
+
info: installing component 'clippy'
|
|
99
|
+
info: installing component 'rust-docs'
|
|
100
|
+
info: installing component 'rust-std' for 'wasm32v1-none'
|
|
101
|
+
info: installing component 'rust-std'
|
|
102
|
+
info: installing component 'rustc'
|
|
103
|
+
info: installing component 'rustfmt'
|
|
91
104
|
|
|
92
|
-
1.90.0-x86_64-unknown-linux-gnu
|
|
105
|
+
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
93
106
|
|
|
107
|
+
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
94
108
|
info: checking for self-update
|
|
95
|
-
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy:
|
|
109
|
+
⏱️ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --target wasm32v1-none --component rustfmt --component clippy: 14.143s
|
|
96
110
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
97
111
|
📦 Using 4 default cache volume(s) for stellar
|
|
98
112
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -104,107 +118,300 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
|
|
|
104
118
|
🌍 Using 5 default environment variable(s) for stellar
|
|
105
119
|
📜 Executing custom script: cargo clippy -- -D warnings
|
|
106
120
|
$ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_LINKER=clang -e CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_LINKER=clang -e $'CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e $'CARGO_TARGET_AARCH64_UNKNOWN_LINUX_GNU_RUSTFLAGS=-C link-arg=-fuse-ld=mold' -e LOCAL_UID=1001 -e LOCAL_GID=1001 -v /home/runner/work/monorepo-internal/monorepo-internal:/workspace -w /workspace/contracts/protocol/stellar -v lz-tooling-cache-stellar-config:/cache/stellar -v lz-tooling-cache-stellar-cargo:/cache/cargo -v lz-tooling-cache-stellar-rustup:/cache/rustup -v /home/runner/.sccache:/cache/sccache 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0 bash -c $'cargo clippy -- -D warnings'
|
|
107
|
-
|
|
121
|
+
Updating crates.io index
|
|
122
|
+
Blocking waiting for file lock on package cache
|
|
123
|
+
Blocking waiting for file lock on package cache
|
|
124
|
+
Downloading crates ...
|
|
125
|
+
Downloaded ahash v0.8.12
|
|
126
|
+
Downloaded ark-ff-asm v0.4.2
|
|
127
|
+
Downloaded ark-bn254 v0.4.0
|
|
128
|
+
Downloaded ark-ff-macros v0.4.2
|
|
129
|
+
Downloaded ctor v0.5.0
|
|
130
|
+
Downloaded crypto-common v0.1.6
|
|
131
|
+
Downloaded rustc_version v0.4.1
|
|
132
|
+
Downloaded cpufeatures v0.2.17
|
|
133
|
+
Downloaded rand_core v0.6.4
|
|
134
|
+
Downloaded crate-git-revision v0.0.6
|
|
135
|
+
Downloaded heck v0.5.0
|
|
136
|
+
Downloaded equivalent v1.0.2
|
|
137
|
+
Downloaded darling_macro v0.21.3
|
|
138
|
+
Downloaded rfc6979 v0.4.0
|
|
139
|
+
Downloaded semver v1.0.27
|
|
140
|
+
Downloaded hash32 v0.3.1
|
|
141
|
+
Downloaded dtor-proc-macro v0.0.6
|
|
142
|
+
Downloaded itoa v1.0.15
|
|
143
|
+
Downloaded sec1 v0.7.3
|
|
144
|
+
Downloaded indexmap-nostd v0.4.0
|
|
145
|
+
Downloaded ref-cast-impl v1.0.25
|
|
146
|
+
Downloaded ppv-lite86 v0.2.21
|
|
147
|
+
Downloaded either v1.15.0
|
|
148
|
+
Downloaded ryu v1.0.20
|
|
149
|
+
Downloaded time-core v0.1.6
|
|
150
|
+
Downloaded prettyplease v0.2.37
|
|
151
|
+
Downloaded zeroize_derive v1.4.2
|
|
152
|
+
Downloaded num-bigint v0.4.6
|
|
153
|
+
Downloaded wasmi_arena v0.4.1
|
|
154
|
+
Downloaded hashbrown v0.16.0
|
|
155
|
+
Downloaded version_check v0.9.5
|
|
156
|
+
Downloaded zeroize v1.8.2
|
|
157
|
+
Downloaded itertools v0.14.0
|
|
158
|
+
Downloaded soroban-spec-rust v25.1.1
|
|
159
|
+
Downloaded static_assertions v1.1.0
|
|
160
|
+
Downloaded spin v0.9.8
|
|
161
|
+
Downloaded unicode-ident v1.0.22
|
|
162
|
+
Downloaded stellar-strkey v0.0.13
|
|
163
|
+
Downloaded stellar-strkey v0.0.16
|
|
164
|
+
Downloaded soroban-env-common v25.0.1
|
|
165
|
+
Downloaded schemars v1.0.5
|
|
166
|
+
Downloaded typenum v1.19.0
|
|
167
|
+
Downloaded serde v1.0.228
|
|
168
|
+
Downloaded wasmparser-nostd v0.100.2
|
|
169
|
+
Downloaded time v0.3.44
|
|
170
|
+
Downloaded soroban-sdk v25.1.1
|
|
171
|
+
Downloaded wasmparser v0.116.1
|
|
172
|
+
Downloaded serde_with v3.15.1
|
|
173
|
+
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
174
|
+
Downloaded zerocopy v0.8.27
|
|
175
|
+
Downloaded syn v1.0.109
|
|
176
|
+
Downloaded serde_json v1.0.145
|
|
177
|
+
Downloaded syn v2.0.108
|
|
178
|
+
Downloaded ark-bls12-381 v0.4.0
|
|
179
|
+
Downloaded serde_derive v1.0.228
|
|
180
|
+
Downloaded serde_core v1.0.228
|
|
181
|
+
Downloaded schemars v0.9.0
|
|
182
|
+
Downloaded curve25519-dalek v4.1.3
|
|
183
|
+
Downloaded soroban-sdk-macros v25.1.1
|
|
184
|
+
Downloaded smallvec v1.15.1
|
|
185
|
+
Downloaded serde_with_macros v3.15.1
|
|
186
|
+
Downloaded chrono v0.4.42
|
|
187
|
+
Downloaded soroban-ledger-snapshot v25.1.1
|
|
188
|
+
Downloaded libc v0.2.177
|
|
189
|
+
Downloaded soroban-env-macros v25.0.1
|
|
190
|
+
Downloaded wasmi_core v0.13.0
|
|
191
|
+
Downloaded visibility v0.1.1
|
|
192
|
+
Downloaded time-macros v0.2.24
|
|
193
|
+
Downloaded thiserror-impl v1.0.69
|
|
194
|
+
Downloaded soroban-env-host v25.0.1
|
|
195
|
+
Downloaded thiserror v1.0.69
|
|
196
|
+
Downloaded spki v0.7.3
|
|
197
|
+
Downloaded schemars v0.8.22
|
|
198
|
+
Downloaded libm v0.2.15
|
|
199
|
+
Downloaded sha2 v0.10.9
|
|
200
|
+
Downloaded itertools v0.10.5
|
|
201
|
+
Downloaded hashbrown v0.12.3
|
|
202
|
+
Downloaded ed25519-dalek v2.2.0
|
|
203
|
+
Downloaded k256 v0.13.4
|
|
204
|
+
Downloaded indexmap v2.12.0
|
|
205
|
+
Downloaded hashbrown v0.13.2
|
|
206
|
+
Downloaded stable_deref_trait v1.2.1
|
|
207
|
+
Downloaded soroban-spec v25.1.1
|
|
208
|
+
Downloaded sha3 v0.10.8
|
|
209
|
+
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
210
|
+
Downloaded signature v2.2.0
|
|
211
|
+
Downloaded rand v0.8.5
|
|
212
|
+
Downloaded memchr v2.7.6
|
|
213
|
+
Downloaded heapless v0.8.0
|
|
214
|
+
Downloaded der v0.7.10
|
|
215
|
+
Downloaded darling_core v0.21.3
|
|
216
|
+
Downloaded darling_core v0.20.11
|
|
217
|
+
Downloaded crypto-bigint v0.5.5
|
|
218
|
+
Downloaded p256 v0.13.2
|
|
219
|
+
Downloaded indexmap v1.9.3
|
|
220
|
+
Downloaded hmac v0.12.1
|
|
221
|
+
Downloaded ethnum v1.5.2
|
|
222
|
+
Downloaded elliptic-curve v0.13.8
|
|
223
|
+
Downloaded darling v0.21.3
|
|
224
|
+
Downloaded base64 v0.22.1
|
|
225
|
+
Downloaded ark-ff v0.4.2
|
|
226
|
+
Downloaded subtle v2.6.1
|
|
227
|
+
Downloaded strsim v0.11.1
|
|
228
|
+
Downloaded proc-macro2 v1.0.103
|
|
229
|
+
Downloaded primeorder v0.13.6
|
|
230
|
+
Downloaded once_cell v1.21.3
|
|
231
|
+
Downloaded num-traits v0.2.19
|
|
232
|
+
Downloaded iana-time-zone v0.1.64
|
|
233
|
+
Downloaded getrandom v0.2.16
|
|
234
|
+
Downloaded derivative v2.2.0
|
|
235
|
+
Downloaded darling v0.20.11
|
|
236
|
+
Downloaded rand_chacha v0.3.1
|
|
237
|
+
Downloaded group v0.13.0
|
|
238
|
+
Downloaded autocfg v1.5.0
|
|
239
|
+
Downloaded const-oid v0.9.6
|
|
240
|
+
Downloaded byteorder v1.5.0
|
|
241
|
+
Downloaded ark-std v0.4.0
|
|
242
|
+
Downloaded ark-ec v0.4.2
|
|
243
|
+
Downloaded pkcs8 v0.10.2
|
|
244
|
+
Downloaded paste v1.0.15
|
|
245
|
+
Downloaded num-integer v0.1.46
|
|
246
|
+
Downloaded generic-array v0.14.9
|
|
247
|
+
Downloaded ff v0.13.1
|
|
248
|
+
Downloaded ed25519 v2.2.3
|
|
249
|
+
Downloaded ecdsa v0.16.9
|
|
250
|
+
Downloaded digest v0.10.7
|
|
251
|
+
Downloaded deranged v0.5.5
|
|
252
|
+
Downloaded data-encoding v2.9.0
|
|
253
|
+
Downloaded ref-cast v1.0.25
|
|
254
|
+
Downloaded quote v1.0.41
|
|
255
|
+
Downloaded num-derive v0.4.2
|
|
256
|
+
Downloaded num-conv v0.1.0
|
|
257
|
+
Downloaded macro-string v0.1.4
|
|
258
|
+
Downloaded escape-bytes v0.1.1
|
|
259
|
+
Downloaded ark-serialize-derive v0.4.2
|
|
260
|
+
Downloaded fnv v1.0.7
|
|
261
|
+
Downloaded cfg-if v1.0.4
|
|
262
|
+
Downloaded block-buffer v0.10.4
|
|
263
|
+
Downloaded base16ct v0.2.0
|
|
264
|
+
Downloaded bytes-lit v0.0.5
|
|
265
|
+
Downloaded ark-poly v0.4.2
|
|
266
|
+
Downloaded arbitrary v1.3.2
|
|
267
|
+
Downloaded hex-literal v0.4.1
|
|
268
|
+
Downloaded hex v0.4.3
|
|
269
|
+
Downloaded dyn-clone v1.0.20
|
|
270
|
+
Downloaded base64ct v1.8.0
|
|
271
|
+
Downloaded derive_arbitrary v1.3.2
|
|
272
|
+
Downloaded darling_macro v0.20.11
|
|
273
|
+
Downloaded powerfmt v0.2.0
|
|
274
|
+
Downloaded keccak v0.1.5
|
|
275
|
+
Downloaded ident_case v1.0.1
|
|
276
|
+
Downloaded dtor v0.1.1
|
|
277
|
+
Downloaded downcast-rs v1.2.1
|
|
278
|
+
Downloaded curve25519-dalek-derive v0.1.1
|
|
279
|
+
Downloaded ctor-proc-macro v0.0.6
|
|
280
|
+
Downloaded cfg_eval v0.1.2
|
|
281
|
+
Downloaded ark-serialize v0.4.2
|
|
282
|
+
Downloaded stellar-xdr v25.0.0
|
|
283
|
+
Blocking waiting for file lock on package cache
|
|
284
|
+
Compiling proc-macro2 v1.0.103
|
|
285
|
+
Compiling quote v1.0.41
|
|
286
|
+
Compiling unicode-ident v1.0.22
|
|
287
|
+
Compiling version_check v0.9.5
|
|
288
|
+
Compiling typenum v1.19.0
|
|
289
|
+
Compiling serde_core v1.0.228
|
|
290
|
+
Compiling serde v1.0.228
|
|
291
|
+
Compiling serde_json v1.0.145
|
|
292
|
+
Compiling memchr v2.7.6
|
|
293
|
+
Compiling ryu v1.0.20
|
|
294
|
+
Compiling itoa v1.0.15
|
|
108
295
|
Checking cfg-if v1.0.4
|
|
109
296
|
Checking subtle v2.6.1
|
|
297
|
+
Compiling autocfg v1.5.0
|
|
110
298
|
Compiling libc v0.2.177
|
|
111
299
|
Checking const-oid v0.9.6
|
|
112
|
-
Compiling
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
300
|
+
Compiling strsim v0.11.1
|
|
301
|
+
Compiling ident_case v1.0.1
|
|
302
|
+
Compiling fnv v1.0.7
|
|
303
|
+
Compiling zerocopy v0.8.27
|
|
304
|
+
Compiling syn v1.0.109
|
|
305
|
+
Compiling semver v1.0.27
|
|
116
306
|
Compiling schemars v0.8.22
|
|
117
|
-
|
|
118
|
-
|
|
307
|
+
Compiling paste v1.0.15
|
|
308
|
+
Compiling dyn-clone v1.0.20
|
|
309
|
+
Compiling either v1.15.0
|
|
310
|
+
Compiling cpufeatures v0.2.17
|
|
311
|
+
Compiling num-traits v0.2.19
|
|
312
|
+
Compiling generic-array v0.14.9
|
|
313
|
+
Compiling data-encoding v2.9.0
|
|
314
|
+
Compiling ahash v0.8.12
|
|
315
|
+
Compiling escape-bytes v0.1.1
|
|
316
|
+
Compiling ethnum v1.5.2
|
|
317
|
+
Compiling rustc_version v0.4.1
|
|
119
318
|
Checking base16ct v0.2.0
|
|
120
|
-
Checking either v1.15.0
|
|
121
319
|
Checking once_cell v1.21.3
|
|
122
|
-
|
|
123
|
-
|
|
320
|
+
Compiling itertools v0.10.5
|
|
321
|
+
Compiling libm v0.2.15
|
|
322
|
+
Compiling equivalent v1.0.2
|
|
323
|
+
Compiling hashbrown v0.16.0
|
|
124
324
|
Compiling thiserror v1.0.69
|
|
125
|
-
|
|
126
|
-
Checking
|
|
127
|
-
|
|
325
|
+
Compiling curve25519-dalek v4.1.3
|
|
326
|
+
Checking getrandom v0.2.16
|
|
327
|
+
Compiling block-buffer v0.10.4
|
|
328
|
+
Compiling crypto-common v0.1.6
|
|
329
|
+
Checking num-integer v0.1.46
|
|
128
330
|
Checking indexmap-nostd v0.4.0
|
|
129
|
-
|
|
130
|
-
Checking
|
|
131
|
-
|
|
132
|
-
Checking
|
|
133
|
-
Checking
|
|
134
|
-
|
|
135
|
-
Checking wasmi_arena v0.4.1
|
|
136
|
-
Checking ethnum v1.5.2
|
|
137
|
-
Checking semver v1.0.27
|
|
138
|
-
Checking generic-array v0.14.9
|
|
331
|
+
Compiling prettyplease v0.2.37
|
|
332
|
+
Checking downcast-rs v1.2.1
|
|
333
|
+
Compiling digest v0.10.7
|
|
334
|
+
Checking num-bigint v0.4.6
|
|
335
|
+
Checking rand_core v0.6.4
|
|
336
|
+
Compiling indexmap v2.12.0
|
|
139
337
|
Checking wasmparser-nostd v0.100.2
|
|
338
|
+
Checking ppv-lite86 v0.2.21
|
|
140
339
|
Checking base64 v0.22.1
|
|
340
|
+
Compiling sha2 v0.10.9
|
|
341
|
+
Checking ff v0.13.1
|
|
342
|
+
Checking wasmi_core v0.13.0
|
|
343
|
+
Checking hashbrown v0.13.2
|
|
344
|
+
Checking hex v0.4.3
|
|
345
|
+
Checking group v0.13.0
|
|
346
|
+
Checking wasmi_arena v0.4.1
|
|
141
347
|
Checking smallvec v1.15.1
|
|
348
|
+
Compiling heapless v0.8.0
|
|
349
|
+
Checking rand_chacha v0.3.1
|
|
350
|
+
Checking byteorder v1.5.0
|
|
351
|
+
Checking spin v0.9.8
|
|
352
|
+
Checking rand v0.8.5
|
|
353
|
+
Checking wasmparser v0.116.1
|
|
354
|
+
Compiling syn v2.0.108
|
|
142
355
|
Checking hash32 v0.3.1
|
|
143
356
|
Checking stable_deref_trait v1.2.1
|
|
144
|
-
Checking num-integer v0.1.46
|
|
145
|
-
Checking keccak v0.1.5
|
|
146
|
-
Compiling soroban-env-host v25.0.1
|
|
147
357
|
Checking static_assertions v1.1.0
|
|
148
|
-
|
|
149
|
-
Checking
|
|
150
|
-
|
|
151
|
-
Checking memchr v2.7.6
|
|
358
|
+
Compiling soroban-env-host v25.0.1
|
|
359
|
+
Checking keccak v0.1.5
|
|
360
|
+
Compiling heck v0.5.0
|
|
152
361
|
Checking hex-literal v0.4.1
|
|
153
|
-
|
|
154
|
-
Checking itoa v1.0.15
|
|
155
|
-
Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
156
|
-
Checking unicode-ident v1.0.22
|
|
157
|
-
Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
158
|
-
Checking crypto-common v0.1.6
|
|
159
|
-
Checking block-buffer v0.10.4
|
|
160
|
-
Checking sec1 v0.7.3
|
|
161
|
-
Checking wasmi_core v0.13.0
|
|
162
|
-
Checking proc-macro2 v1.0.103
|
|
163
|
-
Checking heck v0.5.0
|
|
164
|
-
Checking digest v0.10.7
|
|
165
|
-
Checking wasmparser v0.116.1
|
|
166
|
-
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
167
|
-
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
362
|
+
Compiling itertools v0.14.0
|
|
168
363
|
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
364
|
+
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
365
|
+
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
169
366
|
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
170
|
-
Checking
|
|
171
|
-
Checking
|
|
172
|
-
Checking
|
|
173
|
-
Checking
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
367
|
+
Checking ark-std v0.4.0
|
|
368
|
+
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
369
|
+
Checking common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
370
|
+
Checking oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
371
|
+
Compiling ark-serialize-derive v0.4.2
|
|
372
|
+
Compiling derivative v2.2.0
|
|
373
|
+
Compiling ark-ff-macros v0.4.2
|
|
374
|
+
Compiling ark-ff-asm v0.4.2
|
|
375
|
+
Compiling darling_core v0.21.3
|
|
376
|
+
Compiling darling_core v0.20.11
|
|
377
|
+
Compiling macro-string v0.1.4
|
|
378
|
+
Compiling serde_derive v1.0.228
|
|
379
|
+
Compiling zeroize_derive v1.4.2
|
|
380
|
+
Compiling cfg_eval v0.1.2
|
|
381
|
+
Compiling thiserror-impl v1.0.69
|
|
382
|
+
Compiling num-derive v0.4.2
|
|
383
|
+
Compiling curve25519-dalek-derive v0.1.1
|
|
384
|
+
Compiling soroban-builtin-sdk-macros v25.0.1
|
|
385
|
+
Compiling bytes-lit v0.0.5
|
|
386
|
+
Compiling visibility v0.1.1
|
|
387
|
+
Checking zeroize v1.8.2
|
|
388
|
+
Checking der v0.7.10
|
|
389
|
+
Compiling darling_macro v0.20.11
|
|
185
390
|
Checking crypto-bigint v0.5.5
|
|
391
|
+
Checking sec1 v0.7.3
|
|
186
392
|
Checking signature v2.2.0
|
|
187
|
-
Checking ed25519 v2.2.3
|
|
188
|
-
Checking group v0.13.0
|
|
189
|
-
Checking serde_json v1.0.145
|
|
190
|
-
Checking serde v1.0.228
|
|
191
|
-
Checking rand v0.8.5
|
|
192
|
-
Checking ed25519-dalek v2.2.0
|
|
193
|
-
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
194
|
-
Checking ark-std v0.4.0
|
|
195
|
-
Checking elliptic-curve v0.13.8
|
|
196
393
|
Checking ark-serialize v0.4.2
|
|
197
|
-
Checking
|
|
198
|
-
Checking
|
|
199
|
-
Checking
|
|
200
|
-
Checking
|
|
201
|
-
|
|
394
|
+
Checking hmac v0.12.1
|
|
395
|
+
Checking sha3 v0.10.8
|
|
396
|
+
Checking ed25519 v2.2.3
|
|
397
|
+
Checking rfc6979 v0.4.0
|
|
398
|
+
Compiling darling v0.20.11
|
|
202
399
|
Compiling crate-git-revision v0.0.6
|
|
400
|
+
Checking ark-ff v0.4.2
|
|
401
|
+
Compiling darling_macro v0.21.3
|
|
203
402
|
Compiling stellar-strkey v0.0.13
|
|
204
403
|
Compiling stellar-xdr v25.0.0
|
|
205
404
|
Compiling soroban-env-common v25.0.1
|
|
206
405
|
Compiling stellar-strkey v0.0.16
|
|
207
406
|
Compiling soroban-sdk v25.1.1
|
|
407
|
+
Checking elliptic-curve v0.13.8
|
|
408
|
+
Checking ed25519-dalek v2.2.0
|
|
409
|
+
Checking ecdsa v0.16.9
|
|
410
|
+
Checking primeorder v0.13.6
|
|
411
|
+
Checking p256 v0.13.2
|
|
412
|
+
Checking k256 v0.13.4
|
|
413
|
+
Compiling darling v0.21.3
|
|
414
|
+
Compiling serde_with_macros v3.15.1
|
|
208
415
|
Compiling serde_with v3.15.1
|
|
209
416
|
Checking ark-poly v0.4.2
|
|
210
417
|
Checking ark-ec v0.4.2
|
|
@@ -218,23 +425,23 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
218
425
|
Checking fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
219
426
|
Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
220
427
|
Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
428
|
+
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
221
429
|
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
222
430
|
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
223
|
-
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
224
431
|
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
225
432
|
Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
226
433
|
Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
227
434
|
Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
228
|
-
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
229
435
|
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
230
|
-
Checking executor
|
|
436
|
+
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
231
437
|
Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
232
|
-
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
233
438
|
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
439
|
+
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
440
|
+
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
234
441
|
Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
235
442
|
Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
236
|
-
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
237
443
|
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
444
|
+
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
238
445
|
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
239
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in
|
|
240
|
-
⏱️ bash -c cargo clippy -- -D warnings:
|
|
446
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
|
|
447
|
+
⏱️ bash -c cargo clippy -- -D warnings: 2:11.858 (m:ss.mmm)
|