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/21 05:13:12 UTC

Build failed in Jenkins: dir-apacheds-jdk16-win » ApacheDS Service #357

See <https://builds.apache.org/job/dir-apacheds-jdk16-win/org.apache.directory.server$apacheds-service/357/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building ApacheDS Service 2.0.0-M12-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ apacheds-service ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.2.1:process (default) @ apacheds-service ---
[INFO] [debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\src\main\resources
[INFO] Copying 3 resources

[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ apacheds-service ---
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ apacheds-service ---
[INFO] Compiling 3 source files to F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\classes
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ apacheds-service ---
[INFO] Copying 3 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ apacheds-service ---
[INFO] Compiling 1 source file to F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\test-classes
[INFO] [INFO] Surefire report directory: F:\hudson\hudson-slave\workspace\dir-apacheds-jdk16-win\trunk\service\target\surefire-reports

[INFO] --- maven-surefire-plugin:2.12.2:test (default-test) @ apacheds-service ---

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.directory.server.UberJarMainTest
net.sf.ehcache.CacheException: java.io.FileNotFoundException: C:\Users\hudson\AppData\Local\Temp\ApacheDS-20132214130\cache\ou=system.data (There is not enough space on the disk)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.<init>(DiskStorageFactory.java:102)
	at net.sf.ehcache.store.compound.factories.DiskOverflowStorageFactory.<init>(DiskOverflowStorageFactory.java:71)
	at net.sf.ehcache.store.compound.impl.OverflowToDiskStore.create(OverflowToDiskStore.java:63)
	at net.sf.ehcache.Cache.initialise(Cache.java:1113)
	at net.sf.ehcache.CacheManager.addCacheNoCheck(CacheManager.java:1082)
	at net.sf.ehcache.CacheManager.addConfiguredCaches(CacheManager.java:657)
	at net.sf.ehcache.CacheManager.init(CacheManager.java:375)
	at net.sf.ehcache.CacheManager.<init>(CacheManager.java:228)
	at org.apache.directory.server.core.api.CacheService.initialize(CacheService.java:110)
	at org.apache.directory.server.ApacheDsService.start(ApacheDsService.java:165)
	at org.apache.directory.server.UberjarMain.start(UberjarMain.java:76)
	at org.apache.directory.server.UberJarMainTest.serviceInstanceTest(UberJarMainTest.java:98)
	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.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:271)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:70)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:238)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:63)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:236)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:53)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:229)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
	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.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:113)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Caused by: java.io.FileNotFoundException: C:\Users\hudson\AppData\Local\Temp\ApacheDS-20132214130\cache\ou=system.data (There is not enough space on the disk)
	at java.io.RandomAccessFile.open(Native Method)
	at java.io.RandomAccessFile.<init>(RandomAccessFile.java:216)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.allocateRandomAccessFiles(DiskStorageFactory.java:130)
	at net.sf.ehcache.store.compound.factories.DiskStorageFactory.<init>(DiskStorageFactory.java:100)
	... 42 more

Results :

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

[JENKINS] Recording test results