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 tomcat-tc7.0.x 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: - tomcat-tc7.0.x : Tomcat 7.x, a web server implementing Java Servlet 3.0, ... - 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, ... Full details are available at: http://vmgump-vm3.apache.org/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 junit exists, no need to add for property junit.jar. -INFO- Optional dependency tomcat-tc7.0.x-validate failed with reason build failed -INFO- Failed with reason build failed -DEBUG- Extracted fallback artifacts from Gump Repository The following work was performed: http://vmgump-vm3.apache.org/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: 5 secs Command Line: /usr/lib/jvm/java-8-oracle/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only -Dsun.zip.disableMemoryMapping=true org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Djdt.jar=/srv/gump/packages/eclipse/plugins/R-4.7.3a-201803300640/ecj-4.7.3a.jar -Djunit.jar=/srv/gump/public/workspace/junit/target/junit-4.13-SNAPSHOT.jar -Dcommons-daemon.jar=/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar -Dbase.path=/srv/gump/public/workspace/tomcat-7.0.x/tomcat-build-libs [Working Directory: /srv/gump/public/workspace/tomcat-7.0.x] CLASSPATH: /usr/lib/jvm/java-8-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.13-SNAPSHOT.jar:/srv/gump/packages/eclipse/plugins/R-4.7.3a-201803300640/ecj-4.7.3a.jar:/srv/gump/public/workspace/apache-commons/daemon/target/commons-daemon-1.1.1-SNAPSHOT.jar --------------------------------------------- [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in class Class [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/ConstructorUtil.java:60: warning: [unchecked] unchecked call to isAssignableFrom(Class<?>) as a member of the raw type Class [javac] if(paramtypes[j].isAssignableFrom(argTypes[j])) { [javac] ^ [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/JOCLContentHandler.java:497: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList [javac] _typeList.add(temp.getType()); [javac] ^ [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/JOCLContentHandler.java:498: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList [javac] _valueList.add(temp.createObject()); [javac] ^ [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/JOCLContentHandler.java:599: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList [javac] _typeList.add(type); [javac] ^ [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/JOCLContentHandler.java:600: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList [javac] _valueList.add(val); [javac] ^ [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/JOCLContentHandler.java:769: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList [javac] _argTypes.add(type); [javac] ^ [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/JOCLContentHandler.java:770: warning: [unchecked] unchecked call to add(E) as a member of the raw type ArrayList [javac] _argValues.add(val); [javac] ^ [javac] where E is a type-variable: [javac] E extends Object declared in class ArrayList [javac] /srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/JOCLContentHandler.java:794: warning: [unchecked] unchecked call to <T>toArray(T[]) as a member of the raw type ArrayList [javac] Class[] argtypes = (Class[])_argTypes.toArray(new Class[0]); [javac] ^ [javac] where T is a type-variable: [javac] T extends Object declared in method <T>toArray(T[]) [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 12 errors [javac] 100 warnings BUILD FAILED /srv/gump/public/workspace/tomcat-7.0.x/build.xml:665: Compile failed; see the compiler error output for details. Total time: 5 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump-vm3.apache.org/tomcat-7.0.x/tomcat-tc7.0.x/rss.xml - Atom: http://vmgump-vm3.apache.org/tomcat-7.0.x/tomcat-tc7.0.x/atom.xml ============================== Gump Tracking Only === Produced by Apache Gump(TM) version 2.3. Gump Run 20190317060006, vmgump-vm3.apache.org:vmgump:20190317060006 Gump E-mail Identifier (unique within run) #1. -- Apache Gump http://gump.apache.org/ [Instance: vmgump-vm3] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org