Parent Log:
http://ci.aztec-labs.com/7d50fe3fd123434b
Command: 9e675ed54321cc5a yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/96a426245731b3f48fcb6dd5e2a683c858706602
Env: REF_NAME=gh-readonly-queue/next/pr-15083-5867520ed258adecfee692b3694d693b2c7964ca CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 21:53:56 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15083_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
21:54:00 [21:54:00.817]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:54:01 [21:54:01.626]
INFO:
pxe:service Started PXE connected to chain 1 version 1
21:54:01 [21:54:01.696]
INFO:
pxe:service Registered account 0x0de96b43d35131ec796f2d644f0776b0013eb87a772d1a1d5851b086262cb9d1
21:54:01 [21:54:01.763]
INFO:
pxe:service Registered account 0x1629d655d4c52842e740a422d418a020b47023e5c481cd648937945f7a34fa8a
21:54:01 [21:54:01.816]
INFO:
pxe:service Registered account 0x1629d655d4c52842e740a422d418a020b47023e5c481cd648937945f7a34fa8a
21:54:01 [21:54:01.841]
INFO:
pxe:service Added contract 4deee145 at 0x1fe6315f4ec585b9675c4b579e1cc6a6feb9ea44696e52e63f11457c8a74ddbc with class 0x001c21e6e7b0226087d3f2039f8026e7e306a9445da6ab4485e6699b9c7275ce
21:54:01 [21:54:01.851]
INFO:
pxe:service Added contract 9afd569a at 0x2944dfe943e8de9d5636e54f785f9c1ca0b6a87d2ccee476faf6f3f7f7e3d566 with class 0x22850edbaece66549b6de09abb0ea34b9b64c0f2366fb6afce76c7327cc68277
21:54:01 [21:54:01.865]
INFO:
pxe:service Added contract class cac6c268 with id 0x091efdba60cb36528fa455e97ed331cf7d1aa00d85ffb2bf213dcaeee36aea47
21:54:01 [21:54:01.878]
INFO:
pxe:service Added contract cac6c268 at 0x0638aefd41aa35b46602d0961fb896ffd431fb2c8c4eb52a9d82f679ecb85637 with class 0x091efdba60cb36528fa455e97ed331cf7d1aa00d85ffb2bf213dcaeee36aea47
21:54:01 [21:54:01.930]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
21:54:02 [21:54:02.432]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
21:54:02
PASS src/test/pxe_service.test.ts
21:54:02 PXEService
21:54:02
✓ registers an account and returns it as an account only and not as a recipient (87 ms)
21:54:02
✓ does not throw when registering the same account twice (just ignores the second attempt) (101 ms)
21:54:02
✓ successfully adds a contract (33 ms)
21:54:02
✓ registers a class and adds a contract for it (28 ms)
21:54:02
✓ refuses to register a class with a mismatched address (38 ms)
21:54:02
✓ refuses to register a contract with a class that has not been registered (4 ms)
21:54:02
✓ refuses to register a contract with an artifact with mismatching class id (2 ms)
21:54:02
✓ successfully gets a block number
21:54:02
✓ successfully gets node info
21:54:02
✓ throws when submitting a tx with a nullifier of already settled tx (539 ms)
21:54:02
21:54:02
Test Suites: 1 passed, 1 total
21:54:02
Tests: 10 passed, 10 total
21:54:02
Snapshots: 0 total
21:54:02
Time: 4.56 s
21:54:02
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
21:54:02
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?