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