@layerzerolabs/protocol-stellar-v2 0.2.62 → 0.2.63

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.
@@ -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:58218) [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.
10
+ (node:57911) [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)
@@ -29,40 +29,44 @@ ebe71df0d5a0: Pulling fs layer
29
29
  8ab2295f3fb3: Pulling fs layer
30
30
  6da477ce4021: Pulling fs layer
31
31
  411ca42f331d: Pulling fs layer
32
- 411ca42f331d: Waiting
33
- f54b29cca981: Waiting
34
- 493a5d82164a: Waiting
35
- 2c1ce468d9f3: Waiting
36
32
  d47cd8933eb7: Waiting
37
33
  72197a14cd4f: Waiting
34
+ 6da477ce4021: Waiting
38
35
  97ed36c5fb07: Waiting
36
+ 493a5d82164a: Waiting
37
+ 411ca42f331d: Waiting
39
38
  ebe71df0d5a0: Waiting
39
+ f54b29cca981: Waiting
40
40
  8ab2295f3fb3: Waiting
41
- 6da477ce4021: Waiting
41
+ 2c1ce468d9f3: Waiting
42
+ f6bd9104d248: Verifying Checksum
42
43
  f6bd9104d248: Download complete
44
+ f6bd9104d248: Pull complete
43
45
  72197a14cd4f: Verifying Checksum
44
46
  72197a14cd4f: Download complete
45
- f6bd9104d248: Pull complete
46
47
  97ed36c5fb07: Verifying Checksum
47
48
  97ed36c5fb07: Download complete
48
- 493a5d82164a: Verifying Checksum
49
- 493a5d82164a: Download complete
50
49
  8bfa393fce63: Verifying Checksum
51
50
  8bfa393fce63: Download complete
52
- 2c1ce468d9f3: Download complete
53
- f54b29cca981: Verifying Checksum
54
- f54b29cca981: Download complete
51
+ 4617420e017b: Verifying Checksum
55
52
  4617420e017b: Download complete
53
+ 2c1ce468d9f3: Verifying Checksum
54
+ 2c1ce468d9f3: Download complete
55
+ 493a5d82164a: Verifying Checksum
56
+ 493a5d82164a: Download complete
57
+ ebe71df0d5a0: Verifying Checksum
58
+ ebe71df0d5a0: Download complete
56
59
  d47cd8933eb7: Verifying Checksum
57
60
  d47cd8933eb7: Download complete
58
- ebe71df0d5a0: Download complete
59
- 6da477ce4021: Verifying Checksum
60
- 6da477ce4021: Download complete
61
61
  8ab2295f3fb3: Verifying Checksum
62
62
  8ab2295f3fb3: Download complete
63
+ 6da477ce4021: Verifying Checksum
64
+ 6da477ce4021: Download complete
63
65
  411ca42f331d: Verifying Checksum
64
66
  411ca42f331d: Download complete
65
67
  4617420e017b: Pull complete
68
+ f54b29cca981: Verifying Checksum
69
+ f54b29cca981: Download complete
66
70
  8bfa393fce63: Pull complete
67
71
  72197a14cd4f: Pull complete
68
72
  97ed36c5fb07: Pull complete
@@ -85,13 +89,25 @@ Status: Downloaded newer image for 438003944538.dkr.ecr.us-east-1.amazonaws.com/
85
89
  $ 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'
86
90
  info: syncing channel updates for '1.90.0-x86_64-unknown-linux-gnu'
87
91
  info: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
88
- info: component 'clippy' for target 'x86_64-unknown-linux-gnu' is up to date
89
- info: component 'rust-std' for target 'wasm32v1-none' is up to date
90
- info: component 'rustfmt' for target 'x86_64-unknown-linux-gnu' is up to date
92
+ info: downloading component 'cargo'
93
+ info: downloading component 'clippy'
94
+ info: downloading component 'rust-docs'
95
+ info: downloading component 'rust-std' for 'wasm32v1-none'
96
+ info: downloading component 'rust-std'
97
+ info: downloading component 'rustc'
98
+ info: downloading component 'rustfmt'
99
+ info: installing component 'cargo'
100
+ info: installing component 'clippy'
101
+ info: installing component 'rust-docs'
102
+ info: installing component 'rust-std' for 'wasm32v1-none'
103
+ info: installing component 'rust-std'
104
+ info: installing component 'rustc'
105
+ info: installing component 'rustfmt'
91
106
 
92
- 1.90.0-x86_64-unknown-linux-gnu unchanged - rustc 1.90.0 (1159e78c4 2025-09-14)
107
+ 1.90.0-x86_64-unknown-linux-gnu installed - rustc 1.90.0 (1159e78c4 2025-09-14)
93
108
 
94
- ⏱️ 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: 785.919ms
109
+ info: default toolchain set to '1.90.0-x86_64-unknown-linux-gnu'
110
+ ⏱️ 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: 16.802s
95
111
  🔓 Released lock for @layerzerolabs/protocol-stellar-v2 at /home/runner/.cache/vm-tooling/locks/stellar-rustup
96
112
  📦 Using 4 default cache volume(s) for stellar
97
113
  ✅ stellar-25.1.0 (Latest stable release)
@@ -104,177 +120,336 @@ $ docker image inspect --format {{.Id}} 438003944538.dkr.ecr.us-east-1.amazonaws
104
120
  $ 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 nextest run'
105
121
  Updating crates.io index
106
122
  Downloading crates ...
107
- Downloaded serde_spanned v1.0.4
108
- Downloaded glob v0.3.3
109
- Downloaded termcolor v1.4.1
110
- Downloaded toml_writer v1.0.6+spec-1.1.0
123
+ Downloaded derive_arbitrary v1.3.2
124
+ Downloaded ppv-lite86 v0.2.21
125
+ Downloaded ark-serialize v0.4.2
126
+ Downloaded ark-ff-macros v0.4.2
127
+ Downloaded arbitrary v1.3.2
128
+ Downloaded serde_core v1.0.228
129
+ Downloaded block-buffer v0.10.4
130
+ Downloaded toml_datetime v0.7.5+spec-1.1.0
131
+ Downloaded ctor v0.5.0
132
+ Downloaded num-derive v0.4.2
133
+ Downloaded thiserror-impl v1.0.69
134
+ Downloaded ref-cast-impl v1.0.25
135
+ Downloaded serde_with_macros v3.15.1
136
+ Downloaded rand_core v0.6.4
111
137
  Downloaded unicode-ident v1.0.22
138
+ Downloaded visibility v0.1.1
139
+ Downloaded subtle v2.6.1
140
+ Downloaded zeroize_derive v1.4.2
141
+ Downloaded rustc_version v0.4.1
142
+ Downloaded wasmi_arena v0.4.1
143
+ Downloaded toml_writer v1.0.6+spec-1.1.0
144
+ Downloaded thiserror v1.0.69
145
+ Downloaded wasmi_core v0.13.0
146
+ Downloaded stellar-strkey v0.0.16
147
+ Downloaded zeroize v1.8.2
112
148
  Downloaded toml_parser v1.0.6+spec-1.1.0
113
- Downloaded trybuild v1.0.114
149
+ Downloaded soroban-env-common v25.0.1
150
+ Downloaded time-macros v0.2.24
151
+ Downloaded rand v0.8.5
114
152
  Downloaded toml v0.9.10+spec-1.1.0
115
- Downloaded toml_datetime v0.7.5+spec-1.1.0
153
+ Downloaded serde v1.0.228
154
+ Downloaded typenum v1.19.0
116
155
  Downloaded schemars v1.0.5
117
- Downloaded hex-literal v1.1.0
118
- Downloaded target-triple v1.0.0
156
+ Downloaded wasmparser-nostd v0.100.2
157
+ Downloaded chrono v0.4.42
158
+ Downloaded time v0.3.44
159
+ Downloaded soroban-wasmi v0.31.1-soroban.20.0.1
119
160
  Downloaded winnow v0.7.14
161
+ Downloaded wasmparser v0.116.1
162
+ Downloaded curve25519-dalek v4.1.3
163
+ Downloaded serde_with v3.15.1
164
+ Downloaded soroban-sdk v25.1.1
165
+ Downloaded zerocopy v0.8.27
166
+ Downloaded syn v2.0.108
167
+ Downloaded serde_json v1.0.145
168
+ Downloaded itertools v0.14.0
169
+ Downloaded schemars v0.9.0
170
+ Downloaded libm v0.2.15
171
+ Downloaded ark-bls12-381 v0.4.0
172
+ Downloaded hashbrown v0.16.0
173
+ Downloaded schemars v0.8.22
174
+ Downloaded proc-macro2 v1.0.103
175
+ Downloaded num-bigint v0.4.6
176
+ Downloaded itertools v0.10.5
177
+ Downloaded indexmap v2.12.0
178
+ Downloaded heapless v0.8.0
179
+ Downloaded hashbrown v0.13.2
180
+ Downloaded hashbrown v0.12.3
181
+ Downloaded similar v2.7.0
182
+ Downloaded serde_derive v1.0.228
183
+ Downloaded k256 v0.13.4
184
+ Downloaded insta v1.44.3
185
+ Downloaded soroban-env-host v25.0.1
186
+ Downloaded ed25519-dalek v2.2.0
187
+ Downloaded libc v0.2.177
188
+ Downloaded darling_core v0.21.3
189
+ Downloaded base64 v0.22.1
190
+ Downloaded memchr v2.7.6
191
+ Downloaded der v0.7.10
192
+ Downloaded crypto-bigint v0.5.5
193
+ Downloaded spin v0.9.8
194
+ Downloaded smallvec v1.15.1
195
+ Downloaded p256 v0.13.2
196
+ Downloaded soroban-sdk-macros v25.1.1
197
+ Downloaded quote v1.0.41
198
+ Downloaded prettyplease v0.2.37
199
+ Downloaded darling v0.21.3
200
+ Downloaded soroban-ledger-snapshot v25.1.1
201
+ Downloaded sha3 v0.10.8
202
+ Downloaded num-traits v0.2.19
203
+ Downloaded indexmap v1.9.3
204
+ Downloaded darling_core v0.20.11
205
+ Downloaded ark-ff v0.4.2
206
+ Downloaded termcolor v1.4.1
207
+ Downloaded spki v0.7.3
208
+ Downloaded sha2 v0.10.9
209
+ Downloaded sec1 v0.7.3
210
+ Downloaded getrandom v0.2.16
211
+ Downloaded ethnum v1.5.2
212
+ Downloaded elliptic-curve v0.13.8
213
+ Downloaded derivative v2.2.0
214
+ Downloaded hmac v0.12.1
215
+ Downloaded stellar-strkey v0.0.13
216
+ Downloaded static_assertions v1.1.0
217
+ Downloaded signature v2.2.0
218
+ Downloaded serde_spanned v1.0.4
219
+ Downloaded once_cell v1.21.3
220
+ Downloaded iana-time-zone v0.1.64
221
+ Downloaded ark-ec v0.4.2
222
+ Downloaded soroban-env-macros v25.0.1
223
+ Downloaded ff v0.13.1
224
+ Downloaded paste v1.0.15
225
+ Downloaded num-integer v0.1.46
226
+ Downloaded group v0.13.0
227
+ Downloaded glob v0.3.3
228
+ Downloaded target-triple v1.0.0
229
+ Downloaded strsim v0.11.1
230
+ Downloaded const-oid v0.9.6
231
+ Downloaded soroban-spec-rust v25.1.1
232
+ Downloaded soroban-builtin-sdk-macros v25.0.1
233
+ Downloaded semver v1.0.27
234
+ Downloaded ref-cast v1.0.25
235
+ Downloaded primeorder v0.13.6
236
+ Downloaded pkcs8 v0.10.2
237
+ Downloaded ecdsa v0.16.9
238
+ Downloaded darling v0.20.11
239
+ Downloaded byteorder v1.5.0
240
+ Downloaded base64ct v1.8.0
241
+ Downloaded ark-std v0.4.0
242
+ Downloaded version_check v0.9.5
243
+ Downloaded time-core v0.1.6
244
+ Downloaded stable_deref_trait v1.2.1
245
+ Downloaded soroban-spec v25.1.1
246
+ Downloaded generic-array v0.14.9
247
+ Downloaded ed25519 v2.2.3
248
+ Downloaded trybuild v1.0.114
249
+ Downloaded rand_chacha v0.3.1
250
+ Downloaded macro-string v0.1.4
251
+ Downloaded indexmap-nostd v0.4.0
252
+ Downloaded ident_case v1.0.1
253
+ Downloaded hex-literal v1.1.0
254
+ Downloaded curve25519-dalek-derive v0.1.1
255
+ Downloaded ctor-proc-macro v0.0.6
256
+ Downloaded powerfmt v0.2.0
257
+ Downloaded hex-literal v0.4.1
258
+ Downloaded heck v0.5.0
259
+ Downloaded hash32 v0.3.1
260
+ Downloaded crypto-common v0.1.6
261
+ Downloaded keccak v0.1.5
262
+ Downloaded itoa v1.0.15
263
+ Downloaded hex v0.4.3
264
+ Downloaded equivalent v1.0.2
265
+ Downloaded either v1.15.0
266
+ Downloaded digest v0.10.7
267
+ Downloaded data-encoding v2.9.0
268
+ Downloaded syn v1.0.109
269
+ Downloaded ryu v1.0.20
270
+ Downloaded rfc6979 v0.4.0
271
+ Downloaded num-conv v0.1.0
272
+ Downloaded fnv v1.0.7
273
+ Downloaded deranged v0.5.5
274
+ Downloaded darling_macro v0.20.11
275
+ Downloaded crate-git-revision v0.0.6
276
+ Downloaded stellar-xdr v25.0.0
277
+ Downloaded escape-bytes v0.1.1
278
+ Downloaded cfg_eval v0.1.2
279
+ Downloaded bytes-lit v0.0.5
280
+ Downloaded dyn-clone v1.0.20
281
+ Downloaded dtor v0.1.1
282
+ Downloaded downcast-rs v1.2.1
283
+ Downloaded darling_macro v0.21.3
284
+ Downloaded cpufeatures v0.2.17
285
+ Downloaded cfg-if v1.0.4
286
+ Downloaded base16ct v0.2.0
287
+ Downloaded ark-serialize-derive v0.4.2
288
+ Downloaded ark-ff-asm v0.4.2
289
+ Downloaded ark-poly v0.4.2
290
+ Downloaded dtor-proc-macro v0.0.6
291
+ Downloaded console v0.15.11
292
+ Downloaded autocfg v1.5.0
293
+ Downloaded ahash v0.8.12
294
+ Downloaded ark-bn254 v0.4.0
120
295
  Compiling proc-macro2 v1.0.103
121
- Compiling unicode-ident v1.0.22
122
296
  Compiling quote v1.0.41
297
+ Compiling unicode-ident v1.0.22
123
298
  Compiling version_check v0.9.5
124
299
  Compiling serde_core v1.0.228
125
300
  Compiling typenum v1.19.0
126
301
  Compiling serde v1.0.228
127
302
  Compiling serde_json v1.0.145
128
303
  Compiling libc v0.2.177
304
+ Compiling itoa v1.0.15
129
305
  Compiling ryu v1.0.20
130
306
  Compiling memchr v2.7.6
131
- Compiling itoa v1.0.15
132
307
  Compiling cfg-if v1.0.4
133
- Compiling subtle v2.6.1
134
308
  Compiling const-oid v0.9.6
309
+ Compiling subtle v2.6.1
135
310
  Compiling autocfg v1.5.0
136
- Compiling ident_case v1.0.1
137
311
  Compiling fnv v1.0.7
138
312
  Compiling strsim v0.11.1
313
+ Compiling ident_case v1.0.1
139
314
  Compiling zerocopy v0.8.27
140
315
  Compiling schemars v0.8.22
141
316
  Compiling syn v1.0.109
142
- Compiling generic-array v0.14.9
143
317
  Compiling semver v1.0.27
144
- Compiling num-traits v0.2.19
145
- Compiling either v1.15.0
146
318
  Compiling paste v1.0.15
319
+ Compiling either v1.15.0
147
320
  Compiling dyn-clone v1.0.20
148
321
  Compiling data-encoding v2.9.0
149
322
  Compiling cpufeatures v0.2.17
150
- Compiling ahash v0.8.12
151
323
  Compiling once_cell v1.21.3
152
- Compiling ethnum v1.5.2
324
+ Compiling num-traits v0.2.19
153
325
  Compiling escape-bytes v0.1.1
326
+ Compiling ethnum v1.5.2
327
+ Compiling generic-array v0.14.9
328
+ Compiling ahash v0.8.12
154
329
  Compiling rustc_version v0.4.1
155
330
  Compiling base16ct v0.2.0
156
331
  Compiling prettyplease v0.2.37
157
332
  Compiling itertools v0.10.5
333
+ Compiling getrandom v0.2.16
158
334
  Compiling libm v0.2.15
159
335
  Compiling thiserror v1.0.69
160
336
  Compiling num-integer v0.1.46
161
- Compiling getrandom v0.2.16
162
- Compiling curve25519-dalek v4.1.3
163
337
  Compiling rand_core v0.6.4
164
- Compiling indexmap-nostd v0.4.0
165
- Compiling hashbrown v0.16.0
166
- Compiling downcast-rs v1.2.1
167
- Compiling block-buffer v0.10.4
168
- Compiling crypto-common v0.1.6
169
- Compiling num-bigint v0.4.6
338
+ Compiling curve25519-dalek v4.1.3
170
339
  Compiling ff v0.13.1
171
- Compiling equivalent v1.0.2
172
- Compiling digest v0.10.7
340
+ Compiling crypto-common v0.1.6
341
+ Compiling block-buffer v0.10.4
173
342
  Compiling group v0.13.0
174
- Compiling wasmparser-nostd v0.100.2
175
- Compiling spin v0.9.8
176
- Compiling ppv-lite86 v0.2.21
343
+ Compiling equivalent v1.0.2
177
344
  Compiling syn v2.0.108
345
+ Compiling digest v0.10.7
346
+ Compiling hashbrown v0.16.0
347
+ Compiling num-bigint v0.4.6
348
+ Compiling downcast-rs v1.2.1
178
349
  Compiling sha2 v0.10.9
350
+ Compiling indexmap-nostd v0.4.0
351
+ Compiling heck v0.5.0
352
+ Compiling smallvec v1.15.1
353
+ Compiling ppv-lite86 v0.2.21
179
354
  Compiling indexmap v2.12.0
180
- Compiling wasmi_core v0.13.0
355
+ Compiling wasmparser-nostd v0.100.2
181
356
  Compiling hashbrown v0.13.2
182
357
  Compiling rand_chacha v0.3.1
183
- Compiling wasmi_arena v0.4.1
184
- Compiling heck v0.5.0
185
- Compiling smallvec v1.15.1
358
+ Compiling wasmi_core v0.13.0
186
359
  Compiling base64 v0.22.1
360
+ Compiling wasmi_arena v0.4.1
361
+ Compiling spin v0.9.8
362
+ Compiling wasmparser v0.116.1
187
363
  Compiling static_assertions v1.1.0
188
- Compiling heapless v0.8.0
189
364
  Compiling byteorder v1.5.0
190
- Compiling keccak v0.1.5
191
- Compiling wasmparser v0.116.1
365
+ Compiling rand v0.8.5
192
366
  Compiling soroban-env-host v25.0.1
193
- Compiling stable_deref_trait v1.2.1
194
- Compiling hex-literal v0.4.1
367
+ Compiling keccak v0.1.5
368
+ Compiling heapless v0.8.0
195
369
  Compiling dtor-proc-macro v0.0.6
196
- Compiling rand v0.8.5
370
+ Compiling hex-literal v0.4.1
371
+ Compiling stable_deref_trait v1.2.1
372
+ Compiling hash32 v0.3.1
197
373
  Compiling ctor-proc-macro v0.0.6
198
374
  Compiling itertools v0.14.0
199
- Compiling target-triple v1.0.0
200
375
  Compiling winnow v0.7.14
201
- Compiling hash32 v0.3.1
202
376
  Compiling dtor v0.1.1
203
- Compiling toml_datetime v0.7.5+spec-1.1.0
377
+ Compiling target-triple v1.0.0
204
378
  Compiling serde_spanned v1.0.4
379
+ Compiling toml_datetime v0.7.5+spec-1.1.0
205
380
  Compiling toml_writer v1.0.6+spec-1.1.0
206
- Compiling glob v0.3.3
207
381
  Compiling termcolor v1.4.1
208
- Compiling macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
209
382
  Compiling ctor v0.5.0
383
+ Compiling glob v0.3.3
384
+ Compiling macro-integration-tests v0.0.1 (/workspace/contracts/protocol/stellar/contracts/macro-integration-tests)
385
+ Compiling ark-std v0.4.0
210
386
  Compiling similar v2.7.0
211
387
  Compiling hex-literal v1.1.0
212
- Compiling message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
213
- Compiling oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
214
- Compiling workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
215
- Compiling ark-std v0.4.0
216
- Compiling console v0.15.11
217
388
  Compiling toml_parser v1.0.6+spec-1.1.0
218
- Compiling insta v1.44.3
219
389
  Compiling ark-serialize-derive v0.4.2
220
- Compiling derivative v2.2.0
221
390
  Compiling ark-ff-asm v0.4.2
222
391
  Compiling ark-ff-macros v0.4.2
223
- Compiling toml v0.9.10+spec-1.1.0
224
- Compiling soroban-wasmi v0.31.1-soroban.20.0.1
225
- Compiling darling_core v0.21.3
226
- Compiling darling_core v0.20.11
227
- Compiling macro-string v0.1.4
392
+ Compiling derivative v2.2.0
393
+ Compiling oapps v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps)
394
+ Compiling workers v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers)
395
+ Compiling message-libs v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs)
228
396
  Compiling serde_derive v1.0.228
229
397
  Compiling zeroize_derive v1.4.2
398
+ Compiling darling_core v0.21.3
230
399
  Compiling cfg_eval v0.1.2
231
400
  Compiling thiserror-impl v1.0.69
232
- Compiling num-derive v0.4.2
233
401
  Compiling derive_arbitrary v1.3.2
402
+ Compiling num-derive v0.4.2
234
403
  Compiling curve25519-dalek-derive v0.1.1
404
+ Compiling darling_core v0.20.11
405
+ Compiling soroban-wasmi v0.31.1-soroban.20.0.1
235
406
  Compiling soroban-builtin-sdk-macros v25.0.1
236
- Compiling arbitrary v1.3.2
407
+ Compiling zeroize v1.8.2
408
+ Compiling macro-string v0.1.4
237
409
  Compiling bytes-lit v0.0.5
238
410
  Compiling visibility v0.1.1
239
411
  Compiling common-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/common-macros)
240
- Compiling zeroize v1.8.2
241
412
  Compiling oapp-macros v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp-macros)
413
+ Compiling arbitrary v1.3.2
414
+ Compiling toml v0.9.10+spec-1.1.0
415
+ Compiling console v0.15.11
242
416
  Compiling der v0.7.10
243
417
  Compiling crypto-bigint v0.5.5
244
- Compiling ark-serialize v0.4.2
245
- Compiling signature v2.2.0
246
- Compiling hmac v0.12.1
247
- Compiling sha3 v0.10.8
248
- Compiling crate-git-revision v0.0.6
418
+ Compiling insta v1.44.3
249
419
  Compiling hex v0.4.3
420
+ Compiling crate-git-revision v0.0.6
421
+ Compiling darling_macro v0.20.11
250
422
  Compiling spki v0.7.3
251
- Compiling darling_macro v0.21.3
252
423
  Compiling sec1 v0.7.3
253
- Compiling ark-ff v0.4.2
254
- Compiling rfc6979 v0.4.0
255
- Compiling ed25519 v2.2.3
256
- Compiling darling_macro v0.20.11
424
+ Compiling darling v0.20.11
425
+ Compiling darling_macro v0.21.3
257
426
  Compiling trybuild v1.0.114
427
+ Compiling signature v2.2.0
428
+ Compiling ark-serialize v0.4.2
429
+ Compiling hmac v0.12.1
430
+ Compiling sha3 v0.10.8
431
+ Compiling pkcs8 v0.10.2
258
432
  Compiling stellar-strkey v0.0.13
259
433
  Compiling stellar-xdr v25.0.0
260
- Compiling darling v0.21.3
261
- Compiling pkcs8 v0.10.2
262
- Compiling serde_with_macros v3.15.1
263
434
  Compiling soroban-env-common v25.0.1
435
+ Compiling ark-ff v0.4.2
436
+ Compiling rfc6979 v0.4.0
437
+ Compiling ed25519 v2.2.3
438
+ Compiling darling v0.21.3
264
439
  Compiling stellar-strkey v0.0.16
265
- Compiling darling v0.20.11
266
440
  Compiling soroban-sdk v25.1.1
267
- Compiling ed25519-dalek v2.2.0
268
441
  Compiling elliptic-curve v0.13.8
442
+ Compiling serde_with_macros v3.15.1
443
+ Compiling ed25519-dalek v2.2.0
269
444
  Compiling ecdsa v0.16.9
270
445
  Compiling primeorder v0.13.6
271
- Compiling serde_with v3.15.1
272
- Compiling k256 v0.13.4
273
446
  Compiling p256 v0.13.2
447
+ Compiling k256 v0.13.4
448
+ Compiling serde_with v3.15.1
274
449
  Compiling ark-poly v0.4.2
275
450
  Compiling ark-ec v0.4.2
276
- Compiling ark-bn254 v0.4.0
277
451
  Compiling ark-bls12-381 v0.4.0
452
+ Compiling ark-bn254 v0.4.0
278
453
  Compiling soroban-spec v25.1.1
279
454
  Compiling soroban-env-macros v25.0.1
280
455
  Compiling soroban-spec-rust v25.1.1
@@ -284,8 +459,8 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
284
459
  Compiling fee-lib-interfaces v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/fee-lib-interfaces)
285
460
  Compiling worker v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/worker)
286
461
  Compiling endpoint-v2 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/endpoint-v2)
287
- Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
288
462
  Compiling dvn-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn-fee-lib)
463
+ Compiling price-feed v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/price-feed)
289
464
  Compiling upgrader v0.0.1 (/workspace/contracts/protocol/stellar/contracts/upgrader)
290
465
  Compiling oapp v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oapp)
291
466
  Compiling message-lib-common v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/message-lib-common)
@@ -293,1846 +468,1794 @@ $ docker run --rm --add-host=host.docker.internal:host-gateway -e RUSTC_WRAPPER=
293
468
  Compiling simple-message-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/simple-message-lib)
294
469
  Compiling executor v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor)
295
470
  Compiling uln302 v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/uln-302)
296
- Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
297
471
  Compiling executor-fee-lib v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-fee-lib)
298
472
  Compiling treasury v0.0.1 (/workspace/contracts/protocol/stellar/contracts/message-libs/treasury)
473
+ Compiling dvn v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/dvn)
299
474
  Compiling oft-core v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft-core)
300
475
  Compiling oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/oft)
301
476
  Compiling console-oft v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/console-oft)
302
- Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
303
477
  Compiling layerzero-views v0.0.1 (/workspace/contracts/protocol/stellar/contracts/layerzero-views)
478
+ Compiling executor-helper v0.0.1 (/workspace/contracts/protocol/stellar/contracts/workers/executor-helper)
304
479
  Compiling counter v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/counter)
305
480
  Compiling sac-manager v0.0.1 (/workspace/contracts/protocol/stellar/contracts/oapps/sac-manager)
306
- Finished `test` profile [optimized + debuginfo] target(s) in 5m 45s
481
+ Finished `test` profile [optimized + debuginfo] target(s) in 3m 14s
307
482
  ────────────
308
- Nextest run ID 9cbee70f-559a-4af8-9c86-a7acdcdb8de2 with nextest profile: default
483
+ Nextest run ID 13f20a4e-318d-4e03-9048-45aa26712801 with nextest profile: default
309
484
  Starting 1714 tests across 42 binaries
310
- PASS [ 0.012s] ( 1/1714) common-macros tests::auth::test_only_auth_rejects_non_function_inputs
311
- PASS [ 0.030s] ( 2/1714) common-macros tests::auth::test_multisig_rejects_non_struct_inputs
312
- PASS [ 0.031s] ( 3/1714) blocked-message-lib tests::blocked_message_lib_tests::send_panics_with_zro
313
- PASS [ 0.034s] ( 4/1714) blocked-message-lib tests::blocked_message_lib_tests::is_supported_eid_returns_true_for_any_eid
314
- PASS [ 0.033s] ( 5/1714) blocked-message-lib tests::blocked_message_lib_tests::set_config_panics
315
- PASS [ 0.034s] ( 6/1714) blocked-message-lib tests::blocked_message_lib_tests::get_config_panics
316
- PASS [ 0.034s] ( 7/1714) blocked-message-lib tests::blocked_message_lib_tests::version_returns_max_values
317
- PASS [ 0.035s] ( 8/1714) blocked-message-lib tests::blocked_message_lib_tests::quote_panics
318
- PASS [ 0.009s] ( 9/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_rejects_non_impl_block_input
319
- PASS [ 0.044s] ( 10/1714) common-macros tests::auth::test_only_auth_requires_env_param
320
- PASS [ 0.045s] ( 11/1714) blocked-message-lib tests::blocked_message_lib_tests::send_panics
321
- PASS [ 0.049s] ( 12/1714) common-macros tests::auth::test_only_auth_inserts_correct_code_at_the_beginning
322
- PASS [ 0.018s] ( 13/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_injects_init_default_ttl_configs_only_in_constructor
323
- PASS [ 0.008s] ( 14/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_inserts_ttl_for_default_methods_with_env_table_driven
324
- PASS [ 0.013s] ( 15/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_rejects_non_trait_input
325
- PASS [ 0.027s] ( 16/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_adds_contractimpl_attribute_table_driven
326
- PASS [ 0.017s] ( 17/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_adds_contracttrait_attribute_table_driven
327
- PASS [ 0.011s] ( 18/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_skips_ttl_insertion_table_driven
328
- PASS [ 0.060s] ( 19/1714) blocked-message-lib tests::blocked_message_lib_tests::quote_panics_with_zro
329
- PASS [ 0.030s] ( 20/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_inserts_ttl_for_methods_with_env_table_driven
330
- PASS [ 0.009s] ( 21/1714) common-macros tests::error::test_contract_error_requires_unit_variants
331
- PASS [ 0.072s] ( 22/1714) common-macros tests::auth::snapshot_generated_ownable_code
332
- PASS [ 0.075s] ( 23/1714) blocked-message-lib tests::blocked_message_lib_tests::message_lib_type_returns_send_and_receive
333
- PASS [ 0.027s] ( 24/1714) common-macros tests::error::test_contract_error_discriminant_must_be_integer_literal
334
- PASS [ 0.070s] ( 25/1714) common-macros tests::auth::test_ownable_rejects_non_struct_inputs
335
- PASS [ 0.024s] ( 26/1714) common-macros tests::error::test_contract_error_discriminants_ordering_rejections_table_driven
336
- PASS [ 0.026s] ( 27/1714) common-macros tests::error::test_contract_error_max_not_last_panics_overflow
337
- PASS [ 0.028s] ( 28/1714) common-macros tests::error::test_contract_error_rejects_non_enum_inputs
338
- PASS [ 0.018s] ( 29/1714) common-macros tests::lz_contract::test_lz_contract_invalid_config_table_driven
339
- PASS [ 0.061s] ( 30/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_skips_ttl_insertion_table_driven
340
- PASS [ 0.009s] ( 31/1714) common-macros tests::rbac::test_has_role_rejects_invalid_function_signature_table_driven
341
- PASS [ 0.025s] ( 32/1714) common-macros tests::lz_contract::test_lz_contract_rejects_non_struct_inputs
342
- PASS [ 0.019s] ( 33/1714) common-macros tests::rbac::test_has_role_address_variants_generate_correct_param_reference
343
- PASS [ 0.104s] ( 34/1714) common-macros tests::auth::snapshot_only_auth_preserves_function_signature
344
- PASS [ 0.017s] ( 35/1714) common-macros tests::rbac::test_has_role_env_variants_generate_correct_env_ref_in_ensure_role
345
- PASS [ 0.020s] ( 36/1714) common-macros tests::rbac::test_authorizer_role_generates_auth_check_instead_of_ensure_role
346
- PASS [ 0.021s] ( 37/1714) common-macros tests::rbac::test_has_role_rejects_invalid_args_table_driven
347
- PASS [ 0.059s] ( 38/1714) common-macros tests::error::snapshot_generated_contract_error_code
348
- PASS [ 0.018s] ( 39/1714) common-macros tests::rbac::test_has_role_rejects_non_function_inputs
349
- PASS [ 0.014s] ( 40/1714) common-macros tests::rbac::test_only_role_inserts_expected_statements_and_preserves_original_body
350
- PASS [ 0.015s] ( 41/1714) common-macros tests::storage::extract_fields::test_named_variant_single_field
351
- PASS [ 0.016s] ( 42/1714) common-macros tests::storage::extract_fields::test_preserves_field_order
352
- PASS [ 0.017s] ( 43/1714) common-macros tests::storage::extract_fields::test_tuple_variant_panics
353
- PASS [ 0.032s] ( 44/1714) common-macros tests::rbac::test_has_role_role_arg_variants_generate_expected_symbol_new_table_driven
354
- PASS [ 0.014s] ( 45/1714) common-macros tests::storage::extract_fields::test_unit_variant_returns_empty
355
- PASS [ 0.071s] ( 46/1714) common-macros tests::error::test_contract_error_discriminant_must_fit_u32
356
- PASS [ 0.034s] ( 47/1714) common-macros tests::rbac::test_non_authorizer_role_still_uses_ensure_role
357
- PASS [ 0.028s] ( 48/1714) common-macros tests::storage::extract_fields::test_named_variant_multiple_fields
358
- PASS [ 0.070s] ( 49/1714) common-macros tests::lz_contract::snapshot_generated_lz_contract_code
359
- PASS [ 0.010s] ( 50/1714) common-macros tests::storage::gen_args::test_args_do_not_include_types
360
- PASS [ 0.014s] ( 51/1714) common-macros tests::storage::gen_accessor_methods::persistent_includes_auto_ttl_and_can_be_disabled
361
- PASS [ 0.009s] ( 52/1714) common-macros tests::storage::gen_args::test_named_variant_single_field
362
- PASS [ 0.017s] ( 53/1714) common-macros tests::storage::gen_accessor_methods::no_default_getter_returns_option
363
- PASS [ 0.145s] ( 54/1714) common-macros tests::auth::snapshot_generated_multisig_code
364
- PASS [ 0.026s] ( 55/1714) common-macros tests::storage::gen_accessor_methods::generates_all_expected_methods_for_unit_variant
365
- PASS [ 0.017s] ( 56/1714) common-macros tests::storage::gen_args::test_named_variant_multiple_fields
366
- PASS [ 0.020s] ( 57/1714) common-macros tests::storage::gen_accessor_methods::uses_correct_storage_accessor_for_each_kind
367
- PASS [ 0.010s] ( 58/1714) common-macros tests::storage::gen_enum_variant::test_named_variant_multiple_fields
368
- PASS [ 0.013s] ( 59/1714) common-macros tests::storage::gen_args::test_unit_variant_only_env_arg
369
- PASS [ 0.009s] ( 60/1714) common-macros tests::storage::gen_enum_variant::test_unit_variant
370
- PASS [ 0.013s] ( 61/1714) common-macros tests::storage::gen_enum_variant::test_tuple_variant_panics
371
- PASS [ 0.012s] ( 62/1714) common-macros tests::storage::gen_key::test_all_primitives_not_cloned
372
- PASS [ 0.019s] ( 63/1714) common-macros tests::storage::gen_enum_variant::test_complex_generic_types
373
- PASS [ 0.012s] ( 64/1714) common-macros tests::storage::gen_key::test_named_variant_multiple_fields_mixed
374
- PASS [ 0.018s] ( 65/1714) common-macros tests::storage::gen_enum_variant::test_named_variant_single_field
375
- PASS [ 0.134s] ( 66/1714) common-macros tests::contract_ttl::snapshot_generated_contracttrait_code
376
- PASS [ 0.022s] ( 67/1714) common-macros tests::storage::gen_key::test_named_variant_single_field_non_primitive
377
- PASS [ 0.046s] ( 68/1714) common-macros tests::storage::gen_accessor_methods::snake_case_and_custom_name_attribute_are_applied
378
- PASS [ 0.022s] ( 69/1714) common-macros tests::storage::gen_key::test_named_variant_single_field_primitive
379
- PASS [ 0.062s] ( 70/1714) common-macros tests::storage::gen_accessor_methods::default_value_changes_getter_return_type_and_body
380
- PASS [ 0.020s] ( 71/1714) common-macros tests::storage::gen_params::test_named_variant_with_non_primitive_field_by_reference
381
- PASS [ 0.057s] ( 72/1714) common-macros tests::storage::gen_accessor_methods::named_variant_generates_expected_param_passing_rules
382
- PASS [ 0.027s] ( 73/1714) common-macros tests::storage::gen_key::test_unit_variant_key
383
- PASS [ 0.020s] ( 74/1714) common-macros tests::storage::gen_params::test_named_variant_with_primitive_field_by_value
384
- PASS [ 0.028s] ( 75/1714) common-macros tests::storage::gen_key::test_uses_provided_enum_name
385
- PASS [ 0.013s] ( 76/1714) common-macros tests::storage::generate_storage::test_attribute_errors
386
- PASS [ 0.160s] ( 77/1714) common-macros tests::contract_ttl::snapshot_generated_contractimpl_code
387
- PASS [ 0.027s] ( 78/1714) common-macros tests::storage::gen_params::test_unit_variant_only_env_param
388
- PASS [ 0.012s] ( 79/1714) common-macros tests::storage::parse_default::test_empty_attrs_returns_none
389
- PASS [ 0.033s] ( 80/1714) common-macros tests::storage::gen_params::test_all_primitive_types_by_value
390
- PASS [ 0.014s] ( 81/1714) common-macros tests::storage::is_primitive_type::test_recognizes_primitive_types
391
- PASS [ 0.036s] ( 82/1714) common-macros tests::storage::gen_params::test_named_variant_mixed_primitive_and_non_primitive
392
- PASS [ 0.022s] ( 83/1714) common-macros tests::storage::generate_storage::test_non_enum_input
393
- PASS [ 0.017s] ( 84/1714) common-macros tests::storage::is_primitive_type::test_rejects_other_type_variants
394
- PASS [ 0.021s] ( 85/1714) common-macros tests::storage::is_primitive_type::test_rejects_non_primitive_types
395
- PASS [ 0.018s] ( 86/1714) common-macros tests::storage::parse_default::test_error_default_empty_parens
396
- PASS [ 0.136s] ( 87/1714) common-macros tests::rbac::snapshot_authorizer_role
397
- PASS [ 0.019s] ( 88/1714) common-macros tests::storage::parse_default::test_no_default_returns_none
398
- PASS [ 0.016s] ( 89/1714) common-macros tests::storage::parse_default::test_parses_method_call_default
399
- PASS [ 0.015s] ( 90/1714) common-macros tests::storage::parse_default::test_parses_negative_default
400
- PASS [ 0.013s] ( 91/1714) common-macros tests::storage::parse_name::test_empty_attrs_returns_none
401
- PASS [ 0.024s] ( 92/1714) common-macros tests::storage::parse_default::test_error_multiple_defaults
402
- PASS [ 0.025s] ( 93/1714) common-macros tests::storage::parse_default::test_error_default_without_parens
403
- PASS [ 0.013s] ( 94/1714) common-macros tests::storage::parse_name::test_error_multiple_names
404
- PASS [ 0.037s] ( 95/1714) common-macros tests::storage::generate_storage::test_tuple_variant_rejected
405
- PASS [ 0.024s] ( 96/1714) common-macros tests::storage::parse_default::test_parses_integer_default
406
- PASS [ 0.009s] ( 97/1714) common-macros tests::storage::parse_name::test_no_name_returns_none
407
- PASS [ 0.029s] ( 98/1714) common-macros tests::storage::parse_default::test_parses_boolean_default
408
- PASS [ 0.016s] ( 99/1714) common-macros tests::storage::parse_name::test_error_name_with_identifier
409
- PASS [ 0.015s] ( 100/1714) common-macros tests::storage::parse_name::test_parses_name_with_special_chars
410
- PASS [ 0.025s] ( 101/1714) common-macros tests::storage::parse_name::test_error_name_empty_parens
411
- PASS [ 0.014s] ( 102/1714) common-macros tests::storage::parse_no_ttl_extension::test_empty_attrs_returns_false
412
- PASS [ 0.018s] ( 103/1714) common-macros tests::storage::parse_no_ttl_extension::test_attribute_before_storage_type
413
- PASS [ 0.015s] ( 104/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_attribute_with_key_value
414
- PASS [ 0.026s] ( 105/1714) common-macros tests::storage::parse_name::test_error_name_with_integer
415
- PASS [ 0.022s] ( 106/1714) common-macros tests::storage::parse_name::test_parses_name_with_underscores
416
- PASS [ 0.008s] ( 107/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_multiple_attributes
417
- PASS [ 0.026s] ( 108/1714) common-macros tests::storage::parse_name::test_parses_custom_name
418
- PASS [ 0.010s] ( 109/1714) common-macros tests::storage::parse_no_ttl_extension::test_no_attribute_returns_false
419
- PASS [ 0.028s] ( 110/1714) common-macros tests::storage::parse_name::test_error_name_without_parens
420
- PASS [ 0.016s] ( 111/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_attribute_with_value
421
- PASS [ 0.026s] ( 112/1714) common-macros tests::storage::parse_no_ttl_extension::test_attribute_present_returns_true
422
- PASS [ 0.012s] ( 113/1714) common-macros tests::storage::parse_storage_type::test_error_empty_attrs
423
- PASS [ 0.010s] ( 114/1714) common-macros tests::storage::parse_storage_type::test_panics_missing_type_param
424
- PASS [ 0.009s] ( 115/1714) common-macros tests::storage::parse_storage_type::test_error_multiple_storage_types
425
- PASS [ 0.023s] ( 116/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_attribute_with_parens
426
- PASS [ 0.012s] ( 117/1714) common-macros tests::storage::parse_storage_type::test_error_missing_storage_type
427
- PASS [ 0.073s] ( 118/1714) common-macros tests::storage::generate_storage::snapshot_generated_storage_code
428
- PASS [ 0.016s] ( 119/1714) common-macros tests::storage::parse_storage_type::test_parses_complex_type
429
- PASS [ 0.015s] ( 120/1714) common-macros tests::storage::parse_storage_type::test_parses_generic_type_with_multiple_params
430
- PASS [ 0.018s] ( 121/1714) common-macros tests::storage::parse_storage_type::test_ignores_non_storage_attrs
431
- PASS [ 0.016s] ( 122/1714) common-macros tests::storage::parse_storage_type::test_parses_persistent_storage
432
- PASS [ 0.010s] ( 123/1714) common-macros tests::storage::storage_kind::test_persistent_name
433
- PASS [ 0.010s] ( 124/1714) common-macros tests::storage::storage_kind::test_temporary_name
434
- PASS [ 0.016s] ( 125/1714) common-macros tests::storage::parse_storage_type::test_parses_temporary_storage
435
- PASS [ 0.022s] ( 126/1714) common-macros tests::storage::parse_storage_type::test_parses_instance_storage
436
- PASS [ 0.026s] ( 127/1714) common-macros tests::storage::parse_storage_type::test_panics_invalid_type_param
437
- PASS [ 0.019s] ( 128/1714) common-macros tests::storage::storage_kind::test_instance_accessor
438
- PASS [ 0.019s] ( 129/1714) common-macros tests::storage::storage_kind::test_instance_name
439
- PASS [ 0.016s] ( 130/1714) common-macros tests::storage::validate_attrs::test_accepts_multiple_valid_attributes
440
- PASS [ 0.025s] ( 131/1714) common-macros tests::storage::storage_kind::test_persistent_accessor
441
- PASS [ 0.019s] ( 132/1714) common-macros tests::storage::validate_attrs::test_accepts_known_attributes
442
- PASS [ 0.011s] ( 133/1714) common-macros tests::storage::variant_config::test_try_from_error_no_ttl_extension_on_instance
443
- PASS [ 0.010s] ( 134/1714) common-macros tests::storage::variant_config::test_try_from_error_no_ttl_extension_on_temporary
444
- PASS [ 0.017s] ( 135/1714) common-macros tests::storage::variant_config::test_method_names_with_custom_name
445
- PASS [ 0.029s] ( 136/1714) common-macros tests::storage::storage_kind::test_temporary_accessor
446
- PASS [ 0.019s] ( 137/1714) common-macros tests::storage::variant_config::test_method_names_basic
447
- PASS [ 0.020s] ( 138/1714) common-macros tests::storage::validate_attrs::test_rejects_unknown_attribute
448
- PASS [ 0.023s] ( 139/1714) common-macros tests::storage::validate_attrs::test_empty_attrs_is_valid
449
- PASS [ 0.022s] ( 140/1714) common-macros tests::storage::validate_attrs::test_rejects_path_attribute
450
- PASS [ 0.016s] ( 141/1714) common-macros tests::storage::variant_config::test_try_from_instance_variant
451
- PASS [ 0.017s] ( 142/1714) common-macros tests::storage::variant_config::test_try_from_error_unknown_attribute
452
- PASS [ 0.014s] ( 143/1714) common-macros tests::storage::variant_config::test_try_from_persistent_with_no_ttl_extension
453
- PASS [ 0.014s] ( 144/1714) common-macros tests::ttl_configurable::test_ttl_configurable_rejects_non_struct_inputs
454
- PASS [ 0.013s] ( 145/1714) common-macros tests::ttl_extendable::test_ttl_extendable_rejects_non_struct_inputs
455
- PASS [ 0.021s] ( 146/1714) common-macros tests::storage::variant_config::test_try_from_persistent_variant
456
- PASS [ 0.016s] ( 147/1714) common-macros tests::storage::variant_config::test_try_from_with_default
457
- PASS [ 0.018s] ( 148/1714) common-macros tests::storage::variant_config::test_try_from_snake_case_conversion
458
- PASS [ 0.019s] ( 149/1714) common-macros tests::storage::variant_config::test_try_from_temporary_variant
459
- PASS [ 0.020s] ( 150/1714) common-macros tests::upgradeable::test_upgradeable_emits_binver_when_version_is_set
460
- PASS [ 0.027s] ( 151/1714) common-macros tests::storage::variant_config::test_try_from_with_custom_name
461
- PASS [ 0.010s] ( 152/1714) common-macros tests::upgradeable::test_upgradeable_skips_binver_when_version_is_missing
462
- PASS [ 0.017s] ( 153/1714) common-macros tests::upgradeable::test_upgradeable_rejects_non_struct_inputs
463
- PASS [ 0.010s] ( 154/1714) common-macros tests::utils::test_as_ref_tokens_for_ref_env_no_ampersand
464
- PASS [ 0.013s] ( 155/1714) common-macros tests::utils::test_as_ref_tokens_for_custom_named_owned_env
465
- PASS [ 0.025s] ( 156/1714) common-macros tests::upgradeable::test_upgradeable_rejects_invalid_config_table_driven
466
- PASS [ 0.015s] ( 157/1714) common-macros tests::utils::test_as_ref_tokens_for_owned_env_adds_ampersand
467
- PASS [ 0.021s] ( 158/1714) common-macros tests::upgradeable::test_upgradeable_skips_binver_when_version_is_0_0_0
468
- PASS [ 0.008s] ( 159/1714) common-macros tests::utils::test_find_env_param_owned_env_is_not_reference
469
- PASS [ 0.014s] ( 160/1714) common-macros tests::utils::test_find_env_param_finds_deeply_nested_env
470
- PASS [ 0.012s] ( 161/1714) common-macros tests::utils::test_find_env_param_mut_ref_env_is_reference
471
- PASS [ 0.020s] ( 162/1714) common-macros tests::utils::test_expect_env_param_panics_when_no_env
472
- PASS [ 0.020s] ( 163/1714) common-macros tests::utils::test_expect_env_param_returns_param_for_ref_env
473
- PASS [ 0.017s] ( 164/1714) common-macros tests::utils::test_find_env_param_ignores_self_receiver
474
- PASS [ 0.014s] ( 165/1714) common-macros tests::utils::test_find_env_param_qualified_owned_env
475
- PASS [ 0.011s] ( 166/1714) common-macros tests::utils::test_find_env_param_qualified_ref_env
476
- PASS [ 0.027s] ( 167/1714) common-macros tests::utils::test_find_env_param_finds_env_not_first_param
477
- PASS [ 0.012s] ( 168/1714) common-macros tests::utils::test_find_env_param_returns_first_env_when_multiple
478
- PASS [ 0.014s] ( 169/1714) common-macros tests::utils::test_find_env_param_returns_none_for_no_env
479
- PASS [ 0.013s] ( 170/1714) common-macros tests::utils::test_find_env_param_returns_none_for_self_only
480
- PASS [ 0.010s] ( 171/1714) common-macros tests::utils::test_find_env_param_returns_none_for_tuple_pattern
481
- PASS [ 0.044s] ( 172/1714) common-macros tests::utils::test_as_ref_tokens_for_custom_named_ref_env
482
- PASS [ 0.018s] ( 173/1714) common-macros tests::utils::test_find_env_param_returns_none_for_empty_args
483
- PASS [ 0.009s] ( 174/1714) common-macros tests::utils::test_is_env_type_recognizes_env_types
484
- PASS [ 0.015s] ( 175/1714) common-macros tests::utils::test_find_env_param_returns_none_for_wildcard_pattern
485
- PASS [ 0.020s] ( 176/1714) common-macros tests::utils::test_find_env_param_with_double_reference
486
- PASS [ 0.074s] ( 177/1714) common-macros tests::ttl_extendable::snapshot_generated_ttl_extendable_code
487
- PASS [ 0.017s] ( 178/1714) common-macros tests::utils::test_is_env_type_rejects_other_type_variants
488
- PASS [ 0.082s] ( 179/1714) common-macros tests::ttl_configurable::snapshot_generated_ttl_configurable_code
489
- PASS [ 0.025s] ( 180/1714) common-macros upgradeable::tests::test_set_binver_from_env_zero_version
490
- PASS [ 0.027s] ( 181/1714) common-macros tests::utils::test_is_env_type_rejects_non_env_types
491
- PASS [ 0.045s] ( 182/1714) common-macros tests::utils::test_find_env_param_ref_env_is_reference
492
- PASS [ 0.061s] ( 183/1714) common-macros tests::utils::test_expect_env_param_returns_param_for_owned_env
493
- PASS [ 0.100s] ( 184/1714) common-macros tests::upgradeable::snapshot_generated_upgradeable_code
494
- PASS [ 0.090s] ( 185/1714) console-oft integration_tests::extensions::test_ownership::test_two_step_transfer_syncs_delegate
495
- PASS [ 0.097s] ( 186/1714) console-oft integration_tests::extensions::test_ownership::test_initial_owner_equals_delegate
496
- PASS [ 0.129s] ( 187/1714) console-oft integration_tests::extensions::test_combined::test_pause_overrides_rate_limit
497
- PASS [ 0.152s] ( 188/1714) console-oft integration_tests::extensions::test_ownership::test_renounce_ownership_disabled
498
- PASS [ 0.173s] ( 189/1714) console-oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_destination_specific_fee
499
- PASS [ 0.168s] ( 190/1714) console-oft integration_tests::extensions::test_ownership::test_accept_ownership_fails_without_pending_transfer
500
- PASS [ 0.197s] ( 191/1714) console-oft integration_tests::extensions::test_combined::test_fee_plus_rate_limit
501
- PASS [ 0.145s] ( 192/1714) console-oft integration_tests::extensions::test_pausable::test_send_fails_when_paused
502
- PASS [ 0.165s] ( 193/1714) console-oft integration_tests::extensions::test_pausable::test_receive_succeeds_when_paused
503
- PASS [ 0.287s] ( 194/1714) console-oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_fee
504
- PASS [ 0.298s] ( 195/1714) console-oft integration_tests::extensions::test_ownership::test_transfer_ownership_disabled
505
- PASS [ 0.336s] ( 196/1714) console-oft integration_tests::extensions::test_oft_fee::test_quote_oft_reflects_rate_limit_and_fee
506
- PASS [ 0.221s] ( 197/1714) console-oft integration_tests::extensions::test_rate_limiter::test_inbound_rate_limit_blocks_receive
507
- PASS [ 0.414s] ( 198/1714) console-oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_zero_fee
508
- PASS [ 0.483s] ( 199/1714) console-oft integration_tests::extensions::test_pausable::test_cross_chain_succeeds_after_unpause
509
- PASS [ 0.347s] ( 200/1714) console-oft integration_tests::extensions::test_rate_limiter::test_exempt_sender_bypasses_outbound_rate_limit
510
- PASS [ 0.393s] ( 201/1714) console-oft integration_tests::extensions::test_pausable::test_send_succeeds_when_unpaused
511
- PASS [ 0.342s] ( 202/1714) console-oft integration_tests::extensions::test_rate_limiter::test_gross_mode_does_not_release
512
- PASS [ 0.678s] ( 203/1714) common-macros tests::storage::parse_default::test_parses_zero_default
513
- PASS [ 0.264s] ( 204/1714) console-oft integration_tests::extensions::test_rate_limiter::test_send_exceeds_rate_limit
514
- PASS [ 0.828s] ( 205/1714) common-macros tests::rbac::snapshot_preserve_function_signature
515
- PASS [ 0.109s] ( 206/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_no_fee
516
- PASS [ 0.108s] ( 207/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_per_destination_override
517
- PASS [ 0.230s] ( 208/1714) console-oft tests::extensions::oft_fee::test_charge_fee_transfers
518
- PASS [ 0.093s] ( 209/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_roundtrip
519
- PASS [ 0.625s] ( 210/1714) console-oft integration_tests::extensions::test_ownership::test_set_delegate_disabled
520
- PASS [ 0.222s] ( 211/1714) console-oft tests::extensions::oft_fee::test_charge_fee_zero_amount_no_transfer
521
- PASS [ 0.885s] ( 212/1714) common-macros tests::rbac::test_role_check_inserts_expected_statements_table_driven
522
- PASS [ 0.125s] ( 213/1714) console-oft tests::extensions::oft_fee::test_fee_view_computes_correct_fee
523
- PASS [ 0.341s] ( 214/1714) console-oft integration_tests::extensions::test_rate_limiter::test_send_without_rate_limit
524
- PASS [ 0.063s] ( 215/1714) console-oft tests::extensions::pausable::test_set_default_paused_idempotent_when_unpaused
525
- PASS [ 0.153s] ( 216/1714) console-oft tests::extensions::oft_fee::test_set_default_fee_bps_rejects_invalid_value
526
- PASS [ 0.400s] ( 217/1714) console-oft integration_tests::extensions::test_rate_limiter::test_send_within_rate_limit
527
- PASS [ 0.090s] ( 218/1714) console-oft tests::extensions::oft_fee::test_set_fee_bps_rejects_invalid_value
528
- PASS [ 0.028s] ( 219/1714) console-oft tests::extensions::pausable::test_set_default_paused_toggle_multiple_times
529
- PASS [ 0.021s] ( 220/1714) console-oft tests::extensions::pausable::test_set_default_paused_unpause_after_pausing
530
- PASS [ 0.220s] ( 221/1714) console-oft tests::extensions::oft_fee::test_fee_view_no_fee_returns_zero
531
- PASS [ 0.223s] ( 222/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_full_fee_returns_zero
532
- PASS [ 0.031s] ( 223/1714) console-oft tests::extensions::pausable::test_set_paused_per_id_removal_falls_back_to_default
533
- PASS [ 0.040s] ( 224/1714) console-oft tests::extensions::pausable::test_set_paused_per_id_override
534
- PASS [ 0.027s] ( 225/1714) console-oft tests::extensions::rate_limiter::test_checkpoint_global_state_writes_to_default_id
535
- PASS [ 0.602s] ( 226/1714) console-oft integration_tests::extensions::test_rate_limiter::test_exempt_receiver_bypasses_inbound_rate_limit
536
- PASS [ 0.139s] ( 227/1714) console-oft tests::extensions::pausable::test_assert_not_paused_fails_when_paused
537
- PASS [ 0.141s] ( 228/1714) console-oft tests::extensions::oft_fee::test_set_fee_bps_set_and_remove
538
- PASS [ 0.138s] ( 229/1714) console-oft tests::extensions::pausable::test_assert_not_paused_succeeds_when_not_paused
539
- PASS [ 0.038s] ( 230/1714) console-oft tests::extensions::rate_limiter::test_config_inheritance_from_default
540
- PASS [ 0.154s] ( 231/1714) console-oft tests::extensions::pausable::test_initial_state_is_not_paused
541
- PASS [ 0.028s] ( 232/1714) console-oft tests::extensions::rate_limiter::test_default_state_blocks_outflow
542
- PASS [ 0.028s] ( 233/1714) console-oft tests::extensions::rate_limiter::test_different_ids_are_independent
543
- PASS [ 0.029s] ( 234/1714) console-oft tests::extensions::rate_limiter::test_exemption_ignored_when_config_flag_disabled
544
- PASS [ 0.555s] ( 235/1714) console-oft integration_tests::extensions::test_rate_limiter::test_rate_limit_decay
545
- PASS [ 0.020s] ( 236/1714) console-oft tests::extensions::rate_limiter::test_exemption_state_idempotent
546
- PASS [ 0.043s] ( 237/1714) console-oft tests::extensions::rate_limiter::test_disabled_direction_returns_unlimited
547
- PASS [ 0.079s] ( 238/1714) console-oft tests::extensions::rate_limiter::test_decay_beyond_window_clamps_to_zero
548
- PASS [ 0.016s] ( 239/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_no_config_returns_defaults
549
- PASS [ 0.040s] ( 240/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_global_state_ignores_per_id
550
- PASS [ 0.087s] ( 241/1714) console-oft tests::extensions::rate_limiter::test_decay_fully_restores_capacity
551
- PASS [ 0.030s] ( 242/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_inheritance_and_fallback
552
- PASS [ 0.216s] ( 243/1714) console-oft tests::extensions::pausable::test_set_default_paused_idempotent_when_paused
553
- PASS [ 0.218s] ( 244/1714) console-oft tests::extensions::oft_fee::test_set_fee_deposit_same_value
554
- PASS [ 0.125s] ( 245/1714) console-oft tests::extensions::pausable::test_set_paused_per_id_unpaused_override_when_default_paused
555
- PASS [ 0.123s] ( 246/1714) console-oft tests::extensions::rate_limiter::test_address_exemption_bypasses_rate_limit
556
- PASS [ 0.174s] ( 247/1714) console-oft tests::extensions::pausable::test_set_default_paused_sets_paused
557
- PASS [ 0.035s] ( 248/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_override_with_state
558
- PASS [ 0.034s] ( 249/1714) console-oft tests::extensions::rate_limiter::test_globally_disabled_bypasses_rate_limit
559
- PASS [ 0.044s] ( 250/1714) console-oft tests::extensions::rate_limiter::test_global_state_shares_usage
560
- PASS [ 0.021s] ( 251/1714) console-oft tests::extensions::rate_limiter::test_outflow_zero_amount_succeeds
561
- PASS [ 0.053s] ( 252/1714) console-oft tests::extensions::rate_limiter::test_huge_limit_no_overflow
562
- PASS [ 0.052s] ( 253/1714) console-oft tests::extensions::rate_limiter::test_inflow_exceeds_capacity
563
- PASS [ 0.041s] ( 254/1714) console-oft tests::extensions::rate_limiter::test_outflow_exact_capacity
564
- PASS [ 0.043s] ( 255/1714) console-oft tests::extensions::rate_limiter::test_outflow_within_capacity
565
- PASS [ 0.031s] ( 256/1714) console-oft tests::extensions::rate_limiter::test_per_id_override_uses_own_config
566
- PASS [ 0.052s] ( 257/1714) console-oft tests::extensions::rate_limiter::test_limit_zero_blocks_all
567
- PASS [ 0.049s] ( 258/1714) console-oft tests::extensions::rate_limiter::test_net_accounting_inflow_releases_outbound
568
- PASS [ 0.015s] ( 259/1714) console-oft tests::extensions::rate_limiter::test_set_configs_rejects_negative_outbound_limit
569
- PASS [ 0.143s] ( 260/1714) console-oft tests::extensions::rate_limiter::test_default_state_blocks_inflow
570
- PASS [ 0.029s] ( 261/1714) console-oft tests::extensions::rate_limiter::test_remove_config_falls_back_to_default
571
- PASS [ 0.159s] ( 262/1714) console-oft tests::extensions::rate_limiter::test_decay_reduces_usage_over_time
572
- PASS [ 0.038s] ( 263/1714) console-oft tests::extensions::rate_limiter::test_set_configs_rejects_negative_inbound_limit
573
- PASS [ 0.043s] ( 264/1714) console-oft tests::extensions::rate_limiter::test_set_and_get_global_config
574
- PASS [ 0.090s] ( 265/1714) console-oft tests::extensions::rate_limiter::test_no_net_accounting_inflow_does_not_release
575
- PASS [ 0.028s] ( 266/1714) console-oft tests::extensions::rate_limiter::test_set_states_rejects_negative_usage
576
- PASS [ 0.044s] ( 267/1714) console-oft tests::extensions::rate_limiter::test_set_states_manually
577
- PASS [ 0.049s] ( 268/1714) console-oft tests::extensions::rate_limiter::test_set_configs_basic
578
- PASS [ 0.045s] ( 269/1714) console-oft tests::extensions::rate_limiter::test_set_states_rejects_future_timestamp
579
- PASS [ 0.022s] ( 270/1714) console-oft tests::extensions::rate_limiter::test_window_zero_decays_instantly
580
- PASS [ 0.075s] ( 271/1714) console-oft tests::extensions::rate_limiter::test_reducing_limit_below_in_flight_clamps_capacity
581
- PASS [ 0.026s] ( 272/1714) console-oft tests::oft_types::lock_unlock::test_debit_transfers_to_contract
582
- PASS [ 0.075s] ( 273/1714) console-oft tests::extensions::rate_limiter::test_remove_config_preserves_state
583
- PASS [ 0.123s] ( 274/1714) console-oft tests::extensions::rate_limiter::test_negative_amount_rejected
584
- PASS [ 0.056s] ( 275/1714) console-oft tests::extensions::rate_limiter::test_timestamp_regression_errors
585
- PASS [ 0.050s] ( 276/1714) console-oft tests::oft_types::lock_unlock::test_credit_transfers_from_contract
586
- PASS [ 0.084s] ( 277/1714) console-oft tests::extensions::rate_limiter::test_updating_config_preserves_usage
587
- PASS [ 0.173s] ( 278/1714) console-oft tests::extensions::rate_limiter::test_outflow_exceeds_capacity
588
- PASS [ 0.205s] ( 279/1714) console-oft tests::extensions::rate_limiter::test_inflow_within_capacity
589
- PASS [ 0.324s] ( 280/1714) console-oft tests::extensions::rate_limiter::test_checkpoint_snapshots_decayed_usage
590
- PASS [ 0.016s] ( 281/1714) counter tests::test_codec::test_encode_and_decode_with_value
591
- PASS [ 0.021s] ( 282/1714) counter tests::test_codec::test_msg_type
592
- PASS [ 0.021s] ( 283/1714) counter tests::test_codec::test_msg_type_panic_on_invalid_data
593
- PASS [ 0.010s] ( 284/1714) counter tests::test_codec::test_src_eid_panic_on_invalid_data
594
- PASS [ 0.132s] ( 285/1714) counter integration_tests::test_with_sml::test_increment_composed
595
- PASS [ 0.011s] ( 286/1714) counter tests::test_codec::test_value_panic_on_short_value
596
- PASS [ 0.015s] ( 287/1714) counter tests::test_codec::test_zero_value_when_not_provided
597
- PASS [ 0.035s] ( 288/1714) counter tests::test_counter::test_increment
598
- PASS [ 0.040s] ( 289/1714) counter tests::test_counter::test_lz_compose
599
- PASS [ 0.036s] ( 290/1714) counter tests::test_counter::test_lz_compose_aba
600
- PASS [ 0.033s] ( 291/1714) counter tests::test_counter::test_lz_receive_not_from_executor
601
- PASS [ 0.151s] ( 292/1714) counter tests::test_codec::test_encode_and_decode
602
- PASS [ 0.047s] ( 293/1714) counter tests::test_counter::test_lz_compose_not_from_executor
603
- PASS [ 0.022s] ( 294/1714) counter tests::test_counter::test_skip_inbound_nonce
604
- PASS [ 0.260s] ( 295/1714) counter integration_tests::test_with_blocked::test_blocked_message_lib_send_fails
605
- PASS [ 0.258s] ( 296/1714) counter integration_tests::test_with_sml::test_increment_aba
606
- PASS [ 0.051s] ( 297/1714) counter tests::test_counter::test_next_nonce
607
- PASS [ 0.283s] ( 298/1714) counter integration_tests::test_with_blocked::test_blocked_message_lib_quote_fails
608
- PASS [ 0.085s] ( 299/1714) counter tests::test_counter::test_lz_receive_vanilla
609
- PASS [ 0.025s] ( 300/1714) counter tests::test_u256_ext::test_to_i128_with_high_bits_set_returns_none
610
- PASS [ 0.025s] ( 301/1714) counter tests::test_u256_ext::test_to_i128_with_i128_max
611
- PASS [ 0.070s] ( 302/1714) counter tests::test_counter::test_skip_inbound_nonce_no_owner
612
- PASS [ 1.019s] ( 303/1714) console-oft integration_tests::extensions::test_rate_limiter::test_net_mode_does_release
613
- PASS [ 0.114s] ( 304/1714) counter tests::test_counter::test_lz_receive_vanilla_ordered_nonce_wrong_nonce
614
- PASS [ 0.061s] ( 305/1714) counter tests::test_u256_ext::test_to_i128_with_value_larger_than_i128_max_returns_none
615
- PASS [ 0.350s] ( 306/1714) counter integration_tests::test_with_sml::test_increment_composed_aba
616
- PASS [ 0.043s] ( 307/1714) dvn tests::auth::test_check_auth_rejects_empty_contexts
617
- PASS [ 0.092s] ( 308/1714) dvn tests::auth::test_check_auth_not_admin
618
- PASS [ 0.155s] ( 309/1714) dvn tests::auth::test_check_auth_expired_fails
619
- PASS [ 0.161s] ( 310/1714) counter tests::test_u256_ext::test_to_i128_with_small_value
620
- PASS [ 0.118s] ( 311/1714) dvn tests::auth::test_check_auth_rejects_external_target
621
- PASS [ 0.092s] ( 312/1714) dvn tests::auth::test_check_auth_success
622
- PASS [ 0.094s] ( 313/1714) dvn tests::auth::test_check_auth_set_admin_bypasses_admin_verification
623
- PASS [ 0.103s] ( 314/1714) dvn tests::auth::test_check_auth_sender_none_fails_when_admin_required
624
- PASS [ 0.263s] ( 315/1714) counter tests::test_u256_ext::test_to_i128_with_u128_max_returns_none
625
- PASS [ 0.261s] ( 316/1714) counter tests::test_u256_ext::test_to_i128_with_zero
626
- PASS [ 0.538s] ( 317/1714) counter integration_tests::test_with_sml::test_increment_vanilla
627
- PASS [ 0.545s] ( 318/1714) counter integration_tests::test_with_uln::test_increment_composed
628
- PASS [ 0.542s] ( 319/1714) counter integration_tests::test_with_uln::test_increment_vanilla
629
- PASS [ 0.032s] ( 320/1714) dvn tests::auth::test_check_auth_wrong_signer_fails
630
- PASS [ 0.047s] ( 321/1714) dvn tests::auth::test_check_auth_upgrade_wrong_upgrader
631
- PASS [ 0.567s] ( 322/1714) counter integration_tests::test_with_uln::test_increment_composed_aba
632
- PASS [ 0.052s] ( 323/1714) dvn tests::auth::test_set_upgrader_requires_admin
633
- PASS [ 0.085s] ( 324/1714) dvn tests::auth::test_check_auth_upgrade_missing_migrate
634
- PASS [ 0.072s] ( 325/1714) dvn tests::auth::test_check_auth_upgrade_success
635
- PASS [ 0.300s] ( 326/1714) dvn tests::auth::test_check_auth_invalid_vid_fails
636
- PASS [ 0.090s] ( 327/1714) dvn tests::auth::test_check_auth_upgrade_no_upgrader_set
637
- PASS [ 0.058s] ( 328/1714) dvn tests::dvn::test_assign_job_auth_verification
638
- PASS [ 0.070s] ( 329/1714) dvn tests::dvn::test_acl_and_allowlist_size_reads
639
- PASS [ 0.044s] ( 330/1714) dvn tests::dvn::test_get_fee_not_allowed_due_to_allowlist
640
- PASS [ 0.299s] ( 331/1714) dvn tests::auth::test_check_auth_non_contract_context_fails
641
- PASS [ 0.031s] ( 332/1714) dvn tests::dvn::test_pause_and_setters_happy_paths
642
- PASS [ 0.046s] ( 333/1714) dvn tests::dvn::test_get_fee_prefers_dst_multiplier_when_nonzero
643
- PASS [ 0.122s] ( 334/1714) dvn tests::auth::test_check_auth_upgrade_replay_protection
644
- PASS [ 0.015s] ( 335/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_floor_margin_truncates
645
- PASS [ 0.057s] ( 336/1714) dvn tests::dvn::test_get_fee_uses_default_multiplier_when_dst_multiplier_zero
646
- PASS [ 0.060s] ( 337/1714) dvn tests::dvn::test_set_admin_remove
647
- PASS [ 0.058s] ( 338/1714) dvn tests::dvn::test_set_admin_add
648
- PASS [ 0.095s] ( 339/1714) dvn tests::dvn::test_get_fee_missing_dst_config_panics
649
- PASS [ 0.053s] ( 340/1714) dvn tests::dvn::test_set_dst_config_auth_verification
650
- PASS [ 0.123s] ( 341/1714) dvn tests::dvn::test_dst_config_not_set_returns_none
651
- PASS [ 0.015s] ( 342/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_uses_default_when_multiplier_zero
652
- PASS [ 0.019s] ( 343/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_wins_over_small_floor
653
- PASS [ 0.018s] ( 344/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_panics_on_overflow
654
- PASS [ 0.034s] ( 345/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_panics_when_options_not_empty
655
- PASS [ 0.069s] ( 346/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_only_native_price_zero
656
- PASS [ 0.034s] ( 347/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_panics_when_price_feed_returns_negative_fee
657
- PASS [ 0.095s] ( 348/1714) dvn tests::dvn::test_vid_returns_configured_value
658
- PASS [ 0.128s] ( 349/1714) dvn tests::dvn::test_set_admin_remove_last_admin
659
- PASS [ 0.069s] ( 350/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_panics_when_gas_zero
660
- PASS [ 0.095s] ( 351/1714) dvn-fee-lib tests::dvn_fee_lib::get_call_data_size_pads_signatures
661
- PASS [ 0.062s] ( 352/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_uses_default_multiplier_when_zero
662
- PASS [ 0.099s] ( 353/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_prefers_dst_multiplier_over_default
663
- PASS [ 0.482s] ( 354/1714) dvn tests::auth::test_check_auth_hash_already_used_fails
664
- PASS [ 0.104s] ( 355/1714) endpoint-v2 tests::endpoint_v2::build_outbound_packet::test_build_outbound_packet_basic
665
- PASS [ 0.087s] ( 356/1714) endpoint-v2 tests::endpoint_v2::build_outbound_packet::test_build_outbound_packet_large_message
666
- PASS [ 0.051s] ( 357/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_unauthorized_caller
667
- PASS [ 0.062s] ( 358/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_missing_intermediate_nonce
668
- LEAK [ 0.229s] ( 359/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_only_both_zero
669
- LEAK [ 0.239s] ( 360/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_floor_margin_wins
670
- PASS [ 0.060s] ( 361/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_wrong_delegate
671
- PASS [ 0.042s] ( 362/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_success_delegate_can_clear
672
- PASS [ 0.055s] ( 363/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_removes_inbound_payload_hash
673
- PASS [ 0.138s] ( 364/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_does_not_change_inbound_nonce
674
- PASS [ 0.132s] ( 365/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_duplicate_clear
675
- PASS [ 0.037s] ( 366/1714) endpoint-v2 tests::endpoint_v2::lz_receive_alert::test_lz_receive_alert_auth
676
- LEAK [ 0.334s] ( 367/1714) dvn tests::dvn::test_set_admin_unauthorized
677
- LEAK [ 0.242s] ( 368/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_success_path
678
- PASS [ 0.029s] ( 369/1714) endpoint-v2 tests::endpoint_v2::lz_receive_alert::test_lz_receive_alert_fails_without_executor_auth
679
- PASS [ 0.112s] ( 370/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_success_sequential_nonces_keep_inbound_nonce_at_latest_verified
680
- PASS [ 0.145s] ( 371/1714) endpoint-v2 tests::endpoint_v2::owner::test_owner
681
- PASS [ 0.217s] ( 372/1714) endpoint-v2 tests::endpoint_v2::initializable::test_initializable_new_path_receiver_rejects
682
- PASS [ 0.165s] ( 373/1714) endpoint-v2 tests::endpoint_v2::native_token::test_native_token
683
- PASS [ 0.374s] ( 374/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_does_not_advance_inbound_nonce_when_clearing_older_nonce
684
- PASS [ 0.237s] ( 375/1714) endpoint-v2 tests::endpoint_v2::initializable::test_initializable_established_path_always_true
685
- PASS [ 0.235s] ( 376/1714) endpoint-v2 tests::endpoint_v2::initializable::test_initializable_new_path_receiver_allows
686
- PASS [ 0.144s] ( 377/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_in_zro_with_zero_zro_balance
687
- PASS [ 1.238s] ( 378/1714) counter integration_tests::test_with_uln::test_multi_dvn_two_required
688
- PASS [ 0.155s] ( 379/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_in_zro_without_zro_configured
689
- PASS [ 0.155s] ( 380/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_fees_with_mixed_zero_and_nonzero_amounts
690
- PASS [ 0.411s] ( 381/1714) endpoint-v2 tests::endpoint_v2::delegate::test_delegate_when_not_set
691
- PASS [ 1.257s] ( 382/1714) counter integration_tests::test_with_uln::test_multi_dvn_duplicate_required_optional
692
- PASS [ 0.061s] ( 383/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_zro_fees_insufficient_balance
693
- PASS [ 0.326s] ( 384/1714) endpoint-v2 tests::endpoint_v2::lz_receive_alert::test_lz_receive_alert_with_empty_data
694
- PASS [ 0.088s] ( 385/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_native_does_not_touch_zro_even_if_provided
695
- PASS [ 0.096s] ( 386/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_fees_with_empty_recipients
696
- PASS [ 0.610s] ( 387/1714) endpoint-v2 tests::endpoint_v2::build_outbound_packet::test_build_outbound_packet_empty_message
697
- PASS [ 0.696s] ( 388/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_only_floor_margin_zero
698
- PASS [ 0.516s] ( 389/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_wrong_payload_hash
699
- PASS [ 0.069s] ( 390/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_multiple_recipients_same_token
700
- PASS [ 1.363s] ( 391/1714) counter integration_tests::test_with_uln::test_increment_aba
701
- PASS [ 0.055s] ( 392/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_zro_fees_exact_amount
702
- PASS [ 0.083s] ( 393/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_zro_with_empty_zro_recipients_refunds_all_zro
703
- PASS [ 0.124s] ( 394/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_fees_with_zero_amounts_skipped
704
- PASS [ 0.108s] ( 395/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_zro_still_refunds_native_balance
705
- PASS [ 0.063s] ( 396/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_zro_fees_multiple_recipients_zero_amounts_skipped_and_refunded
706
- PASS [ 0.092s] ( 397/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_mixed_native_and_zro_fees
707
- PASS [ 0.065s] ( 398/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_zro_fees_with_refund
708
- PASS [ 0.089s] ( 399/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_native_fees_with_refund
709
- PASS [ 0.044s] ( 400/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_nonce_calculation
710
- PASS [ 0.546s] ( 401/1714) endpoint-v2 tests::endpoint_v2::delegate::test_delegate_when_set
711
- PASS [ 0.038s] ( 402/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_different_dst_eid
712
- PASS [ 0.080s] ( 403/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_custom_send_library
713
- PASS [ 0.089s] ( 404/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_different_receivers
714
- PASS [ 0.121s] ( 405/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_guid_calculation
715
- PASS [ 0.180s] ( 406/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_native_fees_exact_amount
716
- PASS [ 0.093s] ( 407/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_empty_message_and_options
717
- PASS [ 0.103s] ( 408/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_different_senders
718
- PASS [ 0.049s] ( 409/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_zro_fee
719
- PASS [ 0.182s] ( 410/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_after_send
720
- PASS [ 0.143s] ( 411/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_multiple_quotes_same_path
721
- PASS [ 0.045s] ( 412/1714) endpoint-v2 tests::endpoint_v2::recover_token::test_recover_token_fails_for_non_owner
722
- PASS [ 0.054s] ( 413/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_zro_unavailable_when_pay_in_zro
723
- PASS [ 0.057s] ( 414/1714) endpoint-v2 tests::endpoint_v2::recover_token::test_recover_token
724
- PASS [ 0.070s] ( 415/1714) endpoint-v2 tests::endpoint_v2::require_oapp_auth::test_require_oapp_auth_unauthorized
725
- PASS [ 0.136s] ( 416/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_large_message
726
- PASS [ 0.136s] ( 417/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_native_fee
727
- PASS [ 0.212s] ( 418/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_default_send_lib_unavailable
728
- PASS [ 0.044s] ( 419/1714) endpoint-v2 tests::endpoint_v2::send::test_send_default_send_lib_unavailable
729
- PASS [ 0.037s] ( 420/1714) endpoint-v2 tests::endpoint_v2::send::test_send_insufficient_native_fee
730
- PASS [ 0.053s] ( 421/1714) endpoint-v2 tests::endpoint_v2::send::test_next_guid_matches_send_receipt_guid
731
- PASS [ 0.051s] ( 422/1714) endpoint-v2 tests::endpoint_v2::send::test_send_pay_in_zro_false_without_zro_set
732
- PASS [ 0.066s] ( 423/1714) endpoint-v2 tests::endpoint_v2::send::test_send_insufficient_zro_fee
733
- PASS [ 0.096s] ( 424/1714) endpoint-v2 tests::endpoint_v2::send::test_send_increments_nonce_sequentially
734
- PASS [ 0.049s] ( 425/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_zro_fee
735
- PASS [ 0.076s] ( 426/1714) endpoint-v2 tests::endpoint_v2::send::test_send_unauthorized
736
- PASS [ 0.516s] ( 427/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_native_fees_insufficient_balance
737
- PASS [ 0.026s] ( 428/1714) endpoint-v2 tests::endpoint_v2::send::test_send_zro_unavailable_when_pay_in_zro
738
- PASS [ 0.146s] ( 429/1714) endpoint-v2 tests::endpoint_v2::require_oapp_auth::test_require_oapp_auth_wrong_delegate
739
- PASS [ 0.033s] ( 430/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate
740
- PASS [ 0.092s] ( 431/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_custom_send_library
741
- PASS [ 0.099s] ( 432/1714) endpoint-v2 tests::endpoint_v2::send::test_send_to_different_receivers
742
- PASS [ 0.050s] ( 433/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_is_idempotent_for_same_value
743
- PASS [ 0.386s] ( 434/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_native_fees_all_zero_amounts_refunds_all_native
744
- PASS [ 0.266s] ( 435/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_non_empty_options
745
- PASS [ 0.135s] ( 436/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_native_fee_and_refund
746
- PASS [ 0.056s] ( 437/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_remove
747
- PASS [ 0.048s] ( 438/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro_overwrites_existing_zro
748
- PASS [ 0.143s] ( 439/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_non_empty_options_emits_event_and_charges_fee
749
- PASS [ 0.080s] ( 440/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_overwrites_existing_delegate
750
- PASS [ 0.027s] ( 441/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_is_ttl_configs_frozen_default_false
751
- PASS [ 0.045s] ( 442/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_freeze_ttl_configs_success
752
- PASS [ 0.057s] ( 443/1714) endpoint-v2 tests::endpoint_v2::transfer_ownership::test_transfer_ownership
753
- PASS [ 0.027s] ( 444/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_success
754
- PASS [ 0.211s] ( 445/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_native_fee_exact_payment
755
- PASS [ 0.125s] ( 446/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_then_freeze
756
- PASS [ 0.124s] ( 447/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_after_skip_nonce_gt_inbound_nonce_true
757
- PASS [ 0.189s] ( 448/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_panic_set_ttl_configs_exceeds_max_ttl
758
- PASS [ 0.181s] ( 449/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_panic_set_ttl_configs_invalid_instance_range
759
- PASS [ 0.248s] ( 450/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro
760
- PASS [ 0.617s] ( 451/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_zro_with_all_zero_zro_recipients_refunds_all_zro
761
- PASS [ 0.155s] ( 452/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_requires_owner
762
- PASS [ 0.301s] ( 453/1714) endpoint-v2 tests::endpoint_v2::send::test_send_zero_zro_fee_when_pay_in_zro_true
763
- PASS [ 0.165s] ( 454/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_fails_when_frozen
764
- PASS [ 0.308s] ( 455/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_zro_refund
765
- PASS [ 0.246s] ( 456/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro_is_idempotent_for_same_value
766
- PASS [ 0.516s] ( 457/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_pay_in_zro_false_with_zro_set
767
- PASS [ 0.209s] ( 458/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_freeze_ttl_configs_already_frozen
768
- PASS [ 0.272s] ( 459/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro_unauthorized
769
- PASS [ 0.314s] ( 460/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_unauthorized
770
- PASS [ 0.301s] ( 461/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_freeze_ttl_configs_requires_owner
771
- PASS [ 0.039s] ( 462/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_unauthorized
772
- PASS [ 0.027s] ( 463/1714) endpoint-v2 tests::endpoint_v2::zro::test_zro_when_not_set
773
- PASS [ 0.072s] ( 464/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_invalid_receive_library
774
- PASS [ 0.069s] ( 465/1714) endpoint-v2 tests::endpoint_v2::zro::test_zro_after_set
775
- PASS [ 0.075s] ( 466/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_path_not_verifiable
776
- PASS [ 0.045s] ( 467/1714) endpoint-v2 tests::message_lib_manager::default_receive_library::test_default_receive_library_none_and_distinct_per_eid
777
- PASS [ 0.034s] ( 468/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_requires_registered_library
778
- PASS [ 0.056s] ( 469/1714) endpoint-v2 tests::message_lib_manager::default_receive_library_timeout::test_default_receive_library_timeout_none_and_distinct_per_eid
779
- PASS [ 0.036s] ( 470/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_returns_empty_for_unset_key
780
- PASS [ 0.059s] ( 471/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_isolated_by_eid_and_lib
781
- PASS [ 0.067s] ( 472/1714) endpoint-v2 tests::message_lib_manager::default_send_library::test_default_send_library_none_and_distinct_per_eid
782
- PASS [ 0.032s] ( 473/1714) endpoint-v2 tests::message_lib_manager::get_library_index::test_get_library_index_for_registered_library_is_some
783
- PASS [ 0.033s] ( 474/1714) endpoint-v2 tests::message_lib_manager::get_library_index::test_get_library_index_for_unregistered_library_is_none
784
- PASS [ 0.175s] ( 475/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_success
785
- PASS [ 0.176s] ( 476/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_overwrites_payload_hash_for_same_nonce
786
- PASS [ 0.176s] ( 477/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_path_not_initializable
787
- PASS [ 0.047s] ( 478/1714) endpoint-v2 tests::message_lib_manager::get_library_index::test_get_library_index_multiple_libraries_are_sequential
788
- PASS [ 0.049s] ( 479/1714) endpoint-v2 tests::message_lib_manager::get_receive_library::test_get_receive_library_custom_without_default
789
- PASS [ 0.058s] ( 480/1714) endpoint-v2 tests::message_lib_manager::get_receive_library::test_get_receive_library_default_custom_and_isolated_per_receiver
790
- PASS [ 0.226s] ( 481/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_multiple_nonces
791
- PASS [ 0.048s] ( 482/1714) endpoint-v2 tests::message_lib_manager::get_send_library::test_get_send_library_custom_without_default
792
- LEAK [ 0.234s] ( 483/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_true_when_payload_hash_exists_even_if_nonce_outside_window
793
- PASS [ 0.295s] ( 484/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_new_path_nonce_1_true
794
- PASS [ 0.075s] ( 485/1714) endpoint-v2 tests::message_lib_manager::get_receive_library::test_get_receive_library_fails_without_default_and_custom
795
- LEAK [ 0.296s] ( 486/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_upper_bound_is_enforced
796
- PASS [ 0.063s] ( 487/1714) endpoint-v2 tests::message_lib_manager::get_registered_libraries::test_get_registered_libraries_pagination_and_bounds
797
- PASS [ 0.056s] ( 488/1714) endpoint-v2 tests::message_lib_manager::get_send_library::test_get_send_library_default_custom_and_isolated_per_sender
798
- PASS [ 0.135s] ( 489/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_returns_persisted_and_isolated_by_oapp_and_config_type
799
- LEAK [ 0.249s] ( 490/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_invalid_payload_hash_empty
800
- PASS [ 0.046s] ( 491/1714) endpoint-v2 tests::message_lib_manager::get_send_library::test_get_send_library_fails_without_default_and_custom
801
- PASS [ 0.257s] ( 492/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_true_when_nonce_leq_inbound_nonce_but_payload_hash_exists
802
- PASS [ 0.081s] ( 493/1714) endpoint-v2 tests::message_lib_manager::get_registered_libraries::test_get_registered_libraries_orders_by_registration_index
803
- PASS [ 0.039s] ( 494/1714) endpoint-v2 tests::message_lib_manager::is_registered_library::test_is_registered_library_false_for_unregistered_address
804
- PASS [ 0.104s] ( 495/1714) endpoint-v2 tests::message_lib_manager::get_registered_libraries::test_get_registered_libraries_max_count_exceeds_total_returns_all
805
- PASS [ 0.045s] ( 496/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_allows_old_default_receive_library_within_grace_period
806
- PASS [ 0.097s] ( 497/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_allows_timeout_library_set_by_owner
807
- PASS [ 0.092s] ( 498/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_old_custom_receive_library_after_grace_period_expires
808
- PASS [ 0.108s] ( 499/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_custom_configuration_ignores_default_timeout
809
- PASS [ 0.067s] ( 500/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_is_already_registered
810
- PASS [ 0.092s] ( 501/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_unrelated_library_even_when_default_timeout_exists
811
- PASS [ 0.106s] ( 502/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_custom_timeout_isolated_per_receiver
812
- PASS [ 0.092s] ( 503/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library
813
- PASS [ 0.032s] ( 504/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_multiple_libraries_assigns_sequential_indices_and_orders_results
814
- PASS [ 0.053s] ( 505/1714) endpoint-v2 tests::message_lib_manager::registered_libraries_count::test_registered_libraries_count_increments_with_registrations
815
- PASS [ 0.151s] ( 506/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_unrelated_library_without_timeout
816
- PASS [ 0.064s] ( 507/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_without_owner_auth
817
- PASS [ 0.161s] ( 508/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_unrelated_library_even_when_custom_timeout_exists
818
- PASS [ 0.091s] ( 509/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_owner_auth
819
- PASS [ 0.056s] ( 510/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_unregistered_lib
820
- PASS [ 0.096s] ( 511/1714) endpoint-v2 tests::message_lib_manager::registered_libraries_count::test_registered_libraries_count_unchanged_on_duplicate_registration
821
- PASS [ 0.187s] ( 512/1714) endpoint-v2 tests::message_lib_manager::receive_library_timeout::test_receive_library_timeout_none_and_distinct_per_receiver_and_eid
822
- PASS [ 0.041s] ( 513/1714) endpoint-v2 tests::message_lib_manager::require_registered::test_require_registered_with_registered_lib
823
- PASS [ 0.452s] ( 514/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_upper_bound_is_enforced_when_inbound_nonce_nonzero
824
- PASS [ 0.042s] ( 515/1714) endpoint-v2 tests::message_lib_manager::require_registered::test_require_registered_with_unregistered_lib
825
- PASS [ 0.033s] ( 516/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_unregistered_lib
826
- PASS [ 0.048s] ( 517/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_success_for_send_and_send_and_receive
827
- PASS [ 0.033s] ( 518/1714) endpoint-v2 tests::message_lib_manager::require_supported_eid::test_require_supported_eid_with_supported
828
- PASS [ 0.034s] ( 519/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_wrong_lib_type
829
- PASS [ 0.056s] ( 520/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_unsupported_eid
830
- PASS [ 0.268s] ( 521/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_allows_old_custom_receive_library_within_grace_period
831
- PASS [ 0.269s] ( 522/1714) endpoint-v2 tests::message_lib_manager::is_supported_eid::test_is_supported_eid_requires_both_defaults_per_eid
832
- PASS [ 0.039s] ( 523/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_allows_delegate
833
- PASS [ 0.052s] ( 524/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_isolated_per_oapp
834
- PASS [ 0.066s] ( 525/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_allows_oapp
835
- PASS [ 0.093s] ( 526/1714) endpoint-v2 tests::message_lib_manager::require_supported_eid::test_require_supported_eid_with_unsupported
836
- PASS [ 0.060s] ( 527/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_overwrites_existing_config
837
- PASS [ 0.062s] ( 528/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_clears_existing_timeout
838
- PASS [ 0.082s] ( 529/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_multiple_params_persists_each
839
- PASS [ 0.076s] ( 530/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_unauthorized
840
- PASS [ 0.128s] ( 531/1714) endpoint-v2 tests::message_lib_manager::require_supported_eid::test_require_supported_eid_with_non_deployed_lib
841
- PASS [ 0.035s] ( 532/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_requires_owner_auth
842
- PASS [ 0.028s] ( 533/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_success_with_none
843
- PASS [ 0.197s] ( 534/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_wrong_lib_type
844
- PASS [ 0.118s] ( 535/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_requires_registered_library
845
- PASS [ 0.060s] ( 536/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_success
846
- PASS [ 0.061s] ( 537/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_unsupported_eid
847
- PASS [ 0.043s] ( 538/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_grace_period_zero_clears_timeout
848
- PASS [ 0.041s] ( 539/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_is_scoped_by_src_eid
849
- PASS [ 0.662s] ( 540/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_nonce_eq_inbound_nonce_false_without_payload_hash
850
- PASS [ 0.067s] ( 541/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_grace_period_with_no_previous_default_sets_no_timeout
851
- PASS [ 0.131s] ( 542/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_invalid_expiry
852
- PASS [ 0.099s] ( 543/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_success_with_send_and_receive_type
853
- PASS [ 0.305s] ( 544/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_success_for_receive_and_send_and_receive
854
- PASS [ 0.037s] ( 545/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_requires_owner_auth
855
- PASS [ 0.040s] ( 546/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_same_value
856
- PASS [ 0.153s] ( 547/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_invalid_expiry_equal_timestamp
857
- LEAK [ 0.478s] ( 548/1714) endpoint-v2 tests::message_lib_manager::is_registered_library::test_is_registered_library_true_after_register
858
- PASS [ 0.039s] ( 549/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_unsupported_eid
859
- PASS [ 0.042s] ( 550/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_unregistered_lib
860
- PASS [ 0.058s] ( 551/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_wrong_lib_type
861
- PASS [ 0.069s] ( 552/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_with_send_and_receive_type
862
- PASS [ 0.070s] ( 553/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_same_value
863
- PASS [ 0.144s] ( 554/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_multi_rotation_timeout_uses_immediate_previous_default
864
- PASS [ 0.091s] ( 555/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_can_change_default_library
865
- PASS [ 0.054s] ( 556/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_wrong_lib_type
866
- PASS [ 0.132s] ( 557/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_success
867
- PASS [ 0.072s] ( 558/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_cannot_clear_to_none_with_grace_period
868
- LEAK [ 0.514s] ( 559/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_is_unsupported_interface
869
- PASS [ 0.200s] ( 560/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_success
870
- PASS [ 0.098s] ( 561/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_can_change_library
871
- PASS [ 0.101s] ( 562/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_allows_delegate
872
- PASS [ 0.181s] ( 563/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_unregistered_lib
873
- PASS [ 0.158s] ( 564/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_unsupported_eid
874
- PASS [ 0.037s] ( 565/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_none_when_already_none
875
- PASS [ 0.112s] ( 566/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_clear_to_none
876
- PASS [ 0.068s] ( 567/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_grace_period_zero_clears_timeout
877
- LEAK [ 0.345s] ( 568/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_unregistered_lib
878
- PASS [ 0.061s] ( 569/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_requires_oapp_auth
879
- PASS [ 0.052s] ( 570/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_success_with_send_and_receive_type
880
- PASS [ 0.089s] ( 571/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_same_value
881
- PASS [ 0.065s] ( 572/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_success
882
- PASS [ 0.296s] ( 573/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_success_with_grace_period
883
- PASS [ 0.041s] ( 574/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_wrong_lib_type
884
- PASS [ 0.055s] ( 575/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_unregistered_lib
885
- PASS [ 0.103s] ( 576/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_success_with_grace_period
886
- LEAK [ 0.315s] ( 577/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_requires_owner_auth
887
- PASS [ 0.199s] ( 578/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_grace_period_requires_both_libs
888
- PASS [ 0.645s] ( 579/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_unsupported_eid
889
- PASS [ 0.103s] ( 580/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_invalid_expiry_past_timestamp
890
- PASS [ 0.072s] ( 581/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_success
891
- PASS [ 0.166s] ( 582/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_allows_delegate
892
- PASS [ 0.072s] ( 583/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_unregistered_timeout_lib
893
- PASS [ 0.240s] ( 584/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_unsupported_eid
894
- PASS [ 0.157s] ( 585/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_success_with_none
895
- PASS [ 0.050s] ( 586/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_can_change_library
896
- PASS [ 0.953s] ( 587/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_old_default_receive_library_after_grace_period_expires
897
- PASS [ 0.115s] ( 588/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_allows_delegate
898
- PASS [ 0.170s] ( 589/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_success_with_send_and_receive_type
899
- PASS [ 0.045s] ( 590/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_requires_oapp_auth
900
- PASS [ 0.039s] ( 591/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_success_with_send_and_receive_type
901
- PASS [ 0.200s] ( 592/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_wrong_lib_type
902
- PASS [ 0.054s] ( 593/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_unregistered_lib
903
- PASS [ 0.062s] ( 594/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_success
904
- PASS [ 0.108s] ( 595/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_none_when_already_none
905
- PASS [ 0.303s] ( 596/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_keeps_old_custom_library_valid_until_expiry
906
- PASS [ 0.017s] ( 597/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_expired_when_expiry_after_current_timestamp
907
- PASS [ 0.017s] ( 598/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_expired_when_expiry_before_current_timestamp
908
- LEAK [ 0.446s] ( 599/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_grace_period_requires_both_libs_even_with_default_receive_lib
909
- PASS [ 0.025s] ( 600/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_valid_for_different_library
910
- PASS [ 0.008s] ( 601/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_valid_when_expired
911
- PASS [ 0.009s] ( 602/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_valid_when_expired_at_current_timestamp
912
- PASS [ 0.029s] ( 603/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_expired_when_expiry_equals_current_timestamp
913
- PASS [ 0.059s] ( 604/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_unsupported_eid
914
- PASS [ 0.017s] ( 605/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_valid_for_matching_library_and_not_expired
915
- PASS [ 0.055s] ( 606/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_wrong_lib_type
916
- PASS [ 0.047s] ( 607/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_different_paths
917
- PASS [ 0.047s] ( 608/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_payload_hash_not_found_when_storage_none
918
- PASS [ 0.044s] ( 609/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_requires_auth_even_when_caller_is_receiver
919
- LEAK [ 0.769s] ( 610/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_wrong_lib_type
920
- LEAK [ 0.401s] ( 611/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_fails_for_default_receive_library
921
- LEAK [ 0.422s] ( 612/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_clears_existing_timeout
922
- PASS [ 0.057s] ( 613/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_success_with_stored_payload
923
- PASS [ 0.029s] ( 614/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_with_delegate
924
- PASS [ 0.031s] ( 615/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_does_not_update_inbound_nonce_when_nonce_is_not_greater
925
- PASS [ 0.091s] ( 616/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_payload_hash_not_found_when_mismatch
926
- PASS [ 0.034s] ( 617/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_keeps_other_payload_hashes_intact
927
- LEAK [ 0.689s] ( 618/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_success_with_send_and_receive_type
928
- PASS [ 0.056s] ( 619/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_unauthorized
929
- PASS [ 0.046s] ( 620/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_does_not_change_pending_inbound_nonces
930
- PASS [ 0.027s] ( 621/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_payload_hash_not_found_when_nonce_is_checkpointed_but_missing
931
- PASS [ 0.028s] ( 622/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_allows_reverify_when_nonce_leq_inbound_and_payload_exists
932
- PASS [ 0.027s] ( 623/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_out_of_order_populates_pending_and_drains_when_gap_closed
933
- PASS [ 0.053s] ( 624/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_missing_intermediate_nonce
934
- PASS [ 0.031s] ( 625/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_overwrites_same_nonce
935
- PASS [ 0.043s] ( 626/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_wrong_payload
936
- PASS [ 0.025s] ( 627/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_beyond_upper_bound_when_inbound_nonce_nonzero
937
- PASS [ 0.025s] ( 628/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_empty_payload_hash
938
- PASS [ 0.159s] ( 629/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_invalid_nonce_when_greater_than_inbound_nonce
939
- PASS [ 0.403s] ( 630/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_unsupported_eid
940
- PASS [ 0.040s] ( 631/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_reverify_when_nonce_leq_inbound_and_payload_missing
941
- PASS [ 0.032s] ( 632/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_advances_through_consecutive_verified_payload_hashes
942
- PASS [ 0.080s] ( 633/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_success
943
- PASS [ 0.024s] ( 634/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_initially_zero
944
- PASS [ 0.055s] ( 635/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_nonce_beyond_pending_window
945
- LEAK [ 0.526s] ( 636/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_invalid_expiry_equal_timestamp
946
- PASS [ 0.056s] ( 637/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_success_stores_payload_hash
947
- PASS [ 0.288s] ( 638/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_same_value
948
- PASS [ 0.041s] ( 639/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_equals_stored_value_when_no_pending_nonces
949
- PASS [ 0.197s] ( 640/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_multiple_payloads
950
- PASS [ 0.033s] ( 641/1714) endpoint-v2 tests::messaging_channel::inbound_payload_hash::test_inbound_payload_hash_after_setting
951
- PASS [ 0.120s] ( 642/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_not_stored
952
- PASS [ 0.027s] ( 643/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_accepts_upper_bound_when_inbound_nonce_zero
953
- PASS [ 0.042s] ( 644/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_stops_at_first_gap
954
- PASS [ 0.127s] ( 645/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_accepts_upper_bound_when_inbound_nonce_nonzero
955
- PASS [ 0.037s] ( 646/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_inserts_sorted_and_dedupes
956
- PASS [ 0.026s] ( 647/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_beyond_upper_bound_when_inbound_nonce_nonzero
957
- PASS [ 0.036s] ( 648/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_leaves_nonconsecutive_tail_pending
958
- PASS [ 0.028s] ( 649/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_nonce_leq_inbound_nonce
959
- PASS [ 0.025s] ( 650/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_basic
960
- PASS [ 0.066s] ( 651/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_drains_single_next_nonce_when_no_pending
961
- PASS [ 0.049s] ( 652/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_beyond_upper_bound_when_inbound_nonce_zero
962
- PASS [ 0.082s] ( 653/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_accepts_upper_bound_when_inbound_nonce_nonzero
963
- PASS [ 0.127s] ( 654/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_when_nonce_already_pending_does_not_advance_inbound_nonce
964
- PASS [ 0.045s] ( 655/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_isolated_by_sender_dst_eid_and_receiver
965
- PASS [ 0.059s] ( 656/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_after_outbound_increment
966
- PASS [ 0.123s] ( 657/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_isolated_by_path
967
- PASS [ 0.072s] ( 658/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_window_holds_255_when_inbound_plus_one_missing_then_drains
968
- PASS [ 0.066s] ( 659/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_large_nonce
969
- PASS [ 0.045s] ( 660/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_different_paths
970
- PASS [ 0.145s] ( 661/1714) endpoint-v2 tests::messaging_channel::inbound_payload_hash::test_inbound_payload_hash_not_set
971
- PASS [ 0.061s] ( 662/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_with_existing_nonce
972
- PASS [ 0.144s] ( 663/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_drains_across_existing_pending_tail_when_inbound_nonce_nonzero
973
- PASS [ 0.040s] ( 664/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_payload_hash_not_found_when_expected_some_but_storage_none
974
- PASS [ 0.045s] ( 665/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_multiple_payloads
975
- PASS [ 0.669s] ( 666/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_requires_oapp_auth
976
- PASS [ 0.078s] ( 667/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_closes_gap_and_drains_pending_nonces
977
- PASS [ 0.036s] ( 668/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_success_with_empty_payload
978
- PASS [ 0.054s] ( 669/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_requires_auth_even_when_caller_is_receiver
979
- PASS [ 0.058s] ( 670/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_payload_hash_not_found_when_none_but_payload_exists
980
- PASS [ 0.164s] ( 671/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_257_when_missing_inbound_plus_one
981
- PASS [ 0.039s] ( 672/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_unauthorized
982
- PASS [ 0.039s] ( 673/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_with_none_advances_inbound_nonce_without_changing_payload_hashes
983
- PASS [ 0.039s] ( 674/1714) endpoint-v2 tests::messaging_channel::outbound::test_outbound_increments_and_is_path_scoped
984
- PASS [ 0.105s] ( 675/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_invalid_nonce_when_already_checkpointed_without_payload
985
- PASS [ 0.045s] ( 676/1714) endpoint-v2 tests::messaging_channel::outbound::test_outbound_panics_on_u64_overflow
986
- PASS [ 0.061s] ( 677/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_with_delegate
987
- PASS [ 0.140s] ( 678/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_allows_when_nonce_is_checkpointed_if_payload_exists
988
- PASS [ 0.211s] ( 679/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_drains_consecutive_sequence
989
- PASS [ 0.053s] ( 680/1714) endpoint-v2 tests::messaging_channel::outbound_nonce::test_outbound_nonce_initial_value
990
- PASS [ 0.048s] ( 681/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_isolated_by_path
991
- PASS [ 0.055s] ( 682/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_sorted_and_no_duplicates
992
- PASS [ 0.064s] ( 683/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_closes_gap_but_pending_inbound_nonces_not_empty
993
- PASS [ 0.048s] ( 684/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_multiple_nonces
994
- PASS [ 0.132s] ( 685/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_success_with_stored_payload
995
- PASS [ 0.085s] ( 686/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_drains_when_consecutive_sequence_completed
996
- PASS [ 0.066s] ( 687/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_different_paths
997
- PASS [ 0.047s] ( 688/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_rejects_repeated_same_nonce
998
- PASS [ 0.046s] ( 689/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_requires_auth_even_when_caller_is_receiver
999
- PASS [ 0.087s] ( 690/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_invalid_nonce
1000
- PASS [ 0.622s] ( 691/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_clear_to_none_falls_back_to_default
1001
- PASS [ 0.114s] ( 692/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_initially_empty
1002
- PASS [ 0.058s] ( 693/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_success
1003
- PASS [ 0.049s] ( 694/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_unauthorized
1004
- PASS [ 0.056s] ( 695/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_with_delegate
1005
- PASS [ 0.131s] ( 696/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_closes_gap_and_advances_inbound_nonce
1006
- PASS [ 0.060s] ( 697/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_fails_when_index_exceeds_max
1007
- PASS [ 0.066s] ( 698/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_already_cleared
1008
- PASS [ 0.038s] ( 699/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_requires_composer_auth
1009
- PASS [ 0.227s] ( 700/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_payload_hash_not_found_when_mismatch
1010
- PASS [ 0.036s] ( 701/1714) endpoint-v2 tests::messaging_composer::compose_queue::test_compose_queue_none_initially
1011
- PASS [ 0.276s] ( 702/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_allows_repeated_call_when_already_nilified
1012
- PASS [ 0.132s] ( 703/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_next_nonce_accounts_for_verified_payload_hashes
1013
- PASS [ 0.086s] ( 704/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_wrong_composer_and_does_not_mutate
1014
- PASS [ 0.087s] ( 705/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_missing_queue
1015
- PASS [ 0.074s] ( 706/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_fails_when_index_exceeds_max
1016
- PASS [ 0.061s] ( 707/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_succeeds_at_max_index
1017
- PASS [ 0.063s] ( 708/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_keying_and_compose_exists
1018
- PASS [ 0.046s] ( 709/1714) endpoint-v2 tests::util::build_payload::test_build_payload
1019
- PASS [ 0.085s] ( 710/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_invalid_index_exceeds_max
1020
- PASS [ 0.091s] ( 711/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_auth
1021
- PASS [ 0.076s] ( 712/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_allows_empty_message
1022
- PASS [ 0.114s] ( 713/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_success
1023
- PASS [ 0.254s] ( 714/1714) endpoint-v2 tests::messaging_channel::outbound_nonce::test_outbound_nonce_after_setting
1024
- PASS [ 0.129s] ( 715/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_wrong_message
1025
- PASS [ 0.104s] ( 716/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_fails_without_executor_auth
1026
- PASS [ 0.153s] ( 717/1714) endpoint-v2 tests::messaging_composer::compose_queue::test_compose_queue_after_send
1027
- PASS [ 0.039s] ( 718/1714) executor tests::auth::test_check_auth_allows_lz_compose_value_zero
1028
- PASS [ 0.037s] ( 719/1714) executor tests::auth::test_check_auth_allows_lz_receive_value_zero
1029
- PASS [ 0.034s] ( 720/1714) executor tests::auth::test_check_auth_allows_value_transfer_when_value_nonzero
1030
- PASS [ 0.117s] ( 721/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_requires_from_auth
1031
- PASS [ 0.134s] ( 722/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_with_empty_data
1032
- PASS [ 0.031s] ( 723/1714) executor tests::auth::test_check_auth_rejects_empty_or_too_many_contexts
1033
- PASS [ 0.034s] ( 724/1714) executor tests::auth::test_check_auth_rejects_invalid_alert_contexts
1034
- PASS [ 0.032s] ( 725/1714) executor tests::auth::test_check_auth_rejects_non_admin
1035
- PASS [ 0.094s] ( 726/1714) endpoint-v2 tests::util::build_payload::test_build_payload_empty_message
1036
- PASS [ 0.044s] ( 727/1714) executor tests::auth::test_check_auth_rejects_execute_missing_or_wrong_value_type
1037
- PASS [ 0.093s] ( 728/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid_deterministic
1038
- PASS [ 0.093s] ( 729/1714) executor tests::auth::test_check_auth_allows_alert_calls_only_on_endpoint
1039
- PASS [ 0.093s] ( 730/1714) endpoint-v2 tests::util::keccak256::test_keccak256
1040
- PASS [ 0.093s] ( 731/1714) endpoint-v2 tests::util::build_payload::test_build_payload_basic
1041
- PASS [ 0.094s] ( 732/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid_basic
1042
- PASS [ 0.094s] ( 733/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid
1043
- PASS [ 0.162s] ( 734/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_success
1044
- PASS [ 0.047s] ( 735/1714) executor tests::auth::test_check_auth_rejects_signature_mismatch
1045
- PASS [ 0.053s] ( 736/1714) executor tests::auth::test_check_auth_rejects_non_contract_first_context
1046
- PASS [ 0.047s] ( 737/1714) executor tests::auth::test_check_auth_rejects_value_nonzero_missing_transfer_context
1047
- PASS [ 0.082s] ( 738/1714) executor tests::auth::test_check_auth_rejects_invalid_transfer_context
1048
- PASS [ 0.173s] ( 739/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid_different_nonces
1049
- PASS [ 0.049s] ( 740/1714) executor tests::executor::test_get_fee_success_includes_default_multiplier_when_dst_multiplier_is_zero
1050
- PASS [ 0.134s] ( 741/1714) executor tests::auth::test_check_auth_rejects_invalid_helper_fn_name
1051
- PASS [ 0.334s] ( 742/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_does_not_affect_other_indices
1052
- PASS [ 0.057s] ( 743/1714) executor tests::executor::test_native_drop_emits_success_vector_and_requires_admin
1053
- PASS [ 0.063s] ( 744/1714) executor tests::executor::test_get_fee_success_when_multiplier_is_nonzero
1054
- PASS [ 0.040s] ( 745/1714) executor tests::executor::test_set_admin_requires_owner_auth
1055
- PASS [ 0.049s] ( 746/1714) executor tests::executor::test_set_admin_add_and_remove
1056
- PASS [ 0.040s] ( 747/1714) executor tests::executor::test_set_dst_config_requires_admin
1057
- PASS [ 0.094s] ( 748/1714) executor tests::executor::test_native_drop_requires_admin
1058
- PASS [ 0.044s] ( 749/1714) executor tests::executor::test_withdraw_token_requires_admin
1059
- PASS [ 0.043s] ( 750/1714) executor tests::executor::test_withdraw_token_transfers_from_contract
1060
- PASS [ 0.017s] ( 751/1714) executor-fee-lib tests::executor_fee_lib::test_apply_premium_to_gas_multiplier_only
1061
- PASS [ 0.011s] ( 752/1714) executor-fee-lib tests::executor_fee_lib::test_apply_premium_to_gas_multiplier_wins
1062
- PASS [ 0.020s] ( 753/1714) executor-fee-lib tests::executor_fee_lib::test_apply_premium_to_gas_margin_wins
1063
- PASS [ 0.012s] ( 754/1714) executor-fee-lib tests::executor_fee_lib::test_convert_and_apply_premium_to_value
1064
- PASS [ 0.013s] ( 755/1714) executor-fee-lib tests::executor_fee_lib::test_decode_executor_options
1065
- PASS [ 0.014s] ( 756/1714) executor-fee-lib tests::executor_fee_lib::test_get_effective_multiplier_bps
1066
- PASS [ 0.017s] ( 757/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_basic_lz_receive_only
1067
- PASS [ 0.016s] ( 758/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_computes_gas_and_value_components
1068
- PASS [ 0.162s] ( 759/1714) executor tests::executor::test_get_fee_rejects_when_paused
1069
- PASS [ 0.162s] ( 760/1714) executor tests::executor::test_get_fee_rejects_unsupported_eid
1070
- PASS [ 0.168s] ( 761/1714) executor tests::executor::test_assign_job_requires_send_lib_auth
1071
- PASS [ 0.023s] ( 762/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_applies_floor_margin_when_gas_fee_is_low
1072
- PASS [ 0.167s] ( 763/1714) executor tests::executor::test_assign_job_rejects_unsupported_message_lib
1073
- PASS [ 0.024s] ( 764/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_converts_and_multiplies_native_value
1074
- PASS [ 0.021s] ( 765/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_errors_invalid_fee_when_price_feed_returns_negative_total_gas_fee
1075
- PASS [ 0.023s] ( 766/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiple_lz_compose_accumulates_gas_and_value
1076
- PASS [ 0.034s] ( 767/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_errors_eid_not_supported_when_base_gas_zero
1077
- PASS [ 0.028s] ( 768/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_lz_receive_with_value_on_v2
1078
- PASS [ 0.034s] ( 769/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiple_lz_receive_accumulates_gas
1079
- PASS [ 0.200s] ( 770/1714) executor tests::auth::test_check_auth_rejects_value_zero_with_extra_context
1080
- PASS [ 0.009s] ( 771/1714) executor-fee-lib tests::executor_fee_lib::test_safe_u128_to_i128_overflow
1081
- PASS [ 0.022s] ( 772/1714) executor-fee-lib tests::executor_fee_lib::test_safe_u128_to_i128
1082
- PASS [ 0.048s] ( 773/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_errors_no_options
1083
- PASS [ 0.016s] ( 774/1714) executor-fee-lib tests::executor_fee_lib::test_version
1084
- PASS [ 0.033s] ( 775/1714) executor-fee-lib tests::executor_fee_lib::test_is_v1_eid
1085
- PASS [ 0.010s] ( 776/1714) executor-fee-lib tests::executor_option::test_decode_lz_compose_option_invalid_length_35
1086
- PASS [ 0.011s] ( 777/1714) executor-fee-lib tests::executor_option::test_decode_lz_receive_option
1087
- PASS [ 0.015s] ( 778/1714) executor-fee-lib tests::executor_option::test_decode_lz_receive_option_invalid_length_15
1088
- PASS [ 0.011s] ( 779/1714) executor-fee-lib tests::executor_option::test_decode_native_drop_option_invalid_length_47
1089
- PASS [ 0.018s] ( 780/1714) executor-fee-lib tests::executor_option::test_decode_lz_receive_option_invalid_length_33
1090
- PASS [ 0.010s] ( 781/1714) executor-fee-lib tests::executor_option::test_next_executor_option
1091
- PASS [ 0.024s] ( 782/1714) executor-fee-lib tests::executor_option::test_decode_native_drop_option
1092
- PASS [ 0.009s] ( 783/1714) executor-fee-lib tests::executor_option::test_next_executor_option_rejects_zero_option_size
1093
- PASS [ 0.010s] ( 784/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_accumulates_multiple_lz_receive_gas_and_value
1094
- PASS [ 0.019s] ( 785/1714) executor-fee-lib tests::executor_option::test_next_executor_option_rejects_truncated_option_data
1095
- PASS [ 0.032s] ( 786/1714) executor-fee-lib tests::executor_option::test_decode_native_drop_option_invalid_length_49
1096
- PASS [ 0.020s] ( 787/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_aggregates_values
1097
- PASS [ 0.108s] ( 788/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_ordered_execution_adds_overhead
1098
- PASS [ 0.108s] ( 789/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiple_native_drop_accumulates_value
1099
- PASS [ 0.283s] ( 790/1714) executor tests::executor::test_get_fee_rejects_when_sender_is_denylisted_even_if_allowlisted
1100
- PASS [ 0.285s] ( 791/1714) executor tests::executor::test_constructor_sets_endpoint_and_worker_config
1101
- PASS [ 0.014s] ( 792/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_no_options
1102
- PASS [ 0.016s] ( 793/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_rejects_invalid_lz_compose_payload_length
1103
- PASS [ 0.018s] ( 794/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_rejects_invalid_lz_receive_payload_length
1104
- PASS [ 0.008s] ( 795/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_unknown_option_type
1105
- PASS [ 0.009s] ( 796/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_v1_rejects_lz_compose
1106
- PASS [ 0.132s] ( 797/1714) executor-fee-lib tests::executor_option::test_decode_lz_compose_option
1107
- PASS [ 0.037s] ( 798/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_zero_lz_compose_gas
1108
- PASS [ 0.049s] ( 799/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_zero_lz_receive_gas
1109
- PASS [ 0.174s] ( 800/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_uses_dst_multiplier_when_nonzero
1110
- PASS [ 0.201s] ( 801/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiplier_wins_over_floor_margin
1111
- PASS [ 0.114s] ( 802/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_allows_total_value_equal_to_native_cap
1112
- PASS [ 0.029s] ( 803/1714) executor-helper tests::executor_helper::test_execute_with_empty_message
1113
- PASS [ 0.048s] ( 804/1714) executor-helper tests::executor_helper::test_compose_with_value_transfers_tokens
1114
- PASS [ 0.051s] ( 805/1714) executor-helper tests::executor_helper::test_compose_with_empty_data
1115
- PASS [ 0.043s] ( 806/1714) executor-helper tests::executor_helper::test_compose_without_value
1116
- PASS [ 0.402s] ( 807/1714) executor tests::executor::test_assign_job_success_returns_fee_recipient
1117
- PASS [ 0.025s] ( 808/1714) executor-helper tests::executor_helper::test_lz_compose_alert_records_failure
1118
- PASS [ 0.212s] ( 809/1714) executor-fee-lib tests::executor_option::test_decode_lz_compose_option_invalid_length_17
1119
- PASS [ 0.324s] ( 810/1714) executor tests::executor::test_set_dst_config_and_dst_config_view
1120
- PASS [ 0.046s] ( 811/1714) executor-helper tests::executor_helper::test_execute_with_large_message
1121
- PASS [ 0.243s] ( 812/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_uses_default_multiplier_when_multiplier_bps_is_zero
1122
- PASS [ 0.156s] ( 813/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_native_amount_exceeds_cap
1123
- PASS [ 0.037s] ( 814/1714) executor-helper tests::executor_helper::test_execute_without_value
1124
- PASS [ 0.398s] ( 815/1714) executor tests::executor::test_get_fee_rejects_when_sender_not_allowed
1125
- PASS [ 0.035s] ( 816/1714) executor-helper tests::executor_helper::test_lz_compose_alert_with_empty_reason
1126
- PASS [ 0.063s] ( 817/1714) executor-helper tests::executor_helper::test_execute_with_exact_balance_value
1127
- PASS [ 0.024s] ( 818/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_executed
1128
- PASS [ 0.037s] ( 819/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_executable
1129
- PASS [ 0.018s] ( 820/1714) layerzero-views tests::layerzero_view_tests::test_initializable_returns_true
1130
- PASS [ 0.046s] ( 821/1714) layerzero-views tests::layerzero_view_tests::test_executable_multiple_nonces_in_sequence
1131
- PASS [ 0.038s] ( 822/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_verified_but_not_executable
1132
- PASS [ 0.035s] ( 823/1714) layerzero-views tests::layerzero_view_tests::test_initializable_returns_false
1133
- PASS [ 0.052s] ( 824/1714) executor-helper tests::executor_helper::test_native_drop_with_empty_params
1134
- PASS [ 0.054s] ( 825/1714) executor-helper tests::executor_helper::test_native_drop_delegates_to_executor
1135
- PASS [ 0.029s] ( 826/1714) layerzero-views tests::layerzero_view_tests::test_not_verifiable_with_invalid_library
1136
- PASS [ 0.041s] ( 827/1714) layerzero-views tests::layerzero_view_tests::test_not_verifiable_when_endpoint_not_verifiable
1137
- PASS [ 0.042s] ( 828/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_not_initializable_invalid_eid
1138
- PASS [ 0.025s] ( 829/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_verifiable
1139
- PASS [ 0.061s] ( 830/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_multiple_messages_different_nonces
1140
- PASS [ 0.131s] ( 831/1714) executor-helper tests::executor_helper::test_lz_receive_alert_with_empty_reason
1141
- PASS [ 0.282s] ( 832/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_counts_multiple_lz_compose
1142
- PASS [ 0.037s] ( 833/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_verifying
1143
- PASS [ 0.129s] ( 834/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_not_executable
1144
- PASS [ 0.029s] ( 835/1714) layerzero-views tests::layerzero_view_tests::test_verifiable_when_library_valid_and_endpoint_verifiable
1145
- PASS [ 0.022s] ( 836/1714) layerzero-views tests::types_tests::test_empty_payload_hash_returns_all_zeros
1146
- PASS [ 0.013s] ( 837/1714) macro-integration-tests::runtime runtime::contract_ttl::constructor::constructor_with_owned_env_initializes_default_ttl_configs
1147
- PASS [ 0.021s] ( 838/1714) macro-integration-tests::runtime runtime::contract_ttl::constructor::constructor_initializes_default_ttl_configs
1148
- PASS [ 0.026s] ( 839/1714) layerzero-views tests::types_tests::test_nil_payload_hash_returns_all_0xff
1149
- PASS [ 0.021s] ( 840/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_impl_ttl_extension::ping_does_not_extend_instance_ttl_without_config
1150
- PASS [ 0.011s] ( 841/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_trait_ttl_extension::default_trait_method_does_not_extend_instance_ttl_without_config
1151
- PASS [ 0.014s] ( 842/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_trait_ttl_extension::default_trait_method_does_not_extend_instance_ttl_when_above_threshold
1152
- PASS [ 0.033s] ( 843/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_impl_ttl_extension::ping_does_not_extend_instance_ttl_when_above_threshold
1153
- PASS [ 0.163s] ( 844/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_not_executable_when_nilified
1154
- PASS [ 0.010s] ( 845/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_multisig::uses_self_owning_auth_and_exposes_ttl
1155
- PASS [ 0.019s] ( 846/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_trait_ttl_extension::default_trait_method_extends_instance_ttl_when_configured
1156
- PASS [ 0.014s] ( 847/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable::migrate_is_guarded_and_wired
1157
- PASS [ 0.216s] ( 848/1714) executor-helper tests::executor_helper::test_execute_with_value_transfers_tokens
1158
- PASS [ 0.025s] ( 849/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_default::exposes_ttl_and_ownable_features
1159
- PASS [ 0.128s] ( 850/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_not_initializable_path_blocked
1160
- PASS [ 0.015s] ( 851/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable::still_exposes_ttl_features
1161
- PASS [ 0.024s] ( 852/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_multisig_upgradeable::self_auth_can_migrate_when_flag_set
1162
- PASS [ 0.032s] ( 853/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_default::ttl_configurable_write_requires_owner_auth_and_roundtrips
1163
- PASS [ 0.021s] ( 854/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable_no_migration::migrate_is_guarded_and_noop_migration_works
1164
- PASS [ 0.010s] ( 855/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_rejects_zero_address
1165
- PASS [ 0.013s] ( 856/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_remove_path_works
1166
- PASS [ 0.017s] ( 857/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_requires_auth
1167
- PASS [ 0.016s] ( 858/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_n_signatures_success
1168
- LEAK [ 0.345s] ( 859/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_rejects_invalid_native_drop_payload_length
1169
- PASS [ 0.019s] ( 860/1714) macro-integration-tests::runtime runtime::multisig::self_auth::authorizer_is_current_contract_address
1170
- PASS [ 0.024s] ( 861/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_signatures_success
1171
- LEAK [ 0.352s] ( 862/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_treats_zero_lz_receive_gas_as_missing
1172
- PASS [ 0.037s] ( 863/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_and_threshold_work_with_auth
1173
- LEAK [ 0.342s] ( 864/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_v1_rejects_lz_receive_with_value
1174
- PASS [ 0.029s] ( 865/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::oapp_version_default
1175
- PASS [ 0.030s] ( 866/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::set_delegate_requires_auth_and_updates_endpoint
1176
- PASS [ 0.032s] ( 867/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::set_peer_requires_auth_and_updates_storage
1177
- PASS [ 0.012s] ( 868/1714) macro-integration-tests::runtime runtime::oapp::options_type3::set_enforced_options_rejects_invalid_option_type
1178
- PASS [ 0.234s] ( 869/1714) layerzero-views tests::layerzero_view_tests::test_layerzero_view_initialization
1179
- PASS [ 0.019s] ( 870/1714) macro-integration-tests::runtime runtime::oapp::receiver::is_compose_msg_sender_defaults_to_current_contract
1180
- PASS [ 0.051s] ( 871/1714) macro-integration-tests::runtime runtime::oapp::options_type3::enforced_options_lifecycle_and_auth
1181
- PASS [ 0.032s] ( 872/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_clears_payload_transfers_value_and_calls_internal_handler
1182
- PASS [ 0.026s] ( 873/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_no_peer_returns_no_peer
1183
- PASS [ 0.028s] ( 874/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_wrong_peer_returns_only_peer
1184
- PASS [ 0.119s] ( 875/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_n_signatures_rejects_insufficient_signatures
1185
- PASS [ 0.015s] ( 876/1714) macro-integration-tests::runtime runtime::oapp::receiver::next_nonce_defaults_to_unordered
1186
- PASS [ 0.098s] ( 877/1714) macro-integration-tests::runtime runtime::oapp::options_type3::combine_options_behavior_and_validation
1187
- PASS [ 0.183s] ( 878/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_impl_ttl_extension::ping_extends_instance_ttl_when_configured
1188
- PASS [ 0.151s] ( 879/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable_no_migration::still_exposes_ttl_features
1189
- PASS [ 0.255s] ( 880/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_verified_already_committed
1190
- PASS [ 0.029s] ( 881/1714) macro-integration-tests::runtime runtime::ownable::initialization::authorizer_returns_owner
1191
- PASS [ 0.021s] ( 882/1714) macro-integration-tests::runtime runtime::ownable::initialization::double_init_fails
1192
- PASS [ 0.102s] ( 883/1714) macro-integration-tests::runtime runtime::oapp::receiver::allow_initialize_path_follows_peer_configuration
1193
- PASS [ 0.015s] ( 884/1714) macro-integration-tests::runtime runtime::ownable::initialization::init_and_query
1194
- PASS [ 0.049s] ( 885/1714) macro-integration-tests::runtime runtime::oapp::sender::pay_zro_unavailable_returns_error
1195
- PASS [ 0.059s] ( 886/1714) macro-integration-tests::runtime runtime::oapp::sender::lz_send_pays_native_and_zro_and_calls_endpoint_send
1196
- PASS [ 0.176s] ( 887/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_threshold_requires_auth
1197
- PASS [ 0.172s] ( 888/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_signatures_rejects_zero_threshold_by_default
1198
- PASS [ 0.320s] ( 889/1714) layerzero-views tests::layerzero_view_tests::test_not_verifiable_with_empty_payload_hash
1199
- PASS [ 0.070s] ( 890/1714) macro-integration-tests::runtime runtime::oapp::sender::lz_send_requires_sender_auth
1200
- PASS [ 0.106s] ( 891/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_requires_executor_auth
1201
- PASS [ 0.026s] ( 892/1714) macro-integration-tests::runtime runtime::ownable::ownership_transfer::renounce_clears_owner
1202
- PASS [ 0.027s] ( 893/1714) macro-integration-tests::runtime runtime::ownable::only_auth_guard::guard_respects_transfer
1203
- PASS [ 0.028s] ( 894/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::pending_transfer_expires_and_cannot_be_accepted
1204
- PASS [ 0.096s] ( 895/1714) macro-integration-tests::runtime runtime::oapp::sender::lz_send_native_only_does_not_pay_zro
1205
- PASS [ 0.015s] ( 896/1714) macro-integration-tests::runtime runtime::storage::keyed_roundtrip::multi_field_keyed_isolation
1206
- PASS [ 0.028s] ( 897/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::propose_and_accept_transfers_ownership
1207
- PASS [ 0.022s] ( 898/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::propose_requires_owner_auth
1208
- PASS [ 0.045s] ( 899/1714) macro-integration-tests::runtime runtime::ownable::ownership_transfer::transfer_requires_auth
1209
- PASS [ 0.043s] ( 900/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::pending_transfer_blocks_single_step_transfer_and_renounce
1210
- PASS [ 0.040s] ( 901/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::propose_rejects_invalid_ttl
1211
- PASS [ 0.015s] ( 902/1714) macro-integration-tests::runtime runtime::storage::name_override_runtime::name_override_generates_correct_functions
1212
- PASS [ 0.091s] ( 903/1714) macro-integration-tests::runtime runtime::oapp::sender::quote_with_peer_set_works_and_no_peer_errors
1213
- PASS [ 0.010s] ( 904/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::manual_extend::manual_extend_works_without_provider
1214
- PASS [ 0.067s] ( 905/1714) macro-integration-tests::runtime runtime::ownable::initialization::uninitialized_returns_none
1215
- PASS [ 0.016s] ( 906/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::temporary_never_auto_ttl_extends
1216
- PASS [ 0.014s] ( 907/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::invalid_config_rejected
1217
- PASS [ 0.011s] ( 908/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::set_before_init_fails_with_owner_not_set
1218
- PASS [ 0.025s] ( 909/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::invalid_max_ttl_rejected
1219
- PASS [ 0.042s] ( 910/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::persistent_without_provider_does_not_auto_extend
1220
- PASS [ 0.014s] ( 911/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::set_requires_auth
1221
- PASS [ 0.044s] ( 912/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::persistent_auto_ttl
1222
- PASS [ 0.452s] ( 913/1714) executor-helper tests::executor_helper::test_lz_receive_alert_records_failure
1223
- PASS [ 0.231s] ( 914/1714) macro-integration-tests::runtime runtime::multisig::self_auth::self_auth_allows_multisig_admin_calls
1224
- PASS [ 0.089s] ( 915/1714) macro-integration-tests::runtime runtime::ownable::only_auth_guard::guard_enforces_auth
1225
- PASS [ 0.037s] ( 916/1714) macro-integration-tests::runtime runtime::storage::unkeyed_roundtrip::all_storage_types_unkeyed_roundtrip
1226
- PASS [ 0.013s] ( 917/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::upgrade_is_guarded_by_only_auth
1227
- PASS [ 0.023s] ( 918/1714) macro-integration-tests::runtime runtime::ttl_configurable::freeze::freeze_blocks_set
1228
- PASS [ 0.051s] ( 919/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::read_without_auth
1229
- PASS [ 0.014s] ( 920/1714) macro-integration-tests::runtime runtime::upgradeable::no_migration::no_migration_contract_can_migrate_and_clears_flag
1230
- PASS [ 0.074s] ( 921/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::set_and_remove_configs_roundtrip
1231
- PASS [ 0.056s] ( 922/1714) macro-integration-tests::runtime runtime::ttl_extendable::extend_instance_ttl::extend_instance_ttl_does_not_auto_extend_from_config
1232
- PASS [ 0.055s] ( 923/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::migrate_is_guarded_and_obeys_migrating_flag
1233
- PASS [ 0.057s] ( 924/1714) macro-integration-tests::runtime runtime::ttl_configurable::freeze::freeze_requires_auth
1234
- PASS [ 0.057s] ( 925/1714) macro-integration-tests::runtime runtime::ttl_extendable::extend_instance_ttl::extend_instance_ttl_extends_instance_storage
1235
- PASS [ 0.080s] ( 926/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::migrate_rejects_invalid_migration_data_and_does_not_clear_flag
1236
- PASS [ 0.154s] ( 927/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::persistent_no_ttl_extension_respected
1237
- PASS [ 0.096s] ( 928/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::upgrade_sets_migrating_flag_with_auth
1238
- PASS [ 0.088s] ( 929/1714) macro-integration-tests::runtime runtime::upgradeable::upgrade_then_migrate::upgrade_then_migrate_happy_path
1239
- PASS [ 0.117s] ( 930/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::upgrade_and_migrate_fail_before_owner_init
1240
- PASS [ 0.218s] ( 931/1714) macro-integration-tests::runtime runtime::storage::keyed_roundtrip::single_field_keyed_all_storage_types
1241
- LEAK [ 0.259s] ( 932/1714) macro-integration-tests::runtime runtime::storage::keyed_roundtrip::multi_field_keyed_set_or_remove
1242
- PASS [ 0.010s] ( 933/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_parses_expected_offsets_and_big_endian
1243
- LEAK [ 0.446s] ( 934/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::endpoint_roundtrip
1244
- PASS [ 0.258s] ( 935/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::manual_extend::manual_extend_all_storage_types
1245
- PASS [ 0.028s] ( 936/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_rejects_invalid_length
1246
- PASS [ 0.018s] ( 937/1714) message-lib-common tests::packet_codec_v1::encode_packet::test_encode_packet_layout_and_length
1247
- PASS [ 0.036s] ( 938/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_rejects_too_long_length
1248
- PASS [ 0.015s] ( 939/1714) message-lib-common tests::packet_codec_v1::encode_packet::test_encode_packet_supports_large_message
1249
- PASS [ 0.017s] ( 940/1714) message-lib-common tests::packet_codec_v1::encode_packet::test_encode_packet_supports_empty_message
1250
- PASS [ 0.012s] ( 941/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_ignores_guid_and_message
1251
- PASS [ 0.023s] ( 942/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_has_expected_length_and_byte_layout
1252
- PASS [ 0.017s] ( 943/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_numeric_boundaries_are_big_endian
1253
- PASS [ 0.104s] ( 944/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_rejects_invalid_version
1254
- PASS [ 0.013s] ( 945/1714) message-lib-common tests::packet_codec_v1::payload::test_payload_is_guid_plus_message
1255
- PASS [ 0.018s] ( 946/1714) message-lib-common tests::packet_codec_v1::payload::test_payload_supports_empty_message
1256
- PASS [ 0.010s] ( 947/1714) message-lib-common tests::packet_codec_v1::payload_hash::test_payload_hash_matches_keccak256_of_payload
1257
- PASS [ 0.009s] ( 948/1714) message-lib-common tests::worker_options::append_dvn_option::test_append_dvn_option_creates_new_entries_for_different_dvn_idx
1258
- PASS [ 0.081s] ( 949/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_sender_account_address_writes_payload_only
1259
- PASS [ 0.088s] ( 950/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_roundtrips_through_decode_packet_header
1260
- PASS [ 0.021s] ( 951/1714) message-lib-common tests::worker_options::append_dvn_option::test_append_dvn_option_supports_dvn_idx_255
1261
- PASS [ 0.033s] ( 952/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_encodes_expected_layout
1262
- PASS [ 0.013s] ( 953/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_encodes_gas_big_endian
1263
- PASS [ 0.012s] ( 954/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_zero_gas_matches_expected_bytes
1264
- PASS [ 0.017s] ( 955/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_u128_max_gas_matches_expected_bytes
1265
- PASS [ 0.015s] ( 956/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_encodes_amount_big_endian
1266
- PASS [ 0.008s] ( 957/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_u128_max_amount_matches_expected_bytes
1267
- PASS [ 0.482s] ( 958/1714) macro-integration-tests::runtime runtime::ttl_configurable::freeze::double_freeze_fails
1268
- PASS [ 0.152s] ( 959/1714) message-lib-common tests::worker_options::append_dvn_option::test_append_dvn_option_groups_and_appends_same_dvn_idx
1269
- PASS [ 0.103s] ( 960/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_encodes_expected_layout
1270
- PASS [ 0.011s] ( 961/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_allows_u128_max_gas
1271
- PASS [ 0.073s] ( 962/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_rejects_unknown_legacy_type
1272
- PASS [ 0.015s] ( 963/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_rejects_gas_overflow
1273
- PASS [ 0.019s] ( 964/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_outputs_lz_receive
1274
- PASS [ 0.014s] ( 965/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_rejects_invalid_size_too_long
1275
- PASS [ 0.024s] ( 966/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_outputs_lz_receive_and_native_drop
1276
- PASS [ 0.064s] ( 967/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_allows_u128_max_gas_and_amount
1277
- PASS [ 0.035s] ( 968/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_receiver_len_32_is_not_modified
1278
- PASS [ 0.109s] ( 969/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_rejects_invalid_size_too_short
1279
- PASS [ 0.009s] ( 970/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_amount_overflow
1280
- PASS [ 0.092s] ( 971/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_receiver_len_1_is_left_padded_to_bytes32
1281
- PASS [ 0.013s] ( 972/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_invalid_size_too_long
1282
- PASS [ 0.016s] ( 973/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_gas_overflow
1283
- PASS [ 0.231s] ( 974/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_zero_amount_and_zero_receiver_matches_expected_bytes
1284
- PASS [ 0.008s] ( 975/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_executor_only_options
1285
- PASS [ 0.011s] ( 976/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_interleaved_executor_and_dvn_keeps_executor_order
1286
- PASS [ 0.032s] ( 977/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_invalid_size_too_short
1287
- PASS [ 0.010s] ( 978/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_rejects_zero_option_size
1288
- PASS [ 0.010s] ( 979/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_returns_empty_for_empty_body
1289
- PASS [ 0.011s] ( 980/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_splits_executor_and_dvn
1290
- PASS [ 0.224s] ( 981/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_rejects_unknown_worker_id
1291
- PASS [ 0.249s] ( 982/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_dvn_only_groups_same_idx_by_concatenation
1292
- PASS [ 0.252s] ( 983/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_receiver_longer_than_32_bytes
1293
- PASS [ 0.010s] ( 984/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_len_32_is_unchanged
1294
- PASS [ 0.012s] ( 985/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_pads_left_with_zeros
1295
- PASS [ 0.204s] ( 986/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_len_31_pads_single_leading_zero
1296
- PASS [ 0.012s] ( 987/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_rejects_len_greater_than_32
1297
- PASS [ 0.009s] ( 988/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_legacy_type2_converts_to_executor_options
1298
- PASS [ 0.012s] ( 989/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_legacy_type1_converts_to_executor_options
1299
- PASS [ 0.012s] ( 990/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_rejects_too_short_options
1300
- PASS [ 0.010s] ( 991/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_type3_executor_and_dvn
1301
- PASS [ 0.011s] ( 992/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_type3_dvn_only
1302
- PASS [ 0.020s] ( 993/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_rejects_empty_options
485
+ PASS [ 0.008s] ( 1/1714) common-macros tests::auth::test_only_auth_requires_env_param
486
+ PASS [ 0.008s] ( 2/1714) common-macros tests::auth::test_multisig_rejects_non_struct_inputs
487
+ PASS [ 0.009s] ( 3/1714) blocked-message-lib tests::blocked_message_lib_tests::version_returns_max_values
488
+ PASS [ 0.009s] ( 4/1714) blocked-message-lib tests::blocked_message_lib_tests::set_config_panics
489
+ PASS [ 0.010s] ( 5/1714) blocked-message-lib tests::blocked_message_lib_tests::send_panics
490
+ PASS [ 0.010s] ( 6/1714) blocked-message-lib tests::blocked_message_lib_tests::get_config_panics
491
+ PASS [ 0.011s] ( 7/1714) blocked-message-lib tests::blocked_message_lib_tests::quote_panics
492
+ PASS [ 0.011s] ( 8/1714) blocked-message-lib tests::blocked_message_lib_tests::message_lib_type_returns_send_and_receive
493
+ PASS [ 0.011s] ( 9/1714) blocked-message-lib tests::blocked_message_lib_tests::quote_panics_with_zro
494
+ PASS [ 0.011s] ( 10/1714) blocked-message-lib tests::blocked_message_lib_tests::send_panics_with_zro
495
+ PASS [ 0.013s] ( 11/1714) blocked-message-lib tests::blocked_message_lib_tests::is_supported_eid_returns_true_for_any_eid
496
+ PASS [ 0.014s] ( 12/1714) common-macros tests::auth::test_only_auth_rejects_non_function_inputs
497
+ PASS [ 0.014s] ( 13/1714) common-macros tests::auth::test_only_auth_inserts_correct_code_at_the_beginning
498
+ PASS [ 0.007s] ( 14/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_adds_contractimpl_attribute_table_driven
499
+ PASS [ 0.008s] ( 15/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_rejects_non_impl_block_input
500
+ PASS [ 0.011s] ( 16/1714) common-macros tests::auth::test_ownable_rejects_non_struct_inputs
501
+ PASS [ 0.009s] ( 17/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_injects_init_default_ttl_configs_only_in_constructor
502
+ PASS [ 0.009s] ( 18/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_skips_ttl_insertion_table_driven
503
+ PASS [ 0.009s] ( 19/1714) common-macros tests::contract_ttl::test_contractimpl_with_ttl_inserts_ttl_for_methods_with_env_table_driven
504
+ PASS [ 0.009s] ( 20/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_inserts_ttl_for_default_methods_with_env_table_driven
505
+ PASS [ 0.009s] ( 21/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_adds_contracttrait_attribute_table_driven
506
+ PASS [ 0.010s] ( 22/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_rejects_non_trait_input
507
+ PASS [ 0.011s] ( 23/1714) common-macros tests::contract_ttl::test_contracttrait_with_ttl_skips_ttl_insertion_table_driven
508
+ PASS [ 0.008s] ( 24/1714) common-macros tests::error::test_contract_error_discriminant_must_be_integer_literal
509
+ PASS [ 0.010s] ( 25/1714) common-macros tests::error::test_contract_error_max_not_last_panics_overflow
510
+ PASS [ 0.013s] ( 26/1714) common-macros tests::error::test_contract_error_discriminant_must_fit_u32
511
+ PASS [ 0.009s] ( 27/1714) common-macros tests::lz_contract::test_lz_contract_rejects_non_struct_inputs
512
+ PASS [ 0.015s] ( 28/1714) common-macros tests::error::test_contract_error_discriminants_ordering_rejections_table_driven
513
+ PASS [ 0.015s] ( 29/1714) common-macros tests::lz_contract::test_lz_contract_invalid_config_table_driven
514
+ PASS [ 0.015s] ( 30/1714) common-macros tests::error::test_contract_error_requires_unit_variants
515
+ PASS [ 0.007s] ( 31/1714) common-macros tests::rbac::test_authorizer_role_generates_auth_check_instead_of_ensure_role
516
+ PASS [ 0.019s] ( 32/1714) common-macros tests::error::test_contract_error_rejects_non_enum_inputs
517
+ PASS [ 0.007s] ( 33/1714) common-macros tests::rbac::test_has_role_rejects_invalid_args_table_driven
518
+ PASS [ 0.014s] ( 34/1714) common-macros tests::rbac::test_has_role_env_variants_generate_correct_env_ref_in_ensure_role
519
+ PASS [ 0.011s] ( 35/1714) common-macros tests::rbac::test_has_role_rejects_invalid_function_signature_table_driven
520
+ PASS [ 0.009s] ( 36/1714) common-macros tests::rbac::test_has_role_role_arg_variants_generate_expected_symbol_new_table_driven
521
+ PASS [ 0.050s] ( 37/1714) common-macros tests::auth::snapshot_only_auth_preserves_function_signature
522
+ PASS [ 0.015s] ( 38/1714) common-macros tests::rbac::test_has_role_rejects_non_function_inputs
523
+ PASS [ 0.009s] ( 39/1714) common-macros tests::rbac::test_only_role_inserts_expected_statements_and_preserves_original_body
524
+ PASS [ 0.007s] ( 40/1714) common-macros tests::storage::extract_fields::test_named_variant_single_field
525
+ PASS [ 0.015s] ( 41/1714) common-macros tests::rbac::test_non_authorizer_role_still_uses_ensure_role
526
+ PASS [ 0.055s] ( 42/1714) common-macros tests::auth::snapshot_generated_ownable_code
527
+ PASS [ 0.009s] ( 43/1714) common-macros tests::rbac::test_role_check_inserts_expected_statements_table_driven
528
+ PASS [ 0.024s] ( 44/1714) common-macros tests::rbac::test_has_role_address_variants_generate_correct_param_reference
529
+ PASS [ 0.047s] ( 45/1714) common-macros tests::contract_ttl::snapshot_generated_contracttrait_code
530
+ PASS [ 0.049s] ( 46/1714) common-macros tests::contract_ttl::snapshot_generated_contractimpl_code
531
+ PASS [ 0.007s] ( 47/1714) common-macros tests::storage::extract_fields::test_tuple_variant_panics
532
+ PASS [ 0.008s] ( 48/1714) common-macros tests::storage::extract_fields::test_unit_variant_returns_empty
533
+ PASS [ 0.013s] ( 49/1714) common-macros tests::storage::extract_fields::test_named_variant_multiple_fields
534
+ PASS [ 0.011s] ( 50/1714) common-macros tests::storage::extract_fields::test_preserves_field_order
535
+ PASS [ 0.049s] ( 51/1714) common-macros tests::error::snapshot_generated_contract_error_code
536
+ PASS [ 0.008s] ( 52/1714) common-macros tests::storage::gen_accessor_methods::named_variant_generates_expected_param_passing_rules
537
+ PASS [ 0.063s] ( 53/1714) common-macros tests::auth::snapshot_generated_multisig_code
538
+ PASS [ 0.008s] ( 54/1714) common-macros tests::storage::gen_accessor_methods::snake_case_and_custom_name_attribute_are_applied
539
+ PASS [ 0.007s] ( 55/1714) common-macros tests::storage::gen_accessor_methods::uses_correct_storage_accessor_for_each_kind
540
+ PASS [ 0.007s] ( 56/1714) common-macros tests::storage::gen_args::test_named_variant_single_field
541
+ PASS [ 0.007s] ( 57/1714) common-macros tests::storage::gen_args::test_named_variant_multiple_fields
542
+ PASS [ 0.013s] ( 58/1714) common-macros tests::storage::gen_accessor_methods::default_value_changes_getter_return_type_and_body
543
+ PASS [ 0.012s] ( 59/1714) common-macros tests::storage::gen_accessor_methods::no_default_getter_returns_option
544
+ PASS [ 0.010s] ( 60/1714) common-macros tests::storage::gen_args::test_args_do_not_include_types
545
+ PASS [ 0.013s] ( 61/1714) common-macros tests::storage::gen_accessor_methods::persistent_includes_auto_ttl_and_can_be_disabled
546
+ PASS [ 0.014s] ( 62/1714) common-macros tests::storage::gen_accessor_methods::generates_all_expected_methods_for_unit_variant
547
+ PASS [ 0.009s] ( 63/1714) common-macros tests::storage::gen_args::test_unit_variant_only_env_arg
548
+ PASS [ 0.008s] ( 64/1714) common-macros tests::storage::gen_enum_variant::test_named_variant_single_field
549
+ PASS [ 0.007s] ( 65/1714) common-macros tests::storage::gen_enum_variant::test_tuple_variant_panics
550
+ PASS [ 0.008s] ( 66/1714) common-macros tests::storage::gen_enum_variant::test_complex_generic_types
551
+ PASS [ 0.009s] ( 67/1714) common-macros tests::storage::gen_enum_variant::test_named_variant_multiple_fields
552
+ PASS [ 0.053s] ( 68/1714) common-macros tests::lz_contract::snapshot_generated_lz_contract_code
553
+ PASS [ 0.008s] ( 69/1714) common-macros tests::storage::gen_key::test_named_variant_single_field_non_primitive
554
+ PASS [ 0.010s] ( 70/1714) common-macros tests::storage::gen_enum_variant::test_unit_variant
555
+ PASS [ 0.050s] ( 71/1714) common-macros tests::rbac::snapshot_authorizer_role
556
+ PASS [ 0.009s] ( 72/1714) common-macros tests::storage::gen_key::test_all_primitives_not_cloned
557
+ PASS [ 0.007s] ( 73/1714) common-macros tests::storage::gen_key::test_uses_provided_enum_name
558
+ PASS [ 0.008s] ( 74/1714) common-macros tests::storage::gen_key::test_unit_variant_key
559
+ PASS [ 0.010s] ( 75/1714) common-macros tests::storage::gen_key::test_named_variant_single_field_primitive
560
+ PASS [ 0.052s] ( 76/1714) common-macros tests::rbac::snapshot_preserve_function_signature
561
+ PASS [ 0.009s] ( 77/1714) common-macros tests::storage::gen_params::test_all_primitive_types_by_value
562
+ PASS [ 0.007s] ( 78/1714) common-macros tests::storage::gen_params::test_named_variant_with_non_primitive_field_by_reference
563
+ PASS [ 0.009s] ( 79/1714) common-macros tests::storage::gen_params::test_named_variant_mixed_primitive_and_non_primitive
564
+ PASS [ 0.008s] ( 80/1714) common-macros tests::storage::gen_params::test_named_variant_with_primitive_field_by_value
565
+ PASS [ 0.015s] ( 81/1714) common-macros tests::storage::gen_key::test_named_variant_multiple_fields_mixed
566
+ PASS [ 0.009s] ( 82/1714) common-macros tests::storage::generate_storage::test_attribute_errors
567
+ PASS [ 0.008s] ( 83/1714) common-macros tests::storage::generate_storage::test_tuple_variant_rejected
568
+ PASS [ 0.008s] ( 84/1714) common-macros tests::storage::is_primitive_type::test_rejects_non_primitive_types
569
+ PASS [ 0.007s] ( 85/1714) common-macros tests::storage::is_primitive_type::test_rejects_other_type_variants
570
+ PASS [ 0.007s] ( 86/1714) common-macros tests::storage::parse_default::test_empty_attrs_returns_none
571
+ PASS [ 0.007s] ( 87/1714) common-macros tests::storage::parse_default::test_no_default_returns_none
572
+ PASS [ 0.014s] ( 88/1714) common-macros tests::storage::gen_params::test_unit_variant_only_env_param
573
+ PASS [ 0.008s] ( 89/1714) common-macros tests::storage::parse_default::test_error_default_empty_parens
574
+ PASS [ 0.008s] ( 90/1714) common-macros tests::storage::parse_default::test_error_default_without_parens
575
+ PASS [ 0.007s] ( 91/1714) common-macros tests::storage::parse_default::test_parses_integer_default
576
+ PASS [ 0.008s] ( 92/1714) common-macros tests::storage::parse_default::test_parses_boolean_default
577
+ PASS [ 0.010s] ( 93/1714) common-macros tests::storage::parse_default::test_error_multiple_defaults
578
+ PASS [ 0.007s] ( 94/1714) common-macros tests::storage::parse_default::test_parses_method_call_default
579
+ PASS [ 0.008s] ( 95/1714) common-macros tests::storage::parse_default::test_parses_negative_default
580
+ PASS [ 0.007s] ( 96/1714) common-macros tests::storage::parse_default::test_parses_zero_default
581
+ PASS [ 0.008s] ( 97/1714) common-macros tests::storage::parse_name::test_empty_attrs_returns_none
582
+ PASS [ 0.007s] ( 98/1714) common-macros tests::storage::parse_name::test_error_multiple_names
583
+ PASS [ 0.019s] ( 99/1714) common-macros tests::storage::generate_storage::test_non_enum_input
584
+ PASS [ 0.018s] ( 100/1714) common-macros tests::storage::is_primitive_type::test_recognizes_primitive_types
585
+ PASS [ 0.009s] ( 101/1714) common-macros tests::storage::parse_name::test_error_name_empty_parens
586
+ PASS [ 0.009s] ( 102/1714) common-macros tests::storage::parse_name::test_parses_name_with_special_chars
587
+ PASS [ 0.010s] ( 103/1714) common-macros tests::storage::parse_name::test_no_name_returns_none
588
+ PASS [ 0.008s] ( 104/1714) common-macros tests::storage::parse_name::test_parses_name_with_underscores
589
+ PASS [ 0.010s] ( 105/1714) common-macros tests::storage::parse_name::test_error_name_without_parens
590
+ PASS [ 0.009s] ( 106/1714) common-macros tests::storage::parse_name::test_parses_custom_name
591
+ PASS [ 0.010s] ( 107/1714) common-macros tests::storage::parse_name::test_error_name_with_identifier
592
+ PASS [ 0.011s] ( 108/1714) common-macros tests::storage::parse_name::test_error_name_with_integer
593
+ PASS [ 0.010s] ( 109/1714) common-macros tests::storage::parse_no_ttl_extension::test_attribute_before_storage_type
594
+ PASS [ 0.007s] ( 110/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_attribute_with_parens
595
+ PASS [ 0.008s] ( 111/1714) common-macros tests::storage::parse_no_ttl_extension::test_empty_attrs_returns_false
596
+ PASS [ 0.010s] ( 112/1714) common-macros tests::storage::parse_no_ttl_extension::test_attribute_present_returns_true
597
+ PASS [ 0.008s] ( 113/1714) common-macros tests::storage::parse_no_ttl_extension::test_no_attribute_returns_false
598
+ PASS [ 0.011s] ( 114/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_attribute_with_key_value
599
+ PASS [ 0.009s] ( 115/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_attribute_with_value
600
+ PASS [ 0.008s] ( 116/1714) common-macros tests::storage::parse_storage_type::test_error_multiple_storage_types
601
+ PASS [ 0.008s] ( 117/1714) common-macros tests::storage::parse_storage_type::test_ignores_non_storage_attrs
602
+ PASS [ 0.009s] ( 118/1714) common-macros tests::storage::parse_no_ttl_extension::test_error_multiple_attributes
603
+ PASS [ 0.007s] ( 119/1714) common-macros tests::storage::parse_storage_type::test_parses_instance_storage
604
+ PASS [ 0.008s] ( 120/1714) common-macros tests::storage::parse_storage_type::test_parses_complex_type
605
+ PASS [ 0.009s] ( 121/1714) common-macros tests::storage::parse_storage_type::test_panics_invalid_type_param
606
+ PASS [ 0.008s] ( 122/1714) common-macros tests::storage::parse_storage_type::test_parses_persistent_storage
607
+ PASS [ 0.009s] ( 123/1714) common-macros tests::storage::parse_storage_type::test_parses_generic_type_with_multiple_params
608
+ PASS [ 0.011s] ( 124/1714) common-macros tests::storage::parse_storage_type::test_panics_missing_type_param
609
+ PASS [ 0.010s] ( 125/1714) common-macros tests::storage::parse_storage_type::test_parses_temporary_storage
610
+ PASS [ 0.014s] ( 126/1714) common-macros tests::storage::parse_storage_type::test_error_missing_storage_type
611
+ PASS [ 0.008s] ( 127/1714) common-macros tests::storage::storage_kind::test_instance_accessor
612
+ PASS [ 0.008s] ( 128/1714) common-macros tests::storage::storage_kind::test_instance_name
613
+ PASS [ 0.007s] ( 129/1714) common-macros tests::storage::storage_kind::test_temporary_accessor
614
+ PASS [ 0.009s] ( 130/1714) common-macros tests::storage::storage_kind::test_persistent_accessor
615
+ PASS [ 0.007s] ( 131/1714) common-macros tests::storage::validate_attrs::test_accepts_multiple_valid_attributes
616
+ PASS [ 0.009s] ( 132/1714) common-macros tests::storage::storage_kind::test_temporary_name
617
+ PASS [ 0.010s] ( 133/1714) common-macros tests::storage::storage_kind::test_persistent_name
618
+ PASS [ 0.007s] ( 134/1714) common-macros tests::storage::variant_config::test_method_names_basic
619
+ PASS [ 0.019s] ( 135/1714) common-macros tests::storage::parse_storage_type::test_error_empty_attrs
620
+ PASS [ 0.009s] ( 136/1714) common-macros tests::storage::validate_attrs::test_rejects_path_attribute
621
+ PASS [ 0.011s] ( 137/1714) common-macros tests::storage::validate_attrs::test_accepts_known_attributes
622
+ PASS [ 0.007s] ( 138/1714) common-macros tests::storage::variant_config::test_method_names_with_custom_name
623
+ PASS [ 0.007s] ( 139/1714) common-macros tests::storage::variant_config::test_try_from_error_no_ttl_extension_on_temporary
624
+ PASS [ 0.008s] ( 140/1714) common-macros tests::storage::variant_config::test_try_from_instance_variant
625
+ PASS [ 0.012s] ( 141/1714) common-macros tests::storage::validate_attrs::test_rejects_unknown_attribute
626
+ PASS [ 0.016s] ( 142/1714) common-macros tests::storage::validate_attrs::test_empty_attrs_is_valid
627
+ PASS [ 0.008s] ( 143/1714) common-macros tests::storage::variant_config::test_try_from_persistent_with_no_ttl_extension
628
+ PASS [ 0.011s] ( 144/1714) common-macros tests::storage::variant_config::test_try_from_error_no_ttl_extension_on_instance
629
+ PASS [ 0.010s] ( 145/1714) common-macros tests::storage::variant_config::test_try_from_error_unknown_attribute
630
+ PASS [ 0.008s] ( 146/1714) common-macros tests::storage::variant_config::test_try_from_temporary_variant
631
+ PASS [ 0.011s] ( 147/1714) common-macros tests::storage::variant_config::test_try_from_persistent_variant
632
+ PASS [ 0.009s] ( 148/1714) common-macros tests::storage::variant_config::test_try_from_with_custom_name
633
+ PASS [ 0.009s] ( 149/1714) common-macros tests::storage::variant_config::test_try_from_with_default
634
+ PASS [ 0.009s] ( 150/1714) common-macros tests::ttl_configurable::test_ttl_configurable_rejects_non_struct_inputs
635
+ PASS [ 0.007s] ( 151/1714) common-macros tests::ttl_extendable::test_ttl_extendable_rejects_non_struct_inputs
636
+ PASS [ 0.012s] ( 152/1714) common-macros tests::storage::variant_config::test_try_from_snake_case_conversion
637
+ PASS [ 0.007s] ( 153/1714) common-macros tests::upgradeable::test_upgradeable_emits_binver_when_version_is_set
638
+ PASS [ 0.007s] ( 154/1714) common-macros tests::utils::test_as_ref_tokens_for_custom_named_owned_env
639
+ PASS [ 0.009s] ( 155/1714) common-macros tests::upgradeable::test_upgradeable_rejects_invalid_config_table_driven
640
+ PASS [ 0.009s] ( 156/1714) common-macros tests::upgradeable::test_upgradeable_rejects_non_struct_inputs
641
+ PASS [ 0.009s] ( 157/1714) common-macros tests::utils::test_as_ref_tokens_for_custom_named_ref_env
642
+ PASS [ 0.011s] ( 158/1714) common-macros tests::upgradeable::test_upgradeable_skips_binver_when_version_is_0_0_0
643
+ PASS [ 0.010s] ( 159/1714) common-macros tests::upgradeable::test_upgradeable_skips_binver_when_version_is_missing
644
+ PASS [ 0.008s] ( 160/1714) common-macros tests::utils::test_as_ref_tokens_for_ref_env_no_ampersand
645
+ PASS [ 0.008s] ( 161/1714) common-macros tests::utils::test_expect_env_param_panics_when_no_env
646
+ PASS [ 0.009s] ( 162/1714) common-macros tests::utils::test_expect_env_param_returns_param_for_owned_env
647
+ PASS [ 0.009s] ( 163/1714) common-macros tests::utils::test_as_ref_tokens_for_owned_env_adds_ampersand
648
+ PASS [ 0.062s] ( 164/1714) common-macros tests::storage::generate_storage::snapshot_generated_storage_code
649
+ PASS [ 0.010s] ( 165/1714) common-macros tests::utils::test_expect_env_param_returns_param_for_ref_env
650
+ PASS [ 0.016s] ( 166/1714) common-macros tests::utils::test_find_env_param_returns_none_for_no_env
651
+ PASS [ 0.015s] ( 167/1714) common-macros tests::utils::test_find_env_param_returns_none_for_tuple_pattern
652
+ PASS [ 0.018s] ( 168/1714) common-macros tests::utils::test_find_env_param_qualified_owned_env
653
+ PASS [ 0.017s] ( 169/1714) common-macros tests::utils::test_find_env_param_ref_env_is_reference
654
+ PASS [ 0.016s] ( 170/1714) common-macros tests::utils::test_find_env_param_returns_none_for_empty_args
655
+ PASS [ 0.015s] ( 171/1714) common-macros tests::utils::test_find_env_param_returns_none_for_self_only
656
+ PASS [ 0.018s] ( 172/1714) common-macros tests::utils::test_find_env_param_qualified_ref_env
657
+ PASS [ 0.017s] ( 173/1714) common-macros tests::utils::test_find_env_param_returns_first_env_when_multiple
658
+ PASS [ 0.021s] ( 174/1714) common-macros tests::utils::test_find_env_param_finds_env_not_first_param
659
+ PASS [ 0.018s] ( 175/1714) common-macros tests::utils::test_find_env_param_mut_ref_env_is_reference
660
+ PASS [ 0.024s] ( 176/1714) common-macros tests::utils::test_find_env_param_finds_deeply_nested_env
661
+ PASS [ 0.018s] ( 177/1714) common-macros tests::utils::test_find_env_param_owned_env_is_not_reference
662
+ PASS [ 0.020s] ( 178/1714) common-macros tests::utils::test_find_env_param_ignores_self_receiver
663
+ PASS [ 0.007s] ( 179/1714) common-macros tests::utils::test_is_env_type_recognizes_env_types
664
+ PASS [ 0.007s] ( 180/1714) common-macros tests::utils::test_find_env_param_returns_none_for_wildcard_pattern
665
+ PASS [ 0.011s] ( 181/1714) common-macros tests::utils::test_find_env_param_with_double_reference
666
+ PASS [ 0.011s] ( 182/1714) common-macros tests::utils::test_is_env_type_rejects_non_env_types
667
+ PASS [ 0.011s] ( 183/1714) common-macros tests::utils::test_is_env_type_rejects_other_type_variants
668
+ PASS [ 0.014s] ( 184/1714) common-macros upgradeable::tests::test_set_binver_from_env_zero_version
669
+ PASS [ 0.050s] ( 185/1714) common-macros tests::ttl_configurable::snapshot_generated_ttl_configurable_code
670
+ PASS [ 0.059s] ( 186/1714) common-macros tests::ttl_extendable::snapshot_generated_ttl_extendable_code
671
+ PASS [ 0.058s] ( 187/1714) common-macros tests::upgradeable::snapshot_generated_upgradeable_code
672
+ PASS [ 0.077s] ( 188/1714) console-oft integration_tests::extensions::test_ownership::test_accept_ownership_fails_without_pending_transfer
673
+ PASS [ 0.078s] ( 189/1714) console-oft integration_tests::extensions::test_ownership::test_transfer_ownership_disabled
674
+ PASS [ 0.091s] ( 190/1714) console-oft integration_tests::extensions::test_ownership::test_renounce_ownership_disabled
675
+ PASS [ 0.093s] ( 191/1714) console-oft integration_tests::extensions::test_ownership::test_two_step_transfer_syncs_delegate
676
+ PASS [ 0.104s] ( 192/1714) console-oft integration_tests::extensions::test_ownership::test_initial_owner_equals_delegate
677
+ PASS [ 0.121s] ( 193/1714) console-oft integration_tests::extensions::test_oft_fee::test_quote_oft_reflects_rate_limit_and_fee
678
+ PASS [ 0.120s] ( 194/1714) console-oft integration_tests::extensions::test_ownership::test_set_delegate_disabled
679
+ PASS [ 0.136s] ( 195/1714) console-oft integration_tests::extensions::test_combined::test_pause_overrides_rate_limit
680
+ PASS [ 0.138s] ( 196/1714) console-oft integration_tests::extensions::test_combined::test_fee_plus_rate_limit
681
+ PASS [ 0.142s] ( 197/1714) console-oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_fee
682
+ PASS [ 0.142s] ( 198/1714) console-oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_zero_fee
683
+ PASS [ 0.127s] ( 199/1714) console-oft integration_tests::extensions::test_pausable::test_send_fails_when_paused
684
+ PASS [ 0.153s] ( 200/1714) console-oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_destination_specific_fee
685
+ PASS [ 0.018s] ( 201/1714) console-oft tests::extensions::oft_fee::test_charge_fee_transfers
686
+ PASS [ 0.023s] ( 202/1714) console-oft tests::extensions::oft_fee::test_charge_fee_zero_amount_no_transfer
687
+ PASS [ 0.017s] ( 203/1714) console-oft tests::extensions::oft_fee::test_fee_view_no_fee_returns_zero
688
+ PASS [ 0.018s] ( 204/1714) console-oft tests::extensions::oft_fee::test_fee_view_computes_correct_fee
689
+ PASS [ 0.162s] ( 205/1714) console-oft integration_tests::extensions::test_pausable::test_cross_chain_succeeds_after_unpause
690
+ PASS [ 0.024s] ( 206/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_full_fee_returns_zero
691
+ PASS [ 0.161s] ( 207/1714) console-oft integration_tests::extensions::test_pausable::test_send_succeeds_when_unpaused
692
+ PASS [ 0.027s] ( 208/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_no_fee
693
+ PASS [ 0.176s] ( 209/1714) console-oft integration_tests::extensions::test_pausable::test_receive_succeeds_when_paused
694
+ PASS [ 0.021s] ( 210/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_roundtrip
695
+ PASS [ 0.026s] ( 211/1714) console-oft tests::extensions::oft_fee::test_get_amount_before_fee_per_destination_override
696
+ PASS [ 0.016s] ( 212/1714) console-oft tests::extensions::oft_fee::test_set_fee_bps_rejects_invalid_value
697
+ PASS [ 0.029s] ( 213/1714) console-oft tests::extensions::oft_fee::test_set_default_fee_bps_rejects_invalid_value
698
+ PASS [ 0.017s] ( 214/1714) console-oft tests::extensions::pausable::test_assert_not_paused_succeeds_when_not_paused
699
+ PASS [ 0.020s] ( 215/1714) console-oft tests::extensions::pausable::test_initial_state_is_not_paused
700
+ PASS [ 0.031s] ( 216/1714) console-oft tests::extensions::oft_fee::test_set_fee_bps_set_and_remove
701
+ PASS [ 0.028s] ( 217/1714) console-oft tests::extensions::oft_fee::test_set_fee_deposit_same_value
702
+ PASS [ 0.019s] ( 218/1714) console-oft tests::extensions::pausable::test_set_default_paused_idempotent_when_paused
703
+ PASS [ 0.029s] ( 219/1714) console-oft tests::extensions::pausable::test_assert_not_paused_fails_when_paused
704
+ PASS [ 0.018s] ( 220/1714) console-oft tests::extensions::pausable::test_set_default_paused_idempotent_when_unpaused
705
+ PASS [ 0.012s] ( 221/1714) console-oft tests::extensions::pausable::test_set_default_paused_sets_paused
706
+ PASS [ 0.136s] ( 222/1714) console-oft integration_tests::extensions::test_rate_limiter::test_exempt_sender_bypasses_outbound_rate_limit
707
+ PASS [ 0.129s] ( 223/1714) console-oft integration_tests::extensions::test_rate_limiter::test_inbound_rate_limit_blocks_receive
708
+ PASS [ 0.015s] ( 224/1714) console-oft tests::extensions::pausable::test_set_paused_per_id_override
709
+ PASS [ 0.015s] ( 225/1714) console-oft tests::extensions::pausable::test_set_paused_per_id_removal_falls_back_to_default
710
+ PASS [ 0.017s] ( 226/1714) console-oft tests::extensions::pausable::test_set_default_paused_unpause_after_pausing
711
+ PASS [ 0.023s] ( 227/1714) console-oft tests::extensions::pausable::test_set_default_paused_toggle_multiple_times
712
+ PASS [ 0.019s] ( 228/1714) console-oft tests::extensions::rate_limiter::test_checkpoint_global_state_writes_to_default_id
713
+ PASS [ 0.022s] ( 229/1714) console-oft tests::extensions::pausable::test_set_paused_per_id_unpaused_override_when_default_paused
714
+ PASS [ 0.023s] ( 230/1714) console-oft tests::extensions::rate_limiter::test_address_exemption_bypasses_rate_limit
715
+ PASS [ 0.152s] ( 231/1714) console-oft integration_tests::extensions::test_rate_limiter::test_gross_mode_does_not_release
716
+ PASS [ 0.139s] ( 232/1714) console-oft integration_tests::extensions::test_rate_limiter::test_net_mode_does_release
717
+ PASS [ 0.017s] ( 233/1714) console-oft tests::extensions::rate_limiter::test_config_inheritance_from_default
718
+ PASS [ 0.028s] ( 234/1714) console-oft tests::extensions::rate_limiter::test_checkpoint_snapshots_decayed_usage
719
+ PASS [ 0.014s] ( 235/1714) console-oft tests::extensions::rate_limiter::test_default_state_blocks_outflow
720
+ PASS [ 0.022s] ( 236/1714) console-oft tests::extensions::rate_limiter::test_decay_reduces_usage_over_time
721
+ PASS [ 0.023s] ( 237/1714) console-oft tests::extensions::rate_limiter::test_decay_beyond_window_clamps_to_zero
722
+ PASS [ 0.022s] ( 238/1714) console-oft tests::extensions::rate_limiter::test_decay_fully_restores_capacity
723
+ PASS [ 0.019s] ( 239/1714) console-oft tests::extensions::rate_limiter::test_default_state_blocks_inflow
724
+ PASS [ 0.125s] ( 240/1714) console-oft integration_tests::extensions::test_rate_limiter::test_send_within_rate_limit
725
+ PASS [ 0.019s] ( 241/1714) console-oft tests::extensions::rate_limiter::test_exemption_state_idempotent
726
+ PASS [ 0.019s] ( 242/1714) console-oft tests::extensions::rate_limiter::test_exemption_ignored_when_config_flag_disabled
727
+ PASS [ 0.140s] ( 243/1714) console-oft integration_tests::extensions::test_rate_limiter::test_send_exceeds_rate_limit
728
+ PASS [ 0.018s] ( 244/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_inheritance_and_fallback
729
+ PASS [ 0.013s] ( 245/1714) console-oft tests::extensions::rate_limiter::test_globally_disabled_bypasses_rate_limit
730
+ PASS [ 0.025s] ( 246/1714) console-oft tests::extensions::rate_limiter::test_disabled_direction_returns_unlimited
731
+ PASS [ 0.016s] ( 247/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_no_config_returns_defaults
732
+ PASS [ 0.196s] ( 248/1714) console-oft integration_tests::extensions::test_rate_limiter::test_exempt_receiver_bypasses_inbound_rate_limit
733
+ PASS [ 0.019s] ( 249/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_override_with_state
734
+ PASS [ 0.034s] ( 250/1714) console-oft tests::extensions::rate_limiter::test_different_ids_are_independent
735
+ PASS [ 0.018s] ( 251/1714) console-oft tests::extensions::rate_limiter::test_inflow_exceeds_capacity
736
+ PASS [ 0.158s] ( 252/1714) console-oft integration_tests::extensions::test_rate_limiter::test_rate_limit_decay
737
+ PASS [ 0.145s] ( 253/1714) console-oft integration_tests::extensions::test_rate_limiter::test_send_without_rate_limit
738
+ PASS [ 0.017s] ( 254/1714) console-oft tests::extensions::rate_limiter::test_limit_zero_blocks_all
739
+ PASS [ 0.035s] ( 255/1714) console-oft tests::extensions::rate_limiter::test_get_state_and_config_global_state_ignores_per_id
740
+ PASS [ 0.018s] ( 256/1714) console-oft tests::extensions::rate_limiter::test_outflow_exact_capacity
741
+ PASS [ 0.021s] ( 257/1714) console-oft tests::extensions::rate_limiter::test_inflow_within_capacity
742
+ PASS [ 0.031s] ( 258/1714) console-oft tests::extensions::rate_limiter::test_huge_limit_no_overflow
743
+ PASS [ 0.019s] ( 259/1714) console-oft tests::extensions::rate_limiter::test_net_accounting_inflow_releases_outbound
744
+ PASS [ 0.032s] ( 260/1714) console-oft tests::extensions::rate_limiter::test_global_state_shares_usage
745
+ PASS [ 0.021s] ( 261/1714) console-oft tests::extensions::rate_limiter::test_negative_amount_rejected
746
+ PASS [ 0.019s] ( 262/1714) console-oft tests::extensions::rate_limiter::test_outflow_within_capacity
747
+ PASS [ 0.021s] ( 263/1714) console-oft tests::extensions::rate_limiter::test_outflow_exceeds_capacity
748
+ PASS [ 0.016s] ( 264/1714) console-oft tests::extensions::rate_limiter::test_outflow_zero_amount_succeeds
749
+ PASS [ 0.023s] ( 265/1714) console-oft tests::extensions::rate_limiter::test_no_net_accounting_inflow_does_not_release
750
+ PASS [ 0.018s] ( 266/1714) console-oft tests::extensions::rate_limiter::test_remove_config_falls_back_to_default
751
+ PASS [ 0.021s] ( 267/1714) console-oft tests::extensions::rate_limiter::test_reducing_limit_below_in_flight_clamps_capacity
752
+ PASS [ 0.015s] ( 268/1714) console-oft tests::extensions::rate_limiter::test_set_and_get_global_config
753
+ PASS [ 0.012s] ( 269/1714) console-oft tests::extensions::rate_limiter::test_set_configs_rejects_negative_outbound_limit
754
+ PASS [ 0.012s] ( 270/1714) console-oft tests::extensions::rate_limiter::test_set_states_rejects_future_timestamp
755
+ PASS [ 0.022s] ( 271/1714) console-oft tests::extensions::rate_limiter::test_per_id_override_uses_own_config
756
+ PASS [ 0.015s] ( 272/1714) console-oft tests::extensions::rate_limiter::test_set_configs_rejects_negative_inbound_limit
757
+ PASS [ 0.021s] ( 273/1714) console-oft tests::extensions::rate_limiter::test_set_configs_basic
758
+ PASS [ 0.027s] ( 274/1714) console-oft tests::extensions::rate_limiter::test_remove_config_preserves_state
759
+ PASS [ 0.019s] ( 275/1714) console-oft tests::extensions::rate_limiter::test_timestamp_regression_errors
760
+ PASS [ 0.021s] ( 276/1714) console-oft tests::extensions::rate_limiter::test_set_states_rejects_negative_usage
761
+ PASS [ 0.022s] ( 277/1714) console-oft tests::extensions::rate_limiter::test_set_states_manually
762
+ PASS [ 0.020s] ( 278/1714) console-oft tests::extensions::rate_limiter::test_updating_config_preserves_usage
763
+ PASS [ 0.023s] ( 279/1714) console-oft tests::extensions::rate_limiter::test_window_zero_decays_instantly
764
+ PASS [ 0.010s] ( 280/1714) counter tests::test_codec::test_encode_and_decode
765
+ PASS [ 0.028s] ( 281/1714) console-oft tests::oft_types::lock_unlock::test_debit_transfers_to_contract
766
+ PASS [ 0.032s] ( 282/1714) console-oft tests::oft_types::lock_unlock::test_credit_transfers_from_contract
767
+ PASS [ 0.009s] ( 283/1714) counter tests::test_codec::test_encode_and_decode_with_value
768
+ PASS [ 0.009s] ( 284/1714) counter tests::test_codec::test_msg_type_panic_on_invalid_data
769
+ PASS [ 0.013s] ( 285/1714) counter tests::test_codec::test_msg_type
770
+ PASS [ 0.007s] ( 286/1714) counter tests::test_codec::test_src_eid_panic_on_invalid_data
771
+ PASS [ 0.008s] ( 287/1714) counter tests::test_codec::test_value_panic_on_short_value
772
+ PASS [ 0.008s] ( 288/1714) counter tests::test_codec::test_zero_value_when_not_provided
773
+ PASS [ 0.023s] ( 289/1714) counter tests::test_counter::test_lz_compose
774
+ PASS [ 0.020s] ( 290/1714) counter tests::test_counter::test_lz_compose_not_from_executor
775
+ PASS [ 0.074s] ( 291/1714) counter integration_tests::test_with_blocked::test_blocked_message_lib_quote_fails
776
+ PASS [ 0.072s] ( 292/1714) counter integration_tests::test_with_blocked::test_blocked_message_lib_send_fails
777
+ PASS [ 0.040s] ( 293/1714) counter tests::test_counter::test_increment
778
+ PASS [ 0.043s] ( 294/1714) counter tests::test_counter::test_lz_compose_aba
779
+ PASS [ 0.079s] ( 295/1714) counter integration_tests::test_with_sml::test_increment_vanilla
780
+ PASS [ 0.028s] ( 296/1714) counter tests::test_counter::test_lz_receive_not_from_executor
781
+ PASS [ 0.006s] ( 297/1714) counter tests::test_u256_ext::test_to_i128_with_high_bits_set_returns_none
782
+ PASS [ 0.021s] ( 298/1714) counter tests::test_counter::test_next_nonce
783
+ PASS [ 0.015s] ( 299/1714) counter tests::test_counter::test_skip_inbound_nonce_no_owner
784
+ PASS [ 0.033s] ( 300/1714) counter tests::test_counter::test_lz_receive_vanilla
785
+ PASS [ 0.007s] ( 301/1714) counter tests::test_u256_ext::test_to_i128_with_i128_max
786
+ PASS [ 0.009s] ( 302/1714) counter tests::test_u256_ext::test_to_i128_with_small_value
787
+ PASS [ 0.098s] ( 303/1714) counter integration_tests::test_with_sml::test_increment_composed
788
+ PASS [ 0.008s] ( 304/1714) counter tests::test_u256_ext::test_to_i128_with_zero
789
+ PASS [ 0.031s] ( 305/1714) counter tests::test_counter::test_lz_receive_vanilla_ordered_nonce_wrong_nonce
790
+ PASS [ 0.011s] ( 306/1714) counter tests::test_u256_ext::test_to_i128_with_u128_max_returns_none
791
+ PASS [ 0.013s] ( 307/1714) counter tests::test_u256_ext::test_to_i128_with_value_larger_than_i128_max_returns_none
792
+ PASS [ 0.038s] ( 308/1714) counter tests::test_counter::test_skip_inbound_nonce
793
+ PASS [ 0.020s] ( 309/1714) dvn tests::auth::test_check_auth_expired_fails
794
+ PASS [ 0.017s] ( 310/1714) dvn tests::auth::test_check_auth_invalid_vid_fails
795
+ PASS [ 0.014s] ( 311/1714) dvn tests::auth::test_check_auth_not_admin
796
+ PASS [ 0.017s] ( 312/1714) dvn tests::auth::test_check_auth_non_contract_context_fails
797
+ PASS [ 0.014s] ( 313/1714) dvn tests::auth::test_check_auth_sender_none_fails_when_admin_required
798
+ PASS [ 0.015s] ( 314/1714) dvn tests::auth::test_check_auth_success
799
+ PASS [ 0.132s] ( 315/1714) counter integration_tests::test_with_sml::test_increment_aba
800
+ PASS [ 0.029s] ( 316/1714) dvn tests::auth::test_check_auth_rejects_empty_contexts
801
+ PASS [ 0.036s] ( 317/1714) dvn tests::auth::test_check_auth_hash_already_used_fails
802
+ PASS [ 0.025s] ( 318/1714) dvn tests::auth::test_check_auth_upgrade_no_upgrader_set
803
+ PASS [ 0.144s] ( 319/1714) counter integration_tests::test_with_sml::test_increment_composed_aba
804
+ PASS [ 0.032s] ( 320/1714) dvn tests::auth::test_check_auth_set_admin_bypasses_admin_verification
805
+ PASS [ 0.015s] ( 321/1714) dvn tests::auth::test_check_auth_upgrade_wrong_upgrader
806
+ PASS [ 0.037s] ( 322/1714) dvn tests::auth::test_check_auth_rejects_external_target
807
+ PASS [ 0.021s] ( 323/1714) dvn tests::auth::test_check_auth_upgrade_replay_protection
808
+ PASS [ 0.014s] ( 324/1714) dvn tests::auth::test_set_upgrader_requires_admin
809
+ PASS [ 0.016s] ( 325/1714) dvn tests::auth::test_check_auth_wrong_signer_fails
810
+ PASS [ 0.029s] ( 326/1714) dvn tests::auth::test_check_auth_upgrade_success
811
+ PASS [ 0.044s] ( 327/1714) dvn tests::auth::test_check_auth_upgrade_missing_migrate
812
+ PASS [ 0.017s] ( 328/1714) dvn tests::dvn::test_acl_and_allowlist_size_reads
813
+ PASS [ 0.014s] ( 329/1714) dvn tests::dvn::test_get_fee_missing_dst_config_panics
814
+ PASS [ 0.014s] ( 330/1714) dvn tests::dvn::test_dst_config_not_set_returns_none
815
+ PASS [ 0.016s] ( 331/1714) dvn tests::dvn::test_get_fee_not_allowed_due_to_allowlist
816
+ PASS [ 0.017s] ( 332/1714) dvn tests::dvn::test_get_fee_uses_default_multiplier_when_dst_multiplier_zero
817
+ PASS [ 0.022s] ( 333/1714) dvn tests::dvn::test_get_fee_prefers_dst_multiplier_when_nonzero
818
+ PASS [ 0.021s] ( 334/1714) dvn tests::dvn::test_pause_and_setters_happy_paths
819
+ PASS [ 0.006s] ( 335/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_floor_margin_truncates
820
+ PASS [ 0.014s] ( 336/1714) dvn tests::dvn::test_set_admin_add
821
+ PASS [ 0.013s] ( 337/1714) dvn tests::dvn::test_set_admin_unauthorized
822
+ PASS [ 0.031s] ( 338/1714) dvn tests::dvn::test_assign_job_auth_verification
823
+ PASS [ 0.013s] ( 339/1714) dvn tests::dvn::test_vid_returns_configured_value
824
+ PASS [ 0.008s] ( 340/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_floor_margin_wins
825
+ PASS [ 0.007s] ( 341/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_only_floor_margin_zero
826
+ PASS [ 0.009s] ( 342/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_only_both_zero
827
+ PASS [ 0.019s] ( 343/1714) dvn tests::dvn::test_set_admin_remove_last_admin
828
+ PASS [ 0.021s] ( 344/1714) dvn tests::dvn::test_set_admin_remove
829
+ PASS [ 0.006s] ( 345/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_uses_default_when_multiplier_zero
830
+ PASS [ 0.007s] ( 346/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_panics_on_overflow
831
+ PASS [ 0.013s] ( 347/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_wins_over_small_floor
832
+ PASS [ 0.026s] ( 348/1714) dvn tests::dvn::test_set_dst_config_auth_verification
833
+ PASS [ 0.014s] ( 349/1714) dvn-fee-lib tests::dvn_fee_lib::apply_premium_multiplier_only_native_price_zero
834
+ PASS [ 0.012s] ( 350/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_panics_when_options_not_empty
835
+ PASS [ 0.014s] ( 351/1714) dvn-fee-lib tests::dvn_fee_lib::get_call_data_size_pads_signatures
836
+ PASS [ 0.011s] ( 352/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_prefers_dst_multiplier_over_default
837
+ PASS [ 0.016s] ( 353/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_panics_when_price_feed_returns_negative_fee
838
+ PASS [ 0.014s] ( 354/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_success_path
839
+ PASS [ 0.018s] ( 355/1714) endpoint-v2 tests::endpoint_v2::build_outbound_packet::test_build_outbound_packet_large_message
840
+ PASS [ 0.020s] ( 356/1714) endpoint-v2 tests::endpoint_v2::build_outbound_packet::test_build_outbound_packet_basic
841
+ PASS [ 0.022s] ( 357/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_uses_default_multiplier_when_zero
842
+ PASS [ 0.029s] ( 358/1714) dvn-fee-lib tests::dvn_fee_lib::get_fee_panics_when_gas_zero
843
+ PASS [ 0.024s] ( 359/1714) endpoint-v2 tests::endpoint_v2::build_outbound_packet::test_build_outbound_packet_empty_message
844
+ PASS [ 0.033s] ( 360/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_duplicate_clear
845
+ PASS [ 0.037s] ( 361/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_does_not_change_inbound_nonce
846
+ PASS [ 0.030s] ( 362/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_wrong_payload_hash
847
+ PASS [ 0.229s] ( 363/1714) counter integration_tests::test_with_uln::test_increment_vanilla
848
+ PASS [ 0.049s] ( 364/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_does_not_advance_inbound_nonce_when_clearing_older_nonce
849
+ PASS [ 0.046s] ( 365/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_missing_intermediate_nonce
850
+ PASS [ 0.045s] ( 366/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_unauthorized_caller
851
+ PASS [ 0.024s] ( 367/1714) endpoint-v2 tests::endpoint_v2::delegate::test_delegate_when_not_set
852
+ PASS [ 0.045s] ( 368/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_failure_wrong_delegate
853
+ PASS [ 0.045s] ( 369/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_success_delegate_can_clear
854
+ PASS [ 0.245s] ( 370/1714) counter integration_tests::test_with_uln::test_multi_dvn_duplicate_required_optional
855
+ PASS [ 0.051s] ( 371/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_success_sequential_nonces_keep_inbound_nonce_at_latest_verified
856
+ PASS [ 0.025s] ( 372/1714) endpoint-v2 tests::endpoint_v2::initializable::test_initializable_new_path_receiver_allows
857
+ PASS [ 0.027s] ( 373/1714) endpoint-v2 tests::endpoint_v2::initializable::test_initializable_established_path_always_true
858
+ PASS [ 0.057s] ( 374/1714) endpoint-v2 tests::endpoint_v2::clear::test_clear_removes_inbound_payload_hash
859
+ PASS [ 0.026s] ( 375/1714) endpoint-v2 tests::endpoint_v2::initializable::test_initializable_new_path_receiver_rejects
860
+ PASS [ 0.024s] ( 376/1714) endpoint-v2 tests::endpoint_v2::lz_receive_alert::test_lz_receive_alert_fails_without_executor_auth
861
+ PASS [ 0.040s] ( 377/1714) endpoint-v2 tests::endpoint_v2::delegate::test_delegate_when_set
862
+ PASS [ 0.269s] ( 378/1714) counter integration_tests::test_with_uln::test_increment_composed
863
+ PASS [ 0.020s] ( 379/1714) endpoint-v2 tests::endpoint_v2::owner::test_owner
864
+ PASS [ 0.033s] ( 380/1714) endpoint-v2 tests::endpoint_v2::lz_receive_alert::test_lz_receive_alert_auth
865
+ PASS [ 0.023s] ( 381/1714) endpoint-v2 tests::endpoint_v2::native_token::test_native_token
866
+ PASS [ 0.027s] ( 382/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_in_zro_with_zero_zro_balance
867
+ PASS [ 0.023s] ( 383/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_in_zro_without_zro_configured
868
+ PASS [ 0.036s] ( 384/1714) endpoint-v2 tests::endpoint_v2::lz_receive_alert::test_lz_receive_alert_with_empty_data
869
+ PASS [ 0.278s] ( 385/1714) counter integration_tests::test_with_uln::test_multi_dvn_two_required
870
+ PASS [ 0.283s] ( 386/1714) counter integration_tests::test_with_uln::test_increment_composed_aba
871
+ PASS [ 0.027s] ( 387/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_zro_fees_insufficient_balance
872
+ PASS [ 0.023s] ( 388/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_native_does_not_touch_zro_even_if_provided
873
+ PASS [ 0.034s] ( 389/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_panic_pay_native_fees_insufficient_balance
874
+ PASS [ 0.034s] ( 390/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_fees_with_empty_recipients
875
+ PASS [ 0.027s] ( 391/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_zro_with_all_zero_zro_recipients_refunds_all_zro
876
+ PASS [ 0.300s] ( 392/1714) counter integration_tests::test_with_uln::test_increment_aba
877
+ PASS [ 0.044s] ( 393/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_zro_with_empty_zro_recipients_refunds_all_zro
878
+ PASS [ 0.056s] ( 394/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_fees_with_mixed_zero_and_nonzero_amounts
879
+ PASS [ 0.047s] ( 395/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_mixed_native_and_zro_fees
880
+ PASS [ 0.058s] ( 396/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_fees_with_zero_amounts_skipped
881
+ PASS [ 0.044s] ( 397/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_multiple_recipients_same_token
882
+ PASS [ 0.028s] ( 398/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_default_send_lib_unavailable
883
+ PASS [ 0.040s] ( 399/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_native_fees_with_refund
884
+ PASS [ 0.042s] ( 400/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_native_fees_exact_amount
885
+ PASS [ 0.045s] ( 401/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_native_fees_all_zero_amounts_refunds_all_native
886
+ PASS [ 0.042s] ( 402/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_zro_fees_with_refund
887
+ PASS [ 0.045s] ( 403/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_zro_fees_exact_amount
888
+ PASS [ 0.048s] ( 404/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_zro_fees_multiple_recipients_zero_amounts_skipped_and_refunded
889
+ PASS [ 0.070s] ( 405/1714) endpoint-v2 tests::endpoint_v2::pay_messaging_fees::test_pay_in_zro_still_refunds_native_balance
890
+ PASS [ 0.046s] ( 406/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_guid_calculation
891
+ PASS [ 0.045s] ( 407/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_multiple_quotes_same_path
892
+ PASS [ 0.037s] ( 408/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_nonce_calculation
893
+ PASS [ 0.034s] ( 409/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_pay_in_zro_false_with_zro_set
894
+ PASS [ 0.018s] ( 410/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_zro_unavailable_when_pay_in_zro
895
+ PASS [ 0.027s] ( 411/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_different_senders
896
+ PASS [ 0.031s] ( 412/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_large_message
897
+ PASS [ 0.026s] ( 413/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_zro_fee
898
+ PASS [ 0.018s] ( 414/1714) endpoint-v2 tests::endpoint_v2::require_oapp_auth::test_require_oapp_auth_unauthorized
899
+ PASS [ 0.069s] ( 415/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_after_send
900
+ PASS [ 0.025s] ( 416/1714) endpoint-v2 tests::endpoint_v2::recover_token::test_recover_token
901
+ PASS [ 0.043s] ( 417/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_empty_message_and_options
902
+ PASS [ 0.044s] ( 418/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_different_receivers
903
+ PASS [ 0.043s] ( 419/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_native_fee
904
+ PASS [ 0.052s] ( 420/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_different_dst_eid
905
+ PASS [ 0.055s] ( 421/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_custom_send_library
906
+ PASS [ 0.022s] ( 422/1714) endpoint-v2 tests::endpoint_v2::require_oapp_auth::test_require_oapp_auth_wrong_delegate
907
+ PASS [ 0.025s] ( 423/1714) endpoint-v2 tests::endpoint_v2::send::test_send_default_send_lib_unavailable
908
+ PASS [ 0.034s] ( 424/1714) endpoint-v2 tests::endpoint_v2::recover_token::test_recover_token_fails_for_non_owner
909
+ PASS [ 0.048s] ( 425/1714) endpoint-v2 tests::endpoint_v2::quote::test_quote_with_non_empty_options
910
+ PASS [ 0.023s] ( 426/1714) endpoint-v2 tests::endpoint_v2::send::test_send_unauthorized
911
+ PASS [ 0.035s] ( 427/1714) endpoint-v2 tests::endpoint_v2::send::test_next_guid_matches_send_receipt_guid
912
+ PASS [ 0.032s] ( 428/1714) endpoint-v2 tests::endpoint_v2::send::test_send_insufficient_native_fee
913
+ PASS [ 0.033s] ( 429/1714) endpoint-v2 tests::endpoint_v2::send::test_send_insufficient_zro_fee
914
+ PASS [ 0.036s] ( 430/1714) endpoint-v2 tests::endpoint_v2::send::test_send_pay_in_zro_false_without_zro_set
915
+ PASS [ 0.023s] ( 431/1714) endpoint-v2 tests::endpoint_v2::send::test_send_zro_unavailable_when_pay_in_zro
916
+ PASS [ 0.052s] ( 432/1714) endpoint-v2 tests::endpoint_v2::send::test_send_increments_nonce_sequentially
917
+ PASS [ 0.033s] ( 433/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_non_empty_options_emits_event_and_charges_fee
918
+ PASS [ 0.031s] ( 434/1714) endpoint-v2 tests::endpoint_v2::send::test_send_zero_zro_fee_when_pay_in_zro_true
919
+ PASS [ 0.035s] ( 435/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate
920
+ PASS [ 0.024s] ( 436/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_remove
921
+ PASS [ 0.022s] ( 437/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_unauthorized
922
+ PASS [ 0.045s] ( 438/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_custom_send_library
923
+ PASS [ 0.045s] ( 439/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_native_fee_exact_payment
924
+ PASS [ 0.021s] ( 440/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro
925
+ PASS [ 0.057s] ( 441/1714) endpoint-v2 tests::endpoint_v2::send::test_send_to_different_receivers
926
+ PASS [ 0.022s] ( 442/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro_is_idempotent_for_same_value
927
+ PASS [ 0.052s] ( 443/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_native_fee_and_refund
928
+ PASS [ 0.035s] ( 444/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_overwrites_existing_delegate
929
+ PASS [ 0.053s] ( 445/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_zro_fee
930
+ PASS [ 0.022s] ( 446/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro_unauthorized
931
+ PASS [ 0.043s] ( 447/1714) endpoint-v2 tests::endpoint_v2::set_delegate::test_set_delegate_is_idempotent_for_same_value
932
+ PASS [ 0.020s] ( 448/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_freeze_ttl_configs_requires_owner
933
+ PASS [ 0.026s] ( 449/1714) endpoint-v2 tests::endpoint_v2::transfer_ownership::test_transfer_ownership
934
+ PASS [ 0.018s] ( 450/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_is_ttl_configs_frozen_default_false
935
+ PASS [ 0.029s] ( 451/1714) endpoint-v2 tests::endpoint_v2::set_zro::test_set_zro_overwrites_existing_zro
936
+ PASS [ 0.021s] ( 452/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_panic_set_ttl_configs_exceeds_max_ttl
937
+ PASS [ 0.026s] ( 453/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_freeze_ttl_configs_already_frozen
938
+ PASS [ 0.022s] ( 454/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_requires_owner
939
+ PASS [ 0.024s] ( 455/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_success
940
+ PASS [ 0.028s] ( 456/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_fails_when_frozen
941
+ PASS [ 0.020s] ( 457/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_new_path_nonce_1_true
942
+ PASS [ 0.075s] ( 458/1714) endpoint-v2 tests::endpoint_v2::send::test_send_with_zro_refund
943
+ PASS [ 0.026s] ( 459/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_set_ttl_configs_then_freeze
944
+ PASS [ 0.033s] ( 460/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_freeze_ttl_configs_success
945
+ PASS [ 0.029s] ( 461/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_after_skip_nonce_gt_inbound_nonce_true
946
+ PASS [ 0.021s] ( 462/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_upper_bound_is_enforced_when_inbound_nonce_nonzero
947
+ PASS [ 0.038s] ( 463/1714) endpoint-v2 tests::endpoint_v2::ttl_config::test_panic_set_ttl_configs_invalid_instance_range
948
+ PASS [ 0.028s] ( 464/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_nonce_eq_inbound_nonce_false_without_payload_hash
949
+ PASS [ 0.026s] ( 465/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_upper_bound_is_enforced
950
+ PASS [ 0.030s] ( 466/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_true_when_payload_hash_exists_even_if_nonce_outside_window
951
+ PASS [ 0.028s] ( 467/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_invalid_payload_hash_empty
952
+ PASS [ 0.034s] ( 468/1714) endpoint-v2 tests::endpoint_v2::verifiable::test_verifiable_true_when_nonce_leq_inbound_nonce_but_payload_hash_exists
953
+ PASS [ 0.026s] ( 469/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_path_not_initializable
954
+ PASS [ 0.032s] ( 470/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_multiple_nonces
955
+ PASS [ 0.027s] ( 471/1714) endpoint-v2 tests::endpoint_v2::zro::test_zro_after_set
956
+ PASS [ 0.023s] ( 472/1714) endpoint-v2 tests::endpoint_v2::zro::test_zro_when_not_set
957
+ PASS [ 0.032s] ( 473/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_overwrites_payload_hash_for_same_nonce
958
+ PASS [ 0.021s] ( 474/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_requires_registered_library
959
+ PASS [ 0.028s] ( 475/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_isolated_by_eid_and_lib
960
+ PASS [ 0.051s] ( 476/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_invalid_receive_library
961
+ PASS [ 0.033s] ( 477/1714) endpoint-v2 tests::message_lib_manager::default_receive_library::test_default_receive_library_none_and_distinct_per_eid
962
+ PASS [ 0.045s] ( 478/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_unauthorized
963
+ PASS [ 0.037s] ( 479/1714) endpoint-v2 tests::message_lib_manager::default_receive_library_timeout::test_default_receive_library_timeout_none_and_distinct_per_eid
964
+ PASS [ 0.018s] ( 480/1714) endpoint-v2 tests::message_lib_manager::get_library_index::test_get_library_index_for_unregistered_library_is_none
965
+ PASS [ 0.048s] ( 481/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_success
966
+ PASS [ 0.030s] ( 482/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_returns_empty_for_unset_key
967
+ PASS [ 0.034s] ( 483/1714) endpoint-v2 tests::message_lib_manager::get_config::test_get_config_returns_persisted_and_isolated_by_oapp_and_config_type
968
+ PASS [ 0.054s] ( 484/1714) endpoint-v2 tests::endpoint_v2::verify::test_verify_path_not_verifiable
969
+ PASS [ 0.026s] ( 485/1714) endpoint-v2 tests::message_lib_manager::get_receive_library::test_get_receive_library_custom_without_default
970
+ PASS [ 0.046s] ( 486/1714) endpoint-v2 tests::message_lib_manager::default_send_library::test_default_send_library_none_and_distinct_per_eid
971
+ PASS [ 0.029s] ( 487/1714) endpoint-v2 tests::message_lib_manager::get_library_index::test_get_library_index_multiple_libraries_are_sequential
972
+ PASS [ 0.032s] ( 488/1714) endpoint-v2 tests::message_lib_manager::get_library_index::test_get_library_index_for_registered_library_is_some
973
+ PASS [ 0.030s] ( 489/1714) endpoint-v2 tests::message_lib_manager::get_receive_library::test_get_receive_library_default_custom_and_isolated_per_receiver
974
+ PASS [ 0.025s] ( 490/1714) endpoint-v2 tests::message_lib_manager::get_registered_libraries::test_get_registered_libraries_orders_by_registration_index
975
+ PASS [ 0.022s] ( 491/1714) endpoint-v2 tests::message_lib_manager::get_send_library::test_get_send_library_fails_without_default_and_custom
976
+ PASS [ 0.027s] ( 492/1714) endpoint-v2 tests::message_lib_manager::get_send_library::test_get_send_library_custom_without_default
977
+ PASS [ 0.030s] ( 493/1714) endpoint-v2 tests::message_lib_manager::get_registered_libraries::test_get_registered_libraries_pagination_and_bounds
978
+ PASS [ 0.025s] ( 494/1714) endpoint-v2 tests::message_lib_manager::is_registered_library::test_is_registered_library_true_after_register
979
+ PASS [ 0.032s] ( 495/1714) endpoint-v2 tests::message_lib_manager::get_send_library::test_get_send_library_default_custom_and_isolated_per_sender
980
+ PASS [ 0.029s] ( 496/1714) endpoint-v2 tests::message_lib_manager::is_registered_library::test_is_registered_library_false_for_unregistered_address
981
+ PASS [ 0.041s] ( 497/1714) endpoint-v2 tests::message_lib_manager::get_receive_library::test_get_receive_library_fails_without_default_and_custom
982
+ PASS [ 0.030s] ( 498/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_allows_old_default_receive_library_within_grace_period
983
+ PASS [ 0.051s] ( 499/1714) endpoint-v2 tests::message_lib_manager::get_registered_libraries::test_get_registered_libraries_max_count_exceeds_total_returns_all
984
+ PASS [ 0.038s] ( 500/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_allows_old_custom_receive_library_within_grace_period
985
+ PASS [ 0.035s] ( 501/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_allows_timeout_library_set_by_owner
986
+ PASS [ 0.040s] ( 502/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_custom_configuration_ignores_default_timeout
987
+ PASS [ 0.021s] ( 503/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_is_already_registered
988
+ PASS [ 0.025s] ( 504/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_is_unsupported_interface
989
+ PASS [ 0.026s] ( 505/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library
990
+ PASS [ 0.051s] ( 506/1714) endpoint-v2 tests::message_lib_manager::is_supported_eid::test_is_supported_eid_requires_both_defaults_per_eid
991
+ PASS [ 0.036s] ( 507/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_unrelated_library_even_when_custom_timeout_exists
992
+ PASS [ 0.041s] ( 508/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_old_default_receive_library_after_grace_period_expires
993
+ PASS [ 0.053s] ( 509/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_custom_timeout_isolated_per_receiver
994
+ PASS [ 0.051s] ( 510/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_old_custom_receive_library_after_grace_period_expires
995
+ PASS [ 0.027s] ( 511/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_owner_auth
996
+ PASS [ 0.022s] ( 512/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_library_without_owner_auth
997
+ PASS [ 0.038s] ( 513/1714) endpoint-v2 tests::message_lib_manager::receive_library_timeout::test_receive_library_timeout_none_and_distinct_per_receiver_and_eid
998
+ PASS [ 0.025s] ( 514/1714) endpoint-v2 tests::message_lib_manager::register_library::test_register_multiple_libraries_assigns_sequential_indices_and_orders_results
999
+ PASS [ 0.046s] ( 515/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_unrelated_library_without_timeout
1000
+ PASS [ 0.023s] ( 516/1714) endpoint-v2 tests::message_lib_manager::registered_libraries_count::test_registered_libraries_count_unchanged_on_duplicate_registration
1001
+ PASS [ 0.051s] ( 517/1714) endpoint-v2 tests::message_lib_manager::is_valid_receive_library::test_is_valid_receive_library_rejects_unrelated_library_even_when_default_timeout_exists
1002
+ PASS [ 0.026s] ( 518/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_success_for_receive_and_send_and_receive
1003
+ PASS [ 0.023s] ( 519/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_unregistered_lib
1004
+ PASS [ 0.021s] ( 520/1714) endpoint-v2 tests::message_lib_manager::require_registered::test_require_registered_with_unregistered_lib
1005
+ PASS [ 0.021s] ( 521/1714) endpoint-v2 tests::message_lib_manager::require_supported_eid::test_require_supported_eid_with_non_deployed_lib
1006
+ PASS [ 0.030s] ( 522/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_unsupported_eid
1007
+ PASS [ 0.022s] ( 523/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_wrong_lib_type
1008
+ PASS [ 0.025s] ( 524/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_unsupported_eid
1009
+ PASS [ 0.046s] ( 525/1714) endpoint-v2 tests::message_lib_manager::registered_libraries_count::test_registered_libraries_count_increments_with_registrations
1010
+ PASS [ 0.025s] ( 526/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_unregistered_lib
1011
+ PASS [ 0.034s] ( 527/1714) endpoint-v2 tests::message_lib_manager::require_receive_lib_for_eid::test_require_receive_lib_for_eid_wrong_lib_type
1012
+ PASS [ 0.037s] ( 528/1714) endpoint-v2 tests::message_lib_manager::require_registered::test_require_registered_with_registered_lib
1013
+ PASS [ 0.028s] ( 529/1714) endpoint-v2 tests::message_lib_manager::require_supported_eid::test_require_supported_eid_with_supported
1014
+ PASS [ 0.026s] ( 530/1714) endpoint-v2 tests::message_lib_manager::require_supported_eid::test_require_supported_eid_with_unsupported
1015
+ PASS [ 0.035s] ( 531/1714) endpoint-v2 tests::message_lib_manager::require_send_lib_for_eid::test_require_send_lib_for_eid_success_for_send_and_send_and_receive
1016
+ PASS [ 0.027s] ( 532/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_allows_oapp
1017
+ PASS [ 0.032s] ( 533/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_allows_delegate
1018
+ PASS [ 0.020s] ( 534/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_requires_registered_library
1019
+ PASS [ 0.031s] ( 535/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_isolated_per_oapp
1020
+ PASS [ 0.023s] ( 536/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_unauthorized
1021
+ PASS [ 0.033s] ( 537/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_multiple_params_persists_each
1022
+ PASS [ 0.027s] ( 538/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_clears_existing_timeout
1023
+ PASS [ 0.025s] ( 539/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_invalid_expiry
1024
+ PASS [ 0.035s] ( 540/1714) endpoint-v2 tests::message_lib_manager::set_config::test_set_config_overwrites_existing_config
1025
+ PASS [ 0.029s] ( 541/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_success
1026
+ PASS [ 0.030s] ( 542/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_requires_owner_auth
1027
+ PASS [ 0.030s] ( 543/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_invalid_expiry_equal_timestamp
1028
+ PASS [ 0.027s] ( 544/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_success_with_none
1029
+ PASS [ 0.026s] ( 545/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_unregistered_lib
1030
+ PASS [ 0.029s] ( 546/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_success_with_send_and_receive_type
1031
+ PASS [ 0.028s] ( 547/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_unsupported_eid
1032
+ PASS [ 0.030s] ( 548/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_lib_timeout::test_set_default_receive_lib_timeout_wrong_lib_type
1033
+ PASS [ 0.031s] ( 549/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_grace_period_with_no_previous_default_sets_no_timeout
1034
+ PASS [ 0.029s] ( 550/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_requires_owner_auth
1035
+ PASS [ 0.034s] ( 551/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_is_scoped_by_src_eid
1036
+ PASS [ 0.037s] ( 552/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_grace_period_zero_clears_timeout
1037
+ PASS [ 0.024s] ( 553/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_unsupported_eid
1038
+ PASS [ 0.037s] ( 554/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_multi_rotation_timeout_uses_immediate_previous_default
1039
+ PASS [ 0.028s] ( 555/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_wrong_lib_type
1040
+ PASS [ 0.033s] ( 556/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_success
1041
+ PASS [ 0.029s] ( 557/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_unregistered_lib
1042
+ PASS [ 0.034s] ( 558/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_same_value
1043
+ PASS [ 0.031s] ( 559/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_with_send_and_receive_type
1044
+ PASS [ 0.037s] ( 560/1714) endpoint-v2 tests::message_lib_manager::set_default_receive_library::test_set_default_receive_library_success_with_grace_period
1045
+ PASS [ 0.031s] ( 561/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_can_change_default_library
1046
+ PASS [ 0.030s] ( 562/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_same_value
1047
+ PASS [ 0.034s] ( 563/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_requires_owner_auth
1048
+ PASS [ 0.026s] ( 564/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_success_with_send_and_receive_type
1049
+ PASS [ 0.024s] ( 565/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_wrong_lib_type
1050
+ PASS [ 0.037s] ( 566/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_success
1051
+ PASS [ 0.027s] ( 567/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_unregistered_lib
1052
+ PASS [ 0.027s] ( 568/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_allows_delegate
1053
+ PASS [ 0.029s] ( 569/1714) endpoint-v2 tests::message_lib_manager::set_default_send_library::test_set_default_send_library_unsupported_eid
1054
+ PASS [ 0.019s] ( 570/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_none_when_already_none
1055
+ PASS [ 0.028s] ( 571/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_grace_period_requires_both_libs
1056
+ PASS [ 0.027s] ( 572/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_requires_oapp_auth
1057
+ PASS [ 0.032s] ( 573/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_grace_period_requires_both_libs_even_with_default_receive_lib
1058
+ PASS [ 0.038s] ( 574/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_cannot_clear_to_none_with_grace_period
1059
+ PASS [ 0.030s] ( 575/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_same_value
1060
+ PASS [ 0.044s] ( 576/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_can_change_library
1061
+ PASS [ 0.025s] ( 577/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_success_with_send_and_receive_type
1062
+ PASS [ 0.027s] ( 578/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_unregistered_lib
1063
+ PASS [ 0.046s] ( 579/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_grace_period_zero_clears_timeout
1064
+ PASS [ 0.049s] ( 580/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_clear_to_none
1065
+ PASS [ 0.028s] ( 581/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_clears_existing_timeout
1066
+ PASS [ 0.040s] ( 582/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_success
1067
+ PASS [ 0.031s] ( 583/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_unsupported_eid
1068
+ PASS [ 0.031s] ( 584/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_wrong_lib_type
1069
+ PASS [ 0.035s] ( 585/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_allows_delegate
1070
+ PASS [ 0.046s] ( 586/1714) endpoint-v2 tests::message_lib_manager::set_receive_library::test_set_receive_library_success_with_grace_period
1071
+ PASS [ 0.033s] ( 587/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_fails_for_default_receive_library
1072
+ PASS [ 0.024s] ( 588/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_requires_oapp_auth
1073
+ PASS [ 0.027s] ( 589/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_success
1074
+ PASS [ 0.035s] ( 590/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_invalid_expiry_past_timestamp
1075
+ PASS [ 0.028s] ( 591/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_success_with_none
1076
+ PASS [ 0.036s] ( 592/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_keeps_old_custom_library_valid_until_expiry
1077
+ PASS [ 0.019s] ( 593/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_none_when_already_none
1078
+ PASS [ 0.029s] ( 594/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_unsupported_eid
1079
+ PASS [ 0.030s] ( 595/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_unregistered_timeout_lib
1080
+ PASS [ 0.047s] ( 596/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_invalid_expiry_equal_timestamp
1081
+ PASS [ 0.008s] ( 597/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_expired_when_expiry_before_current_timestamp
1082
+ PASS [ 0.039s] ( 598/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_success_with_send_and_receive_type
1083
+ PASS [ 0.038s] ( 599/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_can_change_library
1084
+ PASS [ 0.010s] ( 600/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_valid_for_different_library
1085
+ PASS [ 0.010s] ( 601/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_expired_when_expiry_equals_current_timestamp
1086
+ PASS [ 0.029s] ( 602/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_requires_oapp_auth
1087
+ PASS [ 0.038s] ( 603/1714) endpoint-v2 tests::message_lib_manager::set_receive_library_timeout::test_set_receive_library_timeout_wrong_lib_type
1088
+ PASS [ 0.038s] ( 604/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_allows_delegate
1089
+ PASS [ 0.012s] ( 605/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_expired_when_expiry_after_current_timestamp
1090
+ PASS [ 0.024s] ( 606/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_success_with_send_and_receive_type
1091
+ PASS [ 0.028s] ( 607/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_success
1092
+ PASS [ 0.025s] ( 608/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_unregistered_lib
1093
+ PASS [ 0.007s] ( 609/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_valid_when_expired_at_current_timestamp
1094
+ PASS [ 0.042s] ( 610/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_clear_to_none_falls_back_to_default
1095
+ PASS [ 0.032s] ( 611/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_same_value
1096
+ PASS [ 0.006s] ( 612/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_valid_for_matching_library_and_not_expired
1097
+ PASS [ 0.013s] ( 613/1714) endpoint-v2 tests::message_lib_manager::timeout::test_timeout_is_not_valid_when_expired
1098
+ PASS [ 0.029s] ( 614/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_wrong_lib_type
1099
+ PASS [ 0.036s] ( 615/1714) endpoint-v2 tests::message_lib_manager::set_send_library::test_set_send_library_unsupported_eid
1100
+ PASS [ 0.018s] ( 616/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_requires_auth_even_when_caller_is_receiver
1101
+ PASS [ 0.024s] ( 617/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_invalid_nonce_when_greater_than_inbound_nonce
1102
+ PASS [ 0.023s] ( 618/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_success_with_stored_payload
1103
+ PASS [ 0.026s] ( 619/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_multiple_payloads
1104
+ PASS [ 0.021s] ( 620/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_does_not_update_inbound_nonce_when_nonce_is_not_greater
1105
+ PASS [ 0.023s] ( 621/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_unauthorized
1106
+ PASS [ 0.023s] ( 622/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_missing_intermediate_nonce
1107
+ PASS [ 0.033s] ( 623/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_different_paths
1108
+ PASS [ 0.025s] ( 624/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_not_stored
1109
+ PASS [ 0.031s] ( 625/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_does_not_change_pending_inbound_nonces
1110
+ PASS [ 0.035s] ( 626/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_payload_hash_not_found_when_mismatch
1111
+ PASS [ 0.031s] ( 627/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_with_delegate
1112
+ PASS [ 0.036s] ( 628/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_keeps_other_payload_hashes_intact
1113
+ PASS [ 0.031s] ( 629/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_payload_hash_not_found_when_nonce_is_checkpointed_but_missing
1114
+ PASS [ 0.044s] ( 630/1714) endpoint-v2 tests::messaging_channel::burn::test_burn_payload_hash_not_found_when_storage_none
1115
+ PASS [ 0.024s] ( 631/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_wrong_payload
1116
+ PASS [ 0.024s] ( 632/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_out_of_order_populates_pending_and_drains_when_gap_closed
1117
+ PASS [ 0.025s] ( 633/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_accepts_upper_bound_when_inbound_nonce_nonzero
1118
+ PASS [ 0.032s] ( 634/1714) endpoint-v2 tests::messaging_channel::clear_payload::test_clear_payload_success
1119
+ PASS [ 0.020s] ( 635/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_reverify_when_nonce_leq_inbound_and_payload_missing
1120
+ PASS [ 0.023s] ( 636/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_empty_payload_hash
1121
+ PASS [ 0.027s] ( 637/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_overwrites_same_nonce
1122
+ PASS [ 0.026s] ( 638/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_beyond_upper_bound_when_inbound_nonce_nonzero
1123
+ PASS [ 0.022s] ( 639/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_rejects_nonce_beyond_pending_window
1124
+ PASS [ 0.030s] ( 640/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_allows_reverify_when_nonce_leq_inbound_and_payload_exists
1125
+ PASS [ 0.018s] ( 641/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_equals_stored_value_when_no_pending_nonces
1126
+ PASS [ 0.026s] ( 642/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_when_nonce_already_pending_does_not_advance_inbound_nonce
1127
+ PASS [ 0.027s] ( 643/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_advances_through_consecutive_verified_payload_hashes
1128
+ PASS [ 0.023s] ( 644/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_stops_at_first_gap
1129
+ PASS [ 0.034s] ( 645/1714) endpoint-v2 tests::messaging_channel::inbound::test_inbound_success_stores_payload_hash
1130
+ PASS [ 0.025s] ( 646/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_initially_zero
1131
+ PASS [ 0.021s] ( 647/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_accepts_upper_bound_when_inbound_nonce_zero
1132
+ PASS [ 0.022s] ( 648/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_drains_consecutive_sequence
1133
+ PASS [ 0.021s] ( 649/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_inserts_sorted_and_dedupes
1134
+ PASS [ 0.020s] ( 650/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_leaves_nonconsecutive_tail_pending
1135
+ PASS [ 0.023s] ( 651/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_drains_single_next_nonce_when_no_pending
1136
+ PASS [ 0.029s] ( 652/1714) endpoint-v2 tests::messaging_channel::inbound_payload_hash::test_inbound_payload_hash_not_set
1137
+ PASS [ 0.020s] ( 653/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_beyond_upper_bound_when_inbound_nonce_zero
1138
+ PASS [ 0.034s] ( 654/1714) endpoint-v2 tests::messaging_channel::inbound_payload_hash::test_inbound_payload_hash_after_setting
1139
+ PASS [ 0.040s] ( 655/1714) endpoint-v2 tests::messaging_channel::inbound_nonce::test_inbound_nonce_isolated_by_path
1140
+ PASS [ 0.021s] ( 656/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_nonce_leq_inbound_nonce
1141
+ PASS [ 0.028s] ( 657/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_beyond_upper_bound_when_inbound_nonce_nonzero
1142
+ PASS [ 0.038s] ( 658/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_accepts_upper_bound_when_inbound_nonce_nonzero
1143
+ PASS [ 0.037s] ( 659/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_drains_across_existing_pending_tail_when_inbound_nonce_nonzero
1144
+ PASS [ 0.022s] ( 660/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_basic
1145
+ PASS [ 0.026s] ( 661/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_after_outbound_increment
1146
+ PASS [ 0.024s] ( 662/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_large_nonce
1147
+ PASS [ 0.025s] ( 663/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_isolated_by_sender_dst_eid_and_receiver
1148
+ PASS [ 0.026s] ( 664/1714) endpoint-v2 tests::messaging_channel::next_guid::test_next_guid_with_existing_nonce
1149
+ PASS [ 0.029s] ( 665/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_allows_repeated_call_when_already_nilified
1150
+ PASS [ 0.023s] ( 666/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_invalid_nonce_when_already_checkpointed_without_payload
1151
+ PASS [ 0.031s] ( 667/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_allows_when_nonce_is_checkpointed_if_payload_exists
1152
+ PASS [ 0.018s] ( 668/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_requires_auth_even_when_caller_is_receiver
1153
+ PASS [ 0.026s] ( 669/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_multiple_payloads
1154
+ PASS [ 0.024s] ( 670/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_payload_hash_not_found_when_none_but_payload_exists
1155
+ PASS [ 0.031s] ( 671/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_closes_gap_and_drains_pending_nonces
1156
+ PASS [ 0.028s] ( 672/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_payload_hash_not_found_when_mismatch
1157
+ PASS [ 0.024s] ( 673/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_success_with_empty_payload
1158
+ PASS [ 0.032s] ( 674/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_payload_hash_not_found_when_expected_some_but_storage_none
1159
+ PASS [ 0.025s] ( 675/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_unauthorized
1160
+ PASS [ 0.046s] ( 676/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_different_paths
1161
+ PASS [ 0.023s] ( 677/1714) endpoint-v2 tests::messaging_channel::outbound::test_outbound_increments_and_is_path_scoped
1162
+ PASS [ 0.031s] ( 678/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_with_delegate
1163
+ PASS [ 0.027s] ( 679/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_with_none_advances_inbound_nonce_without_changing_payload_hashes
1164
+ PASS [ 0.024s] ( 680/1714) endpoint-v2 tests::messaging_channel::outbound::test_outbound_panics_on_u64_overflow
1165
+ PASS [ 0.035s] ( 681/1714) endpoint-v2 tests::messaging_channel::nilify::test_nilify_success_with_stored_payload
1166
+ PASS [ 0.068s] ( 682/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_window_holds_255_when_inbound_plus_one_missing_then_drains
1167
+ PASS [ 0.023s] ( 683/1714) endpoint-v2 tests::messaging_channel::outbound_nonce::test_outbound_nonce_initial_value
1168
+ PASS [ 0.025s] ( 684/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_initially_empty
1169
+ PASS [ 0.026s] ( 685/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_drains_when_consecutive_sequence_completed
1170
+ PASS [ 0.026s] ( 686/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_closes_gap_but_pending_inbound_nonces_not_empty
1171
+ PASS [ 0.022s] ( 687/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_invalid_nonce
1172
+ PASS [ 0.038s] ( 688/1714) endpoint-v2 tests::messaging_channel::outbound_nonce::test_outbound_nonce_after_setting
1173
+ PASS [ 0.036s] ( 689/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_isolated_by_path
1174
+ PASS [ 0.021s] ( 690/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_requires_auth_even_when_caller_is_receiver
1175
+ PASS [ 0.023s] ( 691/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_multiple_nonces
1176
+ PASS [ 0.019s] ( 692/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_unauthorized
1177
+ PASS [ 0.038s] ( 693/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_closes_gap_and_advances_inbound_nonce
1178
+ PASS [ 0.042s] ( 694/1714) endpoint-v2 tests::messaging_channel::pending_inbound_nonces::test_pending_inbound_nonces_sorted_and_no_duplicates
1179
+ PASS [ 0.026s] ( 695/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_success
1180
+ PASS [ 0.106s] ( 696/1714) endpoint-v2 tests::messaging_channel::insert_and_drain_pending_nonces::test_insert_and_drain_rejects_257_when_missing_inbound_plus_one
1181
+ PASS [ 0.025s] ( 697/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_with_delegate
1182
+ PASS [ 0.033s] ( 698/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_rejects_repeated_same_nonce
1183
+ PASS [ 0.027s] ( 699/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_does_not_affect_other_indices
1184
+ PASS [ 0.037s] ( 700/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_next_nonce_accounts_for_verified_payload_hashes
1185
+ PASS [ 0.020s] ( 701/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_fails_when_index_exceeds_max
1186
+ PASS [ 0.044s] ( 702/1714) endpoint-v2 tests::messaging_channel::skip::test_skip_different_paths
1187
+ PASS [ 0.021s] ( 703/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_missing_queue
1188
+ PASS [ 0.022s] ( 704/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_already_cleared
1189
+ PASS [ 0.024s] ( 705/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_wrong_message
1190
+ PASS [ 0.027s] ( 706/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_requires_composer_auth
1191
+ PASS [ 0.030s] ( 707/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_not_found_when_wrong_composer_and_does_not_mutate
1192
+ PASS [ 0.019s] ( 708/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_fails_without_executor_auth
1193
+ PASS [ 0.019s] ( 709/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_invalid_index_exceeds_max
1194
+ PASS [ 0.027s] ( 710/1714) endpoint-v2 tests::messaging_composer::compose_queue::test_compose_queue_after_send
1195
+ PASS [ 0.023s] ( 711/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_auth
1196
+ PASS [ 0.028s] ( 712/1714) endpoint-v2 tests::messaging_composer::compose_queue::test_compose_queue_none_initially
1197
+ PASS [ 0.022s] ( 713/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_allows_empty_message
1198
+ PASS [ 0.037s] ( 714/1714) endpoint-v2 tests::messaging_composer::clear_compose::test_clear_compose_success
1199
+ PASS [ 0.009s] ( 715/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid
1200
+ PASS [ 0.028s] ( 716/1714) endpoint-v2 tests::messaging_composer::lz_compose_alert::test_lz_compose_alert_with_empty_data
1201
+ PASS [ 0.025s] ( 717/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_fails_when_index_exceeds_max
1202
+ PASS [ 0.027s] ( 718/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_succeeds_at_max_index
1203
+ PASS [ 0.028s] ( 719/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_requires_from_auth
1204
+ PASS [ 0.026s] ( 720/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_success
1205
+ PASS [ 0.023s] ( 721/1714) endpoint-v2 tests::util::build_payload::test_build_payload_basic
1206
+ PASS [ 0.027s] ( 722/1714) endpoint-v2 tests::util::build_payload::test_build_payload
1207
+ PASS [ 0.020s] ( 723/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid_different_nonces
1208
+ PASS [ 0.024s] ( 724/1714) endpoint-v2 tests::util::build_payload::test_build_payload_empty_message
1209
+ PASS [ 0.037s] ( 725/1714) endpoint-v2 tests::messaging_composer::send_compose::test_send_compose_keying_and_compose_exists
1210
+ PASS [ 0.026s] ( 726/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid_deterministic
1211
+ PASS [ 0.026s] ( 727/1714) endpoint-v2 tests::util::compute_guid::test_compute_guid_basic
1212
+ PASS [ 0.023s] ( 728/1714) executor tests::auth::test_check_auth_allows_alert_calls_only_on_endpoint
1213
+ PASS [ 0.024s] ( 729/1714) endpoint-v2 tests::util::keccak256::test_keccak256
1214
+ PASS [ 0.020s] ( 730/1714) executor tests::auth::test_check_auth_rejects_empty_or_too_many_contexts
1215
+ PASS [ 0.023s] ( 731/1714) executor tests::auth::test_check_auth_allows_lz_compose_value_zero
1216
+ PASS [ 0.022s] ( 732/1714) executor tests::auth::test_check_auth_allows_lz_receive_value_zero
1217
+ PASS [ 0.021s] ( 733/1714) executor tests::auth::test_check_auth_rejects_invalid_alert_contexts
1218
+ PASS [ 0.029s] ( 734/1714) executor tests::auth::test_check_auth_allows_value_transfer_when_value_nonzero
1219
+ PASS [ 0.022s] ( 735/1714) executor tests::auth::test_check_auth_rejects_execute_missing_or_wrong_value_type
1220
+ PASS [ 0.019s] ( 736/1714) executor tests::auth::test_check_auth_rejects_non_contract_first_context
1221
+ PASS [ 0.020s] ( 737/1714) executor tests::auth::test_check_auth_rejects_non_admin
1222
+ PASS [ 0.025s] ( 738/1714) executor tests::auth::test_check_auth_rejects_invalid_helper_fn_name
1223
+ PASS [ 0.022s] ( 739/1714) executor tests::auth::test_check_auth_rejects_invalid_transfer_context
1224
+ PASS [ 0.024s] ( 740/1714) executor tests::auth::test_check_auth_rejects_value_zero_with_extra_context
1225
+ PASS [ 0.024s] ( 741/1714) executor tests::executor::test_constructor_sets_endpoint_and_worker_config
1226
+ PASS [ 0.028s] ( 742/1714) executor tests::executor::test_assign_job_requires_send_lib_auth
1227
+ PASS [ 0.030s] ( 743/1714) executor tests::executor::test_assign_job_success_returns_fee_recipient
1228
+ PASS [ 0.034s] ( 744/1714) executor tests::auth::test_check_auth_rejects_value_nonzero_missing_transfer_context
1229
+ PASS [ 0.035s] ( 745/1714) executor tests::auth::test_check_auth_rejects_signature_mismatch
1230
+ PASS [ 0.029s] ( 746/1714) executor tests::executor::test_get_fee_rejects_unsupported_eid
1231
+ PASS [ 0.036s] ( 747/1714) executor tests::executor::test_assign_job_rejects_unsupported_message_lib
1232
+ PASS [ 0.032s] ( 748/1714) executor tests::executor::test_get_fee_rejects_when_paused
1233
+ PASS [ 0.025s] ( 749/1714) executor tests::executor::test_get_fee_rejects_when_sender_not_allowed
1234
+ PASS [ 0.027s] ( 750/1714) executor tests::executor::test_get_fee_success_includes_default_multiplier_when_dst_multiplier_is_zero
1235
+ PASS [ 0.007s] ( 751/1714) executor-fee-lib tests::executor_fee_lib::test_apply_premium_to_gas_margin_wins
1236
+ PASS [ 0.029s] ( 752/1714) executor tests::executor::test_get_fee_rejects_when_sender_is_denylisted_even_if_allowlisted
1237
+ PASS [ 0.025s] ( 753/1714) executor tests::executor::test_native_drop_requires_admin
1238
+ PASS [ 0.008s] ( 754/1714) executor-fee-lib tests::executor_fee_lib::test_apply_premium_to_gas_multiplier_only
1239
+ PASS [ 0.008s] ( 755/1714) executor-fee-lib tests::executor_fee_lib::test_decode_executor_options
1240
+ PASS [ 0.025s] ( 756/1714) executor tests::executor::test_set_admin_add_and_remove
1241
+ PASS [ 0.032s] ( 757/1714) executor tests::executor::test_get_fee_success_when_multiplier_is_nonzero
1242
+ PASS [ 0.008s] ( 758/1714) executor-fee-lib tests::executor_fee_lib::test_convert_and_apply_premium_to_value
1243
+ PASS [ 0.022s] ( 759/1714) executor tests::executor::test_set_admin_requires_owner_auth
1244
+ PASS [ 0.013s] ( 760/1714) executor-fee-lib tests::executor_fee_lib::test_apply_premium_to_gas_multiplier_wins
1245
+ PASS [ 0.013s] ( 761/1714) executor-fee-lib tests::executor_fee_lib::test_get_effective_multiplier_bps
1246
+ PASS [ 0.020s] ( 762/1714) executor tests::executor::test_withdraw_token_requires_admin
1247
+ PASS [ 0.036s] ( 763/1714) executor tests::executor::test_native_drop_emits_success_vector_and_requires_admin
1248
+ PASS [ 0.013s] ( 764/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_applies_floor_margin_when_gas_fee_is_low
1249
+ PASS [ 0.017s] ( 765/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_basic_lz_receive_only
1250
+ PASS [ 0.015s] ( 766/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_computes_gas_and_value_components
1251
+ PASS [ 0.011s] ( 767/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_lz_receive_with_value_on_v2
1252
+ PASS [ 0.012s] ( 768/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_errors_eid_not_supported_when_base_gas_zero
1253
+ PASS [ 0.028s] ( 769/1714) executor tests::executor::test_set_dst_config_requires_admin
1254
+ PASS [ 0.014s] ( 770/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_errors_invalid_fee_when_price_feed_returns_negative_total_gas_fee
1255
+ PASS [ 0.014s] ( 771/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_errors_no_options
1256
+ PASS [ 0.014s] ( 772/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiple_lz_compose_accumulates_gas_and_value
1257
+ PASS [ 0.012s] ( 773/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiple_lz_receive_accumulates_gas
1258
+ PASS [ 0.006s] ( 774/1714) executor-fee-lib tests::executor_fee_lib::test_is_v1_eid
1259
+ PASS [ 0.011s] ( 775/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiple_native_drop_accumulates_value
1260
+ PASS [ 0.007s] ( 776/1714) executor-fee-lib tests::executor_fee_lib::test_safe_u128_to_i128
1261
+ PASS [ 0.023s] ( 777/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_converts_and_multiplies_native_value
1262
+ PASS [ 0.013s] ( 778/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_uses_default_multiplier_when_multiplier_bps_is_zero
1263
+ PASS [ 0.008s] ( 779/1714) executor-fee-lib tests::executor_fee_lib::test_safe_u128_to_i128_overflow
1264
+ PASS [ 0.013s] ( 780/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_multiplier_wins_over_floor_margin
1265
+ PASS [ 0.014s] ( 781/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_ordered_execution_adds_overhead
1266
+ PASS [ 0.006s] ( 782/1714) executor-fee-lib tests::executor_option::test_decode_lz_receive_option
1267
+ PASS [ 0.008s] ( 783/1714) executor-fee-lib tests::executor_option::test_decode_lz_compose_option
1268
+ PASS [ 0.013s] ( 784/1714) executor-fee-lib tests::executor_fee_lib::test_get_fee_uses_dst_multiplier_when_nonzero
1269
+ PASS [ 0.012s] ( 785/1714) executor-fee-lib tests::executor_fee_lib::test_version
1270
+ PASS [ 0.010s] ( 786/1714) executor-fee-lib tests::executor_option::test_decode_lz_compose_option_invalid_length_35
1271
+ PASS [ 0.008s] ( 787/1714) executor-fee-lib tests::executor_option::test_decode_lz_receive_option_invalid_length_15
1272
+ PASS [ 0.011s] ( 788/1714) executor-fee-lib tests::executor_option::test_decode_lz_compose_option_invalid_length_17
1273
+ PASS [ 0.006s] ( 789/1714) executor-fee-lib tests::executor_option::test_decode_native_drop_option
1274
+ PASS [ 0.006s] ( 790/1714) executor-fee-lib tests::executor_option::test_decode_native_drop_option_invalid_length_47
1275
+ PASS [ 0.009s] ( 791/1714) executor-fee-lib tests::executor_option::test_decode_lz_receive_option_invalid_length_33
1276
+ PASS [ 0.042s] ( 792/1714) executor tests::executor::test_withdraw_token_transfers_from_contract
1277
+ PASS [ 0.046s] ( 793/1714) executor tests::executor::test_set_dst_config_and_dst_config_view
1278
+ PASS [ 0.008s] ( 794/1714) executor-fee-lib tests::executor_option::test_next_executor_option_rejects_zero_option_size
1279
+ PASS [ 0.007s] ( 795/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_aggregates_values
1280
+ PASS [ 0.010s] ( 796/1714) executor-fee-lib tests::executor_option::test_decode_native_drop_option_invalid_length_49
1281
+ PASS [ 0.007s] ( 797/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_allows_total_value_equal_to_native_cap
1282
+ PASS [ 0.010s] ( 798/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_accumulates_multiple_lz_receive_gas_and_value
1283
+ PASS [ 0.007s] ( 799/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_native_amount_exceeds_cap
1284
+ PASS [ 0.008s] ( 800/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_rejects_invalid_lz_receive_payload_length
1285
+ PASS [ 0.011s] ( 801/1714) executor-fee-lib tests::executor_option::test_next_executor_option_rejects_truncated_option_data
1286
+ PASS [ 0.008s] ( 802/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_no_options
1287
+ PASS [ 0.013s] ( 803/1714) executor-fee-lib tests::executor_option::test_next_executor_option
1288
+ PASS [ 0.009s] ( 804/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_counts_multiple_lz_compose
1289
+ PASS [ 0.009s] ( 805/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_rejects_invalid_lz_compose_payload_length
1290
+ PASS [ 0.007s] ( 806/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_zero_lz_compose_gas
1291
+ PASS [ 0.008s] ( 807/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_unknown_option_type
1292
+ PASS [ 0.011s] ( 808/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_rejects_invalid_native_drop_payload_length
1293
+ PASS [ 0.010s] ( 809/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_treats_zero_lz_receive_gas_as_missing
1294
+ PASS [ 0.007s] ( 810/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_zero_lz_receive_gas
1295
+ PASS [ 0.014s] ( 811/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_v1_rejects_lz_receive_with_value
1296
+ PASS [ 0.019s] ( 812/1714) executor-fee-lib tests::executor_option::test_parse_executor_options_v1_rejects_lz_compose
1297
+ PASS [ 0.018s] ( 813/1714) executor-helper tests::executor_helper::test_lz_compose_alert_records_failure
1298
+ PASS [ 0.017s] ( 814/1714) executor-helper tests::executor_helper::test_lz_receive_alert_records_failure
1299
+ PASS [ 0.023s] ( 815/1714) executor-helper tests::executor_helper::test_compose_with_empty_data
1300
+ PASS [ 0.023s] ( 816/1714) executor-helper tests::executor_helper::test_execute_with_large_message
1301
+ PASS [ 0.018s] ( 817/1714) executor-helper tests::executor_helper::test_lz_receive_alert_with_empty_reason
1302
+ PASS [ 0.027s] ( 818/1714) executor-helper tests::executor_helper::test_execute_with_empty_message
1303
+ PASS [ 0.022s] ( 819/1714) executor-helper tests::executor_helper::test_native_drop_delegates_to_executor
1304
+ PASS [ 0.025s] ( 820/1714) executor-helper tests::executor_helper::test_lz_compose_alert_with_empty_reason
1305
+ PASS [ 0.022s] ( 821/1714) executor-helper tests::executor_helper::test_native_drop_with_empty_params
1306
+ PASS [ 0.030s] ( 822/1714) executor-helper tests::executor_helper::test_compose_with_value_transfers_tokens
1307
+ PASS [ 0.036s] ( 823/1714) executor-helper tests::executor_helper::test_execute_with_exact_balance_value
1308
+ PASS [ 0.017s] ( 824/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_executed
1309
+ PASS [ 0.036s] ( 825/1714) executor-helper tests::executor_helper::test_compose_without_value
1310
+ PASS [ 0.016s] ( 826/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_not_executable
1311
+ PASS [ 0.036s] ( 827/1714) executor-helper tests::executor_helper::test_execute_with_value_transfers_tokens
1312
+ PASS [ 0.037s] ( 828/1714) executor-helper tests::executor_helper::test_execute_without_value
1313
+ PASS [ 0.024s] ( 829/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_executable
1314
+ PASS [ 0.016s] ( 830/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_verified_but_not_executable
1315
+ PASS [ 0.023s] ( 831/1714) layerzero-views tests::layerzero_view_tests::test_executable_state_not_executable_when_nilified
1316
+ PASS [ 0.022s] ( 832/1714) layerzero-views tests::layerzero_view_tests::test_initializable_returns_false
1317
+ PASS [ 0.019s] ( 833/1714) layerzero-views tests::layerzero_view_tests::test_initializable_returns_true
1318
+ PASS [ 0.019s] ( 834/1714) layerzero-views tests::layerzero_view_tests::test_not_verifiable_when_endpoint_not_verifiable
1319
+ PASS [ 0.008s] ( 835/1714) layerzero-views tests::types_tests::test_empty_payload_hash_returns_all_zeros
1320
+ PASS [ 0.020s] ( 836/1714) layerzero-views tests::layerzero_view_tests::test_not_verifiable_with_empty_payload_hash
1321
+ PASS [ 0.021s] ( 837/1714) layerzero-views tests::layerzero_view_tests::test_layerzero_view_initialization
1322
+ PASS [ 0.040s] ( 838/1714) layerzero-views tests::layerzero_view_tests::test_executable_multiple_nonces_in_sequence
1323
+ PASS [ 0.016s] ( 839/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_not_initializable_path_blocked
1324
+ PASS [ 0.023s] ( 840/1714) layerzero-views tests::layerzero_view_tests::test_not_verifiable_with_invalid_library
1325
+ PASS [ 0.019s] ( 841/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_not_initializable_invalid_eid
1326
+ PASS [ 0.019s] ( 842/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_verified_already_committed
1327
+ PASS [ 0.020s] ( 843/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_multiple_messages_different_nonces
1328
+ PASS [ 0.013s] ( 844/1714) layerzero-views tests::types_tests::test_nil_payload_hash_returns_all_0xff
1329
+ PASS [ 0.010s] ( 845/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_impl_ttl_extension::ping_does_not_extend_instance_ttl_when_above_threshold
1330
+ PASS [ 0.009s] ( 846/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_impl_ttl_extension::ping_extends_instance_ttl_when_configured
1331
+ PASS [ 0.011s] ( 847/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_impl_ttl_extension::ping_does_not_extend_instance_ttl_without_config
1332
+ PASS [ 0.013s] ( 848/1714) macro-integration-tests::runtime runtime::contract_ttl::constructor::constructor_with_owned_env_initializes_default_ttl_configs
1333
+ PASS [ 0.022s] ( 849/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_verifying
1334
+ PASS [ 0.015s] ( 850/1714) macro-integration-tests::runtime runtime::contract_ttl::constructor::constructor_initializes_default_ttl_configs
1335
+ PASS [ 0.024s] ( 851/1714) layerzero-views tests::layerzero_view_tests::test_uln_verifiable_state_verifiable
1336
+ PASS [ 0.009s] ( 852/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_trait_ttl_extension::default_trait_method_extends_instance_ttl_when_configured
1337
+ PASS [ 0.025s] ( 853/1714) layerzero-views tests::layerzero_view_tests::test_verifiable_when_library_valid_and_endpoint_verifiable
1338
+ PASS [ 0.016s] ( 854/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_trait_ttl_extension::default_trait_method_does_not_extend_instance_ttl_when_above_threshold
1339
+ PASS [ 0.014s] ( 855/1714) macro-integration-tests::runtime runtime::contract_ttl::contract_trait_ttl_extension::default_trait_method_does_not_extend_instance_ttl_without_config
1340
+ PASS [ 0.013s] ( 856/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_default::exposes_ttl_and_ownable_features
1341
+ PASS [ 0.013s] ( 857/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_multisig_upgradeable::self_auth_can_migrate_when_flag_set
1342
+ PASS [ 0.014s] ( 858/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_default::ttl_configurable_write_requires_owner_auth_and_roundtrips
1343
+ PASS [ 0.011s] ( 859/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable_no_migration::migrate_is_guarded_and_noop_migration_works
1344
+ PASS [ 0.014s] ( 860/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_multisig::uses_self_owning_auth_and_exposes_ttl
1345
+ PASS [ 0.013s] ( 861/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable::still_exposes_ttl_features
1346
+ PASS [ 0.012s] ( 862/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_rejects_zero_address
1347
+ PASS [ 0.013s] ( 863/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable_no_migration::still_exposes_ttl_features
1348
+ PASS [ 0.016s] ( 864/1714) macro-integration-tests::runtime runtime::lz_contract::wrapper_upgradeable::migrate_is_guarded_and_wired
1349
+ PASS [ 0.012s] ( 865/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_remove_path_works
1350
+ PASS [ 0.009s] ( 866/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_n_signatures_rejects_insufficient_signatures
1351
+ PASS [ 0.012s] ( 867/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_requires_auth
1352
+ PASS [ 0.011s] ( 868/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_signatures_rejects_zero_threshold_by_default
1353
+ PASS [ 0.017s] ( 869/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_signer_and_threshold_work_with_auth
1354
+ PASS [ 0.009s] ( 870/1714) macro-integration-tests::runtime runtime::multisig::self_auth::authorizer_is_current_contract_address
1355
+ PASS [ 0.017s] ( 871/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::set_threshold_requires_auth
1356
+ PASS [ 0.014s] ( 872/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_n_signatures_success
1357
+ PASS [ 0.009s] ( 873/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::endpoint_roundtrip
1358
+ PASS [ 0.011s] ( 874/1714) macro-integration-tests::runtime runtime::multisig::self_auth::self_auth_allows_multisig_admin_calls
1359
+ PASS [ 0.011s] ( 875/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::oapp_version_default
1360
+ PASS [ 0.019s] ( 876/1714) macro-integration-tests::runtime runtime::multisig::admin_entrypoints::verify_signatures_success
1361
+ PASS [ 0.011s] ( 877/1714) macro-integration-tests::runtime runtime::oapp::options_type3::set_enforced_options_rejects_invalid_option_type
1362
+ PASS [ 0.012s] ( 878/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::set_peer_requires_auth_and_updates_storage
1363
+ PASS [ 0.014s] ( 879/1714) macro-integration-tests::runtime runtime::oapp::receiver::allow_initialize_path_follows_peer_configuration
1364
+ PASS [ 0.015s] ( 880/1714) macro-integration-tests::runtime runtime::oapp::options_type3::combine_options_behavior_and_validation
1365
+ PASS [ 0.016s] ( 881/1714) macro-integration-tests::runtime runtime::oapp::oapp_core::set_delegate_requires_auth_and_updates_endpoint
1366
+ PASS [ 0.015s] ( 882/1714) macro-integration-tests::runtime runtime::oapp::receiver::is_compose_msg_sender_defaults_to_current_contract
1367
+ PASS [ 0.016s] ( 883/1714) macro-integration-tests::runtime runtime::oapp::options_type3::enforced_options_lifecycle_and_auth
1368
+ PASS [ 0.010s] ( 884/1714) macro-integration-tests::runtime runtime::oapp::receiver::next_nonce_defaults_to_unordered
1369
+ PASS [ 0.011s] ( 885/1714) macro-integration-tests::runtime runtime::ownable::initialization::init_and_query
1370
+ PASS [ 0.021s] ( 886/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_requires_executor_auth
1371
+ PASS [ 0.014s] ( 887/1714) macro-integration-tests::runtime runtime::ownable::initialization::authorizer_returns_owner
1372
+ PASS [ 0.012s] ( 888/1714) macro-integration-tests::runtime runtime::ownable::initialization::double_init_fails
1373
+ PASS [ 0.023s] ( 889/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_no_peer_returns_no_peer
1374
+ PASS [ 0.011s] ( 890/1714) macro-integration-tests::runtime runtime::ownable::ownership_transfer::renounce_clears_owner
1375
+ PASS [ 0.012s] ( 891/1714) macro-integration-tests::runtime runtime::ownable::initialization::uninitialized_returns_none
1376
+ PASS [ 0.012s] ( 892/1714) macro-integration-tests::runtime runtime::ownable::only_auth_guard::guard_respects_transfer
1377
+ PASS [ 0.019s] ( 893/1714) macro-integration-tests::runtime runtime::oapp::sender::lz_send_requires_sender_auth
1378
+ PASS [ 0.026s] ( 894/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_clears_payload_transfers_value_and_calls_internal_handler
1379
+ PASS [ 0.019s] ( 895/1714) macro-integration-tests::runtime runtime::ownable::only_auth_guard::guard_enforces_auth
1380
+ PASS [ 0.008s] ( 896/1714) macro-integration-tests::runtime runtime::storage::keyed_roundtrip::multi_field_keyed_set_or_remove
1381
+ PASS [ 0.010s] ( 897/1714) macro-integration-tests::runtime runtime::storage::keyed_roundtrip::multi_field_keyed_isolation
1382
+ PASS [ 0.031s] ( 898/1714) macro-integration-tests::runtime runtime::oapp::sender::lz_send_native_only_does_not_pay_zro
1383
+ PASS [ 0.026s] ( 899/1714) macro-integration-tests::runtime runtime::oapp::sender::quote_with_peer_set_works_and_no_peer_errors
1384
+ PASS [ 0.010s] ( 900/1714) macro-integration-tests::runtime runtime::storage::keyed_roundtrip::single_field_keyed_all_storage_types
1385
+ PASS [ 0.008s] ( 901/1714) macro-integration-tests::runtime runtime::storage::name_override_runtime::name_override_generates_correct_functions
1386
+ PASS [ 0.033s] ( 902/1714) macro-integration-tests::runtime runtime::oapp::receiver::lz_receive_wrong_peer_returns_only_peer
1387
+ PASS [ 0.015s] ( 903/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::propose_and_accept_transfers_ownership
1388
+ PASS [ 0.015s] ( 904/1714) macro-integration-tests::runtime runtime::ownable::ownership_transfer::transfer_requires_auth
1389
+ PASS [ 0.015s] ( 905/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::propose_requires_owner_auth
1390
+ PASS [ 0.015s] ( 906/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::pending_transfer_blocks_single_step_transfer_and_renounce
1391
+ PASS [ 0.015s] ( 907/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::pending_transfer_expires_and_cannot_be_accepted
1392
+ PASS [ 0.018s] ( 908/1714) macro-integration-tests::runtime runtime::ownable::two_step_transfer::propose_rejects_invalid_ttl
1393
+ PASS [ 0.009s] ( 909/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::manual_extend::manual_extend_works_without_provider
1394
+ PASS [ 0.010s] ( 910/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::persistent_without_provider_does_not_auto_extend
1395
+ PASS [ 0.011s] ( 911/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::persistent_no_ttl_extension_respected
1396
+ PASS [ 0.010s] ( 912/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::invalid_config_rejected
1397
+ PASS [ 0.013s] ( 913/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::persistent_auto_ttl
1398
+ PASS [ 0.012s] ( 914/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::auto_extension::temporary_never_auto_ttl_extends
1399
+ PASS [ 0.011s] ( 915/1714) macro-integration-tests::runtime runtime::storage::unkeyed_roundtrip::all_storage_types_unkeyed_roundtrip
1400
+ PASS [ 0.010s] ( 916/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::invalid_max_ttl_rejected
1401
+ PASS [ 0.043s] ( 917/1714) macro-integration-tests::runtime runtime::oapp::sender::lz_send_pays_native_and_zro_and_calls_endpoint_send
1402
+ PASS [ 0.040s] ( 918/1714) macro-integration-tests::runtime runtime::oapp::sender::pay_zro_unavailable_returns_error
1403
+ PASS [ 0.015s] ( 919/1714) macro-integration-tests::runtime runtime::storage::ttl_extension::manual_extend::manual_extend_all_storage_types
1404
+ PASS [ 0.012s] ( 920/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::set_before_init_fails_with_owner_not_set
1405
+ PASS [ 0.013s] ( 921/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::set_requires_auth
1406
+ PASS [ 0.014s] ( 922/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::set_and_remove_configs_roundtrip
1407
+ PASS [ 0.014s] ( 923/1714) macro-integration-tests::runtime runtime::ttl_configurable::configuration::read_without_auth
1408
+ PASS [ 0.010s] ( 924/1714) macro-integration-tests::runtime runtime::ttl_configurable::freeze::freeze_blocks_set
1409
+ PASS [ 0.013s] ( 925/1714) macro-integration-tests::runtime runtime::ttl_configurable::freeze::double_freeze_fails
1410
+ PASS [ 0.012s] ( 926/1714) macro-integration-tests::runtime runtime::ttl_extendable::extend_instance_ttl::extend_instance_ttl_does_not_auto_extend_from_config
1411
+ PASS [ 0.012s] ( 927/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::upgrade_and_migrate_fail_before_owner_init
1412
+ PASS [ 0.013s] ( 928/1714) macro-integration-tests::runtime runtime::ttl_configurable::freeze::freeze_requires_auth
1413
+ PASS [ 0.011s] ( 929/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::upgrade_is_guarded_by_only_auth
1414
+ PASS [ 0.014s] ( 930/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::migrate_rejects_invalid_migration_data_and_does_not_clear_flag
1415
+ PASS [ 0.015s] ( 931/1714) macro-integration-tests::runtime runtime::ttl_extendable::extend_instance_ttl::extend_instance_ttl_extends_instance_storage
1416
+ PASS [ 0.015s] ( 932/1714) macro-integration-tests::runtime runtime::upgradeable::no_migration::no_migration_contract_can_migrate_and_clears_flag
1417
+ PASS [ 0.017s] ( 933/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::migrate_is_guarded_and_obeys_migrating_flag
1418
+ PASS [ 0.007s] ( 934/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_parses_expected_offsets_and_big_endian
1419
+ PASS [ 0.007s] ( 935/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_rejects_invalid_length
1420
+ PASS [ 0.008s] ( 936/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_rejects_invalid_version
1421
+ PASS [ 0.007s] ( 937/1714) message-lib-common tests::packet_codec_v1::decode_packet_header::test_decode_packet_header_rejects_too_long_length
1422
+ PASS [ 0.007s] ( 938/1714) message-lib-common tests::packet_codec_v1::encode_packet::test_encode_packet_layout_and_length
1423
+ PASS [ 0.010s] ( 939/1714) message-lib-common tests::packet_codec_v1::encode_packet::test_encode_packet_supports_empty_message
1424
+ PASS [ 0.041s] ( 940/1714) macro-integration-tests::runtime runtime::upgradeable::upgrade_then_migrate::upgrade_then_migrate_happy_path
1425
+ PASS [ 0.008s] ( 941/1714) message-lib-common tests::packet_codec_v1::encode_packet::test_encode_packet_supports_large_message
1426
+ PASS [ 0.008s] ( 942/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_has_expected_length_and_byte_layout
1427
+ PASS [ 0.049s] ( 943/1714) macro-integration-tests::runtime runtime::upgradeable::migrate_guard_and_state::upgrade_sets_migrating_flag_with_auth
1428
+ PASS [ 0.008s] ( 944/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_ignores_guid_and_message
1429
+ PASS [ 0.010s] ( 945/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_numeric_boundaries_are_big_endian
1430
+ PASS [ 0.007s] ( 946/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_sender_account_address_writes_payload_only
1431
+ PASS [ 0.010s] ( 947/1714) message-lib-common tests::packet_codec_v1::encode_packet_header::test_encode_packet_header_roundtrips_through_decode_packet_header
1432
+ PASS [ 0.007s] ( 948/1714) message-lib-common tests::packet_codec_v1::payload::test_payload_is_guid_plus_message
1433
+ PASS [ 0.007s] ( 949/1714) message-lib-common tests::packet_codec_v1::payload::test_payload_supports_empty_message
1434
+ PASS [ 0.007s] ( 950/1714) message-lib-common tests::packet_codec_v1::payload_hash::test_payload_hash_matches_keccak256_of_payload
1435
+ PASS [ 0.007s] ( 951/1714) message-lib-common tests::worker_options::append_dvn_option::test_append_dvn_option_groups_and_appends_same_dvn_idx
1436
+ PASS [ 0.010s] ( 952/1714) message-lib-common tests::worker_options::append_dvn_option::test_append_dvn_option_creates_new_entries_for_different_dvn_idx
1437
+ PASS [ 0.007s] ( 953/1714) message-lib-common tests::worker_options::append_dvn_option::test_append_dvn_option_supports_dvn_idx_255
1438
+ PASS [ 0.007s] ( 954/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_encodes_expected_layout
1439
+ PASS [ 0.008s] ( 955/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_encodes_gas_big_endian
1440
+ PASS [ 0.006s] ( 956/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_u128_max_gas_matches_expected_bytes
1441
+ PASS [ 0.008s] ( 957/1714) message-lib-common tests::worker_options::append_lz_receive_option::test_append_lz_receive_option_zero_gas_matches_expected_bytes
1442
+ PASS [ 0.007s] ( 958/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_encodes_expected_layout
1443
+ PASS [ 0.011s] ( 959/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_encodes_amount_big_endian
1444
+ PASS [ 0.008s] ( 960/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_u128_max_amount_matches_expected_bytes
1445
+ PASS [ 0.009s] ( 961/1714) message-lib-common tests::worker_options::append_native_drop_option::test_append_native_drop_option_zero_amount_and_zero_receiver_matches_expected_bytes
1446
+ PASS [ 0.008s] ( 962/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_outputs_lz_receive
1447
+ PASS [ 0.009s] ( 963/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_rejects_unknown_legacy_type
1448
+ PASS [ 0.009s] ( 964/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_allows_u128_max_gas
1449
+ PASS [ 0.010s] ( 965/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_rejects_gas_overflow
1450
+ PASS [ 0.007s] ( 966/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_rejects_invalid_size_too_short
1451
+ PASS [ 0.009s] ( 967/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_allows_u128_max_gas_and_amount
1452
+ PASS [ 0.014s] ( 968/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type1_rejects_invalid_size_too_long
1453
+ PASS [ 0.008s] ( 969/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_outputs_lz_receive_and_native_drop
1454
+ PASS [ 0.011s] ( 970/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_receiver_len_1_is_left_padded_to_bytes32
1455
+ PASS [ 0.011s] ( 971/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_receiver_len_32_is_not_modified
1456
+ PASS [ 0.011s] ( 972/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_gas_overflow
1457
+ PASS [ 0.012s] ( 973/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_amount_overflow
1458
+ PASS [ 0.009s] ( 974/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_invalid_size_too_short
1459
+ PASS [ 0.014s] ( 975/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_invalid_size_too_long
1460
+ PASS [ 0.009s] ( 976/1714) message-lib-common tests::worker_options::convert_legacy_options::test_convert_legacy_options_type2_rejects_receiver_longer_than_32_bytes
1461
+ PASS [ 0.008s] ( 977/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_executor_only_options
1462
+ PASS [ 0.007s] ( 978/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_interleaved_executor_and_dvn_keeps_executor_order
1463
+ PASS [ 0.013s] ( 979/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_dvn_only_groups_same_idx_by_concatenation
1464
+ PASS [ 0.009s] ( 980/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_rejects_unknown_worker_id
1465
+ PASS [ 0.008s] ( 981/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_splits_executor_and_dvn
1466
+ PASS [ 0.012s] ( 982/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_returns_empty_for_empty_body
1467
+ PASS [ 0.013s] ( 983/1714) message-lib-common tests::worker_options::extract_type_3_options::test_extract_type_3_options_rejects_zero_option_size
1468
+ PASS [ 0.009s] ( 984/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_len_31_pads_single_leading_zero
1469
+ PASS [ 0.007s] ( 985/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_len_32_is_unchanged
1470
+ PASS [ 0.007s] ( 986/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_rejects_len_greater_than_32
1471
+ PASS [ 0.007s] ( 987/1714) message-lib-common tests::worker_options::left_pad_to_bytes32::test_left_pad_to_bytes32_pads_left_with_zeros
1472
+ PASS [ 0.007s] ( 988/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_rejects_too_short_options
1473
+ PASS [ 0.014s] ( 989/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_legacy_type1_converts_to_executor_options
1474
+ PASS [ 0.013s] ( 990/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_legacy_type2_converts_to_executor_options
1475
+ PASS [ 0.009s] ( 991/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_rejects_empty_options
1476
+ PASS [ 0.008s] ( 992/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_type3_executor_and_dvn
1477
+ PASS [ 0.010s] ( 993/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_type3_dvn_only
1303
1478
  PASS [ 0.011s] ( 994/1714) message-lib-common tests::worker_options::split_worker_options::test_split_worker_options_type3_executor_only
1304
- PASS [ 0.022s] ( 995/1714) oapp tests::oapp_core::test_set_delegate_non_owner_authorized
1305
- PASS [ 0.042s] ( 996/1714) oapp tests::oapp_core::test_peer_lifecycle_set_get_update_remove_and_events
1306
- PASS [ 0.018s] ( 997/1714) oapp tests::oapp_core::test_set_delegate_unauthorized
1307
- PASS [ 0.064s] ( 998/1714) oapp tests::oapp_core::test_oapp_version_defaults_to_zero
1308
- PASS [ 0.027s] ( 999/1714) oapp tests::oapp_core::test_set_delegate_updates_and_clears_endpoint_delegate
1309
- PASS [ 0.034s] (1000/1714) oapp tests::oapp_core::test_set_peer_non_owner_authorized
1310
- PASS [ 0.015s] (1001/1714) oapp tests::oapp_core::test_set_peer_unauthorized
1311
- PASS [ 0.023s] (1002/1714) oapp tests::oapp_options_type3::test_combine_options_extra_invalid_type_returns_error_when_enforced_present
1312
- PASS [ 0.035s] (1003/1714) oapp tests::oapp_options_type3::test_combine_options
1313
- PASS [ 0.027s] (1004/1714) oapp tests::oapp_options_type3::test_combine_options_extra_too_short_returns_error_when_enforced_present
1314
- PASS [ 0.021s] (1005/1714) oapp tests::oapp_options_type3::test_set_enforced_options_non_owner_authorized
1315
- PASS [ 0.026s] (1006/1714) oapp tests::oapp_options_type3::test_set_enforced_options_invalid_options_returns_error
1316
- PASS [ 0.031s] (1007/1714) oapp tests::oapp_options_type3::test_enforced_options_lifecycle
1317
- PASS [ 0.030s] (1008/1714) oapp tests::oapp_options_type3::test_set_enforced_options_unauthorized
1318
- PASS [ 0.030s] (1009/1714) oapp tests::oapp_receiver::test_allow_initialize_path_cases
1319
- PASS [ 0.181s] (1010/1714) oapp tests::oapp_core::test_constructor_initializes_owner_and_endpoint_and_delegate
1320
- PASS [ 0.032s] (1011/1714) oapp tests::oapp_receiver::test_lz_receive_no_peer_returns_no_peer_error
1321
- PASS [ 0.036s] (1012/1714) oapp tests::oapp_receiver::test_lz_receive_rejects_negative_value_and_does_not_clear
1322
- PASS [ 0.036s] (1013/1714) oapp tests::oapp_receiver::test_lz_receive_requires_executor_auth
1323
- PASS [ 0.032s] (1014/1714) oapp tests::oapp_receiver::test_lz_receive_transfers_native_token_when_value_positive
1324
- PASS [ 0.026s] (1015/1714) oapp tests::oapp_receiver::test_lz_receive_verifies_peer_and_calls_clear_value_zero
1325
- PASS [ 0.029s] (1016/1714) oapp tests::oapp_receiver::test_lz_receive_wrong_peer_returns_only_peer_error
1326
- PASS [ 0.036s] (1017/1714) oapp tests::oapp_receiver::test_next_nonce_defaults_to_zero
1327
- PASS [ 0.146s] (1018/1714) oapp tests::oapp_receiver::test_is_compose_msg_sender
1328
- PASS [ 0.046s] (1019/1714) oapp tests::oapp_sender::test_lz_send_with_zro
1329
- PASS [ 0.034s] (1020/1714) oapp tests::oapp_sender::test_pay_native
1330
- PASS [ 0.028s] (1021/1714) oapp tests::oapp_sender::test_pay_native_insufficient_balance
1331
- PASS [ 0.101s] (1022/1714) oapp tests::oapp_sender::test_lz_send_native_only
1332
- PASS [ 0.032s] (1023/1714) oapp tests::oapp_sender::test_pay_zro_unavailable_returns_error
1333
- PASS [ 0.050s] (1024/1714) oapp tests::oapp_sender::test_pay_zro_insufficient_balance
1334
- PASS [ 0.053s] (1025/1714) oapp tests::oapp_sender::test_pay_zro_success
1335
- PASS [ 0.023s] (1026/1714) oapp tests::oapp_sender::test_quote_without_peer_panics
1336
- PASS [ 0.021s] (1027/1714) oapp tests::test_macros::test_macros_compile
1337
- PASS [ 0.037s] (1028/1714) oapp tests::oapp_sender::test_quote_with_peer_set
1338
- LEAK [ 0.216s] (1029/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_allows_trailing_comma
1339
- LEAK [ 0.218s] (1030/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_allows_duplicates
1340
- PASS [ 0.043s] (1031/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_parse_empty_is_default
1341
- LEAK [ 0.335s] (1032/1714) oapp-macros tests::oapp::snapshot_generate_oapp
1342
- PASS [ 0.109s] (1033/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_missing_equals
1343
- PASS [ 0.059s] (1034/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_non_bracketed_list
1344
- PASS [ 0.041s] (1035/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_unknown_ident
1345
- PASS [ 0.218s] (1036/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_parse_valid_all_list
1346
- PASS [ 0.099s] (1037/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_trailing_tokens_after_list
1347
- PASS [ 0.053s] (1038/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_wrong_key
1348
- PASS [ 0.489s] (1039/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_parse_empty_custom_list_is_default
1349
- PASS [ 0.265s] (1040/1714) oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_zero_fee
1350
- PASS [ 0.510s] (1041/1714) oft integration_tests::extensions::test_pausable::test_cross_chain_succeeds_after_unpause
1351
- PASS [ 0.623s] (1042/1714) oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_fee
1352
- PASS [ 0.856s] (1043/1714) oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_destination_specific_fee
1353
- PASS [ 0.231s] (1044/1714) oft integration_tests::extensions::test_pausable::test_send_succeeds_when_unpaused
1354
- PASS [ 0.590s] (1045/1714) oft integration_tests::extensions::test_pausable::test_receive_fails_when_paused
1355
- PASS [ 0.815s] (1046/1714) oft integration_tests::extensions::test_pausable::test_send_fails_when_paused
1356
- PASS [ 1.185s] (1047/1714) oft integration_tests::extensions::test_rate_limiter::test_net_mode_does_release
1357
- PASS [ 1.423s] (1048/1714) oft integration_tests::extensions::test_rate_limiter::test_gross_mode_does_not_release
1358
- PASS [ 0.960s] (1049/1714) oft integration_tests::extensions::test_rate_limiter::test_send_exceeds_rate_limit
1359
- PASS [ 0.193s] (1050/1714) oft tests::extensions::oft_fee::test_charge_fee_errors_without_deposit_address
1360
- PASS [ 0.743s] (1051/1714) oft tests::extensions::oft_fee::test_charge_fee_transfers
1361
- PASS [ 2.383s] (1052/1714) oft integration_tests::extensions::test_rate_limiter::test_rate_limit_decay
1362
- PASS [ 1.203s] (1053/1714) oft integration_tests::extensions::test_rate_limiter::test_send_within_rate_limit
1363
- PASS [ 0.506s] (1054/1714) oft tests::extensions::oft_fee::test_charge_fee_zero_amount_no_transfer
1364
- PASS [ 0.316s] (1055/1714) oft tests::extensions::oft_fee::test_fee_deposit_address_returns_none_when_unset
1365
- PASS [ 0.365s] (1056/1714) oft tests::extensions::oft_fee::test_fee_view_computes_correct_fee
1366
- PASS [ 0.069s] (1057/1714) oft tests::extensions::oft_fee::test_set_default_fee_bps_rejects_invalid_value
1367
- PASS [ 0.262s] (1058/1714) oft tests::extensions::oft_fee::test_fee_view_zero_fee_returns_zero
1368
- PASS [ 1.891s] (1059/1714) oft integration_tests::extensions::test_rate_limiter::test_send_without_rate_limit
1369
- PASS [ 0.294s] (1060/1714) oft tests::extensions::oft_fee::test_set_default_fee_bps_rejects_same_value
1370
- PASS [ 0.400s] (1061/1714) oft tests::extensions::oft_fee::test_set_fee_bps_rejects_invalid_and_same_value
1371
- PASS [ 0.289s] (1062/1714) oft tests::extensions::oft_fee::test_set_fee_deposit_address_same_value
1372
- PASS [ 0.338s] (1063/1714) oft tests::extensions::oft_fee::test_set_fee_bps_set_and_remove
1373
- PASS [ 0.017s] (1064/1714) oft tests::extensions::pausable::test_initial_state_is_not_paused
1374
- PASS [ 0.814s] (1065/1714) oft tests::extensions::oft_fee::test_fee_view_nonzero_fee_errors_when_deposit_address_unset
1375
- PASS [ 0.272s] (1066/1714) oft tests::extensions::pausable::test_assert_not_paused_succeeds_when_not_paused
1376
- PASS [ 0.352s] (1067/1714) oft tests::extensions::pausable::test_assert_not_paused_fails_when_paused
1377
- PASS [ 0.408s] (1068/1714) oft tests::extensions::pausable::test_pause_sets_paused
1378
- PASS [ 0.142s] (1069/1714) oft tests::extensions::pausable::test_unpause_after_pausing
1379
- PASS [ 0.369s] (1070/1714) oft tests::extensions::pausable::test_pause_unchanged_when_paused
1380
- PASS [ 0.300s] (1071/1714) oft tests::extensions::pausable::test_pause_unpause_toggle_multiple_times
1381
- PASS [ 0.854s] (1072/1714) oft tests::extensions::pausable::test_unpause_unchanged_when_unpaused
1382
- PASS [ 0.747s] (1073/1714) oft tests::extensions::rate_limiter::test_consume_rejects_negative_amount
1383
- PASS [ 0.824s] (1074/1714) oft tests::extensions::rate_limiter::test_consume_exceeds_capacity
1384
- PASS [ 0.145s] (1075/1714) oft tests::extensions::rate_limiter::test_consume_within_capacity
1385
- PASS [ 0.147s] (1076/1714) oft tests::extensions::rate_limiter::test_consume_zero_amount_succeeds
1386
- PASS [ 0.167s] (1077/1714) oft tests::extensions::rate_limiter::test_decay_reduces_in_flight_over_time
1387
- PASS [ 0.364s] (1078/1714) oft tests::extensions::rate_limiter::test_decay_beyond_window_clamps_to_zero
1388
- PASS [ 0.298s] (1079/1714) oft tests::extensions::rate_limiter::test_decay_fully_restores_capacity
1389
- PASS [ 0.175s] (1080/1714) oft tests::extensions::rate_limiter::test_gross_mode_does_not_release_capacity
1390
- PASS [ 0.306s] (1081/1714) oft tests::extensions::rate_limiter::test_gross_mode_decay_still_works
1391
- PASS [ 1.622s] (1082/1714) oft tests::extensions::rate_limiter::test_consume_exact_capacity
1392
- PASS [ 0.134s] (1083/1714) oft tests::extensions::rate_limiter::test_inbound_outbound_are_independent
1393
- PASS [ 0.338s] (1084/1714) oft tests::extensions::rate_limiter::test_gross_mode_enforces_absolute_limit
1394
- PASS [ 0.174s] (1085/1714) oft tests::extensions::rate_limiter::test_net_mode_does_release_capacity
1395
- PASS [ 0.682s] (1086/1714) oft tests::extensions::rate_limiter::test_different_eids_are_independent
1396
- PASS [ 0.272s] (1087/1714) oft tests::extensions::rate_limiter::test_limit_zero_blocks_all_consumption
1397
- PASS [ 0.191s] (1088/1714) oft tests::extensions::rate_limiter::test_rate_limit_config_returns_config_when_set
1398
- PASS [ 0.468s] (1089/1714) oft tests::extensions::rate_limiter::test_no_config_is_unlimited
1399
- PASS [ 0.495s] (1090/1714) oft tests::extensions::rate_limiter::test_no_config_consume_and_release_are_noop
1400
- PASS [ 0.299s] (1091/1714) oft tests::extensions::rate_limiter::test_rate_limit_config_returns_none_when_unset
1401
- PASS [ 0.676s] (1092/1714) oft tests::extensions::rate_limiter::test_rate_limit_config_returns_none_after_removal
1402
- PASS [ 0.053s] (1093/1714) oft tests::extensions::rate_limiter::test_release_zero_amount_succeeds
1403
- PASS [ 0.327s] (1094/1714) oft tests::extensions::rate_limiter::test_release_rejects_negative_amount
1404
- PASS [ 0.042s] (1095/1714) oft tests::extensions::rate_limiter::test_removing_rate_limit_makes_unlimited
1405
- LEAK [ 0.376s] (1096/1714) oft tests::extensions::rate_limiter::test_set_rate_limit_rejects_invalid_config
1406
- PASS [ 0.896s] (1097/1714) oft tests::extensions::rate_limiter::test_release_reduces_in_flight
1407
- PASS [ 0.896s] (1098/1714) oft tests::extensions::rate_limiter::test_reducing_limit_below_in_flight_clamps_capacity
1408
- PASS [ 0.542s] (1099/1714) oft tests::extensions::rate_limiter::test_set_rate_limit_rejects_same_value
1409
- PASS [ 0.314s] (1100/1714) oft tests::extensions::rate_limiter::test_switching_from_gross_to_net_mode
1410
- PASS [ 0.163s] (1101/1714) oft tests::extensions::rate_limiter::test_timestamp_regression_errors
1411
- PASS [ 0.164s] (1102/1714) oft tests::extensions::rate_limiter::test_switching_from_net_to_gross_mode
1412
- PASS [ 0.156s] (1103/1714) oft tests::extensions::rate_limiter::test_updating_config_checkpoints_in_flight
1413
- PASS [ 0.161s] (1104/1714) oft tests::oft_types::lock_unlock::test_debit_transfers_to_contract
1414
- PASS [ 0.352s] (1105/1714) oft-core tests::test_decimals::test_decimal_conversion_rate
1415
- PASS [ 0.666s] (1106/1714) oft tests::oft_types::lock_unlock::test_credit_transfers_from_contract
1416
- PASS [ 0.994s] (1107/1714) oft-core integration_tests::test_with_sml::test_send_composed
1417
- PASS [ 0.480s] (1108/1714) oft-core tests::test_decimals::test_invalid_local_decimals
1418
- PASS [ 0.336s] (1109/1714) oft-core tests::test_decimals::test_shared_decimals_default
1419
- PASS [ 0.215s] (1110/1714) oft-core tests::test_decimals::test_shared_decimals_large_difference
1420
- PASS [ 0.037s] (1111/1714) oft-core tests::test_decimals::test_to_ld_overflow
1421
- PASS [ 0.047s] (1112/1714) oft-core tests::test_decimals::test_to_sd_basic
1422
- PASS [ 0.318s] (1113/1714) oft-core tests::test_decimals::test_to_ld_basic
1423
- PASS [ 1.370s] (1114/1714) oft-core integration_tests::test_with_sml::test_send_vanilla
1424
- PASS [ 0.433s] (1115/1714) oft-core tests::test_decimals::test_shared_decimals_equal_to_local
1425
- PASS [ 0.116s] (1116/1714) oft-core tests::test_decimals::test_to_sd_truncates_dust
1426
- PASS [ 0.210s] (1117/1714) oft-core tests::test_decimals::test_to_sd_overflow
1427
- PASS [ 0.125s] (1118/1714) oft-core tests::test_lz_receive::test_lock_unlock_contract_token_lz_receive_to_c_address
1428
- PASS [ 0.109s] (1119/1714) oft-core tests::test_lz_receive::test_lock_unlock_contract_token_lz_receive_to_g_address
1429
- PASS [ 0.167s] (1120/1714) oft-core tests::test_lz_receive::test_lock_unlock_lz_receive_zero_amount
1430
- PASS [ 0.152s] (1121/1714) oft-core tests::test_lz_receive::test_lock_unlock_sac_lz_receive_to_c_address
1431
- PASS [ 0.177s] (1122/1714) oft-core tests::test_lz_receive::test_lock_unlock_sac_lz_receive_to_g_address_with_no_trustline
1432
- PASS [ 0.112s] (1123/1714) oft-core tests::test_lz_receive::test_lz_receive_without_giving_authorization
1433
- PASS [ 0.357s] (1124/1714) oft-core tests::test_lz_receive::test_lock_unlock_lz_receive_with_compose
1434
- PASS [ 0.141s] (1125/1714) oft-core tests::test_lz_receive::test_lock_unlock_sac_lz_receive_to_issuer
1435
- PASS [ 0.151s] (1126/1714) oft-core tests::test_lz_receive::test_mint_burn_contract_token_lz_receive_to_c_address
1436
- PASS [ 0.127s] (1127/1714) oft-core tests::test_lz_receive::test_mint_burn_lz_receive_with_compose
1437
- PASS [ 0.146s] (1128/1714) oft-core tests::test_lz_receive::test_mint_burn_lz_receive_zero_amount
1438
- PASS [ 0.111s] (1129/1714) oft-core tests::test_lz_receive::test_mint_burn_sac_lz_receive_to_g_address_with_no_trustline
1439
- PASS [ 0.058s] (1130/1714) oft-core tests::test_msg_inspector::test_msg_inspector_not_set_by_default
1440
- PASS [ 0.356s] (1131/1714) oft-core tests::test_lz_receive::test_mint_burn_contract_token_lz_receive_to_g_address
1441
- PASS [ 0.188s] (1132/1714) oft-core tests::test_lz_receive::test_mint_burn_sac_lz_receive_to_issuer
1442
- PASS [ 0.095s] (1133/1714) oft-core tests::test_msg_inspector::test_quote_send_with_failing_inspector
1443
- PASS [ 0.097s] (1134/1714) oft-core tests::test_msg_inspector::test_quote_send_with_passing_inspector
1444
- PASS [ 0.104s] (1135/1714) oft-core tests::test_msg_inspector::test_remove_msg_inspector
1445
- PASS [ 0.116s] (1136/1714) oft-core tests::test_msg_inspector::test_send_with_failing_inspector
1446
- PASS [ 0.122s] (1137/1714) oft-core tests::test_msg_inspector::test_send_with_passing_inspector
1447
- PASS [ 0.128s] (1138/1714) oft-core tests::test_msg_inspector::test_send_without_inspector_succeeds
1448
- PASS [ 0.156s] (1139/1714) oft-core tests::test_msg_inspector::test_set_msg_inspector_requires_owner
1449
- PASS [ 0.240s] (1140/1714) oft-core tests::test_msg_inspector::test_set_msg_inspector
1450
- PASS [ 0.027s] (1141/1714) oft-core tests::test_oft_compose_msg_codec::test_decode_panic_on_insufficient_data
1451
- PASS [ 0.021s] (1142/1714) oft-core tests::test_oft_compose_msg_codec::test_encode_with_empty_compose_msg
1452
- PASS [ 0.032s] (1143/1714) oft-core tests::test_oft_compose_msg_codec::test_encode_and_decode_basic
1453
- PASS [ 0.805s] (1144/1714) oft-core tests::test_lz_receive::test_mint_burn_sac_lz_receive_to_c_address
1454
- PASS [ 0.012s] (1145/1714) oft-core tests::test_oft_msg_codec::test_encode_and_decode_with_compose
1455
- PASS [ 0.016s] (1146/1714) oft-core tests::test_oft_msg_codec::test_encode_and_decode_without_compose
1456
- PASS [ 0.089s] (1147/1714) oft-core tests::test_oft_version_and_approval::test_approval_required_returns_false_by_default
1457
- LEAK [ 0.231s] (1148/1714) oft-core tests::test_oft_msg_codec::test_decode_panic_on_empty_data
1458
- PASS [ 0.430s] (1149/1714) oft-core tests::test_oft_compose_msg_codec::test_decode_panic_on_empty_data
1459
- PASS [ 0.282s] (1150/1714) oft-core tests::test_oft_msg_codec::test_decode_panic_on_insufficient_data
1460
- PASS [ 0.097s] (1151/1714) oft-core tests::test_oft_version_and_approval::test_oft_version_returns_correct_values
1461
- PASS [ 0.095s] (1152/1714) oft-core tests::test_quote_oft::test_quote_oft_basic
1462
- PASS [ 0.119s] (1153/1714) oft-core tests::test_quote_oft::test_quote_oft_dust_only_amount
1463
- PASS [ 0.147s] (1154/1714) oft-core tests::test_quote_oft::test_quote_oft_different_dst_eids
1464
- PASS [ 0.068s] (1155/1714) oft-core tests::test_quote_oft::test_quote_oft_slippage_less_than_received
1465
- PASS [ 0.169s] (1156/1714) oft-core tests::test_quote_oft::test_quote_oft_large_amounts
1466
- PASS [ 0.187s] (1157/1714) oft-core tests::test_quote_oft::test_quote_oft_slippage_exceeded
1467
- PASS [ 0.042s] (1158/1714) oft-core tests::test_quote_send::test_quote_send_different_amounts
1468
- PASS [ 0.048s] (1159/1714) oft-core tests::test_quote_send::test_quote_send_multiple_destinations
1469
- PASS [ 0.193s] (1160/1714) oft-core tests::test_quote_oft::test_quote_oft_with_dust_removal
1470
- PASS [ 0.196s] (1161/1714) oft-core tests::test_quote_oft::test_quote_oft_zero_amount
1471
- PASS [ 0.119s] (1162/1714) oft-core tests::test_quote_send::test_quote_send_no_peer_set
1472
- PASS [ 0.239s] (1163/1714) oft-core tests::test_quote_send::test_quote_send_basic
1473
- PASS [ 0.122s] (1164/1714) oft-core tests::test_quote_send::test_quote_send_slippage_exceeded
1474
- PASS [ 0.042s] (1165/1714) oft-core tests::test_quote_send::test_quote_send_zero_amount
1475
- PASS [ 0.017s] (1166/1714) oft-core tests::test_resolve_address::test_resolve_address_contract_exists
1476
- PASS [ 0.029s] (1167/1714) oft-core tests::test_resolve_address::test_resolve_address_contract_not_exists_fallback_to_g_address
1477
- PASS [ 0.121s] (1168/1714) oft-core tests::test_quote_send::test_quote_send_with_zro
1478
- PASS [ 0.120s] (1169/1714) oft-core tests::test_send::test_giving_partial_authorization_with_burn_wrong_arguments
1479
- PASS [ 0.276s] (1170/1714) oft-core tests::test_send::test_giving_full_authorization
1480
- PASS [ 0.437s] (1171/1714) oft-core tests::test_quote_send::test_quote_send_with_compose_msg
1481
- PASS [ 0.161s] (1172/1714) oft-core tests::test_send::test_giving_partial_authorization_without_burn
1482
- PASS [ 0.075s] (1173/1714) oft-core tests::test_send::test_giving_partial_authorization_without_native_fee_authorizations
1483
- PASS [ 0.484s] (1174/1714) oft-core tests::test_quote_send::test_quote_send_with_dust_removal
1484
- PASS [ 0.122s] (1175/1714) oft-core tests::test_send::test_send_basic
1485
- PASS [ 0.199s] (1176/1714) oft-core tests::test_send::test_giving_partial_authorization_without_zro_fee_authorizations
1486
- PASS [ 0.071s] (1177/1714) oft-core tests::test_send::test_send_emits_oft_sent_event
1487
- PASS [ 0.063s] (1178/1714) oft-core tests::test_send::test_send_lock_unlock_strategy
1488
- PASS [ 0.132s] (1179/1714) oft-core tests::test_send::test_send_multiple_times
1489
- PASS [ 0.246s] (1180/1714) oft-core tests::test_send::test_send_large_amount
1490
- PASS [ 0.391s] (1181/1714) oft-core tests::test_send::test_send_burns_tokens
1491
- PASS [ 0.067s] (1182/1714) oft-core tests::test_send::test_send_negative_amount
1492
- PASS [ 0.057s] (1183/1714) oft-core tests::test_send::test_send_slippage_exceeded
1493
- PASS [ 0.104s] (1184/1714) oft-core tests::test_send::test_send_slippage_exactly_met
1494
- PASS [ 0.087s] (1185/1714) oft-core tests::test_send::test_send_slippage_less_than_received
1495
- PASS [ 0.075s] (1186/1714) oft-core tests::test_send::test_send_to_multiple_destinations
1496
- PASS [ 0.540s] (1187/1714) oft-core tests::test_send::test_send_different_amounts
1497
- PASS [ 0.097s] (1188/1714) oft-core tests::test_send::test_send_with_compose_msg
1498
- PASS [ 0.147s] (1189/1714) oft-core tests::test_send::test_send_with_custom_fees
1499
- PASS [ 0.403s] (1190/1714) oft-core tests::test_send::test_send_no_peer_set
1500
- PASS [ 0.229s] (1191/1714) oft-core tests::test_send::test_send_with_different_refund_address
1501
- PASS [ 0.113s] (1192/1714) oft-core tests::test_send::test_send_with_zro_fee
1502
- PASS [ 0.079s] (1193/1714) oft-core tests::test_send::test_send_zero_amount
1503
- PASS [ 0.035s] (1194/1714) oft-core tests::test_token::test_token_address_persists
1504
- PASS [ 0.120s] (1195/1714) oft-core tests::test_token::test_oft_version_returns_correct_values
1505
- PASS [ 0.304s] (1196/1714) oft-core tests::test_send::test_send_with_dust_removal
1506
- PASS [ 0.053s] (1197/1714) oft-core tests::test_token::test_token_returns_correct_address
1507
- PASS [ 0.031s] (1198/1714) price-feed tests::price_feed::test_constructor_sets_default_values
1508
- PASS [ 0.063s] (1199/1714) oft-core tests::test_token::test_token_with_stellar_asset_contract
1509
- PASS [ 0.045s] (1200/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_configured_eid
1510
- PASS [ 0.049s] (1201/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_hardcoded_eid
1511
- PASS [ 0.100s] (1202/1714) price-feed tests::price_feed::test_constructor_sets_owner_and_price_updater
1512
- PASS [ 0.041s] (1203/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_hardcoded_eid_10143
1513
- PASS [ 0.132s] (1204/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_default_model
1514
- PASS [ 0.220s] (1205/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_uses_updated_compression_percent
1515
- PASS [ 0.160s] (1206/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_modulo_30000
1516
- PASS [ 0.127s] (1207/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_optimism_model_configured_eid
1517
- PASS [ 0.633s] (1208/1714) oft-core tests::test_send::test_send_without_giving_authorization
1518
- PASS [ 0.048s] (1209/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_optimism_model_goerli
1519
- PASS [ 0.054s] (1210/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_rejects_missing_price
1520
- PASS [ 0.436s] (1211/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_includes_native_price_usd_and_denominator
1521
- PASS [ 0.046s] (1212/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_requires_fee_lib_auth
1522
- PASS [ 0.179s] (1213/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_optimism_model_hardcoded_eid
1523
- PASS [ 0.180s] (1214/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_rejects_when_fee_exceeds_i128_max
1524
- PASS [ 0.101s] (1215/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_uses_modulo_for_model_type_and_price_lookup_non_hardcoded
1525
- PASS [ 0.112s] (1216/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_with_different_price_ratio
1526
- PASS [ 0.053s] (1217/1714) price-feed tests::price_feed::test_price_update_overwrites_previous
1527
- PASS [ 0.044s] (1218/1714) price-feed tests::price_feed::test_removed_price_updater_cannot_set_price
1528
- PASS [ 0.115s] (1219/1714) price-feed tests::price_feed::test_multiple_price_updaters
1529
- PASS [ 0.169s] (1220/1714) price-feed tests::price_feed::test_is_price_updater_returns_false_for_unknown_address
1530
- PASS [ 0.178s] (1221/1714) price-feed tests::price_feed::test_get_price_returns_none_for_unconfigured_eid
1531
- PASS [ 0.060s] (1222/1714) price-feed tests::price_feed::test_set_eid_to_model_type_success
1532
- PASS [ 0.145s] (1223/1714) price-feed tests::price_feed::test_set_arbitrum_compression_percent_requires_owner_auth
1533
- PASS [ 0.067s] (1224/1714) price-feed tests::price_feed::test_set_native_token_price_usd_rejects_non_price_updater
1534
- PASS [ 0.031s] (1225/1714) price-feed tests::price_feed::test_set_native_token_price_usd_requires_caller_auth_even_if_price_updater
1535
- PASS [ 0.177s] (1226/1714) price-feed tests::price_feed::test_set_arbitrum_compression_percent_success
1536
- PASS [ 0.037s] (1227/1714) price-feed tests::price_feed::test_set_native_token_price_usd_success
1537
- PASS [ 0.032s] (1228/1714) price-feed tests::price_feed::test_set_native_token_price_usd_with_owner
1538
- PASS [ 0.043s] (1229/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_overwrites_arbitrum_price_ext
1539
- PASS [ 0.043s] (1230/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_rejects_non_price_updater
1540
- PASS [ 0.043s] (1231/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_requires_caller_auth_even_if_price_updater
1541
- PASS [ 0.059s] (1232/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_success
1542
- PASS [ 0.046s] (1233/1714) price-feed tests::price_feed::test_set_price_ratio_denominator_rejects_zero
1543
- PASS [ 0.263s] (1234/1714) price-feed tests::price_feed::test_set_eid_to_model_type_requires_owner_auth
1544
- PASS [ 0.058s] (1235/1714) price-feed tests::price_feed::test_set_price_multiple_eids
1545
- PASS [ 0.020s] (1236/1714) price-feed tests::price_feed::test_set_price_requires_caller_auth_even_if_price_updater
1546
- PASS [ 0.037s] (1237/1714) price-feed tests::price_feed::test_set_price_ratio_denominator_success
1547
- PASS [ 0.015s] (1238/1714) price-feed tests::price_feed::test_set_price_updater_requires_owner_auth
1548
- PASS [ 0.026s] (1239/1714) price-feed tests::price_feed::test_set_price_updater_add_and_remove
1549
- PASS [ 0.018s] (1240/1714) price-feed tests::price_feed::test_set_price_with_owner
1550
- PASS [ 0.071s] (1241/1714) price-feed tests::price_feed::test_set_price_rejects_non_price_updater
1551
- PASS [ 0.025s] (1242/1714) price-feed tests::price_feed::test_set_price_with_price_updater
1552
- PASS [ 0.048s] (1243/1714) sac-manager tests::sac_manager::clawback::test_clawback_fails_without_auth
1553
- PASS [ 0.061s] (1244/1714) sac-manager tests::sac_manager::clawback::test_clawback_fails_when_amount_exceeds_balance
1554
- PASS [ 0.115s] (1245/1714) sac-manager tests::sac_manager::clawback::test_clawback_by_owner
1555
- PASS [ 0.075s] (1246/1714) sac-manager tests::sac_manager::clawback::test_clawback_operator_without_role_fails
1556
- PASS [ 0.071s] (1247/1714) sac-manager tests::sac_manager::mint::test_mint_by_minter
1557
- PASS [ 0.071s] (1248/1714) sac-manager tests::sac_manager::mint::test_mint_fails_without_minter_auth
1558
- PASS [ 0.300s] (1249/1714) price-feed tests::price_feed::test_set_price_ratio_denominator_requires_owner_auth
1559
- PASS [ 0.056s] (1250/1714) sac-manager tests::sac_manager::mint::test_mint_operator_without_role_fails
1560
- PASS [ 0.067s] (1251/1714) sac-manager tests::sac_manager::set_admin::test_set_admin_by_owner
1561
- PASS [ 0.116s] (1252/1714) sac-manager tests::sac_manager::set_admin::test_set_admin_operator_without_role_fails
1562
- PASS [ 0.100s] (1253/1714) sac-manager tests::sac_manager::set_admin::test_set_admin_without_auth
1563
- PASS [ 0.065s] (1254/1714) sac-manager tests::sac_manager::set_authorized::test_set_authorized_by_owner
1564
- PASS [ 0.327s] (1255/1714) sac-manager tests::sac_manager::clawback::test_clawback_full_balance
1565
- PASS [ 0.063s] (1256/1714) sac-manager tests::sac_manager::set_authorized::test_set_authorized_without_auth
1566
- PASS [ 0.034s] (1257/1714) simple-message-lib tests::simple_message_lib_tests::test_admin_setters_update_storage
1567
- PASS [ 0.094s] (1258/1714) sac-manager tests::sac_manager::view_functions::test_underlying_sac
1568
- PASS [ 0.053s] (1259/1714) simple-message-lib tests::simple_message_lib_tests::test_message_lib_metadata
1569
- PASS [ 0.082s] (1260/1714) simple-message-lib tests::simple_message_lib_tests::test_get_config_not_implemented
1570
- PASS [ 0.154s] (1261/1714) sac-manager tests::sac_manager::set_authorized::test_set_authorized_operator_without_role_fails
1571
- PASS [ 0.073s] (1262/1714) simple-message-lib tests::simple_message_lib_tests::test_quote
1572
- PASS [ 0.049s] (1263/1714) simple-message-lib tests::simple_message_lib_tests::test_quote_with_zro_fee
1573
- PASS [ 0.037s] (1264/1714) simple-message-lib tests::simple_message_lib_tests::test_send_requires_endpoint_auth
1574
- PASS [ 0.048s] (1265/1714) simple-message-lib tests::simple_message_lib_tests::test_send
1575
- PASS [ 0.033s] (1266/1714) simple-message-lib tests::simple_message_lib_tests::test_set_config_not_implemented
1576
- PASS [ 0.046s] (1267/1714) simple-message-lib tests::simple_message_lib_tests::test_send_returns_both_fee_recipients_with_zro
1577
- PASS [ 0.031s] (1268/1714) simple-message-lib tests::simple_message_lib_tests::test_validate_packet_requires_whitelisted_caller_auth
1578
- PASS [ 0.043s] (1269/1714) simple-message-lib tests::simple_message_lib_tests::test_validate_packet_calls_endpoint_verify
1579
- PASS [ 0.035s] (1270/1714) treasury tests::treasury_tests::test_complete_workflow
1580
- PASS [ 0.027s] (1271/1714) treasury tests::treasury_tests::test_get_fee_native_payment_enabled
1581
- PASS [ 0.031s] (1272/1714) treasury tests::treasury_tests::test_get_fee_disabled_by_default
1582
- PASS [ 0.041s] (1273/1714) treasury tests::treasury_tests::test_fee_calculation_edge_cases
1583
- PASS [ 0.033s] (1274/1714) treasury tests::treasury_tests::test_get_fee_rejects_negative_total_native_fee
1584
- PASS [ 0.031s] (1275/1714) treasury tests::treasury_tests::test_precision_and_rounding
1585
- PASS [ 0.039s] (1276/1714) treasury tests::treasury_tests::test_get_fee_zro_payment_requires_fee_lib
1586
- PASS [ 0.042s] (1277/1714) treasury tests::treasury_tests::test_set_fee_enabled
1587
- PASS [ 0.026s] (1278/1714) treasury tests::treasury_tests::test_set_native_fee_bp_invalid
1588
- PASS [ 0.039s] (1279/1714) treasury tests::treasury_tests::test_set_fee_enabled_not_owner
1589
- PASS [ 0.026s] (1280/1714) treasury tests::treasury_tests::test_set_native_fee_bp_not_owner
1590
- PASS [ 0.029s] (1281/1714) treasury tests::treasury_tests::test_set_zro_fee_lib_not_owner
1591
- PASS [ 0.035s] (1282/1714) treasury tests::treasury_tests::test_treasury_initialization
1592
- PASS [ 0.044s] (1283/1714) treasury tests::treasury_tests::test_set_zro_fee_lib
1593
- PASS [ 0.027s] (1284/1714) treasury tests::treasury_tests::test_view_functions_consistency
1594
- PASS [ 0.095s] (1285/1714) treasury tests::treasury_tests::test_set_native_fee_bp
1595
- PASS [ 0.050s] (1286/1714) treasury tests::treasury_tests::test_withdraw_token_events_emitted
1596
- PASS [ 0.064s] (1287/1714) treasury tests::treasury_tests::test_withdraw_token_entire_balance
1597
- PASS [ 0.049s] (1288/1714) treasury tests::treasury_tests::test_withdraw_token_insufficient_balance
1598
- PASS [ 0.025s] (1289/1714) treasury tests::treasury_tests::test_withdraw_token_invalid_recipient
1599
- PASS [ 0.056s] (1290/1714) treasury tests::treasury_tests::test_withdraw_token_invalid_amount_zero
1600
- PASS [ 0.100s] (1291/1714) treasury tests::treasury_tests::test_withdraw_token_invalid_amount_negative
1601
- PASS [ 0.033s] (1292/1714) treasury tests::treasury_tests::test_withdraw_token_multiple_withdrawals
1602
- PASS [ 0.066s] (1293/1714) treasury tests::treasury_tests::test_withdraw_token_multiple_tokens
1603
- PASS [ 0.039s] (1294/1714) treasury tests::treasury_tests::test_withdraw_token_not_owner
1604
- PASS [ 0.019s] (1295/1714) uln302 tests::config::oapp_uln_config::test_apply_default_all_custom
1605
- PASS [ 0.017s] (1296/1714) uln302 tests::config::oapp_uln_config::test_apply_default_all_defaults
1606
- PASS [ 0.016s] (1297/1714) uln302 tests::config::oapp_uln_config::test_apply_default_custom_confirmations_only
1607
- PASS [ 0.058s] (1298/1714) treasury tests::treasury_tests::test_withdraw_token_valid
1608
- PASS [ 0.063s] (1299/1714) treasury tests::treasury_tests::test_withdraw_token_partial_amount
1609
- PASS [ 0.017s] (1300/1714) uln302 tests::config::oapp_uln_config::test_apply_default_custom_required_dvns_only
1610
- PASS [ 0.023s] (1301/1714) uln302 tests::config::oapp_uln_config::test_apply_default_custom_optional_dvns_only
1611
- PASS [ 0.011s] (1302/1714) uln302 tests::config::oapp_uln_config::test_apply_default_empty_custom_dvns
1612
- PASS [ 0.011s] (1303/1714) uln302 tests::config::oapp_uln_config::test_apply_default_mix_2
1613
- PASS [ 0.020s] (1304/1714) uln302 tests::config::oapp_uln_config::test_apply_default_preserves_dvn_addresses
1614
- PASS [ 0.029s] (1305/1714) uln302 tests::config::oapp_uln_config::test_apply_default_mix_1
1615
- PASS [ 0.024s] (1306/1714) uln302 tests::config::oapp_uln_config::test_apply_default_zero_confirmations
1616
- PASS [ 0.030s] (1307/1714) uln302 tests::config::uln_config::test_assert_beyond_max_dvns
1617
- PASS [ 0.016s] (1308/1714) uln302 tests::config::uln_config::test_exactly_127_required_dvns_should_pass
1618
- PASS [ 0.031s] (1309/1714) uln302 tests::config::uln_config::test_exactly_127_optional_dvns_should_pass
1619
- PASS [ 0.037s] (1310/1714) uln302 tests::config::uln_config::test_assert_beyond_max_dvns_with_optional_dvns
1620
- PASS [ 0.015s] (1311/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_with_optional_dvns_and_threshold_0
1621
- PASS [ 0.026s] (1312/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_with_optional_dvns
1622
- PASS [ 0.020s] (1313/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_with_required_dvns
1623
- PASS [ 0.019s] (1314/1714) uln302 tests::config::uln_config::test_validate_default_config
1624
- PASS [ 0.027s] (1315/1714) uln302 tests::config::uln_config::test_validate_default_config_has_invalid_optional_dvn_count
1625
- PASS [ 0.031s] (1316/1714) uln302 tests::config::uln_config::test_validate_default_config_has_invalid_optional_dvn_threshold
1626
- PASS [ 0.017s] (1317/1714) uln302 tests::config::uln_config::test_validate_default_config_has_optional_duplicates
1627
- PASS [ 0.076s] (1318/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_has_no_dvns
1628
- PASS [ 0.030s] (1319/1714) uln302 tests::config::uln_config::test_validate_default_config_has_invalid_required_dvn_count
1629
- PASS [ 0.011s] (1320/1714) uln302 tests::config::uln_config::test_validate_default_config_has_required_duplicates
1630
- PASS [ 0.013s] (1321/1714) uln302 tests::config::uln_config::test_validate_default_config_has_zero_threshold_with_optional_dvns
1631
- PASS [ 0.019s] (1322/1714) uln302 tests::config::uln_config::test_validate_default_config_zero_dvns
1632
- PASS [ 0.034s] (1323/1714) uln302 tests::receive_uln302::commit_verification::test_commit_second_time_fails
1633
- PASS [ 0.036s] (1324/1714) uln302 tests::receive_uln302::confirmations::test_verification_after_multiple_dvns
1634
- PASS [ 0.072s] (1325/1714) uln302 tests::receive_uln302::commit_verification::test_commit_clears_verification_storage
1635
- PASS [ 0.047s] (1326/1714) uln302 tests::receive_uln302::confirmations::test_verification_returns_none_for_missing
1636
- PASS [ 0.057s] (1327/1714) uln302 tests::receive_uln302::confirmations::test_verification_returns_stored_data
1637
- PASS [ 0.107s] (1328/1714) uln302 tests::receive_uln302::commit_verification::test_commit_verification_invalid_eid_should_fail
1638
- PASS [ 0.061s] (1329/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_effective_receive_uln_config_must_have_at_least_one_dvn
1639
- PASS [ 0.034s] (1330/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_effective_receive_uln_config_with_default_only
1640
- PASS [ 0.081s] (1331/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_effective_receive_uln_config_with_custom_config
1641
- PASS [ 0.055s] (1332/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_remove_receive_uln_config_by_setting_none
1642
- PASS [ 0.045s] (1333/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_default_receive_uln_config_not_found
1643
- PASS [ 0.026s] (1334/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_set_default_receive_uln_configs_assert_default_config
1644
- PASS [ 0.037s] (1335/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_set_default_receive_uln_configs_authorization
1645
- PASS [ 0.053s] (1336/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_missing_required_dvn
1646
- PASS [ 0.085s] (1337/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_insufficient_confirmations
1647
- PASS [ 0.028s] (1338/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_invalid_eid
1648
- PASS [ 0.088s] (1339/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_optional_threshold_not_met
1649
- PASS [ 0.160s] (1340/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_set_default_receive_uln_configs
1650
- PASS [ 0.067s] (1341/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_required_verified_but_optional_threshold_not_met
1651
- PASS [ 0.032s] (1342/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_all_required_dvns
1652
- PASS [ 0.064s] (1343/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_optional_threshold_zero
1653
- PASS [ 0.063s] (1344/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_partial_optional_verification
1654
- PASS [ 0.051s] (1345/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_higher_confirmations
1655
- PASS [ 0.036s] (1346/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_optional_dvns_only
1656
- PASS [ 0.051s] (1347/1714) uln302 tests::receive_uln302::verify::test_verify_multiple_dvns_same_payload
1657
- PASS [ 0.078s] (1348/1714) uln302 tests::receive_uln302::verify::test_verify_emits_event
1658
- PASS [ 0.025s] (1349/1714) uln302 tests::receive_uln302::verify::test_verify_stores_verification_correctly
1659
- PASS [ 0.056s] (1350/1714) uln302 tests::receive_uln302::verify::test_verify_same_dvn_can_overwrite_verification
1660
- PASS [ 0.055s] (1351/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_with_custom_message_size
1661
- PASS [ 0.037s] (1352/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_with_default_only
1662
- PASS [ 0.236s] (1353/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_mixed_dvns
1663
- PASS [ 0.146s] (1354/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_with_custom_executor
1664
- PASS [ 0.085s] (1355/1714) uln302 tests::send_uln302::effective_executor_config::test_remove_executor_config_by_setting_none
1665
- PASS [ 0.049s] (1356/1714) uln302 tests::send_uln302::effective_send_uln_config::test_effective_send_uln_config_with_custom_config
1666
- PASS [ 0.107s] (1357/1714) uln302 tests::send_uln302::effective_send_uln_config::test_effective_send_uln_config_must_have_at_least_one_dvn
1667
- PASS [ 0.262s] (1358/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_fully_custom
1668
- PASS [ 0.075s] (1359/1714) uln302 tests::send_uln302::effective_send_uln_config::test_effective_send_uln_config_with_default_only
1669
- PASS [ 0.085s] (1360/1714) uln302 tests::send_uln302::effective_send_uln_config::test_remove_send_uln_config_by_setting_none
1670
- PASS [ 0.046s] (1361/1714) uln302 tests::send_uln302::quote::test_quote_edge_case_everything_free
1671
- PASS [ 0.075s] (1362/1714) uln302 tests::send_uln302::quote::test_quote_exceeding_message_size
1672
- PASS [ 0.097s] (1363/1714) uln302 tests::send_uln302::quote::test_quote_edge_case_executor_only_charges
1673
- PASS [ 0.111s] (1364/1714) uln302 tests::send_uln302::quote::test_quote_edge_case_zero_dvn_fees_multiple_dvns
1674
- PASS [ 0.097s] (1365/1714) uln302 tests::send_uln302::quote::test_quote_multiple_dvns
1675
- PASS [ 0.079s] (1366/1714) uln302 tests::send_uln302::quote::test_quote_with_bad_options
1676
- PASS [ 0.067s] (1367/1714) uln302 tests::send_uln302::quote::test_quote_with_missing_executor_options
1677
- PASS [ 0.083s] (1368/1714) uln302 tests::send_uln302::quote::test_quote_with_missing_dvn_options
1678
- PASS [ 0.059s] (1369/1714) uln302 tests::send_uln302::quote::test_quote_with_only_optional_dvns
1679
- PASS [ 0.085s] (1370/1714) uln302 tests::send_uln302::quote::test_quote_with_zro_fee
1680
- PASS [ 0.092s] (1371/1714) uln302 tests::send_uln302::send::test_send_derives_from_quote
1681
- PASS [ 0.069s] (1372/1714) uln302 tests::send_uln302::send::test_send_events_emittance
1682
- PASS [ 0.239s] (1373/1714) uln302 tests::send_uln302::quote::test_quote_single_dvn
1683
- PASS [ 0.077s] (1374/1714) uln302 tests::send_uln302::send::test_send_exceeding_message_size
1684
- PASS [ 0.073s] (1375/1714) uln302 tests::send_uln302::send::test_send_from_non_endpoint
1685
- PASS [ 0.110s] (1376/1714) uln302 tests::send_uln302::send::test_send_events_emittance_with_zro
1686
- PASS [ 0.067s] (1377/1714) uln302 tests::send_uln302::send::test_send_multiple_dvns
1687
- PASS [ 0.079s] (1378/1714) uln302 tests::send_uln302::send::test_send_with_bad_options
1688
- PASS [ 0.122s] (1379/1714) uln302 tests::send_uln302::send::test_send_single_dvn
1689
- PASS [ 0.125s] (1380/1714) uln302 tests::send_uln302::send::test_send_with_missing_dvn_options
1690
- PASS [ 0.035s] (1381/1714) uln302 tests::send_uln302::set_default_executor_configs::test_default_executor_config_not_found
1691
- PASS [ 0.075s] (1382/1714) uln302 tests::send_uln302::send::test_send_with_only_optional_dvns
1692
- PASS [ 0.140s] (1383/1714) uln302 tests::send_uln302::send::test_send_with_missing_executor_options
1693
- PASS [ 0.041s] (1384/1714) uln302 tests::send_uln302::set_default_executor_configs::test_set_default_executor_configs_zero_message_size
1694
- PASS [ 0.072s] (1385/1714) uln302 tests::send_uln302::set_default_executor_configs::test_set_default_executor_configs_authorization
1695
- PASS [ 0.060s] (1386/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_default_send_uln_config_not_found
1696
- PASS [ 0.043s] (1387/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_set_default_send_uln_configs_assert_default_config
1697
- PASS [ 0.084s] (1388/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_set_default_send_uln_configs
1698
- PASS [ 0.065s] (1389/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_set_default_send_uln_configs_authorization
1699
- PASS [ 0.042s] (1390/1714) uln302 tests::uln302::get_app_receive_uln_config::test_get_oapp_receive_uln_config_not_found
1700
- PASS [ 0.098s] (1391/1714) uln302 tests::uln302::get_app_receive_uln_config::test_get_oapp_receive_uln_config
1701
- PASS [ 0.052s] (1392/1714) uln302 tests::uln302::get_app_send_uln_config::test_get_oapp_send_uln_config_not_found
1702
- PASS [ 0.036s] (1393/1714) uln302 tests::uln302::get_config::test_get_config_executor_returns_effective_executor_config_xdr
1703
- PASS [ 0.131s] (1394/1714) uln302 tests::uln302::get_app_send_uln_config::test_get_oapp_send_uln_config
1704
- PASS [ 0.060s] (1395/1714) uln302 tests::uln302::get_config::test_get_config_invalid_config_type_should_fail
1705
- PASS [ 0.057s] (1396/1714) uln302 tests::uln302::get_oapp_executor_config::test_get_oapp_executor_config
1706
- PASS [ 0.102s] (1397/1714) uln302 tests::uln302::get_config::test_get_config_receive_uln_returns_effective_receive_uln_config_xdr
1707
- PASS [ 0.018s] (1398/1714) uln302 tests::uln302::get_oapp_executor_config::test_get_oapp_executor_config_not_found
1708
- PASS [ 0.069s] (1399/1714) uln302 tests::uln302::set_config::test_config_management_comprehensive
1709
- PASS [ 0.067s] (1400/1714) uln302 tests::uln302::set_config::test_is_supported_eid_true_after_configs
1710
- PASS [ 0.043s] (1401/1714) uln302 tests::uln302::set_config::test_set_config_invalid_type_should_fail
1711
- PASS [ 0.260s] (1402/1714) uln302 tests::uln302::get_config::test_get_config_send_uln_returns_effective_send_uln_config_xdr
1712
- PASS [ 0.022s] (1403/1714) uln302 tests::uln302::set_config::test_set_config_unsupported_eid_should_fail
1713
- PASS [ 0.095s] (1404/1714) uln302 tests::uln302::set_config::test_set_receive_config_invalid_confirmations_use_default_but_nonzero
1714
- PASS [ 0.099s] (1405/1714) uln302 tests::uln302::set_config::test_set_receive_config_invalid_optional_dvns_use_default_but_threshold_nonzero
1715
- PASS [ 0.059s] (1406/1714) uln302 tests::uln302::set_config::test_set_receive_config_valid_all_custom
1716
- PASS [ 0.360s] (1407/1714) uln302 tests::uln302::set_config::test_is_supported_eid_initially_false
1717
- PASS [ 0.096s] (1408/1714) uln302 tests::uln302::set_config::test_set_receive_config_invalid_required_dvns_use_default_but_not_empty
1718
- PASS [ 0.069s] (1409/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_confirmations_use_default_but_nonzero
1719
- PASS [ 0.066s] (1410/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_multiple_errors_confirmations_first
1720
- PASS [ 0.075s] (1411/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_duplicates
1721
- PASS [ 0.051s] (1412/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_threshold_zero_with_dvns
1722
- PASS [ 0.070s] (1413/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_threshold_greater_than_dvns
1723
- PASS [ 0.111s] (1414/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_too_many
1724
- PASS [ 0.084s] (1415/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_use_default_but_dvns_not_empty
1725
- PASS [ 0.079s] (1416/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_use_default_but_threshold_nonzero
1726
- PASS [ 0.054s] (1417/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_required_dvns_too_many
1727
- PASS [ 0.082s] (1418/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_required_dvns_duplicates
1728
- PASS [ 0.077s] (1419/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_required_dvns_use_default_but_not_empty
1729
- PASS [ 0.053s] (1420/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_confirmations_use_default_with_zero
1730
- PASS [ 0.124s] (1421/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_all_custom
1731
- PASS [ 0.106s] (1422/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_optional_dvns_custom
1732
- PASS [ 0.075s] (1423/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_optional_dvns_custom_empty
1733
- PASS [ 0.081s] (1424/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_optional_dvns_use_default
1734
- PASS [ 0.100s] (1425/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_required_dvns_custom
1735
- PASS [ 0.101s] (1426/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_required_dvns_use_default_with_empty
1736
- PASS [ 0.091s] (1427/1714) uln302 tests::uln302::set_config::test_supported_eid_combinations_all_configs
1737
- PASS [ 0.031s] (1428/1714) uln302 tests::uln302::set_config::test_supported_eid_combinations_only_send_config
1738
- PASS [ 0.038s] (1429/1714) uln302 tests::uln302::set_config::test_version
1739
- PASS [ 0.526s] (1430/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_confirmations_custom_with_any_value
1740
- PASS [ 0.206s] (1431/1714) upgrader tests::test_upgrader::test_upgrade_with_upgrader
1741
- PASS [ 0.505s] (1432/1714) uln302 tests::uln302::set_config::test_supported_eid_combinations_only_receive_config
1742
- PASS [ 0.015s] (1433/1714) utils buffer_reader::tests::test_size_of_signed_integers
1743
- PASS [ 0.030s] (1434/1714) utils buffer_reader::tests::test_size_of_unsigned_integers
1744
- PASS [ 0.032s] (1435/1714) utils tests::auth::test_enforce_auth_panics_with_wrong_address_auth
1745
- PASS [ 0.315s] (1436/1714) upgrader tests::test_upgrader::test_upgrade_without_migration_data_returns_error_for_non_unit_migration
1746
- PASS [ 0.031s] (1437/1714) utils tests::auth::test_enforce_auth_panics_without_auth
1747
- PASS [ 0.052s] (1438/1714) utils tests::auth::test_enforce_auth_returns_authorizer_on_success
1748
- PASS [ 0.058s] (1439/1714) utils tests::auth::test_enforce_auth_uses_current_authorizer_after_change
1749
- PASS [ 0.066s] (1440/1714) utils tests::auth::test_require_auth_panics_with_wrong_address_auth
1750
- PASS [ 0.063s] (1441/1714) utils tests::auth::test_require_auth_panics_without_auth
1751
- PASS [ 2.167s] (1442/1714) uln302 tests::send_uln302::set_default_executor_configs::test_set_default_executor_configs
1752
- PASS [ 0.020s] (1443/1714) utils tests::buffer_reader::test_address_encoding_golden_bytes
1753
- PASS [ 0.043s] (1444/1714) utils tests::auth::test_require_auth_succeeds_when_authorizer_auths
1754
- PASS [ 0.036s] (1445/1714) utils tests::buffer_reader::test_buffer_access_and_empty_buffer
1755
- PASS [ 0.025s] (1446/1714) utils tests::buffer_reader::test_buffer_reader_invalid_length_panics_table
1756
- PASS [ 0.021s] (1447/1714) utils tests::buffer_reader::test_is_empty_semantics
1757
- PASS [ 0.024s] (1448/1714) utils tests::buffer_reader::test_position_operations
1758
- PASS [ 0.048s] (1449/1714) utils tests::buffer_reader::test_len_immutable_after_reads
1759
- PASS [ 0.017s] (1450/1714) utils tests::buffer_reader::test_read_address_account_roundtrip
1760
- PASS [ 0.025s] (1451/1714) utils tests::buffer_reader::test_read_address_all_zero_payload
1761
- PASS [ 0.789s] (1452/1714) upgrader tests::test_upgrader::test_upgrade_with_upgrader_rbac
1762
- PASS [ 0.039s] (1453/1714) utils tests::buffer_reader::test_read_address_contract_roundtrip
1763
- PASS [ 0.023s] (1454/1714) utils tests::buffer_reader::test_read_address_invalid_payload_type
1764
- PASS [ 0.016s] (1455/1714) utils tests::buffer_reader::test_read_address_payload_insufficient_bytes
1765
- PASS [ 0.032s] (1456/1714) utils tests::buffer_reader::test_read_address_payload
1766
- PASS [ 0.020s] (1457/1714) utils tests::buffer_reader::test_read_address_with_other_data_roundtrip
1767
- PASS [ 0.010s] (1458/1714) utils tests::buffer_reader::test_read_after_buffer_exhausted
1768
- PASS [ 0.015s] (1459/1714) utils tests::buffer_reader::test_read_array_write_array_roundtrip
1769
- PASS [ 0.018s] (1460/1714) utils tests::buffer_reader::test_read_array_roundtrip_and_position
1770
- PASS [ 0.015s] (1461/1714) utils tests::buffer_reader::test_read_boundary_values
1771
- PASS [ 0.011s] (1462/1714) utils tests::buffer_reader::test_read_bytes_n
1772
- PASS [ 0.037s] (1463/1714) utils tests::buffer_reader::test_read_bool
1773
- PASS [ 0.016s] (1464/1714) utils tests::buffer_reader::test_read_bytes_operations
1774
- PASS [ 0.421s] (1465/1714) utils tests::auth::test_require_auth_fails_with_stale_auth_after_authorizer_change
1775
- PASS [ 0.019s] (1466/1714) utils tests::buffer_reader::test_read_bytes_until_end_at_start
1776
- PASS [ 0.032s] (1467/1714) utils tests::buffer_reader::test_read_bytes_until_end_after_partial_read
1777
- PASS [ 0.010s] (1468/1714) utils tests::buffer_reader::test_read_bytes_zero_length
1778
- PASS [ 0.146s] (1469/1714) utils tests::buffer_reader::test_read_address_mixed_types_roundtrip
1779
- PASS [ 0.010s] (1470/1714) utils tests::buffer_reader::test_read_i128_roundtrip
1780
- PASS [ 0.014s] (1471/1714) utils tests::buffer_reader::test_read_i8_i16_i32_i64_i128_big_endian_golden_bytes
1781
- PASS [ 0.028s] (1472/1714) utils tests::buffer_reader::test_read_i256_big_endian_golden_bytes
1782
- PASS [ 0.056s] (1473/1714) utils tests::buffer_reader::test_read_bytes_until_end_when_exhausted
1783
- PASS [ 0.037s] (1474/1714) utils tests::buffer_reader::test_read_insufficient_bytes_after_partial_read
1784
- PASS [ 0.020s] (1475/1714) utils tests::buffer_reader::test_read_u256_boundary_values
1785
- PASS [ 0.052s] (1476/1714) utils tests::buffer_reader::test_read_primitives_big_endian_golden_bytes
1786
- PASS [ 0.010s] (1477/1714) utils tests::buffer_reader::test_rewind_beyond_start
1787
- PASS [ 0.011s] (1478/1714) utils tests::buffer_reader::test_rewind_zero
1788
- PASS [ 0.068s] (1479/1714) utils tests::buffer_reader::test_read_primitives_roundtrip
1789
- PASS [ 0.134s] (1480/1714) utils tests::buffer_reader::test_read_bytes_until_end_on_empty_buffer
1790
- PASS [ 0.013s] (1481/1714) utils tests::buffer_reader::test_seek_beyond_buffer
1791
- PASS [ 0.015s] (1482/1714) utils tests::buffer_reader::test_seek_on_empty_buffer
1792
- PASS [ 0.067s] (1483/1714) utils tests::buffer_reader::test_rewind_from_start
1793
- PASS [ 0.038s] (1484/1714) utils tests::buffer_reader::test_seek_boundary_values
1794
- PASS [ 0.018s] (1485/1714) utils tests::buffer_reader::test_skip_zero
1795
- PASS [ 0.022s] (1486/1714) utils tests::buffer_writer::test_chaining_empty_bytes
1796
- PASS [ 0.066s] (1487/1714) utils tests::buffer_reader::test_skip_beyond_buffer
1797
- PASS [ 0.033s] (1488/1714) utils tests::buffer_writer::test_complex_message_roundtrip
1798
- PASS [ 0.039s] (1489/1714) utils tests::buffer_writer::test_env_from_writer
1799
- PASS [ 0.127s] (1490/1714) utils tests::buffer_writer::test_from_bytes
1800
- PASS [ 0.178s] (1491/1714) utils tests::buffer_reader::test_skip_to_exact_end
1801
- PASS [ 0.098s] (1492/1714) utils tests::buffer_writer::test_from_bytes_with_large_buffer
1802
- PASS [ 0.026s] (1493/1714) utils tests::buffer_writer::test_write_address_account
1803
- PASS [ 0.030s] (1494/1714) utils tests::buffer_writer::test_write_address_contract
1804
- PASS [ 0.020s] (1495/1714) utils tests::buffer_writer::test_write_address_payload
1805
- PASS [ 0.088s] (1496/1714) utils tests::buffer_writer::test_len_after_writes
1806
- PASS [ 0.089s] (1497/1714) utils tests::buffer_writer::test_new_buffer_writer
1807
- PASS [ 0.021s] (1498/1714) utils tests::buffer_writer::test_write_bool
1808
- PASS [ 0.020s] (1499/1714) utils tests::buffer_writer::test_write_bytes
1809
- PASS [ 0.042s] (1500/1714) utils tests::buffer_writer::test_write_boundary_values
1810
- PASS [ 0.068s] (1501/1714) utils tests::buffer_writer::test_write_address_payload_with_other_data
1811
- PASS [ 0.014s] (1502/1714) utils tests::buffer_writer::test_write_bytes_n_array
1812
- PASS [ 0.032s] (1503/1714) utils tests::buffer_writer::test_write_i256_big_endian_golden_bytes_and_roundtrip
1813
- PASS [ 0.103s] (1504/1714) utils tests::buffer_writer::test_write_bytes_empty
1814
- PASS [ 0.119s] (1505/1714) utils tests::buffer_writer::test_write_bytes_n
1815
- PASS [ 0.021s] (1506/1714) utils tests::buffer_writer::test_write_multiple_addresses
1816
- PASS [ 0.068s] (1507/1714) utils tests::buffer_writer::test_write_mixed_sizes_no_alignment_issues
1817
- PASS [ 0.031s] (1508/1714) utils tests::buffer_writer::test_write_primitives_big_endian_golden_bytes
1818
- PASS [ 0.041s] (1509/1714) utils tests::buffer_writer::test_write_repeated_values
1819
- PASS [ 0.170s] (1510/1714) utils tests::buffer_writer::test_write_large_buffer
1820
- PASS [ 0.020s] (1511/1714) utils tests::buffer_writer::test_write_signed_integers_big_endian_golden_bytes
1821
- PASS [ 0.097s] (1512/1714) utils tests::buffer_writer::test_write_primitives_roundtrip
1822
- PASS [ 0.550s] (1513/1714) utils tests::buffer_writer::test_from_bytes_empty
1823
- PASS [ 0.080s] (1514/1714) utils tests::buffer_writer::test_write_signed_integers_roundtrip
1824
- PASS [ 0.014s] (1515/1714) utils tests::bytes_ext::test_to_array_length_mismatch_panics_table
1825
- PASS [ 0.098s] (1516/1714) utils tests::buffer_writer::test_write_u256_boundary_values
1826
- PASS [ 0.045s] (1517/1714) utils tests::bytes_ext::test_to_array_large_sizes
1827
- PASS [ 0.040s] (1518/1714) utils tests::bytes_ext::test_to_array_various_sizes
1828
- PASS [ 0.029s] (1519/1714) utils tests::multisig::get_signers_returns_all
1829
- PASS [ 0.145s] (1520/1714) utils tests::bytes_ext::test_to_array_boundary_values
1830
- PASS [ 0.019s] (1521/1714) utils tests::multisig::init_already_initialized_fails
1831
- PASS [ 0.028s] (1522/1714) utils tests::multisig::init_duplicate_signers_fails
1832
- PASS [ 0.046s] (1523/1714) utils tests::multisig::init_emits_signer_and_threshold_events
1833
- PASS [ 0.044s] (1524/1714) utils tests::multisig::init_sets_signers_and_threshold
1834
- PASS [ 0.044s] (1525/1714) utils tests::multisig::init_zero_signer_fails
1835
- PASS [ 0.043s] (1526/1714) utils tests::multisig::init_zero_threshold_fails
1836
- PASS [ 0.112s] (1527/1714) utils tests::multisig::init_threshold_exceeds_signers_fails
1837
- PASS [ 0.020s] (1528/1714) utils tests::multisig::recover_signer_invalid_s_zero_fails
1838
- PASS [ 0.023s] (1529/1714) utils tests::multisig::recover_signer_invalid_r_zero_fails
1839
- LEAK [ 0.280s] (1530/1714) utils tests::bytes_ext::test_to_array_preserves_all_values
1840
- PASS [ 0.028s] (1531/1714) utils tests::multisig::recover_signer_raw_v_path
1841
- PASS [ 0.030s] (1532/1714) utils tests::multisig::recover_signer_invalid_v_fails
1842
- PASS [ 0.039s] (1533/1714) utils tests::multisig::recover_signer_valid_signature
1843
- PASS [ 0.029s] (1534/1714) utils tests::multisig::set_signer_add
1844
- PASS [ 0.047s] (1535/1714) utils tests::multisig::set_signer_duplicate_fails
1845
- PASS [ 0.040s] (1536/1714) utils tests::multisig::set_signer_remove
1846
- PASS [ 0.040s] (1537/1714) utils tests::multisig::set_signer_remove_not_found_fails
1847
- PASS [ 0.034s] (1538/1714) utils tests::multisig::set_signer_requires_auth
1848
- PASS [ 0.048s] (1539/1714) utils tests::multisig::set_signer_remove_violates_threshold_fails
1849
- PASS [ 0.022s] (1540/1714) utils tests::multisig::set_threshold_exceeds_signers_fails
1850
- PASS [ 0.047s] (1541/1714) utils tests::multisig::set_signer_zero_address_fails
1851
- PASS [ 0.049s] (1542/1714) utils tests::multisig::set_threshold_requires_auth
1852
- PASS [ 0.036s] (1543/1714) utils tests::multisig::set_threshold_success
1853
- PASS [ 0.044s] (1544/1714) utils tests::multisig::set_threshold_zero_fails
1854
- PASS [ 0.029s] (1545/1714) utils tests::multisig::verify_n_signatures_duplicate_signers_fails
1855
- PASS [ 0.038s] (1546/1714) utils tests::multisig::verify_n_signatures_insufficient_signatures_fails
1856
- PASS [ 0.057s] (1547/1714) utils tests::multisig::verify_n_signatures_signer_not_found_fails
1857
- PASS [ 0.057s] (1548/1714) utils tests::multisig::verify_n_signatures_success
1858
- PASS [ 0.042s] (1549/1714) utils tests::multisig::verify_n_signatures_threshold_met_but_extra_invalid_signature_fails
1859
- PASS [ 0.051s] (1550/1714) utils tests::multisig::verify_n_signatures_unsorted_signers_fails
1860
- PASS [ 0.071s] (1551/1714) utils tests::multisig::verify_n_signatures_threshold_one_still_requires_sorted_if_multiple_provided
1861
- PASS [ 0.058s] (1552/1714) utils tests::multisig::verify_n_signatures_zero_threshold_fails
1862
- PASS [ 0.038s] (1553/1714) utils tests::option_ext::unwrap_or_panic_none_panics_with_error
1863
- PASS [ 0.054s] (1554/1714) utils tests::multisig::verify_signatures_success
1864
- PASS [ 0.044s] (1555/1714) utils tests::option_ext::unwrap_or_panic_some_returns_value
1865
- PASS [ 0.112s] (1556/1714) utils tests::multisig::verify_signatures_enforces_configured_threshold
1866
- PASS [ 0.064s] (1557/1714) utils tests::ownable::accept_ownership_no_pending_fails
1867
- PASS [ 0.024s] (1558/1714) utils tests::ownable::auth_non_owner_cannot_call
1868
- PASS [ 0.070s] (1559/1714) utils tests::ownable::accept_ownership_wrong_address_fails
1869
- PASS [ 0.040s] (1560/1714) utils tests::ownable::begin_ownership_transfer_cancel
1870
- PASS [ 0.042s] (1561/1714) utils tests::ownable::begin_ownership_transfer_cancel_no_pending_fails
1871
- PASS [ 0.052s] (1562/1714) utils tests::ownable::begin_ownership_transfer_cancel_wrong_address_fails
1872
- PASS [ 0.124s] (1563/1714) utils tests::ownable::auth_owner_can_call
1873
- PASS [ 0.049s] (1564/1714) utils tests::ownable::begin_ownership_transfer_initiate_and_accept
1874
- PASS [ 0.020s] (1565/1714) utils tests::ownable::begin_ownership_transfer_with_max_ttl
1875
- PASS [ 0.252s] (1566/1714) utils tests::ownable::chain_new_owner_can_transfer
1876
- LEAK [ 0.325s] (1567/1714) utils tests::ownable::begin_ownership_transfer_invalid_ttl_exceeds_max_fails
1877
- PASS [ 0.034s] (1568/1714) utils tests::ownable::enforce_owner_auth_no_owner_set_fails
1878
- PASS [ 0.032s] (1569/1714) utils tests::ownable::enforce_owner_auth_returns_owner
1879
- PASS [ 0.375s] (1570/1714) utils tests::ownable::begin_ownership_transfer_override_pending
1880
- PASS [ 1.226s] (1571/1714) utils tests::bytes_ext::test_to_array_very_large_size
1881
- PASS [ 0.060s] (1572/1714) utils tests::ownable::reinit_owner_fails
1882
- PASS [ 0.134s] (1573/1714) utils tests::ownable::enforce_owner_auth_wrong_address_fails
1883
- PASS [ 0.038s] (1574/1714) utils tests::ownable::renounce_after_renounce_fails
1884
- PASS [ 0.283s] (1575/1714) utils tests::ownable::chain_new_owner_can_transfer_2step
1885
- PASS [ 0.082s] (1576/1714) utils tests::ownable::renounce_blocked_during_2step_transfer
1886
- PASS [ 0.037s] (1577/1714) utils tests::ownable::renounce_ownership_with_event
1887
- PASS [ 0.226s] (1578/1714) utils tests::ownable::pending_owner_expires_after_ttl
1888
- PASS [ 0.062s] (1579/1714) utils tests::ownable::renounce_ownership_non_owner_fails
1889
- PASS [ 0.028s] (1580/1714) utils tests::ownable::require_owner_auth_no_owner_set_fails
1890
- PASS [ 0.051s] (1581/1714) utils tests::ownable::transfer_ownership_to_same_owner
1891
- PASS [ 0.073s] (1582/1714) utils tests::ownable::transfer_ownership_blocked_during_2step
1892
- PASS [ 0.075s] (1583/1714) utils tests::ownable::transfer_ownership_non_owner_fails
1893
- PASS [ 0.085s] (1584/1714) utils tests::ownable::transfer_after_renounce_fails
1894
- PASS [ 0.035s] (1585/1714) utils tests::rbac::authorizer_can_revoke_role
1895
- PASS [ 0.086s] (1586/1714) utils tests::rbac::admin_role_holder_can_grant_revoke_and_renounce_emits_events
1896
- PASS [ 0.078s] (1587/1714) utils tests::rbac::grant_role_authorizer_emits_event_and_enumerates
1897
- PASS [ 0.049s] (1588/1714) utils tests::rbac::grant_role_no_auth_is_idempotent_and_emits_once
1898
- PASS [ 0.050s] (1589/1714) utils tests::rbac::grant_role_unauthorized_returns_error_code
1899
- PASS [ 0.018s] (1590/1714) utils tests::rbac::remove_role_admin_errors_and_success
1900
- PASS [ 0.071s] (1591/1714) utils tests::rbac::grant_role_requires_auth
1901
- PASS [ 0.017s] (1592/1714) utils tests::rbac::removing_last_member_when_role_missing_from_existing_roles_returns_role_not_found
1902
- PASS [ 0.150s] (1593/1714) utils tests::rbac::max_roles_exceeded_error_code
1903
- PASS [ 0.069s] (1594/1714) utils tests::rbac::revoke_last_member_of_two_no_swap_branch
1904
- PASS [ 0.054s] (1595/1714) utils tests::rbac::revoke_role_entrypoint_missing_role_returns_error_code
1905
- PASS [ 0.068s] (1596/1714) utils tests::rbac::revoke_role_requires_auth
1906
- PASS [ 0.207s] (1597/1714) utils tests::rbac::renounce_role_requires_auth
1907
- PASS [ 0.019s] (1598/1714) utils tests::rbac::role_is_empty_error_code
1908
- PASS [ 0.013s] (1599/1714) utils tests::rbac::set_role_admin_requires_auth
1909
- PASS [ 0.060s] (1600/1714) utils tests::rbac::swap_remove_updates_indices_and_existing_roles_removed_on_last_member
1910
- PASS [ 0.091s] (1601/1714) utils tests::rbac::set_role_admin_emits_event_with_previous_admin_values
1911
- PASS [ 0.489s] (1602/1714) utils tests::rbac::revoke_role_entrypoint_unauthorized_returns_error_code
1912
- PASS [ 0.024s] (1603/1714) utils tests::testing_utils::test_assert_contains_events_allows_duplicates
1913
- PASS [ 0.038s] (1604/1714) utils tests::testing_utils::test_assert_contains_events_duplicate_expected_but_not_emitted_panics
1914
- PASS [ 0.807s] (1605/1714) utils tests::ownable::transfer_ownership_with_event
1915
- PASS [ 0.362s] (1606/1714) utils tests::testing_utils::test_assert_contains_event_not_found_panics
1916
- PASS [ 0.043s] (1607/1714) utils tests::testing_utils::test_assert_event_among_multiple
1917
- PASS [ 0.044s] (1608/1714) utils tests::testing_utils::test_assert_event_data_mismatch
1918
- PASS [ 0.060s] (1609/1714) utils tests::testing_utils::test_assert_event_finds_correct_event_among_many
1919
- PASS [ 0.059s] (1610/1714) utils tests::testing_utils::test_assert_event_finds_first_matching_event
1920
- PASS [ 0.054s] (1611/1714) utils tests::testing_utils::test_assert_event_found
1921
- PASS [ 0.021s] (1612/1714) utils tests::testing_utils::test_assert_event_no_events_emitted
1922
- PASS [ 0.025s] (1613/1714) utils tests::testing_utils::test_assert_event_not_found
1923
- PASS [ 0.053s] (1614/1714) utils tests::testing_utils::test_assert_event_topics_length_mismatch
1924
- PASS [ 0.053s] (1615/1714) utils tests::testing_utils::test_assert_event_with_address
1925
- PASS [ 0.042s] (1616/1714) utils tests::testing_utils::test_assert_event_with_multiple_fields
1926
- PASS [ 0.038s] (1617/1714) utils tests::testing_utils::test_assert_events_data_mismatch
1927
- PASS [ 0.573s] (1618/1714) utils tests::rbac::views_default_and_index_out_of_bounds_error_code
1928
- PASS [ 0.076s] (1619/1714) utils tests::testing_utils::test_assert_events_duplicate_expected_but_not_emitted
1929
- PASS [ 0.052s] (1620/1714) utils tests::testing_utils::test_assert_events_empty_list
1930
- PASS [ 0.034s] (1621/1714) utils tests::testing_utils::test_assert_events_mixed_event_types_three
1931
- PASS [ 0.046s] (1622/1714) utils tests::testing_utils::test_assert_events_from_specific_contract_ignores_others
1932
- PASS [ 0.045s] (1623/1714) utils tests::testing_utils::test_assert_events_multiple_same_type
1933
- PASS [ 0.055s] (1624/1714) utils tests::testing_utils::test_assert_events_multiple_different_types
1934
- PASS [ 0.119s] (1625/1714) utils tests::testing_utils::test_assert_events_first_not_found
1935
- PASS [ 0.035s] (1626/1714) utils tests::testing_utils::test_assert_events_order_independent
1936
- PASS [ 0.043s] (1627/1714) utils tests::testing_utils::test_assert_events_no_events_emitted
1937
- PASS [ 0.037s] (1628/1714) utils tests::testing_utils::test_assert_events_partial_match
1938
- PASS [ 0.051s] (1629/1714) utils tests::testing_utils::test_assert_events_single
1939
- PASS [ 0.043s] (1630/1714) utils tests::testing_utils::test_assert_events_third_not_found
1940
- PASS [ 0.027s] (1631/1714) utils tests::testing_utils::test_assert_events_three_events
1941
- PASS [ 0.085s] (1632/1714) utils tests::testing_utils::test_assert_events_second_not_found
1942
- PASS [ 0.077s] (1633/1714) utils tests::testing_utils::test_assert_events_with_duplicates
1943
- PASS [ 0.064s] (1634/1714) utils tests::testing_utils::test_assert_events_wrong_contract
1944
- PASS [ 0.028s] (1635/1714) utils tests::ttl_configurable::test_default_ttl_configurable_boundary_values
1945
- PASS [ 0.027s] (1636/1714) utils tests::ttl_configurable::test_default_ttl_configurable_exceeds_effective_max_ttl
1946
- PASS [ 0.040s] (1637/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze
1947
- PASS [ 0.122s] (1638/1714) utils tests::testing_utils::test_decode_event_topics_data_roundtrip
1948
- PASS [ 0.012s] (1639/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_when_already_frozen
1949
- PASS [ 0.048s] (1640/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_preserves_configs
1950
- PASS [ 0.027s] (1641/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_requires_auth
1951
- PASS [ 0.012s] (1642/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_wrong_signer_fails
1952
- PASS [ 0.027s] (1643/1714) utils tests::ttl_configurable::test_default_ttl_configurable_initial_state
1953
- PASS [ 0.037s] (1644/1714) utils tests::ttl_configurable::test_default_ttl_configurable_invalid_does_not_partially_update
1954
- PASS [ 0.077s] (1645/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_when_owner_not_set
1955
- PASS [ 0.051s] (1646/1714) utils tests::ttl_configurable::test_default_ttl_configurable_invalid_instance_config
1956
- PASS [ 0.047s] (1647/1714) utils tests::ttl_configurable::test_default_ttl_configurable_invalid_persistent_config
1957
- PASS [ 0.033s] (1648/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_all
1958
- PASS [ 0.037s] (1649/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_partial
1959
- PASS [ 0.038s] (1650/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_requires_auth
1960
- PASS [ 0.063s] (1651/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_and_remove
1961
- PASS [ 0.030s] (1652/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_when_frozen
1962
- PASS [ 0.021s] (1653/1714) utils tests::ttl_configurable::test_init_default_ttl_configs
1963
- PASS [ 0.070s] (1654/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_when_owner_not_set
1964
- PASS [ 0.097s] (1655/1714) utils tests::ttl_configurable::test_ttl_config_data_defaults
1965
- PASS [ 0.067s] (1656/1714) utils tests::ttl_configurable::test_ttl_config_data_frozen
1966
- PASS [ 0.046s] (1657/1714) utils tests::ttl_configurable::test_ttl_config_data_independent_storage
1967
- PASS [ 0.052s] (1658/1714) utils tests::ttl_configurable::test_ttl_config_data_remove_when_not_set
1968
- PASS [ 0.033s] (1659/1714) utils tests::ttl_configurable::test_ttl_config_data_set_get_remove
1969
- PASS [ 0.041s] (1660/1714) utils tests::ttl_configurable::test_ttl_config_new
1970
- PASS [ 0.038s] (1661/1714) utils tests::ttl_extendable::test_extend_instance_ttl_noop_when_above_threshold
1971
- PASS [ 0.028s] (1662/1714) utils tests::ttl_extendable::test_extend_instance_ttl_updates_instance_ttl
1972
- PASS [ 0.050s] (1663/1714) utils tests::upgradeable::test_can_upgrade_and_migrate_multiple_times
1973
- PASS [ 0.060s] (1664/1714) utils tests::upgradeable::test_cannot_migrate_twice_without_upgrade
1974
- PASS [ 0.025s] (1665/1714) utils tests::upgradeable::test_migrate_fail_without_upgrade
1975
- PASS [ 0.023s] (1666/1714) utils tests::upgradeable::test_migrate_rejects_invalid_migration_data_and_does_not_clear_flag
1976
- PASS [ 0.052s] (1667/1714) utils tests::upgradeable::test_migrate_requires_auth
1977
- PASS [ 0.560s] (1668/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_wrong_signer_fails
1978
- PASS [ 0.456s] (1669/1714) utils tests::ttl_configurable::test_ttl_config_is_valid
1979
- PASS [ 0.133s] (1670/1714) utils tests::upgradeable::test_upgrade_requires_auth
1980
- PASS [ 0.170s] (1671/1714) utils tests::upgradeable::test_migrate_success
1981
- PASS [ 0.065s] (1672/1714) worker tests::worker::test_admin_management_by_admin_can_add_admin
1982
- PASS [ 0.083s] (1673/1714) worker tests::worker::test_acl_allowlist_denylist_precedence
1983
- PASS [ 0.182s] (1674/1714) utils tests::upgradeable::test_upgrade_success
1984
- PASS [ 0.139s] (1675/1714) worker tests::worker::test_admin_management_by_owner_adds_and_removes_admin
1985
- PASS [ 0.151s] (1676/1714) worker tests::worker::test_admin_management_by_admin_requires_caller_is_admin
1986
- PASS [ 0.038s] (1677/1714) worker tests::worker::test_admin_management_can_remove_last_admin
1987
- PASS [ 1.555s] (1678/1714) utils tests::testing_utils::test_assert_event_wrong_contract
1988
- PASS [ 0.099s] (1679/1714) worker tests::worker::test_admin_management_by_owner_rejects_remove_missing_admin
1989
- PASS [ 0.208s] (1680/1714) worker tests::worker::test_admin_management_by_owner_rejects_duplicate_add
1990
- PASS [ 0.068s] (1681/1714) worker tests::worker::test_allowlist_rejects_duplicate_add
1991
- PASS [ 0.130s] (1682/1714) worker tests::worker::test_admin_only_set_default_multiplier_requires_admin_membership
1992
- PASS [ 0.155s] (1683/1714) worker tests::worker::test_admin_setters_update_storage_and_events
1993
- PASS [ 0.050s] (1684/1714) worker tests::worker::test_allowlist_remove_decrements_size_and_restores_default_acl
1994
- PASS [ 0.076s] (1685/1714) worker tests::worker::test_assert_acl_rejects_when_not_allowed
1995
- PASS [ 0.039s] (1686/1714) worker tests::worker::test_assert_supported_message_lib_rejects_unsupported
1996
- PASS [ 0.156s] (1687/1714) worker tests::worker::test_allowlist_rejects_remove_missing
1997
- PASS [ 0.084s] (1688/1714) worker tests::worker::test_assert_not_paused_panics_when_paused
1998
- PASS [ 0.094s] (1689/1714) worker tests::worker::test_denylist_rejects_duplicate_add
1999
- PASS [ 0.114s] (1690/1714) worker tests::worker::test_default_multiplier_bps_returns_zero_when_unset
2000
- PASS [ 0.038s] (1691/1714) worker tests::worker::test_init_worker_can_reinitialize
2001
- PASS [ 0.129s] (1692/1714) worker tests::worker::test_denylist_rejects_remove_missing
2002
- PASS [ 0.060s] (1693/1714) worker tests::worker::test_init_worker_sets_config_and_defaults
2003
- PASS [ 0.139s] (1694/1714) worker tests::worker::test_init_worker_allows_empty_admins
2004
- PASS [ 0.032s] (1695/1714) worker tests::worker::test_message_lib_rejects_remove_missing
2005
- PASS [ 0.073s] (1696/1714) worker tests::worker::test_message_lib_add_remove_and_errors
2006
- PASS [ 0.066s] (1697/1714) worker tests::worker::test_message_lib_rejects_duplicate_add
2007
- PASS [ 0.023s] (1698/1714) worker tests::worker::test_view_panics_when_deposit_address_unset
2008
- PASS [ 0.032s] (1699/1714) worker tests::worker::test_view_panics_when_price_feed_unset
2009
- PASS [ 0.022s] (1700/1714) worker tests::worker::test_view_panics_when_worker_fee_lib_unset
2010
- PASS [ 0.070s] (1701/1714) worker tests::worker::test_set_paused_toggles_state
2011
- PASS [ 0.147s] (1702/1714) worker tests::worker::test_set_paused_rejects_unchanged_status
1479
+ PASS [ 0.012s] ( 995/1714) oapp tests::oapp_core::test_constructor_initializes_owner_and_endpoint_and_delegate
1480
+ PASS [ 0.013s] ( 996/1714) oapp tests::oapp_core::test_oapp_version_defaults_to_zero
1481
+ PASS [ 0.015s] ( 997/1714) oapp tests::oapp_core::test_set_delegate_non_owner_authorized
1482
+ PASS [ 0.014s] ( 998/1714) oapp tests::oapp_core::test_set_delegate_unauthorized
1483
+ PASS [ 0.017s] ( 999/1714) oapp tests::oapp_core::test_peer_lifecycle_set_get_update_remove_and_events
1484
+ PASS [ 0.013s] (1000/1714) oapp tests::oapp_core::test_set_delegate_updates_and_clears_endpoint_delegate
1485
+ PASS [ 0.012s] (1001/1714) oapp tests::oapp_core::test_set_peer_non_owner_authorized
1486
+ PASS [ 0.013s] (1002/1714) oapp tests::oapp_core::test_set_peer_unauthorized
1487
+ PASS [ 0.017s] (1003/1714) oapp tests::oapp_options_type3::test_combine_options
1488
+ PASS [ 0.015s] (1004/1714) oapp tests::oapp_options_type3::test_combine_options_extra_too_short_returns_error_when_enforced_present
1489
+ PASS [ 0.018s] (1005/1714) oapp tests::oapp_options_type3::test_combine_options_extra_invalid_type_returns_error_when_enforced_present
1490
+ PASS [ 0.011s] (1006/1714) oapp tests::oapp_options_type3::test_set_enforced_options_invalid_options_returns_error
1491
+ PASS [ 0.018s] (1007/1714) oapp tests::oapp_options_type3::test_enforced_options_lifecycle
1492
+ PASS [ 0.011s] (1008/1714) oapp tests::oapp_options_type3::test_set_enforced_options_non_owner_authorized
1493
+ PASS [ 0.011s] (1009/1714) oapp tests::oapp_options_type3::test_set_enforced_options_unauthorized
1494
+ PASS [ 0.012s] (1010/1714) oapp tests::oapp_receiver::test_is_compose_msg_sender
1495
+ PASS [ 0.015s] (1011/1714) oapp tests::oapp_receiver::test_allow_initialize_path_cases
1496
+ PASS [ 0.011s] (1012/1714) oapp tests::oapp_receiver::test_lz_receive_no_peer_returns_no_peer_error
1497
+ PASS [ 0.016s] (1013/1714) oapp tests::oapp_receiver::test_lz_receive_rejects_negative_value_and_does_not_clear
1498
+ PASS [ 0.013s] (1014/1714) oapp tests::oapp_receiver::test_lz_receive_requires_executor_auth
1499
+ PASS [ 0.020s] (1015/1714) oapp tests::oapp_receiver::test_lz_receive_transfers_native_token_when_value_positive
1500
+ PASS [ 0.016s] (1016/1714) oapp tests::oapp_receiver::test_lz_receive_verifies_peer_and_calls_clear_value_zero
1501
+ PASS [ 0.013s] (1017/1714) oapp tests::oapp_receiver::test_lz_receive_wrong_peer_returns_only_peer_error
1502
+ PASS [ 0.012s] (1018/1714) oapp tests::oapp_receiver::test_next_nonce_defaults_to_zero
1503
+ PASS [ 0.018s] (1019/1714) oapp tests::oapp_sender::test_pay_native
1504
+ PASS [ 0.021s] (1020/1714) oapp tests::oapp_sender::test_lz_send_native_only
1505
+ PASS [ 0.017s] (1021/1714) oapp tests::oapp_sender::test_pay_native_insufficient_balance
1506
+ PASS [ 0.025s] (1022/1714) oapp tests::oapp_sender::test_lz_send_with_zro
1507
+ PASS [ 0.014s] (1023/1714) oapp tests::oapp_sender::test_pay_zro_unavailable_returns_error
1508
+ PASS [ 0.016s] (1024/1714) oapp tests::oapp_sender::test_pay_zro_insufficient_balance
1509
+ PASS [ 0.021s] (1025/1714) oapp tests::oapp_sender::test_pay_zro_success
1510
+ PASS [ 0.005s] (1026/1714) oapp tests::test_macros::test_macros_compile
1511
+ PASS [ 0.017s] (1027/1714) oapp tests::oapp_sender::test_quote_with_peer_set
1512
+ PASS [ 0.005s] (1028/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_allows_trailing_comma
1513
+ PASS [ 0.007s] (1029/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_allows_duplicates
1514
+ PASS [ 0.014s] (1030/1714) oapp tests::oapp_sender::test_quote_without_peer_panics
1515
+ PASS [ 0.006s] (1031/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_parse_empty_custom_list_is_default
1516
+ PASS [ 0.005s] (1032/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_parse_empty_is_default
1517
+ PASS [ 0.006s] (1033/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_parse_valid_all_list
1518
+ PASS [ 0.006s] (1034/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_missing_equals
1519
+ PASS [ 0.005s] (1035/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_non_bracketed_list
1520
+ PASS [ 0.006s] (1036/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_trailing_tokens_after_list
1521
+ PASS [ 0.006s] (1037/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_unknown_ident
1522
+ PASS [ 0.005s] (1038/1714) oapp-macros tests::parse_custom_impls::test_custom_impls_rejects_wrong_key
1523
+ PASS [ 0.033s] (1039/1714) oapp-macros tests::oapp::snapshot_generate_oapp
1524
+ PASS [ 0.087s] (1040/1714) oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_destination_specific_fee
1525
+ PASS [ 0.084s] (1041/1714) oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_fee
1526
+ PASS [ 0.084s] (1042/1714) oft integration_tests::extensions::test_oft_fee::test_cross_chain_with_zero_fee
1527
+ PASS [ 0.101s] (1043/1714) oft integration_tests::extensions::test_pausable::test_cross_chain_succeeds_after_unpause
1528
+ PASS [ 0.088s] (1044/1714) oft integration_tests::extensions::test_pausable::test_send_fails_when_paused
1529
+ PASS [ 0.124s] (1045/1714) oft integration_tests::extensions::test_pausable::test_receive_fails_when_paused
1530
+ PASS [ 0.128s] (1046/1714) oft integration_tests::extensions::test_pausable::test_send_succeeds_when_unpaused
1531
+ PASS [ 0.138s] (1047/1714) oft integration_tests::extensions::test_rate_limiter::test_gross_mode_does_not_release
1532
+ PASS [ 0.080s] (1048/1714) oft integration_tests::extensions::test_rate_limiter::test_send_exceeds_rate_limit
1533
+ PASS [ 0.128s] (1049/1714) oft integration_tests::extensions::test_rate_limiter::test_net_mode_does_release
1534
+ PASS [ 0.018s] (1050/1714) oft tests::extensions::oft_fee::test_charge_fee_errors_without_deposit_address
1535
+ PASS [ 0.128s] (1051/1714) oft integration_tests::extensions::test_rate_limiter::test_rate_limit_decay
1536
+ PASS [ 0.091s] (1052/1714) oft integration_tests::extensions::test_rate_limiter::test_send_within_rate_limit
1537
+ PASS [ 0.017s] (1053/1714) oft tests::extensions::oft_fee::test_fee_deposit_address_returns_none_when_unset
1538
+ PASS [ 0.024s] (1054/1714) oft tests::extensions::oft_fee::test_charge_fee_zero_amount_no_transfer
1539
+ PASS [ 0.047s] (1055/1714) oft tests::extensions::oft_fee::test_charge_fee_transfers
1540
+ PASS [ 0.028s] (1056/1714) oft tests::extensions::oft_fee::test_fee_view_computes_correct_fee
1541
+ PASS [ 0.029s] (1057/1714) oft tests::extensions::oft_fee::test_fee_view_nonzero_fee_errors_when_deposit_address_unset
1542
+ PASS [ 0.026s] (1058/1714) oft tests::extensions::oft_fee::test_fee_view_zero_fee_returns_zero
1543
+ PASS [ 0.020s] (1059/1714) oft tests::extensions::oft_fee::test_set_default_fee_bps_rejects_invalid_value
1544
+ PASS [ 0.114s] (1060/1714) oft integration_tests::extensions::test_rate_limiter::test_send_without_rate_limit
1545
+ PASS [ 0.024s] (1061/1714) oft tests::extensions::oft_fee::test_set_default_fee_bps_rejects_same_value
1546
+ PASS [ 0.024s] (1062/1714) oft tests::extensions::oft_fee::test_set_fee_bps_rejects_invalid_and_same_value
1547
+ PASS [ 0.016s] (1063/1714) oft tests::extensions::pausable::test_assert_not_paused_fails_when_paused
1548
+ PASS [ 0.025s] (1064/1714) oft tests::extensions::oft_fee::test_set_fee_deposit_address_same_value
1549
+ PASS [ 0.019s] (1065/1714) oft tests::extensions::pausable::test_assert_not_paused_succeeds_when_not_paused
1550
+ PASS [ 0.031s] (1066/1714) oft tests::extensions::oft_fee::test_set_fee_bps_set_and_remove
1551
+ PASS [ 0.015s] (1067/1714) oft tests::extensions::pausable::test_initial_state_is_not_paused
1552
+ PASS [ 0.017s] (1068/1714) oft tests::extensions::pausable::test_pause_sets_paused
1553
+ PASS [ 0.017s] (1069/1714) oft tests::extensions::pausable::test_pause_unchanged_when_paused
1554
+ PASS [ 0.018s] (1070/1714) oft tests::extensions::pausable::test_pause_unpause_toggle_multiple_times
1555
+ PASS [ 0.013s] (1071/1714) oft tests::extensions::pausable::test_unpause_after_pausing
1556
+ PASS [ 0.010s] (1072/1714) oft tests::extensions::pausable::test_unpause_unchanged_when_unpaused
1557
+ PASS [ 0.013s] (1073/1714) oft tests::extensions::rate_limiter::test_consume_exact_capacity
1558
+ PASS [ 0.012s] (1074/1714) oft tests::extensions::rate_limiter::test_consume_exceeds_capacity
1559
+ PASS [ 0.012s] (1075/1714) oft tests::extensions::rate_limiter::test_consume_rejects_negative_amount
1560
+ PASS [ 0.012s] (1076/1714) oft tests::extensions::rate_limiter::test_consume_within_capacity
1561
+ PASS [ 0.011s] (1077/1714) oft tests::extensions::rate_limiter::test_decay_beyond_window_clamps_to_zero
1562
+ PASS [ 0.011s] (1078/1714) oft tests::extensions::rate_limiter::test_decay_fully_restores_capacity
1563
+ PASS [ 0.014s] (1079/1714) oft tests::extensions::rate_limiter::test_consume_zero_amount_succeeds
1564
+ PASS [ 0.012s] (1080/1714) oft tests::extensions::rate_limiter::test_decay_reduces_in_flight_over_time
1565
+ PASS [ 0.012s] (1081/1714) oft tests::extensions::rate_limiter::test_gross_mode_decay_still_works
1566
+ PASS [ 0.011s] (1082/1714) oft tests::extensions::rate_limiter::test_gross_mode_does_not_release_capacity
1567
+ PASS [ 0.015s] (1083/1714) oft tests::extensions::rate_limiter::test_different_eids_are_independent
1568
+ PASS [ 0.014s] (1084/1714) oft tests::extensions::rate_limiter::test_gross_mode_enforces_absolute_limit
1569
+ PASS [ 0.012s] (1085/1714) oft tests::extensions::rate_limiter::test_limit_zero_blocks_all_consumption
1570
+ PASS [ 0.008s] (1086/1714) oft tests::extensions::rate_limiter::test_no_config_consume_and_release_are_noop
1571
+ PASS [ 0.015s] (1087/1714) oft tests::extensions::rate_limiter::test_net_mode_does_release_capacity
1572
+ PASS [ 0.020s] (1088/1714) oft tests::extensions::rate_limiter::test_inbound_outbound_are_independent
1573
+ PASS [ 0.015s] (1089/1714) oft tests::extensions::rate_limiter::test_no_config_is_unlimited
1574
+ PASS [ 0.021s] (1090/1714) oft tests::extensions::rate_limiter::test_rate_limit_config_returns_config_when_set
1575
+ PASS [ 0.022s] (1091/1714) oft tests::extensions::rate_limiter::test_rate_limit_config_returns_none_after_removal
1576
+ PASS [ 0.019s] (1092/1714) oft tests::extensions::rate_limiter::test_rate_limit_config_returns_none_when_unset
1577
+ PASS [ 0.019s] (1093/1714) oft tests::extensions::rate_limiter::test_release_reduces_in_flight
1578
+ PASS [ 0.036s] (1094/1714) oft tests::extensions::rate_limiter::test_reducing_limit_below_in_flight_clamps_capacity
1579
+ PASS [ 0.016s] (1095/1714) oft tests::extensions::rate_limiter::test_removing_rate_limit_makes_unlimited
1580
+ PASS [ 0.031s] (1096/1714) oft tests::extensions::rate_limiter::test_release_rejects_negative_amount
1581
+ PASS [ 0.017s] (1097/1714) oft tests::extensions::rate_limiter::test_set_rate_limit_rejects_invalid_config
1582
+ PASS [ 0.041s] (1098/1714) oft tests::extensions::rate_limiter::test_release_zero_amount_succeeds
1583
+ PASS [ 0.018s] (1099/1714) oft tests::extensions::rate_limiter::test_switching_from_gross_to_net_mode
1584
+ PASS [ 0.029s] (1100/1714) oft tests::extensions::rate_limiter::test_set_rate_limit_rejects_same_value
1585
+ PASS [ 0.027s] (1101/1714) oft tests::extensions::rate_limiter::test_switching_from_net_to_gross_mode
1586
+ PASS [ 0.021s] (1102/1714) oft tests::extensions::rate_limiter::test_updating_config_checkpoints_in_flight
1587
+ PASS [ 0.037s] (1103/1714) oft tests::oft_types::lock_unlock::test_credit_transfers_from_contract
1588
+ PASS [ 0.031s] (1104/1714) oft tests::oft_types::lock_unlock::test_debit_transfers_to_contract
1589
+ PASS [ 0.071s] (1105/1714) oft tests::extensions::rate_limiter::test_timestamp_regression_errors
1590
+ PASS [ 0.057s] (1106/1714) oft-core tests::test_decimals::test_decimal_conversion_rate
1591
+ PASS [ 0.053s] (1107/1714) oft-core tests::test_decimals::test_invalid_local_decimals
1592
+ PASS [ 0.122s] (1108/1714) oft-core tests::test_decimals::test_shared_decimals_default
1593
+ PASS [ 0.152s] (1109/1714) oft-core tests::test_decimals::test_shared_decimals_equal_to_local
1594
+ PASS [ 0.100s] (1110/1714) oft-core tests::test_decimals::test_shared_decimals_large_difference
1595
+ PASS [ 0.343s] (1111/1714) oft-core integration_tests::test_with_sml::test_send_composed
1596
+ PASS [ 0.023s] (1112/1714) oft-core tests::test_decimals::test_to_sd_basic
1597
+ PASS [ 0.068s] (1113/1714) oft-core tests::test_decimals::test_to_ld_overflow
1598
+ PASS [ 0.131s] (1114/1714) oft-core tests::test_decimals::test_to_ld_basic
1599
+ PASS [ 0.025s] (1115/1714) oft-core tests::test_decimals::test_to_sd_truncates_dust
1600
+ PASS [ 0.039s] (1116/1714) oft-core tests::test_decimals::test_to_sd_overflow
1601
+ PASS [ 0.416s] (1117/1714) oft-core integration_tests::test_with_sml::test_send_vanilla
1602
+ PASS [ 0.065s] (1118/1714) oft-core tests::test_lz_receive::test_lock_unlock_contract_token_lz_receive_to_c_address
1603
+ PASS [ 0.095s] (1119/1714) oft-core tests::test_lz_receive::test_lock_unlock_contract_token_lz_receive_to_g_address
1604
+ PASS [ 0.065s] (1120/1714) oft-core tests::test_lz_receive::test_lock_unlock_lz_receive_zero_amount
1605
+ PASS [ 0.154s] (1121/1714) oft-core tests::test_lz_receive::test_lock_unlock_lz_receive_with_compose
1606
+ PASS [ 0.125s] (1122/1714) oft-core tests::test_lz_receive::test_lock_unlock_sac_lz_receive_to_g_address_with_no_trustline
1607
+ PASS [ 0.206s] (1123/1714) oft-core tests::test_lz_receive::test_lock_unlock_sac_lz_receive_to_c_address
1608
+ PASS [ 0.159s] (1124/1714) oft-core tests::test_lz_receive::test_lock_unlock_sac_lz_receive_to_issuer
1609
+ PASS [ 0.115s] (1125/1714) oft-core tests::test_lz_receive::test_mint_burn_contract_token_lz_receive_to_c_address
1610
+ PASS [ 0.105s] (1126/1714) oft-core tests::test_lz_receive::test_mint_burn_contract_token_lz_receive_to_g_address
1611
+ PASS [ 0.119s] (1127/1714) oft-core tests::test_lz_receive::test_mint_burn_lz_receive_with_compose
1612
+ PASS [ 0.420s] (1128/1714) oft-core tests::test_lz_receive::test_lz_receive_without_giving_authorization
1613
+ PASS [ 0.243s] (1129/1714) oft-core tests::test_lz_receive::test_mint_burn_lz_receive_zero_amount
1614
+ PASS [ 0.234s] (1130/1714) oft-core tests::test_lz_receive::test_mint_burn_sac_lz_receive_to_c_address
1615
+ PASS [ 0.227s] (1131/1714) oft-core tests::test_lz_receive::test_mint_burn_sac_lz_receive_to_g_address_with_no_trustline
1616
+ PASS [ 0.059s] (1132/1714) oft-core tests::test_msg_inspector::test_quote_send_with_failing_inspector
1617
+ PASS [ 0.066s] (1133/1714) oft-core tests::test_msg_inspector::test_remove_msg_inspector
1618
+ PASS [ 0.139s] (1134/1714) oft-core tests::test_lz_receive::test_mint_burn_sac_lz_receive_to_issuer
1619
+ PASS [ 0.140s] (1135/1714) oft-core tests::test_msg_inspector::test_quote_send_with_passing_inspector
1620
+ PASS [ 0.069s] (1136/1714) oft-core tests::test_msg_inspector::test_send_without_inspector_succeeds
1621
+ PASS [ 0.112s] (1137/1714) oft-core tests::test_msg_inspector::test_send_with_passing_inspector
1622
+ PASS [ 0.268s] (1138/1714) oft-core tests::test_msg_inspector::test_msg_inspector_not_set_by_default
1623
+ PASS [ 0.022s] (1139/1714) oft-core tests::test_oft_compose_msg_codec::test_decode_panic_on_empty_data
1624
+ PASS [ 0.054s] (1140/1714) oft-core tests::test_msg_inspector::test_set_msg_inspector_requires_owner
1625
+ PASS [ 0.026s] (1141/1714) oft-core tests::test_oft_compose_msg_codec::test_decode_panic_on_insufficient_data
1626
+ PASS [ 0.191s] (1142/1714) oft-core tests::test_msg_inspector::test_send_with_failing_inspector
1627
+ PASS [ 0.019s] (1143/1714) oft-core tests::test_oft_compose_msg_codec::test_encode_and_decode_basic
1628
+ PASS [ 0.017s] (1144/1714) oft-core tests::test_oft_compose_msg_codec::test_encode_with_empty_compose_msg
1629
+ PASS [ 0.097s] (1145/1714) oft-core tests::test_msg_inspector::test_set_msg_inspector
1630
+ PASS [ 0.030s] (1146/1714) oft-core tests::test_oft_msg_codec::test_decode_panic_on_insufficient_data
1631
+ PASS [ 0.031s] (1147/1714) oft-core tests::test_oft_msg_codec::test_decode_panic_on_empty_data
1632
+ PASS [ 0.019s] (1148/1714) oft-core tests::test_oft_msg_codec::test_encode_and_decode_with_compose
1633
+ PASS [ 0.027s] (1149/1714) oft-core tests::test_oft_msg_codec::test_encode_and_decode_without_compose
1634
+ PASS [ 0.081s] (1150/1714) oft-core tests::test_quote_oft::test_quote_oft_basic
1635
+ PASS [ 0.134s] (1151/1714) oft-core tests::test_oft_version_and_approval::test_approval_required_returns_false_by_default
1636
+ PASS [ 0.125s] (1152/1714) oft-core tests::test_quote_oft::test_quote_oft_different_dst_eids
1637
+ PASS [ 0.117s] (1153/1714) oft-core tests::test_quote_oft::test_quote_oft_dust_only_amount
1638
+ PASS [ 0.208s] (1154/1714) oft-core tests::test_oft_version_and_approval::test_oft_version_returns_correct_values
1639
+ PASS [ 0.139s] (1155/1714) oft-core tests::test_quote_oft::test_quote_oft_slippage_exceeded
1640
+ PASS [ 0.150s] (1156/1714) oft-core tests::test_quote_oft::test_quote_oft_large_amounts
1641
+ PASS [ 0.079s] (1157/1714) oft-core tests::test_quote_oft::test_quote_oft_with_dust_removal
1642
+ PASS [ 0.129s] (1158/1714) oft-core tests::test_quote_send::test_quote_send_basic
1643
+ PASS [ 0.150s] (1159/1714) oft-core tests::test_quote_send::test_quote_send_different_amounts
1644
+ PASS [ 0.114s] (1160/1714) oft-core tests::test_quote_send::test_quote_send_multiple_destinations
1645
+ PASS [ 0.099s] (1161/1714) oft-core tests::test_quote_send::test_quote_send_no_peer_set
1646
+ PASS [ 0.353s] (1162/1714) oft-core tests::test_quote_oft::test_quote_oft_slippage_less_than_received
1647
+ PASS [ 0.280s] (1163/1714) oft-core tests::test_quote_oft::test_quote_oft_zero_amount
1648
+ PASS [ 0.048s] (1164/1714) oft-core tests::test_quote_send::test_quote_send_with_compose_msg
1649
+ PASS [ 0.098s] (1165/1714) oft-core tests::test_quote_send::test_quote_send_with_zro
1650
+ PASS [ 0.036s] (1166/1714) oft-core tests::test_resolve_address::test_resolve_address_contract_exists
1651
+ PASS [ 0.016s] (1167/1714) oft-core tests::test_resolve_address::test_resolve_address_contract_not_exists_fallback_to_g_address
1652
+ PASS [ 0.353s] (1168/1714) oft-core tests::test_quote_send::test_quote_send_with_dust_removal
1653
+ PASS [ 0.137s] (1169/1714) oft-core tests::test_send::test_giving_partial_authorization_with_burn_wrong_arguments
1654
+ PASS [ 0.464s] (1170/1714) oft-core tests::test_quote_send::test_quote_send_zero_amount
1655
+ PASS [ 0.532s] (1171/1714) oft-core tests::test_quote_send::test_quote_send_slippage_exceeded
1656
+ PASS [ 0.140s] (1172/1714) oft-core tests::test_send::test_giving_partial_authorization_without_zro_fee_authorizations
1657
+ PASS [ 0.552s] (1173/1714) oft-core tests::test_send::test_giving_full_authorization
1658
+ PASS [ 0.404s] (1174/1714) oft-core tests::test_send::test_giving_partial_authorization_without_burn
1659
+ PASS [ 0.453s] (1175/1714) oft-core tests::test_send::test_giving_partial_authorization_without_native_fee_authorizations
1660
+ PASS [ 0.371s] (1176/1714) oft-core tests::test_send::test_send_basic
1661
+ PASS [ 0.404s] (1177/1714) oft-core tests::test_send::test_send_burns_tokens
1662
+ PASS [ 0.106s] (1178/1714) oft-core tests::test_send::test_send_large_amount
1663
+ PASS [ 0.147s] (1179/1714) oft-core tests::test_send::test_send_multiple_times
1664
+ PASS [ 0.466s] (1180/1714) oft-core tests::test_send::test_send_emits_oft_sent_event
1665
+ PASS [ 0.401s] (1181/1714) oft-core tests::test_send::test_send_lock_unlock_strategy
1666
+ PASS [ 0.946s] (1182/1714) oft-core tests::test_send::test_send_negative_amount
1667
+ PASS [ 0.734s] (1183/1714) oft-core tests::test_send::test_send_slippage_exactly_met
1668
+ PASS [ 0.959s] (1184/1714) oft-core tests::test_send::test_send_no_peer_set
1669
+ PASS [ 0.221s] (1185/1714) oft-core tests::test_send::test_send_slippage_exceeded
1670
+ PASS [ 0.508s] (1186/1714) oft-core tests::test_send::test_send_slippage_less_than_received
1671
+ PASS [ 0.416s] (1187/1714) oft-core tests::test_send::test_send_to_multiple_destinations
1672
+ PASS [ 0.097s] (1188/1714) oft-core tests::test_send::test_send_with_different_refund_address
1673
+ PASS [ 2.069s] (1189/1714) oft-core tests::test_send::test_send_different_amounts
1674
+ PASS [ 0.670s] (1190/1714) oft-core tests::test_send::test_send_with_compose_msg
1675
+ PASS [ 0.735s] (1191/1714) oft-core tests::test_send::test_send_with_custom_fees
1676
+ PASS [ 0.391s] (1192/1714) oft-core tests::test_send::test_send_without_giving_authorization
1677
+ PASS [ 0.625s] (1193/1714) oft-core tests::test_send::test_send_with_dust_removal
1678
+ PASS [ 0.563s] (1194/1714) oft-core tests::test_send::test_send_with_zro_fee
1679
+ PASS [ 0.074s] (1195/1714) oft-core tests::test_token::test_oft_version_returns_correct_values
1680
+ PASS [ 0.047s] (1196/1714) oft-core tests::test_token::test_token_returns_correct_address
1681
+ PASS [ 0.102s] (1197/1714) oft-core tests::test_send::test_send_zero_amount
1682
+ PASS [ 0.020s] (1198/1714) price-feed tests::price_feed::test_constructor_sets_default_values
1683
+ PASS [ 0.082s] (1199/1714) oft-core tests::test_token::test_token_address_persists
1684
+ PASS [ 0.030s] (1200/1714) price-feed tests::price_feed::test_constructor_sets_owner_and_price_updater
1685
+ PASS [ 0.063s] (1201/1714) oft-core tests::test_token::test_token_with_stellar_asset_contract
1686
+ PASS [ 0.029s] (1202/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_uses_updated_compression_percent
1687
+ PASS [ 0.075s] (1203/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_hardcoded_eid
1688
+ PASS [ 0.077s] (1204/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_configured_eid
1689
+ PASS [ 0.052s] (1205/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_arbitrum_model_hardcoded_eid_10143
1690
+ PASS [ 0.022s] (1206/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_default_model
1691
+ PASS [ 0.047s] (1207/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_optimism_model_goerli
1692
+ PASS [ 0.068s] (1208/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_modulo_30000
1693
+ PASS [ 0.074s] (1209/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_includes_native_price_usd_and_denominator
1694
+ PASS [ 0.090s] (1210/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_optimism_model_configured_eid
1695
+ PASS [ 0.026s] (1211/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_rejects_missing_price
1696
+ PASS [ 0.026s] (1212/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_rejects_when_fee_exceeds_i128_max
1697
+ PASS [ 0.039s] (1213/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_optimism_model_hardcoded_eid
1698
+ PASS [ 0.016s] (1214/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_requires_fee_lib_auth
1699
+ PASS [ 0.013s] (1215/1714) price-feed tests::price_feed::test_get_price_returns_none_for_unconfigured_eid
1700
+ PASS [ 0.017s] (1216/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_with_different_price_ratio
1701
+ PASS [ 0.027s] (1217/1714) price-feed tests::price_feed::test_estimate_fee_by_eid_uses_modulo_for_model_type_and_price_lookup_non_hardcoded
1702
+ PASS [ 0.020s] (1218/1714) price-feed tests::price_feed::test_is_price_updater_returns_false_for_unknown_address
1703
+ PASS [ 0.016s] (1219/1714) price-feed tests::price_feed::test_price_update_overwrites_previous
1704
+ PASS [ 0.017s] (1220/1714) price-feed tests::price_feed::test_removed_price_updater_cannot_set_price
1705
+ PASS [ 0.023s] (1221/1714) price-feed tests::price_feed::test_multiple_price_updaters
1706
+ PASS [ 0.011s] (1222/1714) price-feed tests::price_feed::test_set_arbitrum_compression_percent_requires_owner_auth
1707
+ PASS [ 0.018s] (1223/1714) price-feed tests::price_feed::test_set_arbitrum_compression_percent_success
1708
+ PASS [ 0.015s] (1224/1714) price-feed tests::price_feed::test_set_eid_to_model_type_requires_owner_auth
1709
+ PASS [ 0.015s] (1225/1714) price-feed tests::price_feed::test_set_eid_to_model_type_success
1710
+ PASS [ 0.019s] (1226/1714) price-feed tests::price_feed::test_set_native_token_price_usd_rejects_non_price_updater
1711
+ PASS [ 0.013s] (1227/1714) price-feed tests::price_feed::test_set_native_token_price_usd_requires_caller_auth_even_if_price_updater
1712
+ PASS [ 0.014s] (1228/1714) price-feed tests::price_feed::test_set_native_token_price_usd_success
1713
+ PASS [ 0.013s] (1229/1714) price-feed tests::price_feed::test_set_native_token_price_usd_with_owner
1714
+ PASS [ 0.013s] (1230/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_requires_caller_auth_even_if_price_updater
1715
+ PASS [ 0.016s] (1231/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_rejects_non_price_updater
1716
+ PASS [ 0.026s] (1232/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_overwrites_arbitrum_price_ext
1717
+ PASS [ 0.018s] (1233/1714) price-feed tests::price_feed::test_set_price_for_arbitrum_success
1718
+ PASS [ 0.021s] (1234/1714) price-feed tests::price_feed::test_set_price_multiple_eids
1719
+ PASS [ 0.025s] (1235/1714) price-feed tests::price_feed::test_set_price_ratio_denominator_rejects_zero
1720
+ PASS [ 0.025s] (1236/1714) price-feed tests::price_feed::test_set_price_ratio_denominator_requires_owner_auth
1721
+ PASS [ 0.028s] (1237/1714) price-feed tests::price_feed::test_set_price_ratio_denominator_success
1722
+ PASS [ 0.034s] (1238/1714) price-feed tests::price_feed::test_set_price_rejects_non_price_updater
1723
+ PASS [ 0.029s] (1239/1714) price-feed tests::price_feed::test_set_price_requires_caller_auth_even_if_price_updater
1724
+ PASS [ 0.022s] (1240/1714) price-feed tests::price_feed::test_set_price_updater_requires_owner_auth
1725
+ PASS [ 0.031s] (1241/1714) price-feed tests::price_feed::test_set_price_updater_add_and_remove
1726
+ PASS [ 0.026s] (1242/1714) price-feed tests::price_feed::test_set_price_with_price_updater
1727
+ PASS [ 0.032s] (1243/1714) price-feed tests::price_feed::test_set_price_with_owner
1728
+ PASS [ 0.079s] (1244/1714) sac-manager tests::sac_manager::clawback::test_clawback_by_owner
1729
+ PASS [ 0.080s] (1245/1714) sac-manager tests::sac_manager::clawback::test_clawback_fails_when_amount_exceeds_balance
1730
+ PASS [ 0.067s] (1246/1714) sac-manager tests::sac_manager::clawback::test_clawback_fails_without_auth
1731
+ PASS [ 0.069s] (1247/1714) sac-manager tests::sac_manager::clawback::test_clawback_full_balance
1732
+ PASS [ 0.046s] (1248/1714) sac-manager tests::sac_manager::mint::test_mint_fails_without_minter_auth
1733
+ PASS [ 0.061s] (1249/1714) sac-manager tests::sac_manager::mint::test_mint_by_minter
1734
+ PASS [ 0.066s] (1250/1714) sac-manager tests::sac_manager::clawback::test_clawback_operator_without_role_fails
1735
+ PASS [ 0.070s] (1251/1714) sac-manager tests::sac_manager::mint::test_mint_operator_without_role_fails
1736
+ PASS [ 0.040s] (1252/1714) sac-manager tests::sac_manager::set_admin::test_set_admin_without_auth
1737
+ PASS [ 0.045s] (1253/1714) sac-manager tests::sac_manager::set_admin::test_set_admin_operator_without_role_fails
1738
+ PASS [ 0.063s] (1254/1714) sac-manager tests::sac_manager::set_admin::test_set_admin_by_owner
1739
+ PASS [ 0.046s] (1255/1714) sac-manager tests::sac_manager::set_authorized::test_set_authorized_by_owner
1740
+ PASS [ 0.043s] (1256/1714) sac-manager tests::sac_manager::set_authorized::test_set_authorized_operator_without_role_fails
1741
+ PASS [ 0.037s] (1257/1714) sac-manager tests::sac_manager::set_authorized::test_set_authorized_without_auth
1742
+ PASS [ 0.035s] (1258/1714) sac-manager tests::sac_manager::view_functions::test_underlying_sac
1743
+ PASS [ 0.026s] (1259/1714) simple-message-lib tests::simple_message_lib_tests::test_admin_setters_update_storage
1744
+ PASS [ 0.032s] (1260/1714) simple-message-lib tests::simple_message_lib_tests::test_message_lib_metadata
1745
+ PASS [ 0.025s] (1261/1714) simple-message-lib tests::simple_message_lib_tests::test_quote
1746
+ PASS [ 0.040s] (1262/1714) simple-message-lib tests::simple_message_lib_tests::test_get_config_not_implemented
1747
+ PASS [ 0.028s] (1263/1714) simple-message-lib tests::simple_message_lib_tests::test_send
1748
+ PASS [ 0.054s] (1264/1714) simple-message-lib tests::simple_message_lib_tests::test_quote_with_zro_fee
1749
+ PASS [ 0.047s] (1265/1714) simple-message-lib tests::simple_message_lib_tests::test_send_requires_endpoint_auth
1750
+ PASS [ 0.044s] (1266/1714) simple-message-lib tests::simple_message_lib_tests::test_send_returns_both_fee_recipients_with_zro
1751
+ PASS [ 0.029s] (1267/1714) simple-message-lib tests::simple_message_lib_tests::test_set_config_not_implemented
1752
+ PASS [ 0.021s] (1268/1714) simple-message-lib tests::simple_message_lib_tests::test_validate_packet_requires_whitelisted_caller_auth
1753
+ PASS [ 0.046s] (1269/1714) simple-message-lib tests::simple_message_lib_tests::test_validate_packet_calls_endpoint_verify
1754
+ PASS [ 0.014s] (1270/1714) treasury tests::treasury_tests::test_get_fee_disabled_by_default
1755
+ PASS [ 0.032s] (1271/1714) treasury tests::treasury_tests::test_fee_calculation_edge_cases
1756
+ PASS [ 0.038s] (1272/1714) treasury tests::treasury_tests::test_complete_workflow
1757
+ PASS [ 0.022s] (1273/1714) treasury tests::treasury_tests::test_get_fee_native_payment_enabled
1758
+ PASS [ 0.019s] (1274/1714) treasury tests::treasury_tests::test_get_fee_rejects_negative_total_native_fee
1759
+ PASS [ 0.020s] (1275/1714) treasury tests::treasury_tests::test_get_fee_zro_payment_requires_fee_lib
1760
+ PASS [ 0.012s] (1276/1714) treasury tests::treasury_tests::test_set_fee_enabled_not_owner
1761
+ PASS [ 0.020s] (1277/1714) treasury tests::treasury_tests::test_set_fee_enabled
1762
+ PASS [ 0.038s] (1278/1714) treasury tests::treasury_tests::test_precision_and_rounding
1763
+ PASS [ 0.019s] (1279/1714) treasury tests::treasury_tests::test_set_native_fee_bp
1764
+ PASS [ 0.019s] (1280/1714) treasury tests::treasury_tests::test_set_native_fee_bp_invalid
1765
+ PASS [ 0.018s] (1281/1714) treasury tests::treasury_tests::test_set_native_fee_bp_not_owner
1766
+ PASS [ 0.021s] (1282/1714) treasury tests::treasury_tests::test_set_zro_fee_lib
1767
+ PASS [ 0.021s] (1283/1714) treasury tests::treasury_tests::test_set_zro_fee_lib_not_owner
1768
+ PASS [ 0.015s] (1284/1714) treasury tests::treasury_tests::test_treasury_initialization
1769
+ PASS [ 0.024s] (1285/1714) treasury tests::treasury_tests::test_view_functions_consistency
1770
+ PASS [ 0.023s] (1286/1714) treasury tests::treasury_tests::test_withdraw_token_insufficient_balance
1771
+ PASS [ 0.025s] (1287/1714) treasury tests::treasury_tests::test_withdraw_token_events_emitted
1772
+ PASS [ 0.024s] (1288/1714) treasury tests::treasury_tests::test_withdraw_token_invalid_amount_negative
1773
+ PASS [ 0.023s] (1289/1714) treasury tests::treasury_tests::test_withdraw_token_invalid_amount_zero
1774
+ PASS [ 0.055s] (1290/1714) treasury tests::treasury_tests::test_withdraw_token_entire_balance
1775
+ PASS [ 0.028s] (1291/1714) treasury tests::treasury_tests::test_withdraw_token_invalid_recipient
1776
+ PASS [ 0.036s] (1292/1714) treasury tests::treasury_tests::test_withdraw_token_multiple_withdrawals
1777
+ PASS [ 0.034s] (1293/1714) treasury tests::treasury_tests::test_withdraw_token_not_owner
1778
+ PASS [ 0.036s] (1294/1714) treasury tests::treasury_tests::test_withdraw_token_partial_amount
1779
+ PASS [ 0.058s] (1295/1714) treasury tests::treasury_tests::test_withdraw_token_multiple_tokens
1780
+ PASS [ 0.010s] (1296/1714) uln302 tests::config::oapp_uln_config::test_apply_default_all_custom
1781
+ PASS [ 0.011s] (1297/1714) uln302 tests::config::oapp_uln_config::test_apply_default_all_defaults
1782
+ PASS [ 0.010s] (1298/1714) uln302 tests::config::oapp_uln_config::test_apply_default_custom_optional_dvns_only
1783
+ PASS [ 0.013s] (1299/1714) uln302 tests::config::oapp_uln_config::test_apply_default_custom_confirmations_only
1784
+ PASS [ 0.029s] (1300/1714) treasury tests::treasury_tests::test_withdraw_token_valid
1785
+ PASS [ 0.007s] (1301/1714) uln302 tests::config::oapp_uln_config::test_apply_default_empty_custom_dvns
1786
+ PASS [ 0.016s] (1302/1714) uln302 tests::config::oapp_uln_config::test_apply_default_custom_required_dvns_only
1787
+ PASS [ 0.008s] (1303/1714) uln302 tests::config::oapp_uln_config::test_apply_default_mix_1
1788
+ PASS [ 0.010s] (1304/1714) uln302 tests::config::oapp_uln_config::test_apply_default_mix_2
1789
+ PASS [ 0.009s] (1305/1714) uln302 tests::config::oapp_uln_config::test_apply_default_preserves_dvn_addresses
1790
+ PASS [ 0.013s] (1306/1714) uln302 tests::config::oapp_uln_config::test_apply_default_zero_confirmations
1791
+ PASS [ 0.015s] (1307/1714) uln302 tests::config::uln_config::test_assert_beyond_max_dvns
1792
+ PASS [ 0.013s] (1308/1714) uln302 tests::config::uln_config::test_exactly_127_optional_dvns_should_pass
1793
+ PASS [ 0.008s] (1309/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_has_no_dvns
1794
+ PASS [ 0.025s] (1310/1714) uln302 tests::config::uln_config::test_assert_beyond_max_dvns_with_optional_dvns
1795
+ PASS [ 0.012s] (1311/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_with_optional_dvns
1796
+ PASS [ 0.018s] (1312/1714) uln302 tests::config::uln_config::test_exactly_127_required_dvns_should_pass
1797
+ PASS [ 0.011s] (1313/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_with_required_dvns
1798
+ PASS [ 0.019s] (1314/1714) uln302 tests::config::uln_config::test_validate_at_least_one_dvn_with_optional_dvns_and_threshold_0
1799
+ PASS [ 0.014s] (1315/1714) uln302 tests::config::uln_config::test_validate_default_config_has_invalid_optional_dvn_count
1800
+ PASS [ 0.020s] (1316/1714) uln302 tests::config::uln_config::test_validate_default_config
1801
+ PASS [ 0.014s] (1317/1714) uln302 tests::config::uln_config::test_validate_default_config_has_invalid_optional_dvn_threshold
1802
+ PASS [ 0.026s] (1318/1714) uln302 tests::config::uln_config::test_validate_default_config_has_invalid_required_dvn_count
1803
+ PASS [ 0.019s] (1319/1714) uln302 tests::config::uln_config::test_validate_default_config_has_required_duplicates
1804
+ PASS [ 0.017s] (1320/1714) uln302 tests::config::uln_config::test_validate_default_config_has_zero_threshold_with_optional_dvns
1805
+ PASS [ 0.026s] (1321/1714) uln302 tests::config::uln_config::test_validate_default_config_has_optional_duplicates
1806
+ PASS [ 0.020s] (1322/1714) uln302 tests::config::uln_config::test_validate_default_config_zero_dvns
1807
+ PASS [ 0.031s] (1323/1714) uln302 tests::receive_uln302::commit_verification::test_commit_verification_invalid_eid_should_fail
1808
+ PASS [ 0.035s] (1324/1714) uln302 tests::receive_uln302::commit_verification::test_commit_second_time_fails
1809
+ PASS [ 0.017s] (1325/1714) uln302 tests::receive_uln302::confirmations::test_verification_returns_stored_data
1810
+ PASS [ 0.034s] (1326/1714) uln302 tests::receive_uln302::confirmations::test_verification_after_multiple_dvns
1811
+ PASS [ 0.026s] (1327/1714) uln302 tests::receive_uln302::confirmations::test_verification_returns_none_for_missing
1812
+ PASS [ 0.060s] (1328/1714) uln302 tests::receive_uln302::commit_verification::test_commit_clears_verification_storage
1813
+ PASS [ 0.021s] (1329/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_effective_receive_uln_config_with_default_only
1814
+ PASS [ 0.028s] (1330/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_effective_receive_uln_config_must_have_at_least_one_dvn
1815
+ PASS [ 0.032s] (1331/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_effective_receive_uln_config_with_custom_config
1816
+ PASS [ 0.031s] (1332/1714) uln302 tests::receive_uln302::effective_receive_uln_config::test_remove_receive_uln_config_by_setting_none
1817
+ PASS [ 0.018s] (1333/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_default_receive_uln_config_not_found
1818
+ PASS [ 0.018s] (1334/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_set_default_receive_uln_configs_assert_default_config
1819
+ PASS [ 0.028s] (1335/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_set_default_receive_uln_configs
1820
+ PASS [ 0.022s] (1336/1714) uln302 tests::receive_uln302::set_default_receive_uln_configs::test_set_default_receive_uln_configs_authorization
1821
+ PASS [ 0.029s] (1337/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_insufficient_confirmations
1822
+ PASS [ 0.024s] (1338/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_missing_required_dvn
1823
+ PASS [ 0.033s] (1339/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_optional_threshold_not_met
1824
+ PASS [ 0.032s] (1340/1714) uln302 tests::receive_uln302::verifiable::test_not_verifiable_required_verified_but_optional_threshold_not_met
1825
+ PASS [ 0.031s] (1341/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_invalid_eid
1826
+ PASS [ 0.035s] (1342/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_optional_threshold_zero
1827
+ PASS [ 0.028s] (1343/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_partial_optional_verification
1828
+ PASS [ 0.028s] (1344/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_all_required_dvns
1829
+ PASS [ 0.026s] (1345/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_higher_confirmations
1830
+ PASS [ 0.019s] (1346/1714) uln302 tests::receive_uln302::verify::test_verify_emits_event
1831
+ PASS [ 0.030s] (1347/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_mixed_dvns
1832
+ PASS [ 0.022s] (1348/1714) uln302 tests::receive_uln302::verifiable::test_verifiable_with_optional_dvns_only
1833
+ PASS [ 0.021s] (1349/1714) uln302 tests::receive_uln302::verify::test_verify_multiple_dvns_same_payload
1834
+ PASS [ 0.016s] (1350/1714) uln302 tests::receive_uln302::verify::test_verify_stores_verification_correctly
1835
+ PASS [ 0.018s] (1351/1714) uln302 tests::receive_uln302::verify::test_verify_same_dvn_can_overwrite_verification
1836
+ PASS [ 0.021s] (1352/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_with_default_only
1837
+ PASS [ 0.040s] (1353/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_fully_custom
1838
+ PASS [ 0.037s] (1354/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_with_custom_executor
1839
+ PASS [ 0.034s] (1355/1714) uln302 tests::send_uln302::effective_executor_config::test_effective_executor_config_with_custom_message_size
1840
+ PASS [ 0.029s] (1356/1714) uln302 tests::send_uln302::effective_send_uln_config::test_effective_send_uln_config_must_have_at_least_one_dvn
1841
+ PASS [ 0.030s] (1357/1714) uln302 tests::send_uln302::effective_send_uln_config::test_effective_send_uln_config_with_default_only
1842
+ PASS [ 0.030s] (1358/1714) uln302 tests::send_uln302::effective_send_uln_config::test_effective_send_uln_config_with_custom_config
1843
+ PASS [ 0.045s] (1359/1714) uln302 tests::send_uln302::effective_executor_config::test_remove_executor_config_by_setting_none
1844
+ PASS [ 0.032s] (1360/1714) uln302 tests::send_uln302::effective_send_uln_config::test_remove_send_uln_config_by_setting_none
1845
+ PASS [ 0.028s] (1361/1714) uln302 tests::send_uln302::quote::test_quote_edge_case_executor_only_charges
1846
+ PASS [ 0.031s] (1362/1714) uln302 tests::send_uln302::quote::test_quote_edge_case_everything_free
1847
+ PASS [ 0.040s] (1363/1714) uln302 tests::send_uln302::quote::test_quote_edge_case_zero_dvn_fees_multiple_dvns
1848
+ PASS [ 0.041s] (1364/1714) uln302 tests::send_uln302::quote::test_quote_exceeding_message_size
1849
+ PASS [ 0.042s] (1365/1714) uln302 tests::send_uln302::quote::test_quote_multiple_dvns
1850
+ PASS [ 0.042s] (1366/1714) uln302 tests::send_uln302::quote::test_quote_single_dvn
1851
+ PASS [ 0.044s] (1367/1714) uln302 tests::send_uln302::quote::test_quote_with_bad_options
1852
+ PASS [ 0.046s] (1368/1714) uln302 tests::send_uln302::quote::test_quote_with_missing_dvn_options
1853
+ PASS [ 0.044s] (1369/1714) uln302 tests::send_uln302::quote::test_quote_with_only_optional_dvns
1854
+ PASS [ 0.049s] (1370/1714) uln302 tests::send_uln302::quote::test_quote_with_missing_executor_options
1855
+ PASS [ 0.046s] (1371/1714) uln302 tests::send_uln302::quote::test_quote_with_zro_fee
1856
+ PASS [ 0.050s] (1372/1714) uln302 tests::send_uln302::send::test_send_derives_from_quote
1857
+ PASS [ 0.044s] (1373/1714) uln302 tests::send_uln302::send::test_send_events_emittance
1858
+ PASS [ 0.043s] (1374/1714) uln302 tests::send_uln302::send::test_send_events_emittance_with_zro
1859
+ PASS [ 0.049s] (1375/1714) uln302 tests::send_uln302::send::test_send_exceeding_message_size
1860
+ PASS [ 0.037s] (1376/1714) uln302 tests::send_uln302::send::test_send_from_non_endpoint
1861
+ PASS [ 0.042s] (1377/1714) uln302 tests::send_uln302::send::test_send_multiple_dvns
1862
+ PASS [ 0.045s] (1378/1714) uln302 tests::send_uln302::send::test_send_single_dvn
1863
+ PASS [ 0.038s] (1379/1714) uln302 tests::send_uln302::send::test_send_with_bad_options
1864
+ PASS [ 0.017s] (1380/1714) uln302 tests::send_uln302::set_default_executor_configs::test_default_executor_config_not_found
1865
+ PASS [ 0.043s] (1381/1714) uln302 tests::send_uln302::send::test_send_with_only_optional_dvns
1866
+ PASS [ 0.058s] (1382/1714) uln302 tests::send_uln302::send::test_send_with_missing_dvn_options
1867
+ PASS [ 0.051s] (1383/1714) uln302 tests::send_uln302::send::test_send_with_missing_executor_options
1868
+ PASS [ 0.017s] (1384/1714) uln302 tests::send_uln302::set_default_executor_configs::test_set_default_executor_configs_authorization
1869
+ PASS [ 0.016s] (1385/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_default_send_uln_config_not_found
1870
+ PASS [ 0.034s] (1386/1714) uln302 tests::send_uln302::set_default_executor_configs::test_set_default_executor_configs
1871
+ PASS [ 0.021s] (1387/1714) uln302 tests::send_uln302::set_default_executor_configs::test_set_default_executor_configs_zero_message_size
1872
+ PASS [ 0.016s] (1388/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_set_default_send_uln_configs_authorization
1873
+ PASS [ 0.017s] (1389/1714) uln302 tests::uln302::get_app_receive_uln_config::test_get_oapp_receive_uln_config_not_found
1874
+ PASS [ 0.035s] (1390/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_set_default_send_uln_configs_assert_default_config
1875
+ PASS [ 0.034s] (1391/1714) uln302 tests::uln302::get_app_receive_uln_config::test_get_oapp_receive_uln_config
1876
+ PASS [ 0.041s] (1392/1714) uln302 tests::send_uln302::set_default_send_uln_configs::test_set_default_send_uln_configs
1877
+ PASS [ 0.015s] (1393/1714) uln302 tests::uln302::get_app_send_uln_config::test_get_oapp_send_uln_config_not_found
1878
+ PASS [ 0.031s] (1394/1714) uln302 tests::uln302::get_app_send_uln_config::test_get_oapp_send_uln_config
1879
+ PASS [ 0.031s] (1395/1714) uln302 tests::uln302::get_config::test_get_config_invalid_config_type_should_fail
1880
+ PASS [ 0.037s] (1396/1714) uln302 tests::uln302::get_config::test_get_config_executor_returns_effective_executor_config_xdr
1881
+ PASS [ 0.028s] (1397/1714) uln302 tests::uln302::get_config::test_get_config_receive_uln_returns_effective_receive_uln_config_xdr
1882
+ PASS [ 0.014s] (1398/1714) uln302 tests::uln302::get_oapp_executor_config::test_get_oapp_executor_config_not_found
1883
+ PASS [ 0.031s] (1399/1714) uln302 tests::uln302::get_config::test_get_config_send_uln_returns_effective_send_uln_config_xdr
1884
+ PASS [ 0.015s] (1400/1714) uln302 tests::uln302::set_config::test_is_supported_eid_initially_false
1885
+ PASS [ 0.044s] (1401/1714) uln302 tests::uln302::get_oapp_executor_config::test_get_oapp_executor_config
1886
+ PASS [ 0.038s] (1402/1714) uln302 tests::uln302::set_config::test_config_management_comprehensive
1887
+ PASS [ 0.029s] (1403/1714) uln302 tests::uln302::set_config::test_is_supported_eid_true_after_configs
1888
+ PASS [ 0.032s] (1404/1714) uln302 tests::uln302::set_config::test_set_config_invalid_type_should_fail
1889
+ PASS [ 0.025s] (1405/1714) uln302 tests::uln302::set_config::test_set_config_unsupported_eid_should_fail
1890
+ PASS [ 0.033s] (1406/1714) uln302 tests::uln302::set_config::test_set_receive_config_invalid_confirmations_use_default_but_nonzero
1891
+ PASS [ 0.029s] (1407/1714) uln302 tests::uln302::set_config::test_set_receive_config_invalid_optional_dvns_use_default_but_threshold_nonzero
1892
+ PASS [ 0.029s] (1408/1714) uln302 tests::uln302::set_config::test_set_receive_config_invalid_required_dvns_use_default_but_not_empty
1893
+ PASS [ 0.040s] (1409/1714) uln302 tests::uln302::set_config::test_set_receive_config_valid_all_custom
1894
+ PASS [ 0.045s] (1410/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_confirmations_use_default_but_nonzero
1895
+ PASS [ 0.042s] (1411/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_multiple_errors_confirmations_first
1896
+ PASS [ 0.046s] (1412/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_duplicates
1897
+ PASS [ 0.030s] (1413/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_threshold_greater_than_dvns
1898
+ PASS [ 0.040s] (1414/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_threshold_zero_with_dvns
1899
+ PASS [ 0.032s] (1415/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_use_default_but_threshold_nonzero
1900
+ PASS [ 0.054s] (1416/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_too_many
1901
+ PASS [ 0.063s] (1417/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_optional_dvns_use_default_but_dvns_not_empty
1902
+ PASS [ 0.032s] (1418/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_required_dvns_too_many
1903
+ PASS [ 0.059s] (1419/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_required_dvns_duplicates
1904
+ PASS [ 0.050s] (1420/1714) uln302 tests::uln302::set_config::test_set_send_config_invalid_required_dvns_use_default_but_not_empty
1905
+ PASS [ 0.049s] (1421/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_all_custom
1906
+ PASS [ 0.041s] (1422/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_confirmations_use_default_with_zero
1907
+ PASS [ 0.062s] (1423/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_confirmations_custom_with_any_value
1908
+ PASS [ 0.039s] (1424/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_optional_dvns_custom
1909
+ PASS [ 0.033s] (1425/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_optional_dvns_use_default
1910
+ PASS [ 0.031s] (1426/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_required_dvns_use_default_with_empty
1911
+ PASS [ 0.056s] (1427/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_required_dvns_custom
1912
+ PASS [ 0.028s] (1428/1714) uln302 tests::uln302::set_config::test_supported_eid_combinations_only_receive_config
1913
+ PASS [ 0.076s] (1429/1714) uln302 tests::uln302::set_config::test_set_send_config_valid_optional_dvns_custom_empty
1914
+ PASS [ 0.038s] (1430/1714) uln302 tests::uln302::set_config::test_supported_eid_combinations_all_configs
1915
+ PASS [ 0.017s] (1431/1714) uln302 tests::uln302::set_config::test_version
1916
+ PASS [ 0.024s] (1432/1714) uln302 tests::uln302::set_config::test_supported_eid_combinations_only_send_config
1917
+ PASS [ 0.016s] (1433/1714) utils buffer_reader::tests::test_size_of_signed_integers
1918
+ PASS [ 0.009s] (1434/1714) utils buffer_reader::tests::test_size_of_unsigned_integers
1919
+ PASS [ 0.012s] (1435/1714) utils tests::auth::test_enforce_auth_panics_with_wrong_address_auth
1920
+ PASS [ 0.010s] (1436/1714) utils tests::auth::test_enforce_auth_panics_without_auth
1921
+ PASS [ 0.011s] (1437/1714) utils tests::auth::test_enforce_auth_returns_authorizer_on_success
1922
+ PASS [ 0.081s] (1438/1714) upgrader tests::test_upgrader::test_upgrade_with_upgrader
1923
+ PASS [ 0.078s] (1439/1714) upgrader tests::test_upgrader::test_upgrade_without_migration_data_returns_error_for_non_unit_migration
1924
+ PASS [ 0.013s] (1440/1714) utils tests::auth::test_require_auth_fails_with_stale_auth_after_authorizer_change
1925
+ PASS [ 0.018s] (1441/1714) utils tests::auth::test_enforce_auth_uses_current_authorizer_after_change
1926
+ PASS [ 0.009s] (1442/1714) utils tests::auth::test_require_auth_panics_without_auth
1927
+ PASS [ 0.010s] (1443/1714) utils tests::auth::test_require_auth_panics_with_wrong_address_auth
1928
+ PASS [ 0.010s] (1444/1714) utils tests::auth::test_require_auth_succeeds_when_authorizer_auths
1929
+ PASS [ 0.007s] (1445/1714) utils tests::buffer_reader::test_buffer_access_and_empty_buffer
1930
+ PASS [ 0.008s] (1446/1714) utils tests::buffer_reader::test_address_encoding_golden_bytes
1931
+ PASS [ 0.009s] (1447/1714) utils tests::buffer_reader::test_buffer_reader_invalid_length_panics_table
1932
+ PASS [ 0.007s] (1448/1714) utils tests::buffer_reader::test_is_empty_semantics
1933
+ PASS [ 0.011s] (1449/1714) utils tests::buffer_reader::test_len_immutable_after_reads
1934
+ PASS [ 0.008s] (1450/1714) utils tests::buffer_reader::test_position_operations
1935
+ PASS [ 0.007s] (1451/1714) utils tests::buffer_reader::test_read_address_account_roundtrip
1936
+ PASS [ 0.008s] (1452/1714) utils tests::buffer_reader::test_read_address_all_zero_payload
1937
+ PASS [ 0.008s] (1453/1714) utils tests::buffer_reader::test_read_address_invalid_payload_type
1938
+ PASS [ 0.014s] (1454/1714) utils tests::buffer_reader::test_read_address_contract_roundtrip
1939
+ PASS [ 0.007s] (1455/1714) utils tests::buffer_reader::test_read_address_mixed_types_roundtrip
1940
+ PASS [ 0.009s] (1456/1714) utils tests::buffer_reader::test_read_address_payload
1941
+ PASS [ 0.012s] (1457/1714) utils tests::buffer_reader::test_read_address_payload_insufficient_bytes
1942
+ PASS [ 0.010s] (1458/1714) utils tests::buffer_reader::test_read_address_with_other_data_roundtrip
1943
+ PASS [ 0.014s] (1459/1714) utils tests::buffer_reader::test_read_after_buffer_exhausted
1944
+ PASS [ 0.011s] (1460/1714) utils tests::buffer_reader::test_read_array_write_array_roundtrip
1945
+ PASS [ 0.013s] (1461/1714) utils tests::buffer_reader::test_read_array_roundtrip_and_position
1946
+ PASS [ 0.011s] (1462/1714) utils tests::buffer_reader::test_read_bool
1947
+ PASS [ 0.011s] (1463/1714) utils tests::buffer_reader::test_read_bytes_n
1948
+ PASS [ 0.012s] (1464/1714) utils tests::buffer_reader::test_read_boundary_values
1949
+ PASS [ 0.007s] (1465/1714) utils tests::buffer_reader::test_read_bytes_operations
1950
+ PASS [ 0.009s] (1466/1714) utils tests::buffer_reader::test_read_bytes_until_end_after_partial_read
1951
+ PASS [ 0.010s] (1467/1714) utils tests::buffer_reader::test_read_bytes_until_end_at_start
1952
+ PASS [ 0.009s] (1468/1714) utils tests::buffer_reader::test_read_bytes_until_end_on_empty_buffer
1953
+ PASS [ 0.009s] (1469/1714) utils tests::buffer_reader::test_read_bytes_zero_length
1954
+ PASS [ 0.187s] (1470/1714) upgrader tests::test_upgrader::test_upgrade_with_upgrader_rbac
1955
+ PASS [ 0.009s] (1471/1714) utils tests::buffer_reader::test_read_bytes_until_end_when_exhausted
1956
+ PASS [ 0.010s] (1472/1714) utils tests::buffer_reader::test_read_i128_roundtrip
1957
+ PASS [ 0.008s] (1473/1714) utils tests::buffer_reader::test_read_i256_big_endian_golden_bytes
1958
+ PASS [ 0.008s] (1474/1714) utils tests::buffer_reader::test_read_insufficient_bytes_after_partial_read
1959
+ PASS [ 0.009s] (1475/1714) utils tests::buffer_reader::test_read_i8_i16_i32_i64_i128_big_endian_golden_bytes
1960
+ PASS [ 0.007s] (1476/1714) utils tests::buffer_reader::test_read_primitives_big_endian_golden_bytes
1961
+ PASS [ 0.007s] (1477/1714) utils tests::buffer_reader::test_read_u256_boundary_values
1962
+ PASS [ 0.008s] (1478/1714) utils tests::buffer_reader::test_rewind_beyond_start
1963
+ PASS [ 0.011s] (1479/1714) utils tests::buffer_reader::test_read_primitives_roundtrip
1964
+ PASS [ 0.008s] (1480/1714) utils tests::buffer_reader::test_rewind_from_start
1965
+ PASS [ 0.009s] (1481/1714) utils tests::buffer_reader::test_rewind_zero
1966
+ PASS [ 0.009s] (1482/1714) utils tests::buffer_reader::test_seek_beyond_buffer
1967
+ PASS [ 0.008s] (1483/1714) utils tests::buffer_reader::test_seek_boundary_values
1968
+ PASS [ 0.009s] (1484/1714) utils tests::buffer_reader::test_seek_on_empty_buffer
1969
+ PASS [ 0.008s] (1485/1714) utils tests::buffer_reader::test_skip_beyond_buffer
1970
+ PASS [ 0.008s] (1486/1714) utils tests::buffer_reader::test_skip_to_exact_end
1971
+ PASS [ 0.008s] (1487/1714) utils tests::buffer_reader::test_skip_zero
1972
+ PASS [ 0.007s] (1488/1714) utils tests::buffer_writer::test_chaining_empty_bytes
1973
+ PASS [ 0.008s] (1489/1714) utils tests::buffer_writer::test_complex_message_roundtrip
1974
+ PASS [ 0.008s] (1490/1714) utils tests::buffer_writer::test_from_bytes
1975
+ PASS [ 0.009s] (1491/1714) utils tests::buffer_writer::test_env_from_writer
1976
+ PASS [ 0.008s] (1492/1714) utils tests::buffer_writer::test_from_bytes_empty
1977
+ PASS [ 0.009s] (1493/1714) utils tests::buffer_writer::test_from_bytes_with_large_buffer
1978
+ PASS [ 0.008s] (1494/1714) utils tests::buffer_writer::test_len_after_writes
1979
+ PASS [ 0.007s] (1495/1714) utils tests::buffer_writer::test_write_address_account
1980
+ PASS [ 0.008s] (1496/1714) utils tests::buffer_writer::test_new_buffer_writer
1981
+ PASS [ 0.007s] (1497/1714) utils tests::buffer_writer::test_write_address_contract
1982
+ PASS [ 0.009s] (1498/1714) utils tests::buffer_writer::test_write_address_payload
1983
+ PASS [ 0.008s] (1499/1714) utils tests::buffer_writer::test_write_bool
1984
+ PASS [ 0.009s] (1500/1714) utils tests::buffer_writer::test_write_address_payload_with_other_data
1985
+ PASS [ 0.008s] (1501/1714) utils tests::buffer_writer::test_write_bytes
1986
+ PASS [ 0.010s] (1502/1714) utils tests::buffer_writer::test_write_bytes_empty
1987
+ PASS [ 0.013s] (1503/1714) utils tests::buffer_writer::test_write_boundary_values
1988
+ PASS [ 0.011s] (1504/1714) utils tests::buffer_writer::test_write_bytes_n
1989
+ PASS [ 0.011s] (1505/1714) utils tests::buffer_writer::test_write_bytes_n_array
1990
+ PASS [ 0.011s] (1506/1714) utils tests::buffer_writer::test_write_i256_big_endian_golden_bytes_and_roundtrip
1991
+ PASS [ 0.017s] (1507/1714) utils tests::buffer_writer::test_write_mixed_sizes_no_alignment_issues
1992
+ PASS [ 0.008s] (1508/1714) utils tests::buffer_writer::test_write_primitives_big_endian_golden_bytes
1993
+ PASS [ 0.019s] (1509/1714) utils tests::buffer_writer::test_write_large_buffer
1994
+ PASS [ 0.012s] (1510/1714) utils tests::buffer_writer::test_write_multiple_addresses
1995
+ PASS [ 0.008s] (1511/1714) utils tests::buffer_writer::test_write_primitives_roundtrip
1996
+ PASS [ 0.007s] (1512/1714) utils tests::buffer_writer::test_write_repeated_values
1997
+ PASS [ 0.007s] (1513/1714) utils tests::buffer_writer::test_write_signed_integers_big_endian_golden_bytes
1998
+ PASS [ 0.011s] (1514/1714) utils tests::buffer_writer::test_write_signed_integers_roundtrip
1999
+ PASS [ 0.008s] (1515/1714) utils tests::bytes_ext::test_to_array_large_sizes
2000
+ PASS [ 0.010s] (1516/1714) utils tests::buffer_writer::test_write_u256_boundary_values
2001
+ PASS [ 0.013s] (1517/1714) utils tests::bytes_ext::test_to_array_boundary_values
2002
+ PASS [ 0.010s] (1518/1714) utils tests::bytes_ext::test_to_array_length_mismatch_panics_table
2003
+ PASS [ 0.008s] (1519/1714) utils tests::bytes_ext::test_to_array_preserves_all_values
2004
+ PASS [ 0.010s] (1520/1714) utils tests::bytes_ext::test_to_array_various_sizes
2005
+ PASS [ 0.012s] (1521/1714) utils tests::bytes_ext::test_to_array_very_large_size
2006
+ PASS [ 0.012s] (1522/1714) utils tests::multisig::get_signers_returns_all
2007
+ PASS [ 0.011s] (1523/1714) utils tests::multisig::init_already_initialized_fails
2008
+ PASS [ 0.010s] (1524/1714) utils tests::multisig::init_duplicate_signers_fails
2009
+ PASS [ 0.013s] (1525/1714) utils tests::multisig::init_emits_signer_and_threshold_events
2010
+ PASS [ 0.009s] (1526/1714) utils tests::multisig::init_zero_signer_fails
2011
+ PASS [ 0.013s] (1527/1714) utils tests::multisig::init_sets_signers_and_threshold
2012
+ PASS [ 0.013s] (1528/1714) utils tests::multisig::init_threshold_exceeds_signers_fails
2013
+ PASS [ 0.011s] (1529/1714) utils tests::multisig::recover_signer_invalid_s_zero_fails
2014
+ PASS [ 0.011s] (1530/1714) utils tests::multisig::recover_signer_invalid_v_fails
2015
+ PASS [ 0.019s] (1531/1714) utils tests::multisig::init_zero_threshold_fails
2016
+ PASS [ 0.018s] (1532/1714) utils tests::multisig::recover_signer_invalid_r_zero_fails
2017
+ PASS [ 0.009s] (1533/1714) utils tests::multisig::recover_signer_raw_v_path
2018
+ PASS [ 0.011s] (1534/1714) utils tests::multisig::recover_signer_valid_signature
2019
+ PASS [ 0.011s] (1535/1714) utils tests::multisig::set_signer_duplicate_fails
2020
+ PASS [ 0.015s] (1536/1714) utils tests::multisig::set_signer_remove
2021
+ PASS [ 0.021s] (1537/1714) utils tests::multisig::set_signer_add
2022
+ PASS [ 0.012s] (1538/1714) utils tests::multisig::set_signer_remove_not_found_fails
2023
+ PASS [ 0.013s] (1539/1714) utils tests::multisig::set_signer_remove_violates_threshold_fails
2024
+ PASS [ 0.010s] (1540/1714) utils tests::multisig::set_signer_zero_address_fails
2025
+ PASS [ 0.011s] (1541/1714) utils tests::multisig::set_signer_requires_auth
2026
+ PASS [ 0.009s] (1542/1714) utils tests::multisig::set_threshold_requires_auth
2027
+ PASS [ 0.014s] (1543/1714) utils tests::multisig::set_threshold_exceeds_signers_fails
2028
+ PASS [ 0.009s] (1544/1714) utils tests::multisig::set_threshold_zero_fails
2029
+ PASS [ 0.010s] (1545/1714) utils tests::multisig::set_threshold_success
2030
+ PASS [ 0.010s] (1546/1714) utils tests::multisig::verify_n_signatures_duplicate_signers_fails
2031
+ PASS [ 0.009s] (1547/1714) utils tests::multisig::verify_n_signatures_insufficient_signatures_fails
2032
+ PASS [ 0.011s] (1548/1714) utils tests::multisig::verify_n_signatures_signer_not_found_fails
2033
+ PASS [ 0.011s] (1549/1714) utils tests::multisig::verify_n_signatures_success
2034
+ PASS [ 0.011s] (1550/1714) utils tests::multisig::verify_n_signatures_threshold_one_still_requires_sorted_if_multiple_provided
2035
+ PASS [ 0.014s] (1551/1714) utils tests::multisig::verify_n_signatures_threshold_met_but_extra_invalid_signature_fails
2036
+ PASS [ 0.011s] (1552/1714) utils tests::multisig::verify_n_signatures_unsorted_signers_fails
2037
+ PASS [ 0.013s] (1553/1714) utils tests::multisig::verify_n_signatures_zero_threshold_fails
2038
+ PASS [ 0.009s] (1554/1714) utils tests::multisig::verify_signatures_enforces_configured_threshold
2039
+ PASS [ 0.010s] (1555/1714) utils tests::multisig::verify_signatures_success
2040
+ PASS [ 0.007s] (1556/1714) utils tests::option_ext::unwrap_or_panic_none_panics_with_error
2041
+ PASS [ 0.007s] (1557/1714) utils tests::option_ext::unwrap_or_panic_some_returns_value
2042
+ PASS [ 0.009s] (1558/1714) utils tests::ownable::accept_ownership_no_pending_fails
2043
+ PASS [ 0.008s] (1559/1714) utils tests::ownable::auth_non_owner_cannot_call
2044
+ PASS [ 0.012s] (1560/1714) utils tests::ownable::accept_ownership_wrong_address_fails
2045
+ PASS [ 0.012s] (1561/1714) utils tests::ownable::auth_owner_can_call
2046
+ PASS [ 0.010s] (1562/1714) utils tests::ownable::begin_ownership_transfer_cancel
2047
+ PASS [ 0.009s] (1563/1714) utils tests::ownable::begin_ownership_transfer_cancel_no_pending_fails
2048
+ PASS [ 0.011s] (1564/1714) utils tests::ownable::begin_ownership_transfer_cancel_wrong_address_fails
2049
+ PASS [ 0.009s] (1565/1714) utils tests::ownable::begin_ownership_transfer_invalid_ttl_exceeds_max_fails
2050
+ PASS [ 0.011s] (1566/1714) utils tests::ownable::begin_ownership_transfer_initiate_and_accept
2051
+ PASS [ 0.012s] (1567/1714) utils tests::ownable::begin_ownership_transfer_override_pending
2052
+ PASS [ 0.012s] (1568/1714) utils tests::ownable::begin_ownership_transfer_with_max_ttl
2053
+ PASS [ 0.012s] (1569/1714) utils tests::ownable::chain_new_owner_can_transfer
2054
+ PASS [ 0.010s] (1570/1714) utils tests::ownable::enforce_owner_auth_no_owner_set_fails
2055
+ PASS [ 0.015s] (1571/1714) utils tests::ownable::chain_new_owner_can_transfer_2step
2056
+ PASS [ 0.011s] (1572/1714) utils tests::ownable::enforce_owner_auth_returns_owner
2057
+ PASS [ 0.010s] (1573/1714) utils tests::ownable::reinit_owner_fails
2058
+ PASS [ 0.011s] (1574/1714) utils tests::ownable::enforce_owner_auth_wrong_address_fails
2059
+ PASS [ 0.011s] (1575/1714) utils tests::ownable::pending_owner_expires_after_ttl
2060
+ PASS [ 0.011s] (1576/1714) utils tests::ownable::renounce_after_renounce_fails
2061
+ PASS [ 0.010s] (1577/1714) utils tests::ownable::renounce_ownership_non_owner_fails
2062
+ PASS [ 0.010s] (1578/1714) utils tests::ownable::renounce_ownership_with_event
2063
+ PASS [ 0.012s] (1579/1714) utils tests::ownable::renounce_blocked_during_2step_transfer
2064
+ PASS [ 0.011s] (1580/1714) utils tests::ownable::require_owner_auth_no_owner_set_fails
2065
+ PASS [ 0.011s] (1581/1714) utils tests::ownable::transfer_after_renounce_fails
2066
+ PASS [ 0.012s] (1582/1714) utils tests::ownable::transfer_ownership_blocked_during_2step
2067
+ PASS [ 0.012s] (1583/1714) utils tests::ownable::transfer_ownership_to_same_owner
2068
+ PASS [ 0.018s] (1584/1714) utils tests::ownable::transfer_ownership_non_owner_fails
2069
+ PASS [ 0.012s] (1585/1714) utils tests::ownable::transfer_ownership_with_event
2070
+ PASS [ 0.022s] (1586/1714) utils tests::rbac::admin_role_holder_can_grant_revoke_and_renounce_emits_events
2071
+ PASS [ 0.015s] (1587/1714) utils tests::rbac::grant_role_authorizer_emits_event_and_enumerates
2072
+ PASS [ 0.021s] (1588/1714) utils tests::rbac::authorizer_can_revoke_role
2073
+ PASS [ 0.020s] (1589/1714) utils tests::rbac::grant_role_no_auth_is_idempotent_and_emits_once
2074
+ PASS [ 0.011s] (1590/1714) utils tests::rbac::grant_role_requires_auth
2075
+ PASS [ 0.012s] (1591/1714) utils tests::rbac::grant_role_unauthorized_returns_error_code
2076
+ PASS [ 0.014s] (1592/1714) utils tests::rbac::remove_role_admin_errors_and_success
2077
+ PASS [ 0.015s] (1593/1714) utils tests::rbac::renounce_role_requires_auth
2078
+ PASS [ 0.020s] (1594/1714) utils tests::rbac::removing_last_member_when_role_missing_from_existing_roles_returns_role_not_found
2079
+ PASS [ 0.039s] (1595/1714) utils tests::rbac::max_roles_exceeded_error_code
2080
+ PASS [ 0.026s] (1596/1714) utils tests::rbac::revoke_last_member_of_two_no_swap_branch
2081
+ PASS [ 0.020s] (1597/1714) utils tests::rbac::revoke_role_entrypoint_unauthorized_returns_error_code
2082
+ PASS [ 0.011s] (1598/1714) utils tests::rbac::revoke_role_requires_auth
2083
+ PASS [ 0.011s] (1599/1714) utils tests::rbac::role_is_empty_error_code
2084
+ PASS [ 0.033s] (1600/1714) utils tests::rbac::revoke_role_entrypoint_missing_role_returns_error_code
2085
+ PASS [ 0.011s] (1601/1714) utils tests::rbac::set_role_admin_requires_auth
2086
+ PASS [ 0.015s] (1602/1714) utils tests::rbac::views_default_and_index_out_of_bounds_error_code
2087
+ PASS [ 0.026s] (1603/1714) utils tests::rbac::set_role_admin_emits_event_with_previous_admin_values
2088
+ PASS [ 0.013s] (1604/1714) utils tests::testing_utils::test_assert_contains_event_not_found_panics
2089
+ PASS [ 0.021s] (1605/1714) utils tests::rbac::swap_remove_updates_indices_and_existing_roles_removed_on_last_member
2090
+ PASS [ 0.013s] (1606/1714) utils tests::testing_utils::test_assert_contains_events_allows_duplicates
2091
+ PASS [ 0.010s] (1607/1714) utils tests::testing_utils::test_assert_event_among_multiple
2092
+ PASS [ 0.014s] (1608/1714) utils tests::testing_utils::test_assert_contains_events_duplicate_expected_but_not_emitted_panics
2093
+ PASS [ 0.011s] (1609/1714) utils tests::testing_utils::test_assert_event_data_mismatch
2094
+ PASS [ 0.008s] (1610/1714) utils tests::testing_utils::test_assert_event_no_events_emitted
2095
+ PASS [ 0.010s] (1611/1714) utils tests::testing_utils::test_assert_event_found
2096
+ PASS [ 0.016s] (1612/1714) utils tests::testing_utils::test_assert_event_finds_first_matching_event
2097
+ PASS [ 0.017s] (1613/1714) utils tests::testing_utils::test_assert_event_finds_correct_event_among_many
2098
+ PASS [ 0.012s] (1614/1714) utils tests::testing_utils::test_assert_event_topics_length_mismatch
2099
+ PASS [ 0.009s] (1615/1714) utils tests::testing_utils::test_assert_event_with_address
2100
+ PASS [ 0.015s] (1616/1714) utils tests::testing_utils::test_assert_event_not_found
2101
+ PASS [ 0.017s] (1617/1714) utils tests::testing_utils::test_assert_event_with_multiple_fields
2102
+ PASS [ 0.017s] (1618/1714) utils tests::testing_utils::test_assert_event_wrong_contract
2103
+ PASS [ 0.016s] (1619/1714) utils tests::testing_utils::test_assert_events_duplicate_expected_but_not_emitted
2104
+ PASS [ 0.021s] (1620/1714) utils tests::testing_utils::test_assert_events_data_mismatch
2105
+ PASS [ 0.018s] (1621/1714) utils tests::testing_utils::test_assert_events_empty_list
2106
+ PASS [ 0.016s] (1622/1714) utils tests::testing_utils::test_assert_events_from_specific_contract_ignores_others
2107
+ PASS [ 0.017s] (1623/1714) utils tests::testing_utils::test_assert_events_first_not_found
2108
+ PASS [ 0.013s] (1624/1714) utils tests::testing_utils::test_assert_events_mixed_event_types_three
2109
+ PASS [ 0.013s] (1625/1714) utils tests::testing_utils::test_assert_events_multiple_same_type
2110
+ PASS [ 0.023s] (1626/1714) utils tests::testing_utils::test_assert_events_multiple_different_types
2111
+ PASS [ 0.015s] (1627/1714) utils tests::testing_utils::test_assert_events_order_independent
2112
+ PASS [ 0.019s] (1628/1714) utils tests::testing_utils::test_assert_events_no_events_emitted
2113
+ PASS [ 0.015s] (1629/1714) utils tests::testing_utils::test_assert_events_partial_match
2114
+ PASS [ 0.014s] (1630/1714) utils tests::testing_utils::test_assert_events_second_not_found
2115
+ PASS [ 0.024s] (1631/1714) utils tests::testing_utils::test_assert_events_single
2116
+ PASS [ 0.014s] (1632/1714) utils tests::testing_utils::test_assert_events_three_events
2117
+ PASS [ 0.013s] (1633/1714) utils tests::testing_utils::test_assert_events_with_duplicates
2118
+ PASS [ 0.026s] (1634/1714) utils tests::testing_utils::test_assert_events_third_not_found
2119
+ PASS [ 0.014s] (1635/1714) utils tests::ttl_configurable::test_default_ttl_configurable_boundary_values
2120
+ PASS [ 0.019s] (1636/1714) utils tests::testing_utils::test_assert_events_wrong_contract
2121
+ PASS [ 0.019s] (1637/1714) utils tests::testing_utils::test_decode_event_topics_data_roundtrip
2122
+ PASS [ 0.021s] (1638/1714) utils tests::ttl_configurable::test_default_ttl_configurable_exceeds_effective_max_ttl
2123
+ PASS [ 0.012s] (1639/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze
2124
+ PASS [ 0.010s] (1640/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_requires_auth
2125
+ PASS [ 0.014s] (1641/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_preserves_configs
2126
+ PASS [ 0.009s] (1642/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_when_owner_not_set
2127
+ PASS [ 0.011s] (1643/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_when_already_frozen
2128
+ PASS [ 0.009s] (1644/1714) utils tests::ttl_configurable::test_default_ttl_configurable_initial_state
2129
+ PASS [ 0.013s] (1645/1714) utils tests::ttl_configurable::test_default_ttl_configurable_freeze_wrong_signer_fails
2130
+ PASS [ 0.010s] (1646/1714) utils tests::ttl_configurable::test_default_ttl_configurable_invalid_instance_config
2131
+ PASS [ 0.015s] (1647/1714) utils tests::ttl_configurable::test_default_ttl_configurable_invalid_does_not_partially_update
2132
+ PASS [ 0.013s] (1648/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_all
2133
+ PASS [ 0.015s] (1649/1714) utils tests::ttl_configurable::test_default_ttl_configurable_invalid_persistent_config
2134
+ PASS [ 0.018s] (1650/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_and_remove
2135
+ PASS [ 0.012s] (1651/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_requires_auth
2136
+ PASS [ 0.017s] (1652/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_partial
2137
+ PASS [ 0.015s] (1653/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_when_frozen
2138
+ PASS [ 0.010s] (1654/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_wrong_signer_fails
2139
+ PASS [ 0.012s] (1655/1714) utils tests::ttl_configurable::test_init_default_ttl_configs
2140
+ PASS [ 0.010s] (1656/1714) utils tests::ttl_configurable::test_ttl_config_data_defaults
2141
+ PASS [ 0.015s] (1657/1714) utils tests::ttl_configurable::test_default_ttl_configurable_set_when_owner_not_set
2142
+ PASS [ 0.011s] (1658/1714) utils tests::ttl_configurable::test_ttl_config_data_frozen
2143
+ PASS [ 0.014s] (1659/1714) utils tests::ttl_configurable::test_ttl_config_data_independent_storage
2144
+ PASS [ 0.009s] (1660/1714) utils tests::ttl_configurable::test_ttl_config_is_valid
2145
+ PASS [ 0.016s] (1661/1714) utils tests::ttl_configurable::test_ttl_config_data_set_get_remove
2146
+ PASS [ 0.018s] (1662/1714) utils tests::ttl_configurable::test_ttl_config_data_remove_when_not_set
2147
+ PASS [ 0.013s] (1663/1714) utils tests::ttl_extendable::test_extend_instance_ttl_noop_when_above_threshold
2148
+ PASS [ 0.018s] (1664/1714) utils tests::ttl_configurable::test_ttl_config_new
2149
+ PASS [ 0.017s] (1665/1714) utils tests::ttl_extendable::test_extend_instance_ttl_updates_instance_ttl
2150
+ PASS [ 0.011s] (1666/1714) utils tests::upgradeable::test_migrate_fail_without_upgrade
2151
+ PASS [ 0.013s] (1667/1714) utils tests::upgradeable::test_migrate_rejects_invalid_migration_data_and_does_not_clear_flag
2152
+ PASS [ 0.012s] (1668/1714) utils tests::upgradeable::test_migrate_requires_auth
2153
+ PASS [ 0.038s] (1669/1714) utils tests::upgradeable::test_can_upgrade_and_migrate_multiple_times
2154
+ PASS [ 0.029s] (1670/1714) utils tests::upgradeable::test_cannot_migrate_twice_without_upgrade
2155
+ PASS [ 0.036s] (1671/1714) utils tests::upgradeable::test_migrate_success
2156
+ PASS [ 0.042s] (1672/1714) utils tests::upgradeable::test_upgrade_success
2157
+ PASS [ 0.048s] (1673/1714) utils tests::upgradeable::test_upgrade_requires_auth
2158
+ PASS [ 0.046s] (1674/1714) worker tests::worker::test_acl_allowlist_denylist_precedence
2159
+ PASS [ 0.043s] (1675/1714) worker tests::worker::test_admin_management_by_admin_can_add_admin
2160
+ PASS [ 0.047s] (1676/1714) worker tests::worker::test_admin_management_by_admin_requires_caller_is_admin
2161
+ PASS [ 0.043s] (1677/1714) worker tests::worker::test_admin_management_by_owner_rejects_duplicate_add
2162
+ PASS [ 0.045s] (1678/1714) worker tests::worker::test_admin_management_by_owner_adds_and_removes_admin
2163
+ PASS [ 0.028s] (1679/1714) worker tests::worker::test_admin_management_by_owner_rejects_remove_missing_admin
2164
+ PASS [ 0.023s] (1680/1714) worker tests::worker::test_admin_only_set_default_multiplier_requires_admin_membership
2165
+ PASS [ 0.032s] (1681/1714) worker tests::worker::test_admin_management_can_remove_last_admin
2166
+ PASS [ 0.038s] (1682/1714) worker tests::worker::test_admin_setters_update_storage_and_events
2167
+ PASS [ 0.035s] (1683/1714) worker tests::worker::test_allowlist_rejects_duplicate_add
2168
+ PASS [ 0.032s] (1684/1714) worker tests::worker::test_allowlist_remove_decrements_size_and_restores_default_acl
2169
+ PASS [ 0.024s] (1685/1714) worker tests::worker::test_assert_acl_rejects_when_not_allowed
2170
+ PASS [ 0.039s] (1686/1714) worker tests::worker::test_allowlist_rejects_remove_missing
2171
+ PASS [ 0.028s] (1687/1714) worker tests::worker::test_assert_not_paused_panics_when_paused
2172
+ PASS [ 0.016s] (1688/1714) worker tests::worker::test_assert_supported_message_lib_rejects_unsupported
2173
+ PASS [ 0.018s] (1689/1714) worker tests::worker::test_default_multiplier_bps_returns_zero_when_unset
2174
+ PASS [ 0.016s] (1690/1714) worker tests::worker::test_denylist_rejects_remove_missing
2175
+ PASS [ 0.025s] (1691/1714) worker tests::worker::test_denylist_rejects_duplicate_add
2176
+ PASS [ 0.020s] (1692/1714) worker tests::worker::test_init_worker_can_reinitialize
2177
+ PASS [ 0.016s] (1693/1714) worker tests::worker::test_init_worker_sets_config_and_defaults
2178
+ PASS [ 0.023s] (1694/1714) worker tests::worker::test_init_worker_allows_empty_admins
2179
+ PASS [ 0.019s] (1695/1714) worker tests::worker::test_message_lib_add_remove_and_errors
2180
+ PASS [ 0.017s] (1696/1714) worker tests::worker::test_message_lib_rejects_duplicate_add
2181
+ PASS [ 0.021s] (1697/1714) worker tests::worker::test_message_lib_rejects_remove_missing
2182
+ PASS [ 0.029s] (1698/1714) worker tests::worker::test_set_paused_rejects_unchanged_status
2183
+ PASS [ 0.024s] (1699/1714) worker tests::worker::test_set_paused_toggles_state
2184
+ PASS [ 0.019s] (1700/1714) worker tests::worker::test_view_panics_when_deposit_address_unset
2185
+ PASS [ 0.014s] (1701/1714) worker tests::worker::test_view_panics_when_price_feed_unset
2186
+ PASS [ 0.019s] (1702/1714) worker tests::worker::test_view_panics_when_worker_fee_lib_unset
2012
2187
  SLOW [> 60.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2013
- SLOW [> 60.000s] (─────────) macro-integration-tests::ui_error ui_error
2014
2188
  SLOW [> 60.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2015
- SLOW [> 60.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2189
+ SLOW [> 60.000s] (─────────) macro-integration-tests::ui_error ui_error
2016
2190
  SLOW [> 60.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2017
- SLOW [> 60.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2191
+ SLOW [> 60.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2018
2192
  SLOW [> 60.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2193
+ SLOW [> 60.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2194
+ SLOW [> 60.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2019
2195
  SLOW [> 60.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2020
- SLOW [> 60.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2021
- SLOW [> 60.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2022
2196
  SLOW [> 60.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2023
- SLOW [> 60.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2197
+ SLOW [> 60.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2198
+ SLOW [> 60.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2024
2199
  SLOW [>120.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2025
- SLOW [>120.000s] (─────────) macro-integration-tests::ui_error ui_error
2026
- SLOW [>120.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2027
2200
  SLOW [>120.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2201
+ SLOW [>120.000s] (─────────) macro-integration-tests::ui_error ui_error
2028
2202
  SLOW [>120.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2203
+ SLOW [>120.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2204
+ SLOW [>120.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2205
+ SLOW [>120.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2029
2206
  SLOW [>120.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2207
+ SLOW [>120.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2030
2208
  SLOW [>120.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2031
- SLOW [>120.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2032
- SLOW [>120.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2033
- SLOW [>120.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2034
2209
  SLOW [>120.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2035
- SLOW [>120.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2210
+ SLOW [>120.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2036
2211
  SLOW [>180.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2037
2212
  SLOW [>180.000s] (─────────) macro-integration-tests::ui_error ui_error
2038
2213
  SLOW [>180.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2039
- SLOW [>180.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2040
2214
  SLOW [>180.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2041
- SLOW [>180.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2042
- SLOW [>180.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2215
+ SLOW [>180.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2043
2216
  SLOW [>180.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2044
- SLOW [>180.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2217
+ SLOW [>180.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2218
+ SLOW [>180.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2045
2219
  SLOW [>180.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2046
- SLOW [>180.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2220
+ SLOW [>180.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2047
2221
  SLOW [>180.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2048
- SLOW [>240.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2222
+ SLOW [>180.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2049
2223
  SLOW [>240.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2050
2224
  SLOW [>240.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2225
+ SLOW [>240.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2051
2226
  SLOW [>240.000s] (─────────) macro-integration-tests::ui_error ui_error
2227
+ SLOW [>240.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2052
2228
  SLOW [>240.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2053
- SLOW [>240.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2229
+ SLOW [>240.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2054
2230
  SLOW [>240.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2231
+ SLOW [>240.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2055
2232
  SLOW [>240.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2056
- SLOW [>240.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2057
2233
  SLOW [>240.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2058
- SLOW [>240.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2059
- SLOW [>240.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2060
- SLOW [>300.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2061
- SLOW [>300.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2234
+ SLOW [>240.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2062
2235
  SLOW [>300.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2063
- SLOW [>300.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2064
2236
  SLOW [>300.000s] (─────────) macro-integration-tests::ui_error ui_error
2065
- SLOW [>300.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2066
2237
  SLOW [>300.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2067
- SLOW [>300.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2068
- SLOW [>300.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2238
+ SLOW [>300.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2069
2239
  SLOW [>300.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2070
- SLOW [>300.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2240
+ SLOW [>300.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2241
+ SLOW [>300.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2242
+ SLOW [>300.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2071
2243
  SLOW [>300.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2072
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2073
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2074
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2075
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2076
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2077
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_error ui_error
2078
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2079
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2080
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2081
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2082
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2083
- SLOW [>360.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2084
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2085
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2086
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2087
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2088
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2089
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2090
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_error ui_error
2091
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2092
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2093
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2094
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2095
- SLOW [>420.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2096
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2097
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2098
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2099
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2100
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2101
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2102
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_error ui_error
2103
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2104
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2105
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2106
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2107
- SLOW [>480.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2108
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2109
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2110
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_contract_trait ui_contract_trait
2111
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_contract_impl ui_contract_impl
2112
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_rbac ui_rbac
2113
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2114
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_multisig ui_multisig
2115
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_error ui_error
2116
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_ownable ui_ownable
2117
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2118
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2119
- SLOW [>540.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2120
- PASS [ 593.655s] (1703/1714) macro-integration-tests::ui_contract_trait ui_contract_trait
2121
- PASS [ 594.537s] (1704/1714) macro-integration-tests::ui_contract_impl ui_contract_impl
2122
- PASS [ 594.933s] (1705/1714) macro-integration-tests::ui_error ui_error
2123
- PASS [ 594.947s] (1706/1714) macro-integration-tests::ui_multisig ui_multisig
2124
- PASS [ 596.488s] (1707/1714) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2125
- PASS [ 596.987s] (1708/1714) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2126
- PASS [ 597.175s] (1709/1714) macro-integration-tests::ui_ownable ui_ownable
2127
- PASS [ 597.476s] (1710/1714) macro-integration-tests::ui_rbac ui_rbac
2128
- SLOW [>600.000s] (─────────) macro-integration-tests::ui_oapp ui_oapp
2129
- SLOW [>600.000s] (─────────) macro-integration-tests::ui_lz_contract ui_lz_contract
2130
- SLOW [>600.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2131
- SLOW [>600.000s] (─────────) macro-integration-tests::ui_storage ui_storage
2132
- PASS [ 601.852s] (1711/1714) macro-integration-tests::ui_storage ui_storage
2133
- PASS [ 602.976s] (1712/1714) macro-integration-tests::ui_upgradeable ui_upgradeable
2134
- PASS [ 604.257s] (1713/1714) macro-integration-tests::ui_oapp ui_oapp
2135
- PASS [ 604.548s] (1714/1714) macro-integration-tests::ui_lz_contract ui_lz_contract
2244
+ SLOW [>300.000s] (─────────) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2245
+ SLOW [>300.000s] (─────────) macro-integration-tests::ui_upgradeable ui_upgradeable
2246
+ SLOW [>300.000s] (─────────) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2247
+ PASS [ 342.568s] (1703/1714) macro-integration-tests::ui_multisig ui_multisig
2248
+ PASS [ 343.839s] (1704/1714) macro-integration-tests::ui_contract_impl ui_contract_impl
2249
+ PASS [ 344.040s] (1705/1714) macro-integration-tests::ui_contract_trait ui_contract_trait
2250
+ PASS [ 344.807s] (1706/1714) macro-integration-tests::ui_rbac ui_rbac
2251
+ PASS [ 345.037s] (1707/1714) macro-integration-tests::ui_ttl_extendable ui_ttl_extendable
2252
+ PASS [ 345.910s] (1708/1714) macro-integration-tests::ui_ttl_configurable ui_ttl_configurable
2253
+ PASS [ 346.368s] (1709/1714) macro-integration-tests::ui_ownable ui_ownable
2254
+ PASS [ 346.596s] (1710/1714) macro-integration-tests::ui_error ui_error
2255
+ PASS [ 350.703s] (1711/1714) macro-integration-tests::ui_storage ui_storage
2256
+ PASS [ 350.748s] (1712/1714) macro-integration-tests::ui_upgradeable ui_upgradeable
2257
+ PASS [ 352.244s] (1713/1714) macro-integration-tests::ui_oapp ui_oapp
2258
+ PASS [ 352.247s] (1714/1714) macro-integration-tests::ui_lz_contract ui_lz_contract
2136
2259
  ────────────
2137
- Summary [ 610.732s] 1714 tests run: 1714 passed (12 slow, 29 leaky), 0 skipped
2138
- ⏱️ bash -c cargo nextest run: 16:00.651 (m:ss.mmm)
2260
+ Summary [ 353.861s] 1714 tests run: 1714 passed (12 slow), 0 skipped
2261
+ ⏱️ bash -c cargo nextest run: 9:12.422 (m:ss.mmm)