Skip to content

Console Output

Skipping 192 KB.. Full Log
	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:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	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.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: org.eclipse.core.runtime.OperationCanceledException
	at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:278)
	at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:205)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:95)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:298)
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:355)
	... 54 more
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.407 s - in org.eclipse.emf.transaction.multithread.tests.AbstractMultithreadTest
testSimultaneousRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.301 s
testMultipleLongRunningYieldingReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 4.119 s
testLongRunningYieldingRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 1.406 s
testReadOperation(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.2 s
testNestedReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.402 s
testWriteOperation(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.201 s
testSimultaneousWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.303 s
testNestedWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.402 s
testComplexSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.502 s
testNestedReadInWrite(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.302 s
testSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.505 s
testLongRunningReadWithWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 1.507 s
test_interruptionOfUIThread_149982(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.255 s
Running org.eclipse.emf.transaction.multithread.tests.WriteOperationTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.905 s - in org.eclipse.emf.transaction.multithread.tests.WriteOperationTest
testWriteOperation(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.201 s
testSimultaneousWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.303 s
testNestedWrites(org.eclipse.emf.transaction.multithread.tests.WriteOperationTest)  Time elapsed: 0.401 s
Running org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest
java.lang.InterruptedException
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:420)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.acquire(TransactionalEditingDomainImpl.java:575)
	at org.eclipse.emf.transaction.impl.TransactionalEditingDomainImpl.activate(TransactionalEditingDomainImpl.java:503)
	at org.eclipse.emf.transaction.impl.TransactionImpl.start(TransactionImpl.java:199)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.createTransaction(TransactionalCommandStackImpl.java:195)
	at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.doExecute(TransactionalCommandStackImpl.java:54)
	at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:160)
	at org.eclipse.emf.transaction.multithread.tests.WriteThread.run(WriteThread.java:62)
	at org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest.test_interruptionOfUIThread_149982(ReadWriteOperationTest.java:358)
	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 junit.framework.TestCase.runTest(TestCase.java:177)
	at junit.framework.TestCase.runBare(TestCase.java:142)
	at junit.framework.TestResult$1.protect(TestResult.java:122)
	at junit.framework.TestResult.runProtected(TestResult.java:142)
	at junit.framework.TestResult.run(TestResult.java:125)
	at junit.framework.TestCase.run(TestCase.java:130)
	at junit.framework.TestSuite.runTest(TestSuite.java:241)
	at junit.framework.TestSuite.run(TestSuite.java:236)
	at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
	at 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:206)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:113)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.run(HeadlessTestApplication.java:21)
	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.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:593)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:205)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	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.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
