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 2015/02/05 18:02:36 UTC

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1341/

No tests ran.

Build Log:
[...truncated 39352 lines...]
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [INFO] -------------------------------------------------------------

[...truncated 798 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:542: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:204: The following error occurred while executing this line:
: Java returned: 1

Total time: 22 minutes 6 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Fixed. Thanks Steve!

On Fri, Feb 6, 2015 at 1:33 AM, Shalin Shekhar Mangar <
shalinmangar@gmail.com> wrote:

> Good catch! Yes, google commons is what we need. I'll fix.
>
> On Fri, Feb 6, 2015 at 12:01 AM, Steve Rowe <sa...@gmail.com> wrote:
>
>> Shalin,
>>
>> The offending line is this import statement:
>>
>> 26: import
>> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.Lists;
>>
>> I’m not even sure what is happening there, but I assume it’s some form of
>> code duplication within the junit4 lib?
>>
>> I suspect the junit4 jar is not on the Maven test classpath because the
>> Maven build uses the surefire plugin as its test runner rather than the
>> junit4 runner.
>>
>> The direct package should suffice, no?:
>>
>>     import com.google.common.collect.Lists;
>>
>> Steve
>>
>> > On Feb 5, 2015, at 12:54 PM, Shalin Shekhar Mangar <
>> shalinmangar@gmail.com> wrote:
>> >
>> > That's strange. This is code that I committed today but all tests and
>> precommit passed. I'll dig.
>> >
>> > On Thu, Feb 5, 2015 at 11:09 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > Very strange error:
>> >
>> >       [mvn] [WARNING]
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java:
>> Recompile with -Xlint:unchecked for details.
>> >       [mvn] [INFO] 4 warnings
>> >       [mvn] [INFO]
>> -------------------------------------------------------------
>> >       [mvn] [INFO]
>> -------------------------------------------------------------
>> >       [mvn] [ERROR] COMPILATION ERROR :
>> >       [mvn] [INFO]
>> -------------------------------------------------------------
>> >       [mvn] [ERROR]
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[26,80]
>> package
>> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect
>> does not exist
>> >       [mvn] [ERROR]
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[420,29]
>> cannot find symbol
>> >       [mvn]   symbol:   variable Lists
>> >       [mvn]   location: class
>> org.apache.solr.cloud.BasicDistributedZk2Test
>> >       [mvn] [INFO] 2 errors
>> >       [mvn] [INFO]
>> -------------------------------------------------------------
>> >
>> > Does anybody has an idea how this comes? I cannot reproduce with ANT.
>> >
>> > Uwe
>> >
>> > -----
>> > Uwe Schindler
>> > H.-H.-Meier-Allee 63, D-28213 Bremen
>> > http://www.thetaphi.de
>> > eMail: uwe@thetaphi.de
>> >
>> > > -----Original Message-----
>> > > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
>> > > Sent: Thursday, February 05, 2015 6:03 PM
>> > > To: dev@lucene.apache.org
>> > > Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of
>> > > sync
>> > >
>> > > Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1341/
>> > >
>> > > No tests ran.
>> > >
>> > > Build Log:
>> > > [...truncated 39352 lines...]
>> > >       [mvn] [INFO]
>> -------------------------------------------------------------
>> > >       [mvn] [INFO]
>> -------------------------------------------------------------
>> > >       [mvn] [ERROR] COMPILATION ERROR :
>> > >       [mvn] [INFO]
>> -------------------------------------------------------------
>> > >
>> > > [...truncated 798 lines...]
>> > > BUILD FAILED
>> > > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
>> > > trunk/build.xml:542: The following error occurred while executing
>> this line:
>> > > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
>> > > trunk/build.xml:204: The following error occurred while executing
>> this line:
>> > > : Java returned: 1
>> > >
>> > > Total time: 22 minutes 6 seconds
>> > > Build step 'Invoke Ant' marked build as failure Email was triggered
>> for: Failure
>> > > Sending email for trigger: Failure
>> > >
>> >
>> >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> > For additional commands, e-mail: dev-help@lucene.apache.org
>> >
>> >
>> >
>> >
>> > --
>> > Regards,
>> > Shalin Shekhar Mangar.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
>> For additional commands, e-mail: dev-help@lucene.apache.org
>>
>>
>
>
> --
> Regards,
> Shalin Shekhar Mangar.
>



-- 
Regards,
Shalin Shekhar Mangar.

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
Good catch! Yes, google commons is what we need. I'll fix.

On Fri, Feb 6, 2015 at 12:01 AM, Steve Rowe <sa...@gmail.com> wrote:

> Shalin,
>
> The offending line is this import statement:
>
> 26: import
> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.Lists;
>
> I’m not even sure what is happening there, but I assume it’s some form of
> code duplication within the junit4 lib?
>
> I suspect the junit4 jar is not on the Maven test classpath because the
> Maven build uses the surefire plugin as its test runner rather than the
> junit4 runner.
>
> The direct package should suffice, no?:
>
>     import com.google.common.collect.Lists;
>
> Steve
>
> > On Feb 5, 2015, at 12:54 PM, Shalin Shekhar Mangar <
> shalinmangar@gmail.com> wrote:
> >
> > That's strange. This is code that I committed today but all tests and
> precommit passed. I'll dig.
> >
> > On Thu, Feb 5, 2015 at 11:09 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > Very strange error:
> >
> >       [mvn] [WARNING]
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java:
> Recompile with -Xlint:unchecked for details.
> >       [mvn] [INFO] 4 warnings
> >       [mvn] [INFO]
> -------------------------------------------------------------
> >       [mvn] [INFO]
> -------------------------------------------------------------
> >       [mvn] [ERROR] COMPILATION ERROR :
> >       [mvn] [INFO]
> -------------------------------------------------------------
> >       [mvn] [ERROR]
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[26,80]
> package
> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect
> does not exist
> >       [mvn] [ERROR]
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[420,29]
> cannot find symbol
> >       [mvn]   symbol:   variable Lists
> >       [mvn]   location: class
> org.apache.solr.cloud.BasicDistributedZk2Test
> >       [mvn] [INFO] 2 errors
> >       [mvn] [INFO]
> -------------------------------------------------------------
> >
> > Does anybody has an idea how this comes? I cannot reproduce with ANT.
> >
> > Uwe
> >
> > -----
> > Uwe Schindler
> > H.-H.-Meier-Allee 63, D-28213 Bremen
> > http://www.thetaphi.de
> > eMail: uwe@thetaphi.de
> >
> > > -----Original Message-----
> > > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> > > Sent: Thursday, February 05, 2015 6:03 PM
> > > To: dev@lucene.apache.org
> > > Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of
> > > sync
> > >
> > > Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1341/
> > >
> > > No tests ran.
> > >
> > > Build Log:
> > > [...truncated 39352 lines...]
> > >       [mvn] [INFO]
> -------------------------------------------------------------
> > >       [mvn] [INFO]
> -------------------------------------------------------------
> > >       [mvn] [ERROR] COMPILATION ERROR :
> > >       [mvn] [INFO]
> -------------------------------------------------------------
> > >
> > > [...truncated 798 lines...]
> > > BUILD FAILED
> > > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> > > trunk/build.xml:542: The following error occurred while executing this
> line:
> > > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> > > trunk/build.xml:204: The following error occurred while executing this
> line:
> > > : Java returned: 1
> > >
> > > Total time: 22 minutes 6 seconds
> > > Build step 'Invoke Ant' marked build as failure Email was triggered
> for: Failure
> > > Sending email for trigger: Failure
> > >
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> > For additional commands, e-mail: dev-help@lucene.apache.org
> >
> >
> >
> >
> > --
> > Regards,
> > Shalin Shekhar Mangar.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>


-- 
Regards,
Shalin Shekhar Mangar.

Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
> Why not do it like the other ANT tasks we use (e.g. Groovy, Pegdown, Subverson)? Those use ivy:cachepath without ivy file. The coordinates and transitive=true is part of the cachepath task and the ANT taskdef declaration.

If you can keep the version numbers consistent with the main
randomizedtesting runner (pull them from ivy-versions.properties?)
then I don't see any reason why it shouldn't be so. It just predates
the definition of all those other tasks, that's why it's inconsistent
with them. I would be against using a hardcoded version in the build
file, it's going to lead to inconsistencies eventually.

Dawid

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


RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

Why not do it like the other ANT tasks we use (e.g. Groovy, Pegdown, Subverson)? Those use ivy:cachepath without ivy file. The coordinates and transitive=true is part of the cachepath task and the ANT taskdef declaration.

Uwe
-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: dawid.weiss@gmail.com [mailto:dawid.weiss@gmail.com] On Behalf
> Of Dawid Weiss
> Sent: Friday, February 06, 2015 9:41 AM
> To: dev@lucene.apache.org
> Cc: Steve Rowe
> Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out
> of sync
> 
> Eclipse shouldn't be seeing these because ivy shouldn't be exporting them...
> I recall when I wrote the ivy.xml file I specifically included two different
> configs -- one for ANT (execution, task defs) and one for IDEs and
> compilation. This used to work but now everything is copied to lib/ (including
> ant and junit4-ant, which are not required at all except for ant buildfile
> taskdefs.
> 
> I see Steve was playing with ivy files -- I've tried to fix it in 5 mins, but failed
> so far. Steve, do you know how to exclude these two deps from the default
> configuration (junit4-stdalone is still used in ivy dependency collection in the
> buildfile's taskdef).
> 
>     <!-- Only needed for ANT taskdefs. -->
>    <dependency org="org.apache.ant" name="ant" ...
>     <dependency org="com.carrotsearch.randomizedtesting" name="junit4-
> ant" ...
> 
> Dawid
> 
> On Fri, Feb 6, 2015 at 9:21 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > Moin,
> >
> >> It's a repackaged, trimmed guava dependency, but it shouldn't be
> >> visible; only the test runner should be on test classpath; the ant
> >> runner code for randomizedtesting should only be present for the ANT
> build file.
> >
> > But Eclipse sees it and sometimes makes those stupid suggestions for
> imports...
> >
> >> > I suspect the junit4 jar is not on the Maven test classpath because
> >> > the
> >> Maven build uses the surefire plugin as its test runner rather than
> >> the junit4 runner.
> >>
> >> Traitors! :)
> >>
> >> Dawid
> >>
> >> ---------------------------------------------------------------------
> >> 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
> >
> 
> ---------------------------------------------------------------------
> 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


Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
> I think the problem with Eclipse is also that the classpath.xsl file collects all JAR files from all lib folders into Eclipse's classpath. Our "Ant eclipse" command does not create an IvyDE project, it just resolves  all JAR files, afterwards collecting them via the XSL above.

Yes, it's true but those two files shouldn't even be copied to lib/*
because they're effectively not used by any of Lucene/Solr. Their only
reason of existence in the ivy file is because we need those JARs to
execute randomizedrunner's ANT tasks; otherwise we'd need to have
another ivy file or a static JAR inside the repo.

Dawid

>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
>
>> -----Original Message-----
>> From: dawid.weiss@gmail.com [mailto:dawid.weiss@gmail.com] On Behalf
>> Of Dawid Weiss
>> Sent: Friday, February 06, 2015 9:41 AM
>> To: dev@lucene.apache.org
>> Cc: Steve Rowe
>> Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out
>> of sync
>>
>> Eclipse shouldn't be seeing these because ivy shouldn't be exporting them...
>> I recall when I wrote the ivy.xml file I specifically included two different
>> configs -- one for ANT (execution, task defs) and one for IDEs and
>> compilation. This used to work but now everything is copied to lib/ (including
>> ant and junit4-ant, which are not required at all except for ant buildfile
>> taskdefs.
>>
>> I see Steve was playing with ivy files -- I've tried to fix it in 5 mins, but failed
>> so far. Steve, do you know how to exclude these two deps from the default
>> configuration (junit4-stdalone is still used in ivy dependency collection in the
>> buildfile's taskdef).
>>
>>     <!-- Only needed for ANT taskdefs. -->
>>    <dependency org="org.apache.ant" name="ant" ...
>>     <dependency org="com.carrotsearch.randomizedtesting" name="junit4-
>> ant" ...
>>
>> Dawid
>>
>> On Fri, Feb 6, 2015 at 9:21 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
>> > Moin,
>> >
>> >> It's a repackaged, trimmed guava dependency, but it shouldn't be
>> >> visible; only the test runner should be on test classpath; the ant
>> >> runner code for randomizedtesting should only be present for the ANT
>> build file.
>> >
>> > But Eclipse sees it and sometimes makes those stupid suggestions for
>> imports...
>> >
>> >> > I suspect the junit4 jar is not on the Maven test classpath because
>> >> > the
>> >> Maven build uses the surefire plugin as its test runner rather than
>> >> the junit4 runner.
>> >>
>> >> Traitors! :)
>> >>
>> >> Dawid
>> >>
>> >> ---------------------------------------------------------------------
>> >> 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
>> >
>>
>> ---------------------------------------------------------------------
>> 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
>

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


RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Uwe Schindler <uw...@thetaphi.de>.
I think the problem with Eclipse is also that the classpath.xsl file collects all JAR files from all lib folders into Eclipse's classpath. Our "Ant eclipse" command does not create an IvyDE project, it just resolves  all JAR files, afterwards collecting them via the XSL above.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: dawid.weiss@gmail.com [mailto:dawid.weiss@gmail.com] On Behalf
> Of Dawid Weiss
> Sent: Friday, February 06, 2015 9:41 AM
> To: dev@lucene.apache.org
> Cc: Steve Rowe
> Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out
> of sync
> 
> Eclipse shouldn't be seeing these because ivy shouldn't be exporting them...
> I recall when I wrote the ivy.xml file I specifically included two different
> configs -- one for ANT (execution, task defs) and one for IDEs and
> compilation. This used to work but now everything is copied to lib/ (including
> ant and junit4-ant, which are not required at all except for ant buildfile
> taskdefs.
> 
> I see Steve was playing with ivy files -- I've tried to fix it in 5 mins, but failed
> so far. Steve, do you know how to exclude these two deps from the default
> configuration (junit4-stdalone is still used in ivy dependency collection in the
> buildfile's taskdef).
> 
>     <!-- Only needed for ANT taskdefs. -->
>    <dependency org="org.apache.ant" name="ant" ...
>     <dependency org="com.carrotsearch.randomizedtesting" name="junit4-
> ant" ...
> 
> Dawid
> 
> On Fri, Feb 6, 2015 at 9:21 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> > Moin,
> >
> >> It's a repackaged, trimmed guava dependency, but it shouldn't be
> >> visible; only the test runner should be on test classpath; the ant
> >> runner code for randomizedtesting should only be present for the ANT
> build file.
> >
> > But Eclipse sees it and sometimes makes those stupid suggestions for
> imports...
> >
> >> > I suspect the junit4 jar is not on the Maven test classpath because
> >> > the
> >> Maven build uses the surefire plugin as its test runner rather than
> >> the junit4 runner.
> >>
> >> Traitors! :)
> >>
> >> Dawid
> >>
> >> ---------------------------------------------------------------------
> >> 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
> >
> 
> ---------------------------------------------------------------------
> 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


Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
Eclipse shouldn't be seeing these because ivy shouldn't be exporting
them... I recall when I wrote the ivy.xml file I specifically included
two different configs -- one for ANT (execution, task defs) and one
for IDEs and compilation. This used to work but now everything is
copied to lib/ (including ant and junit4-ant, which are not required
at all except for ant buildfile taskdefs.

I see Steve was playing with ivy files -- I've tried to fix it in 5
mins, but failed so far. Steve, do you know how to exclude these two
deps from the default configuration (junit4-stdalone is still used in
ivy dependency collection in the buildfile's taskdef).

    <!-- Only needed for ANT taskdefs. -->
   <dependency org="org.apache.ant" name="ant" ...
    <dependency org="com.carrotsearch.randomizedtesting" name="junit4-ant" ...

Dawid

On Fri, Feb 6, 2015 at 9:21 AM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Moin,
>
>> It's a repackaged, trimmed guava dependency, but it shouldn't be visible;
>> only the test runner should be on test classpath; the ant runner code for
>> randomizedtesting should only be present for the ANT build file.
>
> But Eclipse sees it and sometimes makes those stupid suggestions for imports...
>
>> > I suspect the junit4 jar is not on the Maven test classpath because the
>> Maven build uses the surefire plugin as its test runner rather than the junit4
>> runner.
>>
>> Traitors! :)
>>
>> Dawid
>>
>> ---------------------------------------------------------------------
>> 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
>

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


RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Uwe Schindler <uw...@thetaphi.de>.
Moin,

> It's a repackaged, trimmed guava dependency, but it shouldn't be visible;
> only the test runner should be on test classpath; the ant runner code for
> randomizedtesting should only be present for the ANT build file.

But Eclipse sees it and sometimes makes those stupid suggestions for imports...

> > I suspect the junit4 jar is not on the Maven test classpath because the
> Maven build uses the surefire plugin as its test runner rather than the junit4
> runner.
> 
> Traitors! :)
> 
> Dawid
> 
> ---------------------------------------------------------------------
> 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


Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Dawid Weiss <da...@cs.put.poznan.pl>.
> 26: import com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.Lists;
>
> I’m not even sure what is happening there, but I assume it’s some form of code duplication within the junit4 lib?

It's a repackaged, trimmed guava dependency, but it shouldn't be
visible; only the test runner should be on test classpath; the ant
runner code for randomizedtesting should only be present for the ANT
build file.

> I suspect the junit4 jar is not on the Maven test classpath because the Maven build uses the surefire plugin as its test runner rather than the junit4 runner.

Traitors! :)

Dawid

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


Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Steve Rowe <sa...@gmail.com>.
Shalin,

The offending line is this import statement:

26: import com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect.Lists;

I’m not even sure what is happening there, but I assume it’s some form of code duplication within the junit4 lib?

I suspect the junit4 jar is not on the Maven test classpath because the Maven build uses the surefire plugin as its test runner rather than the junit4 runner.

The direct package should suffice, no?:

    import com.google.common.collect.Lists;

Steve

> On Feb 5, 2015, at 12:54 PM, Shalin Shekhar Mangar <sh...@gmail.com> wrote:
> 
> That's strange. This is code that I committed today but all tests and precommit passed. I'll dig.
> 
> On Thu, Feb 5, 2015 at 11:09 PM, Uwe Schindler <uw...@thetaphi.de> wrote:
> Very strange error:
> 
>       [mvn] [WARNING] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java: Recompile with -Xlint:unchecked for details.
>       [mvn] [INFO] 4 warnings
>       [mvn] [INFO] -------------------------------------------------------------
>       [mvn] [INFO] -------------------------------------------------------------
>       [mvn] [ERROR] COMPILATION ERROR :
>       [mvn] [INFO] -------------------------------------------------------------
>       [mvn] [ERROR] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[26,80] package com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect does not exist
>       [mvn] [ERROR] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[420,29] cannot find symbol
>       [mvn]   symbol:   variable Lists
>       [mvn]   location: class org.apache.solr.cloud.BasicDistributedZk2Test
>       [mvn] [INFO] 2 errors
>       [mvn] [INFO] -------------------------------------------------------------
> 
> Does anybody has an idea how this comes? I cannot reproduce with ANT.
> 
> Uwe
> 
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
> 
> > -----Original Message-----
> > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> > Sent: Thursday, February 05, 2015 6:03 PM
> > To: dev@lucene.apache.org
> > Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of
> > sync
> >
> > Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1341/
> >
> > No tests ran.
> >
> > Build Log:
> > [...truncated 39352 lines...]
> >       [mvn] [INFO] -------------------------------------------------------------
> >       [mvn] [INFO] -------------------------------------------------------------
> >       [mvn] [ERROR] COMPILATION ERROR :
> >       [mvn] [INFO] -------------------------------------------------------------
> >
> > [...truncated 798 lines...]
> > BUILD FAILED
> > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> > trunk/build.xml:542: The following error occurred while executing this line:
> > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> > trunk/build.xml:204: The following error occurred while executing this line:
> > : Java returned: 1
> >
> > Total time: 22 minutes 6 seconds
> > Build step 'Invoke Ant' marked build as failure Email was triggered for: Failure
> > Sending email for trigger: Failure
> >
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
> 
> 
> 
> 
> -- 
> Regards,
> Shalin Shekhar Mangar.


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


RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Uwe Schindler <uw...@thetaphi.de>.
Hi,

 

For now I deleted the Maven Cache. Maybe it’s some dependency problem. I also triggered a new build.

 

Uwe

 

-----

Uwe Schindler

H.-H.-Meier-Allee 63, D-28213 Bremen

 <http://www.thetaphi.de/> http://www.thetaphi.de

eMail: uwe@thetaphi.de

 

From: Shalin Shekhar Mangar [mailto:shalinmangar@gmail.com] 
Sent: Thursday, February 05, 2015 6:54 PM
To: dev@lucene.apache.org
Subject: Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

 

That's strange. This is code that I committed today but all tests and precommit passed. I'll dig.

 

On Thu, Feb 5, 2015 at 11:09 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

Very strange error:

      [mvn] [WARNING] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java: Recompile with -Xlint:unchecked for details.
      [mvn] [INFO] 4 warnings
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [ERROR] COMPILATION ERROR :
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [ERROR] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[26,80] package com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect does not exist
      [mvn] [ERROR] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[420,29] cannot find symbol
      [mvn]   symbol:   variable Lists
      [mvn]   location: class org.apache.solr.cloud.BasicDistributedZk2Test
      [mvn] [INFO] 2 errors
      [mvn] [INFO] -------------------------------------------------------------

Does anybody has an idea how this comes? I cannot reproduce with ANT.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de


> -----Original Message-----
> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> Sent: Thursday, February 05, 2015 6:03 PM
> To: dev@lucene.apache.org
> Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of
> sync
>
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1341/
>
> No tests ran.
>
> Build Log:
> [...truncated 39352 lines...]
>       [mvn] [INFO] -------------------------------------------------------------
>       [mvn] [INFO] -------------------------------------------------------------
>       [mvn] [ERROR] COMPILATION ERROR :
>       [mvn] [INFO] -------------------------------------------------------------
>
> [...truncated 798 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> trunk/build.xml:542: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> trunk/build.xml:204: The following error occurred while executing this line:
> : Java returned: 1
>
> Total time: 22 minutes 6 seconds
> Build step 'Invoke Ant' marked build as failure Email was triggered for: Failure
> Sending email for trigger: Failure
>




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





 

-- 

Regards,
Shalin Shekhar Mangar.


Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Shalin Shekhar Mangar <sh...@gmail.com>.
That's strange. This is code that I committed today but all tests and
precommit passed. I'll dig.

On Thu, Feb 5, 2015 at 11:09 PM, Uwe Schindler <uw...@thetaphi.de> wrote:

> Very strange error:
>
>       [mvn] [WARNING]
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java:
> Recompile with -Xlint:unchecked for details.
>       [mvn] [INFO] 4 warnings
>       [mvn] [INFO]
> -------------------------------------------------------------
>       [mvn] [INFO]
> -------------------------------------------------------------
>       [mvn] [ERROR] COMPILATION ERROR :
>       [mvn] [INFO]
> -------------------------------------------------------------
>       [mvn] [ERROR]
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[26,80]
> package
> com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect
> does not exist
>       [mvn] [ERROR]
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[420,29]
> cannot find symbol
>       [mvn]   symbol:   variable Lists
>       [mvn]   location: class org.apache.solr.cloud.BasicDistributedZk2Test
>       [mvn] [INFO] 2 errors
>       [mvn] [INFO]
> -------------------------------------------------------------
>
> Does anybody has an idea how this comes? I cannot reproduce with ANT.
>
> Uwe
>
> -----
> Uwe Schindler
> H.-H.-Meier-Allee 63, D-28213 Bremen
> http://www.thetaphi.de
> eMail: uwe@thetaphi.de
>
> > -----Original Message-----
> > From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> > Sent: Thursday, February 05, 2015 6:03 PM
> > To: dev@lucene.apache.org
> > Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of
> > sync
> >
> > Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1341/
> >
> > No tests ran.
> >
> > Build Log:
> > [...truncated 39352 lines...]
> >       [mvn] [INFO]
> -------------------------------------------------------------
> >       [mvn] [INFO]
> -------------------------------------------------------------
> >       [mvn] [ERROR] COMPILATION ERROR :
> >       [mvn] [INFO]
> -------------------------------------------------------------
> >
> > [...truncated 798 lines...]
> > BUILD FAILED
> > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> > trunk/build.xml:542: The following error occurred while executing this
> line:
> > /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> > trunk/build.xml:204: The following error occurred while executing this
> line:
> > : Java returned: 1
> >
> > Total time: 22 minutes 6 seconds
> > Build step 'Invoke Ant' marked build as failure Email was triggered for:
> Failure
> > Sending email for trigger: Failure
> >
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org
>
>


-- 
Regards,
Shalin Shekhar Mangar.

RE: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of sync

Posted by Uwe Schindler <uw...@thetaphi.de>.
Very strange error:

      [mvn] [WARNING] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/search/TestAnalyticsQParserPlugin.java: Recompile with -Xlint:unchecked for details.
      [mvn] [INFO] 4 warnings 
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [ERROR] COMPILATION ERROR : 
      [mvn] [INFO] -------------------------------------------------------------
      [mvn] [ERROR] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[26,80] package com.carrotsearch.ant.tasks.junit4.dependencies.com.google.common.collect does not exist
      [mvn] [ERROR] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/test/org/apache/solr/cloud/BasicDistributedZk2Test.java:[420,29] cannot find symbol
      [mvn]   symbol:   variable Lists
      [mvn]   location: class org.apache.solr.cloud.BasicDistributedZk2Test
      [mvn] [INFO] 2 errors 
      [mvn] [INFO] -------------------------------------------------------------

Does anybody has an idea how this comes? I cannot reproduce with ANT.

Uwe

-----
Uwe Schindler
H.-H.-Meier-Allee 63, D-28213 Bremen
http://www.thetaphi.de
eMail: uwe@thetaphi.de

> -----Original Message-----
> From: Apache Jenkins Server [mailto:jenkins@builds.apache.org]
> Sent: Thursday, February 05, 2015 6:03 PM
> To: dev@lucene.apache.org
> Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1341: POMs out of
> sync
> 
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1341/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 39352 lines...]
>       [mvn] [INFO] -------------------------------------------------------------
>       [mvn] [INFO] -------------------------------------------------------------
>       [mvn] [ERROR] COMPILATION ERROR :
>       [mvn] [INFO] -------------------------------------------------------------
> 
> [...truncated 798 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> trunk/build.xml:542: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
> trunk/build.xml:204: The following error occurred while executing this line:
> : Java returned: 1
> 
> Total time: 22 minutes 6 seconds
> Build step 'Invoke Ant' marked build as failure Email was triggered for: Failure
> Sending email for trigger: Failure
> 



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


[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1356: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1356/

No tests ran.

Build Log:
[...truncated 37232 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:357: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:582: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 17 minutes 29 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1355: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1355/

No tests ran.

Build Log:
[...truncated 37051 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:356: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:581: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 17 minutes 25 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1354: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1354/

No tests ran.

Build Log:
[...truncated 37086 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:356: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:582: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 18 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1353: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1353/

No tests ran.

Build Log:
[...truncated 37302 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:356: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:581: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 17 minutes 18 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1352: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1352/

No tests ran.

Build Log:
[...truncated 37076 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:356: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:581: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 17 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1351: POMs out of sync

Posted by Robert Muir <rc...@gmail.com>.
Has anyone looked into these failures with the concurrentlinkedhashmap
dependency? Its been failing for a while now, something seems to be
wrong with maven dependencies.

But it seems like it should work:
http://search.maven.org/#artifactdetails|com.googlecode.concurrentlinkedhashmap|concurrentlinkedhashmap-lru|1.2|jar


On Sat, Feb 14, 2015 at 12:11 PM, Apache Jenkins Server
<je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1351/
>
> No tests ran.
>
> Build Log:
> [...truncated 37062 lines...]
> -validate-maven-dependencies:
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] An error has occurred while processing the Maven artifact tasks.
>
> [...truncated 16 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:356: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:581: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
>   com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
>
> from the specified remote repositories:
>   maven-restlet (http://maven.restlet.org),
>   central (http://repo1.maven.org/maven2),
>   Nexus (http://repository.apache.org/snapshots),
>   releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
>
> Path to dependency:
>         1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT
>
>
>
> Total time: 20 minutes 56 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
>
> ---------------------------------------------------------------------
> 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


[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1351: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1351/

No tests ran.

Build Log:
[...truncated 37062 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:356: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:581: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 20 minutes 56 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1350: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1350/

No tests ran.

Build Log:
[...truncated 37041 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:356: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:581: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 18 minutes 14 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1349: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1349/

No tests ran.

Build Log:
[...truncated 37045 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:355: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 18 minutes 7 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1348: POMs out of sync

Posted by Steve Rowe <sa...@gmail.com>.
[javadoc] /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/java/org/apache/solr/core/RequestHandlers.java:250: warning: empty <p> tag
  [javadoc]    * <p>
  [javadoc]      ^
  [javadoc] Generating /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build/docs/solr-core/org/apache/solr/util/package-summary.html...
  [javadoc] Copying file /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/src/java/org/apache/solr/util/doc-files/min-should-match.html to directory /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build/docs/solr-core/org/apache/solr/util/doc-files...
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build/docs/solr-core/help-doc.html...
  [javadoc] 1 warning


> On Feb 11, 2015, at 11:43 AM, Apache Jenkins Server <je...@builds.apache.org> wrote:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1348/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 17949 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:185: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:61: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:58: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:453: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:276: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/build.xml:49: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:298: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:2054: Javadocs warnings were found!
> 
> Total time: 9 minutes 20 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> 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


[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1348: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1348/

No tests ran.

Build Log:
[...truncated 17949 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:185: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:61: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:58: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:453: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:276: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/core/build.xml:49: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:298: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:2054: Javadocs warnings were found!

Total time: 9 minutes 20 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1347: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1347/

No tests ran.

Build Log:
[...truncated 37443 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:355: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 18 minutes 28 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1346: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1346/

No tests ran.

Build Log:
[...truncated 37043 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:359: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 18 minutes 9 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1345: POMs out of sync

Posted by Mark Miller <ma...@gmail.com>.
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196:
The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
trunk/solr/build.xml:621: The following error occurred while executing this
line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
trunk/solr/common-build.xml:359: The following error occurred while
executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-
trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to
get dependency information: Unable to read the metadata file for artifact
'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar':
Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.
concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project
com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.
com/artifactory/libs-release)

Path to dependency:
        1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT


On Sun Feb 08 2015 at 2:27:41 PM Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1345/
>
> No tests ran.
>
> Build Log:
> [...truncated 36934 lines...]
> -validate-maven-dependencies:
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT:
> checking for updates from sonatype.releases
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> analyzers-common:6.0.0-SNAPSHOT: checking for updates from
> releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from
> releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from
> releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-
> backward-codecs:6.0.0-SNAPSHOT: checking for updates from
> releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT:
> checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT:
> checking for updates from releases.cloudera.com
> [artifact:dependencies] An error has occurred while processing the Maven
> artifact tasks.
>
> [...truncated 16 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535:
> The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196:
> The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-
> Maven-trunk/solr/build.xml:621: The following error occurred while
> executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-
> Maven-trunk/solr/common-build.xml:359: The following error occurred while
> executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-
> Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact:
> Unable to get dependency information: Unable to read the metadata file for
> artifact 'com.googlecode.concurrentlinkedhashmap:
> concurrentlinkedhashmap-lru:jar': Cannot find parent:
> org.sonatype.oss:oss-parent for project: com.googlecode.
> concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project
> com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
>   com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:
> jar:1.2
>
> from the specified remote repositories:
>   maven-restlet (http://maven.restlet.org),
>   central (http://repo1.maven.org/maven2),
>   Nexus (http://repository.apache.org/snapshots),
>   releases.cloudera.com (https://repository.cloudera.
> com/artifactory/libs-release)
>
> Path to dependency:
>         1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT
>
>
>
> Total time: 17 minutes 52 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure
> Sending email for trigger: Failure
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
> For additional commands, e-mail: dev-help@lucene.apache.org

[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1345: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1345/

No tests ran.

Build Log:
[...truncated 36934 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:359: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 17 minutes 52 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1344: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1344/

No tests ran.

Build Log:
[...truncated 37049 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:357: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 23 minutes 40 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1343: POMs out of sync

Posted by Steve Rowe <sa...@gmail.com>.
Clearly just deleting the oss-parent-3.pom file from the local maven repo didn’t work - Maven jobs have all failed since then with the same error.

I don’t understand where the 301 is coming from - the only repo I can find it on (among those listed: Cloudera, Restlet, ASF snapshot, and central) is central, and it looks fine there.

I’ve manually downloaded both oss-parent-3.pom and its .sha1 file from central and put them in place in the local maven repo.  We’ll see if that works.

Steve

> On Feb 6, 2015, at 11:51 AM, Steve Rowe <sa...@gmail.com> wrote:
> 
> The problem here is a malformed POM for org.sonatype.oss:oss-parent:
> 
> =====
> [artifact:dependencies]  Diagnosis:
> [artifact:dependencies] 
> [artifact:dependencies] Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
> [artifact:dependencies]   com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
> […]
> [artifact:dependencies] Not a v4.0.0 POM. for project org.sonatype.oss:oss-parent at /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
> =====
> 
> The oss-parent-3.pom file contains:
> 
> =====
> <html>
> <head><title>301 Moved Permanently</title></head>
> <body bgcolor="white">
> <center><h1>301 Moved Permanently</h1></center>
> <hr><center>nginx</center>
> </body>
> </html>
> =====
> 
> I just deleted it - I can see it’s got the right stuff at central - hopefully it’ll get picked up properly on the next job.
> 
> Steve
> 
> 
>> On Feb 6, 2015, at 11:40 AM, Apache Jenkins Server <je...@builds.apache.org> wrote:
>> 
>> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1343/
>> 
>> No tests ran.
>> 
>> Build Log:
>> [...truncated 37019 lines...]
>> -validate-maven-dependencies:
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
>> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
>> [artifact:dependencies] An error has occurred while processing the Maven artifact tasks.
>> 
>> [...truncated 16 lines...]
>> BUILD FAILED
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:357: The following error occurred while executing this line:
>> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
>> com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
>> 
>> from the specified remote repositories:
>> maven-restlet (http://maven.restlet.org),
>> central (http://repo1.maven.org/maven2),
>> Nexus (http://repository.apache.org/snapshots),
>> releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
>> 
>> Path to dependency: 
>> 	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT
>> 
>> 
>> 
>> Total time: 18 minutes 34 seconds
>> Build step 'Invoke Ant' marked build as failure
>> Email was triggered for: Failure
>> Sending email for trigger: Failure
>> 
>> 
>> 
>> ---------------------------------------------------------------------
>> 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


Re: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1343: POMs out of sync

Posted by Steve Rowe <sa...@gmail.com>.
The problem here is a malformed POM for org.sonatype.oss:oss-parent:

=====
[artifact:dependencies]  Diagnosis:
[artifact:dependencies] 
[artifact:dependencies] Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
[artifact:dependencies]   com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
[…]
[artifact:dependencies] Not a v4.0.0 POM. for project org.sonatype.oss:oss-parent at /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/3/oss-parent-3.pom
=====

The oss-parent-3.pom file contains:

=====
<html>
<head><title>301 Moved Permanently</title></head>
<body bgcolor="white">
<center><h1>301 Moved Permanently</h1></center>
<hr><center>nginx</center>
</body>
</html>
=====

I just deleted it - I can see it’s got the right stuff at central - hopefully it’ll get picked up properly on the next job.

Steve


> On Feb 6, 2015, at 11:40 AM, Apache Jenkins Server <je...@builds.apache.org> wrote:
> 
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1343/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 37019 lines...]
> -validate-maven-dependencies:
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
> [artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
> [artifact:dependencies] An error has occurred while processing the Maven artifact tasks.
> 
> [...truncated 16 lines...]
> BUILD FAILED
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:357: The following error occurred while executing this line:
> /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
>  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
> 
> from the specified remote repositories:
>  maven-restlet (http://maven.restlet.org),
>  central (http://repo1.maven.org/maven2),
>  Nexus (http://repository.apache.org/snapshots),
>  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
> 
> Path to dependency: 
> 	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT
> 
> 
> 
> Total time: 18 minutes 34 seconds
> Build step 'Invoke Ant' marked build as failure
> Email was triggered for: Failure
> Sending email for trigger: Failure
> 
> 
> 
> ---------------------------------------------------------------------
> 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


[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1343: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1343/

No tests ran.

Build Log:
[...truncated 37019 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:357: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 18 minutes 34 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure



[JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1342: POMs out of sync

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1342/

No tests ran.

Build Log:
[...truncated 36916 lines...]
-validate-maven-dependencies:
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-test-framework:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from sonatype.releases
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-parent:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-common:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-kuromoji:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-analyzers-phonetic:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-backward-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-codecs:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-expressions:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-grouping:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-highlighter:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-join:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-memory:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-misc:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queries:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-queryparser:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-spatial:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.lucene:lucene-suggest:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-core:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from maven-restlet
[artifact:dependencies] [INFO] snapshot org.apache.solr:solr-solrj:6.0.0-SNAPSHOT: checking for updates from releases.cloudera.com
[artifact:dependencies] Downloading: com/carrotsearch/hppc/0.5.2/hppc-0.5.2.pom from repository maven-restlet at http://maven.restlet.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.carrotsearch:hppc:pom:0.5.2' in repository maven-restlet (http://maven.restlet.org)
[artifact:dependencies] Downloading: com/carrotsearch/hppc/0.5.2/hppc-0.5.2.pom from repository releases.cloudera.com at https://repository.cloudera.com/artifactory/libs-release
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.carrotsearch:hppc:pom:0.5.2' in repository releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
[artifact:dependencies] Downloading: com/carrotsearch/hppc/0.5.2/hppc-0.5.2.pom from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Transferring 17K from central
[artifact:dependencies] Downloading: com/carrotsearch/hppc-parent/0.5.2/hppc-parent-0.5.2.pom from repository maven-restlet at http://maven.restlet.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.carrotsearch:hppc-parent:pom:0.5.2' in repository maven-restlet (http://maven.restlet.org)
[artifact:dependencies] Downloading: com/carrotsearch/hppc-parent/0.5.2/hppc-parent-0.5.2.pom from repository releases.cloudera.com at https://repository.cloudera.com/artifactory/libs-release
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.carrotsearch:hppc-parent:pom:0.5.2' in repository releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
[artifact:dependencies] Downloading: com/carrotsearch/hppc-parent/0.5.2/hppc-parent-0.5.2.pom from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Transferring 10K from central
[artifact:dependencies] Downloading: com/google/guava/guava/14.0.1/guava-14.0.1.pom from repository maven-restlet at http://maven.restlet.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google.guava:guava:pom:14.0.1' in repository maven-restlet (http://maven.restlet.org)
[artifact:dependencies] Downloading: com/google/guava/guava/14.0.1/guava-14.0.1.pom from repository releases.cloudera.com at https://repository.cloudera.com/artifactory/libs-release
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google.guava:guava:pom:14.0.1' in repository releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
[artifact:dependencies] Downloading: com/google/guava/guava/14.0.1/guava-14.0.1.pom from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Transferring 5K from central
[artifact:dependencies] Downloading: com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom from repository maven-restlet at http://maven.restlet.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google.guava:guava-parent:pom:14.0.1' in repository maven-restlet (http://maven.restlet.org)
[artifact:dependencies] Downloading: com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom from repository releases.cloudera.com at https://repository.cloudera.com/artifactory/libs-release
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google.guava:guava-parent:pom:14.0.1' in repository releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
[artifact:dependencies] Downloading: com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Transferring 2K from central
[artifact:dependencies] Downloading: com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom from repository maven-restlet at http://maven.restlet.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google.protobuf:protobuf-java:pom:2.5.0' in repository maven-restlet (http://maven.restlet.org)
[artifact:dependencies] Downloading: com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom from repository releases.cloudera.com at https://repository.cloudera.com/artifactory/libs-release
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google.protobuf:protobuf-java:pom:2.5.0' in repository releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
[artifact:dependencies] Downloading: com/google/protobuf/protobuf-java/2.5.0/protobuf-java-2.5.0.pom from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Transferring 8K from central
[artifact:dependencies] Downloading: com/google/google/1/google-1.pom from repository maven-restlet at http://maven.restlet.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google:google:pom:1' in repository maven-restlet (http://maven.restlet.org)
[artifact:dependencies] Downloading: com/google/google/1/google-1.pom from repository releases.cloudera.com at https://repository.cloudera.com/artifactory/libs-release
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.google:google:pom:1' in repository releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
[artifact:dependencies] Downloading: com/google/google/1/google-1.pom from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Transferring 2K from central
[artifact:dependencies] Downloading: com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.2/concurrentlinkedhashmap-lru-1.2.pom from repository maven-restlet at http://maven.restlet.org
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:pom:1.2' in repository maven-restlet (http://maven.restlet.org)
[artifact:dependencies] Downloading: com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.2/concurrentlinkedhashmap-lru-1.2.pom from repository releases.cloudera.com at https://repository.cloudera.com/artifactory/libs-release
[artifact:dependencies] Unable to locate resource in repository
[artifact:dependencies] [INFO] Unable to find resource 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:pom:1.2' in repository releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)
[artifact:dependencies] Downloading: com/googlecode/concurrentlinkedhashmap/concurrentlinkedhashmap-lru/1.2/concurrentlinkedhashmap-lru-1.2.pom from repository central at http://repo1.maven.org/maven2
[artifact:dependencies] Transferring 8K from central
[artifact:dependencies] Downloading: org/sonatype/oss/oss-parent/3/oss-parent-3.pom from repository sourceforge at http://oss.sonatype.org/content/groups/sourceforge/
[artifact:dependencies] Transferring 0K from sourceforge
[artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
[artifact:dependencies] <head><title>301' - RETRYING
[artifact:dependencies] Downloading: org/sonatype/oss/oss-parent/3/oss-parent-3.pom from repository sourceforge at http://oss.sonatype.org/content/groups/sourceforge/
[artifact:dependencies] Transferring 0K from sourceforge
[artifact:dependencies] [WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = '81ffbd1712afe8cdf138b570c0fc9934742c33c1'; remote = '<html>
[artifact:dependencies] <head><title>301' - IGNORING
[artifact:dependencies] An error has occurred while processing the Maven artifact tasks.

[...truncated 16 lines...]
BUILD FAILED
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:535: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/build.xml:196: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/build.xml:621: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/solr/common-build.xml:357: The following error occurred while executing this line:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/common-build.xml:580: Unable to resolve artifact: Unable to get dependency information: Unable to read the metadata file for artifact 'com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar': Cannot find parent: org.sonatype.oss:oss-parent for project: com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 for project com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2
  com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2

from the specified remote repositories:
  maven-restlet (http://maven.restlet.org),
  central (http://repo1.maven.org/maven2),
  Nexus (http://repository.apache.org/snapshots),
  releases.cloudera.com (https://repository.cloudera.com/artifactory/libs-release)

Path to dependency: 
	1) org.apache.solr:solr-test-framework:jar:6.0.0-SNAPSHOT



Total time: 17 minutes 45 seconds
Build step 'Invoke Ant' marked build as failure
Email was triggered for: Failure
Sending email for trigger: Failure