You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2017/11/08 14:08:35 UTC

[JENKINS-MAVEN] Lucene-Solr-Maven-master #2130: POMs out of sync

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

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-master #2130: POMs out of sync

Posted by Steve Rowe <sa...@gmail.com>.
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 <je...@builds.apache.org> 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: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org