Parent Log:
http://ci.aztec-labs.com/f1633612d470dd0c
Command: 430b662d7e79c93b yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04760775ac41c49f04129b978fde906271954e3a
Env: REF_NAME=gh-readonly-queue/next/pr-15067-b70544b6d50e3ecb6598361f1990bd51745c7b55 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 23:20:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15067_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
23:20:58 [23:20:58.775]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:20:59 [23:20:59.629]
INFO:
pxe:service Started PXE connected to chain 1 version 1
23:20:59 [23:20:59.680]
INFO:
pxe:service Registered account 0x1d7aa3a4f2db2327ae2e3a59930ba2f40972988b21cb48ddb05229c029c1bb7c
23:20:59 [23:20:59.751]
INFO:
pxe:service Registered account 0x296c8e44f936b6842e9e17462701bdfb3a5e27b22e7ad28ac87422f32ae8081a
23:20:59 [23:20:59.803]
INFO:
pxe:service Registered account 0x296c8e44f936b6842e9e17462701bdfb3a5e27b22e7ad28ac87422f32ae8081a
23:20:59 [23:20:59.830]
INFO:
pxe:service Added contract 2023761e at 0x2750c45bd4b6be65f2d23b20eb4706ec563946fdd567f1620e7dd7b9640e36c8 with class 0x24e1dec904a9157be0254b26bab990cf6a717f511d3c46da64a031a8bae37076
23:20:59 [23:20:59.846]
INFO:
pxe:service Added contract bffb607e at 0x21c124dbb86266ad7204749fb97c38217ad502076f8a9316ee3bdcad24f9fb2e with class 0x2e317493462cd0f8ac0cd74b45822d163a6790d710cabe564d8ca616920fd8a1
23:20:59 [23:20:59.860]
INFO:
pxe:service Added contract class 421e74ca with id 0x18a747809ab2a00fcbff2abb458a82b1527c1e0d47fe15de96ab21bd5fd27d32
23:20:59 [23:20:59.869]
INFO:
pxe:service Added contract 421e74ca at 0x0735fc734fa9d21330c3e5d35cf95452ae2925510c6a8aa8f4639789505d64c8 with class 0x18a747809ab2a00fcbff2abb458a82b1527c1e0d47fe15de96ab21bd5fd27d32
23:20:59 [23:20:59.926]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
23:21:00 [23:21:00.402]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
23:21:00
PASS src/test/pxe_service.test.ts
23:21:00 PXEService
23:21:00
✓ registers an account and returns it as an account only and not as a recipient (71 ms)
23:21:00
✓ does not throw when registering the same account twice (just ignores the second attempt) (104 ms)
23:21:00
✓ successfully adds a contract (43 ms)
23:21:00
✓ registers a class and adds a contract for it (22 ms)
23:21:00
✓ refuses to register a class with a mismatched address (36 ms)
23:21:00
✓ refuses to register a contract with a class that has not been registered (5 ms)
23:21:00
✓ refuses to register a contract with an artifact with mismatching class id (6 ms)
23:21:00
✓ successfully gets a block number (1 ms)
23:21:00
✓ successfully gets node info (1 ms)
23:21:00
✓ throws when submitting a tx with a nullifier of already settled tx (516 ms)
23:21:00
23:21:00
Test Suites: 1 passed, 1 total
23:21:00
Tests: 10 passed, 10 total
23:21:00
Snapshots: 0 total
23:21:00
Time: 4.817 s
23:21:00
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
23:21:00
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?