Skip to content

Console Output

Skipping 1,650 KB.. Full Log
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest.setUp(AbstractUIControllerTest.java:60)
	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.RunBefores.evaluate(RunBefores.java:24)
	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.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.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:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
	at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
	at java.lang.Thread.run(Thread.java:745)

testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIShowHistoryControllerForElementTest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest$1.doRun(AbstractUIControllerTest.java:78)
	at org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand.commandBody(EMFStoreCommand.java:51)
	at org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.execute(AbstractEMFStoreCommand.java:64)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack$1.doExecute(EMFStoreTransactionalCommandStack.java:62)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
	at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:78)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.basicExecute(AbstractTransactionalCommandStack.java:241)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.basicExecute(EMFStoreTransactionalCommandStack.java:161)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.doExecute(TransactionalCommandStackImpl.java:63)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.runEMFStoreCommand(EMFStoreTransactionalCommandStack.java:65)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.execute(EMFStoreTransactionalCommandStack.java:50)
	at org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.aRun(AbstractEMFStoreCommand.java:108)
	at org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand.run(EMFStoreCommand.java:60)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest.tearDown(AbstractUIControllerTest.java:102)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.RunAfters.evaluate(RunAfters.java:33)
	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.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.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:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
	at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
	at java.lang.Thread.run(Thread.java:745)

testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUndoLastOperationControllerTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest.setUp(AbstractUIControllerTest.java:60)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.UIUndoLastOperationControllerTest.setUp(UIUndoLastOperationControllerTest.java:57)

testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUndoLastOperationControllerTest)  Time elapsed: 0.009 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest$1.doRun(AbstractUIControllerTest.java:78)
	at org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand.commandBody(EMFStoreCommand.java:51)
	at org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.execute(AbstractEMFStoreCommand.java:64)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack$1.doExecute(EMFStoreTransactionalCommandStack.java:62)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
	at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:78)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.basicExecute(AbstractTransactionalCommandStack.java:241)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.basicExecute(EMFStoreTransactionalCommandStack.java:161)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.doExecute(TransactionalCommandStackImpl.java:63)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.runEMFStoreCommand(EMFStoreTransactionalCommandStack.java:65)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.execute(EMFStoreTransactionalCommandStack.java:50)
	at org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.aRun(AbstractEMFStoreCommand.java:108)
	at org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand.run(EMFStoreCommand.java:60)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest.tearDown(AbstractUIControllerTest.java:102)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.RunAfters.evaluate(RunAfters.java:33)
	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.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.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:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
	at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
	at java.lang.Thread.run(Thread.java:745)

testController(org.eclipse.emf.emfstore.client.test.ui.conflictdetection.BidirectionalConflictMergeTest)  Time elapsed: 0.008 sec  <<< FAILURE!
junit.framework.AssertionFailedError: Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
	at junit.framework.Assert.fail(Assert.java:57)
	at junit.framework.TestCase.fail(TestCase.java:227)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest.setUp(AbstractUIControllerTest.java:60)
	at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.RunBefores.evaluate(RunBefores.java:24)
	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.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:54)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.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:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
	at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
	at java.lang.Thread.run(Thread.java:745)

testController(org.eclipse.emf.emfstore.client.test.ui.conflictdetection.BidirectionalConflictMergeTest)  Time elapsed: 0.063 sec  <<< ERROR!
java.lang.NullPointerException: null
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest$1.doRun(AbstractUIControllerTest.java:78)
	at org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand.commandBody(EMFStoreCommand.java:51)
	at org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.execute(AbstractEMFStoreCommand.java:64)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack$1.doExecute(EMFStoreTransactionalCommandStack.java:62)
	at org.eclipse.emf.transaction.RecordingCommand.execute(RecordingCommand.java:135)
	at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:78)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.basicExecute(AbstractTransactionalCommandStack.java:241)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.basicExecute(EMFStoreTransactionalCommandStack.java:161)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.doExecute(TransactionalCommandStackImpl.java:63)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:219)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.runEMFStoreCommand(EMFStoreTransactionalCommandStack.java:65)
	at org.eclipse.emf.emfstore.internal.client.transaction.EMFStoreTransactionalCommandStack.execute(EMFStoreTransactionalCommandStack.java:50)
	at org.eclipse.emf.emfstore.internal.client.model.util.AbstractEMFStoreCommand.aRun(AbstractEMFStoreCommand.java:108)
	at org.eclipse.emf.emfstore.internal.client.model.util.EMFStoreCommand.run(EMFStoreCommand.java:60)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.AbstractUIControllerTest.tearDown(AbstractUIControllerTest.java:102)
	at sun.reflect.GeneratedMethodAccessor23.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	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.RunAfters.evaluate(RunAfters.java:33)
	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.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:54)
	at org.junit.runners.Suite.runChild(Suite.java:127)
	at org.junit.runners.Suite.runChild(Suite.java:26)
	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.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:309)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:264)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:153)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:124)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:208)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:156)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:82)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:95)
	at org.eclipse.tycho.surefire.osgibooter.AbstractUITestApplication.runTests(AbstractUITestApplication.java:44)
	at org.eclipse.ui.internal.testing.WorkbenchTestable$1.run(WorkbenchTestable.java:71)
	at java.lang.Thread.run(Thread.java:745)

isNotLoggedIn(org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest)  Time elapsed: 0.032 sec  <<< FAILURE!
java.lang.AssertionError: Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
	at org.junit.Assert.fail(Assert.java:88)
	at org.eclipse.emf.emfstore.client.test.common.cases.ESTestWithLoggedInUser.before(ESTestWithLoggedInUser.java:114)
	at org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest.before(ServerInfoIsLoggedInTesterTest.java:32)

isLoggedIn(org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest)  Time elapsed: 0.016 sec  <<< FAILURE!
java.lang.AssertionError: Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
	at org.junit.Assert.fail(Assert.java:88)
	at org.eclipse.emf.emfstore.client.test.common.cases.ESTestWithLoggedInUser.before(ESTestWithLoggedInUser.java:114)
	at org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest.before(ServerInfoIsLoggedInTesterTest.java:32)


Results :

Failed tests: 
  UIAskForBranchCheckoutControllerTest>AbstractUIControllerTest.tearDown:105 Server could not be reached.
Failed to read server's response: Remote host closed connection during handshake
  UIBranchControllersTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UICheckoutControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UICreateRemoteProjectControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIDeleteRemoteProjectControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIMergeControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIRevertCommitControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIRemoveServerControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIRevertCommitControllerTest2>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIServerControllerTest.setUp:35->AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UISessionControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIShareProjectControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIUpdateProjectControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIUpdateProjectToVersionControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIPagedUpdateProjectControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIShowHistoryControllerTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIShowHistoryControllerForElementTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  UIUndoLastOperationControllerTest.setUp:57->AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  BidirectionalConflictMergeTest>AbstractUIControllerTest.setUp:60 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  ServerInfoIsLoggedInTesterTest.before:32->ESTestWithLoggedInUser.before:114 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)
  ServerInfoIsLoggedInTesterTest.before:32->ESTestWithLoggedInUser.before:114 Server could not be reached.
Failed to read server's response: Connection refused (Connection refused)

Tests in error: 
  LocalProjectNeedsToBeUpdatedCommitControllerTest.testController:34->AbstractUIControllerTestWithCommit.createLeagueAndCommit:62->AbstractUIControllerTestWithCommit.createLeagueAndCommit:91->AbstractUIControllerTestWithCommit.commit:111 » Timeout
  UIAddTagControllerTest.testController:33->createTag:57->AbstractUIControllerTestWithCommit.createPlayerAndCommit:66->AbstractUIControllerTestWithCommit.createPlayerAndCommit:78->AbstractUIControllerTestWithCommit.commit:111 » Timeout
  UIAskForBranchCheckoutControllerTest.testController:31->AbstractUIControllerTestWithCommit.createPlayerAndCommit:66->AbstractUIControllerTestWithCommit.createPlayerAndCommit:78->AbstractUIControllerTestWithCommit.commit:111 » Timeout
  UIBranchControllersTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UICheckoutControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UICreateRemoteProjectControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIDeleteRemoteProjectControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIMergeControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIRevertCommitControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIRemoveServerControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIRevertCommitControllerTest2>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIServerControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UISessionControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIShareProjectControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIUpdateProjectControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIUpdateProjectToVersionControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIPagedUpdateProjectControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIShowHistoryControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIShowHistoryControllerForElementTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  UIUndoLastOperationControllerTest>AbstractUIControllerTest.tearDown:102 » NullPointer
  BidirectionalConflictMergeTest>AbstractUIControllerTest.tearDown:102 » NullPointer

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

[ERROR] There are test failures.

