Skip to content

Console Output

Skipping 95 KB.. Full Log
	org.eclipse.papyrus.infra.core.utils.DiResourceSet e;
01:34:31 	                                     ^^^^^^^^^^^^^
01:34:31 The type DiResourceSet is deprecated
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ResponseModel.java:[97] 
01:34:31 	org.eclipse.papyrus.infra.core.utils.DiResourceSet e;
01:34:31 	                                                   ^
01:34:31 The value of the local variable e is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ResponseModel.java:[108] 
01:34:31 	private String cacheFolderAbsolutePath() {
01:34:31 	               ^^^^^^^^^^^^^^^^^^^^^^^^^
01:34:31 The method cacheFolderAbsolutePath() from the type ResponseModel is never used locally
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/hangman/HangmanCopierObserver.java:[76] 
01:34:31 	ClassNameEditPart nameCompartment = PapyrusUtils.getINSTANCE().getNameCompartment(fakeClassEditPart);
01:34:31 	                  ^^^^^^^^^^^^^^^
01:34:31 The value of the local variable nameCompartment is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/dashboard/DashboardView.java:[86] 
01:34:31 	Level levelToRun = null;
01:34:31 	      ^^^^^^^^^^
01:34:31 The value of the local variable levelToRun is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlClassDiagram.java:[16] 
01:34:31 	this.classes = new ArrayList();
01:34:31 	               ^^^^^^^^^^^^^^^
01:34:31 Type safety: The expression of type ArrayList needs unchecked conversion to conform to List<UmlClass>
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlClassDiagram.java:[16] 
01:34:31 	this.classes = new ArrayList();
01:34:31 	                   ^^^^^^^^^
01:34:31 ArrayList is a raw type. References to generic type ArrayList<E> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/common/ResourceAccess.java:[36] 
01:34:31 	private static final Logger LOGGER = Logger.getLogger(ResourceAccess.class.getName());
01:34:31 	                            ^^^^^^
01:34:31 The value of the field ResourceAccess.LOGGER is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/common/ResourceAccess.java:[51] 
01:34:31 	URL url;
01:34:31 	    ^^^
01:34:31 The value of the local variable url is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/entity/SeriesFactory.java:[20] 
01:34:31 	import com.google.gson.Gson;
01:34:31 	       ^^^^^^^^^^^^^^^^^^^^
01:34:31 The import com.google.gson.Gson is never used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/entity/SeriesFactory.java:[34] 
01:34:31 	List<Level> levels = series.getLevels();
01:34:31 	            ^^^^^^
01:34:31 The value of the local variable levels is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/entity/SeriesFactory.java:[48] 
01:34:31 	List<Level> levels = series.getLevels();
01:34:31 	            ^^^^^^
01:34:31 The value of the local variable levels is not used
01:34:31 47. INFO in /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlRelationship.java (at line 63)
01:34:31 	@SuppressWarnings("nls")
01:34:31 	                  ^^^^^
01:34:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:34:31 48. INFO in /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlParameter.java (at line 53)
01:34:31 	@SuppressWarnings("nls")
01:34:31 	                  ^^^^^
01:34:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/DiagramComparator.java:[49] 
01:34:31 	boolean log = SHOULD_LOG;
01:34:31 	        ^^^
01:34:31 The value of the local variable log is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/DiagramComparator.java:[82] 
01:34:31 	boolean log = SHOULD_LOG;
01:34:31 	        ^^^
01:34:31 The value of the local variable log is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/DiagramComparator.java:[86] 
01:34:31 	String className = classMask.getFinalName();
01:34:31 	       ^^^^^^^^^
01:34:31 The value of the local variable className is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/DiagramComparator.java:[124] 
01:34:31 	boolean log = SHOULD_LOG;
01:34:31 	        ^^^
01:34:31 The value of the local variable log is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/DiagramComparator.java:[226] 
01:34:31 	boolean log = SHOULD_LOG;
01:34:31 	        ^^^
01:34:31 The value of the local variable log is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/DiagramComparator.java:[303] 
01:34:31 	boolean log = SHOULD_LOG;
01:34:31 	        ^^^
01:34:31 The value of the local variable log is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/DiagramComparator.java:[319] 
01:34:31 	boolean log = SHOULD_LOG;
01:34:31 	        ^^^
01:34:31 The value of the local variable log is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusGenericFactory.java:[79] 
01:34:31 	Collection returnValues = DiagramCommandStack.getReturnValues(commandToCreateAPartition);
01:34:31 	^^^^^^^^^^
01:34:31 Collection is a raw type. References to generic type Collection<E> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusGenericFactory.java:[94] 
01:34:31 	return (EditPartClass) editPart;
01:34:31 	       ^^^^^^^^^^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from EditPart to EditPartClass
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusGenericFactory.java:[103] 
01:34:31 	return (ElemClass) o;
01:34:31 	       ^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from Object to ElemClass
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/common/swt/JSPrint.java:[11] 
01:34:31 	String out = String.class.cast(args[0]);
01:34:31 	       ^^^
01:34:31 The value of the local variable out is not used
01:34:31 60. INFO in /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlOperation.java (at line 44)
01:34:31 	@SuppressWarnings("nls")
01:34:31 	                  ^^^^^
01:34:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/exception/WrongLoginPasswordException.java:[3] 
01:34:31 	public class WrongLoginPasswordException extends Exception{
01:34:31 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:34:31 The serializable class WrongLoginPasswordException does not declare a static final serialVersionUID field of type long
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/oyo/Oyo.java:[45] 
01:34:31 	private JSPlayerReady playerReadyFunction;
01:34:31 	                      ^^^^^^^^^^^^^^^^^^^
01:34:31 The value of the field Oyo.playerReadyFunction is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/Flow.java:[46] 
01:34:31 	private JSPlayerReady playerReadyFunction;
01:34:31 	                      ^^^^^^^^^^^^^^^^^^^
01:34:31 The value of the field Flow.playerReadyFunction is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/view/common/ViewManagerNotInitializedException.java:[3] 
01:34:31 	public class ViewManagerNotInitializedException extends Exception{
01:34:31 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:34:31 The serializable class ViewManagerNotInitializedException does not declare a static final serialVersionUID field of type long
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[110] 
01:34:31 	Collection returnValues = DiagramCommandStack.getReturnValues(commandToCreateAClass);
01:34:31 	^^^^^^^^^^
01:34:31 Collection is a raw type. References to generic type Collection<E> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[255] 
01:34:31 	requestToCreateAClass.setLocation(new Point(x, y));
01:34:31 	                                      ^^^^^^^^^^^
01:34:31 The constructor Point(double, double) is deprecated
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[260] 
01:34:31 	Collection returnValues = DiagramCommandStack.getReturnValues(commandToCreateAClass);
01:34:31 	^^^^^^^^^^
01:34:31 Collection is a raw type. References to generic type Collection<E> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[279] 
01:34:31 	protected Object createEObject(org.eclipse.gmf.runtime.diagram.ui.editparts.GraphicalEditPart container, IElementType elementType, java.lang.Class expectedValueType) {
01:34:31 	                                                                                                                                   ^^^^^^^^^^^^^^^
01:34:31 Class is a raw type. References to generic type Class<T> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[286] 
01:34:31 	Collection returnValues = DiagramCommandStack.getReturnValues(commandToCreateAClass);
01:34:31 	^^^^^^^^^^
01:34:31 Collection is a raw type. References to generic type Collection<E> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[303] 
01:34:31 	java.lang.Class expectedValueType) {
01:34:31 	^^^^^^^^^^^^^^^
01:34:31 Class is a raw type. References to generic type Class<T> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[339] 
01:34:31 	EList<Property> memberEnds = originalAssociation.getMemberEnds();
01:34:31 	                ^^^^^^^^^^
01:34:31 The value of the local variable memberEnds is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/DiagramCopier.java:[407] 
01:34:31 	CreateElementRequest request = new CreateElementRequest(transaction, container, UMLElementTypes.DataType_Shape);
01:34:31 	                     ^^^^^^^
01:34:31 The value of the local variable request is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/flow/view/FlowPlayView.java:[40] 
01:34:31 	private int propositionCounter = 0;
01:34:31 	            ^^^^^^^^^^^^^^^^^^
01:34:31 The value of the field FlowPlayView.propositionCounter is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/api/MockedService.java:[24] 
01:34:31 	String JSON = "{  \"playerId\": \"Tony\",\n" +
01:34:31 	       ^^^^
01:34:31 The value of the local variable JSON is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/api/MockedService.java:[137] 
01:34:31 	public Completable submitGameResult(String gameId, String actionId, ActionRequestContent content) {
01:34:31 	                                                                    ^^^^^^^^^^^^^^^^^^^^
01:34:31 ActionRequestContent is a raw type. References to generic type ActionRequestContent<T> should be parameterized
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/exception/UndefinedUserIdException.java:[3] 
01:34:31 	public class UndefinedUserIdException extends Exception{
01:34:31 	             ^^^^^^^^^^^^^^^^^^^^^^^^
01:34:31 The serializable class UndefinedUserIdException does not declare a static final serialVersionUID field of type long
01:34:31 77. INFO in /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlProperty.java (at line 43)
01:34:31 	@SuppressWarnings("nls")
01:34:31 	                  ^^^^^
01:34:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:34:31 78. INFO in /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/jsonmapper/UmlClass.java (at line 61)
01:34:31 	@SuppressWarnings("nls")
01:34:31 	                  ^^^^^
01:34:31 At least one of the problems in category 'nls' is not analysed due to a compiler option being ignored
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/ModelDisplayManager.java:[46] 
01:34:31 	Diagram diagram = playerModel.createDiagram(level.getDiagramName());// level name
01:34:31 	        ^^^^^^^
01:34:31 The value of the local variable diagram is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusClassDiagram.java:[439] 
01:34:31 	return (T) papyrusElement;
01:34:31 	       ^^^^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from PapyrusNode to T
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusClassDiagram.java:[448] 
01:34:31 	return (T) papyrusElement;
01:34:31 	       ^^^^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from PapyrusNode to T
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusClassDiagram.java:[456] 
01:34:31 	return (T) papyrusElement;
01:34:31 	       ^^^^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from PapyrusNode to T
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusClassDiagram.java:[464] 
01:34:31 	return (T) papyrusElement;
01:34:31 	       ^^^^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from PapyrusNode to T
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusClassDiagram.java:[473] 
01:34:31 	return (T) papyrusElement;
01:34:31 	       ^^^^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from PapyrusNode to T
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusClassDiagram.java:[481] 
01:34:31 	return (T) papyrusLink;
01:34:31 	       ^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from PapyrusLink to T
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/modelutils/papyrus/PapyrusClassDiagram.java:[490] 
01:34:31 	return (T) papyrusLink;
01:34:31 	       ^^^^^^^^^^^^^^^
01:34:31 Type safety: Unchecked cast from PapyrusLink to T
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/games/framework/exception/GameAlreadyRunningException.java:[22] 
01:34:31 	public class GameAlreadyRunningException extends Exception {
01:34:31 	             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
01:34:31 The serializable class GameAlreadyRunningException does not declare a static final serialVersionUID field of type long
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/preferences/PreferencesManager.java:[31] 
01:34:31 	private Gson gson;
01:34:31 	             ^^^^
01:34:31 The value of the field PreferencesManager.gson is not used
01:34:31 [WARNING] /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/org/eclipse/papyrus/gamification/data/preferences/PreferencesManager.java:[32] 
01:34:31 	private Preferences generalPreferences;
01:34:31 	                    ^^^^^^^^^^^^^^^^^^
01:34:31 The value of the field PreferencesManager.generalPreferences is not used
01:34:31 89 problems (0 errors, 84 warnings, 5 infos)
01:34:31 [INFO] 
01:34:31 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.gamification ---
01:34:32 [INFO] 
01:34:32 [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.gamification ---
01:34:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:34:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/src/test/resources
01:34:32 [INFO] 
01:34:32 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.gamification ---
01:34:32 [INFO] 
01:34:32 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.gamification ---
01:34:33 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
01:34:33 [INFO] No tests to run.
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.gamification ---
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.gamification ---
01:34:33 [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT-sources.jar
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.gamification ---
01:34:33 [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/plugins/org.eclipse.papyrus.gamification/target/org.eclipse.papyrus.gamification-0.7.0-SNAPSHOT.jar
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.gamification ---
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.gamification ---
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.gamification ---
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.gamification ---
01:34:33 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
01:34:33 [INFO] 
01:34:33 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.gamification ---
01:34:33 [INFO] No tests to run.
01:34:33 [INFO] 
01:34:33 [INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.features >--
01:34:33 [INFO] Building PapyGame Features 0.7.0-SNAPSHOT                         [4/12]
01:34:33 [INFO]   from features/pom.xml
01:34:33 [INFO] --------------------------------[ pom ]---------------------------------
01:34:33 [INFO] 
01:34:33 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.features ---
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.features ---
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.features ---
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.features ---
01:34:33 [INFO] 
01:34:33 [INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.feature >--
01:34:33 [INFO] Building org.eclipse.papyrus.papygame.feature 0.7.0-SNAPSHOT      [5/12]
01:34:33 [INFO]   from features/org.eclipse.papyrus.papygame.feature/pom.xml
01:34:33 [INFO] --------------------------[ eclipse-feature ]---------------------------
01:34:33 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:33 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:33 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
01:34:33 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
01:34:33 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
01:34:33 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
01:34:33 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
01:34:33 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
01:34:33 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
01:34:33 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
01:34:33 [INFO] 
01:34:33 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.feature ---
01:34:33 [INFO] Deleting /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/features/org.eclipse.papyrus.papygame.feature/target
01:34:33 [INFO] 
01:34:33 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.feature ---
01:34:33 [INFO] Fetching com.google.gson_2.7.0.v20170129-0911.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (253.01kB)
01:34:33 [INFO] Fetching io.github.classgraph_4.8.117.v20210930-0420.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (563.58kB)
01:34:34 [INFO] Fetching jakarta.servlet-api_4.0.0.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (96.33kB)
01:34:34 [INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (33.35kB)
01:34:34 [INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (55.65kB)
01:34:34 [INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.96MB)
01:34:34 [INFO] Fetching org.apache.commons.cli_1.4.0.v20200417-1444.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.23kB)
01:34:34 [INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.36MB)
01:34:34 [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)
01:34:34 [INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.33MB)
01:34:34 [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)
01:34:35 [INFO] Fetching org.eclipse.core.net_1.3.1100.v20210424-0724.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.42kB)
01:34:35 [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)
01:34:35 [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)
01:34:35 [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)
01:34:35 [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)
01:34:35 [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)
01:34:35 [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)
01:34:35 [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)
01:34:35 [INFO] Fetching org.eclipse.emf.validation.ocl_1.4.0.202008210805.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (20.82kB)
01:34:35 [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)
01:34:35 [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)
01:34:35 [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)
01:34:35 [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)
01:34:35 [INFO] Fetching org.eclipse.help.base_4.3.500.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (432.54kB)
01:34:35 [INFO] Fetching org.eclipse.help.webapp_3.10.500.v20210907-0721.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (736.48kB)
01:34:35 [INFO] Fetching org.eclipse.jdt.annotation_2.2.600.v20200408-1511.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (25.16kB)
01:34:35 [INFO] Fetching org.eclipse.nebula.cwt_1.0.0.201703081533.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (157.36kB)
01:34:35 [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)
01:34:35 [INFO] Fetching org.eclipse.wb.core.lib_1.9.1.202106041225.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (5.41MB)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [INFO] Fetching org.eclipse.ocl.pivot_1.17.0.v20211130-1448.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.34MB)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:36 [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)
01:34:37 [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)
01:34:37 [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)
01:34:37 [INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (389.26kB)
01:34:37 [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)
01:34:37 [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)
01:34:37 [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)
01:34:37 [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)
01:34:37 [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)
01:34:37 [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)
01:34:37 [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)
01:34:37 [INFO] Fetching org.eclipse.papyrus.developer.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (11.81MB)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:38 [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)
01:34:39 [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)
01:34:39 [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)
01:34:39 [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)
01:34:39 [INFO] Fetching org.eclipse.papyrus.uml.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (3.49MB)
01:34:39 [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)
01:34:39 [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)
01:34:39 [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)
01:34:39 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [INFO] Fetching org.eclipse.papyrus.infra.doc_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (24.29kB)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [INFO] Fetching org.eclipse.papyrus.doc.feature_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.59kB)
01:34:40 [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)
01:34:40 [INFO] Fetching org.eclipse.papyrus.editor.perspectiveconfiguration_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (24.3kB)
01:34:40 [INFO] Fetching org.eclipse.papyrus.editor.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.88kB)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:40 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [INFO] Fetching org.eclipse.papyrus.emf.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (35.08kB)
01:34:41 [INFO] Fetching org.eclipse.papyrus.emf.feature_1.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.81kB)
01:34:41 [INFO] Fetching org.eclipse.papyrus.extensionpoints.editors_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.05kB)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [INFO] Fetching org.eclipse.papyrus.infra.psf_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (38.12kB)
01:34:41 [INFO] Fetching org.eclipse.papyrus.infra.newchild_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (70.97kB)
01:34:41 [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)
01:34:41 [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)
01:34:41 [INFO] Fetching org.eclipse.papyrus.infra.feature_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.29kB)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:41 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [INFO] Fetching org.eclipse.xtext.generator_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (857.57kB)
01:34:42 [INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.46MB)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:42 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [INFO] Fetching org.eclipse.papyrus.sdk_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (12.82kB)
01:34:43 [INFO] Fetching com.ibm.icu.source_67.1.0.v20200706-1749.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (2.36MB)
01:34:43 [INFO] Fetching org.eclipse.papyrus.sdk.feature_6.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.22kB)
01:34:43 [INFO] Fetching org.eclipse.papyrus.uml.alf_4.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.43MB)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [INFO] Fetching org.eclipse.papyrus.uml.architecture_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (34.31kB)
01:34:43 [INFO] Fetching org.eclipse.papyrus.uml.nattable_6.0.100.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (262.95kB)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:43 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [INFO] Fetching org.eclipse.papyrus.uml.commands_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (30.04kB)
01:34:44 [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)
01:34:44 [INFO] Fetching org.eclipse.papyrus.uml.decoratormodel_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (143.33kB)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [INFO] Fetching org.eclipse.papyrus.uml.properties_4.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (822.09kB)
01:34:44 [INFO] Fetching org.eclipse.papyrus.uml.profile_4.2.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (215.53kB)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [INFO] Fetching org.eclipse.papyrus.uml.export_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (76.6kB)
01:34:44 [INFO] Fetching org.eclipse.papyrus.uml.expressions_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (67.45kB)
01:34:44 [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)
01:34:44 [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)
01:34:44 [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)
01:34:44 [INFO] Fetching org.eclipse.papyrus.uml.icons_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.51MB)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.import_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (36.95kB)
01:34:45 [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)
01:34:45 [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)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.templaterepository_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (14kB)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.oclconstraintevaluation_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (16.42kB)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.navigation_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.24kB)
01:34:45 [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)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.modelrepair_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (222kB)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.filters_2.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (32.26kB)
01:34:45 [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)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.feature_5.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.33kB)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.internationalization_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.79kB)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.modelexplorer_3.1.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (248.07kB)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [INFO] Fetching org.eclipse.papyrus.uml.ui_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (22.78kB)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [INFO] Fetching org.eclipse.papyrus.views.search_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (48.43kB)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:45 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [INFO] Fetching org.eclipse.papyrus.views.documentation_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.47kB)
01:34:46 [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)
01:34:46 [INFO] Fetching org.eclipse.papyrus.views.feature_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (18.81kB)
01:34:46 [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)
01:34:46 [INFO] Fetching org.eclipse.papyrus.views.modelexplorer.newchild_2.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (25kB)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [INFO] Fetching org.eclipse.papyrus.views.references_3.0.0.202112011019.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.23kB)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [INFO] Fetching org.eclipse.xpand_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (228.7kB)
01:34:46 [INFO] Fetching org.eclipse.xtend_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (535.07kB)
01:34:46 [INFO] Fetching org.eclipse.xtend.typesystem.emf_2.2.0.v201605260315.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.36kB)
01:34:46 [INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (19.15kB)
01:34:46 [INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (130.19kB)
01:34:46 [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)
01:34:46 [INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.91kB)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [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)
01:34:46 [INFO] Fetching org.pushingpixels.trident_1.2.0.v201305152020.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (35.25kB)
01:34:46 [INFO] Fetching org.eclipse.xwt.feature_1.6.0.202105260718.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.15kB)
01:34:46 [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)
01:34:46 [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)
01:34:46 [INFO] The project's OSGi version is 0.7.0.202205191510
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] 
01:34:46 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/features/org.eclipse.papyrus.papygame.feature/target/org.eclipse.papyrus.papygame.feature-0.7.0-SNAPSHOT.jar
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] 
01:34:46 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.feature ---
01:34:46 [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/features/org.eclipse.papyrus.papygame.feature/target/org.eclipse.papyrus.papygame.feature-0.7.0-SNAPSHOT-sources-feature.jar
01:34:46 [INFO] 
01:34:47 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.feature ---
01:34:47 [INFO] 
01:34:47 [INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.releng >--
01:34:47 [INFO] Building PapyGame Releng 0.7.0-SNAPSHOT                           [6/12]
01:34:47 [INFO]   from releng/pom.xml
01:34:47 [INFO] --------------------------------[ pom ]---------------------------------
01:34:47 [INFO] 
01:34:47 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.releng ---
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.releng ---
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.releng ---
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.releng ---
01:34:47 [INFO] 
01:34:47 [INFO] ----< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.p2 >----
01:34:47 [INFO] Building org.eclipse.papyrus.papygame.p2 0.7.0-SNAPSHOT           [7/12]
01:34:47 [INFO]   from releng/org.eclipse.papyrus.papygame.p2/pom.xml
01:34:47 [INFO] -------------------------[ eclipse-repository ]-------------------------
01:34:47 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:47 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:47 [INFO] 
01:34:47 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [INFO] The project's OSGi version is 0.7.0.202202181825
01:34:47 [INFO] 
01:34:47 [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [INFO] 
01:34:47 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [INFO] 
01:34:47 [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:34:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.p2/src/main/resources
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:34:47 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
01:34:47 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
01:34:47 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:34:47 [INFO] 
01:34:47 [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.papygame.p2 ---
01:34:47 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.p2 ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.papyrus.papygame.p2 ---
01:34:48 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:34:48 [INFO] Building zip: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.p2/target/org.eclipse.papyrus.papygame.p2-0.7.0-SNAPSHOT.zip
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.p2 ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.p2 ---
01:34:48 [INFO] 
01:34:48 [INFO] ---< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp >----
01:34:48 [INFO] Building org.eclipse.papyrus.papygame.rcp 0.7.0-SNAPSHOT          [8/12]
01:34:48 [INFO]   from releng/org.eclipse.papyrus.papygame.rcp/pom.xml
01:34:48 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier (default-build-qualifier)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-plugin (default-package-plugin)'
01:34:48 [WARNING] Parameter 'jvmArgs' is unknown for plugin 'tycho-surefire-plugin:2.7.5:integration-test (default-integration-test)'
01:34:48 [INFO] 
01:34:48 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:build-qualifier (default-build-qualifier) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] The project's OSGi version is 0.7.0.202202201551
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-compiler:2.7.5:validate-classpath (default-validate-classpath) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] Resolving class path of org.eclipse.papyrus.papygame.rcp...
01:34:48 [INFO] 
01:34:48 [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:34:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.rcp/src/main/resources
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-compiler:2.7.5:compile (default-compile) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-ds:2.7.5:declarative-services (default-declarative-services) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:34:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.rcp/src/test/resources
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-compiler:2.7.5:testCompile (default-testCompile) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- surefire:2.22.2:test (default-test) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
01:34:48 [INFO] No tests to run.
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:package-plugin (default-package-plugin) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.rcp/target/org.eclipse.papyrus.papygame.rcp-0.7.0-SNAPSHOT.jar
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-surefire:2.7.5:integration-test (default-integration-test) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
01:34:48 [INFO] 
01:34:48 [INFO] --- failsafe:2.22.2:verify (default-verify) @ org.eclipse.papyrus.papygame.rcp ---
01:34:48 [INFO] No tests to run.
01:34:48 [INFO] 
01:34:48 [INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.rcp.feature >--
01:34:48 [INFO] Building org.eclipse.papyrus.papygame.rcp.feature 0.7.0-SNAPSHOT  [9/12]
01:34:48 [INFO]   from releng/org.eclipse.papyrus.papygame.rcp.feature/pom.xml
01:34:48 [INFO] --------------------------[ eclipse-feature ]---------------------------
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-id (default-validate-id)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:validate-version (default-validate-version)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:update-consumer-pom (default-update-consumer-pom)'
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-feature (default-package-feature)'
01:34:48 [INFO] 
01:34:48 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] Deleting /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.rcp.feature/target
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] The project's OSGi version is 0.7.0.202202201551
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:validate-id (default-validate-id) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:validate-version (default-validate-version) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:package-feature (default-package-feature) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.rcp.feature/target/org.eclipse.papyrus.papygame.rcp.feature-0.7.0-SNAPSHOT.jar
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-p2:2.7.5:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-p2:2.7.5:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] Building jar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.rcp.feature/target/org.eclipse.papyrus.papygame.rcp.feature-0.7.0-SNAPSHOT-sources-feature.jar
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.rcp.feature ---
01:34:48 [INFO] 
01:34:48 [INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.product >--
01:34:48 [INFO] Building org.eclipse.papyrus.papygame.product 0.7.0-SNAPSHOT     [10/12]
01:34:48 [INFO]   from releng/org.eclipse.papyrus.papygame.product/pom.xml
01:34:48 [INFO] -------------------------[ eclipse-repository ]-------------------------
01:34:48 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:48 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator)'
01:34:48 [INFO] 
01:34:48 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.product ---
01:34:48 [INFO] 
01:34:48 [INFO] --- tycho-packaging:2.7.5:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.papyrus.papygame.product ---
01:34:48 [INFO] Fetching org.eclipse.platform_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (20.66kB)
01:34:48 [INFO] Fetching 11.0.19&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?file=/justj/jres/11/updates/release/ (63B)
01:34:48 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (121.24MB)
01:34:49 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (27.84MB of 121.24MB at 27.83MB/s)
01:34:50 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (56.19MB of 121.24MB at 28.09MB/s)
01:34:51 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (84.55MB of 121.24MB at 28.18MB/s)
01:34:52 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.win32.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (113.36MB of 121.24MB at 28.34MB/s)
01:34:54 [INFO] Fetching com.jcraft.jsch_0.1.55.v20190404-1902.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (297.81kB)
01:34:54 [INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (62.49kB)
01:34:54 [INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.4MB)
01:34:54 [INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.14MB)
01:34:54 [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)
01:34:54 [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)
01:34:54 [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)
01:34:54 [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)
01:34:54 [INFO] Fetching org.apache.httpcomponents.httpcore_4.4.14.v20210128-2225.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (350.75kB)
01:34:54 [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)
01:34:54 [INFO] Fetching org.apiguardian_1.1.2.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (20.18kB)
01:34:54 [INFO] Fetching org.eclipse.ant.launching_1.3.100.v20211011-0944.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (160.34kB)
01:34:54 [INFO] Fetching org.eclipse.core.externaltools_1.2.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (42.34kB)
01:34:54 [INFO] Fetching org.eclipse.ant.ui_3.8.100.v20211011-0944.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (1.04MB)
01:34:54 [INFO] Fetching org.eclipse.ui.externaltools_3.5.100.v20210812-1118.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (140.91kB)
01:34:54 [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)
01:34:55 [INFO] Fetching org.eclipse.jdt.junit_3.13.0.v20210811-0812.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (529.58kB)
01:34:55 [INFO] Fetching org.eclipse.compare.win32_1.2.800.v20200127-1343.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (43.77kB)
01:34:55 [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)
01:34:55 [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)
01:34:55 [INFO] Fetching org.eclipse.equinox.launcher_1.6.400.v20210924-0641.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.65kB)
01:34:55 [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)
01:34:55 [INFO] Fetching org.eclipse.equinox.console_1.4.500.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (129.01kB)
01:34:55 [INFO] Fetching org.eclipse.e4.rcp_4.22.0.v20211123-0851.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (20.94kB)
01:34:55 [INFO] Fetching org.eclipse.ecf_3.10.0.v20210925-0032.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (127.97kB)
01:34:55 [INFO] Fetching org.eclipse.ecf.identity_3.9.402.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (64.2kB)
01:34:55 [INFO] Fetching org.eclipse.equinox.concurrent_1.2.100.v20211021-1418.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (26.38kB)
01:34:55 [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)
01:34:55 [INFO] Fetching org.eclipse.ecf.ssl_1.2.401.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.43kB)
01:34:55 [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)
01:34:55 [INFO] Fetching org.eclipse.ecf.filetransfer_5.1.102.v20210409-2301.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (52.52kB)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [INFO] Fetching org.eclipse.emf.common_2.24.0.v20210924-1718.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.07kB)
01:34:55 [INFO] Fetching org.eclipse.emf.ecore_2.26.0.v20210924-1718.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.14kB)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:55 [INFO] Fetching org.eclipse.epp.mpc_1.9.2.v20210826-0851.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (20.28kB)
01:34:55 [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)
01:34:55 [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)
01:34:55 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [INFO] Fetching org.eclipse.equinox.executable_3.8.1400.v20211117-0650.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (417.25kB)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [INFO] Fetching org.eclipse.jetty.http_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (243.43kB)
01:34:56 [INFO] Fetching org.eclipse.jetty.server_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (769.66kB)
01:34:56 [INFO] Fetching org.eclipse.jetty.servlet_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (171.75kB)
01:34:56 [INFO] Fetching org.eclipse.jetty.util_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (561.39kB)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [INFO] Fetching org.eclipse.ui.browser_3.7.100.v20211105-1434.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (207.24kB)
01:34:56 [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)
01:34:56 [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)
01:34:56 [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)
01:34:56 [INFO] Fetching org.eclipse.help.ui_4.3.200.v20210922-1029.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (534.62kB)
01:34:56 [INFO] Fetching org.eclipse.jetty.io_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (194.96kB)
01:34:56 [INFO] Fetching org.eclipse.jetty.security_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (126.4kB)
01:34:56 [INFO] Fetching org.eclipse.jetty.util.ajax_10.0.6.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (68.89kB)
01:34:56 [INFO] Fetching org.slf4j.api_1.7.30.v20200204-2150.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (51.82kB)
01:34:57 [INFO] Fetching org.eclipse.help_2.3.800.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.55kB)
01:34:57 [INFO] Fetching org.eclipse.jdt_3.18.1000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (42.92kB)
01:34:57 [INFO] Fetching org.eclipse.ui.cheatsheets_3.7.300.v20210507-0822.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (379kB)
01:34:57 [INFO] Fetching org.eclipse.jdt.annotation_1.2.0.v20210519-0438.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (15.08kB)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [INFO] Fetching org.junit.jupiter.api_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (219.09kB)
01:34:57 [INFO] Fetching org.junit.jupiter.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (251.3kB)
01:34:57 [INFO] Fetching org.junit.jupiter.migrationsupport_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (44.28kB)
01:34:57 [INFO] Fetching org.junit.jupiter.params_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (608.75kB)
01:34:57 [INFO] Fetching org.junit.platform.commons_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (117.58kB)
01:34:57 [INFO] Fetching org.junit.platform.engine_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (208.15kB)
01:34:57 [INFO] Fetching org.junit.platform.launcher_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (180.42kB)
01:34:57 [INFO] Fetching org.junit.platform.runner_1.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (31.88kB)
01:34:57 [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)
01:34:57 [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)
01:34:57 [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)
01:34:57 [INFO] Fetching org.junit.vintage.engine_5.8.1.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (83.87kB)
01:34:57 [INFO] Fetching org.opentest4j_1.2.0.v20211018-1956.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (21.6kB)
01:34:58 [INFO] Fetching org.eclipse.jdt_3.18.1000.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.75kB)
01:34:58 [INFO] Fetching org.eclipse.jsch.core_1.3.900.v20200422-1935.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (40.73kB)
01:34:58 [INFO] Fetching org.eclipse.jsch.ui_1.4.100.v20210917-1201.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (93.7kB)
01:34:58 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (19.48kB)
01:34:58 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/features/ (23.28kB)
01:34:58 [INFO] Fetching org.eclipse.platform_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (668.57kB)
01:34:58 [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)
01:34:58 [INFO] Fetching org.eclipse.text.quicksearch_1.1.200.v20210616-1255.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (94.07kB)
01:34:58 [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)
01:34:58 [INFO] Fetching org.eclipse.ui.genericeditor_1.2.100.v20211021-1148.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (145.62kB)
01:34:58 [INFO] Fetching org.eclipse.ui.monitoring_1.2.0.v20210111-1353.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (59.01kB)
01:34:58 [INFO] Fetching org.eclipse.ui.net_1.4.0.v20210426-0838.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (45.24kB)
01:34:58 [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)
01:34:58 [INFO] Fetching org.eclipse.ui.themes_1.2.1600.v20211001-1357.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (37.7kB)
01:34:58 [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)
01:34:58 [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)
01:34:58 [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)
01:34:58 [INFO] Fetching org.eclipse.platform_root_4.22.0.v20211124-1800 from https://download.eclipse.org/releases/2021-12/202112081000/binary/ (196B)
01:34:59 [INFO] Fetching org.eclipse.update.configurator_3.4.800.v20210415-1314.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (94.06kB)
01:34:59 [INFO] Fetching org.eclipse.rcp_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/plugins/ (11.1kB)
01:34:59 [INFO] Fetching org.eclipse.rcp_4.22.0.v20211124-1800.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19.16kB)
01:34:59 [INFO] Fetching org.eclipse.rcp_root_4.22.0.v20211124-1800 from https://download.eclipse.org/releases/2021-12/202112081000/binary/ (20.64kB)
01:34:59 [INFO] Fetching org.eclipse.userstorage_1.2.0.v20210517-0327.jar from https://download.eclipse.org/releases/2021-12/202112081000/features/ (19kB)
01:34:59 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (124.77MB)
01:35:00 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (28.31MB of 124.77MB at 28.28MB/s)
01:35:01 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (56.53MB of 124.77MB at 28.25MB/s)
01:35:02 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (84.78MB of 124.77MB at 28.25MB/s)
01:35:03 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (111.32MB of 124.77MB at 27.82MB/s)
01:35:05 [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)
01:35:05 [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)
01:35:05 [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)
01:35:05 [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)
01:35:05 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (121.22MB)
01:35:06 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (26.64MB of 121.22MB at 26.64MB/s)
01:35:07 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (53.34MB of 121.22MB at 26.67MB/s)
01:35:08 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (80.52MB of 121.22MB at 26.84MB/s)
01:35:09 [INFO] Fetching org.eclipse.justj.openjdk.hotspot.jre.full.macosx.x86_64_11.0.19.v20230425-1538.jar from https://download.eclipse.org/justj/jres/11/updates/release/11.0.19/plugins/ (105.23MB of 121.22MB at 26.31MB/s)
01:35:11 [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)
01:35:11 [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)
01:35:11 [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)
01:35:11 [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)
01:35:11 [INFO] The project's OSGi version is 0.7.0.202304251538
01:35:11 [INFO] 
01:35:11 [INFO] --- clean:3.1.0:clean (default-clean-1) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [INFO] 
01:35:11 [INFO] --- target-platform-configuration:2.7.5:target-platform (default-target-platform) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [INFO] 
01:35:11 [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
01:35:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/src/main/resources
01:35:11 [INFO] 
01:35:11 [INFO] --- tycho-p2-publisher:2.7.5:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:35:11 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
01:35:11 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
01:35:11 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
01:35:11 [INFO] 
01:35:11 [INFO] --- tycho-p2-publisher:2.7.5:publish-products (default-publish-products) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:35:11 [INFO] 
01:35:11 [INFO] --- tycho-p2-publisher:2.7.5:publish-categories (default-publish-categories) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:35:11 [INFO] 
01:35:11 [INFO] --- tycho-p2-publisher:2.7.5:attach-artifacts (default-attach-artifacts) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:35:11 [INFO] 
01:35:11 [INFO] --- tycho-p2-repository:2.7.5:assemble-repository (default-assemble-repository) @ org.eclipse.papyrus.papygame.product ---
01:35:11 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:36:01 [INFO] 
01:36:01 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.product ---
01:36:01 [INFO] 
01:36:01 [INFO] --- tycho-p2-repository:2.7.5:archive-repository (default-archive-repository) @ org.eclipse.papyrus.papygame.product ---
01:36:01 [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
01:36:01 [INFO] Building zip: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/target/org.eclipse.papyrus.papygame.product-0.7.0-SNAPSHOT.zip
01:36:12 [INFO] 
01:36:12 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.product ---
01:36:12 [INFO] 
01:36:12 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.product ---
01:36:12 [INFO] 
01:36:12 [INFO] --- tycho-p2-director:2.7.5:materialize-products (materialize-products) @ org.eclipse.papyrus.papygame.product ---
01:36:14 [INFO] Installing product org.eclipse.papyrus.papygame.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/win32/win32/x86_64/papygame
01:36:14 Installing org.eclipse.papyrus.papygame.product 0.7.0.202304251538.
01:36:14 Installing org.eclipse.papyrus.sdk.feature.feature.group 6.0.0.202112011019.
01:36:14 Installing org.eclipse.papyrus.papygame.feature.feature.group 0.7.0.202205191510.
01:36:14 Installing org.eclipse.papyrus.papygame.rcp.feature.feature.group 0.7.0.202202201551.
01:36:14 Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 11.0.19.v20230425-1538.
01:36:14 Installing org.eclipse.epp.mpc.feature.group 1.9.2.v20210826-0851.
01:36:28 Operation completed in 14776 ms.
01:36:29 [INFO] Installing product org.eclipse.papyrus.papygame.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/linux/gtk/x86_64/papygame
01:36:29 Installing org.eclipse.papyrus.papygame.product 0.7.0.202304251538.
01:36:29 Installing org.eclipse.papyrus.sdk.feature.feature.group 6.0.0.202112011019.
01:36:29 Installing org.eclipse.papyrus.papygame.feature.feature.group 0.7.0.202205191510.
01:36:29 Installing org.eclipse.papyrus.papygame.rcp.feature.feature.group 0.7.0.202202201551.
01:36:29 Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 11.0.19.v20230425-1538.
01:36:29 Installing org.eclipse.epp.mpc.feature.group 1.9.2.v20210826-0851.
01:36:43 Operation completed in 13644 ms.
01:36:43 [INFO] Installing product org.eclipse.papyrus.papygame.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product/macosx/cocoa/x86_64/papygame.app
01:36:43 Installing org.eclipse.papyrus.papygame.product 0.7.0.202304251538.
01:36:43 Installing org.eclipse.papyrus.sdk.feature.feature.group 6.0.0.202112011019.
01:36:43 Installing org.eclipse.papyrus.papygame.feature.feature.group 0.7.0.202205191510.
01:36:43 Installing org.eclipse.papyrus.papygame.rcp.feature.feature.group 0.7.0.202202201551.
01:36:43 Installing org.eclipse.justj.openjdk.hotspot.jre.full.feature.group 11.0.19.v20230425-1538.
01:36:43 Installing org.eclipse.epp.mpc.feature.group 1.9.2.v20210826-0851.
01:37:00 Operation completed in 16805 ms.
01:37:01 [INFO] 
01:37:01 [INFO] --- tycho-p2-director:2.7.5:archive-products (archive-products) @ org.eclipse.papyrus.papygame.product ---
01:37:01 [INFO] Building zip: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product-win32.win32.x86_64.zip
01:37:09 [INFO] Building tar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product-linux.gtk.x86_64.tar.gz
01:37:25 [INFO] Building tar: /home/jenkins/agent/workspace/papyrus-papygame-gerrit-product/releng/org.eclipse.papyrus.papygame.product/target/products/org.eclipse.papyrus.papygame.product-macosx.cocoa.x86_64.tar.gz
01:37:39 [INFO] 
01:37:39 [INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.targetplatform >--
01:37:39 [INFO] Building PapyGame Target Platform 0.7.0-SNAPSHOT                 [11/12]
01:37:39 [INFO]   from targetplatform/pom.xml
01:37:39 [INFO] --------------------------------[ pom ]---------------------------------
01:37:39 [INFO] 
01:37:39 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.targetplatform ---
01:37:39 [INFO] 
01:37:39 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.targetplatform ---
01:37:39 [INFO] 
01:37:39 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.targetplatform ---
01:37:39 [INFO] 
01:37:39 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.targetplatform ---
01:37:39 [INFO] 
01:37:39 [INFO] --< org.eclipse.papyrus.papygame:org.eclipse.papyrus.papygame.targetplatform.2021-12 >--
01:37:39 [INFO] Building org.eclipse.papyrus.papygame.targetplatform.2021-12 0.7.0-SNAPSHOT [12/12]
01:37:39 [INFO]   from targetplatform/org.eclipse.papyrus.papygame.targetplatform.2021-12/pom.xml
01:37:39 [INFO] ---------------------[ eclipse-target-definition ]----------------------
01:37:39 [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-target-definition (default-package-target-definition)'
01:37:39 [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:2.7.5:package-target-definition (default-package-target-definition)'
01:37:39 [INFO] 
01:37:39 [INFO] --- clean:3.1.0:clean (default-clean) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
01:37:39 [INFO] 
01:37:39 [INFO] --- tycho-source:2.7.5:plugin-source (plugin-source) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
01:37:39 [INFO] 
01:37:39 [INFO] --- tycho-packaging:2.7.5:package-target-definition (default-package-target-definition) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
01:37:39 [INFO] 
01:37:39 [INFO] --- tycho-source:2.7.5:feature-source (feature-source) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
01:37:39 [INFO] 
01:37:39 [INFO] --- tycho-p2:2.7.5:p2-metadata (attach-p2-metadata) @ org.eclipse.papyrus.papygame.targetplatform.2021-12 ---
01:37:39 [INFO] ------------------------------------------------------------------------
01:37:39 [INFO] Reactor Summary for PapyGame 0.7.0-SNAPSHOT:
01:37:39 [INFO] 
01:37:39 [INFO] PapyGame ........................................... SUCCESS [  1.396 s]
01:37:39 [INFO] Papygame plugins ................................... SUCCESS [  0.004 s]
01:37:39 [INFO] org.eclipse.papyrus.gamification ................... SUCCESS [ 20.847 s]
01:37:39 [INFO] PapyGame Features .................................. SUCCESS [  0.002 s]
01:37:39 [INFO] org.eclipse.papyrus.papygame.feature ............... SUCCESS [ 13.195 s]
01:37:39 [INFO] PapyGame Releng .................................... SUCCESS [  0.003 s]
01:37:39 [INFO] org.eclipse.papyrus.papygame.p2 .................... SUCCESS [  1.316 s]
01:37:39 [INFO] org.eclipse.papyrus.papygame.rcp ................... SUCCESS [  0.100 s]
01:37:39 [INFO] org.eclipse.papyrus.papygame.rcp.feature ........... SUCCESS [  0.079 s]
01:37:39 [INFO] org.eclipse.papyrus.papygame.product ............... SUCCESS [02:51 min]
01:37:39 [INFO] PapyGame Target Platform ........................... SUCCESS [  0.003 s]
01:37:39 [INFO] org.eclipse.papyrus.papygame.targetplatform.2021-12  SUCCESS [  0.005 s]
01:37:39 [INFO] ------------------------------------------------------------------------
01:37:39 [INFO] BUILD SUCCESS
01:37:39 [INFO] ------------------------------------------------------------------------
01:37:39 [INFO] Total time:  04:24 min
01:37:39 [INFO] Finished at: 2023-06-01T05:37:39Z
01:37:39 [INFO] ------------------------------------------------------------------------
01:37:40 Terminating xvnc.
01:37:56 Finished: SUCCESS