Parent Log:
http://ci.aztec-labs.com/bbf582f0608bb8c1
Command: b5d029682575c433 yarn-project/scripts/run_test.sh pxe/src/test/pxe_service.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fa4d5ef48c8de52059b5658bbd42e4514386f7db
Env: REF_NAME=gh-readonly-queue/next/pr-15073-5ca43853c40a2b8bfbc2148d5fdd46c6f82a74eb CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 15:32:45 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15073_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_bdae7643610b39b9_next
15:32:49 [15:32:49.136]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:32:49 [15:32:49.915]
INFO:
pxe:service Started PXE connected to chain 1 version 1
15:32:49 [15:32:49.973]
INFO:
pxe:service Registered account 0x1c836b80a37ef8bc59d08d00e7b0a560b16f5269c7ecc59e1185315f9c8c4109
15:32:50 [15:32:50.049]
INFO:
pxe:service Registered account 0x07b26ddad0f64fcec6f67aca89834cb6edbc5286c6463ecdbafd218b2e8c36ce
15:32:50 [15:32:50.112]
INFO:
pxe:service Registered account 0x07b26ddad0f64fcec6f67aca89834cb6edbc5286c6463ecdbafd218b2e8c36ce
15:32:50 [15:32:50.133]
INFO:
pxe:service Added contract 44f2fb2c at 0x07f08ad9913598d2010a1e588d3eec0406dd97c9f485b9fba8faa92640b76461 with class 0x094a751a364c373fe5e7f2785a97b8e3fc69348aa1db15d24c8aa968e372efc9
15:32:50 [15:32:50.141]
INFO:
pxe:service Added contract d793bf17 at 0x0a5a0079f75965f7aa47df18f5506fd8211bbd18bb4a04eb05c2a3c902502a85 with class 0x03decb777709393ae2818bdc0c116352027e71a9acbca8b75c88b3a83fbb1f7d
15:32:50 [15:32:50.151]
INFO:
pxe:service Added contract class ec4c367a with id 0x2d621b73b25b3a1d8d53115870ddfb1bc16dc510846fa01be919050e44f68c0b
15:32:50 [15:32:50.164]
INFO:
pxe:service Added contract ec4c367a at 0x07bd9533fe0dd6fbb795ab011c5e8777b4abbd7c4233cc148454cca59690634f with class 0x2d621b73b25b3a1d8d53115870ddfb1bc16dc510846fa01be919050e44f68c0b
15:32:50 [15:32:50.213]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
15:32:50 [15:32:50.718]
INFO:
pxe:service Started PXE connected to chain undefined version undefined
15:32:50
PASS src/test/pxe_service.test.ts
15:32:50 PXEService
15:32:50
✓ registers an account and returns it as an account only and not as a recipient (79 ms)
15:32:50
✓ does not throw when registering the same account twice (just ignores the second attempt) (118 ms)
15:32:50
✓ successfully adds a contract (28 ms)
15:32:50
✓ registers a class and adds a contract for it (24 ms)
15:32:50
✓ refuses to register a class with a mismatched address (31 ms)
15:32:50
✓ refuses to register a contract with a class that has not been registered (3 ms)
15:32:50
✓ refuses to register a contract with an artifact with mismatching class id (4 ms)
15:32:50
✓ successfully gets a block number (1 ms)
15:32:50
✓ successfully gets node info (1 ms)
15:32:50
✓ throws when submitting a tx with a nullifier of already settled tx (536 ms)
15:32:50
15:32:50
Test Suites: 1 passed, 1 total
15:32:50
Tests: 10 passed, 10 total
15:32:50
Snapshots: 0 total
15:32:50
Time: 4.697 s
15:32:50
Ran all test suites matching pxe/src/test/pxe_service.test.ts
.
15:32:50
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?