Please refer to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/surefire-reports/IntegrationClientMemoryServerMemory for the individual test results.
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (IntegrationClientFileServerMemory) @ org.eclipse.emf.emfstore.client.test.ui ---
[INFO] Expected eclipse log file: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true, -Dorg.eclipse.swtbot.search.timeout=30000, -Dosgi.requiredJavaVersion=1.5, -Xms40m, -Xmx512m, -Demfstore.inMemoryChangePackage=false, -Demfstore.server.fileBasedChangePackage=false, -Dosgi.clean=true, -jar, /jobs/genie.emfstore/gerrit-transactional/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar, -data, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data, -install, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work, -configuration, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.emf.emfstore.client.test.ui.AllUITests
.................................................#HHHHHHHHB.................................................
...............................................AGA&h9999hhhh9...............................................
..............................................hG393XX22XXXX39GH.............................................
.............................................hG93X25SSiS522X93&M............................................
.............................................A9hX2SisrrsiS523hhG............................................
............................................AAG9X2Ssr;;;si523hGAG...........................................
.........................................3h&AAAh325isrrrsS2X3GAA&GhG........................................
......................................3h&&GGHBA&h3X255S552X9G&AHAhG&GhA.....................................
...................................3hG&GGAHAHMHAA&hh933399h&AHH#HAA&hG&GGG..................................
................................hhG&GGAAHA....BBBAA&&&&&&&AABBB...BAAAGhG&Ghh...............................
.............................9hG&GGAAAA......AHBBMBBHBBBBBBBHHAA.....AAAAGh&&Gh.............................
..........................3hG&GGAHHA........&AAHB#..MMMMM...AAA&&.......&AAAGhGGGh..........................
.......................3hG&GGAHHA2.........hAAAH#....HHHH....A&A&A.........AAA&hh&&hG.......................
......AGAhGG&.......3hG&GGAHHHA...........hAAAH#....HAHAA....HAAA&&...........AAA&hG&GGA.......M&Gh&&G......
...Ahhhh939hhhGG.hGG&GGAHHAA.............GAAAH#.....HAHA&.....#AAA&&............MAAA&hGGGG&..9hGh933hhhh&...
..hh33XXXXXXXX3GAA&GAHHAh...............hAAAH#......HAHAA......AAAA&&..............BAAA&hG&&G9XXXX2XXXXX9h&.
.h993X25SS552239GABBA..................hAAHH........MAHAA.......BHAA&h................&AAAAG93X225SS522X33hH
HGh3X2SisssiS523GABHHAAAA&GGGhhhhhhhhh&AAHHBH3G9HHHHAHHAA;GhhG&H.BHAA&G..................AA&9X25isssii52X9hH
HGh325irr;;riS2XhAAAAA&&&&&G&&&&&&&&AAAHHHHHAAAA&&AAHHHHAAAAAAAAAHHHAAA&GhGGGGGGGGGG&&AAHHAG9X5isr;;rsS5X9GA
H&h325irr;;ri523h&HHHAAAAAAAHAHHHHAHHHHHBHHHHHAAAAHHHHHHHHHHAHAAAAHHAAA&&&&GGGGGhhhhGGGG&AA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9&AHM........922222.HHHAHAMHBM........MMM#...###BBBMHHHAAHHAAAAAAAAAAAAAABBB&h9X2SiiiiS2X9h&H
MH&&G99XXXXX33hGAAHAA&H...........AAHHB......MHHAAAAAMBBHHHHBM##.....#BHHHM.............&BBHAGh93XXXXX39G&AH
.MHAA&&GGhGGG&AHBBHAGGA&G9.......AAHM#.BG93X9hhG&AAAAHBHHAHHAAAHAAAHB###MHHB.........&AAHAHBMAA&GGGGhG&&AHH.
...HHHAAHAHAAHBBM.MHAA&hG&&G&...AAM#AsiS2X9&&G35isrr;;;rrsi5XhAHBBHAA&AHM#MHA.....9GGA&&AHHM#MBBAAHHHAHBHB..
.....HBMMMMMMMHHAA...BAAA&hG&&G&AB9ssS2X2s;,                 ..,:riX&A&&GhAHAB.hGG&GGAHHA...HBMMMMMMMMM#....
.......HBBMM..AAAAA.....&AAA&GAAH#2i399Gs          ...,,,,,...   .,;2HHAAA&#HAA&GGAAAH2....AAHHB.HHBMB......
.......AAHBA...A&A&&.......&AHHHB#XX9hHB#.#Bh5r;:,,...,,,::;ri2hH##.###BHAH.MHAAHAH.......&&HAH..AAHHH......
.......&AHH&....A&A&G.......HHHHM#2Xh5.rG#.........######..........M&2r9MAH.#BHBM........h&AAH...AAHHA......
.......AAHH&.....A&AGG.....&AHAB..S2&S    .;i9H#............#MA3Sr;,.. X#AH.#MBHHM......h&AAH....AAHAA......
.......AAHH&......A&AGG...GAAAHH..sXAX          .,:;;;;;;;:,,.....,,::,9#AA##MBAA&h....G&AAA.....AAHAA......
.......&AHH&.......A&A&G.&AAAHBA..iXHh                    ...,,::;;;;;:h#AA###BAA&&...G&AAA......AAHAA......
.......AAHHG........A&AAAAAAHA.M..iXHG    ..........,,,,,::::;;;;;;;;;:h#AA###.AAAGG.G&AAA.......AAHAA......
.......AAAHM.........AAAAHHHh..H..iXHG   .....,,,,,,::::::;;;;;;;;;;;;:h#AA####.AAA&AAAAA........AAHAA......
.......AAAA#..........AAHHH....A..iXHG   ....,,,,,::::::::;;;;;;;;;;;;:h#AA#####.HAAAHHH.........AAHAA......
.......AAAA#.........AAHHHHA...A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####...AAHHH..........AAHAA......
.......AAAA.........GAAHHAA&&..A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA#####.AAHHHAG.........&AHAA......
.......AAAA........hAAAH#HAA&&.A..iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###M.AAAHHAAGG........AAHAA......
.......&AAA.......GAAAB2.9HAAAA.#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####AAAAHBA&AGG.......AAHAA......
.......AAAA......hAAAB2...9AAAAH..sXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###HAAAH#..A&AGG......&AHAA......
.......AAAA.....hAAAB......9AAAA#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA##MHAAHA....A&AGG.....&AHAA......
.......AAAA....hAAABr........HAAM.2XHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AH.#BHHHB......A&AGG....&AHAA......
.......AAAA...hAAAH........&AAHHM#2XHh    ...,,,,,,:::::::;;;;;;;;;;;;,3#AH.#BHB#........A&A&&...AAHH&......
.......AAAA..hAAAHr.....&GGAAAAHB#23AH:     ...,,,,,::::::;;;;;;;;:::;sAMAH.#BHHA&G&......AAA&G..AAHHG......
.......AAAA.GAAAH....G9G&&GAHHABM#ii9M.#9r,    ...,,,:::::::::,:;rihM..MA&h#MMBA&h&&GG;...5AAA&&.AAHHH......
......MHHHAHAHHH..AGG&&GAHHAA...###AhhAM...#GSr;,,,..,,,::;;s59H#....#BAB##MB#.AAAAGh&A&h...HAAAHHHHHA......
...B9GAA&&G&AHBBHAA&GAHAAH.....i.B#...#AAHM#......#MBBBM#.......#######..#MB#.A...&AAAGGAAAA#HAA&&A&&GGhh...
..hh3333XXX39G&AAAAHHHA...........#BB#.....###M####......#########....##BHBA.G.......AAAAGAHAAG93XXXXXXX9Gh.
.G993X255S522X3hAHBM................HHBB#..........................#.BHAAH#.............AHHAh3X255SS522X33GH
HGh3X2SisssiS523GABHAAA&GGGGGGGG&&AAAHHAAHHBBB###############MMBHHHHHHAHHAAA&&GGGGG&AAAAHBHG9X2Sisssii52X3hH
HGh325isr;;riS2XhAA&GhhhhhhhhhhhhhG&&AAAAAAA&AAAAAAAAABHAAAAA&&&&GAAAAHAAAGGhhhhhhhhGGG&AAAG925isr;;rsS2X9GA
H&h3X5irr;;ri523h&HBHAAAAAAAAAAAAAAHHAAHAHAHHHAAAAAAAAAAHAAAAAAAAAHHHHBHAAAAAAAAAAAAAAAHHHA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9GABM...................AAAHHH........AAAH........MHHHHA..................BH&G9X25SiiiS2X9G&H
MH&&G99XXXXXX3hGAAAAAAAA................AAAHAH.......AAAA.......AAAHHH................&AAHHAAGh933XXXX9hG&AH
.AHA&&&GGhGGG&&AHHAAGG&&&GH..............HAAAAA......AAAA......&AAHHA..............9h&AG&ABBBA&&GGGGGG&&AHH.
...HHBAAAAAAAHBH...AAAAGhG&GGh............HAAA&G.....AAAA2....HAAHHH............9hGAGGAHAHB.BHBHAAAAAAHHH#..
.....BBBBBBHMB........&AAAGhG&GhA..........AAAA&G....AAAA3...AAAHHA..........G9G&&GAHHA#.......BBBBBBBB.....
.........................&AAA&hGGG&h........BAAA&G...AAHH...BAAAHH........XhG&GGAHHA&.......................
............................AAAAGhG&G&9......MAAA&AAAHHHHAHAAAHHA......9hGAGGAHAHA..........................
...............................HAAA&hG&Gh9....MHAAA&hGGGh9&AHHHB....9hG&&GAHHAA.............................
..................................GAAA&hG&&G&..HA&9XXXX2XX3hAAB..&hGAGGAHHAA................................
.....................................AAAA&hGAAAAG3X25SSS522X9GAAA&GGAAHAB...................................
........................................MAAA&&&G9X2Sisrssi52X9h&&AHHAB......................................
...........................................9AHAG925isr;;rsi5X3GABHA.........................................
.............................................H&G9X2Sir;;riS2X9&AB...........................................
.............................................AA&G9X225SSS52X9G&HB...........................................
..............................................HA&&h9933XX39hG&AH............................................
...............................................AAAA&&GGGGG&&AAH.............................................
................................................#HHAA&&&&AAHH...............................................

                  8888888888 888b     d888 8888888888 .d8888b.  888                            
                  888        8888b   d8888 888       d88P  Y88b 888                            
                  888        88888b.d88888 888       Y88b.      888                            
                  8888888    888Y88888P888 8888888    "Y888b.   888888 .d88b.  888d888 .d88b.  
                  888        888 Y888P 888 888           "Y88b. 888   d88""88b 888P"  d8P  Y8b 
                  888        888  Y8P  888 888             "888 888   888  888 888    88888888 
                  888        888   "   888 888       Y88b  d88P Y88b. Y88..88P 888    Y8b.     
                  8888888888 888       888 888        "Y8888P"   "Y888 "Y88P"  888     "Y8888 
                  
                  
                  
                  
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server data home location: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/
JVM Max Memory: 477 MByte
Resource save options initialized:
	USE_ENCODED_ATTRIBUTE_STYLE: true
	ENCODING: UTF-8
	FLUSH_THRESHOLD: 100000
	USE_FILE_BUFFER: true
	CONFIGURATION_CACHE: true
