Parent Log:
http://ci.aztec-labs.com/fcec035fcb93a883
Command: bdef8c432fe28910 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a9f91dd1e5946aecfeb192ce869eb3e8eca2742e
Env: REF_NAME=gh-readonly-queue/next/pr-15099-a48851a8c6884f4b9615a154f8862a549722d25e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 12:34:05 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15099_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
12:34:09 [12:34:09.138]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:34:09 [12:34:09.891]
INFO:
pxe:service Started PXE connected to chain 1 version 1
12:34:09 [12:34:09.952]
INFO:
pxe:service Registered account 0x05334c392f5d8c0271436fda42159e004efd4191c5a89f2d1de252355496e15b
12:34:10 [12:34:10.030]
INFO:
pxe:service Registered account 0x19d648a3e30232b53cd932aa226dcc7c66bc9ad2985f35994381136e383724e3
12:34:10 [12:34:10.082]
INFO:
pxe:service Registered account 0x19d648a3e30232b53cd932aa226dcc7c66bc9ad2985f35994381136e383724e3
12:34:10 [12:34:10.107]
INFO:
pxe:service Added contract 20ac6a4c at 0x16f3136a87ac0a690710a5e32bd9b123201ad1a691eaec0ae5217e25aa33dcbc with class 0x2f7d4e0398cb7f3f8815e999e0266ada22765dd137549da89017fdfa9113521d
12:34:10 [12:34:10.116]
INFO:
pxe:service Added contract b76bc2b0 at 0x1fd4ed5e598dc78c64ecd94d9682105e77f3963a5afde8275a1528f7eddd7665 with class 0x1221f2e153355ea7bb26e97c038b76032274baaa1d5ac3c5386dd90352b69cc0
12:34:10 [12:34:10.127]
INFO:
pxe:service Added contract class 93183cd0 with id 0x24ab276d271af9d748e0af66c2fb863ef7f00e837186c5eaa611073e37e2b072
12:34:10 [12:34:10.135]
INFO:
pxe:service Added contract 93183cd0 at 0x0d43b965cecbf8a8c7c1ff8e3728afa1a071196264b20e3a226231d69a34cda6 with class 0x24ab276d271af9d748e0af66c2fb863ef7f00e837186c5eaa611073e37e2b072
12:34:10 [12:34:10.185]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:34:10 [12:34:10.717]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
12:34:10
PASS src/test/pxe_service.test.ts
12:34:10 PXEService
12:34:10
✓ registers an account and returns it as an account only and not as a recipient (94 ms)
12:34:10
✓ does not throw when registering the same account twice (just ignores the second attempt) (100 ms)
12:34:10
✓ successfully adds a contract (31 ms)
12:34:10
✓ registers a class and adds a contract for it (17 ms)
12:34:10
✓ refuses to register a class with a mismatched address (34 ms)
12:34:10
✓ refuses to register a contract with a class that has not been registered (5 ms)
12:34:10
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
12:34:10
✓ successfully gets a block number (1 ms)
12:34:10
✓ successfully gets node info (1 ms)
12:34:10
✓ throws when submitting a tx with a nullifier of already settled tx (571 ms)
12:34:10
12:34:10
Test Suites: 1 passed, 1 total
12:34:10
Tests: 10 passed, 10 total
12:34:10
Snapshots: 0 total
12:34:10
Time: 4.576 s
12:34:10
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
12:34:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?