You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Bill Barker <bi...@apache.org> on 2014/03/19 20:06:11 UTC

[GUMP@vmgump]: Project tomcat-tc7.0.x (in module tomcat-7.0.x) 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 tomcat-tc7.0.x has an issue affecting its community integration.
This issue affects 2 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - tomcat-tc7.0.x :  Tomcat 7.x, a web server implementing Java Servlet 3.0,
    ...
    - tomcat-tc7.0.x-test :  Tomcat 7.x, a web server implementing Java Servlet 3.0,
    ...


Full details are available at:
    http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Dependency on tomcat-tc7.0.x-dbcp exists, no need to add for property tomcat-dbcp-src.jar.
 -DEBUG- Dependency on commons-daemon exists, no need to add for property commons-daemon.native.src.tgz.
 -DEBUG- Dependency on commons-daemon exists, no need to add for property tomcat-native.tar.gz.
 -DEBUG- Dependency on junit exists, no need to add for property junit.jar.
 -DEBUG- Dependency on tomcat-tc7.0.x-dbcp exists, no need to add for property tomcat-dbcp.home.
 -INFO- Failed with reason build failed
 -DEBUG- Extracted fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/gump_work/build_tomcat-7.0.x_tomcat-tc7.0.x.html
Work Name: build_tomcat-7.0.x_tomcat-tc7.0.x (Type: Build)
Work ended in a state of : Failed
Elapsed: 26 secs
Command Line: /usr/lib/jvm/java-7-oracle/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.12-SNAPSHOT.jar -Dcommons-daemon.native.src.tgz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140319-native-src.tar.gz -Dtomcat-native.tar.gz=/srv/gump/public/workspace/apache-commons/daemon/dist/bin/commons-daemon-20140319-native-src.tar.gz -Dtomcat-dbcp.home=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps -Djdt.jar=/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20140319.jar -Dtomcat-dbcp-src.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-src.jar -Dcommons-pool.home=/srv/gump/public/workspace/commons-pool-1.x -Dcommons-dbcp.home=/srv/gump/public/workspace/commons-dbcp-1.x -D
 tomcat-dbcp.jar=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20140319.jar 
[Working Directory: /srv/gump/public/workspace/tomcat-7.0.x]
CLASSPATH: /usr/lib/jvm/java-7-oracle/lib/tools.jar:/srv/gump/public/workspace/tomcat-7.0.x/output/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/junit/target/junit-4.12-SNAPSHOT.jar:/srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar:/srv/gump/public/workspace/tomcat-7.0.x/tomcat-deps/tomcat-dbcp-20140319.jar:/srv/gump/public/workspace/apache-commons/daemon/dist/commons-daemon-20140319.jar
---------------------------------------------

build-tomcat-dbcp:

testexist:
     [echo] Testing  for /srv/gump/packages/eclipse/plugins/org.eclipse.jdt.core_3.4.2/jdtcore.jar

downloadfile-2:

compile-prepare:

download-validate:

validate:

compile-java6:
    [javac] Compiling 1319 source files to /srv/gump/public/workspace/tomcat-7.0.x/output/classes
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/javax/el/ResourceBundleELResolver.java:109: warning: [unchecked] getFeatureDescriptors(ELContext,Object) in ResourceBundleELResolver overrides getFeatureDescriptors(ELContext,Object) in ELResolver
    [javac]     public Iterator getFeatureDescriptors(
    [javac]                     ^
    [javac]   return type requires unchecked conversion from Iterator to Iterator<FeatureDescriptor>
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/catalina/tribes/tipis/AbstractReplicatedMap.java:687: warning: [unchecked] unchecked call to put(K,V) as a member of the raw type ConcurrentHashMap
    [javac]             super.put(entry.getKey(), entry);
    [javac]                      ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class ConcurrentHashMap
    [javac]     V extends Object declared in class ConcurrentHashMap
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/jasper/compiler/JDTCompiler.java:338: error: cannot find symbol
    [javac]                              CompilerOptions.VERSION_1_8);
    [javac]                                             ^
    [javac]   symbol:   variable VERSION_1_8
    [javac]   location: class CompilerOptions
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/jasper/compiler/JDTCompiler.java:382: error: cannot find symbol
    [javac]                              CompilerOptions.VERSION_1_8);
    [javac]                                             ^
    [javac]   symbol:   variable VERSION_1_8
    [javac]   location: class CompilerOptions
    [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/jasper/compiler/JDTCompiler.java:384: error: cannot find symbol
    [javac]                         CompilerOptions.VERSION_1_8);
    [javac]                                        ^
    [javac]   symbol:   variable VERSION_1_8
    [javac]   location: class CompilerOptions
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 3 errors
    [javac] 2 warnings

BUILD FAILED
/srv/gump/public/workspace/tomcat-7.0.x/build.xml:607: Compile failed; see the compiler error output for details.

Total time: 26 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/rss.xml
- Atom: http://vmgump.apache.org/gump/public/tomcat-7.0.x/tomcat-tc7.0.x/atom.xml

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

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

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org