Parent Log:
http://ci.aztec-labs.com/0592da4f2cb67ea9
Command: 411627cf9c043d00 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/721a41c449eb0c4538a26180f6061f326128cf78
Env: REF_NAME=gh-readonly-queue/next/pr-14963-60e60f99f2634ad75a76b6e103858ff9ccd041d5 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 18:41:56 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14963_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
18:42:00 [18:42:00.086]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
18:42:00 [18:42:00.805]
INFO:
pxe:service Started PXE connected to chain 1 version 1
18:42:00 [18:42:00.860]
INFO:
pxe:service Registered account 0x177e0e3eeca3e7322e612dc1c45041764776f7386b13f3d417f3e64b2b499438
18:42:00 [18:42:00.938]
INFO:
pxe:service Registered account 0x1931ee1055b93aae15a2d602f792c471f284370a5dd0eb7b279de28f095c1950
18:42:00 [18:42:00.986]
INFO:
pxe:service Registered account 0x1931ee1055b93aae15a2d602f792c471f284370a5dd0eb7b279de28f095c1950
18:42:01 [18:42:01.009]
INFO:
pxe:service Added contract f5c5d58b at 0x0f180be5080dc0cb25e6a4cf79203ffa0afee8805c363e1a5e0f621aa58e4fd4 with class 0x02ebf654f703cc5122fe6e773e631ce24ffc05a23b2aaae109549722797676e9
18:42:01 [18:42:01.017]
INFO:
pxe:service Added contract 315809a6 at 0x0960dc42892214ac51629c91ade5510c6965fb36c9fcfebe8da78ea3037321aa with class 0x0314505ffad69283b3cba72d61585406e46e94fda1338308b36490a642e6914e
18:42:01 [18:42:01.031]
INFO:
pxe:service Added contract class 9bdbdee3 with id 0x098b36435596798603185cbf089b16173723eb062c3015d0fba86d2fff385e1b
18:42:01 [18:42:01.039]
INFO:
pxe:service Added contract 9bdbdee3 at 0x0f535874e9ef2901b8fad2a7ffe9533ff14a66d771974d01b18c91df2677aa1e with class 0x098b36435596798603185cbf089b16173723eb062c3015d0fba86d2fff385e1b
18:42:01 [18:42:01.082]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
18:42:01 [18:42:01.555]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
18:42:01
PASS src/test/pxe_service.test.ts
18:42:01 PXEService
18:42:01
✓ registers an account and returns it as an account only and not as a recipient (74 ms)
18:42:01
✓ does not throw when registering the same account twice (just ignores the second attempt) (106 ms)
18:42:01
✓ successfully adds a contract (30 ms)
18:42:01
✓ registers a class and adds a contract for it (21 ms)
18:42:01
✓ refuses to register a class with a mismatched address (26 ms)
18:42:01
✓ refuses to register a contract with a class that has not been registered (4 ms)
18:42:01
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
18:42:01
✓ successfully gets a block number (1 ms)
18:42:01
✓ successfully gets node info (1 ms)
18:42:01
✓ throws when submitting a tx with a nullifier of already settled tx (504 ms)
18:42:01
18:42:01
Test Suites: 1 passed, 1 total
18:42:01
Tests: 10 passed, 10 total
18:42:01
Snapshots: 0 total
18:42:01
Time: 4.489 s
18:42:01
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
18:42:01
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?