added superuser super
Using WebServerProvider class org.eclipse.emf.emfstore.internal.server.connection.xmlrpc.XmlRpcBuiltinWebServer at port 8080
Started XML RPC Webserver on port: 8080
Notifying post startup listener
Couldn't load password file from path: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/user.properties
Initialitation COMPLETE.
Server is RUNNING...Time to relax...
Transactional Command Stack created
log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
log4j:WARN Please initialize the log4j system properly.
Can not determine whether to compute checksums on commit, default is true.
Total time for commit: 11
Total time for commit: 7
Total time for commit: 7
Total time for commit: 7
Total time for commit: 6
Total time for commit: 6
Exception on execution: No branch info available.
Exception on execution: No branch info available.
Total time for commit: 5
Exception on execution: No branch info available.
Exception on execution: No branch info available.
Total time for commit: 6
Total time for commit: 5
Total time for commit: 5
Exception on execution: No branch info available.
Exception on execution: No branch info available.
Total time for commit: 3
Total time for commit: 5
Total time for commit: 6
Total time for commit: 4
Total time for commit: 6
Total time for commit: 5
Total time for commit: 5
Total time for commit: 9
Total time for commit: 4
Total time for commit: 3
Total time for commit: 5
Total time for commit: 4
Total time for commit: 4
Total time for commit: 3
Total time for commit: 6
Total time for commit: 7
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server was stopped.
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
.................................................#HHHHHHHHB.................................................
...............................................AGA&h9999hhhh9...............................................
..............................................hG393XX22XXXX39GH.............................................
.............................................hG93X25SSiS522X93&M............................................
.............................................A9hX2SisrrsiS523hhG............................................
............................................AAG9X2Ssr;;;si523hGAG...........................................
.........................................3h&AAAh325isrrrsS2X3GAA&GhG........................................
......................................3h&&GGHBA&h3X255S552X9G&AHAhG&GhA.....................................
...................................3hG&GGAHAHMHAA&hh933399h&AHH#HAA&hG&GGG..................................
................................hhG&GGAAHA....BBBAA&&&&&&&AABBB...BAAAGhG&Ghh...............................
.............................9hG&GGAAAA......AHBBMBBHBBBBBBBHHAA.....AAAAGh&&Gh.............................
..........................3hG&GGAHHA........&AAHB#..MMMMM...AAA&&.......&AAAGhGGGh..........................
.......................3hG&GGAHHA2.........hAAAH#....HHHH....A&A&A.........AAA&hh&&hG.......................
......AGAhGG&.......3hG&GGAHHHA...........hAAAH#....HAHAA....HAAA&&...........AAA&hG&GGA.......M&Gh&&G......
...Ahhhh939hhhGG.hGG&GGAHHAA.............GAAAH#.....HAHA&.....#AAA&&............MAAA&hGGGG&..9hGh933hhhh&...
..hh33XXXXXXXX3GAA&GAHHAh...............hAAAH#......HAHAA......AAAA&&..............BAAA&hG&&G9XXXX2XXXXX9h&.
.h993X25SS552239GABBA..................hAAHH........MAHAA.......BHAA&h................&AAAAG93X225SS522X33hH
HGh3X2SisssiS523GABHHAAAA&GGGhhhhhhhhh&AAHHBH3G9HHHHAHHAA;GhhG&H.BHAA&G..................AA&9X25isssii52X9hH
HGh325irr;;riS2XhAAAAA&&&&&G&&&&&&&&AAAHHHHHAAAA&&AAHHHHAAAAAAAAAHHHAAA&GhGGGGGGGGGG&&AAHHAG9X5isr;;rsS5X9GA
H&h325irr;;ri523h&HHHAAAAAAAHAHHHHAHHHHHBHHHHHAAAAHHHHHHHHHHAHAAAAHHAAA&&&&GGGGGhhhhGGGG&AA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9&AHM........922222.HHHAHAMHBM........MMM#...###BBBMHHHAAHHAAAAAAAAAAAAAABBB&h9X2SiiiiS2X9h&H
MH&&G99XXXXX33hGAAHAA&H...........AAHHB......MHHAAAAAMBBHHHHBM##.....#BHHHM.............&BBHAGh93XXXXX39G&AH
.MHAA&&GGhGGG&AHBBHAGGA&G9.......AAHM#.BG93X9hhG&AAAAHBHHAHHAAAHAAAHB###MHHB.........&AAHAHBMAA&GGGGhG&&AHH.
...HHHAAHAHAAHBBM.MHAA&hG&&G&...AAM#AsiS2X9&&G35isrr;;;rrsi5XhAHBBHAA&AHM#MHA.....9GGA&&AHHM#MBBAAHHHAHBHB..
.....HBMMMMMMMHHAA...BAAA&hG&&G&AB9ssS2X2s;,                 ..,:riX&A&&GhAHAB.hGG&GGAHHA...HBMMMMMMMMM#....
.......HBBMM..AAAAA.....&AAA&GAAH#2i399Gs          ...,,,,,...   .,;2HHAAA&#HAA&GGAAAH2....AAHHB.HHBMB......
.......AAHBA...A&A&&.......&AHHHB#XX9hHB#.#Bh5r;:,,...,,,::;ri2hH##.###BHAH.MHAAHAH.......&&HAH..AAHHH......
.......&AHH&....A&A&G.......HHHHM#2Xh5.rG#.........######..........M&2r9MAH.#BHBM........h&AAH...AAHHA......
.......AAHH&.....A&AGG.....&AHAB..S2&S    .;i9H#............#MA3Sr;,.. X#AH.#MBHHM......h&AAH....AAHAA......
.......AAHH&......A&AGG...GAAAHH..sXAX          .,:;;;;;;;:,,.....,,::,9#AA##MBAA&h....G&AAA.....AAHAA......
.......&AHH&.......A&A&G.&AAAHBA..iXHh                    ...,,::;;;;;:h#AA###BAA&&...G&AAA......AAHAA......
.......AAHHG........A&AAAAAAHA.M..iXHG    ..........,,,,,::::;;;;;;;;;:h#AA###.AAAGG.G&AAA.......AAHAA......
.......AAAHM.........AAAAHHHh..H..iXHG   .....,,,,,,::::::;;;;;;;;;;;;:h#AA####.AAA&AAAAA........AAHAA......
.......AAAA#..........AAHHH....A..iXHG   ....,,,,,::::::::;;;;;;;;;;;;:h#AA#####.HAAAHHH.........AAHAA......
.......AAAA#.........AAHHHHA...A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####...AAHHH..........AAHAA......
.......AAAA.........GAAHHAA&&..A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA#####.AAHHHAG.........&AHAA......
.......AAAA........hAAAH#HAA&&.A..iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###M.AAAHHAAGG........AAHAA......
.......&AAA.......GAAAB2.9HAAAA.#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####AAAAHBA&AGG.......AAHAA......
.......AAAA......hAAAB2...9AAAAH..sXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###HAAAH#..A&AGG......&AHAA......
.......AAAA.....hAAAB......9AAAA#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA##MHAAHA....A&AGG.....&AHAA......
.......AAAA....hAAABr........HAAM.2XHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AH.#BHHHB......A&AGG....&AHAA......
.......AAAA...hAAAH........&AAHHM#2XHh    ...,,,,,,:::::::;;;;;;;;;;;;,3#AH.#BHB#........A&A&&...AAHH&......
.......AAAA..hAAAHr.....&GGAAAAHB#23AH:     ...,,,,,::::::;;;;;;;;:::;sAMAH.#BHHA&G&......AAA&G..AAHHG......
.......AAAA.GAAAH....G9G&&GAHHABM#ii9M.#9r,    ...,,,:::::::::,:;rihM..MA&h#MMBA&h&&GG;...5AAA&&.AAHHH......
......MHHHAHAHHH..AGG&&GAHHAA...###AhhAM...#GSr;,,,..,,,::;;s59H#....#BAB##MB#.AAAAGh&A&h...HAAAHHHHHA......
...B9GAA&&G&AHBBHAA&GAHAAH.....i.B#...#AAHM#......#MBBBM#.......#######..#MB#.A...&AAAGGAAAA#HAA&&A&&GGhh...
..hh3333XXX39G&AAAAHHHA...........#BB#.....###M####......#########....##BHBA.G.......AAAAGAHAAG93XXXXXXX9Gh.
.G993X255S522X3hAHBM................HHBB#..........................#.BHAAH#.............AHHAh3X255SS522X33GH
HGh3X2SisssiS523GABHAAA&GGGGGGGG&&AAAHHAAHHBBB###############MMBHHHHHHAHHAAA&&GGGGG&AAAAHBHG9X2Sisssii52X3hH
HGh325isr;;riS2XhAA&GhhhhhhhhhhhhhG&&AAAAAAA&AAAAAAAAABHAAAAA&&&&GAAAAHAAAGGhhhhhhhhGGG&AAAG925isr;;rsS2X9GA
H&h3X5irr;;ri523h&HBHAAAAAAAAAAAAAAHHAAHAHAHHHAAAAAAAAAAHAAAAAAAAAHHHHBHAAAAAAAAAAAAAAAHHHA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9GABM...................AAAHHH........AAAH........MHHHHA..................BH&G9X25SiiiS2X9G&H
MH&&G99XXXXXX3hGAAAAAAAA................AAAHAH.......AAAA.......AAAHHH................&AAHHAAGh933XXXX9hG&AH
.AHA&&&GGhGGG&&AHHAAGG&&&GH..............HAAAAA......AAAA......&AAHHA..............9h&AG&ABBBA&&GGGGGG&&AHH.
...HHBAAAAAAAHBH...AAAAGhG&GGh............HAAA&G.....AAAA2....HAAHHH............9hGAGGAHAHB.BHBHAAAAAAHHH#..
.....BBBBBBHMB........&AAAGhG&GhA..........AAAA&G....AAAA3...AAAHHA..........G9G&&GAHHA#.......BBBBBBBB.....
.........................&AAA&hGGG&h........BAAA&G...AAHH...BAAAHH........XhG&GGAHHA&.......................
............................AAAAGhG&G&9......MAAA&AAAHHHHAHAAAHHA......9hGAGGAHAHA..........................
...............................HAAA&hG&Gh9....MHAAA&hGGGh9&AHHHB....9hG&&GAHHAA.............................
..................................GAAA&hG&&G&..HA&9XXXX2XX3hAAB..&hGAGGAHHAA................................
.....................................AAAA&hGAAAAG3X25SSS522X9GAAA&GGAAHAB...................................
........................................MAAA&&&G9X2Sisrssi52X9h&&AHHAB......................................
...........................................9AHAG925isr;;rsi5X3GABHA.........................................
.............................................H&G9X2Sir;;riS2X9&AB...........................................
.............................................AA&G9X225SSS52X9G&HB...........................................
..............................................HA&&h9933XX39hG&AH............................................
...............................................AAAA&&GGGGG&&AAH.............................................
................................................#HHAA&&&&AAHH...............................................

                  8888888888 888b     d888 8888888888 .d8888b.  888                            
                  888        8888b   d8888 888       d88P  Y88b 888                            
                  888        88888b.d88888 888       Y88b.      888                            
                  8888888    888Y88888P888 8888888    "Y888b.   888888 .d88b.  888d888 .d88b.  
                  888        888 Y888P 888 888           "Y88b. 888   d88""88b 888P"  d8P  Y8b 
                  888        888  Y8P  888 888             "888 888   888  888 888    88888888 
                  888        888   "   888 888       Y88b  d88P Y88b. Y88..88P 888    Y8b.     
                  8888888888 888       888 888        "Y8888P"   "Y888 "Y88P"  888     "Y8888 
                  
                  
                  
                  
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server data home location: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/
Server data home location: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/
JVM Max Memory: 477 MByte
JVM Max Memory: 477 MByte
Started XML RPC Webserver on port: 8080
Started XML RPC Webserver on port: 8080
Notifying post startup listener
Notifying post startup listener
Couldn't load password file from path: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/user.properties
Couldn't load password file from path: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/user.properties
Initialitation COMPLETE.
Initialitation COMPLETE.
Server is RUNNING...Time to relax...
Server is RUNNING...Time to relax...
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server was stopped.
Server was stopped.
Tests run: 24, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 114.299 sec <<< FAILURE! - in org.eclipse.emf.emfstore.client.test.ui.AllUITests
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.NoLocalChangesCommitControllerTest)  Time elapsed: 0.735 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.LocalProjectNeedsToBeUpdatedCommitControllerTest)  Time elapsed: 1.908 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIAddTagControllerTest)  Time elapsed: 0.821 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIAskForBranchCheckoutControllerTest)  Time elapsed: 1.344 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIBranchControllersTest)  Time elapsed: 2.073 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UICheckoutControllerTest)  Time elapsed: 0.84 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UICreateRemoteProjectControllerTest)  Time elapsed: 0.399 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIDeleteRemoteProjectControllerTest)  Time elapsed: 0.345 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIMergeControllerTest)  Time elapsed: 0.988 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIRevertCommitControllerTest)  Time elapsed: 0.539 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIRemoveServerControllerTest)  Time elapsed: 0.293 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIRevertCommitControllerTest2)  Time elapsed: 1.653 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIServerControllerTest)  Time elapsed: 0.37 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest)  Time elapsed: 30.424 sec  <<< ERROR!
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find widget matching: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:437)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:411)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:399)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:381)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.widget(SWTBotFactory.java:334)
	at org.eclipse.swtbot.swt.finder.SWTBot.button(SWTBot.java:184)
	at org.eclipse.swtbot.swt.finder.SWTBot.button(SWTBot.java:172)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest.login(UISessionControllerTest.java:54)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest.testController(UISessionControllerTest.java:37)

testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIShareProjectControllerTest)  Time elapsed: 0.778 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUpdateProjectControllerTest)  Time elapsed: 2.216 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUpdateProjectToVersionControllerTest)  Time elapsed: 7.53 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIPagedUpdateProjectControllerTest)  Time elapsed: 8.463 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIShowHistoryControllerTest)  Time elapsed: 1.686 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIShowHistoryControllerForElementTest)  Time elapsed: 1.603 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUndoLastOperationControllerTest)  Time elapsed: 0.628 sec
testController(org.eclipse.emf.emfstore.client.test.ui.conflictdetection.BidirectionalConflictMergeTest)  Time elapsed: 36.605 sec  <<< ERROR!
org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 30000 ms.: Merge wizard did not appear
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:437)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:411)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:399)
	at org.eclipse.emf.emfstore.client.test.ui.conflictdetection.BidirectionalConflictMergeTest.testController(BidirectionalConflictMergeTest.java:97)

isNotLoggedIn(org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest)  Time elapsed: 5.158 sec
isLoggedIn(org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest)  Time elapsed: 0.065 sec

Results :

Tests in error: 
  UISessionControllerTest.testController:37->login:54 » WidgetNotFound Could not...
  BidirectionalConflictMergeTest.testController:97 » Timeout Timeout after: 3000...

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

[ERROR] There are test failures.

Please refer to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/surefire-reports/IntegrationClientFileServerMemory for the individual test results.
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (IntegrationClientFileServerFile) @ org.eclipse.emf.emfstore.client.test.ui ---
[INFO] Expected eclipse log file: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true, -Dorg.eclipse.swtbot.search.timeout=30000, -Dosgi.requiredJavaVersion=1.5, -Xms40m, -Xmx512m, -Demfstore.inMemoryChangePackage=false, -Demfstore.server.fileBasedChangePackage=true, -Dosgi.clean=true, -jar, /jobs/genie.emfstore/gerrit-transactional/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar, -data, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data, -install, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work, -configuration, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.emf.emfstore.client.test.ui.AllUITests
.................................................#HHHHHHHHB.................................................
...............................................AGA&h9999hhhh9...............................................
..............................................hG393XX22XXXX39GH.............................................
.............................................hG93X25SSiS522X93&M............................................
.............................................A9hX2SisrrsiS523hhG............................................
............................................AAG9X2Ssr;;;si523hGAG...........................................
.........................................3h&AAAh325isrrrsS2X3GAA&GhG........................................
......................................3h&&GGHBA&h3X255S552X9G&AHAhG&GhA.....................................
...................................3hG&GGAHAHMHAA&hh933399h&AHH#HAA&hG&GGG..................................
................................hhG&GGAAHA....BBBAA&&&&&&&AABBB...BAAAGhG&Ghh...............................
.............................9hG&GGAAAA......AHBBMBBHBBBBBBBHHAA.....AAAAGh&&Gh.............................
..........................3hG&GGAHHA........&AAHB#..MMMMM...AAA&&.......&AAAGhGGGh..........................
.......................3hG&GGAHHA2.........hAAAH#....HHHH....A&A&A.........AAA&hh&&hG.......................
......AGAhGG&.......3hG&GGAHHHA...........hAAAH#....HAHAA....HAAA&&...........AAA&hG&GGA.......M&Gh&&G......
...Ahhhh939hhhGG.hGG&GGAHHAA.............GAAAH#.....HAHA&.....#AAA&&............MAAA&hGGGG&..9hGh933hhhh&...
..hh33XXXXXXXX3GAA&GAHHAh...............hAAAH#......HAHAA......AAAA&&..............BAAA&hG&&G9XXXX2XXXXX9h&.
.h993X25SS552239GABBA..................hAAHH........MAHAA.......BHAA&h................&AAAAG93X225SS522X33hH
HGh3X2SisssiS523GABHHAAAA&GGGhhhhhhhhh&AAHHBH3G9HHHHAHHAA;GhhG&H.BHAA&G..................AA&9X25isssii52X9hH
HGh325irr;;riS2XhAAAAA&&&&&G&&&&&&&&AAAHHHHHAAAA&&AAHHHHAAAAAAAAAHHHAAA&GhGGGGGGGGGG&&AAHHAG9X5isr;;rsS5X9GA
H&h325irr;;ri523h&HHHAAAAAAAHAHHHHAHHHHHBHHHHHAAAAHHHHHHHHHHAHAAAAHHAAA&&&&GGGGGhhhhGGGG&AA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9&AHM........922222.HHHAHAMHBM........MMM#...###BBBMHHHAAHHAAAAAAAAAAAAAABBB&h9X2SiiiiS2X9h&H
MH&&G99XXXXX33hGAAHAA&H...........AAHHB......MHHAAAAAMBBHHHHBM##.....#BHHHM.............&BBHAGh93XXXXX39G&AH
.MHAA&&GGhGGG&AHBBHAGGA&G9.......AAHM#.BG93X9hhG&AAAAHBHHAHHAAAHAAAHB###MHHB.........&AAHAHBMAA&GGGGhG&&AHH.
...HHHAAHAHAAHBBM.MHAA&hG&&G&...AAM#AsiS2X9&&G35isrr;;;rrsi5XhAHBBHAA&AHM#MHA.....9GGA&&AHHM#MBBAAHHHAHBHB..
.....HBMMMMMMMHHAA...BAAA&hG&&G&AB9ssS2X2s;,                 ..,:riX&A&&GhAHAB.hGG&GGAHHA...HBMMMMMMMMM#....
.......HBBMM..AAAAA.....&AAA&GAAH#2i399Gs          ...,,,,,...   .,;2HHAAA&#HAA&GGAAAH2....AAHHB.HHBMB......
.......AAHBA...A&A&&.......&AHHHB#XX9hHB#.#Bh5r;:,,...,,,::;ri2hH##.###BHAH.MHAAHAH.......&&HAH..AAHHH......
.......&AHH&....A&A&G.......HHHHM#2Xh5.rG#.........######..........M&2r9MAH.#BHBM........h&AAH...AAHHA......
.......AAHH&.....A&AGG.....&AHAB..S2&S    .;i9H#............#MA3Sr;,.. X#AH.#MBHHM......h&AAH....AAHAA......
.......AAHH&......A&AGG...GAAAHH..sXAX          .,:;;;;;;;:,,.....,,::,9#AA##MBAA&h....G&AAA.....AAHAA......
.......&AHH&.......A&A&G.&AAAHBA..iXHh                    ...,,::;;;;;:h#AA###BAA&&...G&AAA......AAHAA......
.......AAHHG........A&AAAAAAHA.M..iXHG    ..........,,,,,::::;;;;;;;;;:h#AA###.AAAGG.G&AAA.......AAHAA......
.......AAAHM.........AAAAHHHh..H..iXHG   .....,,,,,,::::::;;;;;;;;;;;;:h#AA####.AAA&AAAAA........AAHAA......
.......AAAA#..........AAHHH....A..iXHG   ....,,,,,::::::::;;;;;;;;;;;;:h#AA#####.HAAAHHH.........AAHAA......
.......AAAA#.........AAHHHHA...A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####...AAHHH..........AAHAA......
.......AAAA.........GAAHHAA&&..A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA#####.AAHHHAG.........&AHAA......
.......AAAA........hAAAH#HAA&&.A..iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###M.AAAHHAAGG........AAHAA......
.......&AAA.......GAAAB2.9HAAAA.#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####AAAAHBA&AGG.......AAHAA......
.......AAAA......hAAAB2...9AAAAH..sXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###HAAAH#..A&AGG......&AHAA......
.......AAAA.....hAAAB......9AAAA#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA##MHAAHA....A&AGG.....&AHAA......
.......AAAA....hAAABr........HAAM.2XHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AH.#BHHHB......A&AGG....&AHAA......
.......AAAA...hAAAH........&AAHHM#2XHh    ...,,,,,,:::::::;;;;;;;;;;;;,3#AH.#BHB#........A&A&&...AAHH&......
.......AAAA..hAAAHr.....&GGAAAAHB#23AH:     ...,,,,,::::::;;;;;;;;:::;sAMAH.#BHHA&G&......AAA&G..AAHHG......
.......AAAA.GAAAH....G9G&&GAHHABM#ii9M.#9r,    ...,,,:::::::::,:;rihM..MA&h#MMBA&h&&GG;...5AAA&&.AAHHH......
......MHHHAHAHHH..AGG&&GAHHAA...###AhhAM...#GSr;,,,..,,,::;;s59H#....#BAB##MB#.AAAAGh&A&h...HAAAHHHHHA......
...B9GAA&&G&AHBBHAA&GAHAAH.....i.B#...#AAHM#......#MBBBM#.......#######..#MB#.A...&AAAGGAAAA#HAA&&A&&GGhh...
..hh3333XXX39G&AAAAHHHA...........#BB#.....###M####......#########....##BHBA.G.......AAAAGAHAAG93XXXXXXX9Gh.
.G993X255S522X3hAHBM................HHBB#..........................#.BHAAH#.............AHHAh3X255SS522X33GH
HGh3X2SisssiS523GABHAAA&GGGGGGGG&&AAAHHAAHHBBB###############MMBHHHHHHAHHAAA&&GGGGG&AAAAHBHG9X2Sisssii52X3hH
HGh325isr;;riS2XhAA&GhhhhhhhhhhhhhG&&AAAAAAA&AAAAAAAAABHAAAAA&&&&GAAAAHAAAGGhhhhhhhhGGG&AAAG925isr;;rsS2X9GA
H&h3X5irr;;ri523h&HBHAAAAAAAAAAAAAAHHAAHAHAHHHAAAAAAAAAAHAAAAAAAAAHHHHBHAAAAAAAAAAAAAAAHHHA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9GABM...................AAAHHH........AAAH........MHHHHA..................BH&G9X25SiiiS2X9G&H
MH&&G99XXXXXX3hGAAAAAAAA................AAAHAH.......AAAA.......AAAHHH................&AAHHAAGh933XXXX9hG&AH
.AHA&&&GGhGGG&&AHHAAGG&&&GH..............HAAAAA......AAAA......&AAHHA..............9h&AG&ABBBA&&GGGGGG&&AHH.
...HHBAAAAAAAHBH...AAAAGhG&GGh............HAAA&G.....AAAA2....HAAHHH............9hGAGGAHAHB.BHBHAAAAAAHHH#..
.....BBBBBBHMB........&AAAGhG&GhA..........AAAA&G....AAAA3...AAAHHA..........G9G&&GAHHA#.......BBBBBBBB.....
.........................&AAA&hGGG&h........BAAA&G...AAHH...BAAAHH........XhG&GGAHHA&.......................
............................AAAAGhG&G&9......MAAA&AAAHHHHAHAAAHHA......9hGAGGAHAHA..........................
...............................HAAA&hG&Gh9....MHAAA&hGGGh9&AHHHB....9hG&&GAHHAA.............................
..................................GAAA&hG&&G&..HA&9XXXX2XX3hAAB..&hGAGGAHHAA................................
.....................................AAAA&hGAAAAG3X25SSS522X9GAAA&GGAAHAB...................................
........................................MAAA&&&G9X2Sisrssi52X9h&&AHHAB......................................
...........................................9AHAG925isr;;rsi5X3GABHA.........................................
.............................................H&G9X2Sir;;riS2X9&AB...........................................
.............................................AA&G9X225SSS52X9G&HB...........................................
..............................................HA&&h9933XX39hG&AH............................................
...............................................AAAA&&GGGGG&&AAH.............................................
................................................#HHAA&&&&AAHH...............................................

                  8888888888 888b     d888 8888888888 .d8888b.  888                            
                  888        8888b   d8888 888       d88P  Y88b 888                            
                  888        88888b.d88888 888       Y88b.      888                            
                  8888888    888Y88888P888 8888888    "Y888b.   888888 .d88b.  888d888 .d88b.  
                  888        888 Y888P 888 888           "Y88b. 888   d88""88b 888P"  d8P  Y8b 
                  888        888  Y8P  888 888             "888 888   888  888 888    88888888 
                  888        888   "   888 888       Y88b  d88P Y88b. Y88..88P 888    Y8b.     
                  8888888888 888       888 888        "Y8888P"   "Y888 "Y88P"  888     "Y8888 
                  
                  
                  
                  
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server data home location: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/
JVM Max Memory: 477 MByte
Resource save options initialized:
	USE_ENCODED_ATTRIBUTE_STYLE: true
	ENCODING: UTF-8
	FLUSH_THRESHOLD: 100000
	USE_FILE_BUFFER: true
	CONFIGURATION_CACHE: true
