Parent Log:
http://ci.aztec-labs.com/c3dce723e533e8b6
Command: ed996b4a4522d156 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6e2955d0d2cd7db82346ef547a4d19b57116ecb4
Env: REF_NAME=gh-readonly-queue/next/pr-15120-3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 22:17:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15120_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
22:17:58 [22:17:58.581]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
22:17:59 [22:17:59.390]
INFO:
pxe:service Started PXE connected to chain 1 version 1
22:17:59 [22:17:59.448]
INFO:
pxe:service Registered account 0x0d97235a5a87b690ae7875985447a321aa32a6d514f25fa7ed2d83f904bbb181
22:17:59 [22:17:59.517]
INFO:
pxe:service Registered account 0x09ef77f7fce258f3efb4e903ef4153c6fbbad4689385bf19ca59486c9d1bc6ac
22:17:59 [22:17:59.573]
INFO:
pxe:service Registered account 0x09ef77f7fce258f3efb4e903ef4153c6fbbad4689385bf19ca59486c9d1bc6ac
22:17:59 [22:17:59.601]
INFO:
pxe:service Added contract 11b8397d at 0x1a4557aa9ba950e714ed1f63f828fbf90ceaae921e0d8ed05691ad5d73d04a7d with class 0x1f80840c5fd6c439f667b9be0eed42a80f1ea20002bdab74a98dffc9157eaf90
22:17:59 [22:17:59.611]
INFO:
pxe:service Added contract e13e0be2 at 0x07ebae4878f8f9675a950e9a7778b5c89ddfbb31ad9259cae1ccf73bfb93ce4d with class 0x20d301b983b9a150052eb2bcaa5492456cac9aafd560817bc7139085374ecb86
22:17:59 [22:17:59.624]
INFO:
pxe:service Added contract class 649fde62 with id 0x0c1433ae0d9d592f017852a643b2b5bdbab9634b4719d6bbd34e0216fd1c168c
22:17:59 [22:17:59.637]
INFO:
pxe:service Added contract 649fde62 at 0x12607a6fa01653a326119526a6a9581931802b7891e8b1605b9a8188c54b43d2 with class 0x0c1433ae0d9d592f017852a643b2b5bdbab9634b4719d6bbd34e0216fd1c168c
22:17:59 [22:17:59.695]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
22:18:00 [22:18:00.281]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
22:18:00
PASS src/test/pxe_service.test.ts
22:18:00 PXEService
22:18:00
✓ registers an account and returns it as an account only and not as a recipient (80 ms)
22:18:00
✓ does not throw when registering the same account twice (just ignores the second attempt) (106 ms)
22:18:00
✓ successfully adds a contract (33 ms)
22:18:00
✓ registers a class and adds a contract for it (27 ms)
22:18:00
✓ refuses to register a class with a mismatched address (40 ms)
22:18:00
✓ refuses to register a contract with a class that has not been registered (5 ms)
22:18:00
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
22:18:00
✓ successfully gets a block number (1 ms)
22:18:00
✓ successfully gets node info (2 ms)
22:18:00
✓ throws when submitting a tx with a nullifier of already settled tx (628 ms)
22:18:00
22:18:00
Test Suites: 1 passed, 1 total
22:18:00
Tests: 10 passed, 10 total
22:18:00
Snapshots: 0 total
22:18:00
Time: 4.768 s
22:18:00
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
22:18:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?