Skip to content
Success

Console Output

Skipping 793 KB.. Full Log
Discouraged access: The method 'Resource.getFileExtension()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[135] 
14:05:13 	resource = TableEditingDomainUtils.getTableEditingDomain(manager.getTable()).getResourceSet().getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
14:05:13 	                                                                                                                              ^^^^
14:05:13 Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[135] 
14:05:13 	resource = TableEditingDomainUtils.getTableEditingDomain(manager.getTable()).getResourceSet().getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
14:05:13 	                                                                                                                                                     ^^^^^^^^^^^
14:05:13 Discouraged access: The method 'Resource.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[138] 
14:05:13 	resource = set.getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
14:05:13 	                                               ^^^^
14:05:13 Discouraged access: The type 'File' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/EditTableConfigurationWizard.java:[138] 
14:05:13 	resource = set.getResource(URI.createFileURI(((File) selectedElement).getLocation().toString()), true);
14:05:13 	                                                                      ^^^^^^^^^^^
14:05:13 Discouraged access: The method 'Resource.getLocation()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[168] 
14:05:13 	if (this.firstSelectedElement instanceof org.eclipse.core.internal.resources.Resource) {
14:05:13 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[169] 
14:05:13 	project = ((org.eclipse.core.internal.resources.Resource) firstSelectedElement).getProject();
14:05:13 	            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'Resource' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateAndEditTableConfigurationWizard.java:[169] 
14:05:13 	project = ((org.eclipse.core.internal.resources.Resource) firstSelectedElement).getProject();
14:05:13 	                                                                                ^^^^^^^^^^
14:05:13 Discouraged access: The method 'Resource.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.core.resources/3.20.200.v20240513-1323/org.eclipse.core.resources-3.20.200.v20240513-1323.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[31] 
14:05:13 	import org.eclipse.pde.internal.ui.wizards.IProjectProvider;
14:05:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[32] 
14:05:13 	import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationOperation;
14:05:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'NewProjectCreationOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[33] 
14:05:13 	import org.eclipse.pde.internal.ui.wizards.plugin.NewProjectCreationPage;
14:05:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[34] 
14:05:13 	import org.eclipse.pde.internal.ui.wizards.plugin.PluginContentPage;
14:05:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[35] 
14:05:13 	import org.eclipse.pde.internal.ui.wizards.plugin.PluginFieldData;
14:05:13 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[49] 
14:05:13 	private NewProjectCreationPage nattableConfigurationProjectCreationPage;
14:05:13 	        ^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[54] 
14:05:13 	private IProjectProvider projectProvider;
14:05:13 	        ^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[59] 
14:05:13 	protected PluginContentPage contentPage;
14:05:13 	          ^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[64] 
14:05:13 	private PluginFieldData pluginData;
14:05:13 	        ^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[72] 
14:05:13 	pluginData = new PluginFieldData();
14:05:13 	                 ^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'PluginFieldData' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[72] 
14:05:13 	pluginData = new PluginFieldData();
14:05:13 	                 ^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The constructor 'PluginFieldData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[74] 
14:05:13 	nattableConfigurationProjectCreationPage = new NewProjectCreationPage(Messages.NattableConfigurationProjectCreationPage_pageName, pluginData, false,new StructuredSelection());
14:05:13 	                                               ^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'NewProjectCreationPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[74] 
14:05:13 	nattableConfigurationProjectCreationPage = new NewProjectCreationPage(Messages.NattableConfigurationProjectCreationPage_pageName, pluginData, false,new StructuredSelection());
14:05:13 	                                               ^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The constructor 'NewProjectCreationPage(String, AbstractFieldData, boolean, IStructuredSelection)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[77] 
14:05:13 	projectProvider = new IProjectProvider() {
14:05:13 	                      ^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'IProjectProvider' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[94] 
14:05:13 	contentPage = new PluginContentPage("page2", projectProvider, nattableConfigurationProjectCreationPage, pluginData); //$NON-NLS-1$
14:05:13 	                  ^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'PluginContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[94] 
14:05:13 	contentPage = new PluginContentPage("page2", projectProvider, nattableConfigurationProjectCreationPage, pluginData); //$NON-NLS-1$
14:05:13 	                  ^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The constructor 'PluginContentPage(String, IProjectProvider, NewProjectCreationPage, AbstractFieldData)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[117] 
14:05:13 	getContainer().run(false, true, new NewProjectCreationOperation(pluginData, projectProvider, null));
14:05:13 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The type 'NewProjectCreationOperation' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[117] 
14:05:13 	getContainer().run(false, true, new NewProjectCreationOperation(pluginData, projectProvider, null));
14:05:13 	                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:13 Discouraged access: The constructor 'NewProjectCreationOperation(IFieldData, IProjectProvider, IPluginContentWizard)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/org/eclipse/papyrus/customization/nattableconfiguration/wizards/CreateNattableConfigurationProjectWizard.java:[212] 
14:05:13 	return this.projectProvider.getProject();
14:05:13 	                            ^^^^^^^^^^
14:05:13 Discouraged access: The method 'IProjectProvider.getProject()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:13 30 problems (30 warnings)
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] 
14:05:13 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/src/test/resources
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 274 were skipped
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-sources.jar
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] 
14:05:13 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] 
14:05:13 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:13 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT.jar
14:05:20 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.customization.nattableconfiguration/target/org.eclipse.papyrus.customization.nattableconfiguration-3.0.0-SNAPSHOT-sources.jar
14:05:25 [INFO] 
14:05:25 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.customization.nattableconfiguration ---
14:05:25 [INFO] 
14:05:25 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette >-----
14:05:25 [INFO] Building org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT   [58/74]
14:05:25 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
14:05:25 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:05:25 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.palette:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/pom.xml
14:05:25 [INFO] 
14:05:25 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:25 [INFO] 
14:05:25 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:25 [INFO] The project's OSGi version is 4.0.0.202405291751
14:05:25 [INFO] 
14:05:25 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:25 [INFO] 
14:05:25 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:25 [INFO] 
14:05:25 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:25 [INFO] 
14:05:25 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:25 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.palette
14:05:26 [INFO] 
14:05:26 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/main/resources
14:05:26 [INFO] 
14:05:26 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:26 [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[142] 
14:05:27 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
14:05:27 	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:27 Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[142] 
14:05:27 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
14:05:27 	                                                                                                                                 ^^^^^^^
14:05:27 HashSet is a raw type. References to generic type HashSet<E> should be parameterized
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[149] 
14:05:27 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
14:05:27 	                                                                                                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:27 Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[149] 
14:05:27 	PapyrusPalettePreferences.addLocalExtendedPalette(paletteId, paletteId, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
14:05:27 	                                                                                                                                 ^^^^^^^
14:05:27 HashSet is a raw type. References to generic type HashSet<E> should be parameterized
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
14:05:27 	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
14:05:27 	                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:27 Type safety: The constructor HashSet(Collection) belongs to the raw type HashSet. References to generic type HashSet<E> should be parameterized
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
14:05:27 	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
14:05:27 	                                                                                                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:27 Type safety: The expression of type HashSet needs unchecked conversion to conform to Set<String>
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PaletteConfigurationWizard.java:[169] 
14:05:27 	PapyrusPalettePreferences.addWorkspaceExtendedPalette(paletteId, paletteId, pathWS, priority, PaletteUtils.getEditorIdValue(editorPart), new HashSet(paletteModel.getRequiredProfiles()));
14:05:27 	                                                                                                                                             ^^^^^^^
14:05:27 HashSet is a raw type. References to generic type HashSet<E> should be parameterized
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/ConfigurationInformationComposite.java:[197] 
14:05:27 	ToolConfiguration configuration = ((ToolConfiguration) selectedConfiguration);
14:05:27 	                  ^^^^^^^^^^^^^
14:05:27 The value of the local variable configuration is not used
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[354] 
14:05:27 	button.setData(new Integer(id));
14:05:27 	                   ^^^^^^^^^^^
14:05:27 The constructor Integer(int) has been deprecated since version 9 and marked for removal
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[367] 
14:05:27 	paletteButtonsMap.put(new Integer(id), button);
14:05:27 	                          ^^^^^^^^^^^
14:05:27 The constructor Integer(int) has been deprecated since version 9 and marked for removal
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[671] 
14:05:27 	private PapyrusPaletteService paletteService;
14:05:27 	                              ^^^^^^^^^^^^^^
14:05:27 The value of the field PapyrusPaletteCustomizerDialog.PalettesTableContentProvider.paletteService is not used
14:05:27 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/org/eclipse/papyrus/toolsmiths/palette/dialog/PapyrusPaletteCustomizerDialog.java:[674] 
14:05:27 	private final TableViewer viewer;
14:05:27 	                          ^^^^^^
14:05:27 The value of the field PapyrusPaletteCustomizerDialog.PalettesTableContentProvider.viewer is not used
14:05:27 12 problems (12 warnings)
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] 
14:05:27 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/src/test/resources
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 279 were skipped
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-sources.jar
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] 
14:05:27 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] 
14:05:27 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:27 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT.jar
14:05:31 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.palette/target/org.eclipse.papyrus.toolsmiths.palette-4.0.0-SNAPSHOT-sources.jar
14:05:38 [INFO] 
14:05:38 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.palette ---
14:05:38 [INFO] 
14:05:38 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor >--
14:05:38 [INFO] Building org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT [59/74]
14:05:38 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
14:05:38 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:05:38 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.infra.gmfdiag.expansion.editor:3.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/pom.xml
14:05:39 [INFO] 
14:05:39 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] 
14:05:39 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] The project's OSGi version is 3.0.0.202405291751
14:05:39 [INFO] 
14:05:39 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] 
14:05:39 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] 
14:05:39 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] 
14:05:39 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] Resolving class path of org.eclipse.papyrus.infra.gmfdiag.expansion.editor
14:05:39 [INFO] 
14:05:39 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src/main/resources
14:05:39 [INFO] 
14:05:39 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:39 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:05:40 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1331] 
14:05:40 	public Object getAdapter(Class key) {
14:05:40 	       ^^^^^^
14:05:40 Type safety: The return type Object for getAdapter(Class) from the type ExpansionModelEditor needs unchecked conversion to conform to T from the type MultiPageEditorPart
14:05:40 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1342] 
14:05:40 	return super.getAdapter(key);
14:05:40 	       ^^^^^^^^^^^^^^^^^^^^^
14:05:40 Type safety: Unchecked invocation getAdapter(Class) of the generic method getAdapter(Class<T>) of type MultiPageEditorPart
14:05:40 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src-gen/org/eclipse/papyrus/infra/gmfdiag/expansion/expansionmodel/presentation/ExpansionModelEditor.java:[1342] 
14:05:40 	return super.getAdapter(key);
14:05:40 	                        ^^^
14:05:40 Type safety: The expression of type Class needs unchecked conversion to conform to Class<Object>
14:05:40 3 problems (3 warnings)
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] 
14:05:40 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/src/test/resources
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 242 were skipped
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-sources.jar
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] 
14:05:40 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] 
14:05:40 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:40 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT.jar
14:05:44 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/infra/gmfdiag/expansion/org.eclipse.papyrus.infra.gmfdiag.expansion.editor/target/org.eclipse.papyrus.infra.gmfdiag.expansion.editor-3.0.0-SNAPSHOT-sources.jar
14:05:47 [INFO] 
14:05:47 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.infra.gmfdiag.expansion.editor ---
14:05:47 [INFO] 
14:05:47 [INFO] ---------< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths >---------
14:05:47 [INFO] Building org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT           [60/74]
14:05:47 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
14:05:47 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:05:47 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/pom.xml
14:05:47 [INFO] 
14:05:47 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths ---
14:05:47 [INFO] 
14:05:47 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths ---
14:05:47 [INFO] The project's OSGi version is 2.1.0.202405291751
14:05:47 [INFO] 
14:05:47 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths ---
14:05:47 [INFO] 
14:05:47 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths ---
14:05:47 [INFO] 
14:05:47 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths ---
14:05:47 [INFO] 
14:05:47 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths ---
14:05:47 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths
14:05:48 [INFO] 
14:05:48 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/main/resources
14:05:48 [INFO] 
14:05:48 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [INFO] Compiling 53 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CustomizationPage.java:[64] 
14:05:48 	this.configuration.setPlugin(getWizard().getPluginId());
14:05:48 	                                         ^^^^^^^^^^^
14:05:48 Discouraged access: The method 'NewPluginProjectWizard.getPluginId()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/types/generator/TypesPluginGenerator.java:[92] 
14:05:48 	IStatus configurePlugin = configurePlugin(project, entry.getValue(), contextId, generateExtensionPoint);
14:05:48 	        ^^^^^^^^^^^^^^^
14:05:48 The value of the local variable configurePlugin is not used
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[24] 
14:05:48 	import org.eclipse.pde.internal.ui.wizards.plugin.NewPluginProjectWizard;
14:05:48 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14:05:48 Discouraged access: The type 'NewPluginProjectWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[28] 
14:05:48 	public class CreateNewCustomizationPluginWizard extends NewPluginProjectWizard {
14:05:48 	                                                        ^^^^^^^^^^^^^^^^^^^^^^
14:05:48 Discouraged access: The type 'NewPluginProjectWizard' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[35] 
14:05:48 	private Image defaultImage;
14:05:48 	              ^^^^^^^^^^^^
14:05:48 The value of the field CreateNewCustomizationPluginWizard.defaultImage is not used
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[38] 
14:05:48 	super();
14:05:48 	^^^^^^^^
14:05:48 Discouraged access: The constructor 'NewPluginProjectWizard()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[46] 
14:05:48 	super.addPages();
14:05:48 	      ^^^^^^^^
14:05:48 Discouraged access: The method 'NewPluginProjectWizard.addPages()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[52] 
14:05:48 	if (page == fContentPage) { // Remove the template page
14:05:48 	            ^^^^^^^^^^^^
14:05:48 Discouraged access: The field 'NewPluginProjectWizard.fContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[59] 
14:05:48 	return this.fContentPage.getData().getProvider();
14:05:48 	            ^^^^^^^^^^^^
14:05:48 Discouraged access: The field 'NewPluginProjectWizard.fContentPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[59] 
14:05:48 	return this.fContentPage.getData().getProvider();
14:05:48 	                         ^^^^^^^
14:05:48 Discouraged access: The method 'ContentPage.getData()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[64] 
14:05:48 	boolean result = super.performFinish();
14:05:48 	                       ^^^^^^^^^^^^^
14:05:48 Discouraged access: The method 'NewPluginProjectWizard.performFinish()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/org/eclipse/papyrus/toolsmiths/wizard/CreateNewCustomizationPluginWizard.java:[66] 
14:05:48 	IProject project = this.fMainPage.getProjectHandle();
14:05:48 	                        ^^^^^^^^^
14:05:48 Discouraged access: The field 'NewPluginProjectWizard.fMainPage' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/.repository/p2/osgi/bundle/org.eclipse.pde.ui/3.15.200.v20240518-1954/org.eclipse.pde.ui-3.15.200.v20240518-1954.jar')
14:05:48 12 problems (12 warnings)
14:05:48 [INFO] 
14:05:48 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [INFO] 
14:05:48 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [INFO] 
14:05:48 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/src/test/resources
14:05:48 [INFO] 
14:05:48 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [INFO] 
14:05:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 246 were skipped
14:05:48 [INFO] 
14:05:48 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths ---
14:05:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT-sources.jar
14:05:48 [INFO] 
14:05:48 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths ---
14:05:49 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT.jar
14:05:49 [INFO] 
14:05:49 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths ---
14:05:49 [INFO] 
14:05:49 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths ---
14:05:49 [INFO] 
14:05:49 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths ---
14:05:49 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT.jar
14:05:53 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths/target/org.eclipse.papyrus.toolsmiths-2.1.0-SNAPSHOT-sources.jar
14:05:58 [INFO] 
14:05:58 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths ---
14:05:58 [INFO] 
14:05:58 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature >-----
14:05:58 [INFO] Building org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT   [61/74]
14:05:58 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
14:05:58 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:05:58 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature:1.3.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
14:05:59 [INFO] 
14:05:59 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target
14:05:59 [INFO] 
14:05:59 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [INFO] The project's OSGi version is 1.3.0.202405291751
14:05:59 [INFO] 
14:05:59 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [INFO] 
14:05:59 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [INFO] 
14:05:59 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [INFO] 
14:05:59 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/src/main/resources
14:05:59 [INFO] 
14:05:59 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 694 were skipped
14:05:59 [INFO] 
14:05:59 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.feature ---
14:05:59 [INFO] 
14:05:59 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.feature ---
14:06:00 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT.jar
14:06:00 [INFO] 
14:06:00 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.feature ---
14:06:00 [INFO] 
14:06:00 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
14:06:00 [INFO] 
14:06:00 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.feature ---
14:06:00 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-sources-feature.jar
14:06:00 [INFO] 
14:06:00 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.feature ---
14:06:00 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT.jar
14:06:03 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-sources-feature.jar
14:06:08 [INFO] 
14:06:08 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
14:06:08 [INFO] 
14:06:08 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator >--
14:06:08 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT [62/74]
14:06:08 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
14:06:08 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:06:08 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
14:06:09 [INFO] 
14:06:09 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:09 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
14:06:09 [INFO] 
14:06:09 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:09 [INFO] The project's OSGi version is 2.0.0.202405291751
14:06:09 [INFO] 
14:06:09 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:09 [INFO] 
14:06:09 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:09 [INFO] 
14:06:09 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:09 [INFO] 
14:06:09 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:09 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator
14:06:09 [INFO] 
14:06:09 [INFO] --- xtend:2.31.0:compile (default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] 
14:06:10 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/main/resources
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] 
14:06:10 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/test/resources
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 212 were skipped
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-sources.jar
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] 
14:06:10 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] 
14:06:10 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:10 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
14:06:14 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT-sources.jar
14:06:17 [INFO] 
14:06:17 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
14:06:17 [INFO] 
14:06:17 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui >--
14:06:17 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT [63/74]
14:06:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
14:06:17 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:06:17 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
14:06:17 [INFO] 
14:06:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:17 [INFO] 
14:06:17 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:17 [INFO] The project's OSGi version is 2.0.0.202405291751
14:06:17 [INFO] 
14:06:17 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:17 [INFO] 
14:06:17 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:17 [INFO] 
14:06:17 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:17 [INFO] 
14:06:17 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:17 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui
14:06:18 [INFO] 
14:06:18 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/main/resources
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] 
14:06:18 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/test/resources
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 212 were skipped
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-sources.jar
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] 
14:06:18 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] 
14:06:18 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:18 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT.jar
14:06:23 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui-2.0.0-SNAPSHOT-sources.jar
14:06:28 [INFO] 
14:06:28 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
14:06:28 [INFO] 
14:06:28 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui >--
14:06:28 [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT [64/74]
14:06:28 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
14:06:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:06:28 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
14:06:28 [INFO] 
14:06:28 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:28 [INFO] 
14:06:28 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:28 [INFO] The project's OSGi version is 2.1.0.202405291751
14:06:28 [INFO] 
14:06:28 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:28 [INFO] 
14:06:28 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:28 [INFO] 
14:06:28 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:28 [INFO] 
14:06:28 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:28 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.ui
14:06:30 [INFO] 
14:06:30 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/main/resources
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] 
14:06:30 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/test/resources
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 340 were skipped
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-sources.jar
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] 
14:06:30 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] 
14:06:30 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:30 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT.jar
14:06:34 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/target/org.eclipse.papyrus.uml.profile.types.generator.ui-2.1.0-SNAPSHOT-sources.jar
14:06:37 [INFO] 
14:06:37 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
14:06:37 [INFO] 
14:06:37 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui >--
14:06:37 [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT [65/74]
14:06:37 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
14:06:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:06:37 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui:2.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
14:06:38 [INFO] 
14:06:38 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:38 [INFO] 
14:06:38 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:38 [INFO] The project's OSGi version is 2.0.0.202405291751
14:06:38 [INFO] 
14:06:38 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:38 [INFO] 
14:06:38 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:38 [INFO] 
14:06:38 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:38 [INFO] 
14:06:38 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:38 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.ui
14:06:39 [INFO] 
14:06:39 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/main/resources
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] 
14:06:39 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/test/resources
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-sources.jar
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] 
14:06:39 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] 
14:06:39 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:39 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT.jar
14:06:43 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/target/org.eclipse.papyrus.uml.profile.assistants.generator.ui-2.0.0-SNAPSHOT-sources.jar
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
14:06:48 [INFO] 
14:06:48 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature >---
14:06:48 [INFO] Building org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT [66/74]
14:06:48 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
14:06:48 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:06:48 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature:4.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
14:06:48 [INFO] 
14:06:48 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] The project's OSGi version is 4.0.0.202405291751
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] 
14:06:48 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] 
14:06:48 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/src/main/resources
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 321 were skipped
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] 
14:06:48 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-sources-feature.jar
14:06:48 [INFO] 
14:06:48 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:48 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar
14:06:52 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT-sources-feature.jar
14:06:57 [INFO] 
14:06:57 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
14:06:57 [INFO] 
14:06:57 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.newchild >--
14:06:57 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT [67/74]
14:06:57 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/pom.xml
14:06:57 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:06:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.newchild:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/pom.xml
14:06:57 [INFO] 
14:06:57 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:57 [INFO] 
14:06:57 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:57 [INFO] The project's OSGi version is 1.0.0.202405291751
14:06:57 [INFO] 
14:06:57 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:57 [INFO] 
14:06:57 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:57 [INFO] 
14:06:57 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:57 [INFO] 
14:06:57 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:57 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild
14:06:58 [INFO] 
14:06:58 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/src/main/resources
14:06:58 [INFO] 
14:06:58 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:58 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] 
14:06:59 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/src/test/resources
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 288 were skipped
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-sources.jar
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] 
14:06:59 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] 
14:06:59 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:06:59 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar
14:07:02 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-sources.jar
14:07:06 [INFO] 
14:07:06 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
14:07:06 [INFO] 
14:07:06 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes >--
14:07:06 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT [68/74]
14:07:06 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
14:07:06 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:07:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
14:07:06 [INFO] 
14:07:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:06 [INFO] 
14:07:06 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:06 [INFO] The project's OSGi version is 2.1.0.202405291751
14:07:06 [INFO] 
14:07:06 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:06 [INFO] 
14:07:06 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:06 [INFO] 
14:07:06 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:06 [INFO] 
14:07:06 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:06 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes
14:07:07 [INFO] 
14:07:07 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/main/resources
14:07:07 [INFO] 
14:07:07 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:07 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] 
14:07:08 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/test/resources
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 342 were skipped
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-sources.jar
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT.jar
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] 
14:07:08 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] 
14:07:08 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:08 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT.jar
14:07:12 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-sources.jar
14:07:17 [INFO] 
14:07:17 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
14:07:17 [INFO] 
14:07:17 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.properties >--
14:07:17 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT [69/74]
14:07:17 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/pom.xml
14:07:17 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:07:17 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.properties:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/pom.xml
14:07:17 [INFO] 
14:07:17 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:17 [INFO] 
14:07:17 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:17 [INFO] The project's OSGi version is 1.0.0.202405291751
14:07:17 [INFO] 
14:07:17 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:17 [INFO] 
14:07:17 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:17 [INFO] 
14:07:17 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:17 [INFO] 
14:07:17 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:17 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties
14:07:18 [INFO] 
14:07:18 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/src/main/resources
14:07:18 [INFO] 
14:07:18 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:18 [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] 
14:07:19 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/src/test/resources
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 290 were skipped
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-sources.jar
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] 
14:07:19 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] 
14:07:19 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:19 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar
14:07:25 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-sources.jar
14:07:30 [INFO] 
14:07:30 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
14:07:30 [INFO] 
14:07:30 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture >--
14:07:30 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT [70/74]
14:07:30 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
14:07:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:07:31 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
14:07:31 [INFO] 
14:07:31 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:31 [INFO] 
14:07:31 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:31 [INFO] The project's OSGi version is 2.1.0.202405291751
14:07:31 [INFO] 
14:07:31 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:31 [INFO] 
14:07:31 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:31 [INFO] 
14:07:31 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:31 [INFO] 
14:07:31 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:31 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture
14:07:32 [INFO] 
14:07:32 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/main/resources
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] 
14:07:32 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/test/resources
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 276 were skipped
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-sources.jar
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] 
14:07:32 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] 
14:07:32 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:32 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar
14:07:36 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-sources.jar
14:07:41 [INFO] 
14:07:41 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
14:07:41 [INFO] 
14:07:41 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile >--
14:07:41 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT [71/74]
14:07:41 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
14:07:41 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
14:07:41 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile:2.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
14:07:41 [INFO] 
14:07:41 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:41 [INFO] 
14:07:41 [INFO] --- tycho-packaging:4.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:41 [INFO] The project's OSGi version is 2.1.0.202405291751
14:07:41 [INFO] 
14:07:41 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:41 [INFO] 
14:07:41 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:41 [INFO] 
14:07:41 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:41 [INFO] 
14:07:41 [INFO] --- tycho-compiler:4.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:41 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile
14:07:42 [INFO] 
14:07:42 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/main/resources
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-compiler:4.0.3:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/bin using Eclipse Compiler for Java(TM) 3.35.0.v20230814-2020
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-bnd:4.0.3:process (default-process) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-ds:4.0.3:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] 
14:07:42 [INFO] --- resources:3.3.1:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/test/resources
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-compiler:4.0.3:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 270 were skipped
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-sources.jar
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-packaging:4.0.3:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT.jar
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] 
14:07:42 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] 
14:07:42 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:42 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT.jar
14:07:49 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-sources.jar
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
14:07:54 [INFO] 
14:07:54 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature >--
14:07:54 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT [72/74]
14:07:54 [INFO]   from /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
14:07:54 [INFO] --------------------------[ eclipse-feature ]---------------------------
14:07:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
14:07:54 [INFO] 
14:07:54 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] The project's OSGi version is 1.0.0.202405291751
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-packaging:4.0.3:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-packaging:4.0.3:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] 
14:07:54 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] 
14:07:54 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/src/main/resources
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-packaging:4.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [WARNING] 0 system scoped dependencies were mapped to maven artifacts, 328 were skipped
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-packaging:4.0.3:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-p2:4.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-p2:4.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] 
14:07:54 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-sources-feature.jar
14:07:54 [INFO] 
14:07:54 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:07:54 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar
14:07:59 [INFO] Signing jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT-sources-feature.jar
14:08:06 [INFO] 
14:08:06 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
14:08:06 [INFO] 
14:08:06 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.targetplatform >--
14:08:06 [INFO] Building org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT [73/74]
14:08:06 [INFO]   from targetPlatform/pom.xml
14:08:06 [INFO] ---------------------[ eclipse-target-definition ]----------------------
14:08:06 [INFO] 
14:08:06 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
14:08:06 [INFO] 
14:08:06 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
14:08:06 [INFO] 
14:08:06 [INFO] --- tycho-packaging:4.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
14:08:06 [INFO] 
14:08:06 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
14:08:06 [INFO] 
14:08:06 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
14:08:06 [INFO] 
14:08:06 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
14:08:06 [INFO] 
14:08:06 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths >--------
14:08:06 [INFO] Building org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT        [74/74]
14:08:06 [INFO]   from site/pom.xml
14:08:06 [INFO] -------------------------[ eclipse-repository ]-------------------------
14:08:06 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:4.0.3:target-platform (default-target-platform)'
14:08:06 [INFO] Resolving dependencies of MavenProject: org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/releng/toolsmiths/site/pom.xml
14:08:08 [INFO] 
14:08:08 [INFO] --- clean:3.3.1:clean (default-clean) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [INFO] 
14:08:08 [INFO] --- tycho-packaging:4.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [INFO] The project's OSGi version is 1.0.0.202405291751
14:08:08 [INFO] 
14:08:08 [INFO] --- clean:3.3.1:clean (default-clean-1) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [INFO] 
14:08:08 [INFO] --- target-platform-configuration:4.0.3:target-platform (default-target-platform) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [INFO] 
14:08:08 [INFO] --- resources:3.3.1:resources (default-resources) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/releng/toolsmiths/site/src/main/resources
14:08:08 [INFO] 
14:08:08 [INFO] --- tycho-p2-publisher:4.0.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
14:08:08 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 22.0.0]
14:08:08 [INFO] Published profile IUs: [a.jre.javase 23.0.0]
14:08:08 [INFO] 
14:08:08 [INFO] --- tycho-p2-publisher:4.0.3:publish-products (default-publish-products) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
14:08:08 [INFO] 
14:08:08 [INFO] --- tycho-p2-publisher:4.0.3:publish-categories (default-publish-categories) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
14:08:08 [INFO] 
14:08:08 [INFO] --- tycho-p2-publisher:4.0.3:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:08 [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
14:08:08 [INFO] 
14:08:08 [INFO] --- tycho-p2-repository:4.0.3:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:09 [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
14:08:12 [INFO] Adding references to the following repositories:
14:08:12 [INFO]   https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/latest
14:08:12 [INFO]   https://download.eclipse.org/cbi/updates/tpd/nightly/latest
14:08:14 [INFO] 
14:08:14 [INFO] --- tycho-source:4.0.3:plugin-source (plugin-source) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:14 [INFO] 
14:08:14 [INFO] --- tycho-p2-repository:4.0.3:archive-repository (default-archive-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:14 [WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
14:08:15 [INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/releng/toolsmiths/site/target/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.zip
14:08:15 [INFO] 
14:08:15 [INFO] --- tycho-source:4.0.3:feature-source (feature-source) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:15 [INFO] 
14:08:15 [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:15 [INFO] 
14:08:15 [INFO] --- tycho-p2:4.0.3:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.p2.toolsmiths ---
14:08:15 [INFO] ------------------------------------------------------------------------
14:08:15 [INFO] Reactor Summary:
14:08:15 [INFO] 
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SUCCESS [  1.680 s]
14:08:15 [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SUCCESS [  0.008 s]
14:08:15 [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SUCCESS [  0.005 s]
14:08:15 [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SUCCESS [ 50.499 s]
14:08:15 [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SUCCESS [ 18.684 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SUCCESS [  0.005 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT ...... SUCCESS [ 11.886 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SUCCESS [ 20.190 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT ..... SUCCESS [ 16.108 s]
14:08:15 [INFO] org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT ....... SUCCESS [ 20.821 s]
14:08:15 [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SUCCESS [ 19.963 s]
14:08:15 [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SUCCESS [ 15.502 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SUCCESS [ 15.238 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SUCCESS [ 15.616 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SUCCESS [ 15.572 s]
14:08:15 [INFO] org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT .......... SUCCESS [ 15.414 s]
14:08:15 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SUCCESS [ 16.052 s]
14:08:15 [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SUCCESS [ 13.096 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT  SUCCESS [ 13.375 s]
14:08:15 [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SUCCESS [ 15.564 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT .. SUCCESS [ 25.866 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SUCCESS [ 45.228 s]
14:08:15 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SUCCESS [ 11.854 s]
14:08:15 [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SUCCESS [ 12.686 s]
14:08:15 [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SUCCESS [  0.004 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.1.0-SNAPSHOT SUCCESS [ 18.406 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.1.0-SNAPSHOT SUCCESS [ 15.589 s]
14:08:15 [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.1.100-SNAPSHOT SUCCESS [ 15.575 s]
14:08:15 [INFO] org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT SUCCESS [ 15.601 s]
14:08:15 [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
14:08:15 [INFO] org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT . SUCCESS [ 15.545 s]
14:08:15 [INFO] org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT ..... SUCCESS [ 15.668 s]
14:08:15 [INFO] org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT ... SUCCESS [ 59.888 s]
14:08:15 [INFO] org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT ... SUCCESS [ 15.516 s]
14:08:15 [INFO] org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT .... SUCCESS [ 12.922 s]
14:08:15 [INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SUCCESS [ 13.002 s]
14:08:15 [INFO] org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT .. SUCCESS [ 15.221 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SUCCESS [  0.003 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SUCCESS [ 15.477 s]
14:08:15 [INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SUCCESS [  0.003 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT SUCCESS [ 15.663 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SUCCESS [ 10.392 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SUCCESS [ 13.116 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SUCCESS [ 14.823 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SUCCESS [ 15.609 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [ 15.596 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SUCCESS [ 15.163 s]
14:08:15 [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT SUCCESS [ 15.561 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SUCCESS [ 15.708 s]
14:08:15 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SUCCESS [ 10.517 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SUCCESS [ 15.893 s]
14:08:15 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [ 13.054 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SUCCESS [ 13.067 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SUCCESS [ 12.718 s]
14:08:15 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SUCCESS [ 10.037 s]
14:08:15 [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SUCCESS [ 13.127 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SUCCESS [ 13.405 s]
14:08:15 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SUCCESS [  8.686 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT ...... SUCCESS [ 11.241 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT SUCCESS [ 10.107 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SUCCESS [  8.371 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SUCCESS [ 11.157 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SUCCESS [  9.076 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SUCCESS [ 10.827 s]
14:08:15 [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SUCCESS [  9.184 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT SUCCESS [  8.654 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT SUCCESS [ 11.138 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT SUCCESS [ 13.616 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT SUCCESS [ 10.378 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT SUCCESS [ 12.943 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SUCCESS [ 12.672 s]
14:08:15 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.004 s]
14:08:15 [INFO] org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT ... SUCCESS [  8.387 s]
14:08:15 [INFO] ------------------------------------------------------------------------
14:08:15 [INFO] BUILD SUCCESS
14:08:15 [INFO] ------------------------------------------------------------------------
14:08:15 [INFO] Total time:  17:11 min
14:08:15 [INFO] Finished at: 2024-05-29T18:08:15Z
14:08:15 [INFO] ------------------------------------------------------------------------
14:08:16 [Papyrus-Master-Toolsmiths] $ /bin/sh -xe /tmp/jenkins3935773392140859931.sh
14:08:16 + . source/releng/toolkit/server/build-after-toolsmiths.sh
14:08:16 ++ p2UpdateSiteDir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/releng/toolsmiths/site/target/repository
14:08:16 ++ updateSite=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/repository
14:08:16 ++ '[' -n 6.7.0RC1 ']'
14:08:16 ++ buildType=S
14:08:16 ++ COMPACT_BUILD_ID=
14:08:16 ++ FULL_BUILD_ID=S
14:08:16 ++ '[' -n 6.7.0RC1 ']'
14:08:16 ++ updateZipName=Papyrus-Toolsmiths-6.7.0RC1.zip
14:08:16 ++ zipName=Papyrus-Toolsmiths.zip
14:08:16 ++ rm -rf tmp
14:08:16 ++ mkdir -p tmp/toolsmiths
14:08:16 ++ rm -rf /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/repository
14:08:16 ++ mv /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/source/releng/toolsmiths/site/target/repository /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/repository
14:08:16 ++ cd /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/repository
14:08:16 ++ zip -r Papyrus-Toolsmiths-6.7.0RC1.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins
14:08:16   adding: artifacts.jar (deflated 0%)
14:08:16   adding: artifacts.xml.xz (stored 0%)
14:08:16   adding: content.jar (deflated 6%)
14:08:16   adding: content.xml.xz (stored 0%)
14:08:16   adding: features/ (stored 0%)
14:08:16   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature.source_1.0.0.202405291751.jar (deflated 6%)
14:08:16   adding: features/org.eclipse.papyrus.uml.assistants.feature_4.0.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.uml.assistants.feature.source_4.0.0.202405291751.jar (deflated 6%)
14:08:16   adding: features/org.eclipse.papyrus.toolsmiths.feature.source_1.3.0.202405291751.jar (deflated 5%)
14:08:16   adding: features/org.eclipse.papyrus.junit.feature.source_1.2.0.202405291751.jar (deflated 5%)
14:08:16   adding: features/org.eclipse.papyrus.debug.feature.source_1.0.0.202405291751.jar (deflated 5%)
14:08:16   adding: features/org.eclipse.papyrus.debug.feature_1.0.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature.source_1.0.0.202405291751.jar (deflated 6%)
14:08:16   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature_1.0.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.toolsmiths.feature_1.3.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.junit.feature_1.2.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.diagramgen.feature.source_1.3.0.202405291751.jar (deflated 5%)
14:08:16   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature_1.0.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.diagramgen.feature_1.3.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.releng.feature_1.2.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.toolsmiths.builder.feature_1.0.0.202405291751.jar (deflated 2%)
14:08:16   adding: features/org.eclipse.papyrus.infra.textedit.feature.source_1.1.0.202405291544.jar (deflated 5%)
14:08:16   adding: features/org.eclipse.papyrus.releng.feature.source_1.2.0.202405291751.jar (deflated 5%)
14:08:16   adding: features/org.eclipse.papyrus.infra.textedit.feature_1.1.0.202405291544.jar (deflated 2%)
14:08:16   adding: p2.index (deflated 35%)
14:08:16   adding: plugins/ (stored 0%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture.source_2.1.0.202405291751.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.source_3.1.0.202405291751.jar (deflated 7%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.source_2.0.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration.source_3.0.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui.source_1.4.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer.source_2.0.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit_3.0.0.202405291751.jar (deflated 27%)
14:08:16   adding: plugins/org.eclipse.papyrus.architectureview_2.0.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui.source_1.0.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.source_1.1.0.202405291751.jar (deflated 19%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack_2.0.0.202405291751.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui_1.4.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.ui_1.0.0.202405291544.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.mwe2.utils_2.0.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui.source_2.0.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.architecture_1.0.0.202405291544.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor.source_3.0.0.202405291751.jar (deflated 8%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.edit.source_1.0.0.202405291544.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.edit_1.0.0.202405291544.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit.source_3.0.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.source_1.0.0.202405291751.jar (deflated 5%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.util.source_1.1.0.v20231007-0716.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.palette_4.0.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile.source_2.1.0.202405291751.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202405291751.jar (deflated 4%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.types_1.0.0.202405291544.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.plugin.builder_1.1.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor_4.1.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui_2.1.0.202405291751.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties.source_4.0.0.202405291751.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools_2.1.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.types_4.1.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.source_3.0.0.202405291751.jar (deflated 8%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common.source_2.0.0.202405291751.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.papyrus.mwe2.utils.source_2.0.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen_3.0.0.202405291751.jar (deflated 8%)
14:08:16   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths_3.2.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates_2.0.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties_4.0.0.202405291751.jar (deflated 20%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.edit.source_1.0.0.202405291544.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator_3.1.0.202405291751.jar (deflated 7%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.edit_1.0.0.202405291544.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui.source_2.0.0.202405291751.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.validate_1.2.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.cli.source_1.1.0.v20231007-0716.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen_2.1.100.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug_2.0.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.xtext.source_1.1.100.202405291544.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.palette.source_4.0.0.202405291751.jar (deflated 8%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.source_5.1.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen.source_2.1.100.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes.source_2.1.0.202405291751.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions_2.0.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit_3.0.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.xtext_1.1.100.202405291544.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator_5.1.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.architecture.source_1.0.0.202405291544.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.source_1.0.0.202405291544.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.common.source_2.0.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.codegen.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.cli_1.1.0.v20231007-0716.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy_1.1.0.v20231007-0716.jar (deflated 5%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator_2.0.0.202405291751.jar (deflated 22%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.util_1.1.0.v20231007-0716.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.properties_1.0.0.202405291544.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui.source_1.0.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.properties_1.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.properties.generation_3.0.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.newchild_1.0.0.202405291751.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.architectureview.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile_2.1.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.properties.generation.source_3.0.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.representation_1.0.0.202405291544.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.codegen_2.0.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.aggregator.source_1.1.0.v20231007-0716.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.papyrus.junit.utils_3.3.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui.source_2.1.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.project.management_2.0.100.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore_2.0.0.202405291751.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor.source_4.1.0.202405291751.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture_2.1.0.202405291751.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths_2.1.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore.source_2.0.0.202405291751.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer_2.0.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.properties.source_1.0.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.papyrus.releng.tools_3.2.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.figureview.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request_2.0.0.202405291751.jar (deflated 19%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202405291751.jar (deflated 20%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.ui_1.1.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit.source_3.0.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.figureview_2.0.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.modelexplorer_1.0.0.202405291544.jar (deflated 20%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.project.management.source_2.0.100.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.junit.framework.source_2.2.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.papyrus.bundles.tests_3.1.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.source_1.0.0.202405291544.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.aggregator_1.1.0.v20231007-0716.jar (deflated 8%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.editpartview_2.0.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.editpartview.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.modelexplorer.source_1.0.0.202405291544.jar (deflated 20%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.newchild.source_1.0.0.202405291751.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy.source_1.1.0.v20231007-0716.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.junit.framework_2.2.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.p2_1.1.0.v20231122-1627.jar (deflated 6%)
14:08:16   adding: plugins/org.eclipse.papyrus.junit.utils.source_3.3.0.202405291751.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties_4.0.0.202405291751.jar (deflated 22%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.source_2.1.0.202405291751.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.source_2.1.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.ui.source_1.1.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.types.source_4.1.0.202405291751.jar (deflated 13%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.common_2.0.0.202405291751.jar (deflated 12%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.properties.source_1.0.0.202405291544.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor_3.0.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties.source_4.0.0.202405291751.jar (deflated 15%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202405291751.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.types.source_1.0.0.202405291544.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui_2.0.0.202405291751.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.releng.tools.source_3.2.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths.source_3.2.0.202405291751.jar (deflated 14%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit_1.0.0.202405291544.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.cbi.p2repo.p2.source_1.1.0.v20231122-1627.jar (deflated 8%)
14:08:16   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request.source_2.0.0.202405291751.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.gmf.validate.source_1.2.0.202405291751.jar (deflated 10%)
14:08:16   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration_3.0.0.202405291751.jar (deflated 16%)
14:08:16   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui_2.0.0.202405291751.jar (deflated 17%)
14:08:16   adding: plugins/org.eclipse.papyrus.bundles.tests.source_3.1.0.202405291751.jar (deflated 9%)
14:08:16   adding: plugins/org.eclipse.papyrus.infra.textedit.ui.source_1.0.0.202405291544.jar (deflated 18%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions.source_2.0.0.202405291751.jar (deflated 11%)
14:08:16   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.1.0.202405291751.jar (deflated 17%)
14:08:16 ++ mv /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths/repository/Papyrus-Toolsmiths-6.7.0RC1.zip tmp/toolsmiths
14:08:16 ++ cd tmp
14:08:16 ++ zip -r Papyrus-Toolsmiths.zip toolsmiths
14:08:16   adding: toolsmiths/ (stored 0%)
14:08:16   adding: toolsmiths/Papyrus-Toolsmiths-6.7.0RC1.zip (stored 0%)
14:08:16 ++ mv tmp/Papyrus-Toolsmiths.zip .
14:08:16 Terminating xvnc.
14:08:17 Archiving artifacts
14:08:20 Finished: SUCCESS