lhotari commented on pull request #9883: URL: https://github.com/apache/pulsar/pull/9883#issuecomment-796895741
[Example of a problem](https://github.com/apache/pulsar/pull/9882/checks?check_run_id=2086848163#step:7:6) that this PR fixes: ``` Error: Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project pulsar-functions-instance: Failed to resolve dependencies for one or more projects in the reactor. Reason: Could not transfer artifact io.sundr:sundr-codegen:jar:0.22.0 from/to central (https://repo1.maven.org/maven2): Entry [id:4166][route:{s}->https://repo1.maven.org:443][state:null] has not been leased from this pool Error: io.sundr:sundr-codegen:jar:0.22.0 Error: Error: from the specified remote repositories: Error: central (https://repo1.maven.org/maven2, releases=true, snapshots=false), Error: bintray-yahoo-maven (https://yahoo.bintray.com/maven, releases=true, snapshots=false), Error: confluent (http://packages.confluent.io/maven/, releases=true, snapshots=false), Error: apache.snapshots (https://repository.apache.org/snapshots, releases=false, snapshots=true), Error: sonatype-nexus-snapshots (https://oss.sonatype.org/content/repositories/snapshots, releases=false, snapshots=true) Error: Path to dependency: Error: 1) org.apache.pulsar:pulsar-functions-instance:jar:2.8.0-SNAPSHOT Error: 2) org.apache.pulsar:pulsar-functions-secrets:jar:2.8.0-SNAPSHOT Error: 3) io.kubernetes:client-java:jar:10.0.0 Error: 4) io.kubernetes:client-java-api:jar:10.0.0 Error: 5) io.sundr:builder-annotations:jar:0.22.0 Error: 6) io.sundr:sundr-codegen:jar:0.22.0 Error: -> [Help 1] Error: Error: To see the full stack trace of the errors, re-run Maven with the -e switch. Error: Re-run Maven using the -X switch to enable full debug logging. Error: Error: For more information about the errors and possible solutions, please read the following articles: Error: [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException Error: Error: After correcting the problems, you can resume the build with the command Error: mvn <goals> -rf :pulsar-functions-instance Error: Process completed with exit code 1. ``` These have been very frequent in the last few days for some reason. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
