Parent Log:
http://ci.aztec-labs.com/ac35d2fca3044326
Command: ca0909fea864dc4d: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/534f06e45f48274efd53a2204c90cb0b91a53efb
Env: REF_NAME=gh-readonly-queue/next/pr-15230-ad85cda24c2f9b5b4b17d4921f8597b71949bb6c CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Tue Jun 24 20:51:53 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15230_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_3529b343ea58d837_next
20:51:53 +++ id -u
20:51:53 +++ id -g
20:51:53 ++ docker run -d --name ethereum_src_test_start_anvil.test.ts --net=none --cpuset-cpus=0-63 --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'\'''
20:51:53 + cid=7f51187590c80401bc7b4c237a58c5e804a0701628134ff367fbb37bfbaf21b0
20:51:53 + set +x
20:51:55 [20:51:55.628]
INFO:
ethereum:test:anvil Stopping watch event
20:51:56 Ignoring unhandled rejection in after hook: HttpRequestError: HTTP request failed.
20:51:56
20:51:56 URL:
http://127.0.0.1:8545
20:51:56 Request body: {"method":"eth_uninstallFilter","params":["0x305462684555667761397254794c6159"]}
20:51:56
20:51:56 Details: fetch failed
20:51:56 Version: viem@2.23.7
20:51:56 at Object.request (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/rpc/http.ts:161:15)
20:51:56
at processTicksAndRejections (node:internal/process/task_queues:105:5)
20:51:56 at fn (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/clients/transports/http.ts:145:19)
20:51:56 at request (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/clients/transports/http.ts:150:39)
20:51:56 at withRetry.delay.count.count (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/buildRequest.ts:129:22)
20:51:56 at attemptRetry (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/promise/withRetry.ts:44:22) {
20:51:56 details:
'fetch failed',
20:51:56 docsPath:
undefined,
20:51:56 metaMessages: [
20:51:56
'URL: http://127.0.0.1:8545',
20:51:56
'Request body: {"method":"eth_uninstallFilter","params":["0x305462684555667761397254794c6159"]}'
20:51:56 ],
20:51:56 shortMessage:
'HTTP request failed.',
20:51:56 version:
'2.23.7',
20:51:56 body: {
20:51:56 method:
'eth_uninstallFilter',
20:51:56 params: [
'0x305462684555667761397254794c6159' ]
20:51:56 },
20:51:56 headers:
undefined,
20:51:56 status:
undefined,
20:51:56 url:
'http://127.0.0.1:8545',
20:51:56 [cause]: TypeError: fetch failed
20:51:56
at node:internal/deps/undici/undici:13510:13
20:51:56
at processTicksAndRejections (node:internal/process/task_queues:105:5)
20:51:56 at withTimeout.errorInstance.TimeoutError.body.body (/home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/rpc/http.ts:120:30)
20:51:56 at /home/aztec-dev/aztec-packages/yarn-project/node_modules/
viem/utils/promise/withTimeout.ts:36:17 {
20:51:56 [cause]: Error: connect ECONNREFUSED 127.0.0.1:8545
20:51:56
at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1636:16) {
20:51:56 errno:
-111,
20:51:56 code:
'ECONNREFUSED',
20:51:56 syscall:
'connect',
20:51:56 address:
'127.0.0.1',
20:51:56 port:
8545
20:51:56 }
20:51:56 }
20:51:56 }
20:51:58
PASS src/test/start_anvil.test.ts
20:51:58 start_anvil
20:51:58
✓ starts anvil on a free port (111 ms)
20:51:58
✓ ignores errors uninstalling filters during teardown (3154 ms)
20:51:58
20:51:58
Test Suites: 1 passed, 1 total
20:51:58
Tests: 2 passed, 2 total
20:51:58
Snapshots: 0 total
20:51:58
Time: 3.962 s
20:51:58
Ran all test suites matching ethereum/src/test/start_anvil.test.ts
.
20:51:58
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?