Skip to content

Console Output

Skipping 121 KB.. Full Log
	boolean log = SHOULD_LOG;
	        ^^^
The value of the local variable log is not used
89. INFO in /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlOperation.java (at line 44)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/game/GamePlayView.java:[18] 
	import org.eclipse.emf.common.notify.Adapter;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.common.notify.Adapter is never used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/game/GamePlayView.java:[21] 
	import org.eclipse.emf.ecore.EcorePackage;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.ecore.EcorePackage is never used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/game/GamePlayView.java:[22] 
	import org.eclipse.emf.transaction.TransactionalEditingDomain;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.emf.transaction.TransactionalEditingDomain is never used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/game/GamePlayView.java:[38] 
	import com.google.gson.Gson;
	       ^^^^^^^^^^^^^^^^^^^^
The import com.google.gson.Gson is never used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/game/GamePlayView.java:[48] 
	private OnResumeToDashboardItf onResumeToDashboardItf;
	                               ^^^^^^^^^^^^^^^^^^^^^^
The value of the field GamePlayView.onResumeToDashboardItf is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/game/GamePlayView.java:[49] 
	private OnModelChangedItf onModelChangedItf;
	                          ^^^^^^^^^^^^^^^^^
The value of the field GamePlayView.onModelChangedItf is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/game/GamePlayView.java:[136] 
	PapyrusClassDiagram diagram = this.papyrusContext.getPlayerDiagram();
	                    ^^^^^^^
