Parent Log:
http://ci.aztec-labs.com/47047f2495987fd4
Command: 0b621446113df0ea yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a16ffcb44336b117d56ec8733e0b8bbfc787edf7
Env: REF_NAME=gh-readonly-queue/next/pr-15187-4608046e462faf9ff3fbee265ba34dbecb5d0b31 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 14:47:11 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
14:47:15 [14:47:15.035]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:15 [14:47:15.830]
INFO:
pxe:service Started PXE connected to chain 1 version 1
14:47:15 [14:47:15.894]
INFO:
pxe:service Registered account 0x0dc4a1cde885976a076ff3c9b2feedfdb48e4bdb2387a5c3753abf22cd0715aa
14:47:15 [14:47:15.955]
INFO:
pxe:service Registered account 0x0bf42284ee1e8025b0fd8b0837ec258232905a528441ed25481ea9bd4e78aeb2
14:47:16 [14:47:16.010]
INFO:
pxe:service Registered account 0x0bf42284ee1e8025b0fd8b0837ec258232905a528441ed25481ea9bd4e78aeb2
14:47:16 [14:47:16.032]
INFO:
pxe:service Added contract 51503047 at 0x07d5b21988d899f7c152a9861ea895519b5246d1ce9e3c7c5aa55883550349ff with class 0x0012650187167f99cff1aee686516c7a0b6852479f63aff5e4d3b198bbd2e81c
14:47:16 [14:47:16.042]
INFO:
pxe:service Added contract c337e68c at 0x1997d58b4d1c50f7309881283191919630cbacee9120fc7f490a89fd46e1510c with class 0x24be058d9e788d833840a91936d4cd4121b00f712122d1ade9fa9fb6d58bb146
14:47:16 [14:47:16.051]
INFO:
pxe:service Added contract class c00a1283 with id 0x298b410a708fcf7827f3f5919d2b203d80b011da44352ef69c29925c7b4d1667
14:47:16 [14:47:16.062]
INFO:
pxe:service Added contract c00a1283 at 0x06d9425f0118fbf6c3ec2ced600ca20631b13edc6da74756f40ccca061d6b84e with class 0x298b410a708fcf7827f3f5919d2b203d80b011da44352ef69c29925c7b4d1667
14:47:16 [14:47:16.113]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
14:47:16 [14:47:16.594]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
14:47:16
PASS src/test/pxe_service.test.ts
14:47:16 PXEService
14:47:16
✓ registers an account and returns it as an account only and not as a recipient (79 ms)
14:47:16
✓ does not throw when registering the same account twice (just ignores the second attempt) (101 ms)
14:47:16
✓ successfully adds a contract (31 ms)
14:47:16
✓ registers a class and adds a contract for it (20 ms)
14:47:16
✓ refuses to register a class with a mismatched address (34 ms)
14:47:16
✓ refuses to register a contract with a class that has not been registered (4 ms)
14:47:16
✓ refuses to register a contract with an artifact with mismatching class id (5 ms)
14:47:16
✓ successfully gets a block number (1 ms)
14:47:16
✓ successfully gets node info (2 ms)
14:47:16
✓ throws when submitting a tx with a nullifier of already settled tx (522 ms)
14:47:16
14:47:16
Test Suites: 1 passed, 1 total
14:47:16
Tests: 10 passed, 10 total
14:47:16
Snapshots: 0 total
14:47:16
Time: 4.469 s
14:47:16
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
14:47:16
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?