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 2013/03/10 05:06:06 UTC

Build failed in Jenkins: dir-apacheds-jdbm-jdk16-win #285

See <https://builds.apache.org/job/dir-apacheds-jdbm-jdk16-win/285/>

------------------------------------------
[...truncated 126 lines...]
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:282)
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
	at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:263)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:106)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:116)
	at java.io.OutputStreamWriter.write(OutputStreamWriter.java:203)
	at java.io.Writer.write(Writer.java:140)
	at java.io.Writer.append(Writer.java:210)
	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]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ApacheDS JDBM Implementation MVCC 2.0.0-M3-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] [INFO] Deleting F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\target

[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apacheds-jdbm2 ---
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ apacheds-jdbm2 ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ apacheds-jdbm2 ---
[INFO] Copying 6 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ apacheds-jdbm2 ---
[INFO] Compiling 65 source files to F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\target\classes
[debug] execute contextualize
[INFO] [INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ apacheds-jdbm2 ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ apacheds-jdbm2 ---
[INFO] Compiling 8 source files to F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\target\test-classes
[INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\target\surefire-reports
[INFO] 
-------------------------------------------------------
 T E S T S
-------------------------------------------------------

[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ apacheds-jdbm2 ---
Running jdbm.btree.TestBTree
Tests run: 9, Failures: 0, Errors: 9, Skipped: 0, Time elapsed: 10.717 sec <<< FAILURE!
Running jdbm.btree.TestBTreeBrowser
Tests run: 11, Failures: 0, Errors: 11, Skipped: 0, Time elapsed: 0.131 sec <<< FAILURE!
Running jdbm.btree.TestSnapshotBTree
 TestLongBrowsing read thread min key is0max value is0
 TestLongBrowsing read thread min key is0max value is1
 TestLongBrowsing read thread min key is0max value is1
 TestLongBrowsing read thread min key is0max value is1
TestLongBrowsing read thread count is 10000
TestLongBrowsing read thread count is 10000
TestLongBrowsing read thread count is 10000
TestLongBrowsing read thread count is 10000
TestLongBrowsing updates ended
TestRemoveInsert updates ended
TestRemoveInsert read thread count is 10000
TestRemoveInsert read thread count is 10000
TestRemoveInsert read thread count is 10000
TestRemoveInsert read thread count is 10000
count is 1024
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 226.411 sec <<< FAILURE!
Running jdbm.btree.TestStreamCorrupted
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec <<< FAILURE!
Running jdbm.helper.TestActionVersioning
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
Running jdbm.helper.TestVersionedCache
Sum is: 1027
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.564 sec
Running jdbm.recman.BlockIoTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running jdbm.recman.LocationTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.004 sec

Results :

Tests in error: 
  testClose(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit6390843253874871091\testClose.lg (There is not enough space on the disk)
  testFind(jdbm.btree.TestBTree): There is not enough space on the disk
  testBasics2(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit6888412839098548849\testBasics2.lg (There is not enough space on the disk)
  testInsert(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit4676807446649536232\testInsert.lg (There is not enough space on the disk)
  testRemove(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit7705441451990518870\testRemove.lg (There is not enough space on the disk)
  testInsertMany(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit5873933611279889297\testInsertMany.lg (There is not enough space on the disk)
  testBasics(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit7142626006123661907\testBasics.lg (There is not enough space on the disk)
  testLargeDataAmount(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit4865089550834870404\testLargeDataAmount.lg (There is not enough space on the disk)
  testMultithreadAccess(jdbm.btree.TestBTree): C:\Users\hudson\AppData\Local\Temp\junit3627801436943138555\testMultithreadAccess.lg (There is not enough space on the disk)
  testBrowseWithRemovePreviousWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit5682218488167710185\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithInsertFirstBeforeStart(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit346469868603965328\testBrowser.lg (There is not enough space on the disk)
  testBrowse(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit4487471885298540605\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithRemoveLastWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit5547732536620436915\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithInsertNextWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit5241670715783284409\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithInsertPreviousWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit5101539845255042469\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithInsertFirstWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit911738150461100022\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithRemoveNextWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit7086743599269032278\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithRemoveFirstWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit7818719092789977344\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithInsertLastWhileBrowsing(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit6818575271644976822\testBrowser.lg (There is not enough space on the disk)
  testBrowseWithRemoveFirstBeforeStart(jdbm.btree.TestBTreeBrowser): C:\Users\hudson\AppData\Local\Temp\junit1268181206989617520\testBrowser.lg (There is not enough space on the disk)
  testLongBrowsing(jdbm.btree.TestSnapshotBTree): C:\Users\hudson\AppData\Local\Temp\junit2322119066204046976\testLongBrowsing.lg (There is not enough space on the disk)
  testRemoveInsert(jdbm.btree.TestSnapshotBTree): C:\Users\hudson\AppData\Local\Temp\junit3916139027115666175\testRemoveInsert.lg (There is not enough space on the disk)
  testBasic1(jdbm.btree.TestSnapshotBTree): C:\Users\hudson\AppData\Local\Temp\junit5634597465262104798\testBasic1.lg (There is not enough space on the disk)
  testStreamCorrupted(jdbm.btree.TestStreamCorrupted): There is not enough space on the disk

Tests run: 39, Failures: 0, Errors: 24, Skipped: 2

[ERROR] There are test failures.

Please refer to F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\target\surefire-reports for the individual test results.
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:bundle (default-bundle) @ apacheds-jdbm2 ---
[INFO] 
[INFO] --- maven-site-plugin:3.0:attach-descriptor (attach-descriptor) @ apacheds-jdbm2 ---
[INFO] [INFO] Checking legal files in: apacheds-jdbm2-2.0.0-M3-SNAPSHOT.jar

[INFO] --- tools-maven-plugin:1.4:verify-legal-files (verify-legal-files) @ apacheds-jdbm2 ---
[INFO] Installing F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\target\apacheds-jdbm2-2.0.0-M3-SNAPSHOT.jar to f:\hudson\hudson-slave\maven-repositories\0\org\apache\directory\jdbm\apacheds-jdbm2\2.0.0-M3-SNAPSHOT\apacheds-jdbm2-2.0.0-M3-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ apacheds-jdbm2 ---
[INFO] Installing F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\pom.xml to f:\hudson\hudson-slave\maven-repositories\0\org\apache\directory\jdbm\apacheds-jdbm2\2.0.0-M3-SNAPSHOT\apacheds-jdbm2-2.0.0-M3-SNAPSHOT.pom
[INFO] 
[INFO] --- maven-bundle-plugin:2.3.7:install (default-install) @ apacheds-jdbm2 ---
[INFO] Installing org/apache/directory/jdbm/apacheds-jdbm2/2.0.0-M3-SNAPSHOT/apacheds-jdbm2-2.0.0-M3-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:107)
	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:597)
	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:100)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:282)
	at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:202)
	at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:263)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:106)
	at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:116)
	at java.io.OutputStreamWriter.write(OutputStreamWriter.java:203)
	at java.io.Writer.write(Writer.java:140)
	at java.io.Writer.append(Writer.java:210)
	at org.apache.felix.bundlerepository.impl.XmlWriter.text(XmlWriter.java:127)
	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] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] ApacheDS JDBM ..................................... SUCCESS [27.568s]
[INFO] ApacheDS JDBM Original Implementation ............. SUCCESS [23.012s]
[INFO] ApacheDS JDBM Implementation MVCC ................. SUCCESS [4:01.947s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4:53.979s
[INFO] Finished at: Sun Mar 10 04:06:01 GMT 2013
[INFO] Final Memory: 19M/85M
[INFO] ------------------------------------------------------------------------
[JENKINS] Archiving <https://builds.apache.org/job/dir-apacheds-jdbm-jdk16-win/ws/pom.xml> to /home/hudson/hudson/jobs/dir-apacheds-jdbm-jdk16-win/modules/org.apache.directory.jdbm$apacheds-jdbm-parent/builds/2013-03-10_04-01-07/archive/org.apache.directory.jdbm/apacheds-jdbm-parent/2.0.0-M3-SNAPSHOT/apacheds-jdbm-parent-2.0.0-M3-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm1\pom.xml to /home/hudson/hudson/jobs/dir-apacheds-jdbm-jdk16-win/modules/org.apache.directory.jdbm$apacheds-jdbm1/builds/2013-03-10_04-01-07/archive/org.apache.directory.jdbm/apacheds-jdbm1/2.0.0-M3-SNAPSHOT/apacheds-jdbm1-2.0.0-M3-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm1\target\apacheds-jdbm1-2.0.0-M3-SNAPSHOT.jar to /home/hudson/hudson/jobs/dir-apacheds-jdbm-jdk16-win/modules/org.apache.directory.jdbm$apacheds-jdbm1/builds/2013-03-10_04-01-07/archive/org.apache.directory.jdbm/apacheds-jdbm1/2.0.0-M3-SNAPSHOT/apacheds-jdbm1-2.0.0-M3-SNAPSHOT.jar
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\pom.xml to /home/hudson/hudson/jobs/dir-apacheds-jdbm-jdk16-win/modules/org.apache.directory.jdbm$apacheds-jdbm2/builds/2013-03-10_04-01-07/archive/org.apache.directory.jdbm/apacheds-jdbm2/2.0.0-M3-SNAPSHOT/apacheds-jdbm2-2.0.0-M3-SNAPSHOT.pom
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\dir-apacheds-jdbm-jdk16-win\jdbm2\target\apacheds-jdbm2-2.0.0-M3-SNAPSHOT.jar to /home/hudson/hudson/jobs/dir-apacheds-jdbm-jdk16-win/modules/org.apache.directory.jdbm$apacheds-jdbm2/builds/2013-03-10_04-01-07/archive/org.apache.directory.jdbm/apacheds-jdbm2/2.0.0-M3-SNAPSHOT/apacheds-jdbm2-2.0.0-M3-SNAPSHOT.jar
Sending e-mails to: notifications@directory.apache.org
Sending e-mails to: notifications@directory.apache.org
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 54865] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource hudson/maven/Messages.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.Class.getResource(Class.java:2074)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:83)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
	at org.jvnet.localizer.ResourceBundleHolder.get(ResourceBundleHolder.java:102)
	at org.jvnet.localizer.ResourceBundleHolder.format(ResourceBundleHolder.java:139)
	at hudson.maven.Messages.MavenBuilder_Waiting(Messages.java:491)
	at hudson.maven.AbstractMavenBuilder.waitForAsynchronousExecutions(AbstractMavenBuilder.java:183)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:105)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:66)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 19 more

Jenkins build is back to normal : dir-apacheds-jdbm-jdk16-win #288

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdbm-jdk16-win/288/>


Build failed in Jenkins: dir-apacheds-jdbm-jdk16-win #287

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdbm-jdk16-win/287/>

------------------------------------------
Started by timer
Building remotely on windows1 in workspace <https://builds.apache.org/job/dir-apacheds-jdbm-jdk16-win/ws/>
Updating https://svn.apache.org/repos/asf/directory/jdbm/trunk
At revision 1455403
no change for https://svn.apache.org/repos/asf/directory/jdbm/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[dir-apacheds-jdbm-jdk16-win] $ f:\hudson\tools\java\latest-1.6-64/bin/java -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f f:\hudson\hudson-slave\maven3-interceptor.jar 62288
<===[JENKINS REMOTING CAPACITY]===>   channel started
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 62288] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource javax/servlet/http/LocalStrings.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1192)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2324)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2309)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2308)
	at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1364)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1328)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1224)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
	at javax.servlet.http.HttpServlet.<clinit>(HttpServlet.java:92)
	at hudson.model.Result.<clinit>(Result.java:191)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:169)
	at $Proxy2.<clinit>(Unknown Source)
	at sun.reflect.GeneratedSerializationConstructorAccessor34.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:924)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1736)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at java.util.HashMap.readObject(HashMap.java:1030)
	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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 51 more

