Parent Log:
http://ci.aztec-labs.com/5341f5baef09d91c
Command: a73e94f3b52b3d94: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/aa12cea18cfe4e45e23b46cf1a086d8331837eb5
Env: REF_NAME=db/simple-bc-hash CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 17:15:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=db_simple-bc-hash_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_50bd1887fc3973f4_next
17:15:08 +++ id -u
17:15:08 +++ id -g
17:15:08 ++ 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:15:09 + cid=4c050813d6f45345b35fb1456bced9adbdc7a4af3539950887381bf01b7971ba
17:15:09 + set +x
17:16:17
PASS src/mem_pools/tx_pool/memory_tx_pool.test.ts (
67.537 s)
17:16:17 In-Memory TX pool
17:16:17
✓ Adds txs to the pool as pending (421 ms)
17:16:17
✓ Removes txs from the pool (97 ms)
17:16:17
✓ Marks txs as mined (148 ms)
17:16:17
✓ Marks txs as pending after being mined (93 ms)
17:16:17
✓ Only marks txs as pending if they are known (62 ms)
17:16:17
✓ Returns all transactions in the pool (147 ms)
17:16:17
✓ Returns all txHashes in the pool (98 ms)
17:16:17
✓ Returns txs by their hash (147 ms)
17:16:17
✓ Returns a large number of transactions by their hash (62934 ms)
17:16:17
✓ Returns whether or not txs exist (151 ms)
17:16:17
✓ Returns pending tx hashes sorted by priority (148 ms)
17:16:17
17:16:17
Test Suites: 1 passed, 1 total
17:16:17
Tests: 11 passed, 11 total
17:16:17
Snapshots: 0 total
17:16:17
Time: 67.637 s
17:16:17
Ran all test suites matching p2p/src/mem_pools/tx_pool/memory_tx_pool.test.ts
.
17:16:17
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?