Skip to content

Console Output

Skipping 1,039 KB.. Full Log
	                        ^^^^^^^^^^^^^^^^^
11:28:21 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
11:28:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
11:28:21 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
11:28:21 	                                           ^^^^^^^^^^^^^^^^^^^^
11:28:21 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
11:28:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
11:28:21 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
11:28:21 	                                                                 ^^^^^^^^^^^^^^^^
11:28:21 Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
11:28:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/GeneratorPage.java:[284] 
11:28:21 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
11:28:21 	                                                                                   ^^^^^^^^^^^^^^^^^^^
11:28:21 Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
11:28:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[200] 
11:28:21 	dialog.setInitialSelections(new IFile[] { currentFile });
11:28:21 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:21 Type IFile[] of the last argument to method setInitialSelections(Object...) doesn't exactly match the vararg parameter type. Cast to Object[] to confirm the non-varargs invocation, or pass individual arguments of type Object for a varargs invocation.
11:28:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/wizard/widget/FileChooser.java:[233] 
11:28:21 	public IObservableValue getObservableValue() {
11:28:21 	       ^^^^^^^^^^^^^^^^
11:28:21 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
11:28:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/extensionpoint/GeneratorExtensionPoint.java:[50] 
11:28:21 	IGenerator generator = ClassLoaderHelper.newInstance(generatorClassName, IGenerator.class);
11:28:21 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:21 The method newInstance(String, Class<IGenerator>) from the type ClassLoaderHelper is deprecated
11:28:21 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/org/eclipse/papyrus/customization/properties/generation/generators/AbstractQVTGenerator.java:[201] 
11:28:21 	public abstract IObservableValue getObservableValue();
11:28:21 	                ^^^^^^^^^^^^^^^^
11:28:21 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
11:28:21 45 problems (45 warnings)
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] 
11:28:21 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:21 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/src/test/resources
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] 
11:28:21 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:21 [INFO] No tests to run.
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT-sources.jar
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/properties/org.eclipse.papyrus.uml.properties.generation/target/org.eclipse.papyrus.uml.properties.generation-3.0.0-SNAPSHOT.jar
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:21 [INFO] 
11:28:21 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.properties.generation ---
11:28:21 [INFO] No tests to run.
11:28:21 [INFO] 
11:28:21 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable >-----
11:28:21 [INFO] Building org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT  [56/74]
11:28:21 [INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml
11:28:21 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:21 [INFO] 
11:28:21 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:21 [INFO] The project's OSGi version is 2.0.0.202304211525
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:21 [INFO] 
11:28:21 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:21 [INFO] 
11:28:21 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:21 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.nattable...
11:28:22 [INFO] 
11:28:22 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/main/resources
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/bin
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/wizard/ExportAsTableConfigurationWizard.java:[408] 
11:28:22 	public static boolean isMac() {
11:28:22 	                      ^^^^^^^
11:28:22 The method isMac() from the type ExportAsTableConfigurationWizard.OperatingSystem is never used locally
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/wizard/ExportAsTableConfigurationWizard.java:[412] 
11:28:22 	public static boolean isUnix() {
11:28:22 	                      ^^^^^^^^
11:28:22 The method isUnix() from the type ExportAsTableConfigurationWizard.OperatingSystem is never used locally
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[23] 
11:28:22 	import org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl;
11:28:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[27] 
11:28:22 	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
11:28:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[28] 
11:28:22 	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl;
11:28:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[29] 
11:28:22 	import org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl;
11:28:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'PopupMenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[36] 
11:28:22 	import org.eclipse.ui.internal.PartSite;
11:28:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[37] 
11:28:22 	import org.eclipse.ui.internal.menus.SlaveMenuService;
11:28:22 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[86] 
11:28:22 	final MenuImpl menuImp = getMenuToContribute(serviceLocator);
11:28:22 	      ^^^^^^^^
11:28:22 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
11:28:22 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
11:28:22 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'MenuFactoryImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
11:28:22 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
11:28:22 	                                              ^^^^^^^^^
11:28:22 Discouraged access: The field 'MenuFactoryImpl.eINSTANCE' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[91] 
11:28:22 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
11:28:22 	                                                        ^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The method 'MenuFactoryImpl.createHandledMenuItem()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[98] 
11:28:22 	menuImp.getChildren().add(item);
11:28:22 	        ^^^^^^^^^^^
11:28:22 Discouraged access: The method 'MenuImpl.getChildren()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[132] 
11:28:22 	private MenuImpl getMenuToContribute(final IServiceLocator serviceLocator) {
11:28:22 	        ^^^^^^^^
11:28:22 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[134] 
11:28:22 	if (manager instanceof SlaveMenuService) {
11:28:22 	                       ^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
11:28:22 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:28:22 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
11:28:22 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:28:22 	                                                                    ^^^^^^^^
11:28:22 Discouraged access: The type 'PartImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
11:28:22 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:28:22 	                                                                                ^^^^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'SlaveMenuService' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[135] 
11:28:22 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:28:22 	                                                                                                           ^^^^^^^^
11:28:22 Discouraged access: The method 'SlaveMenuService.getModel()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[136] 
11:28:22 	List<MMenu> menus = model.getMenus();
11:28:22 	                          ^^^^^^^^
11:28:22 Discouraged access: The method 'PartImpl.getMenus()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[138] 
11:28:22 	if (m instanceof PopupMenuImpl) {
11:28:22 	                 ^^^^^^^^^^^^^
11:28:22 Discouraged access: The type 'PopupMenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[141] 
11:28:22 	if (current instanceof MenuImpl && current.getLabel().equals("&New Child")) {// it probably don't work in case of internationalization usage //$NON-NLS-1$
11:28:22 	                       ^^^^^^^^
11:28:22 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[142] 
11:28:22 	return (MenuImpl) current;
11:28:22 	        ^^^^^^^^
11:28:22 Discouraged access: The type 'MenuImpl' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.3.0.v20230220-1021/org.eclipse.e4.ui.model.workbench-2.3.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[161] 
11:28:22 	if (site instanceof PartSite) {
11:28:22 	                    ^^^^^^^^
11:28:22 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[162] 
11:28:22 	final PartSite ps = (PartSite) activePart.getSite();
11:28:22 	      ^^^^^^^^
11:28:22 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[162] 
11:28:22 	final PartSite ps = (PartSite) activePart.getSite();
11:28:22 	                     ^^^^^^^^
11:28:22 Discouraged access: The type 'PartSite' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/org/eclipse/papyrus/toolsmiths/nattable/menu/ContributionToNewChildMenu.java:[164] 
11:28:22 	IEclipseContext iec = ps.getContext();
11:28:22 	                         ^^^^^^^^^^
11:28:22 Discouraged access: The method 'PartSite.getContext()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/.repository/p2/osgi/bundle/org.eclipse.ui.workbench/3.128.0.v20230220-1021/org.eclipse.ui.workbench-3.128.0.v20230220-1021.jar')
11:28:22 27 problems (27 warnings)
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] 
11:28:22 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:22 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/src/test/resources
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] 
11:28:22 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:22 [INFO] No tests to run.
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT-sources.jar
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/target/org.eclipse.papyrus.toolsmiths.nattable-2.0.0-SNAPSHOT.jar
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:22 [INFO] 
11:28:22 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:28:22 [INFO] No tests to run.
11:28:22 [INFO] 
11:28:22 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties >---
11:28:22 [INFO] Building org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT [57/74]
11:28:22 [INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml
11:28:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:22 [INFO] 
11:28:22 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:22 [INFO] The project's OSGi version is 4.0.0.202304211525
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:22 [INFO] 
11:28:22 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:22 [INFO] 
11:28:22 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:22 [INFO] Resolving class path of org.eclipse.papyrus.uml.types.ui.properties...
11:28:23 [INFO] 
11:28:23 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:23 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/main/resources
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/bin
11:28:23 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/org/eclipse/papyrus/uml/types/ui/properties/widgets/FeatureToSetNamePropertyEditor.java:[139] 
11:28:23 	for (Iterator iterator = workspaceProfilesURIs.iterator(); iterator.hasNext();) {
11:28:23 	     ^^^^^^^^
11:28:23 Iterator is a raw type. References to generic type Iterator<E> should be parameterized
11:28:23 1 problem (1 warning)
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] 
11:28:23 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:23 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/src/test/resources
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] 
11:28:23 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:23 [INFO] No tests to run.
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT-sources.jar
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/target/org.eclipse.papyrus.uml.types.ui.properties-4.0.0-SNAPSHOT.jar
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:23 [INFO] 
11:28:23 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:28:23 [INFO] No tests to run.
11:28:23 [INFO] 
11:28:23 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profile-migration >--
11:28:23 [INFO] Building org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT [58/74]
11:28:23 [INFO]   from ../../plugins/toolsmiths/profilemigration/pom.xml
11:28:23 [INFO] --------------------------------[ pom ]---------------------------------
11:28:23 [INFO] 
11:28:23 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:28:23 [INFO] 
11:28:23 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui >--
11:28:23 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT [59/74]
11:28:23 [INFO]   from ../../plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml
11:28:23 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:23 [INFO] 
11:28:23 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:23 [INFO] The project's OSGi version is 1.0.0.202304211525
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:23 [INFO] 
11:28:23 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:23 [INFO] 
11:28:23 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:23 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.ui...
11:28:24 [INFO] 
11:28:24 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:24 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/main/resources
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] Compiling 20 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/bin
11:28:24 [WARNING] /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/org/eclipse/papyrus/toolsmiths/profilemigration/ui/preferences/ProfileMigrationPreferencePage.java:[203] 
11:28:24 	button.setData(new Integer(id));
11:28:24 	                   ^^^^^^^^^^^
11:28:24 The constructor Integer(int) has been deprecated since version 9 and marked for removal
11:28:24 1 problem (1 warning)
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] 
11:28:24 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:24 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/src/test/resources
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] 
11:28:24 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:24 [INFO] No tests to run.
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT-sources.jar
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/target/org.eclipse.papyrus.toolsmiths.profilemigration.ui-1.0.0-SNAPSHOT.jar
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:24 [INFO] 
11:28:24 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:28:24 [INFO] No tests to run.
11:28:24 [INFO] 
11:28:24 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration >--
11:28:24 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT [60/74]
11:28:24 [INFO]   from ../../plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml
11:28:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:24 [INFO] 
11:28:24 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:24 [INFO] The project's OSGi version is 1.1.0.202304211525
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:24 [INFO] 
11:28:24 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:24 [INFO] 
11:28:24 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:24 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration...
11:28:25 [INFO] 
11:28:25 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:25 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/src/main/resources
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/bin
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] 
11:28:25 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:25 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/src/test/resources
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] 
11:28:25 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:25 [INFO] No tests to run.
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT-sources.jar
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/target/org.eclipse.papyrus.toolsmiths.profilemigration-1.1.0-SNAPSHOT.jar
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:25 [INFO] 
11:28:25 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:28:25 [INFO] No tests to run.
11:28:25 [INFO] 
11:28:25 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature >-----
11:28:25 [INFO] Building org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT   [61/74]
11:28:25 [INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
11:28:25 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:28:25 [INFO] 
11:28:25 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] The project's OSGi version is 1.3.0.202304211525
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT.jar
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target/org.eclipse.papyrus.toolsmiths.feature-1.3.0-SNAPSHOT-sources-feature.jar
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
11:28:25 [INFO] 
11:28:25 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui >--
11:28:25 [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT [62/74]
11:28:25 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
11:28:25 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:25 [INFO] 
11:28:25 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:25 [INFO] The project's OSGi version is 2.1.0.202304211525
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:25 [INFO] 
11:28:25 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:25 [INFO] 
11:28:25 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:25 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.ui...
11:28:26 [INFO] 
11:28:26 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:26 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/main/resources
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/bin
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:26 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/src/test/resources
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:26 [INFO] No tests to run.
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:26 [INFO] 
11:28:26 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:28:26 [INFO] No tests to run.
11:28:26 [INFO] 
11:28:26 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui >--
11:28:26 [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT [63/74]
11:28:26 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
11:28:26 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:26 [INFO] 
11:28:26 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:26 [INFO] The project's OSGi version is 2.0.0.202304211525
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:26 [INFO] 
11:28:26 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:26 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.ui...
11:28:27 [INFO] 
11:28:27 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:27 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/main/resources
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/bin
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] 
11:28:27 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:27 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/src/test/resources
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] 
11:28:27 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:27 [INFO] No tests to run.
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:27 [INFO] 
11:28:27 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:28:27 [INFO] No tests to run.
11:28:27 [INFO] 
11:28:27 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator >--
11:28:27 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT [64/74]
11:28:27 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
11:28:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:27 [INFO] 
11:28:27 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:27 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/xtend-gen (includes = [], excludes = [**/.gitignore])
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:27 [INFO] The project's OSGi version is 2.0.0.202304211525
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:27 [INFO] 
11:28:27 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:27 [INFO] 
11:28:27 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:27 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator...
11:28:28 [INFO] 
11:28:28 [INFO] --- xtend:2.30.0:compile (default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] 
11:28:28 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:28 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/main/resources
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/bin
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] 
11:28:28 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:28 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/src/test/resources
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] 
11:28:28 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:28 [INFO] No tests to run.
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/target/org.eclipse.papyrus.uml.profile.newchildmenu.generator-2.0.0-SNAPSHOT.jar
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:28 [INFO] 
11:28:28 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:28:28 [INFO] No tests to run.
11:28:28 [INFO] 
11:28:28 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui >--
11:28:28 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT [65/74]
11:28:28 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
11:28:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:28 [INFO] 
11:28:28 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:28 [INFO] The project's OSGi version is 2.0.0.202304211525
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:28 [INFO] 
11:28:28 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:28 [INFO] 
11:28:28 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:28 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui...
11:28:29 [INFO] 
11:28:29 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/main/resources
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/bin
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] 
11:28:29 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/src/test/resources
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] 
11:28:29 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:29 [INFO] No tests to run.
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:29 [INFO] 
11:28:29 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:28:29 [INFO] No tests to run.
11:28:29 [INFO] 
11:28:29 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature >---
11:28:29 [INFO] Building org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT [66/74]
11:28:29 [INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
11:28:29 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:28:29 [INFO] 
11:28:29 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] The project's OSGi version is 4.0.0.202304211525
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target/org.eclipse.papyrus.uml.assistants.feature-4.0.0-SNAPSHOT.jar
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
11:28:29 [INFO] 
11:28:29 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture >--
11:28:29 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT [67/74]
11:28:29 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
11:28:29 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:29 [INFO] 
11:28:29 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] The project's OSGi version is 2.1.0.202304211525
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] 
11:28:29 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture...
11:28:29 [INFO] 
11:28:29 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/main/resources
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/bin
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] 
11:28:29 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:29 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:29 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/src/test/resources
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] 
11:28:29 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:29 [INFO] No tests to run.
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT-sources.jar
11:28:29 [INFO] 
11:28:29 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:29 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/target/org.eclipse.papyrus.toolsmiths.validation.architecture-2.1.0-SNAPSHOT.jar
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:30 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:30 [INFO] 
11:28:30 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:28:30 [INFO] No tests to run.
11:28:30 [INFO] 
11:28:30 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes >--
11:28:30 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT [68/74]
11:28:30 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
11:28:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:30 [INFO] 
11:28:30 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] The project's OSGi version is 2.1.0.202304211525
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] 
11:28:30 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes...
11:28:30 [INFO] 
11:28:30 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/main/resources
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/bin
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] 
11:28:30 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/src/test/resources
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] 
11:28:30 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:30 [INFO] No tests to run.
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] 
11:28:30 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:30 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT-sources.jar
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/target/org.eclipse.papyrus.toolsmiths.validation.elementtypes-2.1.0-SNAPSHOT.jar
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:31 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:31 [INFO] 
11:28:31 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:28:31 [INFO] No tests to run.
11:28:31 [INFO] 
11:28:31 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile >--
11:28:31 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT [69/74]
11:28:31 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
11:28:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:31 [INFO] 
11:28:31 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] The project's OSGi version is 2.1.0.202304211525
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile...
11:28:31 [INFO] 
11:28:31 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:31 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/main/resources
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] Compiling 19 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/bin
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:31 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/src/test/resources
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:31 [INFO] No tests to run.
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT-sources.jar
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/target/org.eclipse.papyrus.toolsmiths.validation.profile-2.1.0-SNAPSHOT.jar
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:31 [INFO] 
11:28:31 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:28:31 [INFO] No tests to run.
11:28:31 [INFO] 
11:28:31 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.newchild >--
11:28:31 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT [70/74]
11:28:31 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/pom.xml
11:28:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:31 [INFO] 
11:28:31 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:31 [INFO] The project's OSGi version is 1.0.0.202304211525
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:31 [INFO] 
11:28:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:31 [INFO] 
11:28:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:31 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild...
11:28:32 [INFO] 
11:28:32 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/src/main/resources
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/bin
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] 
11:28:32 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/src/test/resources
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] 
11:28:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:32 [INFO] No tests to run.
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT-sources.jar
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/target/org.eclipse.papyrus.toolsmiths.validation.newchild-1.0.0-SNAPSHOT.jar
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:32 [INFO] 
11:28:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:28:32 [INFO] No tests to run.
11:28:32 [INFO] 
11:28:32 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.properties >--
11:28:32 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT [71/74]
11:28:32 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/pom.xml
11:28:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:28:32 [INFO] 
11:28:32 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] The project's OSGi version is 1.0.0.202304211525
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] 
11:28:32 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties...
11:28:32 [INFO] 
11:28:32 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/src/main/resources
11:28:32 [INFO] 
11:28:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:32 [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/bin
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] 
11:28:33 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/src/test/resources
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] 
11:28:33 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:33 [INFO] No tests to run.
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT-sources.jar
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/target/org.eclipse.papyrus.toolsmiths.validation.properties-1.0.0-SNAPSHOT.jar
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
11:28:33 [INFO] 
11:28:33 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:28:33 [INFO] No tests to run.
11:28:33 [INFO] 
11:28:33 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature >--
11:28:33 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT [72/74]
11:28:33 [INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
11:28:33 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:28:33 [INFO] 
11:28:33 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] The project's OSGi version is 1.0.0.202304211525
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target/org.eclipse.papyrus.toolsmiths.validation.feature-1.0.0-SNAPSHOT.jar
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] Building jar: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/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
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:28:33 [INFO] 
11:28:33 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.targetplatform >--
11:28:33 [INFO] Building org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT [73/74]
11:28:33 [INFO]   from targetPlatform/pom.xml
11:28:33 [INFO] ---------------------[ eclipse-target-definition ]----------------------
11:28:33 [INFO] 
11:28:33 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:28:33 [INFO] 
11:28:33 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths >--------
11:28:33 [INFO] Building org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT        [74/74]
11:28:33 [INFO]   from site/pom.xml
11:28:33 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:28:33 [INFO] 
11:28:33 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:33 [INFO] The project's OSGi version is 1.0.0.202304211525
11:28:33 [INFO] 
11:28:33 [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:33 [INFO] 
11:28:33 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:33 [INFO] 
11:28:33 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:28:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:28:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/releng/toolsmiths/site/src/main/resources
11:28:33 [INFO] 
11:28:33 [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:33 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:28:34 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:28:34 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:28:34 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:28:34 [INFO] 
11:28:34 [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:34 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:28:34 [INFO] 
11:28:34 [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:34 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:28:34 [INFO] 
11:28:34 [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:34 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:28:34 [INFO] 
11:28:34 [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:34 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:28:35 [INFO] Fetching org.eclipse.xtext.xbase.ide_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (595.34kB)
11:28:35 [INFO] Fetching org.eclipse.xtext.xbase.ui_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (564.57kB)
11:28:35 [INFO] Fetching org.eclipse.cbi.targetplatform.feature_3.0.0.202301061314.jar from https://download.eclipse.org/cbi/updates/tpd/nightly/N202301061316/features/ (21.38kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (18.94kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.edit_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (12.58kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.modelexplorer_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (32.5kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.properties_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (19.45kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (29.7kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.architecture_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (18.59kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.edit_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (18.69kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.types_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (10.37kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.ui_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (25.63kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.xtext_1.1.100.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (34.68kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.feature_1.1.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/features/ (13.17kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (14.89kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.edit.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (7.37kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.modelexplorer.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (22.9kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.properties.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (9.7kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (21.35kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.architecture.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (12.09kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.edit.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (8.06kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.types.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (5.04kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.ui.source_1.0.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (16.65kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.xtext.source_1.1.100.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (25.98kB)
11:28:35 [INFO] Fetching org.eclipse.papyrus.infra.textedit.feature.source_1.1.0.202304211515.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/features/ (17.58kB)
11:28:35 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.source_1.1.0.v20230118-1121.jar from https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202302220853/plugins/ (317.52kB)
11:28:35 [INFO] Fetching org.eclipse.cbi.p2repo.aggregator.legacy.source_1.1.0.v20220626-0730.jar from https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202302220853/plugins/ (23.61kB)
11:28:35 [INFO] Fetching org.eclipse.cbi.p2repo.util.source_1.1.0.v20220901-1119.jar from https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202302220853/plugins/ (21.32kB)
11:28:35 [INFO] Fetching org.eclipse.cbi.p2repo.cli.source_1.1.0.v20221114-0829.jar from https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202302220853/plugins/ (21.52kB)
11:28:35 [INFO] Fetching org.eclipse.cbi.p2repo.p2.source_1.1.0.v20220711-1014.jar from https://download.eclipse.org/cbi/updates/p2-aggregator/tools/nightly/N202302220853/plugins/ (146.69kB)
11:28:35 [INFO] Fetching com.ibm.icu.source_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230302014618/repository/plugins/ (2.49MB)
11:28:35 [INFO] Fetching org.eclipse.xtext.builder.standalone_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (110.96kB)
11:28:35 [INFO] Fetching org.eclipse.xtext.buildship_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (17.36kB)
11:28:35 [INFO] Fetching org.eclipse.xtext.common.types.shared_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (20.17kB)
11:28:35 [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.29kB)
11:28:35 [INFO] Fetching org.eclipse.xtext.java_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (48.02kB)
11:28:35 [INFO] Fetching org.eclipse.xtext.m2e_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (26.36kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.43MB)
11:28:36 [INFO] Fetching org.eclipse.xtext.xtext.ide_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (121.86kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (96.5kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.util.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (143.45kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.common.types.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (361.05kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.builder.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (208.46kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ecore.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.98kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.smap.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (18.65kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.builder.standalone.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (58.07kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.java.source_2.30.0.v20230227-1128.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (25.75kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.runtime_2.30.0.v20230227-1344.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.96kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.codemining_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (21.15kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.ecore_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.5kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (1.01MB)
11:28:36 [INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (137.29kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (16.53kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (14.51kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.shared.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (30.28kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.ecore.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.9kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.28kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (136.75kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (93.74kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (90.59kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (98.89kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ide.source_2.30.0.v20230227-1116.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (288.83kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.m2e.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (19.11kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.buildship.source_2.30.0.v20230227-1159.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/plugins/ (13.47kB)
11:28:36 [INFO] Fetching org.eclipse.xtext.ui_2.30.0.v20230227-1344.jar from https://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.30.0/features/ (20.84kB)
11:28:39 [INFO] 
11:28:39 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:39 [INFO] 
11:28:39 [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:39 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:28:39 [INFO] Building zip: /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/releng/toolsmiths/site/target/org.eclipse.papyrus.p2.toolsmiths-1.0.0-SNAPSHOT.zip
11:28:39 [INFO] 
11:28:39 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:39 [INFO] 
11:28:39 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.p2.toolsmiths ---
11:28:39 [INFO] ------------------------------------------------------------------------
11:28:39 [INFO] Reactor Summary:
11:28:39 [INFO] 
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SUCCESS [  1.084 s]
11:28:39 [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SUCCESS [  0.004 s]
11:28:39 [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SUCCESS [  0.003 s]
11:28:39 [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SUCCESS [  5.828 s]
11:28:39 [INFO] org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT .......... SUCCESS [  0.359 s]
11:28:39 [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SUCCESS [  0.501 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SUCCESS [  1.105 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SUCCESS [  0.708 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SUCCESS [  0.322 s]
11:28:39 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SUCCESS [  7.389 s]
11:28:39 [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SUCCESS [  0.314 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SUCCESS [  0.002 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT ...... SUCCESS [  0.793 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SUCCESS [  0.596 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT ..... SUCCESS [  1.892 s]
11:28:39 [INFO] org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT ....... SUCCESS [  4.131 s]
11:28:39 [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SUCCESS [  0.361 s]
11:28:39 [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SUCCESS [  0.735 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT  SUCCESS [  0.874 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT .. SUCCESS [  0.598 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SUCCESS [ 14.675 s]
11:28:39 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SUCCESS [  0.639 s]
11:28:39 [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SUCCESS [  0.622 s]
11:28:39 [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SUCCESS [  0.002 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.0.0-SNAPSHOT SUCCESS [  2.373 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.0.0-SNAPSHOT SUCCESS [  1.659 s]
11:28:39 [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.0.100-SNAPSHOT SUCCESS [  1.724 s]
11:28:39 [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SUCCESS [  0.208 s]
11:28:39 [INFO] org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT SUCCESS [  0.196 s]
11:28:39 [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
11:28:39 [INFO] org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT . SUCCESS [  0.484 s]
11:28:39 [INFO] org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT ..... SUCCESS [  1.629 s]
11:28:39 [INFO] org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT ... SUCCESS [  5.356 s]
11:28:39 [INFO] org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT ... SUCCESS [  0.464 s]
11:28:39 [INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SUCCESS [  0.493 s]
11:28:39 [INFO] org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT .... SUCCESS [  0.513 s]
11:28:39 [INFO] org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT .. SUCCESS [  0.140 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SUCCESS [  1.153 s]
11:28:39 [INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SUCCESS [  0.002 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT SUCCESS [  0.861 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SUCCESS [  0.175 s]
11:28:39 [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SUCCESS [  0.718 s]
11:28:39 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  0.677 s]
11:28:39 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SUCCESS [  0.764 s]
11:28:39 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SUCCESS [  0.859 s]
11:28:39 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SUCCESS [  0.906 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT ...... SUCCESS [  0.809 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SUCCESS [  0.571 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SUCCESS [  0.401 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SUCCESS [  1.302 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SUCCESS [  0.103 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SUCCESS [  1.127 s]
11:28:39 [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT SUCCESS [  0.998 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SUCCESS [  0.864 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SUCCESS [  0.960 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  1.041 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SUCCESS [  1.002 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SUCCESS [  0.946 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT SUCCESS [  0.298 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SUCCESS [  0.971 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SUCCESS [  1.050 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SUCCESS [  0.731 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SUCCESS [  0.697 s]
11:28:39 [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SUCCESS [  0.127 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT SUCCESS [  0.672 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT SUCCESS [  1.018 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT SUCCESS [  0.796 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT SUCCESS [  0.640 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT SUCCESS [  1.090 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SUCCESS [  0.218 s]
11:28:39 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
11:28:39 [INFO] org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT ... SUCCESS [  5.899 s]
11:28:39 [INFO] ------------------------------------------------------------------------
11:28:39 [INFO] BUILD SUCCESS
11:28:39 [INFO] ------------------------------------------------------------------------
11:28:39 [INFO] Total time:  02:41 min
11:28:39 [INFO] Finished at: 2023-04-21T15:28:39Z
11:28:39 [INFO] ------------------------------------------------------------------------
11:28:40 [Papyrus-Master-Toolsmiths-Releng] $ /bin/sh -xe /tmp/jenkins14995847466329440213.sh
11:28:40 + . source/releng/toolkit/server/build-after-toolsmiths.sh
11:28:40 ++ p2UpdateSiteDir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/releng/toolsmiths/site/target/repository
11:28:40 ++ updateSite=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository
11:28:40 ++ '[' -n '' ']'
11:28:40 ++ buildType=N
11:28:40 ++ COMPACT_BUILD_ID=
11:28:40 ++ FULL_BUILD_ID=N
11:28:40 ++ '[' -n '' ']'
11:28:40 ++ updateZipName=Papyrus-Toolsmiths-N.zip
11:28:40 ++ zipName=Papyrus-Toolsmiths.zip
11:28:40 ++ rm -rf tmp
11:28:40 ++ mkdir -p tmp/toolsmiths
11:28:40 ++ rm -rf /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository
11:28:40 ++ mv /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/releng/toolsmiths/site/target/repository /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository
11:28:40 ++ cd /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository
11:28:40 ++ zip -r Papyrus-Toolsmiths-N.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins
11:28:40   adding: artifacts.jar (deflated 0%)
11:28:40   adding: artifacts.xml.xz (stored 0%)
11:28:40   adding: content.jar (deflated 8%)
11:28:40   adding: content.xml.xz (stored 0%)
11:28:40   adding: features/ (stored 0%)
11:28:40   adding: features/org.eclipse.papyrus.diagramgen.feature.source_1.3.0.202304211525.jar (deflated 7%)
11:28:40   adding: features/org.eclipse.papyrus.junit.feature_1.2.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.diagramgen.feature_1.3.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.releng.feature_1.2.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.releng.feature.source_1.2.0.202304211525.jar (deflated 7%)
11:28:40   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature_1.0.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.toolsmiths.feature_1.3.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.uml.assistants.feature_4.0.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.toolsmiths.builder.feature_1.0.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.uml.assistants.feature.source_4.0.0.202304211525.jar (deflated 7%)
11:28:40   adding: features/org.eclipse.papyrus.debug.feature.source_1.0.0.202304211525.jar (deflated 7%)
11:28:40   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature.source_1.0.0.202304211525.jar (deflated 8%)
11:28:40   adding: features/org.eclipse.papyrus.debug.feature_1.0.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.infra.textedit.feature_1.1.0.202304211515.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.infra.textedit.feature.source_1.1.0.202304211515.jar (deflated 6%)
11:28:40   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature_1.0.0.202304211525.jar (deflated 2%)
11:28:40   adding: features/org.eclipse.papyrus.toolsmiths.feature.source_1.3.0.202304211525.jar (deflated 7%)
11:28:40   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature.source_1.0.0.202304211525.jar (deflated 8%)
11:28:40   adding: features/org.eclipse.papyrus.junit.feature.source_1.2.0.202304211525.jar (deflated 7%)
11:28:40   adding: p2.index (deflated 35%)
11:28:40   adding: plugins/ (stored 0%)
11:28:40   adding: plugins/org.eclipse.papyrus.bundles.tests.source_3.1.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile_2.1.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.properties.generation.source_3.0.0.202304211525.jar (deflated 15%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.ui.source_1.0.0.202304211515.jar (deflated 25%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui.source_1.0.0.202304211525.jar (deflated 34%)
11:28:40   adding: plugins/org.eclipse.papyrus.architectureview.source_2.0.0.202304211525.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.junit.utils_3.3.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.source_1.0.0.202304211515.jar (deflated 19%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths_2.1.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.edit_1.0.0.202304211515.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.project.management_2.0.100.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore_2.0.0.202304211525.jar (deflated 22%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore.source_2.0.0.202304211525.jar (deflated 24%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer_2.0.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.aggregator_1.1.0.v20230118-1121.jar (deflated 8%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor.source_4.1.0.202304211525.jar (deflated 10%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.properties.source_1.0.0.202304211525.jar (deflated 14%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.palette.source_4.0.0.202304211525.jar (deflated 9%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator_5.0.0.202304211525.jar (deflated 10%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request.source_2.0.0.202304211525.jar (deflated 34%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug.source_2.0.0.202304211525.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.validate.source_1.2.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.common_2.0.0.202304211525.jar (deflated 13%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui.source_2.1.0.202304211525.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit_1.0.0.202304211515.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration_3.0.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.util.source_1.1.0.v20220901-1119.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions.source_2.0.0.202304211525.jar (deflated 26%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.1.0.202304211525.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.types.source_1.0.0.202304211515.jar (deflated 31%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.common.source_2.0.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.source_2.1.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug_2.0.0.202304211525.jar (deflated 14%)
11:28:40   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths_3.2.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties_4.0.0.202304211525.jar (deflated 24%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.xtext.source_1.1.100.202304211515.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.project.management.source_2.0.100.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.junit.framework_2.2.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.types.source_4.1.0.202304211525.jar (deflated 15%)
11:28:40   adding: plugins/org.eclipse.papyrus.codegen.source_2.0.0.202304211525.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable.source_2.0.0.202304211525.jar (deflated 13%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes.source_2.1.0.202304211525.jar (deflated 23%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit_3.0.0.202304211525.jar (deflated 15%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.source_5.0.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui.source_2.0.0.202304211525.jar (deflated 36%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.edit_1.0.0.202304211515.jar (deflated 25%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator_3.0.0.202304211525.jar (deflated 7%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor_3.0.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions_2.0.0.202304211525.jar (deflated 19%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack.source_2.0.0.202304211525.jar (deflated 23%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.figureview_2.0.0.202304211525.jar (deflated 19%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.palette_4.0.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202304211525.jar (deflated 20%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202304211525.jar (deflated 3%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen_2.0.100.202304211525.jar (deflated 10%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.validate_1.2.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.modelexplorer_1.0.0.202304211515.jar (deflated 23%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.architecture_1.0.0.202304211515.jar (deflated 22%)
11:28:40   adding: plugins/org.eclipse.papyrus.junit.framework.source_2.2.0.202304211525.jar (deflated 15%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor_4.1.0.202304211525.jar (deflated 15%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.source_2.1.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen_3.0.0.202304211525.jar (deflated 8%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit.source_3.0.0.202304211525.jar (deflated 10%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.aggregator.source_1.1.0.v20230118-1121.jar (deflated 9%)
11:28:40   adding: plugins/org.eclipse.papyrus.mwe2.utils_2.0.0.202304211525.jar (deflated 15%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile.source_2.1.0.202304211525.jar (deflated 20%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.types_1.0.0.202304211515.jar (deflated 24%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.source_1.0.0.202304211515.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.modelexplorer.source_1.0.0.202304211515.jar (deflated 27%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy_1.1.0.v20220626-0730.jar (deflated 5%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.editpartview.source_2.0.0.202304211525.jar (deflated 22%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.util_1.1.0.v20220901-1119.jar (deflated 9%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools_2.1.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration.source_3.0.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui.source_1.4.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.source_2.0.0.202304211525.jar (deflated 25%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties.source_4.0.0.202304211525.jar (deflated 22%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer.source_2.0.0.202304211525.jar (deflated 14%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.source_3.0.0.202304211525.jar (deflated 7%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack_2.0.0.202304211525.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture.source_2.1.0.202304211525.jar (deflated 24%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.source_1.0.0.202304211525.jar (deflated 4%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui.source_1.0.0.202304211525.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.p2.source_1.1.0.v20220711-1014.jar (deflated 8%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.representation_1.0.0.202304211515.jar (deflated 19%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui_1.4.0.202304211525.jar (deflated 13%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.source_1.1.0.202304211525.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.architecture.source_1.0.0.202304211515.jar (deflated 27%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit_3.0.0.202304211525.jar (deflated 32%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.xtext_1.1.100.202304211515.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202304211525.jar (deflated 23%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.edit.source_1.0.0.202304211515.jar (deflated 22%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202304211525.jar (deflated 10%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates.source_2.0.0.202304211525.jar (deflated 20%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.properties_1.0.0.202304211515.jar (deflated 23%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui_2.0.0.202304211525.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator_2.0.0.202304211525.jar (deflated 28%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui_2.0.0.202304211525.jar (deflated 24%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.properties_1.0.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.properties.generation_3.0.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui_2.1.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen.source_2.0.100.202304211525.jar (deflated 13%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.newchild.source_1.0.0.202304211525.jar (deflated 26%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates_2.0.0.202304211525.jar (deflated 17%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.ui.source_1.1.0.202304211525.jar (deflated 29%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties_4.0.0.202304211525.jar (deflated 22%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.p2_1.1.0.v20220711-1014.jar (deflated 7%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.edit.source_1.0.0.202304211515.jar (deflated 23%)
11:28:40   adding: plugins/org.eclipse.papyrus.mwe2.utils.source_2.0.0.202304211525.jar (deflated 17%)
11:28:40   adding: plugins/org.eclipse.papyrus.releng.tools.source_3.2.0.202304211525.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths.source_3.2.0.202304211525.jar (deflated 15%)
11:28:40   adding: plugins/org.eclipse.papyrus.junit.utils.source_3.3.0.202304211525.jar (deflated 9%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui.source_2.0.0.202304211525.jar (deflated 36%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture_2.1.0.202304211525.jar (deflated 17%)
11:28:40   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties.source_4.0.0.202304211525.jar (deflated 19%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.cli_1.1.0.v20221114-0829.jar (deflated 9%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.ui_1.1.0.202304211525.jar (deflated 24%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit.source_3.0.0.202304211525.jar (deflated 17%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.editpartview_2.0.0.202304211525.jar (deflated 18%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.plugin.builder_1.1.0.202304211525.jar (deflated 13%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.properties.source_1.0.0.202304211515.jar (deflated 27%)
11:28:40   adding: plugins/org.eclipse.papyrus.architectureview_2.0.0.202304211525.jar (deflated 16%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.figureview.source_2.0.0.202304211525.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable_2.0.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.bundles.tests_3.1.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request_2.0.0.202304211525.jar (deflated 26%)
11:28:40   adding: plugins/org.eclipse.papyrus.codegen_2.0.0.202304211525.jar (deflated 17%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.cli.source_1.1.0.v20221114-0829.jar (deflated 12%)
11:28:40   adding: plugins/org.eclipse.papyrus.releng.tools_3.2.0.202304211525.jar (deflated 13%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.newchild_1.0.0.202304211525.jar (deflated 19%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.textedit.ui_1.0.0.202304211515.jar (deflated 21%)
11:28:40   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor.source_3.0.0.202304211525.jar (deflated 10%)
11:28:40   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy.source_1.1.0.v20220626-0730.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.dev.types_4.1.0.202304211525.jar (deflated 11%)
11:28:40   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common.source_2.0.0.202304211525.jar (deflated 10%)
11:28:40   adding: plugins/org.eclipse.papyrus.gmf.codegen.source_3.0.0.202304211525.jar (deflated 8%)
11:28:40 ++ mv /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository/Papyrus-Toolsmiths-N.zip tmp/toolsmiths
11:28:40 ++ cd tmp
11:28:40 ++ zip -r Papyrus-Toolsmiths.zip toolsmiths
11:28:40   adding: toolsmiths/ (stored 0%)
11:28:40   adding: toolsmiths/Papyrus-Toolsmiths-N.zip (stored 0%)
11:28:40 ++ mv tmp/Papyrus-Toolsmiths.zip .
11:28:40 Terminating xvnc.
11:28:56 Archiving artifacts
11:29:00 Triggering a new build of Papyrus-Master-Tests-Releng
11:29:00 Finished: SUCCESS