Build failed in Jenkins: dir-apacheds-jdbm-jdk16-win #286

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/dir-apacheds-jdbm-jdk16-win/286/>

------------------------------------------
Started by timer
Building remotely on windows1 in workspace <https://builds.apache.org/job/dir-apacheds-jdbm-jdk16-win/ws/>
Updating https://svn.apache.org/repos/asf/directory/jdbm/trunk
At revision 1454989
no change for https://svn.apache.org/repos/asf/directory/jdbm/trunk since the previous build
Parsing POMs
Modules changed, recalculating dependency graph
[dir-apacheds-jdbm-jdk16-win] $ f:\hudson\tools\java\latest-1.6-64/bin/java -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f f:\hudson\hudson-slave\maven3-interceptor.jar 61289
<===[JENKINS REMOTING CAPACITY]===>   channel started
channel stopped
ERROR: Failed to parse POMs
java.io.IOException: Remote call on Channel to Maven [f:\hudson\tools\java\latest-1.6-64/bin/java, -cp, f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest\boot\plexus-classworlds-2.4.jar, org.jvnet.hudson.maven3.agent.Maven3Main, f:\hudson\tools\maven\latest, C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-33fec62f, f:\hudson\hudson-slave\maven3-interceptor.jar, 61289] failed
	at hudson.remoting.Channel.call(Channel.java:681)
	at hudson.maven.ProcessCache$MavenProcess.call(ProcessCache.java:156)
	at hudson.maven.MavenModuleSetBuild$MavenModuleSetBuildExecution.doRun(MavenModuleSetBuild.java:755)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:592)
	at hudson.model.Run.execute(Run.java:1568)
	at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:477)
	at hudson.model.ResourceController.execute(ResourceController.java:88)
	at hudson.model.Executor.run(Executor.java:236)
