You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by gu...@vmgump-vm3.apache.org on 2018/02/01 04:49:40 UTC

BATCH: All dressed up, with nowhere to go...

Dear Gumpmeisters,
            
The following 2 notifys should have been sent

*********************************************************** G U M P
[GUMP@vmgump-vm3]: Project commons-beanutils (in module apache-commons) failed
[GUMP@vmgump-vm3]: Project test-ant (in module ant) failed
*********************************************************** G U M P
[GUMP@vmgump-vm3]: Project commons-beanutils (in module apache-commons) failed
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 general@gump.apache.org.

Project commons-beanutils has an issue affecting its community integration.
This issue affects 7 projects,
 and has been outstanding for 114 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - checkstyle :  Java style checker
    - commons-beanutils :  Bean Utilities
    - commons-digester :  XML to Java Object Configuration
    - tomcat-tc7.0.x-validate :  Tomcat 7.x, a web server implementing Java Servlet 3.0,
    ...
    - tomcat-tc8.0.x-validate :  Tomcat 8.x, a web server implementing the Java Servlet 3.1,
...
    - tomcat-trunk-validate :  Tomcat 9.x, a web server implementing the Java Servlet 4.0,
...
    - xmlgraphics-commons-test :  Apache XML Graphics Commons - Common Components for Batik an...


