Parent Log:
http://ci.aztec-labs.com/232a0193ad74c3c2
Command: 84c999e211bb73e4:ISOLATE=1:NAME=p2p/src/services/tx_collector.test.ts yarn-project/scripts/run_test.sh p2p/src/services/tx_collector.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3863bc02d671057d0cffd4ced17ca317788ff190
Env: REF_NAME=gh-readonly-queue/staging/pr-15238-db396f13b7ef374a230174bdc4078d9fbb3c788a CURRENT_VERSION=1.0.0 CI_FULL=1
Date: Tue Jun 24 12:13:02 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15238_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_4c6e8eac532f87f0_staging
12:13:02 +++ id -u
12:13:02 +++ id -g
12:13:02 ++ docker run -d --name p2p_src_services_tx_collector.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/services/tx_collector.test.ts'\'''
12:13:02 + cid=22c425d6679001f4f3652614ed03e2aaf1790d5c331caf28c7355b6be329ce21
12:13:02 + set +x
12:13:09 [12:13:09.253]
INFO:
p2p:tx-collector Retrieved 10/10 txs for block proposal
{"blockNumber":1,"slotNumber":0,"totalTxsInProposal":10,"txsFromProposal":0,"txsFromMempool":0,"txsFromP2P":10,"missingTxs":0}
12:13:09 [12:13:09.582]
INFO:
p2p:tx-collector Retrieved 5/10 txs for block proposal
{"blockNumber":1,"slotNumber":0,"totalTxsInProposal":10,"txsFromProposal":0,"txsFromMempool":0,"txsFromP2P":5,"missingTxs":5}
12:13:09 [12:13:09.922]
INFO:
p2p:tx-collector Retrieved 6/10 txs for block proposal
{"blockNumber":1,"slotNumber":0,"totalTxsInProposal":10,"txsFromProposal":0,"txsFromMempool":2,"txsFromP2P":4,"missingTxs":4}
12:13:10 [12:13:10.264]
INFO:
p2p:tx-collector Retrieved 10/10 txs for block proposal
{"blockNumber":1,"slotNumber":0,"totalTxsInProposal":10,"txsFromProposal":4,"txsFromMempool":2,"txsFromP2P":4,"missingTxs":0}
12:13:10 [12:13:10.606]
INFO:
p2p:tx-collector Retrieved 8/10 txs for block proposal
{"blockNumber":1,"slotNumber":0,"totalTxsInProposal":10,"txsFromProposal":4,"txsFromMempool":0,"txsFromP2P":4,"missingTxs":2}
12:13:11 [12:13:11.009]
INFO:
p2p:tx-collector Retrieved 8/10 txs for block proposal
{"blockNumber":1,"slotNumber":0,"totalTxsInProposal":10,"txsFromProposal":4,"txsFromMempool":0,"txsFromP2P":4,"missingTxs":2}
12:13:11
PASS src/services/tx_collector.test.ts (
7.076 s)
12:13:11 tx collector
12:13:11
✓ can be created (5 ms)
12:13:11
✓ can gather transactions from the network (671 ms)
12:13:11
✓ reports txs missing from the network (322 ms)
12:13:11
✓ takes txs from the pool as well as the network (340 ms)
12:13:11
✓ takes txs from the pool, the network, and the proposal (341 ms)
12:13:11
✓ adds txs from all sources to the pool (342 ms)
12:13:11
✓ does not add txs from the proposal if their hash isn't in the payload (404 ms)
12:13:11
12:13:11
Test Suites: 1 passed, 1 total
12:13:11
Tests: 7 passed, 7 total
12:13:11
Snapshots: 0 total
12:13:11
Time: 7.181 s
12:13:11
Ran all test suites matching p2p/src/services/tx_collector.test.ts
.
12:13:11
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?