Parent Log:
http://ci.aztec-labs.com/5b033f030d6cee54
Command: 53e9b8d3e8ba3411: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/f4ac84d7ac4041d505399edd8819840bb14d6c9d
Env: REF_NAME=gh-readonly-queue/master/pr-15005-b1b65bcdbd44a49fbebe5d2265256dc9466e92be CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Fri Jun 13 17:10:20 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15005_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_50bd1887fc3973f4_master
17:10:20 +++ id -u
17:10:20 +++ id -g
17:10:20 ++ docker run -d --name p2p_src_mem_pools_tx_pool_memory_tx_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/tx_pool/memory_tx_pool.test.ts'\'''
17:10:20 + cid=1d3c548dcd1b4d647cb6b393f70577e3ef1badd326690aef53dcfb57b8451cdc
17:10:20 + set +x
17:11:26
PASS src/mem_pools/tx_pool/memory_tx_pool.test.ts (
65.287 s)
17:11:26 In-Memory TX pool
17:11:26
✓ Adds txs to the pool as pending (371 ms)
17:11:26
✓ Removes txs from the pool (104 ms)
17:11:26
✓ Marks txs as mined (133 ms)
17:11:26
✓ Marks txs as pending after being mined (94 ms)
17:11:26
✓ Only marks txs as pending if they are known (58 ms)
17:11:26
✓ Returns all transactions in the pool (186 ms)
17:11:26
✓ Returns all txHashes in the pool (114 ms)
17:11:26
✓ Returns txs by their hash (137 ms)
17:11:26
✓ Returns a large number of transactions by their hash (60437 ms)
17:11:26
✓ Returns whether or not txs exist (195 ms)
17:11:26
✓ Returns pending tx hashes sorted by priority (194 ms)
17:11:26
17:11:26
Test Suites: 1 passed, 1 total
17:11:26
Tests: 11 passed, 11 total
17:11:26
Snapshots: 0 total
17:11:26
Time: 65.371 s
17:11:26
Ran all test suites matching /p2p\/src\/mem_pools\/tx_pool\/memory_tx_pool.test.ts/i
.
17:11:26
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?