Skip to content

Console Output

Skipping 1,039 KB.. Full Log
	                        ^^^^^^^^^^^^^^^^^
11:30:30 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
11:30:30 [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:30:30 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
11:30:30 	                                           ^^^^^^^^^^^^^^^^^^^^
11:30:30 Type safety: The expression of type IObservableValue needs unchecked conversion to conform to IObservableValue<Object>
11:30:30 [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:30:30 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
11:30:30 	                                                                 ^^^^^^^^^^^^^^^^
11:30:30 Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
11:30:30 [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:30:30 	binding = ctx.bindValue(srcTextObservable, targetTextObservable, srcFieldStrategy, targetFieldStrategy);
11:30:30 	                                                                                   ^^^^^^^^^^^^^^^^^^^
11:30:30 Type safety: The expression of type UpdateValueStrategy needs unchecked conversion to conform to UpdateValueStrategy<? super Object,? extends Object>
11:30:30 [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:30:30 	dialog.setInitialSelections(new IFile[] { currentFile });
11:30:30 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:30 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:30:30 [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:30:30 	public IObservableValue getObservableValue() {
11:30:30 	       ^^^^^^^^^^^^^^^^
11:30:30 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
11:30:30 [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:30:30 	IGenerator generator = ClassLoaderHelper.newInstance(generatorClassName, IGenerator.class);
11:30:30 	                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:30 The method newInstance(String, Class<IGenerator>) from the type ClassLoaderHelper is deprecated
11:30:30 [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:30:30 	public abstract IObservableValue getObservableValue();
11:30:30 	                ^^^^^^^^^^^^^^^^
11:30:30 IObservableValue is a raw type. References to generic type IObservableValue<T> should be parameterized
11:30:30 45 problems (45 warnings)
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] 
11:30:30 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:30 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:30 [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:30:30 [INFO] 
11:30:30 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] 
11:30:30 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.properties.generation ---
11:30: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:30:30 [INFO] No tests to run.
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [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:30:30 [INFO] 
11:30:30 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [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:30:30 [INFO] 
11:30:30 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.properties.generation ---
11:30: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:30:30 [INFO] 
11:30:30 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.properties.generation ---
11:30:30 [INFO] No tests to run.
11:30:30 [INFO] 
11:30:30 [INFO] ----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.nattable >-----
11:30:30 [INFO] Building org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT  [56/74]
11:30:30 [INFO]   from ../../plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/pom.xml
11:30:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:30 [INFO] 
11:30:30 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:30 [INFO] The project's OSGi version is 2.0.0.202304241528
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:30 [INFO] 
11:30:30 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:30 [INFO] 
11:30:30 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:30 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.nattable...
11:30:31 [INFO] 
11:30:31 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:31 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:31 [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:30:31 [INFO] 
11:30:31 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/plugins/toolsmiths/org.eclipse.papyrus.toolsmiths.nattable/bin
11:30:31 [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:30:31 	public static boolean isMac() {
11:30:31 	                      ^^^^^^^
11:30:31 The method isMac() from the type ExportAsTableConfigurationWizard.OperatingSystem is never used locally
11:30:31 [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:30:31 	public static boolean isUnix() {
11:30:31 	                      ^^^^^^^^
11:30:31 The method isUnix() from the type ExportAsTableConfigurationWizard.OperatingSystem is never used locally
11:30:31 [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:30:31 	import org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl;
11:30:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuFactoryImpl;
11:30:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	import org.eclipse.e4.ui.model.application.ui.menu.impl.MenuImpl;
11:30:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	import org.eclipse.e4.ui.model.application.ui.menu.impl.PopupMenuImpl;
11:30:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	import org.eclipse.ui.internal.PartSite;
11:30:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	import org.eclipse.ui.internal.menus.SlaveMenuService;
11:30:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	final MenuImpl menuImp = getMenuToContribute(serviceLocator);
11:30:31 	      ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
11:30:31 	                              ^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
11:30:31 	                                              ^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	final MHandledMenuItem item = MenuFactoryImpl.eINSTANCE.createHandledMenuItem();
11:30:31 	                                                        ^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	menuImp.getChildren().add(item);
11:30:31 	        ^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	private MenuImpl getMenuToContribute(final IServiceLocator serviceLocator) {
11:30:31 	        ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	if (manager instanceof SlaveMenuService) {
11:30:31 	                       ^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:30:31 	^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:30:31 	                                                                    ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:30:31 	                                                                                ^^^^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	org.eclipse.e4.ui.model.application.ui.basic.impl.PartImpl model = (PartImpl) ((SlaveMenuService) manager).getModel();
11:30:31 	                                                                                                           ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	List<MMenu> menus = model.getMenus();
11:30:31 	                          ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	if (m instanceof PopupMenuImpl) {
11:30:31 	                 ^^^^^^^^^^^^^
11:30:31 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:30:31 [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:30:31 	if (current instanceof MenuImpl && current.getLabel().equals("&New Child")) {// it probably don't work in case of internationalization usage //$NON-NLS-1$
11:30:31 	                       ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	return (MenuImpl) current;
11:30:31 	        ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	if (site instanceof PartSite) {
11:30:31 	                    ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	final PartSite ps = (PartSite) activePart.getSite();
11:30:31 	      ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	final PartSite ps = (PartSite) activePart.getSite();
11:30:31 	                     ^^^^^^^^
11:30:31 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:30:31 [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:30:31 	IEclipseContext iec = ps.getContext();
11:30:31 	                         ^^^^^^^^^^
11:30:31 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:30:31 27 problems (27 warnings)
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] 
11:30:31 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:31 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:31 [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:30:31 [INFO] 
11:30:31 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] 
11:30:31 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30: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:30:31 [INFO] No tests to run.
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [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:30:31 [INFO] 
11:30:31 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [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:30:31 [INFO] 
11:30:31 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30: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:30:31 [INFO] 
11:30:31 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.nattable ---
11:30:31 [INFO] No tests to run.
11:30:31 [INFO] 
11:30:31 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.types.ui.properties >---
11:30:31 [INFO] Building org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT [57/74]
11:30:31 [INFO]   from ../../plugins/uml/org.eclipse.papyrus.uml.types.ui.properties/pom.xml
11:30:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:31 [INFO] 
11:30:31 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:31 [INFO] The project's OSGi version is 4.0.0.202304241528
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:31 [INFO] 
11:30:31 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:31 [INFO] 
11:30:31 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:31 [INFO] Resolving class path of org.eclipse.papyrus.uml.types.ui.properties...
11:30:32 [INFO] 
11:30:32 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:32 [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:30:32 [INFO] 
11:30:32 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [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:30:32 [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:30:32 	for (Iterator iterator = workspaceProfilesURIs.iterator(); iterator.hasNext();) {
11:30:32 	     ^^^^^^^^
11:30:32 Iterator is a raw type. References to generic type Iterator<E> should be parameterized
11:30:32 1 problem (1 warning)
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] 
11:30:32 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:32 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:32 [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:30:32 [INFO] 
11:30:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] 
11:30:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30: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:30:32 [INFO] No tests to run.
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [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:30:32 [INFO] 
11:30:32 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [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:30:32 [INFO] 
11:30:32 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30: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:30:32 [INFO] 
11:30:32 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.types.ui.properties ---
11:30:32 [INFO] No tests to run.
11:30:32 [INFO] 
11:30:32 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profile-migration >--
11:30:32 [INFO] Building org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT [58/74]
11:30:32 [INFO]   from ../../plugins/toolsmiths/profilemigration/pom.xml
11:30:32 [INFO] --------------------------------[ pom ]---------------------------------
11:30:32 [INFO] 
11:30:32 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profile-migration ---
11:30:32 [INFO] 
11:30:32 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration.ui >--
11:30:32 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT [59/74]
11:30:32 [INFO]   from ../../plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration.ui/pom.xml
11:30:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:32 [INFO] 
11:30:32 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:32 [INFO] The project's OSGi version is 1.0.0.202304241528
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:32 [INFO] 
11:30:32 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:32 [INFO] 
11:30:32 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:32 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration.ui...
11:30:33 [INFO] 
11:30:33 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:33 [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:30:33 [INFO] 
11:30:33 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [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:30:33 [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:30:33 	button.setData(new Integer(id));
11:30:33 	                   ^^^^^^^^^^^
11:30:33 The constructor Integer(int) has been deprecated since version 9 and marked for removal
11:30:33 1 problem (1 warning)
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] 
11:30:33 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:33 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:33 [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:30:33 [INFO] 
11:30:33 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] 
11:30:33 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30: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:30:33 [INFO] No tests to run.
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [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:30:33 [INFO] 
11:30:33 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [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:30:33 [INFO] 
11:30:33 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30: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:30:33 [INFO] 
11:30:33 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.profilemigration.ui ---
11:30:33 [INFO] No tests to run.
11:30:33 [INFO] 
11:30:33 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.profilemigration >--
11:30:33 [INFO] Building org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT [60/74]
11:30:33 [INFO]   from ../../plugins/toolsmiths/profilemigration/org.eclipse.papyrus.toolsmiths.profilemigration/pom.xml
11:30:33 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:33 [INFO] 
11:30:33 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:33 [INFO] The project's OSGi version is 1.1.0.202304241528
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:33 [INFO] 
11:30:33 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:33 [INFO] 
11:30:33 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:33 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.profilemigration...
11:30:34 [INFO] 
11:30:34 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:34 [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:30:34 [INFO] 
11:30:34 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [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:30:34 [INFO] 
11:30:34 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] 
11:30:34 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:34 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:34 [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:30:34 [INFO] 
11:30:34 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] 
11:30:34 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [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:30:34 [INFO] No tests to run.
11:30:34 [INFO] 
11:30:34 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] 
11:30:34 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [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:30:34 [INFO] 
11:30:34 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [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:30:34 [INFO] 
11:30:34 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] 
11:30:34 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] 
11:30:34 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] 
11:30:34 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [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:30:34 [INFO] 
11:30:34 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.profilemigration ---
11:30:34 [INFO] No tests to run.
11:30:34 [INFO] 
11:30:34 [INFO] -----< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.feature >-----
11:30:34 [INFO] Building org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT   [61/74]
11:30:34 [INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/pom.xml
11:30:34 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:30:35 [INFO] 
11:30:35 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.feature/target
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] The project's OSGi version is 1.3.0.202304241528
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [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:30:35 [INFO] 
11:30:35 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [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:30:35 [INFO] 
11:30:35 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.feature ---
11:30:35 [INFO] 
11:30:35 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.types.generator.ui >--
11:30:35 [INFO] Building org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT [62/74]
11:30:35 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.types.generator.ui/pom.xml
11:30:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:35 [INFO] 
11:30:35 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [INFO] The project's OSGi version is 2.1.0.202304241528
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [INFO] 
11:30:35 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [INFO] 
11:30:35 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.types.generator.ui...
11:30:35 [INFO] 
11:30:35 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:35 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:35 [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:30:35 [INFO] 
11:30:35 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:35 [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:30:36 [INFO] 
11:30:36 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:36 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:36 [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:30:36 [INFO] 
11:30:36 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [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:30:36 [INFO] No tests to run.
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [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:30:36 [INFO] 
11:30:36 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [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:30:36 [INFO] 
11:30:36 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [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:30:36 [INFO] 
11:30:36 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.types.generator.ui ---
11:30:36 [INFO] No tests to run.
11:30:36 [INFO] 
11:30:36 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.assistants.generator.ui >--
11:30:36 [INFO] Building org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT [63/74]
11:30:36 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.assistants.generator.ui/pom.xml
11:30:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:36 [INFO] 
11:30:36 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:36 [INFO] The project's OSGi version is 2.0.0.202304241528
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:36 [INFO] 
11:30:36 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:36 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.assistants.generator.ui...
11:30:37 [INFO] 
11:30:37 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] 
11:30:37 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] 
11:30:37 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [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:30:37 [INFO] No tests to run.
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.assistants.generator.ui ---
11:30:37 [INFO] No tests to run.
11:30:37 [INFO] 
11:30:37 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator >--
11:30:37 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT [64/74]
11:30:37 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator/pom.xml
11:30:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:37 [INFO] 
11:30:37 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [INFO] The project's OSGi version is 2.0.0.202304241528
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [INFO] 
11:30:37 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [INFO] 
11:30:37 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator...
11:30:37 [INFO] 
11:30:37 [INFO] --- xtend:2.30.0:compile (default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [INFO] 
11:30:37 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:37 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:37 [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:30:37 [INFO] 
11:30:37 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:37 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] 
11:30:38 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] 
11:30:38 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [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:30:38 [INFO] No tests to run.
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator ---
11:30:38 [INFO] No tests to run.
11:30:38 [INFO] 
11:30:38 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui >--
11:30:38 [INFO] Building org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT [65/74]
11:30:38 [INFO]   from ../../plugins/toolsmiths/assistants/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui/pom.xml
11:30:38 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:38 [INFO] 
11:30:38 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] The project's OSGi version is 2.0.0.202304241528
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] Resolving class path of org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui...
11:30:38 [INFO] 
11:30:38 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:38 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [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:30:38 [INFO] No tests to run.
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui ---
11:30:38 [INFO] No tests to run.
11:30:38 [INFO] 
11:30:38 [INFO] ---< org.eclipse.papyrus:org.eclipse.papyrus.uml.assistants.feature >---
11:30:38 [INFO] Building org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT [66/74]
11:30:38 [INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/pom.xml
11:30:38 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:30:38 [INFO] 
11:30:38 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.uml.assistants.feature/target
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] The project's OSGi version is 4.0.0.202304241528
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [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:30:38 [INFO] 
11:30:38 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.uml.assistants.feature ---
11:30:38 [INFO] 
11:30:38 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.architecture >--
11:30:38 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT [67/74]
11:30:38 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.architecture/pom.xml
11:30:38 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:38 [INFO] 
11:30:38 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:38 [INFO] The project's OSGi version is 2.1.0.202304241528
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:38 [INFO] 
11:30:38 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:38 [INFO] 
11:30:38 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:38 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.architecture...
11:30:39 [INFO] 
11:30:39 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:39 [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:30:39 [INFO] 
11:30:39 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [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:30:39 [INFO] 
11:30:39 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] 
11:30:39 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:39 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:39 [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:30:39 [INFO] 
11:30:39 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] 
11:30:39 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [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:30:39 [INFO] No tests to run.
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [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:30:39 [INFO] 
11:30:39 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [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:30:39 [INFO] 
11:30:39 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [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:30:39 [INFO] 
11:30:39 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.architecture ---
11:30:39 [INFO] No tests to run.
11:30:39 [INFO] 
11:30:39 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.elementtypes >--
11:30:39 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT [68/74]
11:30:39 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.elementtypes/pom.xml
11:30:39 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:39 [INFO] 
11:30:39 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:39 [INFO] The project's OSGi version is 2.1.0.202304241528
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:39 [INFO] 
11:30:39 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:39 [INFO] 
11:30:39 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:39 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.elementtypes...
11:30:40 [INFO] 
11:30:40 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:40 [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:30:40 [INFO] 
11:30:40 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [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:30:40 [INFO] 
11:30:40 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] 
11:30:40 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:40 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:40 [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:30:40 [INFO] 
11:30:40 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] 
11:30:40 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [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:30:40 [INFO] No tests to run.
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [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:30:40 [INFO] 
11:30:40 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [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:30:40 [INFO] 
11:30:40 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [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:30:40 [INFO] 
11:30:40 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.elementtypes ---
11:30:40 [INFO] No tests to run.
11:30:40 [INFO] 
11:30:40 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.profile >--
11:30:40 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT [69/74]
11:30:40 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.profile/pom.xml
11:30:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:40 [INFO] 
11:30:40 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:40 [INFO] The project's OSGi version is 2.1.0.202304241528
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:40 [INFO] 
11:30:40 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:40 [INFO] 
11:30:40 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:40 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.profile...
11:30:41 [INFO] 
11:30:41 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] 
11:30:41 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] 
11:30:41 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [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:30:41 [INFO] No tests to run.
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.profile ---
11:30:41 [INFO] No tests to run.
11:30:41 [INFO] 
11:30:41 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.newchild >--
11:30:41 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT [70/74]
11:30:41 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.newchild/pom.xml
11:30:41 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:41 [INFO] 
11:30:41 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] The project's OSGi version is 1.0.0.202304241528
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.newchild...
11:30:41 [INFO] 
11:30:41 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:41 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [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:30:41 [INFO] No tests to run.
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [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:30:41 [INFO] 
11:30:41 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.newchild ---
11:30:41 [INFO] No tests to run.
11:30:41 [INFO] 
11:30:41 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.properties >--
11:30:41 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT [71/74]
11:30:41 [INFO]   from ../../plugins/toolsmiths/validation/org.eclipse.papyrus.toolsmiths.validation.properties/pom.xml
11:30:41 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:30:41 [INFO] 
11:30:41 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:41 [INFO] The project's OSGi version is 1.0.0.202304241528
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:41 [INFO] 
11:30:41 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:41 [INFO] 
11:30:41 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:41 [INFO] Resolving class path of org.eclipse.papyrus.toolsmiths.validation.properties...
11:30:42 [INFO] 
11:30:42 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:42 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:42 [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:30:42 [INFO] 
11:30:42 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:42 [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:30:43 [INFO] 
11:30:43 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] 
11:30:43 [INFO] --- resources:3.2.0:testResources (default-testResources) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:43 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:43 [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:30:43 [INFO] 
11:30:43 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] 
11:30:43 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [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:30:43 [INFO] No tests to run.
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [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:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [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:30:43 [INFO] 
11:30:43 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [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:30:43 [INFO] 
11:30:43 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.toolsmiths.validation.properties ---
11:30:43 [INFO] No tests to run.
11:30:43 [INFO] 
11:30:43 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.validation.feature >--
11:30:43 [INFO] Building org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT [72/74]
11:30:43 [INFO]   from ../../features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/pom.xml
11:30:43 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:30:43 [INFO] 
11:30:43 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] Deleting /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/features/papyrus-toolsmiths-features/org.eclipse.papyrus.toolsmiths.validation.feature/target
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] The project's OSGi version is 1.0.0.202304241528
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [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:30:43 [INFO] 
11:30:43 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [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:30:43 [INFO] 
11:30:43 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.validation.feature ---
11:30:43 [INFO] 
11:30:43 [INFO] --< org.eclipse.papyrus:org.eclipse.papyrus.toolsmiths.targetplatform >--
11:30:43 [INFO] Building org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT [73/74]
11:30:43 [INFO]   from targetPlatform/pom.xml
11:30:43 [INFO] ---------------------[ eclipse-target-definition ]----------------------
11:30:43 [INFO] 
11:30:43 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.toolsmiths.targetplatform ---
11:30:43 [INFO] 
11:30:43 [INFO] -------< org.eclipse.papyrus:org.eclipse.papyrus.p2.toolsmiths >--------
11:30:43 [INFO] Building org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT        [74/74]
11:30:43 [INFO]   from site/pom.xml
11:30:43 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:30:43 [INFO] 
11:30:43 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:43 [INFO] The project's OSGi version is 1.0.0.202304241528
11:30:43 [INFO] 
11:30:43 [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:43 [INFO] 
11:30:43 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:43 [INFO] 
11:30:43 [INFO] --- resources:3.2.0:resources (default-resources) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:30:43 [INFO] Using 'UTF-8' encoding to copy filtered properties files.
11:30:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/releng/toolsmiths/site/src/main/resources
11:30:43 [INFO] 
11:30:43 [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:43 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:30:43 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:30:43 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:30:44 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:30:44 [INFO] 
11:30:44 [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:44 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:30:44 [INFO] 
11:30:44 [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:44 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:30:44 [INFO] 
11:30:44 [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:44 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:30:44 [INFO] 
11:30:44 [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:44 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:30:44 [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:30:44 [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:30:44 [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:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (18.94kB)
11:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit.edit_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (12.59kB)
11:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit.modelexplorer_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (32.5kB)
11:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit.properties_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (19.46kB)
11:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (29.7kB)
11:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.architecture_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (18.59kB)
11:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.edit_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (18.69kB)
11:30:44 [INFO] Fetching org.eclipse.papyrus.infra.textedit.types_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (10.37kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.ui_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (25.64kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.xtext_1.1.100.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (34.68kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.feature_1.1.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/features/ (13.17kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (14.89kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.edit.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (7.37kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.modelexplorer.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (22.9kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.properties.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (9.7kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (21.35kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.architecture.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (12.09kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.representation.edit.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (8.06kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.types.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (5.04kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.ui.source_1.0.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (16.65kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.xtext.source_1.1.100.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/plugins/ (25.98kB)
11:30:45 [INFO] Fetching org.eclipse.papyrus.infra.textedit.feature.source_1.1.0.202304241511.jar from https://ci.eclipse.org/papyrus/job/Papyrus-Master-Releng/lastSuccessfulBuild/artifact/repository/features/ (17.58kB)
11:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:45 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:46 [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:30:49 [INFO] 
11:30:49 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:49 [INFO] 
11:30:49 [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:49 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
11:30:49 [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:30:49 [INFO] 
11:30:49 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:49 [INFO] 
11:30:49 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.p2.toolsmiths ---
11:30:49 [INFO] ------------------------------------------------------------------------
11:30:49 [INFO] Reactor Summary:
11:30:49 [INFO] 
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.releng 1.0.0-SNAPSHOT SUCCESS [  1.023 s]
11:30:49 [INFO] Papyrus Toolsmiths Features 0.0.1-SNAPSHOT ......... SUCCESS [  0.003 s]
11:30:49 [INFO] Papyrus Toolsmiths Plugins 0.0.1-SNAPSHOT .......... SUCCESS [  0.002 s]
11:30:49 [INFO] org.eclipse.papyrus.architectureview 2.0.0-SNAPSHOT  SUCCESS [  7.435 s]
11:30:49 [INFO] org.eclipse.papyrus.dev.ui 1.1.0-SNAPSHOT .......... SUCCESS [  0.331 s]
11:30:49 [INFO] org.eclipse.papyrus.dev.view.services.edit.request 2.0.0-SNAPSHOT SUCCESS [  0.381 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.editpoliciesstates 2.0.0-SNAPSHOT SUCCESS [  1.082 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.editpartview 2.0.0-SNAPSHOT  SUCCESS [  0.504 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.figureview 2.0.0-SNAPSHOT .. SUCCESS [  0.323 s]
11:30:49 [INFO] org.eclipse.papyrus.infra.gmfdiag.css.debug 2.0.0-SNAPSHOT SUCCESS [  6.035 s]
11:30:49 [INFO] org.eclipse.papyrus.infra.emf.commandstack 2.0.0-SNAPSHOT SUCCESS [  0.336 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf-tooling 0.0.1-SNAPSHOT ..... SUCCESS [  0.002 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.common 2.0.0-SNAPSHOT ...... SUCCESS [  0.822 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.validate 1.2.0-SNAPSHOT .... SUCCESS [  0.679 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.codegen 3.0.0-SNAPSHOT ..... SUCCESS [  2.143 s]
11:30:49 [INFO] org.eclipse.papyrus.dev.types 4.1.0-SNAPSHOT ....... SUCCESS [  4.809 s]
11:30:49 [INFO] org.eclipse.papyrus.dev.pluginexplorer 2.0.0-SNAPSHOT SUCCESS [  0.260 s]
11:30:49 [INFO] org.eclipse.papyrus.debug.feature 1.0.0-SNAPSHOT ... SUCCESS [  0.604 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.codegen.edit 3.0.0-SNAPSHOT  SUCCESS [  1.129 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.codegen.ui 1.4.0-SNAPSHOT .. SUCCESS [  0.586 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.codegen.xtend 1.0.0-SNAPSHOT SUCCESS [ 15.696 s]
11:30:49 [INFO] org.eclipse.papyrus.gmf.codegen.xtend.ui 1.0.0-SNAPSHOT SUCCESS [  0.666 s]
11:30:49 [INFO] org.eclipse.papyrus.codegen 2.0.0-SNAPSHOT ......... SUCCESS [  0.647 s]
11:30:49 [INFO] Papyrus UML Assistants 0.0.1-SNAPSHOT .............. SUCCESS [  0.002 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.profile.types.generator 3.0.0-SNAPSHOT SUCCESS [  2.373 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator 5.0.0-SNAPSHOT SUCCESS [  1.646 s]
11:30:49 [INFO] org.eclipse.papyrus.dev.assistants.codegen 2.0.100-SNAPSHOT SUCCESS [  1.696 s]
11:30:49 [INFO] org.eclipse.papyrus.mwe2.utils 2.0.0-SNAPSHOT ...... SUCCESS [  0.236 s]
11:30:49 [INFO] org.eclipse.papyrus.diagramgen.feature 1.3.0-SNAPSHOT SUCCESS [  0.187 s]
11:30:49 [INFO] org.eclipse.papyrus.tests.junit-framework 0.0.1-SNAPSHOT SUCCESS [  0.009 s]
11:30:49 [INFO] org.eclipse.papyrus.junit.framework 2.2.0-SNAPSHOT . SUCCESS [  0.362 s]
11:30:49 [INFO] org.eclipse.papyrus.junit.utils 3.3.0-SNAPSHOT ..... SUCCESS [  1.754 s]
11:30:49 [INFO] org.eclipse.papyrus.bundles.tests 3.1.0-SNAPSHOT ... SUCCESS [  5.046 s]
11:30:49 [INFO] org.eclipse.papyrus.junit.feature 1.2.0-SNAPSHOT ... SUCCESS [  0.376 s]
11:30:49 [INFO] org.eclipse.papyrus.dev.project.management 2.0.100-SNAPSHOT SUCCESS [  0.597 s]
11:30:49 [INFO] org.eclipse.papyrus.releng.tools 3.2.0-SNAPSHOT .... SUCCESS [  0.697 s]
11:30:49 [INFO] org.eclipse.papyrus.releng.feature 1.2.0-SNAPSHOT .. SUCCESS [  0.170 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validations 0.0.1-SNAPSHOT SUCCESS [  0.001 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validation.common 2.0.0-SNAPSHOT SUCCESS [  0.915 s]
11:30:49 [INFO] Papyrus Toolsmithis - Builder 0.0.1-SNAPSHOT ....... SUCCESS [  0.002 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.plugin.builder 1.1.0-SNAPSHOT SUCCESS [  0.680 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.builder.feature 1.0.0-SNAPSHOT SUCCESS [  0.107 s]
11:30:49 [INFO] org.eclipse.papyrus.customization.nattableconfiguration 3.0.0-SNAPSHOT SUCCESS [  0.968 s]
11:30:49 [INFO] org.eclipse.papyrus.infra.emf.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  0.513 s]
11:30:49 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.edit 3.0.0-SNAPSHOT SUCCESS [  0.612 s]
11:30:49 [INFO] org.eclipse.papyrus.infra.gmfdiag.expansion.editor 3.0.0-SNAPSHOT SUCCESS [  0.806 s]
11:30:49 [INFO] org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor 4.1.0-SNAPSHOT SUCCESS [  0.861 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths 2.1.0-SNAPSHOT ...... SUCCESS [  0.649 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.ecore 2.0.0-SNAPSHOT  SUCCESS [  0.392 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.expressions 2.0.0-SNAPSHOT SUCCESS [  0.636 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools 2.1.0-SNAPSHOT SUCCESS [  1.001 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature 1.0.0-SNAPSHOT SUCCESS [  0.063 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.palette 4.0.0-SNAPSHOT SUCCESS [  1.014 s]
11:30:49 [INFO] org.eclipse.papyrus.views.properties.toolsmiths 3.2.0-SNAPSHOT SUCCESS [  0.795 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.properties.generation 3.0.0-SNAPSHOT SUCCESS [  0.712 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.nattable 2.0.0-SNAPSHOT SUCCESS [  1.100 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.types.ui.properties 4.0.0-SNAPSHOT SUCCESS [  1.085 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.profile-migration 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration.ui 1.0.0-SNAPSHOT SUCCESS [  0.992 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.profilemigration 1.1.0-SNAPSHOT SUCCESS [  1.127 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.feature 1.3.0-SNAPSHOT SUCCESS [  0.290 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.profile.types.generator.ui 2.1.0-SNAPSHOT SUCCESS [  1.094 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.profile.assistants.generator.ui 2.0.0-SNAPSHOT SUCCESS [  1.017 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator 2.0.0-SNAPSHOT SUCCESS [  0.774 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui 2.0.0-SNAPSHOT SUCCESS [  0.616 s]
11:30:49 [INFO] org.eclipse.papyrus.uml.assistants.feature 4.0.0-SNAPSHOT SUCCESS [  0.110 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validation.architecture 2.1.0-SNAPSHOT SUCCESS [  0.668 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validation.elementtypes 2.1.0-SNAPSHOT SUCCESS [  1.049 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validation.profile 2.1.0-SNAPSHOT SUCCESS [  0.770 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validation.newchild 1.0.0-SNAPSHOT SUCCESS [  0.633 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validation.properties 1.0.0-SNAPSHOT SUCCESS [  1.101 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.validation.feature 1.0.0-SNAPSHOT SUCCESS [  0.247 s]
11:30:49 [INFO] org.eclipse.papyrus.toolsmiths.targetplatform 0.0.1-SNAPSHOT SUCCESS [  0.002 s]
11:30:49 [INFO] org.eclipse.papyrus.p2.toolsmiths 1.0.0-SNAPSHOT ... SUCCESS [  6.441 s]
11:30:49 [INFO] ------------------------------------------------------------------------
11:30:49 [INFO] BUILD SUCCESS
11:30:49 [INFO] ------------------------------------------------------------------------
11:30:49 [INFO] Total time:  02:42 min
11:30:49 [INFO] Finished at: 2023-04-24T15:30:49Z
11:30:49 [INFO] ------------------------------------------------------------------------
11:30:50 [Papyrus-Master-Toolsmiths-Releng] $ /bin/sh -xe /tmp/jenkins5289671797441015979.sh
11:30:50 + . source/releng/toolkit/server/build-after-toolsmiths.sh
11:30:50 ++ p2UpdateSiteDir=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/source/releng/toolsmiths/site/target/repository
11:30:50 ++ updateSite=/home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository
11:30:50 ++ '[' -n '' ']'
11:30:50 ++ buildType=N
11:30:50 ++ COMPACT_BUILD_ID=
11:30:50 ++ FULL_BUILD_ID=N
11:30:50 ++ '[' -n '' ']'
11:30:50 ++ updateZipName=Papyrus-Toolsmiths-N.zip
11:30:50 ++ zipName=Papyrus-Toolsmiths.zip
11:30:50 ++ rm -rf tmp
11:30:50 ++ mkdir -p tmp/toolsmiths
11:30:50 ++ rm -rf /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository
11:30:50 ++ 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:30:50 ++ cd /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository
11:30:50 ++ zip -r Papyrus-Toolsmiths-N.zip artifacts.jar artifacts.xml.xz content.jar content.xml.xz features p2.index plugins
11:30:50   adding: artifacts.jar (deflated 0%)
11:30:50   adding: artifacts.xml.xz (stored 0%)
11:30:50   adding: content.jar (deflated 6%)
11:30:50   adding: content.xml.xz (stored 0%)
11:30:50   adding: features/ (stored 0%)
11:30:50   adding: features/org.eclipse.papyrus.junit.feature.source_1.2.0.202304241528.jar (deflated 7%)
11:30:50   adding: features/org.eclipse.papyrus.infra.textedit.feature.source_1.1.0.202304241511.jar (deflated 6%)
11:30:50   adding: features/org.eclipse.papyrus.toolsmiths.feature.source_1.3.0.202304241528.jar (deflated 7%)
11:30:50   adding: features/org.eclipse.papyrus.infra.textedit.feature_1.1.0.202304241511.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.debug.feature.source_1.0.0.202304241528.jar (deflated 7%)
11:30:50   adding: features/org.eclipse.papyrus.uml.assistants.feature.source_4.0.0.202304241528.jar (deflated 7%)
11:30:50   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature.source_1.0.0.202304241528.jar (deflated 8%)
11:30:50   adding: features/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.feature_1.0.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.debug.feature_1.0.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.toolsmiths.feature_1.3.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature.source_1.0.0.202304241528.jar (deflated 8%)
11:30:50   adding: features/org.eclipse.papyrus.releng.feature_1.2.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.toolsmiths.builder.feature_1.0.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.diagramgen.feature.source_1.3.0.202304241528.jar (deflated 7%)
11:30:50   adding: features/org.eclipse.papyrus.diagramgen.feature_1.3.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.uml.assistants.feature_4.0.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.junit.feature_1.2.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.toolsmiths.validation.feature_1.0.0.202304241528.jar (deflated 2%)
11:30:50   adding: features/org.eclipse.papyrus.releng.feature.source_1.2.0.202304241528.jar (deflated 7%)
11:30:50   adding: p2.index (deflated 35%)
11:30:50   adding: plugins/ (stored 0%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.palette_4.0.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen_2.0.100.202304241528.jar (deflated 10%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.validate_1.2.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.edit.source_1.0.0.202304241511.jar (deflated 22%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend_1.0.0.202304241528.jar (deflated 3%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates.source_2.0.0.202304241528.jar (deflated 20%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.source_3.0.0.202304241528.jar (deflated 8%)
11:30:50   adding: plugins/org.eclipse.papyrus.mwe2.utils_2.0.0.202304241528.jar (deflated 15%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.source_1.0.0.202304241528.jar (deflated 4%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common_2.0.0.202304241528.jar (deflated 10%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui_1.0.0.202304241528.jar (deflated 23%)
11:30:50   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths_3.2.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.editpoliciesstates_2.0.0.202304241528.jar (deflated 17%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.ui.source_1.1.0.202304241528.jar (deflated 29%)
11:30:50   adding: plugins/org.eclipse.papyrus.junit.framework_2.2.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.aggregator_1.1.0.v20230118-1121.jar (deflated 8%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug_2.0.0.202304241528.jar (deflated 14%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties.source_4.0.0.202304241528.jar (deflated 22%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack_2.0.0.202304241528.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes.source_2.1.0.202304241528.jar (deflated 23%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions_2.0.0.202304241528.jar (deflated 19%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools_2.1.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.junit.utils.source_3.3.0.202304241528.jar (deflated 9%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.modelexplorer_1.0.0.202304241511.jar (deflated 23%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.source_5.0.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui.source_1.0.0.202304241528.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.junit.framework.source_2.2.0.202304241528.jar (deflated 15%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.ui_1.1.0.202304241528.jar (deflated 24%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.util.source_1.1.0.v20220901-1119.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit_3.0.0.202304241528.jar (deflated 32%)
11:30:50   adding: plugins/org.eclipse.papyrus.architectureview_2.0.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.plugin.builder_1.1.0.202304241528.jar (deflated 13%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.types_4.1.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui.source_2.0.0.202304241528.jar (deflated 36%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable_2.0.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.figureview.source_2.0.0.202304241528.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile_2.1.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.newchild_1.0.0.202304241528.jar (deflated 19%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit_3.0.0.202304241528.jar (deflated 15%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator_5.0.0.202304241528.jar (deflated 10%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor.source_3.0.0.202304241528.jar (deflated 10%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture.source_2.1.0.202304241528.jar (deflated 24%)
11:30:50   adding: plugins/org.eclipse.papyrus.bundles.tests_3.1.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.codegen_2.0.0.202304241528.jar (deflated 17%)
11:30:50   adding: plugins/org.eclipse.papyrus.codegen.source_2.0.0.202304241528.jar (deflated 20%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.xtend.ui.source_1.0.0.202304241528.jar (deflated 34%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.edit.source_1.0.0.202304241511.jar (deflated 23%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit_1.0.0.202304241511.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.types.source_1.0.0.202304241511.jar (deflated 31%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.assistants.codegen.source_2.0.100.202304241528.jar (deflated 13%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator_2.0.0.202304241528.jar (deflated 28%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths_2.1.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor.source_4.1.0.202304241528.jar (deflated 10%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.common.source_2.0.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.properties_1.0.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.ui.source_1.0.0.202304241511.jar (deflated 25%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.properties.source_1.0.0.202304241528.jar (deflated 14%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.properties.generation_3.0.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.mwe2.utils.source_2.0.0.202304241528.jar (deflated 17%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.aggregator.source_1.1.0.v20230118-1121.jar (deflated 9%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore_2.0.0.202304241528.jar (deflated 22%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.source_2.0.0.202304241528.jar (deflated 25%)
11:30:50   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration.source_3.0.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy_1.1.0.v20220626-0730.jar (deflated 5%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.util_1.1.0.v20220901-1119.jar (deflated 9%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.common_2.0.0.202304241528.jar (deflated 13%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui.source_2.0.0.202304241528.jar (deflated 36%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.css.debug.source_2.0.0.202304241528.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.figureview_2.0.0.202304241528.jar (deflated 19%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.validate.source_1.2.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.editor_3.0.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.editpartview_2.0.0.202304241528.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.palette.source_4.0.0.202304241528.jar (deflated 9%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.properties.source_1.0.0.202304241511.jar (deflated 27%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.modelexplorer.source_1.0.0.202304241511.jar (deflated 27%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.newchild.source_1.0.0.202304241528.jar (deflated 26%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.nattable.source_2.0.0.202304241528.jar (deflated 13%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.source_2.1.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.p2.source_1.1.0.v20220711-1014.jar (deflated 8%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.expansion.edit.source_3.0.0.202304241528.jar (deflated 17%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.ui_1.0.0.202304241511.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.types.source_4.1.0.202304241528.jar (deflated 15%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.source_1.0.0.202304241511.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties_4.0.0.202304241528.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.edit_1.0.0.202304241511.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator_3.0.0.202304241528.jar (deflated 7%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.project.management_2.0.100.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer_2.0.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.types.ui.properties.source_4.0.0.202304241528.jar (deflated 19%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.source_1.0.0.202304241511.jar (deflated 19%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui_2.1.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.common.source_2.0.0.202304241528.jar (deflated 10%)
11:30:50   adding: plugins/org.eclipse.papyrus.releng.tools_3.2.0.202304241528.jar (deflated 13%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.editpartview.source_2.0.0.202304241528.jar (deflated 22%)
11:30:50   adding: plugins/org.eclipse.papyrus.junit.utils_3.3.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen_3.0.0.202304241528.jar (deflated 8%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request_2.0.0.202304241528.jar (deflated 26%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.edit.source_3.0.0.202304241528.jar (deflated 10%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.newchildmenu.generator.ui_2.0.0.202304241528.jar (deflated 24%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.source_1.1.0.202304241528.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.elementtypes_2.1.0.202304241528.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.architecture_2.1.0.202304241528.jar (deflated 17%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.architecture.source_1.0.0.202304241511.jar (deflated 27%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.assistants.generator.ui_2.0.0.202304241528.jar (deflated 21%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.representation_1.0.0.202304241511.jar (deflated 19%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.representation.architecture_1.0.0.202304241511.jar (deflated 22%)
11:30:50   adding: plugins/org.eclipse.papyrus.releng.tools.source_3.2.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.p2_1.1.0.v20220711-1014.jar (deflated 7%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.editor_4.1.0.202304241528.jar (deflated 15%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.properties.generation.source_3.0.0.202304241528.jar (deflated 15%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.validation.profile.source_2.1.0.202304241528.jar (deflated 20%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.pluginexplorer.source_2.0.0.202304241528.jar (deflated 14%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration.ui_1.0.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.views.properties.toolsmiths.source_3.2.0.202304241528.jar (deflated 15%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.profilemigration_1.1.0.202304241528.jar (deflated 20%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui.source_1.4.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.project.management.source_2.0.100.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.source_3.0.0.202304241528.jar (deflated 7%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.profile.types.generator.ui.source_2.1.0.202304241528.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.types_1.0.0.202304241511.jar (deflated 24%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.cli_1.1.0.v20221114-0829.jar (deflated 9%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.properties_1.0.0.202304241511.jar (deflated 23%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.edit_1.0.0.202304241511.jar (deflated 25%)
11:30:50   adding: plugins/org.eclipse.papyrus.bundles.tests.source_3.1.0.202304241528.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.uml.m2m.qvto.tests.tools.source_2.1.0.202304241528.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.emf.commandstack.source_2.0.0.202304241528.jar (deflated 23%)
11:30:50   adding: plugins/org.eclipse.papyrus.gmf.codegen.ui_1.4.0.202304241528.jar (deflated 13%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.expressions.source_2.0.0.202304241528.jar (deflated 26%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.xtext.source_1.1.100.202304241511.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.customization.nattableconfiguration_3.0.0.202304241528.jar (deflated 16%)
11:30:50   adding: plugins/org.eclipse.papyrus.toolsmiths.ecore.source_2.0.0.202304241528.jar (deflated 24%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.cli.source_1.1.0.v20221114-0829.jar (deflated 12%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.emf.types.ui.properties_4.0.0.202304241528.jar (deflated 24%)
11:30:50   adding: plugins/org.eclipse.cbi.p2repo.aggregator.legacy.source_1.1.0.v20220626-0730.jar (deflated 11%)
11:30:50   adding: plugins/org.eclipse.papyrus.architectureview.source_2.0.0.202304241528.jar (deflated 18%)
11:30:50   adding: plugins/org.eclipse.papyrus.dev.view.services.edit.request.source_2.0.0.202304241528.jar (deflated 34%)
11:30:50   adding: plugins/org.eclipse.papyrus.infra.textedit.xtext_1.1.100.202304241511.jar (deflated 18%)
11:30:50 ++ mv /home/jenkins/agent/workspace/Papyrus-Master-Toolsmiths-Releng/repository/Papyrus-Toolsmiths-N.zip tmp/toolsmiths
11:30:50 ++ cd tmp
11:30:50 ++ zip -r Papyrus-Toolsmiths.zip toolsmiths
11:30:50   adding: toolsmiths/ (stored 0%)
11:30:50   adding: toolsmiths/Papyrus-Toolsmiths-N.zip (stored 0%)
11:30:50 ++ mv tmp/Papyrus-Toolsmiths.zip .
11:30:50 Terminating xvnc.
11:31:04 Archiving artifacts
11:31:05 Triggering a new build of Papyrus-Master-Tests-Releng
11:31:05 Finished: SUCCESS