Parent Log:
http://ci.aztec-labs.com/a1a6cca8389f3fdc
Command: 59d7caa3bc5b3609 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1338cef09c870378254c56748f972ae827c4d482
Env: REF_NAME=gh-readonly-queue/master/pr-14982-dada14e07a974e905ef606b4fac7c777b922587f CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Thu Jun 12 06:51:19 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14982_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_master
06:51:21 [06:51:21.989]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
06:51:22 [06:51:22.558]
INFO:
pxe:service Started PXE connected to chain 1 version 1
06:51:22 [06:51:22.627]
INFO:
pxe:service Registered account 0x0c7d166c6b1652da0fd6329e49cad51a9695594b9ba33d323258a19719339fc5
06:51:22 [06:51:22.701]
INFO:
pxe:service Registered account 0x2e6d50dc1d97cd79feebaca00b35dff68ba87de36f4dc5484838b6ebb97cf193
06:51:22 [06:51:22.751]
INFO:
pxe:service Registered account 0x2e6d50dc1d97cd79feebaca00b35dff68ba87de36f4dc5484838b6ebb97cf193
06:51:22 [06:51:22.779]
INFO:
pxe:service Added contract db230d4a at 0x2b7642542eb824a0cff5be04abd6c7471b58ea05915a32f68bd22a993fd886dd with class 0x08792ec199f30444a0d3a06416cd70a193485c80db54bdfc789b4fb0bb5fbb98
06:51:22 [06:51:22.790]
INFO:
pxe:service Added contract 7ed68354 at 0x1369a5ce55fc74b0174b932657583fcee7e8d7711425bb9943a3832053b5c49c with class 0x0432b3e3cc38d23d03d9dd06b954ead671ad0ce2ab327fe30fa91e9d45221a05
06:51:22 [06:51:22.799]
INFO:
pxe:service Added contract class 81ba4e48 with id 0x17bc9d1304fa9c99199b08822510104e3a3a0a227f4e2fb6cf8aae0b9784c8bf
06:51:22 [06:51:22.807]
INFO:
pxe:service Added contract 81ba4e48 at 0x0c461d81cbbbab378a05ee9fb9eedb7444c8226352a7619d7fcf376799908fd8 with class 0x17bc9d1304fa9c99199b08822510104e3a3a0a227f4e2fb6cf8aae0b9784c8bf
06:51:22 [06:51:22.841]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
06:51:23 [06:51:23.240]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
06:51:23
PASS src/test/pxe_service.test.ts
06:51:23 PXEService
06:51:23
✓ registers an account and returns it as an account only and not as a recipient (90 ms)
06:51:23
✓ does not throw when registering the same account twice (just ignores the second attempt) (103 ms)
06:51:23
✓ successfully adds a contract (37 ms)
06:51:23
✓ registers a class and adds a contract for it (17 ms)
06:51:23
✓ refuses to register a class with a mismatched address (22 ms)
06:51:23
✓ refuses to register a contract with a class that has not been registered (3 ms)
06:51:23
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
06:51:23
✓ successfully gets a block number (1 ms)
06:51:23
✓ successfully gets node info (1 ms)
06:51:23
✓ throws when submitting a tx with a nullifier of already settled tx (427 ms)
06:51:23
06:51:23
Test Suites: 1 passed, 1 total
06:51:23
Tests: 10 passed, 10 total
06:51:23
Snapshots: 0 total
06:51:23
Time: 3.317 s
06:51:23
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
06:51:23
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?