Regression

co.codewizards.cloudstore.test.SyncAbortIT.syncAbortResume_remoteToLocal_deleteChunk

Failing for the past 1 build (Since Unstable#32 )
Took 20 sec.

Error Message

Unexpected exception caught.

Stacktrace

javax.jdo.JDOFatalInternalException: Unexpected exception caught.
	at co.codewizards.cloudstore.test.SyncAbortIT.before(SyncAbortIT.java:84)
Caused by: java.lang.reflect.InvocationTargetException
	at co.codewizards.cloudstore.test.SyncAbortIT.before(SyncAbortIT.java:84)
Caused by: org.datanucleus.exceptions.NucleusException: Error reading manifest file "jar:file:/home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/5.2.2/datanucleus-core-5.2.2.jar!/plugin.xml"
	at co.codewizards.cloudstore.test.SyncAbortIT.before(SyncAbortIT.java:84)
Caused by: java.nio.file.NoSuchFileException: /home/tomcat/.m2/repository/org/datanucleus/datanucleus-core/5.2.2/datanucleus-core-5.2.2.jar
	at co.codewizards.cloudstore.test.SyncAbortIT.before(SyncAbortIT.java:84)

Standard Output

02:16:20.518 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [360e4235]<init>: localRoot='/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.test/target/repo/k920jtwk-j1nmw-local'
02:16:20.524 [main] INFO  c.c.c.l.LocalRepoManagerImpl - [360e4235]initLockFile: Repository '/home/tomcat/.jenkins/workspace/co.codewizards.cloudstore_java_11/co.codewizards.cloudstore.test/target/repo/k920jtwk-j1nmw-local' locked successfully.
02:16:27.684 [Finalizer] WARN  c.c.c.l.LocalRepoManagerInvocationHandler - finalize: Detected forgotten close() invocation!
java.lang.Exception: proxyCreatedStackTraceException
	at co.codewizards.cloudstore.local.LocalRepoManagerInvocationHandler.<init>(LocalRepoManagerInvocationHandler.java:27)
	at co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl.createProxy(LocalRepoManagerFactoryImpl.java:119)
	at co.codewizards.cloudstore.local.LocalRepoManagerFactoryImpl.createLocalRepoManagerForNewRepository(LocalRepoManagerFactoryImpl.java:114)
	at co.codewizards.cloudstore.test.SyncAbortIT.before(SyncAbortIT.java:84)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at mockit.integration.junit4.internal.JUnit4TestRunnerDecorator.invokeExplosively(JUnit4TestRunnerDecorator.java:44)
	at mockit.integration.junit4.internal.MockFrameworkMethod.invokeExplosively(MockFrameworkMethod.java:37)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	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.run(ParentRunner.java:363)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
	at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)