Parent Log:
http://ci.aztec-labs.com/a1ab48d7fe15ec2d
Command: 448a16f463e450de:ISOLATE=1:CPUS=8:NAME=client_flows/transfers BENCHMARK_CONFIG=key_flows LOG_LEVEL=error BENCH_OUTPUT=bench-out/ yarn-project/end-to-end/scripts/run_test.sh simple client_flows/transfers
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/80d800435dd8dfa325e38593d83b405488449dba
Env: REF_NAME=gh-readonly-queue/next/pr-14444-28bf32bfc2566751e8baa0a9125a9db20d474bee CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 16:14:12 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14444_amd64_x2-full
Resources: CPU_LIST=56,57,58,59,60,61,62,63 CPUS=8 MEM=32g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7410668bfc6962_next
16:14:12 +++ id -u
16:14:12 +++ id -g
16:14:12 ++ docker run -d --name client_flows_transfers --net=none --cpuset-cpus=56,57,58,59,60,61,62,63 --cpus=8 --memory=32g --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 '\''BENCHMARK_CONFIG=key_flows LOG_LEVEL=error BENCH_OUTPUT=bench-out/ yarn-project/end-to-end/scripts/run_test.sh simple client_flows/transfers'\'''
16:14:12 + cid=4dfe381dd8090f7996dcb867aed8c5abe61d0fafea39f7f3dc2e39f6ce6306f7
16:14:12 + set +x
16:17:08 [16:17:08.450]
ERROR:
aztecjs:utils:watcher Error in running promise: HttpRequestError: HTTP request failed.
16:17:08
16:17:08 URL:
http://127.0.0.1:8545
16:17:08 Request body: {"method":"eth_getBlockByNumber","params":["latest",true]}
16:17:08
16:17:08 Details: fetch failed
16:17:08 Version: viem@2.23.7
16:17:08 at Object.request (/home/aztec-dev/aztec-packages/yarn-project/node_modules/viem/utils/rpc/http.ts:161:15)
16:17:08 at fn (/home/aztec-dev/aztec-packages/yarn-project/node_modules/viem/clients/transports/http.ts:145:19)
16:17:08 at request (/home/aztec-dev/aztec-packages/yarn-project/node_modules/viem/clients/transports/http.ts:150:39)
16:17:08 at withRetry.delay.count.count (/home/aztec-dev/aztec-packages/yarn-project/node_modules/viem/utils/buildRequest.ts:129:22)
16:17:08 at attemptRetry (/home/aztec-dev/aztec-packages/yarn-project/node_modules/viem/utils/promise/withRetry.ts:44:22) {
16:17:08 details: 'fetch failed',
16:17:08 docsPath: undefined,
16:17:08 metaMessages: [
16:17:08 'URL:
http://127.0.0.1:8545',
16:17:08 'Request body: {"method":"eth_getBlockByNumber","params":["latest",true]}'
16:17:08 ],
16:17:08 shortMessage: 'HTTP request failed.',
16:17:08 version: '2.23.7',
16:17:08 body: { method: 'eth_getBlockByNumber', params: [ 'latest', true ] },
16:17:08 headers: undefined,
16:17:08 status: undefined,
16:17:08 url: '
http://127.0.0.1:8545',
16:17:08 [cause]: TypeError: fetch failed
16:17:08 at node:internal/deps/undici/undici:13510:13
16:17:08 at withTimeout.errorInstance.TimeoutError.body.body (/home/aztec-dev/aztec-packages/yarn-project/node_modules/viem/utils/rpc/http.ts:120:30)
16:17:08 at /home/aztec-dev/aztec-packages/yarn-project/node_modules/viem/utils/promise/withTimeout.ts:36:17 {
16:17:08 [cause]: Error: read ECONNRESET
16:17:08 at TCP.onStreamRead (node:internal/stream_base_commons:216:20)
16:17:08 at TCP.callbackTrampoline (node:internal/async_hooks:130:17) {
16:17:08 errno: -104,
16:17:08 code: 'ECONNRESET',
16:17:08 syscall: 'read'
16:17:08 }
16:17:08 }
16:17:08 }
16:17:08
PASS src/bench/client_flows/transfers.test.ts
16:17:08 Transfer benchmark
16:17:08 Transfer benchmark for ecdsar1
16:17:08 Mint 1 notes and transfer using a ecdsar1 account
16:17:08
✓ ecdsar1 contract transfers 1 tokens using 0 recursions, pays using sponsored_fpc (20155 ms)
16:17:08
✓ ecdsar1 contract transfers 1 tokens using 0 recursions, pays using private_fpc (39230 ms)
16:17:08 Mint 3 notes and transfer using a ecdsar1 account
16:17:08
✓ ecdsar1 contract transfers 2000001 tokens using 1 recursions, pays using sponsored_fpc (27194 ms)
16:17:08
✓ ecdsar1 contract transfers 2000001 tokens using 1 recursions, pays using private_fpc (42070 ms)
16:17:08
16:17:08
Test Suites: 1 passed, 1 total
16:17:08
Tests: 4 passed, 4 total
16:17:08
Snapshots: 0 total
16:17:08
Time: 175.597 s
16:17:08
Ran all test suites matching client_flows/transfers
.
16:17:08
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?