You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/01/03 08:14:00 UTC

[jira] [Commented] (FLINK-22024) Maven: Entry has not been leased from this pool / fix for release 1.12

    [ https://issues.apache.org/jira/browse/FLINK-22024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17467841#comment-17467841 ] 

Matthias Pohl commented on FLINK-22024:
---------------------------------------

This failure appeared on the VVP Flink 1.15 fork: https://dev.azure.com/ververica-dev/daplatform-flink/_build/results?buildId=1826&view=logs&j=0e31ee24-31a6-528c-a4bf-45cde9b2a14e&t=ff03a8fa-e84e-5199-efb2-5433077ce8e2&l=6979

{code}
Dec 22 18:22:58 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (end-to-end-tests) on project flink-streaming-kinesis-test: Unable to generate classpath: org.apache.maven.artifact.resolver.ArtifactResolutionException: Failure to transfer org.opentest4j:opentest4j:jar:1.1.1 from https://maven-central-eu.storage-download.googleapis.com/maven2/ was cached in the local repository, resolution will not be reattempted until the update interval of google-maven-central has elapsed or updates are forced. Original error: Could not transfer artifact org.opentest4j:opentest4j:jar:1.1.1 from/to google-maven-central (https://maven-central-eu.storage-download.googleapis.com/maven2/): Entry [id:29][route:{s}->https://maven-central-eu.storage-download.googleapis.com:443][state:null] has not been leased from this pool
Dec 22 18:22:58 [ERROR] org.opentest4j:opentest4j:jar:1.1.1
Dec 22 18:22:58 [ERROR] 
Dec 22 18:22:58 [ERROR] from the specified remote repositories:
Dec 22 18:22:58 [ERROR] google-maven-central (https://maven-central-eu.storage-download.googleapis.com/maven2/, releases=true, snapshots=false),
Dec 22 18:22:58 [ERROR] apache.snapshots (https://repository.apache.org/snapshots, releases=false, snapshots=true)
Dec 22 18:22:58 [ERROR] Path to dependency:
Dec 22 18:22:58 [ERROR] 1) dummy:dummy:jar:1.0
Dec 22 18:22:58 [ERROR] 2) org.apache.maven.surefire:surefire-junit-platform:jar:2.22.1
Dec 22 18:22:58 [ERROR] 3) org.junit.platform:junit-platform-launcher:jar:1.3.1
Dec 22 18:22:58 [ERROR] 4) org.junit.platform:junit-platform-engine:jar:1.3.1
Dec 22 18:22:58 [ERROR] 5) org.opentest4j:opentest4j:jar:1.1.1
Dec 22 18:22:58 [ERROR] -> [Help 1]
Dec 22 18:22:58 [ERROR] 
Dec 22 18:22:58 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
Dec 22 18:22:58 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
Dec 22 18:22:58 [ERROR] 
Dec 22 18:22:58 [ERROR] For more information about the errors and possible solutions, please read the following articles:
Dec 22 18:22:58 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Dec 22 18:22:58 [ERROR] 
Dec 22 18:22:58 [ERROR] After correcting the problems, you can resume the build with the command
Dec 22 18:22:58 [ERROR]   mvn <goals> -rf :flink-streaming-kinesis-test
{code}

> Maven: Entry has not been leased from this pool / fix for release 1.12
> ----------------------------------------------------------------------
>
>                 Key: FLINK-22024
>                 URL: https://issues.apache.org/jira/browse/FLINK-22024
>             Project: Flink
>          Issue Type: Bug
>          Components: Build System / Azure Pipelines, Test Infrastructure
>    Affects Versions: 1.12.2
>            Reporter: Matthias Pohl
>            Priority: Major
>              Labels: auto-unassigned, test-stability
>             Fix For: 1.12.8
>
>
> [This build|https://dev.azure.com/mapohl/flink/_build/results?buildId=374&view=logs&j=9401bf33-03c4-5a24-83fe-e51d75db73ef&t=72901ab2-7cd0-57be-82b1-bca51de20fba&l=25098] failed (not exclusively) because of an error in Maven when executing the tests on {{flink-metrics-availability-test}}:
> {code}
> Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.1:test (end-to-end-tests) on project flink-metrics-availability-test: Unable to generate classpath: org.apache.maven.artifact.resolver.ArtifactResolutionException: Could not transfer artifact org.apache.maven.surefire:surefire-grouper:jar:2.22.1 from/to google-maven-central (https://maven-central-eu.storage-download.googleapis.com/maven2/): Entry [id:10][route:{s}->https://maven-central-eu.storage-download.googleapis.com:443][state:null] has not been leased from this pool
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)