Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 66119 invoked from network); 22 Jul 2009 21:56:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Jul 2009 21:56:54 -0000 Received: (qmail 50781 invoked by uid 500); 22 Jul 2009 21:57:59 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 50710 invoked by uid 500); 22 Jul 2009 21:57:59 -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 50699 invoked by uid 99); 22 Jul 2009 21:57:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 21:57:59 +0000 X-ASF-Spam-Status: No, hits=-1998.7 required=10.0 tests=ALL_TRUSTED,URI_HEX X-Spam-Check-By: apache.org Received: from [140.211.11.135] (HELO vmgump.apache.org) (140.211.11.135) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jul 2009 21:57:51 +0000 Received: from [140.211.11.135] (localhost [127.0.0.1]) by vmgump.apache.org (Postfix) with ESMTP id B2BECAB40A4 for ; Wed, 22 Jul 2009 14:57:22 -0700 (PDT) Date: Wed, 22 Jul 2009 14:57:22 PDT From: gump@vmgump.apache.org To: general@gump.apache.org Subject: BATCH: All dressed up, with nowhere to go... Message-Id: <20090722215722.B2BECAB40A4@vmgump.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Dear Gumpmeisters, The following 12 notifys should have been sent *********************************************************** G U M P [GUMP@vmgump]: Project gsbase (in module gsbase) failed [GUMP@vmgump]: Project gsbase-test (in module gsbase) failed [GUMP@vmgump]: Project jmock2 (in module jmock2) failed [GUMP@vmgump]: Project derby (in module db-derby) failed [GUMP@vmgump]: Project dotnet-antlib-test (in module ant-antlibs) failed [GUMP@vmgump]: Project xml-security-tests (in module xml-security) failed [GUMP@vmgump]: Project authx-script-test (in module authx) failed [GUMP@vmgump]: Project maven (in module maven) failed [GUMP@vmgump]: Project maven-bootstrap (in module maven) failed [GUMP@vmgump]: Project naming-config-test (in module directory-naming) failed [GUMP@vmgump]: Project apacheds-shared (in module apacheds) failed [GUMP@vmgump]: Project portals-pluto-portal-1.0 (in module portals-pluto-1.0) failed *********************************************************** G U M P [GUMP@vmgump]: Project gsbase (in module gsbase) 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 gsbase 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: - gsbase : A collection of java utility classes - htmlunit : A tool for testing web based applications Full details are available at: http://vmgump.apache.org/gump/public/gsbase/gsbase/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole output [gsbase-22072009.jar] identifier set to project name -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/gsbase/build.properties -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/gsbase/project.xml -DEBUG- Maven project properties in: /srv/gump/public/workspace/gsbase/project.properties -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/gsbase/gsbase/gump_work/build_gsbase_gsbase.html Work Name: build_gsbase_gsbase (Type: Build) Work ended in a state of : Failed Elapsed: 5 secs Command Line: maven --offline jar [Working Directory: /srv/gump/public/workspace/gsbase] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/gsbase/target/classes:/srv/gump/public/workspace/junit/dist/junit-22072009.jar:/srv/gump/packages/junitperf-1.8/lib/junitperf.jar --------------------------------------------- | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: java:prepare-filesystem: [mkdir] Created dir: /srv/gump/public/workspace/gsbase/target/classes java:compile: [echo] Compiling to /srv/gump/public/workspace/gsbase/target/classes [echo] ========================================================== NOTE: Targetting JVM 1.6, classes will not run on earlier JVMs ========================================================== [javac] Compiling 66 source files to /srv/gump/public/workspace/gsbase/target/classes /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/StatementWrapper.java:65: com.gargoylesoftware.base.resource.jdbc.StatementWrapper is not abstract and does not override abstract method isPoolable() in java.sql.Statement public class StatementWrapper implements Statement { ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/PreparedStatementWrapper.java:64: com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement public class PreparedStatementWrapper ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/ConnectionWrapper.java:77: com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection public final class ConnectionWrapper implements Connection, ManagedResource { ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/CallableStatementWrapper.java:81: com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper is not abstract and does not override abstract method setNClob(java.lang.String,java.io.Reader) in java.sql.CallableStatement public final class CallableStatementWrapper ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/DatabaseMetaDataWrapper.java:54: com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper is not abstract and does not override abstract method getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String) in java.sql.DatabaseMetaData public final class DatabaseMetaDataWrapper implements DatabaseMetaData { ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/ResultSetWrapper.java:150: com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper is not abstract and does not override abstract method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet public final class ResultSetWrapper implements ResultSet { ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 6 errors BUILD FAILED File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly Element... ant:javac Line...... 63 Column.... 48 Compile failed; see the compiler error output for details. Total time: 4 seconds Finished at: Wed Jul 22 09:29:09 PDT 2009 --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/gsbase/gsbase/rss.xml - Atom: http://vmgump.apache.org/gump/public/gsbase/gsbase/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #1. *********************************************************** G U M P [GUMP@vmgump]: Project gsbase-test (in module gsbase) 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 gsbase-test 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: - gsbase-test : A collection of java utility classes Full details are available at: http://vmgump.apache.org/gump/public/gsbase/gsbase-test/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Overriding Maven properties: [/srv/gump/public/workspace/gsbase/build.properties] -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/gsbase/build.properties -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/gsbase/project.xml -DEBUG- Maven project properties in: /srv/gump/public/workspace/gsbase/project.properties The following work was performed: http://vmgump.apache.org/gump/public/gsbase/gsbase-test/gump_work/build_gsbase_gsbase-test.html Work Name: build_gsbase_gsbase-test (Type: Build) Work ended in a state of : Failed Elapsed: 4 secs Command Line: maven --offline jar [Working Directory: /srv/gump/public/workspace/gsbase] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/gsbase/target/classes:/srv/gump/public/workspace/junit/dist/junit-22072009.jar:/srv/gump/packages/junitperf-1.8/lib/junitperf.jar --------------------------------------------- | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 build:start: java:prepare-filesystem: java:compile: [echo] Compiling to /srv/gump/public/workspace/gsbase/target/classes [echo] ========================================================== NOTE: Targetting JVM 1.6, classes will not run on earlier JVMs ========================================================== [javac] Compiling 60 source files to /srv/gump/public/workspace/gsbase/target/classes /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/StatementWrapper.java:65: com.gargoylesoftware.base.resource.jdbc.StatementWrapper is not abstract and does not override abstract method isPoolable() in java.sql.Statement public class StatementWrapper implements Statement { ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/PreparedStatementWrapper.java:64: com.gargoylesoftware.base.resource.jdbc.PreparedStatementWrapper is not abstract and does not override abstract method setNClob(int,java.io.Reader) in java.sql.PreparedStatement public class PreparedStatementWrapper ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/ConnectionWrapper.java:77: com.gargoylesoftware.base.resource.jdbc.ConnectionWrapper is not abstract and does not override abstract method createStruct(java.lang.String,java.lang.Object[]) in java.sql.Connection public final class ConnectionWrapper implements Connection, ManagedResource { ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/CallableStatementWrapper.java:81: com.gargoylesoftware.base.resource.jdbc.CallableStatementWrapper is not abstract and does not override abstract method setNClob(java.lang.String,java.io.Reader) in java.sql.CallableStatement public final class CallableStatementWrapper ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/DatabaseMetaDataWrapper.java:54: com.gargoylesoftware.base.resource.jdbc.DatabaseMetaDataWrapper is not abstract and does not override abstract method getFunctionColumns(java.lang.String,java.lang.String,java.lang.String,java.lang.String) in java.sql.DatabaseMetaData public final class DatabaseMetaDataWrapper implements DatabaseMetaData { ^ /srv/gump/public/workspace/gsbase/src/java/com/gargoylesoftware/base/resource/jdbc/ResultSetWrapper.java:150: com.gargoylesoftware.base.resource.jdbc.ResultSetWrapper is not abstract and does not override abstract method updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet public final class ResultSetWrapper implements ResultSet { ^ Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. 6 errors BUILD FAILED File...... /home/gump/.maven/cache/maven-java-plugin-1.5/plugin.jelly Element... ant:javac Line...... 63 Column.... 48 Compile failed; see the compiler error output for details. Total time: 4 seconds Finished at: Wed Jul 22 09:30:21 PDT 2009 --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/gsbase/gsbase-test/rss.xml - Atom: http://vmgump.apache.org/gump/public/gsbase/gsbase-test/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #2. *********************************************************** G U M P [GUMP@vmgump]: Project jmock2 (in module jmock2) 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 jmock2 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: - jmock2 : jMock is a library for testing Java code using mock objects. Full details are available at: http://vmgump.apache.org/gump/public/jmock2/jmock2/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -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/jmock2/jmock2/gump_work/build_jmock2_jmock2.html Work Name: build_jmock2_jmock2 (Type: Build) Work ended in a state of : Failed Elapsed: 8 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dversion=22072009 [Working Directory: /srv/gump/public/workspace/jmock2] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/jmock2/build/classes:/srv/gump/public/workspace/jmock2/lib/objenesis-1.0.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-classpath-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-core-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-bsf-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-reflect-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-util-2.0b4. jar:/srv/gump/packages/cglib/cglib-nodep-2.1_3.jar:/srv/gump/public/workspace/hamcrest/hamcrest-java/build/hamcrest-core-22072009.jar:/srv/gump/public/workspace/hamcrest/hamcrest-java/build/hamcrest-library-22072009.jar:/srv/gump/public/workspace/junit/dist/junit-22072009.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest [javac] assertTrue("should match", isNotCurrently("S").matches(stateMachine)); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:38: cannot find symbol [javac] symbol : method assertTrue(java.lang.String,boolean) [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest [javac] assertTrue("should not match", !isCurrentlyS.matches(null)); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:42: cannot find symbol [javac] symbol : method assertTrue(java.lang.String,boolean) [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest [javac] assertTrue("should not match", !isCurrentlyS.matches("something else")); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:46: cannot find symbol [javac] symbol : method assertEquals(java.lang.String,java.lang.String) [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest [javac] assertEquals("a state machine that is S", asString(isCurrently("S"))); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:47: cannot find symbol [javac] symbol : method assertEquals(java.lang.String,java.lang.String) [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest [javac] assertEquals("a state machine that is not S", asString(isNotCurrently("S"))); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:53: cannot find symbol [javac] symbol : method assertMismatchDescription(java.lang.String,org.hamcrest.Matcher,org.jmock.States) [javac] location: class org.jmock.test.unit.lib.CurrentStateMatcherTest [javac] assertMismatchDescription("was not S", isCurrently("S"), stateMachine); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/lib/CurrentStateMatcherTest.java:56: method does not override or implement a method from a supertype [javac] @Override [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:35: cannot find symbol [javac] symbol : variable COMPUTE_MAXS [javac] location: class net.sf.cglib.asm.ClassWriter [javac] ClassWriter writer = new ClassWriter(ClassWriter.COMPUTE_MAXS); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:35: internal error; cannot instantiate ClassWriter(boolean) at net.sf.cglib.asm.ClassWriter to () [javac] ClassWriter writer = new ClassWriter(ClassWriter.COMPUTE_MAXS); [javac] ^ [javac] /srv/gump/public/workspace/jmock2/test/org/jmock/test/unit/support/SyntheticEmptyInterfaceClassLoader.java:36: visit(int,int,java.lang.String,java.lang.String,java.lang.String[],java.lang.String) in net.sf.cglib.asm.ClassWriter cannot be applied to (int,int,java.lang.String,,java.lang.String,) [javac] writer.visit(CLASS_FORMAT_VERSION, [javac] ^ [javac] Note: /srv/gump/public/workspace/jmock2/src/org/jmock/integration/junit4/JMock.java uses or overrides a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] 34 errors BUILD FAILED /srv/gump/public/workspace/jmock2/build.xml:61: Compile failed; see the compiler error output for details. Total time: 7 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/jmock2/jmock2/rss.xml - Atom: http://vmgump.apache.org/gump/public/jmock2/jmock2/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #3. *********************************************************** G U M P [GUMP@vmgump]: Project derby (in module db-derby) 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 derby 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: - derby : Apache Derby, 100% Java relational database. Full details are available at: http://vmgump.apache.org/gump/public/db-derby/derby/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -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/db-derby/derby/gump_work/build_db-derby_derby.html Work Name: build_db-derby_derby (Type: Build) Work ended in a state of : Failed Elapsed: 57 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dsane=false gump_all [Working Directory: /srv/gump/public/workspace/db-derby] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/db-derby/classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/jakarta-oro/jakarta-oro-22072009.jar:/srv/gump/packages/javacc-3.1/bin/lib/javacc.jar:/srv/gump/public/workspace/junit/dist/junit-22072009.jar --------------------------------------------- engine_169: compile_reference: [javac] Compiling 11 source files to /srv/gump/public/workspace/db-derby/classes [javac] Compiling 2 source files to /srv/gump/public/workspace/db-derby/classes compile_authentication: [javac] Compiling 2 source files to /srv/gump/public/workspace/db-derby/classes authentication: compile_security: [javac] Compiling 2 source files to /srv/gump/public/workspace/db-derby/classes security: compile_mbeans: [javac] Compiling 4 source files to /srv/gump/public/workspace/db-derby/classes compile_io: storage: compile_iapi_error_jsr169: compile_reference: [javac] Compiling 2 source files to /srv/gump/public/workspace/db-derby/classes compile_util: compile_types: [javac] Compiling 1 source file to /srv/gump/public/workspace/db-derby/classes [javac] /srv/gump/public/workspace/db-derby/java/engine/org/apache/derby/impl/jdbc/EmbedStatement.java:60: org.apache.derby.impl.jdbc.EmbedStatement is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper [javac] public class EmbedStatement extends ConnectionChild [javac] ^ [javac] /srv/gump/public/workspace/db-derby/java/engine/org/apache/derby/impl/jdbc/EmbedResultSetMetaData.java:59: org.apache.derby.impl.jdbc.EmbedResultSetMetaData is not abstract and does not override abstract method isWrapperFor(java.lang.Class) in java.sql.Wrapper [javac] public class EmbedResultSetMetaData [javac] ^ [javac] /srv/gump/public/workspace/db-derby/java/engine/org/apache/derby/impl/jdbc/EmbedDatabaseMetaData.java:88: org.apache.derby.impl.jdbc.EmbedDatabaseMetaData is not abstract and does not override abstract method autoCommitFailureClosesAllResultSets() in java.sql.DatabaseMetaData [javac] public class EmbedDatabaseMetaData extends ConnectionChild [javac] ^ [javac] 3 errors BUILD FAILED /srv/gump/public/workspace/db-derby/build.xml:452: The following error occurred while executing this line: /srv/gump/public/workspace/db-derby/java/engine/build.xml:79: The following error occurred while executing this line: /srv/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/build.xml:65: The following error occurred while executing this line: /srv/gump/public/workspace/db-derby/java/engine/org/apache/derby/iapi/types/build.xml:53: Compile failed; see the compiler error output for details. Total time: 57 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/db-derby/derby/rss.xml - Atom: http://vmgump.apache.org/gump/public/db-derby/derby/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #4. *********************************************************** G U M P [GUMP@vmgump]: Project dotnet-antlib-test (in module ant-antlibs) 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 dotnet-antlib-test 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: - dotnet-antlib-test : Task and Type Libraries for Apache Ant Full details are available at: http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/gump_work/build_ant-antlibs_dotnet-antlib-test.html Work Name: build_ant-antlibs_dotnet-antlib-test (Type: Build) Work ended in a state of : Failed Elapsed: 18 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dant-testutil.jar=/srv/gump/public/workspace/ant/build/lib/ant-testutil.jar test [Working Directory: /srv/gump/public/workspace/ant-antlibs/dotnet] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/ant-antlibs/antunit/build/ant-antunit-22072009.jar:/srv/gump/public/workspace/ant-antlibs/dotnet/build/ant-dotnet-22072009.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- [au:antunit] Target: test-passing took 0.006 sec [au:antunit] Build File: /srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dir with spaces/wsdl-test.xml [au:antunit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.991 sec [au:antunit] Target: testWSDL took 0.988 sec [au:antunit] Build File: /srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/dotnetexec-test.xml [au:antunit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.399 sec [au:antunit] Target: testCSC took 0.776 sec [au:antunit] Target: testCSCNoConfig took 0.591 sec [au:antunit] Build File: /srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/nunit/nunit-test.xml [au:antunit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 0.086 sec [au:antunit] Target: test-passing took 0.009 sec [au:antunit] Target: test-failing took 0.002 sec [au:antunit] Target: test-failing-errorproperty took 0.002 sec [au:antunit] Target: test-failing-with-fail took 0.002 sec [au:antunit] Target: test-no-assembly took 0.014 sec [au:antunit] Build File: /srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/old-core-test.xml [au:antunit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 5.481 sec [au:antunit] Target: testCSCintrinsicFileset took 0.786 sec [au:antunit] Target: testCSCresponseFile took 0.609 sec [au:antunit] Target: testILASM took 0.795 sec [au:antunit] Target: testCSCdll took 0.619 sec [au:antunit] Target: testILDASM took 0.803 sec [au:antunit] Target: testILDASM_empty took 0.029 sec [au:antunit] Target: testJsharp took 0.099 sec [au:antunit] Target: testCSCResources took 0.766 sec [au:antunit] Target: testCSC took 0.767 sec [au:antunit] Build File: /srv/gump/public/workspace/ant-antlibs/dotnet/src/tests/antunit/wsdl2dotnet-test.xml [au:antunit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 4.317 sec [au:antunit] Target: testSchemaMustBeSet took 0.029 sec [au:antunit] Target: testLocalWsdlVB took 0.012 sec [au:antunit] Target: testInvalidExtraOps took 0.007 sec [au:antunit] Target: testSrcIsMissing took 0.012 sec [au:antunit] Target: testNoParams took 0.01 sec [au:antunit] Target: testBothSrc took 0.014 sec [au:antunit] Target: testSchemaFileMustHaveOneOptionOnly took 0.015 sec [au:antunit] Target: testLocalWsdl took 2.15 sec [au:antunit] Target: testSrcIsDir took 0.022 sec [au:antunit] Target: testLocalWsdlServerVB took 0.006 sec [au:antunit] Target: testLocalWsdlServer took 1.652 sec [au:antunit] Target: testNoSrc took 0.015 sec [au:antunit] Target: testSchemaFileMustExist took 0.011 sec [au:antunit] Target: testInvalidExtraOpsVB took 0.009 sec [au:antunit] Target: testDestIsDir took 0.016 sec test: BUILD FAILED /srv/gump/public/workspace/ant-antlibs/dotnet/common/build.xml:222: At least one AntUnit test has failed. Total time: 17 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/rss.xml - Atom: http://vmgump.apache.org/gump/public/ant-antlibs/dotnet-antlib-test/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #5. *********************************************************** G U M P [GUMP@vmgump]: Project xml-security-tests (in module xml-security) 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 xml-security-tests 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: - xml-security-tests : XML-Signature Syntax and Processing Full details are available at: http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on jce exists, no need to add for property lib.jce. -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/gump_work/build_xml-security_xml-security-tests.html Work Name: build_xml-security_xml-security-tests (Type: Build) Work ended in a state of : Failed Elapsed: 1 min 58 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Dant.build.clonevm=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar:/srv/gump/public/workspace/xml-xalan/build/serializer.jar:/srv/gump/public/workspace/xml-xalan/build/xalan-unbundled.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Djce.download.sha1=c1f0e975e8c8e0a0105787b249a50615b485d109 -Dlib.jce=/srv/gump/packages/jce/jce-jdk13-116.jar -Djce.download.md5=85c64cd754719a4bc8da7e9aa0e113fd test [Working Directory: /srv/gump/public/workspace/xml-security] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/xml-security/build/test:/srv/gump/public/workspace/xml-security:/srv/gump/public/workspace/xml-security/build/xmlsec-22072009.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/packages/jce/jce-jdk13-116.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons- logging-22072009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-22072009.jar:/srv/gump/public/workspace/junit/dist/junit-22072009.jar --------------------------------------------- [junit] Caused an ERROR [junit] Illegal key size [junit] [junit] Testcase: testTrippleDesElementCipher took 0.173 sec [junit] Testcase: testAes128ElementCipher took 0.164 sec [junit] Testcase: testAes192ElementCipher took 0.129 sec [junit] Caused an ERROR [junit] Illegal key size [junit] [junit] Testcase: testAes265ElementCipher took 0.124 sec [junit] Caused an ERROR [junit] Illegal key size [junit] [junit] Testcase: testTrippleDesDocumentCipher took 1.231 sec [junit] Testcase: testSameDocumentCipherReference took 0.016 sec [junit] Testcase: testSerializedData took 0.147 sec [junit] Testcase: testEncryptedKeyWithRecipient took 0.029 sec [junit] Testcase: test_five_content_3des_cbc took 0.058 sec [junit] Testcase: test_five_content_aes256_cbc took 0.04 sec [junit] Caused an ERROR [junit] Illegal key size [junit] [junit] Testcase: test_five_content_aes128_cbc_kw_aes192 took 0.045 sec [junit] Testcase: test_five_content_3des_cbc_kw_aes128 took 0.047 sec [junit] Testcase: test_five_content_aes128_cbc_rsa_15 took 0.28 sec [junit] Testcase: test_five_element_aes192_cbc_ref took 0.122 sec [junit] Caused an ERROR [junit] Illegal key size [junit] [junit] Testcase: test_five_data_aes128_cbc took 0.07 sec [junit] Testcase: test_five_data_aes256_cbc_3des took 0.036 sec [junit] Caused an ERROR [junit] Illegal key size [junit] [junit] Testcase: test_five_data_aes192_cbc_aes256 took 0.035 sec [junit] Caused an ERROR [junit] Illegal key size [junit] [junit] Testcase: test_five_data_3des_cbc_rsa_oaep took 0.297 sec [junit] Testcase: testContentRemoved took 0.01 sec [junit] Test org.apache.xml.security.test.AllTests FAILED [junitreport] Processing /srv/gump/public/workspace/xml-security/build/docs/xml/junit/TESTS-TestSuites.xml to /tmp/null760685141 [junitreport] Loading stylesheet jar:file:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar!/org/apache/tools/ant/taskdefs/optional/junit/xsl/junit-frames.xsl [junitreport] Transform time: 2966ms [junitreport] Deleting: /tmp/null760685141 BUILD FAILED /srv/gump/public/workspace/xml-security/build.xml:376: Unit Tests Failed Total time: 1 minute 56 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/rss.xml - Atom: http://vmgump.apache.org/gump/public/xml-security/xml-security-tests/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #8. *********************************************************** G U M P [GUMP@vmgump]: Project authx-script-test (in module authx) 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 authx-script-test 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: - authx-script-test : Apache Authentication and Authorization Framework Full details are available at: http://vmgump.apache.org/gump/public/authx/authx-script-test/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on xml-xerces exists, no need to add for property maven.jar.xercesImpl. -DEBUG- Dependency on asm exists, no need to add for property maven.jar.asm-util. -DEBUG- Dependency on packaged-jmock exists, no need to add for property maven.jar.jmock. -WARNING- Overriding Maven properties: [/srv/gump/public/workspace/authx/script/build.properties] -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/authx/script/build.properties -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/authx/script/project.xml -DEBUG- Maven project properties in: /srv/gump/public/workspace/authx/script/project.properties -INFO- Project Reports in: /srv/gump/public/workspace/authx/script/target/test-reports The following work was performed: http://vmgump.apache.org/gump/public/authx/authx-script-test/gump_work/build_authx_authx-script-test.html Work Name: build_authx_authx-script-test (Type: Build) Work ended in a state of : Failed Elapsed: 13 secs Command Line: maven --offline test [Working Directory: /srv/gump/public/workspace/authx/script] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/asm/output/dist/lib/asm-util-22072009.jar:/srv/gump/public/workspace/authx/core/target/authx-core-22072009.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/packages/groovy-1.0-jsr-03/groovy-1.0-jsr-03.jar:/srv/gump/packages/jmock/jmock-1.0.1.jar:/srv/gump/packages/picocontainer-1.1/picocontainer-1.1.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/authx/script/target/authx-script-22072009.jar --------------------------------------------- java:prepare-filesystem: java:compile: [echo] Compiling to /srv/gump/public/workspace/authx/script/target/classes java:jar-resources: test:prepare-filesystem: test:test-resources: Copying 4 files to /srv/gump/public/workspace/authx/script/target/test-classes test:compile: [javac] Compiling 17 source files to /srv/gump/public/workspace/authx/script/target/test-classes test:test: [junit] Running org.apache.authx.script.groovy.GroovyRuleLoaderTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.315 sec [junit] [ERROR] TEST org.apache.authx.script.groovy.GroovyRuleLoaderTest FAILED [junit] Running org.apache.authx.script.groovy.GroovyScriptClassLoaderTest [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.06 sec [junit] [ERROR] TEST org.apache.authx.script.groovy.GroovyScriptClassLoaderTest FAILED [junit] Running org.apache.authx.script.xml.Dom4JGroupBuilderTest [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.16 sec [junit] Running org.apache.authx.script.xml.Dom4JRealmBuilderTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.16 sec [junit] Running org.apache.authx.script.xml.Dom4JRuleSetBuilderTest [junit] Tests run: 10, Failures: 0, Errors: 0, Time elapsed: 0.14 sec [junit] Running org.apache.authx.script.xml.Dom4JRoleBuilderTest [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.122 sec [junit] Running org.apache.authx.script.common.PicoContainerFactoryTest [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.044 sec [junit] Running org.apache.authx.script.common.DynamicRuleProxyTest [junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.03 sec [junit] [ERROR] TEST org.apache.authx.script.common.DynamicRuleProxyTest FAILED [junit] Running org.apache.authx.script.common.ScriptedRuleSetBuilderTest [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.057 sec [junit] Running org.apache.authx.script.common.SmartCachingScriptClassLoaderTest [junit] Tests run: 2, Failures: 0, Errors: 2, Time elapsed: 0.056 sec [junit] [ERROR] TEST org.apache.authx.script.common.SmartCachingScriptClassLoaderTest FAILED BUILD FAILED File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly Element... fail Line...... 181 Column.... 54 There were test failures. Total time: 12 seconds Finished at: Wed Jul 22 12:08:42 PDT 2009 --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/authx/authx-script-test/rss.xml - Atom: http://vmgump.apache.org/gump/public/authx/authx-script-test/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #11. *********************************************************** G U M P [GUMP@vmgump]: Project maven (in module maven) 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 maven 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: - maven : Project Management Tools Full details are available at: http://vmgump.apache.org/gump/public/maven/maven/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole output [maven-22072009.jar] identifier set to project name -INFO- Made directory [/srv/gump/public/workspace/maven/target/classes] -INFO- Made directory [/srv/gump/public/workspace/maven/target/test-classes] -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/maven/build.properties -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/maven/project.xml -DEBUG- Maven project properties in: /srv/gump/public/workspace/maven/project.properties -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/maven/maven/gump_work/build_maven_maven.html Work Name: build_maven_maven (Type: Build) Work ended in a state of : Failed Elapsed: 2 secs Command Line: maven --offline jar [Working Directory: /srv/gump/public/workspace/maven] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/maven/target/classes:/srv/gump/public/workspace/maven/target/test-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-22072009.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-22072009.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-22072009.jar:/srv/gump/public/workspace/apache-commons/digester/dist/commons-digester.jar:/srv/ gump/public/workspace/commons-dormant/graph2/target/commons-graph-22072009.jar:/srv/gump/public/workspace/httpcomponents/oac.hc3x/dist/commons-httpclient.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-22072009.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/commons-jelly-tags-ant-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/commons-jelly-tags-define-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/util/target/commons-jelly-tags-util-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-22072009.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-22072009.jar:/srv/gump/public/workspace/apache-commons/lang/target/commons-lang-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-22072009.jar:/srv/gump/public/workspace/a pache-commons/logging/target/commons-logging-api-22072009.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-22072009.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/xml-commons/java/build/which.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xpp/build/xpp3-22072009.jar --------------------------------------------- __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 The build cannot continue because of the following unsatisfied dependencies: jaxen-1.1-beta-9.jar commons-codec-1.2.jar (try downloading from http://commons.apache.org/codec/) xercesImpl-2.8.0.jar (try downloading from http://xerces.apache.org/xerces2-j/) plexus-utils-1.0.5.jar maven-model-3.0.2.jar stax-1.2.0.jar stax-api-1.0.1.jar stax-utils-20060502.jar wagon-provider-api-1.0-beta-2.jar wagon-http-1.0-beta-2.jar wagon-file-1.0-beta-2.jar wagon-ssh-common-1.0-beta-2.jar wagon-ssh-1.0-beta-2.jar jsch-0.1.27.jar Total time: 1 seconds Finished at: Wed Jul 22 13:30:57 PDT 2009 --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/maven/maven/rss.xml - Atom: http://vmgump.apache.org/gump/public/maven/maven/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #20. *********************************************************** G U M P [GUMP@vmgump]: Project maven-bootstrap (in module maven) 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 maven-bootstrap 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: - maven-bootstrap : Project Management Tools Full details are available at: http://vmgump.apache.org/gump/public/maven/maven-bootstrap/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on ant exists, no need to add for property maven.jar.ant. -DEBUG- Dependency on xml-commons-which exists, no need to add for property maven.jar.which. -INFO- Failed with reason build failed The following work was performed: http://vmgump.apache.org/gump/public/maven/maven-bootstrap/gump_work/build_maven_maven-bootstrap.html Work Name: build_maven_maven-bootstrap (Type: Build) Work ended in a state of : Failed Elapsed: 4 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Dmaven.jar.ant=/srv/gump/public/workspace/ant/dist/lib/ant.jar -Dmaven.bootstrap.dir=/srv/gump/public/workspace/maven/bootstrap -Dmaven.repo.local=/srv/gump/public/workspace/maven/bootstrap/maven.local.repo -Dmaven.bootstrap.classes=/srv/gump/public/workspace/maven/bootstrap/bootstrap-classes -Dmaven.jar.commons-logging=/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-22072009.jar -Dmaven.home=/srv/gump/public/workspace/maven/bootstrap/maven.home -Dmaven.home.local=/srv/gump/public/workspace/maven/bootstrap/maven.home -Dmaven.jar.commons-cli=/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-22072009.jar -Dmaven.jar.ove rride=true -Dmaven.jar.commons-lang=/srv/gump/public/workspace/apache-commons/lang/target/commons-lang-3.0-SNAPSHOT.jar -Dmaven.jar.commons-httpclient=/srv/gump/public/workspace/httpcomponents/oac.hc3x/dist/commons-httpclient.jar -Dmaven.bootstrap.online=-o -Dmaven.bootstrap.phase1.classes=/srv/gump/public/workspace/maven/bootstrap/phase1-classes -Dmaven.jar.velocity=/srv/gump/public/workspace/velocity-engine/bin/velocity-22072009.jar -Dmaven.jar.which=/srv/gump/public/workspace/xml-commons/java/build/which.jar -Dmaven.jar.dom4j=/srv/gump/public/workspace/dom4j/build/dom4j.jar -f build-bootstrap.xml [Working Directory: /srv/gump/public/workspace/maven] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/maven/bootstrap/bootstrap-classes:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar:/srv/gump/public/workspace/apache-commons/betwixt/target/commons-betwixt-22072009.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-22072009.jar:/srv/gump/public/workspace/a pache-commons/collections/build/commons-collections-22072009.jar:/srv/gump/public/workspace/apache-commons/digester/dist/commons-digester.jar:/srv/gump/public/workspace/apache-commons/jexl/dist/commons-jexl-22072009.jar:/srv/gump/public/workspace/commons-jelly/target/commons-jelly-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/ant/target/commons-jelly-tags-ant-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/define/target/commons-jelly-tags-define-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/util/target/commons-jelly-tags-util-22072009.jar:/srv/gump/public/workspace/commons-jelly/jelly-tags/xml/target/commons-jelly-tags-xml-22072009.jar:/srv/gump/public/workspace/commons-dormant/graph2/target/commons-graph-22072009.jar:/srv/gump/public/workspace/apache-commons/io/target/commons-io-22072009.jar:/srv/gump/packages/jdepend-2.6/lib/jdepend.jar:/srv/gump/public/workspace/logging-log4j-12/dist/lib/log4j-22072009.jar:/srv/gump/p ublic/workspace/xml-commons/java/build/which.jar:/srv/gump/public/workspace/xpp/build/xpp3_xpath-22072009.jar:/srv/gump/public/workspace/xpp/build/xpp3-22072009.jar:/srv/gump/public/workspace/xpp/build/xpp3_min-22072009.jar:/srv/gump/public/workspace/apache-commons/cli/target/commons-cli-22072009.jar:/srv/gump/public/workspace/apache-commons/lang/target/commons-lang-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-22072009.jar:/srv/gump/public/workspace/httpcomponents/oac.hc3x/dist/commons-httpclient.jar:/srv/gump/public/workspace/dom4j/build/dom4j.jar:/srv/gump/public/workspace/velocity-engine/bin/velocity-22072009.jar --------------------------------------------- [javac] symbol : class TransferEvent [javac] location: class org.apache.maven.util.ConsoleDownloadMeter [javac] public void transferStarted( TransferEvent transferEvent ) [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:50: cannot find symbol [javac] symbol : class TransferEvent [javac] location: class org.apache.maven.util.ConsoleDownloadMeter [javac] public void transferProgress( TransferEvent transferEvent, byte[] buffer, int length ) [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:57: cannot find symbol [javac] symbol : class TransferEvent [javac] location: class org.apache.maven.util.ConsoleDownloadMeter [javac] public void transferCompleted( TransferEvent transferEvent ) [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/ConsoleDownloadMeter.java:63: cannot find symbol [javac] symbol : class TransferEvent [javac] location: class org.apache.maven.util.ConsoleDownloadMeter [javac] public void transferError( TransferEvent transferEvent ) [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/DVSLPathTool.java:21: package org.codehaus.plexus.util does not exist [javac] import org.codehaus.plexus.util.StringUtils; [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:28: package org.apache.maven.wagon does not exist [javac] import org.apache.maven.wagon.ConnectionException; [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:29: package org.apache.maven.wagon does not exist [javac] import org.apache.maven.wagon.Wagon; [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:30: package org.apache.maven.wagon.providers.file does not exist [javac] import org.apache.maven.wagon.providers.file.FileWagon; [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:31: package org.apache.maven.wagon.providers.http does not exist [javac] import org.apache.maven.wagon.providers.http.HttpWagon; [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:32: package org.apache.maven.wagon.proxy does not exist [javac] import org.apache.maven.wagon.proxy.ProxyInfo; [javac] ^ [javac] /srv/gump/public/workspace/maven/src/java/org/apache/maven/util/HttpUtils.java:33: package org.apache.maven.wagon.repository does not exist [javac] import org.apache.maven.wagon.repository.Repository; [javac] ^ [javac] Note: Some input files use or override a deprecated API. [javac] Note: Recompile with -Xlint:deprecation for details. [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 100 errors BUILD FAILED /srv/gump/public/workspace/maven/build-bootstrap.xml:234: Compile failed; see the compiler error output for details. Total time: 3 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/maven/maven-bootstrap/rss.xml - Atom: http://vmgump.apache.org/gump/public/maven/maven-bootstrap/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #21. *********************************************************** G U M P [GUMP@vmgump]: Project naming-config-test (in module directory-naming) 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 naming-config-test 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: - naming-config-test : Apache Directory Naming Component Full details are available at: http://vmgump.apache.org/gump/public/directory-naming/naming-config-test/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -WARNING- Overriding Maven properties: [/srv/gump/public/workspace/directory-naming/naming-config/build.properties] -DEBUG- (Gump generated) Maven Properties in: /srv/gump/public/workspace/directory-naming/naming-config/build.properties -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/directory-naming/naming-config/project.xml -DEBUG- Maven project properties in: /srv/gump/public/workspace/directory-naming/naming-config/project.properties -INFO- Project Reports in: /srv/gump/public/workspace/directory-naming/naming-config/target/test-reports The following work was performed: http://vmgump.apache.org/gump/public/directory-naming/naming-config-test/gump_work/build_directory-naming_naming-config-test.html Work Name: build_directory-naming_naming-config-test (Type: Build) Work ended in a state of : Failed Elapsed: 5 secs Command Line: maven --offline test [Working Directory: /srv/gump/public/workspace/directory-naming/naming-config] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/apache-commons/beanutils/dist/commons-beanutils-22072009.jar:/srv/gump/public/workspace/apache-commons/collections/build/commons-collections-22072009.jar:/srv/gump/public/workspace/apache-commons/dbcp/dist/commons-dbcp.jar:/srv/gump/public/workspace/apache-commons/digester/dist/commons-digester.jar:/srv/gump/public/workspace/apache-commons/lang/target/commons-lang-3.0-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-22072009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-22072009.jar:/srv/gump/public/workspace/apache-commons/pool/dist/commons-pool.jar:/srv/gump/public/workspace/hsqldb/lib/hsqldb.jar:/srv/gump/public/workspace/junit/dist/junit-22072009.jar:/srv/gump/public/workspace/directory-naming/naming-config/target/naming-config-22072009.jar:/srv/gump/public/workspace/directory-naming/naming-core/target/naming-core-22072009.jar :/srv/gump/public/workspace/directory-naming/naming-factory/target/naming-factory-22072009.jar:/srv/gump/public/workspace/directory-naming/naming-java/target/naming-java-22072009.jar:/srv/gump/packages/maven-site-plugin/maven-site-plugin-1.6.1.jar --------------------------------------------- __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 You are working offline so the build will continue, but naming-core-0.9-SNAPSHOT.jar may be out of date! You are working offline so the build will continue, but naming-factory-0.9-SNAPSHOT.jar may be out of date! You are working offline so the build will continue, but naming-java-0.9-SNAPSHOT.jar may be out of date! build:start: java:prepare-filesystem: java:compile: [echo] Compiling to /srv/gump/public/workspace/directory-naming/naming-config/target/classes java:jar-resources: test:prepare-filesystem: test:test-resources: Copying 5 files to /srv/gump/public/workspace/directory-naming/naming-config/target/test-classes test:compile: [javac] Compiling 1 source file to /srv/gump/public/workspace/directory-naming/naming-config/target/test-classes test:test: [junit] Running org.apache.naming.config.XmlConfiguratorTest [junit] Tests run: 5, Failures: 0, Errors: 5, Time elapsed: 0.672 sec [junit] [ERROR] TEST org.apache.naming.config.XmlConfiguratorTest FAILED BUILD FAILED File...... /home/gump/.maven/cache/maven-test-plugin-1.6.2/plugin.jelly Element... fail Line...... 181 Column.... 54 There were test failures. Total time: 4 seconds Finished at: Wed Jul 22 13:50:40 PDT 2009 --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/directory-naming/naming-config-test/rss.xml - Atom: http://vmgump.apache.org/gump/public/directory-naming/naming-config-test/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #23. *********************************************************** G U M P [GUMP@vmgump]: Project apacheds-shared (in module apacheds) 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 apacheds-shared has an issue affecting its community integration. This issue affects 3 projects. The current state of this project is 'Failed', with reason 'Build Failed'. For reference only, the following projects are affected by this: - apacheds-shared : Apache Directory Server - apacheds-shared-test : Apache Directory Server - maven-directory-plugin : Apache Directory Server Full details are available at: http://vmgump.apache.org/gump/public/apacheds/apacheds-shared/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Sole output [apacheds-shared-22072009.jar] identifier set to project name -DEBUG- (Gump generated) Maven2 Settings in: /srv/gump/public/workspace/apacheds/gump_mvn_settings.xml -INFO- Failed with reason build failed -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/pom.xml -INFO- Failed to extract fallback artifacts from Gump Repository The following work was performed: http://vmgump.apache.org/gump/public/apacheds/apacheds-shared/gump_work/build_apacheds_apacheds-shared.html Work Name: build_apacheds_apacheds-shared (Type: Build) Work ended in a state of : Failed Elapsed: 3 mins 33 secs Command Line: mvn --batch-mode -Dmaven.test.skip.exec=true --settings /srv/gump/public/workspace/apacheds/gump_mvn_settings.xml install [Working Directory: /srv/gump/public/workspace/apacheds] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/junit/dist/junit-22072009.jar:/srv/gump/public/workspace/directory-shared/ldap/target/shared-ldap-0.9.15-SNAPSHOT.jar --------------------------------------------- Failure executing javac, but could not parse the error: The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError: PermGen space at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:620) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at java.net.URLClassLoader.defineClass(URLClassLoader.java:260) at java.net.URLClassLoader.access$000(URLClassLoader.java:56) at java.net.URLClassLoader$1.run(URLClassLoader.java:195) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:188) at org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319) at com.sun.tools.javac.main.JavaCompiler.(JavaCompiler.java:300) at com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:72) at com.sun.tools.javac.main.Main.compile(Main.java:340) at com.sun.tools.javac.main.Main.compile(Main.java:279) at com.sun.tools.javac.main.Main.compile(Main.java:270) at com.sun.tools.javac.Main.compile(Main.java:87) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:420) at org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141) at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:493) at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114) at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:453) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:559) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:500) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:479) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:331) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:292) at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:142) at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:336) [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 3 minutes 32 seconds [INFO] Finished at: Wed Jul 22 13:58:58 PDT 2009 [INFO] Final Memory: 38M/242M [INFO] ------------------------------------------------------------------------ --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/apacheds/apacheds-shared/rss.xml - Atom: http://vmgump.apache.org/gump/public/apacheds/apacheds-shared/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #24. *********************************************************** G U M P [GUMP@vmgump]: Project portals-pluto-portal-1.0 (in module portals-pluto-1.0) 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 portals-pluto-portal-1.0 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: - portals-pluto-portal-1.0 : JSR168 Container Full details are available at: http://vmgump.apache.org/gump/public/portals-pluto-1.0/portals-pluto-portal-1.0/index.html That said, some information snippets are provided here. The following annotations (debug/informational/warning/error messages) were provided: -DEBUG- Dependency on ant exists, no need to add for property env.ANT_HOME. -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/portals-pluto-1.0/portals-pluto-portal-1.0/gump_work/build_portals-pluto-1.0_portals-pluto-portal-1.0.html Work Name: build_portals-pluto-1.0_portals-pluto-portal-1.0 (Type: Build) Work ended in a state of : Failed Elapsed: 4 secs Command Line: /usr/lib/jvm/java-6-sun/bin/java -Djava.awt.headless=true -Xbootclasspath/p:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis.jar:/srv/gump/public/workspace/xml-xerces2/build/xercesImpl.jar org.apache.tools.ant.Main -Dgump.merge=/srv/gump/public/gump/work/merge.xml -Dbuild.sysclasspath=only -Denv.ANT_HOME=/srv/gump/public/workspace/ant/dist -Dversion=22072009 -Dfinal.portal.name=pluto-portal-impl-22072009 all [Working Directory: /srv/gump/public/workspace/portals-pluto-1.0] CLASSPATH: /usr/lib/jvm/java-6-sun/lib/tools.jar:/srv/gump/public/workspace/portals-pluto-1.0/build/ant/lib/ForeachTask.jar:/srv/gump/public/workspace/ant/dist/lib/ant-jmf.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/ant/dist/lib/ant-trax.jar:/srv/gump/public/workspace/ant/dist/lib/ant-junit.jar:/srv/gump/public/workspace/ant/dist/lib/ant-launcher.jar:/srv/gump/public/workspace/ant/dist/lib/ant-nodeps.jar:/srv/gump/public/workspace/ant/dist/lib/ant.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/build/resolver.jar:/srv/gump/public/workspace/castor/core/target/castor-core-1.3.1-SNAPSHOT.jar:/srv/gump/public/workspace/castor/xml/target/castor-xml-1.3.1-SNAPSHOT.jar:/srv/gump/public/workspace/apache-commons/fileupload/target/commons-fileupload-22072009.jar:/srv/gump/public/wor kspace/apache-commons/logging/target/commons-logging-22072009.jar:/srv/gump/public/workspace/apache-commons/logging/target/commons-logging-api-22072009.jar:/srv/gump/public/workspace/junit/dist/junit-22072009.jar:/srv/gump/public/workspace/jakarta-regexp/build/jakarta-regexp-22072009.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr154/dist/lib/servlet-api.jar:/srv/gump/public/workspace/jakarta-servletapi-5/jsr152/dist/lib/jsp-api.jar:/srv/gump/public/workspace/portals-pluto-1.0/api/target/portlet-api-1.0.jar:/srv/gump/public/workspace/portals-pluto-1.0/container/target/pluto-1.0.jar:/srv/gump/public/workspace/portals-pluto-1.0/descriptors/target/pluto-descriptors-1.0.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar --------------------------------------------- compile-tests: internal-test: test: jar: portal: init: [mkdir] Created dir: /srv/gump/public/workspace/portals-pluto-1.0/portal/target/lib get-deps: compile: [mkdir] Created dir: /srv/gump/public/workspace/portals-pluto-1.0/portal/target/classes [javac] Compiling 149 source files to /srv/gump/public/workspace/portals-pluto-1.0/portal/target/classes [javac] /srv/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/Deploy.java:62: warning: [deprecation] org.apache.xml.serialize.OutputFormat in org.apache.xml.serialize has been deprecated [javac] import org.apache.xml.serialize.OutputFormat; [javac] ^ [javac] /srv/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/Deploy.java:63: warning: [deprecation] org.apache.xml.serialize.XMLSerializer in org.apache.xml.serialize has been deprecated [javac] import org.apache.xml.serialize.XMLSerializer; [javac] ^ [javac] /srv/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/core/PortalURL.java:179: warning: [deprecation] encode(java.lang.String) in java.net.URLEncoder has been deprecated [javac] value = URLEncoder.encode(value); [javac] ^ [javac] /srv/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryServiceContextImpl.java:113: exception java.io.IOException is never thrown in body of corresponding try statement [javac] } catch (IOException e) { [javac] ^ [javac] /srv/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryServiceContextImpl.java:115: exception org.exolab.castor.mapping.MappingException is never thrown in body of corresponding try statement [javac] } catch (MappingException e) { [javac] ^ [javac] /srv/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portalImpl/services/portletdefinitionregistry/PortletDefinitionRegistryServiceFileImpl.java:233: warning: [deprecation] toURL() in java.io.File has been deprecated [javac] source.setSystemId(portletXml.toURL().toExternalForm()); [javac] ^ [javac] /srv/gump/public/workspace/portals-pluto-1.0/portal/src/java/org/apache/pluto/portlet/admin/services/DeployWarService.java:165: warning: [deprecation] org.apache.pluto.portalImpl.Deploy in org.apache.pluto.portalImpl has been deprecated [javac] org.apache.pluto.portalImpl.Deploy.main(args); [javac] ^ [javac] Note: Some input files use unchecked or unsafe operations. [javac] Note: Recompile with -Xlint:unchecked for details. [javac] 2 errors [javac] 5 warnings BUILD FAILED /srv/gump/public/workspace/portals-pluto-1.0/build.xml:51: The following error occurred while executing this line: /srv/gump/public/workspace/portals-pluto-1.0/portal/build.xml:50: Compile failed; see the compiler error output for details. Total time: 4 seconds --------------------------------------------- To subscribe to this information via syndicated feeds: - RSS: http://vmgump.apache.org/gump/public/portals-pluto-1.0/portals-pluto-portal-1.0/rss.xml - Atom: http://vmgump.apache.org/gump/public/portals-pluto-1.0/portals-pluto-portal-1.0/atom.xml ============================== Gump Tracking Only === Produced by Gump version 2.3. Gump Run 07000822072009, vmgump:vmgump-public:07000822072009 Gump E-mail Identifier (unique within run) #27. -- 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