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 2B46217BD0 for ; Tue, 19 May 2015 07:31:22 +0000 (UTC) Received: (qmail 55349 invoked by uid 500); 19 May 2015 07:31:22 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 55301 invoked by uid 500); 19 May 2015 07:31:22 -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 55290 invoked by uid 99); 19 May 2015 07:31:21 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 May 2015 07:31:21 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 56C4D1A2F32 for ; Tue, 19 May 2015 07:31:21 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.222 X-Spam-Level: ** X-Spam-Status: No, score=2.222 tagged_above=-999 required=6.31 tests=[INVALID_DATE=0.432, KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id HG9xc7OrTpm1 for ; Tue, 19 May 2015 07:31:17 +0000 (UTC) Received: from vmgump.apache.org (vmgump.apache.org [140.211.11.55]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id EBB7524960 for ; Tue, 19 May 2015 07:31:16 +0000 (UTC) Received: from vmgump.apache.org (localhost [127.0.0.1]) by vmgump.apache.org (Postfix) with ESMTP id 36ACE141C3A for ; Tue, 19 May 2015 07:31:08 +0000 (UTC) Date: Tue, 19 May 2015 07:31:08 UTC From: gump@vmgump.apache.org To: general@gump.apache.org Subject: BATCH: All dressed up, with nowhere to go... Message-Id: <20150519073108.36ACE141C3A@vmgump.apache.org> Dear Gumpmeisters, The following 3 notifys should have been sent *********************************************************** G U M P [GUMP@vmgump]: Project tika-parsers (in module tika) failed [GUMP@vmgump]: Project tika-reactor (in module tika) failed [GUMP@vmgump]: Project checkstyle (in module checkstyle) failed *********************************************************** G U M P [GUMP@vmgump]: Project tika-parsers (in module tika) 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 tika-parsers has an issue affecting its community integration. This issue affects 2 projects, and has been outstanding for 96 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - tika-parsers : Apache Tika is a toolkit for detecting and extracting metada... - tika-parsers-test : Apache Tika is a toolkit for detecting and extracting metada... Full details are available at: http://vmgump.apache.org/gump/public/tika/tika-parsers/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole jar output [tika-parsers-*[0-9T].jar] identifier set to project name -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/tika/tika-parsers/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/tika/tika-parsers/pom.xml -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/tika/tika-parsers/gump_work/build_tika_tika-parsers.html Work Name: build_tika_tika-parsers (Type: Build) Work ended in a state of : Failed Elapsed: 1 min 9 secs Command Line: /opt/maven3/bin/mvn --batch-mode -DskipTests=true --settings /srv/gump/public/workspace/tika/tika-parsers/gump_mvn_settings.xml package [Working Directory: /srv/gump/public/workspace/tika/tika-parsers] M2_HOME: /opt/maven3 --------------------------------------------- [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[26,30] cannot find symbol symbol: class FontMetric location: package org.apache.fontbox.afm [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[70,8] cannot find symbol symbol: class FontMetric location: class org.apache.tika.parser.font.AdobeFontMetricParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[75,28] cannot find symbol symbol: method getResult() location: variable parser of type org.apache.fontbox.afm.AFMParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/TrueTypeParser.java:[67,26] cannot find symbol symbol: method parseTTF(java.io.File) location: variable parser of type org.apache.fontbox.ttf.TTFParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/TrueTypeParser.java:[69,26] cannot find symbol symbol: method parseTTF(java.io.InputStream) location: variable parser of type org.apache.fontbox.ttf.TTFParser [INFO] 5 errors [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:00 min [INFO] Finished at: 2015-05-19T02:11:34+00:00 [INFO] Final Memory: 31M/126M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project tika-parsers: Compilation failure: Compilation failure: [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[26,30] cannot find symbol [ERROR] symbol: class FontMetric [ERROR] location: package org.apache.fontbox.afm [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[70,8] cannot find symbol [ERROR] symbol: class FontMetric [ERROR] location: class org.apache.tika.parser.font.AdobeFontMetricParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[75,28] cannot find symbol [ERROR] symbol: method getResult() [ERROR] location: variable parser of type org.apache.fontbox.afm.AFMParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/TrueTypeParser.java:[67,26] cannot find symbol [ERROR] symbol: method parseTTF(java.io.File) [ERROR] location: variable parser of type org.apache.fontbox.ttf.TTFParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/TrueTypeParser.java:[69,26] cannot find symbol [ERROR] symbol: method parseTTF(java.io.InputStream) [ERROR] location: variable parser of type org.apache.fontbox.ttf.TTFParser [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/tika/tika-parsers/rss.xml - Atom: http://vmgump.apache.org/gump/public/tika/tika-parsers/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20150519000004, vmgump.apache.org:vmgump:20150519000004 Gump E-mail Identifier (unique within run) #2. *********************************************************** G U M P [GUMP@vmgump]: Project tika-reactor (in module tika) 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 tika-reactor has an issue affecting its community integration. This issue affects 1 projects, and has been outstanding for 96 runs. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - tika-reactor : Apache Tika is a toolkit for detecting and extracting metada... Full details are available at: http://vmgump.apache.org/gump/public/tika/tika-reactor/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Optional dependency tika-parsers failed with reason build failed -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/tika/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/tika/pom.xml The following work was performed: http://vmgump.apache.org/gump/public/tika/tika-reactor/gump_work/build_tika_tika-reactor.html Work Name: build_tika_tika-reactor (Type: Build) Work ended in a state of : Failed Elapsed: 57 secs Command Line: /opt/maven3/bin/mvn --batch-mode -DskipTests=true --settings /srv/gump/public/workspace/tika/gump_mvn_settings.xml install [Working Directory: /srv/gump/public/workspace/tika] MAVEN_OPTS: -Xmx512m M2_HOME: /opt/maven3 --------------------------------------------- [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache Tika parent ................................. SUCCESS [ 8.273 s] [INFO] Apache Tika core ................................... SUCCESS [ 23.046 s] [INFO] Apache Tika parsers ................................ FAILURE [ 14.986 s] [INFO] Apache Tika XMP .................................... SKIPPED [INFO] Apache Tika serialization .......................... SKIPPED [INFO] Apache Tika batch .................................. SKIPPED [INFO] Apache Tika application ............................ SKIPPED [INFO] Apache Tika OSGi bundle ............................ SKIPPED [INFO] Apache Tika translate .............................. SKIPPED [INFO] Apache Tika server ................................. SKIPPED [INFO] Apache Tika examples ............................... SKIPPED [INFO] Apache Tika Java-7 Components ...................... SKIPPED [INFO] Apache Tika ........................................ SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 50.147 s [INFO] Finished at: 2015-05-19T02:12:29+00:00 [INFO] Final Memory: 42M/145M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project tika-parsers: Compilation failure: Compilation failure: [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[26,30] cannot find symbol [ERROR] symbol: class FontMetric [ERROR] location: package org.apache.fontbox.afm [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[70,8] cannot find symbol [ERROR] symbol: class FontMetric [ERROR] location: class org.apache.tika.parser.font.AdobeFontMetricParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/AdobeFontMetricParser.java:[75,28] cannot find symbol [ERROR] symbol: method getResult() [ERROR] location: variable parser of type org.apache.fontbox.afm.AFMParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/TrueTypeParser.java:[67,26] cannot find symbol [ERROR] symbol: method parseTTF(java.io.File) [ERROR] location: variable parser of type org.apache.fontbox.ttf.TTFParser [ERROR] /srv/gump/public/workspace/tika/tika-parsers/src/main/java/org/apache/tika/parser/font/TrueTypeParser.java:[69,26] cannot find symbol [ERROR] symbol: method parseTTF(java.io.InputStream) [ERROR] location: variable parser of type org.apache.fontbox.ttf.TTFParser [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :tika-parsers --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/tika/tika-reactor/rss.xml - Atom: http://vmgump.apache.org/gump/public/tika/tika-reactor/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20150519000004, vmgump.apache.org:vmgump:20150519000004 Gump E-mail Identifier (unique within run) #3. *********************************************************** G U M P [GUMP@vmgump]: Project checkstyle (in module checkstyle) 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 checkstyle has an issue affecting its community integration. This issue affects 5 projects, and has been outstanding for 8 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 - 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.apache.org/gump/public/checkstyle/checkstyle/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/checkstyle/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/checkstyle/pom.xml -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/checkstyle/checkstyle/gump_work/build_checkstyle_checkstyle.html Work Name: build_checkstyle_checkstyle (Type: Build) Work ended in a state of : Failed Elapsed: 1 min 42 secs Command Line: /opt/maven3/bin/mvn --batch-mode -Dcobertura.skip=true -DskipTests=true --settings /srv/gump/public/workspace/checkstyle/gump_mvn_settings.xml install [Working Directory: /srv/gump/public/workspace/checkstyle] M2_HOME: /opt/maven3 --------------------------------------------- [INFO] [INFO] --- maven-antrun-plugin:1.8:run (ant-phase-compile) @ checkstyle --- [INFO] Executing tasks main: execute: [propertyfile] Creating new property file: /srv/gump/public/workspace/checkstyle/target/classes/checkstylecompilation.properties [javadoc] Generating Javadoc [javadoc] Javadoc execution [javadoc] Loading source file /srv/gump/public/workspace/checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java... [javadoc] Constructing Javadoc information... [INFO] Executed tasks [INFO] [INFO] --- build-helper-maven-plugin:1.9.1:add-test-source (add-test-source) @ checkstyle --- [INFO] Test Source directory: /srv/gump/public/workspace/checkstyle/src/test/resources added. [INFO] [INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ checkstyle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 400 resources [INFO] [INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ checkstyle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 542 source files to /srv/gump/public/workspace/checkstyle/target/test-classes [INFO] /srv/gump/public/workspace/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/annotation/DifferentUseStyles.java: /srv/gump/public/workspace/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/annotation/DifferentUseStyles.java uses or overrides a deprecated API. [INFO] /srv/gump/public/workspace/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/annotation/DifferentUseStyles.java: Recompile with -Xlint:deprecation for details. [INFO] /srv/gump/public/workspace/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/indentation/InputValidClassDefIndent.java: Some input files use unchecked or unsafe operations. [INFO] /srv/gump/public/workspace/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/indentation/InputValidClassDefIndent.java: Recompile with -Xlint:unchecked for details. [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /srv/gump/public/workspace/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/indentation/FromGuava2.java:[24,8] com.puppycrawl.tools.checkstyle.indentation.FromGuava2 is not abstract and does not override abstract method asDescendingMapOfRanges() in com.google.common.collect.RangeMap [INFO] 1 error [INFO] ------------------------------------------------------------- [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:39 min [INFO] Finished at: 2015-05-19T02:32:22+00:00 [INFO] Final Memory: 33M/117M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:testCompile (default-testCompile) on project checkstyle: Compilation failure [ERROR] /srv/gump/public/workspace/checkstyle/src/test/resources/com/puppycrawl/tools/checkstyle/indentation/FromGuava2.java:[24,8] com.puppycrawl.tools.checkstyle.indentation.FromGuava2 is not abstract and does not override abstract method asDescendingMapOfRanges() in com.google.common.collect.RangeMap [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/checkstyle/checkstyle/rss.xml - Atom: http://vmgump.apache.org/gump/public/checkstyle/checkstyle/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20150519000004, vmgump.apache.org:vmgump:20150519000004 Gump E-mail Identifier (unique within run) #4. -- 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