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