Caused by: java.lang.Error: Unable to load resource javax/servlet/http/LocalStrings.properties
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:241)
	at java.lang.ClassLoader.getResource(ClassLoader.java:1002)
	at java.lang.ClassLoader.getResourceAsStream(ClassLoader.java:1192)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2324)
	at java.util.ResourceBundle$Control$1.run(ResourceBundle.java:2309)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.util.ResourceBundle$Control.newBundle(ResourceBundle.java:2308)
	at java.util.ResourceBundle.loadBundle(ResourceBundle.java:1364)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1328)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.findBundle(ResourceBundle.java:1282)
	at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1224)
	at java.util.ResourceBundle.getBundle(ResourceBundle.java:705)
	at javax.servlet.http.HttpServlet.<clinit>(HttpServlet.java:92)
	at hudson.model.Result.<clinit>(Result.java:191)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:169)
	at $Proxy2.<clinit>(Unknown Source)
	at sun.reflect.GeneratedSerializationConstructorAccessor34.newInstance(Unknown Source)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
	at java.io.ObjectStreamClass.newInstance(ObjectStreamClass.java:924)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1736)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at java.util.HashMap.readObject(HashMap.java:1030)
	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 java.io.ObjectStreamClass.invokeReadObject(ObjectStreamClass.java:974)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1848)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.defaultReadFields(ObjectInputStream.java:1946)
	at java.io.ObjectInputStream.readSerialData(ObjectInputStream.java:1870)
	at java.io.ObjectInputStream.readOrdinaryObject(ObjectInputStream.java:1752)
	at java.io.ObjectInputStream.readObject0(ObjectInputStream.java:1328)
	at java.io.ObjectInputStream.readObject(ObjectInputStream.java:350)
	at hudson.remoting.UserRequest.deserialize(UserRequest.java:182)
	at hudson.remoting.UserRequest.perform(UserRequest.java:98)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:326)
	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.IOException: There is not enough space on the disk
	at java.io.FileOutputStream.writeBytes(Native Method)
	at java.io.FileOutputStream.write(FileOutputStream.java:269)
	at hudson.remoting.RemoteClassLoader.makeResource(RemoteClassLoader.java:310)
	at hudson.remoting.RemoteClassLoader.findResource(RemoteClassLoader.java:237)
	... 51 more