Parent Log:
http://ci.aztec-labs.com/7db4c5ee9cc454f8
Command: 4482f7e540fd470f yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ee3655e025191bc85c5b3d3122eeedb44e38ffb2
Env: REF_NAME=gh-readonly-queue/next/pr-15076-60e60f99f2634ad75a76b6e103858ff9ccd041d5 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 19:13:07 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15076_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
19:13:11 [19:13:11.481]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:13:12 [19:13:12.235]
INFO:
pxe:service Started PXE connected to chain 1 version 1
19:13:12 [19:13:12.300]
INFO:
pxe:service Registered account 0x2ffd4d4024c6d1b00aa1ef0ac9c8ae2d87df3b34047a42450f33c6fbfec36c2a
19:13:12 [19:13:12.376]
INFO:
pxe:service Registered account 0x23404b110abcfd23bc0d06fbcc7ffdad3d2685b2c22985f1d60904f66cb161d8
19:13:12 [19:13:12.427]
INFO:
pxe:service Registered account 0x23404b110abcfd23bc0d06fbcc7ffdad3d2685b2c22985f1d60904f66cb161d8
19:13:12 [19:13:12.464]
INFO:
pxe:service Added contract b8eac05d at 0x0a662b133e7946d7d5d8204875f349fa7029eb88ac85e14d355387423a7bc456 with class 0x024148d36924adae13c1bc2c10496429537fdc50b5460ed3bfc47e2df6c63a98
19:13:12 [19:13:12.474]
INFO:
pxe:service Added contract a33161ff at 0x063f2f3df93d40d58af90da6875cc0e6f3a64302bcec4ebd78b64020d3d3f030 with class 0x275d3714677dd10d80415a4cae820ca7ca70ebc17aa2cdfb11429964f41b475c
19:13:12 [19:13:12.486]
INFO:
pxe:service Added contract class 1b4f9f44 with id 0x16621e4fffc0fa7ed6ad043c8c9a50f2da78365e13017cd1b6b280654278a559
19:13:12 [19:13:12.497]
INFO:
pxe:service Added contract 1b4f9f44 at 0x23751195568a54d6c9c2ddf806f0863efba2eeb97de9a9f12bd0640599b97d92 with class 0x16621e4fffc0fa7ed6ad043c8c9a50f2da78365e13017cd1b6b280654278a559
19:13:12 [19:13:12.538]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:13:13 [19:13:13.026]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
19:13:13
PASS src/test/pxe_service.test.ts
19:13:13 PXEService
19:13:13
✓ registers an account and returns it as an account only and not as a recipient (88 ms)
19:13:13
✓ does not throw when registering the same account twice (just ignores the second attempt) (108 ms)
19:13:13
✓ successfully adds a contract (38 ms)
19:13:13
✓ registers a class and adds a contract for it (22 ms)
19:13:13
✓ refuses to register a class with a mismatched address (26 ms)
19:13:13
✓ refuses to register a contract with a class that has not been registered (3 ms)
19:13:13
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
19:13:13
✓ successfully gets a block number
19:13:13
✓ successfully gets node info
19:13:13
✓ throws when submitting a tx with a nullifier of already settled tx (527 ms)
19:13:13
19:13:13
Test Suites: 1 passed, 1 total
19:13:13
Tests: 10 passed, 10 total
19:13:13
Snapshots: 0 total
19:13:13
Time: 4.609 s
19:13:13
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
19:13:13
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?