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