You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@directory.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2012/03/31 05:05:36 UTC

Build failed in Jenkins: dir-shared-jdk15-ubuntu-deploy #597

See <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/597/changes>

Changes:

[elecharny] o Used the RdnIndex instead of the OneLevelIndex for the List( ID ) method
o Made the IndexCursorAdaptor class extends the AbstarctIndexCursor, removing some of its duplicated methods
o Removed the useless TupleCursor
o Fixed the ParentIdAndRdn compareTo() method
o Added a ChildrenCursor to be able to browse the RdnIdx to find all the children of an entry
o Fixed some tests, improving the checks

[elecharny] Removed the AbstractTupleCursor, and replaced it by AbstractCursor<Tuple<K,V>> in the classes that were extending it. One less class in the tens of Cursors implementations...

------------------------------------------
[...truncated 2772 lines...]
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ shared-ldap-client-api ---
[INFO] Nothing to compile - all classes are up to date
[INFO] [debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ shared-ldap-client-api ---
[INFO] [INFO] Nothing to compile - all classes are up to date

[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ shared-ldap-client-api ---
[INFO] [INFO] Skipping execution of surefire because it has already been run for this configuration

[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ shared-ldap-client-api ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ shared-ldap-client-api ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ shared-ldap-client-api ---
[INFO] [INFO] Checking legal files in: shared-ldap-client-api-1.0.0-M12-SNAPSHOT.jar
[INFO] Checking legal files in: shared-ldap-client-api-1.0.0-M12-SNAPSHOT-sources.jar

[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-ldap-client-api ---
[INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/ldap/client/api/target/shared-ldap-client-api-1.0.0-M12-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-SNAPSHOT.jar
[INFO] [INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/ldap/client/api/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/ldap/client/api/target/shared-ldap-client-api-1.0.0-M12-SNAPSHOT-sources.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-SNAPSHOT-sources.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ shared-ldap-client-api ---
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ shared-ldap-client-api ---
[INFO] Installing org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-SNAPSHOT.jar
[INFO] Writing OBR metadata
[WARNING] Exception while updating local OBR: Unable to write repository xml
org.apache.maven.plugin.MojoExecutionException: Unable to write repository xml
	at org.apache.felix.obrplugin.ObrUpdate.writeRepositoryXml(ObrUpdate.java:278)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:149)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	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:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:104)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: No space left on device
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:260)
	at sun.nio.cs.StreamEncoder$CharsetSE.writeBytes(StreamEncoder.java:336)
	at sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:395)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146)
	at java.io.OutputStreamWriter.write(OutputStreamWriter.java:204)
	at java.io.Writer.write(Writer.java:126)
	at java.io.Writer.append(Writer.java:185)
	at org.apache.felix.bundlerepository.impl.XmlWriter.attribute(XmlWriter.java:89)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.toXml(DataModelHelperImpl.java:380)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.toXml(DataModelHelperImpl.java:336)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.toXml(DataModelHelperImpl.java:299)
	at org.apache.felix.bundlerepository.impl.DataModelHelperImpl.writeRepository(DataModelHelperImpl.java:186)
	at org.apache.felix.obrplugin.ObrUpdate.writeRepositoryXml(ObrUpdate.java:274)
	... 30 more
[INFO] Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/maven-metadata.xml

[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ shared-ldap-client-api ---
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/maven-metadata.xml (2 KB at 5.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-20120331.030533-25.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-20120331.030533-25.jar (74 KB at 1883.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-20120331.030533-25.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-20120331.030533-25.pom (4 KB at 187.5 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/maven-metadata.xml (418 B at 4.7 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/maven-metadata.xml (2 KB at 38.8 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/maven-metadata.xml (418 B at 21.5 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-20120331.030533-25-sources.jar
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-20120331.030533-25-sources.jar (70 KB at 2092.4 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/maven-metadata.xml (2 KB at 36.0 KB/sec)
[INFO] [INFO] Remote OBR update disabled (enable with -DremoteOBR)

[INFO] --- maven-bundle-plugin:2.3.7:deploy (default-deploy) @ shared-ldap-client-api ---
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/ldap/client/api/pom.xml> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-ldap-client-api/builds/2012-03-31_03-02-50/archive/org.apache.directory.shared/shared-ldap-client-api/1.0.0-M12-SNAPSHOT/shared-ldap-client-api-1.0.0-M12-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/ldap/client/api/target/shared-ldap-client-api-1.0.0-M12-SNAPSHOT.jar> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-ldap-client-api/builds/2012-03-31_03-02-50/archive/org.apache.directory.shared/shared-ldap-client-api/1.0.0-M12-20120331.030533-25/shared-ldap-client-api-1.0.0-M12-20120331.030533-25.jar
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/ldap/client/api/target/shared-ldap-client-api-1.0.0-M12-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-ldap-client-api/builds/2012-03-31_03-02-50/archive/org.apache.directory.shared/shared-ldap-client-api/1.0.0-M12-20120331.030533-25/shared-ldap-client-api-1.0.0-M12-20120331.030533-25-sources.jar
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared DSML Engine 1.0.0-M12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Deleting <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/dsml/engine/target>
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-dsml-engine ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ shared-dsml-engine ---
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ shared-dsml-engine ---
[INFO] Copying 0 resource
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ shared-dsml-engine ---
[INFO] Compiling 1 source file to <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/dsml/engine/target/classes>
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/dsml/engine/src/test/resources>
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ shared-dsml-engine ---
[INFO] [INFO] No sources to compile

[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ shared-dsml-engine ---
[INFO] [INFO] Surefire report directory: <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/dsml/engine/target/surefire-reports>


-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ shared-dsml-engine ---
#
# An unexpected error has been detected by HotSpot Virtual Machine:
#
#  SIGBUS (0x7) at pc=0xf768c7a4, pid=15548, tid=4149716672
#
# Java VM: Java HotSpot(TM) Server VM (1.5.0_22-b03 mixed mode)
# Problematic frame:
Segmentation fault
# 

Results :

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

[JENKINS] Recording test results
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/dsml/engine/pom.xml> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-dsml-engine/builds/2012-03-31_03-02-50/archive/org.apache.directory.shared/shared-dsml-engine/1.0.0-M12-SNAPSHOT/shared-dsml-engine-1.0.0-M12-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Directory Shared ........................... SUCCESS [7.926s]
[INFO] Apache Directory Shared I18n ...................... SUCCESS [6.062s]
[INFO] Apache Directory Shared Utilities ................. SUCCESS [9.109s]
[INFO] Apache Directory Shared ASN.1 Parent .............. SUCCESS [1.485s]
[INFO] Apache Directory Shared ASN.1 API ................. SUCCESS [5.457s]
[INFO] Apache Directory Shared ASN.1 BER ................. SUCCESS [6.296s]
[INFO] Apache Directory Shared LDAP Parent ............... SUCCESS [1.640s]
[INFO] Apache Directory Shared LDAP Model ................ SUCCESS [31.559s]
[INFO] Apache Directory Shared LDAP Codec Parent ......... SUCCESS [1.451s]
[INFO] Apache Directory Shared LDAP Codec ................ SUCCESS [11.399s]
[INFO] Apache Directory Shared LDAP Net Parent ........... SUCCESS [1.195s]
[INFO] Apache Directory Shared LDAP Network MINA ......... SUCCESS [6.000s]
[INFO] Apache Directory Shared LDAP Codec Standalone ..... SUCCESS [4.054s]
[INFO] Apache Directory Shared DSML Parent ............... SUCCESS [1.474s]
[INFO] Apache Directory Shared DSML Parser ............... SUCCESS [11.107s]
[INFO] Apache Directory Shared LDAP Extras ............... SUCCESS [1.342s]
[INFO] Apache Directory Shared LDAP Extras ACI ........... SUCCESS [9.608s]
[INFO] Apache Directory Shared LDAP Schema Parent ........ SUCCESS [1.088s]
[INFO] Apache Directory Shared LDAP Schema ............... SUCCESS [23.114s]
[INFO] Apache Directory Shared LDAP Client Parent ........ SUCCESS [1.231s]
[INFO] Apache Directory Shared LDAP Client API ........... SUCCESS [4.497s]
[INFO] Apache Directory Shared DSML Engine ............... FAILURE [0.942s]
[INFO] Apache Directory Shared LDAP Extras Codec API ..... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Codec ......... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Util .......... SKIPPED
[INFO] Apache Directory Shared LDAP Extras Stored Procedures  SKIPPED
[INFO] Apache Directory Shared LDAP Extras Trigger ....... SKIPPED
[INFO] Apache Directory Shared LDAP Schema Converter ..... SKIPPED
[INFO] Apache Directory Shared All ....................... SKIPPED
[INFO] Apache Directory Shared LDAP Client All ........... SKIPPED
[INFO] Apache Directory Shared Integration Tests ......... SKIPPED
[INFO] Apache Directory LDAP API Distribution ............ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2:39.585s
[INFO] Finished at: Sat Mar 31 03:05:35 GMT 2012
[INFO] Final Memory: 46M/116M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project shared-dsml-engine: Error occurred in starting fork, check output in log
cause : Error occurred in starting fork, check output in log
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project shared-dsml-engine: Error occurred in starting fork, check output in log
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:217)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	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:592)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:104)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:70)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
	at java.util.concurrent.FutureTask.run(FutureTask.java:123)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
	at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.MojoExecutionException: Error occurred in starting fork, check output in log
	at org.apache.maven.plugin.surefire.SurefirePlugin.assertNoException(SurefirePlugin.java:656)
	at org.apache.maven.plugin.surefire.SurefirePlugin.handleSummary(SurefirePlugin.java:645)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:137)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Caused by: org.apache.maven.surefire.booter.SurefireBooterForkException: Error occurred in starting fork, check output in log
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:281)
	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:113)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:199)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:135)
	... 30 more
channel stopped

Jenkins build is back to normal : dir-shared-jdk15-ubuntu-deploy #599

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/599/>


Build failed in Jenkins: dir-shared-jdk15-ubuntu-deploy #598

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/598/>

------------------------------------------
Started by timer
Building remotely on ubuntu5 in workspace <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/>
Updating https://svn.apache.org/repos/asf/directory/shared/trunk
D         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/cursor/AbstractTupleCursor.java
D         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/cursor/TupleCursor.java
U         ldap/model/src/main/java/org/apache/directory/shared/ldap/model/cursor/AbstractCursor.java
At revision 1308009
no change for https://svn.apache.org/repos/asf/directory/shared/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ /home/hudson/tools/java/latest1.5/bin/java -Xmx512m -XX:MaxPermSize=128m -cp /home/jenkins/jenkins-slave/maven3-agent.jar:/home/hudson/tools/maven/latest3/boot/plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main /home/hudson/tools/maven/latest3 /home/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven3-interceptor.jar 33961
<===[JENKINS REMOTING CAPACITY]===>channel started
   log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
Executing Maven:  -B -f <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> -Dmaven.repo.local=/home/jenkins/jenkins-slave/maven-repositories/0 -U clean install source:jar deploy
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache Directory Shared
[INFO] Apache Directory Shared I18n
[INFO] Apache Directory Shared Utilities
[INFO] Apache Directory Shared ASN.1 Parent
[INFO] Apache Directory Shared ASN.1 API
[INFO] Apache Directory Shared ASN.1 BER
[INFO] Apache Directory Shared LDAP Parent
[INFO] Apache Directory Shared LDAP Model
[INFO] Apache Directory Shared LDAP Codec Parent
[INFO] Apache Directory Shared LDAP Codec
[INFO] Apache Directory Shared LDAP Net Parent
[INFO] Apache Directory Shared LDAP Network MINA
[INFO] Apache Directory Shared LDAP Codec Standalone
[INFO] Apache Directory Shared DSML Parent
[INFO] Apache Directory Shared DSML Parser
[INFO] Apache Directory Shared LDAP Extras
[INFO] Apache Directory Shared LDAP Extras ACI
[INFO] Apache Directory Shared LDAP Schema Parent
[INFO] Apache Directory Shared LDAP Schema
[INFO] Apache Directory Shared LDAP Client Parent
[INFO] Apache Directory Shared LDAP Client API
[INFO] Apache Directory Shared DSML Engine
[INFO] Apache Directory Shared LDAP Extras Codec API
[INFO] Apache Directory Shared LDAP Extras Codec
[INFO] Apache Directory Shared LDAP Extras Util
[INFO] Apache Directory Shared LDAP Extras Stored Procedures
[INFO] Apache Directory Shared LDAP Extras Trigger
[INFO] Apache Directory Shared LDAP Schema Converter
[INFO] Apache Directory Shared All
[INFO] Apache Directory Shared LDAP Client All
[INFO] Apache Directory Shared Integration Tests
[INFO] Apache Directory LDAP API Distribution
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared 1.0.0-M12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-parent ---
[INFO] Deleting <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/target>
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ shared-parent ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ shared-parent ---
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-parent ---
[INFO] [INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-SNAPSHOT.pom

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ shared-parent ---
[INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/target/shared-parent-1.0.0-M12-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-SNAPSHOT-site.xml
Apr 1, 2012 3:06:25 AM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (default-cli) @ shared-parent ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ shared-parent ---
[INFO] [WARNING] Artifact org.apache.directory.shared:shared-parent:xml:site:1.0.0-M12-SNAPSHOT already attached to project, ignoring duplicate

[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ shared-parent ---
[INFO] 
[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-parent ---
[INFO] [INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-SNAPSHOT.pom
[INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/target/shared-parent-1.0.0-M12-SNAPSHOT-site.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-SNAPSHOT-site.xml

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ shared-parent ---
[INFO] 
[INFO] --- maven-deploy-plugin:2.7:deploy (default-deploy) @ shared-parent ---
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/maven-metadata.xml (843 B at 0.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-20120401.030630-33.pom
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-20120401.030630-33.pom (27 KB at 25.8 KB/sec)
Downloading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/maven-metadata.xml
Downloaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/maven-metadata.xml (409 B at 0.6 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/maven-metadata.xml (843 B at 0.9 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/maven-metadata.xml (409 B at 0.3 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-20120401.030630-33-site.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-20120401.030630-33-site.xml (3 KB at 5.2 KB/sec)
Uploading: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/maven-metadata.xml
Uploaded: https://repository.apache.org/content/repositories/snapshots/org/apache/directory/shared/shared-parent/1.0.0-M12-SNAPSHOT/maven-metadata.xml (843 B at 5.8 KB/sec)
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-parent/builds/2012-04-01_03-05-22/archive/org.apache.directory.shared/shared-parent/1.0.0-M12-SNAPSHOT/shared-parent-1.0.0-M12-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/target/shared-parent-1.0.0-M12-SNAPSHOT-site.xml> to /home/hudson/hudson/jobs/dir-shared-jdk15-ubuntu-deploy/modules/org.apache.directory.shared$shared-parent/builds/2012-04-01_03-05-22/archive/org.apache.directory.shared/shared-parent/1.0.0-M12-20120401.030630-33/shared-parent-1.0.0-M12-20120401.030630-33-site.xml
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Directory Shared I18n 1.0.0-M12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] Deleting <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/i18n/target>
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ shared-i18n ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ shared-i18n ---
[INFO] [debug] execute contextualize

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ shared-i18n ---
[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:compile (default-compile) @ shared-i18n ---
[INFO] Compiling 1 source file to <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/i18n/target/classes>
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/i18n/src/test/resources>
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ shared-i18n ---
[INFO] [INFO] No sources to compile

[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ shared-i18n ---
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ shared-i18n ---
[INFO] Surefire report directory: <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/i18n/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

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

[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ shared-i18n ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ shared-i18n ---
[INFO] [INFO] Checking legal files in: shared-i18n-1.0.0-M12-SNAPSHOT.jar

[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ shared-i18n ---
[INFO] [INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/i18n/target/shared-i18n-1.0.0-M12-SNAPSHOT.jar> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-i18n/1.0.0-M12-SNAPSHOT/shared-i18n-1.0.0-M12-SNAPSHOT.jar

[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ shared-i18n ---
[INFO] Installing <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/i18n/pom.xml> to /home/jenkins/jenkins-slave/maven-repositories/0/org/apache/directory/shared/shared-i18n/1.0.0-M12-SNAPSHOT/shared-i18n-1.0.0-M12-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ shared-i18n ---
[INFO] Installing org/apache/directory/shared/shared-i18n/1.0.0-M12-SNAPSHOT/shared-i18n-1.0.0-M12-SNAPSHOT.jar
[INFO] Writing OBR metadata
Apr 1, 2012 3:06:46 AM hudson.maven.ExecutedMojo <init>
WARNING: Failed to getClass for org.apache.maven.plugin.source.SourceJarMojo
[INFO] 
[INFO] --- maven-source-plugin:2.1.2:jar (default-cli) @ shared-i18n ---
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/directory already added, skipping
[INFO] org/apache/directory/shared already added, skipping
[INFO] org/apache/directory/shared/i18n already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
[INFO] Building jar: <https://builds.apache.org/job/dir-shared-jdk15-ubuntu-deploy/ws/trunk/i18n/target/shared-i18n-1.0.0-M12-SNAPSHOT-sources.jar>
[INFO] org already added, skipping
[INFO] org/apache already added, skipping
[INFO] org/apache/directory already added, skipping
[INFO] org/apache/directory/shared already added, skipping
[INFO] org/apache/directory/shared/i18n already added, skipping
[INFO] META-INF already added, skipping
[INFO] META-INF/NOTICE already added, skipping
[INFO] META-INF/LICENSE already added, skipping
[INFO] META-INF/DEPENDENCIES already added, skipping
Apr 1, 2012 3:06:47 AM hudson.remoting.Channel$ReaderThread run
SEVERE: I/O error in channel channel
java.io.StreamCorruptedException
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1332)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:348)
	at hudson.remoting.Channel$ReaderThread.run(Channel.java:1127)
channel stopped
ERROR: Maven JVM terminated unexpectedly with exit code 0