Parent Log:
http://ci.aztec-labs.com/95979217b3f59e6f
Command: 2f76ae4bba915073 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/87c4b689268afecc86ab007c3587e45110daa43d
Env: REF_NAME=gh-readonly-queue/next/pr-15220-282da3bd25d49b92970e6fc85f110092e8566299 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 16:35:00 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15220_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
16:35:04 [16:35:04.637]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:35:05 [16:35:05.337]
INFO:
pxe:service Started PXE connected to chain 1 version 1
16:35:05 [16:35:05.391]
INFO:
pxe:service Registered account 0x00631ac002b8e9d53423fc94ee2ee3937fb95aac0d87fb2ee24deac8e7ae8367
16:35:05 [16:35:05.461]
INFO:
pxe:service Registered account 0x1209be2fc377f624867ad08a57907d780771a67241059bf77c2e53844a07405d
16:35:05 [16:35:05.516]
INFO:
pxe:service Registered account 0x1209be2fc377f624867ad08a57907d780771a67241059bf77c2e53844a07405d
16:35:05 [16:35:05.539]
INFO:
pxe:service Added contract 17640a45 at 0x1c90c32ac8be0d2df9d2a59fcab516c59f74648875a2253982c0f628525c47c0 with class 0x25bd4eb01b242d3d08bfbb1f08ea0535c518613f95314ef80b79e02245571033
16:35:05 [16:35:05.548]
INFO:
pxe:service Added contract efa130a1 at 0x09b85cd13e78139db99de05fed3bd51b5d1365551502673d4eff883f9f28a961 with class 0x11bc9247d47483c9cf717e4b26baead7b27eb492e756d59b337c76c9468c5d7f
16:35:05 [16:35:05.557]
INFO:
pxe:service Added contract class 4292213e with id 0x229aeaa48f7dc5d87bf7beaf73378ce469647483ba1f8ea375f7964acb5e6b0a
16:35:05 [16:35:05.564]
INFO:
pxe:service Added contract 4292213e at 0x121a4f395ab233adb2d330665154163d5654fe91ac0d4e18ad40e0416c78fc0c with class 0x229aeaa48f7dc5d87bf7beaf73378ce469647483ba1f8ea375f7964acb5e6b0a
16:35:05 [16:35:05.619]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
16:35:06 [16:35:06.142]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
16:35:06
PASS src/test/pxe_service.test.ts
16:35:06 PXEService
16:35:06
✓ registers an account and returns it as an account only and not as a recipient (75 ms)
16:35:06
✓ does not throw when registering the same account twice (just ignores the second attempt) (105 ms)
16:35:06
✓ successfully adds a contract (31 ms)
16:35:06
✓ registers a class and adds a contract for it (15 ms)
16:35:06
✓ refuses to register a class with a mismatched address (38 ms)
16:35:06
✓ refuses to register a contract with a class that has not been registered (4 ms)
16:35:06
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
16:35:06
✓ successfully gets a block number (1 ms)
16:35:06
✓ successfully gets node info (1 ms)
16:35:06
✓ throws when submitting a tx with a nullifier of already settled tx (551 ms)
16:35:06
16:35:06
Test Suites: 1 passed, 1 total
16:35:06
Tests: 10 passed, 10 total
16:35:06
Snapshots: 0 total
16:35:06
Time: 4.584 s
16:35:06
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
16:35:06
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?