Parent Log:
http://ci.aztec-labs.com/ab56293d4d011784
Command: 5b134306478d06bb yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/e1613ca4b54a0ae509638dc4114780dd3cb0bc9b
Env: REF_NAME=gh-readonly-queue/next/pr-15239-282da3bd25d49b92970e6fc85f110092e8566299 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 15:18:37 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15239_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
15:18:41 [15:18:41.585]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:18:42 [15:18:42.387]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:18:42 [15:18:42.461]
INFO:
pxe:service Registered account 0x25353593fbfbfc4fef0a1bc2a3f3d0ab0f65d71fdd54c7242b7253a4a7e498b0
15:18:42 [15:18:42.540]
INFO:
pxe:service Registered account 0x2ba6db5c920bf5d06e188f528b4f0ef39ac6eb487de7d2054728b83dc8e54e04
15:18:42 [15:18:42.595]
INFO:
pxe:service Registered account 0x2ba6db5c920bf5d06e188f528b4f0ef39ac6eb487de7d2054728b83dc8e54e04
15:18:42 [15:18:42.622]
INFO:
pxe:service Added contract 0773bc56 at 0x278b2e5063754f903d9bc36d453f2d12ce360fbf0b0129228a4b542ac8c30d4c with class 0x042b1804e5cd5e5503268f42e7a58df6518919edb56f01d87ca6084dbc9b9d06
15:18:42 [15:18:42.635]
INFO:
pxe:service Added contract 0b28e363 at 0x24926d1fe1a4b7250d5edf547410502a2ebe7766440f6c4769ae9a93c89a5eca with class 0x07331d799cdd194a94a3c6fcb0f36b643c29936e94938f7062b2efe69eb03e3e
15:18:42 [15:18:42.646]
INFO:
pxe:service Added contract class c4c27b3e with id 0x19def0e2669234c3a385e0bd83804fc23574f90fe6aca44f856c5898224b2845
15:18:42 [15:18:42.655]
INFO:
pxe:service Added contract c4c27b3e at 0x1c2d4d5cd773d2079b8fbf4ab9a93ccaa138559daa99ba9cf5e7652e88acc898 with class 0x19def0e2669234c3a385e0bd83804fc23574f90fe6aca44f856c5898224b2845
15:18:42 [15:18:42.700]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:18:43 [15:18:43.204]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:18:43
PASS src/test/pxe_service.test.ts
15:18:43 PXEService
15:18:43
✓ registers an account and returns it as an account only and not as a recipient (94 ms)
15:18:43
✓ does not throw when registering the same account twice (just ignores the second attempt) (113 ms)
15:18:43
✓ successfully adds a contract (38 ms)
15:18:43
✓ registers a class and adds a contract for it (20 ms)
15:18:43
✓ refuses to register a class with a mismatched address (30 ms)
15:18:43
✓ refuses to register a contract with a class that has not been registered (4 ms)
15:18:43
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
15:18:43
✓ successfully gets a block number (1 ms)
15:18:43
✓ successfully gets node info (1 ms)
15:18:43
✓ throws when submitting a tx with a nullifier of already settled tx (551 ms)
15:18:43
15:18:43
Test Suites: 1 passed, 1 total
15:18:43
Tests: 10 passed, 10 total
15:18:43
Snapshots: 0 total
15:18:43
Time: 4.563 s
15:18:43
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:18:43
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?