Parent Log:
http://ci.aztec-labs.com/eda4631db5f1be53
Command: 3f3f0297af73ccd3 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fc2e1be700f4d9d89e81de0b0735a96d9e2688fc
Env: REF_NAME=gh-readonly-queue/next/pr-15176-9164f0ea2d1bd891bbde066fe27f2239188ddec9 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 11:27:22 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15176_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
11:27:26 [11:27:26.215]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:27:27 [11:27:27.025]
INFO:
pxe:service Started PXE connected to chain 1 version 1
11:27:27 [11:27:27.089]
INFO:
pxe:service Registered account 0x11026101cadc56a451c2f8ca4477db91f0b8e5b440e08e3084c1c6c0a813e763
11:27:27 [11:27:27.157]
INFO:
pxe:service Registered account 0x22dfe9f97059a3d6919960781973b48672cb644284d686f28aea2e4280895adb
11:27:27 [11:27:27.213]
INFO:
pxe:service Registered account 0x22dfe9f97059a3d6919960781973b48672cb644284d686f28aea2e4280895adb
11:27:27 [11:27:27.240]
INFO:
pxe:service Added contract c2c7bd09 at 0x25f76af3a3f4f31ade504b3ec93fc6cd66f043b24910bd8412ec6802c3fad121 with class 0x0d79da56954deb3d3370d4c1bb690d8da1db4f3a6df9662facd7116e4dc6d262
11:27:27 [11:27:27.250]
INFO:
pxe:service Added contract c77dc45f at 0x291bbb8970008a9cddb47e521f856bfdb7071c0b604ca4c889eded8732fba04b with class 0x01797d6ec516a7020ca3df74eee64d848f032938c05509a4cea9f02ca7b2022a
11:27:27 [11:27:27.262]
INFO:
pxe:service Added contract class 7e3eeba0 with id 0x0cea0ddbe7fb0fc6dfc0c513af2346ec7eb12db6e361ef113eeaeb7296355418
11:27:27 [11:27:27.270]
INFO:
pxe:service Added contract 7e3eeba0 at 0x2f854edce5d8d5110a1aac8ce1b545b3599ed38eed254021e8cdd1c1a4b64a0e with class 0x0cea0ddbe7fb0fc6dfc0c513af2346ec7eb12db6e361ef113eeaeb7296355418
11:27:27 [11:27:27.316]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:27:27 [11:27:27.843]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
11:27:27
PASS src/test/pxe_service.test.ts
11:27:27 PXEService
11:27:27
✓ registers an account and returns it as an account only and not as a recipient (80 ms)
11:27:27
✓ does not throw when registering the same account twice (just ignores the second attempt) (110 ms)
11:27:27
✓ successfully adds a contract (35 ms)
11:27:27
✓ registers a class and adds a contract for it (18 ms)
11:27:27
✓ refuses to register a class with a mismatched address (31 ms)
11:27:27
✓ refuses to register a contract with a class that has not been registered (4 ms)
11:27:27
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
11:27:27
✓ successfully gets a block number (1 ms)
11:27:27
✓ successfully gets node info (1 ms)
11:27:27
✓ throws when submitting a tx with a nullifier of already settled tx (564 ms)
11:27:27
11:27:27
Test Suites: 1 passed, 1 total
11:27:27
Tests: 10 passed, 10 total
11:27:27
Snapshots: 0 total
11:27:27
Time: 4.532 s
11:27:27
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
11:27:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?