Caused by: org.eclipse.core.runtime.OperationCanceledException
	at org.eclipse.core.internal.jobs.ThreadJob.waitForRun(ThreadJob.java:278)
	at org.eclipse.core.internal.jobs.ThreadJob.joinRun(ThreadJob.java:205)
	at org.eclipse.core.internal.jobs.ImplicitJobs.begin(ImplicitJobs.java:95)
	at org.eclipse.core.internal.jobs.JobManager.beginRule(JobManager.java:298)
	at org.eclipse.emf.transaction.util.Lock.uiSafeAcquire(Lock.java:355)
	... 52 more
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.071 s - in org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest
testComplexSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.503 s
testNestedReadInWrite(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.301 s
testSimultaneousReadsWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.504 s
testLongRunningReadWithWrites(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 1.506 s
test_interruptionOfUIThread_149982(org.eclipse.emf.transaction.multithread.tests.ReadWriteOperationTest)  Time elapsed: 0.256 s
Running org.eclipse.emf.transaction.multithread.tests.ReadOperationTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.429 s - in org.eclipse.emf.transaction.multithread.tests.ReadOperationTest
testSimultaneousRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.302 s
testMultipleLongRunningYieldingReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 4.116 s
testLongRunningYieldingRead(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 1.408 s
testReadOperation(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.201 s
testNestedReads(org.eclipse.emf.transaction.multithread.tests.ReadOperationTest)  Time elapsed: 0.401 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.tests ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.transaction.tests/1.10.1-SNAPSHOT/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.transaction.tests/1.10.1-SNAPSHOT/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/target/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.transaction.tests/1.10.1-SNAPSHOT/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.transaction.tests/1.10.1-SNAPSHOT/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.transaction.tests/1.10.1-SNAPSHOT/org.eclipse.emf.transaction.tests-1.10.1-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing tasks

main:
     [echo] Replacing back build id within about.mappings with @build@ token
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.plugins:org.eclipse.emf.workspace.tests >--
[INFO] Building org.eclipse.emf.workspace.tests 1.10.0-SNAPSHOT         [13/27]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.emf.workspace.tests ---
[INFO] The project's OSGi version is 1.10.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.tests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.workspace.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.emf.workspace.tests ---
[INFO] Compiling 34 source files to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ org.eclipse.emf.workspace.tests ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.emf.workspace.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.emf.workspace.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.800.v20200727-1323/org.eclipse.equinox.launcher-1.5.800.v20200727-1323.jar, -data, /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/work/data, -install, /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/work, -configuration, /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/surefire.properties]
Running org.eclipse.emf.workspace.tests.MemoryLeakTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.emf.workspace.tests.MemoryLeakTest
test_crossReferenceAdapter_undoredo_operations(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.264 s
test_crossReferenceAdapter_undoredo_recordingTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.033 s
test_crossReferenceAdapter_undoredo_operationTriggerOperations(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.016 s
test_crossReferenceAdapter_undoredo_normalTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.016 s
test_crossReferenceAdapter_undoredo_recordingCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.039 s
test_crossReferenceAdapter_undoredo_operationTriggerCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.015 s
test_crossReferenceAdapter_undoredo_normalCommands(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.013 s
test_DoNothing(org.eclipse.emf.workspace.tests.MemoryLeakTest)  Time elapsed: 0.012 s
Running org.eclipse.emf.workspace.tests.CompositeEMFOperationTest
Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.457 s - in org.eclipse.emf.workspace.tests.CompositeEMFOperationTest
test_triggerCommands_aggregate(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.043 s
test_contexts(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.012 s
test_execute_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.013 s
test_noTransactionNesting_mixed_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.014 s
test_validation(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.026 s
test_errorInNestedAEO_transactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.039 s
test_redo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.01 s
test_redo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.012 s
test_canRedo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.01 s
test_canUndo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_execute_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_undo_cancel_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.042 s
test_noTransactionNesting_pureEMF_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.01 s
test_noTransactionNesting_differentOptions_135545(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_execute_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_triggerCommands(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.013 s
test_canExecute(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_undo_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.044 s
test_undo_cancelMonitor_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_errorInNestedAEO_noTransactionNesting_250253(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_rollback_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.01 s
test_contexts_listIterator_125151(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.011 s
test_redo_error_123614(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.009 s
test_execute_undo_redo_nested(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.043 s
test_DoNothing(org.eclipse.emf.workspace.tests.CompositeEMFOperationTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.workspace.tests.EMFCommandOperationTest
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.123 s - in org.eclipse.emf.workspace.tests.EMFCommandOperationTest
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.009 s
test_validation(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.008 s
test_RecordingCommand_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.009 s
test_undoRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.009 s
test_nonredoableCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.007 s
test_nonredoableTriggerCommand_138287(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.039 s
test_undoNestedRecordingCommandWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.008 s
test_triggerCommands(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.009 s
test_RecordingCommand_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.008 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.008 s
test_DoNothing(org.eclipse.emf.workspace.tests.EMFCommandOperationTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.AbstractTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.emf.workspace.tests.AbstractTest
test_DoNothing(org.eclipse.emf.workspace.tests.AbstractTest)  Time elapsed: 0.007 s
Running org.eclipse.emf.workspace.tests.BasicWorkbenchTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 s - in org.eclipse.emf.workspace.tests.BasicWorkbenchTest
test_read_readWriteTransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.007 s
test_resourceContentsChanges_write(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.008 s
test_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_newResourceContentsChanges_write(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.008 s
test_write_readOnlytransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_loadUnloadDuringRead(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.009 s
test_newResourceContentsChanges_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_write_wrongThread(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.008 s
test_write_command(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
test_resourceContentsChanges_read(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.007 s
test_read_exclusive(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.029 s
test_write_readWritetransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.008 s
test_read_readOnlyTransaction(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.005 s
test_write(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.workspace.tests.BasicWorkbenchTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 s - in org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest
test_nestedExecutionInOpenComposite_203352(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_flushingOnResourceUnload(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_undoRedoNotifyListeners_173839(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_mostRecentCommand(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_rollbackNotifiesCommandStackListeners_175725(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.01 s
test_undo_redo(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.028 s
testUndoContextPropagationFromTriggerListeners(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.008 s
test_triggerRollback_operation_cancel_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.008 s
test_isSaveNeeded_214325(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_nestedExecutionInAbstractOperation_244654(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_triggerRollback_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.009 s
testSaveIsDoneAPIs(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_execute(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_recordingCommandsAsTriggers_bug157103(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_triggerRollback_operation_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.007 s
test_triggerRollback_cancel_146853(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.006 s
test_flush(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.031 s
test_DoNothing(org.eclipse.emf.workspace.tests.WorkbenchCommandStackTest)  Time elapsed: 0.005 s
Running org.eclipse.emf.workspace.tests.EMFOperationCommandTest
Got expected exception: Uncaught exception during pre-commit trigger processing
Got expected exception: Undo of operation was rolled back (possibly due to concurrent write)
Got expected exception: Uncaught exception during pre-commit trigger processing
Got expected exception: Uncaught exception during pre-commit trigger processing
Got expected exception: Redo of operation was rolled back (possibly due to concurrent write)
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.emf.workspace.tests.EMFOperationCommandTest
test_multipleDisposableOperation_209491(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_operationTriggerErrorStatus_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_execute_undo_redo_trigger_recordingCommand(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_operationTriggerErrorStatus_nonEMF_undo_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_rollback_trigger(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_nonredoableOperation_138287(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_operationTriggerErrorStatus_nonEMF_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.005 s
test_execute_undo_redo_trigger(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.006 s
test_operationTriggerFails_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.032 s
test_operationTriggerErrorStatus_nonEMF_redo_234868(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.007 s
test_DoNothing(org.eclipse.emf.workspace.tests.EMFOperationCommandTest)  Time elapsed: 0.004 s
Running org.eclipse.emf.workspace.tests.AbstractEMFOperationTest
Got expected exception: operation has been executed
Got expected exception: operation has been executed
Got expected exception: operation has been executed
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 s - in org.eclipse.emf.workspace.tests.AbstractEMFOperationTest
test_triggerCommands_cascading(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_options_124741(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_validation(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_inheritValidateEditOption_247691(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_rollbackNestingTransactionOnException_135673(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_undoWithRecordingCommandTrigger_218276(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_executeInActiveTransaction_245393(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_setOptions_245419(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_nullProgressMonitors_bug150033(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_triggerCommands(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.032 s
test_triggerCommands_nonEMF(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_rollbackOnError_250253(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.005 s
test_execute_undo_redo(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.008 s
test_undoRedoNonEMFOperationWithEMFChanges_155268(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.AbstractEMFOperationTest)  Time elapsed: 0.006 s
Running org.eclipse.emf.workspace.tests.UndoContextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.emf.workspace.tests.UndoContextTest
test_localChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.005 s
test_remoteChanges(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.006 s
test_DoNothing(org.eclipse.emf.workspace.tests.UndoContextTest)  Time elapsed: 0.004 s
Running org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest
test_canApply(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
test_emfChanges(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
test_applyAndReverse(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
test_apply(org.eclipse.emf.workspace.util.tests.OperationChangeDescriptionTest)  Time elapsed: 0 s
Running org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest
test_getAffectedResources_localRef(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.002 s
test_getAffectedResources_attribute(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_matches(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
test_getAffectedResources_deletedElement_126113(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.001 s
test_unsettableManyReference_264220(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.003 s
test_getAffectedResources_remoteRef_bidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0.001 s
test_getAffectedResources_remoteRef_unidirectional(org.eclipse.emf.workspace.util.tests.ResourceUndoContextTest)  Time elapsed: 0 s
Running org.eclipse.emf.workspace.util.tests.ValidateEditTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 s - in org.eclipse.emf.workspace.util.tests.ValidateEditTest
test_noValidateEditRequired(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.031 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.ValidateEditTest)  Time elapsed: 0.004 s
Running org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.132 s - in org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest
test_defaultMoveBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.008 s
test_synchMovedResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_getFile(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.004 s
test_move(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_getUnderlyingFile_163291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_change(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_synchMoveResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_deletion(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.004 s
test_deleteProjectAndDisposeSynchronizer_233004(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 1.006 s
test_getFile_fileURI_156772(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s
test_defaultChangeBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_getFileWithEncodedURI_128315(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.004 s
test_resourceDeletedThatHadMarkers_207306(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_multipleChanges(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.018 s
test_synchResourceWithUnencodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.009 s
test_synchResourceWithEncodedURI_197291(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_getFile_normalization_156772(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.007 s
test_defaultDeleteBehaviour(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.005 s
test_DoNothing(org.eclipse.emf.workspace.util.tests.WorkspaceSynchronizerTest)  Time elapsed: 0.006 s

Results:

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

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.workspace.tests ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.workspace.tests/1.10.0-SNAPSHOT/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.workspace.tests/1.10.0-SNAPSHOT/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.workspace.tests/1.10.0-SNAPSHOT/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.workspace.tests/1.10.0-SNAPSHOT/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.tests/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/plugins/org.eclipse.emf.workspace.tests/1.10.0-SNAPSHOT/org.eclipse.emf.workspace.tests-1.10.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.workspace.tests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.workspace.tests ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction >--
[INFO] Building org.eclipse.emf.transaction 1.12.0-SNAPSHOT             [14/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/target/org.eclipse.emf.transaction-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/target/org.eclipse.emf.transaction-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/target/org.eclipse.emf.transaction-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction/1.12.0-SNAPSHOT/org.eclipse.emf.transaction-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction/1.12.0-SNAPSHOT/org.eclipse.emf.transaction-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction/1.12.0-SNAPSHOT/org.eclipse.emf.transaction-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction/1.12.0-SNAPSHOT/org.eclipse.emf.transaction-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.source >--
[INFO] Building org.eclipse.emf.transaction.source 1.12.0-SNAPSHOT      [15/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.source ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/target/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/target/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.source ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/target/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.source-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.source-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.source ---
[INFO] 
[INFO] ---< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace >---
[INFO] Building org.eclipse.emf.workspace 1.12.0-SNAPSHOT               [16/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/target/org.eclipse.emf.workspace-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/target/org.eclipse.emf.workspace-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.workspace ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/target/org.eclipse.emf.workspace-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace/1.12.0-SNAPSHOT/org.eclipse.emf.workspace-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace/1.12.0-SNAPSHOT/org.eclipse.emf.workspace-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace/1.12.0-SNAPSHOT/org.eclipse.emf.workspace-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace/1.12.0-SNAPSHOT/org.eclipse.emf.workspace-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.workspace ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.workspace ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.source >--
[INFO] Building org.eclipse.emf.workspace.source 1.12.0-SNAPSHOT        [17/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.source ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/target/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/target/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.workspace.source ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/target/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.source-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.source-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.workspace.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.workspace.source ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples >--
[INFO] Building org.eclipse.emf.workspace.examples 1.12.0-SNAPSHOT      [18/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.examples ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/target/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/target/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.workspace.examples ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/target/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.workspace.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.workspace.examples ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples >--
[INFO] Building org.eclipse.emf.transaction.examples 1.12.0-SNAPSHOT    [19/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.examples ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/target/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.examples ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/target/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.examples ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/target/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.examples ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.examples ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.examples.source >--
[INFO] Building org.eclipse.emf.transaction.examples.source 1.12.0-SNAPSHOT [20/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.examples.source ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/target/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/target/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/target/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.examples.source-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.examples.source-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.examples.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.examples.source ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.doc >--
[INFO] Building org.eclipse.emf.workspace.doc 1.12.0-SNAPSHOT           [21/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.doc ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.doc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/target/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/target/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.workspace.doc ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/target/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.doc/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.doc/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.doc/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.doc-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.doc/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.doc-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.workspace.doc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.workspace.doc ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.doc >--
[INFO] Building org.eclipse.emf.transaction.doc 1.12.0-SNAPSHOT         [22/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.doc ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.doc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/target/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/target/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.doc ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/target/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.doc/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.doc/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.doc/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.doc-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.doc/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.doc-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.doc ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.doc ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.workspace.examples.source >--
[INFO] Building org.eclipse.emf.workspace.examples.source 1.12.0-SNAPSHOT [23/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.workspace.examples.source ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/target/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/target/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/target/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.workspace.examples.source-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.workspace.examples.source/1.12.0-SNAPSHOT/org.eclipse.emf.workspace.examples.source-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.workspace.examples.source ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.workspace.examples.source ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.tests >--
[INFO] Building org.eclipse.emf.transaction.tests 1.12.0-SNAPSHOT       [24/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.tests ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/target/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/target/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.tests ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/target/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.tests/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.tests/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.tests/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.tests-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.tests/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.tests-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.tests ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.tests ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.sdk >--
[INFO] Building org.eclipse.emf.transaction.sdk 1.12.0-SNAPSHOT         [25/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.sdk ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/target/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/target/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.sdk ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/target/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.sdk/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.sdk/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.sdk/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.sdk-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.sdk/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.sdk-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.sdk ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.sdk ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction.features:org.eclipse.emf.transaction.master >--
[INFO] Building org.eclipse.emf.transaction.master 1.12.0-SNAPSHOT      [26/27]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.master ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.master ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-feature (default-package-feature) @ org.eclipse.emf.transaction.master ---
[INFO] Building jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/target/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.master ---
[INFO] Signing jar: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/target/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.master ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/target/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.master/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.master/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.master/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.master-feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/features/org.eclipse.emf.transaction.master/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.master-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.master ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.master ---
[INFO] 
[INFO] --< org.eclipse.emf.transaction:org.eclipse.emf.transaction.repository >--
[INFO] Building org.eclipse.emf.transaction.repository 1.12.0-SNAPSHOT  [27/27]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.emf.transaction.repository ---
[INFO] The project's OSGi version is 1.12.0.202012101725
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-build-token) @ org.eclipse.emf.transaction.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ org.eclipse.emf.transaction.repository ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.7.0:plugin-source (plugin-source) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.emf.transaction.repository ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.emf.transaction.repository ---
[INFO] Building zip: /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/target/org.eclipse.emf.transaction.repository-1.12.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.7:sign (sign) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.emf.transaction.repository ---
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/target/org.eclipse.emf.transaction.repository-1.12.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/org.eclipse.emf.transaction.repository/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.repository-1.12.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/pom.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/org.eclipse.emf.transaction.repository/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.repository-1.12.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/target/p2content.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/org.eclipse.emf.transaction.repository/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.repository-1.12.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/org.eclipse.emf.transaction.repository/target/p2artifacts.xml to /home/jenkins/agent/workspace/emf-transaction-deploy-master/PLATFORM/2020-09/jdk/oracle-jdk8-latest/label/migration/.repository/org/eclipse/emf/transaction/org.eclipse.emf.transaction.repository/1.12.0-SNAPSHOT/org.eclipse.emf.transaction.repository-1.12.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.emf.transaction.repository ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (replace-back-build-token) @ org.eclipse.emf.transaction.repository ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-deploy-plugin:2.5:deploy (default-deploy) @ org.eclipse.emf.transaction.repository ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] org.eclipse.emf.transaction.releng 1.12.0-SNAPSHOT . SUCCESS [  6.734 s]
[INFO] org.eclipse.emf.transaction.target 1.12.0-SNAPSHOT . SUCCESS [  2.437 s]
[INFO] org.eclipse.emf.transaction 1.9.1-SNAPSHOT ......... SUCCESS [  6.391 s]
[INFO] org.eclipse.emf.transaction.ui 1.4.0-SNAPSHOT ...... SUCCESS [  4.161 s]
[INFO] org.eclipse.emf.workspace 1.5.1-SNAPSHOT ........... SUCCESS [  3.719 s]
[INFO] org.eclipse.emf.workspace.ui 1.3.0-SNAPSHOT ........ SUCCESS [  3.643 s]
[INFO] org.eclipse.emf.transaction.doc 1.4.0-SNAPSHOT ..... SUCCESS [  3.246 s]
[INFO] org.eclipse.emf.workspace.doc 1.3.0-SNAPSHOT ....... SUCCESS [  3.320 s]
[INFO] org.eclipse.emf.transaction.examples 1.2.100-SNAPSHOT SUCCESS [  4.051 s]
[INFO] org.eclipse.emf.workspace.examples 1.2.0-SNAPSHOT .. SUCCESS [  3.051 s]
[INFO] org.eclipse.emf.workspace.examples.library.editor 1.2.0-SNAPSHOT SUCCESS [  3.302 s]
[INFO] org.eclipse.emf.transaction.tests 1.10.1-SNAPSHOT .. SUCCESS [01:01 min]
[INFO] org.eclipse.emf.workspace.tests 1.10.0-SNAPSHOT .... SUCCESS [  8.955 s]
[INFO] org.eclipse.emf.transaction 1.12.0-SNAPSHOT ........ SUCCESS [  1.940 s]
[INFO] org.eclipse.emf.transaction.source 1.12.0-SNAPSHOT . SUCCESS [  1.945 s]
[INFO] org.eclipse.emf.workspace 1.12.0-SNAPSHOT .......... SUCCESS [  1.954 s]
[INFO] org.eclipse.emf.workspace.source 1.12.0-SNAPSHOT ... SUCCESS [  1.803 s]
[INFO] org.eclipse.emf.workspace.examples 1.12.0-SNAPSHOT . SUCCESS [  1.881 s]
[INFO] org.eclipse.emf.transaction.examples 1.12.0-SNAPSHOT SUCCESS [  1.912 s]
[INFO] org.eclipse.emf.transaction.examples.source 1.12.0-SNAPSHOT SUCCESS [  1.913 s]
[INFO] org.eclipse.emf.workspace.doc 1.12.0-SNAPSHOT ...... SUCCESS [  1.976 s]
[INFO] org.eclipse.emf.transaction.doc 1.12.0-SNAPSHOT .... SUCCESS [  1.945 s]
[INFO] org.eclipse.emf.workspace.examples.source 1.12.0-SNAPSHOT SUCCESS [  2.192 s]
[INFO] org.eclipse.emf.transaction.tests 1.12.0-SNAPSHOT .. SUCCESS [  2.002 s]
[INFO] org.eclipse.emf.transaction.sdk 1.12.0-SNAPSHOT .... SUCCESS [  1.863 s]
[INFO] org.eclipse.emf.transaction.master 1.12.0-SNAPSHOT . SUCCESS [  1.906 s]
[INFO] org.eclipse.emf.transaction.repository 1.12.0-SNAPSHOT SUCCESS [  2.534 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  04:01 min
[INFO] Finished at: 2020-12-10T17:29:59Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 57 killed;
[ssh-agent] Stopped.
Finished: SUCCESS