Parent Log:
http://ci.aztec-labs.com/1a7dfd6c5ccbf0af
Command: 8d877b6d7ad6abfd:ISOLATE=1:NAME=p2p/src/mem_pools/tx_pool/memory_tx_pool.test.ts yarn-project/scripts/run_test.sh p2p/src/mem_pools/tx_pool/memory_tx_pool.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/517501b8b3c82d562e946c782c8fe75426951f62
Env: REF_NAME=gh-readonly-queue/next/pr-15016-a8c553f203c98e5ca274e763c8e51daaaaf760d6 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 09:55:55 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15016_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_50bd1887fc3973f4_next
09:55:55 +++ id -u
09:55:55 +++ id -g
09:55:55 ++ docker run -d --name p2p_src_mem_pools_tx_pool_memory_tx_pool.test.ts --net=none --cpuset-cpus=0-63 --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/tx_pool/memory_tx_pool.test.ts'\'''
09:55:55 + cid=bf1d277206bc07f8df44ccb07d74582f2548bdea84499a66176236f556ede780
09:55:55 + set +x
09:56:51
PASS src/mem_pools/tx_pool/memory_tx_pool.test.ts (
55.239 s)
09:56:51 In-Memory TX pool
09:56:51
✓ Adds txs to the pool as pending (320 ms)
09:56:51
✓ Removes txs from the pool (39 ms)
09:56:51
✓ Marks txs as mined (135 ms)
09:56:51
✓ Marks txs as pending after being mined (72 ms)
09:56:51
✓ Only marks txs as pending if they are known (64 ms)
09:56:51
✓ Returns all transactions in the pool (135 ms)
09:56:51
✓ Returns all txHashes in the pool (94 ms)
09:56:51
✓ Returns txs by their hash (117 ms)
09:56:51
✓ Returns a large number of transactions by their hash (52027 ms)
09:56:51
✓ Returns whether or not txs exist (147 ms)
09:56:51
✓ Returns pending tx hashes sorted by priority (134 ms)
09:56:51
09:56:51
Test Suites: 1 passed, 1 total
09:56:51
Tests: 11 passed, 11 total
09:56:51
Snapshots: 0 total
09:56:51
Time: 55.307 s
09:56:51
Ran all test suites matching /p2p\/src\/mem_pools\/tx_pool\/memory_tx_pool.test.ts/i
.
09:56:51
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?