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,
 and has been outstanding for 4 runs.
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: 15 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]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/dbcp/datasources/PerUserPoolDataSource.java:331:
 warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
    [javac]         perUserDefaultReadOnly.put(username, value);
    [javac]                                   ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/dbcp/datasources/PerUserPoolDataSource.java:509:
 warning: [unchecked] unchecked call to 
GenericObjectPool(PoolableObjectFactory<T>) as a member of the raw type 
GenericObjectPool
    [javac]         GenericObjectPool pool = new GenericObjectPool(null);
    [javac]                                  ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class GenericObjectPool
    [javac] 
/srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/dbcp/datasources/PerUserPoolDataSource.java:528:
 warning: [unchecked] unchecked call to put(K,V) as a member of the raw type Map
    [javac]         Object old = managers.put(getPoolKey(username,password), 
factory);
    [javac]                                  ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface Map
    [javac]     V extends Object declared in interface Map
    [javac] 
/srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/dbcp/datasources/SharedPoolDataSource.java:51:
 error: SharedPoolDataSource is not abstract and does not override abstract 
method getParentLogger() in CommonDataSource
    [javac] public class SharedPoolDataSource
    [javac]        ^
    [javac] 
/srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/dbcp/datasources/SharedPoolDataSource.java:182:
 warning: [unchecked] unchecked call to borrowObject(K) as a member of the raw 
type KeyedObjectPool
    [javac]             info = (PooledConnectionAndInfo) pool.borrowObject(key);
    [javac]                                                               ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in interface KeyedObjectPool
    [javac]     V extends Object declared in interface KeyedObjectPool
    [javac] 
/srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/dbcp/datasources/SharedPoolDataSource.java:216:
 warning: [unchecked] unchecked call to 
GenericKeyedObjectPool(KeyedPoolableObjectFactory<K,V>) as a member of the raw 
type GenericKeyedObjectPool
    [javac]         GenericKeyedObjectPool tmpPool = new 
GenericKeyedObjectPool(null);
    [javac]                                          ^
    [javac]   where K,V are type-variables:
    [javac]     K extends Object declared in class GenericKeyedObjectPool
    [javac]     V extends Object declared in class GenericKeyedObjectPool
    [javac] 
/srv/gump/public/workspace/tomcat-7.0.x/java/org/apache/tomcat/dbcp/jocl/ConstructorUtil.java:45:
 warning: [unchecked] unchecked call to getConstructor(Class<?>...) as a member 
of the raw type Class
    [javac]             ctor = type.getConstructor(argTypes);
    [javac]                                       ^
    [javac]   where T is a type-variable:
    [javac]     T extends Object declared in class Class
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files additionally use unchecked or unsafe 
operations.
    [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: 15 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 20190317000007, vmgump-vm3.apache.org:vmgump:20190317000007
Gump E-mail Identifier (unique within run) #7.

--
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

Reply via email to