@layerzerolabs/protocol-stellar-v2 0.2.48 → 0.2.50
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 +231 -231
- package/.turbo/turbo-lint.log +98 -304
- package/.turbo/turbo-test.log +1799 -1735
- package/contracts/common-macros/src/rbac.rs +1 -1
- package/contracts/common-macros/src/tests/rbac.rs +123 -20
- package/contracts/common-macros/src/tests/snapshots/common_macros__tests__rbac__snapshot_authorizer_role.snap +21 -0
- package/contracts/common-macros/src/tests/snapshots/common_macros__tests__rbac__snapshot_preserve_function_signature.snap +6 -2
- package/contracts/macro-integration-tests/tests/runtime/oapp/mod.rs +1 -22
- package/contracts/macro-integration-tests/tests/runtime/oapp/oapp_core.rs +1 -3
- package/contracts/macro-integration-tests/tests/runtime/oapp/options_type3.rs +1 -4
- package/contracts/macro-integration-tests/tests/runtime/oapp/receiver.rs +1 -5
- package/contracts/macro-integration-tests/tests/runtime/oapp/sender.rs +0 -1
- package/contracts/macro-integration-tests/tests/ui/rbac/pass/basic.rs +9 -0
- package/contracts/oapps/counter/integration_tests/utils.rs +1 -3
- package/contracts/oapps/counter/src/tests/mod.rs +1 -17
- package/contracts/oapps/counter/src/tests/test_counter.rs +0 -2
- package/contracts/oapps/oapp/src/oapp_core.rs +5 -8
- package/contracts/oapps/oapp/src/oapp_options_type3.rs +4 -4
- package/contracts/oapps/oapp/src/tests/mod.rs +0 -21
- package/contracts/oapps/oapp/src/tests/oapp_core.rs +0 -1
- package/contracts/oapps/oapp/src/tests/oapp_options_type3.rs +0 -1
- package/contracts/oapps/oapp/src/tests/oapp_receiver.rs +0 -1
- package/contracts/oapps/oapp/src/tests/oapp_sender.rs +0 -1
- package/contracts/oapps/oft/integration-tests/setup.rs +1 -17
- package/contracts/oapps/oft/integration-tests/utils.rs +5 -18
- package/contracts/oapps/oft/src/extensions/oft_fee.rs +8 -8
- package/contracts/oapps/oft/src/tests/extensions/oft_fee.rs +3 -3
- package/contracts/oapps/oft-core/integration-tests/setup.rs +1 -22
- package/contracts/oapps/oft-core/src/oft_core.rs +5 -5
- package/contracts/oapps/oft-core/src/tests/test_msg_inspector.rs +3 -3
- package/contracts/oapps/oft-core/src/tests/test_utils.rs +1 -28
- package/contracts/oapps/sac-manager/src/sac_manager.rs +4 -4
- package/contracts/oapps/sac-manager/src/tests/test_helper.rs +2 -2
- package/contracts/utils/src/rbac.rs +13 -3
- package/contracts/utils/src/tests/rbac.rs +1 -1
- package/package.json +4 -4
- package/sdk/.turbo/turbo-test.log +281 -290
- package/sdk/dist/generated/counter.d.ts +6 -6
- package/sdk/dist/generated/counter.js +6 -6
- package/sdk/dist/generated/oft.d.ts +11 -11
- package/sdk/dist/generated/oft.js +10 -10
- package/sdk/dist/generated/sac_manager.d.ts +3 -3
- package/sdk/dist/generated/sac_manager.js +3 -3
- package/sdk/package.json +1 -1
- package/sdk/test/counter-sml.test.ts +0 -18
- package/sdk/test/counter-uln.test.ts +0 -18
- package/sdk/test/oft-sml.test.ts +1 -21
- package/sdk/test/sac-manager.test.ts +6 -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:48775) [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)
|
|
@@ -23,6 +23,8 @@ beaaf8a7146e: Pulling fs layer
|
|
|
23
23
|
3e1d87a413fa: Pulling fs layer
|
|
24
24
|
a0f6971ecbd3: Pulling fs layer
|
|
25
25
|
92a1b3d31b96: Pulling fs layer
|
|
26
|
+
3e1d87a413fa: Waiting
|
|
27
|
+
a0f6971ecbd3: Waiting
|
|
26
28
|
fb456ca5475e: Pulling fs layer
|
|
27
29
|
2c1ce468d9f3: Pulling fs layer
|
|
28
30
|
963aa7b66e91: Pulling fs layer
|
|
@@ -30,33 +32,30 @@ efd28cb7ba78: Pulling fs layer
|
|
|
30
32
|
14f775f5d67b: Pulling fs layer
|
|
31
33
|
3f562c99cbe3: Pulling fs layer
|
|
32
34
|
5fa3a944df97: Pulling fs layer
|
|
33
|
-
a0f6971ecbd3: Waiting
|
|
34
|
-
92a1b3d31b96: Waiting
|
|
35
|
-
fb456ca5475e: Waiting
|
|
36
35
|
2c1ce468d9f3: Waiting
|
|
37
|
-
|
|
36
|
+
92a1b3d31b96: Waiting
|
|
38
37
|
5fa3a944df97: Waiting
|
|
39
|
-
3f562c99cbe3: Waiting
|
|
40
38
|
efd28cb7ba78: Waiting
|
|
39
|
+
963aa7b66e91: Waiting
|
|
40
|
+
fb456ca5475e: Waiting
|
|
41
41
|
14f775f5d67b: Waiting
|
|
42
|
+
3f562c99cbe3: Waiting
|
|
42
43
|
f6bd9104d248: Verifying Checksum
|
|
43
44
|
f6bd9104d248: Download complete
|
|
44
45
|
f6bd9104d248: Pull complete
|
|
45
|
-
3e1d87a413fa: Verifying Checksum
|
|
46
46
|
3e1d87a413fa: Download complete
|
|
47
47
|
a0f6971ecbd3: Verifying Checksum
|
|
48
48
|
a0f6971ecbd3: Download complete
|
|
49
|
-
4617420e017b: Verifying Checksum
|
|
50
|
-
4617420e017b: Download complete
|
|
51
49
|
beaaf8a7146e: Verifying Checksum
|
|
52
50
|
beaaf8a7146e: Download complete
|
|
51
|
+
4617420e017b: Download complete
|
|
52
|
+
92a1b3d31b96: Download complete
|
|
53
53
|
2c1ce468d9f3: Verifying Checksum
|
|
54
54
|
2c1ce468d9f3: Download complete
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
efd28cb7ba78: Verifying Checksum
|
|
56
|
+
efd28cb7ba78: Download complete
|
|
57
57
|
fb456ca5475e: Verifying Checksum
|
|
58
58
|
fb456ca5475e: Download complete
|
|
59
|
-
efd28cb7ba78: Download complete
|
|
60
59
|
14f775f5d67b: Verifying Checksum
|
|
61
60
|
14f775f5d67b: Download complete
|
|
62
61
|
3f562c99cbe3: Download complete
|
|
@@ -77,7 +76,7 @@ efd28cb7ba78: Pull complete
|
|
|
77
76
|
3f562c99cbe3: Pull complete
|
|
78
77
|
5fa3a944df97: Pull complete
|
|
79
78
|
Digest: sha256:fa3b739bf5c746bcb374b6fff2f13f253c8694b18fd0d9faa4e3b33a13b82781
|
|
80
|
-
Status:
|
|
79
|
+
Status: Image is up to date for 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
81
80
|
438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
82
81
|
✅ Successfully pulled: 438003944538.dkr.ecr.us-east-1.amazonaws.com/layerzerolabs/stellar-tooling:stellar_25.1.0
|
|
83
82
|
👤 Running container as UID:GID 1001:1001
|
|
@@ -87,26 +86,14 @@ Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/
|
|
|
87
86
|
$ 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'
|
|
88
87
|
info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
|
|
89
88
|
info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
|
|
90
|
-
info:
|
|
91
|
-
info:
|
|
92
|
-
info:
|
|
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'
|
|
89
|
+
info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
90
|
+
info: component 'rust-std' for target 'wasm32v1-none' is up to date
|
|
91
|
+
info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
|
|
104
92
|
|
|
105
|
-
1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
106
|
-
|
|
107
|
-
info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
|
|
108
93
|
info: checking for self-update
|
|
109
|
-
|
|
94
|
+
1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
|
|
95
|
+
|
|
96
|
+
⏱️ 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: 1.807s
|
|
110
97
|
🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
|
|
111
98
|
📦 Using 4 default cache volume(s) for stellar
|
|
112
99
|
✅ stellar-25.1.0 (Latest stable release)
|
|
@@ -118,305 +105,112 @@ sha256:314e086933eed3b936567f54f10bcac74de514b93d4841d04eca14b97756d33b
|
|
|
118
105
|
🌍 Using 5 default environment variable(s) for stellar
|
|
119
106
|
📜 Executing custom script: cargo clippy -- -D warnings
|
|
120
107
|
$ 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'
|
|
121
|
-
|
|
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
|
+
Blocking waiting for file lock on build directory
|
|
295
109
|
Checking cfg-if v1.0.4
|
|
296
110
|
Checking subtle v2.6.1
|
|
297
|
-
Compiling autocfg v1.5.0
|
|
298
111
|
Compiling libc v0.2.177
|
|
299
112
|
Checking const-oid v0.9.6
|
|
300
|
-
Compiling
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
Compiling syn v1.0.109
|
|
305
|
-
Compiling semver v1.0.27
|
|
113
|
+
Compiling serde_core v1.0.228
|
|
114
|
+
Checking typenum v1.19.0
|
|
115
|
+
Checking zerocopy v0.8.27
|
|
116
|
+
Checking num-traits v0.2.19
|
|
306
117
|
Compiling schemars v0.8.22
|
|
307
|
-
|
|
308
|
-
|
|
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
|
|
318
|
-
Checking base16ct v0.2.0
|
|
118
|
+
Checking zeroize v1.8.2
|
|
119
|
+
Checking cpufeatures v0.2.17
|
|
319
120
|
Checking once_cell v1.21.3
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
Compiling hashbrown v0.16.0
|
|
121
|
+
Checking either v1.15.0
|
|
122
|
+
Checking base16ct v0.2.0
|
|
123
|
+
Checking data-encoding v2.9.0
|
|
324
124
|
Compiling thiserror v1.0.69
|
|
325
|
-
|
|
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
|
|
330
|
-
Checking indexmap-nostd v0.4.0
|
|
331
|
-
Compiling prettyplease v0.2.37
|
|
125
|
+
Checking libm v0.2.15
|
|
332
126
|
Checking downcast-rs v1.2.1
|
|
333
|
-
|
|
334
|
-
Checking
|
|
335
|
-
Checking
|
|
336
|
-
|
|
127
|
+
Checking hashbrown v0.16.0
|
|
128
|
+
Checking equivalent v1.0.2
|
|
129
|
+
Checking indexmap-nostd v0.4.0
|
|
130
|
+
Checking der v0.7.10
|
|
131
|
+
Checking semver v1.0.27
|
|
132
|
+
Checking ethnum v1.5.2
|
|
133
|
+
Checking spin v0.9.8
|
|
134
|
+
Checking itertools v0.10.5
|
|
337
135
|
Checking wasmparser-nostd v0.100.2
|
|
338
|
-
Checking ppv-lite86 v0.2.21
|
|
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
136
|
Checking wasmi_arena v0.4.1
|
|
347
137
|
Checking smallvec v1.15.1
|
|
348
|
-
|
|
349
|
-
Checking
|
|
138
|
+
Checking hex v0.4.3
|
|
139
|
+
Checking base64 v0.22.1
|
|
140
|
+
Checking num-integer v0.1.46
|
|
141
|
+
Checking generic-array v0.14.9
|
|
142
|
+
Checking escape-bytes v0.1.1
|
|
350
143
|
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
|
|
355
|
-
Checking hash32 v0.3.1
|
|
356
|
-
Checking stable_deref_trait v1.2.1
|
|
357
144
|
Checking static_assertions v1.1.0
|
|
358
145
|
Compiling soroban-env-host v25.0.1
|
|
146
|
+
Checking indexmap v2.12.0
|
|
359
147
|
Checking keccak v0.1.5
|
|
360
|
-
|
|
148
|
+
Checking hash32 v0.3.1
|
|
149
|
+
Checking stable_deref_trait v1.2.1
|
|
150
|
+
Checking num-bigint v0.4.6
|
|
151
|
+
Checking memchr v2.7.6
|
|
152
|
+
Checking ryu v1.0.20
|
|
153
|
+
Checking wasmi_core v0.13.0
|
|
154
|
+
Checking itoa v1.0.15
|
|
361
155
|
Checking hex-literal v0.4.1
|
|
362
|
-
|
|
363
|
-
Checking
|
|
156
|
+
Checking heapless v0.8.0
|
|
157
|
+
Checking block-buffer v0.10.4
|
|
158
|
+
Checking crypto-common v0.1.6
|
|
159
|
+
Checking sec1 v0.7.3
|
|
160
|
+
Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
|
|
161
|
+
Checking wasmparser v0.116.1
|
|
162
|
+
Checking unicode-ident v1.0.22
|
|
163
|
+
Checking digest v0.10.7
|
|
164
|
+
Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
|
|
165
|
+
Checking heck v0.5.0
|
|
364
166
|
Checking macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
|
|
365
|
-
Checking
|
|
167
|
+
Checking proc-macro2 v1.0.103
|
|
366
168
|
Checking workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
|
|
367
|
-
Checking
|
|
368
|
-
Checking
|
|
369
|
-
Checking
|
|
370
|
-
Checking
|
|
371
|
-
|
|
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
|
|
390
|
-
Checking crypto-bigint v0.5.5
|
|
391
|
-
Checking sec1 v0.7.3
|
|
392
|
-
Checking signature v2.2.0
|
|
393
|
-
Checking ark-serialize v0.4.2
|
|
169
|
+
Checking message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
|
|
170
|
+
Checking getrandom v0.2.16
|
|
171
|
+
Checking oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
|
|
172
|
+
Checking itertools v0.14.0
|
|
173
|
+
Checking sha2 v0.10.9
|
|
394
174
|
Checking hmac v0.12.1
|
|
175
|
+
Checking curve25519-dalek v4.1.3
|
|
176
|
+
Checking ppv-lite86 v0.2.21
|
|
177
|
+
Checking ahash v0.8.12
|
|
395
178
|
Checking sha3 v0.10.8
|
|
396
|
-
Checking
|
|
179
|
+
Checking quote v1.0.41
|
|
397
180
|
Checking rfc6979 v0.4.0
|
|
398
|
-
|
|
181
|
+
Checking rand_core v0.6.4
|
|
182
|
+
Compiling serde v1.0.228
|
|
183
|
+
Compiling serde_json v1.0.145
|
|
184
|
+
Checking hashbrown v0.13.2
|
|
185
|
+
Checking syn v2.0.108
|
|
186
|
+
Checking rand_chacha v0.3.1
|
|
187
|
+
Checking ff v0.13.1
|
|
188
|
+
Checking crypto-bigint v0.5.5
|
|
189
|
+
Checking signature v2.2.0
|
|
190
|
+
Checking soroban-wasmi v0.31.1-soroban.20.0.1
|
|
191
|
+
Checking ed25519 v2.2.3
|
|
192
|
+
Checking group v0.13.0
|
|
193
|
+
Checking rand v0.8.5
|
|
194
|
+
Checking ed25519-dalek v2.2.0
|
|
399
195
|
Compiling crate-git-revision v0.0.6
|
|
400
|
-
Checking
|
|
401
|
-
|
|
196
|
+
Checking elliptic-curve v0.13.8
|
|
197
|
+
Checking ark-std v0.4.0
|
|
198
|
+
Checking ark-serialize v0.4.2
|
|
199
|
+
Checking ecdsa v0.16.9
|
|
200
|
+
Checking primeorder v0.13.6
|
|
402
201
|
Compiling stellar-strkey v0.0.13
|
|
403
202
|
Compiling stellar-xdr v25.0.0
|
|
404
203
|
Compiling soroban-env-common v25.0.1
|
|
405
204
|
Compiling stellar-strkey v0.0.16
|
|
406
205
|
Compiling soroban-sdk v25.1.1
|
|
407
|
-
Checking
|
|
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
|
|
206
|
+
Checking ark-ff v0.4.2
|
|
412
207
|
Checking k256 v0.13.4
|
|
413
|
-
|
|
414
|
-
Compiling serde_with_macros v3.15.1
|
|
208
|
+
Checking p256 v0.13.2
|
|
415
209
|
Compiling serde_with v3.15.1
|
|
416
210
|
Checking ark-poly v0.4.2
|
|
417
211
|
Checking ark-ec v0.4.2
|
|
418
|
-
Checking ark-bn254 v0.4.0
|
|
419
212
|
Checking ark-bls12-381 v0.4.0
|
|
213
|
+
Checking ark-bn254 v0.4.0
|
|
420
214
|
Compiling soroban-spec v25.1.1
|
|
421
215
|
Compiling soroban-env-macros v25.0.1
|
|
422
216
|
Compiling soroban-spec-rust v25.1.1
|
|
@@ -425,23 +219,23 @@ $ docker run --rm -e RUSTC_WRAPPER=/usr/local/bin/sccache -e CARGO_TARGET_X86_64
|
|
|
425
219
|
Checking fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
|
|
426
220
|
Checking endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
|
|
427
221
|
Checking worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
|
|
428
|
-
Checking upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
|
|
429
|
-
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
430
222
|
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)
|
|
431
224
|
Checking dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
|
|
225
|
+
Checking price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
|
|
432
226
|
Checking message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
|
|
433
227
|
Checking oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
|
|
434
228
|
Checking blocked-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/blocked-message-lib)
|
|
435
|
-
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
436
229
|
Checking executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
|
|
437
|
-
Checking
|
|
230
|
+
Checking uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
|
|
438
231
|
Checking simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
|
|
439
232
|
Checking executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
|
|
440
233
|
Checking dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
|
|
234
|
+
Checking treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
|
|
441
235
|
Checking oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
|
|
442
236
|
Checking counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
|
|
443
237
|
Checking executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
|
|
444
238
|
Checking layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
|
|
445
239
|
Checking oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
|
|
446
|
-
Finished `dev` profile [unoptimized + debuginfo] target(s) in
|
|
447
|
-
⏱️ bash -c cargo clippy -- -D warnings:
|
|
240
|
+
Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 02s
|
|
241
|
+
⏱️ bash -c cargo clippy -- -D warnings: 6:05.429 (m:ss.mmm)
|