Parent Log:
http://ci.aztec-labs.com/211a9fb93ab8be76
Command: 26102936e69ab88b yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/b1b65bcdbd44a49fbebe5d2265256dc9466e92be
Env: REF_NAME=gh-readonly-queue/master/pr-15044-267ac35e8ccb487bdc79bbe12d428f4c8b4d4d9f CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Fri Jun 13 16:24:04 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15044_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master
16:24:07 [16:24:07.501]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:24:08 [16:24:08.119]
INFO:
pxe:service Started PXE connected to chain 1 version 1
16:24:08 [16:24:08.178]
INFO:
pxe:service Registered account 0x233db2977d3127970b03bd3a1cba7412c230385e9153867a20a56ab6d6c0ef0b
16:24:08 [16:24:08.248]
INFO:
pxe:service Registered account 0x170043f3048d6b498c5c08544b4d0610542ba97a647da092b69018751500bc04
16:24:08 [16:24:08.296]
INFO:
pxe:service Registered account 0x170043f3048d6b498c5c08544b4d0610542ba97a647da092b69018751500bc04
16:24:08 [16:24:08.314]
INFO:
pxe:service Added contract 9e3f3804 at 0x0421755d2e5d17befc022dbd99012e01fed88a3220cd1a7157ff65f2180a1ac2 with class 0x09c6cb683d053892cf8164e2a7548a848a37fb0e40bf9f95b3c03f784ef4af7a
16:24:08 [16:24:08.321]
INFO:
pxe:service Added contract 172d6c23 at 0x07238fa8d21373abdf295985d6289c5e2d2065e089baaf6978770f542ca874e8 with class 0x29b320106809a5c8e9f912f57c3239e12a8a19d205bdf474552d623abf2a5f7e
16:24:08 [16:24:08.329]
INFO:
pxe:service Added contract class 7e37c7ee with id 0x1f1b454a3e67a017be30045c9fef448e11d9fe67fb56db14f6e60a11d7a77da6
16:24:08 [16:24:08.338]
INFO:
pxe:service Added contract 7e37c7ee at 0x172762b8d85d816ee421e07a0c71890bbe075549c66594a3d75571d6414bee89 with class 0x1f1b454a3e67a017be30045c9fef448e11d9fe67fb56db14f6e60a11d7a77da6
16:24:08 [16:24:08.378]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:24:08 [16:24:08.707]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
16:24:08
PASS src/test/pxe_service.test.ts
16:24:08 PXEService
16:24:08
✓ registers an account and returns it as an account only and not as a recipient (80 ms)
16:24:08
✓ does not throw when registering the same account twice (just ignores the second attempt) (98 ms)
16:24:08
✓ successfully adds a contract (24 ms)
16:24:08
✓ registers a class and adds a contract for it (18 ms)
16:24:08
✓ refuses to register a class with a mismatched address (27 ms)
16:24:08
✓ refuses to register a contract with a class that has not been registered (4 ms)
16:24:08
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
16:24:08
✓ successfully gets a block number (1 ms)
16:24:08
✓ successfully gets node info (1 ms)
16:24:08
✓ throws when submitting a tx with a nullifier of already settled tx (357 ms)
16:24:08
16:24:08
Test Suites: 1 passed, 1 total
16:24:08
Tests: 10 passed, 10 total
16:24:08
Snapshots: 0 total
16:24:08
Time: 3.495 s
16:24:08
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
16:24:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?