Parent Log:
http://ci.aztec-labs.com/e7579d1983fe76a6
Command: 581a044a34e123b9:ISOLATE=1:NAME=ethereum/src/test/start_anvil.test.ts yarn-project/scripts/run_test.sh ethereum/src/test/start_anvil.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/98fbe17330964452777de26d56f0a3ed5633aca1
Env: REF_NAME=gh-readonly-queue/next/pr-14921-fa23733be8278348dff0959c8094bcfd89eb44d5 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 12 10:19:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14921_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3529b343ea58d837_next
10:19:10 +++ id -u
10:19:10 +++ id -g
10:19:10 ++ docker run -d --name ethereum_src_test_start_anvil.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 ethereum/src/test/start_anvil.test.ts'\'''
10:19:10 + cid=d6b547ab549ddf8ac71be390b2004a59f778a267ec804ec496349b1af2d962c9
10:19:10 + set +x
10:19:13 [10:19:13.066]
INFO:
ethereum:test:anvil Stopping watch event
10:19:14 Ignoring unhandled rejection in after hook: HttpRequestError: HTTP request failed.
10:19:14
10:19:14 URL:
http://127.0.0.1:8545
10:19:14 Request body: {"method":"eth_uninstallFilter","params":["0x34647733334d6c7542654d486a556576"]}
10:19:14
10:19:14 Details: fetch failed
10:19:14 Version: viem@2.23.7
10:19:14 at Object.request (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/rpc/http.ts:161:15)
10:19:14
at processTicksAndRejections (node:internal/process/task_queues:105:5)
10:19:14 at fn (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/clients/transports/http.ts:145:19)
10:19:14 at request (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/clients/transports/http.ts:150:39)
10:19:14 at withRetry.delay.count.count (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/buildRequest.ts:129:22)
10:19:14 at attemptRetry (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/promise/withRetry.ts:44:22) {
10:19:14 details:
'fetch failed',
10:19:14 docsPath:
undefined,
10:19:14 metaMessages: [
10:19:14
'URL: http://127.0.0.1:8545',
10:19:14
'Request body: {"method":"eth_uninstallFilter","params":["0x34647733334d6c7542654d486a556576"]}'
10:19:14 ],
10:19:14 shortMessage:
'HTTP request failed.',
10:19:14 version:
'2.23.7',
10:19:14 body: {
10:19:14 method:
'eth_uninstallFilter',
10:19:14 params: [
'0x34647733334d6c7542654d486a556576' ]
10:19:14 },
10:19:14 headers:
undefined,
10:19:14 status:
undefined,
10:19:14 url:
'http://127.0.0.1:8545',
10:19:14 [cause]: TypeError: fetch failed
10:19:14
at node:internal/deps/undici/undici:13510:13
10:19:14
at processTicksAndRejections (node:internal/process/task_queues:105:5)
10:19:14 at withTimeout.errorInstance.TimeoutError.body.body (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/rpc/http.ts:120:30)
10:19:14 at /home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/promise/withTimeout.ts:36:17 {
10:19:14 [cause]: Error: connect ECONNREFUSED 127.0.0.1:8545
10:19:14
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16) {
10:19:14 errno:
-111,
10:19:14 code:
'ECONNREFUSED',
10:19:14 syscall:
'connect',
10:19:14 address:
'127.0.0.1',
10:19:14 port:
8545
10:19:14 }
10:19:14 }
10:19:14 }
10:19:15
PASS src/test/start_anvil.test.ts
10:19:15 start_anvil
10:19:15
✓ starts anvil on a free port (155 ms)
10:19:15
✓ ignores errors uninstalling filters during teardown (3185 ms)
10:19:15
10:19:15
Test Suites: 1 passed, 1 total
10:19:15
Tests: 2 passed, 2 total
10:19:15
Snapshots: 0 total
10:19:15
Time: 4.055 s
10:19:15
Ran all test suites matching /ethereum\/src\/test\/start_anvil.test.ts/i
.
10:19:15
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?