Parent Log:
http://ci.aztec-labs.com/20565fb19cf53bed
Command: 557c108a8ed544a3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069
Env: REF_NAME=gh-readonly-queue/next/pr-15116-433ba6218aed45169029991a493e4232b30b8ec6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 20:30:52 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15116_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
20:30:56 [20:30:56.071]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:30:56 [20:30:56.849]
INFO:
pxe:service Started PXE connected to chain 1 version 1
20:30:56 [20:30:56.902]
INFO:
pxe:service Registered account 0x2a07e6fb905a0654cec912dcd46a089acdc771681333ace31756e60106f3a734
20:30:56 [20:30:56.976]
INFO:
pxe:service Registered account 0x0665ffdb3bc15b8ce5ff25e3cbc2ff46735fe1e44e2930011a214253b3e2d334
20:30:57 [20:30:57.024]
INFO:
pxe:service Registered account 0x0665ffdb3bc15b8ce5ff25e3cbc2ff46735fe1e44e2930011a214253b3e2d334
20:30:57 [20:30:57.047]
INFO:
pxe:service Added contract 28c3ac9d at 0x303e4432ad77b761bb455d8b5e3abaff06c928cd225b70af7ad5c93a4391ac4f with class 0x02e669cf9c963c41992dd535f739335d3235e5c6953000ee33f3b28a564828f5
20:30:57 [20:30:57.057]
INFO:
pxe:service Added contract 2775d4d5 at 0x0aaf11e4b7fabb333de6217988981b85d015a0bf00880e787943c63bdca0e706 with class 0x13607dd6cac1e2dbdd299737b21b05353c591907f8fe584db4b42d2b61d31d04
20:30:57 [20:30:57.068]
INFO:
pxe:service Added contract class 4caf3517 with id 0x0118815a49b0b0f06356600752d6827530e15b3776088560485791e5924e365c
20:30:57 [20:30:57.080]
INFO:
pxe:service Added contract 4caf3517 at 0x0cdaa102637b98cf89e9ac0d222833a8b1a14851ffaaff43e11d0a988c297c94 with class 0x0118815a49b0b0f06356600752d6827530e15b3776088560485791e5924e365c
20:30:57 [20:30:57.134]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
20:30:57 [20:30:57.605]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
20:30:57
PASS src/test/pxe_service.test.ts
20:30:57 PXEService
20:30:57
✓ registers an account and returns it as an account only and not as a recipient (70 ms)
20:30:57
✓ does not throw when registering the same account twice (just ignores the second attempt) (104 ms)
20:30:57
✓ successfully adds a contract (33 ms)
20:30:57
✓ registers a class and adds a contract for it (23 ms)
20:30:57
✓ refuses to register a class with a mismatched address (37 ms)
20:30:57
✓ refuses to register a contract with a class that has not been registered (5 ms)
20:30:57
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
20:30:57
✓ successfully gets a block number (1 ms)
20:30:57
✓ successfully gets node info (1 ms)
20:30:57
✓ throws when submitting a tx with a nullifier of already settled tx (509 ms)
20:30:57
20:30:57
Test Suites: 1 passed, 1 total
20:30:57
Tests: 10 passed, 10 total
20:30:57
Snapshots: 0 total
20:30:57
Time: 4.668 s
20:30:57
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
20:30:57
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?