RE: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-08-18 Thread Simon Steiner
Hi,

 

Apache provide Jenkins CI, maybe that is more configurable so we can control 
our dependancies.

 

https://builds.apache.org/

 

Thanks

 

From: Luis Bernardo [mailto:lmpmberna...@gmail.com] 
Sent: 15 August 2014 16:49
To: fop-dev@xmlgraphics.apache.org
Subject: Re: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

 

The fact that gump uses a snapshot for checkstyle is not new but the version 
(of the snapshot) was bumped to 5.8 from 5.7. I think we may have to upgrade 
too... I believe Vincent tried to force gump to use our own checkstyle version 
and it was not simple.

 

On Fri, Aug 15, 2014 at 4:29 PM, Simon Steiner simonsteiner1...@gmail.com 
mailto:simonsteiner1...@gmail.com  wrote:

Hi,

Could be stick to a released version of checkstyle otherwise its hard to run 
locally.

Thanks


-Original Message-
From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com 
mailto:bowditch_ch...@hotmail.com ]
Sent: 15 August 2014 16:09
To: fop-dev@xmlgraphics.apache.org mailto:fop-dev@xmlgraphics.apache.org 
Subject: Re: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

Hi Glenn,

Luis mentioned to me that Gump had upgraded the Checkstyle version.
Thanasis should have some time to look into the failures next week.

Thanks

Chris

On 15/08/2014 02:17, Glenn Adams wrote:
 Whatever this problem is doesn't seem related to my recent findbugs
 changes. It looks like the checkstyle rules being run by gump don't
 correspond to what is in trunk, since I am not seeing any of these
 warnings (using Checkstyle 5.7). I also wonder why an unreleased
 (snapshot) of Checkstyle 5.8 is being used by gump.


 On Thu, Aug 14, 2014 at 7:10 PM, FOP Gump Nightly Build
 fop-dev@xmlgraphics.apache.org mailto:fop-dev@xmlgraphics.apache.org 
 mailto:fop-dev@xmlgraphics.apache.org 
 mailto:fop-dev@xmlgraphics.apache.org  wrote:

 To whom it may engage...

 This is an automated request, but not an unsolicited one. For
 more information please visit http://gump.apache.org/nagged.html,
 and/or contact the folk at gene...@gump.apache.org 
 mailto:gene...@gump.apache.org 
 mailto:gene...@gump.apache.org mailto:gene...@gump.apache.org .

 Project xml-fop-test has an issue affecting its community integration.
 This issue affects 1 projects,
  and has been outstanding for 9 runs.
 The current state of this project is 'Failed', with reason 'Build
 Failed'.
 For reference only, the following projects are affected by this:
 - xml-fop-test :  XSL-FO (Formatting Objects) processor


 Full details are available at:

 http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/index.html

 That said, some information snippets are provided here.

 The following annotations (debug/informational/warning/error
 messages) were provided:
  -DEBUG- Dependency on checkstyle exists, no need to add for
 property checkstyle.location.
  -INFO- Failed with reason build failed
  -INFO- Project Reports in:
 /srv/gump/public/workspace/xml-fop/build/test-reports



 The following work was performed:
 
 http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/gump_work/build_xml-fop_xml-fop-test.html
 Work Name: build_xml-fop_xml-fop-test (Type: Build)
 Work ended in a state of : Failed
 Elapsed: 3 mins 50 secs
 Command Line: /usr/lib/jvm/java-7-oracle/bin/java
 -Djava.awt.headless=true -Dbuild.sysclasspath=only
 -Dant.build.clonevm=true
 
 -Xbootclasspath/p:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main
 -Dgump.merge=/srv/gump/public/gump/work/merge.xml
 
 -Dcheckstyle.location=/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar
 gump-test
 [Working Directory: /srv/gump/public/workspace/xml-fop]
 CLASSPATH:
 
 

Re: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-08-18 Thread Chris Bowditch
Yes I'd prefer to work with Jenkins, Gump is a bit old school :-) I'd 
also like to be able to control the version of build tools that we use, 
not sure if the Apache Jenkins server will allow that or not?


Thanks,

Chris

On 18/08/2014 08:46, Simon Steiner wrote:


Hi,

Apache provide Jenkins CI, maybe that is more configurable so we can 
control our dependancies.


https://builds.apache.org/

Thanks

*From:*Luis Bernardo [mailto:lmpmberna...@gmail.com]
*Sent:* 15 August 2014 16:49
*To:* fop-dev@xmlgraphics.apache.org
*Subject:* Re: [GUMP@vmgump]: Project xml-fop-test (in module xml-fop) 
failed


The fact that gump uses a snapshot for checkstyle is not new but the 
version (of the snapshot) was bumped to 5.8 from 5.7. I think we may 
have to upgrade too... I believe Vincent tried to force gump to use 
our own checkstyle version and it was not simple.


On Fri, Aug 15, 2014 at 4:29 PM, Simon Steiner 
simonsteiner1...@gmail.com mailto:simonsteiner1...@gmail.com wrote:


Hi,

Could be stick to a released version of checkstyle otherwise its
hard to run locally.

Thanks


-Original Message-
From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com
mailto:bowditch_ch...@hotmail.com]
Sent: 15 August 2014 16:09
To: fop-dev@xmlgraphics.apache.org
mailto:fop-dev@xmlgraphics.apache.org
Subject: Re: [GUMP@vmgump]: Project xml-fop-test (in module
xml-fop) failed

Hi Glenn,

Luis mentioned to me that Gump had upgraded the Checkstyle version.
Thanasis should have some time to look into the failures next week.

Thanks

Chris

