Return-Path: X-Original-To: apmail-gump-general-archive@www.apache.org Delivered-To: apmail-gump-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8403B19044 for ; Sun, 17 Apr 2016 20:14:30 +0000 (UTC) Received: (qmail 31422 invoked by uid 500); 17 Apr 2016 20:14:30 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 31375 invoked by uid 500); 17 Apr 2016 20:14:30 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 31364 invoked by uid 99); 17 Apr 2016 20:14:30 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 17 Apr 2016 20:14:30 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id BA632C0B85 for ; Sun, 17 Apr 2016 20:14:29 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.231 X-Spam-Level: ** X-Spam-Status: No, score=2.231 tagged_above=-999 required=6.31 tests=[INVALID_DATE=0.432, KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 7IplmLR_ANvw for ; Sun, 17 Apr 2016 20:14:27 +0000 (UTC) Received: from vmgump.apache.org (vmgump.apache.org [140.211.11.55]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 9CA295FAE6 for ; Sun, 17 Apr 2016 20:14:26 +0000 (UTC) Received: from vmgump.apache.org (localhost [127.0.0.1]) by vmgump.apache.org (Postfix) with ESMTP id 568C71413C8 for ; Sun, 17 Apr 2016 20:13:55 +0000 (UTC) Date: Sun, 17 Apr 2016 20:13:55 UTC From: gump@vmgump.apache.org To: general@gump.apache.org Subject: BATCH: All dressed up, with nowhere to go... Message-Id: <20160417201355.568C71413C8@vmgump.apache.org> Dear Gumpmeisters, The following 3 notifys should have been sent *********************************************************** G U M P [GUMP@vmgump]: Project commons-compress (in module commons-compress) failed [GUMP@vmgump]: Project test-ant (in module ant) failed [GUMP@vmgump]: Project easymock (in module easymock) failed *********************************************************** G U M P [GUMP@vmgump]: Project commons-compress (in module commons-compress) 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-compress has an issue affecting its community integration. This issue affects 4 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - commons-compress : Commons Compression Package - commons-compress-test : Apache Commons Compress - compress-antlib : The Apache Compress Antlib contains tasks and resources that... - compress-antlib-test : The Apache Compress Antlib contains tasks and resources that... Full details are available at: http://vmgump.apache.org/gump/public/commons-compress/commons-compress/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole jar output [commons-compress-*[0-9T].jar] identifier set to project name -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/commons-compress/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/commons-compress/pom.xml -DEBUG- Extracted fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/commons-compress/commons-compress/gump_work/build_commons-compress_commons-compress.html Work Name: build_commons-compress_commons-compress (Type: Build) Work ended in a state of : Failed Elapsed: 41 secs Command Line: /opt/maven3/bin/mvn --batch-mode -DskipTests=true --settings /srv/gump/public/workspace/commons-compress/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/commons-compress] M2_HOME: /opt/maven3 --------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.java:[23,22] cannot find symbol symbol: class LZMAInputStream location: package org.tukaani.xz [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java:[41,22] cannot find symbol symbol: class LZMAInputStream location: package org.tukaani.xz [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.java:[48,18] cannot find symbol symbol: class LZMAInputStream location: class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java:[111,28] cannot find symbol symbol: variable LZMAInputStream location: class org.apache.commons.compress.archivers.sevenz.Coders.LZMADecoder [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java:[114,24] cannot find symbol symbol: class LZMAInputStream location: class org.apache.commons.compress.archivers.sevenz.Coders.LZMADecoder [INFO] 5 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 36.500 s [INFO] Finished at: 2016-04-17T19:10:58+00:00 [INFO] Final Memory: 18M/45M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project commons-compress: Compilation failure: Compilation failure: [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.java:[23,22] cannot find symbol [ERROR] symbol: class LZMAInputStream [ERROR] location: package org.tukaani.xz [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java:[41,22] cannot find symbol [ERROR] symbol: class LZMAInputStream [ERROR] location: package org.tukaani.xz [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/compressors/lzma/LZMACompressorInputStream.java:[48,18] cannot find symbol [ERROR] symbol: class LZMAInputStream [ERROR] location: class org.apache.commons.compress.compressors.lzma.LZMACompressorInputStream [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java:[111,28] cannot find symbol [ERROR] symbol: variable LZMAInputStream [ERROR] location: class org.apache.commons.compress.archivers.sevenz.Coders.LZMADecoder [ERROR] /srv/gump/public/workspace/commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/Coders.java:[114,24] cannot find symbol [ERROR] symbol: class LZMAInputStream [ERROR] location: class org.apache.commons.compress.archivers.sevenz.Coders.LZMADecoder [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/commons-compress/commons-compress/rss.xml - Atom: http://vmgump.apache.org/gump/public/commons-compress/commons-compress/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20160417180005, vmgump.apache.org:vmgump:20160417180005 Gump E-mail Identifier (unique within run) #3. *********************************************************** G U M P [GUMP@vmgump]: 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. 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.apache.org/gump/public/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.apache.org/gump/public/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: 14 mins 15 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/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-20160417.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-20160417.jar:/srv/gump/public/workspace/apache-commons/net/target/commons-net-3.5-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/net/target/commons-net-ftp-3.5-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/antlibs-antunit/build/ant-antunit-20160417.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-20160417.jar --------------------------------------------- [au:antunit] Target: testStringTokenizer took 0.001 sec [au:antunit] Target: testExplicitLines took 0.005 sec [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/depend-test.xml [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.157 sec [au:antunit] Target: testMapperByTypedef took 0.149 sec [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/different-test.xml [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.009 sec [au:antunit] Target: testMapperByTypedef took 0.007 sec [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/selectors/filename-test.xml [au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.014 sec [au:antunit] Target: testRegex took 0.004 sec [au:antunit] Target: testPattern took 0.001 sec [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.02 sec [au:antunit] Target: testUpdate took 0.014 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.008 sec [au:antunit] Target: testMapperByTypedef took 0.007 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.123 sec [au:antunit] Target: testWritable took 0.002 sec [au:antunit] Target: testAsConditions took 0.098 sec [au:antunit] Target: testReadable took 0.002 sec [au:antunit] Target: testUnwritable took 0.002 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.054 sec [au:antunit] Target: testIfFalse took 0.007 sec [au:antunit] Target: testIfNotSet took 0.006 sec [au:antunit] Target: testIfTrue took 0.007 sec [au:antunit] Target: testIfSet took 0.026 sec [au:antunit] Build File: /srv/gump/public/workspace/ant/src/tests/antunit/types/tarfileset-test.xml [au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.009 sec [au:antunit] Target: testMissingArchive took 0.005 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.07 sec [au:antunit] Target: testMissingArchive took 0.001 sec [au:antunit] Target: test-refid-check-encoding took 0 sec [au:antunit] Target: test-refid-modify took 0.025 sec [au:antunit] Target: test-refid-check-prefix took 0.001 sec [au:antunit] Target: testMissingArchiveDoesntMatter took 0 sec check-failed: run-tests: BUILD FAILED /srv/gump/public/workspace/ant/build.xml:1610: Unit tests failed Total time: 14 minutes 14 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ant/test-ant/rss.xml - Atom: http://vmgump.apache.org/gump/public/ant/test-ant/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20160417180005, vmgump.apache.org:vmgump:20160417180005 Gump E-mail Identifier (unique within run) #4. *********************************************************** G U M P [GUMP@vmgump]: Project easymock (in module easymock) 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 easymock has an issue affecting its community integration. This issue affects 10 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - easymock : EasyMock is a Java library that provides an easy way to use ... - tomcat-tc7.0.x-test-apr : Tomcat 7.x, a web server implementing Java Servlet 3.0, ... - tomcat-tc7.0.x-test-bio : Tomcat 7.x, a web server implementing Java Servlet 3.0, ... - tomcat-tc7.0.x-test-nio : Tomcat 7.x, a web server implementing Java Servlet 3.0, ... - tomcat-tc8.0.x-test-apr : Tomcat 8.x, a web server implementing the Java Servlet 3.1, ... - tomcat-tc8.0.x-test-bio : Tomcat 8.x, a web server implementing the Java Servlet 3.1, ... - tomcat-tc8.0.x-test-nio : Tomcat 8.x, a web server implementing the Java Servlet 3.1, ... - tomcat-tc8.0.x-test-nio2 : Tomcat 8.x, a web server implementing the Java Servlet 3.1, ... - tomcat-trunk-test-nio : Tomcat 9.x, a web server implementing the Java Servlet 4.0, ... - tomcat-trunk-test-nio2 : Tomcat 9.x, a web server implementing the Java Servlet 4.0, ... Full details are available at: http://vmgump.apache.org/gump/public/easymock/easymock/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Making directory for Maven settings: [/srv/gump/public/workspace/easymock/core] -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/easymock/core/gump_mvn_settings.xml -INFO- Failed with reason build failed -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/easymock/easymock/gump_work/build_easymock_easymock.html Work Name: build_easymock_easymock (Type: Build) Work ended in a state of : Failed Elapsed: 6 secs Command Line: /opt/maven3/bin/mvn --batch-mode -Dmaven.test.skip=true --settings /srv/gump/public/workspace/easymock/core/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/easymock/core] M2_HOME: /opt/maven3 --------------------------------------------- [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 0.307 s [INFO] Finished at: 2016-04-17T19:53:20+00:00 [INFO] Final Memory: 4M/15M [INFO] ------------------------------------------------------------------------ [ERROR] The goal you specified requires a project to execute but there is no POM in this directory (/srv/gump/public/workspace/easymock/core). Please verify you invoked Maven from the correct directory. -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MissingProjectException --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/easymock/easymock/rss.xml - Atom: http://vmgump.apache.org/gump/public/easymock/easymock/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20160417180005, vmgump.apache.org:vmgump:20160417180005 Gump E-mail Identifier (unique within run) #5. -- Apache Gump http://gump.apache.org/ [Instance: vmgump] --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org