Good morning team,

travis is failing and it seems for good reasons this time

https://travis-ci.org/apache/jackrabbit-oak/builds/47694584

# Pedantic

> [ERROR] Failed to execute goal on project oak-lucene: Could not resolve 
> dependencies for project
org.apache.jackrabbit:oak-lucene:bundle:1.1-SNAPSHOT: Could not transfer
artifact org.apache.poi:poi-ooxml-schemas:jar:3.10-beta2 from/to central
(http://repo.maven.apache.org/maven2): GET request of:
org/apache/poi/poi-ooxml-schemas/3.10-beta2/poi-ooxml-schemas-3.10-beta2.jar
from central failed: Connection reset -> [Help 1]

Connection reset should be transient.

# UnitTesting

> Running 
> org.apache.jackrabbit.oak.security.authentication.ldap.DefaultLdapLoginModuleTest>
>  /home/travis/build.sh: line 41: 3355 Killed mvn verify -P${PROFILE}
${FIXTURES} ${SUREFIRE_SKIP}> The command "mvn verify -P${PROFILE}
${FIXTURES} ${SUREFIRE_SKIP}" exited with 137.

The test is consuming too much in terms of resources. We should
investigate and in case skip it on travis (See CIHelper)

# IntegrationTesting

> [ERROR] Failed to execute goal on project oak-solr-core: Could not resolve 
> dependencies for project 
> org.apache.jackrabbit:oak-solr-core:bundle:1.1-SNAPSHOT: The following 
> artifacts could not be resolved: org.apache.ant:ant:jar:1.8.2, 
> org.apache.solr:solr-core:jar:4.7.1: Could not transfer artifact 
> org.apache.ant:ant:jar:1.8.2 from/to central 
> (http://repo.maven.apache.org/maven2): GET request of: 
> org/apache/ant/ant/1.8.2/ant-1.8.2.jar from central failed: Connection reset 
> -> [Help 1]

Again what it could be a transient connection reset.

D.


Reply via email to