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