Parent Log:
http://ci.aztec-labs.com/555df5eadc506a3a
Command: 3b26b88555004035 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9cf4a24266245fa3ca003adb00e8ae759880c107
Env: REF_NAME=gh-readonly-queue/next/pr-14963-eeab628a4e44477cb6796c5a461ee0c0bb332d75 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 17:10:18 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14963_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
17:10:22 [17:10:22.848]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:10:23 [17:10:23.587]
INFO:
pxe:service Started PXE connected to chain 1 version 1
17:10:23 [17:10:23.647]
INFO:
pxe:service Registered account 0x2c7badcda59f34f30169f2fead8b793a38c6e2302aaee69d0a3602031df3ff3d
17:10:23 [17:10:23.709]
INFO:
pxe:service Registered account 0x11b70be56b0cc1ecdf7dc630fe5e8d1c4327c54495bc6eb16878e0b7932e927e
17:10:23 [17:10:23.756]
INFO:
pxe:service Registered account 0x11b70be56b0cc1ecdf7dc630fe5e8d1c4327c54495bc6eb16878e0b7932e927e
17:10:23 [17:10:23.777]
INFO:
pxe:service Added contract 4df5fe28 at 0x13fa06882cd01058e25fe67b9bf03b7314439bb97bb3e37b60311b3ba002215c with class 0x248c313f53c4acf329b1cdfa3fff019a61dac508b516a321408a9777b8e3f8b3
17:10:23 [17:10:23.785]
INFO:
pxe:service Added contract 3e15507a at 0x0a31ee2880a9ce23484bb38b80d6e615ee191a8a85f313fb0606d4b482f95784 with class 0x2435351c5e1d074d555769934fd4b247a6b6ee1004fba9383c6060cb6e92145d
17:10:23 [17:10:23.796]
INFO:
pxe:service Added contract class a860ea7b with id 0x2116733792912a1ea40a00ce57ea586120a26495c291ee4be38a04d50d9601af
17:10:23 [17:10:23.807]
INFO:
pxe:service Added contract a860ea7b at 0x07ae9aa827a85f69cb49193a42b4d6eb035d356864b2f1549d14a5a4f0fb1126 with class 0x2116733792912a1ea40a00ce57ea586120a26495c291ee4be38a04d50d9601af
17:10:23 [17:10:23.862]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
17:10:24 [17:10:24.295]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
17:10:24
PASS src/test/pxe_service.test.ts
17:10:24 PXEService
17:10:24
✓ registers an account and returns it as an account only and not as a recipient (79 ms)
17:10:24
✓ does not throw when registering the same account twice (just ignores the second attempt) (90 ms)
17:10:24
✓ successfully adds a contract (29 ms)
17:10:24
✓ registers a class and adds a contract for it (23 ms)
17:10:24
✓ refuses to register a class with a mismatched address (36 ms)
17:10:24
✓ refuses to register a contract with a class that has not been registered (4 ms)
17:10:24
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
17:10:24
✓ successfully gets a block number (1 ms)
17:10:24
✓ successfully gets node info (1 ms)
17:10:24
✓ throws when submitting a tx with a nullifier of already settled tx (461 ms)
17:10:24
17:10:24
Test Suites: 1 passed, 1 total
17:10:24
Tests: 10 passed, 10 total
17:10:24
Snapshots: 0 total
17:10:24
Time: 4.49 s
17:10:24
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
17:10:24
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?