You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/09/11 02:46:28 UTC

[GitHub] [pulsar] zymap opened a new pull request #8032: Fix the failed CI issue

zymap opened a new pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032


   ---
   
   **Motivation**
   
   Currently, the Pulsar CI always failed by:
   ```
   2020-09-11T00:49:20.3402047Z [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.1.0:add-source (default) on project flink: Execution default of goal net.alchim31.maven:scala-maven-plugin:4.1.0:add-source failed: Plugin net.alchim31.maven:scala-maven-plugin:4.1.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven:maven-compat:jar:3.3.9, org.apache.maven:maven-builder-support:jar:3.3.9, org.apache.maven:maven-settings:jar:3.3.9, org.apache.maven:maven-artifact:jar:3.3.9: Could not transfer artifact org.apache.maven:maven-compat:jar:3.3.9 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar: Connection timed out (Read failed) -> [Help 1]
   ```
   
   Upgrade the scala-maven-plugin to resolve this issue.
   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] jiazhai commented on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
jiazhai commented on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-691760178


   /pulsarbot run-failure-checks


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] zymap edited a comment on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
zymap edited a comment on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-690851146






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] zymap commented on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
zymap commented on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-690851146


   It seems even though upgrade the plugin, this issue still exists.
   
   But it works well in my test PR: https://github.com/zymap/pulsar/pull/13


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] jiazhai merged pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
jiazhai merged pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] zymap edited a comment on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
zymap edited a comment on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-690851146


   It seems even though upgrade the plugin, this issue still exists.
   
   ```
   2020-09-11T03:20:08.7797459Z [ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:4.3.0:add-source (default) on project flink: Execution default of goal net.alchim31.maven:scala-maven-plugin:4.3.0:add-source failed: Plugin net.alchim31.maven:scala-maven-plugin:4.3.0 or one of its dependencies could not be resolved: The following artifacts could not be resolved: org.apache.maven:maven-model-builder:jar:3.3.9, org.apache.maven:maven-builder-support:jar:3.3.9, org.apache.maven:maven-settings:jar:3.3.9, org.apache.maven:maven-artifact:jar:3.3.9: Could not transfer artifact org.apache.maven:maven-model-builder:jar:3.3.9 from/to central (https://repo.maven.apache.org/maven2): Transfer failed for https://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar: Connection timed out (Read failed) -> [Help 1]
   ```
   
   But it works well in my test PR: https://github.com/zymap/pulsar/pull/13


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] zymap commented on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
zymap commented on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-690851146






----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] zymap commented on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
zymap commented on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-690851146


   It seems even though upgrade the plugin, this issue still exists.
   
   But it works well in my test PR: https://github.com/zymap/pulsar/pull/13


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] zymap edited a comment on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
zymap edited a comment on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-690851146


   It seems even though upgrade the plugin, this issue still exists.
   
   ```
   ```
   
   But it works well in my test PR: https://github.com/zymap/pulsar/pull/13


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [pulsar] zymap edited a comment on pull request #8032: Fix the failed CI issue

Posted by GitBox <gi...@apache.org>.
zymap edited a comment on pull request #8032:
URL: https://github.com/apache/pulsar/pull/8032#issuecomment-690851146






----------------------------------------------------------------
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:
users@infra.apache.org