@layerzerolabs/protocol-stellar-v2 0.2.76 → 0.2.78
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 +245 -242
- package/.turbo/turbo-lint.log +68 -240
- package/.turbo/turbo-test.log +1858 -1986
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +301 -297
- package/sdk/package.json +1 -1
package/.turbo/turbo-lint.log
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
✅ stellar-25.1.0 (Latest stable release)
|
|
9
9
|
🔧 stellar version: 25.1.0
|
|
10
10
|
$ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar-25.1.0-patch-1
|
|
11
|
-
(node:
|
|
11
|
+
(node:104707) [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.
|
|
12
12
|
Reparsing as ES module because module syntax was detected. This incurs a performance overhead.
|
|
13
13
|
To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-internal/monorepo-internal/package.json.
|
|
14
14
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
@@ -20,25 +20,13 @@ To eliminate this warning, add "type": "module" to /home/runner/work/monorepo-in
|
|
|
20
20
|
$ docker run --rm --add-host=host.docker.internal:host-gateway -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-patch-1 bash -c $'mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy'
|
|
21
21
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
22
22
|
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
23
|
-
info:
|
|
24
|
-
info:
|
|
25
|
-
info:
|
|
26
|
-
info: downloading component 'rust-std' for 'wasm32v1-none'
|
|
27
|
-
info: downloading component 'rust-std'
|
|
28
|
-
info: downloading component 'rustc'
|
|
29
|
-
info: downloading component 'rustfmt'
|
|
30
|
-
info: installing component 'cargo'
|
|
31
|
-
info: installing component 'clippy'
|
|
32
|
-
info: installing component 'rust-docs'
|
|
33
|
-
info: installing component 'rust-std' for 'wasm32v1-none'
|
|
34
|
-
info: installing component 'rust-std'
|
|
35
|
-
info: installing component 'rustc'
|
|
36
|
-
info: installing component 'rustfmt'
|
|
23
|
+
info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
24
|
+
info: component 'rust-std' for target 'wasm32v1-none' is up to date
|
|
25
|
+
info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
37
26
|
|
|
38
|
-
1.90.0-x86_64-unknown-linux-gnu
|
|
27
|
+
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
39
28
|
|
|
40
|
-
|
|
41
|
-
⏳ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 23.875s
|
|
29
|
+
⏳ bash -c mkdir -p $CARGO_HOME/bin && ln -sf /usr/local/cargo/bin/rustup $CARGO_HOME/bin/rustup && rustup toolchain install 1.90.0 --no-self-update --target wasm32v1-none --component rustfmt --component clippy: 828.251ms
|
|
42
30
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/lz-tooling-cache-stellar-rustup
|
|
43
31
|
📦 Using 4 default volume(s) for stellar
|
|
44
32
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -49,168 +37,8 @@ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws
|
|
|
49
37
|
🌍 Using 5 default environment variable(s) for stellar
|
|
50
38
|
📜 Executing custom script: cargo clippy -- -D warnings
|
|
51
39
|
$ docker run --rm --add-host=host.docker.internal:host-gateway -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-patch-1 bash -c $'cargo clippy -- -D warnings'
|
|
52
|
-
Updating crates.io index
|
|
53
40
|
Blocking waiting for file lock on package cache
|
|
54
41
|
Blocking waiting for file lock on package cache
|
|
55
|
-
Downloading crates ...
|
|
56
|
-
Downloaded crypto-common v0.1.6
|
|
57
|
-
Downloaded powerfmt v0.2.0
|
|
58
|
-
Downloaded keccak v0.1.5
|
|
59
|
-
Downloaded ark-ff-asm v0.4.2
|
|
60
|
-
Downloaded num-derive v0.4.2
|
|
61
|
-
Downloaded primeorder v0.13.6
|
|
62
|
-
Downloaded group v0.13.0
|
|
63
|
-
Downloaded time-core v0.1.6
|
|
64
|
-
Downloaded iana-time-zone v0.1.64
|
|
65
|
-
Downloaded serde_with v3.15.1
|
|
66
|
-
Downloaded semver v1.0.27
|
|
67
|
-
Downloaded rand_core v0.6.4
|
|
68
|
-
Downloaded arbitrary v1.3.2
|
|
69
|
-
Downloaded itoa v1.0.15
|
|
70
|
-
Downloaded derive_arbitrary v1.3.2
|
|
71
|
-
Downloaded thiserror v1.0.69
|
|
72
|
-
Downloaded wasmi_core v0.13.0
|
|
73
|
-
Downloaded stellar-strkey v0.0.16
|
|
74
|
-
Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
|
|
75
|
-
Downloaded proc-macro2 v1.0.103
|
|
76
|
-
Downloaded elliptic-curve v0.13.8
|
|
77
|
-
Downloaded thiserror-impl v1.0.69
|
|
78
|
-
Downloaded rustc_version v0.4.1
|
|
79
|
-
Downloaded curve25519-dalek v4.1.3
|
|
80
|
-
Downloaded zeroize_derive v1.4.2
|
|
81
|
-
Downloaded ref-cast v1.0.25
|
|
82
|
-
Downloaded visibility v0.1.1
|
|
83
|
-
Downloaded subtle v2.6.1
|
|
84
|
-
Downloaded wasmi_arena v0.4.1
|
|
85
|
-
Downloaded static_assertions v1.1.0
|
|
86
|
-
Downloaded sha2 v0.10.9
|
|
87
|
-
Downloaded stellar-strkey v0.0.13
|
|
88
|
-
Downloaded soroban-ledger-snapshot v25.1.1
|
|
89
|
-
Downloaded sec1 v0.7.3
|
|
90
|
-
Downloaded unicode-ident v1.0.22
|
|
91
|
-
Downloaded typenum v1.19.0
|
|
92
|
-
Downloaded ppv-lite86 v0.2.21
|
|
93
|
-
Downloaded quote v1.0.41
|
|
94
|
-
Downloaded syn v1.0.109
|
|
95
|
-
Downloaded getrandom v0.2.16
|
|
96
|
-
Downloaded strsim v0.11.1
|
|
97
|
-
Downloaded schemars v0.8.22
|
|
98
|
-
Downloaded zerocopy v0.8.27
|
|
99
|
-
Downloaded serde_json v1.0.145
|
|
100
|
-
Downloaded ryu v1.0.20
|
|
101
|
-
Downloaded soroban-env-host v25.0.1
|
|
102
|
-
Downloaded zeroize v1.8.2
|
|
103
|
-
Downloaded time-macros v0.2.24
|
|
104
|
-
Downloaded serde_with_macros v3.15.1
|
|
105
|
-
Downloaded spin v0.9.8
|
|
106
|
-
Downloaded soroban-env-common v25.0.1
|
|
107
|
-
Downloaded serde_derive v1.0.228
|
|
108
|
-
Downloaded spki v0.7.3
|
|
109
|
-
Downloaded signature v2.2.0
|
|
110
|
-
Downloaded equivalent v1.0.2
|
|
111
|
-
Downloaded cfg-if v1.0.4
|
|
112
|
-
Downloaded ark-bls12-381 v0.4.0
|
|
113
|
-
Downloaded version_check v0.9.5
|
|
114
|
-
Downloaded soroban-builtin-sdk-macros v25.0.1
|
|
115
|
-
Downloaded sha3 v0.10.8
|
|
116
|
-
Downloaded time v0.3.44
|
|
117
|
-
Downloaded ref-cast-impl v1.0.25
|
|
118
|
-
Downloaded rand v0.8.5
|
|
119
|
-
Downloaded libm v0.2.15
|
|
120
|
-
Downloaded serde v1.0.228
|
|
121
|
-
Downloaded indexmap v1.9.3
|
|
122
|
-
Downloaded syn v2.0.108
|
|
123
|
-
Downloaded hmac v0.12.1
|
|
124
|
-
Downloaded wasmparser v0.116.1
|
|
125
|
-
Downloaded deranged v0.5.5
|
|
126
|
-
Downloaded darling v0.20.11
|
|
127
|
-
Downloaded ark-ff-macros v0.4.2
|
|
128
|
-
Downloaded p256 v0.13.2
|
|
129
|
-
Downloaded num-conv v0.1.0
|
|
130
|
-
Downloaded fnv v1.0.7
|
|
131
|
-
Downloaded either v1.15.0
|
|
132
|
-
Downloaded soroban-sdk v25.1.1
|
|
133
|
-
Downloaded macro-string v0.1.4
|
|
134
|
-
Downloaded hash32 v0.3.1
|
|
135
|
-
Downloaded downcast-rs v1.2.1
|
|
136
|
-
Downloaded schemars v0.9.0
|
|
137
|
-
Downloaded stellar-xdr v25.0.0
|
|
138
|
-
Downloaded const-oid v0.9.6
|
|
139
|
-
Downloaded block-buffer v0.10.4
|
|
140
|
-
Downloaded serde_core v1.0.228
|
|
141
|
-
Downloaded soroban-sdk-macros v25.1.1
|
|
142
|
-
Downloaded ctor v0.5.0
|
|
143
|
-
Downloaded base16ct v0.2.0
|
|
144
|
-
Downloaded ecdsa v0.16.9
|
|
145
|
-
Downloaded crypto-bigint v0.5.5
|
|
146
|
-
Downloaded soroban-spec-rust v25.1.1
|
|
147
|
-
Downloaded base64 v0.22.1
|
|
148
|
-
Downloaded wasmparser-nostd v0.100.2
|
|
149
|
-
Downloaded libc v0.2.177
|
|
150
|
-
Downloaded hashbrown v0.13.2
|
|
151
|
-
Downloaded chrono v0.4.42
|
|
152
|
-
Downloaded itertools v0.14.0
|
|
153
|
-
Downloaded itertools v0.10.5
|
|
154
|
-
Downloaded hashbrown v0.16.0
|
|
155
|
-
Downloaded soroban-spec v25.1.1
|
|
156
|
-
Downloaded prettyplease v0.2.37
|
|
157
|
-
Downloaded once_cell v1.21.3
|
|
158
|
-
Downloaded memchr v2.7.6
|
|
159
|
-
Downloaded k256 v0.13.4
|
|
160
|
-
Downloaded hashbrown v0.12.3
|
|
161
|
-
Downloaded ed25519-dalek v2.2.0
|
|
162
|
-
Downloaded der v0.7.10
|
|
163
|
-
Downloaded darling_core v0.21.3
|
|
164
|
-
Downloaded darling_core v0.20.11
|
|
165
|
-
Downloaded base64ct v1.8.0
|
|
166
|
-
Downloaded ark-ff v0.4.2
|
|
167
|
-
Downloaded paste v1.0.15
|
|
168
|
-
Downloaded ff v0.13.1
|
|
169
|
-
Downloaded dtor-proc-macro v0.0.6
|
|
170
|
-
Downloaded autocfg v1.5.0
|
|
171
|
-
Downloaded ark-std v0.4.0
|
|
172
|
-
Downloaded pkcs8 v0.10.2
|
|
173
|
-
Downloaded num-integer v0.1.46
|
|
174
|
-
Downloaded indexmap-nostd v0.4.0
|
|
175
|
-
Downloaded hex-literal v0.4.1
|
|
176
|
-
Downloaded hex v0.4.3
|
|
177
|
-
Downloaded heck v0.5.0
|
|
178
|
-
Downloaded escape-bytes v0.1.1
|
|
179
|
-
Downloaded ed25519 v2.2.3
|
|
180
|
-
Downloaded dyn-clone v1.0.20
|
|
181
|
-
Downloaded dtor v0.1.1
|
|
182
|
-
Downloaded digest v0.10.7
|
|
183
|
-
Downloaded darling_macro v0.21.3
|
|
184
|
-
Downloaded curve25519-dalek-derive v0.1.1
|
|
185
|
-
Downloaded ctor-proc-macro v0.0.6
|
|
186
|
-
Downloaded bytes-lit v0.0.5
|
|
187
|
-
Downloaded smallvec v1.15.1
|
|
188
|
-
Downloaded ident_case v1.0.1
|
|
189
|
-
Downloaded cpufeatures v0.2.17
|
|
190
|
-
Downloaded cfg_eval v0.1.2
|
|
191
|
-
Downloaded stable_deref_trait v1.2.1
|
|
192
|
-
Downloaded soroban-env-macros v25.0.1
|
|
193
|
-
Downloaded schemars v1.0.5
|
|
194
|
-
Downloaded ark-serialize-derive v0.4.2
|
|
195
|
-
Downloaded ahash v0.8.12
|
|
196
|
-
Downloaded generic-array v0.14.9
|
|
197
|
-
Downloaded rand_chacha v0.3.1
|
|
198
|
-
Downloaded heapless v0.8.0
|
|
199
|
-
Downloaded ark-serialize v0.4.2
|
|
200
|
-
Downloaded ark-poly v0.4.2
|
|
201
|
-
Downloaded ark-ec v0.4.2
|
|
202
|
-
Downloaded num-bigint v0.4.6
|
|
203
|
-
Downloaded ethnum v1.5.2
|
|
204
|
-
Downloaded darling_macro v0.20.11
|
|
205
|
-
Downloaded crate-git-revision v0.0.6
|
|
206
|
-
Downloaded rfc6979 v0.4.0
|
|
207
|
-
Downloaded num-traits v0.2.19
|
|
208
|
-
Downloaded indexmap v2.12.0
|
|
209
|
-
Downloaded derivative v2.2.0
|
|
210
|
-
Downloaded darling v0.21.3
|
|
211
|
-
Downloaded byteorder v1.5.0
|
|
212
|
-
Downloaded ark-bn254 v0.4.0
|
|
213
|
-
Downloaded data-encoding v2.9.0
|
|
214
42
|
Blocking waiting for file lock on package cache
|
|
215
43
|
Compiling proc-macro2 v1.0.103
|
|
216
44
|
Compiling quote v1.0.41
|
|
@@ -225,76 +53,76 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
225
53
|
Compiling memchr v2.7.6
|
|
226
54
|
Checking cfg-if v1.0.4
|
|
227
55
|
Checking subtle v2.6.1
|
|
228
|
-
Compiling libc v0.2.177
|
|
229
56
|
Checking const-oid v0.9.6
|
|
57
|
+
Compiling libc v0.2.177
|
|
230
58
|
Compiling autocfg v1.5.0
|
|
231
59
|
Compiling strsim v0.11.1
|
|
232
|
-
Compiling fnv v1.0.7
|
|
233
60
|
Compiling ident_case v1.0.1
|
|
61
|
+
Compiling fnv v1.0.7
|
|
234
62
|
Compiling zerocopy v0.8.27
|
|
235
63
|
Compiling syn v1.0.109
|
|
236
64
|
Compiling semver v1.0.27
|
|
237
65
|
Compiling paste v1.0.15
|
|
238
66
|
Compiling schemars v0.8.22
|
|
239
67
|
Compiling dyn-clone v1.0.20
|
|
240
|
-
Compiling either v1.15.0
|
|
241
|
-
Compiling generic-array v0.14.9
|
|
242
68
|
Compiling data-encoding v2.9.0
|
|
243
69
|
Compiling cpufeatures v0.2.17
|
|
244
|
-
Compiling
|
|
245
|
-
Compiling ethnum v1.5.2
|
|
70
|
+
Compiling either v1.15.0
|
|
246
71
|
Compiling escape-bytes v0.1.1
|
|
247
|
-
Compiling
|
|
248
|
-
Checking base16ct v0.2.0
|
|
72
|
+
Compiling ethnum v1.5.2
|
|
249
73
|
Checking once_cell v1.21.3
|
|
250
|
-
|
|
74
|
+
Checking base16ct v0.2.0
|
|
251
75
|
Compiling libm v0.2.15
|
|
252
|
-
Compiling
|
|
76
|
+
Compiling thiserror v1.0.69
|
|
253
77
|
Compiling hashbrown v0.16.0
|
|
254
78
|
Compiling equivalent v1.0.2
|
|
255
|
-
Compiling thiserror v1.0.69
|
|
256
|
-
Compiling curve25519-dalek v4.1.3
|
|
257
|
-
Checking downcast-rs v1.2.1
|
|
258
|
-
Compiling prettyplease v0.2.37
|
|
259
79
|
Checking indexmap-nostd v0.4.0
|
|
260
|
-
Compiling
|
|
261
|
-
Checking
|
|
262
|
-
Checking num-integer v0.1.46
|
|
80
|
+
Compiling prettyplease v0.2.37
|
|
81
|
+
Checking downcast-rs v1.2.1
|
|
263
82
|
Checking wasmi_arena v0.4.1
|
|
264
|
-
|
|
265
|
-
Compiling
|
|
266
|
-
Checking byteorder v1.5.0
|
|
267
|
-
Compiling digest v0.10.7
|
|
268
|
-
Checking num-bigint v0.4.6
|
|
269
|
-
Checking spin v0.9.8
|
|
270
|
-
Compiling heapless v0.8.0
|
|
83
|
+
Checking itertools v0.10.5
|
|
84
|
+
Compiling base64 v0.22.1
|
|
271
85
|
Checking smallvec v1.15.1
|
|
272
|
-
|
|
273
|
-
Checking
|
|
274
|
-
Checking
|
|
86
|
+
Compiling heapless v0.8.0
|
|
87
|
+
Checking spin v0.9.8
|
|
88
|
+
Checking wasmparser-nostd v0.100.2
|
|
275
89
|
Checking hex v0.4.3
|
|
276
|
-
|
|
277
|
-
Compiling
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
Checking ppv-lite86 v0.2.21
|
|
281
|
-
Checking ff v0.13.1
|
|
90
|
+
Checking byteorder v1.5.0
|
|
91
|
+
Compiling rustc_version v0.4.1
|
|
92
|
+
Compiling generic-array v0.14.9
|
|
93
|
+
Compiling ahash v0.8.12
|
|
282
94
|
Compiling static_assertions v1.1.0
|
|
283
|
-
Compiling soroban-env-host v25.0.1
|
|
284
|
-
Compiling syn v2.0.108
|
|
285
|
-
Checking group v0.13.0
|
|
286
|
-
Checking hashbrown v0.13.2
|
|
287
|
-
Checking stable_deref_trait v1.2.1
|
|
288
95
|
Checking keccak v0.1.5
|
|
96
|
+
Checking stable_deref_trait v1.2.1
|
|
97
|
+
Compiling num-traits v0.2.19
|
|
289
98
|
Compiling heck v0.5.0
|
|
99
|
+
Checking hash32 v0.3.1
|
|
100
|
+
Compiling indexmap v2.12.0
|
|
101
|
+
Compiling soroban-env-host v25.0.1
|
|
290
102
|
Checking hex-literal v0.4.1
|
|
291
|
-
Checking rand_chacha v0.3.1
|
|
292
103
|
Compiling itertools v0.14.0
|
|
293
104
|
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
294
|
-
Checking rand v0.8.5
|
|
295
|
-
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
296
|
-
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
297
105
|
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
106
|
+
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
107
|
+
Compiling curve25519-dalek v4.1.3
|
|
108
|
+
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
109
|
+
Checking getrandom v0.2.16
|
|
110
|
+
Checking wasmparser v0.116.1
|
|
111
|
+
Checking rand_core v0.6.4
|
|
112
|
+
Checking syn v2.0.108
|
|
113
|
+
Checking num-integer v0.1.46
|
|
114
|
+
Checking wasmi_core v0.13.0
|
|
115
|
+
Compiling crypto-common v0.1.6
|
|
116
|
+
Compiling block-buffer v0.10.4
|
|
117
|
+
Checking ff v0.13.1
|
|
118
|
+
Checking ppv-lite86 v0.2.21
|
|
119
|
+
Checking group v0.13.0
|
|
120
|
+
Compiling digest v0.10.7
|
|
121
|
+
Checking num-bigint v0.4.6
|
|
122
|
+
Checking hashbrown v0.13.2
|
|
123
|
+
Compiling sha2 v0.10.9
|
|
124
|
+
Checking rand_chacha v0.3.1
|
|
125
|
+
Checking rand v0.8.5
|
|
298
126
|
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
299
127
|
Checking ark-std v0.4.0
|
|
300
128
|
Checking oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
@@ -309,40 +137,40 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
309
137
|
Compiling serde_derive v1.0.228
|
|
310
138
|
Compiling zeroize_derive v1.4.2
|
|
311
139
|
Compiling cfg_eval v0.1.2
|
|
312
|
-
Compiling num-derive v0.4.2
|
|
313
140
|
Compiling thiserror-impl v1.0.69
|
|
141
|
+
Compiling num-derive v0.4.2
|
|
314
142
|
Compiling curve25519-dalek-derive v0.1.1
|
|
315
143
|
Compiling soroban-builtin-sdk-macros v25.0.1
|
|
316
|
-
Compiling visibility v0.1.1
|
|
317
144
|
Compiling bytes-lit v0.0.5
|
|
145
|
+
Compiling visibility v0.1.1
|
|
318
146
|
Checking zeroize v1.8.2
|
|
319
147
|
Checking der v0.7.10
|
|
320
148
|
Checking crypto-bigint v0.5.5
|
|
321
149
|
Checking sec1 v0.7.3
|
|
322
|
-
|
|
150
|
+
Compiling darling_macro v0.20.11
|
|
323
151
|
Checking ark-serialize v0.4.2
|
|
152
|
+
Checking signature v2.2.0
|
|
324
153
|
Checking hmac v0.12.1
|
|
325
154
|
Checking sha3 v0.10.8
|
|
326
155
|
Checking rfc6979 v0.4.0
|
|
327
156
|
Checking ed25519 v2.2.3
|
|
157
|
+
Compiling darling_macro v0.21.3
|
|
328
158
|
Checking ark-ff v0.4.2
|
|
159
|
+
Compiling darling v0.20.11
|
|
160
|
+
Checking ed25519-dalek v2.2.0
|
|
329
161
|
Checking elliptic-curve v0.13.8
|
|
330
|
-
Compiling
|
|
162
|
+
Compiling crate-git-revision v0.0.6
|
|
163
|
+
Compiling darling v0.21.3
|
|
164
|
+
Compiling serde_with_macros v3.15.1
|
|
331
165
|
Checking ecdsa v0.16.9
|
|
332
166
|
Checking primeorder v0.13.6
|
|
333
|
-
Checking ed25519-dalek v2.2.0
|
|
334
|
-
Compiling crate-git-revision v0.0.6
|
|
335
|
-
Checking p256 v0.13.2
|
|
336
|
-
Checking k256 v0.13.4
|
|
337
|
-
Compiling darling_macro v0.21.3
|
|
338
167
|
Compiling stellar-strkey v0.0.13
|
|
339
168
|
Compiling stellar-xdr v25.0.0
|
|
340
169
|
Compiling soroban-env-common v25.0.1
|
|
341
170
|
Compiling stellar-strkey v0.0.16
|
|
342
171
|
Compiling soroban-sdk v25.1.1
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
Compiling serde_with_macros v3.15.1
|
|
172
|
+
Checking p256 v0.13.2
|
|
173
|
+
Checking k256 v0.13.4
|
|
346
174
|
Compiling serde_with v3.15.1
|
|
347
175
|
Checking ark-poly v0.4.2
|
|
348
176
|
Checking ark-ec v0.4.2
|
|
@@ -356,23 +184,23 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
|
|
|
356
184
|
Checking fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
357
185
|
Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
358
186
|
Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
359
|
-
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
360
|
-
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
361
187
|
Checking sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
|
|
188
|
+
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
362
189
|
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
190
|
+
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
363
191
|
Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
364
192
|
Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
365
193
|
Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
366
|
-
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
367
194
|
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
195
|
+
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
196
|
+
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
368
197
|
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
369
|
-
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
370
198
|
Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
371
|
-
Checking
|
|
199
|
+
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
372
200
|
Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
373
201
|
Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
202
|
+
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
374
203
|
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
375
204
|
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
⏳ bash -c cargo clippy -- -D warnings: 2:32.323 (m:ss.mmm)
|
|
205
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
|
|
206
|
+
⏳ bash -c cargo clippy -- -D warnings: 1:12.124 (m:ss.mmm)
|