The value of the local variable diagram is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/exception/WrongLoginPasswordException.java:[3] 
	public class WrongLoginPasswordException extends Exception{
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
The serializable class WrongLoginPasswordException does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/Flow.java:[52] 
	private JSPlayerReady playerReadyFunction;
	                      ^^^^^^^^^^^^^^^^^^^
The value of the field Flow.playerReadyFunction is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/Flow.java:[53] 
	private JSPlayerAnswer playerAnswerFunction;
	                       ^^^^^^^^^^^^^^^^^^^^
The value of the field Flow.playerAnswerFunction is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/common/ViewManagerNotInitializedException.java:[3] 
	public class ViewManagerNotInitializedException extends Exception{
	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The serializable class ViewManagerNotInitializedException does not declare a static final serialVersionUID field of type long
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/entity/SeriesFactory.java:[20] 
	import com.google.gson.Gson;
	       ^^^^^^^^^^^^^^^^^^^^
The import com.google.gson.Gson is never used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/entity/SeriesFactory.java:[34] 
	List<Level> levels = series.getLevels();
	            ^^^^^^
The value of the local variable levels is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/entity/SeriesFactory.java:[41] 
	List<Level> levels = series.getLevels();
	            ^^^^^^
The value of the local variable levels is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/hangman/Hangman.java:[49] 
	private JSPlayerReady playerReadyFunction;
	                      ^^^^^^^^^^^^^^^^^^^
The value of the field Hangman.playerReadyFunction is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/hangman/Hangman.java:[52] 
	private HangmanCopierObserver copierObserver;
	                              ^^^^^^^^^^^^^^
The value of the field Hangman.copierObserver is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/FlowCopierObserver.java:[18] 
	import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Discouraged access: The type 'CommandsPackageImpl.Literals' is not API (restriction on classpath entry '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/.repository/p2/osgi/bundle/org.eclipse.e4.ui.model.workbench/2.2.0.v20210727-1533/org.eclipse.e4.ui.model.workbench-2.2.0.v20210727-1533.jar')
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/FlowCopierObserver.java:[18] 
	import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.e4.ui.model.application.commands.impl.CommandsPackageImpl.Literals is never used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/FlowCopierObserver.java:[29] 
	private static final String PARAMETER_SUFFIX = "ZZZ";
	                            ^^^^^^^^^^^^^^^^
The value of the field FlowCopierObserver.PARAMETER_SUFFIX is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ModelDisplayManager.java:[26] 
	import org.eclipse.papyrus.gamification.modelutils.papyrus.copy.ClassDiagramCopier;
	       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.papyrus.gamification.modelutils.papyrus.copy.ClassDiagramCopier is never used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ModelDisplayManager.java:[47] 
	Diagram diagram = playerModel.createDiagram(level.getDiagramName());// level name
	        ^^^^^^^
The value of the local variable diagram is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ResponseModel.java:[97] 
	org.eclipse.papyrus.infra.core.utils.DiResourceSet e;
	                                     ^^^^^^^^^^^^^
The type DiResourceSet is deprecated
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ResponseModel.java:[97] 
	org.eclipse.papyrus.infra.core.utils.DiResourceSet e;
	                                                   ^
The value of the local variable e is not used
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ResponseModel.java:[108] 
	private String cacheFolderAbsolutePath() {
	               ^^^^^^^^^^^^^^^^^^^^^^^^^
The method cacheFolderAbsolutePath() from the type ResponseModel is never used locally
114. INFO in /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlProperty.java (at line 43)
	@SuppressWarnings("nls")
	                  ^^^^^
At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusGenericFactory.java:[79] 
	Collection returnValues = DiagramCommandStack.getReturnValues(commandToCreateAPartition);
	^^^^^^^^^^
Collection is a raw type. References to generic type Collection<E> should be parameterized
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusGenericFactory.java:[94] 
	return (EditPartClass) editPart;
	       ^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from EditPart to EditPartClass
[WARNING] /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusGenericFactory.java:[103] 
	return (ElemClass) o;
	       ^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to ElemClass
117 problems (0 errors, 112 warnings, 5 infos)
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gamification ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.gamification ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.gamification ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.gamification ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gamification ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.gamification ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gamification ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gamification ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.gamification ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gamification ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.gamification ---
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.gamification:xml:p2metadata:0.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.gamification:xml:p2artifacts:0.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.gamification ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.gamification ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.gamification ---
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/rxjava-2.2.21.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/rxjava-2.2.21.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/reactive-streams-1.0.3.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/reactive-streams-1.0.3.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/okhttp-4.9.3.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/okhttp-4.9.3.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/logging-interceptor-4.9.3.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/logging-interceptor-4.9.3.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/okio-2.10.0.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/okio-2.10.0.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/retrofit-2.9.0.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/retrofit-2.9.0.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/converter-gson-2.9.0.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/converter-gson-2.9.0.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/adapter-rxjava2-2.9.0.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/adapter-rxjava2-2.9.0.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/rollbar-java-1.8.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/rollbar-java-1.8.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/rollbar-api-1.8.1.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/rollbar-api-1.8.1.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/slf4j-api-1.7.30.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/slf4j-api-1.7.30.jar
[INFO] Signing of nested jars of '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/kotlin-stdlib-1.6.10.jar' is disabled.
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar_unpacked_410283854880298897/lib/kotlin-stdlib-1.6.10.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.features >--
[INFO] Building PapyGame Features 0.7.0-SNAPSHOT                         [4/12]
[INFO]   from features/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.features ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.features ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.features ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.features ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.features ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.features ---
[INFO] 
[INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.feature >--
[INFO] Building org.eclipse.papyrus.papygame.feature 0.7.0-SNAPSHOT      [5/12]
[INFO]   from features/org.eclipse.papyrus.papygame.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-papygame-2021-12/features/org.eclipse.papyrus.papygame.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.feature ---
[INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (253.01kB)
[INFO] Fetching io.github.classgraph_4.8.117.v20210930-0420.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (563.58kB)
[INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.33kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (33.35kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (55.65kB)
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.23kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.67MB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.33MB)
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.45MB)
[INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.42kB)
[INFO] Fetching org.eclipse.emf.codegen.ecore.ui_2.28.0.v20210925-0555.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (69.78kB)
[INFO] Fetching org.eclipse.emf.mwe.core_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (61.49kB)
[INFO] Fetching org.eclipse.emf.mwe2.runtime_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (8.47kB)
[INFO] Fetching org.eclipse.emf.mwe.utils_1.6.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.61kB)
[INFO] Fetching org.eclipse.emf.mwe2.language_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (69.78kB)
[INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (499.16kB)
[INFO] Fetching org.eclipse.emf.mwe2.launch_2.12.1.v20210218-2134.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.5kB)
[INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (20.82kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (47.6kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.600.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (27.33kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.gmf.runtime.notation.edit_1.8.0.202004160913.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (245.89kB)
[INFO] Fetching org.eclipse.help.base_4.3.500.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (432.54kB)
[INFO] Fetching org.eclipse.help.webapp_3.10.500.v20210907-0721.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (736.48kB)
[INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (25.16kB)
[INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (157.36kB)
[INFO] Fetching org.eclipse.nebula.widgets.nattable.extension.nebula_1.1.0.201703192131.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202106041225.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (5.41MB)
[INFO] Fetching org.eclipse.ocl.common.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (27.74kB)
[INFO] Fetching org.eclipse.ocl.examples.debug_2.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (85.91kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (385.97kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (411.4kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (413.47kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm_2.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (217.09kB)
[INFO] Fetching org.eclipse.ocl.xtext.base_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (573.5kB)
[INFO] Fetching org.eclipse.ocl.examples.debug.vm.ui_2.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (79.13kB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity_2.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (150.07kB)
[INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.34MB)
[INFO] Fetching org.eclipse.ocl.examples.emf.validation.validity.ui_2.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (162.97kB)
[INFO] Fetching org.eclipse.ocl.examples.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (11.33kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.console_4.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (99.38kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (204.09kB)
[INFO] Fetching org.eclipse.ocl.examples.xtext.serializer_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (226.18kB)
[INFO] Fetching org.eclipse.ocl.pivot.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.43kB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (60.5kB)
[INFO] Fetching org.eclipse.ocl.xtext.completeocl.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (279.94kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclstdlib.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (310.77kB)
[INFO] Fetching org.eclipse.ocl.pivot.uml_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (247.67kB)
[INFO] Fetching org.eclipse.uml2.codegen.ecore_2.5.2.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (144.49kB)
[INFO] Fetching org.eclipse.uml2.uml.resources_5.5.0.v20210228-1829.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (243.5kB)
[INFO] Fetching org.eclipse.ocl.xtext.base.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (216.48kB)
[INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (389.26kB)
[INFO] Fetching org.eclipse.ocl.xtext.essentialocl_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (688.68kB)
[INFO] Fetching org.eclipse.ocl.xtext.oclinecore.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (400.68kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup.ui_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (89.27kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (133.12kB)
[INFO] Fetching org.eclipse.ocl.xtext.markup_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (181.34kB)
[INFO] Fetching org.eclipse.papyrus.api.migration.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.96kB)
[INFO] Fetching org.eclipse.papyrus.copypaste.ui.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (69.69kB)
[INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (11.81MB)
[INFO] Fetching org.eclipse.papyrus.dsml.validation.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (284.55kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (186.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.common.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (5.24MB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (444.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (183.28kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (5.19MB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (378.2kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (634.37kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.decoration.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (874.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.navigation.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.09MB)
[INFO] Fetching org.eclipse.papyrus.infra.types.doc_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (463.79kB)
[INFO] Fetching org.eclipse.papyrus.req.reqif.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.24MB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.32MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.06MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.1MB)
[INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.49MB)
[INFO] Fetching org.eclipse.papyrus.uml.migration.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (33.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (59.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.assistants.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (891.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.customization.doc_0.7.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (4.59MB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.19MB)
[INFO] Fetching org.eclipse.papyrus.views.properties.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.79MB)
[INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (24.29kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.aggregate.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (89.15kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (155.91kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (512.8kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (470.3kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (333.21kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (127.9kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.profilemigration.doc_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (576.62kB)
[INFO] Fetching org.eclipse.papyrus.views.references.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (56.85kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (83.49kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.architecture.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (47.41kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.validation.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (754.61kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.plugin.builder.doc_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (609.54kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.types.doc_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (395.6kB)
[INFO] Fetching org.eclipse.papyrus.toolsmiths.recipe.elementtypes.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.48MB)
[INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.59kB)
[INFO] Fetching org.eclipse.papyrus.eclipse.project.editors_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (71.76kB)
[INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (24.3kB)
[INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.architecture.edit_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.83kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.metamodel.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (222.67kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.common.sdk.core_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.metamodel.editor_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (154.35kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (119.01kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.sdk.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (372.45kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.metamodel_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.custom.sdk.core_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (25.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.util.emf.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (113.17kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (162.03kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (81.51kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.editor_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (53.53kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.efacet.ui_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (290.15kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.java.sdk.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (44.14kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.core_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.1kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.query.ocl.sdk.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (32.42kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.06kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.widgets.celleditors.ecore_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (108.77kB)
[INFO] Fetching org.eclipse.papyrus.emf.facet.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.32kB)
[INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (35.08kB)
[INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.architecture.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.editor_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (141.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.constraints.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (13.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.core.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.99kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.internationalization_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (32.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (24.45kB)
[INFO] Fetching org.eclipse.papyrus.infra.editor.welcome.nattable_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (56.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.diagram.common_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.59kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (69.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.editor_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (124.3kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.properties_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (48.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.expressions.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.types.ui_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (54.47kB)
[INFO] Fetching org.eclipse.papyrus.infra.emf.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.edit_4.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (117.24kB)
[INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (38.12kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (70.97kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.edit_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.properties.editor_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (208.34kB)
[INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (133.72kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (62.79kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.editor_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (73.96kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.assistant.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.58kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.controlmode_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (17.57kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.controlmode_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (120.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.configuration_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (63.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.properties_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (133.1kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (344.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css3.xtext.ui_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (165.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.theme_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.model.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (29.69kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.css.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.95kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.properties_5.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (206.78kB)
[INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (857.57kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (256.88kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.export_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (55.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.outline_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.87kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.widgets_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.56kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gef_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14.93kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.modelexplorer_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.09kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.viewersearcher_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14.06kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.gmfmenu.filter_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (13.74kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.menu_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (44.41kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.welcome_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.38kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.representation.edit_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (51.73kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.style.edit_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (17.91kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.paletteconfiguration.edit_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (70.39kB)
[INFO] Fetching org.eclipse.papyrus.infra.gmfdiag.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.controlmode_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (32.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (22.26kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.readonly_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.25kB)
[INFO] Fetching org.eclipse.papyrus.infra.internationalization.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.92kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.controlmode_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.7kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.edit_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (245.23kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.model.editor_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (603.18kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.modelexplorer_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (46.29kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.config_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (32.94kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.views.editor_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (10.54kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.properties_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (179.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.gmfdiag_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.32kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.representation.edit_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (22.21kB)
[INFO] Fetching org.eclipse.papyrus.infra.nattable.feature_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.ui_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (38.19kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.editor_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (81.35kB)
[INFO] Fetching org.eclipse.papyrus.infra.newchild.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.onefile.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (101.89kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.architecture_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.44kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.viewlabelprovider_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.infra.services.resourceloading.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (65.67kB)
[INFO] Fetching org.eclipse.papyrus.infra.types.editor_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (87.6kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.resources_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (50.86kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.fonts_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (319.98kB)
[INFO] Fetching org.eclipse.papyrus.infra.ui.feature_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.17kB)
[INFO] Fetching org.eclipse.papyrus.infra.viewpoints.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.infra.widget.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.sdk_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.82kB)
[INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.36MB)
[INFO] Fetching org.eclipse.papyrus.sdk.feature_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.22kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.43MB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (24.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.common.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (17.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.libraries_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (406.16kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.to.fuml_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (62.52kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.ui_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (393.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.alf.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.31kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (262.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.clazz.config_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic.config_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.communication_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (487.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.component_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (582.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.composite_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.35MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.deployment_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (486.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.interactionoverview_4.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (158.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.profile_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (597.65kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence_7.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.5MB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.statemachine_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (607.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.timing_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (977.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.usecase_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (544.91kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.activity_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.98MB)
[INFO] Fetching org.eclipse.papyrus.uml.architecture.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.controlmode.profile_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (44.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (143.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.controlmode_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (54.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (130.66kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.properties_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (70.15kB)
[INFO] Fetching org.eclipse.papyrus.uml.decoratormodel.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (822.09kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (215.53kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.common.groups_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (110.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (27.58kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.css.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.dnd_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (71.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.icons_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (332.46kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.menu_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (238.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.modelexplorer_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (17.25kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.navigation_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.2kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.stereotype.edition_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (85.96kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (33.67kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.symbols.properties_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.linklf_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.99kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.sequence.restrictions_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (13.35kB)
[INFO] Fetching org.eclipse.papyrus.uml.diagram.feature_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.types.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.service.validation_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.documentation.profile_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (29.92kB)
[INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (76.6kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (67.45kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.edit_3.0.100.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (78.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.properties_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (27.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.expressions.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.51MB)
[INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (36.95kB)
[INFO] Fetching org.eclipse.papyrus.uml.profile.drafter_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (164.81kB)
[INFO] Fetching org.eclipse.papyrus.uml.resourceloading.profile_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (13.03kB)
[INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14kB)
[INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (16.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.services.decoration_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14.76kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (222kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (32.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.filters.edit_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (20.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.33kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.internationalization.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (168.14kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.common.blackboxes_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.3kB)
[INFO] Fetching org.eclipse.papyrus.uml.m2m.qvto.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.84kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (248.07kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.widgets_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14.9kB)
[INFO] Fetching org.eclipse.papyrus.uml.modelexplorer.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.widgets_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (17.21kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.generic_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.13kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.matrix_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (41.17kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.properties_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (58.97kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.menu_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (199.86kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.integration_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (18.11kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.xtext.valuespecification_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (18.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.stereotype.display_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (42.48kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.richtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (23.88kB)
[INFO] Fetching org.eclipse.papyrus.uml.nattable.feature_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (22.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (62.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext.utils_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.xtext_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (48.79kB)
[INFO] Fetching org.eclipse.papyrus.uml.properties.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (168.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.search.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (48.43kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (76.71kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (92.77kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.collaborationuse.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (55.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.common.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (47.64kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (70.24kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.connectionpointreference.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (49.27kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.constraintwithessentialocl.xtext_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (27.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (74.72kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.message.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.05kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (158.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.parameter.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (86.04kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (188.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.property.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (85.78kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (111.47kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.state.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (63.26kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (115.63kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.transition.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.49kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.javaconstraint_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (16.29kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (189.01kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.port.xtext.ui_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (86.23kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.valuespecification.xtext_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (115.28kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (308.42kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.stereotypeproperty.xtext.ui_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (384.87kB)
[INFO] Fetching org.eclipse.papyrus.uml.textedit.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.18kB)
[INFO] Fetching org.eclipse.papyrus.uml.tools.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.uml.ui.feature_1.2.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.83kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.validation_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.51kB)
[INFO] Fetching org.eclipse.papyrus.uml.xtext.integration.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.86kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.47kB)
[INFO] Fetching org.eclipse.papyrus.views.documentation.feature_1.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.85kB)
[INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.81kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.resourceloading_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.58kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (25kB)
[INFO] Fetching org.eclipse.papyrus.views.modelexplorer.feature_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.88kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.model.xwt_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (70.95kB)
[INFO] Fetching org.eclipse.papyrus.views.properties.feature_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.89kB)
[INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.23kB)
[INFO] Fetching org.eclipse.papyrus.views.references.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.82kB)
[INFO] Fetching org.eclipse.papyrus.views.search.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.79kB)
[INFO] Fetching org.eclipse.papyrus.views.validation.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.85kB)
[INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (228.7kB)
[INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (535.07kB)
[INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.36kB)
[INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.15kB)
[INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (130.19kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (248.22kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.91kB)
[INFO] Fetching org.eclipse.xtext.xtext.generator_2.25.0.v20210301-0843.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (969.17kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (192.59kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (132.16kB)
[INFO] Fetching org.eclipse.xwt.css_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (10.13kB)
[INFO] Fetching org.eclipse.xwt.emf_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (13.93kB)
[INFO] Fetching org.eclipse.xwt.pde_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (17.29kB)
[INFO] Fetching org.eclipse.xwt.xml_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (9.91kB)
[INFO] Fetching org.eclipse.xwt.forms_1.6.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (13.08kB)
[INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (35.25kB)
[INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.15kB)
[INFO] Fetching org.eclipse.xwt.ui.workbench_1.7.0.202105260718.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (17.46kB)
[INFO] Fetching org.eclipse.emf_2.8.0.v20180706-1146.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (10.53kB)
[INFO] The project's OSGi version is 0.7.0.202308031300
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.papygame.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/features/org.eclipse.papyrus.papygame.feature/target/org.eclipse.papyrus.papygame.feature-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/features/org.eclipse.papyrus.papygame.feature/target/org.eclipse.papyrus.papygame.feature-0.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.feature ---
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.feature:xml:p2metadata:0.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.feature:xml:p2artifacts:0.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/features/org.eclipse.papyrus.papygame.feature/target/org.eclipse.papyrus.papygame.feature-0.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/features/org.eclipse.papyrus.papygame.feature/target/org.eclipse.papyrus.papygame.feature-0.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.releng >--
[INFO] Building PapyGame Releng 0.7.0-SNAPSHOT                           [6/12]
[INFO]   from releng/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.releng ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.releng ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.releng ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.releng ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.releng ---
[INFO] 
[INFO] ----< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.p2 >----
[INFO] Building org.eclipse.papyrus.papygame.p2 0.7.0-SNAPSHOT           [7/12]
[INFO]   from releng/org.eclipse.papyrus.papygame.p2/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] The project's OSGi version is 0.7.0.202202181825
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.p2/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.papygame.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.5:publish-products (default-publish-products) @ org.eclipse.papyrus.papygame.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.papyrus.papygame.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.papygame.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.papygame.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.papyrus.papygame.p2 ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.p2/target/org.eclipse.papyrus.papygame.p2-0.7.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.p2 ---
[INFO] 
[INFO] ---< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp >----
[INFO] Building org.eclipse.papyrus.papygame.rcp 0.7.0-SNAPSHOT          [8/12]
[INFO]   from releng/org.eclipse.papyrus.papygame.rcp/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.5:integration-test (default-integration-test)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] The project's OSGi version is 0.7.0.202202201551
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] Resolving class path of org.eclipse.papyrus.papygame.rcp...
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp/target/org.eclipse.papyrus.papygame.rcp-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.rcp ---
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp:xml:p2metadata:0.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp:xml:p2artifacts:0.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] 
[INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] No tests to run.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.rcp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp/target/org.eclipse.papyrus.papygame.rcp-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp.feature >--
[INFO] Building org.eclipse.papyrus.papygame.rcp.feature 0.7.0-SNAPSHOT  [9/12]
[INFO]   from releng/org.eclipse.papyrus.papygame.rcp.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] Deleting /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp.feature/target
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] The project's OSGi version is 0.7.0.202202201551
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp.feature/target/org.eclipse.papyrus.papygame.rcp.feature-0.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp.feature/target/org.eclipse.papyrus.papygame.rcp.feature-0.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.rcp.feature ---
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp.feature:xml:p2metadata:0.7.0-SNAPSHOT already attached, replace previous instance
[WARNING] artifact org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp.feature:xml:p2artifacts:0.7.0-SNAPSHOT already attached, replace previous instance
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.rcp.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp.feature/target/org.eclipse.papyrus.papygame.rcp.feature-0.7.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.rcp.feature/target/org.eclipse.papyrus.papygame.rcp.feature-0.7.0-SNAPSHOT-sources-feature.jar
[INFO] 
[INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.product >--
[INFO] Building org.eclipse.papyrus.papygame.product 0.7.0-SNAPSHOT     [10/12]
[INFO]   from releng/org.eclipse.papyrus.papygame.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.product ---
[INFO] Fetching org.eclipse.platform_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (20.66kB)
[INFO] Fetching 11.0.23&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/11/updates/release/ (63B)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (121.44MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (20.21MB of 121.44MB at 20.19MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (40.39MB of 121.44MB at 20.19MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (60.93MB of 121.44MB at 20.3MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (81.37MB of 121.44MB at 20.34MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (101.49MB of 121.44MB at 20.29MB/s)
[INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (297.81kB)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (62.49kB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.4MB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.14MB)
[INFO] Fetching org.apache.felix.gogo.command_1.1.2.v20210111-1007.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.58kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (219.73kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.4.v20210111-1007.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (69.34kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1,021.45kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (350.75kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.13.v20210128-2225.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.06kB)
[INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (20.18kB)
[INFO] Fetching org.eclipse.ant.launching_1.3.100.v20211011-0944.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (160.34kB)
[INFO] Fetching org.eclipse.core.externaltools_1.2.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (42.34kB)
[INFO] Fetching org.eclipse.ant.ui_3.8.100.v20211011-0944.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.04MB)
[INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (140.91kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.500.v20211108-1545.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.68MB)
[INFO] Fetching org.eclipse.jdt.junit_3.13.0.v20210811-0812.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (529.58kB)
[INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.77kB)
[INFO] Fetching org.eclipse.core.net.win32.x86_64_1.1.500.v20190925-1337.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.71kB)
[INFO] Fetching org.eclipse.debug.ui.launchview_1.0.2.v20211115-1052.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (85.13kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.65kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (132.48kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (129.01kB)
[INFO] Fetching org.eclipse.e4.rcp_4.22.0.v20211123-0851.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (20.94kB)
[INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (127.97kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.2kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.38kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.6.1.v20211005-1944.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.76kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.43kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.501.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.71kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.52kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.700.v20210618-0642.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (128.97kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.1800.v20210618-0642.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (27.84kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.401.v20210512-0614.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (82.92kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.400.v20210410-0052.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (22.79kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.1.0.v20211008-2034.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (27.95kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.201.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (9.69kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (23.74kB)
[INFO] Fetching org.eclipse.emf.common_2.24.0.v20210924-1718.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.07kB)
[INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20210924-1718.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.14kB)
[INFO] Fetching org.eclipse.epp.mpc.core_1.9.2.v20210823-1346.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (243.75kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.22kB)
[INFO] Fetching org.eclipse.userstorage.oauth_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (27.69kB)
[INFO] Fetching org.eclipse.epp.mpc.core.win32_1.9.2.v20210823-1346.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.42kB)
[INFO] Fetching org.eclipse.epp.mpc.ui_1.9.2.v20210826-0851.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (590.8kB)
[INFO] Fetching org.eclipse.epp.mpc.ui.css_1.9.2.v20210823-1346.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (22.15kB)
[INFO] Fetching org.eclipse.epp.mpc.help.ui_1.9.2.v20210823-1346.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (749.8kB)
[INFO] Fetching org.eclipse.epp.mpc_1.9.2.v20210826-0851.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (20.28kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.discovery_1.2.300.v20210813-0655.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (156.48kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.5kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.7.300.v20211104-1311.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (626.44kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.6.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (74.06kB)
[INFO] Fetching org.eclipse.userstorage.ui_1.1.0.v20190307-0457.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (25.73kB)
[INFO] Fetching org.eclipse.equinox.executable_3.8.1400.v20211117-0650.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (417.25kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.1400.v20211117-0650 from https://download.eclipse.org/releases/2021-12/202112081000/binary/ (266.5kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.8.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (29.16kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.7.200.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (234.52kB)
[INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (243.43kB)
[INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (769.66kB)
[INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.75kB)
[INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (561.39kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.2.0.v20210315-2042.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (28.05kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.4.200.v20211018-0955.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (85.88kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.3.200.v20210613-1953.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.53kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.1200.v20211104-1616.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.71kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.3.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.04kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.compatibility_1.2.100.v20210316-1209.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (57.68kB)
[INFO] Fetching org.eclipse.equinox.p2.discovery.feature_1.2.1000.v20210813-0655.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.06kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.4.0.v20210316-1209.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.96kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.4.0.v20210312-1245.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (49.23kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.1400.v20211104-1616.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.13kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.5.200.v20210813-0818.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (103.02kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.3.0.v20210315-2228.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (18.19kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.3.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (170.54kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.2.2.v20211104-1616.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (59.62kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.1400.v20211104-1616.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.06kB)
[INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (207.24kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.3.200.v20210813-0818.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (129.71kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.2.200.v20211013-0600.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (101.02kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.1400.v20211104-1616.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.93kB)
[INFO] Fetching org.eclipse.help.ui_4.3.200.v20210922-1029.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (534.62kB)
[INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (194.96kB)
[INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (126.4kB)
[INFO] Fetching org.eclipse.jetty.util.ajax_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.89kB)
[INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (51.82kB)
[INFO] Fetching org.eclipse.help_2.3.800.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.55kB)
[INFO] Fetching org.eclipse.jdt_3.18.1000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (42.92kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (379kB)
[INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.08kB)
[INFO] Fetching org.eclipse.jdt.apt.core_3.7.50.v20210914-1429.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (391.95kB)
[INFO] Fetching org.eclipse.jdt.apt.pluggable.core_1.3.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (39.9kB)
[INFO] Fetching org.eclipse.jdt.apt.ui_3.7.0.v20210620-1751.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (71.97kB)
[INFO] Fetching org.eclipse.jdt.core.formatterapp_1.1.0.v20210618-1653.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.61kB)
[INFO] Fetching org.eclipse.jdt.doc.user_3.15.1200.v20211124-1019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (9.44MB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.11.100.v20211112-1026.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (176.39kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.6.100.v20210708-1502.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (57.17kB)
[INFO] Fetching org.eclipse.jdt.junit4.runtime_1.2.0.v20210326-1251.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.27kB)
[INFO] Fetching org.eclipse.jdt.junit5.runtime_1.0.1400.v20211108-0640.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (22.2kB)
[INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (219.09kB)
[INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (251.3kB)
[INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (44.28kB)
[INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (608.75kB)
[INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (117.58kB)
[INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (208.15kB)
[INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (180.42kB)
[INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.88kB)
[INFO] Fetching org.junit.platform.suite.api_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (38.14kB)
[INFO] Fetching org.junit.platform.suite.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.68kB)
[INFO] Fetching org.junit.platform.suite.engine_1.8.1.v20211028-1957.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (38.41kB)
[INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (83.87kB)
[INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.6kB)
[INFO] Fetching org.eclipse.jdt_3.18.1000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.75kB)
[INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.73kB)
[INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (93.7kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (19.53kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/features/ (23.32kB)
[INFO] Fetching org.eclipse.platform_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (668.57kB)
[INFO] Fetching org.eclipse.platform.doc.user_4.22.0.v20211123-1648.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (5.55MB)
[INFO] Fetching org.eclipse.text.quicksearch_1.1.200.v20210616-1255.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (94.07kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.200.v20210409-1747.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.09MB)
[INFO] Fetching org.eclipse.ui.genericeditor_1.2.100.v20211021-1148.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (145.62kB)
[INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (59.01kB)
[INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.24kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.200.v20211026-0701.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (113.07kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.1600.v20211001-1357.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.7kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.100.v20210315-0954.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (23.47kB)
[INFO] Fetching org.eclipse.team.genericeditor.diff.extension_1.1.0.v20210426-0951.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (16.25kB)
[INFO] Fetching org.eclipse.ui.views.log_1.3.100.v20210927-1100.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (172.2kB)
[INFO] Fetching org.eclipse.platform_root_4.22.0.v20211124-1800 from https://download.eclipse.org/releases/2021-12/202112081000/binary/ (196B)
[INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (94.06kB)
[INFO] Fetching org.eclipse.rcp_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (11.1kB)
[INFO] Fetching org.eclipse.rcp_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.16kB)
[INFO] Fetching org.eclipse.rcp_root_4.22.0.v20211124-1800 from https://download.eclipse.org/releases/2021-12/202112081000/binary/ (20.64kB)
[INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (125.34MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (20.28MB of 125.34MB at 20.27MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (39.84MB of 125.34MB at 19.91MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (60.11MB of 125.34MB at 20.03MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (80.82MB of 125.34MB at 20.2MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (101.52MB of 125.34MB at 20.3MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (122.53MB of 125.34MB at 20.45MB/s)
[INFO] Fetching org.eclipse.core.net.linux_1.0.0.v20210424-0724.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14.23kB)
[INFO] Fetching org.eclipse.core.net.linux.x86_64_1.2.500.v20210510-1619.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (7.8kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (84.05kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.1400.v20211117-0650 from https://download.eclipse.org/releases/2021-12/202112081000/binary/ (34.14kB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (121.95MB)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (20.87MB of 121.95MB at 20.85MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (41.31MB of 121.95MB at 20.64MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (62.11MB of 121.95MB at 20.69MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (82.85MB of 121.95MB at 20.71MB/s)
[INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.23.v20240427-0611.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.23/plugins/ (103.69MB of 121.95MB at 20.73MB/s)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.2.400.v20211117-0650.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.8kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.1400.v20211117-0650 from https://download.eclipse.org/releases/2021-12/202112081000/binary/ (17.02kB)
[INFO] Fetching org.eclipse.jdt.launching.macosx_3.4.800.v20210915-0906.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.jdt.launching.ui.macosx_1.2.900.v20210915-0906.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (58.78kB)
[INFO] The project's OSGi version is 0.7.0.202404270611
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.papygame.product ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.papygame.product ---
[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.5:publish-products (default-publish-products) @ org.eclipse.papyrus.papygame.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.papyrus.papygame.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.papygame.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.papygame.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.papyrus.papygame.product ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/org.eclipse.papyrus.papygame.product-0.7.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.eclipse.papyrus.papygame.product ---
[INFO] Installing product org.eclipse.papyrus.papygame.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/win32/win32/x86_64/papygame
Installing org.eclipse.papyrus.papygame.product 0.7.0.202404270611.
Installing org.eclipse.papyrus.sdk.feature.feature.group 6.0.0.202112011019.
Installing org.eclipse.papyrus.papygame.feature.feature.group 0.7.0.202308031300.
Installing org.eclipse.papyrus.papygame.rcp.feature.feature.group 0.7.0.202202201551.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 11.0.23.v20240427-0611.
Installing org.eclipse.epp.mpc.feature.group 1.9.2.v20210826-0851.
Operation completed in 20117 ms.
[INFO] Installing product org.eclipse.papyrus.papygame.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/linux/gtk/x86_64/papygame
Installing org.eclipse.papyrus.papygame.product 0.7.0.202404270611.
Installing org.eclipse.papyrus.sdk.feature.feature.group 6.0.0.202112011019.
Installing org.eclipse.papyrus.papygame.feature.feature.group 0.7.0.202308031300.
Installing org.eclipse.papyrus.papygame.rcp.feature.feature.group 0.7.0.202202201551.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 11.0.23.v20240427-0611.
Installing org.eclipse.epp.mpc.feature.group 1.9.2.v20210826-0851.
Operation completed in 19304 ms.
[INFO] Installing product org.eclipse.papyrus.papygame.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/macosx/cocoa/x86_64/papygame.app
Installing org.eclipse.papyrus.papygame.product 0.7.0.202404270611.
Installing org.eclipse.papyrus.sdk.feature.feature.group 6.0.0.202112011019.
Installing org.eclipse.papyrus.papygame.feature.feature.group 0.7.0.202308031300.
Installing org.eclipse.papyrus.papygame.rcp.feature.feature.group 0.7.0.202202201551.
Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 11.0.23.v20240427-0611.
Installing org.eclipse.epp.mpc.feature.group 1.9.2.v20210826-0851.
Operation completed in 19074 ms.
[INFO] 
[INFO] --- eclipse-macsigner:1.3.2:sign (default) @ org.eclipse.papyrus.papygame.product ---
[INFO] [Sun May 05 00:16:08 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/macosx/cocoa/x86_64/papygame.app'...
[INFO] 
[INFO] --- eclipse-winsigner:1.3.2:sign (default) @ org.eclipse.papyrus.papygame.product ---
[INFO] [Sun May 05 00:16:47 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/win32/win32/x86_64/papygame/papygame.exe'
[INFO] 
[INFO] --- tycho-p2-director:2.7.5:archive-products (archive-products) @ org.eclipse.papyrus.papygame.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product-linux.gtk.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/papyrus-papygame-2021-12/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.product ---
[INFO] 
[INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.targetplatform >--
[INFO] Building PapyGame Target Platform 0.7.0-SNAPSHOT                 [11/12]
[INFO]   from targetplatform/pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.targetplatform ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.targetplatform ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.targetplatform ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.targetplatform ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.targetplatform ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.targetplatform ---
[INFO] 
[INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.targetplatform.2021-12 >--
[INFO] Building org.eclipse.papyrus.papygame.targetplatform.2021-12 0.7.0-SNAPSHOT [12/12]
[INFO]   from targetplatform/org.eclipse.papyrus.papygame.targetplatform.2021-12/pom.xml
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-target-definition (default-package-target-definition)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-target-definition (default-package-target-definition)'
[INFO] 
[INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
[INFO] 
[INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
[INFO] 
[INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
[INFO] 
[INFO] --- tycho-p2:2.7.5:p2-metadata (p2-metadata) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for PapyGame 0.7.0-SNAPSHOT:
[INFO] 
[INFO] PapyGame ........................................... SUCCESS [  2.661 s]
[INFO] Papygame plugins ................................... SUCCESS [  0.009 s]
[INFO] org.eclipse.papyrus.gamification ................... SUCCESS [ 32.505 s]
[INFO] PapyGame Features .................................. SUCCESS [  0.007 s]
[INFO] org.eclipse.papyrus.papygame.feature ............... SUCCESS [ 16.431 s]
[INFO] PapyGame Releng .................................... SUCCESS [  0.004 s]
[INFO] org.eclipse.papyrus.papygame.p2 .................... SUCCESS [  1.392 s]
[INFO] org.eclipse.papyrus.papygame.rcp ................... SUCCESS [  1.021 s]
[INFO] org.eclipse.papyrus.papygame.rcp.feature ........... SUCCESS [  2.703 s]
[INFO] org.eclipse.papyrus.papygame.product ............... SUCCESS [04:43 min]
[INFO] PapyGame Target Platform ........................... SUCCESS [  0.005 s]
[INFO] org.eclipse.papyrus.papygame.targetplatform.2021-12  SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:53 min
[INFO] Finished at: 2024-05-05T00:17:39Z
[INFO] ------------------------------------------------------------------------
Taking screenshot.
[papyrus-papygame-2021-12] $ echo $XAUTHORITY
/home/jenkins/agent/workspace/papyrus-papygame-2021-12/.Xauthority-9089076770232811014
[papyrus-papygame-2021-12] $ ls -l $XAUTHORITY
-rw-r--r--. 1 jenkins 1000800000 0 May  5 00:10 /home/jenkins/agent/workspace/papyrus-papygame-2021-12/.Xauthority-9089076770232811014
[papyrus-papygame-2021-12] $ import -window root -display :63 screenshot.jpg
Terminating xvnc.
Archiving artifacts
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
Finished: SUCCESS