Skip to content

Console Output

Skipping 2,157 KB.. Full Log
	            ^^^^^^^^^^
04:52:18 Comparator is a raw type. References to generic type Comparator<T> should be parameterized
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[485] 
04:52:18 	private String getFilterStringRepresentation(Object filterValue, IDisplayConverter converter) {
04:52:18 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:18 The method getFilterStringRepresentation(Object, IDisplayConverter) from the type FilterRowDataProvider<T> is never used locally
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[525] 
04:52:18 	private Object getFilterFromString(String filterText, IDisplayConverter converter) throws InstantiationException, IllegalAccessException, ClassNotFoundException {
04:52:18 	               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:18 The method getFilterFromString(String, IDisplayConverter) from the type FilterRowDataProvider<T> is never used locally
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/dataprovider/FilterRowDataProvider.java:[530] 
04:52:18 	Collection filterCollection = (Collection) Class.forName(collectionSpec).newInstance();
04:52:18 	                                                                         ^^^^^^^^^^^^^
04:52:18 The method newInstance() from the type Class<capture#7-of ?> is deprecated since version 9
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/utils/TableSelectionWrapper2.java:[112] 
04:52:18 	super(manager, Collections.emptyList(), Collections.emptyMap(), Collections.emptyMap());
04:52:18 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:18 The constructor TableSelectionWrapper(INattableModelManager, Collection<PositionCoordinate>, Map<Integer,Object>, Map<Integer,Object>) is deprecated
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/PapyrusSortingState.java:[54] 
04:52:18 	protected SortingColumn createSortingColumn(TableFormat tableFormat, int columnIndex) {
04:52:18 	                                            ^^^^^^^^^^^
04:52:18 TableFormat is a raw type. References to generic type TableFormat<E> should be parameterized
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/PapyrusSortingState.java:[76] 
04:52:18 	public PapyrusSortingColumn(TableFormat tableFormat, int column, INattableModelManager manager) {
04:52:18 	                            ^^^^^^^^^^^
04:52:18 TableFormat is a raw type. References to generic type TableFormat<E> should be parameterized
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1171] 
04:52:18 	BooleanValueStyle fillColumnsSize = (BooleanValueStyle) getTable().getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
04:52:18 	                                                                                                                                                            ^^^^^^^^^^^^^^^^^
04:52:18 The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1174] 
04:52:18 	fillColumnsSize = (BooleanValueStyle) config.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
04:52:18 	                                                                                                                                      ^^^^^^^^^^^^^^^^^
04:52:18 The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1949] 
04:52:18 	BooleanValueStyle fillColumnsSize = (BooleanValueStyle) getTable().getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
04:52:18 	                                                                                                                                                            ^^^^^^^^^^^^^^^^^
04:52:18 The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[1952] 
04:52:18 	fillColumnsSize = (BooleanValueStyle) config.getNamedStyle(NattablestylePackage.eINSTANCE.getBooleanValueStyle(), NamedStyleConstants.FILL_COLUMNS_SIZE);
04:52:18 	                                                                                                                                      ^^^^^^^^^^^^^^^^^
04:52:18 The field NamedStyleConstants.FILL_COLUMNS_SIZE is deprecated
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/manager/table/AbstractNattableWidgetManager.java:[2311] 
04:52:18 	public Object getAdapter(Class adapter) {
04:52:18 	       ^^^^^^
04:52:18 Type safety: The return type Object for getAdapter(Class) from the type AbstractNattableWidgetManager needs unchecked conversion to conform to T from the type IAdaptable
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/layer/PapyrusSelectionLayer.java:[64] 
04:52:18 	super(underlyingLayer, selectionModel, useDefaultConfiguration, registerDefaultEventHandler);
04:52:18 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:18 The constructor SelectionLayer(IUniqueIndexLayer, ISelectionModel, boolean, boolean) is deprecated
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[138] 
04:52:18 	final Comparator<E> rebuiltComparator = sortingState.buildComparator();
04:52:18 	                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:18 Type safety: The expression of type Comparator needs unchecked conversion to conform to Comparator<E>
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[167] 
04:52:18 	public List<Comparator> getComparatorsForColumn(int column) {
04:52:18 	            ^^^^^^^^^^
04:52:18 Comparator is a raw type. References to generic type Comparator<T> should be parameterized
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/glazedlists/copy/AbstractTableComparatorChooser.java:[261] 
04:52:18 	public Comparator createComparatorForElement(Comparator<E> comparatorForColumn, int column) {
04:52:18 	       ^^^^^^^^^^
04:52:18 Comparator is a raw type. References to generic type Comparator<T> should be parameterized
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/Activator.java:[92] 
04:52:18 	this.papyrusPreferenceStore = new PapyrusTablePreferenceStore(new InstanceScope(), getBundle().getSymbolicName());
04:52:18 	                                                                  ^^^^^^^^^^^^^^^
04:52:18 The constructor InstanceScope() is deprecated
04:52:18 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/org/eclipse/papyrus/infra/nattable/configuration/PapyrusRowResizeBindingsConfiguration.java:[64] 
04:52:18 	configRegistry.registerConfigAttribute(NattableConfigAttributes.REINITIALISE_ROW_HEIGHT, new Boolean(false));
04:52:18 	                                                                                             ^^^^^^^^^^^^^^
04:52:18 The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
04:52:18 141 problems (141 warnings)
04:52:18 [INFO] 
04:52:18 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable ---
04:52:18 [INFO] 
04:52:18 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable ---
04:52:18 [INFO] 
04:52:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable ---
04:52:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/src/test/resources
04:52:18 [INFO] 
04:52:18 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable ---
04:52:18 [INFO] 
04:52:18 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable ---
04:52:18 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
04:52:18 [INFO] 
04:52:18 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable ---
04:52:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT-sources.jar
04:52:19 [INFO] 
04:52:19 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable ---
04:52:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable/target/org.eclipse.papyrus.infra.nattable-7.1.100-SNAPSHOT.jar
04:52:19 [INFO] 
04:52:19 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable ---
04:52:19 [INFO] 
04:52:19 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable ---
04:52:19 [INFO] 
04:52:19 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable ---
04:52:19 [INFO] 
04:52:19 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable >-----
04:52:19 [INFO] Building org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT [175/735]
04:52:19 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml
04:52:19 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.emf.nattable:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/pom.xml
04:52:20 [INFO] 
04:52:20 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] 
04:52:20 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] The project's OSGi version is 6.0.0.202401050948
04:52:20 [INFO] 
04:52:20 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] 
04:52:20 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] 
04:52:20 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] 
04:52:20 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] Resolving class path of org.eclipse.papyrus.infra.emf.nattable
04:52:20 [INFO] 
04:52:20 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/main/resources
04:52:20 [INFO] 
04:52:20 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:20 [INFO] Compiling 35 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/validator/IntegerDataValidator.java:[40] 
04:52:21 	new Integer(newValue.toString());
04:52:21 	    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:21 The constructor Integer(String) has been deprecated since version 9 and marked for removal
04:52:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/manager/axis/EObjectColumnMatrixAxisManager.java:[506] 
04:52:21 	final Collection<EObject> collection = (Collection<EObject>) ((EObject) notification.getNotifier()).eGet((EStructuralFeature) notification.getFeature());
04:52:21 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:21 Type safety: Unchecked cast from Object to Collection<EObject>
04:52:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/org/eclipse/papyrus/infra/emf/nattable/manager/axis/AbstractSynchronizedOnEStructuralFeatureAxisManager.java:[388] 
04:52:21 	final Collection<EObject> collection = (Collection<EObject>) ((EObject)notification.getNotifier()).eGet((EStructuralFeature) notification.getFeature());
04:52:21 	                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:21 Type safety: Unchecked cast from Object to Collection<EObject>
04:52:21 3 problems (3 warnings)
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] 
04:52:21 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/src/test/resources
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT-sources.jar
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.emf.nattable/target/org.eclipse.papyrus.infra.emf.nattable-6.0.0-SNAPSHOT.jar
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.emf.nattable ---
04:52:21 [INFO] 
04:52:21 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common >----
04:52:21 [INFO] Building org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT [176/735]
04:52:21 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml
04:52:21 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.common:6.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/pom.xml
04:52:21 [INFO] 
04:52:21 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:21 [INFO] The project's OSGi version is 6.1.0.202401050948
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:21 [INFO] 
04:52:21 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:21 [INFO] 
04:52:21 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:21 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.common
04:52:22 [INFO] 
04:52:22 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/main/resources
04:52:22 [INFO] 
04:52:22 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [INFO] Compiling 37 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/internal/common/commands/CreateAndOpenTableEditorCommand.java:[220] 
04:52:22 	final Table table = TableHelper.createTable(configuration, null, this.name, this.description); // context null here, see bug 410357
04:52:22 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 The method createTable(TableConfiguration, EObject, String, String) from the type TableHelper is deprecated
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/TableCommandHelper.java:[78] 
04:52:22 	command = creationCommandClass.newInstance();
04:52:22 	                               ^^^^^^^^^^^^^
04:52:22 The method newInstance() from the type Class<capture#3-of ? extends ITableCreationCommand> is deprecated since version 9
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/api/TableEditorDeleteHelper.java:[80] 
04:52:22 	@SuppressWarnings("unchecked")
04:52:22 	                  ^^^^^^^^^^^
04:52:22 Unnecessary @SuppressWarnings("unchecked")
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/adapter/NattableAdapterFactory.java:[25] 
04:52:22 	public Object getAdapter(Object adaptableObject, Class adapterType) {
04:52:22 	       ^^^^^^
04:52:22 Type safety: The return type Object for getAdapter(Object, Class) from the type NattableAdapterFactory needs unchecked conversion to conform to T from the type IAdapterFactory
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/adapter/NattableAdapterFactory.java:[36] 
04:52:22 	public Class[] getAdapterList() {
04:52:22 	       ^^^^^^^
04:52:22 Type safety: The return type Class[] for getAdapterList() from the type NattableAdapterFactory needs unchecked conversion to conform to Class<?>[] from the type IAdapterFactory
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/utils/TableEditorInput.java:[78] 
04:52:22 	public Object getAdapter(@SuppressWarnings("rawtypes") final Class adapter) {
04:52:22 	       ^^^^^^
04:52:22 Type safety: The return type Object for getAdapter(Class) from the type TableEditorInput needs unchecked conversion to conform to T from the type IAdaptable
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[267] 
04:52:22 	public Object getAdapter(@SuppressWarnings("rawtypes") final Class adapter) {
04:52:22 	       ^^^^^^
04:52:22 Type safety: The return type Object for getAdapter(Class) from the type AbstractEMFNattableEditor needs unchecked conversion to conform to T from the type WorkbenchPart
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[291] 
04:52:22 	return super.getAdapter(adapter);
04:52:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type WorkbenchPart
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/AbstractEMFNattableEditor.java:[291] 
04:52:22 	return super.getAdapter(adapter);
04:52:22 	                        ^^^^^^^
04:52:22 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[22] 
04:52:22 	import org.eclipse.papyrus.infra.core.utils.AdapterUtils;
04:52:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 The type AdapterUtils is deprecated
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[57] 
04:52:22 	INattableModelManager mgr = AdapterUtils.adapt(editor, INattableModelManager.class, null);
04:52:22 	                            ^^^^^^^^^^^^
04:52:22 The type AdapterUtils is deprecated
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/editor/NattableReloadContextProvider.java:[57] 
04:52:22 	INattableModelManager mgr = AdapterUtils.adapt(editor, INattableModelManager.class, null);
04:52:22 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 The method adapt(Object, Class<INattableModelManager>, INattableModelManager) from the type AdapterUtils is deprecated
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[73] 
04:52:22 	Set<Object> duplicatedObjects = ((Set<Object>) additional);
04:52:22 	                                ^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 Type safety: Unchecked cast from Object to Set<Object>
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[152] 
04:52:22 	List<Object> elementsToBeDuplicated = request.getElementsToBeDuplicated();
04:52:22 	                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 Type safety: The expression of type List needs unchecked conversion to conform to List<Object>
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[200] 
04:52:22 	public DuplicateTableCommand(TransactionalEditingDomain editingDomain, String label, Table Table, Map allDuplicatedObjectsMap) {
04:52:22 	                                                                                                  ^^^
04:52:22 Map is a raw type. References to generic type Map<K,V> should be parameterized
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[220] 
04:52:22 	public DuplicateTableCommand(TransactionalEditingDomain editingDomain, String label, Table Table, Map allDuplicatedObjectsMap, EObject targetContainer) {
04:52:22 	                                                                                                  ^^^
04:52:22 Map is a raw type. References to generic type Map<K,V> should be parameterized
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[234] 
04:52:22 	EcoreUtil.Copier copier = new TableCopier(getAllDuplicatedObjectsMap());
04:52:22 	                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 Type safety: The expression of type Map needs unchecked conversion to conform to Map<EObject,EObject>
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[248] 
04:52:22 	pageManager.addPage(duplicateTable);
04:52:22 	            ^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 The method addPage(Object) from the type IPageManager is deprecated
04:52:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/org/eclipse/papyrus/infra/nattable/common/helper/advice/NatTableDuplicateEditHelperAdvice.java:[264] 
04:52:22 	pageManager.addPage(duplicateTable);
04:52:22 	            ^^^^^^^^^^^^^^^^^^^^^^^
04:52:22 The method addPage(Object) from the type IPageManager is deprecated
04:52:22 19 problems (19 warnings)
04:52:22 [INFO] 
04:52:22 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [INFO] 
04:52:22 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [INFO] 
04:52:22 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/src/test/resources
04:52:22 [INFO] 
04:52:22 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [INFO] 
04:52:22 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
04:52:22 [INFO] 
04:52:22 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:22 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT-sources.jar
04:52:22 [INFO] 
04:52:22 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.common/target/org.eclipse.papyrus.infra.nattable.common-6.1.0-SNAPSHOT.jar
04:52:23 [INFO] 
04:52:23 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:23 [INFO] 
04:52:23 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:23 [INFO] 
04:52:23 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.common ---
04:52:23 [INFO] 
04:52:23 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode >--
04:52:23 [INFO] Building org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT [177/735]
04:52:23 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml
04:52:23 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.controlmode:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/pom.xml
04:52:23 [INFO] 
04:52:23 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:23 [INFO] 
04:52:23 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:23 [INFO] The project's OSGi version is 3.1.0.202401050948
04:52:23 [INFO] 
04:52:23 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:23 [INFO] 
04:52:23 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:23 [INFO] 
04:52:23 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:23 [INFO] 
04:52:23 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:23 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.controlmode
04:52:24 [INFO] 
04:52:24 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/src/main/resources
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] 
04:52:24 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/src/test/resources
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT-sources.jar
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.controlmode/target/org.eclipse.papyrus.infra.nattable.controlmode-3.1.0-SNAPSHOT.jar
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.controlmode ---
04:52:24 [INFO] 
04:52:24 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit >--
04:52:24 [INFO] Building org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT [178/735]
04:52:24 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml
04:52:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.edit:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/pom.xml
04:52:24 [INFO] 
04:52:24 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:24 [INFO] The project's OSGi version is 5.0.0.202401050948
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:24 [INFO] 
04:52:24 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:24 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.edit
04:52:24 [INFO] 
04:52:24 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/src/main/resources
04:52:24 [INFO] 
04:52:24 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] Compiling 80 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] 
04:52:25 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/src/test/resources
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 104 were skipped
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT-sources.jar
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.edit/target/org.eclipse.papyrus.infra.nattable.model.edit-5.0.0-SNAPSHOT.jar
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model.edit ---
04:52:25 [INFO] 
04:52:25 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor >--
04:52:25 [INFO] Building org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT [179/735]
04:52:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml
04:52:25 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:25 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.model.editor:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/pom.xml
04:52:25 [INFO] 
04:52:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:25 [INFO] The project's OSGi version is 6.0.0.202401050948
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:25 [INFO] 
04:52:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:25 [INFO] 
04:52:25 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:25 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.model.editor
04:52:26 [INFO] 
04:52:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/src/main/resources
04:52:26 [INFO] 
04:52:26 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:26 [INFO] 
04:52:26 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] 
04:52:26 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] 
04:52:26 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/src/test/resources
04:52:26 [INFO] 
04:52:26 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] 
04:52:26 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 127 were skipped
04:52:26 [INFO] 
04:52:26 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT-sources.jar
04:52:26 [INFO] 
04:52:26 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:26 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.model.editor/target/org.eclipse.papyrus.infra.nattable.model.editor-6.0.0-SNAPSHOT.jar
04:52:27 [INFO] 
04:52:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:27 [INFO] 
04:52:27 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:27 [INFO] 
04:52:27 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.model.editor ---
04:52:27 [INFO] 
04:52:27 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer >--
04:52:27 [INFO] Building org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT [180/735]
04:52:27 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml
04:52:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:27 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.modelexplorer:5.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/pom.xml
04:52:27 [WARNING] [cf2e5b55-75ef-402b-91fb-ae0799f97276][extension>org.eclipse.tycho:tycho-maven-plugin:4.0.3] No digest algorithm is available to verify download of osgi.bundle,org.apache.commons.codec,1.6.0.v201305230611.
04:52:27 [INFO] 
04:52:27 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:27 [INFO] 
04:52:27 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:27 [INFO] The project's OSGi version is 5.0.0.202401050948
04:52:27 [INFO] 
04:52:27 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:27 [INFO] 
04:52:27 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:27 [INFO] 
04:52:27 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:27 [INFO] 
04:52:27 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:27 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.modelexplorer
04:52:28 [INFO] 
04:52:31 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/src/main/resources
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/src/org/eclipse/papyrus/infra/nattable/modelexplorer/providers/TablePropertyTester.java:[54] 
04:52:31 	return new Boolean(answer).equals(expectedValue);
04:52:31 	           ^^^^^^^^^^^^^^^
04:52:31 The constructor Boolean(boolean) has been deprecated since version 9 and marked for removal
04:52:31 1 problem (1 warning)
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] 
04:52:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/src/test/resources
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 178 were skipped
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT-sources.jar
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.modelexplorer/target/org.eclipse.papyrus.infra.nattable.modelexplorer-5.0.0-SNAPSHOT.jar
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.modelexplorer ---
04:52:31 [INFO] 
04:52:31 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties >--
04:52:31 [INFO] Building org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT [181/735]
04:52:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml
04:52:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:31 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.properties:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/pom.xml
04:52:31 [INFO] 
04:52:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] The project's OSGi version is 3.0.0.202401050948
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.properties
04:52:31 [INFO] 
04:52:31 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/main/resources
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] Compiling 82 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractPasteObjectPostActionsObservableValue.java:[73] 
04:52:31 	final List<?> list = EMFProperties.list(NattableaxisconfigurationPackage.eINSTANCE.getIPasteConfiguration_PostActions()).observe(getEditedEObject());
04:52:31 	                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:31 Type safety: The method observe(Object) belongs to the raw type IListProperty. References to generic type IListProperty<S,E> should be parameterized
04:52:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractPasteObjectPostActionsObservableValue.java:[74] 
04:52:31 	this.wrappedList = new LinkedList<Object>(list);
04:52:31 	     ^^^^^^^^^^^
04:52:31 Type safety: The field wrappedList from the raw type ObservableList is assigned a value of type LinkedList<Object>. References to generic type ObservableList<E> should be parameterized
04:52:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractConfigurationElementObservableValue.java:[32] 
04:52:31 	public abstract class AbstractConfigurationElementObservableValue extends AbstractObservableValue implements Listener {
04:52:31 	                                                                          ^^^^^^^^^^^^^^^^^^^^^^^
04:52:31 AbstractObservableValue is a raw type. References to generic type AbstractObservableValue<T> should be parameterized
04:52:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractConfigurationElementObservableValue.java:[110] 
04:52:31 	fireValueChange(new ValueDiff() {
04:52:31 				@Override
04:52:31 				public Object getOldValue() {
04:52:31 					return localOldValue;
04:52:31 				}
04:52:31 				@Override
04:52:31 				public Object getNewValue() {
04:52:31 					return newValue;
04:52:31 				}
04:52:31 			});
04:52:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:31 Type safety: The method fireValueChange(ValueDiff) belongs to the raw type AbstractObservableValue. References to generic type AbstractObservableValue<T> should be parameterized
04:52:31 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/org/eclipse/papyrus/infra/nattable/properties/observable/AbstractConfigurationElementObservableValue.java:[110] 
04:52:31 	fireValueChange(new ValueDiff() {
04:52:31 	                    ^^^^^^^^^
04:52:31 ValueDiff is a raw type. References to generic type ValueDiff<T> should be parameterized
04:52:31 5 problems (5 warnings)
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/src/test/resources
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT-sources.jar
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.properties/target/org.eclipse.papyrus.infra.nattable.properties-3.0.0-SNAPSHOT.jar
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.properties ---
04:52:31 [INFO] 
04:52:31 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config >--
04:52:31 [INFO] Building org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT [182/735]
04:52:31 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml
04:52:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:31 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.config:6.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/pom.xml
04:52:31 [INFO] 
04:52:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:31 [INFO] The project's OSGi version is 6.0.0.202401050948
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:31 [INFO] 
04:52:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:31 [INFO] 
04:52:31 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:31 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.config
04:52:32 [INFO] 
04:52:32 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/main/resources
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[18] 
04:52:32 	import org.eclipse.papyrus.infra.emf.nattable.celleditor.config.EStructuralFeatureEditorConfig;
04:52:32 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:32 The type EStructuralFeatureEditorConfig is deprecated
04:52:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[30] 
04:52:32 	public class ModelViewsCellEditorConfiguration extends EStructuralFeatureEditorConfig {
04:52:32 	                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:32 The type EStructuralFeatureEditorConfig is deprecated
04:52:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[46] 
04:52:32 	return SINGLE_EMF_REFERENCE;
04:52:32 	       ^^^^^^^^^^^^^^^^^^^^
04:52:32 The field EStructuralFeatureEditorConfig.SINGLE_EMF_REFERENCE is deprecated
04:52:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[48] 
04:52:32 	return SINGLE_BOOLEAN;
04:52:32 	       ^^^^^^^^^^^^^^
04:52:32 The field EStructuralFeatureEditorConfig.SINGLE_BOOLEAN is deprecated
04:52:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[50] 
04:52:32 	return SINGLE_STRING;
04:52:32 	       ^^^^^^^^^^^^^
04:52:32 The field EStructuralFeatureEditorConfig.SINGLE_STRING is deprecated
04:52:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[52] 
04:52:32 	return SINGLE_STRING;
04:52:32 	       ^^^^^^^^^^^^^
04:52:32 The field EStructuralFeatureEditorConfig.SINGLE_STRING is deprecated
04:52:32 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/org/eclipse/papyrus/infra/nattable/views/config/celleditor/ModelViewsCellEditorConfiguration.java:[54] 
04:52:32 	return UNKNOWN_TYPE;
04:52:32 	       ^^^^^^^^^^^^
04:52:32 The field EStructuralFeatureEditorConfig.UNKNOWN_TYPE is deprecated
04:52:32 7 problems (7 warnings)
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] 
04:52:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/src/test/resources
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 144 were skipped
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT-sources.jar
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.config/target/org.eclipse.papyrus.infra.nattable.views.config-6.0.0-SNAPSHOT.jar
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.views.config ---
04:52:32 [INFO] 
04:52:32 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor >--
04:52:32 [INFO] Building org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT [183/735]
04:52:32 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml
04:52:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:32 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.views.editor:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/pom.xml
04:52:32 [INFO] 
04:52:32 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] The project's OSGi version is 2.0.0.202401050948
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.views.editor
04:52:32 [INFO] 
04:52:32 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/src/main/resources
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/src/test/resources
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] All system scoped dependencies were mapped to maven artifacts
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT-sources.jar
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.views.editor/target/org.eclipse.papyrus.infra.nattable.views.editor-2.0.0-SNAPSHOT.jar
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.views.editor ---
04:52:32 [INFO] 
04:52:32 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit >--
04:52:32 [INFO] Building org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT [184/735]
04:52:32 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml
04:52:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:32 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.representation.edit:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/pom.xml
04:52:32 [INFO] 
04:52:32 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:32 [INFO] The project's OSGi version is 3.0.0.202401050948
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:32 [INFO] 
04:52:32 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:32 [INFO] 
04:52:32 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:32 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.representation.edit
04:52:33 [INFO] 
04:52:33 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/src/main/resources
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] 
04:52:33 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/src/test/resources
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 113 were skipped
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT-sources.jar
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.representation.edit/target/org.eclipse.papyrus.infra.nattable.representation.edit-3.0.0-SNAPSHOT.jar
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.representation.edit ---
04:52:33 [INFO] 
04:52:33 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag >---
04:52:33 [INFO] Building org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT [185/735]
04:52:33 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml
04:52:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:33 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.nattable.gmfdiag:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/pom.xml
04:52:33 [INFO] 
04:52:33 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:33 [INFO] The project's OSGi version is 2.0.0.202401050948
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:33 [INFO] 
04:52:33 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:33 [INFO] 
04:52:33 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:33 [INFO] Resolving class path of org.eclipse.papyrus.infra.nattable.gmfdiag
04:52:34 [INFO] 
04:52:34 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/main/resources
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[101] 
04:52:34 	Map internalClipboardToTargetCopy = papyrusClipboard.getInternalClipboardToTargetCopy();
04:52:34 	^^^
04:52:34 Map is a raw type. References to generic type Map<K,V> should be parameterized
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[108] 
04:52:34 	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
04:52:34 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:34 Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Table>
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[108] 
04:52:34 	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
04:52:34 	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:34 Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[125] 
04:52:34 	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
04:52:34 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:34 Type safety: The expression of type Collection needs unchecked conversion to conform to Collection<Table>
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[125] 
04:52:34 	Collection<Table> duplicateTables = tableAdditionalData.getDuplicatedTables(internalClipboardToTargetCopy);
04:52:34 	                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:34 Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[160] 
04:52:34 	Map sourceToInternalClipboard = papyrusClipboard.getSourceToInternalClipboard();
04:52:34 	^^^
04:52:34 Map is a raw type. References to generic type Map<K,V> should be parameterized
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[165] 
04:52:34 	TableClipboardAdditionalData diagramAdditionnalData = new TableClipboardAdditionalData(extractSelectedWithoutOwner, sourceToInternalClipboard);
04:52:34 	                                                                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:34 Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
04:52:34 [WARNING] /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/org/eclipse/papyrus/infra/nattable/internal/gmfdiag/strategy/paste/TablePasteStrategy.java:[174] 
04:52:34 	TableClipboardAdditionalData tabledAdditionalData = new TableClipboardAdditionalData(associatedTables, sourceToInternalClipboard);
04:52:34 	                                                                                                       ^^^^^^^^^^^^^^^^^^^^^^^^^
04:52:34 Type safety: The expression of type Map needs unchecked conversion to conform to Map<? extends EObject,? extends EObject>
04:52:34 8 problems (8 warnings)
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] 
04:52:34 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/src/test/resources
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 173 were skipped
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT-sources.jar
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/nattable/org.eclipse.papyrus.infra.nattable.gmfdiag/target/org.eclipse.papyrus.infra.nattable.gmfdiag-2.0.0-SNAPSHOT.jar
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] 
04:52:34 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.nattable.gmfdiag ---
04:52:34 [INFO] 
04:52:34 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts >-------
04:52:34 [INFO] Building org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT     [186/735]
04:52:34 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml
04:52:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
04:52:34 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml
04:52:34 [INFO] {osgi.os=linux, osgi.ws=gtk, org.eclipse.update.install.features=true, osgi.arch=x86_64}
04:52:34 [ERROR] Cannot resolve project dependencies:
04:52:34 [ERROR]   Software being installed: org.eclipse.papyrus.infra.ui.fonts 2.0.0.qualifier
04:52:34 [ERROR]   Missing requirement: org.eclipse.papyrus.infra.ui.fonts 2.0.0.qualifier requires 'osgi.bundle; javax.annotation [1.3.5,2.0.0)' but it could not be found
04:52:34 [ERROR] 
04:52:34 [ERROR] See https://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
04:52:34 [INFO] ------------------------------------------------------------------------
04:52:34 [INFO] Reactor Summary:
04:52:34 [INFO] 
04:52:34 [INFO] org.eclipse.papyrus.all.releng 0.0.1-SNAPSHOT ...... SUCCESS [  0.192 s]
04:52:34 [INFO] org.eclipse.papyrus.main.releng 0.0.1-SNAPSHOT ..... SUCCESS [  0.055 s]
04:52:34 [INFO] Papyrus Main Plugins 0.0.1-SNAPSHOT ................ SUCCESS [  0.006 s]
04:52:34 [INFO] Papyrus EMF 0.0.1-SNAPSHOT ......................... SUCCESS [  0.005 s]
04:52:34 [INFO] Papyrus Infra 0.0.1-SNAPSHOT ....................... SUCCESS [  0.004 s]
04:52:34 [INFO] Papyrus Infra Core 0.0.1-SNAPSHOT .................. SUCCESS [  0.004 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.core.log 2.0.0-SNAPSHOT .. SUCCESS [ 13.939 s]
04:52:34 [INFO] org.eclipse.papyrus.emf 2.0.0-SNAPSHOT ............. SUCCESS [  5.504 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.ui 2.0.0-SNAPSHOT .......... SUCCESS [  6.412 s]
04:52:34 [INFO] EMF Facet, the Papyrus Edition 0.0.1-SNAPSHOT ...... SUCCESS [  0.005 s]
04:52:34 [INFO] Papyrus EMF Facet Editors 0.0.1-SNAPSHOT ........... SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.doc 2.0.0-SNAPSHOT SUCCESS [  0.155 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.emf.catalog 2.0.0-SNAPSHOT SUCCESS [  0.460 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel 2.0.0-SNAPSHOT SUCCESS [  1.223 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.core 2.0.0-SNAPSHOT SUCCESS [  0.498 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.pde.core 2.0.0-SNAPSHOT SUCCESS [  0.664 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet 2.0.0-SNAPSHOT  SUCCESS [  0.656 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.emf.core 2.0.0-SNAPSHOT SUCCESS [  0.778 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.catalog 2.0.0-SNAPSHOT SUCCESS [  0.379 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.core 3.0.0-SNAPSHOT SUCCESS [  0.917 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.ui 3.0.0-SNAPSHOT SUCCESS [  0.841 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.swt 2.0.0-SNAPSHOT SUCCESS [  0.577 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.common.core 2.0.0-SNAPSHOT SUCCESS [  0.256 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.common.ui 2.0.0-SNAPSHOT SUCCESS [  0.714 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.emf.ui 3.0.0-SNAPSHOT SUCCESS [  0.911 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  1.675 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.512 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.core 4.0.0-SNAPSHOT SUCCESS [  0.799 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.common.sdk.core 2.0.0-SNAPSHOT SUCCESS [  0.335 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.core 2.0.0-SNAPSHOT SUCCESS [  0.762 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.query.java 2.0.0-SNAPSHOT SUCCESS [  0.315 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.tools 4.2.0-SNAPSHOT ..... SUCCESS [  1.073 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.query.java.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.497 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.query.java.core 3.0.0-SNAPSHOT SUCCESS [  0.704 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.jface.ui 3.0.0-SNAPSHOT SUCCESS [  0.436 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.ui 4.0.0-SNAPSHOT SUCCESS [  1.133 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.widgets 2.0.0-SNAPSHOT SUCCESS [  0.737 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors 2.0.0-SNAPSHOT SUCCESS [  1.130 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  1.101 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  0.610 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.metamodel 2.0.0-SNAPSHOT SUCCESS [  0.262 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.edit 2.0.0-SNAPSHOT SUCCESS [  0.356 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor 2.0.0-SNAPSHOT SUCCESS [  1.007 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc 2.0.0-SNAPSHOT SUCCESS [  0.179 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.doc 2.0.0-SNAPSHOT ... SUCCESS [  0.598 s]
04:52:34 [INFO] Papyrus Infra Element Types Configurations 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.types 5.0.0-SNAPSHOT ..... SUCCESS [  0.843 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.core.architecture 3.1.0-SNAPSHOT SUCCESS [  0.996 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.architecture 1.0.0-SNAPSHOT SUCCESS [  0.813 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.types.edit 5.0.0-SNAPSHOT  SUCCESS [  0.649 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.core.architecture.edit 3.0.0-SNAPSHOT SUCCESS [  0.748 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.architecture.edit 1.0.0-SNAPSHOT SUCCESS [  0.675 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.aggregate.doc 2.0.0-SNAPSHOT SUCCESS [  0.174 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.doc 2.0.0-SNAPSHOT SUCCESS [  0.160 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.edit 2.0.0-SNAPSHOT SUCCESS [  0.334 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.editor 2.0.0-SNAPSHOT SUCCESS [  0.620 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.efacet.ui 4.0.0-SNAPSHOT SUCCESS [  1.178 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.query.java.sdk.ui 2.0.0-SNAPSHOT SUCCESS [  2.714 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.core 2.0.0-SNAPSHOT SUCCESS [  0.844 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui 3.0.0-SNAPSHOT SUCCESS [  0.773 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.util.emf.doc 2.0.0-SNAPSHOT SUCCESS [  0.134 s]
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore 2.0.0-SNAPSHOT SUCCESS [  0.940 s]
04:52:34 [INFO] Papyrus Infra Architecture 0.0.1-SNAPSHOT .......... SUCCESS [  0.006 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.core.sashwindows.di 2.0.0-SNAPSHOT SUCCESS [  0.469 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.core 4.4.0-SNAPSHOT ...... SUCCESS [  1.229 s]
04:52:34 [INFO] Papyrus Infra Services 0.0.1-SNAPSHOT .............. SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.markerlistener 3.0.0-SNAPSHOT SUCCESS [  0.846 s]
04:52:34 [INFO] Papyrus EMF Infrastructure 0.0.1-SNAPSHOT .......... SUCCESS [  0.005 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf 4.4.0-SNAPSHOT ....... SUCCESS [  1.604 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.edit 4.1.0-SNAPSHOT SUCCESS [  0.908 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.architecture 3.3.0-SNAPSHOT SUCCESS [ 13.252 s]
04:52:34 [INFO] Papyrus Infra Constraints 0.0.1-SNAPSHOT ........... SUCCESS [  0.007 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.constraints 3.0.0-SNAPSHOT SUCCESS [  1.077 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.architecture.representation 3.0.0-SNAPSHOT SUCCESS [  0.918 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.constraints.edit 3.0.0-SNAPSHOT SUCCESS [  0.876 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.architecture.representation.edit 2.0.0-SNAPSHOT SUCCESS [  0.842 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.core.sasheditor 3.0.0-SNAPSHOT SUCCESS [  0.826 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di 3.0.0-SNAPSHOT SUCCESS [  0.825 s]
04:52:34 [INFO] Papyrus Infra One-file 0.0.1-SNAPSHOT .............. SUCCESS [  0.003 s]
04:52:34 [INFO] Papyrus Views 0.0.1-SNAPSHOT ....................... SUCCESS [  0.002 s]
04:52:34 [INFO] Papyrus Properties View 0.0.1-SNAPSHOT ............. SUCCESS [  0.002 s]
04:52:34 [INFO] org.eclipse.papyrus.views.properties.services 1.0.0-SNAPSHOT SUCCESS [  1.653 s]
04:52:34 [INFO] Papyrus Infra UI 0.0.1-SNAPSHOT .................... SUCCESS [  0.004 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.widgets.toolbox 3.0.0-SNAPSHOT SUCCESS [  0.844 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.labelprovider 3.0.0-SNAPSHOT SUCCESS [  0.744 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.widgets 4.3.0-SNAPSHOT ... SUCCESS [  1.995 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.ui 3.5.100-SNAPSHOT ...... SUCCESS [  1.534 s]
04:52:34 [INFO] Papyrus Internationalization 0.0.1-SNAPSHOT ........ SUCCESS [  0.004 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.common 2.0.0-SNAPSHOT SUCCESS [  0.936 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.gmf 2.1.0-SNAPSHOT ... SUCCESS [  0.450 s]
04:52:34 [INFO] Papyrus EMF Expressions Infrastructure 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.expressions 2.0.0-SNAPSHOT SUCCESS [  0.585 s]
04:52:34 [INFO] Papyrus Nattable 0.0.1-SNAPSHOT .................... SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.model 5.0.0-SNAPSHOT SUCCESS [  1.389 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization 2.1.0-SNAPSHOT SUCCESS [  1.072 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.onefile 3.1.0-SNAPSHOT ... SUCCESS [  0.989 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.constraints.editor 3.0.0-SNAPSHOT SUCCESS [  1.154 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.constraints.ui 3.0.0-SNAPSHOT SUCCESS [  1.157 s]
04:52:34 [INFO] Papyrus Editor Welcome Page 0.0.1-SNAPSHOT ......... SUCCESS [  0.002 s]
04:52:34 [INFO] Papyrus Infra Properties Framework 0.0.1-SNAPSHOT .. SUCCESS [  0.002 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.properties 4.1.0-SNAPSHOT  SUCCESS [  1.100 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.readonly 4.1.0-SNAPSHOT SUCCESS [  0.994 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.emf 3.1.100-SNAPSHOT .. SUCCESS [  1.448 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.properties.ui 4.1.0-SNAPSHOT SUCCESS [  2.807 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.editor.welcome 3.0.0-SNAPSHOT SUCCESS [  1.391 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.navigation 4.0.0-SNAPSHOT SUCCESS [  0.900 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.editor.welcome.nattable 4.0.0-SNAPSHOT SUCCESS [  1.887 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.appearance 3.0.0-SNAPSHOT SUCCESS [  0.811 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.diagram.common 3.0.0-SNAPSHOT SUCCESS [  0.767 s]
04:52:34 [INFO] Papyrus Infra Filters Model 0.0.1-SNAPSHOT ......... SUCCESS [  0.002 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.filters 2.0.0-SNAPSHOT ... SUCCESS [  0.340 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.types.core 5.1.0-SNAPSHOT  SUCCESS [  0.994 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.types.rulebased 5.0.0-SNAPSHOT SUCCESS [  1.709 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.filters.edit 2.0.0-SNAPSHOT SUCCESS [  0.251 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.types 5.0.100-SNAPSHOT SUCCESS [  1.347 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.properties.edit 4.1.0-SNAPSHOT SUCCESS [  0.829 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.types.ui 5.0.0-SNAPSHOT SUCCESS [  1.197 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.expressions.edit 2.0.0-SNAPSHOT SUCCESS [  1.095 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.expressions.editor 2.0.0-SNAPSHOT SUCCESS [  0.881 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.expressions.properties 2.0.0-SNAPSHOT SUCCESS [  1.061 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.properties.editor 4.0.0-SNAPSHOT SUCCESS [  1.163 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.architecture 2.0.0-SNAPSHOT SUCCESS [  1.011 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.controlmode 3.1.0-SNAPSHOT SUCCESS [  1.183 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.controlmode.history 3.0.0-SNAPSHOT SUCCESS [  0.659 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.decoration 3.1.0-SNAPSHOT SUCCESS [  0.893 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.edit.ui 4.0.0-SNAPSHOT SUCCESS [  1.050 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.localizer 3.1.0-SNAPSHOT SUCCESS [  0.962 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.openelement 4.0.0-SNAPSHOT SUCCESS [  0.861 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.resourceloading 4.0.0-SNAPSHOT SUCCESS [  0.783 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.resourceloading.ui 2.0.0-SNAPSHOT SUCCESS [  1.784 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.semantic 3.0.0-SNAPSHOT SUCCESS [  0.692 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.validation 4.1.0-SNAPSHOT SUCCESS [  1.079 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.viewersearch 4.0.0-SNAPSHOT SUCCESS [  0.827 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.services.viewlabelprovider 2.0.0-SNAPSHOT SUCCESS [  0.763 s]
04:52:34 [INFO] Papyrus Infra New-Child Model 0.0.1-SNAPSHOT ....... SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.representation 3.0.0-SNAPSHOT SUCCESS [  0.762 s]
04:52:34 [INFO] Papyrus Diagram Infrastructure 0.0.1-SNAPSHOT ...... SUCCESS [  0.004 s]
04:52:34 [INFO] Papyrus UML Diagram PaletteConfiguration 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration 5.0.0-SNAPSHOT SUCCESS [  2.064 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation 3.0.0-SNAPSHOT SUCCESS [  1.409 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.utils 2.0.0-SNAPSHOT SUCCESS [  1.151 s]
04:52:34 [INFO] Papyrus Infra Viewpoints 0.0.1-SNAPSHOT ............ SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.viewpoints.policy 4.0.100-SNAPSHOT SUCCESS [  1.718 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands 4.0.0-SNAPSHOT SUCCESS [  1.828 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.newchild 5.0.0-SNAPSHOT .. SUCCESS [  1.490 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.newchild.edit 5.0.0-SNAPSHOT SUCCESS [  1.487 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.newchild.editor 4.0.0-SNAPSHOT SUCCESS [  1.482 s]
04:52:34 [INFO] Papyrus Infra TextEdit 0.0.1-SNAPSHOT .............. SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit 1.0.0-SNAPSHOT .. SUCCESS [  0.343 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.edit 1.0.0-SNAPSHOT SUCCESS [  0.296 s]
04:52:34 [INFO] Papyrus Infra Other Bundles 0.0.1-SNAPSHOT ......... SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.guava 1.0.0-SNAPSHOT ..... SUCCESS [  0.372 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.sync 3.1.0-SNAPSHOT ...... SUCCESS [  0.792 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.style 3.0.0-SNAPSHOT SUCCESS [  0.361 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.tooling.runtime 4.1.100-SNAPSHOT SUCCESS [  1.986 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.common 4.3.200-SNAPSHOT SUCCESS [  4.758 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.extensionpoints.editors 2.0.0-SNAPSHOT SUCCESS [  1.484 s]
04:52:34 [INFO] Papyrus Model Explorer View 0.0.1-SNAPSHOT ......... SUCCESS [  0.003 s]
04:52:34 [INFO] org.eclipse.papyrus.views.modelexplorer 5.1.0-SNAPSHOT SUCCESS [  2.725 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.modelexplorer 1.0.0-SNAPSHOT SUCCESS [  2.120 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.properties 1.0.0-SNAPSHOT SUCCESS [  1.368 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.representation 1.0.0-SNAPSHOT SUCCESS [  1.773 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.ui 1.0.0-SNAPSHOT SUCCESS [  1.519 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.representation.architecture 1.0.0-SNAPSHOT SUCCESS [  1.573 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.representation.edit 1.0.0-SNAPSHOT SUCCESS [  1.530 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.types 1.0.0-SNAPSHOT SUCCESS [  1.106 s]
04:52:34 [INFO] Papyrus UML 0.0.1-SNAPSHOT ......................... SUCCESS [  0.002 s]
04:52:34 [INFO] Papyrus UML Xtext Integration 0.0.1-SNAPSHOT ....... SUCCESS [  0.002 s]
04:52:34 [INFO] org.eclipse.papyrus.uml.xtext.integration.core 3.0.0-SNAPSHOT SUCCESS [  0.735 s]
04:52:34 [INFO] org.eclipse.papyrus.extensionpoints.editors 4.0.0-SNAPSHOT SUCCESS [  0.894 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.xtext 1.1.100-SNAPSHOT SUCCESS [  2.460 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.types.editor 4.0.0-SNAPSHOT SUCCESS [  1.173 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.types.ui 4.0.0-SNAPSHOT .. SUCCESS [  0.857 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable 7.1.100-SNAPSHOT  SUCCESS [  3.685 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.nattable 6.0.0-SNAPSHOT SUCCESS [  1.653 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.common 6.1.0-SNAPSHOT SUCCESS [  1.623 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.controlmode 3.1.0-SNAPSHOT SUCCESS [  1.526 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.model.edit 5.0.0-SNAPSHOT SUCCESS [  0.899 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.model.editor 6.0.0-SNAPSHOT SUCCESS [  1.518 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.modelexplorer 5.0.0-SNAPSHOT SUCCESS [  2.403 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.properties 3.0.0-SNAPSHOT SUCCESS [  1.598 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.views.config 6.0.0-SNAPSHOT SUCCESS [  1.527 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.views.editor 2.0.0-SNAPSHOT SUCCESS [  0.081 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.representation.edit 3.0.0-SNAPSHOT SUCCESS [  0.771 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.gmfdiag 2.0.0-SNAPSHOT SUCCESS [  1.529 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.fonts 2.0.0-SNAPSHOT .. FAILURE [  0.047 s]
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.architecture 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.resources 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.onefile.ui 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.newchild.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.hyperlink 4.0.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.psf 2.0.0-SNAPSHOT ....... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.edit 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.ui 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.controlmode 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.readonly 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.editor.welcome.internationalization 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical 3.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.controlmode 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.model.edit 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Diagram Expansion 0.0.1-SNAPSHOT ........... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.dnd 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Diagram CSS Support 0.0.1-SNAPSHOT ......... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.export 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.gef 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.preferences 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.navigation 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.hyperlink 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.modelexplorer 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.outline 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.properties 5.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.viewersearcher 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.widgets 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.representation.edit 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.style.edit 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Diagram Assistants 0.0.1-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant 2.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.edit 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.editor 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.ui 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext 4.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.properties 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.configuration 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.theme 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.modelexplorer.newchild 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.modelexplorer.resourceloading 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.properties 5.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.properties.model.xwt 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Validation View 0.0.1-SNAPSHOT ............. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.validation 3.1.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.search 3.1.0-SNAPSHOT .... SKIPPED
04:52:34 [INFO] Papyrus References View 0.0.1-SNAPSHOT ............. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.references 3.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] Papyrus Documentation View 0.0.1-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] Papyrus UML Internationalization 0.0.1-SNAPSHOT .... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.internationalization.utils 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.internationalization.edit 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.extensionpoints 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML Tools 0.0.1-SNAPSHOT ................... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.tools.utils 4.1.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.tools 5.2.0-SNAPSHOT ....... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.appearance 3.0.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] Papyrus UML Diagrams 0.0.1-SNAPSHOT ................ SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.common 5.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.types.core 5.0.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.ui 2.0.0-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.documentation 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Editor 0.0.1-SNAPSHOT ...................... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.eclipse.project.editors 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.editor 3.0.0-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.editor.perspectiveconfiguration 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.commands 2.0.0-SNAPSHOT .... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.controlmode.profile 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.documentation.profile 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.filters 2.1.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.filters.edit 2.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.icons 2.0.0-SNAPSHOT ....... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.modelrepair 3.1.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile 4.2.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.import 2.0.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.export 2.1.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.navigation 2.0.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.oclconstraintevaluation 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.wizards 4.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.perspective 2.0.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.resourceloading.profile 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.search.ui 3.1.0-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.service.types 5.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.service.types.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.service.validation 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.services.decoration 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.templaterepository 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML ALF 0.0.1-SNAPSHOT ..................... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf 4.0.100-SNAPSHOT ....... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.common 3.0.100-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.common.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.libraries 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.to.fuml 2.0.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.ui 4.0.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] Papyrus UML Architecture 0.0.1-SNAPSHOT ............ SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.activity 5.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.communication 6.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview 4.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML Nattable 0.0.1-SNAPSHOT ................ SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.generic.config 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.deployment 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.clazz 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.component 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.composite 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.stereotype.edition 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.menu 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.sequence 7.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable 6.0.100-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config 6.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.statemachine 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.timing 2.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.usecase 6.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.profile 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.architecture 2.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] Papyrus UML Decorator Models 0.0.1-SNAPSHOT ........ SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML Properties 0.0.1-SNAPSHOT .............. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.properties 4.1.100-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel.properties 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.common.groups 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.css 3.0.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.dnd 2.0.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.icons 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.linklf 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.modelexplorer 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.navigation 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.symbols 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.sequence.restrictions 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.symbols.properties 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML Expressions Infrastructure 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.expressions 3.0.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.expressions.edit 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.expressions.properties 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML Model Explorer 0.0.1-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.modelexplorer 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.modelexplorer.widgets 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.generic 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.matrix 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.menu 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.properties 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.richtext 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.xtext.integration.ui 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.xtext.integration 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML Textual Edit 0.0.1-SNAPSHOT ............ SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.xtext.valuespecification 6.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus UML Profile 0.0.1-SNAPSHOT ................. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.drafter 2.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.drafter.documentation 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.properties.xtext 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.common.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.javaconstraint 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.message.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.parameter.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.port.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.property.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.state.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext 4.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.transition.xtext.ui 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.xtext.integration.validation 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.internationalization 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus M2M QvTo 0.0.1-SNAPSHOT .................... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.plugins-doc 0.0.1-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] Papyrus - API migration documentation 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Copypaste UI doc 2.0.0-SNAPSHOT ............ SKIPPED
04:52:34 [INFO] Papyrus Developer doc 2.0.0-SNAPSHOT ............... SKIPPED
04:52:34 [INFO] Papyrus DSML Validation doc 2.0.0-SNAPSHOT ......... SKIPPED
04:52:34 [INFO] Papyrus Infra doc 2.0.0-SNAPSHOT ................... SKIPPED
04:52:34 [INFO] Papyrus Infra GmfDiag Common doc 2.0.0-SNAPSHOT .... SKIPPED
04:52:34 [INFO] Papyrus Infra GmfDiag Css doc 2.0.0-SNAPSHOT ....... SKIPPED
04:52:34 [INFO] Papyrus Infra Expression doc 2.0.0-SNAPSHOT ........ SKIPPED
04:52:34 [INFO] Papyrus Internationalization doc 2.0.0-SNAPSHOT .... SKIPPED
04:52:34 [INFO] Papyrus Infra Nattable doc 2.0.0-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] Papyrus Infra Newchild doc 2.0.0-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] Papyrus Infra Services ControlMode doc 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] Papyrus Infra Service decoration doc 2.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] Papyrus Infra Architecture doc 2.0.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] Papyrus Infra Types doc 4.0.0-SNAPSHOT ............. SKIPPED
04:52:34 [INFO] Papyrus Req Reqif doc 2.0.0-SNAPSHOT ............... SKIPPED
04:52:34 [INFO] Papyrus Uml DecoratorModel doc 2.0.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] Papyrus Uml Diagram Common doc 2.0.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] Papyrus Uml Diagram profile doc 2.0.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] Papyrus Uml doc 2.0.0-SNAPSHOT ..................... SKIPPED
04:52:34 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED
04:52:34 [INFO] Papyrus ModelRepair doc 2.0.0-SNAPSHOT ............. SKIPPED
04:52:34 [INFO] Papyrus Uml Profile Assistants doc 2.0.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] Papyrus Uml Diagram Customization from a Profile doc 0.7.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Profile Types doc 1.0.0-SNAPSHOT ........... SKIPPED
04:52:34 [INFO] Papyrus Uml Search UI doc 2.0.0-SNAPSHOT ........... SKIPPED
04:52:34 [INFO] Papyrus Views Properties doc 2.0.0-SNAPSHOT ........ SKIPPED
04:52:34 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
04:52:34 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
04:52:34 [INFO] Papyrus Views References doc 2.0.0-SNAPSHOT ........ SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.doc 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.architecture.doc 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.doc 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Toolsmiths Plug-in Builders doc 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus SDK 0.0.1-SNAPSHOT ......................... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.sdk 6.6.0-SNAPSHOT ............. SKIPPED
04:52:34 [INFO] Papyrus Examples Plugins 1.0.1-SNAPSHOT ............ SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.core 1.0.1-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.core.lifecycleevents 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.core.sashwindows.fulleditor 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.core.sashwindows.simpleeditor 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.emf 1.0.1-SNAPSHOT .... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.outline.emftree 2.0.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.infra 1.0.1-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.infra.servicesregistry.retrieval 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.connectionpoint.preferences 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.others 1.0.1-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.text.instance 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.uml 1.0.1-SNAPSHOT .... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.uml.comment.editor.newresource 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.uml.comment.editor.sharedresource 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.emftree 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textual.editors.example 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.disable.helper.advices.example 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.uml.diagrams 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.uml.nattable.actions 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.uml.nattable.empty.line 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.example.uml.services.decorator 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.uml.textedit.property.xtext.architecture 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples-user 1.0.1-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.examples.user.qvto 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Main Features 0.0.1-SNAPSHOT ............... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.validation.feature 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.modelexplorer.feature 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.references.feature 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.properties.feature 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.documentation.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.search.feature 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.feature 2.0.0-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.doc.feature 3.1.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel.feature 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.architecture.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.xtext.integration.feature 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.ui.feature 1.2.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.tools.feature 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.modelexplorer.feature 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.feature 4.0.200-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.properties.feature 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.feature 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.search.feature 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.feature 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.feature 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.css.feature 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.feature 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.m2m.qvto.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.feature 5.0.100-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.editor.feature 2.0.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.emf.feature 1.1.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.feature 3.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.feature 3.0.200-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.core.feature 3.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.feature 3.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.viewpoints.feature 3.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.widget.feature 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.feature 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.architecture.feature 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.feature 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.feature 3.3.0-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.feature 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.sdk.feature 6.6.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.textedit.feature 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Examples Features 0.0.1-SNAPSHOT ........... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.user.examples.feature 0.0.3-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.main.targetplatform 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SKIPPED
04:52:34 [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT ....... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT .......... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SKIPPED
04:52:34 [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT ..... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT .... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT ...... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.releng 0.0.1-SNAPSHOT .... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.plugins.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.main.test 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.editor.integration.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.views.tests 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.common.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.infra.nattable.feature 1.4.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.core.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.core.clipboard.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.tests.releng 0.0.1-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.tests.releng 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.component.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.canonical.tests 2.1.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.dynamic.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.common.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.composite.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.sequence.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.deployment.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.wizards.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.activity.tests 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.timing.tests 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.clazz.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.usecase.tests 5.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.diagram.feature 1.2.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.tests 0.0.1-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.emf.facet.architecture.tests 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.emf.facet.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.common.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties.tests 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.tests 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.toolsmiths.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.decoratormodel.controlmode.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.decoratormodel.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.assistants.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.types.generator.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.assistants.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.property.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.parameter.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.port.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.tests.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.tools.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.tools.tests 4.1.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.tools.utils.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.tools.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.model.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.main.test 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.generic.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.stereotyped.elements.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.clazz.config.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.matrix.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.core.tests 4.1.0-SNAPSHOT  SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.nattable.feature 1.3.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.controlmode.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.resourceloading.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.edit.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.semantic.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.edit.ui.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.infra.services.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.documentation.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.views.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.modelexplorer.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.service.types.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.properties.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.types.core.tests 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.profile.drafter.tests 2.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.modelrepair.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.filters.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.service.types.ui.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.filters.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.emf.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.tests 2.0.0-SNAPSHOT .. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.tests 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.readonly.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.types.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.types.tests 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.properties.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.properties.ui.tests 3.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.menu.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.viewpoints.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.viewpoints.policy.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.tools.tests 2.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.editor.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.editor.welcome.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.welcome.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.commands.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.tests 2.1.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.assistant.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.types.ui.tests 4.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.gmfdiag.common.tests 4.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.gmf.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.infra.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.core.sasheditor.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.core.sasheditor.di.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.infra.core.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.feature 2.0.100-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.expressions.main.tests 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.emf.expressions.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.infra.emf.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.internationalization.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.infra.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.expressions.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.expressions.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.expressions.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.internationalization.main.test 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.internationalization.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.internationalization.controlmode.tests 2.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.tests.uml.internationalization.feature 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.tests 2.0.100-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.tests.feature 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] Papyrus Tests Features 0.0.1-SNAPSHOT .............. SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.developer.suite.tests 1.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.bundles.tests 0.0.1-SNAPSHOT ... SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.eclipse.project.editors.tests 3.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.editors.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.core.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.nattable.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.services.labelprovider.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.architecture.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.ui.architecture.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.infra.newchild.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.toolsmiths.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.communication.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.statemachine.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.interactionoverview.tests 2.0.100-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.stereotypeproperty.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.dnd.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.diagram.properties.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.stereotype.display.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.nattable.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.valuespecification.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.textedit.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.validation.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.validation.tests.staticprofile 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.validation.tests.genvalidation 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.validation.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.architecture.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.suite.tests 1.1.0-SNAPSHOT . SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.uml.alf.backend.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.properties.toolsmiths.tests 2.0.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.suite.tests 1.1.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.views.documentation.tests.releng 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.main.tests.releng 1.2.0-SNAPSHOT SKIPPED
04:52:34 [INFO] org.eclipse.papyrus.main.tests.targetplatform 0.0.1-SNAPSHOT SKIPPED
04:52:34 [INFO] ------------------------------------------------------------------------
04:52:34 [INFO] BUILD FAILURE
04:52:34 [INFO] ------------------------------------------------------------------------
04:52:34 [INFO] Total time:  03:55 min
04:52:34 [INFO] Finished at: 2024-01-05T09:52:34Z
04:52:34 [INFO] ------------------------------------------------------------------------
04:52:35 [ERROR] Cannot resolve dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.ui.fonts:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Gerrit-Master/source/plugins/infra/ui/org.eclipse.papyrus.infra.ui.fonts/pom.xml: See log for details
04:52:35 [ERROR] 
04:52:35 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
04:52:35 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
04:52:36 Build step 'Invoke top-level Maven targets' marked build as failure
04:52:36 Terminating xvnc.
04:52:54 Sending e-mails to: quentin.lemenez@cea.fr
04:52:54 Finished: FAILURE