Parent Log:
http://ci.aztec-labs.com/7b3e6e8a2abdd89b
Command: 9e91553d04f5b22d yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/10badd24359b04680068afd9ca24407383374db1
Env: REF_NAME=gh-readonly-queue/next/pr-15019-7d223783d91db15002a09abc1b52d1455eb3e3da CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 11:10:45 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15019_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
11:10:48 [11:10:48.348]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:10:48 [11:10:48.932]
INFO:
pxe:service Started PXE connected to chain 1 version 1
11:10:48 [11:10:48.982]
INFO:
pxe:service Registered account 0x0c79d9016c4438d8dcafb4b4729d1b8111b379f2fdca5956ac7b0e8358bfedf3
11:10:49 [11:10:49.038]
INFO:
pxe:service Registered account 0x08f359c20283be4b9b7995f81a24f64a53cf0639b732db3a4643e8de797c537a
11:10:49 [11:10:49.096]
INFO:
pxe:service Registered account 0x08f359c20283be4b9b7995f81a24f64a53cf0639b732db3a4643e8de797c537a
11:10:49 [11:10:49.118]
INFO:
pxe:service Added contract c69235aa at 0x176d68c58ce5a2543e7a83416113c1ae4aaaa10d7ddb57a4403f44bb0f4b5410 with class 0x12b8ac3a2147261a4a75788b9270150c158c418d98d1d1d60d2f2f8e7c126d0f
11:10:49 [11:10:49.124]
INFO:
pxe:service Added contract 03afcab1 at 0x26ecdb167783367c0d77ce832411595da8e02a4d0c56ab65c66acf9f7f915a68 with class 0x04b8484a07fe46addbc3286bf0ddac1827616058161943552bf341a7061e41cd
11:10:49 [11:10:49.133]
INFO:
pxe:service Added contract class 6b3c1f52 with id 0x110a283ecb540d5e0e03d0769ba94246faf0a1e0dbda10e9fbb5b800055cf5dd
11:10:49 [11:10:49.142]
INFO:
pxe:service Added contract 6b3c1f52 at 0x1a9447ec21375297fcf48ea07629510025ecd06fdb997cd815a8a926313a98df with class 0x110a283ecb540d5e0e03d0769ba94246faf0a1e0dbda10e9fbb5b800055cf5dd
11:10:49 [11:10:49.182]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
11:10:49 [11:10:49.568]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
11:10:49
PASS src/test/pxe_service.test.ts
11:10:49 PXEService
11:10:49
✓ registers an account and returns it as an account only and not as a recipient (65 ms)
11:10:49
✓ does not throw when registering the same account twice (just ignores the second attempt) (99 ms)
11:10:49
✓ successfully adds a contract (27 ms)
11:10:49
✓ registers a class and adds a contract for it (18 ms)
11:10:49
✓ refuses to register a class with a mismatched address (26 ms)
11:10:49
✓ refuses to register a contract with a class that has not been registered (4 ms)
11:10:49
✓ refuses to register a contract with an artifact with mismatching class id (3 ms)
11:10:49
✓ successfully gets a block number
11:10:49
✓ successfully gets node info (1 ms)
11:10:49
✓ throws when submitting a tx with a nullifier of already settled tx (416 ms)
11:10:49
11:10:49
Test Suites: 1 passed, 1 total
11:10:49
Tests: 10 passed, 10 total
11:10:49
Snapshots: 0 total
11:10:49
Time: 3.124 s
11:10:49
Ran all test suites matching /pxe\/src\/test\/pxe_service.test.ts/i
.
11:10:49
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?