Skip to content

Console Output

Skipping 106 KB.. Full Log
	protected IPythonSideEngine fPythonSideEngine;
	          ^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IPythonSideEngine' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[199] 
	IInteractiveReturn interactiveReturn;
	^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'IInteractiveReturn' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[201] 
	interactiveReturn = fPythonSideEngine.executeInteractive(script.getCode());
	                                      ^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IPythonSideEngine.executeInteractive(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[204] 
	interactiveReturn = fPythonSideEngine.executeScript(code, fileName);
	                                      ^^^^^^^^^^^^^
Discouraged access: The method 'IPythonSideEngine.executeScript(String, String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[206] 
	final Object exception = interactiveReturn.getException();
	                                           ^^^^^^^^^^^^
Discouraged access: The method 'IInteractiveReturn.getException()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[212] 
	return interactiveReturn.getResult();
	                         ^^^^^^^^^
Discouraged access: The method 'IInteractiveReturn.getResult()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[270] 
	return fPythonSideEngine.internalGetVariable(name);
	                         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IPythonSideEngine.internalGetVariable(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[275] 
	return fPythonSideEngine.internalGetVariables();
	                         ^^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IPythonSideEngine.internalGetVariables()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[280] 
	return fPythonSideEngine.internalHasVariable(name);
	                         ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IPythonSideEngine.internalHasVariable(String)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/org/eclipse/papyrus/ease/lang/python/jupyter/internal/JupyterEngine.java:[285] 
	fPythonSideEngine.internalSetVariable(name, content);
	                  ^^^^^^^^^^^^^^^^^^^
Discouraged access: The method 'IPythonSideEngine.internalSetVariable(String, Object)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.ease.lang.python.py4j/0.8.0.I202104091518/org.eclipse.ease.lang.python.py4j-0.8.0.I202104091518.jar')
18 problems (18 warnings)
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/target/org.eclipse.papyrus.ease.lang.python.jupyter-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/bundles/papyrus/org.eclipse.papyrus.ease.lang.python.jupyter/target/org.eclipse.papyrus.ease.lang.python.jupyter-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] 
[INFO] --- tycho-surefire:2.7.0:integration-test (default-integration-test) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.ease.lang.python.jupyter ---
[INFO] No tests to run.
[INFO] 
[INFO] -------------------< org.eclipse.papyrus.ease:ease >--------------------
[INFO] Building EASE Bundles 0.9.0-SNAPSHOT                              [7/18]
[INFO]   from bundles/ease/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ ease ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ ease ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ ease ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ ease ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ ease ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.ease:org.eclipse.ease.modules.modeling.ui >----
[INFO] Building org.eclipse.ease.modules.modeling.ui 0.9.0-SNAPSHOT      [8/18]
[INFO]   from bundles/ease/org.eclipse.ease.modules.modeling.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.0:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] The project's OSGi version is 0.9.0.202206230932
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] Resolving class path of org.eclipse.ease.modules.modeling.ui...
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.37kB)
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.ease.modules.modeling.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/OCLMatcher.java:[44] 
	return (Collection<EObject>) ((SetValue) queryResult).asCollection();
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Collection<capture#1-of ? extends Object> to Collection<EObject>
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/utils/ModelExtentMap.java:[103] 
	objectType = metaModelManager.getASOf(Type.class, eClass);
	                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The method getASOf(Class<Type>, EObject) from the type MetamodelManager is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/src/org/eclipse/ease/modules/modeling/ui/matchers/AttributeMatcher.java:[24] 
	private static Pattern ATTRIBUTE_SEARCH = Pattern.compile("(.*)=(.*)", Pattern.DOTALL); //$NON-NLS-1$
	                       ^^^^^^^^^^^^^^^^
