Parent Log:
http://ci.aztec-labs.com/c49e2be907ee77f3
Command: 7d80d96dc149584a: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/e4e2d988072932519ccdfe9e9c7f4419d2d6ca1a
Env: REF_NAME=gh-readonly-queue/next/pr-15275-5154a64456f8ee26126f902542c8b29e33638ff7 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 27 07:17:55 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15275_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_50bd1887fc3973f4_next
07:17:55 +++ id -u
07:17:55 +++ id -g
07:17:55 ++ 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'\'''
07:17:56 + cid=9a33ea49d1040bd0bf0c386f3678223d6df8fc2fe1bc16bbaa37fd01e7aff8bc
07:17:56 + set +x
07:19:11
PASS src/mem_pools/tx_pool/memory_tx_pool.test.ts (
74.089 s)
07:19:11 In-Memory TX pool
07:19:11
✓ Adds txs to the pool as pending (412 ms)
07:19:11
✓ Removes txs from the pool (87 ms)
07:19:11
✓ Marks txs as mined (157 ms)
07:19:11
✓ Marks txs as pending after being mined (95 ms)
07:19:11
✓ Only marks txs as pending if they are known (72 ms)
07:19:11
✓ Returns all transactions in the pool (175 ms)
07:19:11
✓ Returns all txHashes in the pool (123 ms)
07:19:11
✓ Returns txs by their hash (175 ms)
07:19:11
✓ Returns a large number of transactions by their hash (69091 ms)
07:19:11
✓ Returns whether or not txs exist (149 ms)
07:19:11
✓ Returns pending tx hashes sorted by priority (138 ms)
07:19:11
07:19:11
Test Suites: 1 passed, 1 total
07:19:11
Tests: 11 passed, 11 total
07:19:11
Snapshots: 0 total
07:19:11
Time: 74.202 s
07:19:11
Ran all test suites matching p2p/src/mem_pools/tx_pool/memory_tx_pool.test.ts
.
07:19:11
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?