More of the log:

      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [ERROR] 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java:[23,80]
 package 
com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect does 
not exist
      [mvn] [ERROR] 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java:[188,7]
 cannot find symbol
      [mvn]   symbol:   variable ImmutableMap
      [mvn]   location: class org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
      [mvn] [ERROR] 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java:[191,27]
 cannot find symbol
      [mvn]   symbol:   variable ImmutableMap
      [mvn]   location: class org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
      [mvn] [ERROR] 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/solr/core/src/test/org/apache/solr/cloud/cdcr/CdcrBidirectionalTest.java:[192,27]
 cannot find symbol
      [mvn]   symbol:   variable ImmutableMap
      [mvn]   location: class org.apache.solr.cloud.cdcr.CdcrBidirectionalTest
      [mvn] [INFO] 4 errors 

CdcrBidirectionalTest imports ImmutableMap from the shaded junit4-ant .jar, 
which is not on the Maven classpath.  Instead the class should be imported from 
com.google.common.collect. directly.  (I checked for other imports like this in 
the whole code base and didn’t find any.)

I’ll take care of it.

--
Steve
www.lucidworks.com

> On Nov 8, 2017, at 9:08 AM, Apache Jenkins Server <[email protected]> 
> wrote:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-master/2130/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 19386 lines...]
>      [mvn] [INFO] 
> -------------------------------------------------------------
>      [mvn] [INFO] 
> -------------------------------------------------------------
>      [mvn] [ERROR] COMPILATION ERROR : 
>      [mvn] [INFO] 
> -------------------------------------------------------------
> 
> [...truncated 745 lines...]
> BUILD FAILED
> /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-master/build.xml:860: 
> The following error occurred while executing this line:
> : Java returned: 1
> 
> Total time: 27 minutes 49 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure - Any
> Sending email for trigger: Failure - Any
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to