Skip to content

Console Output

Skipping 8,920 KB.. Full Log
[INFO] 
08:02:10 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
08:02:10 [INFO] Skipping tests
08:02:10 [INFO] 
08:02:10 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests ---
08:02:10 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:10 [INFO] 
08:02:10 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests >--
08:02:10 [INFO] Building org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT [717/735]
08:02:10 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/pom.xml
08:02:10 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:10 [INFO] 
08:02:10 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:10 [INFO] 
08:02:10 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:10 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:10 [INFO] 
08:02:10 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:10 [INFO] 
08:02:10 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:10 [INFO] 
08:02:10 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:10 [INFO] 
08:02:10 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:10 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.dnd.tests...
08:02:11 [INFO] 
08:02:11 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:11 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:11 [INFO] 
08:02:11 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/main/resources
08:02:11 [INFO] 
08:02:11 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:11 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/bin
08:02:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[97] 
08:02:12 	houseKeeper.setField("strategy", DropStrategyManager.instance.findStrategy(org.eclipse.papyrus.uml.diagram.dnd.Activator.PLUGIN_ID + ".instanceSpecification"));
08:02:12 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:12 The method setField(String, DropStrategy) from the type AbstractHouseKeeperRule is deprecated
08:02:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[230] 
08:02:12 	protected void checkSlots(EditPart instanceSpecificationPart, List<Property>... expectedProperties) {
08:02:12 	                                                                                ^^^^^^^^^^^^^^^^^^
08:02:12 Type safety: Potential heap pollution via varargs parameter expectedProperties
08:02:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[289] 
08:02:12 	checkSlots(target, ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
08:02:12 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:12 Type safety: A generic array of List<Property> is created for a varargs parameter
08:02:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[304] 
08:02:12 	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes());
08:02:12 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:12 Type safety: A generic array of List<Property> is created for a varargs parameter
08:02:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[321] 
08:02:12 	checkSlots(target, ((org.eclipse.uml2.uml.Interface) interface1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
08:02:12 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:12 Type safety: A generic array of List<Property> is created for a varargs parameter
08:02:12 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/org/eclipse/papyrus/uml/diagram/dnd/tests/tests/InstanceSpecificationTest.java:[338] 
08:02:12 	checkSlots(target, ((org.eclipse.uml2.uml.Class) class1).getAllAttributes(), ((org.eclipse.uml2.uml.Class) class2).getAllAttributes());
08:02:12 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:12 Type safety: A generic array of List<Property> is created for a varargs parameter
08:02:12 6 problems (6 warnings)
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [INFO] 
08:02:12 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/src/test/resources
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.dnd.tests/target/org.eclipse.papyrus.uml.diagram.dnd.tests-2.0.0-SNAPSHOT.jar
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:12 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.dnd.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [INFO] Skipping tests
08:02:12 [INFO] 
08:02:12 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.dnd.tests ---
08:02:12 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:12 [INFO] 
08:02:12 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests >--
08:02:12 [INFO] Building org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT [718/735]
08:02:12 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/pom.xml
08:02:12 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:12 [INFO] 
08:02:12 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:12 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:12 [INFO] 
08:02:12 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:12 [INFO] 
08:02:12 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:12 [INFO] Resolving class path of org.eclipse.papyrus.uml.diagram.properties.tests...
08:02:13 [INFO] 
08:02:13 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:13 [INFO] 
08:02:13 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/main/resources
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/bin
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] 
08:02:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/src/test/resources
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.properties.tests/target/org.eclipse.papyrus.uml.diagram.properties.tests-2.0.0-SNAPSHOT.jar
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:13 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.diagram.properties.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] Skipping tests
08:02:13 [INFO] 
08:02:13 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.diagram.properties.tests ---
08:02:13 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:13 [INFO] 
08:02:13 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests >--
08:02:13 [INFO] Building org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT [719/735]
08:02:13 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/pom.xml
08:02:13 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:13 [INFO] 
08:02:13 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:13 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:13 [INFO] 
08:02:13 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:13 [INFO] 
08:02:13 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:13 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.stereotype.display.tests...
08:02:14 [INFO] 
08:02:14 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:14 [INFO] 
08:02:14 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/main/resources
08:02:14 [INFO] 
08:02:14 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/bin
08:02:14 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/org/eclipse/papyrus/uml/nattable/stereotype/display/tests/tests/StereotypeDisplayTableTest.java:[566] 
08:02:14 	editorModel = TableHelper.createTable(configuration, view, configuration.getName(), description);
08:02:14 	                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:14 The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
08:02:14 1 problem (1 warning)
08:02:14 [INFO] 
08:02:14 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] 
08:02:14 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/src/test/resources
08:02:14 [INFO] 
08:02:14 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] 
08:02:14 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.stereotype.display.tests/target/org.eclipse.papyrus.uml.nattable.stereotype.display.tests-2.0.0-SNAPSHOT.jar
08:02:14 [INFO] 
08:02:14 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] 
08:02:14 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:14 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.stereotype.display.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:14 [INFO] 
08:02:14 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] Skipping tests
08:02:14 [INFO] 
08:02:14 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.stereotype.display.tests ---
08:02:14 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:14 [INFO] 
08:02:14 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests >--
08:02:14 [INFO] Building org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT [720/735]
08:02:14 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/pom.xml
08:02:14 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:18 [INFO] 
08:02:18 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:18 [INFO] 
08:02:18 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:18 [INFO] The project's OSGi version is 1.1.0.202312071247
08:02:18 [INFO] 
08:02:18 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:18 [INFO] 
08:02:18 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:18 [INFO] 
08:02:18 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:18 [INFO] 
08:02:18 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:18 [INFO] Resolving class path of org.eclipse.papyrus.uml.nattable.suite.tests...
08:02:21 [INFO] 
08:02:21 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:21 [INFO] 
08:02:21 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/main/resources
08:02:21 [INFO] 
08:02:21 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/bin
08:02:21 [INFO] 
08:02:21 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] 
08:02:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/src/test/resources
08:02:21 [INFO] 
08:02:21 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] 
08:02:21 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/nattable/org.eclipse.papyrus.uml.nattable.suite.tests/target/org.eclipse.papyrus.uml.nattable.suite.tests-1.1.0-SNAPSHOT.jar
08:02:21 [INFO] 
08:02:21 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] 
08:02:21 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:21 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.nattable.suite.tests:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:21 [INFO] 
08:02:21 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] Skipping tests
08:02:21 [INFO] 
08:02:21 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.nattable.suite.tests ---
08:02:21 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:21 [INFO] 
08:02:21 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests >--
08:02:21 [INFO] Building org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT [721/735]
08:02:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/pom.xml
08:02:21 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:22 [INFO] 
08:02:22 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] 
08:02:22 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.valuespecification.tests...
08:02:22 [INFO] 
08:02:22 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:22 [INFO] 
08:02:22 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/main/resources
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/bin
08:02:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[22] 
08:02:22 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
08:02:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:22 The type DefaultXtextDirectEditorConfiguration is deprecated
08:02:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityUpperValueSpecificationGrammarTests.java:[80] 
08:02:22 	public DefaultXtextDirectEditorConfiguration getEditor() {
08:02:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:22 The type DefaultXtextDirectEditorConfiguration is deprecated
08:02:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[22] 
08:02:22 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
08:02:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:22 The type DefaultXtextDirectEditorConfiguration is deprecated
08:02:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/MultiplicityLowerValueSpecificationGrammarTests.java:[80] 
08:02:22 	public DefaultXtextDirectEditorConfiguration getEditor() {
08:02:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:22 The type DefaultXtextDirectEditorConfiguration is deprecated
08:02:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[23] 
08:02:22 	import org.eclipse.papyrus.uml.xtext.integration.DefaultXtextDirectEditorConfiguration;
08:02:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:22 The type DefaultXtextDirectEditorConfiguration is deprecated
08:02:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/org/eclipse/papyrus/uml/textedit/valuespecification/tests/suites/ValueSpecificationGrammarTests.java:[293] 
08:02:22 	public DefaultXtextDirectEditorConfiguration getEditor() {
08:02:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:22 The type DefaultXtextDirectEditorConfiguration is deprecated
08:02:22 6 problems (6 warnings)
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] 
08:02:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/src/test/resources
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:22 [INFO] 
08:02:22 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.valuespecification.tests/target/org.eclipse.papyrus.uml.textedit.valuespecification.tests-2.0.0-SNAPSHOT.jar
08:02:23 [INFO] 
08:02:23 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:23 [INFO] 
08:02:23 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:23 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:23 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.valuespecification.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:23 [INFO] 
08:02:23 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:23 [INFO] Skipping tests
08:02:23 [INFO] 
08:02:23 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.valuespecification.tests ---
08:02:23 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:23 [INFO] 
08:02:23 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests >--
08:02:23 [INFO] Building org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT [722/735]
08:02:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/pom.xml
08:02:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:26 [INFO] 
08:02:26 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:26 [INFO] 
08:02:26 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:26 [INFO] The project's OSGi version is 1.1.0.202312071247
08:02:26 [INFO] 
08:02:26 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:26 [INFO] 
08:02:26 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:26 [INFO] 
08:02:26 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:26 [INFO] 
08:02:26 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:26 [INFO] Resolving class path of org.eclipse.papyrus.uml.textedit.suite.tests...
08:02:29 [INFO] 
08:02:29 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:29 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:29 [INFO] 
08:02:29 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/main/resources
08:02:29 [INFO] 
08:02:29 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:29 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/bin
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/src/test/resources
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/textedit/org.eclipse.papyrus.uml.textedit.suite.tests/target/org.eclipse.papyrus.uml.textedit.suite.tests-1.1.0-SNAPSHOT.jar
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:30 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.textedit.suite.tests:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [INFO] Skipping tests
08:02:30 [INFO] 
08:02:30 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.textedit.suite.tests ---
08:02:30 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:30 [INFO] 
08:02:30 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests >--
08:02:30 [INFO] Building org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT [723/735]
08:02:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/pom.xml
08:02:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
08:02:30 [INFO] 
08:02:30 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] Resolving class path of org.eclipse.papyrus.uml.architecture.tests...
08:02:30 [INFO] 
08:02:30 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:30 [INFO] 
08:02:30 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/main/resources
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/bin
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/src/test/resources
08:02:30 [INFO] 
08:02:30 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/test-classes
08:02:30 [INFO] 
08:02:30 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:30 [INFO] 
08:02:30 [INFO] -------------------------------------------------------
08:02:30 [INFO]  T E S T S
08:02:30 [INFO] -------------------------------------------------------
08:02:31 [INFO] Running org.eclipse.papyrus.uml.architecture.tests.AllTests
08:02:31 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 s - in org.eclipse.papyrus.uml.architecture.tests.AllTests
08:02:31 [INFO] 
08:02:31 [INFO] Results:
08:02:31 [INFO] 
08:02:31 [INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
08:02:31 [INFO] 
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/org.eclipse.papyrus.uml.architecture.tests-2.0.0-SNAPSHOT.jar
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:31 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:31 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.architecture.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:31 [INFO] Skipping tests
08:02:31 [INFO] 
08:02:31 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:31 [INFO] No tests to run.
08:02:31 [INFO] 
08:02:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.architecture.tests ---
08:02:31 [INFO] Loading execution data file /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.architecture.tests/target/jacoco.exec
08:02:31 [INFO] Analyzed bundle 'org.eclipse.papyrus.uml.architecture.tests' with 0 classes
08:02:31 [INFO] 
08:02:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.releng >--
08:02:31 [INFO] Building org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT [724/735]
08:02:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/pom.xml
08:02:31 [INFO] --------------------------------[ pom ]---------------------------------
08:02:31 [INFO] 
08:02:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.releng ---
08:02:31 [INFO] 
08:02:31 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.releng ---
08:02:31 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.validation.tests.releng ---
08:02:31 [INFO] 
08:02:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.releng ---
08:02:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:31 [INFO] 
08:02:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile >--
08:02:31 [INFO] Building org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT [725/735]
08:02:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/pom.xml
08:02:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:31 [INFO] 
08:02:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] 
08:02:31 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.staticprofile...
08:02:31 [INFO] 
08:02:31 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:31 [INFO] 
08:02:31 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/main/resources
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/bin
08:02:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveMalformedImpl.java:[122] 
08:02:31 	if (false) {
08:02:31 			if (diagnostics != null) {
08:02:31 				diagnostics.add
08:02:31 					(new BasicDiagnostic
08:02:31 						(Diagnostic.ERROR,
08:02:31 						 ProfileValidator.DIAGNOSTIC_SOURCE,
08:02:31 						 ProfileValidator.ALWAYS_ACTIVE_MALFORMED__CONSTRAINT_ALWAYS_ACTIVE_MF,
08:02:31 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActiveMF", EObjectValidator.getObjectLabel(this, context) }),
08:02:31 						 new Object [] { this }));
08:02:31 			}
08:02:31 			return false;
08:02:31 		}
08:02:31 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:31 Dead code
08:02:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysActiveImpl.java:[122] 
08:02:31 	if (false) {
08:02:31 			if (diagnostics != null) {
08:02:31 				diagnostics.add
08:02:31 					(new BasicDiagnostic
08:02:31 						(Diagnostic.ERROR,
08:02:31 						 ProfileValidator.DIAGNOSTIC_SOURCE,
08:02:31 						 ProfileValidator.ALWAYS_ACTIVE__CONSTRAINT_ALWAYS_ACTIVE,
08:02:31 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "ConstraintAlwaysActive", EObjectValidator.getObjectLabel(this, context) }),
08:02:31 						 new Object [] { this }));
08:02:31 			}
08:02:31 			return false;
08:02:31 		}
08:02:31 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:31 Dead code
08:02:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src-gen/profile/impl/AlwaysPassiveJavaImpl.java:[122] 
08:02:31 	if (false) {
08:02:31 			if (diagnostics != null) {
08:02:31 				diagnostics.add
08:02:31 					(new BasicDiagnostic
08:02:31 						(Diagnostic.ERROR,
08:02:31 						 ProfileValidator.DIAGNOSTIC_SOURCE,
08:02:31 						 ProfileValidator.ALWAYS_PASSIVE_JAVA__ALWAYS_PASSIVE,
08:02:31 						 EcorePlugin.INSTANCE.getString("_UI_GenericInvariant_diagnostic", new Object[] { "AlwaysPassive", EObjectValidator.getObjectLabel(this, context) }),
08:02:31 						 new Object [] { this }));
08:02:31 			}
08:02:31 			return false;
08:02:31 		}
08:02:31 	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
08:02:31 Dead code
08:02:31 3 problems (3 warnings)
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] 
08:02:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/src/test/resources
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.staticprofile/target/org.eclipse.papyrus.uml.validation.tests.staticprofile-2.0.0-SNAPSHOT.jar
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:31 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.staticprofile:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] Skipping tests
08:02:31 [INFO] 
08:02:31 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.staticprofile ---
08:02:31 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:31 [INFO] 
08:02:31 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation >--
08:02:31 [INFO] Building org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT [726/735]
08:02:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/pom.xml
08:02:31 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:31 [INFO] 
08:02:31 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] 
08:02:31 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests.genvalidation...
08:02:31 [INFO] 
08:02:31 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:31 [INFO] 
08:02:31 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/main/resources
08:02:31 [INFO] 
08:02:31 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:31 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/bin
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [INFO] 
08:02:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/src/test/resources
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests.genvalidation/target/org.eclipse.papyrus.uml.validation.tests.genvalidation-2.0.0-SNAPSHOT.jar
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:32 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests.genvalidation:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [INFO] Skipping tests
08:02:32 [INFO] 
08:02:32 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests.genvalidation ---
08:02:32 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:32 [INFO] 
08:02:32 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests >--
08:02:32 [INFO] Building org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT [727/735]
08:02:32 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/pom.xml
08:02:32 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:32 [INFO] 
08:02:32 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:32 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:32 [INFO] 
08:02:32 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:32 [INFO] 
08:02:32 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:32 [INFO] Resolving class path of org.eclipse.papyrus.uml.validation.tests...
08:02:33 [INFO] 
08:02:33 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:33 [INFO] 
08:02:33 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/main/resources
08:02:33 [INFO] 
08:02:33 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/bin
08:02:33 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/org/eclipse/papyrus/uml/validation/tests/Activator.java:[51] 
08:02:33 	org.eclipse.papyrus.infra.core.log.LogHelper log = new LogHelper();// use because there is an implicit dependency
08:02:33 	                                             ^^^
08:02:33 The value of the local variable log is not used
08:02:33 1 problem (1 warning)
08:02:33 [INFO] 
08:02:33 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] 
08:02:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/src/test/resources
08:02:33 [INFO] 
08:02:33 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] 
08:02:33 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/validation/org.eclipse.papyrus.uml.validation.tests/target/org.eclipse.papyrus.uml.validation.tests-2.0.0-SNAPSHOT.jar
08:02:33 [INFO] 
08:02:33 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] 
08:02:33 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:33 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.validation.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:33 [INFO] 
08:02:33 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] Skipping tests
08:02:33 [INFO] 
08:02:33 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.validation.tests ---
08:02:33 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:33 [INFO] 
08:02:33 [INFO] ---< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests >----
08:02:33 [INFO] Building org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT    [728/735]
08:02:33 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/pom.xml
08:02:33 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:37 [INFO] 
08:02:37 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:37 [INFO] 
08:02:37 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:37 [INFO] The project's OSGi version is 1.1.0.202312071247
08:02:37 [INFO] 
08:02:37 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:37 [INFO] 
08:02:37 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:37 [INFO] 
08:02:37 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:37 [INFO] 
08:02:37 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:37 [INFO] Resolving class path of org.eclipse.papyrus.uml.suite.tests...
08:02:41 [INFO] 
08:02:41 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:41 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:41 [INFO] 
08:02:41 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/main/resources
08:02:41 [INFO] 
08:02:41 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:41 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/bin
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/src/test/resources
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/org.eclipse.papyrus.uml.suite.tests/target/org.eclipse.papyrus.uml.suite.tests-1.1.0-SNAPSHOT.jar
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:42 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.suite.tests:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [INFO] Skipping tests
08:02:42 [INFO] 
08:02:42 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.suite.tests ---
08:02:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:42 [INFO] 
08:02:42 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.tests.releng >--
08:02:42 [INFO] Building org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT [729/735]
08:02:42 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/pom.xml
08:02:42 [INFO] --------------------------------[ pom ]---------------------------------
08:02:42 [INFO] 
08:02:42 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.tests.releng ---
08:02:42 [INFO] 
08:02:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.tests.releng ---
08:02:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.tests.releng ---
08:02:42 [INFO] 
08:02:42 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.tests.releng ---
08:02:42 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:42 [INFO] 
08:02:42 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests >--
08:02:42 [INFO] Building org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT [730/735]
08:02:42 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/pom.xml
08:02:42 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:42 [WARNING] Parameter 'fileset' is unknown for plugin 'maven-clean-plugin:3.2.0:clean (default-clean)'
08:02:42 [INFO] 
08:02:42 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] Resolving class path of org.eclipse.papyrus.uml.alf.backend.tests...
08:02:42 [INFO] 
08:02:42 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:42 [INFO] 
08:02:42 [INFO] --- xtend:2.30.0:compile (default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] 
08:02:42 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/main/resources
08:02:42 [INFO] 
08:02:42 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:42 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/bin
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [INFO] 
08:02:43 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/src/test/resources
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/uml/alf/org.eclipse.papyrus.uml.alf.backend.tests/target/org.eclipse.papyrus.uml.alf.backend.tests-2.0.0-SNAPSHOT.jar
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:43 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.uml.alf.backend.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [INFO] Skipping tests
08:02:43 [INFO] 
08:02:43 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.uml.alf.backend.tests ---
08:02:43 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:43 [INFO] 
08:02:43 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests >--
08:02:43 [INFO] Building org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT [731/735]
08:02:43 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/pom.xml
08:02:43 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:43 [INFO] 
08:02:43 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] The project's OSGi version is 2.0.0.202312071247
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] 
08:02:43 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] Resolving class path of org.eclipse.papyrus.views.properties.toolsmiths.tests...
08:02:43 [INFO] 
08:02:43 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:43 [INFO] 
08:02:43 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/main/resources
08:02:43 [INFO] 
08:02:43 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:43 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/bin
08:02:44 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/org/eclipse/papyrus/views/properties/toolsmiths/tests/qvt/TransformationsTests.java:[274] 
08:02:44 	DataContextElement st3Element = findContextElement(context, "Stereotype3");
08:02:44 	                   ^^^^^^^^^^
08:02:44 The value of the local variable st3Element is not used
08:02:44 1 problem (1 warning)
08:02:44 [INFO] 
08:02:44 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [INFO] 
08:02:44 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/src/test/resources
08:02:44 [INFO] 
08:02:44 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [INFO] 
08:02:44 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.properties.toolsmiths.tests/target/org.eclipse.papyrus.views.properties.toolsmiths.tests-2.0.0-SNAPSHOT.jar
08:02:44 [INFO] 
08:02:44 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [INFO] 
08:02:44 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:xml:p2metadata:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:44 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.views.properties.toolsmiths.tests:xml:p2artifacts:2.0.0-SNAPSHOT already attached, replace previous instance
08:02:44 [INFO] 
08:02:44 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [INFO] Skipping tests
08:02:44 [INFO] 
08:02:44 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.properties.toolsmiths.tests ---
08:02:44 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:44 [INFO] 
08:02:44 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests >---
08:02:44 [INFO] Building org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT  [732/735]
08:02:44 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/pom.xml
08:02:44 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
08:02:47 [INFO] 
08:02:47 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.views.suite.tests ---
08:02:47 [INFO] 
08:02:47 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.views.suite.tests ---
08:02:47 [INFO] The project's OSGi version is 1.1.0.202312071247
08:02:47 [INFO] 
08:02:47 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.papyrus.views.suite.tests ---
08:02:47 [INFO] 
08:02:47 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.papyrus.views.suite.tests ---
08:02:47 [INFO] 
08:02:47 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.papyrus.views.suite.tests ---
08:02:47 [INFO] 
08:02:47 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.views.suite.tests ---
08:02:47 [INFO] Resolving class path of org.eclipse.papyrus.views.suite.tests...
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:51 [INFO] 
08:02:51 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/main/resources
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/bin
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] 
08:02:51 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/src/test/resources
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/org.eclipse.papyrus.views.suite.tests/target/org.eclipse.papyrus.views.suite.tests-1.1.0-SNAPSHOT.jar
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:xml:p2metadata:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:51 [WARNING] artifact org.eclipse.papyrus.tests:org.eclipse.papyrus.views.suite.tests:xml:p2artifacts:1.1.0-SNAPSHOT already attached, replace previous instance
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] Skipping tests
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.suite.tests ---
08:02:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:51 [INFO] 
08:02:51 [INFO] --< org.eclipse.papyrus.tests:org.eclipse.papyrus.views.documentation.tests.releng >--
08:02:51 [INFO] Building org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT [733/735]
08:02:51 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/documentation/pom.xml
08:02:51 [INFO] --------------------------------[ pom ]---------------------------------
08:02:51 [INFO] 
08:02:51 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.views.documentation.tests.releng ---
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.views.documentation.tests.releng ---
08:02:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/tests/junit/plugins/views/documentation/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.views.documentation.tests.releng ---
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.views.documentation.tests.releng ---
08:02:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:51 [INFO] 
08:02:51 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.releng >------
08:02:51 [INFO] Building org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT  [734/735]
08:02:51 [INFO]   from tests/main-tests/pom.xml
08:02:51 [INFO] --------------------------------[ pom ]---------------------------------
08:02:51 [INFO] 
08:02:51 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.main.tests.releng ---
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.releng ---
08:02:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/releng/tests/main-tests/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.main.tests.releng ---
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.releng ---
08:02:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:51 [INFO] 
08:02:51 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.main.tests.targetplatform >--
08:02:51 [INFO] Building org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT [735/735]
08:02:51 [INFO]   from tests/main-tests/targetPlatform/pom.xml
08:02:51 [INFO] ---------------------[ eclipse-target-definition ]----------------------
08:02:51 [INFO] 
08:02:51 [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.papyrus.main.tests.targetplatform ---
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ org.eclipse.papyrus.main.tests.targetplatform ---
08:02:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/.repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/releng/tests/main-tests/targetPlatform/target/jacoco.exec,includes=org.eclipse.papyrus.*,excludes=org.eclipse.uml2
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-packaging:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.main.tests.targetplatform ---
08:02:51 [INFO] 
08:02:51 [INFO] --- tycho-p2:3.0.4:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.main.tests.targetplatform ---
08:02:51 [INFO] 
08:02:51 [INFO] --- jacoco:0.8.10:report (default-report) @ org.eclipse.papyrus.main.tests.targetplatform ---
08:02:51 [INFO] Skipping JaCoCo execution due to missing execution data file.
08:02:51 [INFO] ------------------------------------------------------------------------
08:02:51 [INFO] Reactor Summary:
08:02:51 [INFO] 
08:02:51 [INFO] org.eclipse.papyrus.all.releng 0.0.1-SNAPSHOT ...... SUCCESS [  0.204 s]
08:02:51 [INFO] org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT ..... SUCCESS [  0.018 s]
08:02:51 [INFO] Papyrus Main Plugins 0.0.1-SNAPSHOT ................ SUCCESS [  0.004 s]
08:02:51 [INFO] Papyrus EMF 0.0.1-SNAPSHOT ......................... SUCCESS [  0.003 s]
08:02:51 [INFO] Papyrus Infra 0.0.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
08:02:51 [INFO] Papyrus Infra Core 0.0.1-SNAPSHOT .................. SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT .. SUCCESS [  6.891 s]
08:02:51 [INFO] org.eclipse.papyrus.emf 2.0.0-SNAPSHOT ............. SUCCESS [  0.830 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT .......... SUCCESS [  0.888 s]
08:02:51 [INFO] EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT ...... SUCCESS [  0.003 s]
08:02:51 [INFO] Papyrus EMF Facet Editors 0.0.1-SNAPSHOT ........... SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT SUCCESS [  0.080 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT SUCCESS [  0.187 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT SUCCESS [  0.229 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT SUCCESS [  0.300 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT SUCCESS [  0.393 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT SUCCESS [  0.204 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.725 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.362 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT  SUCCESS [  0.332 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT SUCCESS [  0.187 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT SUCCESS [  0.312 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT SUCCESS [  0.450 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT SUCCESS [  0.729 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT SUCCESS [  0.762 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  0.497 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  0.235 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT SUCCESS [  0.686 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT SUCCESS [  0.294 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT ..... SUCCESS [  0.627 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.322 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT SUCCESS [  0.455 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT SUCCESS [  0.401 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT SUCCESS [  0.329 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT SUCCESS [  0.660 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT SUCCESS [  1.026 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT SUCCESS [  0.642 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  0.781 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT SUCCESS [  0.645 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT SUCCESS [  0.911 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  0.841 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.200 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT SUCCESS [  0.679 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT SUCCESS [  0.071 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT ... SUCCESS [  0.166 s]
08:02:51 [INFO] Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT ..... SUCCESS [  0.459 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT SUCCESS [  0.596 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT SUCCESS [  0.616 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT  SUCCESS [  0.571 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT SUCCESS [  0.533 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT SUCCESS [  0.564 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT SUCCESS [  0.096 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT SUCCESS [  0.105 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT SUCCESS [  0.297 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT SUCCESS [  0.394 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT SUCCESS [  0.634 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  0.592 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT SUCCESS [  0.322 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  0.579 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT SUCCESS [  0.091 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT SUCCESS [  0.707 s]
08:02:51 [INFO] Papyrus Infra Architecture 0.0.1-SNAPSHOT .......... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT SUCCESS [  0.371 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core 4.4.0-SNAPSHOT ...... SUCCESS [  0.954 s]
08:02:51 [INFO] Papyrus EMF Infrastructure 0.0.1-SNAPSHOT .......... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf 4.3.0-SNAPSHOT ....... SUCCESS [  0.683 s]
08:02:51 [INFO] Papyrus Infra Services 0.0.1-SNAPSHOT .............. SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT SUCCESS [  0.463 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT SUCCESS [  0.630 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.architecture 3.2.0-SNAPSHOT SUCCESS [ 23.588 s]
08:02:51 [INFO] Papyrus Infra Constraints 0.0.1-SNAPSHOT ........... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT SUCCESS [  0.558 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT SUCCESS [  0.520 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT SUCCESS [  0.438 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT SUCCESS [  0.615 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT SUCCESS [  0.847 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT SUCCESS [  0.624 s]
08:02:51 [INFO] Papyrus Infra One-file 0.0.1-SNAPSHOT .............. SUCCESS [  0.002 s]
08:02:51 [INFO] Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT SUCCESS [  0.520 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT ... SUCCESS [  0.354 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT SUCCESS [  0.360 s]
08:02:51 [INFO] Papyrus Infra UI 0.0.1-SNAPSHOT .................... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.widgets 4.3.0-SNAPSHOT ... SUCCESS [  1.023 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT SUCCESS [  0.333 s]
08:02:51 [INFO] Papyrus Views 0.0.1-SNAPSHOT ....................... SUCCESS [  0.003 s]
08:02:51 [INFO] Papyrus Properties View 0.0.1-SNAPSHOT ............. SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.views.properties.services 1.0.0-SNAPSHOT SUCCESS [  0.379 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui 3.5.100-SNAPSHOT ...... SUCCESS [  1.303 s]
08:02:51 [INFO] Papyrus Internationalization 0.0.1-SNAPSHOT ........ SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT SUCCESS [  0.710 s]
08:02:51 [INFO] Papyrus Nattable 0.0.1-SNAPSHOT .................... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT SUCCESS [  0.939 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT SUCCESS [  0.523 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT ... SUCCESS [  0.480 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT SUCCESS [  0.778 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT SUCCESS [  0.556 s]
08:02:51 [INFO] Papyrus Editor Welcome Page 0.0.1-SNAPSHOT ......... SUCCESS [  0.002 s]
08:02:51 [INFO] Papyrus Infra Properties Framework 0.0.1-SNAPSHOT .. SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.properties 4.1.0-SNAPSHOT  SUCCESS [  0.833 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT SUCCESS [  0.699 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT .. SUCCESS [  0.831 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT SUCCESS [  1.856 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT SUCCESS [  1.112 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT SUCCESS [  0.703 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT SUCCESS [  0.636 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT SUCCESS [  0.362 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT SUCCESS [  0.415 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT  SUCCESS [  0.682 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT SUCCESS [  0.812 s]
08:02:51 [INFO] Papyrus Infra Filters Model 0.0.1-SNAPSHOT ......... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT ... SUCCESS [  0.271 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT SUCCESS [  0.225 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.types 5.0.0-SNAPSHOT . SUCCESS [  1.064 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT SUCCESS [  0.419 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT SUCCESS [  0.724 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT SUCCESS [  0.495 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT SUCCESS [  0.654 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT SUCCESS [  0.832 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT SUCCESS [  0.683 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT SUCCESS [  0.347 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT SUCCESS [  0.764 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT SUCCESS [  0.473 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.decoration 3.1.0-SNAPSHOT SUCCESS [  0.449 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT SUCCESS [  0.768 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT SUCCESS [  0.389 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT SUCCESS [  0.462 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT SUCCESS [  0.377 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT SUCCESS [  0.754 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT SUCCESS [  0.402 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT SUCCESS [  0.746 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT SUCCESS [  0.401 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT SUCCESS [  0.393 s]
08:02:51 [INFO] Papyrus Infra New-Child Model 0.0.1-SNAPSHOT ....... SUCCESS [  0.002 s]
08:02:51 [INFO] Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT ...... SUCCESS [  0.001 s]
08:02:51 [INFO] Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT SUCCESS [  0.794 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT SUCCESS [  0.978 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT SUCCESS [  0.625 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT SUCCESS [  0.512 s]
08:02:51 [INFO] Papyrus Infra Viewpoints 0.0.1-SNAPSHOT ............ SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.viewpoints.policy 4.0.100-SNAPSHOT SUCCESS [  1.055 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT SUCCESS [  1.144 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT .. SUCCESS [  1.686 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT SUCCESS [  1.012 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT SUCCESS [  0.755 s]
08:02:51 [INFO] Papyrus Infra TextEdit 0.0.1-SNAPSHOT .............. SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT .. SUCCESS [  0.142 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT SUCCESS [  0.159 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT SUCCESS [  0.200 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.0-SNAPSHOT SUCCESS [  1.188 s]
08:02:51 [INFO] Papyrus Infra Other Bundles 0.0.1-SNAPSHOT ......... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT ..... SUCCESS [  0.134 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT ...... SUCCESS [  0.694 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.common 4.3.100-SNAPSHOT SUCCESS [  2.814 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT SUCCESS [  0.759 s]
08:02:51 [INFO] Papyrus Model Explorer View 0.0.1-SNAPSHOT ......... SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.views.modelexplorer 5.1.0-SNAPSHOT SUCCESS [  1.737 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer 1.0.0-SNAPSHOT SUCCESS [  1.288 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.properties 1.0.0-SNAPSHOT SUCCESS [  0.691 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.representation 1.0.0-SNAPSHOT SUCCESS [  0.734 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.ui 1.0.0-SNAPSHOT SUCCESS [  0.969 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture 1.0.0-SNAPSHOT SUCCESS [  0.803 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.representation.edit 1.0.0-SNAPSHOT SUCCESS [  0.618 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.types 1.0.0-SNAPSHOT SUCCESS [  0.381 s]
08:02:51 [INFO] org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT SUCCESS [  0.582 s]
08:02:51 [INFO] Papyrus UML 0.0.1-SNAPSHOT ......................... SUCCESS [  0.002 s]
08:02:51 [INFO] Papyrus UML Xtext Integration 0.0.1-SNAPSHOT ....... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT SUCCESS [  0.211 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.xtext 1.1.100-SNAPSHOT SUCCESS [  1.306 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT SUCCESS [  0.484 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT .. SUCCESS [  0.490 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable 7.1.100-SNAPSHOT  SUCCESS [  3.141 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT SUCCESS [  0.980 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT SUCCESS [  1.041 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT SUCCESS [  0.778 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT SUCCESS [  0.800 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT SUCCESS [  1.203 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT SUCCESS [  1.366 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT SUCCESS [  0.932 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT SUCCESS [  0.797 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT SUCCESS [  0.081 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT SUCCESS [  0.544 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT SUCCESS [  1.076 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT .. SUCCESS [  0.221 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT SUCCESS [  1.369 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.resources 2.1.0-SNAPSHOT SUCCESS [  0.911 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.onefile.ui 2.0.100-SNAPSHOT SUCCESS [  0.877 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT SUCCESS [  0.781 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT . SUCCESS [  0.814 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT ....... SUCCESS [  0.385 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT SUCCESS [  0.528 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT SUCCESS [  0.931 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT SUCCESS [  0.955 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.readonly 2.1.0-SNAPSHOT SUCCESS [  0.589 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT SUCCESS [  0.998 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical 3.1.100-SNAPSHOT SUCCESS [  1.217 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT SUCCESS [  0.777 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT SUCCESS [  0.224 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT SUCCESS [  0.278 s]
08:02:51 [INFO] Papyrus Diagram Expansion 0.0.1-SNAPSHOT ........... SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT SUCCESS [  1.429 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.0-SNAPSHOT SUCCESS [  1.116 s]
08:02:51 [INFO] Papyrus Diagram CSS Support 0.0.1-SNAPSHOT ......... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css 3.0.0-SNAPSHOT SUCCESS [  1.996 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT SUCCESS [  1.369 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT SUCCESS [  0.736 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT SUCCESS [  0.576 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT SUCCESS [  1.508 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT SUCCESS [  1.374 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT SUCCESS [  1.122 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu 2.1.0-SNAPSHOT SUCCESS [  0.889 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.100-SNAPSHOT SUCCESS [  1.107 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT SUCCESS [  0.937 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.properties 5.1.0-SNAPSHOT SUCCESS [  1.075 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT SUCCESS [  0.778 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome 2.1.0-SNAPSHOT SUCCESS [  1.018 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT SUCCESS [  0.640 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT SUCCESS [  0.998 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT SUCCESS [  0.957 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT SUCCESS [  0.174 s]
08:02:51 [INFO] Papyrus Diagram Assistants 0.0.1-SNAPSHOT .......... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant 2.1.100-SNAPSHOT SUCCESS [  1.297 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT SUCCESS [  1.220 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT SUCCESS [  0.856 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT SUCCESS [ 10.455 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT SUCCESS [  0.940 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.0-SNAPSHOT SUCCESS [  2.644 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT SUCCESS [  1.290 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT SUCCESS [  0.036 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT SUCCESS [  3.372 s]
08:02:51 [INFO] org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT SUCCESS [  5.698 s]
08:02:51 [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT SUCCESS [  0.561 s]
08:02:51 [INFO] org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT SUCCESS [  0.527 s]
08:02:51 [INFO] org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT  SUCCESS [  1.149 s]
08:02:51 [INFO] org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT SUCCESS [  1.082 s]
08:02:51 [INFO] Papyrus Validation View 0.0.1-SNAPSHOT ............. SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.views.validation 3.1.0-SNAPSHOT  SUCCESS [  0.619 s]
08:02:51 [INFO] org.eclipse.papyrus.views.search 3.1.0-SNAPSHOT .... SUCCESS [  0.582 s]
08:02:51 [INFO] Papyrus References View 0.0.1-SNAPSHOT ............. SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT  SUCCESS [  0.703 s]
08:02:51 [INFO] Papyrus Documentation View 0.0.1-SNAPSHOT .......... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT .. SUCCESS [  0.396 s]
08:02:51 [INFO] Papyrus UML Internationalization 0.0.1-SNAPSHOT .... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT SUCCESS [  0.485 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT SUCCESS [  0.799 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT SUCCESS [  0.570 s]
08:02:51 [INFO] Papyrus UML Tools 0.0.1-SNAPSHOT ................... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.tools.utils 4.1.0-SNAPSHOT . SUCCESS [  0.563 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.tools 5.2.0-SNAPSHOT ....... SUCCESS [  0.962 s]
08:02:51 [INFO] Papyrus UML Diagrams 0.0.1-SNAPSHOT ................ SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.common 5.1.100-SNAPSHOT SUCCESS [  4.219 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT .. SUCCESS [  1.608 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT .......... SUCCESS [  0.887 s]
08:02:51 [INFO] org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT SUCCESS [  1.888 s]
08:02:51 [INFO] Papyrus Editor 0.0.1-SNAPSHOT ...................... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.eclipse.project.editors 3.1.0-SNAPSHOT SUCCESS [  0.741 s]
08:02:51 [INFO] org.eclipse.papyrus.editor 3.0.0-SNAPSHOT .......... SUCCESS [  0.553 s]
08:02:51 [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT SUCCESS [  0.185 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT .... SUCCESS [  0.840 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.controlmode.profile 3.1.0-SNAPSHOT SUCCESS [  0.689 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT SUCCESS [  0.200 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.filters 2.1.0-SNAPSHOT ..... SUCCESS [  0.273 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT  SUCCESS [  0.148 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT ....... SUCCESS [  0.371 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.modelrepair 3.1.0-SNAPSHOT . SUCCESS [  0.997 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile 4.2.0-SNAPSHOT ..... SUCCESS [  0.961 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT ...... SUCCESS [  0.709 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.export 2.1.0-SNAPSHOT ...... SUCCESS [  1.164 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT .. SUCCESS [  0.997 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT SUCCESS [  0.503 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.wizards 4.0.100-SNAPSHOT SUCCESS [  1.449 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT . SUCCESS [  0.944 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT SUCCESS [  0.611 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.search.ui 3.1.0-SNAPSHOT ... SUCCESS [  1.493 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.service.types 5.2.0-SNAPSHOT SUCCESS [  2.192 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT SUCCESS [  1.297 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT SUCCESS [  0.611 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT SUCCESS [  0.449 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT SUCCESS [  1.116 s]
08:02:51 [INFO] Papyrus UML ALF 0.0.1-SNAPSHOT ..................... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf 4.0.0-SNAPSHOT ......... SUCCESS [  5.425 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.common 3.0.0-SNAPSHOT .. SUCCESS [  0.202 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT SUCCESS [  0.476 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT SUCCESS [  0.785 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT . SUCCESS [  0.718 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT ...... SUCCESS [  3.435 s]
08:02:51 [INFO] Papyrus UML Architecture 0.0.1-SNAPSHOT ............ SUCCESS [  0.001 s]
08:02:51 [INFO] Papyrus UML Nattable 0.0.1-SNAPSHOT ................ SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable 6.0.100-SNAPSHOT .. SUCCESS [  1.276 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT SUCCESS [  0.715 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT SUCCESS [  0.233 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.clazz 5.0.0-SNAPSHOT SUCCESS [  2.953 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.communication 6.0.0-SNAPSHOT SUCCESS [  2.420 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.component 5.0.0-SNAPSHOT SUCCESS [  1.691 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.composite 5.0.0-SNAPSHOT SUCCESS [  3.255 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.deployment 5.0.0-SNAPSHOT SUCCESS [  1.911 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.activity 5.0.0-SNAPSHOT SUCCESS [  6.353 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview 4.1.0-SNAPSHOT SUCCESS [  1.665 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.profile 5.0.0-SNAPSHOT SUCCESS [  2.189 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.menu 3.0.100-SNAPSHOT SUCCESS [  1.281 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT SUCCESS [  1.305 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.sequence 7.1.100-SNAPSHOT SUCCESS [  4.037 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.statemachine 5.0.0-SNAPSHOT SUCCESS [  3.396 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.timing 2.1.0-SNAPSHOT SUCCESS [  2.395 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.usecase 6.0.0-SNAPSHOT SUCCESS [  1.785 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT  SUCCESS [  1.377 s]
08:02:51 [INFO] Papyrus UML Decorator Models 0.0.1-SNAPSHOT ........ SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT SUCCESS [  0.910 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT SUCCESS [  0.791 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT SUCCESS [  0.911 s]
08:02:51 [INFO] Papyrus UML Properties 0.0.1-SNAPSHOT .............. SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.properties 4.1.100-SNAPSHOT  SUCCESS [  3.040 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT SUCCESS [  1.417 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.common.groups 3.0.0-SNAPSHOT SUCCESS [  1.465 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT . SUCCESS [  1.274 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT . SUCCESS [  1.398 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT SUCCESS [  0.245 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT SUCCESS [  1.427 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT SUCCESS [  1.177 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT SUCCESS [  0.912 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.symbols 2.0.0-SNAPSHOT SUCCESS [  1.158 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.1.0-SNAPSHOT SUCCESS [  2.191 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT SUCCESS [  0.880 s]
08:02:51 [INFO] Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT . SUCCESS [  0.222 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT SUCCESS [  0.379 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT SUCCESS [  0.747 s]
08:02:51 [INFO] Papyrus UML Model Explorer 0.0.1-SNAPSHOT .......... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.modelexplorer 3.1.0-SNAPSHOT SUCCESS [  1.461 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT SUCCESS [  0.444 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT SUCCESS [  0.216 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT SUCCESS [  0.685 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT SUCCESS [  1.363 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT SUCCESS [  2.256 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT SUCCESS [  0.764 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT SUCCESS [  1.183 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.xtext.integration.ui 3.1.0-SNAPSHOT SUCCESS [  1.125 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT SUCCESS [  0.944 s]
08:02:51 [INFO] Papyrus UML Textual Edit 0.0.1-SNAPSHOT ............ SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.0-SNAPSHOT SUCCESS [  0.822 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT SUCCESS [  0.942 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.378 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT SUCCESS [  1.197 s]
08:02:51 [INFO] Papyrus UML Profile 0.0.1-SNAPSHOT ................. SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.drafter 2.2.0-SNAPSHOT SUCCESS [  0.937 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT SUCCESS [  0.052 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT SUCCESS [  1.256 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext 3.0.0-SNAPSHOT SUCCESS [  0.850 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.0-SNAPSHOT SUCCESS [  0.812 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.204 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.152 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.0-SNAPSHOT SUCCESS [  0.515 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.190 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT SUCCESS [  1.070 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT SUCCESS [  0.420 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext 3.0.0-SNAPSHOT SUCCESS [  0.423 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.518 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.0-SNAPSHOT SUCCESS [  1.210 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.551 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext 2.0.0-SNAPSHOT SUCCESS [  0.662 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.397 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext 3.0.0-SNAPSHOT SUCCESS [  1.760 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.584 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext 3.0.0-SNAPSHOT SUCCESS [  0.989 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.252 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.0-SNAPSHOT SUCCESS [  3.008 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT SUCCESS [  1.624 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.0-SNAPSHOT SUCCESS [  0.354 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT SUCCESS [  1.398 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT SUCCESS [  0.983 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT SUCCESS [  0.529 s]
08:02:51 [INFO] Papyrus M2M QvTo 0.0.1-SNAPSHOT .................... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common 2.1.0-SNAPSHOT SUCCESS [  0.928 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT SUCCESS [  0.290 s]
08:02:51 [INFO] org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT ..... SUCCESS [  0.001 s]
08:02:51 [INFO] Papyrus - API migration documentation 2.0.0-SNAPSHOT SUCCESS [  0.961 s]
08:02:51 [INFO] Papyrus Copypaste UI doc 2.0.0-SNAPSHOT ............ SUCCESS [  0.102 s]
08:02:51 [INFO] Papyrus Developer doc 2.0.0-SNAPSHOT ............... SUCCESS [  1.465 s]
08:02:51 [INFO] Papyrus DSML Validation doc 2.0.0-SNAPSHOT ......... SUCCESS [  0.114 s]
08:02:51 [INFO] Papyrus Infra doc 2.0.0-SNAPSHOT ................... SUCCESS [  0.435 s]
08:02:51 [INFO] Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT .... SUCCESS [  0.477 s]
08:02:51 [INFO] Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT ....... SUCCESS [  0.108 s]
08:02:51 [INFO] Papyrus Infra Expression doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.055 s]
08:02:51 [INFO] Papyrus Internationalization doc 2.0.0-SNAPSHOT .... SUCCESS [  0.057 s]
08:02:51 [INFO] Papyrus Infra Nattable doc 2.0.0-SNAPSHOT .......... SUCCESS [  0.503 s]
08:02:51 [INFO] Papyrus Infra Newchild doc 2.0.0-SNAPSHOT .......... SUCCESS [  0.055 s]
08:02:51 [INFO] Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT SUCCESS [  0.070 s]
08:02:51 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SUCCESS [  0.106 s]
08:02:51 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SUCCESS [  0.073 s]
08:02:51 [INFO] Papyrus Infra Architecture doc 2.0.0-SNAPSHOT ...... SUCCESS [  0.113 s]
08:02:51 [INFO] Papyrus Infra Types doc 4.0.0-SNAPSHOT ............. SUCCESS [  0.069 s]
08:02:51 [INFO] Papyrus Req Reqif doc 2.0.0-SNAPSHOT ............... SUCCESS [  0.098 s]
08:02:51 [INFO] Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT ...... SUCCESS [  0.156 s]
08:02:51 [INFO] Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT ...... SUCCESS [  0.188 s]
08:02:51 [INFO] Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT ..... SUCCESS [  0.222 s]
08:02:51 [INFO] Papyrus Uml doc 2.0.0-SNAPSHOT ..................... SUCCESS [  0.633 s]
08:02:51 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SUCCESS [  0.074 s]
08:02:51 [INFO] Papyrus ModelRepair doc 2.0.0-SNAPSHOT ............. SUCCESS [  0.039 s]
08:02:51 [INFO] Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT .. SUCCESS [  0.098 s]
08:02:51 [INFO] Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT SUCCESS [  0.230 s]
08:02:51 [INFO] Papyrus Profile Types doc 1.0.0-SNAPSHOT ........... SUCCESS [  0.044 s]
08:02:51 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SUCCESS [  0.101 s]
08:02:51 [INFO] Papyrus Views Properties doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.199 s]
08:02:51 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.053 s]
08:02:51 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.086 s]
08:02:51 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SUCCESS [  0.109 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT SUCCESS [  0.148 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT SUCCESS [  0.054 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT SUCCESS [  0.175 s]
08:02:51 [INFO] Papyrus Toolsmiths Plug-in Builders doc 1.0.0-SNAPSHOT SUCCESS [  0.188 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc 2.0.0-SNAPSHOT SUCCESS [  3.165 s]
08:02:51 [INFO] Papyrus SDK 0.0.1-SNAPSHOT ......................... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.sdk 6.6.0-SNAPSHOT ............. SUCCESS [  0.042 s]
08:02:51 [INFO] Papyrus Examples Plugins 1.0.1-SNAPSHOT ............ SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT ... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT SUCCESS [  0.403 s]
08:02:51 [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT SUCCESS [  0.481 s]
08:02:51 [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT SUCCESS [  0.295 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT .... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT . SUCCESS [  0.493 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT .. SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT SUCCESS [  0.425 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT SUCCESS [  0.952 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT . SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT SUCCESS [  0.135 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT .... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT SUCCESS [  0.601 s]
08:02:51 [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.1.0-SNAPSHOT SUCCESS [  0.538 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT SUCCESS [  0.598 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT SUCCESS [  1.539 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT SUCCESS [  0.379 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.uml.diagrams 2.1.0-SNAPSHOT SUCCESS [  0.656 s]
08:02:51 [INFO] org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT SUCCESS [  0.220 s]
08:02:51 [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT SUCCESS [  0.883 s]
08:02:51 [INFO] org.eclipse.papyrus.example.uml.services.decorator 2.1.0-SNAPSHOT SUCCESS [  0.571 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture 1.0.0-SNAPSHOT SUCCESS [  2.009 s]
08:02:51 [INFO] org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT ... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.examples.user.qvto 2.1.0-SNAPSHOT SUCCESS [  0.827 s]
08:02:51 [INFO] Papyrus Main Features 0.0.1-SNAPSHOT ............... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT ..... SUCCESS [  0.523 s]
08:02:51 [INFO] org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT .. SUCCESS [  0.194 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT SUCCESS [  0.368 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT ..... SUCCESS [  0.057 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.architecture.feature 1.1.0-SNAPSHOT SUCCESS [  0.119 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.feature 3.1.100-SNAPSHOT SUCCESS [  0.088 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.117 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.feature 3.1.0-SNAPSHOT SUCCESS [  0.154 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.feature 3.0.200-SNAPSHOT SUCCESS [  0.486 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.feature 3.1.0-SNAPSHOT SUCCESS [  0.179 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.feature 3.1.100-SNAPSHOT SUCCESS [  0.277 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.widget.feature 3.1.0-SNAPSHOT SUCCESS [  0.086 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.167 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT SUCCESS [  0.340 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT SUCCESS [  0.200 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.viewpoints.feature 3.0.100-SNAPSHOT SUCCESS [  0.128 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.feature 3.2.100-SNAPSHOT . SUCCESS [  1.096 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.feature 3.0.0-SNAPSHOT . SUCCESS [  0.151 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT SUCCESS [  0.395 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT SUCCESS [  0.252 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT SUCCESS [  0.223 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.feature 4.0.100-SNAPSHOT SUCCESS [  0.705 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.106 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.068 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT SUCCESS [  0.219 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT SUCCESS [  0.206 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.tools.feature 3.1.0-SNAPSHOT SUCCESS [  0.088 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT .. SUCCESS [  0.082 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.feature 2.0.0-SNAPSHOT SUCCESS [  0.495 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.search.feature 2.1.0-SNAPSHOT SUCCESS [  0.131 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT SUCCESS [  0.140 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT SUCCESS [  0.099 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT SUCCESS [  0.346 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.feature 5.0.0-SNAPSHOT ..... SUCCESS [  1.469 s]
08:02:51 [INFO] org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT SUCCESS [  0.199 s]
08:02:51 [INFO] org.eclipse.papyrus.views.search.feature 2.1.0-SNAPSHOT SUCCESS [  0.077 s]
08:02:51 [INFO] org.eclipse.papyrus.views.modelexplorer.feature 4.0.0-SNAPSHOT SUCCESS [  0.243 s]
08:02:51 [INFO] org.eclipse.papyrus.views.properties.feature 3.1.0-SNAPSHOT SUCCESS [  0.134 s]
08:02:51 [INFO] org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT SUCCESS [  0.092 s]
08:02:51 [INFO] org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT SUCCESS [  0.073 s]
08:02:51 [INFO] org.eclipse.papyrus.views.feature 2.0.0-SNAPSHOT ... SUCCESS [  0.328 s]
08:02:51 [INFO] org.eclipse.papyrus.sdk.feature 6.6.0-SNAPSHOT ..... SUCCESS [  2.855 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.textedit.feature 1.1.0-SNAPSHOT SUCCESS [  2.419 s]
08:02:51 [INFO] Papyrus Examples Features 0.0.1-SNAPSHOT ........... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT SUCCESS [  3.632 s]
08:02:51 [INFO] org.eclipse.papyrus.main.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SUCCESS [  0.001 s]
08:02:51 [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SUCCESS [  0.001 s]
08:02:51 [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SUCCESS [  0.969 s]
08:02:51 [INFO] org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT .......... SUCCESS [  0.242 s]
08:02:51 [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SUCCESS [  0.218 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SUCCESS [  0.832 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SUCCESS [  0.544 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SUCCESS [  0.274 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SUCCESS [  0.994 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SUCCESS [  0.218 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT ...... SUCCESS [  0.597 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SUCCESS [  0.386 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT ..... SUCCESS [  1.820 s]
08:02:51 [INFO] org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT ....... SUCCESS [  1.272 s]
08:02:51 [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SUCCESS [  0.194 s]
08:02:51 [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SUCCESS [  0.303 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT  SUCCESS [  0.607 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT .. SUCCESS [  0.376 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SUCCESS [ 14.622 s]
08:02:51 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SUCCESS [  0.547 s]
08:02:51 [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SUCCESS [  0.457 s]
08:02:51 [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.0.0-SNAPSHOT SUCCESS [  3.511 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.0.0-SNAPSHOT SUCCESS [  1.663 s]
08:02:51 [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.0.100-SNAPSHOT SUCCESS [  2.343 s]
08:02:51 [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SUCCESS [  0.214 s]
08:02:51 [INFO] org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT SUCCESS [  0.446 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT . SUCCESS [  0.397 s]
08:02:51 [INFO] org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT ..... SUCCESS [  1.752 s]
08:02:51 [INFO] org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT ... SUCCESS [  0.993 s]
08:02:51 [INFO] org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT ... SUCCESS [  0.231 s]
08:02:51 [INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SUCCESS [  0.650 s]
08:02:51 [INFO] org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT .... SUCCESS [  0.591 s]
08:02:51 [INFO] org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT .. SUCCESS [  0.139 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SUCCESS [  1.244 s]
08:02:51 [INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT SUCCESS [  0.859 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SUCCESS [  0.110 s]
08:02:51 [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SUCCESS [  0.878 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  0.745 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SUCCESS [  0.903 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SUCCESS [  0.904 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SUCCESS [  0.981 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT ...... SUCCESS [  0.940 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SUCCESS [  0.619 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SUCCESS [  0.455 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SUCCESS [  1.226 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SUCCESS [  0.179 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SUCCESS [  1.206 s]
08:02:51 [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT SUCCESS [  1.112 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SUCCESS [  1.088 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SUCCESS [  1.302 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  1.137 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SUCCESS [  1.284 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SUCCESS [  1.249 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT SUCCESS [  3.127 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SUCCESS [  1.305 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SUCCESS [  1.500 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SUCCESS [  1.082 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SUCCESS [  0.690 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SUCCESS [  0.244 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT SUCCESS [  1.086 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT SUCCESS [  1.421 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT SUCCESS [  0.874 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT SUCCESS [  0.882 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT SUCCESS [  1.136 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SUCCESS [  0.335 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SUCCESS [  3.874 s]
08:02:51 [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SUCCESS [  1.269 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SUCCESS [  0.846 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.032 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SUCCESS [  0.956 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SUCCESS [  0.398 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SUCCESS [  0.504 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT  SUCCESS [  1.176 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  0.962 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SUCCESS [  0.219 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SUCCESS [  0.928 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SUCCESS [  1.353 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SUCCESS [  0.303 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SUCCESS [  1.246 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SUCCESS [  1.262 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SUCCESS [  1.124 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SUCCESS [  1.498 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SUCCESS [  1.243 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SUCCESS [  0.895 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SUCCESS [  0.957 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SUCCESS [  1.172 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SUCCESS [  1.119 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SUCCESS [  0.979 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SUCCESS [  0.302 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  1.014 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SUCCESS [  1.290 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SUCCESS [  0.954 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  1.044 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SUCCESS [  1.140 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SUCCESS [  1.077 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SUCCESS [  0.954 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SUCCESS [  0.913 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SUCCESS [  1.218 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SUCCESS [  1.184 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SUCCESS [  1.091 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SUCCESS [  0.943 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SUCCESS [  1.064 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SUCCESS [  0.995 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SUCCESS [  0.149 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT  SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SUCCESS [  1.957 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SUCCESS [  2.148 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SUCCESS [  1.972 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SUCCESS [  1.775 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SUCCESS [  1.614 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SUCCESS [  1.736 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SUCCESS [  1.311 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SUCCESS [  2.059 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SUCCESS [  2.194 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SUCCESS [  1.610 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SUCCESS [  0.273 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SUCCESS [  1.951 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SUCCESS [  1.573 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SUCCESS [  1.105 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SUCCESS [  0.327 s]
08:02:51 [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  1.538 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SUCCESS [  1.047 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SUCCESS [  1.098 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SUCCESS [  1.563 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SUCCESS [  1.416 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SUCCESS [  1.279 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SUCCESS [  1.246 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SUCCESS [  1.054 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SUCCESS [  1.037 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SUCCESS [  1.353 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SUCCESS [  0.411 s]
08:02:51 [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SUCCESS [  1.209 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SUCCESS [  0.214 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SUCCESS [  0.281 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SUCCESS [  1.009 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SUCCESS [  1.648 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SUCCESS [  1.936 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SUCCESS [  1.540 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SUCCESS [  1.416 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SUCCESS [  0.358 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SUCCESS [  0.455 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SUCCESS [  0.167 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SUCCESS [  1.276 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SUCCESS [  1.089 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SUCCESS [  0.159 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  1.072 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SUCCESS [  1.157 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SUCCESS [  0.235 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SUCCESS [  1.278 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SUCCESS [  1.141 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SUCCESS [  1.089 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SUCCESS [  1.017 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SUCCESS [  0.304 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SUCCESS [  1.556 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SUCCESS [  1.340 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SUCCESS [  0.289 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SUCCESS [  1.176 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SUCCESS [  1.137 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SUCCESS [  1.237 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SUCCESS [  1.442 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  1.309 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  1.268 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SUCCESS [  1.491 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SUCCESS [  0.430 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SUCCESS [  1.607 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  0.223 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.030 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  0.933 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.189 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SUCCESS [  1.029 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SUCCESS [  0.172 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SUCCESS [  1.117 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SUCCESS [  1.026 s]
08:02:51 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SUCCESS [  0.154 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.0-SNAPSHOT ... SUCCESS [  1.776 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SUCCESS [  0.148 s]
08:02:51 [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SUCCESS [  0.037 s]
08:02:51 [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SUCCESS [ 12.392 s]
08:02:51 [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SUCCESS [  0.897 s]
08:02:51 [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SUCCESS [  7.269 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SUCCESS [  6.458 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [  5.757 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  0.929 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SUCCESS [  0.533 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  1.106 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SUCCESS [  8.653 s]
08:02:51 [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SUCCESS [  0.556 s]
08:02:51 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SUCCESS [  7.895 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SUCCESS [  1.479 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SUCCESS [  1.770 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SUCCESS [  1.633 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SUCCESS [  6.970 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SUCCESS [  1.658 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SUCCESS [  1.393 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SUCCESS [  1.317 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SUCCESS [  1.145 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SUCCESS [  7.360 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SUCCESS [  1.111 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SUCCESS [  7.149 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SUCCESS [  1.266 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SUCCESS [  0.187 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SUCCESS [  0.558 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SUCCESS [  1.210 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SUCCESS [  8.705 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SUCCESS [  1.012 s]
08:02:51 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SUCCESS [  1.116 s]
08:02:51 [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SUCCESS [  7.037 s]
08:02:51 [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SUCCESS [  0.001 s]
08:02:51 [INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
08:02:51 [INFO] ------------------------------------------------------------------------
08:02:51 [INFO] BUILD SUCCESS
08:02:51 [INFO] ------------------------------------------------------------------------
08:02:51 [INFO] Total time:  14:54 min
08:02:51 [INFO] Finished at: 2023-12-07T13:02:51Z
08:02:51 [INFO] ------------------------------------------------------------------------
08:02:52 Terminating xvnc.
08:03:16 Finished: SUCCESS