On 15/08/2014 02:17, Glenn Adams wrote:
 Whatever this problem is doesn't seem related to my recent findbugs
 changes. It looks like the checkstyle rules being run by gump don't
 correspond to what is in trunk, since I am not seeing any of these
 warnings (using Checkstyle 5.7). I also wonder why an unreleased
 (snapshot) of Checkstyle 5.8 is being used by gump.


 On Thu, Aug 14, 2014 at 7:10 PM, FOP Gump Nightly Build
 fop-dev@xmlgraphics.apache.org
mailto:fop-dev@xmlgraphics.apache.org
 mailto:fop-dev@xmlgraphics.apache.org
mailto:fop-dev@xmlgraphics.apache.org wrote:

 To whom it may engage...

 This is an automated request, but not an unsolicited one. For
 more information please visit
http://gump.apache.org/nagged.html,
 and/or contact the folk at gene...@gump.apache.org
mailto:gene...@gump.apache.org
 mailto:gene...@gump.apache.org
mailto:gene...@gump.apache.org.

 Project xml-fop-test has an issue affecting its community
integration.
 This issue affects 1 projects,
  and has been outstanding for 9 runs.
 The current state of this project is 'Failed', with reason
'Build
 Failed'.
 For reference only, the following projects are affected by this:
 - xml-fop-test :  XSL-FO (Formatting Objects) processor


 Full details are available at:

 http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/index.html

 That said, some information snippets are provided here.

 The following annotations (debug/informational/warning/error
 messages) were provided:
  -DEBUG- Dependency on checkstyle exists, no need to add for
 property checkstyle.location.
  -INFO- Failed with reason build failed
  -INFO- Project Reports in:
  /srv/gump/public/workspace/xml-fop/build/test-reports



 The following work was performed:


http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/gump_work/build_xml-fop_xml-fop-test.html
 Work Name: build_xml-fop_xml-fop-test (Type: Build)
 Work ended in a state of : Failed
 Elapsed: 3 mins 50 secs
 Command Line: /usr/lib/jvm/java-7-oracle/bin/java
 -Djava.awt.headless=true -Dbuild.sysclasspath=only
 -Dant.build.clonevm=true

 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main
  -Dgump.merge=/srv/gump/public/gump/work/merge.xml

 
-Dcheckstyle.location=/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar
 gump-test
 [Working Directory: /srv/gump/public/workspace/xml-fop]
 CLASSPATH:

 

[GUMP@vmgump]: Project xml-fop-test (in module xml-fop) failed

2014-08-18 Thread FOP Gump Nightly Build
To whom it may engage...

This is an automated request, but not an unsolicited one. For 
more information please visit http://gump.apache.org/nagged.html, 
and/or contact the folk at gene...@gump.apache.org.

Project xml-fop-test has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 25 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
- xml-fop-test :  XSL-FO (Formatting Objects) processor


Full details are available at:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were 
provided:
 -DEBUG- Dependency on checkstyle exists, no need to add for property 
checkstyle.location.
 -INFO- Failed with reason build failed
 -INFO- Project Reports in: 
/srv/gump/public/workspace/xml-fop/build/test-reports



The following work was performed:
http://vmgump.apache.org/gump/public/xml-fop/xml-fop-test/gump_work/build_xml-fop_xml-fop-test.html
Work Name: build_xml-fop_xml-fop-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 mins 40 secs
Command Line: /usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true 
-Dbuild.sysclasspath=only -Dant.build.clonevm=true 
-Xbootclasspath/p:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar
 org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml 
-Dcheckstyle.location=/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar
 gump-test 
[Working Directory: /srv/gump/public/workspace/xml-fop]
CLASSPATH: 
/usr/lib/jvm/java-7-oracle/lib/tools.jar:/srv/gump/public/workspace/xml-fop/build/classes:/srv/gump/public/workspace/xml-fop/build/codegen-classes:/srv/gump/public/workspace/xml-fop/build/test-classes:/srv/gump/public/workspace/xml-fop/lib/build/asm-3.1.jar:/srv/gump/public/workspace/xml-fop/lib/build/mockito-core-1.8.5.jar:/srv/gump/public/workspace/xml-fop/lib/build/hamcrest.core-1.1.0.jar:/srv/gump/public/workspace/xml-fop/lib/build/objenesis-1.0.0.jar:/srv/gump/public/workspace/xml-fop/lib/build/qdox-1.12.jar:/srv/gump/public/workspace/xml-fop/lib/fontbox-1.8.5.jar:/srv/gump/public/workspace/checkstyle/target/checkstyle-5.8-SNAPSHOT.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-20140819.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-1.3-SNAPSHOT.jar:/srv/gump/public/workspace/commons-collections-3.x/target/commons-collections-3.3-SNAPSHOT.jar:/srv/gump/public/workspace/apach
 
e-commons/exec/target/commons-exec-1.3-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20140819.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20140819.jar:/srv/gump/public/workspace/apache-commons/validator/dist/commons-validator-20140819.jar:/srv/gump/public/workspace/google-guava/guava/target/guava-19.0-SNAPSHOT.jar:/srv/gump/public/workspace/xml-fop/build/fop.jar:/srv/gump/public/workspace/xml-fop/build/fop-sandbox.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/dist/lib/ant-swing.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/dist/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/xml-commons/java/build/re
 
solver.jar:/srv/gump/packages/apache-attic/avalon-framework-api-4.3.jar:/srv/gump/packages/apache-attic/avalon-framework-impl-4.3.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-2.5-SNAPSHOT.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/batik-slideshow.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/batik-svgpp.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/lib/batik-anim.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/lib/batik-awt-util.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/lib/batik-bridge.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/lib/batik-codec.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/lib/batik-css.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/lib/batik-dom.jar:/srv/gump/public/workspace/xml-batik/batik-20140819/lib/