Parent Log:
http://ci.aztec-labs.com/da84e1400af72320
Command: 84c999e211bb73e4:ISOLATE=1:NAME=p2p/src/mem_pools/attestation_pool/kv_attestation_pool.test.ts yarn-project/scripts/run_test.sh p2p/src/mem_pools/attestation_pool/kv_attestation_pool.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3863bc02d671057d0cffd4ced17ca317788ff190
Env: REF_NAME=gh-readonly-queue/staging/pr-15238-db396f13b7ef374a230174bdc4078d9fbb3c788a CURRENT_VERSION=1.0.0 CI_FULL=1
Date: Tue Jun 24 12:12:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15238_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_89058aa205069db6_staging
12:12:08 +++ id -u
12:12:08 +++ id -g
12:12:08 ++ docker run -d --name p2p_src_mem_pools_attestation_pool_kv_attestation_pool.test.ts --net=none --cpuset-cpus=0-127 --cpus=2 --memory=8g --user 1000:1000 -v/home/aztec-dev:/home/aztec-dev --mount type=tmpfs,target=/tmp,tmpfs-size=1g --workdir /home/aztec-dev/aztec-packages -e HOME -e VERBOSE -e GIT_CONFIG_GLOBAL=/home/aztec-dev/aztec-packages/build-images/src/home/.gitconfig -e FORCE_COLOR=true -e CPUS -e MEM aztecprotocol/build:3.0 /bin/bash -c 'timeout -v 600s bash -c '\''yarn-project/scripts/run_test.sh p2p/src/mem_pools/attestation_pool/kv_attestation_pool.test.ts'\'''
12:12:08 + cid=0f28fd3ca229db21dff66d3b4b06d2aab706b32baaf004fb4b38041ca7cf38f6
12:12:08 + set +x
12:12:13 [12:12:13.272]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:13 [12:12:13.462]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:13 [12:12:13.515]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:13 [12:12:13.567]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:13 [12:12:13.639]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:13 [12:12:13.703]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:13 [12:12:13.754]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:13 [12:12:13.859]
INFO:
kv-store:lmdb-v2:test Starting data store with maxReaders 16
12:12:14
PASS src/mem_pools/attestation_pool/kv_attestation_pool.test.ts
12:12:14 KV Attestation Pool
12:12:14
✓ should add attestations to pool (214 ms)
12:12:14
✓ should handle duplicate proposals in a slot (52 ms)
12:12:14
✓ should store attestations by differing slot (52 ms)
12:12:14
✓ should store attestations by differing slot and archive (70 ms)
12:12:14
✓ should delete attestations (63 ms)
12:12:14
✓ should blanket delete attestations per slot (50 ms)
12:12:14
✓ should blanket delete attestations per slot and proposal (100 ms)
12:12:14
✓ should delete attestations older than a given slot (225 ms)
12:12:14
12:12:14
Test Suites: 1 passed, 1 total
12:12:14
Tests: 8 passed, 8 total
12:12:14
Snapshots: 0 total
12:12:14
Time: 4.033 s
12:12:14
Ran all test suites matching p2p/src/mem_pools/attestation_pool/kv_attestation_pool.test.ts
.
12:12:14
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?