You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by gu...@vmgump.apache.org on 2011/02/01 03:23:07 UTC

BATCH: All dressed up, with nowhere to go...

Dear Gumpmeisters,
            
The following 8 notifys should have been sent

*********************************************************** G U M P
[GUMP@vmgump]: Project jmock2-test (in module jmock2) failed
[GUMP@vmgump]: Project apacheds-protocol-changepw (in module apacheds) failed
[GUMP@vmgump]: Project syncrepl (in module apacheds) failed
[GUMP@vmgump]: Project apacheds-server-tools (in module apacheds) failed
[GUMP@vmgump]: Project apacheds-kerberos-test (in module apacheds) failed
[GUMP@vmgump]: Project apacheds-core-integ-test (in module apacheds) failed
[GUMP@vmgump]: Project apacheds-ldap-client-test (in module apacheds) failed
[GUMP@vmgump]: Project apacheds-server-integ-test (in module apacheds) failed
*********************************************************** G U M P
[GUMP@vmgump]: Project jmock2-test (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-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:
    - jmock2-test :  jMock is a library for testing Java code using mock objects.


Full details are available at:
    http://vmgump.apache.org/gump/public/jmock2/jmock2-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/jmock2/jmock2-test/gump_work/build_jmock2_jmock2-test.html
Work Name: build_jmock2_jmock2-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 8 secs
Command Line: /usr/lib/jvm/java-6-openjdk/bin/java -Djava.awt.headless=true -Dbuild.sysclasspath=only -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 -Dversion=31012011 run.tests 
[Working Directory: /srv/gump/public/workspace/jmock2]
CLASSPATH: /usr/lib/jvm/java-6-openjdk/lib/tools.jar:/srv/gump/public/workspace/jmock2/build/jmock-31012011/jmock-31012011.jar:/srv/gump/public/workspace/jmock2/build/jmock-31012011/jmock-junit3-31012011.jar:/srv/gump/public/workspace/jmock2/build/jmock-31012011/jmock-junit4-31012011.jar:/srv/gump/public/workspace/jmock2/build/jmock-31012011/jmock-legacy-31012011.jar:/srv/gump/public/workspace/jmock2/build/jmock-31012011/jmock-script-31012011.jar:/srv/gump/public/workspace/jmock2/build/jmock-31012011/jmock-tests-31012011.jar:/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-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/packages/bsh-2.0b4/bsh-2.0b4.jar:/srv/gump/packages/bsh-2.
 0b4/bsh-bsf-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-classpath-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-commands-2.0b4.jar:/srv/gump/packages/bsh-2.0b4/bsh-core-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.2.jar:/srv/gump/public/workspace/hamcrest/hamcrest-java/build/hamcrest-core-31012011.jar:/srv/gump/public/workspace/hamcrest/hamcrest-java/build/hamcrest-generator-31012011.jar:/srv/gump/public/workspace/hamcrest/hamcrest-java/build/hamcrest-library-31012011.jar:/srv/gump/public/workspace/hamcrest/hamcrest-java/build/hamcrest-unit-test-31012011.jar:/srv/gump/public/workspace/junit/dist/junit-31012011.jar:/srv/gump/public/workspace/junit/dist/junit-dep-31012011.jar:/srv/gump/packages/junit3.8.1/junit.jar:/srv/gump/public/workspace/xml-commons/java/external/build/xml-apis-ext.jar
---------------------------------------------
Buildfile: /srv/gump/public/workspace/jmock2/build.xml

dir.build:

compile:
    [javac] Compiling 211 source files to /srv/gump/public/workspace/jmock2/build/classes
    [javac] /srv/gump/public/workspace/jmock2/src/org/jmock/lib/legacy/ClassImposteriser.java:23: package org.objenesis does not exist
    [javac] import org.objenesis.Objenesis;
    [javac]                     ^
    [javac] /srv/gump/public/workspace/jmock2/src/org/jmock/lib/legacy/ClassImposteriser.java:24: package org.objenesis does not exist
    [javac] import org.objenesis.ObjenesisStd;
    [javac]                     ^
    [javac] /srv/gump/public/workspace/jmock2/src/org/jmock/lib/legacy/ClassImposteriser.java:50: cannot find symbol
    [javac] symbol  : class Objenesis
    [javac] location: class org.jmock.lib.legacy.ClassImposteriser
    [javac]     private final Objenesis objenesis = new ObjenesisStd();
    [javac]                   ^
    [javac] /srv/gump/public/workspace/jmock2/src/org/jmock/lib/legacy/ClassImposteriser.java:50: cannot find symbol
    [javac] symbol  : class ObjenesisStd
    [javac] location: class org.jmock.lib.legacy.ClassImposteriser
    [javac]     private final Objenesis objenesis = new ObjenesisStd();
    [javac]                                             ^
    [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] 4 errors

BUILD FAILED
/srv/gump/public/workspace/jmock2/build.xml:61: Compile failed; see the compiler error output for details.

Total time: 8 seconds
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/jmock2/jmock2-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/jmock2/jmock2-test/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project apacheds-protocol-changepw (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-protocol-changepw has an issue affecting its community integration.
This issue affects 5 projects.
The current state of this project is 'Failed', with reason 'Build Failed'.
For reference only, the following projects are affected by this:
    - apacheds-all :  Apache Directory Server
    - apacheds-protocol-changepw :  Apache Directory Server
    - apacheds-service :  Apache Directory Server
    - apacheds-service-builder :  Apache Directory Server
    - apacheds-wrapper :  Apache Directory Server


Full details are available at:
    http://vmgump.apache.org/gump/public/apacheds/apacheds-protocol-changepw/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole jar output [apacheds-protocol-changepw-*[0-9T].jar] identifier set to project name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/apacheds/protocol-changepw/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/protocol-changepw/pom.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apacheds/apacheds-protocol-changepw/gump_work/build_apacheds_apacheds-protocol-changepw.html
Work Name: build_apacheds_apacheds-protocol-changepw (Type: Build)
Work ended in a state of : Failed
Elapsed: 10 secs
Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/apacheds/protocol-changepw/gump_mvn_settings.xml install 
[Working Directory: /srv/gump/public/workspace/apacheds/protocol-changepw]
M2_HOME: /opt/maven3
---------------------------------------------
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordDataDecoder.java:[77,44] cannot find symbol
[ERROR] symbol  : variable PrincipalNameDecoder
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordDataDecoder.java:[80,20] cannot find symbol
[ERROR] symbol  : class DERGeneralString
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordDataDecoder.java:[80,46] cannot find symbol
[ERROR] symbol  : class DERGeneralString
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordErrorDecoder.java:[48,8] cannot find symbol
[ERROR] symbol  : class ChangePasswordErrorModifier
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordErrorDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordErrorDecoder.java:[48,51] cannot find symbol
[ERROR] symbol  : class ChangePasswordErrorModifier
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordErrorDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordErrorDecoder.java:[64,47] cannot find symbol
[ERROR] symbol  : method decodeKrbError(java.nio.ByteBuffer)
[ERROR] location: class org.apache.directory.server.kerberos.protocol.KerberosDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordReplyDecoder.java:[62,8] cannot find symbol
[ERROR] symbol  : class PrivateMessageDecoder
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordReplyDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordReplyDecoder.java:[62,51] cannot find symbol
[ERROR] symbol  : class PrivateMessageDecoder
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordReplyDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordReplyDecoder.java:[63,8] cannot find symbol
[ERROR] symbol  : class PrivateMessage
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordReplyDecoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordReplyDecoder.java:[66,31] cannot find symbol
[ERROR] symbol  : method getChangePasswordReply()
[ERROR] location: class org.apache.directory.shared.kerberos.messages.ApRep
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordDataEncoder.java:[50,8] cannot find symbol
[ERROR] symbol  : class ASN1OutputStream
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataEncoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordDataEncoder.java:[50,35] cannot find symbol
[ERROR] symbol  : class ASN1OutputStream
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataEncoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordDataEncoder.java:[52,8] cannot find symbol
[ERROR] symbol  : class DERSequence
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataEncoder
[ERROR] /srv/gump/public/workspace/apacheds/protocol-changepw/src/main/java/org/apache/directory/server/changepw/io/ChangePasswordDataEncoder.java:[70,8] cannot find symbol
[ERROR] symbol  : class ASN1OutputStream
[ERROR] location: class org.apache.directory.server.changepw.io.ChangePasswordDataEncoder
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apacheds/apacheds-protocol-changepw/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apacheds/apacheds-protocol-changepw/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project syncrepl (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 syncrepl 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:
    - syncrepl :  Apache Directory Server


Full details are available at:
    http://vmgump.apache.org/gump/public/apacheds/syncrepl/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole jar output [syncrepl-*[0-9T].jar] identifier set to project name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/apacheds/syncrepl/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/syncrepl/pom.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apacheds/syncrepl/gump_work/build_apacheds_syncrepl.html
Work Name: build_apacheds_syncrepl (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/apacheds/syncrepl/gump_mvn_settings.xml install 
[Working Directory: /srv/gump/public/workspace/apacheds/syncrepl]
M2_HOME: /opt/maven3
---------------------------------------------
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.directory.server:syncrepl:1.5.8-SNAPSHOT (/srv/gump/public/workspace/apacheds/syncrepl/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.directory.shared:ldap-client-api:jar must be a valid version but is '${org.apache.directory.ldap.client.api.version}'. @ line 43, column 16
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apacheds/syncrepl/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apacheds/syncrepl/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project apacheds-server-tools (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-server-tools 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:
    - apacheds-server-tools :  Apache Directory Server


Full details are available at:
    http://vmgump.apache.org/gump/public/apacheds/apacheds-server-tools/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole jar output [apacheds-server-tools-*[0-9T].jar] identifier set to project name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/apacheds/server-tools/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/server-tools/pom.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apacheds/apacheds-server-tools/gump_work/build_apacheds_apacheds-server-tools.html
Work Name: build_apacheds_apacheds-server-tools (Type: Build)
Work ended in a state of : Failed
Elapsed: 2 secs
Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/apacheds/server-tools/gump_mvn_settings.xml install 
[Working Directory: /srv/gump/public/workspace/apacheds/server-tools]
M2_HOME: /opt/maven3
---------------------------------------------
[INFO] Scanning for projects...
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]   
[ERROR]   The project org.apache.directory.server:apacheds-server-tools:1.5.8-SNAPSHOT (/srv/gump/public/workspace/apacheds/server-tools/pom.xml) has 1 error
[ERROR]     'dependencies.dependency.version' for org.apache.directory.daemon:daemon-bootstrappers:jar is missing. @ line 89, column 17
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apacheds/apacheds-server-tools/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apacheds/apacheds-server-tools/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project apacheds-kerberos-test (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-kerberos-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:
    - apacheds-kerberos-test :  Apache Directory Server


Full details are available at:
    http://vmgump.apache.org/gump/public/apacheds/apacheds-kerberos-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole jar output [apacheds-kerberos-test-*[0-9T].jar] identifier set to project name
 -WARNING- Bad *Optional* Dependency. Project: apacheds-apacheds-kerberos-codec : unknown to *this* workspace
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/apacheds/kerberos-test/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/kerberos-test/pom.xml
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apacheds/apacheds-kerberos-test/gump_work/build_apacheds_apacheds-kerberos-test.html
Work Name: build_apacheds_apacheds-kerberos-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 24 secs
Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/apacheds/kerberos-test/gump_mvn_settings.xml install 
[Working Directory: /srv/gump/public/workspace/apacheds/kerberos-test]
M2_HOME: /opt/maven3
---------------------------------------------
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ apacheds-kerberos-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /srv/gump/public/workspace/apacheds/kerberos-test/src/main/resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ apacheds-kerberos-test ---
[INFO] No sources to compile
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ apacheds-kerberos-test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ apacheds-kerberos-test ---
[INFO] Compiling 2 source files to /srv/gump/public/workspace/apacheds/kerberos-test/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ apacheds-kerberos-test ---
[INFO] Surefire report directory: /srv/gump/public/workspace/apacheds/kerberos-test/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.server.kerberos.kdc.SaslGssapiBindITest
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 10.734 sec <<< FAILURE!

Results :

Failed tests: 
  testSaslGssapiBind(org.apache.directory.server.kerberos.kdc.SaslGssapiBindITest)

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.358s
[INFO] Finished at: Tue Feb 01 01:50:42 UTC 2011
[INFO] Final Memory: 14M/35M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project apacheds-kerberos-test: There are test failures.
[ERROR] 
[ERROR] Please refer to /srv/gump/public/workspace/apacheds/kerberos-test/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apacheds/apacheds-kerberos-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apacheds/apacheds-kerberos-test/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project apacheds-core-integ-test (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-core-integ-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:
    - apacheds-core-integ-test :  Apache Directory Server


Full details are available at:
    http://vmgump.apache.org/gump/public/apacheds/apacheds-core-integ-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -WARNING- Overriding Maven settings: [/srv/gump/public/workspace/apacheds/core-integ/gump_mvn_settings.xml]
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/apacheds/core-integ/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/core-integ/pom.xml



The following work was performed:
http://vmgump.apache.org/gump/public/apacheds/apacheds-core-integ-test/gump_work/build_apacheds_apacheds-core-integ-test.html
Work Name: build_apacheds_apacheds-core-integ-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 3 mins 39 secs
Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/apacheds/core-integ/gump_mvn_settings.xml test 
[Working Directory: /srv/gump/public/workspace/apacheds/core-integ]
M2_HOME: /opt/maven3
---------------------------------------------
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ apacheds-core-integ ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ apacheds-core-integ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ apacheds-core-integ ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ apacheds-core-integ ---
[INFO] Surefire report directory: /srv/gump/public/workspace/apacheds/core-integ/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.server.core.suites.StockCoreISuite
Tests run: 566, Failures: 0, Errors: 1, Skipped: 112, Time elapsed: 180.474 sec <<< FAILURE!
Running org.apache.directory.server.core.suites.MigratedStockCoreISuite
Tests run: 89, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 27.82 sec

Results :

Tests in error: 
  testSubentriesControl(org.apache.directory.server.core.subtree.SubentryServiceIT)

Tests run: 655, Failures: 0, Errors: 1, Skipped: 114

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3:37.499s
[INFO] Finished at: Tue Feb 01 01:54:51 UTC 2011
[INFO] Final Memory: 10M/23M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project apacheds-core-integ: There are test failures.
[ERROR] 
[ERROR] Please refer to /srv/gump/public/workspace/apacheds/core-integ/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apacheds/apacheds-core-integ-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apacheds/apacheds-core-integ-test/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project apacheds-ldap-client-test (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-ldap-client-test has an issue affecting its community integration.
This issue affects 1 projects.
The current state of this project is 'Failed', with reason 'Missing Build Outputs'.
For reference only, the following projects are affected by this:
    - apacheds-ldap-client-test :  Apache Directory Server


Full details are available at:
    http://vmgump.apache.org/gump/public/apacheds/apacheds-ldap-client-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -DEBUG- Sole jar output [apacheds-ldap-client-test-*[0-9T].jar] identifier set to project name
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/apacheds/ldap-client-test/gump_mvn_settings.xml
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/ldap-client-test/pom.xml
 -INFO- Failed with reason missing build outputs
 -ERROR- Missing Output: /srv/gump/public/workspace/apacheds/ldap-client-test/target/apacheds-ldap-client-test-*[0-9T].jar
 -ERROR- See Directory Listing Work for Missing Outputs
 -INFO- Failed to extract fallback artifacts from Gump Repository



The following work was performed:
http://vmgump.apache.org/gump/public/apacheds/apacheds-ldap-client-test/gump_work/build_apacheds_apacheds-ldap-client-test.html
Work Name: build_apacheds_apacheds-ldap-client-test (Type: Build)
Work ended in a state of : Success
Elapsed: 55 secs
Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/apacheds/ldap-client-test/gump_mvn_settings.xml install 
[Working Directory: /srv/gump/public/workspace/apacheds/ldap-client-test]
M2_HOME: /opt/maven3
---------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.shared.client.api.operations.ClientAbandonRequestTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.466 sec
Running org.apache.directory.shared.client.api.operations.ClientCompareRequestTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.26 sec
Running org.apache.directory.shared.client.api.LdapConnectionTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.982 sec
Running org.apache.directory.shared.client.api.operations.ClientExtendedRequestTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.915 sec
Running org.apache.directory.shared.client.api.operations.bind.SimpleBindRequestTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.693 sec
Running org.apache.directory.shared.client.api.NetworkSchemaLoaderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.749 sec
Running org.apache.directory.shared.client.api.operations.search.ClientSearchRequestTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.594 sec
Running org.apache.directory.shared.client.api.operations.search.SearchRequestReturningAttributesTest
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.678 sec
Running org.apache.directory.shared.client.api.operations.ClientModifyRequestTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.434 sec
Running org.apache.directory.shared.client.api.operations.ClientModifyDnRequestTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.518 sec
Running org.apache.directory.shared.client.api.operations.ClientAddRequestTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.695 sec
Running org.apache.directory.shared.client.api.LdapSSLConnectionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.57 sec
Running org.apache.directory.shared.client.api.operations.ClientDeleteRequestTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 1.55 sec

Results :

Tests run: 69, Failures: 0, Errors: 0, Skipped: 3

[INFO] 
[INFO] --- maven-jar-plugin:2.3.1:jar (default-jar) @ ldap-client-test ---
[INFO] Building jar: /srv/gump/public/workspace/apacheds/ldap-client-test/target/ldap-client-test-1.5.8-SNAPSHOT.jar
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ ldap-client-test ---
[INFO] Checking legal files in: ldap-client-test-1.5.8-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ ldap-client-test ---
[INFO] Installing /srv/gump/public/workspace/apacheds/ldap-client-test/target/ldap-client-test-1.5.8-SNAPSHOT.jar to /srv/gump/public/workspace/mvnlocalrepo/shared/org/apache/directory/server/ldap-client-test/1.5.8-SNAPSHOT/ldap-client-test-1.5.8-SNAPSHOT.jar
[INFO] Installing /srv/gump/public/workspace/apacheds/ldap-client-test/pom.xml to /srv/gump/public/workspace/mvnlocalrepo/shared/org/apache/directory/server/ldap-client-test/1.5.8-SNAPSHOT/ldap-client-test-1.5.8-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 52.942s
[INFO] Finished at: Tue Feb 01 01:56:08 UTC 2011
[INFO] Final Memory: 15M/36M
[INFO] ------------------------------------------------------------------------
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apacheds/apacheds-ldap-client-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apacheds/apacheds-ldap-client-test/atom.xml

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

*********************************************************** G U M P
[GUMP@vmgump]: Project apacheds-server-integ-test (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-server-integ-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:
    - apacheds-server-integ-test :  Apache Directory Server


Full details are available at:
    http://vmgump.apache.org/gump/public/apacheds/apacheds-server-integ-test/index.html

That said, some information snippets are provided here.

The following annotations (debug/informational/warning/error messages) were provided:
 -WARNING- Overriding Maven settings: [/srv/gump/public/workspace/apacheds/server-integ/gump_mvn_settings.xml]
 -DEBUG- (Apache Gump generated) Apache Maven Settings in: /srv/gump/public/workspace/apacheds/server-integ/gump_mvn_settings.xml
 -INFO- Failed with reason build failed
 -DEBUG- Maven POM in: /srv/gump/public/workspace/apacheds/server-integ/pom.xml



The following work was performed:
http://vmgump.apache.org/gump/public/apacheds/apacheds-server-integ-test/gump_work/build_apacheds_apacheds-server-integ-test.html
Work Name: build_apacheds_apacheds-server-integ-test (Type: Build)
Work ended in a state of : Failed
Elapsed: 15 mins 11 secs
Command Line: /opt/maven3/bin/mvn --batch-mode --settings /srv/gump/public/workspace/apacheds/server-integ/gump_mvn_settings.xml package 
[Working Directory: /srv/gump/public/workspace/apacheds/server-integ]
M2_HOME: /opt/maven3
---------------------------------------------
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[WARNING] Missing POM for org.apache.directory.server:apacheds-protocol-ldap:jar:1.5.8-SNAPSHOT
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ apacheds-server-integ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ apacheds-server-integ ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ apacheds-server-integ ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ apacheds-server-integ ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-surefire-plugin:2.6:test (default-test) @ apacheds-server-integ ---
[INFO] Surefire report directory: /srv/gump/public/workspace/apacheds/server-integ/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.server.suites.StockServerISuite
java.lang.ClassCastException: org.apache.directory.shared.ldap.codec.search.controls.persistentSearch.PersistentSearchDecorator cannot be cast to org.apache.directory.shared.ldap.model.message.controls.BasicControl
	at org.apache.directory.shared.ldap.codec.DefaultLdapCodecService.decorate(DefaultLdapCodecService.java:238)
	at org.apache.directory.shared.ldap.codec.DefaultLdapCodecService.toJndiControl(DefaultLdapCodecService.java:254)
	at org.apache.directory.shared.ldap.util.JndiUtils.toJndiControl(JndiUtils.java:107)
	at org.apache.directory.shared.ldap.util.JndiUtils.toJndiControls(JndiUtils.java:122)
	at org.apache.directory.server.operations.search.PersistentSearchIT$PSearchListener.run(PersistentSearchIT.java:588)
	at java.lang.Thread.run(Thread.java:636)
Process 1296525415121 is killed.
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15:09.623s
[INFO] Finished at: Tue Feb 01 02:11:55 UTC 2011
[INFO] Final Memory: 9M/23M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.6:test (default-test) on project apacheds-server-integ: Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineTimeOutException: Error while executing external command, process killed. Process timeout out after 900 seconds -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
---------------------------------------------

To subscribe to this information via syndicated feeds:
- RSS: http://vmgump.apache.org/gump/public/apacheds/apacheds-server-integ-test/rss.xml
- Atom: http://vmgump.apache.org/gump/public/apacheds/apacheds-server-integ-test/atom.xml

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


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