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