Parent Log:
http://ci.aztec-labs.com/4550886f47cecaad
Command: 0ad117f24cdb9abe: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/9d6fb0bd1594726370a5f3a56591963452264642
Env: REF_NAME=gh-readonly-queue/next/pr-14985-47c749527b1c3cce3edd9defedc46e89ea00c69e CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 17:28:32 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14985_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_50bd1887fc3973f4_next
17:28:32 +++ id -u
17:28:32 +++ id -g
17:28:32 ++ 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'\'''
17:28:32 + cid=5f2922e55ab3e87aaf856c833f02b829ac834eaa43cb0bdca462ffa12f06f6c7
17:28:32 + set +x
17:29:28
PASS src/mem_pools/tx_pool/memory_tx_pool.test.ts (
54.823 s)
17:29:28 In-Memory TX pool
17:29:28
✓ Adds txs to the pool as pending (319 ms)
17:29:28
✓ Removes txs from the pool (39 ms)
17:29:28
✓ Marks txs as mined (133 ms)
17:29:28
✓ Marks txs as pending after being mined (72 ms)
17:29:28
✓ Only marks txs as pending if they are known (63 ms)
17:29:28
✓ Returns all transactions in the pool (135 ms)
17:29:28
✓ Returns all txHashes in the pool (93 ms)
17:29:28
✓ Returns txs by their hash (118 ms)
17:29:28
✓ Returns a large number of transactions by their hash (51591 ms)
17:29:28
✓ Returns whether or not txs exist (147 ms)
17:29:28
✓ Returns pending tx hashes sorted by priority (137 ms)
17:29:28
17:29:28
Test Suites: 1 passed, 1 total
17:29:28
Tests: 11 passed, 11 total
17:29:28
Snapshots: 0 total
17:29:28
Time: 54.89 s
17:29:28
Ran all test suites matching /p2p\/src\/mem_pools\/tx_pool\/memory_tx_pool.test.ts/i
.
17:29:28
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?