added superuser super
Using WebServerProvider class org.eclipse.emf.emfstore.internal.server.connection.xmlrpc.XmlRpcBuiltinWebServer at port 8080
Started XML RPC Webserver on port: 8080
Notifying post startup listener
Couldn't load password file from path: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/user.properties
Initialitation COMPLETE.
Server is RUNNING...Time to relax...
Transactional Command Stack created
log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
log4j:WARN Please initialize the log4j system properly.
Can not determine whether to compute checksums on commit, default is true.
Total time for commit: 16
Total time for commit: 12
Total time for commit: 17
Total time for commit: 10
Total time for commit: 8
Total time for commit: 10
Exception on execution: No branch info available.
Exception on execution: No branch info available.
Total time for commit: 8
Exception on execution: No branch info available.
Exception on execution: No branch info available.
Total time for commit: 7
Total time for commit: 8
Total time for commit: 9
Exception on execution: No branch info available.
Exception on execution: No branch info available.
Total time for commit: 6
Total time for commit: 7
Total time for commit: 7
Total time for commit: 7
Total time for commit: 11
Total time for commit: 9
Total time for commit: 9
Total time for commit: 14
Total time for commit: 6
Total time for commit: 6
Total time for commit: 6
Total time for commit: 10
Total time for commit: 7
Total time for commit: 6
Total time for commit: 9
Total time for commit: 12
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server was stopped.
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
.................................................#HHHHHHHHB.................................................
...............................................AGA&h9999hhhh9...............................................
..............................................hG393XX22XXXX39GH.............................................
.............................................hG93X25SSiS522X93&M............................................
.............................................A9hX2SisrrsiS523hhG............................................
............................................AAG9X2Ssr;;;si523hGAG...........................................
.........................................3h&AAAh325isrrrsS2X3GAA&GhG........................................
......................................3h&&GGHBA&h3X255S552X9G&AHAhG&GhA.....................................
...................................3hG&GGAHAHMHAA&hh933399h&AHH#HAA&hG&GGG..................................
................................hhG&GGAAHA....BBBAA&&&&&&&AABBB...BAAAGhG&Ghh...............................
.............................9hG&GGAAAA......AHBBMBBHBBBBBBBHHAA.....AAAAGh&&Gh.............................
..........................3hG&GGAHHA........&AAHB#..MMMMM...AAA&&.......&AAAGhGGGh..........................
.......................3hG&GGAHHA2.........hAAAH#....HHHH....A&A&A.........AAA&hh&&hG.......................
......AGAhGG&.......3hG&GGAHHHA...........hAAAH#....HAHAA....HAAA&&...........AAA&hG&GGA.......M&Gh&&G......
...Ahhhh939hhhGG.hGG&GGAHHAA.............GAAAH#.....HAHA&.....#AAA&&............MAAA&hGGGG&..9hGh933hhhh&...
..hh33XXXXXXXX3GAA&GAHHAh...............hAAAH#......HAHAA......AAAA&&..............BAAA&hG&&G9XXXX2XXXXX9h&.
.h993X25SS552239GABBA..................hAAHH........MAHAA.......BHAA&h................&AAAAG93X225SS522X33hH
HGh3X2SisssiS523GABHHAAAA&GGGhhhhhhhhh&AAHHBH3G9HHHHAHHAA;GhhG&H.BHAA&G..................AA&9X25isssii52X9hH
HGh325irr;;riS2XhAAAAA&&&&&G&&&&&&&&AAAHHHHHAAAA&&AAHHHHAAAAAAAAAHHHAAA&GhGGGGGGGGGG&&AAHHAG9X5isr;;rsS5X9GA
H&h325irr;;ri523h&HHHAAAAAAAHAHHHHAHHHHHBHHHHHAAAAHHHHHHHHHHAHAAAAHHAAA&&&&GGGGGhhhhGGGG&AA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9&AHM........922222.HHHAHAMHBM........MMM#...###BBBMHHHAAHHAAAAAAAAAAAAAABBB&h9X2SiiiiS2X9h&H
MH&&G99XXXXX33hGAAHAA&H...........AAHHB......MHHAAAAAMBBHHHHBM##.....#BHHHM.............&BBHAGh93XXXXX39G&AH
.MHAA&&GGhGGG&AHBBHAGGA&G9.......AAHM#.BG93X9hhG&AAAAHBHHAHHAAAHAAAHB###MHHB.........&AAHAHBMAA&GGGGhG&&AHH.
...HHHAAHAHAAHBBM.MHAA&hG&&G&...AAM#AsiS2X9&&G35isrr;;;rrsi5XhAHBBHAA&AHM#MHA.....9GGA&&AHHM#MBBAAHHHAHBHB..
.....HBMMMMMMMHHAA...BAAA&hG&&G&AB9ssS2X2s;,                 ..,:riX&A&&GhAHAB.hGG&GGAHHA...HBMMMMMMMMM#....
.......HBBMM..AAAAA.....&AAA&GAAH#2i399Gs          ...,,,,,...   .,;2HHAAA&#HAA&GGAAAH2....AAHHB.HHBMB......
.......AAHBA...A&A&&.......&AHHHB#XX9hHB#.#Bh5r;:,,...,,,::;ri2hH##.###BHAH.MHAAHAH.......&&HAH..AAHHH......
.......&AHH&....A&A&G.......HHHHM#2Xh5.rG#.........######..........M&2r9MAH.#BHBM........h&AAH...AAHHA......
.......AAHH&.....A&AGG.....&AHAB..S2&S    .;i9H#............#MA3Sr;,.. X#AH.#MBHHM......h&AAH....AAHAA......
.......AAHH&......A&AGG...GAAAHH..sXAX          .,:;;;;;;;:,,.....,,::,9#AA##MBAA&h....G&AAA.....AAHAA......
.......&AHH&.......A&A&G.&AAAHBA..iXHh                    ...,,::;;;;;:h#AA###BAA&&...G&AAA......AAHAA......
.......AAHHG........A&AAAAAAHA.M..iXHG    ..........,,,,,::::;;;;;;;;;:h#AA###.AAAGG.G&AAA.......AAHAA......
.......AAAHM.........AAAAHHHh..H..iXHG   .....,,,,,,::::::;;;;;;;;;;;;:h#AA####.AAA&AAAAA........AAHAA......
.......AAAA#..........AAHHH....A..iXHG   ....,,,,,::::::::;;;;;;;;;;;;:h#AA#####.HAAAHHH.........AAHAA......
.......AAAA#.........AAHHHHA...A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####...AAHHH..........AAHAA......
.......AAAA.........GAAHHAA&&..A#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA#####.AAHHHAG.........&AHAA......
.......AAAA........hAAAH#HAA&&.A..iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###M.AAAHHAAGG........AAHAA......
.......&AAA.......GAAAB2.9HAAAA.#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA####AAAAHBA&AGG.......AAHAA......
.......AAAA......hAAAB2...9AAAAH..sXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA###HAAAH#..A&AGG......&AHAA......
.......AAAA.....hAAAB......9AAAA#.iXHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AA##MHAAHA....A&AGG.....&AHAA......
.......AAAA....hAAABr........HAAM.2XHG   ....,,,,,,:::::::;;;;;;;;;;;;:h#AH.#BHHHB......A&AGG....&AHAA......
.......AAAA...hAAAH........&AAHHM#2XHh    ...,,,,,,:::::::;;;;;;;;;;;;,3#AH.#BHB#........A&A&&...AAHH&......
.......AAAA..hAAAHr.....&GGAAAAHB#23AH:     ...,,,,,::::::;;;;;;;;:::;sAMAH.#BHHA&G&......AAA&G..AAHHG......
.......AAAA.GAAAH....G9G&&GAHHABM#ii9M.#9r,    ...,,,:::::::::,:;rihM..MA&h#MMBA&h&&GG;...5AAA&&.AAHHH......
......MHHHAHAHHH..AGG&&GAHHAA...###AhhAM...#GSr;,,,..,,,::;;s59H#....#BAB##MB#.AAAAGh&A&h...HAAAHHHHHA......
...B9GAA&&G&AHBBHAA&GAHAAH.....i.B#...#AAHM#......#MBBBM#.......#######..#MB#.A...&AAAGGAAAA#HAA&&A&&GGhh...
..hh3333XXX39G&AAAAHHHA...........#BB#.....###M####......#########....##BHBA.G.......AAAAGAHAAG93XXXXXXX9Gh.
.G993X255S522X3hAHBM................HHBB#..........................#.BHAAH#.............AHHAh3X255SS522X33GH
HGh3X2SisssiS523GABHAAA&GGGGGGGG&&AAAHHAAHHBBB###############MMBHHHHHHAHHAAA&&GGGGG&AAAAHBHG9X2Sisssii52X3hH
HGh325isr;;riS2XhAA&GhhhhhhhhhhhhhG&&AAAAAAA&AAAAAAAAABHAAAAA&&&&GAAAAHAAAGGhhhhhhhhGGG&AAAG925isr;;rsS2X9GA
H&h3X5irr;;ri523h&HBHAAAAAAAAAAAAAAHHAAHAHAHHHAAAAAAAAAAHAAAAAAAAAHHHHBHAAAAAAAAAAAAAAAHHHA&9X2Ssr;;rsS2X9&A
H&&h322SiiiS52X9GABM...................AAAHHH........AAAH........MHHHHA..................BH&G9X25SiiiS2X9G&H
MH&&G99XXXXXX3hGAAAAAAAA................AAAHAH.......AAAA.......AAAHHH................&AAHHAAGh933XXXX9hG&AH
.AHA&&&GGhGGG&&AHHAAGG&&&GH..............HAAAAA......AAAA......&AAHHA..............9h&AG&ABBBA&&GGGGGG&&AHH.
...HHBAAAAAAAHBH...AAAAGhG&GGh............HAAA&G.....AAAA2....HAAHHH............9hGAGGAHAHB.BHBHAAAAAAHHH#..
.....BBBBBBHMB........&AAAGhG&GhA..........AAAA&G....AAAA3...AAAHHA..........G9G&&GAHHA#.......BBBBBBBB.....
.........................&AAA&hGGG&h........BAAA&G...AAHH...BAAAHH........XhG&GGAHHA&.......................
............................AAAAGhG&G&9......MAAA&AAAHHHHAHAAAHHA......9hGAGGAHAHA..........................
...............................HAAA&hG&Gh9....MHAAA&hGGGh9&AHHHB....9hG&&GAHHAA.............................
..................................GAAA&hG&&G&..HA&9XXXX2XX3hAAB..&hGAGGAHHAA................................
.....................................AAAA&hGAAAAG3X25SSS522X9GAAA&GGAAHAB...................................
........................................MAAA&&&G9X2Sisrssi52X9h&&AHHAB......................................
...........................................9AHAG925isr;;rsi5X3GABHA.........................................
.............................................H&G9X2Sir;;riS2X9&AB...........................................
.............................................AA&G9X225SSS52X9G&HB...........................................
..............................................HA&&h9933XX39hG&AH............................................
...............................................AAAA&&GGGGG&&AAH.............................................
................................................#HHAA&&&&AAHH...............................................

                  8888888888 888b     d888 8888888888 .d8888b.  888                            
                  888        8888b   d8888 888       d88P  Y88b 888                            
                  888        88888b.d88888 888       Y88b.      888                            
                  8888888    888Y88888P888 8888888    "Y888b.   888888 .d88b.  888d888 .d88b.  
                  888        888 Y888P 888 888           "Y88b. 888   d88""88b 888P"  d8P  Y8b 
                  888        888  Y8P  888 888             "888 888   888  888 888    88888888 
                  888        888   "   888 888       Y88b  d88P Y88b. Y88..88P 888    Y8b.     
                  8888888888 888       888 888        "Y8888P"   "Y888 "Y88P"  888     "Y8888 
                  
                  
                  
                  
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server data home location: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/
Server data home location: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/
JVM Max Memory: 477 MByte
JVM Max Memory: 477 MByte
Started XML RPC Webserver on port: 8080
Started XML RPC Webserver on port: 8080
Notifying post startup listener
Notifying post startup listener
Couldn't load password file from path: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/user.properties
Couldn't load password file from path: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/user.properties
Initialitation COMPLETE.
Initialitation COMPLETE.
Server is RUNNING...Time to relax...
Server is RUNNING...Time to relax...
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Property file read. (/jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/work/data/profiles/default_test/./conf/es.properties)
Server was stopped.
Server was stopped.
Tests run: 24, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 113.771 sec <<< FAILURE! - in org.eclipse.emf.emfstore.client.test.ui.AllUITests
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.NoLocalChangesCommitControllerTest)  Time elapsed: 0.672 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.LocalProjectNeedsToBeUpdatedCommitControllerTest)  Time elapsed: 1.896 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIAddTagControllerTest)  Time elapsed: 0.755 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIAskForBranchCheckoutControllerTest)  Time elapsed: 1.286 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIBranchControllersTest)  Time elapsed: 2.044 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UICheckoutControllerTest)  Time elapsed: 0.864 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UICreateRemoteProjectControllerTest)  Time elapsed: 0.343 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIDeleteRemoteProjectControllerTest)  Time elapsed: 0.305 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIMergeControllerTest)  Time elapsed: 0.946 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIRevertCommitControllerTest)  Time elapsed: 0.493 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIRemoveServerControllerTest)  Time elapsed: 0.287 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIRevertCommitControllerTest2)  Time elapsed: 1.645 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIServerControllerTest)  Time elapsed: 0.331 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest)  Time elapsed: 30.416 sec  <<< ERROR!
org.eclipse.swtbot.swt.finder.exceptions.WidgetNotFoundException: Could not find widget matching: (of type 'Button' and with mnemonic 'OK' and with style 'SWT.PUSH')
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:437)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:411)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:399)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntilWidgetAppears(SWTBotFactory.java:381)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.widget(SWTBotFactory.java:334)
	at org.eclipse.swtbot.swt.finder.SWTBot.button(SWTBot.java:184)
	at org.eclipse.swtbot.swt.finder.SWTBot.button(SWTBot.java:172)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest.login(UISessionControllerTest.java:54)
	at org.eclipse.emf.emfstore.client.test.ui.controllers.UISessionControllerTest.testController(UISessionControllerTest.java:37)

testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIShareProjectControllerTest)  Time elapsed: 0.793 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUpdateProjectControllerTest)  Time elapsed: 2.242 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUpdateProjectToVersionControllerTest)  Time elapsed: 7.53 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIPagedUpdateProjectControllerTest)  Time elapsed: 8.536 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIShowHistoryControllerTest)  Time elapsed: 1.685 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIShowHistoryControllerForElementTest)  Time elapsed: 1.606 sec
testController(org.eclipse.emf.emfstore.client.test.ui.controllers.UIUndoLastOperationControllerTest)  Time elapsed: 0.651 sec
testController(org.eclipse.emf.emfstore.client.test.ui.conflictdetection.BidirectionalConflictMergeTest)  Time elapsed: 36.594 sec  <<< ERROR!
org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 30000 ms.: Merge wizard did not appear
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:437)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:411)
	at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:399)
	at org.eclipse.emf.emfstore.client.test.ui.conflictdetection.BidirectionalConflictMergeTest.testController(BidirectionalConflictMergeTest.java:97)

isNotLoggedIn(org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest)  Time elapsed: 5.187 sec
isLoggedIn(org.eclipse.emf.emfstore.client.test.ui.testers.ServerInfoIsLoggedInTesterTest)  Time elapsed: 0.098 sec

