wrapper-validation-action icon indicating copy to clipboard operation
wrapper-validation-action copied to clipboard

Request timeout error for version of Gradle that I never used

Open eygraber opened this issue 3 years ago • 6 comments

I randomly get the following error using v1:

Error: Request timeout: /distributions/gradle-6.8-rc-4-wrapper.jar.sha256

I currently use 7.1.1 and never used 6.80-rc-4

eygraber avatar Aug 11 '21 09:08 eygraber

How regularly do you see this issue?

JLLeitschuh avatar Sep 01 '21 17:09 JLLeitschuh

I haven't seen it since filing the issue, and I only saw it a few times overall.

eygraber avatar Sep 01 '21 18:09 eygraber

I started facing similar issues today. My repo uses gradle version 7.2 and wrapper-validation-action@v1, and in logs I have seen Error: Request timeout: /distributions/gradle-7.0-rc-2-wrapper.jar.sha256 Error: Request timeout: /distributions/gradle-6.5-wrapper.jar.sha256

petertrr avatar Oct 27 '21 14:10 petertrr

The same in Lucene: image Lucene is on an entirely different gradle version than the one shown here.

dweiss avatar Oct 27 '21 19:10 dweiss

I get this error as well. We use Gradle 7.1.1

Run gradle/wrapper-validation-action@v1
  with:
    min-wrapper-count: 1
    allow-snapshots: false
  env:
    LC_ALL: en_US.UTF-8
Error: connect ETIMEDOUT 104.18.165.99:443

It happend randomly. Because we run a Matrix of Java 11 and 16 with ubuntu_latest and windows_latest, we get this error almost every time.

maho7791 avatar Nov 16 '21 10:11 maho7791

@eskatos are we keeping the existing connection open when we retry? Should we try to make sure we're opening a new connection when we retry? Thoughts?

JLLeitschuh avatar Nov 16 '21 21:11 JLLeitschuh

This should be fixed by #167

bigdaz avatar Feb 01 '24 17:02 bigdaz