Parent Log:
http://ci.aztec-labs.com/d1c9fc644e1107b2
Command: dc9591c437eedcb5 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/42440bd429a3b283b3a344db0be4652d818bd261
Env: REF_NAME=gh-readonly-queue/next/pr-15046-2469b5f1633350f6be15733c04242af1cdc98227 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 19:50:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15046_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
19:50:24 [19:50:24.575]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:50:25 [19:50:25.308]
INFO:
pxe:service Started PXE connected to chain 1 version 1
19:50:25 [19:50:25.361]
INFO:
pxe:service Registered account 0x1dad2d806cd1cb25907a60211522e145f5852bebaf3f3c6ce1fee4b371554b6a
19:50:25 [19:50:25.420]
INFO:
pxe:service Registered account 0x2b655f5c9d9976c614e170353035b02f0801135c8163dbff6ce424302ac9bc88
19:50:25 [19:50:25.471]
INFO:
pxe:service Registered account 0x2b655f5c9d9976c614e170353035b02f0801135c8163dbff6ce424302ac9bc88
19:50:25 [19:50:25.492]
INFO:
pxe:service Added contract 25e2c309 at 0x29f30a548a24f64cd9f08bd5454b785470e7cc63125b09e8390a7b404be81256 with class 0x0bb922683a66df283d3274c3503813235d1ba10d34d2456f229bd007f471e891
19:50:25 [19:50:25.503]
INFO:
pxe:service Added contract 649136b2 at 0x17e84bb9d1bf725c62da9adc79dd94b33fe810cae9003888f9ad9d172812e710 with class 0x1d913f93777862c4a1655c5fc68802554148fcb1f5c0dfda83b674119a301cd3
19:50:25 [19:50:25.516]
INFO:
pxe:service Added contract class c931114e with id 0x033ff3138025bc6ef44ec22033e8a3e9f5ce97d8942271e29f8e928eef10dd4d
19:50:25 [19:50:25.530]
INFO:
pxe:service Added contract c931114e at 0x27e7cc244c33e906f3f855b71c4ef40ab96b9948db8c1a43ef2aba37febe3b2c with class 0x033ff3138025bc6ef44ec22033e8a3e9f5ce97d8942271e29f8e928eef10dd4d
19:50:25 [19:50:25.590]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
19:50:26 [19:50:26.013]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
19:50:26
PASS src/test/pxe_service.test.ts
19:50:26 PXEService
19:50:26
✓ registers an account and returns it as an account only and not as a recipient (68 ms)
19:50:26
✓ does not throw when registering the same account twice (just ignores the second attempt) (94 ms)
19:50:26
✓ successfully adds a contract (32 ms)
19:50:26
✓ registers a class and adds a contract for it (27 ms)
19:50:26
✓ refuses to register a class with a mismatched address (40 ms)
19:50:26
✓ refuses to register a contract with a class that has not been registered (5 ms)
19:50:26
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
19:50:26
✓ successfully gets a block number (1 ms)
19:50:26
✓ successfully gets node info (1 ms)
19:50:26
✓ throws when submitting a tx with a nullifier of already settled tx (451 ms)
19:50:26
19:50:26
Test Suites: 1 passed, 1 total
19:50:26
Tests: 10 passed, 10 total
19:50:26
Snapshots: 0 total
19:50:26
Time: 4.526 s
19:50:26
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
19:50:26
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?