[
https://issues.apache.org/jira/browse/AVRO-2992?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ryan Skraba updated AVRO-2992:
------------------------------
Description:
We're seeing a lot of errors (almost every build) like this:
{code}
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project avro-maven-plugin: Could not resolve
dependencies for project
org.apache.avro:avro-maven-plugin:maven-plugin:1.11.0-SNAPSHOT: Could not
transfer artifact org.apache.maven:maven-settings:jar:3.6.3 from/to central
(https://repo.maven.apache.org/maven2): Connection reset -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :avro-maven-plugin
{code}
This isn't necessary a problem with Travis -- I can often reproduce this on my
local machine when building without a local .m2 repository. We should probably
be using an m2 cache in the build, or including some maven central mirrors, or
another technique to prevent these failures.
was:
We're seeing a lot of errors (almost every build) like this:
{code}
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project avro-maven-plugin: Could not resolve
dependencies for project
org.apache.avro:avro-maven-plugin:maven-plugin:1.11.0-SNAPSHOT: Could not
transfer artifact org.apache.maven:maven-settings:jar:3.6.3 from/to central
(https://repo.maven.apache.org/maven2): Connection reset -> [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/DependencyResolutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR] mvn <goals> -rf :avro-maven-plugin
{code}
> [Build] Travis has unreliable connections to maven
> --------------------------------------------------
>
> Key: AVRO-2992
> URL: https://issues.apache.org/jira/browse/AVRO-2992
> Project: Apache Avro
> Issue Type: Task
> Reporter: Ryan Skraba
> Priority: Major
>
> We're seeing a lot of errors (almost every build) like this:
> {code}
> [INFO]
> ------------------------------------------------------------------------
> [ERROR] Failed to execute goal on project avro-maven-plugin: Could not
> resolve dependencies for project
> org.apache.avro:avro-maven-plugin:maven-plugin:1.11.0-SNAPSHOT: Could not
> transfer artifact org.apache.maven:maven-settings:jar:3.6.3 from/to central
> (https://repo.maven.apache.org/maven2): Connection reset -> [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/DependencyResolutionException
> [ERROR]
> [ERROR] After correcting the problems, you can resume the build with the
> command
> [ERROR] mvn <goals> -rf :avro-maven-plugin
> {code}
> This isn't necessary a problem with Travis -- I can often reproduce this on
> my local machine when building without a local .m2 repository. We should
> probably be using an m2 cache in the build, or including some maven central
> mirrors, or another technique to prevent these failures.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)