dweiss opened a new issue, #15541: URL: https://github.com/apache/lucene/issues/15541
### 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 ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
