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