Results :

Tests in error: 
  UISessionControllerTest.testController:37->login:54 » WidgetNotFound Could not...
  BidirectionalConflictMergeTest.testController:97 » Timeout Timeout after: 3000...

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

[ERROR] There are test failures.

Please refer to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.test.ui/target/surefire-reports/IntegrationClientFileServerFile for the individual test results.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.emf.emfstore.client.ui.test 1.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] The project's OSGi version is 1.9.0.v20170530-1321
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (jacoco-initialize) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] tycho.testArgLine set to -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] Compiling 2 source files to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/bin
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.10:check (checkstyle) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] 
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.emf.emfstore.client.ui.test ---
[WARNING] bundle localization file /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/plugin.properties not found
[WARNING] Bundle-Vendor header not found in /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/org.eclipse.emf.emfstore.client.ui.test-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] Building jar: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/org.eclipse.emf.emfstore.client.ui.test-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] Expected eclipse log file: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true, -Demfstore.inMemoryChangePackage=true, -Demfstore.server.fileBasedChangePackage=false, -Dosgi.requiredJavaVersion=1.5, -Xms40m, -Xmx512m, -Dosgi.clean=true, -jar, /jobs/genie.emfstore/gerrit-transactional/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar, -data, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/data, -install, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work, -configuration, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.emf.emfstore.client.ui.test.AllClientUITests
Transactional Command Stack created
Tests run: 15, Failures: 0, Errors: 7, Skipped: 0, Time elapsed: 1.156 sec <<< FAILURE! - in org.eclipse.emf.emfstore.client.ui.test.AllClientUITests
testWhitelistFeatureOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.825 sec
testCreateDeleteOperationEClassNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.019 sec
testFeatureOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.019 sec
testCreateDeleteOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.015 sec
testWhitelistFeatureOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.018 sec
testFeatureOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.016 sec
testCompositeOperationNotFiltered1(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.037 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered1(EClassFilterTest.java:109)

testCompositeOperationNotFiltered2(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.014 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered2(EClassFilterTest.java:123)

testCompositeOperationNotFiltered3(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.013 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered3(EClassFilterTest.java:137)

testCreateDeleteOperationEClassFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.011 sec
testWhitelistCompositeOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.013 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testWhitelistCompositeOperationFiltered(EClassFilterTest.java:281)

testCompositeOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.013 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationFiltered(EClassFilterTest.java:151)

testWhitelistCompositeOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.013 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testWhitelistCompositeOperationNotFiltered(EClassFilterTest.java:260)

testCompositeOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.012 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.ecore.util.EcoreEList.dispatchNotification(EcoreEList.java:249)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:457)
	at org.eclipse.emf.common.notify.impl.NotifyingListImpl.addAllUnique(NotifyingListImpl.java:400)
	at org.eclipse.emf.common.util.AbstractEList.addAll(AbstractEList.java:370)
	at org.eclipse.emf.emfstore.internal.server.model.versioning.impl.ChangePackageImpl.addAll(ChangePackageImpl.java:544)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:214)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNoFilter(EClassFilterTest.java:95)

testFeatureOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.012 sec

Results :

Tests in error: 
  EClassFilterTest.testCompositeOperationNotFiltered1:109 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationNotFiltered2:123 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationNotFiltered3:137 » IllegalState Cannot ...
  EClassFilterTest.testWhitelistCompositeOperationFiltered:281 » IllegalState Ca...
  EClassFilterTest.testCompositeOperationFiltered:151 » IllegalState Cannot modi...
  EClassFilterTest.testWhitelistCompositeOperationNotFiltered:260 » IllegalState
  EClassFilterTest.testCompositeOperationNoFilter:95 » IllegalState Cannot modif...

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

[ERROR] There are test failures.

Please refer to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/surefire-reports for the individual test results.
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (ClientFileServerMemory) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] Expected eclipse log file: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true, -Demfstore.inMemoryChangePackage=false, -Demfstore.server.fileBasedChangePackage=false, -Xms40m, -Xmx512m, -Dosgi.clean=true, -jar, /jobs/genie.emfstore/gerrit-transactional/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar, -data, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/data, -install, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work, -configuration, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.emf.emfstore.client.ui.test.AllClientUITests
Transactional Command Stack created
Tests run: 15, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 1.316 sec <<< FAILURE! - in org.eclipse.emf.emfstore.client.ui.test.AllClientUITests
testWhitelistFeatureOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.848 sec
testCreateDeleteOperationEClassNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.03 sec
testFeatureOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.063 sec
testCreateDeleteOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.021 sec
testWhitelistFeatureOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.025 sec
testFeatureOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.022 sec
testCompositeOperationNotFiltered1(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.023 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered1(EClassFilterTest.java:109)

testCompositeOperationNotFiltered2(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.017 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered2(EClassFilterTest.java:123)

testCompositeOperationNotFiltered3(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.016 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered3(EClassFilterTest.java:137)

testCreateDeleteOperationEClassFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.019 sec
testWhitelistCompositeOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.022 sec
testCompositeOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.015 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationFiltered(EClassFilterTest.java:151)

testWhitelistCompositeOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.038 sec
testCompositeOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.019 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNoFilter(EClassFilterTest.java:95)

testFeatureOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.023 sec

Results :

Tests in error: 
  EClassFilterTest.testCompositeOperationNotFiltered1:109 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationNotFiltered2:123 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationNotFiltered3:137 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationFiltered:151 » IllegalState Cannot modi...
  EClassFilterTest.testCompositeOperationNoFilter:95 » IllegalState Cannot modif...

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

[ERROR] There are test failures.

Please refer to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/surefire-reports/ClientFileServerMemory for the individual test results.
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (ClientFileServerFile) @ org.eclipse.emf.emfstore.client.ui.test ---
[INFO] Expected eclipse log file: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true, -Demfstore.inMemoryChangePackage=false, -Demfstore.server.fileBasedChangePackage=true, -Xms40m, -Xmx512m, -Dosgi.clean=true, -jar, /jobs/genie.emfstore/gerrit-transactional/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar, -data, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/data, -install, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work, -configuration, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.emf.emfstore.client.ui.test.AllClientUITests
Transactional Command Stack created
Tests run: 15, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 1.379 sec <<< FAILURE! - in org.eclipse.emf.emfstore.client.ui.test.AllClientUITests
testWhitelistFeatureOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.935 sec
testCreateDeleteOperationEClassNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.033 sec
testFeatureOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.03 sec
testCreateDeleteOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.024 sec
testWhitelistFeatureOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.029 sec
testFeatureOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.023 sec
testCompositeOperationNotFiltered1(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.027 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered1(EClassFilterTest.java:109)

testCompositeOperationNotFiltered2(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.021 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered2(EClassFilterTest.java:123)

testCompositeOperationNotFiltered3(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.018 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNotFiltered3(EClassFilterTest.java:137)

testCreateDeleteOperationEClassFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.024 sec
testWhitelistCompositeOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.024 sec
testCompositeOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.017 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationFiltered(EClassFilterTest.java:151)

testWhitelistCompositeOperationNotFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.026 sec
testCompositeOperationNoFilter(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.02 sec  <<< ERROR!
java.lang.IllegalStateException: Cannot modify resource set without a write transaction
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.assertWriting(TransactionChangeRecorder.java:348)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.appendNotification(TransactionChangeRecorder.java:302)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.processObjectNotification(TransactionChangeRecorder.java:284)
	at org.eclipse.emf.transaction.impl.TransactionChangeRecorder.notifyChanged(TransactionChangeRecorder.java:240)
	at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceImpl.setDirty(ProjectSpaceImpl.java:981)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.updateDirtyState(ProjectSpaceBase.java:1502)
	at org.eclipse.emf.emfstore.internal.client.model.impl.ProjectSpaceBase.addOperations(ProjectSpaceBase.java:216)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationManager.operationsRecorded(OperationManager.java:156)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.operationsRecorded(OperationRecorder.java:306)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperations(OperationRecorder.java:958)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.bufferOrRecordOperation(OperationRecorder.java:963)
	at org.eclipse.emf.emfstore.internal.client.model.impl.OperationRecorder.endCompositeOperation(OperationRecorder.java:887)
	at org.eclipse.emf.emfstore.internal.client.model.CompositeOperationHandle.end(CompositeOperationHandle.java:106)
	at org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest.testCompositeOperationNoFilter(EClassFilterTest.java:95)

testFeatureOperationFiltered(org.eclipse.emf.emfstore.internal.client.ui.common.EClassFilterTest)  Time elapsed: 0.022 sec

Results :

Tests in error: 
  EClassFilterTest.testCompositeOperationNotFiltered1:109 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationNotFiltered2:123 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationNotFiltered3:137 » IllegalState Cannot ...
  EClassFilterTest.testCompositeOperationFiltered:151 » IllegalState Cannot modi...
  EClassFilterTest.testCompositeOperationNoFilter:95 » IllegalState Cannot modif...

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

[ERROR] There are test failures.

Please refer to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.client.ui.test/target/surefire-reports/ClientFileServerFile for the individual test results.
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building org.eclipse.emf.emfstore.migration.edapt.test 1.9.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] The project's OSGi version is 1.9.0.v20170530-1321
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-id (default-validate-id) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:validate-version (default-validate-version) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.4.201502262128:prepare-agent (jacoco-initialize) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] tycho.testArgLine set to -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.0.0:compile (default-compile) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] Compiling 19 source files to /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/bin
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.10:check (checkstyle) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] 
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.0.0:plugin-source (plugin-source) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] Building jar: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/target/org.eclipse.emf.emfstore.migration.edapt.test-1.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.0.0:target-platform (default-target-platform) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.0.0:package-plugin (default-package-plugin) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] Building jar: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/target/org.eclipse.emf.emfstore.migration.edapt.test-1.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.0.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.0.0:test (default-test) @ org.eclipse.emf.emfstore.migration.edapt.test ---
[INFO] Expected eclipse log file: /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/public/common/jdk1.8.0_121.x64/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/hudson/genie.emfstore/.hudson/jobs/gerrit-transactional/workspace/.maven/repo/org/jacoco/org.jacoco.agent/0.7.4.201502262128/org.jacoco.agent-0.7.4.201502262128-runtime.jar=destfile=/jobs/genie.emfstore/gerrit-transactional/workspace/tests/coverage/jacoco.exec,append=true, -Dosgi.requiredJavaVersion=1.5, -Xms40m, -Xmx512m, -Dosgi.clean=true, -jar, /jobs/genie.emfstore/gerrit-transactional/workspace/.maven/repo/p2/osgi/bundle/org.eclipse.equinox.launcher/1.3.0.v20120522-1813/org.eclipse.equinox.launcher-1.3.0.v20120522-1813.jar, -data, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/target/work/data, -install, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/target/work, -configuration, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /jobs/genie.emfstore/gerrit-transactional/workspace/tests/org.eclipse.emf.emfstore.migration.edapt.test/target/surefire.properties, -nouithread]

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.eclipse.emf.emfstore.internal.migration.edapt.test.AllMigrationEdaptTests
Migrating resources:Migrate:.....DONE
.Migrating resources:Migrate:.....DONE
.Migrating resources:Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrating resources:Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Migrate:......DONE
.Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.645 sec - in org.eclipse.emf.emfstore.internal.migration.edapt.test.AllMigrationEdaptTests
testNeedsMigrationRelease2ProjectState(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.435 sec
testNeedsMigrationRelease1ProjectState(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.002 sec
testMigrateChangePackage(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.485 sec
testNeedsMigrationNoMigrator(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.001 sec
testGetNewestRelease(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0 sec
testNeedsMigrationNoNSURIs(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0 sec
testCanHandle(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0 sec
testGetMigratorWithMultipleMigrators(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.001 sec
testNeedsMigrationRelease2ChangePackage(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.001 sec
testNeedsMigrationRelease1ChangePackage(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.001 sec
testGetMigratorWithMultipleURIsSameMigrators(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.001 sec
testGetMigratorWithNullMigrator(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0 sec
testMigrateProjectState(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.03 sec
testNeedsMigrationMultipleURIsSameMigrator(org.eclipse.emf.emfstore.internal.migration.edapt.EdaptMigratorTests)  Time elapsed: 0.004 sec
testServerWithInMemoryChangePackage(org.eclipse.emf.emfstore.internal.migration.edapt.test.MigrationManagerTest)  Time elapsed: 0.351 sec
testServerWithFileBasedChangePackage(org.eclipse.emf.emfstore.internal.migration.edapt.test.MigrationManagerTest)  Time elapsed: 0.274 sec

Results :

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

[INFO] All tests passed!
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] emfstore-parent ................................... SUCCESS [8.739s]
[INFO] emfstore .......................................... SUCCESS [0.687s]
[INFO] emfstore-bundles-parent ........................... SUCCESS [0.598s]
[INFO] org.eclipse.emf.emfstore.common ................... SUCCESS [4.510s]
[INFO] org.eclipse.emf.emfstore.common.model ............. SUCCESS [3.332s]
[INFO] org.eclipse.emf.emfstore.migration ................ SUCCESS [0.683s]
[INFO] org.eclipse.emf.emfstore.server.model ............. SUCCESS [7.510s]
[INFO] org.eclipse.emf.emfstore.server ................... SUCCESS [6.051s]
[INFO] org.eclipse.emf.emfstore.client ................... SUCCESS [8.658s]
[INFO] emfstore-features-parent .......................... SUCCESS [0.442s]
[INFO] org.eclipse.emf.emfstore.license.feature .......... SUCCESS [0.597s]
[INFO] org.eclipse.emf.emfstore.client.feature ........... SUCCESS [0.599s]
[INFO] org.eclipse.emf.emfstore.common.model.edit ........ SUCCESS [0.955s]
[INFO] org.eclipse.emf.emfstore.server.model.edit ........ SUCCESS [8.035s]
[INFO] org.eclipse.emf.emfstore.client.model.edit ........ SUCCESS [0.787s]
[INFO] org.eclipse.emf.emfstore.client.transaction ....... SUCCESS [0.662s]
[INFO] org.eclipse.emf.emfstore.client.ui ................ SUCCESS [6.927s]
[INFO] org.eclipse.emf.emfstore.client.ui.rcp ............ SUCCESS [0.811s]
[INFO] org.eclipse.emf.emfstore.client.ui.feature ........ SUCCESS [0.584s]
[INFO] org.eclipse.emf.emfstore.client.ui.transaction .... SUCCESS [0.631s]
[INFO] org.eclipse.emf.emfstore.common.feature ........... SUCCESS [0.515s]
[INFO] org.eclipse.emf.emfstore.examplemodel ............. SUCCESS [1.181s]
[INFO] org.eclipse.emf.emfstore.examplemodel.edit ........ SUCCESS [0.707s]
[INFO] org.eclipse.emf.emfstore.example.installer ........ SUCCESS [0.478s]
[INFO] org.eclipse.emf.emfstore.example.feature .......... SUCCESS [0.522s]
[INFO] org.eclipse.emf.emfstore.modelmutator ............. SUCCESS [2.274s]
[INFO] org.eclipse.emf.emfstore.modelmutator.feature ..... SUCCESS [0.529s]
[INFO] org.eclipse.emf.emfstore.server.feature ........... SUCCESS [0.512s]
[INFO] org.eclipse.emf.emfstore.sdk.feature .............. SUCCESS [0.542s]
[INFO] emfstore-tests-parent ............................. SUCCESS [0.442s]
[INFO] org.eclipse.emf.emfstore.test.model ............... SUCCESS [1.039s]
[INFO] org.eclipse.emf.emfstore.test.model.edit .......... SUCCESS [0.694s]
[INFO] org.eclipse.emf.emfstore.test.common .............. SUCCESS [1.497s]
[INFO] org.eclipse.emf.emfstore.client.test .............. SUCCESS [1.139s]
[INFO] org.eclipse.emf.emfstore.client.transaction.feature  SUCCESS [0.538s]
[INFO] org.eclipse.emf.emfstore.client.ui.historybrowsercomparator  SUCCESS [0.699s]
[INFO] org.eclipse.emf.emfstore.client.ui.historybrowsercomparator.feature  SUCCESS [0.518s]
[INFO] org.eclipse.emf.emfstore.client.ui.rap ............ SUCCESS [0.796s]
[INFO] org.eclipse.emf.emfstore.client.ui.rap.feature .... SUCCESS [0.538s]
[INFO] org.eclipse.emf.emfstore.fuzzy.emf ................ SUCCESS [1.432s]
[INFO] org.eclipse.emf.emfstore.fuzzy.emf.test ........... SUCCESS [9.435s]
[INFO] org.eclipse.emf.emfstore.fuzzy.emf.diff.test ...... SUCCESS [6.579s]
[INFO] org.eclipse.emf.emfstore.fuzzy.emf.edit ........... SUCCESS [0.647s]
[INFO] org.eclipse.emf.emfstore.fuzzy.emf.editor ......... SUCCESS [0.784s]
[INFO] org.eclipse.emf.emfstore.fuzzy.emf.example ........ SUCCESS [0.599s]
[INFO] org.eclipse.emf.emfstore.fuzzy.feature ............ SUCCESS [0.550s]
[INFO] org.eclipse.emf.emfstore.fuzzy.test.feature ....... SUCCESS [0.576s]
[INFO] org.eclipse.emf.emfstore.migration.edapt .......... SUCCESS [0.578s]
[INFO] org.eclipse.emf.emfstore.migration.edapt.feature .. SUCCESS [0.509s]
[INFO] org.eclipse.emf.emfstore.mongodb .................. SUCCESS [0.562s]
[INFO] org.eclipse.emf.emfstore.mongodb.client ........... SUCCESS [0.542s]
[INFO] org.eclipse.emf.emfstore.mongodb.client.feature ... SUCCESS [0.525s]
[INFO] org.eclipse.emf.emfstore.mongodb.server ........... SUCCESS [0.640s]
[INFO] org.eclipse.emf.emfstore.mongodb.server.feature ... SUCCESS [0.481s]
[INFO] org.eclipse.emf.emfstore.p2repository ............. SUCCESS [15.350s]
[INFO] org.eclipse.emf.emfstore.products ................. SUCCESS [11.080s]
[INFO] org.eclipse.emf.emfstore.example.helloworld ....... SUCCESS [0.637s]
[INFO] org.eclipse.emf.emfstore.example.merging .......... SUCCESS [0.652s]
[INFO] org.eclipse.emf.emfstore.client.api.test .......... SUCCESS [27.557s]
[INFO] org.eclipse.emf.emfstore.client.changetracking.test  SUCCESS [29.782s]
[INFO] org.eclipse.emf.emfstore.client.conflictdetection.test  SUCCESS [37.788s]
[INFO] org.eclipse.emf.emfstore.client.recording.test .... SUCCESS [24.476s]
[INFO] org.eclipse.emf.emfstore.performance.test ......... SUCCESS [0.790s]
[INFO] org.eclipse.emf.emfstore.server.test .............. SUCCESS [1:45.661s]
[INFO] org.eclipse.emf.emfstore.test.feature ............. SUCCESS [0.651s]
[INFO] org.eclipse.emf.emfstore.client.example.test ...... SUCCESS [18.328s]
[INFO] org.eclipse.emf.emfstore.client.test.ui ........... SUCCESS [9:01.882s]
[INFO] org.eclipse.emf.emfstore.client.ui.test ........... SUCCESS [25.068s]
[INFO] org.eclipse.emf.emfstore.migration.edapt.test ..... SUCCESS [9.448s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17:14.570s
[INFO] Finished at: Tue May 30 09:38:53 EDT 2017
[INFO] Final Memory: 145M/470M
[INFO] ------------------------------------------------------------------------
[DEBUG] Closing connection to remote
[DEBUG] Waiting for process to finish
[DEBUG] Result: 0
Terminating xvnc.
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":530"
      after 7260500 requests (7260500 known processed) with 0 events remaining.
Recording test results
Finished: UNSTABLE