-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Description
There have been failures on certain builds on github recently:
https://github.com/apache/lucene/actions/workflows/run-nightly-smoketester.yml
They mostly fail because of request ratio limits when resolving references. This must be something new (?). I am also a bit puzzled at the address these requests get resolved from: repo.maven.apache.org (?).
Something to look into.
* What went wrong:
Execution failed for task ':build-infra:compileJava'.
> Could not resolve all files for configuration ':build-infra:compileClasspath'.
> Could not download org.eclipse.jgit-7.5.0.202512021534-r.jar (org.eclipse.jgit:org.eclipse.jgit:7.5.0.202512021534-r)
> Could not get resource 'https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/7.5.0.202512021534-r/org.eclipse.jgit-7.5.0.202512021534-r.jar'.
> Could not GET 'https://repo.maven.apache.org/maven2/org/eclipse/jgit/org.eclipse.jgit/7.5.0.202512021534-r/org.eclipse.jgit-7.5.0.202512021534-r.jar'. Received status code 429 from server: Too Many Requests
> Could not download randomizedtesting-runner-2.8.3.jar (com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3)
> Could not get resource 'https://repo.maven.apache.org/maven2/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.8.3/randomizedtesting-runner-2.8.3.jar'.
> Could not GET 'https://repo.maven.apache.org/maven2/com/carrotsearch/randomizedtesting/randomizedtesting-runner/2.8.3/randomizedtesting-runner-2.8.3.jar'. Received status code 429 from server: Too Many Requests
> Could not download zstd-jni-1.5.7-6.jar (com.github.luben:zstd-jni:1.5.7-6)
> Could not get resource 'https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar'.
> Could not GET 'https://repo.maven.apache.org/maven2/com/github/luben/zstd-jni/1.5.7-6/zstd-jni-1.5.7-6.jar'. Received status code 429 from server: Too Many Requests
> Could not download software-and-algorithms-1.0.jar (com.github.kevinstern:software-and-algorithms:1.0)
> Could not get resource 'https://repo.maven.apache.org/maven2/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0.jar'.
> Could not GET 'https://repo.maven.apache.org/maven2/com/github/kevinstern/software-and-algorithms/1.0/software-and-algorithms-1.0.jar'. Received status code 429 from server: Too Many Requests
Reactions are currently unavailable