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 2014/12/31 21:05:02 UTC

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

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

No tests ran.

Build Log:
[...truncated 40205 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: 20 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 #1306: POMs out of sync

Posted by Uwe Schindler <uw...@thetaphi.de>.
This is caused by an outdated forbidden-apis exclusion. I'll fix this!
This is one reason, why we should at one time use the forbidden-apis feature coming in the next 1.8 release: Use annotation for exclusion of methods/classes.

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: Wednesday, December 31, 2014 9:05 PM
> To: dev@lucene.apache.org
> Subject: [JENKINS-MAVEN] Lucene-Solr-Maven-trunk #1306: POMs out of
> sync
> 
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1306/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 40205 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: 20 minutes 46 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


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

Posted by Alan Woodward <al...@flax.co.uk>.
I'm eternally impressed at the new and exciting ways I find to break the build here.

Thanks for fixing, Uwe!

Alan Woodward
www.flax.co.uk


On 31 Dec 2014, at 20:28, Steve Rowe wrote:

> This is a forbidden-api failure in Solrj tests:
> 
>       [mvn] [INFO] ------------------------------------------------------------------------
>       [mvn] [INFO] Building Apache Solr Solrj tests
>       [mvn] [INFO]    task-segment: [install]
>       [mvn] [INFO] ------------------------------------------------------------------------
> [...]
>       [mvn] [INFO] [forbiddenapis:testCheck {execution: test-check-forbidden-servlet-api}]
>       [mvn] [INFO] Scanning for classes to check...
>       [mvn] [INFO] Reading API signatures: /usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/tools/forbiddenApis/servlet-api.txt
>       [mvn] [INFO] Loading classes to check...
>       [mvn] [INFO] Scanning for API signatures and dependencies...
>       [mvn] [ERROR] Forbidden method invocation: javax.servlet.ServletRequest#getParameterMap() [Servlet API method is parsing request parameters without using the correct encoding if no extra configuration is given in the servlet container]
>       [mvn] [ERROR]   in org.apache.solr.client.solrj.impl.BasicHttpSolrClientTest$DebugServlet (BasicHttpSolrClientTest.java:113)
>       [mvn] [ERROR] Scanned 101 (and 327 related) class file(s) for forbidden API invocations (in 0.20s), 1 error(s).
> 
> On Wed, Dec 31, 2014 at 3:05 PM, Apache Jenkins Server <je...@builds.apache.org> wrote:
> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1306/
> 
> No tests ran.
> 
> Build Log:
> [...truncated 40205 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: 20 minutes 46 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
> 


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

Posted by Steve Rowe <sa...@gmail.com>.
This is a forbidden-api failure in Solrj tests:

      [mvn] [INFO]
------------------------------------------------------------------------
      [mvn] [INFO] Building Apache Solr Solrj tests
      [mvn] [INFO]    task-segment: [install]
      [mvn] [INFO]
------------------------------------------------------------------------
[...]
      [mvn] [INFO] [forbiddenapis:testCheck {execution:
test-check-forbidden-servlet-api}]
      [mvn] [INFO] Scanning for classes to check...
      [mvn] [INFO] Reading API signatures:
/usr/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Maven-trunk/lucene/tools/forbiddenApis/servlet-api.txt
      [mvn] [INFO] Loading classes to check...
      [mvn] [INFO] Scanning for API signatures and dependencies...
      [mvn] [ERROR] Forbidden method invocation:
javax.servlet.ServletRequest#getParameterMap() [Servlet API method is
parsing request parameters without using the correct encoding if no
extra configuration is given in the servlet container]
      [mvn] [ERROR]   in
org.apache.solr.client.solrj.impl.BasicHttpSolrClientTest$DebugServlet
(BasicHttpSolrClientTest.java:113)
      [mvn] [ERROR] Scanned 101 (and 327 related) class file(s) for
forbidden API invocations (in 0.20s), 1 error(s).


On Wed, Dec 31, 2014 at 3:05 PM, Apache Jenkins Server <
jenkins@builds.apache.org> wrote:

> Build: https://builds.apache.org/job/Lucene-Solr-Maven-trunk/1306/
>
> No tests ran.
>
> Build Log:
> [...truncated 40205 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: 20 minutes 46 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
>