Full details are available at:
    http://vmgump-vm3.apache.org/apache-commons/commons-beanutils/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole pom output [pom.xml] identifier set to project name
 -DEBUG- Dependency on junit exists, no need to add for property junit.home.
 -INFO- Failed with reason build failed
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump-vm3.apache.org/apache-commons/commons-beanutils/gump_work/build_apache-commons_commons-beanutils.html
Work Name: build_apache-commons_commons-beanutils (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Djunit.home=/srv/gump/public/workspace/junit -Dcomponent.version=20180201 jar 
[Working Directory: /srv/gump/public/workspace/apache-commons/beanutils]
CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/target/classes:/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/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20180201.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20180201.jar:/srv/gump/packages/commons-collections3/commons-collections-3.2.1.jar:/srv/gump/public/workspace/junit/target/junit-4.
 13-SNAPSHOT.jar
---------------------------------------------
    [javac]   symbol:   class Transformer
    [javac]   location: class BeanMap
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanMap.java:200: error: cannot find symbol
    [javac]             new Transformer() {
    [javac]                 ^
    [javac]   symbol:   class Transformer
    [javac]   location: class BeanMap
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanMap.java:623: error: incompatible types: org.apache.commons.beanutils2.BeanMap.Entry cannot be converted to java.util.Map.Entry<Object,Object>
    [javac]                 Map.Entry<Object, Object> tmpEntry = new Entry( BeanMap.this, key, value );
    [javac]                                                      ^
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanMap.java:790: error: method does not override or implement a method from a supertype
    [javac]         @Override
    [javac]         ^
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanMap.java:792: error: cannot find symbol
    [javac]             final Object key = getKey();
    [javac]                                ^
    [javac]   symbol:   method getKey()
    [javac]   location: class Entry
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanMap.java:797: error: non-static variable super cannot be referenced from a static context
    [javac]             super.setValue( newValue );
    [javac]             ^
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanMap.java:797: error: cannot find symbol
    [javac]             super.setValue( newValue );
    [javac]                  ^
    [javac]   symbol: method setValue(Object)
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanMap.java:891: error: cannot find symbol
    [javac]             final Transformer transformer = getTypeTransformer( newType );
    [javac]                   ^
    [javac]   symbol:   class Transformer
    [javac]   location: class BeanMap
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanPredicate.java:63: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanPropertyValueChangeClosure.java:161: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanPropertyValueEqualsPredicate.java:195: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] /srv/gump/public/workspace/apache-commons/beanutils/src/main/java/org/apache/commons/beanutils2/BeanToPropertyValueTransformer.java:148: error: method does not override or implement a method from a supertype
    [javac]     @Override
    [javac]     ^
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 40 errors

BUILD FAILED
/srv/gump/public/workspace/apache-commons/beanutils/build.xml:151: Compile failed; see the compiler error output for details.

Total time: 2 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/apache-commons/commons-beanutils/rss.xml
- Atom: http://vmgump-vm3.apache.org/apache-commons/commons-beanutils/atom.xml

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20180201000019, vmgump-vm3.apache.org:vmgump:20180201000019
Gump E-mail Identifier (unique within run) #1.

*********************************************************** G U M P
[GUMP@vmgump-vm3]: Project test-ant (in module ant) failed
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 general@gump.apache.org.

Project test-ant has an issue affecting its community integration.
This issue affects 1 projects,
 and has been outstanding for 114 runs.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - test-ant :  Java based build tool


Full details are available at:
    http://vmgump-vm3.apache.org/ant/test-ant/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -WARNING- Bad *Optional* Dependency. Project: bsh : unknown to *this* workspace
 -INFO- Failed with reason build failed



The following work was performed:
http://vmgump-vm3.apache.org/ant/test-ant/gump_work/build_ant_test-ant.html
Work Name: build_ant_test-ant (Type: Build)
Work ended in a state of : Failed
Elapsed: 9 mins 2 secs
Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dtest.haltonfailure=false -Dant.home=/srv/gump/public/workspace/ant/dist run-tests 
[Working Directory: /srv/gump/public/workspace/ant]
CLASSPATH: /usr/lib/jvm/java-8-oracle/lib/tools.jar:/srv/gump/public/workspace/ant/build/testcases:/srv/gump/public/workspace/ant/src/tests/junit:/srv/gump/public/workspace/ant/src/etc/testcases:/srv/gump/public/workspace/ant/src/etc/testcases/taskdefs/optional/out:/srv/gump/public/workspace/ant/src/tests/antunit/filters:/srv/gump/public/workspace/ant/src/tests/antunit/taskdefs/importtests:/srv/gump/public/workspace/ant/src/tests/antunit/filters/foo:/srv/gump/public/workspace/ant/src/tests/antunit/taskdefs/foo:/srv/gump/public/workspace/ant/build/antunit/tmp/testinput/build:/srv/gump/public/workspace/ant/build/antunit/tmp/testoutput:/srv/gump/public/workspace/ant/build/antunit/tmp/test.jar:/srv/gump/public/workspace/ant/build/antunit/tmp/test1.jar:/srv/gump/public/workspace/ant/build/antunit/tmp/test2.jar:/srv/gump/public/workspace/ant/build/antunit/tmp/test3.jar:/srv/gump/public/workspace/ant/build/antunit/tmp/test4.jar:/srv/gump/public/workspace/ant/build/antunit/tmp/test5.jar:/srv
 /gump/public/workspace/ant/build/antunit/tmp/resources:/srv/gump/public/workspace/ant/build/lib/ant.jar:/srv/gump/public/workspace/ant/build/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/build/lib/ant-antlr.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bcel.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-bsf.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-log4j.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-oro.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-regexp.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-resolver.jar:/srv/gump/public/workspace/ant/build/lib/ant-apache-xalan2.jar:/srv/gump/public/workspace/ant/build/lib/ant-commons-logging.jar:/srv/gump/public/workspace/ant/build/lib/ant-commons-net.jar:/srv/gump/public/workspace/ant/build/lib/ant-jai.jar:/srv/gump/public/workspace/ant/build/lib/ant-javamail.jar:/srv/gump/public/workspace/ant/build/lib/ant-jdepend.jar:/srv/gump/public/workspace/ant/build/lib/ant-jmf.jar
 :/srv/gump/public/workspace/ant/build/lib/ant-jsch.jar:/srv/gump/public/workspace/ant/build/lib/ant-junit.jar:/srv/gump/public/workspace/ant/build/lib/ant-junit4.jar:/srv/gump/public/workspace/ant/build/lib/ant-swing.jar:/srv/gump/public/workspace/ant/build/lib/ant-xz.jar:/srv/gump/packages/antlr/antlr-3.1.3.jar:/srv/gump/public/workspace/ant-contrib/lib/bcel/jars/bcel-5.1.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-20180201.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20180201.jar:/srv/gump/public/workspace/apache-commons/net/target/commons-net-3.7-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/net/target/commons-net-ftp-3.7-SNAPSHOT.jar:/srv/gump/packages/jaf-1.1ea/activation.jar:/srv/gump/public/workspace/jakarta-bsf/build/lib/bsf.jar:/srv/gump/packages/apache-attic/jakarta-regexp-1.5.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/packages/javamail-1.4/mail.
 jar:/srv/gump/packages/javamail-1.4/lib/mailapi.jar:/srv/gump/packages/jdepend-2.6/lib/jdepend.jar:/srv/gump/packages/jsch/jsch-0.1.45.jar:/srv/gump/public/workspace/logging-log4j-12/target/log4j-1.2.18-SNAPSHOT.jar:/srv/gump/packages/apache-attic/oro-2.0.8.jar:/srv/gump/public/workspace/xz-java/build/jar-20180201/xz.jar:/srv/gump/public/workspace/antlibs-antunit/build/ant-antunit-20180201.jar:/srv/gump/packages/hamcrest/hamcrest-core-1.3.jar:/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/commons-codec-1.x/dist/commons-codec-20180201.jar
---------------------------------------------
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/modified-test.xml
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
[au:antunit] Target: testUpdate took 0.01 sec
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/ownedby-test.xml
[au:antunit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.009 sec
[au:antunit] Target: testOwnedBy took 0.003 sec
[au:antunit] Target: testAsTrueConditions took 0 sec
[au:antunit] Target: testRequiresOwner took 0 sec
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/present-test.xml
[au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.002 sec
[au:antunit] Target: testMapperByTypedef took 0.001 sec
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/readwrite-test.xml
[au:antunit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
[au:antunit] Target: testWritable took 0.002 sec
[au:antunit] Target: testAsConditions took 0.001 sec
[au:antunit] Target: testReadable took 0.001 sec
[au:antunit] Target: testUnwritable took 0.001 sec
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/select-test.xml
[au:antunit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
[au:antunit] Target: testIfFalse took 0.002 sec
[au:antunit] Target: testIfNotSet took 0.001 sec
[au:antunit] Target: testIfTrue took 0.002 sec
[au:antunit] Target: testIfSet took 0.002 sec
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/symlink-test.xml
[au:antunit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
[au:antunit] Target: testAsFalseConditions took 0.001 sec
[au:antunit] Target: testAsTrueConditions took 0 sec
[au:antunit] Target: testNoSymlink took 0 sec
[au:antunit] Target: testSymlink took 0 sec
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/tarfileset-test.xml
[au:antunit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.007 sec
[au:antunit] Target: test-refid-check-encoding took 0 sec
[au:antunit] Target: testMissingArchive took 0.001 sec
[au:antunit] Target: testMissingArchiveDoesntMatter took 0 sec
[au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/zipfileset-test.xml
[au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.018 sec
[au:antunit] Target: testMissingArchive took 0 sec
[au:antunit] Target: test-refid-check-encoding took 0 sec
[au:antunit] Target: test-refid-modify took 0.006 sec
[au:antunit] Target: test-refid-check-prefix took 0 sec
[au:antunit] Target: testMissingArchiveDoesntMatter took 0.001 sec

check-failed:

run-tests:

BUILD FAILED
/srv/gump/public/workspace/ant/build.xml:1618: Unit tests failed

Total time: 9 minutes 1 second
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump-vm3.apache.org/ant/test-ant/rss.xml
- Atom: http://vmgump-vm3.apache.org/ant/test-ant/atom.xml

============================== Gump Tracking Only ===
Produced by Apache Gump(TM) version 2.3.
Gump Run 20180201000019, vmgump-vm3.apache.org:vmgump:20180201000019
Gump E-mail Identifier (unique within run) #2.


--
Apache Gump
http://gump.apache.org/ [Instance: vmgump-vm3]

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org