The value of the field AttributeMatcher.ATTRIBUTE_SEARCH is not used
3 problems (3 warnings)
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/target/org.eclipse.ease.modules.modeling.ui-0.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling.ui/target/org.eclipse.ease.modules.modeling.ui-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.ease.modules.modeling.ui ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- tycho-surefire:2.7.0:integration-test (default-integration-test) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.ease.modules.modeling.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.papyrus.ease:org.eclipse.ease.modules.modeling >-----
[INFO] Building org.eclipse.ease.modules.modeling 0.9.0-SNAPSHOT         [9/18]
[INFO]   from bundles/ease/org.eclipse.ease.modules.modeling/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.0:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.ease.modules.modeling ---
[INFO] The project's OSGi version is 0.9.0.202206230932
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.ease.modules.modeling ---
[INFO] Resolving class path of org.eclipse.ease.modules.modeling...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.ease.modules.modeling ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.ease.modules.modeling ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 19 source files to /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/target/classes
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/Editor.java:[36] 
	private static final long serialVersionUID = 2489151579665730844L;
	                          ^^^^^^^^^^^^^^^^
The value of the field Editor.serialVersionUID is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/editors/Editor.java:[92] 
	String[] functions = new String[] { "applyEdit", "beginCompoundChange", "close", "endCompoundChange", "getLineAtOffset", "getOffsetAtLine", "save",
	         ^^^^^^^^^
The value of the local variable functions is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/SelectionModule.java:[91] 
	return (T) o;
	       ^^^^^
Type safety: Unchecked cast from Object to T
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java:[24] 
	import org.eclipse.core.internal.runtime.AdapterManager;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'AdapterManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.16.0.v20220211-2322/org.eclipse.equinox.common-3.16.0.v20220211-2322.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java:[416] 
	domain = AdapterManager.getDefault().getAdapter(currentEditorPart, EditingDomain.class);
	         ^^^^^^^^^^^^^^
Discouraged access: The type 'AdapterManager' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.16.0.v20220211-2322/org.eclipse.equinox.common-3.16.0.v20220211-2322.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java:[416] 
	domain = AdapterManager.getDefault().getAdapter(currentEditorPart, EditingDomain.class);
	                        ^^^^^^^^^^
Discouraged access: The method 'AdapterManager.getDefault()' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.16.0.v20220211-2322/org.eclipse.equinox.common-3.16.0.v20220211-2322.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java:[416] 
	domain = AdapterManager.getDefault().getAdapter(currentEditorPart, EditingDomain.class);
	                                     ^^^^^^^^^^
Discouraged access: The method 'AdapterManager.getAdapter(Object, Class<EditingDomain>)' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-ease-master/.repository/p2/osgi/bundle/org.eclipse.equinox.common/3.16.0.v20220211-2322/org.eclipse.equinox.common-3.16.0.v20220211-2322.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/org/eclipse/ease/modules/modeling/EcoreModule.java:[569] 
	public RunnableTransactionalCommandWrapper(final TransactionalEditingDomain domain, final String label, final List affectedFiles,
	                                                                                                              ^^^^
List is a raw type. References to generic type List<E> should be parameterized
8 problems (8 warnings)
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.ease.modules.modeling ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.ease.modules.modeling ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.ease.modules.modeling ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/target/org.eclipse.ease.modules.modeling-0.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.ease.modules.modeling ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/bundles/ease/org.eclipse.ease.modules.modeling/target/org.eclipse.ease.modules.modeling-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.ease.modules.modeling ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- tycho-surefire:2.7.0:integration-test (default-integration-test) @ org.eclipse.ease.modules.modeling ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.ease.modules.modeling ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.examples.root >---
[INFO] Building EASE Examples 0.7.0-SNAPSHOT                            [10/18]
[INFO]   from examples/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.examples.root ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.examples.root ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.examples.root ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.examples.root ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.examples.root ---
[INFO] 
[INFO] --< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.lang.python.jupyter.example >--
[INFO] Building org.eclipse.papyrus.ease.lang.python.jupyter.example 0.7.0-SNAPSHOT [11/18]
[INFO]   from examples/org.eclipse.papyrus.ease.lang.python.jupyter.example/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.0:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] The project's OSGi version is 0.7.0.201907240920
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- tycho-compiler:2.7.0:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] Resolving class path of org.eclipse.papyrus.ease.lang.python.jupyter.example...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/examples/org.eclipse.papyrus.ease.lang.python.jupyter.example/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:compile (default-compile) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/examples/org.eclipse.papyrus.ease.lang.python.jupyter.example/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.0:testCompile (default-testCompile) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/examples/org.eclipse.papyrus.ease.lang.python.jupyter.example/target/org.eclipse.papyrus.ease.lang.python.jupyter.example-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-plugin (default-package-plugin) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/examples/org.eclipse.papyrus.ease.lang.python.jupyter.example/target/org.eclipse.papyrus.ease.lang.python.jupyter.example-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- tycho-surefire:2.7.0:integration-test (default-integration-test) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.ease.lang.python.jupyter.example ---
[INFO] No tests to run.
[INFO] 
[INFO] ---< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.feature.root >---
[INFO] Building EASE Features 0.7.0-SNAPSHOT                            [12/18]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.feature.root ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.feature.root ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.feature.root ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.feature.root ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.feature.root ---
[INFO] 
[INFO] --< org.eclipse.papyrus.ease:org.eclipse.ease.modules.modeling.feature >--
[INFO] Building org.eclipse.ease.modules.modeling.feature 0.9.0-SNAPSHOT [13/18]
[INFO]   from features/org.eclipse.ease.modules.modeling.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.ease.modules.modeling.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] The project's OSGi version is 0.9.0.202206230932
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-feature (default-package-feature) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.ease.modules.modeling.feature/target/org.eclipse.ease.modules.modeling.feature-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.ease.modules.modeling.feature/target/org.eclipse.ease.modules.modeling.feature-0.9.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.ease.modules.modeling.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.ease.modules.modeling.feature/target/org.eclipse.ease.modules.modeling.feature-0.9.0-SNAPSHOT-sources-feature.jar
[WARNING] artifact org.eclipse.papyrus.ease:org.eclipse.ease.modules.modeling.feature:eclipse-feature:sources-feature:0.9.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.ease.modules.modeling.feature ---
[INFO] 
[INFO] -----< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.feature >------
[INFO] Building org.eclipse.papyrus.ease.feature 0.7.0-SNAPSHOT         [14/18]
[INFO]   from features/org.eclipse.papyrus.ease.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.ease.feature ---
[INFO] Fetching ca.odell.glazedlists_1.9.0.v201303080712.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (931.78kB)
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (253.01kB)
[INFO] Fetching io.github.classgraph_4.8.138.v20211212-1642.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (590.15kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (96.33kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.35kB)
[INFO] Unpacking javax.el_2.2.0.v201303151357...
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.65kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.65kB)
[INFO] Unpacking javax.servlet.jsp_2.2.0.v201112011158...
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.23kB)
[INFO] Fetching org.apache.commons.codec_1.14.0.v20200818-1422.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (367.61kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.42kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.29.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.77kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.29.0.v20220226-1304.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.77kB)
[INFO] Unpacking org.eclipse.emf.codegen.ecore.ui_2.29.0.v20220226-1304...
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.converter_2.10.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.58kB)
[INFO] Unpacking org.eclipse.emf.converter_2.10.0.v20180706-1146...
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.86kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.86kB)
[INFO] Unpacking org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725...
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (61.51kB)
[INFO] Unpacking org.eclipse.emf.mwe.core_1.6.2.v20220118-1914...
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.52kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (8.52kB)
[INFO] Unpacking org.eclipse.emf.mwe2.runtime_2.12.2.v20220118-1914...
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.67kB)
[INFO] Unpacking org.eclipse.emf.mwe.utils_1.6.2.v20220118-1914...
[INFO] Fetching org.eclipse.emf.mwe2.language_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.language_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.91kB)
[INFO] Unpacking org.eclipse.emf.mwe2.language_2.12.2.v20220118-1914...
[INFO] Fetching org.eclipse.xtext_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (499.22kB)
[INFO] Fetching org.eclipse.xtext.util_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (305.17kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (103.07kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (103.07kB)
[INFO] Unpacking org.antlr.runtime_3.2.0.v201101311130...
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.55kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.2.v20220118-1914.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.55kB)
[INFO] Unpacking org.eclipse.emf.mwe2.launch_2.12.2.v20220118-1914...
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.82kB)
[INFO] Fetching org.eclipse.emf.validation.ui_1.7.0.202008210805.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.19kB)
[INFO] Fetching org.eclipse.emf.workspace.ui_1.3.0.201805140824.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.12kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.help.base_4.3.600.v20220308-0310.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (432.51kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.600.v20220121-1305.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (736.46kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.16.0.v20220214-0655.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.91MB)
[INFO] Fetching org.eclipse.jdt.ui_3.26.0.v20220222-0629.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.16MB)
[INFO] Fetching org.eclipse.search_3.14.100.v20220120-1549.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (489.96kB)
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.core_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.glazedlists_1.5.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (131.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202106041225.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.41MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.97kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (86.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (386.19kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (411.61kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (413.46kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (217.1kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (574.36kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (79.15kB)
[INFO] Fetching org.eclipse.xtext.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.88MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (150.29kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (163.18kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.54kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (99.38kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (204.53kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (226.18kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.65kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (60.53kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (280.41kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (311.21kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (247.88kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (144.49kB)
[INFO] Unpacking org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829...
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (243.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (243.5kB)
[INFO] Unpacking org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (216.7kB)
[INFO] Fetching org.eclipse.xtext.builder_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (390.65kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (688.69kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (401.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (89.5kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.14kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20220309-0840.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (181.34kB)
[INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.95kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.69kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (11.81MB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (284.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (186.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.24MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (444.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (183.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (5.19MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (378.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (634.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (874.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (171.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (463.79kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (59.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (891.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (4.59MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.79MB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.29kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (89.16kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (155.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (512.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (470.3kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (333.21kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (127.9kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (576.62kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.85kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (83.49kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.4kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (754.61kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (609.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (395.6kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.48MB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.59kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (71.76kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.3kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (222.68kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (154.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (119.01kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (372.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (25.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (113.18kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (162.01kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (81.51kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (53.53kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (290.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.13kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.1kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.06kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (108.76kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.representation.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (42.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (141.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (141.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (56.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (69.22kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (124.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (271.15kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (54.46kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.nattable_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (106.31kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable_7.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.rulebased_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (99.14kB)
[INFO] Fetching org.eclipse.papyrus.infra.filters.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (38.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.33kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (208.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (73.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (281.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (63.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (133.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (344.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (165.9kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (206.79kB)
[INFO] Fetching org.eclipse.xtext.generator_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (854.76kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (256.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.semantic_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.validation_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (72.47kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (43.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (39.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (51.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.43kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer_5.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (251.11kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.27kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.common_6.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (126kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.71kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (245.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (603.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (46.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (179.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (21.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.16kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (38.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (81.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (101.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.43kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (65.68kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (87.61kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.architecture_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (167.8kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (50.85kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (319.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.sdk_6.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.82kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_6.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (406.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (393.06kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (262.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (487.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (582.69kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (486.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (158.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (597.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.5MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (607.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (977.4kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (544.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (2.98MB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (44.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (143.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (54.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (822.1kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (215.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types_5.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (516.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (110.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (71.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (332.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (238.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (34.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.wizards_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (177.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (33.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (96.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (31.29kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.400.v20211015-1317.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (344.68kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (29.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.62kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (78.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.19kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (36.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.perspective_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (164.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (222.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (32.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (20.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.types.core_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (305.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (168.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (248.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (14.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.12kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (41.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (58.97kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (199.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (18.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (42.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (23.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (22.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.core_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.ui_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (117.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (62.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (28.01kB)
[INFO] Fetching org.eclipse.papyrus.views.validation_3.1.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (58.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (168.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (48.43kB)
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.64kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (37.64kB)
[INFO] Unpacking org.eclipse.uml2.uml.profile.standard_1.5.0.v20210228-1829...
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (76.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (92.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (55.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (47.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (49.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (74.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (52.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (158.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (86.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (188.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (85.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (111.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (63.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (16.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (189kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (86.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (115.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (308.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (384.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.views.properties_5.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (93.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (12.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.87kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.47kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (26.58kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (24.99kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (70.95kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202203090938.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (18.85kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.xtext.smap_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (19.17kB)
[INFO] Fetching org.objectweb.asm_9.2.0.v20210813-1119.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (130.43kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (248.19kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.26.0.v20220228-0758.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (15.95kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (966.36kB)
[INFO] Fetching org.eclipse.xtext.ide_2.26.0.v20220228-0751.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (483.74kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (193.59kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.26.0.v20220228-0812.jar from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (132.83kB)
[INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.13kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.13kB)
[INFO] Unpacking org.eclipse.xwt.css_1.6.0.202105260718...
[INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.93kB)
[INFO] Unpacking org.eclipse.xwt.emf_1.6.0.202105260718...
[INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.29kB)
[INFO] Unpacking org.eclipse.xwt.pde_1.6.0.202105260718...
[INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (9.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (9.91kB)
[INFO] Unpacking org.eclipse.xwt.xml_1.6.0.202105260718...
[INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (13.08kB)
[INFO] Unpacking org.eclipse.xwt.forms_1.6.0.202105260718...
[INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.25kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (35.25kB)
[INFO] Unpacking org.pushingpixels.trident_1.2.0.v201305152020...
[INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from http://download.eclipse.org/releases/2022-03/202203161000/features/ (19.15kB)
[INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (17.46kB)
[INFO] Unpacking org.eclipse.xwt.ui.workbench_1.7.0.202105260718...
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.53kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2022-03/202203161000/plugins/ (10.53kB)
[INFO] Unpacking org.eclipse.emf_2.8.0.v20180706-1146...
[INFO] The project's OSGi version is 0.7.0.202206230932
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.ease.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.feature/target/org.eclipse.papyrus.ease.feature-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.feature/target/org.eclipse.papyrus.ease.feature-0.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.feature/target/org.eclipse.papyrus.ease.feature-0.7.0-SNAPSHOT-sources-feature.jar
[WARNING] artifact org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.feature:eclipse-feature:sources-feature:0.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.feature ---
[INFO] 
[INFO] --< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.jupyter.feature >--
[INFO] Building org.eclipse.papyrus.ease.jupyter.feature 0.7.0-SNAPSHOT [15/18]
[INFO]   from features/org.eclipse.papyrus.ease.jupyter.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.jupyter.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] The project's OSGi version is 0.7.0.202206230932
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-id (default-validate-id) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:validate-version (default-validate-version) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-feature (default-package-feature) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.jupyter.feature/target/org.eclipse.papyrus.ease.jupyter.feature-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.jupyter.feature/target/org.eclipse.papyrus.ease.jupyter.feature-0.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.jupyter.feature ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-ease-master/features/org.eclipse.papyrus.ease.jupyter.feature/target/org.eclipse.papyrus.ease.jupyter.feature-0.7.0-SNAPSHOT-sources-feature.jar
[WARNING] artifact org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.jupyter.feature:eclipse-feature:sources-feature:0.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.jupyter.feature ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.releng.root >----
[INFO] Building EASE Releng 0.7.0-SNAPSHOT                              [16/18]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.releng.root ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.releng.root ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.releng.root ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.releng.root ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.releng.root ---
[INFO] 
[INFO] ----< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.releng.p2 >-----
[INFO] Building Papyrus EASE update site 0.7.0-SNAPSHOT                 [17/18]
[INFO]   from releng/org.eclipse.papyrus.ease.p2/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] The project's OSGi version is 0.7.0.202206230932
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.0:target-platform (default-target-platform) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-ease-master/releng/org.eclipse.papyrus.ease.p2/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.ease.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:publish-products (default-publish-products) @ org.eclipse.papyrus.ease.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:publish-categories (default-publish-categories) @ org.eclipse.papyrus.ease.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.ease.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.ease.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.0:archive-repository (default-archive-repository) @ org.eclipse.papyrus.ease.releng.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-ease-master/releng/org.eclipse.papyrus.ease.p2/target/org.eclipse.papyrus.ease.releng.p2-0.7.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.releng.p2 ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.releng.p2 ---
[INFO] 
[INFO] --< org.eclipse.papyrus.ease:org.eclipse.papyrus.ease.targetplatform.2022-03 >--
[INFO] Building org.eclipse.papyrus.ease.targetplatform.2022-03 0.7.0-SNAPSHOT [18/18]
[INFO]   from releng/platforms/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-target-definition (default-package-target-definition)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.0:package-target-definition (default-package-target-definition)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.ease.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-source:2.7.0:plugin-source (plugin-source) @ org.eclipse.papyrus.ease.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.0:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.ease.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-source:2.7.0:feature-source (feature-source) @ org.eclipse.papyrus.ease.targetplatform.2022-03 ---
[INFO] 
[INFO] --- tycho-source-feature:2.7.0:source-feature (source-feature) @ org.eclipse.papyrus.ease.targetplatform.2022-03 ---
[WARNING]  Goal 'source-feature' is deprecated: this mojo is replaced by the tycho-source-plugin with execution feature-source which
            offers equivalent and even enhanced functionality
[WARNING] Mojo tycho-source-feature-plugin:source-feature is replaced by the tycho-source-plugin:feature-source which offers equivalent and even enhanced functionality
[INFO] 
[INFO] --- tycho-p2:2.7.0:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.ease.targetplatform.2022-03 ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] EASE configuration 0.7.0-SNAPSHOT .................. SUCCESS [  0.498 s]
[INFO] EASE Root 0.7.0-SNAPSHOT ........................... SUCCESS [  0.006 s]
[INFO] Bundles 0.7.0-SNAPSHOT ............................. SUCCESS [  0.004 s]
[INFO] Papyrus Bundles 0.7.0-SNAPSHOT ..................... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.ease 0.7.0-SNAPSHOT ............ SUCCESS [ 15.164 s]
[INFO] org.eclipse.papyrus.ease.lang.python.jupyter 0.7.0-SNAPSHOT SUCCESS [  0.801 s]
[INFO] EASE Bundles 0.9.0-SNAPSHOT ........................ SUCCESS [  0.004 s]
[INFO] org.eclipse.ease.modules.modeling.ui 0.9.0-SNAPSHOT  SUCCESS [  1.087 s]
[INFO] org.eclipse.ease.modules.modeling 0.9.0-SNAPSHOT ... SUCCESS [  1.651 s]
[INFO] EASE Examples 0.7.0-SNAPSHOT ....................... SUCCESS [  0.003 s]
[INFO] org.eclipse.papyrus.ease.lang.python.jupyter.example 0.7.0-SNAPSHOT SUCCESS [  1.122 s]
[INFO] EASE Features 0.7.0-SNAPSHOT ....................... SUCCESS [  0.004 s]
[INFO] org.eclipse.ease.modules.modeling.feature 0.9.0-SNAPSHOT SUCCESS [  0.310 s]
[INFO] org.eclipse.papyrus.ease.feature 0.7.0-SNAPSHOT .... SUCCESS [ 20.314 s]
[INFO] org.eclipse.papyrus.ease.jupyter.feature 0.7.0-SNAPSHOT SUCCESS [  0.982 s]
[INFO] EASE Releng 0.7.0-SNAPSHOT ......................... SUCCESS [  0.003 s]
[INFO] Papyrus EASE update site 0.7.0-SNAPSHOT ............ SUCCESS [  3.738 s]
[INFO] org.eclipse.papyrus.ease.targetplatform.2022-03 0.7.0-SNAPSHOT SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:44 min
[INFO] Finished at: 2024-04-25T05:02:03Z
[INFO] ------------------------------------------------------------------------
Terminating xvnc.
Archiving artifacts
Finished: SUCCESS